2024-10-02T00:00:00Z - 2024-10-16T00:00:00Z
High level summary
- More anchor data hash checks were added to cardano-cli commands.
- Support to create certificates that can register and delegate stake.
- Moved various era agnostic commands to the top level of cardano-cli.
- Added Cardano.Api.Tx.Compatible to cardano-api which allows the creation of simple unbalanced transactions that can submit protocol updates in any era.
cardano-cli
- Add hash checks for
drep registration-certificate
anddrep update-certificate
- Add metadata validation, hash checking, and URL support to
stake-pool registration-certificate
, and hash checking and URL support tostake-pool metadata-hash
- Add url support to metadata hash cmd
- Add support for certificates to register and delegate stake simultaneously
- Hide free instances of
HashCheckParamInfo
into functions - Move address commands to top level
- Move key commands to top level
- Move node commands to top level
- Remove unnecessary era parameters and use ShelleyBasedEra era
cardano-api
- Add Cardano.Api.Tx.Compatible
- Add voting to simple tx interface
- Export GenesisHashByron
- Expose AnyVote
- Expose functions and types from
cardano-ledger-alonzo
andcardano-ledger-byron
required by cardano-cli - Handle plutus related ledger events in Conway
- Make
Some
accept forall k. instead of Type kind - Release 9.4.0.0
cardano-node
cardano-testnet
- cardano-testnet | configurable SPO and relays count, enable parallel execution of the test suite
- cardano-testnet | Reenable chairman test
- cardano-testnet | Remove
NodeRuntime
type - cardano-testnet: don't specify delegated supply anymore. Use create-testnet-data default behavior
- cardano-testnet: remove unused ForkPoint datatype