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

Expose parse_onion_address publicly in no-std #2633

Merged

Conversation

TheBlueMatt
Copy link
Collaborator

The reason for having a separate parse_onion_address from FromStr is to have an onion parsing function in no-std, but when we added it we forgot to make it public. We do this here, as well as fix a few compilation warnings in no-std.

The reason for having a separate `parse_onion_address` from
`FromStr` is to have an onion parsing function in `no-std`, but
when we added it we forgot to make it public. We do this here, as
well as fix a few compilation warnings in `no-std`.
@TheBlueMatt TheBlueMatt added this to the 0.0.117 milestone Sep 30, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 30, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (20f287f) 89.09% compared to head (3271428) 89.05%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2633      +/-   ##
==========================================
- Coverage   89.09%   89.05%   -0.05%     
==========================================
  Files         112      112              
  Lines       86932    86932              
  Branches    86932    86932              
==========================================
- Hits        77456    77421      -35     
- Misses       7246     7273      +27     
- Partials     2230     2238       +8     
Files Coverage Δ
lightning/src/ln/msgs.rs 76.79% <100.00%> (ø)

... and 8 files with indirect coverage changes

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

@jkczyz jkczyz merged commit 9b1b724 into lightningdevkit:main Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants