mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-11 19:24:15 +00:00
Describe all fields in store
This commit is contained in:
parent
8522f27b8e
commit
856eea4986
@ -21,11 +21,12 @@ blocks without verifying the execution payloads. This partial sync is called an
|
|||||||
## Helpers
|
## Helpers
|
||||||
|
|
||||||
Let `head: BeaconBlock` be the result of calling of the fork choice
|
Let `head: BeaconBlock` be the result of calling of the fork choice
|
||||||
algorithm at the time of block production.
|
algorithm at the time of block production. Let `head_block_root: Root` be the
|
||||||
|
root of that block.
|
||||||
|
|
||||||
Let `optimistic_roots: Set[Root]` be the set of `hash_tree_root(block)` for all
|
Let `blocks: Dict[Root, BeaconBlock]` and `block_states: Dict[Root,
|
||||||
optimistically imported blocks which have yet to receive an `INVALID` or
|
BeaconState]` be the blocks (and accompanying states) that have been verified
|
||||||
`VALID` designation from an execution engine.
|
either completely or optimistically.
|
||||||
|
|
||||||
Let `optimistic_roots: Set[Root]` be the set of `hash_tree_root(block)` for all
|
Let `optimistic_roots: Set[Root]` be the set of `hash_tree_root(block)` for all
|
||||||
optimistically imported blocks which have only received a `SYNCING` designation
|
optimistically imported blocks which have only received a `SYNCING` designation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user