ZcashLightClientKit/Sources/ZcashLightClientKit
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
..
Block - [#532] Download does not stop correctly 2022-09-16 18:08:31 -03:00
Constants [#440] Split constants for Download Batches and Scanning Batches (#441) 2022-07-29 10:07:08 -03:00
DAO [#455] revert queue priority downgrade changes from [#435] (#456) 2022-08-15 17:03:03 -03:00
Entity [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
Extensions [#392] Synchronizer error 8. when syncing. (#413) 2022-07-12 17:28:16 -03:00
Model [#428] make some helpers publicly accessible (#429) 2022-07-15 16:54:25 -03:00
Providers Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Repository [#464] CompactBlockStorage To async/await (#494) 2022-08-26 14:52:12 -03:00
Resources/checkpoints Bump version and add new checkpoints 2022-09-16 17:41:47 -03:00
Rust [#381] Move Zatoshi and Amount Types to the SDK (#396) 2022-06-22 16:45:37 -03:00
Service [#541] Initialise gRPC on a separate thread (#545) 2022-10-03 15:54:43 -03:00
Synchronizer Merge pull request #536 from LukasKorba/486_sendToAddress_async_await 2022-09-23 12:08:31 -07:00
Tool Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
Transaction [#546] TransactionEncoder To Async/Await (#547) 2022-10-03 12:44:33 +02:00
Utils [486] sendToAddress async/await 2022-09-21 13:47:17 +02:00
Initializer.swift [486] sendToAddress async/await 2022-09-21 13:47:17 +02:00
Synchronizer.swift Merge pull request #536 from LukasKorba/486_sendToAddress_async_await 2022-09-23 12:08:31 -07:00