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

multi: create challenger, secret, and interceptor packages #91

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 31, 2023

  1. multi: move challenger and secrets files to new packages

    Moves challenger and secrets files to new packages so they can be
    imported elsewhere.
    orbitalturtle committed May 31, 2023
    Configuration menu
    Copy the full SHA
    1561990 View commit details
    Browse the repository at this point in the history
  2. challenger: change NewLndChallenger client parameter

    - Alters NewLndChallenger so that it takes challenger.InvoiceClient in
    as a parameter. (This is useful in the case of using NewLndChallenger
    in the lnd watchtower project, to avoid having to import lndclient,
    which leads to an import cycle.)
    - Also deletes the AuthConfig parameter. Since we now pass the LND
    client directly into the function, the AuthConfig parameter is no
    longer needed.
    orbitalturtle committed May 31, 2023
    Configuration menu
    Copy the full SHA
    e3d746b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e886fa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa45009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8152075 View commit details
    Browse the repository at this point in the history