mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 03:30:35 +00:00
a860648960
* remove all mentions * more changes * folder by folder Co-authored-by: terence tsao <terence@prysmaticlabs.com> Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
8 lines
374 B
Go
8 lines
374 B
Go
/*
|
|
Package forkchoice implements the service to support fork choice for the Ethereum 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
|