You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ZIP-244 changes will require a change in the script verification API. In #3291 we prepared for that change by changing our internal APIs and having the additional information needed for verification ready.
Specifications
Designs
Update to a zcash_script version with the new API
Update zebra-script with a safe interface to the new v5 function
API consistency: also add a non-precomputed function to zcash_script and zebra-script
Call it where needed
Update ZIP-244 test vectors
Related Work
The text was updated successfully, but these errors were encountered:
Motivation
Split off from #3291
ZIP-244 changes will require a change in the script verification API. In #3291 we prepared for that change by changing our internal APIs and having the additional information needed for verification ready.
Specifications
Designs
zcash_script
version with the new APIzebra-script
with a safe interface to the new v5 functionzcash_script
andzebra-script
Related Work
The text was updated successfully, but these errors were encountered: