prysm-pulse/beacon-chain/forkchoice/protoarray/doc.go
terence tsao 8d889f169e Part 1 of proto array fork choice - docs and interfaces (#4615)
* Docs

* Interface definitions

* Fmt and gazelle

* Rename interface to interfaces
2020-01-22 10:50:16 -06:00

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