ZcashLightClientKit/Tests/NetworkTests
Michal Fousek 5f162d01f8 Make all methods in ZcashKeyDerivationBackendWelding non async
It looks like that some methods in `ZcashKeyDerivationBackendWelding`
were left async by mistake. There is no reason for any method there to
be async.

After this change no method in `DerivationTool` has to async. It makes
things much easier.
2023-04-25 16:16:04 +02:00
..
BlockScanTests.swift Make all methods in ZcashKeyDerivationBackendWelding non async 2023-04-25 16:16:04 +02:00
BlockStreamingTest.swift [#361] Introduce ZcashError (#1005) 2023-04-24 18:15:20 -03:00
CompactBlockProcessorTests.swift [#908] Add last and latest blocks data to Synchronizer State (#911) 2023-04-14 09:08:37 +02:00
CompactBlockReorgTests.swift [#361] Introduce ZcashError (#1005) 2023-04-24 18:15:20 -03:00
DownloadTests.swift [#908] Add last and latest blocks data to Synchronizer State (#911) 2023-04-14 09:08:37 +02:00
LightWalletServiceTests.swift