test: add EngineApiTreeHandlerImpl integration test (#9453)

This commit is contained in:
Federico Gimenez
2024-07-12 21:24:59 +02:00
committed by GitHub
parent d036350d7a
commit a49e993d71
5 changed files with 180 additions and 68 deletions

View File

@ -63,6 +63,8 @@ reth-tracing = { workspace = true, optional = true }
[dev-dependencies]
# reth
reth-db = { workspace = true, features = ["test-utils"] }
reth-ethereum-engine-primitives.workspace = true
reth-evm = { workspace = true, features = ["test-utils"] }
reth-exex-types.workspace = true
reth-network-p2p = { workspace = true, features = ["test-utils"] }
reth-prune.workspace = true