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

Require inbound channels with anchor outputs to be accepted manually #2368

Merged

Commits on Jun 23, 2023

  1. Remove anchors config flag

    Now that all of the core functionality for anchor outputs has landed,
    we're ready to remove the config flag that was temporarily hiding it
    from our API.
    wpaulino committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    82b646c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e3f94 View commit details
    Browse the repository at this point in the history
  3. Require inbound channels with anchor outputs to be accepted manually

    Since the use of channels with anchor outputs requires a reserve of
    onchain funds to handle channel force closures, it would be
    irresponsible to allow a node to accept inbound channel without first
    consulting such reserves. To allow users to do so, we require such
    channels be manually accepted.
    wpaulino committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e6348b8 View commit details
    Browse the repository at this point in the history