lnd.xprv/channeldb/migration_01_to_11
Johan T. Halseth 7569cca19b
channeldb/migration: copy current lnwire to migration dir
To avoid code changing underneath the static migrations, we copy the
lnwire dependency in its current form into the migration directory.

Ideally the migrations doesn't depend on any code that might change,
this takes us a step closer.
2021-02-24 14:34:57 +01:00
..
zpay32 channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
addr.go channeldb: make copy for migrations 2019-10-24 12:49:38 +02:00
channel_test.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
channel.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
codec.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
db.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
error.go migration_01_to_11: remove version checking for migration tests 2019-10-31 11:25:07 +01:00
graph_test.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
graph.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
invoices.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
legacy_serialization.go channeldb: make copy for migrations 2019-10-24 12:49:38 +02:00
log.go channeldb: initialize migrations logger 2019-10-30 08:56:18 +01:00
meta_test.go multi: add reset closure to kvdb.Update 2020-11-05 17:57:12 +01:00
meta.go channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
migration_09_legacy_serialization.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
migration_10_route_tlv_records.go channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
migration_11_invoices_test.go multi: add reset closure to kvdb.Update 2020-11-05 17:57:12 +01:00
migration_11_invoices.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
migrations_test.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
migrations.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
options.go kvdb: add timeout options for bbolt (#4787) 2020-12-07 15:31:49 -08:00
payment_control.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
payments_test.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
payments.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00
route.go channeldb/migration: copy current lnwire to migration dir 2021-02-24 14:34:57 +01:00