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: Add database tables for Orchard #1254

Merged
merged 2 commits into from
Mar 11, 2024

zcash_client_sqlite: Add `orchard_received_notes` table and update re…

ae9dd25
Select commit
Loading
Failed to load commit list.
Merged

zcash_client_sqlite: Add database tables for Orchard #1254

zcash_client_sqlite: Add `orchard_received_notes` table and update re…
ae9dd25
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 11, 2024 in 1s

73.65% of diff hit (target 63.49%)

View this Pull Request on Codecov

73.65% of diff hit (target 63.49%)

Annotations

Check warning on line 417 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#L416-L417

Added lines #L416 - L417 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L970-L971

Added lines #L970 - L971 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L973-L978

Added lines #L973 - L978 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L981-L983

Added lines #L981 - L983 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L992-L993

Added lines #L992 - L993 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L995

Added line #L995 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L997-L1000

Added lines #L997 - L1000 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L1002-L1004

Added lines #L1002 - L1004 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L1067-L1069

Added lines #L1067 - L1069 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L1071

Added line #L1071 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L1073

Added line #L1073 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/lib.rs#L1083-L1086

Added lines #L1083 - L1086 were not covered by tests

Check warning on line 980 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L980

Added line #L980 was not covered by tests

Check warning on line 1000 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L1000

Added line #L1000 was not covered by tests

Check warning on line 1011 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L1011

Added line #L1011 was not covered by tests

Check warning on line 1041 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L1041

Added line #L1041 was not covered by tests

Check warning on line 1122 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L1122

Added line #L1122 was not covered by tests

Check warning on line 1129 in zcash_client_sqlite/src/testing.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/testing.rs#L1128-L1129

Added lines #L1128 - L1129 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L977

Added line #L977 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L982

Added line #L982 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L986

Added line #L986 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L988

Added line #L988 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L992

Added line #L992 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet.rs#L1002-L1003

Added lines #L1002 - L1003 were not covered by tests

Check warning on line 27 in zcash_client_sqlite/src/wallet/init/migrations/orchard_received_notes.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_sqlite/src/wallet/init/migrations/orchard_received_notes.rs#L26-L27

Added lines #L26 - L27 were not covered by tests