2024-10-16T00:00:00Z - 2024-10-29T00:00:00Z
High level summary
The Node-API-CLI team made significant progress in this period, with the most notable change being the addition of a compatible command group to the Cardano CLI. This important development lays the groundwork for eventually deprecating the Shelley through Babbage command groups.
Key accomplishments include:
- Released Cardano CLI versions 10.0 and 10.1.0.0
- Added a new "compatible" command group to simplify CLI structure
- Implemented hash checks for governance-related certificate creation
- Fixed issues with DRep credential generation
- Removed direct dependencies from Cardano ledger packages
- Integrated Plutus 1.36 and latest ledger for the 10.0 release
- Made multiple improvements to the Cardano API, including governance alignment updates and fixes for datum conversion
- Enhanced Cardano testnet with improved testing capabilities for stake address registration/deregistration
cardano-cli
- Add compatible command group
- Add hash checks for
governance committee create-cold-key-resignation-certificate
andgovernance vote create
- Add new types to list of accepted types and remove deprecated ones
- Fix num of
DRep
credentials generated for transient parameter - Fixes test issues arising from integration of plutus 1.36 and latest ledger for 10.0 release
- Release cardano-cli-10.1.0.0
- release CLI 10.0
- Remove direct dependencies from
cardano-ledger-*
- Revert "create-testnet-data: augment/check node configuration file for genesis hashes and paths"
- Update cardano-api to 9.4.0.0
- Upgrade cardano-api-10.1.0.0
- Upgrade chap (include cardano-ledger-conway-1.17.1.0)
cardano-api
- Expose remaining functions and types from
cardano-ledger-*
required bycardano-cli
- Expose symbols required by hash check in
transaction build
incardano-cli
- Fix datum conversion in 'fromLedgerTxOuts' when using 'fromAlonzoTxOut'
- governance alignment updates
- Node 10.0 integration
- Release cardano-api-10.1.0.0
- Rename
TxOutDatumInTx
datum toTxOutSupplementalDatum
- Use correct pattern for stake deregistration certs in Conway
cardano-testnet
- cardano-testnet | Add stake address registration/deregistration test
- cardano-testnet | Make simple transaction build test use true values instead of hardcoded ones
- cardano-testnet: QoL changes
docs
- None
CI & project maintenance
- None