mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
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:
committed by
GitHub
parent
3ab7cb98aa
commit
1f3fd5da2e
31
Cargo.lock
generated
31
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user