ZcashLightClientKit/Tests/TestUtils
Lukas Korba fa5bbbb2bf
[#541] Initialise gRPC on a separate thread (#545)
MultiThreadedEventLoopGroup has been replaced with NIOTSEventLoopGroup. It's recommended by authors of grpc-swift especially for iOS platform and it allows us to set the priority because NIOTSEventLoopGroup is GCD based while MultiThreadedEventLoopGroup is pthread based.

[#541] Initialise gRPC on a separate thread (#545)

- priority increased to .default
2022-10-03 15:54:43 -03:00
..
proto [#394] Update swift-grpc to 1.8.0 (#395) 2022-06-16 12:37:16 -03:00
DarkSideWalletService.swift [#463] Migrate LightwalletService to Async/Await (#493) 2022-08-25 10:39:59 -03:00
FakeChainBuilder.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
FakeService.swift [#463] Migrate LightwalletService to Async/Await (#493) 2022-08-25 10:39:59 -03:00
FakeStorage.swift [#464] CompactBlockStorage To async/await (#494) 2022-08-26 14:52:12 -03:00
MockTransactionRepository.swift [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
SampleLogger.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Stubs.swift [#464] CompactBlockStorage To async/await (#494) 2022-08-26 14:52:12 -03:00
TestCoordinator.swift [#444] Syncing Restarts to zero when the wallet is wiped and synced from zero in one go. (#445) 2022-07-29 10:33:23 -03:00
TestDbBuilder.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Tests+Utils.swift [#541] Initialise gRPC on a separate thread (#545) 2022-10-03 15:54:43 -03:00
ZcashSdk_Data.db Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
cache.db Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
test_data.db Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00