Skip to content

Commit

Permalink
Bump plutus to 1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored and lehins committed May 3, 2024
1 parent 7f92428 commit 9c0353f
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ index-state:
-- Bump this if you need newer packages from Hackage
, hackage.haskell.org 2024-03-19T11:25:56Z
-- Bump this if you need newer packages from CHaP
, cardano-haskell-packages 2024-04-20T00:00:00Z
, cardano-haskell-packages 2024-04-30T19:46:33Z

packages:
eras/allegra/impl
Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/impl/cardano-ledger-alonzo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ library
mtl,
microlens,
nothunks,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
set-algebra >=1.0,
small-steps >=1.1,
text,
Expand Down
2 changes: 1 addition & 1 deletion eras/alonzo/test-suite/cardano-ledger-alonzo-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ library
containers,
data-default-class,
microlens,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
QuickCheck,
random,
serialise,
Expand Down
2 changes: 1 addition & 1 deletion eras/babbage/impl/cardano-ledger-babbage.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
set-algebra,
small-steps >=1.1,
text,
Expand Down
2 changes: 1 addition & 1 deletion eras/conway/impl/cardano-ledger-conway.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ library
deepseq,
microlens,
nothunks,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
set-algebra,
small-steps >=1.1,
text,
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.

2 changes: 1 addition & 1 deletion libs/cardano-ledger-binary/cardano-ledger-binary.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ library
network,
nothunks,
primitive,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
recursion-schemes,
serialise,
tagged,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ mkCostModel lang cm =
PlutusV2 -> PV2.mkEvaluationContext
PlutusV3 -> PV3.mkEvaluationContext
eCostModel :: Either P.CostModelApplyError (P.EvaluationContext, [P.CostModelApplyWarn])
eCostModel = runWriterT (mkEvaluationContext $ map toInteger cm)
eCostModel = runWriterT (mkEvaluationContext cm)

getCostModelLanguage :: CostModel -> Language
getCostModelLanguage (CostModel lang _ _) = lang
Expand Down
2 changes: 1 addition & 1 deletion libs/cardano-ledger-test/cardano-ledger-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ library
mtl,
nothunks,
hspec,
plutus-ledger-api ^>=1.26.0,
plutus-ledger-api ^>=1.27.0,
prettyprinter,
QuickCheck,
small-steps:{small-steps, testlib} >=1.1,
Expand Down

0 comments on commit 9c0353f

Please sign in to comment.