ZcashLightClientKit/Tests
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
..
DarksideTests Merge pull request #536 from LukasKorba/486_sendToAddress_async_await 2022-09-23 12:08:31 -07:00
NetworkTests [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
OfflineTests [476] CompactBlockProcessor to async/await 2022-09-15 08:10:12 +02:00
TestUtils [#541] Initialise gRPC on a separate thread (#545) 2022-10-03 15:54:43 -03:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00