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

Add support for transparent-source-only (TEX) addresses #1257

Merged
merged 56 commits into from
Jul 17, 2024

Remove `ChangeValue::new`. Also document `ChangeValue::is_ephemeral` as

d32b7db
Select commit
Loading
Failed to load commit list.
Merged

Add support for transparent-source-only (TEX) addresses #1257

Remove `ChangeValue::new`. Also document `ChangeValue::is_ephemeral` as
d32b7db
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jun 29, 2024 in 1s

75.50% of diff hit (target 63.20%)

View this Pull Request on Codecov

75.50% of diff hit (target 63.20%)

Annotations

Check warning on line 941 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#L941

Added line #L941 was not covered by tests

Check warning on line 948 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#L947-L948

Added lines #L947 - L948 were not covered by tests

Check warning on line 952 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#L950-L952

Added lines #L950 - L952 were not covered by tests

Check warning on line 954 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#L954

Added line #L954 was not covered by tests

Check warning on line 956 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#L956

Added line #L956 was not covered by tests

Check warning on line 988 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#L988

Added line #L988 was not covered by tests

Check warning on line 993 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#L993

Added line #L993 was not covered by tests

Check warning on line 1975 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#L1975

Added line #L1975 was not covered by tests

Check warning on line 1980 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#L1980

Added line #L1980 was not covered by tests

Check warning on line 1984 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#L1984

Added line #L1984 was not covered by tests

Check warning on line 1990 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#L1990

Added line #L1990 was not covered by tests

Check warning on line 2056 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#L2056

Added line #L2056 was not covered by tests

Check warning on line 2062 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#L2061-L2062

Added lines #L2061 - L2062 were not covered by tests

Check warning on line 123 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#L122-L123

Added lines #L122 - L123 were not covered by tests

Check warning on line 689 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L689

Added line #L689 was not covered by tests

Check warning on line 692 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L691-L692

Added lines #L691 - L692 were not covered by tests

Check warning on line 701 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L701

Added line #L701 was not covered by tests

Check warning on line 805 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L805

Added line #L805 was not covered by tests

Check warning on line 822 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L821-L822

Added lines #L821 - L822 were not covered by tests

Check warning on line 826 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L825-L826

Added lines #L825 - L826 were not covered by tests

Check warning on line 852 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L849-L852

Added lines #L849 - L852 were not covered by tests

Check warning on line 954 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L950-L954

Added lines #L950 - L954 were not covered by tests

Check warning on line 979 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L978-L979

Added lines #L978 - L979 were not covered by tests

Check warning on line 1001 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L992-L1001

Added lines #L992 - L1001 were not covered by tests

Check warning on line 1006 in zcash_client_backend/src/data_api/wallet.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

zcash_client_backend/src/data_api/wallet.rs#L1003-L1006

Added lines #L1003 - L1006 were not covered by tests