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
We need to upgrade our version of ed25519-zebra to use the validation rules in ZIP-215 and actually validate the Sprout Ed25519 signatures for full Sprout validation.
This involves pulling in the latest version of ed25519-zebra, checking that our async Verifier is well tested against the new rules, and making sure this validation is done by default on all blocks.
Alternatives
We could just use the new rules on blockheight >= Canopy, but that complicates our code.
The text was updated successfully, but these errors were encountered:
Solution
We need to upgrade our version of ed25519-zebra to use the validation rules in ZIP-215 and actually validate the Sprout Ed25519 signatures for full Sprout validation.
https://zips.z.cash/zip-0215
This involves pulling in the latest version of ed25519-zebra, checking that our async
Verifier
is well tested against the new rules, and making sure this validation is done by default on all blocks.Alternatives
We could just use the new rules on
blockheight >= Canopy
, but that complicates our code.The text was updated successfully, but these errors were encountered: