mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-01 18:50:35 +00:00
Apply suggestions from code review
Co-authored-by: Hsiao-Wei Wang <hsiaowei.eth@gmail.com>
This commit is contained in:
parent
29b3afeff3
commit
47ee4308fc
@ -272,10 +272,10 @@ optimistic blocks (and vice-versa).
|
|||||||
|
|
||||||
### Why sync optimistically?
|
### Why sync optimistically?
|
||||||
|
|
||||||
Most of execution engines use state sync as a default sync mechanism on Ethereum Mainnet
|
Most execution engines use state sync as a default sync mechanism on Ethereum Mainnet
|
||||||
because executing blocks from genesis takes several weeks on commodity hardware.
|
because executing blocks from genesis takes several weeks on commodity hardware.
|
||||||
|
|
||||||
State sync requires the knowledge of the current head of the chain to eventually converge.
|
State sync requires the knowledge of the current head of the chain to converge eventually.
|
||||||
If not constantly fed with the most recent head, state sync won't be able to complete
|
If not constantly fed with the most recent head, state sync won't be able to complete
|
||||||
because the recent state soon becomes unavailable due to state trie pruning.
|
because the recent state soon becomes unavailable due to state trie pruning.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user