Fork Choice -- Safe Block¶
Table of contents¶
Introduction¶
Under honest majority and certain network synchronicity assumptions there exists a block that is safe from re-orgs. Normally this block is pretty close to the head of canonical chain which makes it valuable to expose a safe block to users.
This section describes an algorithm to find a safe block.
get_safe_beacon_block_root
¶
store.justified_checkpoint.root
and is meant to be improved in the future.
get_safe_execution_block_hash
¶
Note: This helper uses beacon block container extended in Bellatrix.