lnd/channeldb/migration30
Elle Mouton 70e3f8f511
multi: pass in a MigrationConfig to all optional migrations
Define a MigrationConfig interface that should be used to pass the
config of an optional migration function. An implementation of this
interface is added for migration30 (the only current optional
migration).
2023-02-16 20:45:08 +02:00
..
iterator_test.go channeldb: use T.TempDir to create temporary test directory 2022-08-24 08:58:16 +08:00
iterator.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
lnwallet.go multi: fix make fmt 2022-08-23 22:10:24 +08:00
log.go migration30: add iterator to assist migration 2022-07-12 20:51:45 +08:00
migration_test.go multi: pass in a MigrationConfig to all optional migrations 2023-02-16 20:45:08 +02:00
migration.go multi: pass in a MigrationConfig to all optional migrations 2023-02-16 20:45:08 +02:00
revocation_log.go channeldb: prepare RevocationLog for optional fields 2023-02-16 07:51:48 +02:00
test_mock.go migration30: add benchmark test 2022-07-12 21:01:11 +08:00
test_utils.go multi: fix make fmt 2022-08-23 22:10:24 +08:00