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

Add router API for invoice routing hints #1590

Merged
merged 3 commits into from
Dec 8, 2020
Merged

Add router API for invoice routing hints #1590

merged 3 commits into from
Dec 8, 2020

Commits on Nov 6, 2020

  1. Add router API for invoice routing hints

    The router can return local channels, with all necessary information to
    build routing hints from these channels.
    
    It's not eclair-core's responsibility to choose what channels to use in
    routing hints: this is really a wallet strategy, so each wallet should
    have its own heuristics to choose what channels to include (if any).
    t-bast committed Nov 6, 2020
    Configuration menu
    Copy the full SHA
    9022c1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f1dad0 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    273dd81 View commit details
    Browse the repository at this point in the history