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

Add ConwayUtxosPredFailure #4150

Merged
merged 5 commits into from
Mar 4, 2024
Merged

Add ConwayUtxosPredFailure #4150

merged 5 commits into from
Mar 4, 2024

Conversation

lehins
Copy link
Contributor

@lehins lehins commented Mar 1, 2024

Description

Introduced new predicate failure ConwayUtxosPredFailure that does not contain PPUP predicate failures

Also supersedes and resuses work from #4103

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated
  • When applicable, versions are updated in .cabal and CHANGELOG.md files according to the
    versioning process.
  • The version bounds in .cabal files for all affected packages are updated. If you change the bounds in a cabal file, that package itself must have a version increase. (See RELEASING.md)
  • All visible changes are prepended to the latest section of a CHANGELOG.md for the affected packages. New section is never added with the code changes. (See RELEASING.md)
  • Code is formatted with fourmolu (use scripts/fourmolize.sh)
  • Cabal files are formatted (use scripts/cabal-format.sh)
  • hie.yaml has been updated (use scripts/gen-hie.sh)
  • Self-reviewed the diff

Copy link
Contributor

@teodanciu teodanciu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

Copy link
Contributor

@Soupstraw Soupstraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

lehins and others added 5 commits March 4, 2024 15:42
Conway no longer has `PPUP` rule, so we need to use a predicate failure
that doesn't contain a predicate failure for that rule
Unfortunately we can't fix this problem for Babbage era, because that
would break the node-to-client protocol. So, we need to wait until we
are in Conway to fix this serialization issue with `PlutusPurpose`. With
respect to fixing this problem for Conway, this is already done. It has
been fixed with introduction of `ConwayPlutusPurpose` type in #3960
@lehins lehins force-pushed the lehins/ConwayUtxosPredFailure branch from 3bc27d7 to 5264b82 Compare March 4, 2024 14:42
@lehins lehins merged commit 543e734 into master Mar 4, 2024
16 checks passed
@neilmayhew neilmayhew deleted the lehins/ConwayUtxosPredFailure branch March 8, 2024 21:07
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.

None yet

4 participants