Skip to content

Commit 1cf5777

Browse files
authored
Utilize new PParams prediction functionality for HFC (#1078)
# Description Integration of new PParams prediction functionality into HFC
2 parents 0a1a154 + 4f4296f commit 1cf5777

23 files changed

+76
-198
lines changed

cabal.project

Lines changed: 3 additions & 3 deletions
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-04-24T00:00:00Z
19+
, cardano-haskell-packages 2024-04-30T19:46:33Z
2020

2121
packages:
2222
ouroboros-consensus
@@ -29,8 +29,8 @@ packages:
2929
source-repository-package
3030
type: git
3131
location: https://github.com/IntersectMBO/cardano-ledger
32-
tag: be59c234150b6c5a24596ec6829810c2d2dfa732
33-
--sha256: sha256-lmX76vtQ8gEDizUmByZ2XL6SYhBxxMQtZVBeIEp/8Lw=
32+
tag: f9324de5b6b01e8576a87f799afdb1a53dad6f32
33+
--sha256: sha256-H925223bxisW8vTtaLlzzsFs27Z8w0Wh4ScqEJkMjAg=
3434
subdir: eras/allegra/impl
3535
eras/alonzo/impl
3636
eras/alonzo/test-suite

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: 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.
Binary file not shown.

0 commit comments

Comments
 (0)