Skip to content
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

feat: Mark use of Plutus and lock Plutus when changing pparams #2813

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

mkoura
Copy link
Collaborator

@mkoura mkoura commented Dec 2, 2024

The hash of current protocol parameters is passed to Plutus scripts, and pparams change after the transaction was built will lead to PPViewHashesDontMatch error on tx submit. Therefore we need to mark usage of Plutus scripts, and "lock" Plutus whenewer we are changing pparams.

The hash of current protocol parameters is passed to Plutus scripts, and
pparams change after the transaction was built will lead to
`PPViewHashesDontMatch` error on tx submit. Therefore we need to mark
usage of Plutus scripts, and "lock" Plutus whenewer we are changing
pparams.
@mkoura mkoura merged commit 598a56f into master Dec 2, 2024
3 checks passed
@mkoura mkoura deleted the mark_plutus_use branch December 2, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant