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

Plutus V3 script updates #822

Merged
merged 10 commits into from
Jul 24, 2024
Merged

Plutus V3 script updates #822

merged 10 commits into from
Jul 24, 2024

Conversation

Jimbo4350
Copy link
Contributor

@Jimbo4350 Jimbo4350 commented Jul 4, 2024

Changelog

- description: |
    Relax requirement of supplying datums to plutus spending scripts
    Add flags to enable use of reference scripts with voting and proposing scripts
      - `--vote-tx-in-reference`
      - `--proposal-tx-in-reference`
# uncomment types applicable to the change:
  type:
  - feature        # introduces a new feature
  - compatible     # the API has changed but is non-breaking

Context

Additional context for the PR goes here. If the PR fixes a particular issue please provide a link to the issue.

How to trust this PR

Highlight important bits of the PR that will make the review faster. If there are commands the reviewer can run to observe the new behavior, describe them.

Checklist

  • Commit sequence broadly makes sense and commits have useful messages
  • New tests are added if needed and existing tests are updated. See Running tests for more details
  • Self-reviewed the diff

@CarlosLopezDeLara
Copy link
Contributor

@Jimbo4350 Thoughts about the renaming proposed in #809 ?

@mkoura
Copy link
Contributor

mkoura commented Jul 12, 2024

Looking good 👍 I checked that it is now possible to spend a UTxO locked with PlutusV3 script without providing datum (when the script allows it).

@palas
Copy link
Contributor

palas commented Jul 15, 2024

@palas palas force-pushed the jordan/plutus-v3-fixes branch 2 times, most recently from d3d6570 to 4d77019 Compare July 15, 2024 23:08
@palas
Copy link
Contributor

palas commented Jul 15, 2024

FYI: I have rebased your branch because we have done changes to the formatting. I have made a copy of the unrebased branch that you can find in my previous comment in this PR.

@Jimbo4350 Jimbo4350 force-pushed the jordan/plutus-v3-fixes branch 3 times, most recently from 2780429 to ecb78e6 Compare July 24, 2024 11:56
@Jimbo4350 Jimbo4350 changed the title Relax requirement of supplying datums for plutus scripts Plutus V3 script updates Jul 24, 2024
@Jimbo4350 Jimbo4350 marked this pull request as ready for review July 24, 2024 11:57
@Jimbo4350 Jimbo4350 enabled auto-merge July 24, 2024 12:14
@Jimbo4350 Jimbo4350 added this pull request to the merge queue Jul 24, 2024
Merged via the queue into main with commit 897e437 Jul 24, 2024
23 checks passed
@Jimbo4350 Jimbo4350 deleted the jordan/plutus-v3-fixes branch July 24, 2024 12:57
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.

5 participants