mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-27 21:57:16 +00:00
8d889f169e
* Docs * Interface definitions * Fmt and gazelle * Rename interface to interfaces
8 lines
278 B
Go
8 lines
278 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 following light house implementation:
|
|
https://github.com/sigp/lighthouse/pull/804
|
|
*/
|
|
package protoarray
|