prysm-pulse/beacon-chain/forkchoice/doubly-linked-tree
Potuz 0d6e8718fd
Aditya's PR 18 (#11945)
* Aditya's PR 18

This PR implements PR18. There is still a missing piece which is
consistency of head with finalized checkpoint. I will think on ways to
enforce this.

* prune finalized incompatible

* don't check finalization on viable for head

* unit tests fixes

* gazelle

* remove finalized epoch from viableForHead

* remove finalized epoch from leadsToViableHead

* use non-slashed indices

* function rename

* lint fixes

* lint fixes

* lint fixes
2023-02-05 09:40:07 -03:00
..
BUILD.bazel Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
doc.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +00:00
errors.go Do not error if the LVH is bogus (#10996) 2022-07-06 17:37:15 +00:00
ffg_update_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
forkchoice_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
forkchoice.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
metrics.go fix help message of metric doublylinkedtree_node_count (#11705) 2022-11-29 11:29:48 +00:00
no_vote_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
node_test.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
node.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
on_tick_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
on_tick.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
optimistic_sync_test.go Update go to 1.19.3 (#11630) 2022-11-18 19:12:19 +00:00
optimistic_sync.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
proposer_boost_test.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
proposer_boost.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
store_test.go delete from s.nodeByPayload as well when pruneFinalizedNodeByRootMap (#11813) 2023-01-31 10:53:29 +00:00
store.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
types.go Clean up state types (#11916) 2023-01-26 14:40:12 +00:00
unrealized_justification_test.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
unrealized_justification.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00
vote_test.go Aditya's PR 18 (#11945) 2023-02-05 09:40:07 -03:00