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

chore: Post release maintenance #432

Merged
merged 3 commits into from
Aug 25, 2023
Merged

chore: Post release maintenance #432

merged 3 commits into from
Aug 25, 2023

Conversation

spoo-bar
Copy link
Contributor

Now that we have a chain upgrade test #430, this forces our repository to always have an active upgrade handler. With this PR, I propose that we have a latest upgrade handler where all the upcoming upgrade logic goes into. This way any missing upgrade handling will be caught immediately by the developer who was working on the feature, as opposed to whoever adds in the upgrade handler prior to release. Whenever we decide to cut a release, we can rename the upgrade handler from latest to v5.0.0 or something like that.

One overhead with this to keep track of is that once we tag a release, we would have to do a maintenance PR like this which creates a new upgrade handler post release.

@spoo-bar spoo-bar marked this pull request as ready for review August 25, 2023 06:36
@spoo-bar spoo-bar requested a review from a team as a code owner August 25, 2023 06:36
@spoo-bar spoo-bar requested a review from loverdos August 25, 2023 06:36
@codecov
Copy link

codecov bot commented Aug 25, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (0f74dfb) 69.54% compared to head (8d4f52f) 69.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #432   +/-   ##
=======================================
  Coverage   69.54%   69.54%           
=======================================
  Files          67       67           
  Lines        4006     4006           
=======================================
  Hits         2786     2786           
  Misses       1124     1124           
  Partials       96       96           
Files Changed Coverage Δ
app/app_upgrades.go 61.90% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@spoo-bar spoo-bar merged commit 1c06230 into main Aug 25, 2023
8 checks passed
@spoo-bar spoo-bar deleted the spoorthi/post-release branch August 25, 2023 14:11
@spoo-bar spoo-bar added the release Indicates if the issues and PRs are related to release of new version of the protocol label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Indicates if the issues and PRs are related to release of new version of the protocol
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants