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-info
now shows deposits balance.- Added
conway governance action view
to allow to inspect governance action files before submitting them on a transaction. build-raw
support for--vote-file
and--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-info
query also return deposit - Add
conway governance action view
- Ch/clearer anchor flags
- Command argument types for
transaction
commands - Remove eras' constitution-hash
- Shelley to Alonzo: add create-genesis-key-delegation-certificate to governance
- Enable reading of Conway
TxWitness
es - Make
governance action create-protocol-parameters-update
Conway onwards only transaction build-raw
support for--vote-file
and--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
shelleyToAlonzoEraToShelleyToBabbageEra
function - 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
IsShelleyBasedEra
andIsCardanoEra
where possible - New
MaryEraOnly
eon. Disjoint functions