lighthouse/beacon_node/lighthouse_network/src
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
..
discovery Add metrics for subnet queries (#3721) 2022-11-15 13:25:38 +00:00
peer_manager remove commas from comma-separated kv pairs (#3737) 2022-11-25 07:57:10 +00:00
rpc remove commas from comma-separated kv pairs (#3737) 2022-11-25 07:57:10 +00:00
service Added LightClientBootstrap V1 (#3711) 2022-11-25 05:19:00 +00:00
types Optimize finalized chain sync by skipping newPayload messages (#3738) 2022-11-29 08:19:27 +00:00
config.rs Gossipsub fast message id change (#3755) 2022-11-28 07:36:52 +00:00
lib.rs Libp2p v0.48.0 upgrade (#3547) 2022-09-29 01:50:11 +00:00
metrics.rs Add metrics for subnet queries (#3721) 2022-11-15 13:25:38 +00:00