Files
lodestar/packages/fork-choice
Ekaterina Riazantseva 6398efaba5 refactor: move fork-choice metrics to fork-choice package (#8265)
**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>
2025-09-01 12:48:28 +01:00
..

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