nimbus-eth2/tests
Etan Kissling 7e276937dc
make LC data fork aware (#4493)
In a future fork, light client data will be extended with execution info
to support more use cases. To anticipate such an upgrade, introduce
`Forky` and `Forked` types, and ready the database schema.
Because the mapping of sync committee periods to fork versions is not
necessarily unique (fork schedule not in sync with period boundaries),
an additional column is added to `period` -> `LightClientUpdate` table.
2023-01-12 18:11:38 +01:00
..
consensus_spec spec: Option -> Opt (#4488) 2023-01-11 12:29:21 +00:00
fork_choice
fuzzing
helpers
mocking
simulation
slashing_protection
all_tests.nim remove redundant justification and finalization tests (#4412) 2022-12-09 22:45:48 +00:00
nim.cfg
test_action_tracker.nim
test_attestation_pool.nim
test_beacon_chain_db.nim History pruning (fixes #4419) (#4445) 2023-01-07 10:02:15 +00:00
test_beacon_time.nim fix countdown over time period (#4449) 2022-12-30 21:36:31 +01:00
test_block_dag.nim
test_block_processor.nim Blob storage (#4454) 2023-01-09 18:42:10 +00:00
test_block_quarantine.nim Blob storage (#4454) 2023-01-09 18:42:10 +00:00
test_blockchain_dag.nim History pruning (fixes #4419) (#4445) 2023-01-07 10:02:15 +00:00
test_conf.nim
test_datatypes.nim
test_deposit_snapshots.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
test_discovery.nim
test_engine_authentication.nim
test_eth1_monitor.nim Wire up engine_newPayloadV3 (#4482) 2023-01-11 18:21:19 +00:00
test_eth2_ssz_serialization.nim
test_exit_pool.nim
test_forks.nim
test_gossip_transition.nim add EIP4844 epoch detection for gossip transition tests (#4466) 2023-01-06 11:36:18 +00:00
test_gossip_validation.nim drop subset sync contributions in gossip (#4490) 2023-01-12 15:08:08 +01:00
test_helpers.nim bump `nim-eth`, extend empty block fallback for EIP4844 (#4425) 2022-12-20 20:00:56 +01:00
test_honest_validator.nim
test_interop.nim
test_key_splitting.nim
test_keymanager_api.nim Support for obtaining deposit snapshots during trustedNodeSync (#4303) 2022-12-07 12:24:51 +02:00
test_keystore.nim
test_keystore_management.nim
test_light_client.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
test_light_client_processor.nim make LC data fork aware (#4493) 2023-01-12 18:11:38 +01:00
test_message_signatures.nim
test_peer_pool.nim
test_remote_keystore.nim
test_serialization.nim
test_spec.nim
test_statediff.nim
test_sync_committee_pool.nim drop subset sync contributions in gossip (#4490) 2023-01-12 15:08:08 +01:00
test_sync_manager.nim
test_validator_pool.nim unify bn/vc doppelganger detection (#4398) 2022-12-09 17:05:55 +01:00
test_zero_signature.nim
testblockutil.nim drop subset sync contributions in gossip (#4490) 2023-01-12 15:08:08 +01:00
testdbutil.nim
teststateutil.nim add database beaconstate tests for capella and eip4844 (#4429) 2022-12-14 23:12:29 +00:00
testutil.nim