Skip to content

MonitorEvents: HTLC failure reason and skimmed fee

d1ca624
Select commit
Loading
Failed to load commit list.
Draft

Resolve forwarded HTLC claims via MonitorEvents #4524

MonitorEvents: HTLC failure reason and skimmed fee
d1ca624
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 20, 2026 in 0s

86.63% (+58.60%) compared to ee456a8

View this Pull Request on Codecov

86.63% (+58.60%) compared to ee456a8

Details

Codecov Report

❌ Patch coverage is 90.27237% with 75 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.63%. Comparing base (ee456a8) to head (d1ca624).

Files with missing lines Patch % Lines
lightning/src/chain/channelmonitor.rs 89.96% 20 Missing and 9 partials ⚠️
lightning/src/ln/channelmanager.rs 92.22% 23 Missing and 5 partials ⚠️
lightning/src/ln/functional_test_utils.rs 62.06% 11 Missing ⚠️
lightning/src/ln/channel.rs 88.23% 4 Missing ⚠️
lightning/src/events/mod.rs 33.33% 2 Missing ⚠️
lightning/src/chain/chainmonitor.rs 95.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #4524       +/-   ##
===========================================
+ Coverage   28.02%   86.63%   +58.60%     
===========================================
  Files         126      159       +33     
  Lines       69960   111016    +41056     
  Branches    69960   111016    +41056     
===========================================
+ Hits        19606    96177    +76571     
+ Misses      49020    12296    -36724     
- Partials     1334     2543     +1209     

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