core-lightning/plugins
Vincenzo Palazzo 1521c29fcf listpays mod 1: add destination inside the response when bolt11 is null
Changelog-Added: JSON-RPC: `listpays` now lists the `destination` if it was provided (e.g., via the `pay` plugin or `keysend` plugin)
2020-08-09 16:03:03 +02:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
autoclean.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
bcli.c bcli: explicitly check at startup that bitcoind does relay transactions 2020-08-03 12:46:37 +09:30
fundchannel.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
keysend.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
libplugin-pay.c listpays mod 1: add destination inside the response when bolt11 is null 2020-08-09 16:03:03 +02:00
libplugin-pay.h plugins/libplugin-pay.c: Properly handle exclusions for routehints with two hops or more. 2020-08-03 15:20:29 +09:30
libplugin.c plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
libplugin.h plugin: Do not automatically initialize the RPC connection in bcli 2020-07-23 10:14:21 +09:30
Makefile plugins/Makefile: Only link in libplugin-pay for plugins that need it. 2020-08-07 10:40:10 +09:30
pay.c listpays mod 1: add destination inside the response when bolt11 is null 2020-08-09 16:03:03 +02:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00

Plugin Directory

Any file in this directory which is executable and whose name only consists of alphanumeric characters, space, '.', '-' or '_' will be automatically loaded when lightningd starts (unless suppressed with commandline options).