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

Allow even unknown messages, by registration, and allow sending them #6689

Merged

Commits on Oct 23, 2023

  1. plugins: allow plugins to specify even messages they accept.

    Changelog-Added: Plugins: plugins can now specify (unknown) even messages we should accept from peers.
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9d383c7 View commit details
    Browse the repository at this point in the history
  2. lightningd: tell connectd about the custom messages.

    We re-send whenever a plugin which allows them starts/finishes.
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    0a46fa3 View commit details
    Browse the repository at this point in the history
  3. lightningd: allow sending of even messages.

    It's your funeral!
    
    Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
    rustyrussell committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    db040ac View commit details
    Browse the repository at this point in the history
  4. pytest: test for accepting even unknown messages.

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