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
..
2021-11-07 21:42:11 +02:00
2021-11-25 13:20:36 +01:00
2021-10-12 13:36:52 +02:00
2021-10-12 13:36:52 +02:00

Tests based on scenarios generated from the consensus spec.