mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-17 20:02:43 +00:00
We noticed attestation signing taking 2+ seconds on some of our hoodi nodes and the current traces doesn't provide enough details. This PR adds a few more spans to the `attestation_duty_cycle` code path in the VC. Before: <img width="842" height="154" alt="image" src="https://github.com/user-attachments/assets/cfc5c8c0-e6f2-4f56-a8e4-65001af4a005" /> After: <img width="496" height="217" alt="image" src="https://github.com/user-attachments/assets/c91cfa88-af1b-456e-8c64-625809eb6881" /> Co-Authored-By: Jimmy Chen <jchen.tc@gmail.com>
19 lines
522 B
TOML
19 lines
522 B
TOML
[package]
|
|
name = "signing_method"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
|
|
|
[dependencies]
|
|
eth2_keystore = { workspace = true }
|
|
ethereum_serde_utils = { workspace = true }
|
|
lockfile = { workspace = true }
|
|
parking_lot = { workspace = true }
|
|
reqwest = { workspace = true }
|
|
serde = { workspace = true }
|
|
task_executor = { workspace = true }
|
|
tracing = { workspace = true }
|
|
types = { workspace = true }
|
|
url = { workspace = true }
|
|
validator_metrics = { workspace = true }
|