feat(engine): use execute_with_state_hook in ExecutorMetrics (#12316)

This commit is contained in:
Federico Gimenez
2024-11-06 12:38:29 +01:00
committed by GitHub
parent 4048117bcf
commit 098fa7f611
4 changed files with 238 additions and 26 deletions

View File

@ -40,6 +40,7 @@ parking_lot = { workspace = true, optional = true }
parking_lot.workspace = true
reth-ethereum-forks.workspace = true
alloy-consensus.workspace = true
metrics-util = { workspace = true, features = ["debugging"] }
[features]
default = ["std"]