Add sync-speed metric (#898)

This commit is contained in:
Paul Hauner
2020-03-18 09:25:29 +11:00
committed by GitHub
parent c198bddf9e
commit 3c8fe00510
5 changed files with 17 additions and 0 deletions

View File

@@ -38,3 +38,5 @@ genesis = { path = "../genesis" }
environment = { path = "../../lighthouse/environment" }
lighthouse_bootstrap = { path = "../../eth2/utils/lighthouse_bootstrap" }
eth2_ssz = { path = "../../eth2/utils/ssz" }
lazy_static = "1.4.0"
lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }