Skip to content

Commit 51dfb9d

Browse files
committed
Shelley: Update changelog, version and bounds
1 parent 5b22e31 commit 51dfb9d

File tree

9 files changed

+17
-11
lines changed

9 files changed

+17
-11
lines changed

eras/allegra/impl/cardano-ledger-allegra.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
bytestring,
7272
cardano-ledger-binary >=1.4,
7373
cardano-ledger-core:{cardano-ledger-core, internal} >=1.19,
74-
cardano-ledger-shelley ^>=1.17,
74+
cardano-ledger-shelley ^>=1.18,
7575
cardano-slotting,
7676
cardano-strict-containers,
7777
cborg,

eras/alonzo/impl/cardano-ledger-alonzo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ library
8989
cardano-ledger-binary ^>=1.8,
9090
cardano-ledger-core:{cardano-ledger-core, internal} ^>=1.19,
9191
cardano-ledger-mary ^>=1.9,
92-
cardano-ledger-shelley ^>=1.17,
92+
cardano-ledger-shelley ^>=1.18,
9393
cardano-slotting,
9494
cardano-strict-containers,
9595
containers,

eras/babbage/impl/cardano-ledger-babbage.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ library
8585
cardano-ledger-binary >=1.6,
8686
cardano-ledger-core:{cardano-ledger-core, internal} >=1.19,
8787
cardano-ledger-mary ^>=1.9,
88-
cardano-ledger-shelley ^>=1.17,
88+
cardano-ledger-shelley ^>=1.18,
8989
cardano-strict-containers,
9090
containers,
9191
deepseq,
@@ -141,7 +141,7 @@ library testlib
141141
cardano-ledger-binary:{cardano-ledger-binary, testlib},
142142
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.13.2,
143143
cardano-ledger-mary:{cardano-ledger-mary, testlib},
144-
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.17,
144+
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.18,
145145
cardano-slotting,
146146
cardano-strict-containers,
147147
containers,

eras/conway/impl/cardano-ledger-conway.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ library
102102
cardano-ledger-binary ^>=1.8,
103103
cardano-ledger-core:{cardano-ledger-core, internal} ^>=1.19,
104104
cardano-ledger-mary ^>=1.9,
105-
cardano-ledger-shelley ^>=1.17,
105+
cardano-ledger-shelley ^>=1.18,
106106
cardano-slotting,
107107
cardano-strict-containers,
108108
containers,

eras/mary/impl/cardano-ledger-mary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ library
8181
cardano-ledger-allegra ^>=1.9,
8282
cardano-ledger-binary >=1.4,
8383
cardano-ledger-core:{cardano-ledger-core, internal} >=1.19,
84-
cardano-ledger-shelley ^>=1.17,
84+
cardano-ledger-shelley ^>=1.18,
8585
cardano-strict-containers,
8686
containers,
8787
deepseq,

eras/shelley/impl/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# Version history for `cardano-ledger-shelley`
22

3-
## 1.17.1.0
4-
3+
## 1.18.0.0
4+
5+
* Move withdrawals-draining from `DELEGS` to `LEDGER`
6+
- Remove `WithdrawalsNotInRewardsDELEGS`
7+
- Add to `ShelleyLedgerPredFailure`
8+
+ `ShelleyWithdrawalsMissingAccounts`
9+
+ `ShelleyIncompleteWithdrawals`
10+
- Add `testIncompleteAndMissingWithdrawals`
511
* Added `Generic` instance to `ShelleyTxOut`
612

713
### `testlib`

eras/shelley/impl/cardano-ledger-shelley.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: cardano-ledger-shelley
3-
version: 1.17.1.0
3+
version: 1.18.0.0
44
license: Apache-2.0
55
maintainer: operations@iohk.io
66
author: IOHK

eras/shelley/test-suite/cardano-ledger-shelley-test.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ library
8181
cardano-ledger-binary:{cardano-ledger-binary, testlib} >=1.7,
8282
cardano-ledger-byron,
8383
cardano-ledger-core:{cardano-ledger-core, testlib} >=1.19,
84-
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.17,
84+
cardano-ledger-shelley:{cardano-ledger-shelley, testlib} >=1.18,
8585
cardano-protocol-tpraos:{cardano-protocol-tpraos, testlib} >=1.4,
8686
cardano-slotting:{cardano-slotting, testlib},
8787
cardano-strict-containers,

libs/cardano-ledger-api/cardano-ledger-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
cardano-ledger-core:{cardano-ledger-core, internal} >=1.17,
6969
cardano-ledger-dijkstra >=0.2,
7070
cardano-ledger-mary ^>=1.9,
71-
cardano-ledger-shelley ^>=1.17,
71+
cardano-ledger-shelley ^>=1.18,
7272
cardano-strict-containers,
7373
containers,
7474
data-default,

0 commit comments

Comments
 (0)