prysm-pulse/beacon-chain/forkchoice/doc.go
terence tsao 8d889f169e Part 1 of proto array fork choice - docs and interfaces (#4615)
* Docs

* Interface definitions

* Fmt and gazelle

* Rename interface to interfaces
2020-01-22 10:50:16 -06:00

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