Skip to content

Parallelize `ChannelMonitorUpdate` loading

6ef22ba
Select commit
Loading
Failed to load commit list.
Merged

Parallelize ChannelMonitor loading from async KVStores #4147

Parallelize `ChannelMonitorUpdate` loading
6ef22ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 8, 2026 in 0s

86.59% (-0.04%) compared to 075bc34

View this Pull Request on Codecov

86.59% (-0.04%) compared to 075bc34

Details

Codecov Report

❌ Patch coverage is 47.58065% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.59%. Comparing base (075bc34) to head (6ef22ba).
⚠️ Report is 22 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/util/persist.rs 35.82% 38 Missing and 5 partials ⚠️
lightning/src/util/native_async.rs 56.25% 14 Missing ⚠️
lightning-block-sync/src/gossip.rs 0.00% 5 Missing ⚠️
lightning/src/util/async_poll.rs 85.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4147      +/-   ##
==========================================
- Coverage   86.63%   86.59%   -0.04%     
==========================================
  Files         158      158              
  Lines      102066   102179     +113     
  Branches   102066   102179     +113     
==========================================
+ Hits        88422    88485      +63     
- Misses      11233    11278      +45     
- Partials     2411     2416       +5     

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