github.com/prysmaticlabs/prysm@v1.4.4/beacon-chain/forkchoice/doc.go (about)

     1  /*
     2  Package forkchoice implements the service to support fork choice for the Ethereum beacon chain. This contains the
     3  necessary components to track latest validators votes, and balances. Then a store object to be used
     4  to calculate head. High level fork choice summary:
     5  https://notes.ethereum.org/@vbuterin/rkhCgQteN?type=view#LMD-GHOST-fork-choice-rule
     6  */
     7  package forkchoice