Merge pull request #1213 from IntersectMBO/mgalazyn/chore/pin-herald-actions
Pin herald GHA using a tag
Pin herald GHA using a tag
Signed-off-by: Jonathan Lim <[email protected]>
* Add ToJSON/FromJSON as superclass constraints to EraScript * Add ToJSON/FromJSON instances for MultiSig, Timelock and DijkstraNativeScript * Add structured JSON serialisation for native scripts across all eras (Shelley, Allegra, Dijkstra) * Add FromJSON instance for AlonzoScript (hex-encoded CBOR roundtrip) * Add EncCBOR/ToCBOR instances for PlutusScript era * Rename kindObject (returning Value) to kindObjectValue; add new kindObject returning Aeson.Object * Add new kindObject returning Aeson.Object * Fix shelleyBasedEraNativeScriptToJSON and sizedNativeScriptGens to accept a child continuation to correctly handle nested scripts across eras * Add round-trip JSON property tests for NativeScript and Script to the shared era spec
feat: embed probabilistic light client finality policy
The URL <https://...> in the ADR file was being interpreted as JSX by MDX, causing a build failure in the docs site. Replaced with a proper markdown link. Signed-off-by: Pat Losoponkul <[email protected]>