Skip to content

Always enforce the 1000sat min channel value in zero-reserve channels

be6cf5b
Select commit
Loading
Failed to load commit list.
Merged

Add AvailableBalances::next_splice_out_maximum_sat #4550

Always enforce the 1000sat min channel value in zero-reserve channels
be6cf5b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 5, 2026 in 0s

86.86% (+0.02%) compared to 1a26867

View this Pull Request on Codecov

86.86% (+0.02%) compared to 1a26867

Details

Codecov Report

❌ Patch coverage is 92.70833% with 21 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.86%. Comparing base (1a26867) to head (be6cf5b).

Files with missing lines Patch % Lines
lightning/src/ln/channel.rs 89.88% 13 Missing and 5 partials ⚠️
lightning/src/ln/channel_state.rs 66.66% 1 Missing ⚠️
lightning/src/ln/channelmanager.rs 50.00% 1 Missing ⚠️
lightning/src/routing/router.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4550      +/-   ##
==========================================
+ Coverage   86.84%   86.86%   +0.02%     
==========================================
  Files         161      161              
  Lines      109260   109327      +67     
  Branches   109260   109327      +67     
==========================================
+ Hits        94882    94964      +82     
+ Misses      11797    11780      -17     
- Partials     2581     2583       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.