lbcd/netsync
Roy Lee e323751218 ci: gofmt with go 1.19
Go 1.19 introduces various updates to gofmt.
2022-08-07 23:40:53 -07:00
..
blocklogger.go ci: gofmt with go 1.19 2022-08-07 23:40:53 -07:00
doc.go netsync: Change name of blockManager to syncManager. 2017-08-25 13:41:22 -05:00
interface.go [lbry] fees: replace estimatefee with esimatesmartfee 2022-05-24 00:04:19 -07:00
log.go netsync: Use package-local logger. 2017-08-25 13:41:22 -05:00
manager.go [lbry] wire: limit the blocks of getdata message 2022-05-25 22:00:38 -07:00
README.md [lbry] docs: update docs for LBRY 2022-05-24 00:01:46 -07: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.