ZcashLightClientKit/Tests/NetworkTests
Lukas Korba 2b65bd46e4 [476] CompactBlockProcessor to async/await
- getting rid of the Operation Queue
- the cleanup is needed
- the update of tests is needed
- tested and it successfully finishes the sync process

[476] CompactBlockProcessor to async/await

- old processNewBlocks() removed

[476] CompactBlockProcessor to async/await

- unused operations removed

[476] CompactBlockProcessor to async/await

- unit tests update

[476] CompactBlockProcessor to async/await

- unit tests refactored

[476] CompactBlockProcessor to async/await

- cleanup of deprecated method

[476] CompactBlockProcessor to async/await

- fail(error) was called even for canceled tasks but that must be excluded

[476] CompactBlockProcessor to async/await

- removal of all ZcashOperations from the code (unit test will follow)

[476] CompactBlockProcessor to async/await

- network tests in building and success order again

[476] CompactBlockProcessor to async/await

- offline tests in building and success order

[476] CompactBlockProcessor to async/await (519)

- cleanup of suspending the task

[476] CompactBlockProcessor to async/await (519)

- most comments resolved

[476] CompactBlockProcessor to async/await (519)

- thread safe state for both sync and async context

[476] CompactBlockProcessor to async/await (519)

- fixed build for a sample project

[476] CompactBlockProcessor to async/await (519)

- func testStartNotifiesSuscriptors() reverted

[476] CompactBlockProcessor to async/await (519)

- TODO added to track why we used NSLock instead of an Actor
- Task priority enhanced

[476] CompactBlockProcessor to async/await (519)

- cleanup in Tasks and priorities
2022-09-15 08:10:12 +02:00
..
BlockScanTests.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
BlockStreamingTest.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
CompactBlockProcessorTests.swift [#440] Split constants for Download Batches and Scanning Batches (#441) 2022-07-29 10:07:08 -03:00
CompactBlockReorgTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
DownloadTests.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
LightWalletServiceTests.swift [#463] Migrate LightwalletService to Async/Await (#493) 2022-08-25 10:39:59 -03:00
ZcashRustBackendTests.swift [#326] Load Checkpoint files from bundle. 2022-05-05 18:30:17 -03:00