-
Notifications
You must be signed in to change notification settings - Fork 512
Description
Currently the spec requires an implementation to support both raw and zlib deflate encodings for short_channel_ids
in reply_channel_range
and query_short_channel_ids
messages.
There is discrepancy of the default encoding used when replying to a query with reply_channel_range
message. It would be nice to have clarification surrounding when zlib deflate or raw encodings should be sent in reply to a query.
A bigger request is that rust-lightning would like to not add a zlib dependency to the project. There is currently no way to signal support or lack thereof for zlib. It would be nice if a node could signal this support in Init. There is likely overlap with #804 depending on how reply sequencing is structured, so I wanted to raise this issue for discussions while that is being discussed.