rgb-cln/plugins
Rusty Russell 9fe612db20 plugins/pay: allow bolt12 invoices (EXPERIMENTAL_FEATURES).
Note that we remove the redundant "is this the correct chain?"
check, since bolt11_decode and bolt12_decode do that internally
anyway (this was changed in 924cc04bd2).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-12-15 12:05:02 +01:00
..
spender df-mfc: set the minimum input weight to 110 iif v2 2020-12-02 14:19:08 +10:30
.gitignore plugins: add txprepare to .gitignore 2020-12-04 11:30:58 +10:30
Makefile plugins/pay: allow bolt12 invoices (EXPERIMENTAL_FEATURES). 2020-12-15 12:05:02 +01:00
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 plugins: use "slow" feerate for mutual close negotiation. 2020-10-13 20:53:34 +02:00
keysend.c pay, wallet: rename internal `bolt11` vars to `invstring`. 2020-12-15 12:05:02 +01:00
libplugin-pay.c pay, wallet: rename internal `bolt11` vars to `invstring`. 2020-12-15 12:05:02 +01:00
libplugin-pay.h pay, wallet: rename internal `bolt11` vars to `invstring`. 2020-12-15 12:05:02 +01:00
libplugin.c libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
libplugin.h libplugin: add command_hook_success helper. 2020-12-02 10:38:04 +10:30
pay.c plugins/pay: allow bolt12 invoices (EXPERIMENTAL_FEATURES). 2020-12-15 12:05:02 +01:00
txprepare.c txprepare: Verify that outputs arg is an array 2020-12-09 06:56:21 +10: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).