Skip to content

Fix race condition in async UtxoFuture resolution #4348

Merged
TheBlueMatt merged 2 commits into
lightningdevkit:mainfrom
tnull:2026-01-fix-gossip-verification
Jan 29, 2026
Merged

Fix race condition in async UtxoFuture resolution #4348
TheBlueMatt merged 2 commits into
lightningdevkit:mainfrom
tnull:2026-01-fix-gossip-verification

Fix race condition in async `UtxoFuture` resolution

114f6b5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2026 in 1s

86.10% (+0.01%) compared to 9e91b2e

View this Pull Request on Codecov

86.10% (+0.01%) compared to 9e91b2e

Details

Codecov Report

❌ Patch coverage is 91.66667% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.10%. Comparing base (9e91b2e) to head (114f6b5).
⚠️ Report is 10 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/routing/utxo.rs 91.66% 23 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4348      +/-   ##
==========================================
+ Coverage   86.08%   86.10%   +0.01%     
==========================================
  Files         156      156              
  Lines      102428   102610     +182     
  Branches   102428   102610     +182     
==========================================
+ Hits        88179    88354     +175     
- Misses      11754    11762       +8     
+ Partials     2495     2494       -1     

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