cln/wallet
Lagrang3 1818553e9a add a test for downgrading askrene datastore
Also trigger a db upgrade in the v26.09 so that impressions can be
removed by the downgrade tool.

Signed-off-by: Lagrang3 <lagrang3@protonmail.com>
2026-08-04 18:51:43 -03:00
..
test wallet: read UTXO state from our_outputs 2026-07-28 09:30:11 +10:00
.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: add migrate_backfill_bwatch_tables 2026-07-28 09:30:11 +10:00
migrations.c add a test for downgrading askrene datastore 2026-08-04 18:51:43 -03:00
migrations.h wallet: add migrate_backfill_bwatch_tables 2026-07-28 09:30:11 +10:00
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: rename b32script to scriptpubkey in PSBT change paths 2026-07-28 09:30:11 +10:00
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 wallet: register scriptpubkey watches at startup 2026-07-28 09:30:11 +10:00
wallet.h wallet: register scriptpubkey watches at startup 2026-07-28 09:30:11 +10:00
walletrpc.c wallet: Read the max_index for addresses from the in-memory cache 2026-07-23 14:57:43 +02:00
walletrpc.h wallet: save keytype when issuing new address. 2024-11-17 20:27:13 +10:30