We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently this rpc endpoint is unbounded
reth/crates/optimism/rpc/src/witness.rs
Line 54 in 1b4048e
we should add internal ratelimiting because this is fairly expensive:
Line 78 in 1b4048e
reth/crates/rpc/rpc-api/src/debug.rs
Line 404 in 1b4048e
Box<dyn TaskSpawner>
reth/crates/optimism/node/src/node.rs
Line 236 in 1b4048e
No response
The text was updated successfully, but these errors were encountered:
🙋🏽♂️
Sorry, something went wrong.
stevencartavia
Successfully merging a pull request may close this issue.
Describe the feature
currently this rpc endpoint is unbounded
reth/crates/optimism/rpc/src/witness.rs
Line 54 in 1b4048e
we should add internal ratelimiting because this is fairly expensive:
reth/crates/optimism/rpc/src/witness.rs
Line 78 in 1b4048e
TODO
reth/crates/rpc/rpc-api/src/debug.rs
Line 404 in 1b4048e
Box<dyn TaskSpawner>
toreth/crates/optimism/rpc/src/witness.rs
Line 78 in 1b4048e
needs update here
reth/crates/optimism/node/src/node.rs
Line 236 in 1b4048e
Additional context
No response
The text was updated successfully, but these errors were encountered: