ZcashLightClientKit/Tests
Michal Fousek c4f7f6ff1e [#469] Make ZcashRustBackendWelding async
Closes #469.

- Methods defined in `ZcashRustBackendWelding` protocol which are doing
  some IO operations are now async.
- `Initializer` no longer have methods to get balance. Only
  `Synchronizer` now have these methods. These methods are newly async.
  And `Initilializer` doesn't have alternative APIs.
- There is lot of changes in tests but those are mostly adding `await`.
  No logic is changed.
2023-03-30 19:08:56 +02:00
..
AliasDarksideTests [#876] Add tests which runs multiple instances of the SDKSynchronizer 2023-03-28 16:11:13 +02:00
DarksideTests [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
NetworkTests [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
OfflineTests [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
PerformanceTests [#484] Use async for TransactionsRepository 2023-03-28 10:17:14 +02:00
TestUtils [#469] Make ZcashRustBackendWelding async 2023-03-30 19:08:56 +02:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00