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

funding: move Manager to own package #4757

Merged
merged 12 commits into from
Dec 17, 2020

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    61e0f67 View commit details
    Browse the repository at this point in the history
  2. lnd+funding: use funding.WriteOutpoint instead of lnd version

    This commit duplicates the utxonursery's writeOutpoint function
    in the funding package so that when the rest of the fundingmanager
    code is moved, it can use the WriteOutpoint function for its
    channel opening state data.
    Crypt-iQ committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    f6524aa View commit details
    Browse the repository at this point in the history
  3. multi: move and export funding-related vars to funding package

    Also moves the lnd global MaxFundingAmount to server.go
    Crypt-iQ committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    caa0f5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c72dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f43fd32 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a209bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b84d07 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    105e961 View commit details
    Browse the repository at this point in the history
  9. lnd: export InitFundingMsg

    Crypt-iQ committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e85baea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9362277 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e7e872f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dcdf36f View commit details
    Browse the repository at this point in the history