File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ func TestInitGenesisOnMigration(t *testing.T) {
80
80
mockModule .EXPECT ().ConsensusVersion ().Times (1 ).Return (uint64 (0 ))
81
81
82
82
app .ModuleManager .Modules ["mock" ] = mockModule
83
+ app .ModuleManager .OrderMigrations = []string {"mock" }
83
84
84
85
// Run migrations only for "mock" module. We exclude it from
85
86
// the VersionMap to simulate upgrading with a new module.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ require (
23
23
github.com/cometbft/cometbft v0.38.7
24
24
github.com/cosmos/cosmos-db v1.0.2
25
25
github.com/cosmos/cosmos-proto v1.0.0-beta.5
26
- github.com/cosmos/cosmos-sdk v0.50.7-0.20240517114248-b99ca2c1fded
26
+ github.com/cosmos/cosmos-sdk v0.50.7
27
27
github.com/cosmos/go-bip39 v1.0.0
28
28
github.com/cosmos/gogoproto v1.4.12
29
29
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v8 v8.0.2
@@ -269,6 +269,6 @@ replace (
269
269
// initia custom
270
270
replace (
271
271
github.com/cometbft/cometbft => github.com/initia-labs/cometbft v0.0.0-20240621094738-408dc5262680
272
- github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.0.0-20240502043911-a4bdb8e06769
272
+ github.com/cosmos/cosmos-sdk => github.com/initia-labs/cosmos-sdk v0.0.0-20240627065534-d2180fcfd501
273
273
github.com/cosmos/ibc-go/v8 => github.com/initia-labs/ibc-go/v8 v8.0.0-20240419124350-4275a05abe2c
274
274
)
Original file line number Diff line number Diff line change @@ -800,8 +800,8 @@ github.com/initia-labs/OPinit/api v0.3.0 h1:OY8ijwmgZLoYwtw9LI1mSY3VC8PY+gtxJFit
800
800
github.com/initia-labs/OPinit/api v0.3.0 /go.mod h1:Xy/Nt3ubXLQ4zKn0m7RuQOM1sj8TVdlNNyek21TGYR0 =
801
801
github.com/initia-labs/cometbft v0.0.0-20240621094738-408dc5262680 h1:4tcP5F26DdqiV1Y/XOllL4LUhyUV6HITfjVJnzR/Krs =
802
802
github.com/initia-labs/cometbft v0.0.0-20240621094738-408dc5262680 /go.mod h1:qGaJePRWAc2OL3OGNd//8fqgypCaFjmwZcy/cNner84 =
803
- github.com/initia-labs/cosmos-sdk v0.0.0-20240502043911-a4bdb8e06769 h1:R+cOwxp14K9+UAJ7MI4YyqXSL+Fm8W+wTBbXL315EMA =
804
- github.com/initia-labs/cosmos-sdk v0.0.0-20240502043911-a4bdb8e06769 /go.mod h1:lVkRY6cdMJ0fG3gp8y4hFrsKZqF4z7y0M2UXFb9Yt40 =
803
+ github.com/initia-labs/cosmos-sdk v0.0.0-20240627065534-d2180fcfd501 h1:OcLFeu3V9T156H4n6WzPNfKWjIUKdkC0P0EBA8zEWFE =
804
+ github.com/initia-labs/cosmos-sdk v0.0.0-20240627065534-d2180fcfd501 /go.mod h1:84xDDJEHttRT7NDGwBaUOLVOMN0JNE9x7NbsYIxXs1s =
805
805
github.com/initia-labs/ibc-go/v8 v8.0.0-20240419124350-4275a05abe2c h1:FDwh5zZbm9v7C37ni4FytQQ9Os5XxYp1px5U7Nqdu2Y =
806
806
github.com/initia-labs/ibc-go/v8 v8.0.0-20240419124350-4275a05abe2c /go.mod h1:wj3qx75iC/XNnsMqbPDCIGs0G6Y3E/lo3bdqCyoCy+8 =
807
807
github.com/initia-labs/initia v0.3.3 h1:82ZkXki6CG+F+rPDBVpTzzSQY8NalXIZ0LnYSWNd+3U =
You can’t perform that action at this time.
0 commit comments