Skip to content

Drop `total_msat` from individual `ClaimableHTLC`s

a28e7e6
Select commit
Loading
Failed to load commit list.
Merged

Support payments for less than the total MPP value #4373

Drop `total_msat` from individual `ClaimableHTLC`s
a28e7e6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 20, 2026 in 1s

85.86% (-0.02%) compared to 62c7575

View this Pull Request on Codecov

85.86% (-0.02%) compared to 62c7575

Details

Codecov Report

❌ Patch coverage is 83.55263% with 50 lines in your changes missing coverage. Please review.
✅ Project coverage is 85.86%. Comparing base (62c7575) to head (a28e7e6).

Files with missing lines Patch % Lines
lightning/src/routing/router.rs 48.83% 21 Missing and 1 partial ⚠️
lightning/src/ln/outbound_payment.rs 87.25% 10 Missing and 3 partials ⚠️
lightning/src/ln/channelmanager.rs 89.41% 4 Missing and 5 partials ⚠️
lightning/src/ln/onion_utils.rs 90.00% 5 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4373      +/-   ##
==========================================
- Coverage   85.87%   85.86%   -0.02%     
==========================================
  Files         157      157              
  Lines      103769   103869     +100     
  Branches   103769   103869     +100     
==========================================
+ Hits        89115    89189      +74     
- Misses      12158    12181      +23     
- Partials     2496     2499       +3     

☔ 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.