feat(rpc): rpc rate limiter impl (#11952)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Jeff
2024-10-25 13:11:24 -04:00
committed by GitHub
parent e676d71d0b
commit d91cacd14a
4 changed files with 122 additions and 0 deletions

View File

@ -50,6 +50,8 @@ metrics.workspace = true
serde = { workspace = true, features = ["derive"] }
thiserror.workspace = true
tracing.workspace = true
tokio-util = { workspace = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
[dev-dependencies]
reth-chainspec.workspace = true