feat: implement batch executor (#11753)

This commit is contained in:
Federico Gimenez
2024-10-16 11:02:23 +02:00
committed by GitHub
parent a14a9fd8b0
commit 323d8edfb9
4 changed files with 184 additions and 42 deletions

View File

@ -13,16 +13,18 @@ workspace = true
[dependencies]
# reth
reth-chainspec.workspace = true
reth-consensus.workspace = true
reth-execution-errors.workspace = true
reth-execution-types.workspace = true
reth-metrics = { workspace = true, optional = true }
reth-primitives.workspace = true
reth-primitives-traits.workspace = true
revm-primitives.workspace = true
reth-prune-types.workspace = true
reth-metrics = { workspace = true, optional = true }
reth-revm.workspace = true
reth-storage-errors.workspace = true
reth-execution-types.workspace = true
revm.workspace = true
revm-primitives.workspace = true
# alloy
alloy-primitives.workspace = true