mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 20:07:17 +00:00
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
|