2025-02-15T00:00:00Z - 2025-02-28T00:00:00Z
High level summary
cardano-cli updates
- Added Plutus script cost calculation for existing transactions
- Implemented property test watchdog for better testing
- Bumped cardano-api dependency to 10.9.0.0
- Set hex as default output format for binary query utxo
- Began RIO monad integration (part 1)
- Refactored module structure to be domain-oriented
- Standardized on fourmolu for code formatting
cardano-api improvements
- Added execution units check in transaction autobalancing tests
- Included transaction creation examples in Haddock docs
- Fixed governance action handling in transaction balancing
- Enhanced witness count estimation to include simple scripts
- Split compatible transaction building and signing logic
- Migrated from cryptonite to crypton library
- Standardized on fourmolu for code formatting
- Updated CHaP index and flake inputs
cardano-testnet updates
- Fixed testnet test configuration
- Optimized testnet code by removing unused indirections
- Removed unused custom node configuration file option
- Updated transaction submission handling
cardano-cli
- Add command to calculate plutus script costs from an already constructed transaction
- Add watchdog for property tests in cardano-cli-test
- Bump
cardano-api
to 10.9.0.0 - Default to hex for binary query utxo output
- Integrate RIO monad part 1
- Refactor modules structure to make it more domain-related instead of function-related
- Remove stylish haskell. Use only fourmolu for formatting.
cardano-api
- Add execution units check in transaction autobalancing test
- Added examples of transaction creation to Haddock
- Fix missing gov action on balance transaction
- Fix typo in cardano-api's change log
- Modify
estimateTransactionKeyWitnessCount
to estimate simple scripts too - Remove stylish haskell. Use only fourmolu for formatting.
- Split compatible transaction building and signing
- Switch cryptonite to crypton
- Update CHaP index state and flake input
cardano-node
- cardano-testnet-test: fix a test stanza
- cardano-testnet: avoid a useless indirection
- cardano-testnet: remove possibility to programmatically pass a custom node configuration file (it was unused)
- cardano-testnet: use new output of "transaction submit"
cardano-testnet
- None
docs
- None
CI & project maintenance
- None