2023-10-11 - 2023-10-24
High level summary
CARDANO-CLI
- Disambiguate cardano-cli stake credential related flags on treasury withdrawal governance actions making it easy to identify which is used for the deposit refund and which for the destination of the funds from the treasury if the action is ratified.
stake-address-infonow shows deposits balance.- Added
conway governance action viewto allow to inspect governance action files before submitting them on a transaction. build-rawsupport for--vote-fileand--proposal-file
CARDANO-API
- Support DRep extended keys
- Support Plutus V1 in Conway
cardano-cli
- Upgrade to
cardano-api-8.28.0.0 - Simplify
toTxOutInAnyEra - Upgrade to
cardano-api-8.27.0.0 - Upgrade to
cardano-api-8.26.0.0 - Check that poll answer index is not negative, to avoid a Prelude.!! error
- drep registration-certificate: add a golden test
- Disambiguate treasury withdrawal flags
- Make
stake-address-infoquery also return deposit - Add
conway governance action view - Ch/clearer anchor flags
- Command argument types for
transactioncommands - Remove eras' constitution-hash
- Shelley to Alonzo: add create-genesis-key-delegation-certificate to governance
- Enable reading of Conway
TxWitnesses - Make
governance action create-protocol-parameters-updateConway onwards only transaction build-rawsupport for--vote-fileand--proposal-file- Command argument types for governance key commands
- Add test of voting using a cc hot key
cardano-api
- Add Show instance for FoldBlocksError
- Upgrade typed-protocols to 1.1.1
- Improved validity range handling
- New version
cardano-api-8.28.0.0 - Delete
AlonzoEraOnly - New
shelleyToAlonzoEraToShelleyToBabbageErafunction - DRep extended key: add CastVerificationKeyRole
- New version
cardadno-api-8.27.0.0 - Delete unnecessary calls to
shelleyBasedEraConstraints - New version
cardadno-api-8.27.0.0 - Support Plutus V1 in Conway
- Parameterize GovernanceAction on era
- Support DRep extended keys
- New version
cardano-api-8.26.0.0 - Haddock document the case functions, so that their behavior is easier to understand when calling them
- Avoid
IsShelleyBasedEraandIsCardanoErawhere possible - New
MaryEraOnlyeon. Disjoint functions
