nimbus-eth2/tests/official/merge
tersec 2b2846b468
implement forked merge state/block support (#2890)
* implement forked state/block support

* merge support for containsOrphan; import cleanup; 80-column lines

* add merge block header operations and slot sanity fixture

* add epoch state transition tests; implement is_valid_gas_limit(), is_merge_block(), is_execution_enabled(), and compute_timestamp_at_slot()

* implement process_execution_payload() and add merge deposit operations tests

* add merge block sanity tests

* add merge case to syncCommitteeParticipants

* v1.1.0-beta.5 updates

* reduce getTestStates-based memory usage; don't try to REST-serialize ExecutionPayload transactions without underlying support

* add execution payload tests; switch var to let in tests/official/
2021-09-27 14:22:58 +00:00
..
all_merge_fixtures_require_ssz.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_attestations.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_attester_slashings.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_block_header.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_deposits.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_execution_payload.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_proposer_slashings.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_operations_voluntary_exit.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_sanity_blocks.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_sanity_slots.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_ssz_consensus_objects.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00
test_fixture_state_transition_epoch.nim implement forked merge state/block support (#2890) 2021-09-27 14:22:58 +00:00