ZcashLightClientKit/Tests/NetworkTests
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
..
BlockScanTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
BlockStreamingTest.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
CompactBlockProcessorTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
CompactBlockReorgTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
DownloadTests.swift [#442] Introduce parallel downloading and scanning 2023-05-05 09:35:43 +02:00
LightWalletServiceTests.swift [#901] Use fulfillment instead of wait in async context in tests 2023-05-01 09:07:43 +02:00