core-lightning/plugins
Rusty Russell fa829f23db amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div
It's not all that rare to do these operations, and requiring annotations
for it is a little painful.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-08-06 09:36:47 +09:30
..
.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 amount: add amount_msat_scale, amount_msat_ratio, amount_{msat,sat}_div 2020-08-06 09:36:47 +09:30
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 bitcoin/feerate: new exposure for feerate parsing outside lightningd. 2020-07-08 21:07:20 +02:00
pay.c jsonrpc: Add amount received by recipient to listpays result 2020-07-28 16:17:39 +09:30
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).