btcd/netsync
Olaoluwa Osuntokun 7f47da83bb netsync: add TestIsSyncCandidateRegtest
Add a test verifying that isSyncCandidate accepts peers from any
address on regtest, including Docker bridge IPs, remote IPs, and IPv6.
2026-03-23 21:13:59 -04:00
..
testdata netsync: add checkHeadersList 2026-02-26 16:33:47 +09:00
blocklogger.go blockchain, netsync, main, cmd/addblock: Use utxocache 2023-12-16 16:53:17 +09:00
doc.go netsync: Change name of blockManager to syncManager. 2017-08-25 13:41:22 -05:00
interface.go multi: Run gofmt on the entire repository 2023-06-21 22:31:09 +09:00
log.go netsync: Use package-local logger. 2017-08-25 13:41:22 -05:00
manager.go netsync: allow sync with non-localhost peers on regtest/simnet 2026-03-23 21:13:48 -04:00
manager_test.go netsync: add TestIsSyncCandidateRegtest 2026-03-23 21:13:59 -04:00
README.md docs: update shields 2021-03-05 07:45:19 -05:00

netsync

Build Status ISC License GoDoc

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/btcsuite/btcd/netsync

License

Package netsync is licensed under the copyfree ISC License.