-
Notifications
You must be signed in to change notification settings - Fork 57
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(rln-relay): light push does not check proofs before forwarding to relay #1226
Comments
Considering "Provision RLN for light push clients PoC" milestone, this does not seem needed at this point in time. |
This will be implemented as a side effect of the first step for a RLN proofs service (validating the message before publishing, whether the proof was added by the lightpush client or the RLN service node). In fact, I think this issue can be closed with the merging of #2695. @shash256 please confirm and close if addressed. |
When a messge is published via lightpush, the message is broadcasted via relay without performing the rln proof verification. Ideally the proof should be verified before the message is published.
To see this scenario in action, use the following setup
https://examples.waku.org/rln-js/ can be used for the js-waku node.
A message generated in js-waku node should not arrive to chat2
cc: @staheri14 @fryorcraken
The text was updated successfully, but these errors were encountered: