Skip to content

8.24.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jun 06:34
485628f

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 and voters.
    Please see #774 (comment) for example outputs.
    When those fields are irrelevant, they are present but there value is null.
    (compatible)
    PR 774

  • query protocol-parameters: use ledger JSON encoding, not API one
    (breaking)
    PR 758

  • Make --fee mandatory in transaction build-raw. Remove TxCmdTxFeeValidationError type.
    (breaking, bugfix)
    PR 768

  • Remove UnwitnessedCliFormattedTxBody constructor
    (improvement)
    PR 707