-
Notifications
You must be signed in to change notification settings - Fork 1
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
bug: proof is not verified #79
Comments
Ping @rymnc maybe you can get a pointer for investigation here |
This could happen when the roots are invalid, can you log out the root when the proof is generated, and the roots that are being passed into |
Weekly update:
|
moving to blocked until discussion with @rymnc this Friday seems that when root is computed in |
Right now proof is generated and sent with message.
The problem happens when proof is tried to be verified in
rln-js
example here.verify
operation uses verifyWithRootsAt the same time verifyRLNProof is able to verify proof.
The text was updated successfully, but these errors were encountered: