rgb-cln/plugins
niftynei 4dafeede5c coin moves: notify when we make deposits to external accounts
The blockheight is zero though, since these aren't included in a block
yet.

We also don't issue an 'external' deposit event if we can tell that the
address you're sending to actually belongs to our wallet (we'll issue a
deposit event when it gets included in a block)
2022-01-26 13:34:45 +10:30
..
spender coin moves: notify when we make deposits to external accounts 2022-01-26 13:34:45 +10:30
test common: generalize extract_channel_id(). 2021-12-30 09:50:40 +10:30
.gitignore sort alphabetically 2021-06-28 14:43:47 +09:30
Makefile plugins/Makefile: improve header dependencies. 2021-12-01 05:44:28 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
autoclean.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
bcli.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
fetchinvoice.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
funder.c plugins/libplugin.c: Allow freeing notification `struct command *`. 2021-10-08 14:40:04 +10:30
funder_policy.c daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30
funder_policy.h daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30
keysend.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
libplugin-pay.c pay: Disable channels that are not in normal state 2021-12-14 15:07:45 +10:30
libplugin-pay.h Add route exclusion payment modifier and pay rpc exclude arg 2021-12-04 21:37:42 +10:30
libplugin.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
libplugin.h plugins/libplugin.c: Allow freeing notification `struct command *`. 2021-10-08 14:40:04 +10:30
offers.c bitcoin/chainparams.h: Split BIP173 name into onchain and Lightning HRPs. 2021-12-14 11:21:35 +10:30
offers.h lightningd: Send updated onion spec messages. 2021-12-01 05:44:28 +10:30
offers_inv_hook.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_inv_hook.h gossipd: handle receipt of modern onion message. 2021-12-01 05:44:28 +10:30
offers_invreq_hook.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_invreq_hook.h gossipd: handle receipt of modern onion message. 2021-12-01 05:44:28 +10:30
offers_offer.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
offers_offer.h BOLT12: use point32 instead of pubkey32. 2021-10-08 13:47:30 +02:00
pay.c global: use tal_dup_or_null(). 2021-12-30 14:36:55 +10:30
topology.c fix 'listincoming' field incoming_capacity_msat. 2021-12-14 11:19:51 +10:30
txprepare.c coin moves: notify when we make deposits to external accounts 2022-01-26 13:34:45 +10: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).