Jae Kwon 12c12b1a72 | 11 years ago | |
---|---|---|
.. | ||
README | 11 years ago | |
addrbook.go | 11 years ago | |
client.go | 11 years ago | |
connection.go | 11 years ago | |
connection_test.go | 11 years ago | |
knownaddress.go | 11 years ago | |
listener.go | 11 years ago | |
log.go | 11 years ago | |
netaddress.go | 11 years ago | |
peer.go | 11 years ago | |
util.go | 11 years ago |
////////////////////////////
// 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