lnd/chanbackup
ziggie dac8a8fe53
chanstate: use channel types in backups
Move static channel backup construction to chanstate channel types.

The package still imports channeldb where it uses real database
concerns, including address sourcing and duplicate-channel recovery.
The backup payload and live-channel source boundaries no longer depend
on the channeldb compatibility aliases.
2026-07-07 07:18:57 -03:00
..
backup.go chanstate: use channel types in backups 2026-07-07 07:18:57 -03:00
backup_test.go chanstate: use channel types in backups 2026-07-07 07:18:57 -03:00
backupfile.go lnd+chanbackup: add lnd config flag 2025-01-24 10:56:15 +01:00
backupfile_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
multi.go multi: fix fmt.Errorf error wrapping 2024-02-27 11:13:40 +00:00
multi_test.go graph/db+chanbackup: dns add encoding/decoding for persistence 2025-09-03 01:11:35 +00:00
pubsub.go chanstate: use channel types in backups 2026-07-07 07:18:57 -03:00
pubsub_test.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
recover.go chanbackup+rpcserver+server: return number of recovered channels 2024-11-06 15:30:23 +01:00
recover_test.go chanbackup+rpcserver+server: return number of recovered channels 2024-11-06 15:30:23 +01:00
single.go chanstate: use channel types in backups 2026-07-07 07:18:57 -03:00
single_test.go chanstate: use channel types in backups 2026-07-07 07:18:57 -03:00