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

Light-152 multihop routing #37

Closed
wants to merge 2 commits into from
Closed

Light-152 multihop routing #37

wants to merge 2 commits into from

Commits on Sep 19, 2016

  1. lnd: Add simple multihop payment.

    Add multihop/payment initialisation and
    integration with routing.
    BitfuryLightning committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    2d4980b View commit details
    Browse the repository at this point in the history
  2. routing: Add path validation

    Path are validated by sending each node
    message requesting if it is able to make
    HTLC payment. It is implemented in parallel
    style, not onion like.
    Add comment to make multihop payment to a given address
    which integrates routing, path validation and multihop
    payment.
    BitfuryLightning committed Sep 19, 2016
    Configuration menu
    Copy the full SHA
    a5c01bf View commit details
    Browse the repository at this point in the history