Uh oh!
There was an error while loading. Please reload this page.
Add persistence test for htlc in the LocalRemoved state - #3645
Conversation
👋 Thanks for assigning @valentinewallace as a reviewer! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #3645 +/- ##
==========================================
+ Coverage 89.16% 90.25% +1.08%
==========================================
Files 152 155 +3 Lines 118791 127106 +8315 Branches 118791 127106 +8315 ==========================================
+ Hits 105921 114715 +8794 + Misses 10312 9940 -372 + Partials 2558 2451 -107 ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ldk-reviews-bot
commented
Mar 5, 2025
👋 The first review has been submitted! Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer. |
4d1462b to
d8754e2Comparedea1c86 to
9fc56acCompare9fc56ac to
42db0dfCompareIncrease coverage and prepare for attributable failures which are going to extend the update_fail_htlc message with an additional field that needs to be persisted as well.
42db0df to
25a749eCompare
valentinewallace
left a comment
There was a problem hiding this comment.
Will land after CI passes since this just adds a test
carlaKC
left a comment
There was a problem hiding this comment.
Not very familiar with all the helper functions used here but test lgtm from a LN message flow standpoint 👌
joostjager
commented
Mar 6, 2025
Tests are indeed quite different in LDK compared to LND. There is a lot more manual message passing that needs to happen. But the upside is that the test suite runs incredibly fast. Thanks for taking a look! |
Increase coverage and prepare for attributable failures which are going to extend the update_fail_htlc message with an additional field that needs to be persisted as well (#3611)