Skip to content

Commit

Permalink
release cardano-cli-10.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Feb 8, 2025
1 parent ce3e26a commit 72bae17
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog for cardano-cli

## 10.4.0.0

- Add `cardano-cli conway query future-pparams`
(feature, compatible)
[PR 1038](https://github.com/IntersectMBO/cardano-cli/pull/1038)

- Add governance action deposits to the output of `query stake-address-info`. This also renames the field stakeDeposit to stakeRegistrationDeposit in the JSON output.
(feature, breaking)
[PR 1032](https://github.com/IntersectMBO/cardano-cli/pull/1032)

- Add the ratify-state query
(feature, compatible)
[PR 1036](https://github.com/IntersectMBO/cardano-cli/pull/1036)

- Fix costs calculation for transaction with more than one certificates with the same stake credential and script witness.
(bugfix)
[PR 1028](https://github.com/IntersectMBO/cardano-cli/pull/1028)

- Add certificates to CLI interface in `compatible transaction-sign`
(feature, compatible)
[PR 972](https://github.com/IntersectMBO/cardano-cli/pull/972)

## 10.3.0.0

- Add QueryLedgerPeerSnapshotCmd for a snapshot of big ledger peers used when syncing in Genesis
Expand Down
2 changes: 1 addition & 1 deletion cardano-cli/cardano-cli.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.4
name: cardano-cli
version: 10.3.0.0
version: 10.4.0.0
synopsis: The Cardano command-line interface
description: The Cardano command-line interface.
copyright: 2020-2023 Input Output Global Inc (IOG).
Expand Down

0 comments on commit 72bae17

Please sign in to comment.