ZcashLightClientKit/Sources/ZcashLightClientKit
Michal Fousek 44a6970b73 [#616] Dont send notification from SDK on main thread
Closes #616

- Added small helper `NotificationSender` which is used to send
  notifications.
- No notificaiton is sent on main thread.
- Change how `status` is stored and update in `SDKSynchronizer`. It is
  now protected by lock. Before this wasn't needed because status was
  updated from main thread everywhere.
- `SyncBlocksViewController` in the sample app now uses
  `SDKSynchronizer` instead of `CompactBlockProcessor` directly.
2022-11-21 16:33:42 +01:00
..
Block [#616] Dont send notification from SDK on main thread 2022-11-21 16:33:42 +01:00
Constants
DAO [#488] Delete cache db when sync ends 2022-11-15 10:31:59 +01:00
Entity
Extensions
Model
Providers
Repository [#488] Delete cache db when sync ends 2022-11-15 10:31:59 +01:00
Resources/checkpoints [#420] release 0.17.0-beta 2022-11-16 20:44:10 -03:00
Rust [#634] Set ZIP-317 flag on sending and shielding as false for 0.17.0 2022-11-16 20:27:12 -03:00
Service [#616] Dont send notification from SDK on main thread 2022-11-21 16:33:42 +01:00
Synchronizer [#616] Dont send notification from SDK on main thread 2022-11-21 16:33:42 +01:00
Tool
Transaction
Utils
Initializer.swift
Synchronizer.swift [#488] Delete cache db when sync ends 2022-11-15 10:31:59 +01:00