feat: let consensus tests configure pipeline, executor, and client (#3839)

This commit is contained in:
Dan Cline
2023-07-18 14:16:17 -04:00
committed by GitHub
parent 34c9abe249
commit 5ad9b32cbc
3 changed files with 292 additions and 116 deletions

View File

@ -40,5 +40,7 @@ reth-blockchain-tree = { path = "../../blockchain-tree", features = ["test-utils
reth-db = { path = "../../storage/db", features = ["test-utils"] }
reth-provider = { workspace = true, features = ["test-utils"] }
reth-tracing = { path = "../../tracing" }
reth-revm = { path = "../../revm" }
reth-downloaders = { path = "../../net/downloaders" }
assert_matches = "1.5"