nimbus-eth2/tests/consensus_spec
Eugene Kabanov 18409a69e1
Light forward sync mechanism (#6515)
* Initial commit.

* Add hybrid syncing.

* Compilation fixes.

* Cast custom event for our purposes.

* Instantiate AsyncEventQueue properly.

* Fix mistype.

* Further research on optimistic updates.

* Fixing circular deps.

* Add backfilling.

* Add block download feature.

* Add block store.

* Update backfill information before storing block.

* Use custom block verifier for backfilling sync.

* Skip signature verification in backfilling.

* Add one more generic reload to storeBackfillBlock().

* Add block verification debugging statements.

* Add more debugging

* Do not use database for backfilling, part 1.

* Fix for stash.

* Stash fixes part 2.

* Prepare for testing.

* Fix assertion.

* Fix post-restart syncing process.

* Update backfill loading log statement.
Use proper backfill slot callback for sync manager.

* Add handling of Duplicates.

* Fix store duration and block backfilled log statements.

* Add proper syncing state log statement.

* Add snappy compression to beaconchain_file.
Format syncing speed properly.

* Add blobs verification.

* Add `slot` number to file structure for easy navigation over stream of compressed objects.

* Change database filename.

* Fix structure size.

* Add more consistency properties.

* Fix checkRepair() issues.

* Preparation to state rebuild process.

* Add plain & compressed size.

* Debugging snappy encode process.

* Add one more debugging line.

* Dump blocks.

* One more filedump.

* Fix chunk corruption code.

* Fix detection issue.

* Some fixes in state rebuilding process.

* Add more clearance steps.

* Move updateHead() back to block_processor.

* Fix compilation issues.

* Make code more async friendly.

* Fix async issues.
Add more information when proposer verification failed.

* Fix 8192 slots issue.

* Fix Future double completion issue.

* Pass updateFlags to some of the core procedures.

* Fix tests.

* Improve initial sync handling mechanism.

* Fix checkStateTransition() performance improvements.

* Add some performance tuning and meters.

* Light client performance tuning.

* Remove debugging statement.

* Use single file descriptor for blockchain file.

* Attempt to fix LC.

* Fix timeleft calculation when untrusted sync backfilling started right after LC block received.

* Workaround for `chronicles` + `results` `error` issue.
Remove some compilation warnings.
Fix `CatchableError` leaks on Windows.

* Address review comments.

* Address review comments part 2.

* Address review comments part 1.

* Rebase and fix the issues.

* Address review comments part 3.

* Add tests and fix some issues in auto-repair mechanism.

* Add tests to all_tests.

* Rename binary test file to pass restrictions.

* Add `bin` extension to excluded list.
Recover binary test data.

* Rename fixture file to .bin again.

* Update AllTests.

* Address review comments part 4.

* Address review comments part 5 and fix tests.

* Address review comments part 6.

* Eliminate foldl and combine from blobs processing.
Add some tests to ensure that checkResponse() also checks for correct order.

* Fix forgotten place.

* Post rebase fixes.

* Add unique slots tests.

* Optimize updateHead() code.

* Add forgotten changes.

* Address review comments on state as argument.
2024-10-30 05:38:53 +00:00
..
altair automated consensus spec URL updating to v1.5.0-alpha.8 (#6617) 2024-10-09 08:37:35 +02:00
bellatrix replace validator Bloom filter with partial bucket sort (#6469) 2024-08-02 07:30:22 +02:00
capella replace validator Bloom filter with partial bucket sort (#6469) 2024-08-02 07:30:22 +02:00
deneb replace validator Bloom filter with partial bucket sort (#6469) 2024-08-02 07:30:22 +02:00
eip7594 add: ssz consensus objs for peerdas (#6555) 2024-09-17 22:57:48 +00:00
electra use EF consensus spec v1.5.0-alpha.7 test vectors (#6600) 2024-10-06 13:15:56 +02:00
phase0 replace validator Bloom filter with partial bucket sort (#6469) 2024-08-02 07:30:22 +02:00
README.md
all_tests.nim add: `get_custody_columns` for das_core (#6532) 2024-09-04 16:05:18 +02:00
consensus_spec_tests_preset.nim add: ssz consensus objs for peerdas (#6555) 2024-09-17 22:57:48 +00:00
fixtures_utils.nim automated consensus spec URL updating to v1.5.0-alpha.8 (#6617) 2024-10-09 08:37:35 +02:00
os_ops.nim avoid forgetting to quit in `os_ops` tools if log fails (#5986) 2024-02-28 16:04:34 +00:00
test_fixture_fork.nim add EF consensus spec test Electra fork and transition fixtures (#6251) 2024-04-28 16:13:17 +02:00
test_fixture_fork_choice.nim Light forward sync mechanism (#6515) 2024-10-30 05:38:53 +00:00
test_fixture_kzg.nim automated consensus spec URL updating to v1.5.0-alpha.8 (#6617) 2024-10-09 08:37:35 +02:00
test_fixture_light_client_data_collection.nim clean up config loading in light client tests (#6574) 2024-09-21 12:54:27 +00:00
test_fixture_light_client_single_merkle_proof.nim rename ElectraIndexedAttestation/ElectraAttesterSlashing for consistency (#6252) 2024-04-29 04:19:10 +02:00
test_fixture_light_client_sync.nim don't use {.noinit.} with case objects (#6662) 2024-10-21 01:22:16 +02:00
test_fixture_light_client_update_ranking.nim explicitly mention `{.raises.}` in `tests` folder (#5990) 2024-02-29 10:28:32 +00:00
test_fixture_merkle_proof.nim explicitly mention `{.raises.}` in `tests` folder (#5990) 2024-02-29 10:28:32 +00:00
test_fixture_networking.nim add: `get_custody_columns` for das_core (#6532) 2024-09-04 16:05:18 +02:00
test_fixture_sanity_blocks.nim use EF consensus spec v1.5.0-alpha.8 test vectors (#6616) 2024-10-09 04:33:17 +00:00
test_fixture_sanity_slots.nim add Electra slot sanity tests (#6230) 2024-04-23 07:58:32 +00:00
test_fixture_ssz_generic_types.nim handle `scanf` exceptions in `test_fixture_ssz_generic_types` (#5993) 2024-02-29 10:47:00 +00:00
test_fixture_transition.nim add EF consensus spec test Electra fork and transition fixtures (#6251) 2024-04-28 16:13:17 +02:00

README.md

Tests based on scenarios generated from the consensus spec.