zcash / librustzcash

Rust-language assets for Zcash
Other
324 stars 242 forks source link

zcash_client_sqlite: Align handling of transparent UTXOs with that of shielded notes. #1402

Closed nuttycom closed 6 days ago

nuttycom commented 1 month ago

This PR is best reviewed hiding whitespace changes.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 85.57692% with 30 lines in your changes missing coverage. Please review.

Project coverage is 63.20%. Comparing base (26c6b82) to head (9716617).

Files Patch % Lines
zcash_client_sqlite/src/wallet/transparent.rs 86.62% 21 Missing :warning:
...sqlite/src/wallet/init/migrations/utxos_to_txos.rs 60.00% 4 Missing :warning:
zcash_client_sqlite/src/wallet.rs 81.25% 3 Missing :warning:
zcash_client_backend/src/data_api.rs 0.00% 1 Missing :warning:
zcash_client_sqlite/src/lib.rs 94.73% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1402 +/- ## ========================================== + Coverage 63.13% 63.20% +0.06% ========================================== Files 127 128 +1 Lines 14864 14869 +5 ========================================== + Hits 9385 9398 +13 + Misses 5479 5471 -8 ```

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

nuttycom commented 1 week ago

force-pushed to rebase on updated main.