2025-01-01T00:00:00Z - 2025-01-15T00:00:00Z
High level summary
cardano-cli updates
- Added datums and scripts support to
friendlyTxImpl
- Enhanced DRep functionality:
- Disambiguated key vs script certificates
- Added
--output-bech32
and--output-hex
options - Supported key hash inputs
- Improved Conway genesis documentation
- Released v10.2.0.0
- Optimized CI with multi-core Haskell builds
- Added datums and scripts support to
cardano-api improvements
- Implemented JSON schema validation for governance metadata
- Added new query for big ledger peers snapshot
- Enhanced transaction compatibility with certificates support
- Refactored witness indexing system
- Prepared for node v10.2.0 release
Infrastructure
- Enabled parallel builds in GitHub Actions CI
- Removed redundant cabal constraints
cardano-cli
- Add datums and scripts to
friendlyTxImpl
- create-testnet-data: document in more details subtleties of Conway genesis initialization
- Disambiguate DRep being a key or a script in certificate descriptions
- drep id: have --output-bech32 and --output-hex instead of --output-format STRING
- drep id: support key hash
- DRep.hs: delete unused code
- Enable multiple cores in haskell GHA
- Move
genesis hash
tohash genesis-file
- Release 10.2.0.0
- Remove orphan instance
- transaction id: add --output-[json,text] flag to control format of the output
cardano-api
- Add certificates support in
createCompatibleSignedTx
. - Add JSON schema checking functionality for validating gov action metadata
- Added a new query for a snapshot of big ledger peers
- Integrate in preparation for
cardano-node
release10.2.0
- Refactor witnesses indexing functions to have the indexing logic in one place
- Remove redundant constraints from cabal.project
cardano-node
- None
cardano-testnet
- None
docs
- None