cln/wallet
Rusty Russell a87062b280 graceful: new command to instruct CLN to start shutting down.
Based on "lightningd: add "snub-idle-channels" dynamic config variable" by
Matt Whitlock <c-lightning@mattwhitlock.name>.

Fixes: https://github.com/ElementsProject/lightning/issues/4842
Changelog-Added: JSON-RPC: `graceful` command to prepare CLN for shutdown.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2026-05-11 13:52:44 +09:30
..
test graceful: new command to instruct CLN to start shutting down. 2026-05-11 13:52:44 +09:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
account_migration.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
account_migration.h lightningd: migrate events from bookkeeper at startup. 2025-08-19 13:37:50 +09:30
datastore.c wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
datastore.h wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
db.c db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
db.h wallet: separate migration table into its own source file. 2025-11-28 09:16:53 +10:30
invoices.c common: add tal_free_if_taken() helper for common case. 2026-03-29 14:35:54 +10:30
invoices.h lightningd: remove delexpiredinvoice 2024-03-25 15:02:35 +10:30
Makefile wallet: separate datastore access functions for the lightning-downgrade tool to access. 2025-11-28 09:16:53 +10:30
migrations.c lightning-downgrade: prepare for downgrading to v26.04. 2026-04-30 20:09:31 +09:30
migrations.h db: add STRICT tables with migration for old databases 2026-02-23 15:55:55 +10:30
psbt_fixup.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
psbt_fixup.h wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
reservation.c wallet: remove txfilter. 2026-03-23 09:22:04 +10:30
txfilter.c wallet: remove txfilter. 2026-03-23 09:22:04 +10:30
txfilter.h wallet: remove txfilter. 2026-03-23 09:22:04 +10:30
wallet.c createonion: add force_paths parameter. 2026-04-02 10:36:10 +10:30
wallet.h createonion: add force_paths parameter. 2026-04-02 10:36:10 +10:30
walletrpc.c global: more missing BOLT quotes. 2026-04-30 12:17:43 +09:30
walletrpc.h wallet: save keytype when issuing new address. 2024-11-17 20:27:13 +10:30