ZcashLightClientKit/Tests/DarksideTests
Michal Fousek 0032fedde7 [#442] Introduce parallel downloading and scanning
- `BlockDownloaderImpl` is changed. It now spawns detached Task to
  download blocks. So blocks can be downloaded in parallel with scanning
  process.
- `Synchronizer.stop()` is no longer async.
- Blocks cache cleaning is changed. It's not possible to drop the whole
  cache now. There are some blocks pre-downloaded which weren't scanned
  yet.
2023-05-05 09:35:43 +02:00
..
AdvancedReOrgTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
BalanceTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
BlockDownloaderTests.swift [#888] Make actor from ZcashRustBackendWelding 2023-04-11 17:51:28 +02:00
DarksideSanityCheckTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
InternalStateConsistencyTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
PendingTransactionUpdatesTest.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
ReOrgTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
RewindRescanTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
ShieldFundsTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
SynchronizerDarksideTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
SynchronizerTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
TransactionEnhancementTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00
Z2TReceiveTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00