Skip to content

Instantly share code, notes, and snippets.

View saltiniroberto's full-sized avatar

Roberto Saltini saltiniroberto

View GitHub Profile
@saltiniroberto
saltiniroberto / confirmation_rule.py
Last active May 11, 2025 13:18
confirmation_rule.py
def is_one_confirmed(store, block_root) -> bool:
"""
Same logic as in the Confirmation Rule PR
"""
pass
def get_checkpoint_weight(store, checkpoint, checkpoint_state) -> Gwei:
"""
Uses LMD-GHOST votes to estimate FFG support for a checkpoint.