Skip to main content

Node API & CLI Team Update

· 2 min read
Jordan Millar

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

cardano-api

cardano-node

cardano-testnet

  • None

docs

  • None

CI & project maintenance

  • None