-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
proxyd: Support per-RPC rate limits #3471
Conversation
🦋 Changeset detectedLatest commit: b70ffcd The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This PR changes implementation code, but doesn't include a changeset. Did you forget to add one? |
695508c
to
2bf9a5b
Compare
2bf9a5b
to
14e4016
Compare
14e4016
to
43e6aad
Compare
excellent! |
This PR has been added to the merge queue, and will be merged soon. |
This PR is next in line to be merged, and will be merged as soon as checks pass. |
* proxyd: Support per-RPC rate limits * add log Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
* proxyd: Support per-RPC rate limits * add log Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Adds support for custom rate limits on a per-RPC method basis. We need this in order to limit abuse of expensive requests like
eth_getLogs
.