lbcd/netsync
2021-09-10 16:51:53 -04:00
..
blocklogger.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
doc.go netsync: Change name of blockManager to syncManager. 2017-08-25 13:41:22 -05:00
interface.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
log.go netsync: Use package-local logger. 2017-08-25 13:41:22 -05:00
manager.go use newer lbcutil, rename refs for it 2021-09-10 16:51:53 -04:00
README.md sanitizing readmes for lbcd 2021-08-31 15:53:55 -04:00

netsync

ISC License

Overview

This package implements a concurrency safe block syncing protocol. The SyncManager communicates with connected peers to perform an initial block download, keep the chain and unconfirmed transaction pool 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.