Skip to content

Conversation

@f321x
Copy link
Member

@f321x f321x commented Jan 22, 2025

We send the query_short_channel_ids gossip message with zlib compression encoding enabled by default. However this was removed/forbidden in the bolt spec in this PR lightning/bolts#981 and must not be done anymore, see https://github.com/lightning/bolts/blob/master/07-routing-gossip.md#query-messages. I removed the compression part completely as i see no case where it could be used anymore.

@accumulator
Copy link
Member

Yep, I ran into the same issue when testing onion messages against c-lightning and had a similar patch parked in a local branch for testing. Good to see this is indeed part of the spec.

@accumulator accumulator merged commit f37809a into spesmilo:master Jan 22, 2025
11 of 14 checks passed
@f321x f321x deleted the disable_gossip_compression branch January 22, 2025 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants