File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "fmt"
55
66 errorsmod "cosmossdk.io/errors"
7+
78 sdk "github.com/cosmos/cosmos-sdk/types"
89
910 capabilitytypes "github.com/cosmos/ibc-go/modules/capability/types"
Original file line number Diff line number Diff line change @@ -3,13 +3,14 @@ package ibctesting
33import (
44 "time"
55
6- sdksecp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
7- cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
86 connectiontypes "github.com/cosmos/ibc-go/v8/modules/core/03-connection/types"
97 channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types"
108 "github.com/cosmos/ibc-go/v8/modules/core/exported"
119 ibctm "github.com/cosmos/ibc-go/v8/modules/light-clients/07-tendermint"
1210 "github.com/cosmos/ibc-go/v8/testing/mock"
11+
12+ sdksecp256k1 "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
13+ cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
1314)
1415
1516type ClientConfig interface {
Original file line number Diff line number Diff line change 99 abci "github.com/cometbft/cometbft/abci/types"
1010 tmtypes "github.com/cometbft/cometbft/types"
1111
12- sdk "github.com/cosmos/cosmos-sdk/types"
1312 "github.com/cosmos/gogoproto/proto"
13+
14+ sdk "github.com/cosmos/cosmos-sdk/types"
1415)
1516
1617// ApplyValSetChanges takes in tmtypes.ValidatorSet and []abci.ValidatorUpdate and will return a new tmtypes.ValidatorSet which has the
Original file line number Diff line number Diff line change 99 ibctesting "github.com/initia-labs/initia/x/ibc/testing"
1010
1111 sdkmath "cosmossdk.io/math"
12- sdk "github.com/cosmos/cosmos-sdk/types"
1312 clienttypes "github.com/cosmos/ibc-go/v8/modules/core/02-client/types"
13+
14+ sdk "github.com/cosmos/cosmos-sdk/types"
1415)
1516
1617type TMAttestorTestSuite struct {
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ import (
55 "testing"
66
77 "cosmossdk.io/math"
8- sdk "github.com/cosmos/cosmos-sdk/types"
98 "github.com/initia-labs/initia/x/move/keeper"
109 "github.com/initia-labs/initia/x/move/types"
1110 vmtypes "github.com/initia-labs/movevm/types"
1211 "github.com/stretchr/testify/require"
12+
13+ sdk "github.com/cosmos/cosmos-sdk/types"
1314)
1415
1516func Test_ProvideLiquidity (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ import (
77
88 "cosmossdk.io/collections"
99 errorsmod "cosmossdk.io/errors"
10- sdk "github.com/cosmos/cosmos-sdk/types"
11- sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
1210 movetypes "github.com/initia-labs/initia/x/move/types"
1311 "github.com/initia-labs/initia/x/mstaking/types"
1412 vmtypes "github.com/initia-labs/movevm/types"
13+
14+ sdk "github.com/cosmos/cosmos-sdk/types"
15+ sdkerrors "github.com/cosmos/cosmos-sdk/types/errors"
1516)
1617
1718// RegisterMigration registers a migration of a delegation from one lp denom to another.
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ import (
77
88 "cosmossdk.io/collections"
99 "cosmossdk.io/math"
10- sdk "github.com/cosmos/cosmos-sdk/types"
1110 movetypes "github.com/initia-labs/initia/x/move/types"
1211 "github.com/initia-labs/initia/x/mstaking/types"
1312 vmtypes "github.com/initia-labs/movevm/types"
1413 "github.com/stretchr/testify/require"
14+
15+ sdk "github.com/cosmos/cosmos-sdk/types"
1516)
1617
1718func Test_RegisterMigration (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments