rgb-cln/plugins
Christian Decker 535d3d953d rs: Bump crates cln-rpc and cln-grpc to 0.1.5 and cln-plugin to 0.1.6 2023-10-24 10:24:52 +10:30
..
bkpr db: remove #if DEVELOPER in favor of runtime flag inside db struct. 2023-09-21 20:08:24 +09:30
clnrest clnrest: correctly omit `method` to checkrune call if none is supplied. 2023-10-17 14:58:40 +10:30
examples
grpc-plugin cln-grpc: do not generate cerficates when no autostart. 2023-10-13 10:25:36 +02:00
renepay renepay: work around change in fundchannel in tests. 2023-10-04 08:02:33 +10:30
spender
src Fix: Remove Sync requirements on Futures returned in the Rust plugin library. 2023-08-08 09:45:42 +09:30
test renepay: make pay_plugin a tal object. 2023-08-12 09:41:24 +09:30
.gitignore meta: ignore renepay binary 2023-08-21 10:35:41 +09:30
Cargo.toml rs: Bump crates cln-rpc and cln-grpc to 0.1.5 and cln-plugin to 0.1.6 2023-10-24 10:24:52 +10:30
Makefile renepay: an experimental payment plugin 2023-07-31 12:58:56 +09:30
README.md
autoclean.c
bcli.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
chanbackup.c
commando.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
fetchinvoice.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
funder.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
funder_policy.c
funder_policy.h
keysend.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
libplugin-pay.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
libplugin-pay.h plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
libplugin.c common/memleak: implement callback arg for dump_memleak. 2023-10-03 10:05:55 +02:00
libplugin.h plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
offers.c
offers.h
offers_inv_hook.c
offers_inv_hook.h
offers_invreq_hook.c
offers_invreq_hook.h
offers_offer.c
offers_offer.h
pay.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
sql.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +09:30
topology.c plugins/topology: convert listpeerchannels into local overlay. 2023-10-04 08:02:33 +10:30
txprepare.c plugins: remove #if DEVELOPER. 2023-09-21 20:08:24 +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).