8.24.0.0
Changelog
-
Pre-integration for cardano-node 8.12 release
cardano-cli transaction build ... --calculate-plutus-script-cost
now returns the execution logs of the scripts
(breaking)
PR 789 -
New
debug log-epoch-state
command
(feature, compatible, refactoring)
PR 775 -
transaction view: show proposals and votes
This adds to new fields to the JSON output of
transaction view
:governance actions
andvoters
.
Please see #774 (comment) for example outputs.
When those fields are irrelevant, they are present but there value isnull
.
(compatible)
PR 774 -
query protocol-parameters: use ledger JSON encoding, not API one
(breaking)
PR 758 -
Make
--fee
mandatory intransaction build-raw
. RemoveTxCmdTxFeeValidationError
type.
(breaking, bugfix)
PR 768 -
Remove UnwitnessedCliFormattedTxBody constructor
(improvement)
PR 707