mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-10 09:36:39 +00:00
Add checkpoint sync
This commit is contained in:
parent
4c4ffe71b4
commit
3f6e5b9c3a
@ -72,6 +72,11 @@ from `SYNCING` to `INVALID`. Specifically, a block deemed `INVALID` at any
|
|||||||
point MUST NOT be included in the canonical chain and the weights from those
|
point MUST NOT be included in the canonical chain and the weights from those
|
||||||
`INVALID` blocks MUST NOT be applied to any `VALID` or `SYNCING` ancestors.
|
`INVALID` blocks MUST NOT be applied to any `VALID` or `SYNCING` ancestors.
|
||||||
|
|
||||||
|
## Checkpoint Sync (Weak Subjectivity Sync)
|
||||||
|
|
||||||
|
A consensus engine MAY assume that the `ExecutionPayload` of a block used for
|
||||||
|
checkpoint sync is `VALID`.
|
||||||
|
|
||||||
### Helpers
|
### Helpers
|
||||||
|
|
||||||
Let `head_block: BeaconBlock` be the result of calling of the fork choice
|
Let `head_block: BeaconBlock` be the result of calling of the fork choice
|
||||||
|
Loading…
x
Reference in New Issue
Block a user