ZcashLightClientKit/Tests/DarksideTests
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
..
AdvancedReOrgTests.swift [#488] Delete cache db when sync ends 2022-11-15 10:31:59 +01:00
BalanceTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
BlockDownloaderTests.swift [#593] Fix testSmallDownloadAsync test 2022-10-28 12:18:19 +02:00
DarksideSanityCheckTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
PendingTransactionUpdatesTest.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
ReOrgTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
RewindRescanTests.swift [#585] Fix RewindRescanTests (#656) 2022-11-29 19:59:16 -03:00
ShieldFundsTests.swift Fix `testShieldFunds()` dataset loading issue. (#659) 2022-12-12 10:00:31 -03:00
SychronizerDarksideTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
SynchronizerTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00
TransactionEnhancementTests.swift Merge branch 'feature/zip-316-and-latest-upstream' into release/0.17.0-alpha.3 2022-11-01 15:09:39 -03:00
Z2TReceiveTests.swift Cleanup warnings (#655) 2022-11-29 07:40:45 +01:00