cln/plugins
Peter Neuroth 2971f5d956 lightningd: add channel_id filter to listpeerchannels
Sometimes we don't know the short_channel_id yet (e.g the channel has
not been broadcasted), but we still know the channel_id from the funding
transaction. Add a channel_id filter to listpeerchannels and clarify
that id, short_channel_id and channel_id are mutually exclusive.

Changelog-Added: `listpeerchannels` now accepts a `channel_id` filter,
for cases where the `short_channel_id` is not known yet.

Signed-off-by: Peter Neuroth <pet.v.ne@gmail.com>
2026-02-24 16:51:59 +01:00
..
askrene askrene: close files in child to isolate against bugs. 2026-02-19 17:04:35 +10:30
bip353-plugin docker: Dockerfile fixes after poetry to uv migration 2025-09-09 10:46:23 +09:30
bkpr bkpr: limp along if we lost our db. 2026-02-17 12:10:26 +10:30
examples cln-plugin: trace level logging support 2025-05-05 09:31:22 -07:00
grpc-plugin crates: centralize version management 2025-11-14 09:02:35 +10:30
lsps-plugin lightningd: add channel_id filter to listpeerchannels 2026-02-24 16:51:59 +01:00
renepay renepay: refactor and bugfixes 2026-02-23 14:32:56 +10:30
rest-plugin clnrest: add clnrest-register-path method for dynamic paths 2026-01-19 12:55:57 +10:30
spender lightningd: immediately close without broadcast whenever we close a withheld channel. 2025-11-19 07:23:39 +10:30
src cln-plugin: adapt send_custom_notification to send modern-style notifications. 2025-08-18 10:01:07 +09:30
test offers: encapsulate globals in plugin_get_data() 2026-02-23 19:05:37 +10:30
wss-proxy-plugin crates: centralize version management 2025-11-14 09:02:35 +10:30
xpay libplugin: support multi options. 2026-02-23 19:05:37 +10:30
.gitignore lsps: Add service implementation for LSPS0 2025-05-02 13:34:21 -07:00
autoclean.c global: use clock_time in place of time_now(). 2025-11-13 21:21:29 +10:30
bcli.c bcli: replace magic numbers with constants 2026-02-18 14:16:29 +10:00
Cargo.toml crates: centralize version management 2025-11-14 09:02:35 +10:30
chanbackup.c commando, chanbackup: use custommsg hooks. 2025-11-20 16:30:50 +10:30
channel_hint.c bitcoin: hash_scid and hash_scidd public functions. 2026-02-19 17:04:35 +10:30
channel_hint.h bitcoin: hash_scid and hash_scidd public functions. 2026-02-19 17:04:35 +10:30
commando.c commando, chanbackup: use custommsg hooks. 2025-11-20 16:30:50 +10:30
establish_onion_path.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
establish_onion_path.h global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
exposesecret.c ccan: update to get improved grab_file API, and adapt code. 2025-10-26 12:37:58 +10:30
fetchinvoice.c offers: encapsulate globals in plugin_get_data() 2026-02-23 19:05:37 +10:30
fetchinvoice.h plugins: cancelrecurringinvoice command. 2025-10-01 15:31:30 +09:30
funder.c plugins: fix %*.s typo. 2025-10-24 11:28:57 +10:30
funder_policy.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
funder_policy.h libplugin: allow display of default values. 2024-05-15 15:50:54 -05:00
keysend.c plugins: don't try to fetch max-locktime-blocks. 2026-01-20 19:32:42 +10:30
libplugin-pay.c plugins/pay: don't crash if erring index is past route array end. 2026-01-14 17:06:02 +10:30
libplugin-pay.h connectd, gossipd, pay, bcli: use timemono when solely measuring duration for timeouts. 2025-11-13 21:21:29 +10:30
libplugin.c libplugin: support multi options. 2026-02-23 19:05:37 +10:30
libplugin.h libplugin: support multi options. 2026-02-23 19:05:37 +10:30
Makefile Makefile: support overriding of CC and CARGO for catching unintended builds. 2026-02-24 11:54:04 +10:30
offers.c offers: allow explicit fronting nodes for an offer. 2026-02-23 19:05:37 +10:30
offers.h offers: allow explicit fronting nodes for an offer. 2026-02-23 19:05:37 +10:30
offers_inv_hook.c offers: encapsulate globals in plugin_get_data() 2026-02-23 19:05:37 +10:30
offers_inv_hook.h offers: check they use the blinded path if one is specified. 2024-07-17 10:57:11 +02:00
offers_invreq_hook.c offers: only use blinded path nodes from offers when creating invoice for invoice_request. 2026-02-23 19:05:37 +10:30
offers_invreq_hook.h offers: check they use the blinded path if one is specified. 2024-07-17 10:57:11 +02:00
offers_offer.c offers: allow explicit fronting nodes for an offer. 2026-02-23 19:05:37 +10:30
offers_offer.h plugins: move fetchinvoice functionality into offers plugin. 2024-07-17 10:57:11 +02:00
pay.c plugins: don't try to fetch max-locktime-blocks. 2026-01-20 19:32:42 +10:30
README.md doc: fix wording in plugins/README.md 2020-01-06 12:57:59 +01:00
recklessrpc.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
recover.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
sql.c common: move gossip_store_wire.csv into common/ from gossipd/ 2026-02-16 17:23:33 +10:30
topology.c topology: in deterministic mode, only return one best candidate for listincoming. 2025-11-13 21:21:29 +10:30
txprepare.c plugins: fix %*.s typo. 2025-10-24 11:28:57 +10:30

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