lnd.xprv/channeldb/migration_01_to_11
Andras Banki-Horvath 2a358327f4
multi: add reset closure to kvdb.View
This commit adds a reset() closure to the kvdb.View function which will
be called before each retry (including the first) of the view
transaction. The reset() closure can be used to reset external state
(eg slices or maps) where the view closure puts intermediate results.
2020-11-05 17:57:12 +01: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: add reset closure to kvdb.View 2020-11-05 17:57:12 +01: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: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
invoices.go multi: add reset closure to kvdb.View 2020-11-05 17:57:12 +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 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: add reset closure to kvdb.View 2020-11-05 17:57:12 +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 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: add reset closure to kvdb.View 2020-11-05 17:57:12 +01: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: add reset closure to kvdb.View 2020-11-05 17:57:12 +01:00
route.go channeldb/migration_01_to_11: isolate route structure 2019-12-12 00:12:17 +01:00