lnd/channeldb/migration30
yyforyongyu ebbdf78d52
migration30: add iterator to assist migration
This commit adds several utility functions to assist the migration. In
particular, an updateLocator is added to gives us the next un-migration
position in our buckets. This locator helps us to continue the job
in case of an interrupted migration. It also serves as an indicator on
whether the migration is finished or not.
2022-07-12 20:51:45 +08:00
..
iterator.go migration30: add iterator to assist migration 2022-07-12 20:51:45 +08:00
lnwallet.go migration30: add related revocation log and lnwallet code 2022-07-08 13:17:57 +08:00
log.go migration30: add iterator to assist migration 2022-07-12 20:51:45 +08:00
revocation_log.go migration30: add related revocation log and lnwallet code 2022-07-08 13:17:57 +08:00