Skip to content

Commit 8e21aaa

Browse files
committed
Release cardano-cli-10.5.0.0
1 parent b38f750 commit 8e21aaa

File tree

2 files changed

+56
-4
lines changed

2 files changed

+56
-4
lines changed

cardano-cli/CHANGELOG.md

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog for cardano-cli
22

3+
## 10.5.0.0
4+
5+
- Added support for mnemonic sentence generation and extended key derivation from mnemonic sentences.
6+
(feature)
7+
[PR 975](https://github.com/IntersectMBO/cardano-cli/pull/975)
8+
9+
- Remove minting capabilities in eras prior to Mary.
10+
Change minted assets representation to `L.MultiAsset` instead of `Value`.
11+
(compatible)
12+
[PR 1085](https://github.com/IntersectMBO/cardano-cli/pull/1085)
13+
14+
- Update [cardano-api-10.10.0.0](https://github.com/IntersectMBO/cardano-api/blob/master/cardano-api/CHANGELOG.md#101000)
15+
Fix signing of a transaction in `compatible shelley transaction signed-transaction` command. Previously two different transaction bodies were used for the resulting transaction and the signature - now it's used the same for both purposes.
16+
(bugfix)
17+
[PR 1057](https://github.com/IntersectMBO/cardano-cli/pull/1057)
18+
19+
- Add stake address registration and delegation certificate and stake pool delegation certificate to compatible commands
20+
(compatible)
21+
[PR 1070](https://github.com/IntersectMBO/cardano-cli/pull/1070)
22+
23+
- Default to hex for binary query utxo output
24+
(feature, breaking)
25+
[PR 1066](https://github.com/IntersectMBO/cardano-cli/pull/1066)
26+
27+
- Add command to calculate plutus script costs from an already constructed transaction.
28+
(feature)
29+
[PR 1031](https://github.com/IntersectMBO/cardano-cli/pull/1031)
30+
31+
- Add binary output option for query utxo command
32+
(feature)
33+
[PR 1000](https://github.com/IntersectMBO/cardano-cli/pull/1000)
34+
35+
- Add `cardano-cli conway query future-pparams`
36+
(feature, compatible)
37+
[PR 1038](https://github.com/IntersectMBO/cardano-cli/pull/1038)
38+
39+
- Add governance action deposits to the output of `query stake-address-info`. This also renames the field stakeDeposit to stakeRegistrationDeposit in the JSON output.
40+
(feature, breaking)
41+
[PR 1032](https://github.com/IntersectMBO/cardano-cli/pull/1032)
42+
43+
- Add the ratify-state query
44+
(feature, compatible)
45+
[PR 1036](https://github.com/IntersectMBO/cardano-cli/pull/1036)
46+
47+
- Fix costs calculation for transaction with more than one certificates with the same stake credential and script witness.
48+
(bugfix)
49+
[PR 1028](https://github.com/IntersectMBO/cardano-cli/pull/1028)
50+
51+
- Add certificates to CLI interface in `compatible transaction-sign`
52+
(feature, compatible)
53+
[PR 972](https://github.com/IntersectMBO/cardano-cli/pull/972)
54+
355
## 10.4.0.0
456

557
- Add `cardano-cli conway query future-pparams`
@@ -96,12 +148,12 @@
96148
[PR 963](https://github.com/IntersectMBO/cardano-cli/pull/963)
97149

98150
- transaction submit: print transaction hash, like this:
99-
151+
100152
Transaction successfully submitted. Transaction hash is:
101153
{"txhash":"456c614d5d547b7fe197a4d18fbb86e086cb9080594dabf9059adf08b00cf2bd"}
102-
154+
103155
Previously it was:
104-
156+
105157
Transaction successfully submitted.
106158
(feature, breaking)
107159
[PR 925](https://github.com/IntersectMBO/cardano-cli/pull/925)

cardano-cli/cardano-cli.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.4
22
name: cardano-cli
3-
version: 10.4.0.0
3+
version: 10.5.0.0
44
synopsis: The Cardano command-line interface
55
description: The Cardano command-line interface.
66
copyright: 2020-2023 Input Output Global Inc (IOG).

0 commit comments

Comments
 (0)