Skip to content

Commit 0ca9ca0

Browse files
authored
Update to cardano-ledger-conway-1.8 (#331)
# Description Updated to use `cardano-ledger-core-1.6` and `cardano-ledger-conway-1.8`.
2 parents 79374d5 + a9428c2 commit 0ca9ca0

File tree

6 files changed

+28
-18
lines changed

6 files changed

+28
-18
lines changed

cabal.project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ index-state:
1616
-- Bump this if you need newer packages from Hackage
1717
, hackage.haskell.org 2023-08-02T14:18:01Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2023-09-02T00:00:00Z
19+
, cardano-haskell-packages 2023-09-05T08:50:43Z
2020

2121
packages:
2222
ouroboros-consensus

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
### Non-Breaking
2+
3+
- Updated to newer `cardano-ledger-*` packages:
4+
* `cardano-ledger-api-1.5`,
5+
* `cardano-ledger-alonzo-1.4.1`
6+
* `cardano-ledger-shelley-1.6`
7+
* `cardano-ledger-babbage-1.4.4`
8+
* `cardano-ledger-conway-1.8`
9+
* `cardano-ledger-tpraos-1.0.3.5`
10+
Binary file not shown.
Binary file not shown.

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ library
118118
, cardano-crypto-wrapper
119119
, cardano-data
120120
, cardano-ledger-allegra
121-
, cardano-ledger-alonzo ^>=1.4
122-
, cardano-ledger-api ^>=1.4
123-
, cardano-ledger-babbage ^>=1.4
121+
, cardano-ledger-alonzo ^>=1.4.1
122+
, cardano-ledger-api ^>=1.5
123+
, cardano-ledger-babbage ^>=1.4.4
124124
, cardano-ledger-binary
125125
, cardano-ledger-byron
126-
, cardano-ledger-conway ^>=1.7
127-
, cardano-ledger-core ^>=1.5
126+
, cardano-ledger-conway ^>=1.8
127+
, cardano-ledger-core ^>=1.6
128128
, cardano-ledger-mary
129-
, cardano-ledger-shelley ^>=1.5
129+
, cardano-ledger-shelley ^>=1.6
130130
, cardano-prelude
131-
, cardano-protocol-tpraos ^>=1.0.1
131+
, cardano-protocol-tpraos ^>=1.0.3.5
132132
, cardano-slotting
133133
, cardano-strict-containers
134134
, cborg ^>=0.2.2
@@ -282,7 +282,7 @@ library unstable-shelley-testlib
282282
, cardano-ledger-alonzo-test
283283
, cardano-ledger-babbage
284284
, cardano-ledger-babbage-test
285-
, cardano-ledger-conway-test >=1.2.0.1
285+
, cardano-ledger-conway-test >=1.2.0.5
286286
, cardano-ledger-core:{cardano-ledger-core, testlib}
287287
, cardano-ledger-mary
288288
, cardano-ledger-shelley-ma-test
@@ -360,9 +360,9 @@ library unstable-cardano-testlib
360360
, cardano-crypto-wrapper
361361
, cardano-ledger-alonzo-test
362362
, cardano-ledger-byron
363-
, cardano-ledger-conway-test ^>=1.2.0.1
363+
, cardano-ledger-conway-test ^>=1.2.0.5
364364
, cardano-ledger-core:{cardano-ledger-core, testlib}
365-
, cardano-ledger-shelley ^>=1.5
365+
, cardano-ledger-shelley ^>=1.6
366366
, cardano-protocol-tpraos
367367
, cardano-slotting
368368
, cardano-strict-containers
@@ -476,9 +476,9 @@ library unstable-cardano-tools
476476

477477
build-depends:
478478
, aeson
479-
, base >=4.14 && <4.19
479+
, base >=4.14 && <4.19
480480
, base16-bytestring >=1.0
481-
, bytestring >=0.10 && <0.12
481+
, bytestring >=0.10 && <0.12
482482
, cardano-crypto
483483
, cardano-crypto-class
484484
, cardano-crypto-wrapper
@@ -492,11 +492,11 @@ library unstable-cardano-tools
492492
, cardano-ledger-mary
493493
, cardano-ledger-shelley
494494
, cardano-prelude
495-
, cardano-protocol-tpraos >=1.0.1 && <1.1
495+
, cardano-protocol-tpraos ^>=1.0.3.5
496496
, cardano-slotting
497497
, cardano-strict-containers
498498
, cborg ^>=0.2.2
499-
, containers >=0.5 && <0.7
499+
, containers >=0.5 && <0.7
500500
, contra-tracer
501501
, directory
502502
, filepath

0 commit comments

Comments
 (0)