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

Implement recent spec changes regarding collab channel close outputs #7542

Merged
merged 3 commits into from
Oct 27, 2021

Commits on Oct 26, 2021

  1. implement option_shutdown_anysegwit

    lightning/bolts#672
    
    We check the received shutdown script against higher segwit versions and
    accept closing to that script if option_shutdown_anysegwit has been
    negotiated.
    bitromortac committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f2f8c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. check dust limits

    * on channel opening we verify that the peer's dust limit is above 354
      sat, the limit for unknown segwit versions
    * we constrain the allowed scriptpubkey types for channel closing
    * we check that the remote's output is above the relay dust limit for
      the collaborative close case
    bitromortac committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    947693c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e97f350 View commit details
    Browse the repository at this point in the history