Branch: refs/heads/master
Home: https://github.com/btcsuite/btcd
Commit: 8a58f8cf3a2d422dae3b430e80369102b846b447
https://github.com/btcsuite/btcd/commit/8a58f8cf3a2d422dae3b430e80369102b846b447
Author: David Hill <[email protected]>
Date: 2016-04-06 (Wed, 06 Apr 2016)
Changed paths:
M peer/peer.go
M peer/peer_test.go
M server.go
Log Message:
-----------
peer: Implement sendheaders support (BIP0130).
This modifies the peer package to add support for the sendheaders
protocol message introduced by BIP0030.
NOTE: This does not add support to btcd itself. That requires the server
and sync code to make use of the new functionality exposed by these
changes. As a result, btcd will still be using protocol version 70011.