Cap mux simple (#5577)

Signed-off-by: Emilia Hane <elsaemiliaevahane@gmail.com>
This commit is contained in:
Emilia Hane
2023-12-08 09:21:01 +01:00
committed by GitHub
parent 27da72cd57
commit cd4d6c52b0
12 changed files with 703 additions and 25 deletions

2
Cargo.lock generated
View File

@ -5898,6 +5898,7 @@ dependencies = [
"arbitrary",
"async-trait",
"bytes",
"derive_more",
"ethers-core",
"futures",
"metrics",
@ -5909,6 +5910,7 @@ dependencies = [
"reth-discv4",
"reth-ecies",
"reth-metrics",
"reth-net-common",
"reth-primitives",
"reth-tracing",
"secp256k1 0.27.0",