mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-03 00:21:20 +00:00
Update README.md
This commit is contained in:
parent
c0bf95eb73
commit
b4a766063d
@ -1,38 +1,84 @@
|
||||
## Channel ""
|
||||
|
||||
Filter: None
|
||||
|
||||
Messages:
|
||||
* RefreshFilterMsg
|
||||
* PeerExchangeMsg
|
||||
<table>
|
||||
<tr>
|
||||
<th>Filter</th>
|
||||
<td>None</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Messages</th>
|
||||
<td>
|
||||
<ul>
|
||||
<li>RefreshFilterMsg</li>
|
||||
<li>PeerExchangeMsg</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Channel "block"
|
||||
|
||||
Filter: Custom filter.
|
||||
|
||||
Messages:
|
||||
* BlockMsg
|
||||
* HeaderMsg
|
||||
<table>
|
||||
<tr>
|
||||
<th>Filter</th>
|
||||
<td>Custom</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Messages</th>
|
||||
<td>
|
||||
<ul>
|
||||
<li>RequestMsg</li>
|
||||
<li>BlockMsg</li>
|
||||
<li>HeaderMsg</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Channel "mempool"
|
||||
|
||||
Filter: Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)
|
||||
|
||||
FilterRefresh: Every new block.
|
||||
|
||||
Messages:
|
||||
* MempoolTxMsg
|
||||
<table>
|
||||
<tr>
|
||||
<th>Filter</th>
|
||||
<td>
|
||||
Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)<br/>
|
||||
Refreshes every new block
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Messages</th>
|
||||
<td>
|
||||
<ul>
|
||||
<li>MempoolTxMsg</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
## Channel "consensus"
|
||||
## Channel "consensus"
|
||||
<table>
|
||||
<tr>
|
||||
<th>Filter</th>
|
||||
<td>
|
||||
Bitarray filter<br/>
|
||||
Refreshes every new consensus round
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Messages</th>
|
||||
<td>
|
||||
<ul>
|
||||
<li>ProposalMsg</li>
|
||||
<li>VoteMsg</li>
|
||||
<li>NewBlockMsg</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Filter: Bitarray filter
|
||||
|
||||
FilterRefresh: Every new block.
|
||||
|
||||
Messages:
|
||||
* ProposalMsg
|
||||
* VoteMsg
|
||||
* NewBlockMsg
|
||||
|
Loading…
x
Reference in New Issue
Block a user