feat: concurrent headers downloader (#891)

This commit is contained in:
Matthias Seitz
2023-01-20 12:06:06 +01:00
committed by GitHub
parent eb11da8adf
commit b4080a7de5
11 changed files with 1346 additions and 705 deletions

View File

@ -25,6 +25,7 @@ tracing = "0.1.37"
[dev-dependencies]
reth-interfaces = { path = "../../interfaces", features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
assert_matches = "1.5.0"
once_cell = "1.17.0"
tokio = { version = "1.21.2", features = ["full"] }