2023-09-27 - 2023-10-10
High level summary
CARDANO-NODE
CARDANO-CLI
- Depracated governance query commands and moved all governance related queries to
cardano-cli <era> query
- Drep registration certificates now allow to include an anchor
- Integrated Drep retirement ceriticates
- clean up of Drep registration certificates.
CARDANO-API
- Add support for committee hot key witnesses
- Require conway onwards for voting
- Conway drep registration: expose ledger anchor parameter
- Add certs to txbody of Conway transactions
cardano-cli
- Move
governance query
commands toquery
command group - Rename create-new-committee into update-committee
- New version cardano-cli-8.12.0.0
- Add support for committee hot key witnesses
- conway governance vote create: make it possible to use cc hot keys
- New version
cardano-cli-8.11.0.0
- Drep certification registration: add parameters for anchor
- Upgrade to
cardano-api-8.25.0.1
- Move files that are not golden files into
input
directory - Update to cardano-api-8.24
- Fix #311 - Add Cold Committee Key text envelope
- create-poll, answer-poll, verify-poll: move to 'babbage governance' block
- Update to
cardano-api-8.23.1.0
- Make
transaction view
emit JSON - Tidy up query command structure
- Use
caseShelleyToBabbageOrConwayEraOnwards
fromcardano-api
- Add DRep Retirement Certificate command
- Update to cardano api 8.22.0.0
- drep registration-certificate: remove mix with SPO registration
cardano-api
- Delete
EraCast
instance forCertificate
- Add certs to txbody of Conway transactions
- Move DRep reg certificate anchor types from cardano-cli to cardano-api
- Add BabbageEraOnly
- New version cardano-api-8.25.2.0
- Add support for committee hot key witnesses
- Reduce constraint usage with eons
- Delete
withShelleyBasedEraConstraintsForLedger
- Simplify
DebugLedgerState
with eons - New version cardano-api-8.25.0.0
- Require conway onwards for voting
- Add witness committee cold key
- Fix CHaP failure due to haddock issue
- Amend cardano-api/pull/284 to use ReexposeLedger
- Rename
AnyEraInEon
toEraInEon
- Release 8.24.0.0
- Parameterize
AnyEraInEon
. AddAnyEon
- New version
cardano-api-8.23.0.0
- conway drep registration: expose ledger anchor parameter
- New
caseAlonzoOnlyOrBabbageEraOnwards
andalonzoEraOnlyToAlonzoEraOnwards
functions - Rename eon functions
- New
AnyEraInEon
- Replace
ValidityLowerBoundSupportedInEra
- Replace
TxExtraKeyWitnessesSupportedInEra
- Explicit pattern match on all ledger certificates constructors. Remove redundant module
- Release 8.22.0.0
- Replace
TxTotalAndReturnCollateralSupportedInEra