Branch: refs/heads/master
Home: https://github.com/conformal/btcd
Commit: d949072d6dcce5a1c1a11901c3b341c3377b5267
https://github.com/conformal/btcd/commit/d949072d6dcce5a1c1a11901c3b341c3377b5267
Author: Dave Collins <[email protected]>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M blockmanager.go
Log Message:
-----------
Change new get sync peer bits to a query channel.
Rather than using a dedicated channel for the sync peer request and reply,
use a single query channel that accepts a query type as well as a reply
channel. This will allow other queries to be added in the future without
the various queries being racy.
Commit: cdbe387545ef1b6e45742f6a06a126fbdccabc64
https://github.com/conformal/btcd/commit/cdbe387545ef1b6e45742f6a06a126fbdccabc64
Author: Dave Collins <[email protected]>
Date: 2014-02-04 (Tue, 04 Feb 2014)
Changed paths:
M blockmanager.go
Log Message:
-----------
Add warning on invalid msg type in block manager.
Compare: https://github.com/conformal/btcd/compare/aab3a6643c1a...cdbe387545ef