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
It would be convenient if the SDK exposed a way to verify the validity of a given string verification key hash. Ultimately, we would want to access this within a circuit, e.g. to upgrade a side-loaded verification key committed to on chain.
Deniz found that you can set any value for the verification key hash and the transaction will succeed on LocalBlockchain: https://github.com/0x471/o1js-vk-hash-validation/blob/main/README.md - This is a confusing DevX and we can improve it by validating in JS whether the pair is valid.
The text was updated successfully, but these errors were encountered:
See: https://discord.com/channels/484437221055922177/1357003022307295405
It would be convenient if the SDK exposed a way to verify the validity of a given string verification key hash. Ultimately, we would want to access this within a circuit, e.g. to upgrade a side-loaded verification key committed to on chain.
Deniz found that you can set any value for the verification key hash and the transaction will succeed on LocalBlockchain: https://github.com/0x471/o1js-vk-hash-validation/blob/main/README.md - This is a confusing DevX and we can improve it by validating in JS whether the pair is valid.
The text was updated successfully, but these errors were encountered: