mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
c9f299b50a
* Clean up fork choice * Update beacon-chain/forkchoice/protoarray/proposer_boost_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/forkchoice/protoarray/store_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update beacon-chain/forkchoice/protoarray/store_test.go Co-authored-by: Radosław Kapka <rkapka@wp.pl> * Update store.go Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
8 lines
285 B
Go
8 lines
285 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 original implementation by Sigma Prime here:
|
|
https://github.com/sigp/lighthouse/pull/804
|
|
*/
|
|
package protoarray
|