mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 05:38:55 +00:00
3416962fc2
* package level godocs fixed * all beacon node godocs * comment and gaz Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
8 lines
289 B
Go
8 lines
289 B
Go
/*
|
|
Package protoarray implements proto array fork choice as outlined:
|
|
https://github.com/protolambda/lmd-ghost#array-based-stateful-dag-proto_array
|
|
This was motivated by the the original implementation by Sigma Prime here:
|
|
https://github.com/sigp/lighthouse/pull/804
|
|
*/
|
|
package protoarray
|