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

splice: Reestablish when commit or sig sends fail #6840

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 19, 2023

  1. splice: Reestablish when commit or sig sends fail

    Adds tests for when the connection fails during
    1) splice tx_signature
    2) splice commitment_signed
    
    Fleshed out the reestablish flow for these two cases and implemented the fixes to make these reestablish flows work.
    
    Part of this work required changing commit process for splices: Now we send a single commit_part for the splice where previously we sent all commits, and accordingly, we no longer revoke in response.
    
    Changelog-Fixed: Implemented splicing restart logic for tx_signature and commitment_signed. Splice commitments are reworked in a manner incompatible with the last version.
    ddustin authored and nepet committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b54af9f View commit details
    Browse the repository at this point in the history