nimbus-eth2/tests/consensus_spec
Etan Kissling 8fa5580c50
add infrastructure to select fork choice version (#5387)
To allow testing https://github.com/ethereum/consensus-specs/issues/3466
add support for selecting fork choice version at launch. This means we
can deploy a different logic when `DENEB_FORK_EPOCH != FAR_FUTURE_EPOCH`
that won't be used on Mainnet.
2023-09-12 09:52:51 +02:00
..
altair restore full test coverage for process_rewards_and_penalties (#5407) 2023-09-08 16:42:18 +00:00
bellatrix restore full test coverage for process_rewards_and_penalties (#5407) 2023-09-08 16:42:18 +00:00
capella restore full test coverage for process_rewards_and_penalties (#5407) 2023-09-08 16:42:18 +00:00
deneb restore full test coverage for process_rewards_and_penalties (#5407) 2023-09-08 16:42:18 +00:00
phase0 fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
README.md
all_tests.nim add Bellatrix fork and transition tests; "Ethereum Foundation" -> EF (#3242) 2022-01-05 09:42:56 +01:00
consensus_spec_tests_preset.nim rename directory tests/consensus_specs/{eip4844,deneb}/ (#4628) 2023-02-15 21:07:31 +00:00
fixtures_utils.nim automated consensus spec URL updating to v1.4.0-beta.1 (#5280) 2023-08-09 03:58:47 +00:00
os_ops.nim Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
test_fixture_fork.nim bump unittest2, clean up suite names (#5384) 2023-09-04 13:05:11 +00:00
test_fixture_fork_choice.nim add infrastructure to select fork choice version (#5387) 2023-09-12 09:52:51 +02:00
test_fixture_light_client_single_merkle_proof.nim fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
test_fixture_light_client_sync.nim fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
test_fixture_light_client_update_ranking.nim fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
test_fixture_sanity_blocks.nim fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
test_fixture_sanity_slots.nim fix relative import paths for Nim 2.0 (#5397) 2023-09-06 08:17:59 +00:00
test_fixture_ssz_generic_types.nim Fix Windows MAX_PATH constraint issue in CI. (#4576) 2023-02-10 21:59:38 +01:00
test_fixture_transition.nim bump unittest2, clean up suite names (#5384) 2023-09-04 13:05:11 +00:00

README.md

Tests based on scenarios generated from the consensus spec.