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

Implement registering and sending custom notifications to lightningd #6135

Merged
merged 4 commits into from
Oct 30, 2023

Commits on Oct 27, 2023

  1. cln-plugin: implement registering and sending custom notifications to…

    … lightningd
    
    This functionality already exists in the Python framework; this feature
    enables it for Rust plugins as well.
    
    Changelog-Added: cln-plugin: Implement send_custom_notification to allow sending custom notifications to other plugins.
    chrisguida committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f54571e View commit details
    Browse the repository at this point in the history
  2. cln-plugin: Add test for cln-plugin send_custom_notification

    Also fix Makefile for rust plugin examples
    
    Also add in a missing assert in the test_plugin_start test
    chrisguida committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    92c2850 View commit details
    Browse the repository at this point in the history
  3. cln-rpc: Update the Makefile to always rebuild each example when the …

    …example files themselves are changed
    
    and to rebuild all the examples when the dependencies are changed (`CLN_RPC_SOURCES`).
    chrisguida committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bb336a9 View commit details
    Browse the repository at this point in the history
  4. cln-plugin: don't require redundant method reference

    also eliminate a rust warning
    chrisguida committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4ac5354 View commit details
    Browse the repository at this point in the history