Skip to content

Commit

Permalink
Merge pull request #793 from IntersectMBO/release/cardano-cli-8.24.0.0
Browse files Browse the repository at this point in the history
Release 8.24.0.0 (for cardano-node-8.12)
  • Loading branch information
Jimbo4350 committed Jun 20, 2024
2 parents 0d750dd + 485628f commit 202d13e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repository cardano-haskell-packages
-- you need to run if you change them
index-state:
, hackage.haskell.org 2024-06-17T19:25:27Z
, cardano-haskell-packages 2024-06-19T14:54:52Z
, cardano-haskell-packages 2024-06-20T13:59:42Z

packages:
cardano-cli
Expand Down
31 changes: 31 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog for cardano-cli

## 8.24.0.0

- 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](https://github.com/IntersectMBO/cardano-cli/pull/789)

- New `debug log-epoch-state` command
(feature, compatible, refactoring)
[PR 775](https://github.com/IntersectMBO/cardano-cli/pull/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 https://github.com/IntersectMBO/cardano-cli/pull/774#issuecomment-2139062455 for example outputs.
When those fields are irrelevant, they are present but there value is `null`.
(compatible)
[PR 774](https://github.com/IntersectMBO/cardano-cli/pull/774)

- query protocol-parameters: use ledger JSON encoding, not API one
(breaking)
[PR 758](https://github.com/IntersectMBO/cardano-cli/pull/758)

- Make `--fee` mandatory in `transaction build-raw`. Remove `TxCmdTxFeeValidationError` type.
(breaking, bugfix)
[PR 768](https://github.com/IntersectMBO/cardano-cli/pull/768)

- Remove UnwitnessedCliFormattedTxBody constructor
(improvement)
[PR 707](https://github.com/IntersectMBO/cardano-cli/pull/707)

## 8.23.1.0

- Make `--prev-governance-action-tx-id` and `--prev-governance-action-tx-id` optional for `create-no-confidence` command
Expand Down
4 changes: 2 additions & 2 deletions cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4

name: cardano-cli
version: 8.23.1.0
version: 8.24.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down Expand Up @@ -205,7 +205,7 @@ library
, binary
, bytestring
, canonical-json
, cardano-api ^>= 8.48
, cardano-api ^>= 8.48.0.1
, cardano-binary
, cardano-crypto
, cardano-crypto-class ^>= 2.1.2
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 202d13e

Please sign in to comment.