File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog for cardano-cli
22
3+ ## 10.14.0.0
4+
5+ - query stake-address-info now includes the correct cip129 hex format as well as the Ledger State format.
6+ (breaking)
7+ [ PR 1313] ( https://github.com/IntersectMBO/cardano-cli/pull/1313 )
8+
9+ - Upgrade cardano-crypto-class-2.2.3.2 with hashes deserialisation fix
10+ (compatible, bugfix)
11+ [ PR 1310] ( https://github.com/IntersectMBO/cardano-cli/pull/1310 )
12+
13+ - Replace ` createTransactionBody ` with ` makeUnsignedTx `
14+ (compatible)
15+ [ PR 1305] ( https://github.com/IntersectMBO/cardano-cli/pull/1305 )
16+
17+ - Deprecate certificate
18+ (compatible)
19+ [ PR 1286] ( https://github.com/IntersectMBO/cardano-cli/pull/1286 )
20+
21+ - Fixed error message in readStringOfMaxLength to correctly display the actual maximum length parameter instead of hardcoded value "128"
22+ (bugfix)
23+ [ PR 1297] ( https://github.com/IntersectMBO/cardano-cli/pull/1297 )
24+
325## 10.13.1.0
426
527- Update ` cardano-ledger-api ` to fix bug in ` queryPoolState ` , where current Pool parameters were returned instead of the future ones.
Original file line number Diff line number Diff line change 11cabal-version : 3.8
22name : cardano-cli
3- version : 10.13.1 .0
3+ version : 10.14.0 .0
44synopsis : The Cardano command-line interface
55description : The Cardano command-line interface.
66copyright : 2020-2023 Input Output Global Inc (IOG).
You can’t perform that action at this time.
0 commit comments