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

Channel range queries: send back node announcements #1108

Merged
merged 5 commits into from
Aug 26, 2019

Commits on Aug 23, 2019

  1. Channel Range Queries: send back node announcements if requested

    This PR adds support for sending back node announcements when replying to channel range queries:
    - when explicitly requested (bit is set in the optional query flag)
    - when query flags are not used and a channel announcement is sent (as per the BOLTs)
    
    A new configuration option `request-node-announcements` has been added in the `router` section. If set to true, we
    will request node announcements when we receive a channel id (through channel range queries) that we don't know of.
    This is a setting that we will probably turn off on mobile devices.
    sstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    223e635 View commit details
    Browse the repository at this point in the history
  2. Increase tests timeouts

    There is now more work to do.
    sstone committed Aug 23, 2019
    Configuration menu
    Copy the full SHA
    d90743c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1d85a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2019

  1. Router: minor fix

    sstone committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    1d6b309 View commit details
    Browse the repository at this point in the history
  2. Router: rework query handling

    sstone committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    2be5c81 View commit details
    Browse the repository at this point in the history