ZcashLightClientKit/Tests
Kris Nuttycombe 905ee401d1 Use zcash_client_sqlite to manage migrations for the wallet db.
This change removes responsibility for maintaining the state of
the wallet database from `ZcashLightClientKit` in favor of using
the migration system now provided by librustzcash. This will help
to ensure that the structure of the database is kept consistent with
the functions that query and update the database state.

Co-authored-by: Francisco Gindre <francisco.gindre@gmail.com>
2022-08-24 09:38:42 -06:00
..
DarksideTests Use zcash_client_sqlite to manage migrations for the wallet db. 2022-08-24 09:38:42 -06:00
NetworkTests Use zcash_client_sqlite to manage migrations for the wallet db. 2022-08-24 09:38:42 -06:00
OfflineTests Use zcash_client_sqlite to manage migrations for the wallet db. 2022-08-24 09:38:42 -06:00
TestUtils Use zcash_client_sqlite to manage migrations for the wallet db. 2022-08-24 09:38:42 -06:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00