rgb-cln/plugins
Rusty Russell 899ec2b3d4 JSON API: fix up two existing warnings to be conformant.
Technically an API break, but nobody relies on these I hope!

Note that the feerates warning was buried inside the style object:
it should be top-level.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-14 21:28:26 +02:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
Makefile bitcoin/feerate: new exposure for feerate parsing outside lightningd. 2020-07-08 21:07:20 +02:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c plugins: make the autoclean plugin static 2020-06-24 15:29:39 +02:00
bcli.c bcli cleanups 2020-05-20 06:09:24 +09:30
fundchannel.c libplugin: Add features to plugin_main and getmanifest 2020-04-16 18:03:35 +09:30
keysend.c tlv: Allow passing a raw pointer and a length to tlvstream_set_raw 2020-07-13 14:19:16 +02:00
libplugin-pay.c JSON API: fix up two existing warnings to be conformant. 2020-07-14 21:28:26 +02:00
libplugin-pay.h paymod: Expose riskfactor and wire through to getroute 2020-07-07 23:25:45 +02:00
libplugin.c paymod: Consolidate parsing RPC results in libplugin 2020-07-07 23:25:45 +02:00
libplugin.h paymod: Consolidate parsing RPC results in libplugin 2020-07-07 23:25:45 +02:00
pay.c paymod: Activate paymod and move legacy pay to `legacypay` command 2020-07-14 06:25:29 +09:30

README.md

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