Skip to main content

Node API & CLI Team Update

· 3 min read
Jordan Millar

2025-01-30T00:00:00Z - 2025-02-15T00:00:00Z

High level summary

  • cardano-cli updates

    • Added binary output option for query utxo command
    • Implemented governance action deposits in query stake-address-info
    • Added ratify-state and future protocol parameters queries
    • Fixed transaction costs calculation for duplicate certificates
    • Released v10.4.0.0
    • Removed remaining ScriptWitnessFiles usage across scripts
    • Reorganized hash/ping commands and test suites
    • Updated CHaP index and Nix configurations
  • cardano-api improvements

    • Added UTxO module
    • Implemented future protocol parameters query
    • Fixed transaction autobalancing for credential deregistration
    • Merged internal API modules and reorganized exports
    • Released versions 10.8.0.0 and 10.9.0.0
    • Removed deprecated functions and improved TxProposalProcedures type safety
  • cardano-node/testnet updates

    • Enhanced testnet configuration handling:
      • Added output directory specification
      • Improved configuration validation
      • Supported user-provided config files
      • Removed redundant process functions
  • Tooling & Maintenance

    • Upgraded to fourmolu-0.18.0 in Nix dev shells
    • Updated Nix development tools and GHA workflows

cardano-cli

cardano-api

cardano-node

cardano-testnet

  • None

docs

  • None

CI & project maintenance