rgb-cln/plugins
niftynei b01734087d df-mfc: set protocol type when we know it
We'll use it for figuring out whether or not to set a utxo witness
minimum, which comes much before we were setting this field.

Now we set the protocol as soon as we can reasonably deduce it.
2020-12-02 14:19:08 +10:30
..
spender df-mfc: set protocol type when we know it 2020-12-02 14:19:08 +10:30
.gitignore plugins/spender/fundchannel.c: Make fundchannel a thin layer around multifundchannel. 2020-09-10 15:28:50 +09:30
Makefile mfc: add happy path-way for v2 in multifundchannel 2020-11-23 12:41:05 -06: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 plugins/pay: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
libplugin-pay.c pay: Cleanup the route applicability checks for channel hints 2020-11-17 14:04:19 +10:30
libplugin-pay.h pay: Retry the route computation if we could not apply the chanhints 2020-11-17 14:04:19 +10:30
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: fix leak on failed new payments. 2020-10-21 08:58:34 +10:30
txprepare.c bitcoin/psbt: wallt_tx_output needs a tal ctx. 2020-09-23 13:52:49 +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).