mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-19 01:48:27 +00:00
Implements the fork choice safe block spec, where `safe_block_hash` in `forkChoiceUpdated` is set to justified (used to be `ZERO_HASH`). https://github.com/ethereum/consensus-specs/blob/v1.2.0-rc.3/fork_choice/safe-block.md#get_safe_execution_payload_hash
Fork choice implementations
References: