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

BOLT 2: quiescence protocol (feature 34/35) option_quiesce #869

Merged
merged 3 commits into from
Jun 17, 2024

Commits on Jun 11, 2024

  1. BOLT 2: quiescence protocol.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    
    
    
    
    Header from folded patch 'bolt_2__set_an_initiator_in_quiescence.patch':
    
    BOLT #2: Set an initiator in quiescence.
    
    This is especially useful for protocols such as splicing; for
    simplified commitment transactions, there is already an implied
    initiator at each point, so having the negotiation at splicing
    time would be redundant.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    
    
    
    Header from folded patch 'option_quiesce__feature_to_support_stfu_method.patch':
    
    option_quiesce: feature to support stfu method.
    
    In practice, sftu is useless unless you have something (e.g. channel_upgrade)
    which uses it, but adding a feature is best practice IMHO.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    dc8728a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b474755 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. BOLT 2: add requirement for disconnect if quiescence takes too long w…

    …ith HTLCs pending.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ccaa4e6 View commit details
    Browse the repository at this point in the history