Skip to content

Commit a3f7dba

Browse files
committed
Release cardano-cli-10.12.0.0
1 parent c8e0d02 commit a3f7dba

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

cardano-cli/CHANGELOG.md

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

3+
## 10.12.0.0
4+
5+
- `cardano-cli legacy genesis create` recently removed the ability to specify the alonzo era and therefore the ability to
6+
generate a V2 cost model with 175 (instead of 185) parameters. This PR restores that functionality.
7+
(compatible)
8+
[PR 1267](https://github.com/IntersectMBO/cardano-cli/pull/1267)
9+
10+
- Build `cardano-cli` non-system deps statically and relink system deps for `darwin` builds in releases
11+
(bugfix)
12+
[PR 1269](https://github.com/IntersectMBO/cardano-cli/pull/1269)
13+
14+
- Fixes a bug where the cardano-cli query spo-stake-distribution --all-spos what misrepresenting some cases as delegating to `null` (no delegation), when in reality they were delegating to always abstain. This is a bug on the CLI only and not on the node side.
15+
(bugfix)
16+
[PR 1263](https://github.com/IntersectMBO/cardano-cli/pull/1263)
17+
18+
- Run weeder and removed suggested dead code
19+
(breaking, refactoring)
20+
[PR 1252](https://github.com/IntersectMBO/cardano-cli/pull/1252)
21+
22+
- Remove unnecessary calls to `moduleWorkspace`
23+
(compatible, refactoring)
24+
[PR 1245](https://github.com/IntersectMBO/cardano-cli/pull/1245)
25+
326
## 10.11.1.0
427

528
- Update cardano-api-10.17.1.0. Fix missing certificates in transaction build.

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.8
22
name: cardano-cli
3-
version: 10.11.1.0
3+
version: 10.12.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)