ZcashLightClientKit/Tests/DarksideTests
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
..
AdvancedReOrgTests.swift [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
BalanceTests.swift [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
BlockDownloaderTests.swift [#593] Fix testSmallDownloadAsync test 2022-10-28 12:18:19 +02:00
DarksideSanityCheckTests.swift [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
PendingTransactionUpdatesTest.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
ReOrgTests.swift [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
RewindRescanTests.swift [#585] Fix RewindRescanTests (#656) 2022-11-29 19:59:16 -03:00
ShieldFundsTests.swift [#665] Fix testShieldFunds() `get_transparent_balance` error 2022-12-13 19:12:22 -03:00
SychronizerDarksideTests.swift [#677] Add support for wipe into SDK 2022-12-20 13:41:20 +01:00
SynchronizerTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
TransactionEnhancementTests.swift [#657] Change how blocks are downloaded and processed 2022-12-19 09:35:09 +01:00
Z2TReceiveTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00