Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI for cosmwasm integrated V4-chain #1708

Merged
merged 20 commits into from
Jul 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
intialize module accounts
affanv14 committed Jul 3, 2024
commit 99b658d81bb91b74895eb1edef90cdd06e3098a6
2 changes: 1 addition & 1 deletion protocol/app/upgrades/v.cosmwasm.0/upgrade.go
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ func CreateUpgradeHandler(
sdkCtx := lib.UnwrapSDKContext(ctx, "app/upgrades")
sdkCtx.Logger().Info(fmt.Sprintf("Running %s Upgrade...", UpgradeName))

// InitializeModuleAccs(sdkCtx, ak)
InitializeModuleAccs(sdkCtx, ak)
// Remove all stateful FOK orders from state.
removeStatefulFOKOrders(sdkCtx, clobKeeper)
affanv14 marked this conversation as resolved.
Show resolved Hide resolved