lighthouse/beacon_node/beacon_chain/tests
Paul Hauner a1033a9247
Add BeaconChainHarness tests for The Merge (#2661)
* Start adding merge tests

* Expose MockExecutionLayer

* Add mock_execution_layer to BeaconChainHarness

* Progress with merge test

* Return more detailed errors with gas limit issues

* Use a better gas limit in block gen

* Ensure TTD is met in block gen

* Fix basic_merge tests

* Start geth testing

* Fix conflicts after rebase

* Remove geth tests

* Improve merge test

* Address clippy lints

* Make pow block gen a pure function

* Add working new test, breaking existing test

* Fix test names

* Add should_panic

* Don't run merge tests in debug

* Detect a tokio runtime when starting MockServer

* Fix clippy lint, include merge tests
2021-12-02 14:26:52 +11:00
..
attestation_production.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00
attestation_verification.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00
block_verification.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00
main.rs Add BeaconChainHarness tests for The Merge (#2661) 2021-12-02 14:26:52 +11:00
merge.rs Add BeaconChainHarness tests for The Merge (#2661) 2021-12-02 14:26:52 +11:00
op_verification.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00
store_tests.rs Add fork choice EF tests (#2737) 2021-11-08 07:29:04 +00:00
sync_committee_verification.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00
tests.rs Disable autotests for beacon_chain (#2658) 2021-12-02 14:26:52 +11:00