Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zcash_client_backend: Make WalletRead::get_transaction return Result<Option<Transaction>, _> #1275

Merged
merged 1 commit into from
Mar 15, 2024

zcash_client_backend: Make `WalletRead::get_transaction` return `Resu…

46fd6ab
Select commit
Loading
Failed to load commit list.
Merged

zcash_client_backend: Make WalletRead::get_transaction return Result<Option<Transaction>, _> #1275

zcash_client_backend: Make `WalletRead::get_transaction` return `Resu…
46fd6ab
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 14, 2024 in 0s

35.89% of diff hit (target 63.46%)

View this Pull Request on Codecov

35.89% of diff hit (target 63.46%)

Annotations

Check warning on line 1795 in zcash_client_backend/src/data_api.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api.rs#L1794-L1795

Added lines #L1794 - L1795 were not covered by tests

Check warning on line 1391 in zcash_client_sqlite/src/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1389-L1391

Added lines #L1389 - L1391 were not covered by tests

Check warning on line 1403 in zcash_client_sqlite/src/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1393-L1403

Added lines #L1393 - L1403 were not covered by tests

Check warning on line 1407 in zcash_client_sqlite/src/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1405-L1407

Added lines #L1405 - L1407 were not covered by tests

Check warning on line 1411 in zcash_client_sqlite/src/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1409-L1411

Added lines #L1409 - L1411 were not covered by tests

Check warning on line 104 in zcash_client_sqlite/src/wallet/init/migrations/sapling_memo_consistency.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet/init/migrations/sapling_memo_consistency.rs#L102-L104

Added lines #L102 - L104 were not covered by tests