[go: nahoru, domu]

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

pay: Pre-flight checks and better error messages #7418

Commits on Aug 8, 2024

  1. pay: Add an error code to the payments

    This allows us to directly returnan error code based on where we
    decided to abort, rather than attemtping to infer it from the parts.
    
    Changelog-Added: pay: The pay plugin now returns better error codes
    cdecker committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    84118db View commit details
    Browse the repository at this point in the history
  2. pay: Add a pre-flight check for the spendable balance

    Changelog-Added: pay: The pay plugin now checks whether we have enough spendable capacity before computing a route, returning a clear error message if we don't
    cdecker committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c87e37b View commit details
    Browse the repository at this point in the history
  3. pay: Log the invoice we are about to pay

    Should make debugging based on logs a bit simpler.
    cdecker committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    8432024 View commit details
    Browse the repository at this point in the history
  4. pay: Use paymod_log when filtering routehints for changes

    Changelog-Changed: pay: Improved logging should facilitate debugging considerably.
    cdecker committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    2d50a53 View commit details
    Browse the repository at this point in the history