-
Notifications
You must be signed in to change notification settings - Fork 17
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
Remove use of script witness files in withdrawal scripts #1056
Remove use of script witness files in withdrawal scripts #1056
Conversation
c820df8
to
c7e71ed
Compare
e5b6d88
to
7b20f90
Compare
<*> plutusP prefix PlutusScriptV3 "v3" | ||
<*> pScriptRedeemerOrFile (prefix ++ "reference-tx-in") | ||
<*> ( case autoBalanceExecUnits of | ||
AutoBalance -> pure (ExecutionUnits 0 0) |
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.
It would be nice to have this execution units default value in one place, instead of being copied multiple times.
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.
Yep we will do an audit of all the cli parsers. It's still convoluted.
…I.EraBased.Script.Withdrawal.Types These modules contain functionality to aid reading withdrawal script witnesses from the cli command line
throughout transaction building code
7b20f90
to
e51cc89
Compare
Depends on #1047
Changelog
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