rgb-cln/wallet
Rusty Russell b5bd907245 wallet: ensure all established channels have aliases.
Commit dac8964093 set aliases for channels at
creation time, but neglected to convert channels in the database.  Do that now!

Fixes: #7039
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2024-02-08 14:15:57 +01:00
..
test gossipd: don't validate UTXOs on our own channels. 2024-02-04 09:24:44 +10:30
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
Makefile wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +10:30
db.c wallet: ensure all established channels have aliases. 2024-02-08 14:15:57 +01:00
db.h db: migrate old runes table to fix up id fields. 2023-08-31 05:33:15 +09:30
invoices.c display paid_outpoint on invoices when present 2023-10-26 19:11:17 +10:30
invoices.h display paid_outpoint on invoices when present 2023-10-26 19:11:17 +10:30
psbt_fixup.c wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +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: be a little more flexible with change for emergency reserve. 2024-02-08 06:32:01 +10:30
txfilter.c track fallbacks for invoices, pt 1 2023-10-26 19:11:17 +10:30
txfilter.h track fallbacks for invoices, pt 1 2023-10-26 19:11:17 +10:30
wallet.c wallet: be a little more flexible with change for emergency reserve. 2024-02-08 06:32:01 +10:30
wallet.h wallet: be a little more flexible with change for emergency reserve. 2024-02-08 06:32:01 +10:30
walletrpc.c wallet: remove P2SH support. 2024-01-26 10:30:22 +10:30
walletrpc.h wallet: remove P2SH support. 2024-01-26 10:30:22 +10:30