lighthouse/consensus/state_processing/src/per_block_processing
Paul Hauner ecff8807a5 Avoid some allocations in BlockSignatureVerifier (#1922)
## Issue Addressed

NA

## Proposed Changes

Avoids growing/allocating some `Vec`s.

## Additional Info

NA
2020-11-17 06:31:01 +00:00
..
block_processing_builder.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
block_signature_verifier.rs Avoid some allocations in BlockSignatureVerifier (#1922) 2020-11-17 06:31:01 +00:00
errors.rs Consensus updates for v0.12 (#1228) 2020-06-03 14:56:54 +10:00
is_valid_indexed_attestation.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
signature_sets.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00
tests.rs Directory Restructure (#1163) 2020-05-18 21:24:23 +10:00
verify_attestation.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
verify_attester_slashing.rs Bump all spec tags to v0.12.1 (#1275) 2020-06-19 11:18:27 +10:00
verify_deposit.rs minimize the number of places we are calling update_pubkey_cache (#1626) 2020-09-23 01:19:56 +00:00
verify_exit.rs Remove saturating arith from state_processing (#1644) 2020-09-25 05:18:21 +00:00
verify_proposer_slashing.rs Support multiple BLS implementations (#1335) 2020-07-25 02:03:18 +00:00