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 opening anchor outputs channels #116

Merged
merged 4 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Manually accept inbound channels

    Since we plan to add support for opening anchor outputs channels, we'll
    need to support manually accepting inbound channels first to do so.
    wpaulino committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f790560 View commit details
    Browse the repository at this point in the history
  2. Implement bump_transaction::WalletSource for BitcoindClient

    `BitcoindClient` will be used as the view into the onchain wallet from
    which we'll source UTXOs.
    wpaulino committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    8b3567d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e846d07 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e586047 View commit details
    Browse the repository at this point in the history