lnd/chanbackup
Elle Mouton 51c2f709e1
channeldb: let AddrsForNode indicate if the node was found or not
Before this commit, the `(channeldb.DB).AddrsForNode` method treats the
results from the channel db and the graph db slightly differently. It
errors out if the channel db is unaware of the node in question but does
not error out if the graph is unaware of the node. So this commit
changes the logic slightly so that a "node-unknown" error from either
backing source is not seen as an error.
2024-11-28 13:36:15 +02:00
..
backup.go channeldb: let AddrsForNode indicate if the node was found or not 2024-11-28 13:36:15 +02:00
backup_test.go channeldb: let AddrsForNode indicate if the node was found or not 2024-11-28 13:36:15 +02:00
backupfile.go multi: repleace ioutil.ReadFile 2024-04-25 11:22:43 +02:00
backupfile_test.go multi: repleace ioutil.ReadFile 2024-04-25 11:22:43 +02: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 lnencrypt: Moves the crypto functions in the chanbackup package into its own package called lnencrypt 2022-09-30 01:53:45 -05:00
pubsub.go chanbackup/pubsub: add method ManualUpdate 2024-10-14 09:44:32 -03:00
pubsub_test.go chanbackup/pubsub: add method ManualUpdate 2024-10-14 09:44:32 -03: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 chanbackup: add Single.CloseTxInputs field 2024-10-14 09:44:17 -03:00
single_test.go chanbackup: add Single.CloseTxInputs field 2024-10-14 09:44:17 -03:00