You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 12c12b1a72 added peer channel roadmap 11 years ago
..
README added peer channel roadmap 11 years ago
addrbook.go working draft of peer 11 years ago
client.go working draft of peer 11 years ago
connection.go working draft of peer 11 years ago
connection_test.go working draft of peer 11 years ago
knownaddress.go working draft of peer 11 years ago
listener.go working draft of peer 11 years ago
log.go working draft of peer 11 years ago
netaddress.go working draft of peer 11 years ago
peer.go working draft of peer 11 years ago
util.go stripped addrmanager from btcd 11 years ago

README

////////////////////////////
// All client impl internal messages
// No filter
** Channel ""

* NewFilterMsg
* ...?


////////////////////////////
// All blocks
// Requires a custom simple filter
** Channel "block"

* BlockMsg
* HeaderMsg


////////////////////////////
// New transactions that haven't been committed
// e.g. the mempool
// n:10k, p:0.02 -> k:6, m:10KB
** Channel "newtx"

* NewTxMsg


////////////////////////////
// All about the consensus
// No filter
** Channel "consensus"

* ProposalMsg
* VoteMsg
* NewBlockMsg