Skip to content

Commit fc7cf35

Browse files
committed
Further update cardano-ledger
1 parent 4d3b4aa commit fc7cf35

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

cabal.project

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-state:
1616
-- Bump this if you need newer packages from Hackage
17-
, hackage.haskell.org 2025-05-26T13:28:18Z
17+
, hackage.haskell.org 2025-06-03T21:29:34Z
1818
-- Bump this if you need newer packages from CHaP
19-
, cardano-haskell-packages 2025-05-26T19:51:53Z
19+
, cardano-haskell-packages 2025-06-03T13:42:38Z
2020

2121
packages:
2222
ouroboros-consensus
@@ -68,8 +68,8 @@ source-repository-package
6868
source-repository-package
6969
type: git
7070
location: https://github.com/IntersectMBO/cardano-ledger
71-
tag: acef8ca86b741455309753b1f02a5f339eb545b4
72-
--sha256: sha256-Tahrli+IOzrC0JiXYPE/XXFCWToyBzbAlgDaxlaokGE=
71+
tag: b44ce911475794a15f908ad27a6f497d6a27e8ba
72+
--sha256: sha256-MXaVKKH9siUsmOnJmYyL6if48dx11zugux7AWGPABfA=
7373
subdir:
7474
eras/allegra/impl
7575
eras/alonzo/impl

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.

ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley/Eras.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ applyAlonzoBasedTx globals ledgerEnv mempoolState wti tx = do
269269
pure (mempoolState', vtx)
270270
where
271271
intervenedTx = case wti of
272-
DoNotIntervene -> tx{Alonzo.isValid = Alonzo.IsValid True}
272+
DoNotIntervene -> tx{Alonzo.atIsValid = Alonzo.IsValid True}
273273
Intervene -> tx
274274

275275
handler e = case (wti, e) of
@@ -289,7 +289,7 @@ applyAlonzoBasedTx globals ledgerEnv mempoolState wti tx = do
289289
ledgerEnv
290290
mempoolState
291291
wti
292-
tx{Alonzo.isValid = Alonzo.IsValid False}
292+
tx{Alonzo.atIsValid = Alonzo.IsValid False}
293293
_ -> throwError e
294294

295295
-- reject the transaction, protecting the local wallet

0 commit comments

Comments
 (0)