nimbus-eth2/tests/consensus_spec
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
..
altair batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
merge use v1.1.4 test vectors 2021-11-07 21:42:11 +02:00
phase0 Cleanups (#3123) 2021-11-25 13:20:36 +01:00
README.md test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
all_tests.nim test fixture cleanups (#2976) 2021-10-12 13:36:52 +02:00
consensus_spec_tests_preset.nim Fork choice EF consensus tests (#3041) 2021-11-25 19:41:39 +01:00
fixtures_utils.nim v1.1.{5 -> 6} phase 0 and altair spec URL updates (#3157) 2021-12-03 17:40:23 +00:00
test_fixture_fork_choice.nim batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
test_fixture_ssz_generic_types.nim better logging on invalid database (#3097) 2021-11-13 17:27:28 +01:00

README.md

Tests based on scenarios generated from the consensus spec.