zashi-ios-wallet-private/secant/Dependencies/SDKSynchronizer
Michal Fousek ff58ae718c
[#639] Show valid balance after app start (#640)
Closes #639.

- The Secant app read `SynchronizerState` only from
  `SDKSyncronizerSynced` notification. So when app started and there was
  some latency between sync start and sync finish the Secant app didn't
  show valid balance.
- Now the Secant app reads `SynchronizerState` also from `SDKSyncronizerStarted`
  notification. So it shows valid balance right on the app start.
2023-03-08 15:14:01 +01:00
..
SDKSynchronizerInterface.swift [#613] Adopt ZcashLightClientKit version 0.19.0-beta (#616) 2023-03-03 14:58:53 -03:00
SDKSynchronizerLive.swift [#639] Show valid balance after app start (#640) 2023-03-08 15:14:01 +01:00
SDKSynchronizerMocks.swift [#611] Disable Send ZEC button when sync in progress (#623) 2023-03-07 18:19:16 -03:00
SDKSynchronizerTest.swift [#613] Adopt ZcashLightClientKit version 0.19.0-beta (#616) 2023-03-03 14:58:53 -03:00