Skip to content

Commit 7963292

Browse files
Merge pull request #1008 from IntersectMBO/smelc/gh-release-10.2.0.0
Release 10.2.0.0
2 parents 29b13af + 6385b74 commit 7963292

File tree

2 files changed

+69
-1
lines changed

2 files changed

+69
-1
lines changed

cardano-cli/CHANGELOG.md

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

3+
## 10.2.0.0
4+
5+
- Augment of query spo-stake-distribution to include the DRep delegation choices of the Pool's rewards accounts
6+
(breaking)
7+
[PR 990](https://github.com/IntersectMBO/cardano-cli/pull/990)
8+
9+
- Implement the `query proposals` command
10+
(feature, compatible)
11+
[PR 984](https://github.com/IntersectMBO/cardano-cli/pull/984)
12+
13+
- More fine grained controls of eras for create-testnet-data. Forbid creating DReps and CC in babbage.
14+
15+
Remove the `create-testnet-data` altogether in eras earlier than Babbage
16+
(breaking)
17+
[PR 968](https://github.com/IntersectMBO/cardano-cli/pull/968)
18+
19+
- Update API to 10.4.0.0
20+
(breaking)
21+
[PR 988](https://github.com/IntersectMBO/cardano-cli/pull/988)
22+
23+
- Modified anchor-data checking to allow HTTP schema for testing purposes
24+
(feature)
25+
[PR 979](https://github.com/IntersectMBO/cardano-cli/pull/979)
26+
27+
- Minting script witness refactor
28+
The type `ScriptWitnessFiles` makes it difficult to accommodate for specific changes to plutus scripts.
29+
As a result we introduce `MintScriptWitnessWithPolicyId` as a first step towards deprecating `ScriptWitnessFiles`.
30+
This paves the way to more readable code and allows us to introduce specific changes to the different script types i.e simple vs plutus.
31+
(breaking, refactoring)
32+
[PR 971](https://github.com/IntersectMBO/cardano-cli/pull/971)
33+
34+
- create-testnet-data: create byron genesis
35+
(breaking, test)
36+
[PR 974](https://github.com/IntersectMBO/cardano-cli/pull/974)
37+
38+
- `transaction build` now checks and fails if stake addresses used for deposit return or treasury withdrawals in proposals are NOT registered on-chain.
39+
(feature)
40+
[PR 963](https://github.com/IntersectMBO/cardano-cli/pull/963)
41+
42+
- transaction submit: print transaction hash, like this:
43+
44+
Transaction successfully submitted. Transaction hash is:
45+
{"txhash":"456c614d5d547b7fe197a4d18fbb86e086cb9080594dabf9059adf08b00cf2bd"}
46+
47+
Previously it was:
48+
49+
Transaction successfully submitted.
50+
(feature, breaking)
51+
[PR 925](https://github.com/IntersectMBO/cardano-cli/pull/925)
52+
53+
- Add option --committee-keys to `create-testnet-data` to create the cold and hot credential for constitutional committee members
54+
(compatible)
55+
[PR 961](https://github.com/IntersectMBO/cardano-cli/pull/961)
56+
57+
- Added anchor data hash checks to `transaction build`
58+
(feature)
59+
[PR 951](https://github.com/IntersectMBO/cardano-cli/pull/951)
60+
61+
- Update cardano-api to [10.2.0.0](https://github.com/IntersectMBO/cardano-api/releases/tag/cardano-api-10.2.0.0)
62+
(breaking)
63+
[PR 967](https://github.com/IntersectMBO/cardano-cli/pull/967)
64+
65+
- Add the `debug check-node-configuration --node-configuration-file node-config.json` command
66+
that reads `node-config.json` and checks that the hashes of genesis files are correct.
67+
(feature)
68+
[PR 923](https://github.com/IntersectMBO/cardano-cli/pull/923)
69+
370
## 10.1.1.0
71+
472
- Restore stable query cmds
573
(bugfix)
674
[PR 955](https://github.com/IntersectMBO/cardano-cli/pull/955)

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.1.1.0
3+
version: 10.2.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)