Skip to main content

Node API & CLI Team Update

· 2 min read
Jordan Millar

2024-11-20T00:00:00Z - 2024-12-04T00:00:00Z

High level summary

Major Enhancements

  • Byron Genesis Support: Added capability to create Byron genesis files in the create-testnet-data command
  • HTTP Support for Anchor Data: Modified anchor-data checking to allow HTTP schema (with warnings) for testing purposes
  • Minting Script Witness Refactoring: Introduced MintScriptWitnessWithPolicyId as a first step toward deprecating ScriptWitnessFiles, making the code more maintainable and flexible
  • Code Sharing Improvements: Implemented shared code between genesis commands and query fields, reducing duplication and improving maintainability

API Enhancements

  • Released cardano-api-10.3.0.0
  • Implemented and exported the Convert typeclass for better eon type conversion handling
  • Exposed functions for converting datums and scripts to JSON

cardano-cli

cardano-api

cardano-node

  • None

cardano-testnet

  • None

docs

  • None

CI & project maintenance

  • None