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
Currently, when RLN is enabled, RLN validator is added only for pubsub topics added at node initialization
nwaku/waku/node/waku_node.nim
Line 983 in 8a9fad2
For dynamically added topics, RLN validator is not set even if node is running with RLN enabled.
In go-waku, if rln is enabled the RLN validator is added to defaultTopicValidators which are set to any pubsubTopics subscribed after initialization:
If RLN is enabled in the node, all the pubsub topics must run the RLN validator
The text was updated successfully, but these errors were encountered:
gabrielmer
Successfully merging a pull request may close this issue.
Problem
Currently, when RLN is enabled, RLN validator is added only for pubsub topics added at node initialization
nwaku/waku/node/waku_node.nim
Line 983 in 8a9fad2
For dynamically added topics, RLN validator is not set even if node is running with RLN enabled.
In go-waku, if rln is enabled the RLN validator is added to defaultTopicValidators which are set to any pubsubTopics subscribed after initialization:
Expected behavior
If RLN is enabled in the node, all the pubsub topics must run the RLN validator
The text was updated successfully, but these errors were encountered: