-
Notifications
You must be signed in to change notification settings - Fork 106
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
change: NU5 mainnet dependency upgrades #4405
Conversation
@Mergifyio update |
✅ Branch has been successfully updated |
I'm updating this PR to clear most of the test failures, the remaining ones are: |
Whoops sorry I missed the lockfile |
@Mergifyio update |
✅ Branch has been successfully updated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general we try to specify dependencies down to the patch level (1.0.0
), rather than the minor version level (1.0
).
That way, dependency upgrades are always shown in Cargo.toml
s, and we don't have to go searching through Cargo.lock
to work out what they are.
If we need to urgently merge this PR, this is not a blocker.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉📦
#4430) * bump versions * add the changelog for beta 10 * Update CHANGELOG.md Co-authored-by: Marek <mail@marek.onl> * Distinguish CI and Rust dependency updates * Include all the dep bumps in PR #4405 * join 2 dependencies * Include incrementalmerkletree dep bump in changelog Co-authored-by: Deirdre Connolly <durumcrustulum@gmail.com> Co-authored-by: Marek <mail@marek.onl>
Motivation
We need to update dependencies for the NU5 mainnet release, matching the
zcashd 5.0.0
dependencies.Specifications
Designs
Solution
Closes #3414
Closes #4335
Review
Anyone can review.
This is currently possibly blocked on us tagging/releasing new versions of
zcash_script
andredjubjub
, but that will only require changing the references in the TOML files so this PR can already be reviewed.Reviewer Checklist
Follow Up Work