Skip to content

Commit 69c7e6d

Browse files
authored
Integrate cardano-ledger for node-8.11.0 (#1069)
Related to IntersectMBO/cardano-node#5790
2 parents c06b883 + 0fc34d8 commit 69c7e6d

27 files changed

+100
-222
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 2024-03-26T06:28:59Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2024-05-07T20:35:20Z
19+
, cardano-haskell-packages 2024-05-13T13:19:15Z
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
### Patch
2+
3+
- Update `SupportsTwoPhaseValidation` instance for `Conway`:
4+
`ConwayUtxowFailure` was changed upstream
5+
6+
### Non-Breaking
7+
8+
- Update ledger packages:
9+
- `cardano-ledger-alonzo`: `^>=1.8`
10+
- `cardano-ledger-babbage`: `^>=1.8`
11+
- `cardano-ledger-conway`: `^>=1.14`
12+
- `cardano-ledger-core`: `^>=1.12`
13+
- `cardano-ledger-mary`: `^>=1.6`
14+
- `cardano-ledger-shelley`: `^>=1.11`
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
A new scriv changelog fragment.
3+
4+
Uncomment the section that is right (remove the HTML comment wrapper).
5+
-->
6+
7+
<!--
8+
### Patch
9+
10+
- A bullet item for the Patch category.
11+
12+
-->
13+
<!--
14+
### Non-Breaking
15+
16+
- A bullet item for the Non-Breaking category.
17+
18+
-->
19+
20+
### Breaking
21+
22+
- Remove `getProposedProtocolVersion` and `defaultGetProposedProtocolVersion`
23+
- Remove `ProtocolUpdate`, `UpdateProposal`, `UpdateState` and `protocolUpdates`
24+
- Add `pparamsUpdate`
25+
- Change `ShelleyLedgerUpdate` by replacing `ShelleyUpdatedProtocolUpdates` with `ShelleyUpdatedPParams`
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)