nimbus-eth2/beacon_chain/validator_client
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
..
api.nim Remote signing client/server. (#3077) 2021-11-30 03:20:21 +02:00
attestation_service.nim batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
block_service.nim batch-verify sync messages for a small perf boost (#3151) 2021-12-09 14:56:54 +02:00
common.nim widen allowed specs for validator client 2021-10-21 00:59:05 +03:00
duties_service.nim Revert "Bump chronos and presto. (#3159)" (#3160) 2021-12-04 15:52:28 +00:00
fallback_service.nim New validator client using REST API. (#2651) 2021-07-13 13:15:07 +02:00
fork_service.nim Number of REST fixes for Altair. (#2790) 2021-08-23 12:41:48 +02:00