ZcashLightClientKit/Tests
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
..
DarksideTests [#488] Delete cache db when sync ends 2022-11-15 10:31:59 +01:00
NetworkTests [#614] make prepare(with:) and get{pool_type}Address() synchronous 2022-11-11 14:07:45 -03:00
OfflineTests [#621] Adds a synchronizer state subject with the last available 2022-11-14 14:44:33 -03:00
TestUtils [#616] Dont send notification from SDK on main thread 2022-11-21 16:33:42 +01:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00