cln/plugins/lsps-plugin/src
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
..
cln_adapters lightningd: add channel_id filter to listpeerchannels 2026-02-24 16:51:59 +01:00
core plugins: lsps: remove anyhow from tlvs 2025-12-17 05:56:01 +10:30
proto plugins: lsps: split up handlers 2025-12-17 05:56:01 +10:30
client.rs plugins: lsps: move feature helpers to core module 2025-12-17 05:56:01 +10:30
lib.rs plugins: lsps: move feature helpers to core module 2025-12-17 05:56:01 +10:30
service.rs plugins: lsps: remove cln dependencies from core module and clean up service 2025-12-17 05:56:01 +10:30