rgb-cln/plugins
Christian Decker 723b7223b7 pay: Add timestamp of first part to `listpays`
Changelog-Added: JSON-RPC: The result returned by `listpays` now includes the timestamp of the first part of the payment
2020-08-08 12:53:12 +02:00
..
.gitignore gitignore: extend with recently added build products 2020-02-21 09:44:41 +01:00
Makefile plugins/Makefile: Only link in libplugin-pay for plugins that need it. 2020-08-07 10:40:10 +09:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +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
pay.c pay: Add timestamp of first part to `listpays` 2020-08-08 12:53:12 +02:00

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