You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 07-routing-gossip.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -571,6 +571,7 @@ simple compression scheme: the first byte indicates the encoding, the
571
571
rest contains the data.
572
572
573
573
Encoding types:
574
+
574
575
*`0`: uncompressed array of `short_channel_id` types, in ascending order.
575
576
*`1`: array of `short_channel_id` types, in ascending order, compressed with zlib deflate<sup>[1](#reference-1)</sup>
576
577
@@ -588,6 +589,7 @@ Query messages can be extended with optional fields that can help reduce the num
588
589
- checksum-based filtering of `channel_update` messages: only ask for `channel_update` messages that carry different information from the ones you already have.
589
590
590
591
Nodes can signal that they support extended gossip queries with the `gossip_queries_ex` feature bit.
592
+
Nodes can signal that they support zlib compression with the `zlib_compress` feature bit.
591
593
592
594
### The `query_short_channel_ids`/`reply_short_channel_ids_end` Messages
0 commit comments