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

Update spec to latest changes #4556

Commits on May 25, 2021

  1. lightningd: respect anysegwit on dual-funding opens too.

    Instead of open-coding, use the helper.
    
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell committed May 25, 2021
    Configuration menu
    Copy the full SHA
    1e1a74f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. lightningd: option_shutdown_anysegwit is no longer experimental.

    lightning/bolts#672 was merged.
    
    Signed-off-by: Rusty Russell <[email protected]>
    Changelog-Added: Protocol: `option_shutdown_anysegwit` allows future segwit versions on shutdown transactions.
    rustyrussell committed May 26, 2021
    Configuration menu
    Copy the full SHA
    0a7be96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec04f54 View commit details
    Browse the repository at this point in the history
  3. Makefile: update to latest spec.

    This includes anysegwit and the updated HTLC tiebreak test vector.  It
    also adds explicit wording for invalid per_commitment_secret (which
    nicely matches our code already!).
    
    Signed-off-by: Rusty Russell <[email protected]>
    rustyrussell committed May 26, 2021
    Configuration menu
    Copy the full SHA
    dd53261 View commit details
    Browse the repository at this point in the history