ZcashLightClientKit/Tests
Francisco Gindre 60aa28628b [#532] [0.16.x-beta] Download does not stop correctly
Issue Reported:

When the synchronizer is stopped, the processor does not cancel
the download correctly. Then when attempting to resume sync, the
synchronizer is not on .stopped and can't be resumed

this doesn't appear to happen in master branch that uses
structured concurrency for operations.

Fix:
This commit makes sure that the download streamer checks cancelation
before processing any block, or getting called back to report progress
2022-09-16 16:59:31 -03:00
..
DarksideTests [#532] [0.16.x-beta] Download does not stop correctly 2022-09-16 16:59:31 -03:00
NetworkTests [#449] Use CompactBlock Streamer download instead of batch downloads (#451) 2022-07-30 20:01:18 -03:00
OfflineTests [#392] Synchronizer error 8. when syncing. (#413) 2022-07-12 17:28:16 -03:00
TestUtils [#435] thread sanitizer issues (#448) 2022-07-29 15:20:55 -03:00
lightwalletd Remove dependecy on rust sources 2022-02-28 17:03:20 +00:00