diff --git a/integration_tests/chain.go b/integration_tests/chain.go index 61bdaeaa7..85fcb9125 100644 --- a/integration_tests/chain.go +++ b/integration_tests/chain.go @@ -39,10 +39,10 @@ import ( upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client" ibctransfer "github.com/cosmos/ibc-go/v7/modules/apps/transfer" ibc "github.com/cosmos/ibc-go/v7/modules/core" - "github.com/peggyjv/gravity-bridge/module/v4/app" - "github.com/peggyjv/gravity-bridge/module/v4/app/params" - gravityclient "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/client" - gravitytypes "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + "github.com/peggyjv/gravity-bridge/module/v5/app" + "github.com/peggyjv/gravity-bridge/module/v5/app/params" + gravityclient "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/client" + gravitytypes "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) const ( diff --git a/integration_tests/ethereum.go b/integration_tests/ethereum.go index ff9841db1..b61235edb 100644 --- a/integration_tests/ethereum.go +++ b/integration_tests/ethereum.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - gravitytypes "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + gravitytypes "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) type EthereumConfig struct { diff --git a/integration_tests/happy_path_test.go b/integration_tests/happy_path_test.go index c2bbde046..46ec43405 100644 --- a/integration_tests/happy_path_test.go +++ b/integration_tests/happy_path_test.go @@ -15,7 +15,7 @@ import ( govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/ethereum/go-ethereum/common" "github.com/ory/dockertest/v3" - "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) func (s *IntegrationTestSuite) TestHappyPath() { diff --git a/integration_tests/setup_test.go b/integration_tests/setup_test.go index f2f7b5d86..bb4f8e42b 100644 --- a/integration_tests/setup_test.go +++ b/integration_tests/setup_test.go @@ -38,7 +38,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/ory/dockertest/v3" "github.com/ory/dockertest/v3/docker" - gravitytypes "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + gravitytypes "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" "github.com/spf13/viper" "github.com/stretchr/testify/suite" ) diff --git a/integration_tests/transaction_stress_test.go b/integration_tests/transaction_stress_test.go index dab88f0e1..4851345b5 100644 --- a/integration_tests/transaction_stress_test.go +++ b/integration_tests/transaction_stress_test.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/ethereum/go-ethereum/common" - "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) // We have 4 validators running so this totals to 100 tx's diff --git a/integration_tests/validator.go b/integration_tests/validator.go index 27bd8d7b0..29b1d0f11 100644 --- a/integration_tests/validator.go +++ b/integration_tests/validator.go @@ -28,8 +28,8 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/ethereum/go-ethereum/common/hexutil" "github.com/ethereum/go-ethereum/crypto" - "github.com/peggyjv/gravity-bridge/module/v4/app" - gravitytypes "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + "github.com/peggyjv/gravity-bridge/module/v5/app" + gravitytypes "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) type validator struct { diff --git a/integration_tests/validator_out.go b/integration_tests/validator_out.go index f2a9fe7ab..d901b3344 100644 --- a/integration_tests/validator_out.go +++ b/integration_tests/validator_out.go @@ -8,7 +8,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/ethereum/go-ethereum/common" - "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) // Validator out tests a validator that is not running the mandatory Ethereum node. This validator will be slashed and the bridge will remain functioning. diff --git a/integration_tests/valset_stress_test.go b/integration_tests/valset_stress_test.go index b40438325..04fe4dfbf 100644 --- a/integration_tests/valset_stress_test.go +++ b/integration_tests/valset_stress_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/staking/types" - gravity "github.com/peggyjv/gravity-bridge/module/v4/x/gravity/types" + gravity "github.com/peggyjv/gravity-bridge/module/v5/x/gravity/types" ) // call stress_test for a range of nonce values