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

routing: use correct fees by searching backwards #1321

Closed
wants to merge 5 commits into from

Commits on Aug 5, 2018

  1. channeldb: store unknown policies in database

    The commit ensures that for every channel, there will always
    be two entries in the edges bucket. If the policy from one or
    both ends of the channel is unknown, it is marked as such.
    
    This allows efficient lookup of incoming edges. This is
    required for backwards payment path finding.
    joostjager committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    531398f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    650270b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6499381 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    508401a View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

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