2023-11-15 - 2023-12-08
High level summary
This is sprint was mostly about bug fixing, code clean-ups and optimizations in preparation for a mainnet suitable release.
cardano-cli
- Unify previous governance action parameters across actions
- Release 8.17.0.0
- Restore the inclusion of datum hashes in Alonzo era tx bodies
- create-staked: add test
- create-staked: simplify some code
- Remove unused cabal file code
- New version cardano-cli-8.16.0.1
- Fix era mismatch error in stake-address-info
- Release 8.16.0
- Add create-testnet-data command
- Rename stake-address-info field: stakeDelegation -> delegation for eras prior to Conway
- Update the
--key-output-format
help text: default is text-envelope - Complete help texts for
create-protocol-parameters-update
- Fix using queryStakeVoteDelegatees in eras before conway
- Use node queries with tighter eons. Simplify prettyprinting.
- Add support for Plutus V3 in command line interface
- Remove Byron Tx
- Use
selectStakeCredentialWitness
instead of duplicating credential selection - Revert "query protocol parameters: use ledger instances"
- governance action: prefix stake-verification-key/stake-key arguments with --deposit-return
- Fix NodeEraMismatchError mismatch
- Byron isolation 2 of n
- Fix description of
vote-delegation-certificate
command - New version
cardano-cli-8.15.0.0
- Integration work for Node 8.7.0
- Align create-constitution anchor flags with other anchor flags
- conway governance hash: add option to write hash to file (--out-file)
- Update pCmds to take
ShelleyBasedEra era
instead ofCardano era
- Add one missing extended to non extended golden tests
- Correct conway parser, so that --key-reg-deposit-amt is mandatory
cardano-api
- Release 8.36.1.1
- Restore the inclusion of datum hashes in Alonzo era tx bodies
- New version cardano-api-8.36.1.0
- Expose AnyProposals and AnyRatificationState
- New version
cardano-api-8.36.0.0
- New
ToJSON
instance forTxValidationErrorInCardanoMode
- Update to latest consensus release
- Fix generated textEnvelope type on registering a Stake Address Registration Certificate
- New version
cardano-api-8.35.0.0
- Expose NewGovernanceProposals and EpochBoundaryRatificationState ledger events
- Remove renderEra. Rename prettyTo to docTo functions
- Guard queries with their respective eras
- Release 8.34.1
- Expose
stakeCredentialWitness
function, which returns only stake credentials for the certificates requiring witnessing: delegation and deregistration - Remove ByronTx
- New version
cardano-api-8.34.0.0
ToJSON
instance forTxValidationError
- Parameterize
createAndValidateTransactionBody
onShelleyBasedEra era
- New version
cardano-api-8.33.0.0
- Minor
prettyprinter
fixes - Export
AllegraEraOnwards
- New version
cardano-api-8.32.0.0
- Use
Pretty
for rendering errors instead ofShow
cardano-node
- Bump CHaP
- Allow text-1
- Release cardano-node 8.7.1
- Bump CHaP
- Forcefully disable PeerSharing if InitiatorMode is used
- Optimize new tracing further