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

Spending pool selection #1244

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

zcash_client_backend: Add `WalletRead::get_seed_account`

547e00e
Select commit
Loading
Failed to load commit list.
Draft

Spending pool selection #1244

zcash_client_backend: Add `WalletRead::get_seed_account`
547e00e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 9, 2024 in 0s

68.91% of diff hit (target 64.91%)

View this Pull Request on Codecov

68.91% of diff hit (target 64.91%)

Annotations

Check warning on line 345 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#L344-L345

Added lines #L344 - L345 were not covered by tests

Check warning on line 349 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#L348-L349

Added lines #L348 - L349 were not covered by tests

Check warning on line 396 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#L395-L396

Added lines #L395 - L396 were not covered by tests

Check warning on line 407 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#L406-L407

Added lines #L406 - L407 were not covered by tests

Check warning on line 415 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#L412-L415

Added lines #L412 - L415 were not covered by tests

Check warning on line 1653 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#L1653

Added line #L1653 was not covered by tests

Check warning on line 1656 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#L1656

Added line #L1656 was not covered by tests

Check warning on line 130 in zcash_client_backend/src/data_api/error.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/error.rs#L128-L130

Added lines #L128 - L130 were not covered by tests

Check warning on line 230 in zcash_client_sqlite/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L230

Added line #L230 was not covered by tests

Check warning on line 384 in zcash_client_sqlite/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L384

Added line #L384 was not covered by tests

Check warning on line 389 in zcash_client_sqlite/src/lib.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L389

Added line #L389 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L313

Added line #L313 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L370

Added line #L370 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L704

Added line #L704 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L723

Added line #L723 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L729-L731

Added lines #L729 - L731 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L740-L741

Added lines #L740 - L741 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L750

Added line #L750 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L756

Added line #L756 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L763-L766

Added lines #L763 - L766 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L769-L778

Added lines #L769 - L778 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L785

Added line #L785 was not covered by tests