Skip to content
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

feat: add rln to waku simulator instance #2143

Closed
alrevuelta opened this issue Oct 20, 2023 · 2 comments · Fixed by waku-org/waku-simulator#12
Closed

feat: add rln to waku simulator instance #2143

alrevuelta opened this issue Oct 20, 2023 · 2 comments · Fixed by waku-org/waku-simulator#12
Assignees
Labels
E:3.2: Basic DoS protection in production See https://github.com/waku-org/pm/issues/70 for details test Issue related to the test suite with no expected consequence to production code

Comments

@alrevuelta
Copy link
Contributor

We have simulator.waku.org with latest master running, however it runs with just relay.

Task:

Since using onchain rln migt be too heavy, we can start by just using static rln. As simple as follows, and doesn't require an external eth node.

            --rln-relay=true
            --rln-relay-dynamic=false
            --rln-relay-membership-index=0

Note that traffic injection would need to be modified, since the current tool doesn't allow to publish rln messages.

@gabrielmer gabrielmer self-assigned this Oct 20, 2023
@gabrielmer
Copy link
Contributor

Weekly Update

  • achieved: learnt about waku-simulator's inner workings and got the background required to integrate RLN to it. Added service that generates traffic to the nodes via their REST APIs. Investigated and tested different ways of approaching the RLN integration.
  • next: get RLN to work and add Grafana dashboards with RLN data

@fryorcraken fryorcraken added E:3.2: Basic DoS protection in production See https://github.com/waku-org/pm/issues/70 for details test Issue related to the test suite with no expected consequence to production code labels Oct 30, 2023
@gabrielmer
Copy link
Contributor

Weekly Update

  • achieved: integrated RLN, added Grafana dashboards, tested, merged and deployed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E:3.2: Basic DoS protection in production See https://github.com/waku-org/pm/issues/70 for details test Issue related to the test suite with no expected consequence to production code
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants