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_sqlite: Assign UUIDs to each account #1631

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

zcash_client_sqlite: Add `AccountUuid` to expose the `uuid` column

bf42ec2
Select commit
Loading
Failed to load commit list.
Open

zcash_client_sqlite: Assign UUIDs to each account #1631

zcash_client_sqlite: Add `AccountUuid` to expose the `uuid` column
bf42ec2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 23, 2024 in 1s

69.56% of diff hit (target 56.39%)

View this Pull Request on Codecov

69.56% of diff hit (target 56.39%)

Annotations

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L190-L191

Added lines #L190 - L191 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L195

Added line #L195 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L244

Added line #L244 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L248

Added line #L248 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L211-L212

Added lines #L211 - L212 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L436

Added line #L436 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L797-L799

Added lines #L797 - L799 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L813

Added line #L813 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1849

Added line #L1849 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1854-L1858

Added lines #L1854 - L1858 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1860

Added line #L1860 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1862-L1863

Added lines #L1862 - L1863 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1868

Added line #L1868 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1915

Added line #L1915 was not covered by tests

Check warning on line 31 in zcash_client_sqlite/src/wallet/init/migrations/add_account_uuids.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet/init/migrations/add_account_uuids.rs#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 112 in zcash_client_sqlite/src/wallet/init/migrations/add_account_uuids.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet/init/migrations/add_account_uuids.rs#L112

Added line #L112 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet/init/migrations/add_account_uuids.rs#L312-L313

Added lines #L312 - L313 were not covered by tests