prysm-pulse/beacon-chain/forkchoice/protoarray
Potuz 57a323f083
Forkchoice featureflag (#10299)
* Compiling main beacon-chain binary

* Add feature flag

* passing protoarray tests

* passing nodetree tests

* passing blockchain package tests

* passing rpc tests

* go fmt

* re-export forkchoice store from blockchain package

* remove duplicated import

* remove unused var

* add nodetree rpc method

* remove slot from IsOptimisticForRoot

* release lock in IsOptimistic

* change package name

* Revert "change package name"

This reverts commit 679112f9ef795922c631e7823dbdfb3746838f3c.

* rename package

* Update doc

* Fix span names

* Terence + Raul review

* remove go:build flags

* add errors dep

* spec tests

* fix call to IsOptimisticForRoot

* fix test

* Fix conflict

* change name of function

* remove ctx from store.head

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2022-03-09 03:05:51 +00:00
..
BUILD.bazel Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
doc.go Clean up fork choice (#10226) 2022-02-12 03:33:46 +00:00
errors.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
ffg_update_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
helpers_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
helpers.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
metrics.go add metrics for synced tips (#10221) 2022-02-10 18:48:46 +00:00
no_vote_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
node_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
node.go ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
optimistic_sync_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
optimistic_sync.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
proposer_boost_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
proposer_boost.go Fork Choice Proposer Boost Changes (#10083) 2022-01-29 16:32:01 +00:00
store_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
store.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
types.go Implement fork choice spec tests (#10159) 2022-01-31 19:03:48 +00:00
vote_test.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00