ZcashLightClientKit/Tests/NetworkTests
Michal Fousek c4f7f6ff1e [#469] Make ZcashRustBackendWelding async
Closes #469.

- Methods defined in `ZcashRustBackendWelding` protocol which are doing
  some IO operations are now async.
- `Initializer` no longer have methods to get balance. Only
  `Synchronizer` now have these methods. These methods are newly async.
  And `Initilializer` doesn't have alternative APIs.
- There is lot of changes in tests but those are mostly adding `await`.
  No logic is changed.
2023-03-30 19:08:56 +02:00
..
BlockScanTests.swift [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
BlockStreamingTest.swift [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
CompactBlockProcessorTests.swift [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
CompactBlockReorgTests.swift [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
DownloadTests.swift [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
LightWalletServiceTests.swift [#209] Add support for multiple instances of the SDKSynchronizer 2023-03-27 20:42:52 +02:00