Skip to content

Commit

Permalink
Add v5.7.1 upgrade (sei-protocol#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsu522 authored Jul 24, 2024
1 parent c6dcfe0 commit 3a155f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,7 @@ func (app *App) SetStoreUpgradeHandlers() {
app.SetStoreLoader(upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, &storeUpgrades))
}
// TODO: change this upgrade name if the planned upgrade version number ends up changing more
if upgradeInfo.Name == "v5.7.0" && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
if upgradeInfo.Name == "v5.7.1" && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
dexStoreKeyName := "dex"
storeUpgrades := storetypes.StoreUpgrades{
Deleted: []string{dexStoreKeyName},
Expand Down
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ var upgradesList = []string{
"v5.5.5",
"v5.6.0",
"v5.7.0",
"v5.7.1",
}

// if there is an override list, use that instead, for integration tests
Expand Down

0 comments on commit 3a155f9

Please sign in to comment.