test(net): more txpool testing support for network (#711)

This commit is contained in:
Matthias Seitz
2023-01-04 13:36:51 +01:00
committed by GitHub
parent 6f3eb42d32
commit 5933014fba
12 changed files with 119 additions and 20 deletions

View File

@ -61,6 +61,8 @@ reth-discv4 = { path = "../discv4", features = ["test-utils"] }
reth-interfaces = { path = "../../interfaces", features = ["test-utils"] }
reth-provider = { path = "../../storage/provider", features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
reth-transaction-pool = { path = "../../transaction-pool", features = ["test-utils"] }
ethers-core = { git = "https://github.com/gakonst/ethers-rs", default-features = false }
ethers-providers = { git = "https://github.com/gakonst/ethers-rs", default-features = false }