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

change(release): Adjust estimated release interval and end of support #8429

Merged
merged 2 commits into from
Apr 24, 2024

Conversation

oxarbitrage
Copy link
Contributor

@oxarbitrage oxarbitrage commented Apr 23, 2024

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:

  • Will the PR name make sense to users?
  • Does the PR have a priority label?
  • Have you added or updated tests?
  • Is the documentation up to date?

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:

  • Does the PR scope match the ticket?
  • Are there enough tests to make sure it works? Do the tests cover the PR motivation?
  • Are all the PR blockers dealt with?
    PR blockers can be dealt with in new tickets or PRs.

And check the PR Author checklist is complete.

Follow Up Work

@oxarbitrage oxarbitrage added A-release Area: Zebra releases and release management P-Low ❄️ labels Apr 23, 2024
@oxarbitrage oxarbitrage requested review from a team as code owners April 23, 2024 14:40
@oxarbitrage oxarbitrage requested review from arya2 and mpguerra and removed request for a team April 23, 2024 14:40
Copy link
Contributor

@arya2 arya2 left a comment

Choose a reason for hiding this comment

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

Looks good!

mergify bot added a commit that referenced this pull request Apr 24, 2024
@arya2
Copy link
Contributor

arya2 commented Apr 24, 2024

@arya2
Copy link
Contributor

arya2 commented Apr 24, 2024

@Mergifyio refresh

Copy link
Contributor

mergify bot commented Apr 24, 2024

refresh

✅ Pull request refreshed

mergify bot added a commit that referenced this pull request Apr 24, 2024
@mergify mergify bot merged commit d869ec6 into main Apr 24, 2024
191 checks passed
@mergify mergify bot deleted the end-of-support-update branch April 24, 2024 19:22
@jackgavigan jackgavigan self-assigned this May 3, 2024
README.md Show resolved Hide resolved
@@ -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;
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-release Area: Zebra releases and release management P-Low ❄️
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants