Files
tendermint/peer
2014-06-24 17:28:40 -07:00
..
2014-06-24 17:28:40 -07:00
2014-06-24 17:28:40 -07:00
2014-06-24 17:28:40 -07:00
2014-06-24 17:28:40 -07:00
2014-06-24 17:28:40 -07:00
2014-06-18 20:48:32 -07:00
2014-06-24 17:28:40 -07:00
2014-06-18 20:48:32 -07:00
2014-06-24 17:28:40 -07:00
2014-06-18 20:48:32 -07:00
2014-06-24 17:28:40 -07:00
2014-06-18 20:50:39 -07:00
2014-06-24 17:28:40 -07:00
2014-06-24 17:28:40 -07:00
2014-06-07 19:09:47 -07:00

////////////////////////////
// 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