Skip to content

Commit 6662f30

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/login-action-3
2 parents 84b7c03 + 690f110 commit 6662f30

File tree

5 files changed

+10
-11
lines changed

5 files changed

+10
-11
lines changed

app/export.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package app
22

33
import (
4-
storetypes "cosmossdk.io/store/types"
54
"fmt"
65
stdlog "log"
76

7+
storetypes "cosmossdk.io/store/types"
88
tmproto "github.com/cometbft/cometbft/proto/tendermint/types"
99
"github.com/cosmos/cosmos-sdk/codec"
1010
servertypes "github.com/cosmos/cosmos-sdk/server/types"

interchaintest/helpers/gov.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ package helpers
22

33
import (
44
"context"
5-
"cosmossdk.io/math"
65
"encoding/json"
76
"fmt"
87
"testing"
98

9+
"cosmossdk.io/math"
1010
"github.com/cosmos/interchaintest/v10/chain/cosmos"
1111
"github.com/stretchr/testify/require"
1212
)

interchaintest/liquidstake_stkxprt_pause_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package interchaintest
33
import (
44
"context"
55
"encoding/json"
6-
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
76
"strconv"
87
"testing"
98

@@ -12,14 +11,14 @@ import (
1211
sdk "github.com/cosmos/cosmos-sdk/types"
1312
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
1413
govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
14+
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
1515
"github.com/cosmos/interchaintest/v10"
1616
"github.com/cosmos/interchaintest/v10/chain/cosmos"
1717
"github.com/cosmos/interchaintest/v10/ibc"
1818
"github.com/cosmos/interchaintest/v10/testutil"
19+
"github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1920
liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
2021
"github.com/stretchr/testify/require"
21-
22-
"github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
2322
)
2423

2524
// TestPauseLiquidStakeStkXPRT runs the flow of liquid XPRT staking while pausing the module.

interchaintest/liquidstake_stkxprt_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ package interchaintest
22

33
import (
44
"context"
5-
"cosmossdk.io/math"
65
"encoding/json"
6+
"strconv"
7+
"testing"
8+
9+
"cosmossdk.io/math"
710
codectypes "github.com/cosmos/cosmos-sdk/codec/types"
811
sdk "github.com/cosmos/cosmos-sdk/types"
912
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
@@ -16,8 +19,6 @@ import (
1619
"github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1720
liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
1821
"github.com/stretchr/testify/require"
19-
"strconv"
20-
"testing"
2122
)
2223

2324
// TestLiquidStakeStkXPRT runs the flow of liquid XPRT staking using

interchaintest/liquidstake_unstake_stkxprt_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package interchaintest
22

33
import (
44
"context"
5-
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
65
"strconv"
76
"testing"
87

@@ -11,13 +10,13 @@ import (
1110
sdk "github.com/cosmos/cosmos-sdk/types"
1211
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
1312
govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1"
13+
govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1"
1414
"github.com/cosmos/interchaintest/v10"
1515
"github.com/cosmos/interchaintest/v10/chain/cosmos"
1616
"github.com/cosmos/interchaintest/v10/testutil"
17+
"github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
1718
liquidstaketypes "github.com/persistenceOne/persistenceCore/v17/x/liquidstake/types"
1819
"github.com/stretchr/testify/require"
19-
20-
"github.com/persistenceOne/persistenceCore/v17/interchaintest/helpers"
2120
)
2221

2322
// TestLiquidStakeUnstakeStkXPRT runs the flow of stkXPRT unstaking.

0 commit comments

Comments
 (0)