Skip to content

Cleanup: Remove redundant (hmac, nonce) from codebase

b18ccb3
Select commit
Loading
Failed to load commit list.
Merged

Introduce ReceiveAuthKey verification for Blinded Payment Paths #4126

Cleanup: Remove redundant (hmac, nonce) from codebase
b18ccb3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2025 in 0s

89.33% (+0.04%) compared to 95c4eaf

View this Pull Request on Codecov

89.33% (+0.04%) compared to 95c4eaf

Details

Codecov Report

❌ Patch coverage is 89.65517% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 89.33%. Comparing base (95c4eaf) to head (b18ccb3).
⚠️ Report is 24 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/blinded_path/payment.rs 70.37% 3 Missing and 5 partials ⚠️
lightning/src/routing/router.rs 70.00% 3 Missing ⚠️
lightning/src/ln/msgs.rs 94.11% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4126      +/-   ##
==========================================
+ Coverage   89.28%   89.33%   +0.04%     
==========================================
  Files         180      180              
  Lines      137913   138086     +173     
  Branches   137913   138086     +173     
==========================================
+ Hits       123142   123356     +214     
+ Misses      12167    12127      -40     
+ Partials     2604     2603       -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.