ZcashLightClientKit/Tests
Michal Fousek 3971f80eef [#484] Use async for TransactionsRepository
Closes #484.

- `TransactionRepository` has async API. `Synchronizer` and alternative
  APIs are updated accordingly.

These methods and properties in the `Synchronizer` are async now:
- `cancelSpend(transaction:)`
- All the variants of the `getMemos(for:)` method.
- All the variants fo the `getRecipients(for:)` method.
- `allConfirmedTransactions(from:limit:)`
- `pendingTransactions`
- `clearedTransactions`
- `sentTransactions`
- `receivedTransactions`
2023-03-28 10:17:14 +02:00
..
DarksideTests [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
NetworkTests [#209] Add support for multiple instances of the SDKSynchronizer 2023-03-27 20:42:52 +02:00
OfflineTests [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
PerformanceTests [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
TestUtils [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00