Skip to content

Commit

Permalink
chore: small nits
Browse files Browse the repository at this point in the history
  • Loading branch information
mbreithecker committed Jun 17, 2024
1 parent 6f41ba5 commit 070c448
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/v1_5/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func CreateUpgradeHandler(
// migrate pool
migratePoolModule(sdkCtx, cdc, MustGetStoreKey(storeKeys, poolTypes.StoreKey), poolKeeper)

// Rum cosmos migrations
// Run cosmos migrations
migratedVersionMap, err := mm.RunMigrations(ctx, configurator, fromVM)

// migrate gov params
Expand Down
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,9 @@ replace (
github.com/cometbft/cometbft => github.com/KYVENetwork/cometbft v0.38.7-kyve-rpc-fix-rc0
// use kyve flavored cosmos/cosmos-sdk
github.com/cosmos/cosmos-sdk => github.com/KYVENetwork/cosmos-sdk v0.50.7-kyve-rc0
// Fix upstream GHSA-h395-qcrw-5vmq and GHSA-3vp4-m3rf-835h vulnerabilities.
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
github.com/gin-gonic/gin => github.com/gin-gonic/gin v1.9.1
// needed for strangelove's interchaintest
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
// replace broken goleveldb
Expand Down

0 comments on commit 070c448

Please sign in to comment.