Skip to content

Commit

Permalink
Move univ14part2 before v14, is it incorrectly applying in ictest?
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 1, 2023
1 parent f6078af commit 84a10e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ var (
// https://github.com/CosmWasm/wasmd/blob/02a54d33ff2c064f3539ae12d75d027d9c665f05/x/wasm/internal/types/proposal.go#L28-L34
EnableSpecificProposals = ""

Upgrades = []upgrades.Upgrade{v10.Upgrade, v11.Upgrade, v12.Upgrade, v13.Upgrade, v14.Upgrade, univ14part2.Upgrade}
Upgrades = []upgrades.Upgrade{v10.Upgrade, v11.Upgrade, v12.Upgrade, v13.Upgrade, univ14part2.Upgrade, v14.Upgrade}
)

// These constants are derived from the above variables.
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/univ14part2/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// Temp
const UpgradeName = "v14_2"
const UpgradeName = "v14part2"

var Upgrade = upgrades.Upgrade{
UpgradeName: UpgradeName,
Expand Down

0 comments on commit 84a10e3

Please sign in to comment.