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: cancelable payment loop #8734

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    c39c81d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f99d4dc View commit details
    Browse the repository at this point in the history
  3. routing+routerrpc: cancelable context in SendPaymentV2

    In this commit we set up the payment loop context
    according to user-provided parameters. The
    `cancelable` parameter indicates whether the user
    is able to interrupt the payment loop by cancelling
    the server stream context. We'll additionally wrap
    the context in a deadline if the user provided a
    payment timeout.
    We remove the timeout channel of the payment_lifecycle.go
    and in favor of the deadline context.
    hieblmi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7e180cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20acca6 View commit details
    Browse the repository at this point in the history
  5. docs: update release notes

    hieblmi committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    21b64f5 View commit details
    Browse the repository at this point in the history