nimbus-eth2/tests/consensus_spec/altair
Etan Kissling e8e9ce1aab
introduce types for LC merkle proofs (#3808)
Merkle proofs tend to have long underlying type definitions, e.g.,
`array[log2trunc(NEXT_SYNC_COMMITTEE_INDEX), Eth2Digest]`. For the
ones used in the LC sync protocol, dedicated types are introduced
to improve readability. Furthermore, the `CachedLightClientBootstrap`
wrapper that solely wrapped a merkle branch is eliminated.
2022-06-28 07:52:23 +02:00
..
all_altair_fixtures.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
test_fixture_fork.nim fix Altair fork tests in minimal preset (#3163) 2021-12-06 05:56:46 +00:00
test_fixture_merkle_single_proof.nim bump nim-ssz-serialization to `3db6cc0f282708aca6c290914488edd832971d61` (#3119) 2022-06-26 19:33:06 +02:00
test_fixture_operations.nim exists{Dir,File} -> {dir,file}Exists; rm unused imports (#3543) 2022-03-24 00:38:48 +00:00
test_fixture_rewards.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
test_fixture_sanity_blocks.nim exists{Dir,File} -> {dir,file}Exists; rm unused imports (#3543) 2022-03-24 00:38:48 +00:00
test_fixture_sanity_slots.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00
test_fixture_ssz_consensus_objects.nim update to latest light client libp2p protocol (#3623) 2022-05-23 14:02:54 +02:00
test_fixture_state_transition_epoch.nim consensus specs v1.2.0-rc.1 (#3661) 2022-05-25 13:49:29 +00:00
test_fixture_sync_protocol.nim introduce types for LC merkle proofs (#3808) 2022-06-28 07:52:23 +02:00
test_fixture_sync_protocol_light_client_sync.nim consensus specs v1.2.0-rc.1 (#3661) 2022-05-25 13:49:29 +00:00
test_fixture_sync_protocol_update_ranking.nim consensus specs v1.2.0-rc.1 (#3661) 2022-05-25 13:49:29 +00:00
test_fixture_transition.nim remove unused imports in tests/ (#3713) 2022-06-07 17:05:06 +00:00