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

Remove deprecated re-exports #3359

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

TheBlueMatt
Copy link
Collaborator

This removes the re-exports that were deprecated in 0.0.124 and adds one more deprecation. Almost fixes #3251 but doesn't cause of the last deprecation addition, at least it fixes it for the purposes of 0.1.

@TheBlueMatt TheBlueMatt added this to the 0.1 milestone Oct 12, 2024
Copy link

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.58%. Comparing base (ad19d93) to head (7d7d739).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3359      +/-   ##
==========================================
- Coverage   89.61%   89.58%   -0.03%     
==========================================
  Files         127      127              
  Lines      103533   103533              
  Branches   103533   103533              
==========================================
- Hits        92785    92754      -31     
- Misses       8051     8072      +21     
- Partials     2697     2707      +10     

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

These were deprecated in 0.0.124, and we drop them here in favor of
`lightning::types::features::*`.
@TheBlueMatt TheBlueMatt force-pushed the 2024-10-less-types-re-export branch 2 times, most recently from 3c3946c to 800715e Compare October 13, 2024 14:12
These re-exports were deprecated in 0.0.124 in favor of the
`lightning::types::payment::*` paths, which we use here.
Like we've done for `features` and `payment`, here we mark the
`lightning::util::string` re-export as deprecated.
Copy link
Contributor

@tnull tnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately CI fails in the RUSTFLAGS=' --cfg=ldk_test_vectors'step

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.

Move lightning::ln::types::* to lightning-types
2 participants