mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-06 03:50:46 +00:00
36 lines
534 B
Plaintext
36 lines
534 B
Plaintext
////////////////////////////
|
|
// 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
|