plugins/sql: add listchainmoves and listchannelmoves.

And note the other commands in See Also section.

Note that this means handling the "outpoint" type.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Changelog-Added: JSON-RPC: `sql` plugin now supports `chainmoves` and `channelmoves` tables.
This commit is contained in:
Rusty Russell
2025-08-19 10:30:46 +09:30
parent 6c626b124b
commit cfbca30b7f
6 changed files with 115 additions and 1 deletions

View File

@@ -33031,8 +33031,17 @@
],
"see_also": [
"lightning-listtransactions(7)",
"lightning-listhtlcs(7)",
"lightning-listinvoices(7)",
"lightning-listoffers(7)",
"lightning-listchannels(7)",
"lightning-listpeers(7)",
"lightning-listpeerchannels(7)",
"lightning-listsendpays(7)",
"lightning-listchainmoves(7)",
"lightning-listchannelmoves(7)",
"lightning-bkpr-listaccountevents(7)",
"lightning-bkpr-listincome(7)",
"lightning-listnodes(7)",
"lightning-listforwards(7)"
],