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

feat: migration and version chaning #135

Merged
merged 4 commits into from
May 23, 2023
Merged

feat: migration and version chaning #135

merged 4 commits into from
May 23, 2023

Conversation

emidev98
Copy link
Contributor

This pull request create the core upgrade function and adds the new version number everywhere in the code

@codecov
Copy link

codecov bot commented May 19, 2023

Codecov Report

Merging #135 (f152522) into main (458ba8a) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   78.03%   78.15%   +0.12%     
==========================================
  Files           4        4              
  Lines         701      705       +4     
==========================================
+ Hits          547      551       +4     
  Misses        140      140              
  Partials       14       14              
Impacted Files Coverage Δ
app/app.go 86.10% <100.00%> (+0.10%) ⬆️

@@ -43,4 +43,5 @@ const (
// UpgradeName gov proposal name
Upgrade2_2_0 = "2.2.0"
Upgrade2_3_0 = "2.3.0"
Upgrade2_4_0 = "2.4.0"
Copy link
Member

Choose a reason for hiding this comment

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

Think @gregnuj wanted to rename this to v2.4.0 to keep it aligned to our tagged releases.

@emidev98 emidev98 added the enhancement New feature or request label May 23, 2023
emidev98 and others added 2 commits May 23, 2023 15:33
change version name in upgrade test
@gregnuj gregnuj merged commit 792dcd3 into main May 23, 2023
@gregnuj gregnuj deleted the feat/migration branch May 23, 2023 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants