lnd/channeldb/migration30
yyforyongyu 75dbbb55ad
migration30: add supporting functions to help with unit tests
This commit adds supporting functions that will be used in the unit
test. The testing data are also added as hard-coded. We choose to copy
the most of the testing data from our itest results such that a) they
are "real" data that can be used to calculate scripts and b) we preserve
the result generated by the current code so a future change won't affect
our test.
2022-07-12 20:51:48 +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
test_utils.go migration30: add supporting functions to help with unit tests 2022-07-12 20:51:48 +08:00