This modifies the logic that deals with determining if the sync manager believes the chain is current (aka fully synced) to ensure some edge conditions are handled properly. For example, it will now update the state after processing each block instead of only after processing a block along with any orphans that it caused to no longer be orphans. It also now potentially updates the status on every call to the IsCurrent in order to ensure it is updated properly for callbacks during block processing. |
||
|---|---|---|
| .. | ||
| 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.