Remove unnecessary pool state update in trace chain tests
since PState gets reset in `initialLedgerState`
since PState gets reset in `initialLedgerState`
Signed-off-by: Chris Gianelloni <[email protected]>
Switch to `CompactForm Coin` in `PParams` Resolves #5146
Also improve `PackedBytes` interface by adding failure messages upon packing of `ShortByteString`
Restrict lookup functions to sorted assoc maps
Signed-off-by: Chris Gianelloni <[email protected]>
cardano-wasm: use envoy-bin in wasm nix devshell (Supersedes #1043)Â
- Mark Go relayer as deprecated - Add link to Hermes fork with Cardano integration - Document ChainEndpoint implementation in separate repository - Clarify architectural separation between main repo and Hermes fork
feat: Add `UTxO` transaction phase 1 validation rules for `Shelley` Era
Don't fix the hlint version in the devShell, as any given version won't support all of our compilers. Instead we'll let the solver decide on a version, but we'll pin it in the CI check.