feat: add payload build metrics (#2367)

This commit is contained in:
Matthias Seitz
2023-04-24 20:29:29 +02:00
committed by GitHub
parent 1912bd43cd
commit 4e95f6e7c4
5 changed files with 47 additions and 2 deletions

View File

@ -20,6 +20,10 @@ reth-tasks = { path = "../../tasks" }
## ethereum
revm = { version = "3" }
# metrics
metrics = "0.20.1"
reth-metrics-derive = { path = "../../metrics/metrics-derive" }
## async
tokio = { version = "1", features = ["sync", "time"] }
futures-core = "0.3"