rgb-cln/plugins
Erik De Smedt 085960b054 Rename `FeatureBitsPlace` to `FeatureBitsKind` 2024-01-31 21:27:47 +01:00
..
bkpr bkpr: now that we're not doing empty acct logging, we dont need this bool 2024-01-29 10:05:03 +10:30
clnrest
examples
grpc-plugin
renepay renepay: accomodate fees in the payment flow 2024-01-29 10:48:24 +10:30
spender fundchannel_start & multifundchannel: add channel_type. 2024-01-29 13:40:34 +10:30
src Rename `FeatureBitsPlace` to `FeatureBitsKind` 2024-01-31 21:27:47 +01:00
test
.gitignore
Cargo.toml
Makefile spenderp: add channel_type parameter to fundchannel / multifundchannel. 2024-01-29 13:40:34 +10:30
README.md
autoclean.c libplugin: support version strings for deprecations. 2024-01-26 10:30:22 +10:30
bcli.c plugins/bcli: use per-command deprecation flags. 2024-01-26 10:30:22 +10:30
chanbackup.c
commando.c commando: use deprecation API for missing ids. 2024-01-26 10:30:22 +10:30
fetchinvoice.c lightningd: remove msatoshi alias for amount_msat. 2024-01-26 10:30:22 +10:30
funder.c funder: remove lease-fee-base-msat 2024-01-26 10:30:22 +10:30
funder_policy.c
funder_policy.h
keysend.c lightningd: remove msatoshi alias for amount_msat. 2024-01-26 10:30:22 +10:30
libplugin-pay.c
libplugin-pay.h
libplugin.c libplugin: remove global deprecated_apis flag. 2024-01-26 10:30:22 +10:30
libplugin.h libplugin: remove global deprecated_apis flag. 2024-01-26 10:30:22 +10: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 lightningd: remove msatoshi alias for amount_msat. 2024-01-26 10:30:22 +10:30
sql.c gossipd: strip private updates from gossip_store on startup. 2024-01-31 14:47:33 +10:30
topology.c topology: don't call gossmap for locall added channels. 2024-01-31 13:39:23 +10:30
txprepare.c

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).