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

Avoid retrying over previously failed blinded paths #2818

Merged

Commits on Jan 17, 2024

  1. Add failed_within_blinded_path to onion util internal struct.

    Will be used to ensure correctness when we store previously failed blinded
    paths to avoid retrying over them.
    valentinewallace committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ae1288d View commit details
    Browse the repository at this point in the history
  2. Add failed_within_blinded_path to DecodedOnionFailure.

    Will be used to ensure correctness when we store previously failed blinded
    paths to avoid retrying over them.
    valentinewallace committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    75a1c47 View commit details
    Browse the repository at this point in the history
  3. Persist previously failed blinded paths in RouteParameters.

    Useful so we don't retry over these paths.
    valentinewallace committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5c5d691 View commit details
    Browse the repository at this point in the history
  4. Store previously failed blinded paths on outbound payment failure.

    Useful so we don't retry over these paths.
    valentinewallace committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    23ef253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    32ab7a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8fcfaeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5c87f40 View commit details
    Browse the repository at this point in the history