This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |