-
Notifications
You must be signed in to change notification settings - Fork 902
chore(upgrade): add migration to upgrade logic #1845
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(upgrade): add migration to upgrade logic #1845
Conversation
ENG-2168 Apply migration logic to current state on mainnet
The updated migration logic (→ PR 1834) has to be adjusted to reflect the post-v14.1.0 state on mainnet (after the failed migration). |
Codecov Report
@@ Coverage Diff @@
## release/v14.2.x #1845 +/- ##
================================================
Coverage 70.50% 70.50%
================================================
Files 313 313
Lines 23310 23312 +2
================================================
+ Hits 16434 16436 +2
Misses 6052 6052
Partials 824 824
|
* add migration to upgrade logic * adjust changelog (cherry picked from commit fc2c9a2) # Conflicts: # CHANGELOG.md # app/app.go # app/upgrades/v15/upgrades.go
@Mergifyio backport main |
✅ Backports have been created
|
Description
This PR adds the necessary account migration to the release branch in preparation of v14.2.0.
Closes ENG-2168