Skip to content

fixup! feat(offers): add BOLT 12 payer proof primitives

18e65c8
Select commit
Loading
Failed to load commit list.
Open

[RFC] Add BOLT 12 payer proof primitives #4297

fixup! feat(offers): add BOLT 12 payer proof primitives
18e65c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 6, 2026 in 1s

86.32% (-0.83%) compared to 42e198c

View this Pull Request on Codecov

86.32% (-0.83%) compared to 42e198c

Details

Codecov Report

❌ Patch coverage is 89.92443% with 160 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.32%. Comparing base (42e198c) to head (18e65c8).
⚠️ Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/offers/payer_proof.rs 86.48% 115 Missing and 28 partials ⚠️
lightning/src/offers/merkle.rs 96.85% 7 Missing and 4 partials ⚠️
lightning/src/ln/channelmanager.rs 90.62% 2 Missing and 1 partial ⚠️
lightning/src/ln/outbound_payment.rs 97.72% 1 Missing ⚠️
lightning/src/offers/invoice.rs 97.91% 1 Missing ⚠️
lightning/src/offers/signer.rs 97.29% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4297      +/-   ##
==========================================
- Coverage   87.15%   86.32%   -0.83%     
==========================================
  Files         161      160       -1     
  Lines      109251   110807    +1556     
  Branches   109251   110807    +1556     
==========================================
+ Hits        95215    95655     +440     
- Misses      11560    12508     +948     
- Partials     2476     2644     +168     

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