541ad708c7
In this commit, we add a new sub-package to the walletdb package: migration. In this package, we define a new interface, Manager, which will expose all of the necessary functions required to abstract the migration logic of different sub-services within the wallet, like the address and transaction managers. The implementations of this interface will then be able to use the migration logic within the Upgrade function with no additional complexity. |
||
---|---|---|
.. | ||
log.go | ||
manager.go | ||
manager_test.go |