prysm-pulse/beacon-chain/forkchoice/doubly-linked-tree
Potuz b4e72f1e19
Deneb spectests release v1.4.0-beta.2-hotfix (#12959)
* Update and use max per epoch churn limit

* Update spec tests

* Fix e2e test

* deneb fork epoch condition

* Fix lint and better casting

* fix ordering

* fix check

* gaz

* Fix more tests

* Apply proposer boost to first block in equivocation

* Increase timeout

* Don't increase timeout, it's not the reason

* implement deneb forkchoice spectests

expose ReceiveBlob from the blockchain package

* spin_off_helper

* remove minimal tests

* Terence's review

* Add process register test for Deneb

* Terence's suggestion

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

* fix forkchoice minimal

* fix minimal sha

* general sha

* different repos

* different repos

---------

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: nisdas <nishdas93@gmail.com>
2023-09-28 21:05:23 +00:00
..
BUILD.bazel forkchoice return last canonical root of epoch (#12954) 2023-09-25 16:36:43 +00: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 Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
forkchoice_test.go Ignore some untimely attestations (#12387) 2023-05-12 16:55:33 +00:00
forkchoice.go Optimize Zerohash Comparisons In Forkchoice (#12458) 2023-05-24 09:58:02 +00:00
last_root_test.go forkchoice return last canonical root of epoch (#12954) 2023-09-25 16:36:43 +00:00
last_root.go forkchoice return last canonical root of epoch (#12954) 2023-09-25 16:36:43 +00:00
metrics.go fix help message of metric doublylinkedtree_node_count (#11705) 2022-11-29 11:29:48 +00:00
no_vote_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
node_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
node.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
on_tick_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
on_tick.go remove trivial helper (#12443) 2023-05-22 15:59:16 +00:00
optimistic_sync_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
optimistic_sync.go Rename payloadHash to lastValidHash in setOptimisticToInvalid (#12592) 2023-07-04 17:03:45 +00:00
proposer_boost_test.go Deneb spectests release v1.4.0-beta.2-hotfix (#12959) 2023-09-28 21:05:23 +00:00
proposer_boost.go remove trivial helper (#12443) 2023-05-22 15:59:16 +00:00
reorg_late_blocks_test.go fixed erroneous panic (#12450) 2023-05-23 11:12:31 +00:00
reorg_late_blocks.go fixed erroneous panic (#12450) 2023-05-23 11:12:31 +00:00
store_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
store.go Deneb spectests release v1.4.0-beta.2-hotfix (#12959) 2023-09-28 21:05:23 +00:00
types.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
unrealized_justification_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
unrealized_justification.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
vote_test.go Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00