ZcashLightClientKit/Tests
Michal Fousek 999ee1e204 [#556] Define structures for db view and add new repository methods
- Structures that represent transactions DB views are newly define.
- New structures are:
  - TransactionNG.Overview
  - TransactionNG.Received
  - TransactionNG.Sent

- `TransactionNG` is used as temporary name. `Transaction` is existing
  structure in the code. `TransactionNG` will be eventually renamed to
  `Transaction` once current `Transaction` is removed from code.

- New methods that are using new structures are added to
  `TransactionRepository`. Those are slightly changed compared to
  predecessors. Those are now little bit simpler to use.

Address review comments
2022-12-15 22:19:14 +01:00
..
DarksideTests [#665] Fix testShieldFunds() `get_transparent_balance` error 2022-12-13 19:12:22 -03:00
NetworkTests [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
OfflineTests [#646] SDK sync process resumes correctly 2022-12-12 14:27:30 +01:00
TestUtils [#556] Define structures for db view and add new repository methods 2022-12-15 22:19:14 +01:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00