Skip to main content

Node API & CLI Team Update

· 2 min read
Jordan Millar
Node Team Lead

2024-12-04T00:00:00Z - 2024-12-18T00:00:00Z

High level summary​

Feature Enhancements​

  • New Query Command: Implemented the "query proposals" command to provide users with easy access to proposal information in the Conway era
  • Enhanced Transaction Modification: Added comprehensive transaction modification capabilities with new modX functions for various fields of TxBodyContent up to the Babbage era

Code Quality Improvements​

  • Better Code Structure: Moved Byron-specific code to its own file, making the codebase more maintainable
  • Query Implementation Simplification: Reduced code complexity in Query.hs
  • Documentation Improvements: Added explanatory comments for configurations like why drepDelegs can be left empty in testnet data

Documentation and Governance​

  • OSC Alignment: Updated documentation to align with the Open Source Committee governance policies

cardano-cli​

cardano-api​

cardano-node​

  • None

cardano-testnet​

  • None

docs​

CI & project maintenance​

  • None