- | Messages |
+ Message |
- RefreshFilterMsg
@@ -21,11 +21,14 @@
- | Filter |
- Custom |
+ 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 |
+ Messages |
- RequestMsg
@@ -41,14 +44,14 @@
- | Filter |
+ Filter |
Bloom filter (n:10k, p:0.02 -> k:6, m:10KB)
Refreshes every new block
|
- | Messages |
+ Messages |
- MempoolTxMsg
@@ -61,14 +64,14 @@
## Channel "consensus"
- | Filter |
+ Filter |
Bitarray filter
Refreshes every new consensus round
|
- | Messages |
+ Messages |
| | | |