2025-01-15T00:00:00Z - 2025-01-30T00:00:00Z
High level summary
cardano-cli updates
- Added certificates support to
compatible transaction-sign
- Integrated changes for node v10.2.0 release
- Implemented query for big ledger peers snapshot
- Refactored node connection handling using
LocalNodeConnectInfo
- Released v10.3.0.0
- Removed deprecated
ScriptWitnessFiles
usage - Simplified GHA workflows using Nix
- Updated Nix tooling and dependencies
- Added certificates support to
cardano-api improvements
- Added support for ratify-state query
- Reorganized certificate witnesses into ordered maps
- Deprecated and removed outdated patterns
- Downgraded Plutus to v1.37
- Fixed Plutus CBOR encoding bug
- Exposed GovActionState from Ledger
- Released versions 10.6.0.0 and 10.7.0.0
- Added Plutus script language conversion exports
cardano-cli
- Adapt to removal of some patterns in API
- Add certificates to CLI interface in
compatible transaction-sign
- Integrate in preparation for cardano-node release 10.2.0
- Misc refactors in pretty printing and replacing unnecessary functions
- Query a node for a snapshot of big ledger peers
- Refactor node connection passing to make it use
LocalNodeConnectInfo
type - Release cardano-cli-10.3.0.0
- Remove use of
ScriptWitnessFiles
in spending scripts - Remove use of script witness files in certifying scripts
- Update nix cabal version & flake inputs
cardano-api
- Add support for the ratify-state query
- Change a representation of witnesses in transaction's certificates to an ordered map where a certificate is the key
- Deprecate a lot of patterns
- Deprecate some patterns, remove their internal use
- Downgrade plutus version to 1.37
- Expose GovActionState from Ledger
- Fix plutus double CBOR encoding bug
- Re-export getBlockTxs
- Release 10.7.0.0
- Release cardano-api-10.6.0.0
- Shelley: export {to,from}AlonzoLanguage (Plutus script language conversions)
cardano-node
- None
cardano-testnet
- None
docs
- None