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

bug: RLN in on-chain dynamic mode not working #2606

Closed
romanzac opened this issue Apr 19, 2024 · 1 comment
Closed

bug: RLN in on-chain dynamic mode not working #2606

romanzac opened this issue Apr 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@romanzac
Copy link
Contributor

romanzac commented Apr 19, 2024

Problem

During "test_publish_with_valid_payloads_dynamic_at_slow_rate" execution, first container running Node1 crashes with RLN and onchain dynamic mode enabled. I cannot find any apparent reason in the logs. Static mode is working fine. Please have a look.

Impact

High occurrence, medium severity. RLN in dynamic mode not functional.

To reproduce

  1. Please checkout waku-org/waku-interop-tests@54cc4ff
  2. cd waku-interop-tests
  3. python -m venv .venv
  4. source .venv/bin/activate
  5. pip install -r requirements.txt
  6. pre-commit install
  7. pytest tests/relay/test_rln.py -k 'test_publish_with_valid_payloads_dynamic_at_slow_rate'

Expected behavior

RLN Relay in on-chain mode working.

Screenshots/logs

node1_2024-04-19_16-51-45.log
test_exec_2024-04-19_16-51-45.log
rln_register_2024-04-19_16-51-45.log

@romanzac romanzac added the bug Something isn't working label Apr 19, 2024
@romanzac
Copy link
Contributor Author

romanzac commented Apr 23, 2024

Issue was resolved by waiting longer for Waku node to synchronize with blockchain. 5 minutes was a sufficient timeout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

3 participants