Skip to content

Commit

Permalink
v0.0.9-2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
okdas committed Oct 9, 2024
1 parent 2320268 commit 9d0fb17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
// so `cosmovisor` can automatically pull the binary from GitHub.
var allUpgrades = []upgrades.Upgrade{
upgrades.Upgrade_0_0_4,
upgrades.Upgrade_v0_0_9_2,
}

// setUpgrades sets upgrade handlers for all upgrades and executes KVStore migration if an upgrade plan file exists.
Expand Down
11 changes: 11 additions & 0 deletions app/upgrades/v0.0.9-2.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package upgrades

import storetypes "cosmossdk.io/store/types"

// Upgrade_v0_0_9_2 is an upgrade on Beta TestNet.
var Upgrade_v0_0_9_2 = Upgrade{
// the transaction needs to have a plan with the same name.
PlanName: "v0.0.9-2",
CreateUpgradeHandler: defaultUpgradeHandler,
StoreUpgrades: storetypes.StoreUpgrades{},
}
1 change: 0 additions & 1 deletion x/tokenomics/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d0fb17

Please sign in to comment.