mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 11:57:18 +00:00
8d889f169e
* Docs * Interface definitions * Fmt and gazelle * Rename interface to interfaces
8 lines
370 B
Go
8 lines
370 B
Go
/*
|
|
Package forkchoice implements the service to support fork choice for the eth2 beacon chain. This contains the
|
|
necessary components to track latest validators votes, and balances. Then a store object to be used
|
|
to calculate head. High level fork choice summary:
|
|
https://notes.ethereum.org/@vbuterin/rkhCgQteN?type=view#LMD-GHOST-fork-choice-rule
|
|
*/
|
|
package forkchoice
|