Skip to content

Commit

Permalink
Release cardano-cli-9.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Sep 6, 2024
1 parent 26051f0 commit d1b1580
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Changelog for cardano-cli

## 9.4.0.0
- Bump CHaP
Propagate experimental api to `transaction build` internals
Deprecate pre-Conway eras for `transaction build`
(breaking)
[PR 853](https://github.com/IntersectMBO/cardano-cli/pull/853)

- Add for eras <= Babbage a deprecation notice.
(feature, breaking)
[PR 879](https://github.com/IntersectMBO/cardano-cli/pull/879)

- Make funds receiving address and amount mandatory.
(bugfix)
[PR 877](https://github.com/IntersectMBO/cardano-cli/pull/877)

- create-testnet-data's --total-supply option doesn't have a default anymore. The default value is to take the value from the shelley genesis file (if provided, otherwise this file is defaulted, so total supply comes from the default shelley genesis). create-testnet-data's --delegated-supply option doesn't have a default anymore. The default is to use half of the total supply.
(breaking, bugfix)
[PR 874](https://github.com/IntersectMBO/cardano-cli/pull/874)

- Forbid incorrect values in parsers of many Int-like options. Previously those values would overflow and be turned into a random valid value. If this breaks your use case, this means your use case wasn't doing what you expected.
(bugfix)
[PR 864](https://github.com/IntersectMBO/cardano-cli/pull/864)

- Fix estimated fee rendering: previously the output was of the form `Estimated transaction fee: Coin 357154`.
Now it is: `Estimated transaction fee: 357154 Lovelace`
(bugfix)
[PR 873](https://github.com/IntersectMBO/cardano-cli/pull/873)

- Modify `transaction view` to show what inputs redeemers refer to.
(feature)
[PR 861](https://github.com/IntersectMBO/cardano-cli/pull/861)

## 9.3.0.0

- Add `query spo-stake-distribution` command to obtain stake distribution for SPOs
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: 9.3.0.0
version: 9.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 d1b1580

Please sign in to comment.