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

Renepay fix fees #7082

Merged
merged 3 commits into from
Feb 16, 2024
Merged

Renepay fix fees #7082

merged 3 commits into from
Feb 16, 2024

Commits on Feb 14, 2024

  1. renepay bug fix: list previous sendpays

    - previous pending sendpays must add up so that the plugin tries to pay
    the rest of the amount,
    - avoid groupid, partid collisions,
    - add shadow fees if the option is set and the payment amount - total
      delivering = 0
    - add a test,
    - also fix a buggy shadow routing test
    Lagrang3 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    4061369 View commit details
    Browse the repository at this point in the history
  2. autoformat test_renepay.py

    Lagrang3 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ee210a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. renepay: update the gossmap after addgossip

    Whenever there is a payment failure that requires gossip update, for
    example changing the fee rates of remote channels, we call addgossip.
    For renepay to consider this changes in the coming payment attempts, it
    must update gossmap.
    Lagrang3 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8974b83 View commit details
    Browse the repository at this point in the history