rgb-cln/plugins
Rusty Russell f246896348 spender/openchannel.c: don't leave psbt parts owned by NULL.
They get grafted into clone, so have them parented there.  Otherwise
we get a small leak every time we RBF.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2021-09-08 19:11:47 +02:00
..
spender spender/openchannel.c: don't leave psbt parts owned by NULL. 2021-09-08 19:11:47 +02:00
test gossmap: don't spew to stderr, include counter for callers. 2021-08-24 06:42:32 +09:30
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
Makefile lease rates: helpers for parsing, serializing + equating lease_rates 2021-07-20 13:28:38 -04:00
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c autoclean: don't return a raw string as result. 2021-05-27 20:28:49 +09:30
bcli.c plugins/bcli: handle memleak. 2021-09-08 19:11:47 +02:00
fetchinvoice.c gossmap: don't spew to stderr, include counter for callers. 2021-08-24 06:42:32 +09:30
funder.c plugins/funder: don't use global owner parent; mark policy for memleak. 2021-09-08 19:11:47 +02:00
funder_policy.c funder: default to only funding leases 2021-08-09 07:11:05 +09:30
funder_policy.h liquidity-ads: pipe through request to funder, update policy 2021-07-20 13:28:38 -04:00
keysend.c libplugin: allow stealing of feature sets, make keysend do that. 2021-09-08 19:11:47 +02:00
libplugin-pay.c gossmap: don't spew to stderr, include counter for callers. 2021-08-24 06:42:32 +09:30
libplugin-pay.h common/route: route_from_dijkstra returns route_hop array. 2021-05-22 17:53:04 +09:30
libplugin.c libplugin: let plugins add annotations to memleak. 2021-09-08 19:11:47 +02:00
libplugin.h libplugin: let plugins add annotations to memleak. 2021-09-08 19:11:47 +02:00
offers.c offers: make `decode` command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
offers.h plugin/offers: hoist send_onion_reply into core. 2021-01-09 14:34:35 +10:30
offers_inv_hook.c offerout: don't insist that invoice vendor match our vendor. 2021-07-21 13:27:27 -04:00
offers_inv_hook.h plugins/offer: handle receiving an invoice in an onion_message. 2021-01-09 14:34:35 +10:30
offers_invreq_hook.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
offers_invreq_hook.h plugins/offers: add code to catch invoice_request onion messages. 2020-12-23 14:24:39 +01:00
offers_offer.c offers: make `decode` command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
offers_offer.h offers: make `decode` command available even without experimental-offers. 2021-08-02 13:23:31 -04:00
pay.c bolt12: import latest spec (timestamp -> created_at). 2021-07-21 13:27:27 -04:00
topology.c gossmap: don't spew to stderr, include counter for callers. 2021-08-24 06:42:32 +09:30
txprepare.c change fees: more accurate rounding for change amount 2021-07-19 16:13:24 -04: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).