nimbus-eth2/tests/consensus_spec
Jacek Sieka 819442acc3
Allow chain dag without genesis / block (#4230)
* Allow chain dag without genesis / block

This PR enables the initialization of the dag without access to blocks
or genesis state - it is a prerequisite for implementing a number of
interesting features:

* checkpoint sync without any block download
* pruning of blocks and states

* backfill checkpoint block
2022-10-14 22:40:10 +03:00
..
altair update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
bellatrix use v1.2.0 consensus spec test vectors (#4163) 2022-09-22 22:24:13 +00:00
phase0
README.md
all_tests.nim
consensus_spec_tests_preset.nim
fixtures_utils.nim update consensus spec ref URLs to v1.2.0 (#4164) 2022-09-23 07:56:06 +00:00
test_fixture_fork_choice.nim Allow chain dag without genesis / block (#4230) 2022-10-14 22:40:10 +03:00
test_fixture_light_client_single_merkle_proof.nim more `withState` `state` -> `forkyState` (#4104) 2022-09-10 08:12:07 +02:00
test_fixture_light_client_sync.nim update LC spec references for v1.2.0-rc.2 (#3982) 2022-08-17 19:47:06 +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

README.md

Tests based on scenarios generated from the consensus spec.