feat: make EthService generic over engine types and block executor (#10212)

This commit is contained in:
Federico Gimenez
2024-08-08 19:22:55 +02:00
committed by GitHub
parent 75a501e9fa
commit c4aae6db36
7 changed files with 92 additions and 69 deletions

View File

@ -14,7 +14,7 @@ workspace = true
# reth
reth-payload-builder.workspace = true
reth-ethereum-engine-primitives.workspace = true
reth-ethereum-engine.workspace = true
reth-engine-service.workspace = true
reth-basic-payload-builder.workspace = true
reth-ethereum-payload-builder.workspace = true
reth-node-builder.workspace = true