2025-03-15T00:00:00Z - 2025-03-31T00:00:00Z
High level summary
cardano-cli updates
- Added mnemonic sentence support for key generation
- Improved minting value representation in code
- Removed deprecated
shelley
command group and related tests - Optimized command parsing by inlining
subParser
- Parallelized golden tests for help commands
- Released v10.5.0.0
cardano-api improvements
- Added mnemonic support
- Introduced new witness API and improved minting policies
- Added deserialization warnings for HashableScriptData
- Removed deprecated ProtocolParameters
- Released versions 10.11.0.0, 10.11.1.0, and 10.12.0.0
- Added missing StakePool key conversion instance
cardano-testnet updates
- Expose option to specify a node configuration file
- Removed unused P2P enable option
- Changed to file-based PID storage for testnet nodes
cardano-cli
- Add mnemonic sentence support
- Better representation of minting values in the code
- Delete top-level
shelley
command group and delete associated tests - Inline
subParser
- Parallelise HelpCmd golden tests
- Release cardano-cli-10.5.0.0
cardano-api
- Add fromCtxUTxOTxOut
- Add missing
CastVerificationKeyRole StakePoolExtendedKey StakePoolKey
instance - Add mnemonic support
- Add warning for deserialisation issues for HashableScriptData
- Fix inputSet to be parameterized on the era
- For release 10.3
- Introduce new witness api
- Make 1-1 relationship of witness and policy ID in TxMintValue instead of 1-*
- Release cardano-api-10.11.0.0
- Release cardano-api-10.11.1.0
- Release cardano-api-10.12.0.0
- Remove ProtocolParameters
cardano-node
- cardano-testnet: allow to take node configuration file as input
- cardano-testnet: remove unused enable P2P option
- cardano-testnet: store node PIDs as files
cardano-testnet
- None
docs
- None
CI & project maintenance
- None