ZcashLightClientKit/Tests
Michal Fousek 6c5bf8de27 [#677] Add support for wipe into SDK
Closes #677

- Previously when keychain wanted to do wipe wallet had to do it on it's
  own. Which isn't good. Now wallet can simply call
  `synchronizer.wipe()` and it's done.
- This change brings support for wipe. `Synchronizer` has new method
  `wipe()` which takes care of everything. All the database connections
  are closed. Databases are removed. `InternalSyncProgress` is reset.

Change condition when wipe can run
2022-12-20 13:41:20 +01:00
..
DarksideTests [#677] Add support for wipe into SDK 2022-12-20 13:41:20 +01:00
NetworkTests [#657] Change how blocks are downloaded and processed 2022-12-19 09:35:09 +01:00
OfflineTests [#657] Change how blocks are downloaded and processed 2022-12-19 09:35:09 +01:00
TestUtils [#677] Add support for wipe into SDK 2022-12-20 13:41:20 +01:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00