lighthouse/testing/ef_tests/src/cases
GeemoCandama 3534c85e30 Optimize finalized chain sync by skipping newPayload messages (#3738)
## Issue Addressed

#3704 

## Proposed Changes
Adds is_syncing_finalized: bool parameter for block verification functions. Sets the payload_verification_status to Optimistic if is_syncing_finalized is true. Uses SyncState in NetworkGlobals in BeaconProcessor to retrieve the syncing status.

## Additional Info
I could implement FinalizedSignatureVerifiedBlock if you think it would be nicer.
2022-11-29 08:19:27 +00:00
..
bls_aggregate_sigs.rs Optimistic sync spec tests (v1.2.0) (#3564) 2022-10-15 22:25:52 +00:00
bls_aggregate_verify.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_batch_verify.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_eth_aggregate_pubkeys.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_eth_fast_aggregate_verify.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_fast_aggregate_verify.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_sign_msg.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
bls_verify_msg.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
common.rs Add a new bls test (#3235) 2022-10-12 23:40:42 +00:00
epoch_processing.rs Remove equivocating validators from fork choice (#3371) 2022-07-28 09:43:41 +00:00
fork_choice.rs Optimize finalized chain sync by skipping newPayload messages (#3738) 2022-11-29 08:19:27 +00:00
fork.rs Update to spec v1.1.8 (#2893) 2022-01-19 00:24:19 +00:00
genesis_initialization.rs v1.1.1 spec updates (#2684) 2021-12-02 14:26:54 +11:00
genesis_validity.rs 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
merkle_proof_validity.rs Add --light-client-server flag and state cache utils (#3714) 2022-11-11 11:03:18 +00:00
operations.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
rewards.rs Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
sanity_blocks.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00
sanity_slots.rs Update to Rust 1.59 and 2021 edition (#3038) 2022-02-25 00:10:17 +00:00
shuffling.rs Altair consensus changes and refactors (#2279) 2021-07-09 06:15:32 +00:00
ssz_generic.rs 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
ssz_static.rs 1.57.0 lints (#2850) 2021-12-03 04:44:30 +00:00
transition.rs Consensus context with proposer index caching (#3604) 2022-10-15 22:25:54 +00:00