nimbus-eth2/tests/consensus_spec/altair
Jacek Sieka 069bccd51b
batch-verify sync messages for a small perf boost (#3151)
* batch-verify sync messages for a small perf boost

Generally reuses the same structure as attestation and aggregate
verification

* normalize `signatures` and `signature_batch` to use the same pattern
of verification
* normalize parameter names, order etc for signature stuff in general
* avoid calling `blsSign` directly - instead, go through `signatures`
consistently
2021-12-09 14:56:54 +02:00
..
all_altair_fixtures.nim refactor EF operations fixtures (#2998) 2021-10-19 16:38:41 +02: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 test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
test_fixture_operations.nim refactor executionPayload tests; reduce HashSet creation (#3003) 2021-10-20 13:36:38 +02:00
test_fixture_rewards.nim add Altair and Merge rewards tests (#2995) 2021-10-18 16:54:17 +02:00
test_fixture_sanity_blocks.nim clean up fork enum and field names 2021-10-19 11:06:38 +03:00
test_fixture_sanity_slots.nim clean up fork enum and field names 2021-10-19 11:06:38 +03:00
test_fixture_ssz_consensus_objects.nim refactor executionPayload tests; reduce HashSet creation (#3003) 2021-10-20 13:36:38 +02:00
test_fixture_state_transition_epoch.nim add Altair and Merge rewards tests (#2995) 2021-10-18 16:54:17 +02:00
test_fixture_sync_protocol.nim batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
test_fixture_transition.nim clean up fork enum and field names 2021-10-19 11:06:38 +03:00