core-lightning/wallet
Christian Decker 001b190c61 feat(main): Print channel status when loading it from DB
I was trying to debug a node with several multiplexed channels, and
was finding it a bit difficult to determine which channel index
matches which result of `listpeerchannels` as well as figuring out
what their status was. This just prints the status in string format
when loading the channel from the DB.

Changelog-Changed: wallet: The channel status is printed when loading it from the DB
2024-06-22 14:50:21 +02:00
..
test feat(main): Print channel status when loading it from DB 2024-06-22 14:50:21 +02:00
.gitignore reorganize .gitignore entries across subdirs. 2021-05-18 09:43:50 +09:30
db.c channeld: BOLT update, no longer allow creation of old (experimental-only!) non-zero-fee anchor channels. 2024-06-19 15:54:24 +09:30
db.h db: migrate old runes table to fix up id fields. 2023-08-31 05:33:15 +09:30
invoices.c lightningd: remove delexpiredinvoice 2024-03-25 15:02:35 +10:30
invoices.h lightningd: remove delexpiredinvoice 2024-03-25 15:02:35 +10:30
Makefile wallet/psbt_fixup: routine to fix invalid PBSTs which modern libwally won't load. 2023-03-31 09:16:25 +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 common: remove type_to_string files altogther. 2024-03-20 13:51:48 +10:30
txfilter.c tx: remove allocating script fetchers 2024-03-18 12:24:49 +10:30
txfilter.h track fallbacks for invoices, pt 1 2023-10-26 19:11:17 +10:30
wallet.c feat(main): Print channel status when loading it from DB 2024-06-22 14:50:21 +02:00
wallet.h lightningd: don't load all forwardings into memory at once. 2024-06-20 16:14:38 +09:30
walletrpc.c bitcoin/short_channel_id: pass by copy everywhere. 2024-03-20 13:51:48 +10:30
walletrpc.h wallet: remove P2SH support. 2024-01-26 10:30:22 +10:30