-
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: set NU5 mainnet activation height and current network protocol version #4390
Conversation
Moved to draft, need to fix some tests |
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.
Looks good to me, but this is consensus-critical, so I'd like someone else to double-check.
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.
I think this PR has to merge after:
- Upgrade to NU5 mainnet version of orchard and librustzcash #3414
- Upgrade librustzcash-related crypto dependencies (Season 2) #4335
Otherwise, we'll be declaring support for NU5 mainnet without any of the required changes.
(I'm not sure there are any, but it's good practice anyway.)
I opened PR #4398 to fix the |
@Mergifyio update |
I'm updating this PR to clear most of the test failures, the remaining ones are: |
✅ Branch has been successfully updated |
I turned this dependency into a Depends-On line
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.
This should automatically merge after PR #4405 merges
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.
NU5 is now included in the getblockchaininfo
RPC snapshot:
https://github.com/ZcashFoundation/zebra/runs/6486090115?check_suite_focus=true#step:13:4694
Looks like we need to run:
cargo insta test --review --delete-unreferenced-snapshots
Thanks, done! |
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.
Looks good, let's go!
@Mergifyio refresh |
✅ Pull request refreshed |
Motivation
We need to set height and protocol for NU5 mainnet activation.
Specifications
https://zips.z.cash/zip-0252
Designs
Solution
Closes #4115
Review
Anyone can review, must be merged before the next release.
Reviewer Checklist
Follow Up Work