We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@waku/rln maintains its roots here by essentially relying on zerokit to give it current root here.
@waku/rln
zerokit
These roots lately are used to verify a proof - which is done again inside of zerokit here.
Expose from wasm following API:
wasm
getRoots
roots
getRoots still can be exposed as might be used later or by a consumer.
The text was updated successfully, but these errors were encountered:
Ice boxing for now. Re-prioritizing after approach to RLN is clear in light clients.
Sorry, something went wrong.
No branches or pull requests
Problem
@waku/rln
maintains its roots here by essentially relying onzerokit
to give it current root here.These roots lately are used to verify a proof - which is done again inside of
zerokit
here.Solution
Expose from
wasm
following API:getRoots
- gives requested amount of latest roots (default to 5);roots
to verify as they are already inside ofzerokit
;getRoots
still can be exposed as might be used later or by a consumer.The text was updated successfully, but these errors were encountered: