prysm-pulse/beacon-chain/forkchoice/doubly-linked-tree
Potuz 5d29ca4984
Experimental disable boundary checks (#10936)
* init

* bellatrix + altair tests passing

* Add Phase0 support

* add feature flag

* phase0 test

* restore testvectors

* mod tidy

* state tests

* gaz

* do not call precompute

* fix test

* Fix context

* move to own's method

* remove spectests pulltips

* time import

* remove phase0

* mod tidy

* fix getters

* Update beacon-chain/forkchoice/doubly-linked-tree/types.go

* reviews

* fix workspace

* Recursive rlocks

Co-authored-by: terencechain <terence@prysmaticlabs.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2022-06-29 23:37:21 +00:00
..
BUILD.bazel Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
doc.go Forkchoice featureflag (#10299) 2022-03-09 03:05:51 +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
forkchoice_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
forkchoice.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +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 Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
node.go Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
on_tick_test.go Deprecate store in blockchain pkg (#10903) 2022-06-25 03:57:52 +00:00
on_tick.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
optimistic_sync_test.go Massive code cleanup (#10913) 2022-06-27 13:34:38 +00:00
optimistic_sync.go Change forkchoice API (#10774) 2022-06-05 17:48:21 +00:00
proposer_boost_test.go Apply Proposer Boost from forkchoice (#10893) 2022-06-22 13:56:07 +00:00
proposer_boost.go Apply Proposer Boost from forkchoice (#10893) 2022-06-22 13:56:07 +00:00
store_test.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
store.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
types.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
unrealized_justification_test.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
unrealized_justification.go Experimental disable boundary checks (#10936) 2022-06-29 23:37:21 +00:00
vote_test.go prune within forkchoice (#10896) 2022-06-17 12:53:17 -03:00