Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Authenticate use of offer blinded paths #3139

Merged
merged 29 commits into from
Jul 22, 2024

Add pending changelog for BOLT12 authentication

825bda0
Select commit
Loading
Failed to load commit list.
Merged

Authenticate use of offer blinded paths #3139

Add pending changelog for BOLT12 authentication
825bda0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 0s

89.78% (+0.06%) compared to 3733103

View this Pull Request on Codecov

89.78% (+0.06%) compared to 3733103

Details

Codecov Report

Attention: Patch coverage is 95.57823% with 26 lines in your changes missing coverage. Please review.

Project coverage is 89.78%. Comparing base (3733103) to head (825bda0).

Files Patch % Lines
lightning/src/offers/signer.rs 54.54% 15 Missing ⚠️
lightning/src/events/mod.rs 0.00% 4 Missing ⚠️
lightning/src/ln/channelmanager.rs 93.75% 2 Missing and 2 partials ⚠️
lightning/src/offers/nonce.rs 93.10% 1 Missing and 1 partial ⚠️
lightning/src/offers/invoice.rs 97.22% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3139      +/-   ##
==========================================
+ Coverage   89.71%   89.78%   +0.06%     
==========================================
  Files         121      122       +1     
  Lines      101074   101493     +419     
  Branches   101074   101493     +419     
==========================================
+ Hits        90680    91126     +446     
+ Misses       7701     7684      -17     
+ Partials     2693     2683      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.