Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reallow no gossip queries #7174

Merged

Conversation

rustyrussell
Copy link
Contributor

LDK in some configurations gets upset. @bluematt suggested we repurpose this bit slightly to mean "I have no useful gossip". I've updated the BOLT feature deprecation lightning/bolts#1092

I would like a point release to fix this if possible.

LDK doesn't set this feature if they don't have any useful gossip (mobile nodes)
and it was agreed at the spec meeting that we should repurpose this feature
to mean "I don't have any useful gossip".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
We now *never* consider asking them anything, even if they are
capable (e.g. enabling full gossip stream).  This aligns with
the latest spec proposal, where lack of `gossip_queries` means
"we don't have anything useful to say".

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Copy link
Collaborator

@vincenzopalazzo vincenzopalazzo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 06e850c

Would be good to keep the ldk use case in mind when we design the gossip 2.0

@cdecker cdecker merged commit a9f76c7 into ElementsProject:master Mar 31, 2024
35 checks passed
@TonyGiorgio
Copy link
Contributor

TonyGiorgio commented Apr 5, 2024

Is there still a point release planned for this? Breaks our LDK integration with the recent CLN release, which we need to attempt to fix CLN scaling issues we're seeing.

@vincenzopalazzo
Copy link
Collaborator

cc @cdecker for the point release info

@cdecker
Copy link
Member

cdecker commented Apr 6, 2024

Sorry about the delay, building repro builds now and then releasing this later today 👍

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.

None yet

4 participants