refactor: move exec metrics into executor (#10426)

This commit is contained in:
Oliver
2024-09-04 03:30:12 +02:00
committed by GitHub
parent fd8ca17076
commit d659cd36d2
12 changed files with 121 additions and 133 deletions

View File

@ -17,6 +17,7 @@ reth-execution-errors.workspace = true
reth-primitives.workspace = true
revm-primitives.workspace = true
reth-prune-types.workspace = true
reth-metrics.workspace = true
reth-storage-errors.workspace = true
reth-execution-types.workspace = true
@ -24,6 +25,7 @@ revm.workspace = true
alloy-eips.workspace = true
auto_impl.workspace = true
futures-util.workspace = true
metrics.workspace = true
parking_lot = { workspace = true, optional = true }
[dev-dependencies]