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

Signal GossipQuery support when using IgnoringMessagHandler #2959

Commits on Mar 21, 2024

  1. Signal GossipQuery support when using IgnoringMessagHandler

    With its v24.02 release CLN made `GossipQueries` a required feature,
    leading to a incompatibility between LDK and CLN when using
    `IgnoringMessagHandler` as a `RoutingMessageHandler`, which is usually
    the case when a node uses RGS.
    
    To fix this issue, we let `IgnoringMessagHandler` signal `GossipQuery`
    support, just to go ahead and ignore every gossip message the peer will
    send us. While this is nonsensical and still might result in some
    unnecessary bandwidth wasted, we have to do something to fix the
    incompatibility.
    tnull committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    843079d View commit details
    Browse the repository at this point in the history