ZcashLightClientKit/Tests
Francisco Gindre 3b7202c922
Fix `testShieldFunds()` dataset loading issue. (#659)
There's a problem withstanding:

````
▿ RustWeldingError
  ▿ genericError : 1 element
    - message : "Error while fetching transparent balances for AccountId(0): Invalid column type Null at index: 0, name: address"
````

Which is fixed by commit `d0297bff0cdaaff42ad26f3be5bc261f6c828e8f` of "https://github.com/zcash/librustzcash".

nil-coalesce thrown errors on test so it reaches the end.

Make balance calls throwing to show underlying errors but nil-coalesce in non-throwing APIs

Add missing fulfill() calls

Add changelog entry

document and handle errors on getting shielded balance before
attempting to download sapling parameters.
2022-12-12 10:00:31 -03:00
..
DarksideTests Fix `testShieldFunds()` dataset loading issue. (#659) 2022-12-12 10:00:31 -03:00
NetworkTests [#637] Make sapling parameter download part of processing blocks (#650) 2022-11-29 07:38:28 +01:00
OfflineTests Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
TestUtils Fix `testShieldFunds()` dataset loading issue. (#659) 2022-12-12 10:00:31 -03:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00