ZcashLightClientKit/Tests/DarksideTests
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
..
AdvancedReOrgTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
BalanceTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
BlockDownloaderTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
DarksideSanityCheckTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
InternalStateConsistencyTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
PendingTransactionUpdatesTest.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
ReOrgTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
RewindRescanTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
ShieldFundsTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
SychronizerDarksideTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
SynchronizerTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
TransactionEnhancementTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
Z2TReceiveTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00