mirror of
https://github.com/ChainSafe/lodestar.git
synced 2026-01-10 08:08:16 -05:00
**Motivation** Fork-choice package doesn't have its own metrics. Some fork-choice metrics are scraped in beacon-chain through the onScrapeMetrics. This PR is a part of metrics refactoring #7098. There is also a need to add new fork-choice metrics for FOCIL. **Description** Fork-choice metrics from beacon node were moved to fork-choice package. Part of #7098 **Steps to test or reproduce** Check Lodestar Grafana dashboard with this branch running. --------- Co-authored-by: Nico Flaig <nflaig@protonmail.com>
lodestar-fork-choice
This package is part of ChainSafe's Lodestar project
Lodestar implementation of the Ethereum Consensus fork choice.
Usage
See usage in the lodestar package here:
0cf18e3bed/packages/lodestar/src/chain/forkChoice/forkChoice.ts (L17)
License
Apache-2.0 ChainSafe Systems