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

FYI: Cannot use client_backend/primitives/proofs together anymore #412

Closed
hhanh00 opened this issue Jul 6, 2021 · 3 comments
Closed

FYI: Cannot use client_backend/primitives/proofs together anymore #412

hhanh00 opened this issue Jul 6, 2021 · 3 comments

Comments

@hhanh00
Copy link

hhanh00 commented Jul 6, 2021

Since commit 4efb21d1c7639a309fb43dc52dab921a685d3a94

Does not work:

[dependencies.zcash_client_backend]
git = "https://github.com/zcash/librustzcash.git"
rev = "4efb21d1c7639a309fb43dc52dab921a685d3a94"

[dependencies.zcash_primitives]
git = "https://github.com/zcash/librustzcash.git"
rev = "4efb21d1c7639a309fb43dc52dab921a685d3a94"

[dependencies.zcash_proofs]
git = "https://github.com/zcash/librustzcash.git"
rev = "4efb21d1c7639a309fb43dc52dab921a685d3a94"

Works

[dependencies.zcash_client_backend]
git = "https://github.com/zcash/librustzcash.git"
rev = "35023ed8ca2fb1061e78fd740b640d4eefcc5edd"

[dependencies.zcash_primitives]
git = "https://github.com/zcash/librustzcash.git"
rev = "35023ed8ca2fb1061e78fd740b640d4eefcc5edd"

[dependencies.zcash_proofs]
git = "https://github.com/zcash/librustzcash.git"
rev = "35023ed8ca2fb1061e78fd740b640d4eefcc5edd"

There are version conflicts since the inclusion of orchard crates.

@pacu
Copy link
Contributor

pacu commented Jul 6, 2021

Thanks for reporting this. Would you mind posting any cargo build outputs?

@str4d
Copy link
Contributor

str4d commented Jul 6, 2021

This is an expected problem, as we've been focusing on the changes necessary to implement NU5 consensus rules in zcashd, and have not made any changes to the zcash_client_* crates. These are being tracked in #403 and #404.

@nuttycom
Copy link
Contributor

nuttycom commented Jul 6, 2021

The version conflicts that this is referring to are the funty conflicts. These are resolved in the current master branch of librustzcash.

@hhanh00 hhanh00 closed this as completed Jul 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants