Uh oh!
There was an error while loading. Please reload this page.
Check that funder covers the fee spike buffer multiple after a splice - #4433
Conversation
👋 Thanks for assigning @TheBlueMatt as a reviewer! |
9035906 to
1959d52CompareCodecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## main #4433 +/- ##
==========================================
+ Coverage 85.94% 85.98% +0.04%
==========================================
Files 159 159 Lines 104644 104652 +8 Branches 104644 104652 +8 ==========================================
+ Hits 89934 89985 +51 + Misses 12204 12165 -39 + Partials 2506 2502 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
Feb 24, 2026
👋 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. |
Notably, if a party splices funds into the channel, their new balance must be above the new reserve.
c1b8f14 to
260dcc5CompareUh 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.
Uh oh!
There was an error while loading. Please reload this page.
260dcc5 to
5462ab2CompareWe do this for HTLCs, so we should also do this for splices. This only applies to channels with non-zero-fee HTLC transactions.
5462ab2 to
f784731Compareldk-reviews-bot
commented
Mar 2, 2026
🔔 1st Reminder Hey @wpaulino! This PR has been waiting for your review. |
| )) | ||
| } | ||
| fn get_holder_counterparty_balances_floor_incl_fee( |
There was a problem hiding this comment.
Some docs describing when to use this would be nice, given its now using a weird fee limit.
and