2023-07-05 - 2023-07-18
High level summary
- Integrate Conway certificates in cardano-api
- Prepare cardano-cli and cardano-api for cardano-node 8.1.2
- Tagged cardano-cli 8.3.0.0
- Query for the hash of the constitution (Conway)
- Ability to create votes and governance actions
- Tagged cardano-cli 8.3.1.0
- Make it build with ghc-9.6
- Upgrade to optparse-applicative-fork-0.18.1.0 for parsing command line options
cardano-cli
- Upgrade to
optparse-applicative-fork-0.18.1.0
- Integrate cardano-api changes for fixed Show and Eq instances for Proposal type
- New version
cardano-cli-8.3.1.0
- Add alonzo era to
Parser AnyShelleyBasedEra
- Use
sbe
variable name for the type isShelleyBasedEra
- New version
cardano-cli-8.3.0.0
cardano-api
- Fix ghc version CPP
- Add a HasTypeProxy constraint to getVerificationKey
- Incorporate remaining ledger certificates
- Release cardano-api 8.8.1.0, cardano-api-gen 8.1.1.0
- Fix Eq, Show for Proposal type
- Wire up remaining governance actions
- Export
withShelleyBasedEraConstraintsForLedger
- Remove unnecessary constraint
- Make it build with ghc-9.6
- New
shelleyBasedEraConstraints
function - New version
cardano-api-8.8.0.0
- Add CastVerificationKeyRole StakePoolKey StakeKey instance
- Update ledger and consensus
- Rename
era
tosbe
when type isShelleyBasedEra