nimbus-eth2/tests/consensus_spec
Etan Kissling 48994f67d3
rename `BlockError` -> `VerifierError` (#4310)
We currently use `BlockError` for both beacon blocks and LC objects.
In light of EIP4844, we will likely also use it for blob sidecars.
To avoid confusion, renaming it to a more generic `VerifierError`,
and update its documentation to be more generic.

To avoid long lines as a followup, also renaming the `block_processor`'s
`BlockProcessingCompleted.completed`->`ProcessingStatus.completed` and
`BlockProcessingCompleted.notCompleted`->`ProcessingStatus.notCompleted`
2022-11-10 17:40:27 +00:00
..
altair initial automated v1.2.0 -> v1.3.0-alpha.0 consensus spec URL update (#4296) 2022-11-08 02:37:28 +00:00
bellatrix add all missing epoch transition tests (#4269) 2022-10-28 08:02:33 +00:00
capella run capella fork transition tests in CI (#4307) 2022-11-09 12:28:34 +00:00
phase0 add all missing epoch transition tests (#4269) 2022-10-28 08:02:33 +00: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 run EF Capella consensus test fixtures (#4267) 2022-10-27 19:11:13 +00:00
fixtures_utils.nim database and fork choice test runner support for capella (#4309) 2022-11-09 17:32:10 +00:00
test_fixture_fork_choice.nim rename `BlockError` -> `VerifierError` (#4310) 2022-11-10 17:40:27 +00:00
test_fixture_light_client_single_merkle_proof.nim add light client capella CI tests (#4311) 2022-11-10 10:23:46 +00:00
test_fixture_light_client_sync.nim add light client capella CI tests (#4311) 2022-11-10 10:23:46 +00:00
test_fixture_light_client_update_ranking.nim update LC spec references for v1.2.0-rc.2 (#3982) 2022-08-17 19:47:06 +00:00
test_fixture_ssz_generic_types.nim stylecheck fixes (#3595) 2022-04-15 12:46:56 +00:00

README.md

Tests based on scenarios generated from the consensus spec.