Skip to content

Commit

Permalink
feat: let consensus tests configure pipeline, executor, and client (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Jul 18, 2023
1 parent 34c9abe commit 5ad9b32
Show file tree
Hide file tree
Showing 3 changed files with 289 additions and 113 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crates/consensus/beacon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Loading

0 comments on commit 5ad9b32

Please sign in to comment.