feat: integrate RpcMiddleware in IPC (#7790)

This commit is contained in:
Abner Zheng
2024-04-23 23:08:32 +08:00
committed by GitHub
parent 00ca9cd024
commit ee1c811c43
12 changed files with 483 additions and 197 deletions

View File

@ -29,6 +29,8 @@ serde_json.workspace = true
tracing.workspace = true
bytes.workspace = true
thiserror.workspace = true
futures-util = "0.3.30"
[dev-dependencies]
tokio-stream = { workspace = true, features = ["sync"] }
reth-tracing.workspace = true