feat: convert HeadersClient BodiesClient futures into associated types (#1063)

This commit is contained in:
Aurélien
2023-01-30 10:25:15 +01:00
committed by GitHub
parent 0c2225956d
commit e2ac4d3f3c
15 changed files with 214 additions and 129 deletions

View File

@ -11,7 +11,7 @@ description = "Implementations of various block downloaders"
# reth
reth-interfaces = { path = "../../interfaces" }
reth-primitives = { path = "../../primitives" }
reth-eth-wire = { path= "../eth-wire" }
reth-eth-wire = { path = "../eth-wire" }
reth-db = { path = "../../storage/db" }
reth-metrics-derive = { path = "../../metrics/metrics-derive" }
@ -31,6 +31,5 @@ reth-db = { path = "../../storage/db", features = ["test-utils"] }
reth-interfaces = { path = "../../interfaces", features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
async-trait = "0.1.58"
assert_matches = "1.5.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }