diff --git a/cabal.project b/cabal.project index 78b74e449e..135affe8dc 100644 --- a/cabal.project +++ b/cabal.project @@ -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 diff --git a/cardano-cli/CHANGELOG.md b/cardano-cli/CHANGELOG.md index c834db7c23..12476d79a4 100644 --- a/cardano-cli/CHANGELOG.md +++ b/cardano-cli/CHANGELOG.md @@ -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 diff --git a/cardano-cli/cardano-cli.cabal b/cardano-cli/cardano-cli.cabal index 2078192197..798e0cb436 100644 --- a/cardano-cli/cardano-cli.cabal +++ b/cardano-cli/cardano-cli.cabal @@ -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). @@ -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 diff --git a/flake.lock b/flake.lock index 4f5202a1dc..7f8be911a3 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1718810759, - "narHash": "sha256-P2o+f2CO8HPsuOmF7QBUkoWOXdi63sxZRscB9NNupdI=", + "lastModified": 1718892954, + "narHash": "sha256-ayGZoXJ5FyN5Swausg1dqu9um3/JrXmGx6gdIbKVLyA=", "owner": "intersectmbo", "repo": "cardano-haskell-packages", - "rev": "cc41e678ea839c250a21242686f07693e19320b8", + "rev": "6eca7ce69d45b98fa1fdf0f7d7291f7ab5c849e9", "type": "github" }, "original": {