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

Commits on Oct 13, 2024

  1. Drop lightning::ln::features::* type aliases

    These were deprecated in 0.0.124, and we drop them here in favor of
    `lightning::types::features::*`.
    TheBlueMatt committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    64c1243 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Drop the Payment{Hash,Preimage,Secret} re-exports in lightning

    These re-exports were deprecated in 0.0.124 in favor of the
    `lightning::types::payment::*` paths, which we use here.
    TheBlueMatt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    50b5a6e View commit details
    Browse the repository at this point in the history
  2. Deprecate the lightning::util::string re-export from types

    Like we've done for `features` and `payment`, here we mark the
    `lightning::util::string` re-export as deprecated.
    TheBlueMatt committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    57dcc7d View commit details
    Browse the repository at this point in the history