ZcashLightClientKit/Sources/ZcashLightClientKit/DAO
Michal Fousek 1ec12269ae [#764] Stop using Notifications inside the SDK
Closes #764

- All notification that were previously sent from CompactBlockProcessor are now gone.
- `CompactBlockProcessor` now provides `eventStream` to communicate with `SDKSynchronizer`.
- Added `synchronizerStoredUTXOs` notification.
- Tests are updated to not use notifications anymore. Some tests there
  weren't working before are now fixed.
- Added `CompactBlockProcessorEventHandler` utility class. Previously
  expectations were subscribing to notifications. This class replaces
  this functionality. It subscribes to events from
  `CompactBlockProcessor` and fullfill expectations.
2023-02-09 20:09:51 +01:00
..
BlockDao.swift Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00
NotesDao.swift [#764] Stop using Notifications inside the SDK 2023-02-09 20:09:51 +01:00
PagedTransactionDao.swift [#556] Rename Transaction to ZCashTransaction 2023-01-23 10:01:07 +01:00
PendingTransactionDao.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00
TransactionDao.swift Merge branch 'main' into release/0.18.1-beta 2023-02-08 12:48:20 -03:00
UnspentTransactionOutputDao.swift - [#679] Implementation of the File-system based block cache (#679) 2023-02-02 13:58:12 -03:00