mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-05-02 03:02:54 -04:00
* add fork choice helpers * LMD GHOST basic implementation * add todos * add in the initial test and finalize rest of functions * added tests * more simulation, adding trivial case with only one option for a head * panics * begin helper function tests * more helper tests * higher vote wins * LMD Ghost full test * comment * add types * optimize * prepared * deposits for chain * lint * use the hash beacon block util * rem unnecessary db methods * comments * setup works