-
Notifications
You must be signed in to change notification settings - Fork 11
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
Upgrade zcash_script to zcashd v5.5.0 #84
Conversation
This currently works for builds and releases, but not for tests. When I run
But the missing functions are bridged here: And defined here: I tried adding the generated |
@conradoplg can you help fix these zcash_script linker errors? |
Fixed, assuming CI passes. Indeed the linking error was from not including |
Thank you so much for this! |
This is waiting on the zcashd 5.5.0 release: |
This is now updated for |
|
I notice you're linking with |
git-subtree-dir: depend/zcash git-subtree-split: eb80047476e9c0db3524f647d412faf8d4a584ee
```sh git subtree add -P depend/zcash https://github.com/zcash/zcash.git v5.5.0 --squash git rm depend/zcash/Cargo.toml ```
Thanks, I opened ticket #85 for this. |
Motivation
We want to upgrade to the same dependencies as
zcashd
5.5.0, to avoid duplicate dependencies.Part of this upgrade has already happened in Zebra:
ZcashFoundation/zebra#6536
Changes
Minor fixes:
Review
This PR contains a copy of the
zcashd
changes since the last zcash_script update.You can review the non-zcashd changes here: