Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Further update cardano-ledger
  • Loading branch information
jasagredo committed Jun 12, 2025
commit fc7cf358e6ff5692bab4bfdb4f84caaa974d3773
8 changes: 4 additions & 4 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ repository cardano-haskell-packages
-- update either of these.
index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2025-05-26T13:28:18Z
, hackage.haskell.org 2025-06-03T21:29:34Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2025-05-26T19:51:53Z
, cardano-haskell-packages 2025-06-03T13:42:38Z

packages:
ouroboros-consensus
Expand Down Expand Up @@ -68,8 +68,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/IntersectMBO/cardano-ledger
tag: acef8ca86b741455309753b1f02a5f339eb545b4
--sha256: sha256-Tahrli+IOzrC0JiXYPE/XXFCWToyBzbAlgDaxlaokGE=
tag: b44ce911475794a15f908ad27a6f497d6a27e8ba
--sha256: sha256-MXaVKKH9siUsmOnJmYyL6if48dx11zugux7AWGPABfA=
subdir:
eras/allegra/impl
eras/alonzo/impl
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ applyAlonzoBasedTx globals ledgerEnv mempoolState wti tx = do
pure (mempoolState', vtx)
where
intervenedTx = case wti of
DoNotIntervene -> tx{Alonzo.isValid = Alonzo.IsValid True}
DoNotIntervene -> tx{Alonzo.atIsValid = Alonzo.IsValid True}
Intervene -> tx

handler e = case (wti, e) of
Expand All @@ -289,7 +289,7 @@ applyAlonzoBasedTx globals ledgerEnv mempoolState wti tx = do
ledgerEnv
mempoolState
wti
tx{Alonzo.isValid = Alonzo.IsValid False}
tx{Alonzo.atIsValid = Alonzo.IsValid False}
_ -> throwError e

-- reject the transaction, protecting the local wallet
Expand Down