lnd.xprv/channeldb/migration_01_to_11
Conner Fromknecht 213c51a281
channeldb/migration_01_to_11: isolate zpay32 decoding
This commit copies over the relevant zpay32 decoding logic to ensure
that our prior migrations aren't affected by upcoming changes to the
zpay32 package, most notably changes to the default final_cltv_expiry
and expiry values.
2020-07-24 13:13:47 -07:00
..
zpay32 channeldb/migration_01_to_11: isolate zpay32 decoding 2020-07-24 13:13:47 -07:00
addr.go channeldb: make copy for migrations 2019-10-24 12:49:38 +02:00
channel_test.go channeldb/migration_01_to_11: remove unused code 2019-10-31 07:18:36 +01:00
channel.go channeldb/migration_01_to_11: remove unused code 2019-10-31 07:18:36 +01:00
codec.go channeldb/migration_01_to_11: remove unused code 2019-10-31 07:18:36 +01:00
db.go multi: rename ReadTx to RTx 2020-05-26 18:20:37 -07:00
error.go migration_01_to_11: remove version checking for migration tests 2019-10-31 11:25:07 +01:00
graph_test.go multi: remove LocalFeatures and GlobalFeatures 2019-11-08 05:32:00 -08:00
graph.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
invoices.go multi: rename ReadTx to RTx 2020-05-26 18:20:37 -07: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 channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
meta.go channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
migration_09_legacy_serialization.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07: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 channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
migration_11_invoices.go channeldb/migration_01_to_11: isolate zpay32 decoding 2020-07-24 13:13:47 -07:00
migrations_test.go multi: rename ReadTx to RTx 2020-05-26 18:20:37 -07:00
migrations.go channeldb: convert to uniformly use new kvdb abstractions 2020-03-18 19:34:49 -07:00
options.go channeldb/migration_01_to_11: remove unused code 2019-10-31 07:18:36 +01:00
payment_control.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
payments_test.go channeldb/migration_01_to_11: remove unused code 2019-10-31 07:18:36 +01:00
payments.go multi: rename: ReadBucket to RBucket 2020-05-26 18:21:08 -07:00
route.go channeldb/migration_01_to_11: isolate route structure 2019-12-12 00:12:17 +01:00