Uh oh!
There was an error while loading. Please reload this page.
Add channel funding txo to Channel Event::ChannelClosed - #2800
Conversation
6dedd1b to
3b7674bCompare
shaavan
left a comment
There was a problem hiding this comment.
The changes look good, and I think this PR can benefit by extending the test suite to cover this new change.
A few suggested nits I believe can further improve this PR.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Minor changes from review. Changed internal |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## main #2800 +/- ##
==========================================
+ Coverage 88.79% 89.19% +0.39%
==========================================
Files 114 114 Lines 95767 98266 +2499 Branches 95767 98266 +2499 ==========================================
+ Hits 85038 87649 +2611 + Misses 8289 8151 -138 - Partials 2440 2466 +26 ☔ View full report in Codecov by Sentry. |
702c374 to
11fe6aeCompare
shaavan
left a comment
There was a problem hiding this comment.
LGTM!
- The suggestions mentioned above are addressed.
- The test suite is extended appropriately to address the current changes, and the tests work perfectly.
Uh oh!
There was an error while loading. Please reload this page.
TheBlueMatt
commented
Jan 9, 2024
optout21
commented
Jan 9, 2024
TheBlueMatt
commented
Jan 9, 2024
Thank you! |
11fe6ae to
b17ae87Compareoptout21
commented
Jan 9, 2024
Uh oh!
There was an error while loading. Please reload this page.
b17ae87 to
efaba11Compare
Reworked on top of #2809
Fixes#2772
ChannelClosedevent with optional original channel funding txo; to help checking for the existence and confirmation status of the closing txShutdownResultwith funding txouser_channel_id(just for completeness)