ZcashLightClientKit/Tests/OfflineTests
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
..
DerivationToolTests Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
BirthdayTests.swift [#398] Make WalletBirthday an internal type (#414) 2022-07-12 16:36:12 -03:00
BlockBatchValidationTests.swift [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
CompactBlockStorageTests.swift [#464] CompactBlockStorage To async/await (#494) 2022-08-26 14:52:12 -03:00
ErrorLocalizationTests.swift [#392] Synchronizer error 8. when syncing. (#413) 2022-07-12 17:28:16 -03:00
MemoTests.swift Update changelog.md and podspec version 2022-03-03 19:07:03 -03:00
NotesRepositoryTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
NullBytesTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PagedTransactionRepositoryTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
PendingTransactionRepositoryTests.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
RawTransactionTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
TransactionRepositoryTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
TxIdTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
WalletTests.swift [#398] Make WalletBirthday an internal type (#414) 2022-07-12 16:36:12 -03:00
ZatoshiTests.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
Zip302MemoTests.swift [#382] ZIP-302 compliant memo type (#385) 2022-05-26 18:06:02 -03:00