Skip to content

Commit

Permalink
Merge pull request #3238 from Sifchain/chore/increment-to-1.0-margin-…
Browse files Browse the repository at this point in the history
…beta-11

chore: 🤖 increment to 1.0-margin-beta.11
  • Loading branch information
gzukel authored Sep 14, 2022
2 parents e4c814e + 0b61a69 commit 7e2ce8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/setup_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/cosmos/cosmos-sdk/x/upgrade/types"
)

const releaseVersion = "1.0-beta.11"
const releaseVersion = "1.0-margin-beta.11"

func SetupHandlers(app *SifchainApp) {
app.UpgradeKeeper.SetUpgradeHandler(releaseVersion, func(ctx sdk.Context, plan types.Plan, vm m.VersionMap) (m.VersionMap, error) {
Expand All @@ -21,7 +21,7 @@ func SetupHandlers(app *SifchainApp) {
}
if upgradeInfo.Name == releaseVersion && !app.UpgradeKeeper.IsSkipHeight(upgradeInfo.Height) {
storeUpgrades := storetypes.StoreUpgrades{
// Added: []string{},
Added: []string{"margin"},
}
// Use upgrade store loader for the initial loading of all stores when app starts,
// it checks if version == upgradeHeight and applies store upgrades before loading the stores,
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0-beta.11
1.0-margin-beta.11

0 comments on commit 7e2ce8f

Please sign in to comment.