lnd/chanbackup
Oliver Gugger 7dfe4018ce
multi: use btcd's btcec/v2 and btcutil modules
This commit was previously split into the following parts to ease
review:
 - 2d746f68: replace imports
 - 4008f0fd: use ecdsa.Signature
 - 849e33d1: remove btcec.S256()
 - b8f6ebbd: use v2 library correctly
 - fa80bca9: bump go modules
2022-03-09 19:02:37 +01:00
..
backup_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
backup.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
backupfile_test.go chanbackup: add new MultiFile struct for storing+updating Multis on disk 2019-01-23 18:11:31 -08:00
backupfile.go chanbackup: always close SCB file after reading 2020-07-10 16:20:32 -07:00
crypto_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
crypto.go chanbackup: implement crypto operations for serialized static channel baackups 2019-01-23 18:11:21 -08:00
log.go chanbackup: add logger 2019-01-23 18:11:25 -08:00
multi_test.go chanbackup: introduce Multi, a multi-channel backup 2019-01-23 18:11:27 -08:00
multi.go chanbackup: add new NilMultiSizePacked constant 2019-03-28 17:53:37 -07:00
pubsub_test.go chanbackup: refuse to start the SubSwapper if we can't read the SCB file 2020-06-17 17:44:57 -07:00
pubsub.go multi: add logs when subservers are starting 2022-02-11 21:17:03 +08:00
recover_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
recover.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
single_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
single.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00