-
Notifications
You must be signed in to change notification settings - Fork 411
BOLT 12 Invoice payments #2371
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
Merged
TheBlueMatt
merged 13 commits into
lightningdevkit:main
from
jkczyz:2023-06-offer-message-handling
Sep 8, 2023
Merged
BOLT 12 Invoice payments #2371
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
6d0c5f0
Add an InvoiceRequestFailed event
jkczyz 581ea7c
Add PendingOutboundPayment::AwaitingInvoice
jkczyz 7f4c473
Move IDEMPOTENCY_TIMEOUT_TICKS to where it is used
jkczyz fe2244e
Test for removing stale AwaitingInvoice payments
jkczyz cbeaeb7
Test removing abandoned AwaitingInvoice payments
jkczyz b516930
Add PendingOutboundPayment::InvoiceReceived
jkczyz 283d9b4
Refactor OutboundPayments::retry_payment_internal
jkczyz 2852e4c
Rename OutboundPayments::retry_payment_internal
jkczyz 4e3c031
Support paying BOLT 12 invoices
jkczyz 19c43d0
pub(crate) visibility for offers/test_utils.rs
jkczyz 50336b3
Add tests for send_payment_for_bolt12_invoice
jkczyz 2f6b5d1
Use u32 instead of usize in Retry::Attempts
jkczyz 44b9c54
Configure BOLT 12 invoice payment retry strategy
jkczyz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.