-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Plutus v2 cost model decoding era dependent #5896
Make Plutus v2 cost model decoding era dependent #5896
Conversation
6f1e489
to
e204dbd
Compare
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Node/Shutdown.hs
Show resolved
Hide resolved
c75a987
to
51c8143
Compare
10ebefa
to
5eb2896
Compare
cardano-testnet/test/cardano-testnet-test/Cardano/Testnet/Test/Node/Shutdown.hs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @carbolymer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, @mkoura gave the thumbs up via slack. The comment needs to be elaborated a little more and indicate we are removing this after the hardfork.
5eb2896
to
13fe71f
Compare
13fe71f
to
24b257c
Compare
Description
Upgrade cardano-cli-9.2.0.0
Upgrade cardano-api-9.1.0.0
This PR makes reading of Alonzo genesis optionally era-sensitive. The era-sensitive part is the reading of Plutus V2 cost model in alonzo genesis. This should only matter for test environments, as the cost model is not present in mainnet genesis. The exact decoding behaviour is described here: https://github.com/IntersectMBO/cardano-api/pull/564/files#diff-b26996666f911332a0d29d7ee13063967982ca356bb0a0fe26dcde29aacc48ebR238
Related PRs:
Integrates fix for: IntersectMBO/cardano-cli#801
Workflow run against cardano-node-tests: https://github.com/IntersectMBO/cardano-node-tests/actions/runs/9956170300
Checklist
See Runnings tests for more details
CHANGELOG.md
for affected package.cabal
files are updatedhlint
. See.github/workflows/check-hlint.yml
to get thehlint
versionstylish-haskell
. See.github/workflows/stylish-haskell.yml
to get thestylish-haskell
versionghc-8.10.7
andghc-9.2.7