prysm-pulse/beacon-chain/forkchoice/protoarray
Potuz e439f4aff6
Forkchoice duplicate store (#10840)
* forkchoice tests

* blockchain tests

* no fatal errors

* use ZeroHash for genesis

* deal with zerohashes at genesis

* avoid nil best justified checkpoint on new store

* unit tests

* Debug log

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* Terence's review

* update capitalization

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* update capitalization

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* update capitalization

Co-authored-by: terencechain <terence@prysmaticlabs.com>

* update capitalization

Co-authored-by: terencechain <terence@prysmaticlabs.com>

Co-authored-by: terencechain <terence@prysmaticlabs.com>
2022-06-16 18:21:40 +00:00
..
BUILD.bazel Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
doc.go Clean up fork choice (#10226) 2022-02-12 03:33:46 +00:00
errors.go Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
ffg_update_test.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
helpers_test.go remove equivocating votes from forkchoice (#10597) 2022-05-02 19:19:03 +00:00
helpers.go remove equivocating votes from forkchoice (#10597) 2022-05-02 19:19:03 +00:00
metrics.go Metrics tracking EE VALID/SYNCING/INVALID response counter (#10504) 2022-04-12 09:51:13 +00:00
no_vote_test.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
node_test.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
node.go Remove Eth2-Types Dependency in Prysm (#10578) 2022-04-29 10:32:11 -04:00
optimistic_sync_test.go Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
optimistic_sync.go Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
proposer_boost_test.go Forkchoice checkpoints (#10823) 2022-06-09 22:28:30 +00:00
proposer_boost.go Deterministic Proposer Root Boosting in Forkchoice (#10427) 2022-03-28 21:34:41 +00:00
store_test.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
store.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
types.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00
unrealized_justification_test.go Forkchoice checkpoints (#10823) 2022-06-09 22:28:30 +00:00
unrealized_justification.go Forkchoice checkpoints (#10823) 2022-06-09 22:28:30 +00:00
vote_test.go Forkchoice duplicate store (#10840) 2022-06-16 18:21:40 +00:00