nimbus-eth2/tests/consensus_spec
Etan Kissling 508f3b6368
add missing `std/` prefix to more imports (#5696)
Bumping some `std` imports to explicitly include the prefix.
Also add explicit `./` prefix for local directory imports.
2024-01-06 07:18:28 +01:00
..
altair add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
bellatrix restore full test coverage for process_rewards_and_penalties (#5407) 2023-09-08 16:42:18 +00:00
capella add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
deneb add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
phase0 add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
README.md test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
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 add test runner for v1.4.0-beta.4 Merkle proof tests (#5567) 2023-11-04 20:35:41 +01:00
fixtures_utils.nim automated consensus spec URL updating to v1.4.0-beta.5 (#5647) 2023-12-05 03:34:45 +01: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 skip upcoming FC tests for intentional block reorgs until implemented (#5566) 2023-11-04 20:36:01 +01:00
test_fixture_light_client_single_merkle_proof.nim align `Beacon(Block(Body)?|State)Type` with other fork sugar (#5483) 2023-10-05 14:01:40 +02:00
test_fixture_light_client_sync.nim reduce redundant zero initialization for LC data objects (#5479) 2023-10-04 18:11:45 +02: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_merkle_proof.nim add test runner for v1.4.0-beta.4 Merkle proof tests (#5567) 2023-11-04 20:35:41 +01:00
test_fixture_sanity_blocks.nim align `Beacon(Block(Body)?|State)Type` with other fork sugar (#5483) 2023-10-05 14:01:40 +02: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 add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00
test_fixture_transition.nim add missing `std/` prefix to more imports (#5696) 2024-01-06 07:18:28 +01:00

README.md

Tests based on scenarios generated from the consensus spec.