zcash / librustzcash

Rust-language assets for Zcash
Other
333 stars 249 forks source link

zcash_client_backend: Allow sharing instances of `ScanningKeys` between threads #1400

Open upbqdn opened 4 months ago

upbqdn commented 4 months ago

Motivation

It would be handy if Zebra could share instances of ScanningKeys between threads.

Solution

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.13%. Comparing base (976a4d2) to head (99dfbb9).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1400 +/- ## ======================================= Coverage 63.13% 63.13% ======================================= Files 126 126 Lines 14720 14720 ======================================= Hits 9293 9293 Misses 5427 5427 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.