This removes the ForceReorganization method and infrastructure from the sync manager as it is no longer needed since the blockchain is safe for concurrent access and the additional mempool pruning the version in sync manager currently does is not necessary since all siblings that could be the target of a head reorganization are necessarily at the same height and have the same stake difficulty. |
||
|---|---|---|
| .. | ||
| doc.go | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| README.md | ||
netsync
Package netsync implements a concurrency safe block syncing protocol.
Overview
The provided implementation of SyncManager communicates with connected peers to perform an initial block download, keep the chain in sync, and announce new blocks connected to the chain. Currently the sync manager selects a single sync peer that it downloads all blocks from until it is up to date with the longest chain the sync peer is aware of.
License
Package netsync is licensed under the copyfree ISC License.