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

EXPERIMENTAL: quiesence protocol #4520

Merged
merged 4 commits into from
Jun 1, 2021

Commits on May 31, 2021

  1. EXPERIMENTAL: import spec for quiescence.

    Imported from commit b96218b06b68cf349457b282f05d48ebd89c7273
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    2583b08 View commit details
    Browse the repository at this point in the history
  2. channeld: implement pending_updates()

    Says if we have started an update which is still pending somewhere.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9718fcf View commit details
    Browse the repository at this point in the history
  3. EXPERIMENTAL: handle receiving quiescence request.

    Changelog-EXPERIMENTAL: Protocol: we support the quiescence protocol from lightning/bolts#869 
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    92f160c View commit details
    Browse the repository at this point in the history
  4. EXPERIMENTAL: dev-quiesce to initiate (and test) quiescence.

    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed May 31, 2021
    Configuration menu
    Copy the full SHA
    e7a1a6a View commit details
    Browse the repository at this point in the history