You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The optimistic syncing is vulnerable to long range attacks. It's simply not a good idea to start from 0 and go up the blocks, instead we should always start from the head of the chain and go down.
When it comes to the use case of building an archive node, we can download all the block headers from the head to 0, and then only start building the archive.
The optimistic syncing is vulnerable to long range attacks. It's simply not a good idea to start from 0 and go up the blocks, instead we should always start from the head of the chain and go down.
When it comes to the use case of building an archive node, we can download all the block headers from the head to 0, and then only start building the archive.
Blocked on #131
The text was updated successfully, but these errors were encountered: