feat: refactor and integrate local engine into EngineNodeLauncher (#11703)

This commit is contained in:
Arsenii Kulikov
2024-10-14 17:21:41 +04:00
committed by GitHub
parent c05a900542
commit 523bfb9c81
16 changed files with 504 additions and 404 deletions

View File

@ -13,6 +13,7 @@ workspace = true
[dependencies]
reth.workspace = true
reth-chainspec.workspace = true
reth-engine-local.workspace = true
reth-primitives.workspace = true
reth-tracing.workspace = true
reth-db = { workspace = true, features = ["test-utils"] }