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

SCP-2370: let minting policies take redeemers #3400

Merged
merged 1 commit into from
Jun 19, 2021

Commits on Jun 19, 2021

  1. SCP-2370: let minting policies take redeemers

    This is really only the beginning of this: it completely punts on
    handling actually passing the redeemers around properly, instead just
    conjuring `()` in all cases. The main point of this is so that
    downstream can use our libraries to make minting policies that will work
    with the real ledger, which will pass the extra argument (and does
    already handle the redeemers).
    
    I will make a follow-up PR for actually doing things properly, but it's
    a bit of a rabbit-hole, so I thought I should get this one done first.
    michaelpj committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    c0f1932 View commit details
    Browse the repository at this point in the history