Skip to content

Commit 0322841

Browse files
authored
Release Consensus packages for Node 9.0 (#1176)
Depends on #1173
2 parents 9be6ad5 + 68a574e commit 0322841

12 files changed

+38
-33
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Ouroboros Consensus
22

3-
[![consensus](https://img.shields.io/badge/ouroboros--consensus-0.19.1.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-0.19.1.0/)
3+
[![consensus](https://img.shields.io/badge/ouroboros--consensus-0.20.0.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-0.20.0.0/)
44
[![diffusion](https://img.shields.io/badge/ouroboros--consensus--diffusion-0.17.0.1-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-diffusion-0.17.0.1/)
55
[![protocol](https://img.shields.io/badge/ouroboros--consensus--protocol-0.9.0.1-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-protocol-0.9.0.1/)
6-
[![cardano](https://img.shields.io/badge/ouroboros--consensus--cardano-0.17.1.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-cardano-0.17.1.0/)
6+
[![cardano](https://img.shields.io/badge/ouroboros--consensus--cardano-0.18.0.0-blue)](https://chap.intersectmbo.org/package/ouroboros-consensus-cardano-0.18.0.0/)
77
[![sop-extras](https://img.shields.io/badge/sop--extras-0.2.0.0-blue)](https://chap.intersectmbo.org/package/sop-extras-0.2.0.0/)
88
[![strict-sop-core](https://img.shields.io/badge/strict--sop--core-0.1.1.0-blue)](https://chap.intersectmbo.org/package/strict-sop-core-0.1.1.0/)
99

ouroboros-consensus-cardano/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.18.0.0'></a>
6+
## 0.18.0.0 — 2024-07-02
7+
8+
### Non-Breaking
9+
10+
- Update ledger packages:
11+
- `cardano-ledger-alonzo`: `^>=1.10`
12+
- `cardano-ledger-babbage`: `^>=1.8.2`
13+
- `cardano-ledger-conway`: `^>=1.16.0`
14+
- `cardano-ledger-core`: `^>=1.13.2`
15+
16+
### Breaking
17+
18+
- Added `GetSPOStakeDistr` query
19+
20+
- Added `TickedLedgerState` argument to `txMeasure`.
21+
22+
- Introduced `ConwayMeasure`, a Conway-specific `TxMeasure` adding the total
23+
reference scripts size as a new dimension on top of `AlonzoMeasure`.
24+
25+
- Update N2C part of `latestReleasedNodeVersion` to `NodeToClientV_16`.
26+
527
<a id='changelog-0.17.1.0'></a>
628
## 0.17.1.0 — 2024-06-26
729

ouroboros-consensus-cardano/changelog.d/20240608_164358_Lucsanszky_pool_stake_distr_query.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240701_131358_alexander.esgen_conway_txmeasure.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240701_132131_alexander.esgen_conway_txmeasure.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

ouroboros-consensus-cardano/changelog.d/20240702_144924_alexander.esgen_release_9_0_wip.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: ouroboros-consensus-cardano
3-
version: 0.17.1.0
3+
version: 0.18.0.0
44
synopsis:
55
The instantation of the Ouroboros consensus layer used by Cardano
66

@@ -157,7 +157,7 @@ library
157157
microlens,
158158
mtl,
159159
nothunks,
160-
ouroboros-consensus ^>=0.19,
160+
ouroboros-consensus ^>=0.20,
161161
ouroboros-consensus-protocol ^>=0.9,
162162
ouroboros-network-api ^>=0.7.3,
163163
serialise ^>=0.2,
@@ -200,7 +200,7 @@ library unstable-byronspec
200200
containers >=0.5 && <0.7,
201201
mtl,
202202
nothunks,
203-
ouroboros-consensus ^>=0.19,
203+
ouroboros-consensus ^>=0.20,
204204
serialise ^>=0.2,
205205
small-steps,
206206
transformers,
@@ -546,7 +546,7 @@ library unstable-cardano-tools
546546
mtl,
547547
network,
548548
nothunks,
549-
ouroboros-consensus ^>=0.19,
549+
ouroboros-consensus ^>=0.20,
550550
ouroboros-consensus-cardano,
551551
ouroboros-consensus-diffusion ^>=0.17,
552552
ouroboros-consensus-protocol ^>=0.9,

ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ library
8888
hashable,
8989
io-classes ^>=1.5,
9090
mtl,
91-
ouroboros-consensus ^>=0.19,
91+
ouroboros-consensus ^>=0.20,
9292
ouroboros-network ^>=0.16,
9393
ouroboros-network-api ^>=0.7.3,
9494
ouroboros-network-framework ^>=0.13.2,

ouroboros-consensus-protocol/ouroboros-consensus-protocol.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
containers,
7777
mtl,
7878
nothunks,
79-
ouroboros-consensus ^>=0.19,
79+
ouroboros-consensus ^>=0.20,
8080
serialise,
8181
text,
8282

ouroboros-consensus/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
# Changelog entries
44

5+
<a id='changelog-0.20.0.0'></a>
6+
## 0.20.0.0 — 2024-07-02
7+
8+
### Breaking
9+
10+
- Added `TickedLedgerState` argument to `txMeasure`.
11+
512
<a id='changelog-0.19.1.0'></a>
613
## 0.19.1.0 — 2024-06-26
714

0 commit comments

Comments
 (0)