ZcashLightClientKit/Tests
Kris Nuttycombe 94a5f599ae Fix incorrect use of transaction index in find-from-transaction query.
This fixes an issue where the transaction index was incorrectly being
used to filter out transactions from the contents of the
`v_transactions` view, and updates the query to account for the fact
that both the block time and the transaction index may be NULL in the
results of this view.
2023-09-19 10:25:18 -06:00
..
AliasDarksideTests [#1249] Fix linter issues 2023-09-11 08:03:16 +02:00
DarksideTests Update `zcash-light-client-ffi` to adopt fix for missing transparent history. 2023-09-19 08:26:03 -06:00
NetworkTests Comments addressed 2023-09-13 09:24:26 +02:00
OfflineTests Fix incorrect use of transaction index in find-from-transaction query. 2023-09-19 10:25:18 -06:00
PerformanceTests Comments addressed 2023-09-13 09:24:26 +02:00
TestUtils Update `zcash-light-client-ffi` to adopt fix for missing transparent history. 2023-09-19 08:26:03 -06:00
lightwalletd