Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release cardano-cli-10.4.0.0 #1063

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading