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

chore(rln-relay): Verify proofs based on bandwidth usage #1837

Closed
1 task done
rymnc opened this issue Jul 3, 2023 · 0 comments · Fixed by #1844
Closed
1 task done

chore(rln-relay): Verify proofs based on bandwidth usage #1837

rymnc opened this issue Jul 3, 2023 · 0 comments · Fixed by #1844
Assignees

Comments

@rymnc
Copy link
Contributor

rymnc commented Jul 3, 2023

Background

Verifying each proof that is sent may not be possible on resource-restricted nodes, and should be done only when bandwidth exceeds a set figure.

Details

Check the libp2p-bandwidth metric, and then verify the proof if the bandwidth exceeds the set limit.

Acceptance criteria

  • Proofs are verified when bandwidth exceeds an operator-set amount.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant