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

gossipd: fixes for experimental crcs and query flags #2999

Merged
merged 3 commits into from
Aug 27, 2019

Conversation

rustyrussell
Copy link
Contributor

Currently EXPERIMENTAL_FEATURES only, fortunately.

See: lightning/bolts#557

@rustyrussell rustyrussell added this to the 0.7.3 milestone Aug 27, 2019
Currently EXPERIMENTAL_FEATURES only, fortunately.

Signed-off-by: Rusty Russell <[email protected]>
Fortunately, again, only happens with EXPERIMENTAL_FEATURES.

If the query causes us not to actually send anything, we won't
get called again.  This can validly happen if they only asked for
the node_announcements, for example.

(Found by protocol tests).

Signed-off-by: Rusty Russell <[email protected]>
@rustyrussell rustyrussell changed the title gossipd: fix calculation of crc32 of update. gossipd: fixes for experimental crcs and query flags Aug 27, 2019
@cdecker
Copy link
Member

cdecker commented Aug 27, 2019

ACK b5d0c09

@cdecker cdecker merged commit 28185c3 into ElementsProject:master Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants