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

[HBAR Rate Limit Redesign] Provide configurable rate limiting based on original caller addresses, IP addresses -- whitelist system #2850

Open
9 of 12 tasks
Tracked by #2739
quiet-node opened this issue Aug 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request Epic
Milestone

Comments

@quiet-node
Copy link
Member

quiet-node commented Aug 19, 2024

Problem

Currently, there's a temporary whitelist system in place that allows the Relay to recognize a list of special, whitelisted projects (EVM addresses) and bypass any HBAR rate limits. This logic was introduced in v0.54.1 as a hotfix, with the whitelist being configured via the HBAR_RATE_LIMIT_WHITELIST environment variable. However, this logic currently only supports EVM addresses, while the desired feature is to extend this functionality to IP addresses as well.

Solution

Improved current logic for better performance -> extend the setup to accept IP addresses

@quiet-node quiet-node self-assigned this Aug 19, 2024
@quiet-node quiet-node added the enhancement New feature or request label Aug 19, 2024
@quiet-node quiet-node added this to the 0.55.0 milestone Aug 19, 2024
@victor-yanev victor-yanev self-assigned this Aug 23, 2024
@quiet-node quiet-node modified the milestones: 0.55.0, 0.57.0 Sep 17, 2024
@ebadiere ebadiere modified the milestones: 0.57.0, 0.58.0 Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Epic
Projects
Status: Epics In Progress
Development

No branches or pull requests

5 participants