Uh oh!
There was an error while loading. Please reload this page.
Add reason to Event::PaymentFailed and Event::ChannelClosed - #260
Merged
tnull merged 5 commits intoFeb 23, 2024
Conversation
tnullforce-pushed
the
2024-02-add-payment-failed-reason
branch
2 times, most recently
from
February 22, 2024 10:20
573e0dc to
311c500Comparereason to Event::PaymentFailedreason to Event::PaymentFailed and Event::ChannelClosedtnullforce-pushed
the
2024-02-add-payment-failed-reason
branch
from
February 22, 2024 12:58
3358062 to
c4b53d5Comparejkczyz
reviewed
Feb 22, 2024
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
tnullforce-pushed
the
2024-02-add-payment-failed-reason
branch
from
February 22, 2024 15:34
c4b53d5 to
1aab36aComparetnull
commented
Feb 22, 2024
CollaboratorAuthor
FWIW, flaky Python test should be unrelated. |
tnullforce-pushed
the
2024-02-add-payment-failed-reason
branch
2 times, most recently
from
February 22, 2024 15:59
6704dad to
f697dc7Comparetnullforce-pushed
the
2024-02-add-payment-failed-reason
branch
from
February 22, 2024 17:28
f697dc7 to
a062cb2Comparetnull
commented
Feb 22, 2024
CollaboratorAuthor
Squashed the fixup without further changes. |
jkczyz
approved these changes
Feb 22, 2024
jkczyz
left a comment
Contributor
There was a problem hiding this comment.
Any thoughts on including the reason in PaymentStatus?
tnull
commented
Feb 23, 2024
CollaboratorAuthor
Yeah, maybe we should, although I kind of like the simplicity of |
Merged
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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Fixes#259.
Fixes#247.
To provide some more insight why a payment failed, we expose the
PaymentFailureReasonin our event. We also expose thereasoninChannelClosed.