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

Re-export bech32 #3208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

benthecarman
Copy link
Contributor

In the upgrade to rust-bitcoin 0.31, bech32 is no longer re-exported. This is needed for the u5 type by the NodeSigner for the sign_invoice function. This just re-exports the bech32 crate to handle this.

In the upgrade to rust-bitcoin 0.31, bech32 is no longer re-exported.
This is needed for the u5 type by the NodeSigner for the sign_invoice
function. This just re-exports the bech32 crate to handle this.
Copy link

codecov bot commented Jul 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.70%. Comparing base (a76ec06) to head (3beb16c).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3208      +/-   ##
==========================================
- Coverage   89.80%   89.70%   -0.11%     
==========================================
  Files         122      122              
  Lines      101621   101791     +170     
  Branches   101621   101791     +170     
==========================================
+ Hits        91261    91311      +50     
- Misses       7674     7782     +108     
- Partials     2686     2698      +12     

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

@tnull
Copy link
Contributor

tnull commented Jul 30, 2024

Would probably make sense to do this as part of / after #3201 ? (cc @optout21)

@TheBlueMatt
Copy link
Collaborator

Yea, we'll see what happens in that PR first, then we can revisit this I think. I kinda hate the re-exporting thing, but maybe others have different opinions.

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.

3 participants