feat(p2p): integrate txpool in p2p (#208)

This commit is contained in:
Matthias Seitz
2022-11-15 22:27:41 +01:00
committed by GitHub
parent f0388e4032
commit f8fddcdfa4
11 changed files with 305 additions and 61 deletions

3
Cargo.lock generated
View File

@@ -3465,7 +3465,7 @@ dependencies = [
"async-trait",
"bitflags",
"fnv",
"futures",
"futures-util",
"linked-hash-map",
"parking_lot 0.12.1",
"paste",
@@ -3473,6 +3473,7 @@ dependencies = [
"reth-primitives",
"serde",
"thiserror",
"tokio",
"tracing",
]