mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 22:25:13 -05:00
More concise sync committee finality ranking
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
@@ -144,7 +144,7 @@ def is_better_update(new_update: LightClientUpdate, old_update: LightClientUpdat
|
||||
== compute_sync_committee_period_at_slot(old_update.attested_header.slot)
|
||||
)
|
||||
if new_has_sync_committee_finality != old_has_sync_committee_finality:
|
||||
return new_has_sync_committee_finality > old_has_sync_committee_finality
|
||||
return new_has_sync_committee_finality
|
||||
|
||||
# Tiebreaker 1: Sync committee participation beyond supermajority
|
||||
if new_num_active_participants != old_num_active_participants:
|
||||
|
||||
Reference in New Issue
Block a user