refactor(engine): remove reth-engine-service crate (#22187)

Co-authored-by: mattsse <mattsse@users.noreply.github.com>
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Georgios Konstantopoulos
2026-02-14 07:40:16 -08:00
committed by GitHub
parent 3ab7cb98aa
commit 1f3fd5da2e
9 changed files with 127 additions and 331 deletions

31
Cargo.lock generated
View File

@@ -8322,36 +8322,6 @@ dependencies = [
"tokio",
]
[[package]]
name = "reth-engine-service"
version = "1.11.0"
dependencies = [
"alloy-eips",
"futures",
"pin-project",
"reth-chainspec",
"reth-consensus",
"reth-engine-primitives",
"reth-engine-tree",
"reth-ethereum-consensus",
"reth-ethereum-engine-primitives",
"reth-evm",
"reth-evm-ethereum",
"reth-exex-types",
"reth-network-p2p",
"reth-node-ethereum",
"reth-node-types",
"reth-payload-builder",
"reth-primitives-traits",
"reth-provider",
"reth-prune",
"reth-stages-api",
"reth-tasks",
"reth-trie-db",
"tokio",
"tokio-stream",
]
[[package]]
name = "reth-engine-tree"
version = "1.11.0"
@@ -9270,7 +9240,6 @@ dependencies = [
"reth-downloaders",
"reth-engine-local",
"reth-engine-primitives",
"reth-engine-service",
"reth-engine-tree",
"reth-engine-util",
"reth-ethereum-engine-primitives",