ZcashLightClientKit/Tests
Michal Fousek 385c0a7195 [#746] Modularize GRPC related code
Closes #746

- `LightWalletGRPCService` is no longer public. `LightWalletService` is no longer public.
- `LightWalletGRPCService` shouldn't be used dicrectly. Use `LightWalletServiceFactory` to create instance of the service.
- Moved sending of `blockProcessorConnectivityStateChanged` notification to `Initilizer`.
- All the errors from GRPC are mapped to `LightWalletServiceError`. Handling of `GRPCStatus` in the SDK is no longer required.
- `Service` directory (that contains GRPC code) is moved to `Modules/Service`. We can put more code to `Modules/` if we decide
to modularize more code.
2023-02-03 22:25:54 +01:00
..
DarksideTests [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
NetworkTests [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
OfflineTests [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
PerformanceTests - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
TestUtils [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
lightwalletd