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

Light client roadmap: REST API rate limiter #28498

Open
zsfelfoldi opened this issue Nov 9, 2023 · 0 comments
Open

Light client roadmap: REST API rate limiter #28498

zsfelfoldi opened this issue Nov 9, 2023 · 0 comments
Labels
light-client-roadmap light client roadmap item

Comments

@zsfelfoldi
Copy link
Contributor

Goal: make the API service safe for public service
Status: proposal/experiment, a PoC implementation and a detailed description of the proposed scheme is WIP

Note: unlike the old LES flow control model, this scheme does not require assumptions about request costs in advance, it completely avoids cost tables and all the complexity that came with it, and will hopefully still achieve a better perfomance in normal cases (still needs to be proven in practice though). Also, it can be specified as an entirely optional performance optimization.

Relevant branch:

@zsfelfoldi zsfelfoldi added the light-client-roadmap light client roadmap item label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
light-client-roadmap light client roadmap item
Projects
None yet
Development

No branches or pull requests

1 participant