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 5, 2024
1 parent 22b2b9b commit 6e26329
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions cardano-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog for cardano-cli

## 9.4.0.0

- 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

0 comments on commit 6e26329

Please sign in to comment.