-
Notifications
You must be signed in to change notification settings - Fork 108
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(release): Adjust estimated release interval and end of support #8429
Conversation
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!
Known test failure on Windows (#8461): https://github.com/ZcashFoundation/zebra/actions/runs/8820297906/job/24213599401#step:12:4731 |
@Mergifyio refresh |
✅ Pull request refreshed |
@@ -22,7 +22,8 @@ pub const ESTIMATED_RELEASE_HEIGHT: u32 = 2_471_000; | |||
/// | |||
/// - Zebra will exit with a panic if the current tip height is bigger than the `ESTIMATED_RELEASE_HEIGHT` | |||
/// plus this number of days. | |||
pub const EOS_PANIC_AFTER: u32 = 112; |
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.
We should revert and possibly decrease this value to ensure that there are no zebra versions running with old consensus rules after the end of the current protocol version which includes the devfund.
Motivation
In the last Zebra team meeting we discussed to adjust the release interval to one every month instead of every 2 weeks or so.
PR Author Checklist
Check before marking the PR as ready for review:
Solution
Extend the end of support from 16 weeks to 20 weeks and update the documents for doing release every 4 weeks instead of 2.
Testing
End of support tests remain working as they use the updated
EOS_PANIC_AFTER
constant.Review
@mpguerra might want to take a look at this, i can do changes if needed.
Reviewer Checklist
Check before approving the PR:
PR blockers can be dealt with in new tickets or PRs.
And check the PR Author checklist is complete.
Follow Up Work