You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Channel ""
Filter |
None |
Message |
- RefreshFilterMsg
- PeerExchangeMsg
|
Channel "block"
Filter |
Custom
Nodes should only advertise having a header or block at height 'h' if it also has all the headers or blocks less than 'h'. Thus this filter need only keep track of two integers -- one for the most recent header height 'h_h' and one for the most recent block height 'h_b', where 'h_b' <= 'h_h'.
|
Messages |
- RequestMsg
- BlockMsg
- HeaderMsg
|
Channel "mempool"
Filter |
Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)
Refreshes every new block
|
Messages |
|
Channel "consensus"
Filter |
Bitarray filter
Refreshes every new consensus round
|
Messages |
- ProposalMsg
- VoteMsg
- NewBlockMsg
|