Skip to content

Commit 0c904ea

Browse files
committed
Release cardano-cli-10.3.0.0
1 parent 033f608 commit 0c904ea

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

cardano-cli/CHANGELOG.md

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

3+
## 10.3.0.0
4+
5+
- Add QueryLedgerPeerSnapshotCmd for a snapshot of big ledger peers used when syncing in Genesis
6+
(feature)
7+
[PR 727](https://github.com/IntersectMBO/cardano-cli/pull/727)
8+
9+
- Integrate `plutus`, `cardano-ledger`, `ouroboros-network`, `ouroboros-consensus`, `cardano-api-10.6.0.0`
10+
(breaking, feature)
11+
[PR 986](https://github.com/IntersectMBO/cardano-cli/pull/986)
12+
13+
- transaction id: add --output-[json,text] flag to control format of the output
14+
(feature, compatible)
15+
[PR 1005](https://github.com/IntersectMBO/cardano-cli/pull/1005)
16+
17+
- drep id: have --output-bech32 and --output-hex instead of --output-format STRING
18+
(breaking)
19+
[PR 1017](https://github.com/IntersectMBO/cardano-cli/pull/1017)
20+
21+
- drep id: support key hash as input
22+
(compatible)
23+
[PR 1009](https://github.com/IntersectMBO/cardano-cli/pull/1009)
24+
25+
- Added datums and scripts to `friendlyTxImpl`, which translates into them being showed by `transaction view`.
26+
(feature)
27+
[PR 977](https://github.com/IntersectMBO/cardano-cli/pull/977)
28+
29+
- Disambiguate DRep being a key or a script in certificate descriptions
30+
(breaking)
31+
[PR 1007](https://github.com/IntersectMBO/cardano-cli/pull/1007)
32+
33+
- Moved `genesis hash` command to `hash genesis-file`
34+
(breaking)
35+
[PR 982](https://github.com/IntersectMBO/cardano-cli/pull/982)
36+
337
## 10.2.0.0
438

539
- Augment of query spo-stake-distribution to include the DRep delegation choices of the Pool's rewards accounts

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.2.0.0
3+
version: 10.3.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)