core-lightning/plugins
Rusty Russell 207689c274 plugins: listpays will now consolidate multi-part payments.
This won't usually be visible to the end-user, since the pay plugin doesn't
do multi-part yet (and mpp requires EXPERIMENTAL_FEATURES), but we're ready
once it does.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-12-12 15:03:53 +01:00
..
.gitignore plugins/.gitignore: Add fundchannel entry 2019-09-17 21:05:51 +02:00
autoclean.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
fundchannel.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
libplugin.c plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
libplugin.h plugins/libplugin: hook support 2019-12-09 16:18:28 +01:00
Makefile addr: handle P2SH/P2PKH in scriptpubkey encoding 2019-11-13 03:31:20 +00:00
pay.c plugins: listpays will now consolidate multi-part payments. 2019-12-12 15:03:53 +01:00
README.md plugins: add and install built-in plugin dir, add clear and disable options. 2018-12-05 01:22:55 +01:00

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).