2023-08-02 - 2023-08-15
High level summary
- cardano-node 8.2.1 (pre-release) to SanchoNet
- Continue moving CLI into era-based top level command structure
- Wire-up DREP key generation,
- Fix DREP deregistration certificates
- Implement Constitutional Committee Key generation on the CLI
- Introducing era-based protocol parameters on the API
- Removing depracated functions and types on the API
cardano-cli
- Update to
cardano-api-8.13.0.0
- Reenable golden tests
- #128 DRep key generation
- Bump index states
- Fix deregistration-certificate: generate deregistration instead of registration certs
- Structuring legacy code so that era-based code does not depend on it
- Plural for command groups
- Implement
conway governance committee key-hash
command - Wire up constitution creation in the new era based cli commands
- cardano-cli 8.5.0.0
- Wire up remaining DReps
- Implement
conway governance committee hot-key-gen
command - Convert to use
tasty-discover
cardano-api
- Release cardano-api 8.13.1.0
- Fix build
- cardano-api 8.13.0.0
- Modify
queryGenesisParameters
so that its type advertises it only returns genesis parameters for the Shelley era - Introduce EraBasedProtocolParametersUpdate
- Delete deprecated functions and types
- Simplify code with new constraints functions
- Fix
EraCast Certificate
- New version
cardano-api-8.12.0.0
- Fix committee hot keys
- New version
cardano-api-8.11.1.0
- Fix typo Constitional -> Constitutional