rgb-cln/plugins
Rusty Russell a2fa699e0e Use node_id everywhere for nodes.
I tried to just do gossipd, but it was uncontainable, so this ended up being
a complete sweep.

We didn't get much space saving in gossipd, even though we should save
24 bytes per node.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-04-09 12:37:16 -07:00
..
.gitignore plugins: minimal 'pay' plugin. 2019-01-17 13:02:24 +01:00
Makefile common/node_id: new type. 2019-04-09 12:37:16 -07:00
README.md plugins: add and install built-in plugin dir, add clear and disable options. 2018-12-05 01:22:55 +01:00
libplugin.c libplugin: add deprecated_apis flag for plugins to access. 2019-02-23 05:45:25 +00:00
libplugin.h libplugin: add deprecated_apis flag for plugins to access. 2019-02-23 05:45:25 +00:00
pay.c Use node_id everywhere for nodes. 2019-04-09 12:37:16 -07:00

README.md

Plugin Directory

Anything file in this directory which is executable and doesn't start and doesn't contain ASCII symbols other than '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).