nimbus-eth2/beacon_chain/fork_choice
Etan Kissling 64972e3c8a
set `safe_block_hash` to fork choice justified (#4010)
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
2022-08-25 23:34:02 +00:00
..
README.md update spec references from eth2.0-specs to consensus-specs and to v1.1.0-beta.2 (#2822) 2021-08-26 10:21:52 +02:00
fork_choice.nim set `safe_block_hash` to fork choice justified (#4010) 2022-08-25 23:34:02 +00:00
fork_choice_types.nim compatibility with Nim 1.4+ (#3888) 2022-07-29 10:53:42 +00:00
proto_array.nim update spec ref URLs (#4005) 2022-08-20 16:03:32 +00:00