File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
ouroboros-consensus-cardano/src/shelley/Ouroboros/Consensus/Shelley Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ repository cardano-haskell-packages
1414-- update either of these.
1515index-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
2121packages :
2222 ouroboros-consensus
@@ -68,8 +68,8 @@ source-repository-package
6868source-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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments