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

Update to zcash 5.2.0 #37

Merged
merged 5 commits into from
Aug 22, 2022
Merged

Update to zcash 5.2.0 #37

merged 5 commits into from
Aug 22, 2022

Conversation

conradoplg
Copy link
Contributor

@conradoplg conradoplg commented Aug 18, 2022

For ZcashFoundation/zebra#4767 we need to update zcash_script to use the latest zcash sources, since we must use the same dependencies as zcash to avoid dupicates.

In 5.1.0, zcash uses cxxbridge to generate bindings in build time, which means that we must do the same. This is not ideal since we must re-do the work that zcash already does when compiling, but the alternative would be to build zcash while building this crate which is even more awkward. The long-term solution would be to move this crate to zcash/zcash, which we can consider later.

Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks ok, but the Windows build is failing.

Can we either fix it, or remove it and open a ticket?

@conradoplg conradoplg marked this pull request as ready for review August 22, 2022 18:20
@conradoplg
Copy link
Contributor Author

This looks ok, but the Windows build is failing.

Can we either fix it, or remove it and open a ticket?

I ended up removing Windows support and opening #38

Copy link
Contributor

@teor2345 teor2345 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, looks good!

@teor2345 teor2345 merged commit bef75ee into master Aug 22, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants