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

Add support for liquidity mgmt. via lightning-liquidity #223

Merged
merged 8 commits into from
Feb 21, 2024

Commits on Feb 19, 2024

  1. Minor error message fixes

    tnull committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2e4936f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dabbb4d View commit details
    Browse the repository at this point in the history
  3. Have close_channel take a UserChannelId

    ... which is nice for consistency reasons.
    
    We also fix a minor bug that would have lead us to forget a peer
    whenever we'd close a channel, even if it wasn't the last one.
    tnull committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4d3b600 View commit details
    Browse the repository at this point in the history
  4. Have update_channel_config take a UserChannelId

    ... which is nice for consistency reasons.
    tnull committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    86d1a1f View commit details
    Browse the repository at this point in the history
  5. Implement LiquiditySource CMH

    We add a `LiquiditySource` object that is configurable via builder
    methods, currently allowing to source inbound liquidity from an LSPS2
    service.
    
    In the next commit(s) we'll add corresponding API and event handling.
    tnull committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    61b2f37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    338b9c5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    49f497f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3c05b17 View commit details
    Browse the repository at this point in the history