refactor: remove PruneModes from batch executor (#14025)

This commit is contained in:
Arsenii Kulikov
2025-01-29 15:50:37 +04:00
committed by GitHub
parent 2652ec8af5
commit 5fcefcea8c
17 changed files with 61 additions and 180 deletions

View File

@ -20,7 +20,6 @@ reth-execution-types.workspace = true
reth-metrics = { workspace = true, optional = true }
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
reth-prune-types.workspace = true
reth-revm.workspace = true
reth-storage-errors.workspace = true
@ -69,5 +68,4 @@ test-utils = [
"reth-primitives-traits/test-utils",
"reth-revm/test-utils",
"revm/test-utils",
"reth-prune-types/test-utils",
]