mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-06 22:26:47 +00:00

* [DEV-115] fix mistype mainCfg -> cfg in config/config.go * [DEV-115] add config log * [DEV-115] always handle block announcments * [DEV-128] delete indexer tips bucket * [DEV-128] disable cfilters by default * [DEV-128] get rid of dbIndexDisconnectBlock and dbIndexConnectBlock * [DEV-128] fix NTBlockConnected to send a block instead of TipHashes
netsync
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.
Installation and Updating
$ go get -u github.com/daglabs/btcd/netsync
License
Package netsync is licensed under the copyfree ISC License.