lnd.xprv/chanbackup
Olaoluwa Osuntokun 7cbf0326c7
chanbackup: extend channel backups to include entire local+remote chan config
In this commit, we extend the prior Single format to include the entire
channel config, other than the constraints, but including the CSV delay
for both sides. We do this as we'll need more of the keying information
in order to properly execute the DLP protocol. Additionally, in the
future, if warranted, this would allow channels to be resumed if deemed
safe.
2019-03-28 17:53:38 -07:00
..
backup_test.go chanbackup: add functionality to allow external callers to backup channels 2019-01-23 18:11:28 -08:00
backup.go chanbackup: add functionality to allow external callers to backup channels 2019-01-23 18:11:28 -08: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: extend channel backups to include entire local+remote chan config 2019-03-28 17:53:38 -07:00
crypto_test.go chanbackup: implement crypto operations for serialized static channel baackups 2019-01-23 18:11:21 -08: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: add new updateBackupFile method, write fresh backup on startup 2019-03-28 17:53:30 -07:00
pubsub.go chanbackup: add new updateBackupFile method, write fresh backup on startup 2019-03-28 17:53:30 -07:00
recover_test.go chanbackup: add functions to allow recovery of existing channel backups 2019-01-23 18:11:29 -08:00
recover.go chanbackup: add functions to allow recovery of existing channel backups 2019-01-23 18:11:29 -08:00
single_test.go chanbackup: extend channel backups to include entire local+remote chan config 2019-03-28 17:53:38 -07:00
single.go chanbackup: extend channel backups to include entire local+remote chan config 2019-03-28 17:53:38 -07:00