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

2
Cargo.lock generated
View File

@ -4641,6 +4641,8 @@ version = "0.1.0"
dependencies = [
"futures-core",
"futures-util",
"metrics",
"reth-metrics-derive",
"reth-payload-builder",
"reth-primitives",
"reth-provider",