rgb-cln/plugins
Rusty Russell 83298c030a wallet: switch over to withdraw in module, remove lots of unused code.
This removes the reservation cleanup at startup, too, now they're all
using 'reserved_til'.

This changes test_withdraw, since it asserted that outputs were marked
spent as soon as we broadcast a transaction: now they're reserved until
it's mined.  Similarly, test_addfunds_from_block assumed we'd see funds
as soon as we broadcast the tx.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Changed: JSON-RPC: `withdraw` now randomizes input and output order, not BIP69.
2020-09-08 10:14:42 +09:30
..
.gitignore
Makefile txprepare: a plugin to replace `txprepare` (not yet active). 2020-09-08 10:14:42 +09:30
README.md
autoclean.c
bcli.c bcli: Avoid tal_fmt when handling a raw hex block 2020-09-02 13:21:32 +02:00
fundchannel.c fundchannel: provide outnum 2020-08-13 12:37:02 -05:00
keysend.c Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
libplugin-pay.c libplugin-pay: fix default CLTV. 2020-09-02 06:59:13 +09:30
libplugin-pay.h Makefile: use completely separate spec-derived files for EXPERIMENTAL_FEATURES 2020-09-08 09:42:00 +09:30
libplugin.c libplugin: do partial parsing instead of memmem hack. 2020-08-21 09:52:33 +09:30
libplugin.h libplugin: allow commands and options to mark themselves deprecated. 2020-08-11 08:43:18 +09:30
pay.c plugins/pay: don't bother parsing nodeid for summary. 2020-08-21 09:52:33 +09:30
txprepare.c wallet: switch over to withdraw in module, remove lots of unused code. 2020-09-08 10:14:42 +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).