mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-11 20:31:20 +00:00
added peer channel roadmap
This commit is contained in:
35
peer/README
Normal file
35
peer/README
Normal file
@ -0,0 +1,35 @@
|
||||
////////////////////////////
|
||||
// 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
|
Reference in New Issue
Block a user