ZcashLightClientKit/Tests/OfflineTests
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
..
DerivationToolTests [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
BirthdayTests.swift [#398] Make WalletBirthday an internal type (#414) 2022-07-12 16:36:12 -03:00
BlockBatchValidationTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
CompactBlockProcessorOfflineTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
CompactBlockRepositoryTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
ErrorLocalizationTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
FsBlockStorageTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
InternalSyncProgressTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
MemoTests.swift Merge branch 'main' into 556_using_transactions_db_views 2023-01-19 12:44:28 +01:00
NotesRepositoryTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
NullBytesTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
PagedTransactionRepositoryTests.swift [#621] Adds a synchronizer state subject with the last available 2022-11-14 14:44:33 -03:00
PendingTransactionRepositoryTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
RawTransactionTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
RecipientTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
TransactionRepositoryTests.swift [#746] Modularize GRPC related code 2023-02-03 22:25:54 +01:00
TxIdTests.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
UndescribableTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
UnifiedTypecodesTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00
WalletTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
ZatoshiTests.swift Fix typos 2022-12-31 12:50:16 +02:00
ZcashRustBackendTests.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
Zip302MemoTests.swift [#711] Add Swiftlint plug in to SDK (#722) 2023-01-18 17:09:04 +01:00