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

close: Do not attempt a unilateral close when we see another close on-chain #7447

Merged

Commits on Jul 29, 2024

  1. close: Do not publish unilateral when witnessing a close onchain

    Changelog-Changed: close: We no longer attempt to publish a unilateral close that'd fail anyway when we witness a close onchain.
    cdecker committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    454715c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88b8abb View commit details
    Browse the repository at this point in the history
  3. onchaind: Remove key derivation involving the signer

    The signer may not be present at this time. If we want to keep the
    check to protect against bit flips we should move it into `onchaind`
    where it doesn't matter as much that the signer may be slow to
    respond.
    cdecker committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    47fea4f View commit details
    Browse the repository at this point in the history