diff --git a/app/app.go b/app/app.go index 157bd51683..dfe688018c 100644 --- a/app/app.go +++ b/app/app.go @@ -13,7 +13,7 @@ import ( nodeservice "github.com/cosmos/cosmos-sdk/client/grpc/node" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/client" @@ -66,12 +66,12 @@ import ( evmosvestingkeeper "github.com/evmos/vesting/x/vesting/keeper" evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" - claimvesting "github.com/Stride-Labs/stride/v17/x/claim/vesting" - claimvestingtypes "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + claimvesting "github.com/Stride-Labs/stride/v18/x/claim/vesting" + claimvestingtypes "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" - "github.com/Stride-Labs/stride/v17/x/mint" - mintkeeper "github.com/Stride-Labs/stride/v17/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/mint" + mintkeeper "github.com/Stride-Labs/stride/v18/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" dbm "github.com/cometbft/cometbft-db" abci "github.com/cometbft/cometbft/abci/types" @@ -118,41 +118,41 @@ import ( // monitoringp "github.com/tendermint/spn/x/monitoringp" // monitoringpkeeper "github.com/tendermint/spn/x/monitoringp/keeper" - epochsmodule "github.com/Stride-Labs/stride/v17/x/epochs" - epochsmodulekeeper "github.com/Stride-Labs/stride/v17/x/epochs/keeper" - epochsmoduletypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - - "github.com/Stride-Labs/stride/v17/x/interchainquery" - interchainquerykeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - interchainquerytypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - - "github.com/Stride-Labs/stride/v17/x/autopilot" - autopilotkeeper "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v17/x/autopilot/types" - - "github.com/Stride-Labs/stride/v17/x/claim" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icacallbacksmodule "github.com/Stride-Labs/stride/v17/x/icacallbacks" - icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - icacallbacksmoduletypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - icaoracle "github.com/Stride-Labs/stride/v17/x/icaoracle" - icaoraclekeeper "github.com/Stride-Labs/stride/v17/x/icaoracle/keeper" - icaoracletypes "github.com/Stride-Labs/stride/v17/x/icaoracle/types" - ratelimitmodule "github.com/Stride-Labs/stride/v17/x/ratelimit" - ratelimitclient "github.com/Stride-Labs/stride/v17/x/ratelimit/client" - ratelimitmodulekeeper "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - ratelimitmoduletypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordsmodule "github.com/Stride-Labs/stride/v17/x/records" - recordsmodulekeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - recordsmoduletypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibcmodule "github.com/Stride-Labs/stride/v17/x/stakeibc" - stakeibcclient "github.com/Stride-Labs/stride/v17/x/stakeibc/client" - stakeibcmodulekeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibcmoduletypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - staketia "github.com/Stride-Labs/stride/v17/x/staketia" - staketiakeeper "github.com/Stride-Labs/stride/v17/x/staketia/keeper" - staketiatypes "github.com/Stride-Labs/stride/v17/x/staketia/types" + epochsmodule "github.com/Stride-Labs/stride/v18/x/epochs" + epochsmodulekeeper "github.com/Stride-Labs/stride/v18/x/epochs/keeper" + epochsmoduletypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + + "github.com/Stride-Labs/stride/v18/x/interchainquery" + interchainquerykeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + interchainquerytypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + + "github.com/Stride-Labs/stride/v18/x/autopilot" + autopilotkeeper "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v18/x/autopilot/types" + + "github.com/Stride-Labs/stride/v18/x/claim" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icacallbacksmodule "github.com/Stride-Labs/stride/v18/x/icacallbacks" + icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + icacallbacksmoduletypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + icaoracle "github.com/Stride-Labs/stride/v18/x/icaoracle" + icaoraclekeeper "github.com/Stride-Labs/stride/v18/x/icaoracle/keeper" + icaoracletypes "github.com/Stride-Labs/stride/v18/x/icaoracle/types" + ratelimitmodule "github.com/Stride-Labs/stride/v18/x/ratelimit" + ratelimitclient "github.com/Stride-Labs/stride/v18/x/ratelimit/client" + ratelimitmodulekeeper "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + ratelimitmoduletypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordsmodule "github.com/Stride-Labs/stride/v18/x/records" + recordsmodulekeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + recordsmoduletypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibcmodule "github.com/Stride-Labs/stride/v18/x/stakeibc" + stakeibcclient "github.com/Stride-Labs/stride/v18/x/stakeibc/client" + stakeibcmodulekeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibcmoduletypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + staketia "github.com/Stride-Labs/stride/v18/x/staketia" + staketiakeeper "github.com/Stride-Labs/stride/v18/x/staketia/keeper" + staketiatypes "github.com/Stride-Labs/stride/v18/x/staketia/types" ccvconsumer "github.com/cosmos/interchain-security/v3/x/ccv/consumer" ccvconsumerkeeper "github.com/cosmos/interchain-security/v3/x/ccv/consumer/keeper" diff --git a/app/apptesting/test_helpers.go b/app/apptesting/test_helpers.go index 430e6fdc82..1d39de0903 100644 --- a/app/apptesting/test_helpers.go +++ b/app/apptesting/test_helpers.go @@ -34,8 +34,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/utils" ) var ( diff --git a/app/test_setup.go b/app/test_setup.go index ed9b89a09b..cdafb67272 100644 --- a/app/test_setup.go +++ b/app/test_setup.go @@ -24,8 +24,8 @@ import ( consumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types" ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types" - cmdcfg "github.com/Stride-Labs/stride/v17/cmd/strided/config" - testutil "github.com/Stride-Labs/stride/v17/testutil" + cmdcfg "github.com/Stride-Labs/stride/v18/cmd/strided/config" + testutil "github.com/Stride-Labs/stride/v18/testutil" ) const Bech32Prefix = "stride" diff --git a/app/upgrades.go b/app/upgrades.go index 8b35868788..4724eaa707 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -14,31 +14,31 @@ import ( consumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types" evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" - v10 "github.com/Stride-Labs/stride/v17/app/upgrades/v10" - v11 "github.com/Stride-Labs/stride/v17/app/upgrades/v11" - v12 "github.com/Stride-Labs/stride/v17/app/upgrades/v12" - v13 "github.com/Stride-Labs/stride/v17/app/upgrades/v13" - v14 "github.com/Stride-Labs/stride/v17/app/upgrades/v14" - v15 "github.com/Stride-Labs/stride/v17/app/upgrades/v15" - v16 "github.com/Stride-Labs/stride/v17/app/upgrades/v16" - v17 "github.com/Stride-Labs/stride/v17/app/upgrades/v17" - v18 "github.com/Stride-Labs/stride/v17/app/upgrades/v18" - v2 "github.com/Stride-Labs/stride/v17/app/upgrades/v2" - v3 "github.com/Stride-Labs/stride/v17/app/upgrades/v3" - v4 "github.com/Stride-Labs/stride/v17/app/upgrades/v4" - v5 "github.com/Stride-Labs/stride/v17/app/upgrades/v5" - v6 "github.com/Stride-Labs/stride/v17/app/upgrades/v6" - v7 "github.com/Stride-Labs/stride/v17/app/upgrades/v7" - v8 "github.com/Stride-Labs/stride/v17/app/upgrades/v8" - v9 "github.com/Stride-Labs/stride/v17/app/upgrades/v9" - autopilottypes "github.com/Stride-Labs/stride/v17/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - icaoracletypes "github.com/Stride-Labs/stride/v17/x/icaoracle/types" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - staketiatypes "github.com/Stride-Labs/stride/v17/x/staketia/types" + v10 "github.com/Stride-Labs/stride/v18/app/upgrades/v10" + v11 "github.com/Stride-Labs/stride/v18/app/upgrades/v11" + v12 "github.com/Stride-Labs/stride/v18/app/upgrades/v12" + v13 "github.com/Stride-Labs/stride/v18/app/upgrades/v13" + v14 "github.com/Stride-Labs/stride/v18/app/upgrades/v14" + v15 "github.com/Stride-Labs/stride/v18/app/upgrades/v15" + v16 "github.com/Stride-Labs/stride/v18/app/upgrades/v16" + v17 "github.com/Stride-Labs/stride/v18/app/upgrades/v17" + v18 "github.com/Stride-Labs/stride/v18/app/upgrades/v18" + v2 "github.com/Stride-Labs/stride/v18/app/upgrades/v2" + v3 "github.com/Stride-Labs/stride/v18/app/upgrades/v3" + v4 "github.com/Stride-Labs/stride/v18/app/upgrades/v4" + v5 "github.com/Stride-Labs/stride/v18/app/upgrades/v5" + v6 "github.com/Stride-Labs/stride/v18/app/upgrades/v6" + v7 "github.com/Stride-Labs/stride/v18/app/upgrades/v7" + v8 "github.com/Stride-Labs/stride/v18/app/upgrades/v8" + v9 "github.com/Stride-Labs/stride/v18/app/upgrades/v9" + autopilottypes "github.com/Stride-Labs/stride/v18/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + icaoracletypes "github.com/Stride-Labs/stride/v18/x/icaoracle/types" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + staketiatypes "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (app *StrideApp) setupUpgradeHandlers(appOpts servertypes.AppOptions) { diff --git a/app/upgrades/v10/upgrades.go b/app/upgrades/v10/upgrades.go index 5aa26caee9..7ef1ab13a2 100644 --- a/app/upgrades/v10/upgrades.go +++ b/app/upgrades/v10/upgrades.go @@ -25,18 +25,18 @@ import ( "github.com/cosmos/ibc-go/v7/modules/core/exported" ibctmmigrations "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint/migrations" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - mintkeeper "github.com/Stride-Labs/stride/v17/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" - ratelimitkeeper "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - ratelimitgov "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper/gov" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordskeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + mintkeeper "github.com/Stride-Labs/stride/v18/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" + ratelimitkeeper "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + ratelimitgov "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper/gov" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordskeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck diff --git a/app/upgrades/v10/upgrades_test.go b/app/upgrades/v10/upgrades_test.go index ad03af4137..067354a38d 100644 --- a/app/upgrades/v10/upgrades_test.go +++ b/app/upgrades/v10/upgrades_test.go @@ -16,22 +16,22 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v10 "github.com/Stride-Labs/stride/v17/app/upgrades/v10" - "github.com/Stride-Labs/stride/v17/utils" - - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordskeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v10 "github.com/Stride-Labs/stride/v18/app/upgrades/v10" + "github.com/Stride-Labs/stride/v18/utils" + + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordskeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) var initialRateLimitChannelValue = sdk.NewInt(1_000_000) diff --git a/app/upgrades/v13/upgrades.go b/app/upgrades/v13/upgrades.go index 22a183448e..e129d5acff 100644 --- a/app/upgrades/v13/upgrades.go +++ b/app/upgrades/v13/upgrades.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v13/upgrades_test.go b/app/upgrades/v13/upgrades_test.go index 11bbf48138..2f6188f0c7 100644 --- a/app/upgrades/v13/upgrades_test.go +++ b/app/upgrades/v13/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" + "github.com/Stride-Labs/stride/v18/app/apptesting" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v14/upgrades.go b/app/upgrades/v14/upgrades.go index d02eaff773..e3f10131ab 100644 --- a/app/upgrades/v14/upgrades.go +++ b/app/upgrades/v14/upgrades.go @@ -23,13 +23,13 @@ import ( "github.com/evmos/vesting/x/vesting/types" evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" - "github.com/Stride-Labs/stride/v17/utils" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v14/upgrades_test.go b/app/upgrades/v14/upgrades_test.go index cb5d2c68db..ddfdd3dc41 100644 --- a/app/upgrades/v14/upgrades_test.go +++ b/app/upgrades/v14/upgrades_test.go @@ -13,13 +13,13 @@ import ( evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v14 "github.com/Stride-Labs/stride/v17/app/upgrades/v14" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - interchainquerytypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v14 "github.com/Stride-Labs/stride/v18/app/upgrades/v14" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + interchainquerytypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v15/upgrades.go b/app/upgrades/v15/upgrades.go index 8415cc3ee1..c10d9e4b9e 100644 --- a/app/upgrades/v15/upgrades.go +++ b/app/upgrades/v15/upgrades.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v15/upgrades_test.go b/app/upgrades/v15/upgrades_test.go index 681edab517..c312ce9785 100644 --- a/app/upgrades/v15/upgrades_test.go +++ b/app/upgrades/v15/upgrades_test.go @@ -8,11 +8,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v15 "github.com/Stride-Labs/stride/v17/app/upgrades/v15" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v15 "github.com/Stride-Labs/stride/v18/app/upgrades/v15" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v16/upgrades.go b/app/upgrades/v16/upgrades.go index d9e3b4ee34..4af426d886 100644 --- a/app/upgrades/v16/upgrades.go +++ b/app/upgrades/v16/upgrades.go @@ -5,9 +5,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - ratelimitkeeper "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + ratelimitkeeper "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v16/upgrades_test.go b/app/upgrades/v16/upgrades_test.go index e7f4a18000..f74fab29ef 100644 --- a/app/upgrades/v16/upgrades_test.go +++ b/app/upgrades/v16/upgrades_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v17/upgrades.go b/app/upgrades/v17/upgrades.go index 430d08cfa9..043985fa25 100644 --- a/app/upgrades/v17/upgrades.go +++ b/app/upgrades/v17/upgrades.go @@ -14,13 +14,13 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/Stride-Labs/stride/v17/utils" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - ratelimitkeeper "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + ratelimitkeeper "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v17/upgrades_test.go b/app/upgrades/v17/upgrades_test.go index bca0a6baaf..f52116bb26 100644 --- a/app/upgrades/v17/upgrades_test.go +++ b/app/upgrades/v17/upgrades_test.go @@ -11,15 +11,15 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" "github.com/stretchr/testify/suite" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - - "github.com/Stride-Labs/stride/v17/app/apptesting" - v17 "github.com/Stride-Labs/stride/v17/app/upgrades/v17" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + + "github.com/Stride-Labs/stride/v18/app/apptesting" + v17 "github.com/Stride-Labs/stride/v18/app/upgrades/v17" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/app/upgrades/v18/upgrades.go b/app/upgrades/v18/upgrades.go index b27d9745a2..f194c88949 100644 --- a/app/upgrades/v18/upgrades.go +++ b/app/upgrades/v18/upgrades.go @@ -12,11 +12,11 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - recordskeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordskeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v18 diff --git a/app/upgrades/v18/upgrades_test.go b/app/upgrades/v18/upgrades_test.go index 2be28d9bbb..803ab6a328 100644 --- a/app/upgrades/v18/upgrades_test.go +++ b/app/upgrades/v18/upgrades_test.go @@ -10,11 +10,11 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v18 "github.com/Stride-Labs/stride/v17/app/upgrades/v18" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v18 "github.com/Stride-Labs/stride/v18/app/upgrades/v18" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UpdateRedemptionRateBounds struct { diff --git a/app/upgrades/v3/upgrades.go b/app/upgrades/v3/upgrades.go index 8ee15db64a..bf74386668 100644 --- a/app/upgrades/v3/upgrades.go +++ b/app/upgrades/v3/upgrades.go @@ -7,9 +7,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v3/upgrades_test.go b/app/upgrades/v3/upgrades_test.go index a3ae8ff9c9..af926535ab 100644 --- a/app/upgrades/v3/upgrades_test.go +++ b/app/upgrades/v3/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" + "github.com/Stride-Labs/stride/v18/app/apptesting" ) var ( diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index d6ee9d4a34..5273c65ea8 100644 --- a/app/upgrades/v4/upgrades_test.go +++ b/app/upgrades/v4/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" + "github.com/Stride-Labs/stride/v18/app/apptesting" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v5/upgrades.go b/app/upgrades/v5/upgrades.go index 835e19f49a..5536bac243 100644 --- a/app/upgrades/v5/upgrades.go +++ b/app/upgrades/v5/upgrades.go @@ -12,16 +12,16 @@ import ( authz "github.com/cosmos/cosmos-sdk/x/authz" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimmigration "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icacallbacksmigration "github.com/Stride-Labs/stride/v17/x/icacallbacks/migrations/v2" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - interchainquerykeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - recordsmigration "github.com/Stride-Labs/stride/v17/x/records/migrations/v2" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + claimmigration "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icacallbacksmigration "github.com/Stride-Labs/stride/v18/x/icacallbacks/migrations/v2" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + interchainquerykeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + recordsmigration "github.com/Stride-Labs/stride/v18/x/records/migrations/v2" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v5/upgrades_test.go b/app/upgrades/v5/upgrades_test.go index d31967dc94..e8ec7bc87c 100644 --- a/app/upgrades/v5/upgrades_test.go +++ b/app/upgrades/v5/upgrades_test.go @@ -12,21 +12,21 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - - "github.com/Stride-Labs/stride/v17/app/apptesting" - upgradev5 "github.com/Stride-Labs/stride/v17/app/upgrades/v5" - oldclaimtypes "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - recordkeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - oldrecordtypes "github.com/Stride-Labs/stride/v17/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" - newstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app" + + "github.com/Stride-Labs/stride/v18/app/apptesting" + upgradev5 "github.com/Stride-Labs/stride/v18/app/upgrades/v5" + oldclaimtypes "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + recordkeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + oldrecordtypes "github.com/Stride-Labs/stride/v18/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" + newstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v6/upgrades.go b/app/upgrades/v6/upgrades.go index cb6a5bf4bf..211ae56c99 100644 --- a/app/upgrades/v6/upgrades.go +++ b/app/upgrades/v6/upgrades.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" ) // Note: ensure these values are properly set before running upgrade diff --git a/app/upgrades/v6/upgrades_test.go b/app/upgrades/v6/upgrades_test.go index e901b52bf9..84db8f6892 100644 --- a/app/upgrades/v6/upgrades_test.go +++ b/app/upgrades/v6/upgrades_test.go @@ -10,11 +10,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" + "github.com/Stride-Labs/stride/v18/app" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v7/upgrades.go b/app/upgrades/v7/upgrades.go index 99461c6699..79fb752340 100644 --- a/app/upgrades/v7/upgrades.go +++ b/app/upgrades/v7/upgrades.go @@ -23,14 +23,14 @@ import ( icahosttypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/host/types" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v17/utils" - epochskeeper "github.com/Stride-Labs/stride/v17/x/epochs/keeper" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - mintkeeper "github.com/Stride-Labs/stride/v17/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - newstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochskeeper "github.com/Stride-Labs/stride/v18/x/epochs/keeper" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + mintkeeper "github.com/Stride-Labs/stride/v18/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + newstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // CreateUpgradeHandler creates an SDK upgrade handler for v7 diff --git a/app/upgrades/v7/upgrades_test.go b/app/upgrades/v7/upgrades_test.go index 5e6ce31c36..2338a060c8 100644 --- a/app/upgrades/v7/upgrades_test.go +++ b/app/upgrades/v7/upgrades_test.go @@ -9,17 +9,17 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v7 "github.com/Stride-Labs/stride/v17/app/upgrades/v7" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - newstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v7 "github.com/Stride-Labs/stride/v18/app/upgrades/v7" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + newstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" // This isn't the exact type host zone schema as the one that's will be in the store // before the upgrade, but the only thing that matters, for the sake of the test, // is that it doesn't have min/max redemption rate as attributes - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" ) var ( diff --git a/app/upgrades/v8/upgrades.go b/app/upgrades/v8/upgrades.go index 40fa7002b8..618c097d50 100644 --- a/app/upgrades/v8/upgrades.go +++ b/app/upgrades/v8/upgrades.go @@ -12,12 +12,12 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/Stride-Labs/stride/v17/utils" - autopilotkeeper "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v17/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/utils" + autopilotkeeper "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v18/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) var ( diff --git a/app/upgrades/v8/upgrades_test.go b/app/upgrades/v8/upgrades_test.go index c52a252a14..1c7ce9a9f8 100644 --- a/app/upgrades/v8/upgrades_test.go +++ b/app/upgrades/v8/upgrades_test.go @@ -9,11 +9,11 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v8 "github.com/Stride-Labs/stride/v17/app/upgrades/v8" - autopilottypes "github.com/Stride-Labs/stride/v17/x/autopilot/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v8 "github.com/Stride-Labs/stride/v18/app/upgrades/v8" + autopilottypes "github.com/Stride-Labs/stride/v18/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) var ( diff --git a/app/upgrades/v9/upgrades.go b/app/upgrades/v9/upgrades.go index 969ed0ac55..804b75b7f5 100644 --- a/app/upgrades/v9/upgrades.go +++ b/app/upgrades/v9/upgrades.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" ) // CreateUpgradeHandler creates an SDK upgrade handler for v29 diff --git a/app/upgrades/v9/upgrades_test.go b/app/upgrades/v9/upgrades_test.go index b00a7e19bc..b2fc142532 100644 --- a/app/upgrades/v9/upgrades_test.go +++ b/app/upgrades/v9/upgrades_test.go @@ -6,18 +6,18 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/app/apptesting" - v9 "github.com/Stride-Labs/stride/v17/app/upgrades/v9" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/app/apptesting" + v9 "github.com/Stride-Labs/stride/v18/app/upgrades/v9" + "github.com/Stride-Labs/stride/v18/utils" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" // This isn't the exact type host zone schema as the one that's will be in the store // before the upgrade, but the only thing that matters, for the sake of the test, // is that it doesn't have min/max redemption rate as attributes - "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" - oldclaimtypes "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" + "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" + oldclaimtypes "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" ) type UpgradeTestSuite struct { diff --git a/cmd/consumer.go b/cmd/consumer.go index ce0209ea40..e93d6f613e 100644 --- a/cmd/consumer.go +++ b/cmd/consumer.go @@ -19,7 +19,7 @@ import ( ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/testutil" + "github.com/Stride-Labs/stride/v18/testutil" ) func AddConsumerSectionCmd(defaultNodeHome string) *cobra.Command { diff --git a/cmd/strided/main.go b/cmd/strided/main.go index 4a5aef2fbd..7ab7cada92 100644 --- a/cmd/strided/main.go +++ b/cmd/strided/main.go @@ -5,10 +5,10 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/cmd" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/cmd" - cmdcfg "github.com/Stride-Labs/stride/v17/cmd/strided/config" + cmdcfg "github.com/Stride-Labs/stride/v18/cmd/strided/config" ) func main() { diff --git a/cmd/strided/root.go b/cmd/strided/root.go index 23f6b0e94b..4955fdd5f7 100644 --- a/cmd/strided/root.go +++ b/cmd/strided/root.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/snapshots" "gopkg.in/yaml.v2" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" cometbftdb "github.com/cometbft/cometbft-db" "github.com/cometbft/cometbft/libs/cli" @@ -47,7 +47,7 @@ import ( genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - "github.com/Stride-Labs/stride/v17/app" + "github.com/Stride-Labs/stride/v18/app" ) var ChainID string diff --git a/go.mod b/go.mod index e9c81b512b..b0898576a2 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Stride-Labs/stride/v17 +module github.com/Stride-Labs/stride/v18 go 1.21 diff --git a/proto/cosmos/staking/v1beta1/lsm_tx.proto b/proto/cosmos/staking/v1beta1/lsm_tx.proto index d262b928c6..0b6b287741 100644 --- a/proto/cosmos/staking/v1beta1/lsm_tx.proto +++ b/proto/cosmos/staking/v1beta1/lsm_tx.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // Given SDK version conflicts between gaia with LSM and Stride, // we can't import the RedeemTokensForShares type diff --git a/proto/cosmwasm/wasm/v1/cosmwasm.proto b/proto/cosmwasm/wasm/v1/cosmwasm.proto index 79d0fce069..631fbe0bb6 100644 --- a/proto/cosmwasm/wasm/v1/cosmwasm.proto +++ b/proto/cosmwasm/wasm/v1/cosmwasm.proto @@ -4,7 +4,7 @@ package cosmwasm.wasm.v1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // MsgExecuteContract submits the given message data to a smart contract message MsgExecuteContract { diff --git a/proto/osmosis/gamm/v1beta1/osmosis.proto b/proto/osmosis/gamm/v1beta1/osmosis.proto index f1c4067883..7b664725c9 100644 --- a/proto/osmosis/gamm/v1beta1/osmosis.proto +++ b/proto/osmosis/gamm/v1beta1/osmosis.proto @@ -6,7 +6,7 @@ import "amino/amino.proto"; import "cosmos/base/v1beta1/coin.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // MsgSwapExactAmountIn stores the tx Msg type to swap tokens in the trade ICA message MsgSwapExactAmountIn { diff --git a/proto/stride/autopilot/genesis.proto b/proto/stride/autopilot/genesis.proto index ba9519ae7d..0304f12bef 100644 --- a/proto/stride/autopilot/genesis.proto +++ b/proto/stride/autopilot/genesis.proto @@ -4,7 +4,7 @@ package stride.autopilot; import "gogoproto/gogo.proto"; import "stride/autopilot/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/autopilot/types"; // GenesisState defines the claim module's genesis state. message GenesisState { diff --git a/proto/stride/autopilot/params.proto b/proto/stride/autopilot/params.proto index cb8cf7344e..34a2899f47 100644 --- a/proto/stride/autopilot/params.proto +++ b/proto/stride/autopilot/params.proto @@ -3,7 +3,7 @@ package stride.autopilot; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/autopilot/types"; // Params defines the parameters for the module. // next id: 1 diff --git a/proto/stride/autopilot/query.proto b/proto/stride/autopilot/query.proto index 5838f97991..70efbd92dc 100644 --- a/proto/stride/autopilot/query.proto +++ b/proto/stride/autopilot/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "stride/autopilot/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/autopilot/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/claim/claim.proto b/proto/stride/claim/claim.proto index 9f4bda84a0..266623782d 100644 --- a/proto/stride/claim/claim.proto +++ b/proto/stride/claim/claim.proto @@ -3,7 +3,7 @@ package stride.claim; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/types"; enum Action { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/claim/genesis.proto b/proto/stride/claim/genesis.proto index 2730eabf10..3270cbcc44 100644 --- a/proto/stride/claim/genesis.proto +++ b/proto/stride/claim/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/claim/claim.proto"; import "stride/claim/params.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/types"; // GenesisState defines the claim module's genesis state. message GenesisState { diff --git a/proto/stride/claim/params.proto b/proto/stride/claim/params.proto index 74b0d85b6b..bbad321d3d 100644 --- a/proto/stride/claim/params.proto +++ b/proto/stride/claim/params.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/types"; // Params defines the claim module's parameters. message Params { repeated Airdrop airdrops = 1; } diff --git a/proto/stride/claim/query.proto b/proto/stride/claim/query.proto index 433f053ae1..ae588a3de9 100644 --- a/proto/stride/claim/query.proto +++ b/proto/stride/claim/query.proto @@ -9,7 +9,7 @@ import "stride/claim/params.proto"; import "stride/vesting/vesting.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/claim/tx.proto b/proto/stride/claim/tx.proto index b072804c35..e2c13acba2 100644 --- a/proto/stride/claim/tx.proto +++ b/proto/stride/claim/tx.proto @@ -4,7 +4,7 @@ package stride.claim; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/epochs/genesis.proto b/proto/stride/epochs/genesis.proto index 927a0faa2a..6f9c489a77 100755 --- a/proto/stride/epochs/genesis.proto +++ b/proto/stride/epochs/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/epochs/types"; message EpochInfo { string identifier = 1; diff --git a/proto/stride/epochs/query.proto b/proto/stride/epochs/query.proto index 847a598b0c..1649abf58d 100644 --- a/proto/stride/epochs/query.proto +++ b/proto/stride/epochs/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "stride/epochs/genesis.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/epochs/types"; // Query defines the gRPC querier service. service Query { @@ -51,7 +51,7 @@ message QueryEpochInfoResponse { // import "epochs/params.proto"; // // this line is used by starport scaffolding # 1 -// option go_package = "github.com/Stride-Labs/stride/v17/x/epochs/types"; +// option go_package = "github.com/Stride-Labs/stride/v18/x/epochs/types"; // // Query defines the gRPC querier service. // service Query { diff --git a/proto/stride/icacallbacks/callback_data.proto b/proto/stride/icacallbacks/callback_data.proto index b0aff61daa..afd68338ce 100755 --- a/proto/stride/icacallbacks/callback_data.proto +++ b/proto/stride/icacallbacks/callback_data.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.icacallbacks; -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; message CallbackData { string callback_key = 1; diff --git a/proto/stride/icacallbacks/genesis.proto b/proto/stride/icacallbacks/genesis.proto index 03c80cc1e5..11ce583bdd 100755 --- a/proto/stride/icacallbacks/genesis.proto +++ b/proto/stride/icacallbacks/genesis.proto @@ -6,7 +6,7 @@ import "stride/icacallbacks/params.proto"; import "stride/icacallbacks/callback_data.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; // GenesisState defines the icacallbacks module's genesis state. message GenesisState { diff --git a/proto/stride/icacallbacks/packet.proto b/proto/stride/icacallbacks/packet.proto index 962b1d1c6b..2465cfc3d9 100755 --- a/proto/stride/icacallbacks/packet.proto +++ b/proto/stride/icacallbacks/packet.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; // this line is used by starport scaffolding # proto/packet/import -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; message IcacallbacksPacketData { oneof packet { diff --git a/proto/stride/icacallbacks/params.proto b/proto/stride/icacallbacks/params.proto index b1d877146f..a0cf2b4b15 100755 --- a/proto/stride/icacallbacks/params.proto +++ b/proto/stride/icacallbacks/params.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; // Params defines the parameters for the module. message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/stride/icacallbacks/query.proto b/proto/stride/icacallbacks/query.proto index ab77dccc38..9b65a13ad7 100644 --- a/proto/stride/icacallbacks/query.proto +++ b/proto/stride/icacallbacks/query.proto @@ -8,7 +8,7 @@ import "stride/icacallbacks/params.proto"; import "stride/icacallbacks/callback_data.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/icacallbacks/tx.proto b/proto/stride/icacallbacks/tx.proto index 7cd6d3c450..725a0496b6 100755 --- a/proto/stride/icacallbacks/tx.proto +++ b/proto/stride/icacallbacks/tx.proto @@ -3,7 +3,7 @@ package stride.icacallbacks; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/Stride-Labs/stride/v17/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icacallbacks/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/icaoracle/callbacks.proto b/proto/stride/icaoracle/callbacks.proto index 229a574500..3d96322d8c 100644 --- a/proto/stride/icaoracle/callbacks.proto +++ b/proto/stride/icaoracle/callbacks.proto @@ -3,7 +3,7 @@ package stride.icaoracle; import "stride/icaoracle/icaoracle.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // Callback data for instantiating an oracle message InstantiateOracleCallback { string oracle_chain_id = 1; } diff --git a/proto/stride/icaoracle/contract.proto b/proto/stride/icaoracle/contract.proto index 1a847ad7ea..af19839b01 100644 --- a/proto/stride/icaoracle/contract.proto +++ b/proto/stride/icaoracle/contract.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.icaoracle; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // InstanitateOracleContract is the contract-specific instantiate message message MsgInstantiateOracleContract { diff --git a/proto/stride/icaoracle/genesis.proto b/proto/stride/icaoracle/genesis.proto index bbc7ba2af6..8d38f19830 100644 --- a/proto/stride/icaoracle/genesis.proto +++ b/proto/stride/icaoracle/genesis.proto @@ -4,7 +4,7 @@ package stride.icaoracle; import "gogoproto/gogo.proto"; import "stride/icaoracle/icaoracle.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // Params defines the icaoracle module parameters. message Params {} diff --git a/proto/stride/icaoracle/icaoracle.proto b/proto/stride/icaoracle/icaoracle.proto index 93d533ebaa..9c546da626 100644 --- a/proto/stride/icaoracle/icaoracle.proto +++ b/proto/stride/icaoracle/icaoracle.proto @@ -3,7 +3,7 @@ package stride.icaoracle; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // Oracle structure stores context about the CW oracle sitting a different chain message Oracle { diff --git a/proto/stride/icaoracle/query.proto b/proto/stride/icaoracle/query.proto index ba704e3864..48163681da 100644 --- a/proto/stride/icaoracle/query.proto +++ b/proto/stride/icaoracle/query.proto @@ -5,7 +5,7 @@ import "stride/icaoracle/icaoracle.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/icaoracle/tx.proto b/proto/stride/icaoracle/tx.proto index 27344234ee..61522441b8 100644 --- a/proto/stride/icaoracle/tx.proto +++ b/proto/stride/icaoracle/tx.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "cosmos/msg/v1/msg.proto"; import "amino/amino.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/icaoracle/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/interchainquery/v1/genesis.proto b/proto/stride/interchainquery/v1/genesis.proto index 3c1eab0d66..5094b9708d 100644 --- a/proto/stride/interchainquery/v1/genesis.proto +++ b/proto/stride/interchainquery/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/duration.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/interchainquery/types"; enum TimeoutPolicy { REJECT_QUERY_RESPONSE = 0; diff --git a/proto/stride/interchainquery/v1/messages.proto b/proto/stride/interchainquery/v1/messages.proto index 87e544b9d2..501920716d 100755 --- a/proto/stride/interchainquery/v1/messages.proto +++ b/proto/stride/interchainquery/v1/messages.proto @@ -6,7 +6,7 @@ import "cosmos_proto/cosmos.proto"; import "google/api/annotations.proto"; import "tendermint/crypto/proof.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/interchainquery/types"; // Msg defines the interchainquery Msg service. service Msg { diff --git a/proto/stride/interchainquery/v1/query.proto b/proto/stride/interchainquery/v1/query.proto index b425586663..702c99effe 100644 --- a/proto/stride/interchainquery/v1/query.proto +++ b/proto/stride/interchainquery/v1/query.proto @@ -5,7 +5,7 @@ import "stride/interchainquery/v1/genesis.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/interchainquery/types"; service QueryService { rpc PendingQueries(QueryPendingQueriesRequest) diff --git a/proto/stride/mint/v1beta1/genesis.proto b/proto/stride/mint/v1beta1/genesis.proto index dead23044a..009e84fe5c 100755 --- a/proto/stride/mint/v1beta1/genesis.proto +++ b/proto/stride/mint/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package stride.mint.v1beta1; import "gogoproto/gogo.proto"; import "stride/mint/v1beta1/mint.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/mint/types"; // GenesisState defines the mint module's genesis state. message GenesisState { diff --git a/proto/stride/mint/v1beta1/mint.proto b/proto/stride/mint/v1beta1/mint.proto index fd697a5636..82f06ae284 100755 --- a/proto/stride/mint/v1beta1/mint.proto +++ b/proto/stride/mint/v1beta1/mint.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.mint.v1beta1; -option go_package = "github.com/Stride-Labs/stride/v17/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/mint/types"; import "gogoproto/gogo.proto"; diff --git a/proto/stride/mint/v1beta1/query.proto b/proto/stride/mint/v1beta1/query.proto index 1e82b7547e..87810e2d26 100755 --- a/proto/stride/mint/v1beta1/query.proto +++ b/proto/stride/mint/v1beta1/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "stride/mint/v1beta1/mint.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/mint/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/stride/ratelimit/genesis.proto b/proto/stride/ratelimit/genesis.proto index 5a2b271dc1..b97a088c05 100644 --- a/proto/stride/ratelimit/genesis.proto +++ b/proto/stride/ratelimit/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/ratelimit/params.proto"; import "stride/ratelimit/ratelimit.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/ratelimit/types"; // GenesisState defines the ratelimit module's genesis state. message GenesisState { diff --git a/proto/stride/ratelimit/gov.proto b/proto/stride/ratelimit/gov.proto index 36604339ab..2094d3b8b8 100644 --- a/proto/stride/ratelimit/gov.proto +++ b/proto/stride/ratelimit/gov.proto @@ -3,7 +3,7 @@ package stride.ratelimit; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/ratelimit/types"; message AddRateLimitProposal { option (gogoproto.equal) = true; diff --git a/proto/stride/ratelimit/params.proto b/proto/stride/ratelimit/params.proto index 3d48817133..6939e618b1 100644 --- a/proto/stride/ratelimit/params.proto +++ b/proto/stride/ratelimit/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.ratelimit; -option go_package = "github.com/Stride-Labs/stride/v17/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/ratelimit/types"; // Params defines the ratelimit module's parameters. message Params {} diff --git a/proto/stride/ratelimit/query.proto b/proto/stride/ratelimit/query.proto index 923ea302c6..346e25bee8 100644 --- a/proto/stride/ratelimit/query.proto +++ b/proto/stride/ratelimit/query.proto @@ -5,7 +5,7 @@ import "stride/ratelimit/ratelimit.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/ratelimit/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/ratelimit/ratelimit.proto b/proto/stride/ratelimit/ratelimit.proto index 5dc5ecfc6f..300072d06d 100644 --- a/proto/stride/ratelimit/ratelimit.proto +++ b/proto/stride/ratelimit/ratelimit.proto @@ -3,7 +3,7 @@ package stride.ratelimit; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/ratelimit/types"; enum PacketDirection { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/records/callbacks.proto b/proto/stride/records/callbacks.proto index 9c9dcd2018..d43941ea4f 100644 --- a/proto/stride/records/callbacks.proto +++ b/proto/stride/records/callbacks.proto @@ -3,7 +3,7 @@ package stride.records; import "stride/records/records.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/records/types"; message TransferCallback { uint64 deposit_record_id = 1; } diff --git a/proto/stride/records/genesis.proto b/proto/stride/records/genesis.proto index be9b0b0964..1792f9ea3b 100644 --- a/proto/stride/records/genesis.proto +++ b/proto/stride/records/genesis.proto @@ -5,7 +5,7 @@ import "stride/records/params.proto"; import "stride/records/records.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/records/types"; // GenesisState defines the records module's genesis state. message GenesisState { diff --git a/proto/stride/records/params.proto b/proto/stride/records/params.proto index b52831d0a3..94ad787f6b 100644 --- a/proto/stride/records/params.proto +++ b/proto/stride/records/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.records; -option go_package = "github.com/Stride-Labs/stride/v17/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/records/types"; // Params defines the parameters for the module. message Params {} \ No newline at end of file diff --git a/proto/stride/records/query.proto b/proto/stride/records/query.proto index e85c21f07b..152ac60bf3 100644 --- a/proto/stride/records/query.proto +++ b/proto/stride/records/query.proto @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/records/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/records/records.proto b/proto/stride/records/records.proto index 07439d7b10..d98c90414b 100644 --- a/proto/stride/records/records.proto +++ b/proto/stride/records/records.proto @@ -4,7 +4,7 @@ package stride.records; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/records/types"; message UserRedemptionRecord { string id = 1; // {chain_id}.{epoch}.{receiver} diff --git a/proto/stride/stakeibc/address_unbonding.proto b/proto/stride/stakeibc/address_unbonding.proto index 158addb8b2..7cea84985d 100644 --- a/proto/stride/stakeibc/address_unbonding.proto +++ b/proto/stride/stakeibc/address_unbonding.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message AddressUnbonding { string address = 1; diff --git a/proto/stride/stakeibc/callbacks.proto b/proto/stride/stakeibc/callbacks.proto index f1dfb35d23..73ed9c612c 100644 --- a/proto/stride/stakeibc/callbacks.proto +++ b/proto/stride/stakeibc/callbacks.proto @@ -7,7 +7,7 @@ import "stride/stakeibc/host_zone.proto"; import "stride/stakeibc/validator.proto"; import "stride/stakeibc/ica_account.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message SplitDelegation { string validator = 1; diff --git a/proto/stride/stakeibc/epoch_tracker.proto b/proto/stride/stakeibc/epoch_tracker.proto index 2a3b598ea1..0ed609fa81 100755 --- a/proto/stride/stakeibc/epoch_tracker.proto +++ b/proto/stride/stakeibc/epoch_tracker.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.stakeibc; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message EpochTracker { string epoch_identifier = 1; diff --git a/proto/stride/stakeibc/genesis.proto b/proto/stride/stakeibc/genesis.proto index dbc8b33848..58363df3d8 100644 --- a/proto/stride/stakeibc/genesis.proto +++ b/proto/stride/stakeibc/genesis.proto @@ -7,7 +7,7 @@ import "stride/stakeibc/host_zone.proto"; import "stride/stakeibc/epoch_tracker.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // GenesisState defines the stakeibc module's genesis state. message GenesisState { diff --git a/proto/stride/stakeibc/gov.proto b/proto/stride/stakeibc/gov.proto index 2735263133..c4a4a49163 100644 --- a/proto/stride/stakeibc/gov.proto +++ b/proto/stride/stakeibc/gov.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package stride.stakeibc; import "gogoproto/gogo.proto"; import "stride/stakeibc/validator.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message AddValidatorsProposal { option (gogoproto.equal) = true; diff --git a/proto/stride/stakeibc/host_zone.proto b/proto/stride/stakeibc/host_zone.proto index 82638e432c..bbeb4afaac 100644 --- a/proto/stride/stakeibc/host_zone.proto +++ b/proto/stride/stakeibc/host_zone.proto @@ -5,7 +5,7 @@ import "stride/stakeibc/validator.proto"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message HostZone { string chain_id = 1; diff --git a/proto/stride/stakeibc/ica_account.proto b/proto/stride/stakeibc/ica_account.proto index 77aae58aef..8c43c4ae75 100644 --- a/proto/stride/stakeibc/ica_account.proto +++ b/proto/stride/stakeibc/ica_account.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.stakeibc; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; enum ICAAccountType { DELEGATION = 0; diff --git a/proto/stride/stakeibc/packet.proto b/proto/stride/stakeibc/packet.proto index 3eb55c2d25..1c66b569f4 100755 --- a/proto/stride/stakeibc/packet.proto +++ b/proto/stride/stakeibc/packet.proto @@ -3,7 +3,7 @@ package stride.stakeibc; // this line is used by starport scaffolding # proto/packet/import -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message StakeibcPacketData { oneof packet { diff --git a/proto/stride/stakeibc/params.proto b/proto/stride/stakeibc/params.proto index 49c70395da..7e358d22ff 100755 --- a/proto/stride/stakeibc/params.proto +++ b/proto/stride/stakeibc/params.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // Params defines the parameters for the module. // next id: 20 diff --git a/proto/stride/stakeibc/query.proto b/proto/stride/stakeibc/query.proto index bb54fbac91..6292a4a80e 100644 --- a/proto/stride/stakeibc/query.proto +++ b/proto/stride/stakeibc/query.proto @@ -11,7 +11,7 @@ import "stride/stakeibc/epoch_tracker.proto"; import "stride/stakeibc/address_unbonding.proto"; import "stride/stakeibc/trade_route.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakeibc/trade_route.proto b/proto/stride/stakeibc/trade_route.proto index 17c33ec29a..24b8e88533 100644 --- a/proto/stride/stakeibc/trade_route.proto +++ b/proto/stride/stakeibc/trade_route.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/stakeibc/ica_account.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; // Stores pool information needed to execute the swap along a trade route message TradeConfig { diff --git a/proto/stride/stakeibc/tx.proto b/proto/stride/stakeibc/tx.proto index e4966579d7..b69ffe6a83 100644 --- a/proto/stride/stakeibc/tx.proto +++ b/proto/stride/stakeibc/tx.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "stride/stakeibc/validator.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/stride/stakeibc/validator.proto b/proto/stride/stakeibc/validator.proto index ac4a52f20d..1580115d44 100644 --- a/proto/stride/stakeibc/validator.proto +++ b/proto/stride/stakeibc/validator.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package stride.stakeibc; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/stakeibc/types"; message Validator { string name = 1; diff --git a/proto/stride/staketia/genesis.proto b/proto/stride/staketia/genesis.proto index e2a03ad68c..b676a202b5 100644 --- a/proto/stride/staketia/genesis.proto +++ b/proto/stride/staketia/genesis.proto @@ -4,7 +4,7 @@ package stride.staketia; import "gogoproto/gogo.proto"; import "stride/staketia/staketia.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/staketia/types"; // Params defines the staketia module parameters. message Params {} diff --git a/proto/stride/staketia/query.proto b/proto/stride/staketia/query.proto index 1e6332f393..07366d2d48 100644 --- a/proto/stride/staketia/query.proto +++ b/proto/stride/staketia/query.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/staketia/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/staketia/staketia.proto b/proto/stride/staketia/staketia.proto index a3d5a80a60..d0e454504d 100644 --- a/proto/stride/staketia/staketia.proto +++ b/proto/stride/staketia/staketia.proto @@ -4,7 +4,7 @@ package stride.staketia; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/staketia/types"; message HostZone { // Chain ID diff --git a/proto/stride/staketia/tx.proto b/proto/stride/staketia/tx.proto index 5a5f9c0567..e7c825f3f6 100644 --- a/proto/stride/staketia/tx.proto +++ b/proto/stride/staketia/tx.proto @@ -9,7 +9,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "stride/staketia/staketia.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/staketia/types"; enum OverwritableRecordType { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/vesting/tx.proto b/proto/stride/vesting/tx.proto index 02351cac21..27f61ef38d 100644 --- a/proto/stride/vesting/tx.proto +++ b/proto/stride/vesting/tx.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.vesting; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/vesting/types"; // Msg defines the bank Msg service. service Msg {} diff --git a/proto/stride/vesting/vesting.proto b/proto/stride/vesting/vesting.proto index c4de37e77d..fec18587e9 100644 --- a/proto/stride/vesting/vesting.proto +++ b/proto/stride/vesting/vesting.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; import "cosmos/auth/v1beta1/auth.proto"; -option go_package = "github.com/Stride-Labs/stride/v17/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v18/x/claim/vesting/types"; // BaseVestingAccount implements the VestingAccount interface. It contains all // the necessary fields needed for any vesting account implementation. diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 1780afc830..8f411a923c 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -27,5 +27,5 @@ cd .. # move proto files to the right places # # Note: Proto files are suffixed with the current binary version. -cp -r github.com/Stride-Labs/stride/v17/* ./ +cp -r github.com/Stride-Labs/stride/v18/* ./ rm -rf github.com diff --git a/testutil/keeper/claim.go b/testutil/keeper/claim.go index a4a66b485e..5619a981d7 100644 --- a/testutil/keeper/claim.go +++ b/testutil/keeper/claim.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/claim/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/claim/keeper" ) func ClaimKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/epochs.go b/testutil/keeper/epochs.go index 5da5899656..718e79a8e2 100644 --- a/testutil/keeper/epochs.go +++ b/testutil/keeper/epochs.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/epochs/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/epochs/keeper" ) func EpochsKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/icacallbacks.go b/testutil/keeper/icacallbacks.go index 29eddea90b..78729dc220 100644 --- a/testutil/keeper/icacallbacks.go +++ b/testutil/keeper/icacallbacks.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" ) func IcacallbacksKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/interchainquery.go b/testutil/keeper/interchainquery.go index c98676e2ac..e274f8a725 100644 --- a/testutil/keeper/interchainquery.go +++ b/testutil/keeper/interchainquery.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" ) func InterchainqueryKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/records.go b/testutil/keeper/records.go index 674d828563..994480d432 100644 --- a/testutil/keeper/records.go +++ b/testutil/keeper/records.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/records/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/records/keeper" ) func RecordsKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/keeper/stakeibc.go b/testutil/keeper/stakeibc.go index 9ee9e4c03b..edb6a2874f 100644 --- a/testutil/keeper/stakeibc.go +++ b/testutil/keeper/stakeibc.go @@ -7,8 +7,8 @@ import ( tmproto "github.com/cometbft/cometbft/proto/tendermint/types" sdk "github.com/cosmos/cosmos-sdk/types" - strideapp "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + strideapp "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" ) func StakeibcKeeper(t testing.TB) (*keeper.Keeper, sdk.Context) { diff --git a/testutil/network/network.go b/testutil/network/network.go index c072a3c5cd..03c0070a90 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -25,8 +25,8 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" ccvconsumertypes "github.com/cosmos/interchain-security/v3/x/ccv/consumer/types" - "github.com/Stride-Labs/stride/v17/app" - testutil "github.com/Stride-Labs/stride/v17/testutil" + "github.com/Stride-Labs/stride/v18/app" + testutil "github.com/Stride-Labs/stride/v18/testutil" ) type ( diff --git a/utils/cache_ctx_test.go b/utils/cache_ctx_test.go index a2c2532b0f..329de44738 100644 --- a/utils/cache_ctx_test.go +++ b/utils/cache_ctx_test.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) var expectedOutOfGasError = types.ErrorOutOfGas{Descriptor: "my func"} diff --git a/utils/module_account_test.go b/utils/module_account_test.go index 3f49cf185f..f8b16e0f62 100644 --- a/utils/module_account_test.go +++ b/utils/module_account_test.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) func (s *UtilsTestSuite) TestCreateModuleAccount() { diff --git a/utils/utils.go b/utils/utils.go index d486956fe1..41482c3c8b 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -18,9 +18,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - config "github.com/Stride-Labs/stride/v17/cmd/strided/config" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" + config "github.com/Stride-Labs/stride/v18/cmd/strided/config" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" ) func FilterDepositRecords(arr []recordstypes.DepositRecord, condition func(recordstypes.DepositRecord) bool) (ret []recordstypes.DepositRecord) { diff --git a/utils/utils_test.go b/utils/utils_test.go index 955eb0cc8b..a6b02dc5f5 100644 --- a/utils/utils_test.go +++ b/utils/utils_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" + "github.com/Stride-Labs/stride/v18/app/apptesting" ) type UtilsTestSuite struct { diff --git a/x/autopilot/client/cli/query.go b/x/autopilot/client/cli/query.go index 9b535f4361..adec9bd34e 100644 --- a/x/autopilot/client/cli/query.go +++ b/x/autopilot/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" "github.com/cosmos/cosmos-sdk/client/flags" ) diff --git a/x/autopilot/genesis.go b/x/autopilot/genesis.go index e711d45f4b..223fa12a9b 100644 --- a/x/autopilot/genesis.go +++ b/x/autopilot/genesis.go @@ -3,8 +3,8 @@ package autopilot import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/autopilot/genesis_test.go b/x/autopilot/genesis_test.go index c20147875b..b95fb63177 100644 --- a/x/autopilot/genesis_test.go +++ b/x/autopilot/genesis_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/autopilot" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/autopilot" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func TestGenesis(t *testing.T) { diff --git a/x/autopilot/handler.go b/x/autopilot/handler.go index 18f516d415..bcf957a50b 100644 --- a/x/autopilot/handler.go +++ b/x/autopilot/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) // NewHandler returns autopilot module messages diff --git a/x/autopilot/keeper/airdrop.go b/x/autopilot/keeper/airdrop.go index 8f9ba16746..87ab117eb6 100644 --- a/x/autopilot/keeper/airdrop.go +++ b/x/autopilot/keeper/airdrop.go @@ -11,9 +11,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/utils" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Attempt to link a host address with a stride address to enable airdrop claims diff --git a/x/autopilot/keeper/airdrop_test.go b/x/autopilot/keeper/airdrop_test.go index c1d5badfd4..c05c8fb247 100644 --- a/x/autopilot/keeper/airdrop_test.go +++ b/x/autopilot/keeper/airdrop_test.go @@ -12,11 +12,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/autopilot" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/autopilot" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // TODO: Separate out tests cases that are not necessarily Claim or Stakeibc related, diff --git a/x/autopilot/keeper/fallback.go b/x/autopilot/keeper/fallback.go index 966c6ff3c5..6d6b2a7500 100644 --- a/x/autopilot/keeper/fallback.go +++ b/x/autopilot/keeper/fallback.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) // Stores a fallback address for an outbound transfer diff --git a/x/autopilot/keeper/grpc_query_params.go b/x/autopilot/keeper/grpc_query_params.go index 30d0d841c1..5194cbcaaa 100644 --- a/x/autopilot/keeper/grpc_query_params.go +++ b/x/autopilot/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/autopilot/keeper/grpc_query_params_test.go b/x/autopilot/keeper/grpc_query_params_test.go index 23ceafb78d..f2c695b426 100644 --- a/x/autopilot/keeper/grpc_query_params_test.go +++ b/x/autopilot/keeper/grpc_query_params_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "context" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func (s *KeeperTestSuite) TestParamsQuery() { diff --git a/x/autopilot/keeper/ibc.go b/x/autopilot/keeper/ibc.go index 831ed402f7..61c0f74430 100644 --- a/x/autopilot/keeper/ibc.go +++ b/x/autopilot/keeper/ibc.go @@ -9,8 +9,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // In the event of an ack error after a outbound transfer, we'll have to bank send to a fallback address diff --git a/x/autopilot/keeper/keeper.go b/x/autopilot/keeper/keeper.go index adb789be07..2fa95c25ce 100644 --- a/x/autopilot/keeper/keeper.go +++ b/x/autopilot/keeper/keeper.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" ) type ( diff --git a/x/autopilot/keeper/keeper_test.go b/x/autopilot/keeper/keeper_test.go index 35f15a45c3..79873d2271 100644 --- a/x/autopilot/keeper/keeper_test.go +++ b/x/autopilot/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake.go b/x/autopilot/keeper/liquidstake.go index 2fb1a20f1c..8269e22126 100644 --- a/x/autopilot/keeper/liquidstake.go +++ b/x/autopilot/keeper/liquidstake.go @@ -11,9 +11,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake_test.go b/x/autopilot/keeper/liquidstake_test.go index 390472da7e..f01a16ff8b 100644 --- a/x/autopilot/keeper/liquidstake_test.go +++ b/x/autopilot/keeper/liquidstake_test.go @@ -10,12 +10,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v17/x/autopilot" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordsmodule "github.com/Stride-Labs/stride/v17/x/records" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/autopilot" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordsmodule "github.com/Stride-Labs/stride/v18/x/records" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/x/autopilot/keeper/params.go b/x/autopilot/keeper/params.go index 13070a8c5c..82b91e9c5b 100644 --- a/x/autopilot/keeper/params.go +++ b/x/autopilot/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) // GetParams get all parameters as types.Params diff --git a/x/autopilot/keeper/params_test.go b/x/autopilot/keeper/params_test.go index 234ff6a902..d88a63a0c6 100644 --- a/x/autopilot/keeper/params_test.go +++ b/x/autopilot/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func (s *KeeperTestSuite) TestGetParams() { diff --git a/x/autopilot/keeper/redeem_stake.go b/x/autopilot/keeper/redeem_stake.go index 3ee547da8c..208824ba05 100644 --- a/x/autopilot/keeper/redeem_stake.go +++ b/x/autopilot/keeper/redeem_stake.go @@ -9,9 +9,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) TryRedeemStake( diff --git a/x/autopilot/keeper/redeem_stake_test.go b/x/autopilot/keeper/redeem_stake_test.go index 3aa5156390..afac58aabd 100644 --- a/x/autopilot/keeper/redeem_stake_test.go +++ b/x/autopilot/keeper/redeem_stake_test.go @@ -8,15 +8,15 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - recordsmodule "github.com/Stride-Labs/stride/v17/x/records" + recordsmodule "github.com/Stride-Labs/stride/v18/x/records" sdk "github.com/cosmos/cosmos-sdk/types" - router "github.com/Stride-Labs/stride/v17/x/autopilot" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + router "github.com/Stride-Labs/stride/v18/x/autopilot" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func getRedeemStakeStakeibcPacketMetadata(strideAddress, redemptionReceiver string) string { diff --git a/x/autopilot/module.go b/x/autopilot/module.go index caf0f25eed..6b19669c4e 100644 --- a/x/autopilot/module.go +++ b/x/autopilot/module.go @@ -18,9 +18,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/autopilot/client/cli" - "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/client/cli" + "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) var ( diff --git a/x/autopilot/module_ibc.go b/x/autopilot/module_ibc.go index ad1a1cb055..3b0555672b 100644 --- a/x/autopilot/module_ibc.go +++ b/x/autopilot/module_ibc.go @@ -11,8 +11,8 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" - "github.com/Stride-Labs/stride/v17/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" ) diff --git a/x/autopilot/types/genesis.pb.go b/x/autopilot/types/genesis.pb.go index 5766112170..0dfcc6bc42 100644 --- a/x/autopilot/types/genesis.pb.go +++ b/x/autopilot/types/genesis.pb.go @@ -88,8 +88,8 @@ var fileDescriptor_a7e087b21fd12e65 = []byte{ 0xbb, 0x93, 0xef, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x0d, 0xd7, 0xf5, 0x49, 0x4c, - 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xd0, 0x5c, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, - 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x72, 0x43, 0x72, 0x14, + 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xd0, 0x42, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, + 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xd3, 0x25, 0x04, 0x17, 0x01, 0x00, 0x00, } diff --git a/x/autopilot/types/genesis_test.go b/x/autopilot/types/genesis_test.go index 66be42c47a..2fb8d02e38 100644 --- a/x/autopilot/types/genesis_test.go +++ b/x/autopilot/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/autopilot/types/params.pb.go b/x/autopilot/types/params.pb.go index 6504685b31..3fa85af281 100644 --- a/x/autopilot/types/params.pb.go +++ b/x/autopilot/types/params.pb.go @@ -96,8 +96,8 @@ var fileDescriptor_b0b993e9f5195319 = []byte{ 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x0e, 0xd5, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xfa, - 0xa9, 0xcc, 0xd0, 0x5c, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, - 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xb6, 0x29, 0xc1, 0x91, 0xfa, 0x00, 0x00, 0x00, + 0xa9, 0xcc, 0xd0, 0x42, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, + 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xba, 0xb9, 0x96, 0x81, 0xfa, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/autopilot/types/parser_test.go b/x/autopilot/types/parser_test.go index fc8a4c4d7c..6c71865cd4 100644 --- a/x/autopilot/types/parser_test.go +++ b/x/autopilot/types/parser_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/autopilot/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/autopilot/types" ) func init() { diff --git a/x/autopilot/types/query.pb.go b/x/autopilot/types/query.pb.go index 8b72e7ef26..4b74e00c4a 100644 --- a/x/autopilot/types/query.pb.go +++ b/x/autopilot/types/query.pb.go @@ -136,9 +136,9 @@ var fileDescriptor_1dd160550c308365 = []byte{ 0xfd, 0x60, 0xb0, 0x72, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0x1c, 0x5e, 0x77, 0xf2, 0x3d, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, - 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x9a, 0xeb, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, 0xe1, - 0x83, 0xfa, 0xcf, 0x01, 0x00, 0x00, + 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x5a, 0xe8, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, + 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xee, 0x71, + 0xd4, 0xea, 0xcf, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/client/cli/cli_test.go b/x/claim/client/cli/cli_test.go index 8836aff4be..e1e88a67f1 100644 --- a/x/claim/client/cli/cli_test.go +++ b/x/claim/client/cli/cli_test.go @@ -14,23 +14,23 @@ import ( clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" - strideclitestutil "github.com/Stride-Labs/stride/v17/testutil/cli" + strideclitestutil "github.com/Stride-Labs/stride/v18/testutil/cli" - "github.com/Stride-Labs/stride/v17/testutil/network" + "github.com/Stride-Labs/stride/v18/testutil/network" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" tmcli "github.com/cometbft/cometbft/libs/cli" - "github.com/Stride-Labs/stride/v17/x/claim/client/cli" + "github.com/Stride-Labs/stride/v18/x/claim/client/cli" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/app" - cmdcfg "github.com/Stride-Labs/stride/v17/cmd/strided/config" - "github.com/Stride-Labs/stride/v17/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/app" + cmdcfg "github.com/Stride-Labs/stride/v18/cmd/strided/config" + "github.com/Stride-Labs/stride/v18/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) var addr1 sdk.AccAddress diff --git a/x/claim/client/cli/query.go b/x/claim/client/cli/query.go index 7b6c343ffa..e365fb6e48 100644 --- a/x/claim/client/cli/query.go +++ b/x/claim/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/claim/client/cli/tx.go b/x/claim/client/cli/tx.go index ea95af1bb3..2869a21405 100644 --- a/x/claim/client/cli/tx.go +++ b/x/claim/client/cli/tx.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/claim/client/cli/tx_claim_free_amount.go b/x/claim/client/cli/tx_claim_free_amount.go index b4e772da4c..9c6bbfc559 100644 --- a/x/claim/client/cli/tx_claim_free_amount.go +++ b/x/claim/client/cli/tx_claim_free_amount.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func CmdClaimFreeAmount() *cobra.Command { diff --git a/x/claim/client/cli/tx_create_airdrop.go b/x/claim/client/cli/tx_create_airdrop.go index 3f6bee6a71..d7c0a6817d 100644 --- a/x/claim/client/cli/tx_create_airdrop.go +++ b/x/claim/client/cli/tx_create_airdrop.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func CmdCreateAirdrop() *cobra.Command { diff --git a/x/claim/client/cli/tx_delete_airdrop.go b/x/claim/client/cli/tx_delete_airdrop.go index 9055a02fa8..4ac422c8a8 100644 --- a/x/claim/client/cli/tx_delete_airdrop.go +++ b/x/claim/client/cli/tx_delete_airdrop.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func CmdDeleteAirdrop() *cobra.Command { diff --git a/x/claim/client/cli/tx_set_airdrop_allocations.go b/x/claim/client/cli/tx_set_airdrop_allocations.go index 09aae8b9ea..e6dc2c3ec1 100644 --- a/x/claim/client/cli/tx_set_airdrop_allocations.go +++ b/x/claim/client/cli/tx_set_airdrop_allocations.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func CmdSetAirdropAllocations() *cobra.Command { diff --git a/x/claim/genesis_test.go b/x/claim/genesis_test.go index 53a00096d7..7c7bb3bead 100644 --- a/x/claim/genesis_test.go +++ b/x/claim/genesis_test.go @@ -9,9 +9,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/claim/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func TestGenesis(t *testing.T) { diff --git a/x/claim/handler.go b/x/claim/handler.go index bcb401fe9b..4a274897a6 100644 --- a/x/claim/handler.go +++ b/x/claim/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // NewHandler returns claim module messages diff --git a/x/claim/keeper/claim.go b/x/claim/keeper/claim.go index b8f97f05b3..ca1f54bde2 100644 --- a/x/claim/keeper/claim.go +++ b/x/claim/keeper/claim.go @@ -14,10 +14,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/claim/types" - vestingtypes "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/claim/types" + vestingtypes "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func (k Keeper) LoadAllocationData(ctx sdk.Context, allocationData string) bool { diff --git a/x/claim/keeper/claim_test.go b/x/claim/keeper/claim_test.go index 6074863b45..24795a4110 100644 --- a/x/claim/keeper/claim_test.go +++ b/x/claim/keeper/claim_test.go @@ -11,12 +11,12 @@ import ( vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/utils" - claimkeeper "github.com/Stride-Labs/stride/v17/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/utils" + claimkeeper "github.com/Stride-Labs/stride/v18/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" - stridevestingtypes "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" + stridevestingtypes "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) // Test functionality for loading allocation data(csv) diff --git a/x/claim/keeper/genesis.go b/x/claim/keeper/genesis.go index 5d4f62eb72..248ab3620f 100644 --- a/x/claim/keeper/genesis.go +++ b/x/claim/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/claim/keeper/grpc_query.go b/x/claim/keeper/grpc_query.go index a57212ddfd..be7b3e95e6 100644 --- a/x/claim/keeper/grpc_query.go +++ b/x/claim/keeper/grpc_query.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/claim/keeper/hooks.go b/x/claim/keeper/hooks.go index 23ef31c4cd..d99fedf888 100644 --- a/x/claim/keeper/hooks.go +++ b/x/claim/keeper/hooks.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - stakingibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + stakingibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func (k Keeper) AfterDelegationModified(ctx sdk.Context, delAddr sdk.AccAddress, valAddr sdk.ValAddress) error { diff --git a/x/claim/keeper/hooks_test.go b/x/claim/keeper/hooks_test.go index 5ab810e253..1c1f68b05a 100644 --- a/x/claim/keeper/hooks_test.go +++ b/x/claim/keeper/hooks_test.go @@ -5,9 +5,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/claim/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/claim/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func (s *KeeperTestSuite) TestAfterEpochEnd() { diff --git a/x/claim/keeper/keeper.go b/x/claim/keeper/keeper.go index 1342286a8a..2e5d967098 100644 --- a/x/claim/keeper/keeper.go +++ b/x/claim/keeper/keeper.go @@ -9,7 +9,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // Keeper struct diff --git a/x/claim/keeper/keeper_test.go b/x/claim/keeper/keeper_test.go index e1faa57721..04d7be6a98 100644 --- a/x/claim/keeper/keeper_test.go +++ b/x/claim/keeper/keeper_test.go @@ -12,9 +12,9 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/claim/types" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/claim/types" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" ) type KeeperTestSuite struct { diff --git a/x/claim/keeper/msg_server.go b/x/claim/keeper/msg_server.go index e41d1ffcee..2d8181bb84 100644 --- a/x/claim/keeper/msg_server.go +++ b/x/claim/keeper/msg_server.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) type msgServer struct { diff --git a/x/claim/keeper/msg_server_test.go b/x/claim/keeper/msg_server_test.go index d127f23640..69d3009928 100644 --- a/x/claim/keeper/msg_server_test.go +++ b/x/claim/keeper/msg_server_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) func (suite *KeeperTestSuite) TestSetAirdropAllocationsForMultiAirdrops() { diff --git a/x/claim/keeper/params.go b/x/claim/keeper/params.go index 4de3732bdf..2efcb8e360 100644 --- a/x/claim/keeper/params.go +++ b/x/claim/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) // GetParams get params diff --git a/x/claim/migrations/v2/convert.go b/x/claim/migrations/v2/convert.go index 93777efb09..ac0cd84b45 100644 --- a/x/claim/migrations/v2/convert.go +++ b/x/claim/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldclaimtypes "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) func convertToNewAirdrop(oldAirdrop oldclaimtypes.Airdrop) claimtypes.Airdrop { diff --git a/x/claim/migrations/v2/convert_test.go b/x/claim/migrations/v2/convert_test.go index a6f034cd28..0f8429bb9d 100644 --- a/x/claim/migrations/v2/convert_test.go +++ b/x/claim/migrations/v2/convert_test.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - oldclaimtypes "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) func TestConvertToNewAirdrop(t *testing.T) { diff --git a/x/claim/migrations/v2/migrations.go b/x/claim/migrations/v2/migrations.go index 6eae0b469c..254f79eed2 100644 --- a/x/claim/migrations/v2/migrations.go +++ b/x/claim/migrations/v2/migrations.go @@ -7,8 +7,8 @@ import ( errorsmod "cosmossdk.io/errors" - oldclaimtypes "github.com/Stride-Labs/stride/v17/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v17/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v18/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v18/x/claim/types" ) func migrateClaimParams(store sdk.KVStore, cdc codec.Codec) error { diff --git a/x/claim/module.go b/x/claim/module.go index 182ef5de0d..4bb0ff94b5 100644 --- a/x/claim/module.go +++ b/x/claim/module.go @@ -16,9 +16,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/claim/client/cli" - "github.com/Stride-Labs/stride/v17/x/claim/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/types" + "github.com/Stride-Labs/stride/v18/x/claim/client/cli" + "github.com/Stride-Labs/stride/v18/x/claim/keeper" + "github.com/Stride-Labs/stride/v18/x/claim/types" ) var ( diff --git a/x/claim/types/claim.pb.go b/x/claim/types/claim.pb.go index 11b36336ae..3a1943dbd7 100644 --- a/x/claim/types/claim.pb.go +++ b/x/claim/types/claim.pb.go @@ -127,32 +127,32 @@ func init() { func init() { proto.RegisterFile("stride/claim/claim.proto", fileDescriptor_b4747d999b9dc0da) } var fileDescriptor_b4747d999b9dc0da = []byte{ - // 395 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0x4f, 0xca, 0xd3, 0x40, - 0x00, 0xc5, 0x93, 0xb6, 0x54, 0x9d, 0xaa, 0xad, 0xa3, 0xd2, 0xb4, 0x62, 0x52, 0xb2, 0x90, 0x22, - 0x36, 0x41, 0x5c, 0x08, 0x6e, 0x24, 0x6d, 0x53, 0x09, 0x06, 0xc5, 0xb4, 0x22, 0xb8, 0x09, 0x69, - 0x66, 0x4c, 0x07, 0x9b, 0x4e, 0xc8, 0x8c, 0x7f, 0x7a, 0x03, 0x97, 0xde, 0xc1, 0x9d, 0x27, 0xe9, - 0xb2, 0x4b, 0x71, 0x11, 0xa4, 0xbd, 0x41, 0x4e, 0x20, 0x9d, 0x4c, 0x45, 0xbe, 0x6f, 0x93, 0x84, - 0xdf, 0xef, 0xf1, 0xc8, 0xcc, 0x03, 0x1a, 0xe3, 0x39, 0x41, 0xd8, 0x8e, 0xd7, 0x11, 0x49, 0xab, - 0xa7, 0x95, 0xe5, 0x94, 0x53, 0x78, 0xbd, 0x32, 0x96, 0x60, 0xfd, 0x3b, 0x09, 0x4d, 0xa8, 0x10, - 0xf6, 0xe9, 0xab, 0xca, 0x98, 0x3f, 0x6b, 0xa0, 0x35, 0x39, 0xf9, 0x00, 0xc7, 0x34, 0x47, 0xd0, - 0x07, 0x30, 0x22, 0x39, 0xca, 0x69, 0x16, 0x12, 0x84, 0x37, 0x9c, 0x7c, 0x20, 0x38, 0xd7, 0xd4, - 0x81, 0x3a, 0xbc, 0x36, 0xbe, 0x5f, 0x16, 0x46, 0x6f, 0x1b, 0xa5, 0xeb, 0x67, 0xe6, 0xe5, 0x8c, - 0x19, 0xdc, 0x92, 0xd0, 0xfb, 0xc7, 0xe0, 0x23, 0x70, 0x25, 0x42, 0x28, 0xc7, 0x8c, 0x69, 0x35, - 0x51, 0x01, 0xcb, 0xc2, 0xb8, 0x29, 0x2b, 0x2a, 0x61, 0x06, 0xe7, 0x08, 0x7c, 0x07, 0x9a, 0x5f, - 0x30, 0x49, 0x56, 0x5c, 0xab, 0x8b, 0xf0, 0xf3, 0x5d, 0x61, 0x28, 0xbf, 0x0b, 0xe3, 0x41, 0x42, - 0xf8, 0xea, 0xd3, 0xd2, 0x8a, 0x69, 0x6a, 0xc7, 0x94, 0xa5, 0x94, 0xc9, 0xd7, 0x88, 0xa1, 0x8f, - 0x36, 0xdf, 0x66, 0x98, 0x59, 0x53, 0x1c, 0x97, 0x85, 0x71, 0xa3, 0xaa, 0xae, 0x5a, 0xcc, 0x40, - 0xd6, 0xc1, 0x19, 0xe8, 0x44, 0x31, 0x27, 0x74, 0x13, 0xc6, 0x34, 0xcd, 0xd6, 0x98, 0x63, 0xa4, - 0x35, 0x06, 0xf5, 0xe1, 0xd5, 0xf1, 0xbd, 0xb2, 0x30, 0xba, 0xf2, 0x7f, 0x2e, 0x24, 0xcc, 0xa0, - 0x5d, 0xa1, 0xc9, 0x99, 0x3c, 0x9c, 0x83, 0xa6, 0x23, 0x10, 0x6c, 0x83, 0x96, 0x33, 0x59, 0x78, - 0xaf, 0x5f, 0x85, 0xb3, 0xc0, 0x75, 0x3b, 0x0a, 0xec, 0x82, 0xdb, 0x12, 0xf8, 0xde, 0x9b, 0xb7, - 0xde, 0x34, 0x9c, 0x2f, 0x9c, 0x97, 0x6e, 0x47, 0x85, 0x3d, 0x70, 0x57, 0x8a, 0xa9, 0xeb, 0xbb, - 0x2f, 0x9c, 0x85, 0x2b, 0x55, 0xad, 0xdf, 0xf8, 0xf6, 0x43, 0x57, 0xc6, 0xde, 0xee, 0xa0, 0xab, - 0xfb, 0x83, 0xae, 0xfe, 0x39, 0xe8, 0xea, 0xf7, 0xa3, 0xae, 0xec, 0x8f, 0xba, 0xf2, 0xeb, 0xa8, - 0x2b, 0xef, 0xed, 0xff, 0xce, 0x3d, 0x17, 0x53, 0x8e, 0xfc, 0x68, 0xc9, 0x6c, 0x39, 0xf8, 0xe7, - 0xc7, 0x4f, 0xed, 0xaf, 0x72, 0x76, 0x71, 0x09, 0xcb, 0xa6, 0xd8, 0xf4, 0xc9, 0xdf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x70, 0x92, 0x65, 0xfe, 0x13, 0x02, 0x00, 0x00, + // 394 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0x4f, 0xce, 0xd2, 0x40, + 0x00, 0xc5, 0x5b, 0x20, 0xa8, 0x83, 0x0a, 0x8e, 0x1a, 0x0a, 0xc6, 0x96, 0x74, 0x61, 0x88, 0x91, + 0x36, 0xc6, 0x8d, 0x71, 0x63, 0x0a, 0x14, 0xd3, 0xd8, 0x68, 0x2c, 0x18, 0x13, 0x37, 0x4d, 0xe9, + 0x8c, 0x65, 0x22, 0x65, 0x9a, 0xce, 0xf8, 0x87, 0x1b, 0xb8, 0xf4, 0x0e, 0xee, 0x3c, 0x09, 0x4b, + 0x96, 0xc6, 0x45, 0x63, 0xe0, 0x06, 0x3d, 0x81, 0x61, 0x3a, 0x18, 0xf3, 0x7d, 0x9b, 0xb6, 0xf9, + 0xfd, 0x5e, 0x5e, 0x3a, 0xf3, 0x80, 0xc6, 0x78, 0x4e, 0x10, 0xb6, 0xe3, 0x75, 0x44, 0xd2, 0xea, + 0x69, 0x65, 0x39, 0xe5, 0x14, 0x5e, 0xaf, 0x8c, 0x25, 0x58, 0xff, 0x4e, 0x42, 0x13, 0x2a, 0x84, + 0x7d, 0xfa, 0xaa, 0x32, 0xe6, 0xcf, 0x1a, 0x68, 0x4d, 0x4e, 0x3e, 0xc0, 0x31, 0xcd, 0x11, 0xf4, + 0x01, 0x8c, 0x48, 0x8e, 0x72, 0x9a, 0x85, 0x04, 0xe1, 0x0d, 0x27, 0x1f, 0x08, 0xce, 0x35, 0x75, + 0xa0, 0x0e, 0xaf, 0x8d, 0xef, 0x97, 0x85, 0xd1, 0xdb, 0x46, 0xe9, 0xfa, 0x99, 0x79, 0x39, 0x63, + 0x06, 0xb7, 0x24, 0xf4, 0xfe, 0x31, 0xf8, 0x08, 0x5c, 0x89, 0x10, 0xca, 0x31, 0x63, 0x5a, 0x4d, + 0x54, 0xc0, 0xb2, 0x30, 0x6e, 0xca, 0x8a, 0x4a, 0x98, 0xc1, 0x39, 0x02, 0xdf, 0x81, 0xe6, 0x17, + 0x4c, 0x92, 0x15, 0xd7, 0xea, 0x22, 0xfc, 0x7c, 0x57, 0x18, 0xca, 0xef, 0xc2, 0x78, 0x90, 0x10, + 0xbe, 0xfa, 0xb4, 0xb4, 0x62, 0x9a, 0xda, 0x31, 0x65, 0x29, 0x65, 0xf2, 0x35, 0x62, 0xe8, 0xa3, + 0xcd, 0xb7, 0x19, 0x66, 0xd6, 0x14, 0xc7, 0x65, 0x61, 0xdc, 0xa8, 0xaa, 0xab, 0x16, 0x33, 0x90, + 0x75, 0x70, 0x06, 0x3a, 0x51, 0xcc, 0x09, 0xdd, 0x84, 0x31, 0x4d, 0xb3, 0x35, 0xe6, 0x18, 0x69, + 0x8d, 0x41, 0x7d, 0x78, 0x75, 0x7c, 0xaf, 0x2c, 0x8c, 0xae, 0xfc, 0x9f, 0x0b, 0x09, 0x33, 0x68, + 0x57, 0x68, 0x72, 0x26, 0x0f, 0xe7, 0xa0, 0xe9, 0x08, 0x04, 0xdb, 0xa0, 0xe5, 0x4c, 0x16, 0xde, + 0xeb, 0x57, 0xe1, 0x2c, 0x70, 0xdd, 0x8e, 0x02, 0xbb, 0xe0, 0xb6, 0x04, 0xbe, 0xf7, 0xe6, 0xad, + 0x37, 0x0d, 0xe7, 0x0b, 0xe7, 0xa5, 0xdb, 0x51, 0x61, 0x0f, 0xdc, 0x95, 0x62, 0xea, 0xfa, 0xee, + 0x0b, 0x67, 0xe1, 0x4a, 0x55, 0xeb, 0x37, 0xbe, 0xfd, 0xd0, 0x95, 0xb1, 0xb7, 0x3b, 0xe8, 0xea, + 0xfe, 0xa0, 0xab, 0x7f, 0x0e, 0xba, 0xfa, 0xfd, 0xa8, 0x2b, 0xfb, 0xa3, 0xae, 0xfc, 0x3a, 0xea, + 0xca, 0x7b, 0xfb, 0xbf, 0x73, 0xcf, 0xc5, 0x94, 0x23, 0x3f, 0x5a, 0x32, 0x5b, 0x0e, 0xfe, 0xf9, + 0xf1, 0x53, 0xfb, 0xab, 0x9c, 0x5d, 0x5c, 0xc2, 0xb2, 0x29, 0x36, 0x7d, 0xf2, 0x37, 0x00, 0x00, + 0xff, 0xff, 0xf8, 0x49, 0x65, 0x88, 0x13, 0x02, 0x00, 0x00, } func (m *ClaimRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/expected_keepers.go b/x/claim/types/expected_keepers.go index f12a882964..23086b570d 100644 --- a/x/claim/types/expected_keepers.go +++ b/x/claim/types/expected_keepers.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // BankKeeper defines the banking contract that must be fulfilled when diff --git a/x/claim/types/genesis.pb.go b/x/claim/types/genesis.pb.go index 5ada195378..b255319706 100644 --- a/x/claim/types/genesis.pb.go +++ b/x/claim/types/genesis.pb.go @@ -100,9 +100,9 @@ var fileDescriptor_ecf5648202726596 = []byte{ 0xa1, 0xb4, 0xd8, 0xc9, 0xf3, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xf4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x56, 0xe9, 0xfa, - 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x68, 0xae, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, - 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x76, - 0xe1, 0x0a, 0x7c, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x68, 0xa1, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, + 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd5, 0xad, + 0xe1, 0x7c, 0x7c, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/msgs.go b/x/claim/types/msgs.go index bc67ee2d1c..84fdaabfb4 100644 --- a/x/claim/types/msgs.go +++ b/x/claim/types/msgs.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) // Msg type for MsgSetAirdropAllocations diff --git a/x/claim/types/params.pb.go b/x/claim/types/params.pb.go index 138ad42ccd..dcdf9c1992 100644 --- a/x/claim/types/params.pb.go +++ b/x/claim/types/params.pb.go @@ -180,40 +180,40 @@ func init() { func init() { proto.RegisterFile("stride/claim/params.proto", fileDescriptor_dd7ac871d3875dc3) } var fileDescriptor_dd7ac871d3875dc3 = []byte{ - // 517 bytes of a gzipped FileDescriptorProto + // 516 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x53, 0x41, 0x6f, 0xd3, 0x30, 0x18, 0x6d, 0xd8, 0x68, 0x8b, 0x3b, 0xc1, 0x66, 0x40, 0xa4, 0x95, 0x48, 0xaa, 0x48, 0xa0, 0x4a, - 0xb0, 0x58, 0x1b, 0x07, 0x24, 0x38, 0xb5, 0x1a, 0x48, 0x95, 0x76, 0x40, 0xe9, 0x4e, 0x5c, 0x22, - 0xa7, 0x76, 0x3b, 0x8b, 0x26, 0x8e, 0x6c, 0x17, 0xd1, 0x5f, 0xc0, 0x75, 0x47, 0x7e, 0x0f, 0xa7, - 0x1d, 0x77, 0x44, 0x1c, 0x02, 0x6a, 0x6f, 0x1c, 0xf7, 0x0b, 0x90, 0x1d, 0xa7, 0xeb, 0xd6, 0x53, - 0xeb, 0xf7, 0xde, 0xf7, 0xbd, 0xf7, 0xf9, 0x8b, 0x41, 0x5b, 0x2a, 0xc1, 0x08, 0x45, 0xe3, 0x19, - 0x66, 0x29, 0xca, 0xb1, 0xc0, 0xa9, 0x0c, 0x73, 0xc1, 0x15, 0x87, 0x7b, 0x25, 0x15, 0x1a, 0xaa, - 0xf3, 0x64, 0xca, 0xa7, 0xdc, 0x10, 0x48, 0xff, 0x2b, 0x35, 0x1d, 0x6f, 0xca, 0xf9, 0x74, 0x46, - 0x91, 0x39, 0x25, 0xf3, 0x09, 0x22, 0x73, 0x81, 0x15, 0xe3, 0x99, 0xe5, 0xfd, 0xbb, 0xbc, 0x62, - 0x29, 0x95, 0x0a, 0xa7, 0x79, 0x29, 0x08, 0xde, 0x83, 0xfa, 0x27, 0x63, 0x0a, 0x8f, 0x40, 0x13, - 0x33, 0x41, 0x04, 0xcf, 0xa5, 0xeb, 0x74, 0x77, 0x7a, 0xad, 0xe3, 0xa7, 0xe1, 0x66, 0x82, 0xb0, - 0x5f, 0xb2, 0xd1, 0x5a, 0x16, 0xfc, 0xdc, 0x05, 0x0d, 0x8b, 0xc2, 0x53, 0x00, 0x2d, 0x1e, 0x33, - 0x42, 0x33, 0xc5, 0x26, 0x8c, 0x0a, 0xd7, 0xe9, 0x3a, 0xbd, 0x07, 0x83, 0xe7, 0xd7, 0x85, 0xdf, - 0x5e, 0xe0, 0x74, 0xf6, 0x2e, 0xd8, 0xd6, 0x04, 0xd1, 0x81, 0x05, 0x87, 0x6b, 0x0c, 0xb6, 0x41, - 0x73, 0x7c, 0x8e, 0x59, 0x16, 0x33, 0xe2, 0x36, 0x74, 0x8f, 0xa8, 0x61, 0xce, 0x43, 0x02, 0xf9, - 0x8d, 0x91, 0x54, 0x58, 0xa8, 0x58, 0x8f, 0xe4, 0xde, 0xeb, 0x3a, 0xbd, 0xd6, 0x71, 0x27, 0x2c, - 0xe7, 0x0d, 0xab, 0x79, 0xc3, 0xb3, 0x6a, 0xde, 0xc1, 0x8b, 0xcb, 0xc2, 0xaf, 0x6d, 0x07, 0xb9, - 0xe9, 0x11, 0x5c, 0xfc, 0xf1, 0x9d, 0x68, 0xdf, 0x12, 0x23, 0x8d, 0xeb, 0x6a, 0xf8, 0xdd, 0x01, - 0x15, 0x18, 0x57, 0xd7, 0xeb, 0xee, 0x18, 0xbf, 0xf6, 0x96, 0xdf, 0x89, 0x15, 0x0c, 0xfa, 0xda, - 0xee, 0x5f, 0xe1, 0x77, 0xee, 0x96, 0xbe, 0xe6, 0x29, 0x53, 0x34, 0xcd, 0xd5, 0xe2, 0xba, 0xf0, - 0x9f, 0xdd, 0x0e, 0x53, 0x69, 0x82, 0x1f, 0x3a, 0xca, 0x23, 0x0b, 0x57, 0x3d, 0xa1, 0x0f, 0x5a, - 0x66, 0x15, 0x31, 0xa1, 0x19, 0x4f, 0xdd, 0x5d, 0x73, 0x31, 0xc0, 0x40, 0x27, 0x1a, 0x81, 0x08, - 0x3c, 0x26, 0x4c, 0x2f, 0x2d, 0x99, 0x2b, 0x2e, 0x62, 0x4c, 0x88, 0xa0, 0x52, 0xba, 0xf7, 0x8d, - 0x10, 0x6e, 0x50, 0xfd, 0x92, 0x81, 0x67, 0xe0, 0xa1, 0x29, 0xa7, 0x24, 0x96, 0x3c, 0x9e, 0x60, - 0xe1, 0xd6, 0xcd, 0xc6, 0x42, 0x9d, 0xfe, 0x77, 0xe1, 0xbf, 0x9c, 0x32, 0x75, 0x3e, 0x4f, 0xc2, - 0x31, 0x4f, 0xd1, 0x98, 0xcb, 0x94, 0x4b, 0xfb, 0x73, 0x28, 0xc9, 0x17, 0xa4, 0x16, 0x39, 0x95, - 0xe1, 0x30, 0x53, 0xd1, 0x9e, 0xed, 0x32, 0xe2, 0x1f, 0xb1, 0x80, 0xaf, 0xc0, 0x01, 0x9e, 0x2b, - 0x9e, 0xb3, 0x19, 0x57, 0x31, 0xcd, 0x70, 0x32, 0xa3, 0xc4, 0x6d, 0x76, 0x9d, 0x5e, 0x33, 0xda, - 0x5f, 0x13, 0x1f, 0x4a, 0x7c, 0x30, 0xbc, 0x5c, 0x7a, 0xce, 0xd5, 0xd2, 0x73, 0xfe, 0x2e, 0x3d, - 0xe7, 0x62, 0xe5, 0xd5, 0xae, 0x56, 0x5e, 0xed, 0xd7, 0xca, 0xab, 0x7d, 0x46, 0x1b, 0xe6, 0x23, - 0xf3, 0x25, 0x1e, 0x9e, 0xe2, 0x44, 0x22, 0xfb, 0x64, 0xbe, 0x1e, 0xbd, 0x45, 0xdf, 0xec, 0xc3, - 0x31, 0x49, 0x92, 0xba, 0x59, 0xc3, 0x9b, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x27, 0x00, 0x84, - 0xdc, 0x55, 0x03, 0x00, 0x00, + 0xb0, 0x58, 0x1b, 0x17, 0x04, 0xa7, 0x56, 0x03, 0xa9, 0xd2, 0x0e, 0x28, 0xdd, 0x89, 0x4b, 0xe4, + 0xd4, 0x6e, 0x67, 0xd1, 0xc4, 0x91, 0xed, 0x22, 0xfa, 0x0b, 0xb8, 0xee, 0xc8, 0xef, 0xe1, 0xb4, + 0xe3, 0x8e, 0x88, 0x43, 0x40, 0xed, 0x8d, 0xe3, 0x7e, 0x01, 0xb2, 0xe3, 0x74, 0xdd, 0x7a, 0x6a, + 0xfd, 0xde, 0xfb, 0xbe, 0xf7, 0x3e, 0x7f, 0x31, 0x68, 0x4b, 0x25, 0x18, 0xa1, 0x68, 0x3c, 0xc3, + 0x2c, 0x45, 0x39, 0x16, 0x38, 0x95, 0x61, 0x2e, 0xb8, 0xe2, 0x70, 0xaf, 0xa4, 0x42, 0x43, 0x75, + 0x9e, 0x4c, 0xf9, 0x94, 0x1b, 0x02, 0xe9, 0x7f, 0xa5, 0xa6, 0xe3, 0x4d, 0x39, 0x9f, 0xce, 0x28, + 0x32, 0xa7, 0x64, 0x3e, 0x41, 0x64, 0x2e, 0xb0, 0x62, 0x3c, 0xb3, 0xbc, 0x7f, 0x97, 0x57, 0x2c, + 0xa5, 0x52, 0xe1, 0x34, 0x2f, 0x05, 0xc1, 0x7b, 0x50, 0xff, 0x64, 0x4c, 0xe1, 0x11, 0x68, 0x62, + 0x26, 0x88, 0xe0, 0xb9, 0x74, 0x9d, 0xee, 0x4e, 0xaf, 0x75, 0xfc, 0x34, 0xdc, 0x4c, 0x10, 0xf6, + 0x4b, 0x36, 0x5a, 0xcb, 0x82, 0x9f, 0xbb, 0xa0, 0x61, 0x51, 0x78, 0x0a, 0xa0, 0xc5, 0x63, 0x46, + 0x68, 0xa6, 0xd8, 0x84, 0x51, 0xe1, 0x3a, 0x5d, 0xa7, 0xf7, 0x60, 0xf0, 0xfc, 0xba, 0xf0, 0xdb, + 0x0b, 0x9c, 0xce, 0xde, 0x05, 0xdb, 0x9a, 0x20, 0x3a, 0xb0, 0xe0, 0x70, 0x8d, 0xc1, 0x36, 0x68, + 0x8e, 0xcf, 0x31, 0xcb, 0x62, 0x46, 0xdc, 0x86, 0xee, 0x11, 0x35, 0xcc, 0x79, 0x48, 0x20, 0xbf, + 0x31, 0x92, 0x0a, 0x0b, 0x15, 0xeb, 0x91, 0xdc, 0x7b, 0x5d, 0xa7, 0xd7, 0x3a, 0xee, 0x84, 0xe5, + 0xbc, 0x61, 0x35, 0x6f, 0x78, 0x56, 0xcd, 0x3b, 0x78, 0x71, 0x59, 0xf8, 0xb5, 0xed, 0x20, 0x37, + 0x3d, 0x82, 0x8b, 0x3f, 0xbe, 0x13, 0xed, 0x5b, 0x62, 0xa4, 0x71, 0x5d, 0x0d, 0xbf, 0x3b, 0xa0, + 0x02, 0xe3, 0xea, 0x7a, 0xdd, 0x1d, 0xe3, 0xd7, 0xde, 0xf2, 0x3b, 0xb1, 0x82, 0x41, 0x5f, 0xdb, + 0xfd, 0x2b, 0xfc, 0xce, 0xdd, 0xd2, 0xd7, 0x3c, 0x65, 0x8a, 0xa6, 0xb9, 0x5a, 0x5c, 0x17, 0xfe, + 0xb3, 0xdb, 0x61, 0x2a, 0x4d, 0xf0, 0x43, 0x47, 0x79, 0x64, 0xe1, 0xaa, 0x27, 0xf4, 0x41, 0xcb, + 0xac, 0x22, 0x26, 0x34, 0xe3, 0xa9, 0xbb, 0x6b, 0x2e, 0x06, 0x18, 0xe8, 0x44, 0x23, 0x10, 0x81, + 0xc7, 0x84, 0xe9, 0xa5, 0x25, 0x73, 0xc5, 0x45, 0x8c, 0x09, 0x11, 0x54, 0x4a, 0xf7, 0xbe, 0x11, + 0xc2, 0x0d, 0xaa, 0x5f, 0x32, 0xf0, 0x0c, 0x3c, 0x34, 0xe5, 0x94, 0xc4, 0x92, 0xc7, 0x13, 0x2c, + 0xdc, 0xba, 0xd9, 0x58, 0xa8, 0xd3, 0xff, 0x2e, 0xfc, 0x97, 0x53, 0xa6, 0xce, 0xe7, 0x49, 0x38, + 0xe6, 0x29, 0x1a, 0x73, 0x99, 0x72, 0x69, 0x7f, 0x0e, 0x25, 0xf9, 0x82, 0xd4, 0x22, 0xa7, 0x32, + 0x1c, 0x66, 0x2a, 0xda, 0xb3, 0x5d, 0x46, 0xfc, 0x23, 0x16, 0xf0, 0x15, 0x38, 0xc0, 0x73, 0xc5, + 0x73, 0x36, 0xe3, 0x2a, 0xa6, 0x19, 0x4e, 0x66, 0x94, 0xb8, 0xcd, 0xae, 0xd3, 0x6b, 0x46, 0xfb, + 0x6b, 0xe2, 0x43, 0x89, 0x0f, 0x86, 0x97, 0x4b, 0xcf, 0xb9, 0x5a, 0x7a, 0xce, 0xdf, 0xa5, 0xe7, + 0x5c, 0xac, 0xbc, 0xda, 0xd5, 0xca, 0xab, 0xfd, 0x5a, 0x79, 0xb5, 0xcf, 0x68, 0xc3, 0x7c, 0x64, + 0xbe, 0xc4, 0xc3, 0x53, 0x9c, 0x48, 0x64, 0x9f, 0xcc, 0xd7, 0xa3, 0xb7, 0xe8, 0x9b, 0x7d, 0x38, + 0x26, 0x49, 0x52, 0x37, 0x6b, 0x78, 0xf3, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xaf, 0xdb, 0x84, 0xaa, + 0x55, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/query.pb.go b/x/claim/types/query.pb.go index 090f5fd1d3..4bba797975 100644 --- a/x/claim/types/query.pb.go +++ b/x/claim/types/query.pb.go @@ -6,7 +6,7 @@ package types import ( context "context" fmt "fmt" - types2 "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + types2 "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types1 "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" @@ -927,7 +927,7 @@ var fileDescriptor_baa87682a02846df = []byte{ // 1227 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4d, 0x6f, 0x1b, 0xc5, 0x1b, 0xcf, 0x24, 0x6d, 0xda, 0x4e, 0x12, 0x47, 0x99, 0x26, 0xa9, 0xbd, 0x69, 0x6c, 0xff, 0xe7, - 0x4f, 0x12, 0x23, 0x35, 0xbb, 0x24, 0x45, 0x20, 0x71, 0x01, 0x1c, 0x5e, 0x1a, 0x54, 0xa4, 0xb2, + 0x4f, 0x12, 0x23, 0x35, 0xbb, 0x24, 0x45, 0x08, 0x71, 0x01, 0x1c, 0x5e, 0x1a, 0x54, 0xa4, 0xb2, 0x29, 0x91, 0xe0, 0x62, 0x8d, 0x77, 0x27, 0x66, 0x85, 0xbd, 0xeb, 0xec, 0xcc, 0x56, 0x44, 0x55, 0x85, 0x80, 0x03, 0x37, 0x88, 0x04, 0x7c, 0x08, 0x90, 0x38, 0xf0, 0x11, 0x38, 0x20, 0xf5, 0x58, 0x89, 0x0b, 0x07, 0x48, 0x51, 0xc2, 0x27, 0x88, 0x04, 0x67, 0xb4, 0x33, 0xcf, 0x3a, 0xbb, 0xce, @@ -1001,7 +1001,7 @@ var fileDescriptor_baa87682a02846df = []byte{ 0xfd, 0x7e, 0x58, 0x46, 0xfb, 0x47, 0xe5, 0x91, 0x47, 0x47, 0xe5, 0x91, 0x5f, 0x8e, 0xca, 0x23, 0xef, 0x5b, 0x29, 0x56, 0xdc, 0x52, 0xc1, 0x56, 0x6f, 0xb3, 0xa6, 0xb0, 0x92, 0xc7, 0xeb, 0xda, 0x8b, 0xd6, 0x47, 0x49, 0xcb, 0x63, 0x8a, 0x6c, 0x8e, 0xab, 0x27, 0xc8, 0xcd, 0xbf, 0x03, 0x00, - 0x00, 0xff, 0xff, 0x2b, 0x48, 0x65, 0xf1, 0x90, 0x0f, 0x00, 0x00, + 0x00, 0xff, 0xff, 0xa3, 0x93, 0x65, 0x87, 0x90, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/types/tx.pb.go b/x/claim/types/tx.pb.go index 1111fee3df..5b5aae262a 100644 --- a/x/claim/types/tx.pb.go +++ b/x/claim/types/tx.pb.go @@ -448,45 +448,45 @@ var fileDescriptor_9d435242bf328977 = []byte{ // 646 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4f, 0x4f, 0xdb, 0x4e, 0x10, 0x8d, 0x7f, 0x09, 0x7f, 0xb2, 0xfc, 0xa0, 0xb0, 0x02, 0xc9, 0x58, 0xc5, 0xb1, 0x7c, 0x40, - 0x96, 0x2a, 0xec, 0x42, 0x0f, 0x95, 0x7a, 0x2a, 0x81, 0x56, 0x42, 0x82, 0x8b, 0x41, 0xaa, 0x84, - 0x54, 0x45, 0x6b, 0x7b, 0x6a, 0x56, 0xb5, 0xbd, 0x91, 0x77, 0x43, 0xe1, 0x13, 0xf4, 0xca, 0xe7, - 0xe8, 0x27, 0xe1, 0xc8, 0xb1, 0xea, 0x21, 0xad, 0xe0, 0xdc, 0x0b, 0xa7, 0x1e, 0x2b, 0xef, 0x3a, - 0xc1, 0x21, 0xa1, 0xe5, 0xd0, 0x93, 0x3d, 0xef, 0xcd, 0xbe, 0xdd, 0x99, 0x37, 0xbb, 0x68, 0x85, - 0x8b, 0x9c, 0x46, 0xe0, 0x85, 0x09, 0xa1, 0xa9, 0x27, 0xce, 0xdc, 0x6e, 0xce, 0x04, 0xc3, 0xff, - 0x2b, 0xd8, 0x95, 0xb0, 0xb1, 0x1c, 0xb3, 0x98, 0x49, 0xc2, 0x2b, 0xfe, 0x54, 0x8e, 0x61, 0x86, - 0x8c, 0xa7, 0x8c, 0x7b, 0x01, 0xe1, 0xe0, 0x9d, 0x6e, 0x06, 0x20, 0xc8, 0xa6, 0x17, 0x32, 0x9a, - 0x29, 0xde, 0xfe, 0xa5, 0x21, 0xfd, 0x80, 0xc7, 0x87, 0x20, 0xb6, 0x69, 0x1e, 0xe5, 0xac, 0xbb, - 0x9d, 0x24, 0x2c, 0x24, 0x82, 0xb2, 0x8c, 0xe3, 0xa7, 0xa8, 0x49, 0x54, 0xc8, 0x72, 0x5d, 0xb3, - 0x34, 0xa7, 0xe9, 0xdf, 0x01, 0x78, 0x1f, 0x61, 0xa2, 0xd6, 0x74, 0x68, 0x04, 0x99, 0xa0, 0x1f, - 0x28, 0xe4, 0xfa, 0x7f, 0x45, 0x5a, 0x7b, 0xed, 0xb6, 0xdf, 0x5a, 0x3d, 0x27, 0x69, 0xf2, 0xca, - 0x1e, 0xcf, 0xb1, 0xfd, 0xa5, 0x12, 0xdc, 0x1b, 0x62, 0x78, 0x19, 0x4d, 0xf5, 0x38, 0xe4, 0x5c, - 0xaf, 0x5b, 0x75, 0xa7, 0xe9, 0xab, 0x00, 0x1f, 0xa3, 0x99, 0x4f, 0x40, 0xe3, 0x13, 0xc1, 0xf5, - 0x46, 0x81, 0xb7, 0x5f, 0x5f, 0xf6, 0x5b, 0xb5, 0x6f, 0xfd, 0xd6, 0x7a, 0x4c, 0xc5, 0x49, 0x2f, - 0x70, 0x43, 0x96, 0x7a, 0x65, 0x89, 0xea, 0xb3, 0xc1, 0xa3, 0x8f, 0x9e, 0x38, 0xef, 0x02, 0x77, - 0x77, 0x21, 0xbc, 0xed, 0xb7, 0x16, 0xd4, 0x31, 0x4a, 0x19, 0xdb, 0x1f, 0x08, 0xda, 0x36, 0xb2, - 0x1e, 0xaa, 0xdc, 0x07, 0xde, 0x65, 0x19, 0x07, 0xdb, 0x41, 0xf8, 0x80, 0xc7, 0x3b, 0x45, 0x83, - 0xdf, 0xe6, 0x00, 0xdb, 0x29, 0xeb, 0x65, 0x02, 0x63, 0xd4, 0x28, 0x8e, 0x57, 0xb6, 0x44, 0xfe, - 0xdb, 0x17, 0x1a, 0x32, 0xc6, 0x53, 0x07, 0x42, 0x38, 0x47, 0x0b, 0xd2, 0x26, 0x88, 0x3a, 0x44, - 0x32, 0xb2, 0xce, 0xb9, 0xad, 0x55, 0x57, 0x1d, 0xdb, 0x2d, 0x0c, 0x72, 0x4b, 0x83, 0xdc, 0x1d, - 0x46, 0xb3, 0xf6, 0xf3, 0xa2, 0xd4, 0x2f, 0xdf, 0x5b, 0xce, 0x23, 0x4a, 0x2d, 0x16, 0x70, 0x7f, - 0xbe, 0xdc, 0x42, 0xed, 0x6d, 0xff, 0xd4, 0xd0, 0x62, 0x71, 0xa4, 0x1c, 0x88, 0x80, 0xb2, 0x48, - 0x6c, 0xa1, 0xb9, 0x88, 0x16, 0x83, 0x13, 0xf4, 0xee, 0x5c, 0xad, 0x42, 0xd8, 0x44, 0xe8, 0xbe, - 0x9f, 0x7e, 0x05, 0xc1, 0xab, 0x68, 0x36, 0x3c, 0x21, 0x34, 0xeb, 0xd0, 0x48, 0x9f, 0x96, 0xec, - 0x8c, 0x8c, 0xf7, 0xa2, 0xc2, 0xc4, 0x08, 0x32, 0x96, 0xea, 0x53, 0x12, 0x57, 0x01, 0x5e, 0x43, - 0x88, 0x0b, 0x92, 0x8b, 0x8e, 0xa0, 0x29, 0xe8, 0x75, 0x4b, 0x73, 0x1a, 0x7e, 0x53, 0x22, 0x47, - 0x34, 0x05, 0x6c, 0xa0, 0xd9, 0xa8, 0x97, 0xcb, 0xc6, 0xeb, 0x0d, 0x49, 0x0e, 0x63, 0xfc, 0x0c, - 0x2d, 0x91, 0x9e, 0x60, 0x5d, 0x9a, 0x30, 0xd1, 0x81, 0x8c, 0x04, 0x09, 0x44, 0xfa, 0x8c, 0xa5, - 0x39, 0xb3, 0xfe, 0xe2, 0x90, 0x78, 0xa3, 0x70, 0xdb, 0x90, 0xa3, 0x3c, 0x52, 0xee, 0xd0, 0xc8, - 0x23, 0xd9, 0x8a, 0x5d, 0x48, 0xe0, 0x1f, 0xb6, 0xa2, 0xdc, 0x71, 0x44, 0x75, 0xb0, 0xe3, 0xd6, - 0xe7, 0x3a, 0xaa, 0x1f, 0xf0, 0x18, 0x33, 0xb4, 0x32, 0xf9, 0x76, 0xad, 0xbb, 0xd5, 0xfb, 0xeb, - 0x3e, 0x34, 0x8b, 0x86, 0xfb, 0xb8, 0xbc, 0xe1, 0xa8, 0xbd, 0x47, 0x4f, 0xee, 0x0f, 0xac, 0x35, - 0x26, 0x71, 0x2f, 0xc3, 0x70, 0xfe, 0x96, 0x31, 0x94, 0x7f, 0x87, 0xe6, 0x47, 0x27, 0xca, 0x1c, - 0x5f, 0x5a, 0xe5, 0x8d, 0xf5, 0x3f, 0xf3, 0x55, 0xe1, 0x51, 0x7f, 0xc6, 0x85, 0x47, 0xf8, 0x09, - 0xc2, 0x13, 0x9d, 0x68, 0xef, 0x5d, 0x5e, 0x9b, 0xda, 0xd5, 0xb5, 0xa9, 0xfd, 0xb8, 0x36, 0xb5, - 0x8b, 0x1b, 0xb3, 0x76, 0x75, 0x63, 0xd6, 0xbe, 0xde, 0x98, 0xb5, 0x63, 0xaf, 0x72, 0xb5, 0x0e, - 0xa5, 0xd6, 0xc6, 0x3e, 0x09, 0xb8, 0x57, 0xbe, 0xb7, 0xa7, 0x9b, 0x2f, 0xbd, 0xb3, 0xc1, 0xab, - 0x5b, 0xdc, 0xb3, 0x60, 0x5a, 0xbe, 0x9a, 0x2f, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x6d, 0xbe, - 0x3b, 0x5d, 0x92, 0x05, 0x00, 0x00, + 0x96, 0x2a, 0xec, 0x42, 0x2f, 0x55, 0x4f, 0x25, 0xd0, 0x4a, 0x48, 0x70, 0x31, 0x48, 0x95, 0x90, + 0xaa, 0x68, 0x6d, 0x4f, 0xcd, 0xaa, 0xb6, 0x37, 0xf2, 0x6e, 0x28, 0x7c, 0x82, 0x5e, 0xf9, 0x1c, + 0xfd, 0x24, 0x1c, 0x39, 0x56, 0x3d, 0xa4, 0x15, 0x9c, 0x7b, 0xe1, 0xd4, 0x63, 0xe5, 0x5d, 0x27, + 0x38, 0x24, 0xb4, 0x1c, 0x7a, 0xb2, 0xe7, 0xbd, 0xd9, 0xb7, 0x3b, 0xf3, 0x66, 0x17, 0xad, 0x70, + 0x91, 0xd3, 0x08, 0xbc, 0x30, 0x21, 0x34, 0xf5, 0xc4, 0x99, 0xdb, 0xcd, 0x99, 0x60, 0xf8, 0x7f, + 0x05, 0xbb, 0x12, 0x36, 0x96, 0x63, 0x16, 0x33, 0x49, 0x78, 0xc5, 0x9f, 0xca, 0x31, 0xcc, 0x90, + 0xf1, 0x94, 0x71, 0x2f, 0x20, 0x1c, 0xbc, 0xd3, 0xcd, 0x00, 0x04, 0xd9, 0xf4, 0x42, 0x46, 0x33, + 0xc5, 0xdb, 0xbf, 0x34, 0xa4, 0x1f, 0xf0, 0xf8, 0x10, 0xc4, 0x36, 0xcd, 0xa3, 0x9c, 0x75, 0xb7, + 0x93, 0x84, 0x85, 0x44, 0x50, 0x96, 0x71, 0xfc, 0x14, 0x35, 0x89, 0x0a, 0x59, 0xae, 0x6b, 0x96, + 0xe6, 0x34, 0xfd, 0x3b, 0x00, 0xef, 0x23, 0x4c, 0xd4, 0x9a, 0x0e, 0x8d, 0x20, 0x13, 0xf4, 0x03, + 0x85, 0x5c, 0xff, 0xaf, 0x48, 0x6b, 0xaf, 0xdd, 0xf6, 0x5b, 0xab, 0xe7, 0x24, 0x4d, 0x5e, 0xd9, + 0xe3, 0x39, 0xb6, 0xbf, 0x54, 0x82, 0x7b, 0x43, 0x0c, 0x2f, 0xa3, 0xa9, 0x1e, 0x87, 0x9c, 0xeb, + 0x75, 0xab, 0xee, 0x34, 0x7d, 0x15, 0xe0, 0x63, 0x34, 0xf3, 0x09, 0x68, 0x7c, 0x22, 0xb8, 0xde, + 0x28, 0xf0, 0xf6, 0xeb, 0xcb, 0x7e, 0xab, 0xf6, 0xad, 0xdf, 0x5a, 0x8f, 0xa9, 0x38, 0xe9, 0x05, + 0x6e, 0xc8, 0x52, 0xaf, 0x2c, 0x51, 0x7d, 0x36, 0x78, 0xf4, 0xd1, 0x13, 0xe7, 0x5d, 0xe0, 0xee, + 0x2e, 0x84, 0xb7, 0xfd, 0xd6, 0x82, 0x3a, 0x46, 0x29, 0x63, 0xfb, 0x03, 0x41, 0xdb, 0x46, 0xd6, + 0x43, 0x95, 0xfb, 0xc0, 0xbb, 0x2c, 0xe3, 0x60, 0x3b, 0x08, 0x1f, 0xf0, 0x78, 0xa7, 0x68, 0xf0, + 0xdb, 0x1c, 0x60, 0x3b, 0x65, 0xbd, 0x4c, 0x60, 0x8c, 0x1a, 0xc5, 0xf1, 0xca, 0x96, 0xc8, 0x7f, + 0xfb, 0x42, 0x43, 0xc6, 0x78, 0xea, 0x40, 0x08, 0xe7, 0x68, 0x41, 0xda, 0x04, 0x51, 0x87, 0x48, + 0x46, 0xd6, 0x39, 0xb7, 0xb5, 0xea, 0xaa, 0x63, 0xbb, 0x85, 0x41, 0x6e, 0x69, 0x90, 0xbb, 0xc3, + 0x68, 0xd6, 0x7e, 0x5e, 0x94, 0xfa, 0xe5, 0x7b, 0xcb, 0x79, 0x44, 0xa9, 0xc5, 0x02, 0xee, 0xcf, + 0x97, 0x5b, 0xa8, 0xbd, 0xed, 0x9f, 0x1a, 0x5a, 0x2c, 0x8e, 0x94, 0x03, 0x11, 0x50, 0x16, 0x89, + 0x2d, 0x34, 0x17, 0xd1, 0x62, 0x70, 0x82, 0xde, 0x9d, 0xab, 0x55, 0x08, 0x9b, 0x08, 0xdd, 0xf7, + 0xd3, 0xaf, 0x20, 0x78, 0x15, 0xcd, 0x86, 0x27, 0x84, 0x66, 0x1d, 0x1a, 0xe9, 0xd3, 0x92, 0x9d, + 0x91, 0xf1, 0x5e, 0x54, 0x98, 0x18, 0x41, 0xc6, 0x52, 0x7d, 0x4a, 0xe2, 0x2a, 0xc0, 0x6b, 0x08, + 0x71, 0x41, 0x72, 0xd1, 0x11, 0x34, 0x05, 0xbd, 0x6e, 0x69, 0x4e, 0xc3, 0x6f, 0x4a, 0xe4, 0x88, + 0xa6, 0x80, 0x0d, 0x34, 0x1b, 0xf5, 0x72, 0xd9, 0x78, 0xbd, 0x21, 0xc9, 0x61, 0x8c, 0x9f, 0xa1, + 0x25, 0xd2, 0x13, 0xac, 0x4b, 0x13, 0x26, 0x3a, 0x90, 0x91, 0x20, 0x81, 0x48, 0x9f, 0xb1, 0x34, + 0x67, 0xd6, 0x5f, 0x1c, 0x12, 0x6f, 0x14, 0x6e, 0x1b, 0x72, 0x94, 0x47, 0xca, 0x1d, 0x1a, 0x79, + 0x24, 0x5b, 0xb1, 0x0b, 0x09, 0xfc, 0xc3, 0x56, 0x94, 0x3b, 0x8e, 0xa8, 0x0e, 0x76, 0xdc, 0xfa, + 0x5c, 0x47, 0xf5, 0x03, 0x1e, 0x63, 0x86, 0x56, 0x26, 0xdf, 0xae, 0x75, 0xb7, 0x7a, 0x7f, 0xdd, + 0x87, 0x66, 0xd1, 0x70, 0x1f, 0x97, 0x37, 0x1c, 0xb5, 0xf7, 0xe8, 0xc9, 0xfd, 0x81, 0xb5, 0xc6, + 0x24, 0xee, 0x65, 0x18, 0xce, 0xdf, 0x32, 0x86, 0xf2, 0xef, 0xd0, 0xfc, 0xe8, 0x44, 0x99, 0xe3, + 0x4b, 0xab, 0xbc, 0xb1, 0xfe, 0x67, 0xbe, 0x2a, 0x3c, 0xea, 0xcf, 0xb8, 0xf0, 0x08, 0x3f, 0x41, + 0x78, 0xa2, 0x13, 0xed, 0xbd, 0xcb, 0x6b, 0x53, 0xbb, 0xba, 0x36, 0xb5, 0x1f, 0xd7, 0xa6, 0x76, + 0x71, 0x63, 0xd6, 0xae, 0x6e, 0xcc, 0xda, 0xd7, 0x1b, 0xb3, 0x76, 0xec, 0x55, 0xae, 0xd6, 0xa1, + 0xd4, 0xda, 0xd8, 0x27, 0x01, 0xf7, 0xca, 0xf7, 0xf6, 0x74, 0xf3, 0xa5, 0x77, 0x36, 0x78, 0x75, + 0x8b, 0x7b, 0x16, 0x4c, 0xcb, 0x57, 0xf3, 0xc5, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x65, + 0x3b, 0x2b, 0x92, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/vesting/client/cli/tx.go b/x/claim/vesting/client/cli/tx.go index f0ca23e2fd..68ee05bb35 100644 --- a/x/claim/vesting/client/cli/tx.go +++ b/x/claim/vesting/client/cli/tx.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) // GetTxCmd returns stride vesting module's transaction commands. diff --git a/x/claim/vesting/client/testutil/suite.go b/x/claim/vesting/client/testutil/suite.go index be316650a1..64dad6e347 100644 --- a/x/claim/vesting/client/testutil/suite.go +++ b/x/claim/vesting/client/testutil/suite.go @@ -3,7 +3,7 @@ package testutil import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/testutil/network" + "github.com/Stride-Labs/stride/v18/testutil/network" ) type IntegrationTestSuite struct { diff --git a/x/claim/vesting/handler.go b/x/claim/vesting/handler.go index 833d70aa6b..52452e0c17 100644 --- a/x/claim/vesting/handler.go +++ b/x/claim/vesting/handler.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) // NewHandler returns a handler for x/auth message types. diff --git a/x/claim/vesting/module.go b/x/claim/vesting/module.go index 920629e4a7..e161b7f1dc 100644 --- a/x/claim/vesting/module.go +++ b/x/claim/vesting/module.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/client/cli" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/client/cli" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) var ( diff --git a/x/claim/vesting/msg_server.go b/x/claim/vesting/msg_server.go index 5757d7134c..97009f6173 100644 --- a/x/claim/vesting/msg_server.go +++ b/x/claim/vesting/msg_server.go @@ -3,7 +3,7 @@ package vesting import ( "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) type msgServer struct { diff --git a/x/claim/vesting/types/codec.go b/x/claim/vesting/types/codec.go index 70470373ae..1a590d4469 100644 --- a/x/claim/vesting/types/codec.go +++ b/x/claim/vesting/types/codec.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/msgservice" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/exported" ) // RegisterLegacyAminoCodec registers the vesting interfaces and concrete types on the diff --git a/x/claim/vesting/types/common_test.go b/x/claim/vesting/types/common_test.go index f7c7543fa3..f69a5927c5 100644 --- a/x/claim/vesting/types/common_test.go +++ b/x/claim/vesting/types/common_test.go @@ -1,7 +1,7 @@ package types_test import ( - strideApp "github.com/Stride-Labs/stride/v17/app" + strideApp "github.com/Stride-Labs/stride/v18/app" ) var ( diff --git a/x/claim/vesting/types/tx.pb.go b/x/claim/vesting/types/tx.pb.go index 8052c58d4e..f0b7ef518e 100644 --- a/x/claim/vesting/types/tx.pb.go +++ b/x/claim/vesting/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_5ebed07aad5e90bd = []byte{ 0xd3, 0x9d, 0x02, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x3c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0xac, 0x57, 0xd7, 0x27, 0x31, - 0xa9, 0x58, 0x1f, 0x66, 0x81, 0xa1, 0xb9, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, + 0xa9, 0x58, 0x1f, 0x66, 0x81, 0xa1, 0x85, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, 0xb2, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x85, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x6d, 0x54, 0x29, 0xa3, 0x8b, 0x00, 0x00, 0x00, + 0xd2, 0x88, 0xa1, 0xfc, 0x8b, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/vesting/types/vesting.pb.go b/x/claim/vesting/types/vesting.pb.go index 2af0660d10..4b98b95b9d 100644 --- a/x/claim/vesting/types/vesting.pb.go +++ b/x/claim/vesting/types/vesting.pb.go @@ -187,41 +187,41 @@ var fileDescriptor_41f0278a453c26b3 = []byte{ // 590 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x6f, 0xd3, 0x3e, 0x1c, 0x8d, 0xd7, 0xae, 0xff, 0xfd, 0x5d, 0xd8, 0x46, 0x18, 0x25, 0x4c, 0x23, 0xa9, 0x72, 0xea, - 0x65, 0x09, 0x1d, 0x87, 0x49, 0xbd, 0x11, 0x24, 0xa4, 0x89, 0x1d, 0x20, 0x4c, 0x1c, 0x76, 0x89, - 0x9c, 0xc4, 0xa4, 0x16, 0x4d, 0x5c, 0xc5, 0xee, 0x44, 0xbf, 0x01, 0x12, 0x17, 0x90, 0x38, 0x70, - 0xdc, 0x99, 0x4f, 0x32, 0x89, 0x4b, 0xc5, 0x89, 0x53, 0x41, 0xad, 0xf8, 0x02, 0xfb, 0x04, 0x28, - 0xb6, 0xd3, 0xb2, 0xec, 0x50, 0x8d, 0x53, 0x62, 0xff, 0xfc, 0x9e, 0xdf, 0xef, 0xd9, 0xcf, 0x70, - 0x8f, 0xf1, 0x9c, 0xc4, 0xd8, 0x3d, 0xc3, 0x8c, 0x93, 0x2c, 0x29, 0xbf, 0xce, 0x30, 0xa7, 0x9c, - 0xea, 0x9b, 0xb2, 0xea, 0xa8, 0xd9, 0xdd, 0x9d, 0x84, 0x26, 0x54, 0x94, 0xdc, 0xe2, 0x4f, 0xae, - 0xda, 0x35, 0x23, 0xca, 0x52, 0xca, 0xdc, 0x10, 0x31, 0xec, 0x9e, 0x75, 0x43, 0xcc, 0x51, 0xd7, - 0x8d, 0x28, 0xc9, 0x2a, 0x75, 0x34, 0xe2, 0xfd, 0x45, 0xbd, 0x18, 0xc8, 0xba, 0xfd, 0xbd, 0x0e, - 0x75, 0x0f, 0x31, 0xfc, 0x5a, 0xee, 0xf2, 0x24, 0x8a, 0xe8, 0x28, 0xe3, 0xfa, 0x11, 0xbc, 0x55, - 0x30, 0x06, 0x48, 0x8e, 0x0d, 0xd0, 0x06, 0x9d, 0xe6, 0x41, 0xdb, 0x91, 0x6c, 0x8e, 0x20, 0x50, - 0x6c, 0x4e, 0x01, 0x57, 0x38, 0xaf, 0x3e, 0x99, 0x5a, 0xc0, 0x6f, 0x86, 0xcb, 0x29, 0xfd, 0x13, - 0x80, 0xdb, 0x34, 0x27, 0x09, 0xc9, 0xd0, 0x20, 0x50, 0xcd, 0x18, 0x6b, 0xed, 0x5a, 0xa7, 0x79, - 0xf0, 0xa0, 0xe4, 0x2b, 0xd6, 0x2f, 0xf8, 0x9e, 0x52, 0x92, 0x79, 0xcf, 0x2f, 0xa6, 0x96, 0x76, - 0x39, 0xb5, 0xee, 0x8f, 0x51, 0x3a, 0xe8, 0xd9, 0x55, 0x02, 0xfb, 0xeb, 0x4f, 0xab, 0x93, 0x10, - 0xde, 0x1f, 0x85, 0x4e, 0x44, 0x53, 0x57, 0x75, 0x29, 0x3f, 0xfb, 0x2c, 0x7e, 0xeb, 0xf2, 0xf1, - 0x10, 0x33, 0xc1, 0xc5, 0xfc, 0xad, 0x12, 0xae, 0xba, 0xd4, 0x3f, 0x00, 0xb8, 0x19, 0xe3, 0x01, - 0x4e, 0x10, 0xc7, 0x71, 0xf0, 0x26, 0xc7, 0xd8, 0xa8, 0xad, 0x52, 0x74, 0xa4, 0x14, 0xdd, 0x93, - 0x8a, 0xae, 0xc2, 0x6f, 0xa6, 0xe7, 0xf6, 0x02, 0xfc, 0x2c, 0xc7, 0x58, 0xff, 0x0c, 0xe0, 0x9d, - 0x25, 0x5d, 0x69, 0x51, 0x7d, 0x95, 0xa0, 0x63, 0x25, 0xc8, 0xa8, 0x0a, 0xfa, 0x27, 0x8f, 0xb6, - 0x17, 0xf8, 0xd2, 0x24, 0x07, 0x6e, 0xe0, 0x2c, 0x0e, 0x38, 0x49, 0xb1, 0xb1, 0xde, 0x06, 0x9d, - 0x9a, 0x77, 0xf7, 0x72, 0x6a, 0x6d, 0xc9, 0xdd, 0xca, 0x8a, 0xed, 0xff, 0x87, 0xb3, 0xf8, 0x84, - 0xa4, 0xb8, 0xb7, 0xf1, 0xfe, 0xdc, 0xd2, 0xbe, 0x9c, 0x5b, 0x9a, 0xfd, 0x0d, 0xc0, 0xc6, 0x0b, - 0x9c, 0x13, 0x1a, 0xeb, 0x0f, 0x21, 0x64, 0x1c, 0xe5, 0x5c, 0xd2, 0x14, 0xd7, 0xa8, 0xe6, 0xff, - 0x2f, 0x66, 0x0a, 0x8c, 0xde, 0x82, 0x8d, 0x01, 0xce, 0x12, 0xde, 0x37, 0xd6, 0x44, 0x49, 0x8d, - 0xf4, 0x08, 0x36, 0x50, 0x2a, 0x6e, 0xde, 0xca, 0x73, 0x79, 0x54, 0xd8, 0x70, 0xa3, 0x56, 0x15, - 0xb5, 0x6e, 0xc1, 0x26, 0x8a, 0x38, 0xa1, 0x59, 0x50, 0x54, 0x8d, 0x7a, 0x1b, 0x74, 0xd6, 0x7d, - 0x28, 0xa7, 0x4e, 0xc6, 0x43, 0xdc, 0xab, 0x8b, 0x6e, 0x7e, 0x03, 0xb8, 0xf7, 0x4a, 0x64, 0x51, - 0xf6, 0x44, 0xa2, 0x4a, 0x58, 0x4e, 0xe1, 0x8e, 0x08, 0x8b, 0xf2, 0xbd, 0x12, 0x1a, 0xdb, 0xb9, - 0x1a, 0x64, 0xe7, 0x7a, 0xdc, 0x54, 0x6c, 0xf4, 0xf0, 0x7a, 0x10, 0x03, 0xb8, 0x55, 0xd2, 0x0e, - 0xc5, 0xee, 0x4c, 0x39, 0xd2, 0xaa, 0xd2, 0x4a, 0x71, 0x9e, 0xa9, 0x6e, 0x45, 0x4b, 0x9e, 0x53, - 0x05, 0x6c, 0xfb, 0x9b, 0x6a, 0x46, 0x2e, 0x67, 0xcb, 0x53, 0xf3, 0x5e, 0x5e, 0xcc, 0x4c, 0x30, - 0x99, 0x99, 0xe0, 0xd7, 0xcc, 0x04, 0x1f, 0xe7, 0xa6, 0x36, 0x99, 0x9b, 0xda, 0x8f, 0xb9, 0xa9, - 0x9d, 0x1e, 0xfe, 0x65, 0xad, 0x74, 0x62, 0xff, 0x18, 0x85, 0xcc, 0x2d, 0xdf, 0xaf, 0xee, 0xa1, - 0xfb, 0xce, 0x8d, 0x06, 0x88, 0xa4, 0x8b, 0xb7, 0x4c, 0xf8, 0x1d, 0x36, 0xc4, 0x23, 0xf3, 0xf8, - 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x20, 0x80, 0xe7, 0x94, 0xea, 0x04, 0x00, 0x00, + 0x65, 0x09, 0x1d, 0x07, 0x50, 0x6f, 0x04, 0x09, 0x69, 0x62, 0x07, 0x08, 0x13, 0x87, 0x5d, 0x22, + 0x27, 0x31, 0xa9, 0x45, 0x13, 0x57, 0xb1, 0x3b, 0xd1, 0x6f, 0x80, 0xc4, 0x05, 0x24, 0x0e, 0x1c, + 0x77, 0xe6, 0x93, 0x4c, 0xe2, 0x52, 0x71, 0xe2, 0x54, 0x50, 0x2b, 0xbe, 0xc0, 0x3e, 0x01, 0x8a, + 0xed, 0xb4, 0x2c, 0x3b, 0x54, 0xe3, 0x94, 0xd8, 0x3f, 0xbf, 0xe7, 0xf7, 0x7b, 0xf6, 0x33, 0xdc, + 0x63, 0x3c, 0x27, 0x31, 0x76, 0x4f, 0x31, 0xe3, 0x24, 0x4b, 0xca, 0xaf, 0x33, 0xcc, 0x29, 0xa7, + 0xfa, 0xa6, 0xac, 0x3a, 0x6a, 0x76, 0x77, 0x27, 0xa1, 0x09, 0x15, 0x25, 0xb7, 0xf8, 0x93, 0xab, + 0x76, 0xcd, 0x88, 0xb2, 0x94, 0x32, 0x37, 0x44, 0x0c, 0xbb, 0xa7, 0xdd, 0x10, 0x73, 0xd4, 0x75, + 0x23, 0x4a, 0xb2, 0x4a, 0x1d, 0x8d, 0x78, 0x7f, 0x51, 0x2f, 0x06, 0xb2, 0x6e, 0x7f, 0xaf, 0x43, + 0xdd, 0x43, 0x0c, 0xbf, 0x96, 0xbb, 0x3c, 0x89, 0x22, 0x3a, 0xca, 0xb8, 0x7e, 0x08, 0x6f, 0x14, + 0x8c, 0x01, 0x92, 0x63, 0x03, 0xb4, 0x41, 0xa7, 0x79, 0xd0, 0x76, 0x24, 0x9b, 0x23, 0x08, 0x14, + 0x9b, 0x53, 0xc0, 0x15, 0xce, 0xab, 0x4f, 0xa6, 0x16, 0xf0, 0x9b, 0xe1, 0x72, 0x4a, 0xff, 0x04, + 0xe0, 0x36, 0xcd, 0x49, 0x42, 0x32, 0x34, 0x08, 0x54, 0x33, 0xc6, 0x5a, 0xbb, 0xd6, 0x69, 0x1e, + 0xdc, 0x2b, 0xf9, 0x8a, 0xf5, 0x0b, 0xbe, 0xa7, 0x94, 0x64, 0xde, 0xf3, 0xf3, 0xa9, 0xa5, 0x5d, + 0x4c, 0xad, 0xbb, 0x63, 0x94, 0x0e, 0x7a, 0x76, 0x95, 0xc0, 0xfe, 0xfa, 0xd3, 0xea, 0x24, 0x84, + 0xf7, 0x47, 0xa1, 0x13, 0xd1, 0xd4, 0x55, 0x5d, 0xca, 0xcf, 0x3e, 0x8b, 0xdf, 0xba, 0x7c, 0x3c, + 0xc4, 0x4c, 0x70, 0x31, 0x7f, 0xab, 0x84, 0xab, 0x2e, 0xf5, 0x0f, 0x00, 0x6e, 0xc6, 0x78, 0x80, + 0x13, 0xc4, 0x71, 0x1c, 0xbc, 0xc9, 0x31, 0x36, 0x6a, 0xab, 0x14, 0x1d, 0x2a, 0x45, 0x77, 0xa4, + 0xa2, 0xcb, 0xf0, 0xeb, 0xe9, 0xb9, 0xb9, 0x00, 0x3f, 0xcb, 0x31, 0xd6, 0x3f, 0x03, 0x78, 0x6b, + 0x49, 0x57, 0x5a, 0x54, 0x5f, 0x25, 0xe8, 0x48, 0x09, 0x32, 0xaa, 0x82, 0xfe, 0xc9, 0xa3, 0xed, + 0x05, 0xbe, 0x34, 0xc9, 0x81, 0x1b, 0x38, 0x8b, 0x03, 0x4e, 0x52, 0x6c, 0xac, 0xb7, 0x41, 0xa7, + 0xe6, 0xdd, 0xbe, 0x98, 0x5a, 0x5b, 0x72, 0xb7, 0xb2, 0x62, 0xfb, 0xff, 0xe1, 0x2c, 0x3e, 0x26, + 0x29, 0xee, 0x6d, 0xbc, 0x3f, 0xb3, 0xb4, 0x2f, 0x67, 0x96, 0x66, 0x7f, 0x03, 0xb0, 0xf1, 0x02, + 0xe7, 0x84, 0xc6, 0xfa, 0x7d, 0x08, 0x19, 0x47, 0x39, 0x97, 0x34, 0xc5, 0x35, 0xaa, 0xf9, 0xff, + 0x8b, 0x99, 0x02, 0xa3, 0xb7, 0x60, 0x63, 0x80, 0xb3, 0x84, 0xf7, 0x8d, 0x35, 0x51, 0x52, 0x23, + 0x3d, 0x82, 0x0d, 0x94, 0x8a, 0x9b, 0xb7, 0xf2, 0x5c, 0x1e, 0x14, 0x36, 0x5c, 0xab, 0x55, 0x45, + 0xad, 0x5b, 0xb0, 0x89, 0x22, 0x4e, 0x68, 0x16, 0x14, 0x55, 0xa3, 0xde, 0x06, 0x9d, 0x75, 0x1f, + 0xca, 0xa9, 0xe3, 0xf1, 0x10, 0xf7, 0xea, 0xa2, 0x9b, 0xdf, 0x00, 0xee, 0xbd, 0x12, 0x59, 0x94, + 0x3d, 0x91, 0xa8, 0x12, 0x96, 0x13, 0xb8, 0x23, 0xc2, 0xa2, 0x7c, 0xaf, 0x84, 0xc6, 0x76, 0x2e, + 0x07, 0xd9, 0xb9, 0x1a, 0x37, 0x15, 0x1b, 0x3d, 0xbc, 0x1a, 0xc4, 0x00, 0x6e, 0x95, 0xb4, 0x43, + 0xb1, 0x3b, 0x53, 0x8e, 0xb4, 0xaa, 0xb4, 0x52, 0x9c, 0x67, 0xaa, 0x5b, 0xd1, 0x92, 0xe7, 0x54, + 0x01, 0xdb, 0xfe, 0xa6, 0x9a, 0x91, 0xcb, 0xd9, 0xf2, 0xd4, 0xbc, 0x97, 0xe7, 0x33, 0x13, 0x4c, + 0x66, 0x26, 0xf8, 0x35, 0x33, 0xc1, 0xc7, 0xb9, 0xa9, 0x4d, 0xe6, 0xa6, 0xf6, 0x63, 0x6e, 0x6a, + 0x27, 0x8f, 0xfe, 0xb2, 0x56, 0x3a, 0xb1, 0x7f, 0x84, 0x42, 0xe6, 0x96, 0xef, 0x57, 0xf7, 0xb1, + 0xfb, 0xce, 0x8d, 0x06, 0x88, 0xa4, 0x8b, 0xb7, 0x4c, 0xf8, 0x1d, 0x36, 0xc4, 0x23, 0xf3, 0xf0, + 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x5c, 0x6f, 0xcb, 0xea, 0x04, 0x00, 0x00, } func (m *BaseVestingAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/vesting/types/vesting_account.go b/x/claim/vesting/types/vesting_account.go index 90320ff85d..27889f0204 100644 --- a/x/claim/vesting/types/vesting_account.go +++ b/x/claim/vesting/types/vesting_account.go @@ -12,8 +12,8 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/utils" - vestexported "github.com/Stride-Labs/stride/v17/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v18/utils" + vestexported "github.com/Stride-Labs/stride/v18/x/claim/vesting/exported" ) // Compile-time type assertions diff --git a/x/claim/vesting/types/vesting_account_test.go b/x/claim/vesting/types/vesting_account_test.go index f691e1f559..7c06c27745 100644 --- a/x/claim/vesting/types/vesting_account_test.go +++ b/x/claim/vesting/types/vesting_account_test.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v17/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v18/x/claim/vesting/types" ) var ( diff --git a/x/epochs/client/cli/query.go b/x/epochs/client/cli/query.go index d0c15ca42d..5dec82995c 100644 --- a/x/epochs/client/cli/query.go +++ b/x/epochs/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/epochs/genesis.go b/x/epochs/genesis.go index e71b44671a..a4314ae05b 100644 --- a/x/epochs/genesis.go +++ b/x/epochs/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/epochs/keeper" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/keeper" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/epochs/genesis_test.go b/x/epochs/genesis_test.go index 9f6119a018..add7eb71c9 100644 --- a/x/epochs/genesis_test.go +++ b/x/epochs/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/epochs" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/epochs" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func TestGenesis(t *testing.T) { diff --git a/x/epochs/handler.go b/x/epochs/handler.go index 59b5b52f5c..6800c4c27c 100644 --- a/x/epochs/handler.go +++ b/x/epochs/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/epochs/keeper" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/keeper" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // NewHandler returns a handler for epochs module messages diff --git a/x/epochs/keeper/abci.go b/x/epochs/keeper/abci.go index fca3235fbc..afdc588e97 100644 --- a/x/epochs/keeper/abci.go +++ b/x/epochs/keeper/abci.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // BeginBlocker of epochs module diff --git a/x/epochs/keeper/abci_test.go b/x/epochs/keeper/abci_test.go index dc19b22ee0..a73eb30dda 100644 --- a/x/epochs/keeper/abci_test.go +++ b/x/epochs/keeper/abci_test.go @@ -4,8 +4,8 @@ import ( "fmt" "time" - "github.com/Stride-Labs/stride/v17/x/epochs" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfoChangesBeginBlockerAndInitGenesis() { diff --git a/x/epochs/keeper/epoch.go b/x/epochs/keeper/epoch.go index 99ae7b624b..84d556f963 100644 --- a/x/epochs/keeper/epoch.go +++ b/x/epochs/keeper/epoch.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // GetEpochInfo returns epoch info by identifier diff --git a/x/epochs/keeper/epoch_test.go b/x/epochs/keeper/epoch_test.go index c9b23256fd..17fb031bde 100644 --- a/x/epochs/keeper/epoch_test.go +++ b/x/epochs/keeper/epoch_test.go @@ -5,7 +5,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochLifeCycle() { diff --git a/x/epochs/keeper/grpc_query.go b/x/epochs/keeper/grpc_query.go index 7613fc9040..95f3f72fd2 100644 --- a/x/epochs/keeper/grpc_query.go +++ b/x/epochs/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/epochs/keeper/grpc_query_test.go b/x/epochs/keeper/grpc_query_test.go index 26510c2662..a88ac14f94 100644 --- a/x/epochs/keeper/grpc_query_test.go +++ b/x/epochs/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) func (suite *KeeperTestSuite) TestQueryEpochInfos() { diff --git a/x/epochs/keeper/hooks.go b/x/epochs/keeper/hooks.go index e820d62929..aae6b5acf3 100644 --- a/x/epochs/keeper/hooks.go +++ b/x/epochs/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // AfterEpochEnd executes the indicated hook after epochs ends diff --git a/x/epochs/keeper/keeper.go b/x/epochs/keeper/keeper.go index 8da3d19aac..ecea67a502 100644 --- a/x/epochs/keeper/keeper.go +++ b/x/epochs/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // Keeper of this module maintains collections of epochs and hooks. diff --git a/x/epochs/keeper/keeper_test.go b/x/epochs/keeper/keeper_test.go index 8ec7310772..ef9e12750f 100644 --- a/x/epochs/keeper/keeper_test.go +++ b/x/epochs/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) type KeeperTestSuite struct { diff --git a/x/epochs/module.go b/x/epochs/module.go index 23a37608dd..1ed4df8005 100644 --- a/x/epochs/module.go +++ b/x/epochs/module.go @@ -20,10 +20,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/epochs/client/cli" - "github.com/Stride-Labs/stride/v17/x/epochs/keeper" - "github.com/Stride-Labs/stride/v17/x/epochs/simulation" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/client/cli" + "github.com/Stride-Labs/stride/v18/x/epochs/keeper" + "github.com/Stride-Labs/stride/v18/x/epochs/simulation" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) var ( diff --git a/x/epochs/simulation/genesis.go b/x/epochs/simulation/genesis.go index 20eb9432bd..9fc0e84347 100644 --- a/x/epochs/simulation/genesis.go +++ b/x/epochs/simulation/genesis.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // RandomizedGenState generates a random GenesisState for mint diff --git a/x/epochs/types/genesis.pb.go b/x/epochs/types/genesis.pb.go index 75a5d0fb0a..882a484030 100644 --- a/x/epochs/types/genesis.pb.go +++ b/x/epochs/types/genesis.pb.go @@ -175,7 +175,7 @@ var fileDescriptor_92af8154b2eb736d = []byte{ // 468 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xbf, 0x6f, 0xd3, 0x40, 0x14, 0xc7, 0x73, 0x24, 0x84, 0xe6, 0xda, 0x0a, 0x71, 0x2a, 0x70, 0x04, 0x61, 0x5b, 0x66, 0xb1, - 0x04, 0xd8, 0xb4, 0x20, 0x90, 0x60, 0x0b, 0xbf, 0x11, 0x93, 0xc3, 0x80, 0x58, 0x22, 0x27, 0xb9, + 0x04, 0xd8, 0xb4, 0x20, 0x84, 0x60, 0x0b, 0xbf, 0x11, 0x93, 0xc3, 0x80, 0x58, 0x22, 0x27, 0xb9, 0x9c, 0x4f, 0xaa, 0x7d, 0x96, 0xef, 0x19, 0x91, 0x8d, 0x99, 0xa9, 0x23, 0x7f, 0x52, 0xc7, 0x8e, 0x4c, 0x06, 0x25, 0x1b, 0x63, 0xff, 0x02, 0xe4, 0x3b, 0x3b, 0xa4, 0x04, 0xd4, 0xcd, 0xbe, 0xcf, 0xf7, 0x7d, 0xbf, 0xf7, 0x9e, 0xde, 0xe1, 0x9b, 0x0a, 0x72, 0x31, 0x65, 0x01, 0xcb, 0xe4, 0x24, @@ -201,7 +201,7 @@ var fileDescriptor_92af8154b2eb736d = []byte{ 0x85, 0x4e, 0x16, 0x16, 0xfa, 0xb9, 0xb0, 0xd0, 0xd1, 0xd2, 0x6a, 0x9d, 0x2c, 0xad, 0xd6, 0xf7, 0xa5, 0xd5, 0xfa, 0x78, 0x9f, 0x0b, 0x88, 0x8b, 0xb1, 0x3f, 0x91, 0x49, 0x30, 0xd4, 0x5e, 0xf7, 0xde, 0x45, 0x63, 0x15, 0xd4, 0x0f, 0xe1, 0xd3, 0xfe, 0xe3, 0xe0, 0x73, 0xf3, 0x1c, 0x60, 0x9e, - 0x31, 0x35, 0xee, 0xea, 0xf1, 0x3e, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x9b, 0x4a, 0xb3, 0xc5, + 0x31, 0x35, 0xee, 0xea, 0xf1, 0x3e, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x52, 0x41, 0xa6, 0x26, 0x2c, 0x03, 0x00, 0x00, } diff --git a/x/epochs/types/query.pb.go b/x/epochs/types/query.pb.go index 1a1ca4679b..0c34954a3c 100644 --- a/x/epochs/types/query.pb.go +++ b/x/epochs/types/query.pb.go @@ -317,36 +317,36 @@ var fileDescriptor_de81e87fff8f1327 = []byte{ // 508 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4d, 0x6f, 0xd3, 0x30, 0x18, 0xae, 0x57, 0x36, 0x69, 0xef, 0xb6, 0x8b, 0xc5, 0x47, 0xdb, 0xa1, 0x30, 0xc2, 0xd6, 0x16, - 0x04, 0x36, 0x2d, 0x88, 0x49, 0x9c, 0x10, 0x08, 0x10, 0x08, 0x21, 0x08, 0x37, 0x2e, 0x23, 0xc9, - 0xbc, 0xcc, 0xd2, 0x66, 0x67, 0xb1, 0x3b, 0xb1, 0x0b, 0x07, 0x0e, 0x9c, 0x11, 0xdc, 0xb8, 0xf3, - 0x5f, 0x76, 0x9c, 0xc4, 0x85, 0x13, 0x42, 0x2d, 0x3f, 0x04, 0xc5, 0xf6, 0xd6, 0x04, 0x52, 0xe5, - 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xcd, 0x28, 0x4b, 0x65, - 0xbc, 0xab, 0xe8, 0xc1, 0x88, 0x65, 0x47, 0x24, 0xcd, 0xa4, 0x96, 0x78, 0xc5, 0x8e, 0x88, 0x1d, - 0x75, 0xce, 0x27, 0x32, 0x91, 0x66, 0x42, 0xf3, 0x7f, 0x16, 0xd4, 0xb9, 0x9c, 0x48, 0x99, 0xec, - 0x31, 0x1a, 0xa6, 0x9c, 0x86, 0x42, 0x48, 0x1d, 0x6a, 0x2e, 0x85, 0x72, 0xd3, 0x1b, 0xb1, 0x54, - 0xfb, 0x52, 0xd1, 0x28, 0x54, 0xcc, 0x6a, 0xd3, 0xc3, 0x41, 0xc4, 0x74, 0x38, 0xa0, 0x69, 0x98, - 0x70, 0x61, 0xc0, 0x0e, 0xbb, 0x5a, 0x4e, 0x92, 0x30, 0xc1, 0x14, 0x77, 0x42, 0xfe, 0x3b, 0xb8, - 0xf8, 0x3a, 0xa7, 0x3f, 0x36, 0xc3, 0x67, 0x62, 0x47, 0x06, 0xec, 0x60, 0xc4, 0x94, 0xc6, 0x4f, - 0x00, 0xa6, 0x52, 0x2d, 0xb4, 0x86, 0xfa, 0x4b, 0xc3, 0x2e, 0xb1, 0xbe, 0x24, 0xf7, 0x25, 0xf6, - 0x4e, 0xce, 0x97, 0xbc, 0x0a, 0x13, 0xe6, 0xb8, 0x41, 0x81, 0xe9, 0x7f, 0x43, 0x70, 0xe9, 0x3f, - 0x0b, 0x95, 0x4a, 0xa1, 0x18, 0xbe, 0x07, 0x0b, 0x36, 0x55, 0x0b, 0xad, 0x35, 0xfb, 0x4b, 0xc3, - 0x16, 0x29, 0x55, 0x43, 0x0c, 0x25, 0x67, 0x3c, 0x3c, 0x77, 0xfc, 0xeb, 0x4a, 0x23, 0x70, 0x68, - 0xfc, 0xb4, 0x94, 0x6d, 0xce, 0x64, 0xeb, 0xd5, 0x66, 0xb3, 0xa6, 0xa5, 0x70, 0xf7, 0xa1, 0x65, - 0xb2, 0x3d, 0x1a, 0x65, 0x19, 0x13, 0xda, 0xf8, 0x9d, 0x16, 0xe0, 0x01, 0xf0, 0x6d, 0x26, 0x34, - 0xdf, 0xe1, 0x2c, 0x33, 0x05, 0x2c, 0x06, 0x85, 0x13, 0xff, 0x01, 0xb4, 0x2b, 0xb8, 0xee, 0x66, - 0xd7, 0x60, 0x25, 0xb6, 0xe7, 0x5b, 0x26, 0xb3, 0xe1, 0x37, 0x83, 0xe5, 0xb8, 0x00, 0xf6, 0x37, - 0xe1, 0xc2, 0xb4, 0x99, 0x62, 0xf7, 0x75, 0xd6, 0x2f, 0x8b, 0x5b, 0x2b, 0x35, 0x7a, 0x17, 0xe6, - 0xa7, 0x7e, 0xf5, 0x85, 0x5a, 0xf0, 0xf0, 0x7b, 0x13, 0xe6, 0x8d, 0x20, 0xfe, 0x00, 0x70, 0x86, - 0x51, 0x78, 0xe3, 0x1f, 0x7a, 0xf5, 0x53, 0xe9, 0x74, 0xeb, 0x60, 0x36, 0x9c, 0x7f, 0xf5, 0xe3, - 0x8f, 0x3f, 0x5f, 0xe7, 0x56, 0x71, 0x9b, 0xbe, 0x31, 0xf8, 0xbd, 0x30, 0x52, 0xb4, 0xf4, 0x3a, - 0xf1, 0x17, 0x04, 0xcb, 0xc5, 0x42, 0x71, 0xaf, 0x4a, 0xbb, 0x62, 0x5d, 0x9d, 0x7e, 0x3d, 0xd0, - 0xc5, 0xa0, 0x26, 0xc6, 0x75, 0xdc, 0x9b, 0x19, 0x83, 0x96, 0x76, 0x87, 0x3f, 0x21, 0x58, 0x3c, - 0x6b, 0x05, 0xaf, 0xcf, 0xbc, 0x6d, 0xb1, 0x93, 0x8d, 0x1a, 0x94, 0xcb, 0x72, 0xd3, 0x64, 0xe9, - 0xe2, 0xf5, 0xd9, 0x59, 0xcc, 0xcf, 0x16, 0xcf, 0x97, 0xf6, 0xfc, 0x78, 0xec, 0xa1, 0x93, 0xb1, - 0x87, 0x7e, 0x8f, 0x3d, 0xf4, 0x79, 0xe2, 0x35, 0x4e, 0x26, 0x5e, 0xe3, 0xe7, 0xc4, 0x6b, 0xbc, - 0xbd, 0x9d, 0x70, 0xbd, 0x3b, 0x8a, 0x48, 0x2c, 0xf7, 0x9d, 0xd2, 0xad, 0x17, 0x05, 0xa9, 0xc3, - 0xc1, 0x26, 0x7d, 0x7f, 0x2a, 0xa8, 0x8f, 0x52, 0xa6, 0xa2, 0x05, 0xf3, 0x01, 0xb8, 0xf3, 0x37, - 0x00, 0x00, 0xff, 0xff, 0x03, 0xb5, 0xf5, 0xb6, 0xa9, 0x04, 0x00, 0x00, + 0x04, 0x36, 0x2d, 0x08, 0x10, 0x27, 0x04, 0x02, 0x04, 0x42, 0x08, 0xc2, 0x8d, 0xcb, 0x48, 0x32, + 0x2f, 0xb3, 0xb4, 0xd9, 0x59, 0xec, 0x4e, 0xec, 0xc2, 0x81, 0x03, 0x67, 0x04, 0x37, 0xee, 0xfc, + 0x97, 0x1d, 0x27, 0x71, 0xe1, 0x84, 0x50, 0xcb, 0x0f, 0x41, 0xb1, 0xbd, 0x35, 0x81, 0x54, 0x39, + 0xb5, 0xf2, 0xfb, 0x7c, 0xf9, 0x79, 0xad, 0x40, 0x5b, 0xe9, 0x8c, 0x6f, 0x31, 0xca, 0x52, 0x19, + 0xef, 0x28, 0xba, 0x3f, 0x62, 0xd9, 0x21, 0x49, 0x33, 0xa9, 0x25, 0x5e, 0xb1, 0x23, 0x62, 0x47, + 0x9d, 0xb3, 0x89, 0x4c, 0xa4, 0x99, 0xd0, 0xfc, 0x9f, 0x05, 0x75, 0x2e, 0x26, 0x52, 0x26, 0xbb, + 0x8c, 0x86, 0x29, 0xa7, 0xa1, 0x10, 0x52, 0x87, 0x9a, 0x4b, 0xa1, 0xdc, 0xf4, 0x5a, 0x2c, 0xd5, + 0x9e, 0x54, 0x34, 0x0a, 0x15, 0xb3, 0xda, 0xf4, 0x60, 0x10, 0x31, 0x1d, 0x0e, 0x68, 0x1a, 0x26, + 0x5c, 0x18, 0xb0, 0xc3, 0xae, 0x96, 0x93, 0x24, 0x4c, 0x30, 0xc5, 0x9d, 0x90, 0xff, 0x0e, 0xce, + 0xbf, 0xce, 0xe9, 0x8f, 0xcd, 0xf0, 0x99, 0xd8, 0x96, 0x01, 0xdb, 0x1f, 0x31, 0xa5, 0xf1, 0x13, + 0x80, 0xa9, 0x54, 0x0b, 0xad, 0xa1, 0xfe, 0xd2, 0xb0, 0x4b, 0xac, 0x2f, 0xc9, 0x7d, 0x89, 0xbd, + 0x93, 0xf3, 0x25, 0xaf, 0xc2, 0x84, 0x39, 0x6e, 0x50, 0x60, 0xfa, 0xdf, 0x10, 0x5c, 0xf8, 0xcf, + 0x42, 0xa5, 0x52, 0x28, 0x86, 0xef, 0xc0, 0x82, 0x4d, 0xd5, 0x42, 0x6b, 0xcd, 0xfe, 0xd2, 0xb0, + 0x45, 0x4a, 0xd5, 0x10, 0x43, 0xc9, 0x19, 0x0f, 0xcf, 0x1c, 0xfd, 0xba, 0xd4, 0x08, 0x1c, 0x1a, + 0x3f, 0x2d, 0x65, 0x9b, 0x33, 0xd9, 0x7a, 0xb5, 0xd9, 0xac, 0x69, 0x29, 0xdc, 0x7d, 0x68, 0x99, + 0x6c, 0x8f, 0x46, 0x59, 0xc6, 0x84, 0x36, 0x7e, 0x27, 0x05, 0x78, 0x00, 0x7c, 0x8b, 0x09, 0xcd, + 0xb7, 0x39, 0xcb, 0x4c, 0x01, 0x8b, 0x41, 0xe1, 0xc4, 0x7f, 0x00, 0xed, 0x0a, 0xae, 0xbb, 0xd9, + 0x15, 0x58, 0x89, 0xed, 0xf9, 0xa6, 0xc9, 0x6c, 0xf8, 0xcd, 0x60, 0x39, 0x2e, 0x80, 0xfd, 0xbb, + 0x70, 0x6e, 0xda, 0x4c, 0xb1, 0xfb, 0x3a, 0xeb, 0x97, 0xc5, 0xad, 0x95, 0x1a, 0xbd, 0x0d, 0xf3, + 0x53, 0xbf, 0xfa, 0x42, 0x2d, 0x78, 0xf8, 0xbd, 0x09, 0xf3, 0x46, 0x10, 0x7f, 0x00, 0x38, 0xc5, + 0x28, 0xbc, 0xf1, 0x0f, 0xbd, 0xfa, 0xa9, 0x74, 0xba, 0x75, 0x30, 0x1b, 0xce, 0xbf, 0xfc, 0xf1, + 0xc7, 0x9f, 0xaf, 0x73, 0xab, 0xb8, 0x4d, 0xdf, 0x18, 0xfc, 0x6e, 0x18, 0x29, 0x5a, 0x7a, 0x9d, + 0xf8, 0x0b, 0x82, 0xe5, 0x62, 0xa1, 0xb8, 0x57, 0xa5, 0x5d, 0xb1, 0xae, 0x4e, 0xbf, 0x1e, 0xe8, + 0x62, 0x50, 0x13, 0xe3, 0x2a, 0xee, 0xcd, 0x8c, 0x41, 0x4b, 0xbb, 0xc3, 0x9f, 0x10, 0x2c, 0x9e, + 0xb6, 0x82, 0xd7, 0x67, 0xde, 0xb6, 0xd8, 0xc9, 0x46, 0x0d, 0xca, 0x65, 0xb9, 0x6e, 0xb2, 0x74, + 0xf1, 0xfa, 0xec, 0x2c, 0xe6, 0x67, 0x93, 0xe7, 0x4b, 0x7b, 0x7e, 0x34, 0xf6, 0xd0, 0xf1, 0xd8, + 0x43, 0xbf, 0xc7, 0x1e, 0xfa, 0x3c, 0xf1, 0x1a, 0xc7, 0x13, 0xaf, 0xf1, 0x73, 0xe2, 0x35, 0xde, + 0xde, 0x4c, 0xb8, 0xde, 0x19, 0x45, 0x24, 0x96, 0x7b, 0x4e, 0xe9, 0xc6, 0x8b, 0x82, 0xd4, 0xc1, + 0xe0, 0x1e, 0x7d, 0x7f, 0x22, 0xa8, 0x0f, 0x53, 0xa6, 0xa2, 0x05, 0xf3, 0x01, 0xb8, 0xf5, 0x37, + 0x00, 0x00, 0xff, 0xff, 0xca, 0xbe, 0xe0, 0x55, 0xa9, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icacallbacks/client/cli/query.go b/x/icacallbacks/client/cli/query.go index 2c426d3673..1057f9eeab 100644 --- a/x/icacallbacks/client/cli/query.go +++ b/x/icacallbacks/client/cli/query.go @@ -10,7 +10,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/icacallbacks/client/cli/query_callback_data.go b/x/icacallbacks/client/cli/query_callback_data.go index 46350abc38..334f702148 100644 --- a/x/icacallbacks/client/cli/query_callback_data.go +++ b/x/icacallbacks/client/cli/query_callback_data.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func CmdListCallbackData() *cobra.Command { diff --git a/x/icacallbacks/client/cli/query_callback_data_test.go b/x/icacallbacks/client/cli/query_callback_data_test.go index 89002dd70d..edebc19f46 100644 --- a/x/icacallbacks/client/cli/query_callback_data_test.go +++ b/x/icacallbacks/client/cli/query_callback_data_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/testutil/network" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/testutil/network" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/client/cli/query_params.go b/x/icacallbacks/client/cli/query_params.go index 80787c1a37..3822e4db60 100644 --- a/x/icacallbacks/client/cli/query_params.go +++ b/x/icacallbacks/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/icacallbacks/client/cli/tx.go b/x/icacallbacks/client/cli/tx.go index 911f44c16f..45615f2d47 100644 --- a/x/icacallbacks/client/cli/tx.go +++ b/x/icacallbacks/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icacallbacks/genesis.go b/x/icacallbacks/genesis.go index 49ee0e24be..9d8269f4d2 100644 --- a/x/icacallbacks/genesis.go +++ b/x/icacallbacks/genesis.go @@ -3,8 +3,8 @@ package icacallbacks import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/icacallbacks/genesis_test.go b/x/icacallbacks/genesis_test.go index 34e8a2643b..c0ce3b7953 100644 --- a/x/icacallbacks/genesis_test.go +++ b/x/icacallbacks/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func TestGenesis(t *testing.T) { diff --git a/x/icacallbacks/handler.go b/x/icacallbacks/handler.go index d7b621c280..65320ff60e 100644 --- a/x/icacallbacks/handler.go +++ b/x/icacallbacks/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // NewHandler ... diff --git a/x/icacallbacks/ibc_module.go b/x/icacallbacks/ibc_module.go index a6bd503b2c..aaa0c973bd 100644 --- a/x/icacallbacks/ibc_module.go +++ b/x/icacallbacks/ibc_module.go @@ -10,8 +10,8 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) var _ porttypes.IBCModule = &IBCModule{} diff --git a/x/icacallbacks/icacallbacks.go b/x/icacallbacks/icacallbacks.go index ada3c2ede3..2b14362e7b 100644 --- a/x/icacallbacks/icacallbacks.go +++ b/x/icacallbacks/icacallbacks.go @@ -11,7 +11,7 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // Parses ICA tx responses and returns a list of each serialized response diff --git a/x/icacallbacks/icacallbacks_test.go b/x/icacallbacks/icacallbacks_test.go index cac4d3cb36..0e81d7d2f0 100644 --- a/x/icacallbacks/icacallbacks_test.go +++ b/x/icacallbacks/icacallbacks_test.go @@ -17,9 +17,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func TestParseTxMsgDataCurrent(t *testing.T) { diff --git a/x/icacallbacks/keeper/callback_data.go b/x/icacallbacks/keeper/callback_data.go index 1bd13be854..40a39244b5 100644 --- a/x/icacallbacks/keeper/callback_data.go +++ b/x/icacallbacks/keeper/callback_data.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // SetCallbackData set a specific callbackData in the store from its index diff --git a/x/icacallbacks/keeper/callback_data_test.go b/x/icacallbacks/keeper/callback_data_test.go index 770a50d7ef..2e8d24dc47 100644 --- a/x/icacallbacks/keeper/callback_data_test.go +++ b/x/icacallbacks/keeper/callback_data_test.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query.go b/x/icacallbacks/keeper/grpc_query.go index b157c388ac..40dafbb9d0 100644 --- a/x/icacallbacks/keeper/grpc_query.go +++ b/x/icacallbacks/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/icacallbacks/keeper/grpc_query_callback_data.go b/x/icacallbacks/keeper/grpc_query_callback_data.go index 1f270e4d1a..3e872cb634 100644 --- a/x/icacallbacks/keeper/grpc_query_callback_data.go +++ b/x/icacallbacks/keeper/grpc_query_callback_data.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func (k Keeper) CallbackDataAll(c context.Context, req *types.QueryAllCallbackDataRequest) (*types.QueryAllCallbackDataResponse, error) { diff --git a/x/icacallbacks/keeper/grpc_query_callback_data_test.go b/x/icacallbacks/keeper/grpc_query_callback_data_test.go index a76ff100fb..94cbc9688e 100644 --- a/x/icacallbacks/keeper/grpc_query_callback_data_test.go +++ b/x/icacallbacks/keeper/grpc_query_callback_data_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query_params.go b/x/icacallbacks/keeper/grpc_query_params.go index 1050b77901..cd093e28ec 100644 --- a/x/icacallbacks/keeper/grpc_query_params.go +++ b/x/icacallbacks/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/icacallbacks/keeper/grpc_query_params_test.go b/x/icacallbacks/keeper/grpc_query_params_test.go index e6f0562d62..5bba649140 100644 --- a/x/icacallbacks/keeper/grpc_query_params_test.go +++ b/x/icacallbacks/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/icacallbacks/keeper/keeper.go b/x/icacallbacks/keeper/keeper.go index ed2e425022..84600ecb7b 100644 --- a/x/icacallbacks/keeper/keeper.go +++ b/x/icacallbacks/keeper/keeper.go @@ -13,7 +13,7 @@ import ( ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" diff --git a/x/icacallbacks/keeper/msg_server.go b/x/icacallbacks/keeper/msg_server.go index 9a26e6bd66..8b7e20a2e9 100644 --- a/x/icacallbacks/keeper/msg_server.go +++ b/x/icacallbacks/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) type msgServer struct { diff --git a/x/icacallbacks/keeper/params.go b/x/icacallbacks/keeper/params.go index c15cd52e71..971c5f722b 100644 --- a/x/icacallbacks/keeper/params.go +++ b/x/icacallbacks/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // GetParams get all parameters as types.Params diff --git a/x/icacallbacks/keeper/params_test.go b/x/icacallbacks/keeper/params_test.go index c020a83e66..e3b6952bcb 100644 --- a/x/icacallbacks/keeper/params_test.go +++ b/x/icacallbacks/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func TestGetParams(t *testing.T) { diff --git a/x/icacallbacks/migrations/v2/convert.go b/x/icacallbacks/migrations/v2/convert.go index c6e2fe9f4a..04c5868ad7 100644 --- a/x/icacallbacks/migrations/v2/convert.go +++ b/x/icacallbacks/migrations/v2/convert.go @@ -5,9 +5,9 @@ import ( sdkmath "cosmossdk.io/math" "github.com/golang/protobuf/proto" //nolint:staticcheck - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/icacallbacks/migrations/v2/convert_test.go b/x/icacallbacks/migrations/v2/convert_test.go index 3b6844c826..8358ab6ae4 100644 --- a/x/icacallbacks/migrations/v2/convert_test.go +++ b/x/icacallbacks/migrations/v2/convert_test.go @@ -7,8 +7,8 @@ import ( "github.com/golang/protobuf/proto" //nolint:staticcheck "github.com/stretchr/testify/require" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" ) func TestConvertDelegateCallback(t *testing.T) { diff --git a/x/icacallbacks/migrations/v2/migrations.go b/x/icacallbacks/migrations/v2/migrations.go index 905f84c327..49e88a4813 100644 --- a/x/icacallbacks/migrations/v2/migrations.go +++ b/x/icacallbacks/migrations/v2/migrations.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func migrateCallbacks(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/icacallbacks/module.go b/x/icacallbacks/module.go index 1af7fdaf5c..c73833c7df 100644 --- a/x/icacallbacks/module.go +++ b/x/icacallbacks/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) var ( diff --git a/x/icacallbacks/module_simulation.go b/x/icacallbacks/module_simulation.go index 254b79c8d6..9982ebbdb1 100644 --- a/x/icacallbacks/module_simulation.go +++ b/x/icacallbacks/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v17/testutil/sample" - icacallbackssimulation "github.com/Stride-Labs/stride/v17/x/icacallbacks/simulation" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/testutil/sample" + icacallbackssimulation "github.com/Stride-Labs/stride/v18/x/icacallbacks/simulation" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // avoid unused import issue diff --git a/x/icacallbacks/types/callback_data.pb.go b/x/icacallbacks/types/callback_data.pb.go index 38636f4165..3d59fc55d8 100644 --- a/x/icacallbacks/types/callback_data.pb.go +++ b/x/icacallbacks/types/callback_data.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_19b6f19ce856679b = []byte{ 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, 0x38, 0x1c, 0x74, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x81, 0x57, 0x66, 0x68, - 0xae, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x49, 0x4f, 0xd7, 0x66, 0x01, 0x00, 0x00, + 0xa1, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0xfe, 0xfe, 0x1b, 0x5a, 0x66, 0x01, 0x00, 0x00, } func (m *CallbackData) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/genesis.pb.go b/x/icacallbacks/types/genesis.pb.go index b612aa5f7c..1624f8c753 100644 --- a/x/icacallbacks/types/genesis.pb.go +++ b/x/icacallbacks/types/genesis.pb.go @@ -107,9 +107,9 @@ var fileDescriptor_8c333baddfa20681 = []byte{ 0x32, 0x8b, 0x4b, 0x9c, 0x02, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x2c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0x6c, 0xbc, 0xae, - 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x0c, 0xcd, 0xf5, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xda, - 0x6a, 0xe8, 0x0c, 0xaf, 0x01, 0x00, 0x00, + 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x0c, 0x2d, 0xf4, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, + 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe3, + 0xdd, 0xbc, 0x81, 0xaf, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/genesis_test.go b/x/icacallbacks/types/genesis_test.go index ae4b63c954..3310c173d3 100644 --- a/x/icacallbacks/types/genesis_test.go +++ b/x/icacallbacks/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/icacallbacks/types/packet.pb.go b/x/icacallbacks/types/packet.pb.go index 907a973f3d..ae72225cf9 100644 --- a/x/icacallbacks/types/packet.pb.go +++ b/x/icacallbacks/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_e68b4c401320f2a0 = []byte{ 0x14, 0x70, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x66, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0x60, 0xe3, 0x75, 0x7d, 0x12, 0x93, 0x8a, - 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x34, 0xd7, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, - 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x58, 0x3e, 0xd2, 0x1d, 0xf7, + 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0xb4, 0xd0, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, + 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x61, 0x89, 0x86, 0x90, 0xf7, 0x00, 0x00, 0x00, } diff --git a/x/icacallbacks/types/params.pb.go b/x/icacallbacks/types/params.pb.go index c4bd6e1148..250adbdc7a 100644 --- a/x/icacallbacks/types/params.pb.go +++ b/x/icacallbacks/types/params.pb.go @@ -75,8 +75,8 @@ var fileDescriptor_4c402599e6cfed62 = []byte{ 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xb3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0x60, 0xb0, 0xf9, 0xba, 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0x50, - 0xd7, 0x94, 0x19, 0x9a, 0xeb, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, - 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x8e, 0x22, 0x85, 0x0b, 0xb7, 0x00, 0x00, 0x00, + 0xd7, 0x94, 0x19, 0x5a, 0xe8, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, + 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x95, 0xd1, 0x86, 0xb7, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/icacallbacks/types/query.pb.go b/x/icacallbacks/types/query.pb.go index a75ceaff88..5369022b4d 100644 --- a/x/icacallbacks/types/query.pb.go +++ b/x/icacallbacks/types/query.pb.go @@ -312,7 +312,7 @@ var fileDescriptor_5e73b99abb7e91c2 = []byte{ // 521 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x3f, 0x6f, 0x13, 0x31, 0x18, 0xc6, 0xe3, 0x52, 0x22, 0xe1, 0x16, 0x21, 0xb9, 0x1d, 0x50, 0x5a, 0x5d, 0xdb, 0x1b, 0x48, - 0x41, 0xc2, 0x6e, 0x8a, 0x54, 0xc4, 0x80, 0xa0, 0xe5, 0x4f, 0x07, 0x3a, 0x84, 0xb0, 0xb1, 0xa0, + 0x41, 0xc2, 0x6e, 0x8a, 0x54, 0xc1, 0x80, 0xa0, 0xe5, 0x4f, 0x07, 0x3a, 0x84, 0xb0, 0xb1, 0xa0, 0xf7, 0xae, 0xd6, 0x71, 0xaa, 0x73, 0xbe, 0xc6, 0x4e, 0x45, 0x84, 0x58, 0x10, 0x23, 0x03, 0x12, 0xdf, 0x83, 0x8d, 0x85, 0x4f, 0xd0, 0xb1, 0x12, 0x0b, 0x13, 0x42, 0x09, 0x1f, 0x04, 0xc5, 0x76, 0xca, 0x9d, 0xea, 0x6b, 0xd4, 0x6e, 0x96, 0xfd, 0xbc, 0xcf, 0xf3, 0x7b, 0xef, 0x7d, 0x75, 0x78, @@ -342,7 +342,7 @@ var fileDescriptor_5e73b99abb7e91c2 = []byte{ 0x06, 0xe8, 0xcf, 0x30, 0x40, 0x5f, 0x46, 0x41, 0xed, 0x64, 0x14, 0xd4, 0x7e, 0x8d, 0x82, 0xda, 0xeb, 0xad, 0x24, 0xd5, 0x6f, 0xfb, 0x11, 0x8d, 0x65, 0xd7, 0xe7, 0x79, 0xd4, 0xba, 0xcf, 0xde, 0x95, 0x9d, 0xf5, 0x20, 0xe7, 0x2a, 0xaa, 0x9b, 0xdf, 0xd2, 0xbd, 0x7f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xb6, 0x71, 0x6c, 0x27, 0x79, 0x05, 0x00, 0x00, + 0xff, 0x8f, 0xc6, 0x38, 0xaa, 0x79, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icacallbacks/types/tx.pb.go b/x/icacallbacks/types/tx.pb.go index 5969382806..bc289fdfad 100644 --- a/x/icacallbacks/types/tx.pb.go +++ b/x/icacallbacks/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_c4981fec5f7fee51 = []byte{ 0xb1, 0x72, 0x31, 0xfb, 0x16, 0xa7, 0x3b, 0x05, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, - 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x86, 0xe6, 0xfa, 0x15, 0x68, + 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x86, 0x16, 0xfa, 0x15, 0x68, 0x16, 0x56, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x2d, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xef, 0xb6, 0x14, 0x85, 0x94, 0x00, 0x00, 0x00, + 0xd6, 0x01, 0x40, 0x08, 0x94, 0x00, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icaoracle/client/cli/cli_test.go b/x/icaoracle/client/cli/cli_test.go index 346160ff70..42239d4b31 100644 --- a/x/icaoracle/client/cli/cli_test.go +++ b/x/icaoracle/client/cli/cli_test.go @@ -11,11 +11,11 @@ import ( "github.com/spf13/cobra" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - cmdcfg "github.com/Stride-Labs/stride/v17/cmd/strided/config" - strideclitestutil "github.com/Stride-Labs/stride/v17/testutil/cli" - "github.com/Stride-Labs/stride/v17/testutil/network" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app" + cmdcfg "github.com/Stride-Labs/stride/v18/cmd/strided/config" + strideclitestutil "github.com/Stride-Labs/stride/v18/testutil/cli" + "github.com/Stride-Labs/stride/v18/testutil/network" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/client/cli/query.go b/x/icaoracle/client/cli/query.go index 7111144bef..98df2f4758 100644 --- a/x/icaoracle/client/cli/query.go +++ b/x/icaoracle/client/cli/query.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/gogo/protobuf/proto" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) const ( diff --git a/x/icaoracle/client/cli/query_test.go b/x/icaoracle/client/cli/query_test.go index ea15286c1f..dd367531ff 100644 --- a/x/icaoracle/client/cli/query_test.go +++ b/x/icaoracle/client/cli/query_test.go @@ -1,6 +1,6 @@ package cli_test -import "github.com/Stride-Labs/stride/v17/x/icaoracle/client/cli" +import "github.com/Stride-Labs/stride/v18/x/icaoracle/client/cli" func (s *ClientTestSuite) TestCmdQueryOracle() { args := []string{ diff --git a/x/icaoracle/client/cli/tx.go b/x/icaoracle/client/cli/tx.go index 8f31d4d612..12436f6a27 100644 --- a/x/icaoracle/client/cli/tx.go +++ b/x/icaoracle/client/cli/tx.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icaoracle/client/cli/tx_test.go b/x/icaoracle/client/cli/tx_test.go index c03b386952..ce84310242 100644 --- a/x/icaoracle/client/cli/tx_test.go +++ b/x/icaoracle/client/cli/tx_test.go @@ -1,7 +1,7 @@ package cli_test import ( - "github.com/Stride-Labs/stride/v17/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v18/x/icaoracle/client/cli" ) func (s *ClientTestSuite) TestCmdRestoreOracleICA() { diff --git a/x/icaoracle/ibc_middleware.go b/x/icaoracle/ibc_middleware.go index aafcb99dc0..12ded5c430 100644 --- a/x/icaoracle/ibc_middleware.go +++ b/x/icaoracle/ibc_middleware.go @@ -11,7 +11,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v18/x/icaoracle/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/icaoracle/keeper/events.go b/x/icaoracle/keeper/events.go index f6f7c2627d..c15ee99401 100644 --- a/x/icaoracle/keeper/events.go +++ b/x/icaoracle/keeper/events.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // Emits an event for an oracle update diff --git a/x/icaoracle/keeper/genesis.go b/x/icaoracle/keeper/genesis.go index 19fe645ddf..0754cd9684 100644 --- a/x/icaoracle/keeper/genesis.go +++ b/x/icaoracle/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/icaoracle/keeper/genesis_test.go b/x/icaoracle/keeper/genesis_test.go index 06220d14f2..096c25da44 100644 --- a/x/icaoracle/keeper/genesis_test.go +++ b/x/icaoracle/keeper/genesis_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGenesis() { diff --git a/x/icaoracle/keeper/grpc_query.go b/x/icaoracle/keeper/grpc_query.go index d6e06fd855..b52f4c3192 100644 --- a/x/icaoracle/keeper/grpc_query.go +++ b/x/icaoracle/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/icaoracle/keeper/grpc_query_test.go b/x/icaoracle/keeper/grpc_query_test.go index 6873b61a12..65b0ebe6dd 100644 --- a/x/icaoracle/keeper/grpc_query_test.go +++ b/x/icaoracle/keeper/grpc_query_test.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) TestQueryOracle() { diff --git a/x/icaoracle/keeper/ibc.go b/x/icaoracle/keeper/ibc.go index acf0f0b962..38a5456ac7 100644 --- a/x/icaoracle/keeper/ibc.go +++ b/x/icaoracle/keeper/ibc.go @@ -10,8 +10,8 @@ import ( icacontrollertypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (k Keeper) OnChanOpenAck(ctx sdk.Context, portID, channelID string) error { diff --git a/x/icaoracle/keeper/ibc_test.go b/x/icaoracle/keeper/ibc_test.go index f301dbcab7..800edbf3e4 100644 --- a/x/icaoracle/keeper/ibc_test.go +++ b/x/icaoracle/keeper/ibc_test.go @@ -10,9 +10,9 @@ import ( proto "github.com/cosmos/gogoproto/proto" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // ------------------------------------------ diff --git a/x/icaoracle/keeper/icacallbacks.go b/x/icaoracle/keeper/icacallbacks.go index 477db671f0..2fb541f59d 100644 --- a/x/icaoracle/keeper/icacallbacks.go +++ b/x/icaoracle/keeper/icacallbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) const ( diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go index f2db91d19f..3170d9fce4 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go @@ -3,10 +3,10 @@ package keeper import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go index 1aae947908..a064134c8f 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type InstantiateOracleCallbackTestCase struct { diff --git a/x/icaoracle/keeper/icacallbacks_update_oracle.go b/x/icaoracle/keeper/icacallbacks_update_oracle.go index 446d83d48b..4466d105e3 100644 --- a/x/icaoracle/keeper/icacallbacks_update_oracle.go +++ b/x/icaoracle/keeper/icacallbacks_update_oracle.go @@ -3,10 +3,10 @@ package keeper import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" diff --git a/x/icaoracle/keeper/icacallbacks_update_oracle_test.go b/x/icaoracle/keeper/icacallbacks_update_oracle_test.go index 4c9882907f..f4933e8097 100644 --- a/x/icaoracle/keeper/icacallbacks_update_oracle_test.go +++ b/x/icaoracle/keeper/icacallbacks_update_oracle_test.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) SetupTestUpdateOracleCallback() types.Metric { diff --git a/x/icaoracle/keeper/icaoracle.go b/x/icaoracle/keeper/icaoracle.go index a6527fdf48..24e3dcc674 100644 --- a/x/icaoracle/keeper/icaoracle.go +++ b/x/icaoracle/keeper/icaoracle.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/icaoracle_test.go b/x/icaoracle/keeper/icaoracle_test.go index e23326a4e6..8556245dfd 100644 --- a/x/icaoracle/keeper/icaoracle_test.go +++ b/x/icaoracle/keeper/icaoracle_test.go @@ -5,9 +5,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type SubmitMetricUpdateTestCase struct { diff --git a/x/icaoracle/keeper/keeper.go b/x/icaoracle/keeper/keeper.go index 673db78e62..2a3a1321ec 100644 --- a/x/icaoracle/keeper/keeper.go +++ b/x/icaoracle/keeper/keeper.go @@ -10,7 +10,7 @@ import ( paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" icacontrollerkeeper "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type Keeper struct { diff --git a/x/icaoracle/keeper/keeper_test.go b/x/icaoracle/keeper/keeper_test.go index f3746d6dca..428be115f7 100644 --- a/x/icaoracle/keeper/keeper_test.go +++ b/x/icaoracle/keeper/keeper_test.go @@ -7,9 +7,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/metric.go b/x/icaoracle/keeper/metric.go index d00c47eb71..a405ee0827 100644 --- a/x/icaoracle/keeper/metric.go +++ b/x/icaoracle/keeper/metric.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // Stores a metric in the main metric store and then either diff --git a/x/icaoracle/keeper/metric_test.go b/x/icaoracle/keeper/metric_test.go index 5ee8a9becf..45a1cb5765 100644 --- a/x/icaoracle/keeper/metric_test.go +++ b/x/icaoracle/keeper/metric_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "strconv" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // Helper function to create 5 metric objects with various attributes diff --git a/x/icaoracle/keeper/msg_server.go b/x/icaoracle/keeper/msg_server.go index b3894a2887..f3d49a7419 100644 --- a/x/icaoracle/keeper/msg_server.go +++ b/x/icaoracle/keeper/msg_server.go @@ -12,7 +12,7 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type msgServer struct { diff --git a/x/icaoracle/keeper/msg_server_add_oracle_test.go b/x/icaoracle/keeper/msg_server_add_oracle_test.go index 49a38438e1..2c078aa61e 100644 --- a/x/icaoracle/keeper/msg_server_add_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_add_oracle_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) SetupTestAddOracle() types.MsgAddOracle { diff --git a/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go b/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go index 97f3d2669a..3981fa082e 100644 --- a/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_instantiate_oracle_test.go @@ -5,8 +5,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type InstantiateOracleTestCase struct { diff --git a/x/icaoracle/keeper/msg_server_remove_oracle_test.go b/x/icaoracle/keeper/msg_server_remove_oracle_test.go index adf13f3cfb..0469d53ae2 100644 --- a/x/icaoracle/keeper/msg_server_remove_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_remove_oracle_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGovRemoveOracle() { diff --git a/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go b/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go index 366dd4096f..9ae505b7f8 100644 --- a/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go +++ b/x/icaoracle/keeper/msg_server_restore_oracle_ica_test.go @@ -8,7 +8,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) type RestoreOracleICATestCase struct { diff --git a/x/icaoracle/keeper/msg_server_toggle_oracle_test.go b/x/icaoracle/keeper/msg_server_toggle_oracle_test.go index 8e1c9b1ef9..0ec316064b 100644 --- a/x/icaoracle/keeper/msg_server_toggle_oracle_test.go +++ b/x/icaoracle/keeper/msg_server_toggle_oracle_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGovToggleOracle() { diff --git a/x/icaoracle/keeper/oracle.go b/x/icaoracle/keeper/oracle.go index a3dccc2813..4761e6be9c 100644 --- a/x/icaoracle/keeper/oracle.go +++ b/x/icaoracle/keeper/oracle.go @@ -7,7 +7,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // Stores/updates an oracle object in the store diff --git a/x/icaoracle/keeper/oracle_test.go b/x/icaoracle/keeper/oracle_test.go index 69ed3f02a0..871c0c6637 100644 --- a/x/icaoracle/keeper/oracle_test.go +++ b/x/icaoracle/keeper/oracle_test.go @@ -5,7 +5,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGetOracle() { diff --git a/x/icaoracle/module.go b/x/icaoracle/module.go index 59b372ef02..2260d3a628 100644 --- a/x/icaoracle/module.go +++ b/x/icaoracle/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/icaoracle/client/cli" - "github.com/Stride-Labs/stride/v17/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v18/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/types/callbacks.pb.go b/x/icaoracle/types/callbacks.pb.go index 85707ab596..de7254b57b 100644 --- a/x/icaoracle/types/callbacks.pb.go +++ b/x/icaoracle/types/callbacks.pb.go @@ -141,9 +141,9 @@ var fileDescriptor_7b4c39df2554f0a2 = []byte{ 0x08, 0xaa, 0xce, 0xc9, 0xf7, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0xa6, 0xe8, 0xfa, - 0x24, 0x26, 0x15, 0xeb, 0x43, 0x43, 0xa2, 0xcc, 0xd0, 0x5c, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, - 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xbd, 0xbd, - 0x14, 0x92, 0x64, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0x43, 0xa2, 0xcc, 0xd0, 0x42, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, + 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb1, 0x2d, + 0x43, 0x82, 0x64, 0x01, 0x00, 0x00, } func (m *InstantiateOracleCallback) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/contract.pb.go b/x/icaoracle/types/contract.pb.go index f758b0193c..8b67455c0a 100644 --- a/x/icaoracle/types/contract.pb.go +++ b/x/icaoracle/types/contract.pb.go @@ -217,7 +217,7 @@ var fileDescriptor_8bf036e49b48ee03 = []byte{ // 376 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0xae, 0xd2, 0x40, 0x14, 0x86, 0xa9, 0x08, 0x89, 0x53, 0x48, 0x70, 0x74, 0xd1, 0x85, 0x29, 0x88, 0x1b, 0x36, 0xb6, - 0x51, 0x16, 0x6e, 0x55, 0x62, 0x22, 0x89, 0x8d, 0x06, 0x59, 0xb9, 0xa9, 0xd3, 0xe9, 0xb1, 0x9d, + 0x51, 0x36, 0x2e, 0x55, 0x62, 0x22, 0x89, 0x8d, 0x06, 0x59, 0xb9, 0xa9, 0xd3, 0xe9, 0xb1, 0x9d, 0xd0, 0x76, 0x9a, 0x99, 0x53, 0x02, 0x6f, 0xe1, 0x03, 0xf9, 0x00, 0x2e, 0x59, 0xba, 0x34, 0xf0, 0x22, 0x37, 0xcc, 0xf4, 0xc2, 0xbd, 0x77, 0x77, 0xce, 0xf7, 0xff, 0x27, 0xff, 0x99, 0x39, 0x64, 0xac, 0x51, 0x89, 0x14, 0x42, 0xc1, 0x99, 0x54, 0x8c, 0x17, 0x10, 0x72, 0x59, 0xa1, 0x62, 0x1c, @@ -238,7 +238,7 @@ var fileDescriptor_8bf036e49b48ee03 = []byte{ 0x1c, 0x4e, 0x7e, 0xe7, 0xdf, 0xc9, 0xef, 0xfc, 0x98, 0x67, 0x02, 0xf3, 0x26, 0x09, 0xb8, 0x2c, 0xc3, 0xef, 0xe6, 0x3f, 0x5e, 0x7f, 0x61, 0x89, 0x0e, 0xdb, 0xcb, 0x6f, 0xdf, 0xbc, 0x0b, 0x77, 0x77, 0xee, 0x7f, 0x7e, 0x83, 0x4e, 0xfa, 0xe6, 0xfa, 0xf3, 0x9b, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x14, 0x84, 0xf1, 0x65, 0x20, 0x02, 0x00, 0x00, + 0x18, 0x14, 0xa6, 0x75, 0x20, 0x02, 0x00, 0x00, } func (m *MsgInstantiateOracleContract) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/cosmwasm.pb.go b/x/icaoracle/types/cosmwasm.pb.go index 1b6eda530c..ad04c0d3a1 100644 --- a/x/icaoracle/types/cosmwasm.pb.go +++ b/x/icaoracle/types/cosmwasm.pb.go @@ -257,7 +257,7 @@ var fileDescriptor_42aeb672f768be80 = []byte{ // 428 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x52, 0xb1, 0x8e, 0xd3, 0x40, 0x10, 0x8d, 0x2f, 0x89, 0x0f, 0x96, 0x2b, 0xd0, 0xea, 0x14, 0x99, 0x14, 0x76, 0x74, 0x34, 0x6e, - 0xce, 0x4b, 0xb8, 0x82, 0x3e, 0x81, 0x22, 0x12, 0xa1, 0x30, 0x1d, 0x0d, 0x1a, 0x7b, 0x07, 0x63, + 0xce, 0x4b, 0xb8, 0x86, 0x3a, 0x81, 0x22, 0x12, 0xa1, 0x30, 0x1d, 0x0d, 0x1a, 0x7b, 0x07, 0x63, 0x11, 0xef, 0x46, 0x9e, 0x4d, 0xee, 0xf8, 0x09, 0xc4, 0x77, 0xf0, 0x25, 0x57, 0x5e, 0x83, 0x44, 0x15, 0x50, 0xf2, 0x17, 0x54, 0xc8, 0xbb, 0x76, 0x44, 0x41, 0x01, 0x05, 0xcd, 0x78, 0x9e, 0xe7, 0xcd, 0xe8, 0xbd, 0xa7, 0x65, 0x51, 0xae, 0xa9, 0xba, 0x06, 0xaa, 0x84, 0x2d, 0xdb, 0xa9, 0xe8, @@ -281,7 +281,7 @@ var fileDescriptor_42aeb672f768be80 = []byte{ 0xd0, 0xfb, 0x7c, 0x08, 0x7b, 0x77, 0x87, 0xb0, 0xf7, 0xed, 0x10, 0xf6, 0xde, 0x5c, 0xfd, 0x26, 0xed, 0xb5, 0xa9, 0x4b, 0x89, 0x97, 0x2f, 0x21, 0x23, 0x41, 0xb6, 0x17, 0xdb, 0xe9, 0x33, 0x71, 0x23, 0xca, 0x1c, 0x74, 0x0d, 0xf9, 0x0a, 0x9d, 0xd6, 0xcc, 0xb7, 0xcf, 0xf1, 0xea, 0x57, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x1e, 0x29, 0x78, 0x46, 0xf9, 0x02, 0x00, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x12, 0xb9, 0x2f, 0x56, 0xf9, 0x02, 0x00, 0x00, } func (m *MsgExecuteContract) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/expected_keepers.go b/x/icaoracle/types/expected_keepers.go index 67fddcb967..cedf8fb1c1 100644 --- a/x/icaoracle/types/expected_keepers.go +++ b/x/icaoracle/types/expected_keepers.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/ibc-go/v7/modules/core/exported" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // ClientKeeper defines the expected IBC client keeper diff --git a/x/icaoracle/types/genesis.pb.go b/x/icaoracle/types/genesis.pb.go index 772ae4c6bf..eafa2e4cb3 100644 --- a/x/icaoracle/types/genesis.pb.go +++ b/x/icaoracle/types/genesis.pb.go @@ -145,8 +145,8 @@ var fileDescriptor_89fd81957c6adfb8 = []byte{ 0xdf, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0x32, 0x4e, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x0f, 0x06, 0x1b, 0xaf, 0xeb, 0x93, 0x98, 0x54, 0xac, - 0x0f, 0x0d, 0xce, 0x32, 0x43, 0x73, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, - 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x3b, 0xee, 0x45, 0x06, 0xbd, 0x01, + 0x0f, 0x0d, 0xce, 0x32, 0x43, 0x0b, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, + 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x37, 0x7e, 0x12, 0x16, 0xbd, 0x01, 0x00, 0x00, } diff --git a/x/icaoracle/types/genesis_test.go b/x/icaoracle/types/genesis_test.go index 3af1a0d929..b6dcc2b8ac 100644 --- a/x/icaoracle/types/genesis_test.go +++ b/x/icaoracle/types/genesis_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/icaoracle/types/ica_test.go b/x/icaoracle/types/ica_test.go index dedbc8e709..881b6b7b41 100644 --- a/x/icaoracle/types/ica_test.go +++ b/x/icaoracle/types/ica_test.go @@ -9,7 +9,7 @@ import ( proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestValidateICATx(t *testing.T) { diff --git a/x/icaoracle/types/icaoracle.pb.go b/x/icaoracle/types/icaoracle.pb.go index 83f6a7d847..782ef60b31 100644 --- a/x/icaoracle/types/icaoracle.pb.go +++ b/x/icaoracle/types/icaoracle.pb.go @@ -302,42 +302,42 @@ func init() { func init() { proto.RegisterFile("stride/icaoracle/icaoracle.proto", fileDescriptor_842e38c1f0da9e66) } var fileDescriptor_842e38c1f0da9e66 = []byte{ - // 557 bytes of a gzipped FileDescriptorProto + // 558 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x93, 0xc1, 0x6e, 0xd3, 0x4c, 0x14, 0x85, 0xe3, 0xe6, 0xaf, 0xdb, 0xde, 0xa6, 0x7f, 0xcd, 0x28, 0x82, 0x34, 0x12, 0xc6, 0xa4, - 0x2c, 0x02, 0x52, 0x1d, 0x41, 0x25, 0x58, 0xa2, 0xd0, 0x18, 0xb0, 0x44, 0xda, 0x62, 0x27, 0x1b, - 0x36, 0xd6, 0x64, 0x66, 0x94, 0x8c, 0x12, 0x7b, 0x2c, 0x7b, 0x12, 0x91, 0x57, 0xe8, 0x8a, 0x05, - 0x4b, 0xfa, 0x3e, 0x2c, 0xbb, 0x64, 0x89, 0x12, 0x1e, 0x04, 0x79, 0xec, 0xb4, 0x06, 0x76, 0x73, - 0xbf, 0x73, 0x7c, 0xe5, 0x73, 0x67, 0x2e, 0x58, 0xa9, 0x4c, 0x38, 0x65, 0x1d, 0x4e, 0xb0, 0x48, - 0x30, 0x99, 0x95, 0x4e, 0x76, 0x9c, 0x08, 0x29, 0x90, 0x91, 0x3b, 0xec, 0x5b, 0xde, 0xac, 0x8f, - 0xc5, 0x58, 0x28, 0xb1, 0x93, 0x9d, 0x72, 0x5f, 0xeb, 0x97, 0x06, 0xfa, 0x85, 0x32, 0xa0, 0x23, - 0xd8, 0x25, 0x13, 0xcc, 0xa3, 0x80, 0xd3, 0x86, 0x66, 0x69, 0xed, 0x3d, 0x6f, 0x47, 0xd5, 0x2e, - 0x45, 0xc7, 0x70, 0x40, 0x44, 0x14, 0x31, 0x22, 0xb9, 0x50, 0xfa, 0x96, 0xd2, 0x6b, 0x77, 0xd0, - 0xa5, 0xe8, 0x21, 0x00, 0x99, 0xe0, 0x28, 0x62, 0xb3, 0xcc, 0x51, 0x55, 0x8e, 0xbd, 0x82, 0xb8, - 0x14, 0x3d, 0x80, 0x9d, 0x58, 0x24, 0x32, 0xd3, 0xfe, 0x53, 0x9a, 0x9e, 0x95, 0x2e, 0x45, 0x8f, - 0x60, 0x9f, 0x13, 0x1c, 0x60, 0x4a, 0x13, 0x96, 0xa6, 0x8d, 0x6d, 0x25, 0x02, 0x27, 0xb8, 0x9b, - 0x13, 0xf4, 0x14, 0x0c, 0x22, 0x22, 0x99, 0x60, 0x22, 0x6f, 0x5d, 0xba, 0x72, 0x1d, 0x6e, 0xf8, - 0xc6, 0x7a, 0x1f, 0x74, 0x4c, 0x24, 0x5f, 0xb0, 0xc6, 0x8e, 0xa5, 0xb5, 0x77, 0xbd, 0xa2, 0x6a, - 0x7d, 0xdb, 0x02, 0xbd, 0xcf, 0x64, 0xc2, 0x09, 0x32, 0xa0, 0x3a, 0x65, 0xcb, 0x22, 0x61, 0x76, - 0x44, 0x75, 0xd8, 0x5e, 0xe0, 0xd9, 0x9c, 0x15, 0xa9, 0xf2, 0x22, 0xfb, 0xad, 0x50, 0x7d, 0x11, - 0xc8, 0x65, 0xcc, 0x8a, 0x3c, 0x90, 0xa3, 0xc1, 0x32, 0x56, 0x86, 0x79, 0x4c, 0xb1, 0x64, 0x81, - 0xe4, 0x21, 0x53, 0xa1, 0xaa, 0x1e, 0xe4, 0x68, 0xc0, 0x43, 0x86, 0x1e, 0x43, 0x6d, 0x34, 0x13, - 0x64, 0x1a, 0x4c, 0x18, 0x1f, 0x4f, 0xa4, 0x4a, 0x56, 0xf5, 0xf6, 0x15, 0x7b, 0xaf, 0x10, 0x32, - 0x01, 0xb0, 0x94, 0x09, 0x1f, 0xcd, 0x25, 0xdb, 0x84, 0x2a, 0x11, 0x74, 0x02, 0x88, 0xb2, 0x54, - 0xf2, 0x08, 0xab, 0xc9, 0xe7, 0x57, 0xa9, 0xb2, 0xed, 0x79, 0xf7, 0x4a, 0x4a, 0x71, 0x85, 0x2f, - 0x41, 0x4f, 0x25, 0x96, 0xf3, 0xb4, 0xb1, 0x6b, 0x69, 0xed, 0xff, 0x5f, 0x98, 0xf6, 0xdf, 0xcf, - 0xc0, 0xce, 0xa7, 0xe0, 0x2b, 0x97, 0x57, 0xb8, 0x5b, 0xaf, 0xa1, 0xe1, 0x31, 0xca, 0xc2, 0x38, - 0xeb, 0xe5, 0x61, 0xc9, 0xba, 0x77, 0xbf, 0x70, 0x0c, 0x07, 0xa9, 0x94, 0x62, 0xca, 0xa2, 0x80, - 0xb2, 0x48, 0x84, 0xc5, 0xe4, 0x6a, 0x05, 0xec, 0x65, 0xec, 0xd9, 0x57, 0x0d, 0x6a, 0xe5, 0xce, - 0xc8, 0x86, 0xa3, 0xbe, 0x33, 0xf0, 0xdc, 0xb3, 0xc0, 0x1f, 0x74, 0x07, 0x43, 0x3f, 0x18, 0x9e, - 0xfb, 0x97, 0xce, 0x99, 0xfb, 0xd6, 0x75, 0x7a, 0x46, 0xa5, 0x79, 0x78, 0x75, 0x6d, 0xed, 0x97, - 0x10, 0x7a, 0x02, 0xf5, 0x3f, 0xfd, 0x1f, 0x87, 0xce, 0xd0, 0xe9, 0x19, 0x5a, 0x13, 0xae, 0xae, - 0x2d, 0x3d, 0xaf, 0xfe, 0xed, 0xea, 0x9e, 0x07, 0x97, 0xde, 0xc5, 0x3b, 0xcf, 0xf1, 0x7d, 0x63, - 0x2b, 0xef, 0x5a, 0x42, 0x6f, 0xfa, 0xdf, 0x57, 0xa6, 0x76, 0xb3, 0x32, 0xb5, 0x9f, 0x2b, 0x53, - 0xfb, 0xb2, 0x36, 0x2b, 0x37, 0x6b, 0xb3, 0xf2, 0x63, 0x6d, 0x56, 0x3e, 0x9d, 0x8e, 0xb9, 0x9c, - 0xcc, 0x47, 0x36, 0x11, 0x61, 0xc7, 0x57, 0x33, 0x3a, 0xf9, 0x80, 0x47, 0x69, 0xa7, 0x58, 0xac, - 0xc5, 0xf3, 0x57, 0x9d, 0xcf, 0xa5, 0xf5, 0xca, 0x9e, 0x40, 0x3a, 0xd2, 0xd5, 0xce, 0x9c, 0xfe, - 0x0e, 0x00, 0x00, 0xff, 0xff, 0x65, 0xbf, 0xdf, 0xa7, 0x7f, 0x03, 0x00, 0x00, + 0x2c, 0x02, 0x52, 0x1d, 0x41, 0x25, 0xc4, 0x0e, 0x85, 0xc6, 0x80, 0x25, 0xd2, 0x16, 0x3b, 0xd9, + 0xb0, 0xb1, 0x26, 0x33, 0xa3, 0x64, 0x94, 0xd8, 0x63, 0xd9, 0x93, 0x88, 0xbc, 0x42, 0x57, 0x2c, + 0x58, 0xd2, 0xf7, 0x61, 0xd9, 0x25, 0x4b, 0x94, 0xf0, 0x20, 0xc8, 0x63, 0xa7, 0x35, 0xb0, 0x9b, + 0xfb, 0x9d, 0xe3, 0x2b, 0x9f, 0x3b, 0x73, 0xc1, 0x4a, 0x65, 0xc2, 0x29, 0xeb, 0x70, 0x82, 0x45, + 0x82, 0xc9, 0xac, 0x74, 0xb2, 0xe3, 0x44, 0x48, 0x81, 0x8c, 0xdc, 0x61, 0xdf, 0xf2, 0x66, 0x7d, + 0x2c, 0xc6, 0x42, 0x89, 0x9d, 0xec, 0x94, 0xfb, 0x5a, 0xbf, 0x34, 0xd0, 0x2f, 0x94, 0x01, 0x1d, + 0xc1, 0x2e, 0x99, 0x60, 0x1e, 0x05, 0x9c, 0x36, 0x34, 0x4b, 0x6b, 0xef, 0x79, 0x3b, 0xaa, 0x76, + 0x29, 0x3a, 0x86, 0x03, 0x22, 0xa2, 0x88, 0x11, 0xc9, 0x85, 0xd2, 0xb7, 0x94, 0x5e, 0xbb, 0x83, + 0x2e, 0x45, 0x0f, 0x01, 0xc8, 0x04, 0x47, 0x11, 0x9b, 0x65, 0x8e, 0xaa, 0x72, 0xec, 0x15, 0xc4, + 0xa5, 0xe8, 0x01, 0xec, 0xc4, 0x22, 0x91, 0x99, 0xf6, 0x9f, 0xd2, 0xf4, 0xac, 0x74, 0x29, 0x7a, + 0x04, 0xfb, 0x9c, 0xe0, 0x00, 0x53, 0x9a, 0xb0, 0x34, 0x6d, 0x6c, 0x2b, 0x11, 0x38, 0xc1, 0xdd, + 0x9c, 0xa0, 0xa7, 0x60, 0x10, 0x11, 0xc9, 0x04, 0x13, 0x79, 0xeb, 0xd2, 0x95, 0xeb, 0x70, 0xc3, + 0x37, 0xd6, 0xfb, 0xa0, 0x63, 0x22, 0xf9, 0x82, 0x35, 0x76, 0x2c, 0xad, 0xbd, 0xeb, 0x15, 0x55, + 0xeb, 0xdb, 0x16, 0xe8, 0x7d, 0x26, 0x13, 0x4e, 0x90, 0x01, 0xd5, 0x29, 0x5b, 0x16, 0x09, 0xb3, + 0x23, 0xaa, 0xc3, 0xf6, 0x02, 0xcf, 0xe6, 0xac, 0x48, 0x95, 0x17, 0xd9, 0x6f, 0x85, 0xea, 0x8b, + 0x40, 0x2e, 0x63, 0x56, 0xe4, 0x81, 0x1c, 0x0d, 0x96, 0xb1, 0x32, 0xcc, 0x63, 0x8a, 0x25, 0x0b, + 0x24, 0x0f, 0x99, 0x0a, 0x55, 0xf5, 0x20, 0x47, 0x03, 0x1e, 0x32, 0xf4, 0x18, 0x6a, 0xa3, 0x99, + 0x20, 0xd3, 0x60, 0xc2, 0xf8, 0x78, 0x22, 0x55, 0xb2, 0xaa, 0xb7, 0xaf, 0xd8, 0x7b, 0x85, 0x90, + 0x09, 0x80, 0xa5, 0x4c, 0xf8, 0x68, 0x2e, 0xd9, 0x26, 0x54, 0x89, 0xa0, 0x13, 0x40, 0x94, 0xa5, + 0x92, 0x47, 0x58, 0x4d, 0x3e, 0xbf, 0x4a, 0x95, 0x6d, 0xcf, 0xbb, 0x57, 0x52, 0x8a, 0x2b, 0x7c, + 0x09, 0x7a, 0x2a, 0xb1, 0x9c, 0xa7, 0x8d, 0x5d, 0x4b, 0x6b, 0xff, 0xff, 0xc2, 0xb4, 0xff, 0x7e, + 0x06, 0x76, 0x3e, 0x05, 0x5f, 0xb9, 0xbc, 0xc2, 0xdd, 0x7a, 0x0d, 0x0d, 0x8f, 0x51, 0x16, 0xc6, + 0x59, 0x2f, 0x0f, 0x4b, 0xd6, 0xbd, 0xfb, 0x85, 0x63, 0x38, 0x48, 0xa5, 0x14, 0x53, 0x16, 0x05, + 0x94, 0x45, 0x22, 0x2c, 0x26, 0x57, 0x2b, 0x60, 0x2f, 0x63, 0xcf, 0xbe, 0x6a, 0x50, 0x2b, 0x77, + 0x46, 0x36, 0x1c, 0xf5, 0x9d, 0x81, 0xe7, 0x9e, 0x05, 0xfe, 0xa0, 0x3b, 0x18, 0xfa, 0xc1, 0xf0, + 0xdc, 0xbf, 0x74, 0xce, 0xdc, 0xb7, 0xae, 0xd3, 0x33, 0x2a, 0xcd, 0xc3, 0xab, 0x6b, 0x6b, 0xbf, + 0x84, 0xd0, 0x13, 0xa8, 0xff, 0xe9, 0xff, 0x38, 0x74, 0x86, 0x4e, 0xcf, 0xd0, 0x9a, 0x70, 0x75, + 0x6d, 0xe9, 0x79, 0xf5, 0x6f, 0x57, 0xf7, 0x3c, 0xb8, 0xf4, 0x2e, 0xde, 0x79, 0x8e, 0xef, 0x1b, + 0x5b, 0x79, 0xd7, 0x12, 0x7a, 0xd3, 0xff, 0xbe, 0x32, 0xb5, 0x9b, 0x95, 0xa9, 0xfd, 0x5c, 0x99, + 0xda, 0x97, 0xb5, 0x59, 0xb9, 0x59, 0x9b, 0x95, 0x1f, 0x6b, 0xb3, 0xf2, 0xe9, 0x74, 0xcc, 0xe5, + 0x64, 0x3e, 0xb2, 0x89, 0x08, 0x3b, 0xbe, 0x9a, 0xd1, 0xc9, 0x07, 0x3c, 0x4a, 0x3b, 0xc5, 0x62, + 0x2d, 0x9e, 0xbf, 0xea, 0x7c, 0x2e, 0xad, 0x57, 0xf6, 0x04, 0xd2, 0x91, 0xae, 0x76, 0xe6, 0xf4, + 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x69, 0x2f, 0x88, 0xb7, 0x7f, 0x03, 0x00, 0x00, } func (m *Oracle) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/message_add_oracle.go b/x/icaoracle/types/message_add_oracle.go index dd061d39a7..452edd9733 100644 --- a/x/icaoracle/types/message_add_oracle.go +++ b/x/icaoracle/types/message_add_oracle.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgAddOracle = "add_oracle" diff --git a/x/icaoracle/types/message_add_oracle_test.go b/x/icaoracle/types/message_add_oracle_test.go index 3aac5a19a7..02b3317449 100644 --- a/x/icaoracle/types/message_add_oracle_test.go +++ b/x/icaoracle/types/message_add_oracle_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestMsgAddOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_instantiate_oracle.go b/x/icaoracle/types/message_instantiate_oracle.go index 7059e46ee2..08e56bf9d7 100644 --- a/x/icaoracle/types/message_instantiate_oracle.go +++ b/x/icaoracle/types/message_instantiate_oracle.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgInstantiateOracle = "instantiate_oracle" diff --git a/x/icaoracle/types/message_instantiate_oracle_test.go b/x/icaoracle/types/message_instantiate_oracle_test.go index e4f8abee05..87da712cb6 100644 --- a/x/icaoracle/types/message_instantiate_oracle_test.go +++ b/x/icaoracle/types/message_instantiate_oracle_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestMsgInstantiateOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_remove_oracle_test.go b/x/icaoracle/types/message_remove_oracle_test.go index cdb3d77d1b..5f0244a1b6 100644 --- a/x/icaoracle/types/message_remove_oracle_test.go +++ b/x/icaoracle/types/message_remove_oracle_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestMsgRemoveOracle(t *testing.T) { diff --git a/x/icaoracle/types/message_restore_oracle_interchain_account_test.go b/x/icaoracle/types/message_restore_oracle_interchain_account_test.go index 549a7d48f6..f5f41c69e6 100644 --- a/x/icaoracle/types/message_restore_oracle_interchain_account_test.go +++ b/x/icaoracle/types/message_restore_oracle_interchain_account_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestMsgRestoreOracleICA(t *testing.T) { diff --git a/x/icaoracle/types/message_toggle_oracle_test.go b/x/icaoracle/types/message_toggle_oracle_test.go index 41527963f4..6bebc40302 100644 --- a/x/icaoracle/types/message_toggle_oracle_test.go +++ b/x/icaoracle/types/message_toggle_oracle_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestMsgMsgToggleOracle(t *testing.T) { diff --git a/x/icaoracle/types/metric_test.go b/x/icaoracle/types/metric_test.go index 6479b9864c..a8f94bbd7e 100644 --- a/x/icaoracle/types/metric_test.go +++ b/x/icaoracle/types/metric_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) // Tests NewMetric and GetMetricID diff --git a/x/icaoracle/types/oracle_test.go b/x/icaoracle/types/oracle_test.go index eeef024d27..18c1e5a9b2 100644 --- a/x/icaoracle/types/oracle_test.go +++ b/x/icaoracle/types/oracle_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/icaoracle/types" + "github.com/Stride-Labs/stride/v18/x/icaoracle/types" ) func TestValidateICASetup(t *testing.T) { diff --git a/x/icaoracle/types/query.pb.go b/x/icaoracle/types/query.pb.go index dda9dd01e7..197d979401 100644 --- a/x/icaoracle/types/query.pb.go +++ b/x/icaoracle/types/query.pb.go @@ -402,7 +402,7 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ // 519 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x41, 0x6b, 0x13, 0x41, 0x14, 0xce, 0xd4, 0x9a, 0xb4, 0x4f, 0x8a, 0xf2, 0x2c, 0x35, 0x5d, 0xea, 0x1a, 0x16, 0x5b, 0x2b, - 0xda, 0x1d, 0xdb, 0x1c, 0xea, 0xd5, 0x7a, 0x10, 0xd1, 0xa2, 0xa6, 0xe0, 0x41, 0x84, 0xb0, 0xd9, + 0xda, 0x1d, 0xdb, 0x1c, 0xec, 0xd5, 0x7a, 0x10, 0xd1, 0xa2, 0xa6, 0xe0, 0x41, 0x84, 0xb0, 0xd9, 0x0c, 0xdb, 0xc1, 0x74, 0x27, 0xdd, 0x99, 0x14, 0x17, 0xf1, 0xe2, 0xc5, 0x9b, 0x14, 0xfc, 0x09, 0xfe, 0x99, 0x1e, 0x0b, 0x5e, 0x04, 0x41, 0x24, 0xf1, 0x87, 0x48, 0x67, 0x26, 0xa9, 0xeb, 0x26, 0x4d, 0xb4, 0xa7, 0xcc, 0xbe, 0xf7, 0xbd, 0xef, 0xfb, 0xe6, 0xcd, 0x47, 0x60, 0x49, 0xaa, 0x84, @@ -414,15 +414,15 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ 0xb3, 0x4c, 0x2a, 0x64, 0x75, 0xb6, 0x56, 0xd2, 0xdf, 0x8f, 0x9b, 0xde, 0x23, 0xb8, 0x9a, 0x19, 0x90, 0x6d, 0x11, 0x4b, 0x86, 0xf7, 0xa0, 0x68, 0xbc, 0x68, 0xfc, 0xa5, 0x8d, 0xb2, 0xff, 0xf7, 0x05, 0x7c, 0x3b, 0x61, 0x71, 0x5e, 0x19, 0x16, 0x34, 0xd1, 0x83, 0x56, 0xcb, 0x74, 0xa4, 0x55, - 0xf7, 0x76, 0xe0, 0x5a, 0xae, 0x63, 0x65, 0xee, 0x43, 0xc9, 0x8c, 0xcb, 0x32, 0xa9, 0x5c, 0x38, - 0x4b, 0x67, 0x6b, 0xfa, 0xe8, 0xc7, 0x8d, 0x42, 0xad, 0x0f, 0xf7, 0xaa, 0xb0, 0x68, 0x48, 0x43, - 0xc5, 0x0f, 0x58, 0x56, 0x11, 0x17, 0xa0, 0x18, 0xe8, 0xba, 0x76, 0x3f, 0x53, 0xb3, 0x5f, 0xde, - 0x4b, 0x70, 0x86, 0x0d, 0x9d, 0xdb, 0xcc, 0x6b, 0xbb, 0xc4, 0x6d, 0xa6, 0x12, 0x1e, 0x0e, 0x6c, - 0x5c, 0x07, 0xd8, 0xd3, 0x95, 0xfa, 0x1b, 0x96, 0xda, 0xc5, 0xcf, 0x9a, 0xca, 0x13, 0x96, 0xe2, - 0x0a, 0x5c, 0x36, 0x04, 0xf5, 0xc1, 0xe3, 0x4c, 0x69, 0xcc, 0x9c, 0x29, 0x3f, 0xb4, 0x4f, 0xf4, - 0x1c, 0xe6, 0xb3, 0xec, 0xa7, 0x7e, 0x0d, 0xd9, 0x19, 0x7e, 0xcd, 0x4c, 0xdf, 0xaf, 0x85, 0x6f, - 0x7c, 0x9f, 0x86, 0x8b, 0x9a, 0x12, 0x3f, 0x11, 0x28, 0x9a, 0x3b, 0xe1, 0xcd, 0xfc, 0x74, 0x3e, - 0x4a, 0xce, 0xf2, 0x18, 0x94, 0xf1, 0xe6, 0x6d, 0x7e, 0xf8, 0xfa, 0xeb, 0xf3, 0xd4, 0x3a, 0x52, + 0xf7, 0x76, 0xe0, 0x5a, 0xae, 0x63, 0x65, 0x36, 0xa1, 0x64, 0xc6, 0x65, 0x99, 0x54, 0x2e, 0x9c, + 0xa5, 0xb3, 0x35, 0x7d, 0xf4, 0xe3, 0x46, 0xa1, 0xd6, 0x87, 0x7b, 0x55, 0x58, 0x34, 0xa4, 0xa1, + 0xe2, 0x07, 0x2c, 0xab, 0x88, 0x0b, 0x50, 0x0c, 0x74, 0x5d, 0xbb, 0x9f, 0xa9, 0xd9, 0x2f, 0xef, + 0x25, 0x38, 0xc3, 0x86, 0xce, 0x6d, 0xe6, 0xb5, 0x5d, 0xe2, 0x36, 0x53, 0x09, 0x0f, 0x07, 0x36, + 0xae, 0x03, 0xec, 0xe9, 0x4a, 0xfd, 0x0d, 0x4b, 0xed, 0xe2, 0x67, 0x4d, 0xe5, 0x09, 0x4b, 0x71, + 0x05, 0x2e, 0x1b, 0x82, 0xfa, 0xe0, 0x71, 0xa6, 0x34, 0x66, 0xce, 0x94, 0x1f, 0xda, 0x27, 0x7a, + 0x0e, 0xf3, 0x59, 0xf6, 0x53, 0xbf, 0x86, 0xec, 0x0c, 0xbf, 0x66, 0xa6, 0xef, 0xd7, 0xc2, 0x37, + 0xbe, 0x4f, 0xc3, 0x45, 0x4d, 0x89, 0x9f, 0x08, 0x14, 0xcd, 0x9d, 0xf0, 0x66, 0x7e, 0x3a, 0x1f, + 0x25, 0x67, 0x79, 0x0c, 0xca, 0x78, 0xf3, 0xee, 0x7f, 0xf8, 0xfa, 0xeb, 0xf3, 0xd4, 0x3a, 0x52, 0xba, 0xa3, 0xe1, 0x6b, 0x4f, 0x83, 0x86, 0xa4, 0xb9, 0xc8, 0xdb, 0x9f, 0x77, 0xfd, 0x05, 0xbc, 0xc7, 0x43, 0x02, 0x70, 0x1a, 0x14, 0x5c, 0x1d, 0x21, 0x97, 0x4b, 0x99, 0x73, 0x7b, 0x02, 0xa4, 0x35, 0xb7, 0xa6, 0xcd, 0xdd, 0xc2, 0xe5, 0x49, 0xcc, 0x49, 0xfc, 0x42, 0x60, 0x2e, 0x93, 0x18, @@ -431,8 +431,8 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ 0x0e, 0xf6, 0x6f, 0xfb, 0xb2, 0xe9, 0xda, 0xda, 0x3e, 0xea, 0xba, 0xe4, 0xb8, 0xeb, 0x92, 0x9f, 0x5d, 0x97, 0x1c, 0xf6, 0xdc, 0xc2, 0x71, 0xcf, 0x2d, 0x7c, 0xeb, 0xb9, 0x85, 0x57, 0xd5, 0x88, 0xab, 0xdd, 0x4e, 0xc3, 0x0f, 0xc5, 0xde, 0x30, 0xaa, 0x83, 0xf5, 0x4d, 0xfa, 0xf6, 0x0f, 0x42, - 0x95, 0xb6, 0x99, 0x6c, 0x14, 0xf5, 0x3f, 0x5b, 0xf5, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x48, - 0x35, 0x1c, 0x47, 0x61, 0x05, 0x00, 0x00, + 0x95, 0xb6, 0x99, 0x6c, 0x14, 0xf5, 0x3f, 0x5b, 0xf5, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x44, + 0xa5, 0x4b, 0x57, 0x61, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/icaoracle/types/tx.pb.go b/x/icaoracle/types/tx.pb.go index be5b010787..2085dfce01 100644 --- a/x/icaoracle/types/tx.pb.go +++ b/x/icaoracle/types/tx.pb.go @@ -522,7 +522,7 @@ var fileDescriptor_6e58a377bb8520d3 = []byte{ // 627 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x95, 0x3f, 0x6f, 0xd3, 0x4e, 0x18, 0xc7, 0xeb, 0xb6, 0xea, 0xef, 0xd7, 0x53, 0x4b, 0x53, 0x53, 0x35, 0x89, 0x01, 0xd3, 0x1a, - 0x11, 0x42, 0xa5, 0xd8, 0xb4, 0x15, 0x14, 0x85, 0x29, 0xcd, 0x14, 0x89, 0xa8, 0x92, 0xc3, 0x84, + 0x11, 0x42, 0xa5, 0xd8, 0xb4, 0x15, 0x50, 0x85, 0x29, 0xcd, 0x14, 0x89, 0xa8, 0x92, 0xc3, 0x84, 0x90, 0xac, 0xcb, 0xf9, 0x70, 0x2c, 0x92, 0xbb, 0xe8, 0xee, 0x1a, 0xb5, 0x2b, 0x23, 0x13, 0x12, 0x13, 0xef, 0x00, 0x31, 0x75, 0xe0, 0x05, 0x30, 0x32, 0x56, 0x4c, 0x8c, 0x28, 0x19, 0x3a, 0xf1, 0x1e, 0x90, 0xff, 0xc6, 0x71, 0x5c, 0x1a, 0x84, 0x60, 0x49, 0x74, 0xcf, 0xf3, 0xbd, 0xef, 0x3d, @@ -541,9 +541,9 @@ var fileDescriptor_6e58a377bb8520d3 = []byte{ 0x28, 0x11, 0x0c, 0x22, 0x61, 0x21, 0x6a, 0x63, 0x4f, 0xb8, 0xb0, 0x25, 0x95, 0x17, 0xcd, 0x6b, 0x51, 0xbc, 0x4e, 0x6d, 0xdc, 0xb0, 0xe5, 0x27, 0x40, 0x11, 0x0c, 0x12, 0xfe, 0x12, 0x33, 0xcf, 0x93, 0x10, 0xdc, 0xb5, 0x28, 0xb1, 0x02, 0xbb, 0xc2, 0xa2, 0x6f, 0x9e, 0x8f, 0x14, 0xf5, 0x40, - 0x70, 0x44, 0x02, 0x84, 0xea, 0xe3, 0xf4, 0x2e, 0xdd, 0xcb, 0xde, 0xa5, 0x29, 0x78, 0x4d, 0x05, - 0x37, 0xb3, 0xe2, 0xf1, 0xae, 0x7d, 0x94, 0xc0, 0xf5, 0x26, 0x77, 0x4c, 0xcc, 0x05, 0x65, 0x61, - 0xb2, 0x51, 0xaf, 0xfd, 0xcd, 0x4d, 0xab, 0x1e, 0xa4, 0x69, 0x4a, 0xd9, 0x34, 0xe9, 0xa2, 0xb4, + 0x70, 0x44, 0x02, 0x84, 0xea, 0x41, 0x7a, 0x97, 0xee, 0x65, 0xef, 0xd2, 0x14, 0xbc, 0xa6, 0x82, + 0x9b, 0x59, 0xf1, 0x78, 0xd7, 0x3e, 0x4a, 0xe0, 0x7a, 0x93, 0x3b, 0x26, 0xe6, 0x82, 0xb2, 0x30, + 0xd9, 0xa8, 0xd7, 0xfe, 0xe6, 0xa6, 0x55, 0x1f, 0xa7, 0x69, 0x4a, 0xd9, 0x34, 0xe9, 0xa2, 0xb4, 0x5b, 0xe0, 0x46, 0x46, 0x38, 0x66, 0xf9, 0x2c, 0x81, 0xb5, 0x26, 0x77, 0x9e, 0x51, 0xc7, 0xe9, 0x46, 0x87, 0xff, 0x08, 0x2c, 0xc3, 0x63, 0xd1, 0xa1, 0xcc, 0x15, 0xa7, 0x57, 0x92, 0x8c, 0xa5, 0x33, 0x37, 0xc0, 0x26, 0x58, 0x82, 0x48, 0xb8, 0x03, 0xec, 0x1f, 0xfb, 0xff, 0x66, 0x38, 0xaa, @@ -558,7 +558,7 @@ var fileDescriptor_6e58a377bb8520d3 = []byte{ 0x74, 0x3e, 0x54, 0xa5, 0xef, 0x43, 0x55, 0x7a, 0x3b, 0x52, 0xe7, 0xce, 0x47, 0xea, 0xdc, 0xb7, 0x91, 0x3a, 0xf7, 0x7c, 0xdf, 0x71, 0x45, 0xe7, 0xb8, 0xad, 0x23, 0xda, 0x33, 0x5a, 0xbe, 0x5d, 0xe5, 0x29, 0x6c, 0x73, 0x23, 0xec, 0xaf, 0xc1, 0xee, 0xc1, 0x44, 0x8f, 0x89, 0xd3, 0x3e, 0xe6, - 0xed, 0x25, 0xff, 0xfb, 0xb4, 0xff, 0x33, 0x00, 0x00, 0xff, 0xff, 0xa1, 0xce, 0x96, 0xad, 0x15, + 0xed, 0x25, 0xff, 0xfb, 0xb4, 0xff, 0x33, 0x00, 0x00, 0xff, 0xff, 0xad, 0x5e, 0xc1, 0xbd, 0x15, 0x07, 0x00, 0x00, } diff --git a/x/interchainquery/client/cli/query.go b/x/interchainquery/client/cli/query.go index 0136c85adf..8980bb9a01 100644 --- a/x/interchainquery/client/cli/query.go +++ b/x/interchainquery/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // GetQueryCmd returns the cli query commands for this module. diff --git a/x/interchainquery/genesis.go b/x/interchainquery/genesis.go index 60b8269920..a5d3c60adf 100644 --- a/x/interchainquery/genesis.go +++ b/x/interchainquery/genesis.go @@ -3,8 +3,8 @@ package interchainquery import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/interchainquery/handler.go b/x/interchainquery/handler.go index 47cdbc5891..8ed9f0a2b3 100644 --- a/x/interchainquery/handler.go +++ b/x/interchainquery/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // NewHandler returns a handler for interchainquery module messages diff --git a/x/interchainquery/keeper/abci.go b/x/interchainquery/keeper/abci.go index 137b811eee..c15f7b99ea 100644 --- a/x/interchainquery/keeper/abci.go +++ b/x/interchainquery/keeper/abci.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // EndBlocker of interchainquery module diff --git a/x/interchainquery/keeper/grpc_query.go b/x/interchainquery/keeper/grpc_query.go index ec9e7b35e5..d25b66f740 100644 --- a/x/interchainquery/keeper/grpc_query.go +++ b/x/interchainquery/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) var _ types.QueryServiceServer = Keeper{} diff --git a/x/interchainquery/keeper/keeper.go b/x/interchainquery/keeper/keeper.go index add7de8975..41c7f3f91b 100644 --- a/x/interchainquery/keeper/keeper.go +++ b/x/interchainquery/keeper/keeper.go @@ -13,8 +13,8 @@ import ( connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // Keeper of this module maintains collections of registered zones. diff --git a/x/interchainquery/keeper/keeper_test.go b/x/interchainquery/keeper/keeper_test.go index 9f71576d15..c4a6bd70f3 100644 --- a/x/interchainquery/keeper/keeper_test.go +++ b/x/interchainquery/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) type KeeperTestSuite struct { diff --git a/x/interchainquery/keeper/msg_server.go b/x/interchainquery/keeper/msg_server.go index 36754ea86c..88f2665c59 100644 --- a/x/interchainquery/keeper/msg_server.go +++ b/x/interchainquery/keeper/msg_server.go @@ -15,8 +15,8 @@ import ( ics23 "github.com/cosmos/ics23/go" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) type msgServer struct { diff --git a/x/interchainquery/keeper/msg_submit_query_response_test.go b/x/interchainquery/keeper/msg_submit_query_response_test.go index 3024c9f533..c1d3a5d81f 100644 --- a/x/interchainquery/keeper/msg_submit_query_response_test.go +++ b/x/interchainquery/keeper/msg_submit_query_response_test.go @@ -10,8 +10,8 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/interchainquery/keeper/queries.go b/x/interchainquery/keeper/queries.go index 9a1f97cf78..ab781b9c9e 100644 --- a/x/interchainquery/keeper/queries.go +++ b/x/interchainquery/keeper/queries.go @@ -16,7 +16,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) // Generates a query ID based on the request information diff --git a/x/interchainquery/keeper/queries_test.go b/x/interchainquery/keeper/queries_test.go index db90528622..5e04301d04 100644 --- a/x/interchainquery/keeper/queries_test.go +++ b/x/interchainquery/keeper/queries_test.go @@ -10,10 +10,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) TestGetQueryId() { diff --git a/x/interchainquery/module.go b/x/interchainquery/module.go index bf76de1318..3547a51abc 100644 --- a/x/interchainquery/module.go +++ b/x/interchainquery/module.go @@ -19,10 +19,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/x/interchainquery/client/cli" - "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/interchainquery/client/cli" + "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) var ( diff --git a/x/interchainquery/types/genesis.pb.go b/x/interchainquery/types/genesis.pb.go index f0127d1030..cc3cf28c8e 100644 --- a/x/interchainquery/types/genesis.pb.go +++ b/x/interchainquery/types/genesis.pb.go @@ -308,52 +308,52 @@ func init() { } var fileDescriptor_74cd646eb05658fd = []byte{ - // 717 bytes of a gzipped FileDescriptorProto + // 716 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xc1, 0x6e, 0xd3, 0x4c, 0x10, 0x8e, 0xd3, 0xf4, 0x6f, 0xb2, 0x71, 0xd2, 0xfc, 0x4b, 0x01, 0xa7, 0x12, 0x89, 0x29, 0x12, - 0xb5, 0x0a, 0xb5, 0xd5, 0x72, 0x40, 0x48, 0x1c, 0x68, 0x52, 0x0b, 0x02, 0xa5, 0x4d, 0x9d, 0x54, - 0xa2, 0x5c, 0x2c, 0xc7, 0x5e, 0x92, 0x55, 0x6d, 0x6f, 0xea, 0x5d, 0x47, 0xe4, 0x19, 0xb8, 0x70, - 0xe4, 0x09, 0x78, 0x02, 0x1e, 0xa2, 0xc7, 0x8a, 0x13, 0xe2, 0x50, 0x50, 0x7b, 0xe3, 0x29, 0x90, - 0xd7, 0xde, 0xb6, 0x50, 0xc1, 0x89, 0x93, 0xbd, 0xf3, 0x7d, 0xf3, 0xcd, 0x78, 0xe6, 0xf3, 0x82, - 0x65, 0xca, 0x22, 0xec, 0x21, 0x03, 0x87, 0x0c, 0x45, 0xee, 0xc8, 0xc1, 0xe1, 0x61, 0x8c, 0xa2, - 0xa9, 0x31, 0x59, 0x33, 0x86, 0x28, 0x44, 0x14, 0x53, 0x7d, 0x1c, 0x11, 0x46, 0x60, 0x3d, 0x25, - 0xea, 0xbf, 0x11, 0xf5, 0xc9, 0xda, 0xe2, 0xc2, 0x90, 0x0c, 0x09, 0x67, 0x19, 0xc9, 0x5b, 0x9a, - 0xb0, 0xd8, 0x18, 0x12, 0x32, 0xf4, 0x91, 0xc1, 0x4f, 0x83, 0xf8, 0x8d, 0xe1, 0xc5, 0x91, 0xc3, - 0x30, 0x09, 0x33, 0xbc, 0xee, 0x12, 0x1a, 0x10, 0x6a, 0xa7, 0x89, 0xe9, 0x21, 0x85, 0x96, 0x3e, - 0x16, 0xc0, 0xec, 0x6e, 0xa2, 0x0e, 0xab, 0x20, 0x8f, 0x3d, 0x45, 0x52, 0x25, 0xad, 0x64, 0xe5, - 0xb1, 0x07, 0xef, 0x80, 0x8a, 0x4b, 0xc2, 0x10, 0xb9, 0x89, 0x90, 0x8d, 0x3d, 0x25, 0xcf, 0x21, - 0xf9, 0x22, 0xd8, 0xf1, 0x60, 0x1d, 0x14, 0x79, 0x83, 0x09, 0x3e, 0xc3, 0xf1, 0x39, 0x7e, 0xee, - 0x78, 0xf0, 0x16, 0x00, 0xbc, 0x6d, 0x9b, 0x4d, 0xc7, 0x48, 0x29, 0x70, 0xb0, 0xc4, 0x23, 0xfd, - 0xe9, 0x18, 0xc1, 0xdb, 0x40, 0x8e, 0xd0, 0x61, 0x8c, 0x28, 0xb3, 0x3d, 0x87, 0x39, 0xca, 0xac, - 0x2a, 0x69, 0xb2, 0x55, 0xce, 0x62, 0x9b, 0x0e, 0x73, 0xe0, 0x32, 0x98, 0x77, 0x1d, 0xdf, 0x1f, - 0x38, 0xee, 0x81, 0x1d, 0x10, 0x2f, 0xf6, 0x91, 0x52, 0xe1, 0x32, 0x55, 0x11, 0x7e, 0xc9, 0xa3, - 0xb0, 0x09, 0xca, 0xe7, 0x44, 0xec, 0x29, 0x45, 0x4e, 0x02, 0x22, 0xd4, 0x49, 0xbf, 0x45, 0x10, - 0x78, 0x35, 0x99, 0x57, 0x93, 0x45, 0x90, 0x97, 0xdb, 0x01, 0x55, 0x86, 0x03, 0x44, 0x62, 0x66, - 0x8f, 0x89, 0x8f, 0xdd, 0xa9, 0x32, 0xaf, 0x4a, 0x5a, 0x75, 0x5d, 0xd3, 0xff, 0xb8, 0x0f, 0xbd, - 0x9f, 0x26, 0x74, 0x39, 0xdf, 0xaa, 0xb0, 0xcb, 0x47, 0xb8, 0x0d, 0x6a, 0x42, 0x50, 0x2c, 0x44, - 0xa9, 0xaa, 0x92, 0x56, 0x5e, 0xaf, 0xeb, 0xe9, 0xc6, 0x74, 0xb1, 0x31, 0x7d, 0x33, 0x23, 0xb4, - 0x8a, 0x47, 0x27, 0xcd, 0xdc, 0x87, 0x6f, 0x4d, 0xc9, 0x9a, 0xcf, 0x92, 0x05, 0x04, 0xef, 0x81, - 0xff, 0x85, 0x5e, 0xf2, 0xa4, 0xcc, 0x09, 0xc6, 0x4a, 0x49, 0x95, 0xb4, 0x82, 0x25, 0x0a, 0xf5, - 0x45, 0xfc, 0xf2, 0x7c, 0x29, 0x0a, 0x99, 0x52, 0x56, 0x25, 0xad, 0x78, 0x3e, 0xdf, 0x1e, 0x0a, - 0x59, 0xa2, 0x47, 0xe3, 0x41, 0x80, 0x29, 0x4d, 0x36, 0x3c, 0x42, 0x78, 0x38, 0x62, 0x4a, 0x2d, - 0xd5, 0xbb, 0x00, 0x9e, 0xf1, 0xf8, 0xd2, 0xbb, 0x3c, 0x28, 0x25, 0x63, 0xea, 0x12, 0x1c, 0xb2, - 0x2b, 0x66, 0x71, 0x40, 0x25, 0x42, 0x01, 0x61, 0x48, 0xc8, 0x70, 0xb3, 0xb4, 0x1e, 0x27, 0x1f, - 0xf3, 0xf5, 0xa4, 0x79, 0x77, 0x88, 0xd9, 0x28, 0x1e, 0xe8, 0x2e, 0x09, 0x32, 0xfb, 0x65, 0x8f, - 0x55, 0xea, 0x1d, 0x18, 0x89, 0x41, 0xa8, 0xde, 0x09, 0xd9, 0xe7, 0x4f, 0xab, 0x20, 0x73, 0x67, - 0x27, 0x64, 0x96, 0x9c, 0x4a, 0xa6, 0x0d, 0x40, 0x1b, 0xc8, 0x3e, 0x71, 0x1d, 0x5f, 0x54, 0x98, - 0xf9, 0x07, 0x15, 0xca, 0x5c, 0x31, 0x2b, 0xb0, 0x02, 0x66, 0x27, 0x8e, 0x1f, 0xa7, 0x5e, 0x95, - 0x5b, 0x0b, 0x3f, 0x4e, 0x9a, 0xb5, 0x08, 0xd1, 0xd8, 0x67, 0xf7, 0x49, 0x80, 0x19, 0x0a, 0xc6, - 0x6c, 0x6a, 0xa5, 0x94, 0xa5, 0x2e, 0x90, 0x9f, 0xa6, 0xff, 0x6c, 0x8f, 0x39, 0x0c, 0xc1, 0x27, - 0x60, 0x2e, 0xf1, 0x04, 0x46, 0x54, 0x91, 0xd4, 0x19, 0xad, 0xbc, 0xae, 0xfe, 0xc5, 0x34, 0xfc, - 0x7f, 0x6b, 0x15, 0x92, 0xce, 0x2d, 0x91, 0xb6, 0x62, 0x83, 0xca, 0x2f, 0x66, 0x82, 0x75, 0x70, - 0xdd, 0x32, 0x9f, 0x9b, 0xed, 0xbe, 0xbd, 0xbb, 0x67, 0x5a, 0xfb, 0xb6, 0x65, 0xf6, 0xba, 0x3b, - 0xdb, 0x3d, 0xb3, 0x96, 0x83, 0x37, 0xc1, 0x35, 0xcb, 0xec, 0x5b, 0xfb, 0xe7, 0xc8, 0xee, 0x9e, - 0xd9, 0xeb, 0xd7, 0x24, 0xb8, 0x08, 0x6e, 0x98, 0xaf, 0xcc, 0xf6, 0x5e, 0xdf, 0xcc, 0xa0, 0xf6, - 0xc6, 0xd6, 0x56, 0x6b, 0xa3, 0xfd, 0xa2, 0x96, 0x6f, 0xf5, 0x8e, 0x4e, 0x1b, 0xd2, 0xf1, 0x69, - 0x43, 0xfa, 0x7e, 0xda, 0x90, 0xde, 0x9f, 0x35, 0x72, 0xc7, 0x67, 0x8d, 0xdc, 0x97, 0xb3, 0x46, - 0xee, 0xf5, 0xa3, 0x4b, 0xb3, 0xeb, 0xf1, 0xae, 0x57, 0xb7, 0x9c, 0x01, 0x35, 0xb2, 0xfb, 0x6a, - 0xb2, 0xf6, 0xd0, 0x78, 0x7b, 0xe5, 0xd6, 0xe2, 0x23, 0x1d, 0xfc, 0xc7, 0x0d, 0xfc, 0xe0, 0x67, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x3e, 0xd5, 0xc6, 0x8a, 0xdc, 0x04, 0x00, 0x00, + 0xb5, 0x0a, 0xb5, 0xd5, 0x72, 0x01, 0x89, 0x03, 0x4d, 0x6a, 0x41, 0xa0, 0xb4, 0xa9, 0x93, 0x4a, + 0x94, 0x8b, 0xe5, 0xd8, 0x4b, 0xb2, 0xaa, 0xed, 0x4d, 0xbd, 0xeb, 0x88, 0x3c, 0x03, 0x17, 0x8e, + 0x3c, 0x01, 0x4f, 0xc0, 0x43, 0xf4, 0x58, 0x71, 0x42, 0x1c, 0x0a, 0x6a, 0x6f, 0x3c, 0x05, 0xf2, + 0xda, 0xdb, 0x16, 0x2a, 0x38, 0x71, 0xb2, 0x77, 0xbe, 0x6f, 0xbe, 0x19, 0xcf, 0x7c, 0x5e, 0xb0, + 0x4c, 0x59, 0x84, 0x3d, 0x64, 0xe0, 0x90, 0xa1, 0xc8, 0x1d, 0x39, 0x38, 0x3c, 0x8c, 0x51, 0x34, + 0x35, 0x26, 0x6b, 0xc6, 0x10, 0x85, 0x88, 0x62, 0xaa, 0x8f, 0x23, 0xc2, 0x08, 0xac, 0xa7, 0x44, + 0xfd, 0x37, 0xa2, 0x3e, 0x59, 0x5b, 0x5c, 0x18, 0x92, 0x21, 0xe1, 0x2c, 0x23, 0x79, 0x4b, 0x13, + 0x16, 0x1b, 0x43, 0x42, 0x86, 0x3e, 0x32, 0xf8, 0x69, 0x10, 0xbf, 0x31, 0xbc, 0x38, 0x72, 0x18, + 0x26, 0x61, 0x86, 0xd7, 0x5d, 0x42, 0x03, 0x42, 0xed, 0x34, 0x31, 0x3d, 0xa4, 0xd0, 0xd2, 0xc7, + 0x02, 0x98, 0xdd, 0x4d, 0xd4, 0x61, 0x15, 0xe4, 0xb1, 0xa7, 0x48, 0xaa, 0xa4, 0x95, 0xac, 0x3c, + 0xf6, 0xe0, 0x1d, 0x50, 0x71, 0x49, 0x18, 0x22, 0x37, 0x11, 0xb2, 0xb1, 0xa7, 0xe4, 0x39, 0x24, + 0x5f, 0x04, 0x3b, 0x1e, 0xac, 0x83, 0x22, 0x6f, 0x30, 0xc1, 0x67, 0x38, 0x3e, 0xc7, 0xcf, 0x1d, + 0x0f, 0xde, 0x02, 0x80, 0xb7, 0x6d, 0xb3, 0xe9, 0x18, 0x29, 0x05, 0x0e, 0x96, 0x78, 0xa4, 0x3f, + 0x1d, 0x23, 0x78, 0x1b, 0xc8, 0x11, 0x3a, 0x8c, 0x11, 0x65, 0xb6, 0xe7, 0x30, 0x47, 0x99, 0x55, + 0x25, 0x4d, 0xb6, 0xca, 0x59, 0x6c, 0xd3, 0x61, 0x0e, 0x5c, 0x06, 0xf3, 0xae, 0xe3, 0xfb, 0x03, + 0xc7, 0x3d, 0xb0, 0x03, 0xe2, 0xc5, 0x3e, 0x52, 0x2a, 0x5c, 0xa6, 0x2a, 0xc2, 0x2f, 0x79, 0x14, + 0x36, 0x41, 0xf9, 0x9c, 0x88, 0x3d, 0xa5, 0xc8, 0x49, 0x40, 0x84, 0x3a, 0xe9, 0xb7, 0x08, 0x02, + 0xaf, 0x26, 0xf3, 0x6a, 0xb2, 0x08, 0xf2, 0x72, 0x3b, 0xa0, 0xca, 0x70, 0x80, 0x48, 0xcc, 0xec, + 0x31, 0xf1, 0xb1, 0x3b, 0x55, 0xe6, 0x55, 0x49, 0xab, 0xae, 0x6b, 0xfa, 0x1f, 0xf7, 0xa1, 0xf7, + 0xd3, 0x84, 0x2e, 0xe7, 0x5b, 0x15, 0x76, 0xf9, 0x08, 0xb7, 0x41, 0x4d, 0x08, 0x8a, 0x85, 0x28, + 0x55, 0x55, 0xd2, 0xca, 0xeb, 0x75, 0x3d, 0xdd, 0x98, 0x2e, 0x36, 0xa6, 0x6f, 0x66, 0x84, 0x56, + 0xf1, 0xe8, 0xa4, 0x99, 0xfb, 0xf0, 0xad, 0x29, 0x59, 0xf3, 0x59, 0xb2, 0x80, 0xe0, 0x3d, 0xf0, + 0xbf, 0xd0, 0x4b, 0x9e, 0x94, 0x39, 0xc1, 0x58, 0x29, 0xa9, 0x92, 0x56, 0xb0, 0x44, 0xa1, 0xbe, + 0x88, 0x5f, 0x9e, 0x2f, 0x45, 0x21, 0x53, 0xca, 0xaa, 0xa4, 0x15, 0xcf, 0xe7, 0xdb, 0x43, 0x21, + 0x4b, 0xf4, 0x68, 0x3c, 0x08, 0x30, 0xa5, 0xc9, 0x86, 0x47, 0x08, 0x0f, 0x47, 0x4c, 0xa9, 0xa5, + 0x7a, 0x17, 0xc0, 0x33, 0x1e, 0x5f, 0x7a, 0x97, 0x07, 0xa5, 0x64, 0x4c, 0x5d, 0x82, 0x43, 0x76, + 0xc5, 0x2c, 0x0e, 0xa8, 0x44, 0x28, 0x20, 0x0c, 0x09, 0x19, 0x6e, 0x96, 0xd6, 0xe3, 0xe4, 0x63, + 0xbe, 0x9e, 0x34, 0xef, 0x0e, 0x31, 0x1b, 0xc5, 0x03, 0xdd, 0x25, 0x41, 0x66, 0xbf, 0xec, 0xb1, + 0x4a, 0xbd, 0x03, 0x23, 0x31, 0x08, 0xd5, 0x3b, 0x21, 0xfb, 0xfc, 0x69, 0x15, 0x64, 0xee, 0xec, + 0x84, 0xcc, 0x92, 0x53, 0xc9, 0xb4, 0x01, 0x68, 0x03, 0xd9, 0x27, 0xae, 0xe3, 0x8b, 0x0a, 0x33, + 0xff, 0xa0, 0x42, 0x99, 0x2b, 0x66, 0x05, 0x56, 0xc0, 0xec, 0xc4, 0xf1, 0xe3, 0xd4, 0xab, 0x72, + 0x6b, 0xe1, 0xc7, 0x49, 0xb3, 0x16, 0x21, 0x1a, 0xfb, 0xec, 0x3e, 0x09, 0x30, 0x43, 0xc1, 0x98, + 0x4d, 0xad, 0x94, 0xb2, 0xd4, 0x05, 0xf2, 0xd3, 0xf4, 0x9f, 0xed, 0x31, 0x87, 0x21, 0xf8, 0x04, + 0xcc, 0x25, 0x9e, 0xc0, 0x88, 0x2a, 0x92, 0x3a, 0xa3, 0x95, 0xd7, 0xd5, 0xbf, 0x98, 0x86, 0xff, + 0x6f, 0xad, 0x42, 0xd2, 0xb9, 0x25, 0xd2, 0x56, 0x6c, 0x50, 0xf9, 0xc5, 0x4c, 0xb0, 0x0e, 0xae, + 0x5b, 0xe6, 0x73, 0xb3, 0xdd, 0xb7, 0x77, 0xf7, 0x4c, 0x6b, 0xdf, 0xb6, 0xcc, 0x5e, 0x77, 0x67, + 0xbb, 0x67, 0xd6, 0x72, 0xf0, 0x26, 0xb8, 0x66, 0x99, 0x7d, 0x6b, 0xff, 0x1c, 0xd9, 0xdd, 0x33, + 0x7b, 0xfd, 0x9a, 0x04, 0x17, 0xc1, 0x0d, 0xf3, 0x95, 0xd9, 0xde, 0xeb, 0x9b, 0x19, 0xd4, 0xde, + 0xd8, 0xda, 0x6a, 0x6d, 0xb4, 0x5f, 0xd4, 0xf2, 0xad, 0xde, 0xd1, 0x69, 0x43, 0x3a, 0x3e, 0x6d, + 0x48, 0xdf, 0x4f, 0x1b, 0xd2, 0xfb, 0xb3, 0x46, 0xee, 0xf8, 0xac, 0x91, 0xfb, 0x72, 0xd6, 0xc8, + 0xbd, 0x7e, 0x74, 0x69, 0x76, 0x3d, 0xde, 0xf5, 0xea, 0x96, 0x33, 0xa0, 0x46, 0x76, 0x5f, 0x4d, + 0xd6, 0x1e, 0x1a, 0x6f, 0xaf, 0xdc, 0x5a, 0x7c, 0xa4, 0x83, 0xff, 0xb8, 0x81, 0x1f, 0xfc, 0x0c, + 0x00, 0x00, 0xff, 0xff, 0x3e, 0xa6, 0xfe, 0x66, 0xdc, 0x04, 0x00, 0x00, } func (m *Query) Marshal() (dAtA []byte, err error) { diff --git a/x/interchainquery/types/messages.pb.go b/x/interchainquery/types/messages.pb.go index 8db3baec0e..8b1d524611 100644 --- a/x/interchainquery/types/messages.pb.go +++ b/x/interchainquery/types/messages.pb.go @@ -125,36 +125,36 @@ var fileDescriptor_25adad4f8ed32400 = []byte{ // 512 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x3f, 0x8f, 0xd3, 0x3e, 0x18, 0xc7, 0xeb, 0xf6, 0xf7, 0xeb, 0xdd, 0xe5, 0x8a, 0x80, 0x5c, 0x85, 0x72, 0x05, 0x92, 0xca, - 0x0b, 0x05, 0x71, 0xb6, 0x52, 0x06, 0x74, 0x65, 0xa2, 0xdb, 0x49, 0x1c, 0x7f, 0xd2, 0x8d, 0xa5, - 0x4a, 0x1b, 0x9f, 0x6b, 0xa9, 0x89, 0x83, 0xed, 0x56, 0xd7, 0x95, 0x89, 0x11, 0x89, 0x85, 0xb1, - 0x2f, 0x02, 0x89, 0x91, 0x95, 0xf1, 0x04, 0x0b, 0x53, 0x85, 0x5a, 0x06, 0x58, 0xfb, 0x0a, 0x50, - 0xec, 0x04, 0xd0, 0x5d, 0x19, 0x98, 0xfc, 0xe4, 0xf9, 0x7e, 0x9e, 0x7f, 0xf1, 0x63, 0xab, 0x25, - 0x95, 0x60, 0x11, 0xc1, 0x2c, 0x51, 0x44, 0x0c, 0x47, 0x21, 0x4b, 0x5e, 0x4c, 0x88, 0x98, 0xe1, - 0xa9, 0x8f, 0x63, 0x22, 0x65, 0x48, 0x89, 0x44, 0xa9, 0xe0, 0x8a, 0xdb, 0xfb, 0x86, 0x44, 0xe7, - 0x48, 0x34, 0xf5, 0x1b, 0x75, 0xca, 0x29, 0xd7, 0x14, 0xce, 0x2c, 0x13, 0xd0, 0xd8, 0x1f, 0x72, - 0x19, 0x73, 0xd9, 0x37, 0x82, 0xf9, 0xc8, 0xa5, 0x1b, 0x94, 0x73, 0x3a, 0x26, 0x38, 0x4c, 0x19, - 0x0e, 0x93, 0x84, 0xab, 0x50, 0x31, 0x9e, 0x14, 0xea, 0x4d, 0x45, 0x92, 0x88, 0x88, 0x98, 0x25, - 0x0a, 0x0f, 0xc5, 0x2c, 0x55, 0x1c, 0xa7, 0x82, 0xf3, 0x13, 0x23, 0xc3, 0x1f, 0x65, 0xeb, 0xda, - 0xb1, 0xa4, 0xbd, 0xc9, 0x20, 0x66, 0xea, 0x59, 0xd6, 0x43, 0x40, 0x64, 0xca, 0x13, 0x49, 0x6c, - 0x64, 0x6d, 0xeb, 0xce, 0xfa, 0x2c, 0x72, 0x40, 0x13, 0xb4, 0x76, 0xba, 0x7b, 0xeb, 0x85, 0x77, - 0x79, 0x16, 0xc6, 0xe3, 0x0e, 0x2c, 0x14, 0x18, 0x6c, 0x69, 0xf3, 0x28, 0xca, 0x78, 0x3d, 0x44, - 0xc6, 0x97, 0xcf, 0xf3, 0x85, 0x02, 0x83, 0x2d, 0x6d, 0x1e, 0x45, 0xf6, 0x6d, 0xab, 0x2a, 0x88, - 0x9c, 0x8c, 0x95, 0x53, 0x69, 0x82, 0x56, 0xad, 0x7b, 0x75, 0xbd, 0xf0, 0x2e, 0x19, 0xda, 0xf8, - 0x61, 0x90, 0x03, 0xf6, 0x63, 0x6b, 0x47, 0x37, 0xdd, 0xe7, 0xa9, 0x74, 0xfe, 0x6b, 0x82, 0xd6, - 0x6e, 0xfb, 0x3a, 0xfa, 0x3d, 0x18, 0x32, 0x83, 0xa1, 0xa7, 0x19, 0xf3, 0x24, 0x95, 0xdd, 0xfa, - 0x7a, 0xe1, 0x5d, 0x31, 0xa9, 0x7e, 0xc5, 0xc1, 0x60, 0x3b, 0xcd, 0xf5, 0xac, 0xf4, 0x88, 0x30, - 0x3a, 0x52, 0xce, 0xff, 0x4d, 0xd0, 0xaa, 0xfc, 0x59, 0xda, 0xf8, 0x61, 0x90, 0x03, 0xf6, 0x03, - 0xab, 0x76, 0x22, 0x78, 0xdc, 0x0f, 0xa3, 0x48, 0x10, 0x29, 0x9d, 0xaa, 0x9e, 0xcc, 0xf9, 0xf4, - 0xee, 0xa0, 0x9e, 0xdf, 0xc2, 0x43, 0xa3, 0xf4, 0x94, 0x60, 0x09, 0x0d, 0x76, 0x33, 0x3a, 0x77, - 0x75, 0x6a, 0xaf, 0xe6, 0x5e, 0xe9, 0xed, 0xdc, 0x03, 0xdf, 0xe7, 0x5e, 0x09, 0x36, 0x2d, 0x77, - 0xf3, 0xaf, 0x2e, 0xce, 0xf6, 0x07, 0x60, 0x55, 0x8e, 0x25, 0xb5, 0xdf, 0x03, 0x6b, 0x6f, 0xd3, - 0x95, 0xf8, 0xe8, 0xaf, 0x7b, 0x83, 0x36, 0xa7, 0x6e, 0x1c, 0xfe, 0x73, 0x48, 0x71, 0xc2, 0xf6, - 0xcb, 0xcf, 0xdf, 0xde, 0x94, 0xef, 0x76, 0xc0, 0x1d, 0x78, 0xeb, 0xc2, 0x4e, 0xab, 0x53, 0x3c, - 0xf5, 0x07, 0x44, 0x85, 0x3e, 0x96, 0x3a, 0x87, 0x76, 0x77, 0x7b, 0x1f, 0x97, 0x2e, 0x38, 0x5b, - 0xba, 0xe0, 0xeb, 0xd2, 0x05, 0xaf, 0x57, 0x6e, 0xe9, 0x6c, 0xe5, 0x96, 0xbe, 0xac, 0xdc, 0xd2, - 0xf3, 0x43, 0xca, 0xd4, 0x68, 0x32, 0x40, 0x43, 0x1e, 0xe3, 0x9e, 0x6e, 0xe9, 0xe0, 0x51, 0x38, - 0x90, 0x38, 0x7f, 0x33, 0x53, 0xff, 0x3e, 0x3e, 0xbd, 0x58, 0x65, 0x96, 0x12, 0x39, 0xa8, 0xea, - 0x5d, 0xbd, 0xf7, 0x33, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xd2, 0xc1, 0x15, 0x60, 0x03, 0x00, 0x00, + 0x0b, 0x05, 0x71, 0xb6, 0x52, 0x16, 0xae, 0x4c, 0x74, 0x3b, 0x89, 0xe3, 0x4f, 0xba, 0xb1, 0x54, + 0x69, 0xe3, 0x73, 0x2d, 0x35, 0x71, 0xb0, 0xdd, 0xea, 0xba, 0x32, 0x31, 0x22, 0xb1, 0x30, 0xf6, + 0x45, 0x20, 0x31, 0xb2, 0x32, 0x9e, 0x60, 0x61, 0xaa, 0x50, 0xcb, 0x00, 0x6b, 0x5f, 0x01, 0x8a, + 0x9d, 0x00, 0xba, 0x2b, 0x03, 0x93, 0x9f, 0x3c, 0xdf, 0xcf, 0xf3, 0x2f, 0x7e, 0x6c, 0xb5, 0xa4, + 0x12, 0x2c, 0x22, 0x98, 0x25, 0x8a, 0x88, 0xe1, 0x28, 0x64, 0xc9, 0x8b, 0x09, 0x11, 0x33, 0x3c, + 0xf5, 0x71, 0x4c, 0xa4, 0x0c, 0x29, 0x91, 0x28, 0x15, 0x5c, 0x71, 0x7b, 0xdf, 0x90, 0xe8, 0x1c, + 0x89, 0xa6, 0x7e, 0xa3, 0x4e, 0x39, 0xe5, 0x9a, 0xc2, 0x99, 0x65, 0x02, 0x1a, 0xfb, 0x43, 0x2e, + 0x63, 0x2e, 0xfb, 0x46, 0x30, 0x1f, 0xb9, 0x74, 0x83, 0x72, 0x4e, 0xc7, 0x04, 0x87, 0x29, 0xc3, + 0x61, 0x92, 0x70, 0x15, 0x2a, 0xc6, 0x93, 0x42, 0xbd, 0xa9, 0x48, 0x12, 0x11, 0x11, 0xb3, 0x44, + 0xe1, 0xa1, 0x98, 0xa5, 0x8a, 0xe3, 0x54, 0x70, 0x7e, 0x62, 0x64, 0xf8, 0xa3, 0x6c, 0x5d, 0x3b, + 0x96, 0xb4, 0x37, 0x19, 0xc4, 0x4c, 0x3d, 0xcb, 0x7a, 0x08, 0x88, 0x4c, 0x79, 0x22, 0x89, 0x8d, + 0xac, 0x6d, 0xdd, 0x59, 0x9f, 0x45, 0x0e, 0x68, 0x82, 0xd6, 0x4e, 0x77, 0x6f, 0xbd, 0xf0, 0x2e, + 0xcf, 0xc2, 0x78, 0xdc, 0x81, 0x85, 0x02, 0x83, 0x2d, 0x6d, 0x1e, 0x45, 0x19, 0xaf, 0x87, 0xc8, + 0xf8, 0xf2, 0x79, 0xbe, 0x50, 0x60, 0xb0, 0xa5, 0xcd, 0xa3, 0xc8, 0xbe, 0x6d, 0x55, 0x05, 0x91, + 0x93, 0xb1, 0x72, 0x2a, 0x4d, 0xd0, 0xaa, 0x75, 0xaf, 0xae, 0x17, 0xde, 0x25, 0x43, 0x1b, 0x3f, + 0x0c, 0x72, 0xc0, 0x7e, 0x6c, 0xed, 0xe8, 0xa6, 0xfb, 0x3c, 0x95, 0xce, 0x7f, 0x4d, 0xd0, 0xda, + 0x6d, 0x5f, 0x47, 0xbf, 0x07, 0x43, 0x66, 0x30, 0xf4, 0x34, 0x63, 0x9e, 0xa4, 0xb2, 0x5b, 0x5f, + 0x2f, 0xbc, 0x2b, 0x26, 0xd5, 0xaf, 0x38, 0x18, 0x6c, 0xa7, 0xb9, 0x9e, 0x95, 0x1e, 0x11, 0x46, + 0x47, 0xca, 0xf9, 0xbf, 0x09, 0x5a, 0x95, 0x3f, 0x4b, 0x1b, 0x3f, 0x0c, 0x72, 0xc0, 0x7e, 0x60, + 0xd5, 0x4e, 0x04, 0x8f, 0xfb, 0x61, 0x14, 0x09, 0x22, 0xa5, 0x53, 0xd5, 0x93, 0x39, 0x9f, 0xde, + 0x1d, 0xd4, 0xf3, 0x5b, 0x78, 0x68, 0x94, 0x9e, 0x12, 0x2c, 0xa1, 0xc1, 0x6e, 0x46, 0xe7, 0xae, + 0x4e, 0xed, 0xd5, 0xdc, 0x2b, 0xbd, 0x9d, 0x7b, 0xe0, 0xfb, 0xdc, 0x2b, 0xc1, 0xa6, 0xe5, 0x6e, + 0xfe, 0xd5, 0xc5, 0xd9, 0xfe, 0x00, 0xac, 0xca, 0xb1, 0xa4, 0xf6, 0x7b, 0x60, 0xed, 0x6d, 0xba, + 0x12, 0x1f, 0xfd, 0x75, 0x6f, 0xd0, 0xe6, 0xd4, 0x8d, 0xc3, 0x7f, 0x0e, 0x29, 0x4e, 0xd8, 0x7e, + 0xf9, 0xf9, 0xdb, 0x9b, 0xf2, 0xdd, 0x0e, 0xb8, 0x03, 0x6f, 0x5d, 0xd8, 0x69, 0x75, 0x8a, 0xa7, + 0xfe, 0x80, 0xa8, 0xd0, 0xc7, 0x52, 0xe7, 0xd0, 0xee, 0x6e, 0xef, 0xe3, 0xd2, 0x05, 0x67, 0x4b, + 0x17, 0x7c, 0x5d, 0xba, 0xe0, 0xf5, 0xca, 0x2d, 0x9d, 0xad, 0xdc, 0xd2, 0x97, 0x95, 0x5b, 0x7a, + 0x7e, 0x48, 0x99, 0x1a, 0x4d, 0x06, 0x68, 0xc8, 0x63, 0xdc, 0xd3, 0x2d, 0x1d, 0x3c, 0x0a, 0x07, + 0x12, 0xe7, 0x6f, 0x66, 0xea, 0xdf, 0xc7, 0xa7, 0x17, 0xab, 0xcc, 0x52, 0x22, 0x07, 0x55, 0xbd, + 0xab, 0xf7, 0x7e, 0x06, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xa1, 0xf9, 0xf9, 0x60, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/interchainquery/types/query.pb.go b/x/interchainquery/types/query.pb.go index bfe558ee2a..bd3a82bd2e 100644 --- a/x/interchainquery/types/query.pb.go +++ b/x/interchainquery/types/query.pb.go @@ -137,9 +137,9 @@ var fileDescriptor_b720c147b9144d5b = []byte{ 0x85, 0x8c, 0xf5, 0x83, 0xc1, 0xfa, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0x71, 0x44, 0x09, 0x5a, 0x68, 0x38, 0x05, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x65, 0x7a, - 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x0c, 0xcd, 0xf5, 0x2b, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x0c, 0x2d, 0xf4, 0x2b, 0x30, 0x8c, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xc7, 0x9c, 0x31, 0x20, 0x00, 0x00, - 0xff, 0xff, 0xcd, 0xfd, 0xd8, 0xc4, 0x5a, 0x02, 0x00, 0x00, + 0xff, 0xff, 0xcd, 0x8e, 0xe0, 0x28, 0x5a, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/mint/client/cli/cli_test.go b/x/mint/client/cli/cli_test.go index 514e92006e..156b5f5b00 100644 --- a/x/mint/client/cli/cli_test.go +++ b/x/mint/client/cli/cli_test.go @@ -11,8 +11,8 @@ import ( tmcli "github.com/cometbft/cometbft/libs/cli" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - "github.com/Stride-Labs/stride/v17/x/mint/client/cli" + "github.com/Stride-Labs/stride/v18/app" + "github.com/Stride-Labs/stride/v18/x/mint/client/cli" "github.com/cosmos/cosmos-sdk/client/flags" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" diff --git a/x/mint/client/cli/query.go b/x/mint/client/cli/query.go index 6b685c27e1..3b45615f23 100644 --- a/x/mint/client/cli/query.go +++ b/x/mint/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/mint/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/mint/client/rest/grpc_query_test.go b/x/mint/client/rest/grpc_query_test.go index 839e284d9d..6e11e3f834 100644 --- a/x/mint/client/rest/grpc_query_test.go +++ b/x/mint/client/rest/grpc_query_test.go @@ -14,8 +14,8 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/app" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" "github.com/cosmos/cosmos-sdk/testutil/network" ) diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 892744957d..62730f6248 100644 --- a/x/mint/genesis.go +++ b/x/mint/genesis.go @@ -3,8 +3,8 @@ package mint import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/mint/keeper" - "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/mint/keeper" + "github.com/Stride-Labs/stride/v18/x/mint/types" ) // InitGenesis new mint genesis. diff --git a/x/mint/keeper/grpc_query.go b/x/mint/keeper/grpc_query.go index 58a7ea1a33..d0f588391e 100644 --- a/x/mint/keeper/grpc_query.go +++ b/x/mint/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/mint/types" ) var _ types.QueryServer = Querier{} diff --git a/x/mint/keeper/hooks.go b/x/mint/keeper/hooks.go index 3890a9ef14..304695fc7a 100644 --- a/x/mint/keeper/hooks.go +++ b/x/mint/keeper/hooks.go @@ -3,8 +3,8 @@ package keeper import ( "fmt" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/mint/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/mint/types" "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/mint/keeper/keeper.go b/x/mint/keeper/keeper.go index b68a98d24b..6c051bf6bb 100644 --- a/x/mint/keeper/keeper.go +++ b/x/mint/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v17/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/mint/types" "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" diff --git a/x/mint/module.go b/x/mint/module.go index c439607b78..500f8dcbc5 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -17,11 +17,11 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/mint/client/cli" - "github.com/Stride-Labs/stride/v17/x/mint/keeper" + "github.com/Stride-Labs/stride/v18/x/mint/client/cli" + "github.com/Stride-Labs/stride/v18/x/mint/keeper" - //"github.com/Stride-Labs/stride/v17/x/mint/simulation" - "github.com/Stride-Labs/stride/v17/x/mint/types" + //"github.com/Stride-Labs/stride/v18/x/mint/simulation" + "github.com/Stride-Labs/stride/v18/x/mint/types" ) var ( diff --git a/x/mint/types/expected_keepers.go b/x/mint/types/expected_keepers.go index 0c78eef4d8..60398b788d 100644 --- a/x/mint/types/expected_keepers.go +++ b/x/mint/types/expected_keepers.go @@ -1,7 +1,7 @@ package types // noalias import ( - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/mint/types/genesis.pb.go b/x/mint/types/genesis.pb.go index b2205012ab..d484cb7cf7 100644 --- a/x/mint/types/genesis.pb.go +++ b/x/mint/types/genesis.pb.go @@ -110,9 +110,9 @@ var fileDescriptor_f4521d63f51851f3 = []byte{ 0x5c, 0x26, 0x18, 0x22, 0xe1, 0x0a, 0x12, 0x77, 0xf2, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xbd, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, - 0x60, 0xb0, 0x53, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x61, 0x56, 0x66, 0x68, 0xae, 0x5f, + 0x60, 0xb0, 0x53, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x61, 0x56, 0x66, 0x68, 0xa1, 0x5f, 0x01, 0x09, 0xb9, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x98, 0x19, 0x03, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x58, 0x9e, 0x45, 0xe6, 0xa3, 0x01, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x18, 0x86, 0xdf, 0x3a, 0xa3, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/mint.pb.go b/x/mint/types/mint.pb.go index 10d75d36d6..ad103e10bb 100644 --- a/x/mint/types/mint.pb.go +++ b/x/mint/types/mint.pb.go @@ -206,47 +206,47 @@ func init() { func init() { proto.RegisterFile("stride/mint/v1beta1/mint.proto", fileDescriptor_5ad5fa4b1fdb702f) } var fileDescriptor_5ad5fa4b1fdb702f = []byte{ - // 635 bytes of a gzipped FileDescriptorProto + // 634 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x8d, 0xbf, 0xb6, 0xa9, 0x3a, 0x9f, 0x44, 0x8b, 0x4b, 0x89, 0xd5, 0x0a, 0xbb, 0x58, 0x80, - 0xba, 0xa0, 0xb6, 0x4a, 0x17, 0x48, 0x5d, 0xa1, 0xa8, 0xb4, 0x44, 0x02, 0x29, 0x38, 0xbb, 0x6e, - 0x2c, 0xff, 0x4c, 0x9d, 0x51, 0xe3, 0x19, 0x6b, 0x66, 0x9c, 0x12, 0x21, 0xf1, 0x02, 0x65, 0xc1, - 0x92, 0x25, 0x8f, 0xd3, 0x65, 0x97, 0xa8, 0x8b, 0x08, 0x25, 0x6f, 0x90, 0x0d, 0x5b, 0x34, 0x33, - 0xce, 0x2f, 0x44, 0x22, 0xa2, 0xab, 0x78, 0xce, 0xbd, 0x73, 0xcf, 0xc9, 0x99, 0x7b, 0x2f, 0x30, - 0x19, 0xa7, 0x28, 0x86, 0x6e, 0x8a, 0x30, 0x77, 0xdb, 0x07, 0x21, 0xe4, 0xc1, 0x81, 0x3c, 0x38, - 0x19, 0x25, 0x9c, 0xe8, 0x9b, 0x2a, 0xee, 0x48, 0xa8, 0x88, 0x6f, 0x3f, 0x48, 0x48, 0x42, 0x64, - 0xdc, 0x15, 0x5f, 0x2a, 0xd5, 0xfe, 0x04, 0xca, 0xef, 0x10, 0xe6, 0x90, 0xea, 0x1c, 0x6c, 0xc0, - 0x8c, 0x44, 0x4d, 0x3f, 0xa3, 0xa4, 0x8d, 0x18, 0x22, 0x98, 0x19, 0xda, 0xae, 0xb6, 0xb7, 0x56, - 0xad, 0x5d, 0x77, 0xad, 0xd2, 0x6d, 0xd7, 0x7a, 0x96, 0x20, 0xde, 0xcc, 0x43, 0x27, 0x22, 0xa9, - 0x1b, 0x11, 0x96, 0x12, 0x56, 0xfc, 0xec, 0xb3, 0xf8, 0xc2, 0xe5, 0x9d, 0x0c, 0x32, 0xe7, 0x18, - 0x46, 0x83, 0xae, 0x55, 0xe9, 0x04, 0x69, 0xeb, 0xc8, 0x9e, 0xad, 0x67, 0x7b, 0xeb, 0x12, 0xaa, - 0x8f, 0x91, 0x9f, 0x4b, 0xa0, 0x72, 0x8c, 0x84, 0xde, 0x30, 0xe7, 0x88, 0xe0, 0x3a, 0x25, 0x19, - 0xa1, 0xe2, 0x8b, 0xe9, 0x67, 0x60, 0x95, 0xf1, 0xe0, 0x02, 0xe1, 0xa4, 0x10, 0xf2, 0x6a, 0x61, - 0x21, 0xf7, 0x94, 0x90, 0xa2, 0x8c, 0xed, 0x0d, 0x0b, 0xea, 0x1f, 0xc1, 0x56, 0x44, 0xd2, 0x34, - 0xc7, 0x88, 0x77, 0xfc, 0x8c, 0x90, 0x96, 0x9f, 0x50, 0x72, 0xc9, 0x9b, 0xc6, 0x7f, 0x92, 0xe9, - 0x74, 0x61, 0xa6, 0x2d, 0xc5, 0x34, 0x5d, 0xd4, 0xf6, 0x36, 0x47, 0x40, 0x9d, 0x90, 0xd6, 0xa9, - 0xe4, 0xd0, 0x3f, 0x6b, 0xc0, 0x9c, 0x61, 0x67, 0x30, 0xca, 0xa9, 0x38, 0x85, 0x79, 0x9c, 0x40, - 0x6e, 0x2c, 0xdd, 0xad, 0x8c, 0x9d, 0x29, 0x19, 0x8d, 0x82, 0xac, 0x2a, 0xb9, 0x74, 0x0e, 0xee, - 0x33, 0x4e, 0x03, 0x0e, 0x13, 0x14, 0xf9, 0x14, 0x32, 0x48, 0xdb, 0xd0, 0x58, 0xbe, 0x5b, 0x01, - 0x1b, 0x23, 0x06, 0x4f, 0x11, 0xd8, 0xb7, 0x2b, 0xa0, 0x5c, 0x0f, 0x68, 0x90, 0x32, 0xfd, 0x11, - 0x00, 0xa2, 0x55, 0xfd, 0x18, 0x62, 0x92, 0xaa, 0xb7, 0xf6, 0xd6, 0x04, 0x72, 0x2c, 0x00, 0xfd, - 0x4a, 0x03, 0x46, 0x02, 0x31, 0x64, 0x88, 0xf9, 0xbf, 0xb5, 0xa8, 0x7a, 0xaf, 0xf7, 0x0b, 0xeb, - 0xb4, 0x94, 0xce, 0x79, 0x75, 0x6d, 0xef, 0x61, 0x11, 0x7a, 0x3d, 0xdd, 0xb1, 0xfa, 0xc9, 0x70, - 0x4e, 0x50, 0x0c, 0x31, 0x47, 0xe7, 0x08, 0xd2, 0xe2, 0xb5, 0x76, 0x66, 0x3b, 0x7f, 0x9c, 0x31, - 0xec, 0xfc, 0xda, 0x08, 0xd1, 0x43, 0xb0, 0x4d, 0x61, 0x9c, 0x47, 0xa2, 0xd7, 0xfd, 0x0c, 0x52, - 0x44, 0x62, 0x1f, 0x61, 0x25, 0x84, 0x49, 0xfb, 0x97, 0xaa, 0x4f, 0x07, 0x5d, 0xeb, 0xb1, 0xaa, - 0x38, 0x3f, 0xd7, 0xf6, 0x2a, 0xa3, 0x60, 0x5d, 0xc6, 0x6a, 0x58, 0x8a, 0x66, 0x62, 0xa6, 0xc7, - 0xf7, 0xce, 0x83, 0x88, 0x13, 0x6a, 0xac, 0xfc, 0xdb, 0x4c, 0xcf, 0xd6, 0xb3, 0xbd, 0xf5, 0x11, - 0x74, 0x22, 0x11, 0x3d, 0x05, 0x46, 0x3c, 0x31, 0xd2, 0xc2, 0xd5, 0xe1, 0x4c, 0x1b, 0xe5, 0x5d, - 0x6d, 0xef, 0xff, 0x17, 0xcf, 0x9d, 0x3f, 0x6c, 0x28, 0x67, 0xce, 0x1e, 0xa8, 0x2e, 0x0b, 0xad, - 0x5e, 0x25, 0x9e, 0xb3, 0x26, 0xae, 0x34, 0xb0, 0x27, 0xea, 0x20, 0x9c, 0xf8, 0x14, 0x5e, 0x06, - 0x34, 0x66, 0xfe, 0x14, 0x3f, 0xe3, 0x01, 0xe5, 0xca, 0x2c, 0x63, 0x55, 0xfa, 0x7a, 0x38, 0xe8, - 0x5a, 0xae, 0xfa, 0x3f, 0x7f, 0x7b, 0xd3, 0xf6, 0x9e, 0x14, 0xa9, 0x9e, 0xca, 0x9c, 0x54, 0xdb, - 0x10, 0x79, 0xd2, 0xf3, 0xa3, 0xe5, 0xaf, 0xdf, 0xac, 0x52, 0xf5, 0xcd, 0x75, 0xcf, 0xd4, 0x6e, - 0x7a, 0xa6, 0xf6, 0xa3, 0x67, 0x6a, 0x5f, 0xfa, 0x66, 0xe9, 0xa6, 0x6f, 0x96, 0xbe, 0xf7, 0xcd, - 0xd2, 0x99, 0x33, 0x61, 0x78, 0x43, 0x9a, 0xb0, 0xff, 0x36, 0x08, 0x99, 0x5b, 0xac, 0xf4, 0xf6, - 0xc1, 0x4b, 0xf7, 0x83, 0x5a, 0xec, 0xd2, 0xfc, 0xb0, 0x2c, 0xf7, 0xf4, 0xe1, 0xaf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x91, 0xe8, 0x30, 0x63, 0xf4, 0x05, 0x00, 0x00, + 0xba, 0xa0, 0xb6, 0x4a, 0x37, 0xa8, 0x2b, 0x14, 0x95, 0x96, 0x48, 0x20, 0x05, 0x67, 0xd7, 0x8d, + 0xe5, 0x9f, 0xa9, 0x33, 0x6a, 0x3c, 0x63, 0xcd, 0x8c, 0x53, 0x22, 0x24, 0x5e, 0xa0, 0x2c, 0x58, + 0xb2, 0xe4, 0x71, 0xba, 0xec, 0x12, 0x75, 0x11, 0xa1, 0xe4, 0x0d, 0xb2, 0x61, 0x8b, 0x66, 0xc6, + 0xf9, 0x85, 0x48, 0x44, 0x74, 0x15, 0xcf, 0xb9, 0x77, 0xee, 0x39, 0x39, 0x73, 0xef, 0x05, 0x26, + 0xe3, 0x14, 0xc5, 0xd0, 0x4d, 0x11, 0xe6, 0x6e, 0xfb, 0x20, 0x84, 0x3c, 0x38, 0x90, 0x07, 0x27, + 0xa3, 0x84, 0x13, 0x7d, 0x53, 0xc5, 0x1d, 0x09, 0x15, 0xf1, 0xed, 0x07, 0x09, 0x49, 0x88, 0x8c, + 0xbb, 0xe2, 0x4b, 0xa5, 0xda, 0x9f, 0x40, 0xf9, 0x1d, 0xc2, 0x1c, 0x52, 0x9d, 0x83, 0x0d, 0x98, + 0x91, 0xa8, 0xe9, 0x67, 0x94, 0xb4, 0x11, 0x43, 0x04, 0x33, 0x43, 0xdb, 0xd5, 0xf6, 0xd6, 0xaa, + 0xb5, 0xeb, 0xae, 0x55, 0xba, 0xed, 0x5a, 0xcf, 0x12, 0xc4, 0x9b, 0x79, 0xe8, 0x44, 0x24, 0x75, + 0x23, 0xc2, 0x52, 0xc2, 0x8a, 0x9f, 0x7d, 0x16, 0x5f, 0xb8, 0xbc, 0x93, 0x41, 0xe6, 0x1c, 0xc3, + 0x68, 0xd0, 0xb5, 0x2a, 0x9d, 0x20, 0x6d, 0x1d, 0xd9, 0xb3, 0xf5, 0x6c, 0x6f, 0x5d, 0x42, 0xf5, + 0x31, 0xf2, 0x73, 0x09, 0x54, 0x8e, 0x91, 0xd0, 0x1b, 0xe6, 0x1c, 0x11, 0x5c, 0xa7, 0x24, 0x23, + 0x54, 0x7c, 0x31, 0xfd, 0x0c, 0xac, 0x32, 0x1e, 0x5c, 0x20, 0x9c, 0x14, 0x42, 0x5e, 0x2d, 0x2c, + 0xe4, 0x9e, 0x12, 0x52, 0x94, 0xb1, 0xbd, 0x61, 0x41, 0xfd, 0x23, 0xd8, 0x8a, 0x48, 0x9a, 0xe6, + 0x18, 0xf1, 0x8e, 0x9f, 0x11, 0xd2, 0xf2, 0x13, 0x4a, 0x2e, 0x79, 0xd3, 0xf8, 0x4f, 0x32, 0x9d, + 0x2e, 0xcc, 0xb4, 0xa5, 0x98, 0xa6, 0x8b, 0xda, 0xde, 0xe6, 0x08, 0xa8, 0x13, 0xd2, 0x3a, 0x95, + 0x1c, 0xfa, 0x67, 0x0d, 0x98, 0x33, 0xec, 0x0c, 0x46, 0x39, 0x15, 0xa7, 0x30, 0x8f, 0x13, 0xc8, + 0x8d, 0xa5, 0xbb, 0x95, 0xb1, 0x33, 0x25, 0xa3, 0x51, 0x90, 0x55, 0x25, 0x97, 0xce, 0xc1, 0x7d, + 0xc6, 0x69, 0xc0, 0x61, 0x82, 0x22, 0x9f, 0x42, 0x06, 0x69, 0x1b, 0x1a, 0xcb, 0x77, 0x2b, 0x60, + 0x63, 0xc4, 0xe0, 0x29, 0x02, 0xfb, 0x76, 0x05, 0x94, 0xeb, 0x01, 0x0d, 0x52, 0xa6, 0x3f, 0x02, + 0x40, 0xb4, 0xaa, 0x1f, 0x43, 0x4c, 0x52, 0xf5, 0xd6, 0xde, 0x9a, 0x40, 0x8e, 0x05, 0xa0, 0x5f, + 0x69, 0xc0, 0x48, 0x20, 0x86, 0x0c, 0x31, 0xff, 0xb7, 0x16, 0x55, 0xef, 0xf5, 0x7e, 0x61, 0x9d, + 0x96, 0xd2, 0x39, 0xaf, 0xae, 0xed, 0x3d, 0x2c, 0x42, 0xaf, 0xa7, 0x3b, 0x56, 0x3f, 0x19, 0xce, + 0x09, 0x8a, 0x21, 0xe6, 0xe8, 0x1c, 0x41, 0x5a, 0xbc, 0xd6, 0xce, 0x6c, 0xe7, 0x8f, 0x33, 0x86, + 0x9d, 0x5f, 0x1b, 0x21, 0x7a, 0x08, 0xb6, 0x29, 0x8c, 0xf3, 0x48, 0xf4, 0xba, 0x9f, 0x41, 0x8a, + 0x48, 0xec, 0x23, 0xac, 0x84, 0x30, 0x69, 0xff, 0x52, 0xf5, 0xe9, 0xa0, 0x6b, 0x3d, 0x56, 0x15, + 0xe7, 0xe7, 0xda, 0x5e, 0x65, 0x14, 0xac, 0xcb, 0x58, 0x0d, 0x4b, 0xd1, 0x4c, 0xcc, 0xf4, 0xf8, + 0xde, 0x79, 0x10, 0x71, 0x42, 0x8d, 0x95, 0x7f, 0x9b, 0xe9, 0xd9, 0x7a, 0xb6, 0xb7, 0x3e, 0x82, + 0x4e, 0x24, 0xa2, 0xa7, 0xc0, 0x88, 0x27, 0x46, 0x5a, 0xb8, 0x3a, 0x9c, 0x69, 0xa3, 0xbc, 0xab, + 0xed, 0xfd, 0xff, 0xe2, 0xb9, 0xf3, 0x87, 0x0d, 0xe5, 0xcc, 0xd9, 0x03, 0xd5, 0x65, 0xa1, 0xd5, + 0xab, 0xc4, 0x73, 0xd6, 0xc4, 0x95, 0x06, 0xf6, 0x44, 0x1d, 0x84, 0x13, 0x9f, 0xc2, 0xcb, 0x80, + 0xc6, 0xcc, 0x9f, 0xe2, 0x67, 0x3c, 0xa0, 0x5c, 0x99, 0x65, 0xac, 0x4a, 0x5f, 0x0f, 0x07, 0x5d, + 0xcb, 0x55, 0xff, 0xe7, 0x6f, 0x6f, 0xda, 0xde, 0x93, 0x22, 0xd5, 0x53, 0x99, 0x93, 0x6a, 0x1b, + 0x22, 0x4f, 0x7a, 0x7e, 0xb4, 0xfc, 0xf5, 0x9b, 0x55, 0xaa, 0xbe, 0xb9, 0xee, 0x99, 0xda, 0x4d, + 0xcf, 0xd4, 0x7e, 0xf4, 0x4c, 0xed, 0x4b, 0xdf, 0x2c, 0xdd, 0xf4, 0xcd, 0xd2, 0xf7, 0xbe, 0x59, + 0x3a, 0x73, 0x26, 0x0c, 0x6f, 0x48, 0x13, 0xf6, 0xdf, 0x06, 0x21, 0x73, 0x8b, 0x95, 0xde, 0x3e, + 0x78, 0xe9, 0x7e, 0x50, 0x8b, 0x5d, 0x9a, 0x1f, 0x96, 0xe5, 0x9e, 0x3e, 0xfc, 0x15, 0x00, 0x00, + 0xff, 0xff, 0xd1, 0xf0, 0xaa, 0xbf, 0xf4, 0x05, 0x00, 0x00, } func (m *Minter) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/params.go b/x/mint/types/params.go index 3a2c662d49..86b129e12e 100644 --- a/x/mint/types/params.go +++ b/x/mint/types/params.go @@ -7,7 +7,7 @@ import ( yaml "gopkg.in/yaml.v2" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" diff --git a/x/mint/types/query.pb.go b/x/mint/types/query.pb.go index e47e41688b..b306acb370 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -202,31 +202,31 @@ func init() { proto.RegisterFile("stride/mint/v1beta1/query.proto", fileDescript var fileDescriptor_b5a371e09ad2a41a = []byte{ // 392 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4b, 0xfb, 0x40, - 0x1c, 0x4d, 0xca, 0xff, 0xdf, 0xe1, 0x14, 0x2a, 0xd7, 0x22, 0x92, 0xd6, 0x6b, 0xc9, 0x50, 0xbb, - 0xf4, 0xce, 0xd4, 0x41, 0x5c, 0x8b, 0x82, 0x83, 0x43, 0xad, 0x93, 0x2e, 0x92, 0xa4, 0x47, 0x1a, - 0x34, 0xb9, 0x34, 0x77, 0x2d, 0x66, 0xf5, 0x13, 0x08, 0xee, 0x2e, 0x7e, 0x99, 0x8e, 0x05, 0x17, - 0x71, 0x28, 0xd2, 0xfa, 0x41, 0x24, 0x97, 0x28, 0xa6, 0x46, 0xc4, 0x29, 0xe1, 0xde, 0xfb, 0xbd, - 0xf7, 0x7e, 0xef, 0x0e, 0xd4, 0xb9, 0x08, 0xdd, 0x01, 0x25, 0x9e, 0xeb, 0x0b, 0x32, 0x31, 0x2c, - 0x2a, 0x4c, 0x83, 0x8c, 0xc6, 0x34, 0x8c, 0x70, 0x10, 0x32, 0xc1, 0x60, 0x39, 0x21, 0xe0, 0x98, - 0x80, 0x53, 0x82, 0x56, 0x71, 0x98, 0xc3, 0x24, 0x4e, 0xe2, 0xbf, 0x84, 0xaa, 0xd5, 0x1c, 0xc6, - 0x9c, 0x6b, 0x4a, 0xcc, 0xc0, 0x25, 0xa6, 0xef, 0x33, 0x61, 0x0a, 0x97, 0xf9, 0x3c, 0x45, 0x51, - 0x9e, 0x93, 0x54, 0x95, 0xb8, 0x5e, 0x01, 0xf0, 0x34, 0xf6, 0xed, 0x99, 0xa1, 0xe9, 0xf1, 0x3e, - 0x1d, 0x8d, 0x29, 0x17, 0x7a, 0x0f, 0x94, 0x33, 0xa7, 0x3c, 0x60, 0x3e, 0xa7, 0xf0, 0x00, 0x14, - 0x03, 0x79, 0xb2, 0xa5, 0x36, 0xd4, 0xd6, 0x5a, 0xa7, 0x8a, 0x73, 0x62, 0xe2, 0x64, 0xa8, 0xfb, - 0x6f, 0x3a, 0xaf, 0x2b, 0xfd, 0x74, 0x40, 0xdf, 0x06, 0x55, 0xa9, 0x78, 0x14, 0x30, 0x7b, 0xd8, - 0x0b, 0xd9, 0xc4, 0xe5, 0x71, 0xca, 0x0f, 0xc3, 0x08, 0xd4, 0xf2, 0xe1, 0xd4, 0xf9, 0x1c, 0x6c, - 0xd0, 0x18, 0xba, 0x0c, 0x3e, 0x31, 0x99, 0x61, 0xbd, 0x8b, 0x63, 0x9b, 0x97, 0x79, 0xbd, 0xe9, - 0xb8, 0x62, 0x38, 0xb6, 0xb0, 0xcd, 0x3c, 0x62, 0x33, 0xee, 0x31, 0x9e, 0x7e, 0xda, 0x7c, 0x70, - 0x45, 0x44, 0x14, 0x50, 0x8e, 0x0f, 0xa9, 0xdd, 0x2f, 0xd1, 0xac, 0x45, 0xe7, 0xb1, 0x00, 0xfe, - 0x4b, 0x6f, 0x18, 0x81, 0x62, 0x92, 0x1d, 0xee, 0xe4, 0x2e, 0xf6, 0xbd, 0x28, 0xad, 0xf5, 0x3b, - 0x31, 0xd9, 0x40, 0xaf, 0xdd, 0x3e, 0xbd, 0xdd, 0x17, 0x36, 0x61, 0x25, 0x7b, 0x15, 0x49, 0x3d, - 0xf0, 0x41, 0x05, 0xa5, 0x95, 0xdd, 0xe1, 0xee, 0xcf, 0xda, 0xf9, 0x2d, 0x6a, 0xc6, 0x1f, 0x26, - 0xd2, 0x58, 0x4d, 0x19, 0xab, 0x01, 0x51, 0x36, 0xd6, 0x6a, 0xd9, 0xdd, 0xe3, 0xe9, 0x02, 0xa9, - 0xb3, 0x05, 0x52, 0x5f, 0x17, 0x48, 0xbd, 0x5b, 0x22, 0x65, 0xb6, 0x44, 0xca, 0xf3, 0x12, 0x29, - 0x17, 0xf8, 0x4b, 0xf1, 0x67, 0xd2, 0xbe, 0x7d, 0x62, 0x5a, 0x9c, 0xa4, 0x0f, 0x6f, 0x62, 0xec, - 0x93, 0x9b, 0x44, 0x5c, 0x5e, 0x82, 0x55, 0x94, 0x0f, 0x6f, 0xef, 0x3d, 0x00, 0x00, 0xff, 0xff, - 0x42, 0x8e, 0x39, 0x88, 0x04, 0x03, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xfa, 0x40, + 0x1c, 0x6d, 0xc9, 0xff, 0xcf, 0x70, 0x9a, 0x60, 0x0e, 0x62, 0x4c, 0xc1, 0x83, 0x74, 0x40, 0x16, + 0xee, 0x2c, 0x2e, 0xba, 0x12, 0x4d, 0x1c, 0x1c, 0x10, 0x27, 0x5d, 0x4c, 0x5b, 0x2e, 0xa5, 0xd1, + 0xf6, 0x4a, 0xef, 0x20, 0x76, 0xf5, 0x13, 0x98, 0xb8, 0xbb, 0xf8, 0x65, 0x18, 0x49, 0x5c, 0x8c, + 0x03, 0x31, 0xe0, 0x07, 0x31, 0xbd, 0x56, 0x63, 0xb1, 0xc6, 0x38, 0xb5, 0xb9, 0xf7, 0x7e, 0xef, + 0xbd, 0xdf, 0xbb, 0x03, 0x75, 0x2e, 0x42, 0x77, 0x40, 0x89, 0xe7, 0xfa, 0x82, 0x4c, 0x0c, 0x8b, + 0x0a, 0xd3, 0x20, 0xa3, 0x31, 0x0d, 0x23, 0x1c, 0x84, 0x4c, 0x30, 0x58, 0x4e, 0x08, 0x38, 0x26, + 0xe0, 0x94, 0xa0, 0x55, 0x1c, 0xe6, 0x30, 0x89, 0x93, 0xf8, 0x2f, 0xa1, 0x6a, 0x35, 0x87, 0x31, + 0xe7, 0x9a, 0x12, 0x33, 0x70, 0x89, 0xe9, 0xfb, 0x4c, 0x98, 0xc2, 0x65, 0x3e, 0x4f, 0x51, 0x94, + 0xe7, 0x24, 0x55, 0x25, 0xae, 0x57, 0x00, 0x3c, 0x8d, 0x7d, 0x7b, 0x66, 0x68, 0x7a, 0xbc, 0x4f, + 0x47, 0x63, 0xca, 0x85, 0xde, 0x03, 0xe5, 0xcc, 0x29, 0x0f, 0x98, 0xcf, 0x29, 0x3c, 0x00, 0xc5, + 0x40, 0x9e, 0x6c, 0xa9, 0x0d, 0xb5, 0xb5, 0xd6, 0xa9, 0xe2, 0x9c, 0x98, 0x38, 0x19, 0xea, 0xfe, + 0x9b, 0xce, 0xeb, 0x4a, 0x3f, 0x1d, 0xd0, 0xb7, 0x41, 0x55, 0x2a, 0x1e, 0x05, 0xcc, 0x1e, 0xf6, + 0x42, 0x36, 0x71, 0x79, 0x9c, 0xf2, 0xc3, 0x30, 0x02, 0xb5, 0x7c, 0x38, 0x75, 0x3e, 0x07, 0x1b, + 0x34, 0x86, 0x2e, 0x83, 0x4f, 0x4c, 0x66, 0x58, 0xef, 0xe2, 0xd8, 0xe6, 0x65, 0x5e, 0x6f, 0x3a, + 0xae, 0x18, 0x8e, 0x2d, 0x6c, 0x33, 0x8f, 0xd8, 0x8c, 0x7b, 0x8c, 0xa7, 0x9f, 0x36, 0x1f, 0x5c, + 0x11, 0x11, 0x05, 0x94, 0xe3, 0x43, 0x6a, 0xf7, 0x4b, 0x34, 0x6b, 0xd1, 0x79, 0x2c, 0x80, 0xff, + 0xd2, 0x1b, 0x46, 0xa0, 0x98, 0x64, 0x87, 0x3b, 0xb9, 0x8b, 0x7d, 0x2f, 0x4a, 0x6b, 0xfd, 0x4e, + 0x4c, 0x36, 0xd0, 0x6b, 0xb7, 0x4f, 0x6f, 0xf7, 0x85, 0x4d, 0x58, 0xc9, 0x5e, 0x45, 0x52, 0x0f, + 0x7c, 0x50, 0x41, 0x69, 0x65, 0x77, 0xb8, 0xfb, 0xb3, 0x76, 0x7e, 0x8b, 0x9a, 0xf1, 0x87, 0x89, + 0x34, 0x56, 0x53, 0xc6, 0x6a, 0x40, 0x94, 0x8d, 0xb5, 0x5a, 0x76, 0xf7, 0x78, 0xba, 0x40, 0xea, + 0x6c, 0x81, 0xd4, 0xd7, 0x05, 0x52, 0xef, 0x96, 0x48, 0x99, 0x2d, 0x91, 0xf2, 0xbc, 0x44, 0xca, + 0x05, 0xfe, 0x52, 0xfc, 0x99, 0xb4, 0x6f, 0x9f, 0x98, 0x16, 0x27, 0xe9, 0xc3, 0x9b, 0x18, 0xfb, + 0xe4, 0x26, 0x11, 0x97, 0x97, 0x60, 0x15, 0xe5, 0xc3, 0xdb, 0x7b, 0x0f, 0x00, 0x00, 0xff, 0xff, + 0x02, 0x96, 0xa3, 0x54, 0x04, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/ratelimit/client/cli/query.go b/x/ratelimit/client/cli/query.go index ba3d5835ab..c3c468c7f0 100644 --- a/x/ratelimit/client/cli/query.go +++ b/x/ratelimit/client/cli/query.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/client/cli/tx.go b/x/ratelimit/client/cli/tx.go index 2c0283d5f3..3d367c57e3 100644 --- a/x/ratelimit/client/cli/tx.go +++ b/x/ratelimit/client/cli/tx.go @@ -19,7 +19,7 @@ import ( govcli "github.com/cosmos/cosmos-sdk/x/gov/client/cli" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // Parse the gov proposal file into a proto message diff --git a/x/ratelimit/client/proposal_handler.go b/x/ratelimit/client/proposal_handler.go index 3162e3d364..5eb289b4f0 100644 --- a/x/ratelimit/client/proposal_handler.go +++ b/x/ratelimit/client/proposal_handler.go @@ -1,7 +1,7 @@ package client import ( - "github.com/Stride-Labs/stride/v17/x/ratelimit/client/cli" + "github.com/Stride-Labs/stride/v18/x/ratelimit/client/cli" govclient "github.com/cosmos/cosmos-sdk/x/gov/client" ) diff --git a/x/ratelimit/genesis.go b/x/ratelimit/genesis.go index dae31b8eaa..53cf4a20b0 100644 --- a/x/ratelimit/genesis.go +++ b/x/ratelimit/genesis.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/ratelimit/genesis_test.go b/x/ratelimit/genesis_test.go index 23192e0075..50368891aa 100644 --- a/x/ratelimit/genesis_test.go +++ b/x/ratelimit/genesis_test.go @@ -8,10 +8,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/ratelimit" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/ratelimit" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func createRateLimits() []types.RateLimit { diff --git a/x/ratelimit/handler.go b/x/ratelimit/handler.go index b4c5f3d495..1903245cc4 100644 --- a/x/ratelimit/handler.go +++ b/x/ratelimit/handler.go @@ -10,9 +10,9 @@ import ( channelkeeper "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper/gov" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper/gov" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // NewMessageHandler returns ratelimit module messages diff --git a/x/ratelimit/ibc_middleware.go b/x/ratelimit/ibc_middleware.go index 0e871e0088..e310efad20 100644 --- a/x/ratelimit/ibc_middleware.go +++ b/x/ratelimit/ibc_middleware.go @@ -3,7 +3,7 @@ package ratelimit import ( "fmt" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" sdk "github.com/cosmos/cosmos-sdk/types" capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types" diff --git a/x/ratelimit/keeper/gov/gov.go b/x/ratelimit/keeper/gov/gov.go index d3a6297780..1f77f82ef8 100644 --- a/x/ratelimit/keeper/gov/gov.go +++ b/x/ratelimit/keeper/gov/gov.go @@ -6,8 +6,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channelkeeper "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // Adds a new rate limit. Fails if the rate limit already exists or the channel value is 0 diff --git a/x/ratelimit/keeper/gov/gov_test.go b/x/ratelimit/keeper/gov/gov_test.go index 54b9b50d8b..8f2b6e89de 100644 --- a/x/ratelimit/keeper/gov/gov_test.go +++ b/x/ratelimit/keeper/gov/gov_test.go @@ -12,10 +12,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper/gov" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper/gov" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) type KeeperTestSuite struct { diff --git a/x/ratelimit/keeper/grpc_query.go b/x/ratelimit/keeper/grpc_query.go index ba6969fb70..2605e3a6b9 100644 --- a/x/ratelimit/keeper/grpc_query.go +++ b/x/ratelimit/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/ratelimit/keeper/grpc_query_test.go b/x/ratelimit/keeper/grpc_query_test.go index 7aa126ece9..513327f302 100644 --- a/x/ratelimit/keeper/grpc_query_test.go +++ b/x/ratelimit/keeper/grpc_query_test.go @@ -11,7 +11,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // Add three rate limits on different channels diff --git a/x/ratelimit/keeper/hooks.go b/x/ratelimit/keeper/hooks.go index da71a9a9e4..b681edcf52 100644 --- a/x/ratelimit/keeper/hooks.go +++ b/x/ratelimit/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // Before each hour epoch, check if any of the rate limits have expired, diff --git a/x/ratelimit/keeper/hooks_test.go b/x/ratelimit/keeper/hooks_test.go index ca80fbb42e..ce2aa2becd 100644 --- a/x/ratelimit/keeper/hooks_test.go +++ b/x/ratelimit/keeper/hooks_test.go @@ -5,8 +5,8 @@ import ( sdkmath "cosmossdk.io/math" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // Store a rate limit with a non-zero flow for each duration diff --git a/x/ratelimit/keeper/keeper.go b/x/ratelimit/keeper/keeper.go index cb6f850903..02de2e399c 100644 --- a/x/ratelimit/keeper/keeper.go +++ b/x/ratelimit/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) type ( diff --git a/x/ratelimit/keeper/keeper_test.go b/x/ratelimit/keeper/keeper_test.go index d6b9eb385d..e3ed93b8d3 100644 --- a/x/ratelimit/keeper/keeper_test.go +++ b/x/ratelimit/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) type KeeperTestSuite struct { diff --git a/x/ratelimit/keeper/packet.go b/x/ratelimit/keeper/packet.go index 261d07472c..c750295abe 100644 --- a/x/ratelimit/keeper/packet.go +++ b/x/ratelimit/keeper/packet.go @@ -14,9 +14,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) type RateLimitedPacketInfo struct { diff --git a/x/ratelimit/keeper/packet_test.go b/x/ratelimit/keeper/packet_test.go index dac83e4d76..fdec23abca 100644 --- a/x/ratelimit/keeper/packet_test.go +++ b/x/ratelimit/keeper/packet_test.go @@ -13,8 +13,8 @@ import ( tmbytes "github.com/cometbft/cometbft/libs/bytes" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/keeper/params.go b/x/ratelimit/keeper/params.go index 62a57064fb..9ecf58776c 100644 --- a/x/ratelimit/keeper/params.go +++ b/x/ratelimit/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // GetParams get all parameters as types.Params diff --git a/x/ratelimit/keeper/rate_limit.go b/x/ratelimit/keeper/rate_limit.go index 3196f09516..baa7f76554 100644 --- a/x/ratelimit/keeper/rate_limit.go +++ b/x/ratelimit/keeper/rate_limit.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // Get the rate limit byte key built from the denom and channelId diff --git a/x/ratelimit/keeper/rate_limit_test.go b/x/ratelimit/keeper/rate_limit_test.go index 179eb16b5c..52058bc309 100644 --- a/x/ratelimit/keeper/rate_limit_test.go +++ b/x/ratelimit/keeper/rate_limit_test.go @@ -7,9 +7,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/module.go b/x/ratelimit/module.go index 384df5fbee..766faf3756 100644 --- a/x/ratelimit/module.go +++ b/x/ratelimit/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/ratelimit/client/cli" - "github.com/Stride-Labs/stride/v17/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/client/cli" + "github.com/Stride-Labs/stride/v18/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) var ( diff --git a/x/ratelimit/types/flow_test.go b/x/ratelimit/types/flow_test.go index 03256fc484..d6d6af46c7 100644 --- a/x/ratelimit/types/flow_test.go +++ b/x/ratelimit/types/flow_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestAddInflow(t *testing.T) { diff --git a/x/ratelimit/types/genesis.pb.go b/x/ratelimit/types/genesis.pb.go index 094190f026..2b822f757d 100644 --- a/x/ratelimit/types/genesis.pb.go +++ b/x/ratelimit/types/genesis.pb.go @@ -110,29 +110,29 @@ var fileDescriptor_9e224b293959881c = []byte{ // 403 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x41, 0x6b, 0xd4, 0x40, 0x18, 0x86, 0x37, 0xae, 0x16, 0x9c, 0x55, 0xd0, 0x41, 0x31, 0xae, 0x98, 0x86, 0xe0, 0x21, 0x97, - 0x26, 0xd8, 0x1e, 0x04, 0x6f, 0x06, 0xa1, 0x97, 0x5a, 0x96, 0xe4, 0xa0, 0x78, 0x09, 0x93, 0xcc, - 0x47, 0x3a, 0x74, 0x33, 0x89, 0xf3, 0xcd, 0x5a, 0xfb, 0x27, 0xc4, 0xbf, 0xe4, 0xad, 0xc7, 0x1e, - 0x3d, 0x15, 0xd9, 0xfd, 0x07, 0xfe, 0x02, 0xc9, 0xcc, 0x58, 0x17, 0x63, 0x6f, 0x03, 0xef, 0xfb, - 0x3c, 0x6f, 0x08, 0x1f, 0x09, 0x50, 0x2b, 0xc1, 0x21, 0x55, 0x4c, 0xc3, 0x52, 0xb4, 0x42, 0xa7, - 0x0d, 0x48, 0x40, 0x81, 0x49, 0xaf, 0x3a, 0xdd, 0xd1, 0x07, 0x36, 0x4f, 0xae, 0xf3, 0xf9, 0xa3, - 0xa6, 0x6b, 0x3a, 0x13, 0xa6, 0xc3, 0xcb, 0xf6, 0xe6, 0xcf, 0x47, 0x9e, 0x9e, 0x29, 0xd6, 0x3a, - 0xcd, 0x3c, 0x1c, 0xc5, 0xd7, 0x2f, 0xdb, 0x88, 0xbe, 0x4f, 0xc9, 0xbd, 0x43, 0x3b, 0x5d, 0x68, - 0xa6, 0x81, 0x1e, 0x92, 0x1d, 0xab, 0xf0, 0xbd, 0xd0, 0x8b, 0x67, 0xfb, 0x7e, 0xf2, 0xef, 0xa7, - 0x24, 0x0b, 0x93, 0x67, 0x8f, 0x2f, 0xae, 0x76, 0x27, 0xbf, 0xae, 0x76, 0xef, 0x9f, 0xb3, 0x76, - 0xf9, 0x3a, 0xb2, 0x54, 0x94, 0x3b, 0x9c, 0x7e, 0x20, 0xb3, 0x01, 0x29, 0x0d, 0x83, 0xfe, 0xad, - 0x70, 0x1a, 0xcf, 0xf6, 0x9f, 0x8d, 0x6d, 0x39, 0xd3, 0x70, 0x34, 0xbc, 0xb2, 0xb9, 0x13, 0x52, - 0x2b, 0xdc, 0xa2, 0xa3, 0x9c, 0xa8, 0x3f, 0x35, 0xa4, 0x5f, 0x3d, 0xf2, 0xf4, 0xec, 0x44, 0x0c, - 0x02, 0xd4, 0xc0, 0x4b, 0xc6, 0xb9, 0x02, 0xc4, 0xb2, 0x67, 0x42, 0xa1, 0x3f, 0x35, 0x43, 0xf1, - 0x78, 0xe8, 0xfd, 0x5f, 0xe4, 0x8d, 0x25, 0x16, 0x4c, 0xa8, 0x2c, 0x76, 0xab, 0xa1, 0x5d, 0xbd, - 0x51, 0x1c, 0xe5, 0x4f, 0xce, 0xfe, 0x6b, 0x40, 0xba, 0x47, 0x68, 0xb5, 0x64, 0xf5, 0xa9, 0xc3, - 0x38, 0xc8, 0xae, 0x45, 0xff, 0x76, 0x38, 0x8d, 0xef, 0xe6, 0x0f, 0xb7, 0x92, 0xb7, 0x26, 0xa0, - 0xc7, 0xe4, 0x45, 0x0f, 0x92, 0x0b, 0xd9, 0x94, 0x08, 0x92, 0x97, 0x3d, 0xab, 0x4f, 0x41, 0x97, - 0x08, 0x9f, 0x56, 0x20, 0x6b, 0x28, 0xe5, 0xaa, 0xad, 0x40, 0xa1, 0x7f, 0xc7, 0x08, 0x42, 0xd7, - 0x2d, 0x40, 0xf2, 0x85, 0x69, 0x16, 0xae, 0x78, 0x6c, 0x7b, 0xd9, 0xbb, 0x8b, 0x75, 0xe0, 0x5d, - 0xae, 0x03, 0xef, 0xe7, 0x3a, 0xf0, 0xbe, 0x6d, 0x82, 0xc9, 0xe5, 0x26, 0x98, 0xfc, 0xd8, 0x04, - 0x93, 0x8f, 0x07, 0x8d, 0xd0, 0x27, 0xab, 0x2a, 0xa9, 0xbb, 0x36, 0x2d, 0xcc, 0xff, 0xd8, 0x3b, - 0x62, 0x15, 0xa6, 0xee, 0x2c, 0x3e, 0xbf, 0x7c, 0x95, 0x7e, 0xd9, 0x3a, 0x0e, 0x7d, 0xde, 0x03, - 0x56, 0x3b, 0xe6, 0x32, 0x0e, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0xa1, 0xeb, 0x94, 0x2d, 0xa4, + 0x26, 0xd8, 0x5e, 0xc4, 0x9b, 0x41, 0xe8, 0xa5, 0x96, 0x25, 0x39, 0x28, 0x5e, 0xc2, 0x24, 0xf3, + 0x91, 0x0e, 0xdd, 0x4c, 0xe2, 0x7c, 0xb3, 0xd6, 0xfe, 0x09, 0xf1, 0x2f, 0x79, 0xeb, 0xb1, 0x47, + 0x4f, 0x45, 0x76, 0xff, 0x81, 0xbf, 0x40, 0x32, 0x33, 0xd6, 0xc5, 0xd8, 0xdb, 0xc0, 0xfb, 0x3e, + 0xcf, 0x1b, 0xc2, 0x47, 0x02, 0xd4, 0x4a, 0x70, 0x48, 0x15, 0xd3, 0xb0, 0x14, 0xad, 0xd0, 0x69, + 0x03, 0x12, 0x50, 0x60, 0xd2, 0xab, 0x4e, 0x77, 0xf4, 0x81, 0xcd, 0x93, 0xeb, 0x7c, 0xfe, 0xa8, + 0xe9, 0x9a, 0xce, 0x84, 0xe9, 0xf0, 0xb2, 0xbd, 0xf9, 0xf3, 0x91, 0xa7, 0x67, 0x8a, 0xb5, 0x4e, + 0x33, 0x0f, 0x47, 0xf1, 0xf5, 0xcb, 0x36, 0xa2, 0xef, 0x53, 0x72, 0xef, 0xd0, 0x4e, 0x17, 0x9a, + 0x69, 0xa0, 0x87, 0x64, 0xc7, 0x2a, 0x7c, 0x2f, 0xf4, 0xe2, 0xd9, 0xbe, 0x9f, 0xfc, 0xfb, 0x29, + 0xc9, 0xc2, 0xe4, 0xd9, 0xe3, 0x8b, 0xab, 0xdd, 0xc9, 0xaf, 0xab, 0xdd, 0xfb, 0xe7, 0xac, 0x5d, + 0xbe, 0x8e, 0x2c, 0x15, 0xe5, 0x0e, 0xa7, 0x1f, 0xc8, 0x6c, 0x40, 0x4a, 0xc3, 0xa0, 0x7f, 0x2b, + 0x9c, 0xc6, 0xb3, 0xfd, 0x67, 0x63, 0x5b, 0xce, 0x34, 0x1c, 0x0d, 0xaf, 0x6c, 0xee, 0x84, 0xd4, + 0x0a, 0xb7, 0xe8, 0x28, 0x27, 0xea, 0x4f, 0x0d, 0xe9, 0x57, 0x8f, 0x3c, 0x3d, 0x3b, 0x11, 0x83, + 0x00, 0x35, 0xf0, 0x92, 0x71, 0xae, 0x00, 0xb1, 0xec, 0x99, 0x50, 0xe8, 0x4f, 0xcd, 0x50, 0x3c, + 0x1e, 0x7a, 0xff, 0x17, 0x79, 0x63, 0x89, 0x05, 0x13, 0x2a, 0x8b, 0xdd, 0x6a, 0x68, 0x57, 0x6f, + 0x14, 0x47, 0xf9, 0x93, 0xb3, 0xff, 0x1a, 0x90, 0xee, 0x11, 0x5a, 0x2d, 0x59, 0x7d, 0xea, 0x30, + 0x0e, 0xb2, 0x6b, 0xd1, 0xbf, 0x1d, 0x4e, 0xe3, 0xbb, 0xf9, 0xc3, 0xad, 0xe4, 0xad, 0x09, 0xe8, + 0x31, 0x79, 0xd1, 0x83, 0xe4, 0x42, 0x36, 0x25, 0x82, 0xe4, 0x65, 0xcf, 0xea, 0x53, 0xd0, 0x25, + 0xc2, 0xa7, 0x15, 0xc8, 0x1a, 0x4a, 0xb9, 0x6a, 0x2b, 0x50, 0xe8, 0xdf, 0x31, 0x82, 0xd0, 0x75, + 0x0b, 0x90, 0x7c, 0x61, 0x9a, 0x85, 0x2b, 0x1e, 0xdb, 0x5e, 0xf6, 0xee, 0x62, 0x1d, 0x78, 0x97, + 0xeb, 0xc0, 0xfb, 0xb9, 0x0e, 0xbc, 0x6f, 0x9b, 0x60, 0x72, 0xb9, 0x09, 0x26, 0x3f, 0x36, 0xc1, + 0xe4, 0xe3, 0x41, 0x23, 0xf4, 0xc9, 0xaa, 0x4a, 0xea, 0xae, 0x4d, 0x0b, 0xf3, 0x3f, 0xf6, 0x8e, + 0x58, 0x85, 0xa9, 0x3b, 0x8b, 0xcf, 0x2f, 0x5f, 0xa5, 0x5f, 0xb6, 0x8e, 0x43, 0x9f, 0xf7, 0x80, + 0xd5, 0x8e, 0xb9, 0x8c, 0x83, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xad, 0x7b, 0xc3, 0x3d, 0xa4, 0x02, 0x00, 0x00, } diff --git a/x/ratelimit/types/gov.pb.go b/x/ratelimit/types/gov.pb.go index e86ae3d32a..30621d2212 100644 --- a/x/ratelimit/types/gov.pb.go +++ b/x/ratelimit/types/gov.pb.go @@ -203,32 +203,32 @@ var fileDescriptor_3ad7ef7cb59a1c37 = []byte{ // 438 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0x41, 0x6b, 0x13, 0x41, 0x14, 0xde, 0x31, 0x4d, 0x6b, 0x47, 0x0d, 0x65, 0x08, 0x76, 0x28, 0xb8, 0x1b, 0x02, 0x4a, 0x0f, - 0x76, 0x17, 0xe9, 0x41, 0xe8, 0xcd, 0x9e, 0x2c, 0x54, 0x28, 0x53, 0x04, 0xf1, 0x12, 0x26, 0x3b, - 0x8f, 0x64, 0x70, 0x67, 0x66, 0x99, 0x99, 0x2c, 0xe9, 0x3f, 0xf0, 0xe8, 0x51, 0x04, 0x21, 0x7f, - 0x45, 0x4f, 0x3d, 0xf6, 0x28, 0x1e, 0x82, 0x24, 0x17, 0xcf, 0xfe, 0x02, 0xd9, 0xd9, 0x54, 0x02, - 0x9e, 0xc4, 0x83, 0x0a, 0x9e, 0x76, 0xdf, 0xf7, 0x7d, 0xef, 0x0d, 0x1f, 0xef, 0xf1, 0xe1, 0x3d, - 0xe7, 0xad, 0x14, 0x90, 0x59, 0xee, 0xa1, 0x90, 0x4a, 0xfa, 0x6c, 0x64, 0xaa, 0xb4, 0xb4, 0xc6, - 0x1b, 0xb2, 0xd3, 0x70, 0xe9, 0x0f, 0x6e, 0xaf, 0x3b, 0x32, 0x23, 0x13, 0xc8, 0xac, 0xfe, 0x6b, - 0x74, 0xfd, 0x77, 0x2d, 0xdc, 0x7d, 0x22, 0x04, 0xe3, 0x1e, 0x4e, 0x6b, 0xd9, 0x99, 0x35, 0xa5, - 0x71, 0xbc, 0x20, 0x5d, 0xdc, 0xf6, 0xd2, 0x17, 0x40, 0x51, 0x0f, 0xed, 0x6f, 0xb3, 0xa6, 0x20, - 0x3d, 0x7c, 0x4b, 0x80, 0xcb, 0xad, 0x2c, 0xbd, 0x34, 0x9a, 0xde, 0x08, 0xdc, 0x3a, 0x54, 0xf7, - 0x09, 0xd0, 0x46, 0xd1, 0x56, 0xd3, 0x17, 0x0a, 0x72, 0x0f, 0xe3, 0x7c, 0xcc, 0xb5, 0x86, 0x62, - 0x20, 0x05, 0xdd, 0x08, 0xd4, 0xf6, 0x0a, 0x39, 0x11, 0xe4, 0x05, 0xde, 0x51, 0x7c, 0x3a, 0x28, - 0xc1, 0xe6, 0xa0, 0xfd, 0xc0, 0x81, 0x16, 0xb4, 0x5d, 0x8b, 0x8e, 0xd3, 0xcb, 0x79, 0x12, 0x7d, - 0x9e, 0x27, 0x0f, 0x46, 0xd2, 0x8f, 0x27, 0xc3, 0x34, 0x37, 0x2a, 0xcb, 0x8d, 0x53, 0xc6, 0xad, - 0x3e, 0x07, 0x4e, 0xbc, 0xca, 0xfc, 0x45, 0x09, 0x2e, 0x3d, 0xd1, 0x9e, 0x75, 0x14, 0x9f, 0x9e, - 0x35, 0x63, 0xce, 0x41, 0xff, 0x34, 0xd9, 0x42, 0x5e, 0xd1, 0xcd, 0xdf, 0x9d, 0xcc, 0x20, 0xaf, - 0xc8, 0x7d, 0xdc, 0x11, 0x13, 0xcb, 0x6b, 0xd3, 0x83, 0xb1, 0x99, 0x58, 0x47, 0xb7, 0x7a, 0x68, - 0x7f, 0x83, 0xdd, 0xb9, 0x46, 0x9f, 0xd6, 0x20, 0x79, 0x88, 0xb7, 0x04, 0x94, 0xc6, 0x49, 0x4f, - 0x6f, 0x86, 0x77, 0xc9, 0xb7, 0x79, 0xd2, 0xb9, 0xe0, 0xaa, 0x38, 0xea, 0xaf, 0x88, 0x3e, 0xbb, - 0x96, 0x1c, 0xdd, 0x7e, 0x3d, 0x4b, 0xa2, 0xb7, 0xb3, 0x24, 0xfa, 0x3a, 0x4b, 0x50, 0xff, 0x7d, - 0x0b, 0xef, 0x3e, 0x2f, 0x05, 0xf7, 0xf0, 0x7f, 0x3f, 0x7f, 0xe3, 0x7e, 0x3e, 0x22, 0xbc, 0xcb, - 0x40, 0x99, 0xea, 0x4f, 0xef, 0x67, 0xcd, 0x44, 0xfb, 0x57, 0x4d, 0x7c, 0x40, 0xf8, 0x2e, 0x03, - 0x07, 0xfe, 0xdf, 0xf5, 0x70, 0xfc, 0xec, 0x72, 0x11, 0xa3, 0xab, 0x45, 0x8c, 0xbe, 0x2c, 0x62, - 0xf4, 0x66, 0x19, 0x47, 0x57, 0xcb, 0x38, 0xfa, 0xb4, 0x8c, 0xa3, 0x97, 0x87, 0x6b, 0xd7, 0x73, - 0x1e, 0x22, 0xf1, 0xe0, 0x94, 0x0f, 0x5d, 0xb6, 0x8a, 0xce, 0xea, 0xd1, 0xe3, 0x6c, 0xba, 0x16, - 0xa0, 0xe1, 0x9c, 0x86, 0x9b, 0x21, 0x1b, 0x0f, 0xbf, 0x07, 0x00, 0x00, 0xff, 0xff, 0x11, 0x96, - 0xb3, 0x9f, 0x61, 0x05, 0x00, 0x00, + 0x76, 0x17, 0xe9, 0x45, 0x7a, 0xb3, 0x27, 0x0b, 0x15, 0xca, 0x14, 0x41, 0xbc, 0x84, 0xc9, 0xce, + 0x23, 0x19, 0xdc, 0x99, 0x59, 0x66, 0x26, 0x4b, 0xfa, 0x0f, 0x3c, 0x7a, 0x14, 0x41, 0xc8, 0x5f, + 0xd1, 0x53, 0x8f, 0x3d, 0x8a, 0x87, 0x20, 0xc9, 0xc5, 0xb3, 0xbf, 0x40, 0x76, 0x36, 0x95, 0x80, + 0x27, 0xf1, 0xa0, 0x82, 0xa7, 0xdd, 0xf7, 0x7d, 0xdf, 0x7b, 0xc3, 0xc7, 0x7b, 0x7c, 0x78, 0xcf, + 0x79, 0x2b, 0x05, 0x64, 0x96, 0x7b, 0x28, 0xa4, 0x92, 0x3e, 0x1b, 0x99, 0x2a, 0x2d, 0xad, 0xf1, + 0x86, 0xec, 0x34, 0x5c, 0xfa, 0x83, 0xdb, 0xeb, 0x8e, 0xcc, 0xc8, 0x04, 0x32, 0xab, 0xff, 0x1a, + 0x5d, 0xff, 0x5d, 0x0b, 0x77, 0x9f, 0x08, 0xc1, 0xb8, 0x87, 0xd3, 0x5a, 0x76, 0x66, 0x4d, 0x69, + 0x1c, 0x2f, 0x48, 0x17, 0xb7, 0xbd, 0xf4, 0x05, 0x50, 0xd4, 0x43, 0xfb, 0xdb, 0xac, 0x29, 0x48, + 0x0f, 0xdf, 0x12, 0xe0, 0x72, 0x2b, 0x4b, 0x2f, 0x8d, 0xa6, 0x37, 0x02, 0xb7, 0x0e, 0xd5, 0x7d, + 0x02, 0xb4, 0x51, 0xb4, 0xd5, 0xf4, 0x85, 0x82, 0xdc, 0xc3, 0x38, 0x1f, 0x73, 0xad, 0xa1, 0x18, + 0x48, 0x41, 0x37, 0x02, 0xb5, 0xbd, 0x42, 0x4e, 0x04, 0x79, 0x81, 0x77, 0x14, 0x9f, 0x0e, 0x4a, + 0xb0, 0x39, 0x68, 0x3f, 0x70, 0xa0, 0x05, 0x6d, 0xd7, 0xa2, 0xe3, 0xf4, 0x72, 0x9e, 0x44, 0x9f, + 0xe7, 0xc9, 0x83, 0x91, 0xf4, 0xe3, 0xc9, 0x30, 0xcd, 0x8d, 0xca, 0x72, 0xe3, 0x94, 0x71, 0xab, + 0xcf, 0x81, 0x13, 0xaf, 0x32, 0x7f, 0x51, 0x82, 0x4b, 0x4f, 0xb4, 0x67, 0x1d, 0xc5, 0xa7, 0x67, + 0xcd, 0x98, 0x73, 0xd0, 0x3f, 0x4d, 0xb6, 0x90, 0x57, 0x74, 0xf3, 0x77, 0x27, 0x33, 0xc8, 0x2b, + 0x72, 0x1f, 0x77, 0xc4, 0xc4, 0xf2, 0xda, 0xf4, 0x60, 0x6c, 0x26, 0xd6, 0xd1, 0xad, 0x1e, 0xda, + 0xdf, 0x60, 0x77, 0xae, 0xd1, 0xa7, 0x35, 0x48, 0x1e, 0xe2, 0x2d, 0x01, 0xa5, 0x71, 0xd2, 0xd3, + 0x9b, 0xe1, 0x5d, 0xf2, 0x6d, 0x9e, 0x74, 0x2e, 0xb8, 0x2a, 0x8e, 0xfa, 0x2b, 0xa2, 0xcf, 0xae, + 0x25, 0x47, 0xb7, 0x5f, 0xcf, 0x92, 0xe8, 0xed, 0x2c, 0x89, 0xbe, 0xce, 0x12, 0xd4, 0x7f, 0xdf, + 0xc2, 0xbb, 0xcf, 0x4b, 0xc1, 0x3d, 0xfc, 0xdf, 0xcf, 0xdf, 0xb8, 0x9f, 0x8f, 0x08, 0xef, 0x32, + 0x50, 0xa6, 0xfa, 0xd3, 0xfb, 0x59, 0x33, 0xd1, 0xfe, 0x55, 0x13, 0x1f, 0x10, 0xbe, 0xcb, 0xc0, + 0x81, 0xff, 0x77, 0x3d, 0x1c, 0x3f, 0xbb, 0x5c, 0xc4, 0xe8, 0x6a, 0x11, 0xa3, 0x2f, 0x8b, 0x18, + 0xbd, 0x59, 0xc6, 0xd1, 0xd5, 0x32, 0x8e, 0x3e, 0x2d, 0xe3, 0xe8, 0xe5, 0xe1, 0xda, 0xf5, 0x9c, + 0x87, 0x48, 0x3c, 0x38, 0xe5, 0x43, 0x97, 0xad, 0xa2, 0xb3, 0x7a, 0xf4, 0x38, 0x9b, 0xae, 0x05, + 0x68, 0x38, 0xa7, 0xe1, 0x66, 0xc8, 0xc6, 0xc3, 0xef, 0x01, 0x00, 0x00, 0xff, 0xff, 0x1d, 0x06, + 0xe4, 0x8f, 0x61, 0x05, 0x00, 0x00, } func (this *AddRateLimitProposal) Equal(that interface{}) bool { diff --git a/x/ratelimit/types/gov_add_rate_limit_test.go b/x/ratelimit/types/gov_add_rate_limit_test.go index 1992f35dad..11f833ddf5 100644 --- a/x/ratelimit/types/gov_add_rate_limit_test.go +++ b/x/ratelimit/types/gov_add_rate_limit_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestGovAddRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_remove_rate_limit_test.go b/x/ratelimit/types/gov_remove_rate_limit_test.go index 0fba1fe8a5..ae10c1242f 100644 --- a/x/ratelimit/types/gov_remove_rate_limit_test.go +++ b/x/ratelimit/types/gov_remove_rate_limit_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestGovRemoveRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_reset_rate_limit_test.go b/x/ratelimit/types/gov_reset_rate_limit_test.go index fa74911e37..8a2fecc64d 100644 --- a/x/ratelimit/types/gov_reset_rate_limit_test.go +++ b/x/ratelimit/types/gov_reset_rate_limit_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestGovResetRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_update_rate_limit_test.go b/x/ratelimit/types/gov_update_rate_limit_test.go index 73038bbe76..31b739bd12 100644 --- a/x/ratelimit/types/gov_update_rate_limit_test.go +++ b/x/ratelimit/types/gov_update_rate_limit_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestGovUpdateRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/params.pb.go b/x/ratelimit/types/params.pb.go index 3da5ba8c90..da3e70cc1d 100644 --- a/x/ratelimit/types/params.pb.go +++ b/x/ratelimit/types/params.pb.go @@ -73,9 +73,9 @@ var fileDescriptor_7af4964ecd08f136 = []byte{ 0x95, 0x38, 0xb8, 0xd8, 0x02, 0xc0, 0x2a, 0x9c, 0x7c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x38, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, - 0x18, 0x6c, 0x80, 0xae, 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0xd4, 0xae, 0x32, 0x43, 0x73, 0xfd, 0x0a, + 0x18, 0x6c, 0x80, 0xae, 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0xd4, 0xae, 0x32, 0x43, 0x0b, 0xfd, 0x0a, 0x24, 0x1b, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x36, 0x1a, 0x03, 0x02, 0x00, 0x00, - 0xff, 0xff, 0x33, 0xb8, 0x0d, 0x85, 0x92, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x3f, 0x28, 0x5a, 0x95, 0x92, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/ratelimit/types/query.pb.go b/x/ratelimit/types/query.pb.go index 62d65016a0..aa1e47688d 100644 --- a/x/ratelimit/types/query.pb.go +++ b/x/ratelimit/types/query.pb.go @@ -562,7 +562,7 @@ var fileDescriptor_97a373ef8fcef03b = []byte{ // 690 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x4f, 0x13, 0x41, 0x14, 0xc7, 0x3b, 0x28, 0x48, 0x1f, 0x92, 0x98, 0x11, 0x10, 0x16, 0x2c, 0x75, 0xd5, 0xd8, 0xf8, - 0xa3, 0x0b, 0xad, 0x88, 0x11, 0x89, 0xa1, 0xea, 0x81, 0x04, 0x13, 0x2d, 0x26, 0x26, 0x5e, 0xea, + 0xa3, 0x0b, 0xad, 0x28, 0x11, 0x89, 0xa1, 0xea, 0x81, 0x04, 0x13, 0x2d, 0x26, 0x26, 0x5e, 0xea, 0xb4, 0x3b, 0xb6, 0x13, 0x97, 0xdd, 0xb2, 0xb3, 0xa8, 0x0d, 0xe1, 0xe2, 0x5f, 0x60, 0xe2, 0xd5, 0xab, 0x7f, 0x84, 0x47, 0x0f, 0x26, 0x1c, 0x89, 0x5e, 0x3c, 0x19, 0x03, 0xfe, 0x21, 0x66, 0x67, 0x66, 0xb7, 0xb6, 0xdd, 0x2d, 0xdd, 0x84, 0xdb, 0x74, 0xe6, 0xbd, 0xef, 0xfb, 0x7c, 0xdf, 0xce, @@ -594,15 +594,15 @@ var fileDescriptor_97a373ef8fcef03b = []byte{ 0xd8, 0x6d, 0x5f, 0xe3, 0x3d, 0xa3, 0xda, 0xaa, 0xc8, 0xe7, 0xe1, 0x2b, 0x82, 0xf3, 0x11, 0x73, 0x86, 0x17, 0x8f, 0x03, 0xe9, 0x99, 0x68, 0xad, 0x90, 0x24, 0x45, 0xb9, 0x58, 0x11, 0x2e, 0x96, 0x70, 0x71, 0xd0, 0xc6, 0x0a, 0x1b, 0xe2, 0xd5, 0xd8, 0xc3, 0xdf, 0x10, 0x4c, 0x46, 0xce, 0x1d, - 0x2e, 0x0e, 0x86, 0xd2, 0x31, 0xe9, 0xda, 0xed, 0x64, 0x49, 0xca, 0xc1, 0xaa, 0x70, 0xb0, 0x8c, - 0x97, 0x12, 0x39, 0x08, 0x3e, 0x84, 0xdf, 0xff, 0x89, 0xa8, 0x69, 0xc5, 0x85, 0xf8, 0x0b, 0x1a, - 0x37, 0xfe, 0x5a, 0x31, 0x51, 0x8e, 0x32, 0x70, 0x57, 0x18, 0x28, 0xe0, 0x85, 0xfe, 0x06, 0xaa, + 0x2e, 0x0e, 0x86, 0xd2, 0x31, 0xe9, 0xda, 0xed, 0x64, 0x49, 0xca, 0xc1, 0xaa, 0x70, 0x70, 0x17, + 0x2f, 0x25, 0x72, 0x10, 0x7c, 0x08, 0xbf, 0xff, 0x13, 0x51, 0xd3, 0x8a, 0x0b, 0xf1, 0x17, 0x34, + 0x6e, 0xfc, 0xb5, 0x62, 0xa2, 0x1c, 0x65, 0x60, 0x59, 0x18, 0x28, 0xe0, 0x85, 0xfe, 0x06, 0xaa, 0x6d, 0x01, 0x79, 0x75, 0x38, 0xfe, 0x8e, 0xe0, 0x42, 0xcc, 0x2b, 0x80, 0x97, 0xe2, 0x51, 0xfa, 0x3c, 0x2e, 0xda, 0x9d, 0xa4, 0x69, 0xc9, 0xee, 0xd1, 0xbb, 0xb6, 0x46, 0x85, 0x04, 0x22, 0xa5, 0x27, 0xfb, 0x87, 0x19, 0x74, 0x70, 0x98, 0x41, 0x7f, 0x0e, 0x33, 0xe8, 0xe3, 0x51, 0x26, 0x75, 0x70, 0x94, 0x49, 0xfd, 0x3a, 0xca, 0xa4, 0x5e, 0x16, 0xeb, 0xcc, 0x6b, 0xec, 0x54, 0xf3, 0x35, 0x67, 0x2b, 0x4a, 0xf8, 0xed, 0xe2, 0xb2, 0xf1, 0xfe, 0x3f, 0x79, 0xaf, 0xd5, 0xa4, 0xbc, 0x3a, - 0x22, 0xfe, 0x26, 0x14, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x28, 0x90, 0x08, 0x75, 0xae, 0x08, + 0x22, 0xfe, 0x26, 0x14, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x24, 0x00, 0x5f, 0x65, 0xae, 0x08, 0x00, 0x00, } diff --git a/x/ratelimit/types/quota_test.go b/x/ratelimit/types/quota_test.go index 15f72b58a0..06a0896aef 100644 --- a/x/ratelimit/types/quota_test.go +++ b/x/ratelimit/types/quota_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) func TestCheckExceedsQuota(t *testing.T) { diff --git a/x/ratelimit/types/ratelimit.pb.go b/x/ratelimit/types/ratelimit.pb.go index c3f76868f4..b79c20fa2f 100644 --- a/x/ratelimit/types/ratelimit.pb.go +++ b/x/ratelimit/types/ratelimit.pb.go @@ -310,40 +310,40 @@ func init() { func init() { proto.RegisterFile("stride/ratelimit/ratelimit.proto", fileDescriptor_a3e00ee2c967d747) } var fileDescriptor_a3e00ee2c967d747 = []byte{ - // 521 bytes of a gzipped FileDescriptorProto + // 520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xb5, 0xbf, 0x26, 0xf9, 0xc8, 0x84, 0xb6, 0xd1, 0xa8, 0x0a, 0x51, 0x24, 0xdc, 0x28, 0x12, - 0xa8, 0xaa, 0x14, 0x5b, 0xb4, 0x0b, 0x84, 0x58, 0xf5, 0x27, 0x55, 0x2b, 0x02, 0x0a, 0x0e, 0x2a, - 0x88, 0x4d, 0x34, 0xf1, 0x5c, 0xe2, 0x51, 0x63, 0x4f, 0x98, 0x19, 0xbb, 0xe1, 0x0d, 0x58, 0x22, - 0x5e, 0x81, 0x97, 0xe9, 0xb2, 0x4b, 0xc4, 0xa2, 0x42, 0xc9, 0x9a, 0x77, 0x40, 0x33, 0x76, 0x4a, - 0x54, 0xc4, 0x82, 0xb2, 0xf2, 0xdc, 0x73, 0xcf, 0x1c, 0xf9, 0xdc, 0x39, 0x17, 0x35, 0xa5, 0x12, - 0x8c, 0x82, 0x27, 0x88, 0x82, 0x31, 0x8b, 0x98, 0xfa, 0x75, 0x72, 0x27, 0x82, 0x2b, 0x8e, 0xab, - 0x19, 0xc3, 0xbd, 0xc6, 0x1b, 0x1b, 0x23, 0x3e, 0xe2, 0xa6, 0xe9, 0xe9, 0x53, 0xc6, 0x6b, 0x3d, - 0x45, 0x85, 0x1e, 0x51, 0x21, 0xde, 0x40, 0x45, 0x0a, 0x31, 0x8f, 0xea, 0x76, 0xd3, 0xde, 0x2a, - 0xfb, 0x59, 0x81, 0xef, 0x23, 0x14, 0x84, 0x24, 0x8e, 0x61, 0x3c, 0x60, 0xb4, 0xfe, 0x9f, 0x69, - 0x95, 0x73, 0xe4, 0x84, 0xb6, 0x66, 0x36, 0x2a, 0xbe, 0x4c, 0xb8, 0x22, 0xf8, 0x0d, 0xaa, 0x46, - 0x64, 0x3a, 0x98, 0x80, 0x08, 0x20, 0x56, 0x03, 0x09, 0x31, 0xcd, 0x94, 0xf6, 0xdd, 0x8b, 0xab, - 0x4d, 0xeb, 0xdb, 0xd5, 0xe6, 0xc3, 0x11, 0x53, 0x61, 0x32, 0x74, 0x03, 0x1e, 0x79, 0x01, 0x97, - 0x11, 0x97, 0xf9, 0xa7, 0x2d, 0xe9, 0x99, 0xa7, 0x3e, 0x4c, 0x40, 0xba, 0x27, 0xb1, 0xf2, 0xd7, - 0x22, 0x32, 0xed, 0x65, 0x32, 0x7d, 0x88, 0xe9, 0x4d, 0x65, 0x01, 0x41, 0x9a, 0xfd, 0xc8, 0xbf, - 0x28, 0xfb, 0x10, 0xa4, 0xf8, 0x01, 0x5a, 0xa3, 0x89, 0x20, 0x8a, 0xf1, 0x78, 0x10, 0xf2, 0x44, - 0xc8, 0xfa, 0x4a, 0xd3, 0xde, 0x2a, 0xf8, 0xab, 0x0b, 0xf4, 0x58, 0x83, 0xad, 0x1f, 0x36, 0x2a, - 0x1c, 0x8d, 0xf9, 0x39, 0x3e, 0x42, 0x25, 0x16, 0xbf, 0x1b, 0xf3, 0xf3, 0x5b, 0x3a, 0xcb, 0x6f, - 0xe3, 0x63, 0xf4, 0x3f, 0x4f, 0x94, 0x11, 0xba, 0x9d, 0x91, 0xc5, 0x75, 0xdc, 0x47, 0xab, 0x8b, - 0xe7, 0x49, 0xc9, 0x38, 0x01, 0x63, 0xe0, 0xef, 0xf5, 0xee, 0xe6, 0x22, 0xa7, 0x5a, 0xa3, 0xf5, - 0xd9, 0x46, 0x65, 0x9f, 0x28, 0xe8, 0xea, 0xd4, 0xe0, 0x6d, 0x54, 0x98, 0x10, 0x15, 0x1a, 0xcb, - 0x95, 0x9d, 0x9a, 0x7b, 0x33, 0x56, 0xae, 0x4e, 0x8f, 0x6f, 0x38, 0xb8, 0x8d, 0x8a, 0xef, 0x75, - 0x1a, 0x8c, 0xad, 0xca, 0xce, 0xbd, 0xdf, 0xc9, 0x26, 0x2c, 0x7e, 0xc6, 0xd2, 0xd2, 0x66, 0x08, - 0x2b, 0x7f, 0x92, 0xd6, 0x53, 0xf7, 0x0d, 0xa7, 0xd5, 0x45, 0xb5, 0xd7, 0x21, 0xd3, 0x0d, 0xa9, - 0x80, 0xee, 0x51, 0x2a, 0x40, 0xca, 0x1e, 0x61, 0x02, 0xd7, 0x50, 0x49, 0xa7, 0x0d, 0x44, 0x9e, - 0xdc, 0xbc, 0xc2, 0x0d, 0x74, 0x47, 0x40, 0x00, 0x2c, 0x05, 0x91, 0x07, 0xf7, 0xba, 0xde, 0x7e, - 0x82, 0xd6, 0x7b, 0x24, 0x38, 0x03, 0x75, 0xc8, 0x04, 0x04, 0xfa, 0xa9, 0xf1, 0x3a, 0xaa, 0xf4, - 0xf6, 0x0e, 0x9e, 0x75, 0x5e, 0x0d, 0xfa, 0x9d, 0x17, 0x87, 0x55, 0x6b, 0x09, 0xf0, 0x3b, 0x07, - 0xa7, 0x55, 0xbb, 0x51, 0xf8, 0xf8, 0xc5, 0xb1, 0xf6, 0x9f, 0x5f, 0xcc, 0x1c, 0xfb, 0x72, 0xe6, - 0xd8, 0xdf, 0x67, 0x8e, 0xfd, 0x69, 0xee, 0x58, 0x97, 0x73, 0xc7, 0xfa, 0x3a, 0x77, 0xac, 0xb7, - 0xbb, 0x4b, 0xd3, 0xee, 0x1b, 0x2b, 0xed, 0x2e, 0x19, 0x4a, 0x2f, 0x5f, 0xd5, 0xf4, 0xd1, 0x63, - 0x6f, 0xba, 0xb4, 0xb0, 0x66, 0xfc, 0xc3, 0x92, 0xd9, 0xc2, 0xdd, 0x9f, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xe8, 0x23, 0x3a, 0x03, 0xd1, 0x03, 0x00, 0x00, + 0xa8, 0xaa, 0x14, 0x5b, 0xb4, 0x1b, 0x10, 0xab, 0xfe, 0xa4, 0x6a, 0x45, 0x40, 0xc1, 0x41, 0x05, + 0xb1, 0x89, 0x26, 0x9e, 0x4b, 0x3c, 0x6a, 0xec, 0x09, 0x33, 0x63, 0x37, 0xbc, 0x01, 0x4b, 0xc4, + 0x2b, 0xf0, 0x32, 0x5d, 0x76, 0x89, 0x58, 0x54, 0x28, 0x59, 0xf3, 0x0e, 0x68, 0xc6, 0x4e, 0x89, + 0x8a, 0x58, 0x50, 0x56, 0x9e, 0x7b, 0xee, 0x99, 0x23, 0x9f, 0x3b, 0xe7, 0xa2, 0xa6, 0x54, 0x82, + 0x51, 0xf0, 0x04, 0x51, 0x30, 0x66, 0x11, 0x53, 0xbf, 0x4e, 0xee, 0x44, 0x70, 0xc5, 0x71, 0x35, + 0x63, 0xb8, 0xd7, 0x78, 0x63, 0x63, 0xc4, 0x47, 0xdc, 0x34, 0x3d, 0x7d, 0xca, 0x78, 0xad, 0xa7, + 0xa8, 0xd0, 0x23, 0x2a, 0xc4, 0x1b, 0xa8, 0x48, 0x21, 0xe6, 0x51, 0xdd, 0x6e, 0xda, 0x5b, 0x65, + 0x3f, 0x2b, 0xf0, 0x7d, 0x84, 0x82, 0x90, 0xc4, 0x31, 0x8c, 0x07, 0x8c, 0xd6, 0xff, 0x33, 0xad, + 0x72, 0x8e, 0x9c, 0xd0, 0xd6, 0xcc, 0x46, 0xc5, 0x97, 0x09, 0x57, 0x04, 0xbf, 0x41, 0xd5, 0x88, + 0x4c, 0x07, 0x13, 0x10, 0x01, 0xc4, 0x6a, 0x20, 0x21, 0xa6, 0x99, 0xd2, 0xbe, 0x7b, 0x71, 0xb5, + 0x69, 0x7d, 0xbb, 0xda, 0x7c, 0x38, 0x62, 0x2a, 0x4c, 0x86, 0x6e, 0xc0, 0x23, 0x2f, 0xe0, 0x32, + 0xe2, 0x32, 0xff, 0xb4, 0x25, 0x3d, 0xf3, 0xd4, 0x87, 0x09, 0x48, 0xf7, 0x24, 0x56, 0xfe, 0x5a, + 0x44, 0xa6, 0xbd, 0x4c, 0xa6, 0x0f, 0x31, 0xbd, 0xa9, 0x2c, 0x20, 0x48, 0xb3, 0x1f, 0xf9, 0x17, + 0x65, 0x1f, 0x82, 0x14, 0x3f, 0x40, 0x6b, 0x34, 0x11, 0x44, 0x31, 0x1e, 0x0f, 0x42, 0x9e, 0x08, + 0x59, 0x5f, 0x69, 0xda, 0x5b, 0x05, 0x7f, 0x75, 0x81, 0x1e, 0x6b, 0xb0, 0xf5, 0xc3, 0x46, 0x85, + 0xa3, 0x31, 0x3f, 0xc7, 0x47, 0xa8, 0xc4, 0xe2, 0x77, 0x63, 0x7e, 0x7e, 0x4b, 0x67, 0xf9, 0x6d, + 0x7c, 0x8c, 0xfe, 0xe7, 0x89, 0x32, 0x42, 0xb7, 0x33, 0xb2, 0xb8, 0x8e, 0xfb, 0x68, 0x75, 0xf1, + 0x3c, 0x29, 0x19, 0x27, 0x60, 0x0c, 0xfc, 0xbd, 0xde, 0xdd, 0x5c, 0xe4, 0x54, 0x6b, 0xb4, 0x3e, + 0xdb, 0xa8, 0xec, 0x13, 0x05, 0x5d, 0x9d, 0x1a, 0xbc, 0x8d, 0x0a, 0x13, 0xa2, 0x42, 0x63, 0xb9, + 0xb2, 0x53, 0x73, 0x6f, 0xc6, 0xca, 0xd5, 0xe9, 0xf1, 0x0d, 0x07, 0xb7, 0x51, 0xf1, 0xbd, 0x4e, + 0x83, 0xb1, 0x55, 0xd9, 0xb9, 0xf7, 0x3b, 0xd9, 0x84, 0xc5, 0xcf, 0x58, 0x5a, 0xda, 0x0c, 0x61, + 0xe5, 0x4f, 0xd2, 0x7a, 0xea, 0xbe, 0xe1, 0xb4, 0xba, 0xa8, 0xf6, 0x3a, 0x64, 0xba, 0x21, 0x15, + 0xd0, 0x3d, 0x4a, 0x05, 0x48, 0xd9, 0x23, 0x4c, 0xe0, 0x1a, 0x2a, 0xe9, 0xb4, 0x81, 0xc8, 0x93, + 0x9b, 0x57, 0xb8, 0x81, 0xee, 0x08, 0x08, 0x80, 0xa5, 0x20, 0xf2, 0xe0, 0x5e, 0xd7, 0xdb, 0x4f, + 0xd0, 0x7a, 0x8f, 0x04, 0x67, 0xa0, 0x0e, 0x99, 0x80, 0x40, 0x3f, 0x35, 0x5e, 0x47, 0x95, 0xde, + 0xde, 0xc1, 0xb3, 0xce, 0xab, 0x41, 0xbf, 0xf3, 0xe2, 0xb0, 0x6a, 0x2d, 0x01, 0x7e, 0xe7, 0xe0, + 0xb4, 0x6a, 0x37, 0x0a, 0x1f, 0xbf, 0x38, 0xd6, 0xfe, 0xf3, 0x8b, 0x99, 0x63, 0x5f, 0xce, 0x1c, + 0xfb, 0xfb, 0xcc, 0xb1, 0x3f, 0xcd, 0x1d, 0xeb, 0x72, 0xee, 0x58, 0x5f, 0xe7, 0x8e, 0xf5, 0x76, + 0x77, 0x69, 0xda, 0x7d, 0x63, 0xa5, 0xdd, 0x25, 0x43, 0xe9, 0xe5, 0xab, 0x9a, 0x3e, 0x7a, 0xec, + 0x4d, 0x97, 0x16, 0xd6, 0x8c, 0x7f, 0x58, 0x32, 0x5b, 0xb8, 0xfb, 0x33, 0x00, 0x00, 0xff, 0xff, + 0xe4, 0xb3, 0x6d, 0x13, 0xd1, 0x03, 0x00, 0x00, } func (m *Path) Marshal() (dAtA []byte, err error) { diff --git a/x/records/client/cli/query.go b/x/records/client/cli/query.go index 929b2c366c..33293bd4d1 100644 --- a/x/records/client/cli/query.go +++ b/x/records/client/cli/query.go @@ -10,7 +10,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/records/client/cli/query_deposit_record.go b/x/records/client/cli/query_deposit_record.go index b9f7f912db..4420bc7b6a 100644 --- a/x/records/client/cli/query_deposit_record.go +++ b/x/records/client/cli/query_deposit_record.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func CmdListDepositRecord() *cobra.Command { diff --git a/x/records/client/cli/query_deposit_record_test.go b/x/records/client/cli/query_deposit_record_test.go index 608aa0ae61..5db868a776 100644 --- a/x/records/client/cli/query_deposit_record_test.go +++ b/x/records/client/cli/query_deposit_record_test.go @@ -11,10 +11,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/testutil/network" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/client/cli" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/testutil/network" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/client/cli" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func networkWithDepositRecordObjects(t *testing.T, n int) (*network.Network, []types.DepositRecord) { diff --git a/x/records/client/cli/query_epoch_unbonding_record.go b/x/records/client/cli/query_epoch_unbonding_record.go index b8f83587c8..ca41eb9a7b 100644 --- a/x/records/client/cli/query_epoch_unbonding_record.go +++ b/x/records/client/cli/query_epoch_unbonding_record.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func CmdListEpochUnbondingRecord() *cobra.Command { diff --git a/x/records/client/cli/query_lsm_deposits.go b/x/records/client/cli/query_lsm_deposits.go index 329987cb62..3fce19f8e6 100644 --- a/x/records/client/cli/query_lsm_deposits.go +++ b/x/records/client/cli/query_lsm_deposits.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) const ( diff --git a/x/records/client/cli/query_params.go b/x/records/client/cli/query_params.go index cb2b441092..a06ae84878 100644 --- a/x/records/client/cli/query_params.go +++ b/x/records/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/records/client/cli/query_user_redemption_record.go b/x/records/client/cli/query_user_redemption_record.go index 3c028c7655..c841fb28cd 100644 --- a/x/records/client/cli/query_user_redemption_record.go +++ b/x/records/client/cli/query_user_redemption_record.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func CmdListUserRedemptionRecord() *cobra.Command { diff --git a/x/records/client/cli/query_user_redemption_record_test.go b/x/records/client/cli/query_user_redemption_record_test.go index 38f96c91ac..d6ff19cd80 100644 --- a/x/records/client/cli/query_user_redemption_record_test.go +++ b/x/records/client/cli/query_user_redemption_record_test.go @@ -14,10 +14,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/testutil/network" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/client/cli" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/testutil/network" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/client/cli" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // TODO [cleanup] - Migrate to new CLI testing framework diff --git a/x/records/client/cli/tx.go b/x/records/client/cli/tx.go index 21888eaca0..72cf37d20f 100644 --- a/x/records/client/cli/tx.go +++ b/x/records/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) var DefaultRelativePacketTimeoutTimestamp = cast.ToUint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/records/genesis.go b/x/records/genesis.go index 2fc15c181e..ca6762bdaa 100644 --- a/x/records/genesis.go +++ b/x/records/genesis.go @@ -3,8 +3,8 @@ package records import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/records/genesis_test.go b/x/records/genesis_test.go index 2742be4369..f31e78a8fe 100644 --- a/x/records/genesis_test.go +++ b/x/records/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records" - "github.com/Stride-Labs/stride/v17/x/records/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestGenesis(t *testing.T) { diff --git a/x/records/handler.go b/x/records/handler.go index 5f8229ae3c..3321fb6f27 100644 --- a/x/records/handler.go +++ b/x/records/handler.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // NewHandler ... diff --git a/x/records/keeper/callback_lsm_transfer.go b/x/records/keeper/callback_lsm_transfer.go index cc8f25b3f1..2aeaf2066f 100644 --- a/x/records/keeper/callback_lsm_transfer.go +++ b/x/records/keeper/callback_lsm_transfer.go @@ -1,9 +1,9 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/records/keeper/callback_lsm_transfer_test.go b/x/records/keeper/callback_lsm_transfer_test.go index 0cd8b18801..917327147b 100644 --- a/x/records/keeper/callback_lsm_transfer_test.go +++ b/x/records/keeper/callback_lsm_transfer_test.go @@ -9,8 +9,8 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) var ( diff --git a/x/records/keeper/callback_native_transfer.go b/x/records/keeper/callback_native_transfer.go index c483b1069c..689cc4b7b6 100644 --- a/x/records/keeper/callback_native_transfer.go +++ b/x/records/keeper/callback_native_transfer.go @@ -5,8 +5,8 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/records/keeper/callback_native_transfer_test.go b/x/records/keeper/callback_native_transfer_test.go index eb5b192b74..868f1e9256 100644 --- a/x/records/keeper/callback_native_transfer_test.go +++ b/x/records/keeper/callback_native_transfer_test.go @@ -8,9 +8,9 @@ import ( sdkmath "cosmossdk.io/math" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" ) const chainId = "GAIA" diff --git a/x/records/keeper/callbacks.go b/x/records/keeper/callbacks.go index 6fb2d9f639..90150cdab5 100644 --- a/x/records/keeper/callbacks.go +++ b/x/records/keeper/callbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) const IBCCallbacksID_NativeTransfer = "transfer" diff --git a/x/records/keeper/deposit_record.go b/x/records/keeper/deposit_record.go index c17eaa1922..ac35e999c4 100644 --- a/x/records/keeper/deposit_record.go +++ b/x/records/keeper/deposit_record.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // GetDepositRecordCount get the total number of depositRecord diff --git a/x/records/keeper/epoch_unbonding_record.go b/x/records/keeper/epoch_unbonding_record.go index c0727f91a8..0075528095 100644 --- a/x/records/keeper/epoch_unbonding_record.go +++ b/x/records/keeper/epoch_unbonding_record.go @@ -9,9 +9,9 @@ import ( errorsmod "cosmossdk.io/errors" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // SetEpochUnbondingRecord set a specific epochUnbondingRecord in the store diff --git a/x/records/keeper/epoch_unbonding_record_test.go b/x/records/keeper/epoch_unbonding_record_test.go index e2b14c13bf..b22378ca3b 100644 --- a/x/records/keeper/epoch_unbonding_record_test.go +++ b/x/records/keeper/epoch_unbonding_record_test.go @@ -8,10 +8,10 @@ import ( sdkmath "cosmossdk.io/math" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func createNEpochUnbondingRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) ([]types.EpochUnbondingRecord, map[string]types.HostZoneUnbonding) { diff --git a/x/records/keeper/grpc_query.go b/x/records/keeper/grpc_query.go index eb797b4555..97a643c4dc 100644 --- a/x/records/keeper/grpc_query.go +++ b/x/records/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/records/keeper/grpc_query_deposit_record.go b/x/records/keeper/grpc_query_deposit_record.go index ddd68d798f..8aca4d9a04 100644 --- a/x/records/keeper/grpc_query_deposit_record.go +++ b/x/records/keeper/grpc_query_deposit_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) DepositRecordAll(c context.Context, req *types.QueryAllDepositRecordRequest) (*types.QueryAllDepositRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_deposit_record_test.go b/x/records/keeper/grpc_query_deposit_record_test.go index 8cb4874e47..72c5bded61 100644 --- a/x/records/keeper/grpc_query_deposit_record_test.go +++ b/x/records/keeper/grpc_query_deposit_record_test.go @@ -10,13 +10,13 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func createNDepositRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.DepositRecord { diff --git a/x/records/keeper/grpc_query_epoch_unbonding_record.go b/x/records/keeper/grpc_query_epoch_unbonding_record.go index 782e62d872..2fdd46a7c6 100644 --- a/x/records/keeper/grpc_query_epoch_unbonding_record.go +++ b/x/records/keeper/grpc_query_epoch_unbonding_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) EpochUnbondingRecordAll(c context.Context, req *types.QueryAllEpochUnbondingRecordRequest) (*types.QueryAllEpochUnbondingRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_epoch_unbonding_record_test.go b/x/records/keeper/grpc_query_epoch_unbonding_record_test.go index c58e78d81f..c5c9ce472d 100644 --- a/x/records/keeper/grpc_query_epoch_unbonding_record_test.go +++ b/x/records/keeper/grpc_query_epoch_unbonding_record_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestEpochUnbondingRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/grpc_query_lsm_deposits.go b/x/records/keeper/grpc_query_lsm_deposits.go index 1797670218..59dd2e0460 100644 --- a/x/records/keeper/grpc_query_lsm_deposits.go +++ b/x/records/keeper/grpc_query_lsm_deposits.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) LSMDeposit(c context.Context, req *types.QueryLSMDepositRequest) (*types.QueryLSMDepositResponse, error) { diff --git a/x/records/keeper/grpc_query_lsm_deposits_test.go b/x/records/keeper/grpc_query_lsm_deposits_test.go index 09f57017c3..ce56d11861 100644 --- a/x/records/keeper/grpc_query_lsm_deposits_test.go +++ b/x/records/keeper/grpc_query_lsm_deposits_test.go @@ -5,7 +5,7 @@ import ( _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (s *KeeperTestSuite) TestLSMDeposit() { diff --git a/x/records/keeper/grpc_query_params.go b/x/records/keeper/grpc_query_params.go index 3fb5d17cae..41dd5a8d45 100644 --- a/x/records/keeper/grpc_query_params.go +++ b/x/records/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/records/keeper/grpc_query_params_test.go b/x/records/keeper/grpc_query_params_test.go index b5b81cd9d8..32514e132f 100644 --- a/x/records/keeper/grpc_query_params_test.go +++ b/x/records/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/records/keeper/grpc_query_user_redemption_record.go b/x/records/keeper/grpc_query_user_redemption_record.go index c48b852be3..d5e545f2b8 100644 --- a/x/records/keeper/grpc_query_user_redemption_record.go +++ b/x/records/keeper/grpc_query_user_redemption_record.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) UserRedemptionRecordAll(c context.Context, req *types.QueryAllUserRedemptionRecordRequest) (*types.QueryAllUserRedemptionRecordResponse, error) { diff --git a/x/records/keeper/grpc_query_user_redemption_record_for_user.go b/x/records/keeper/grpc_query_user_redemption_record_for_user.go index acd0949a15..35b244f37f 100644 --- a/x/records/keeper/grpc_query_user_redemption_record_for_user.go +++ b/x/records/keeper/grpc_query_user_redemption_record_for_user.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) UserRedemptionRecordForUser(c context.Context, req *types.QueryAllUserRedemptionRecordForUserRequest) (*types.QueryAllUserRedemptionRecordForUserResponse, error) { diff --git a/x/records/keeper/grpc_query_user_redemption_record_test.go b/x/records/keeper/grpc_query_user_redemption_record_test.go index 539734192d..1e66aabd01 100644 --- a/x/records/keeper/grpc_query_user_redemption_record_test.go +++ b/x/records/keeper/grpc_query_user_redemption_record_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestUserRedemptionRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/ibc.go b/x/records/keeper/ibc.go index b424e36c10..85b0579318 100644 --- a/x/records/keeper/ibc.go +++ b/x/records/keeper/ibc.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) // OnAcknowledgementPacket unmarshals the acknowledgement object to determine if the ack was successful and diff --git a/x/records/keeper/keeper.go b/x/records/keeper/keeper.go index 62d71207eb..c3dcdee3ca 100644 --- a/x/records/keeper/keeper.go +++ b/x/records/keeper/keeper.go @@ -11,9 +11,9 @@ import ( ibctransferkeeper "github.com/cosmos/ibc-go/v7/modules/apps/transfer/keeper" ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" - icacallbackskeeper "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" + icacallbackskeeper "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) type ( diff --git a/x/records/keeper/keeper_test.go b/x/records/keeper/keeper_test.go index 508278bb61..b154540830 100644 --- a/x/records/keeper/keeper_test.go +++ b/x/records/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" + "github.com/Stride-Labs/stride/v18/app/apptesting" ) const ( diff --git a/x/records/keeper/lsm_token_deposit.go b/x/records/keeper/lsm_token_deposit.go index c42b8dda0f..4e3a3fc0bc 100644 --- a/x/records/keeper/lsm_token_deposit.go +++ b/x/records/keeper/lsm_token_deposit.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (k Keeper) SetLSMTokenDeposit(ctx sdk.Context, deposit types.LSMTokenDeposit) { diff --git a/x/records/keeper/lsm_token_deposit_test.go b/x/records/keeper/lsm_token_deposit_test.go index c1035c7437..ef4e312f17 100644 --- a/x/records/keeper/lsm_token_deposit_test.go +++ b/x/records/keeper/lsm_token_deposit_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func (s *KeeperTestSuite) createNLSMTokenDeposit(n int) []types.LSMTokenDeposit { diff --git a/x/records/keeper/params.go b/x/records/keeper/params.go index 57eea09b56..53aa68b282 100644 --- a/x/records/keeper/params.go +++ b/x/records/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // GetParams get all parameters as types.Params diff --git a/x/records/keeper/params_test.go b/x/records/keeper/params_test.go index dd7b0fd8bd..ba8a1d7c8f 100644 --- a/x/records/keeper/params_test.go +++ b/x/records/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestGetParams(t *testing.T) { diff --git a/x/records/keeper/transfer.go b/x/records/keeper/transfer.go index 4021404259..4abc427f4c 100644 --- a/x/records/keeper/transfer.go +++ b/x/records/keeper/transfer.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) var ( diff --git a/x/records/keeper/transfer_test.go b/x/records/keeper/transfer_test.go index f26e1dc6da..9b89042df7 100644 --- a/x/records/keeper/transfer_test.go +++ b/x/records/keeper/transfer_test.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" ) type TransferTestCase struct { diff --git a/x/records/keeper/user_redemption_record.go b/x/records/keeper/user_redemption_record.go index 79ad3b7fd6..46649d8f87 100644 --- a/x/records/keeper/user_redemption_record.go +++ b/x/records/keeper/user_redemption_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // SetUserRedemptionRecord set a specific userRedemptionRecord in the store diff --git a/x/records/keeper/user_redemption_record_test.go b/x/records/keeper/user_redemption_record_test.go index 12e1c74176..4624f0c11d 100644 --- a/x/records/keeper/user_redemption_record_test.go +++ b/x/records/keeper/user_redemption_record_test.go @@ -9,10 +9,10 @@ import ( sdkmath "cosmossdk.io/math" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // TODO [cleanup]: Migrate to new KeeperTestSuite framework and remove use of nullify diff --git a/x/records/migrations/v2/convert.go b/x/records/migrations/v2/convert.go index d903ed7863..7d462268eb 100644 --- a/x/records/migrations/v2/convert.go +++ b/x/records/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldrecordstypes "github.com/Stride-Labs/stride/v17/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v18/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" ) func convertToNewDepositRecord(oldDepositRecord oldrecordstypes.DepositRecord) recordstypes.DepositRecord { diff --git a/x/records/migrations/v2/convert_test.go b/x/records/migrations/v2/convert_test.go index fc2231596e..3830439c7e 100644 --- a/x/records/migrations/v2/convert_test.go +++ b/x/records/migrations/v2/convert_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/require" - oldrecordstypes "github.com/Stride-Labs/stride/v17/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v18/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestConvertDepositRecord(t *testing.T) { diff --git a/x/records/migrations/v2/migrations.go b/x/records/migrations/v2/migrations.go index 3610c1a8dc..0146d7bb9f 100644 --- a/x/records/migrations/v2/migrations.go +++ b/x/records/migrations/v2/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" - oldrecordtypes "github.com/Stride-Labs/stride/v17/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + oldrecordtypes "github.com/Stride-Labs/stride/v18/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" ) func migrateDepositRecord(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/records/module.go b/x/records/module.go index d2962d353e..6114769b5e 100644 --- a/x/records/module.go +++ b/x/records/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/records/client/cli" - "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/client/cli" + "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/types" ) var ( diff --git a/x/records/module_ibc.go b/x/records/module_ibc.go index 5cae716997..5f9ae49e6a 100644 --- a/x/records/module_ibc.go +++ b/x/records/module_ibc.go @@ -12,7 +12,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/records/keeper" ) // IBC MODULE IMPLEMENTATION diff --git a/x/records/module_simulation.go b/x/records/module_simulation.go index 7ad77577f8..7adda9a307 100644 --- a/x/records/module_simulation.go +++ b/x/records/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v17/testutil/sample" - recordssimulation "github.com/Stride-Labs/stride/v17/x/records/simulation" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/testutil/sample" + recordssimulation "github.com/Stride-Labs/stride/v18/x/records/simulation" + "github.com/Stride-Labs/stride/v18/x/records/types" ) // avoid unused import issue diff --git a/x/records/types/callbacks.pb.go b/x/records/types/callbacks.pb.go index 93f505ac92..2263f97533 100644 --- a/x/records/types/callbacks.pb.go +++ b/x/records/types/callbacks.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_6f7cdd5c1d8b3a46 = []byte{ 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xc3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0x60, 0xb0, 0x69, 0xba, 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0x50, - 0x5f, 0x96, 0x19, 0x9a, 0xeb, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, - 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xd6, 0x10, 0x17, 0x5f, 0x3a, 0x01, 0x00, 0x00, + 0x5f, 0x96, 0x19, 0x5a, 0xe8, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, + 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xc9, 0x7f, 0x4c, 0xbd, 0x3a, 0x01, 0x00, 0x00, } func (m *TransferCallback) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/genesis.pb.go b/x/records/types/genesis.pb.go index 219f86ffb6..d14f949637 100644 --- a/x/records/types/genesis.pb.go +++ b/x/records/types/genesis.pb.go @@ -132,32 +132,32 @@ func init() { proto.RegisterFile("stride/records/genesis.proto", fileDescriptor_ var fileDescriptor_98cfd0253c8b6797 = []byte{ // 419 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xcf, 0x8a, 0xd3, 0x40, - 0x1c, 0xc7, 0x13, 0x37, 0x76, 0xdd, 0x59, 0x11, 0xcc, 0x96, 0x1a, 0xdb, 0x9a, 0x06, 0xf1, 0x90, - 0x8b, 0x89, 0xad, 0x82, 0x47, 0xa1, 0x2a, 0x22, 0x56, 0x90, 0xc4, 0x5e, 0x7a, 0x09, 0x49, 0x66, - 0x48, 0x07, 0x9b, 0x4c, 0x98, 0x99, 0x88, 0xbe, 0x85, 0x8f, 0xd5, 0x63, 0x6f, 0x7a, 0x12, 0x69, - 0x5f, 0x44, 0x32, 0x33, 0x2d, 0x4d, 0xc8, 0x9e, 0x32, 0xf9, 0xfd, 0xbe, 0x7f, 0x3e, 0x03, 0x03, - 0xc6, 0x8c, 0x53, 0x0c, 0x91, 0x4f, 0x51, 0x4a, 0x28, 0x64, 0x7e, 0x86, 0x0a, 0xc4, 0x30, 0xf3, - 0x4a, 0x4a, 0x38, 0x31, 0x1f, 0xc8, 0xad, 0xa7, 0xb6, 0xc3, 0x51, 0x4b, 0x5d, 0xc6, 0x34, 0xce, - 0x95, 0x78, 0xd8, 0x8e, 0x52, 0x5f, 0xb5, 0xed, 0x67, 0x24, 0x23, 0xe2, 0xe8, 0xd7, 0x27, 0x39, - 0x7d, 0xfa, 0xdb, 0x00, 0xf7, 0x3f, 0xc8, 0xca, 0x90, 0xc7, 0x1c, 0x99, 0xaf, 0x40, 0x4f, 0x86, - 0x5a, 0xba, 0xa3, 0xbb, 0xd7, 0xb3, 0x81, 0xd7, 0x44, 0xf0, 0xbe, 0x88, 0xed, 0xdc, 0xd8, 0xfe, - 0x9d, 0x68, 0x81, 0xd2, 0x9a, 0x8f, 0xc0, 0x65, 0x49, 0x28, 0x8f, 0x30, 0xb4, 0xee, 0x38, 0xba, - 0x7b, 0x15, 0xf4, 0xea, 0xdf, 0x8f, 0xd0, 0xc4, 0x60, 0x54, 0x31, 0x44, 0x23, 0x8a, 0x20, 0xca, - 0x4b, 0x8e, 0x49, 0x11, 0xc9, 0xa0, 0x68, 0x83, 0x19, 0xb7, 0x2e, 0x9c, 0x0b, 0xf7, 0x7a, 0xf6, - 0xac, 0xdd, 0xb1, 0x64, 0x88, 0x06, 0x27, 0x47, 0x20, 0xa6, 0xaa, 0xd1, 0xaa, 0x3a, 0x76, 0x0b, - 0xcc, 0xb8, 0xf9, 0x06, 0x8c, 0x6f, 0xa9, 0x4a, 0x49, 0x55, 0x70, 0xcb, 0x70, 0x74, 0xd7, 0x08, - 0x1e, 0x77, 0xf9, 0xdf, 0xd6, 0x82, 0x9a, 0x15, 0x95, 0x24, 0x5d, 0x47, 0x55, 0x91, 0x90, 0x02, - 0xe2, 0x22, 0x6b, 0xb0, 0xde, 0xed, 0x66, 0x7d, 0x5f, 0x5b, 0x96, 0x47, 0x47, 0x93, 0x15, 0x75, - 0xec, 0x04, 0x6b, 0x08, 0x6e, 0x20, 0x2a, 0x09, 0xc3, 0xbc, 0x51, 0x71, 0x29, 0x2a, 0x9e, 0xb4, - 0x2b, 0xde, 0x49, 0x69, 0x23, 0xfb, 0x21, 0x3c, 0x1f, 0x8a, 0xd0, 0x17, 0xa0, 0xdf, 0x0a, 0x95, - 0x17, 0xbf, 0x27, 0x2e, 0x6e, 0x36, 0x0c, 0xf2, 0xc6, 0x2b, 0x30, 0xd8, 0xb0, 0x3c, 0xe2, 0xe4, - 0x1b, 0x2a, 0xa2, 0xa3, 0x57, 0x90, 0x5c, 0x09, 0x92, 0x49, 0x9b, 0x64, 0x11, 0x7e, 0xfe, 0x5a, - 0x8b, 0x15, 0x91, 0x62, 0xb9, 0xd9, 0xb0, 0xfc, 0x7c, 0x5c, 0xd3, 0xcc, 0x3f, 0x6d, 0xf7, 0xb6, - 0xbe, 0xdb, 0xdb, 0xfa, 0xbf, 0xbd, 0xad, 0xff, 0x3a, 0xd8, 0xda, 0xee, 0x60, 0x6b, 0x7f, 0x0e, - 0xb6, 0xb6, 0x9a, 0x66, 0x98, 0xaf, 0xab, 0xc4, 0x4b, 0x49, 0xee, 0x87, 0x22, 0xff, 0xf9, 0x22, - 0x4e, 0x98, 0xaf, 0x9e, 0xef, 0xf7, 0xe9, 0x6b, 0xff, 0xc7, 0xe9, 0x11, 0xf3, 0x9f, 0x25, 0x62, - 0x49, 0x4f, 0xbc, 0xd6, 0x97, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x17, 0x98, 0xa9, 0x8c, 0x2e, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xcf, 0x8e, 0x93, 0x40, + 0x1c, 0xc7, 0xc1, 0xc5, 0xae, 0x3b, 0x6b, 0x4c, 0x64, 0x9b, 0x8a, 0x6d, 0xa5, 0xc4, 0x78, 0xe0, + 0x22, 0xd8, 0xea, 0xc1, 0x9b, 0x49, 0xd5, 0x18, 0x63, 0x4d, 0x0c, 0xd8, 0x4b, 0x2f, 0x04, 0x98, + 0x09, 0x9d, 0x58, 0x18, 0x32, 0x33, 0x18, 0x7d, 0x0b, 0x1f, 0xab, 0xc7, 0xde, 0xf4, 0x64, 0x4c, + 0xfb, 0x22, 0x86, 0x99, 0x69, 0x53, 0x08, 0x7b, 0x62, 0xf8, 0xfd, 0xbe, 0x7f, 0x3e, 0x93, 0x0c, + 0x18, 0x33, 0x4e, 0x31, 0x44, 0x3e, 0x45, 0x29, 0xa1, 0x90, 0xf9, 0x19, 0x2a, 0x10, 0xc3, 0xcc, + 0x2b, 0x29, 0xe1, 0xc4, 0x7c, 0x20, 0xb7, 0x9e, 0xda, 0x0e, 0x47, 0x2d, 0x75, 0x19, 0xd3, 0x38, + 0x57, 0xe2, 0x61, 0x3b, 0x4a, 0x7d, 0xd5, 0xb6, 0x9f, 0x91, 0x8c, 0x88, 0xa3, 0x5f, 0x9f, 0xe4, + 0xf4, 0xe9, 0x6f, 0x03, 0xdc, 0xff, 0x20, 0x2b, 0x43, 0x1e, 0x73, 0x64, 0xbe, 0x02, 0x3d, 0x19, + 0x6a, 0xe9, 0x8e, 0xee, 0x5e, 0xcf, 0x06, 0x5e, 0x13, 0xc1, 0xfb, 0x22, 0xb6, 0x73, 0x63, 0xfb, + 0x77, 0xa2, 0x05, 0x4a, 0x6b, 0x3e, 0x02, 0x97, 0x25, 0xa1, 0x3c, 0xc2, 0xd0, 0xba, 0xe3, 0xe8, + 0xee, 0x55, 0xd0, 0xab, 0x7f, 0x3f, 0x42, 0x13, 0x83, 0x51, 0xc5, 0x10, 0x8d, 0x28, 0x82, 0x28, + 0x2f, 0x39, 0x26, 0x45, 0x24, 0x83, 0xa2, 0x0d, 0x66, 0xdc, 0xba, 0x70, 0x2e, 0xdc, 0xeb, 0xd9, + 0xb3, 0x76, 0xc7, 0x92, 0x21, 0x1a, 0x9c, 0x1c, 0x81, 0x98, 0xaa, 0x46, 0xab, 0xea, 0xd8, 0x2d, + 0x30, 0xe3, 0xe6, 0x1b, 0x30, 0xbe, 0xa5, 0x2a, 0x25, 0x55, 0xc1, 0x2d, 0xc3, 0xd1, 0x5d, 0x23, + 0x78, 0xdc, 0xe5, 0x7f, 0x5b, 0x0b, 0x6a, 0x56, 0x54, 0x92, 0x74, 0x1d, 0x55, 0x45, 0x42, 0x0a, + 0x88, 0x8b, 0xac, 0xc1, 0x7a, 0xb7, 0x9b, 0xf5, 0x7d, 0x6d, 0x59, 0x1e, 0x1d, 0x4d, 0x56, 0xd4, + 0xb1, 0x13, 0xac, 0x21, 0xb8, 0x81, 0xa8, 0x24, 0x0c, 0xf3, 0x46, 0xc5, 0xa5, 0xa8, 0x78, 0xd2, + 0xae, 0x78, 0x27, 0xa5, 0x8d, 0xec, 0x87, 0xf0, 0x7c, 0x28, 0x42, 0x5f, 0x80, 0x7e, 0x2b, 0x54, + 0x5e, 0xfc, 0x9e, 0xb8, 0xb8, 0xd9, 0x30, 0xc8, 0x1b, 0xaf, 0xc0, 0x60, 0xc3, 0xf2, 0x88, 0x93, + 0x6f, 0xa8, 0x88, 0x8e, 0x5e, 0x41, 0x72, 0x25, 0x48, 0x26, 0x6d, 0x92, 0x45, 0xf8, 0xf9, 0x6b, + 0x2d, 0x56, 0x44, 0x8a, 0xe5, 0x66, 0xc3, 0xf2, 0xf3, 0x71, 0x4d, 0x33, 0xff, 0xb4, 0xdd, 0xdb, + 0xfa, 0x6e, 0x6f, 0xeb, 0xff, 0xf6, 0xb6, 0xfe, 0xeb, 0x60, 0x6b, 0xbb, 0x83, 0xad, 0xfd, 0x39, + 0xd8, 0xda, 0x6a, 0x9a, 0x61, 0xbe, 0xae, 0x12, 0x2f, 0x25, 0xb9, 0x1f, 0x8a, 0xfc, 0xe7, 0x8b, + 0x38, 0x61, 0xbe, 0x7a, 0xbe, 0xdf, 0xa7, 0xaf, 0xfd, 0x1f, 0xa7, 0x47, 0xcc, 0x7f, 0x96, 0x88, + 0x25, 0x3d, 0xf1, 0x5a, 0x5f, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0xff, 0x08, 0xf7, 0xf2, 0x6e, 0x2e, 0x03, 0x00, 0x00, } diff --git a/x/records/types/genesis_test.go b/x/records/types/genesis_test.go index 3974eba52e..6ce337f2f1 100644 --- a/x/records/types/genesis_test.go +++ b/x/records/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/records/types/params.pb.go b/x/records/types/params.pb.go index b6ca069891..5ee33b40f3 100644 --- a/x/records/types/params.pb.go +++ b/x/records/types/params.pb.go @@ -73,9 +73,9 @@ var fileDescriptor_5d92633ea4bee482 = []byte{ 0xb8, 0xd8, 0x02, 0xc0, 0xf2, 0x4e, 0xde, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, 0x78, 0x2c, 0xc7, 0x10, 0x65, 0x98, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, 0x1f, 0x0c, 0xd6, - 0xae, 0xeb, 0x93, 0x98, 0x54, 0xac, 0x0f, 0xb5, 0xa7, 0xcc, 0xd0, 0x5c, 0xbf, 0x02, 0x6e, 0x5b, + 0xae, 0xeb, 0x93, 0x98, 0x54, 0xac, 0x0f, 0xb5, 0xa7, 0xcc, 0xd0, 0x42, 0xbf, 0x02, 0x6e, 0x5b, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x36, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x50, 0xac, 0xd2, 0x29, 0x8c, 0x00, 0x00, 0x00, + 0x4f, 0xc3, 0x89, 0xcb, 0x8c, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/query.pb.go b/x/records/types/query.pb.go index dfe5c60c79..c686e396ac 100644 --- a/x/records/types/query.pb.go +++ b/x/records/types/query.pb.go @@ -1118,82 +1118,82 @@ func init() { func init() { proto.RegisterFile("stride/records/query.proto", fileDescriptor_25e7cc311be81f7b) } var fileDescriptor_25e7cc311be81f7b = []byte{ - // 1191 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x98, 0x4d, 0x6f, 0x1b, 0x45, - 0x18, 0xc7, 0xb3, 0x79, 0x6b, 0xf3, 0xa4, 0x0d, 0x61, 0x6a, 0xa5, 0xc1, 0x4d, 0x9d, 0x74, 0x53, - 0xf5, 0x25, 0x49, 0x3d, 0x38, 0x0d, 0x8a, 0x68, 0x85, 0x2a, 0x37, 0x90, 0x26, 0x34, 0xad, 0x8a, - 0x43, 0x2f, 0x91, 0x60, 0xbb, 0xf6, 0x4e, 0x9c, 0x55, 0xec, 0x1d, 0x77, 0x67, 0x1d, 0x61, 0x8c, - 0x2f, 0x9c, 0x38, 0x22, 0xf5, 0x1b, 0x80, 0xf8, 0x06, 0x7c, 0x00, 0xc4, 0x29, 0x07, 0x0e, 0xad, - 0xb8, 0xf4, 0x84, 0x50, 0xc2, 0x47, 0xe0, 0x8c, 0x90, 0x67, 0x66, 0x6d, 0xaf, 0x3d, 0xbb, 0xb6, - 0x23, 0x73, 0xe0, 0x14, 0xef, 0xcc, 0x33, 0xcf, 0xf3, 0xfb, 0x3f, 0xf3, 0xcc, 0x5b, 0x20, 0xce, - 0x3c, 0xd7, 0xb6, 0x08, 0x76, 0x49, 0x8e, 0xba, 0x16, 0xc3, 0x2f, 0xcb, 0xc4, 0xad, 0x24, 0x4b, - 0x2e, 0xf5, 0x28, 0x9a, 0x12, 0x7d, 0x49, 0xd9, 0x17, 0x9f, 0x6b, 0xb3, 0x95, 0x7f, 0x85, 0x75, - 0xfc, 0x4a, 0x5b, 0x6f, 0xc9, 0x74, 0xcd, 0xa2, 0xdf, 0x19, 0xcb, 0xd3, 0x3c, 0xe5, 0x3f, 0x71, - 0xfd, 0x97, 0x6c, 0x9d, 0xcb, 0x53, 0x9a, 0x2f, 0x10, 0x6c, 0x96, 0x6c, 0x6c, 0x3a, 0x0e, 0xf5, - 0x4c, 0xcf, 0xa6, 0x8e, 0x3f, 0x66, 0x29, 0x47, 0x59, 0x91, 0x32, 0x9c, 0x35, 0x19, 0x11, 0x5c, - 0xf8, 0x28, 0x95, 0x25, 0x9e, 0x99, 0xc2, 0x25, 0x33, 0x6f, 0x3b, 0xdc, 0x58, 0xd8, 0xea, 0x31, - 0x40, 0x9f, 0xd5, 0x2d, 0x9e, 0xf1, 0xa0, 0x19, 0xf2, 0xb2, 0x4c, 0x98, 0xa7, 0x3f, 0x86, 0x4b, - 0x81, 0x56, 0x56, 0xa2, 0x0e, 0x23, 0x68, 0x0d, 0xc6, 0x05, 0xdc, 0xac, 0xb6, 0xa0, 0xdd, 0x9a, - 0x5c, 0x9d, 0x49, 0x06, 0x85, 0x26, 0x85, 0xfd, 0xc3, 0xd1, 0xe3, 0x3f, 0xe6, 0x87, 0x32, 0xd2, - 0x56, 0x4f, 0xc2, 0x1c, 0x77, 0xf6, 0x88, 0x78, 0x1f, 0x93, 0x12, 0x65, 0xb6, 0x97, 0xe1, 0xe6, - 0x32, 0x18, 0x9a, 0x82, 0x61, 0xdb, 0xe2, 0x1e, 0x47, 0x33, 0xc3, 0xb6, 0xa5, 0x1f, 0xc2, 0xd5, - 0x10, 0x7b, 0x89, 0xf1, 0x29, 0x4c, 0x59, 0xa2, 0xc3, 0x10, 0x81, 0x25, 0xce, 0xd5, 0x76, 0x9c, - 0xc0, 0x70, 0x49, 0x75, 0xd1, 0x6a, 0x6d, 0xd4, 0xf7, 0x25, 0x5c, 0xba, 0x50, 0x50, 0xc2, 0x6d, - 0x02, 0x34, 0x73, 0x26, 0xe3, 0xdc, 0x48, 0x8a, 0x04, 0x27, 0xeb, 0x09, 0x4e, 0x8a, 0x89, 0x97, - 0x09, 0x4e, 0x3e, 0x33, 0xf3, 0x44, 0x8e, 0xcd, 0xb4, 0x8c, 0xd4, 0x7f, 0xd6, 0xa4, 0xaa, 0xce, - 0x40, 0x11, 0xaa, 0x46, 0xce, 0xa6, 0x0a, 0x3d, 0x0a, 0x50, 0x0f, 0x73, 0xea, 0x9b, 0x5d, 0xa9, - 0x05, 0x48, 0x00, 0x7b, 0x03, 0xe6, 0x39, 0x75, 0x30, 0x66, 0x65, 0x8b, 0x32, 0xcf, 0xcf, 0xd0, - 0x02, 0x5c, 0x38, 0xa0, 0xcc, 0x33, 0xbe, 0xa6, 0x0e, 0x31, 0xe4, 0x44, 0x4e, 0x64, 0xa0, 0xde, - 0xb6, 0x47, 0x1d, 0xb2, 0x6d, 0xe9, 0x0e, 0x2c, 0x84, 0x3b, 0x19, 0xbc, 0x7a, 0xfd, 0x03, 0x58, - 0xf4, 0x0b, 0xe8, 0x39, 0x23, 0x6e, 0x86, 0x58, 0xa4, 0x58, 0xaa, 0xcb, 0x09, 0xab, 0xbb, 0x09, - 0x5e, 0x77, 0xdf, 0x69, 0x70, 0x3d, 0x7a, 0x9c, 0x64, 0x7d, 0x01, 0x33, 0x65, 0x46, 0x5c, 0xc3, - 0x6d, 0x18, 0x04, 0xeb, 0xf0, 0x7a, 0x3b, 0xb3, 0xca, 0x9b, 0x44, 0x8f, 0x95, 0x15, 0x7d, 0x7a, - 0x51, 0x2a, 0x48, 0x17, 0x0a, 0x51, 0x0a, 0x06, 0x55, 0x9c, 0x6f, 0x7c, 0xe5, 0xa1, 0xf1, 0x7a, - 0x50, 0x3e, 0x32, 0x08, 0xe5, 0x83, 0xab, 0xdc, 0x37, 0x1a, 0x2c, 0x45, 0x69, 0xda, 0xa4, 0xae, - 0x68, 0x16, 0xa9, 0x7c, 0x0f, 0xce, 0xe7, 0x0e, 0x4c, 0xdb, 0x69, 0x56, 0xf0, 0x39, 0xfe, 0xbd, - 0x6d, 0xa1, 0x69, 0x18, 0xb1, 0xcc, 0x0a, 0x67, 0x19, 0xcd, 0xd4, 0x7f, 0xa2, 0x59, 0x38, 0x67, - 0x5a, 0x96, 0x4b, 0x18, 0x9b, 0x1d, 0x11, 0xb6, 0xf2, 0x13, 0xc5, 0x60, 0xac, 0x60, 0x17, 0x6d, - 0x6f, 0x76, 0x94, 0x5b, 0x8b, 0x8f, 0xb6, 0x79, 0x1a, 0x3b, 0xf3, 0x3c, 0xbd, 0xd5, 0x60, 0xb9, - 0x27, 0x4d, 0xff, 0xbf, 0xe9, 0xda, 0x6a, 0xae, 0xd9, 0x4f, 0x4a, 0x34, 0x77, 0xf0, 0xdc, 0xc9, - 0x52, 0xc7, 0xb2, 0x9d, 0x7c, 0xb0, 0xe2, 0xaf, 0xc1, 0x05, 0x52, 0xef, 0x36, 0x9c, 0x72, 0x31, - 0x4b, 0x5c, 0x79, 0x6a, 0x4c, 0xf2, 0xb6, 0xa7, 0xbc, 0x29, 0xb0, 0x8c, 0xd5, 0xae, 0x9a, 0xd9, - 0x11, 0xbe, 0xca, 0xbe, 0x41, 0x97, 0x65, 0xac, 0xf2, 0xe6, 0x67, 0x87, 0x28, 0xfa, 0x5a, 0x97, - 0x71, 0x94, 0xa8, 0xff, 0x62, 0x19, 0x9f, 0x59, 0xf9, 0xc8, 0x20, 0x94, 0x0f, 0xae, 0x2e, 0xb6, - 0x61, 0x86, 0x4b, 0xda, 0xd9, 0x7d, 0xd2, 0xd8, 0xf9, 0xbb, 0xae, 0xd8, 0x18, 0x8c, 0x59, 0xc4, - 0xa1, 0x45, 0x1e, 0x78, 0x22, 0x23, 0x3e, 0xf4, 0x3d, 0xb8, 0xdc, 0xe1, 0x4a, 0x26, 0xe4, 0x01, - 0x9c, 0x93, 0x47, 0x88, 0x4c, 0xff, 0x7c, 0x7b, 0x06, 0x76, 0x76, 0x9f, 0x7c, 0x4e, 0x0f, 0x89, - 0x23, 0x47, 0x4a, 0xf1, 0xfe, 0x28, 0xbd, 0xd2, 0xe1, 0x9b, 0xf5, 0xc0, 0xb9, 0x0c, 0xef, 0x1e, - 0x99, 0x05, 0xdb, 0x32, 0x3d, 0xea, 0x1a, 0xfe, 0x8e, 0x22, 0x98, 0xa7, 0x1b, 0x1d, 0x69, 0xb9, - 0xb5, 0xcc, 0xc0, 0x38, 0xf3, 0x4c, 0xaf, 0xec, 0xef, 0x39, 0xf2, 0x4b, 0xff, 0x02, 0x66, 0x3b, - 0x43, 0x4b, 0x5d, 0x69, 0x38, 0x2f, 0x09, 0x99, 0x9c, 0xda, 0x1e, 0x85, 0x35, 0x86, 0xad, 0xfe, - 0xfd, 0x0e, 0x8c, 0x71, 0xff, 0xe8, 0x1b, 0x18, 0x17, 0xf7, 0x3b, 0xa4, 0xb7, 0x3b, 0xe9, 0xbc, - 0x42, 0xc6, 0x17, 0x23, 0x6d, 0x04, 0x9f, 0x7e, 0xfb, 0xdb, 0xdf, 0xff, 0x7a, 0x35, 0xbc, 0x88, - 0xae, 0xe1, 0x5d, 0x6e, 0xbc, 0x63, 0x66, 0x19, 0x56, 0x5e, 0x87, 0xd1, 0xaf, 0x1a, 0xc4, 0x54, - 0xdb, 0x13, 0xba, 0xab, 0x0c, 0x14, 0x7d, 0xf6, 0xc7, 0xd7, 0xfa, 0x1b, 0x24, 0x71, 0x1f, 0x70, - 0xdc, 0x0f, 0xd1, 0xba, 0xc4, 0xbd, 0xa3, 0xe2, 0x55, 0xef, 0xb8, 0xb8, 0x6a, 0x5b, 0x35, 0xf4, - 0x8b, 0x06, 0x97, 0x55, 0x11, 0xd2, 0x85, 0x42, 0x88, 0x8e, 0xe8, 0x1b, 0x40, 0x88, 0x8e, 0x2e, - 0xc7, 0xb8, 0x7e, 0x8f, 0xeb, 0x58, 0x43, 0xab, 0xfd, 0xeb, 0x40, 0xff, 0x68, 0x70, 0x25, 0xe2, - 0xec, 0x41, 0xf7, 0xfa, 0x21, 0x0a, 0x1e, 0xc2, 0xf1, 0xfb, 0x67, 0x1a, 0x2b, 0x45, 0xed, 0x73, - 0x51, 0x2f, 0xd0, 0x97, 0xfd, 0x8b, 0x32, 0xf6, 0xa9, 0x6b, 0xd4, 0xbb, 0x70, 0xd5, 0x5f, 0xaa, - 0x35, 0x5c, 0xb5, 0xcc, 0x4a, 0x0d, 0x57, 0xe5, 0xb2, 0xac, 0xe1, 0x2a, 0x3f, 0xcb, 0x6b, 0xe8, - 0x37, 0x0d, 0x62, 0xaa, 0xfd, 0x30, 0xbc, 0x10, 0x23, 0xf6, 0xfe, 0xf0, 0x42, 0x8c, 0xda, 0xc0, - 0xf5, 0x6d, 0xae, 0x75, 0x03, 0xa5, 0xa3, 0xb4, 0xaa, 0xb7, 0x78, 0x5c, 0x6d, 0x3d, 0x40, 0x45, - 0x49, 0xaa, 0x62, 0x45, 0x96, 0x64, 0xff, 0x8a, 0xba, 0x1c, 0x49, 0xbd, 0x95, 0xa4, 0x5a, 0x11, - 0xfa, 0x49, 0x83, 0x8b, 0x81, 0x67, 0x01, 0x5a, 0x09, 0xcb, 0xaa, 0xea, 0x8d, 0x17, 0xbf, 0xd3, - 0xa3, 0xb5, 0x44, 0x5d, 0xe7, 0xa8, 0x29, 0x84, 0xa3, 0x50, 0x83, 0x8f, 0x19, 0xb1, 0xfa, 0x7f, - 0xd4, 0x60, 0x3a, 0xe0, 0xb2, 0x9e, 0xe3, 0x95, 0xb0, 0x74, 0xf5, 0x81, 0x1a, 0xf6, 0xa6, 0xd4, - 0x57, 0x39, 0xea, 0x0a, 0x5a, 0xea, 0x1d, 0x15, 0x1d, 0x6b, 0x70, 0x49, 0xf1, 0x52, 0x43, 0x58, - 0x19, 0x3a, 0xfc, 0x61, 0x18, 0x7f, 0xbf, 0xf7, 0x01, 0x12, 0xf7, 0x29, 0xc7, 0xdd, 0x42, 0x9b, - 0xbd, 0xe3, 0x1a, 0xd9, 0x8a, 0xd1, 0x78, 0x7e, 0xe2, 0x6a, 0xeb, 0x4b, 0xb4, 0x86, 0x7e, 0xd0, - 0x00, 0x9a, 0xc7, 0x22, 0xba, 0xa1, 0x04, 0xea, 0xb8, 0x59, 0xc4, 0x6f, 0x76, 0xb5, 0x93, 0xbc, - 0x1b, 0x9c, 0xf7, 0x23, 0x74, 0x5f, 0xc5, 0xcb, 0x3c, 0xf3, 0x90, 0xd8, 0xd9, 0x1c, 0x2e, 0xb0, - 0xa2, 0x21, 0xa1, 0x83, 0xfb, 0x4b, 0xfd, 0x56, 0x52, 0x43, 0xaf, 0x34, 0x98, 0x6c, 0x39, 0xbb, - 0x51, 0xb7, 0xe8, 0x8d, 0x13, 0xf6, 0x56, 0x77, 0x43, 0xc9, 0x99, 0xe2, 0x9c, 0xcb, 0xe8, 0x76, - 0xaf, 0x9c, 0xec, 0xe1, 0xe3, 0xe3, 0x93, 0x84, 0xf6, 0xfa, 0x24, 0xa1, 0xfd, 0x79, 0x92, 0xd0, - 0xbe, 0x3f, 0x4d, 0x0c, 0xbd, 0x3e, 0x4d, 0x0c, 0xbd, 0x3d, 0x4d, 0x0c, 0xed, 0xa5, 0xf2, 0xb6, - 0x77, 0x50, 0xce, 0x26, 0x73, 0xb4, 0xa8, 0x72, 0x77, 0x94, 0x5a, 0xc7, 0x5f, 0x35, 0x26, 0xcb, - 0xab, 0x94, 0x08, 0xcb, 0x8e, 0xf3, 0xff, 0x35, 0xdd, 0xfd, 0x37, 0x00, 0x00, 0xff, 0xff, 0xd9, - 0x91, 0x2a, 0xe5, 0x34, 0x13, 0x00, 0x00, + // 1193 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x98, 0x4f, 0x6f, 0x1b, 0xc5, + 0x1b, 0xc7, 0xb3, 0xf9, 0xdb, 0x3c, 0x69, 0xf3, 0xcb, 0x6f, 0x6a, 0xa5, 0xc1, 0x4d, 0x9d, 0x74, + 0x53, 0xf5, 0x4f, 0x92, 0x7a, 0x70, 0x1a, 0x54, 0x68, 0x85, 0x2a, 0x37, 0x90, 0x26, 0x34, 0xad, + 0x8a, 0x43, 0x2f, 0x91, 0x60, 0xbb, 0xf6, 0x4e, 0x9c, 0x55, 0xec, 0x1d, 0x77, 0x67, 0x1d, 0x61, + 0x8c, 0x2f, 0x9c, 0x38, 0x22, 0xf5, 0x1d, 0x80, 0x78, 0x07, 0xbc, 0x00, 0xc4, 0x29, 0x07, 0x0e, + 0xad, 0xb8, 0xf4, 0x84, 0x50, 0xc2, 0x4b, 0xe0, 0x8c, 0x90, 0x67, 0x66, 0x6d, 0xaf, 0x3d, 0xbb, + 0xb6, 0x23, 0x73, 0xe0, 0x14, 0xef, 0xcc, 0x33, 0xcf, 0xf3, 0xf9, 0x3e, 0xf3, 0xcc, 0xbf, 0x40, + 0x9c, 0x79, 0xae, 0x6d, 0x11, 0xec, 0x92, 0x1c, 0x75, 0x2d, 0x86, 0x5f, 0x96, 0x89, 0x5b, 0x49, + 0x96, 0x5c, 0xea, 0x51, 0x34, 0x2d, 0xfa, 0x92, 0xb2, 0x2f, 0x3e, 0xdf, 0x66, 0x2b, 0xff, 0x0a, + 0xeb, 0xf8, 0xe5, 0xb6, 0xde, 0x92, 0xe9, 0x9a, 0x45, 0xbf, 0x33, 0x96, 0xa7, 0x79, 0xca, 0x7f, + 0xe2, 0xfa, 0x2f, 0xd9, 0x3a, 0x9f, 0xa7, 0x34, 0x5f, 0x20, 0xd8, 0x2c, 0xd9, 0xd8, 0x74, 0x1c, + 0xea, 0x99, 0x9e, 0x4d, 0x1d, 0x7f, 0xcc, 0x72, 0x8e, 0xb2, 0x22, 0x65, 0x38, 0x6b, 0x32, 0x22, + 0xb8, 0xf0, 0x51, 0x2a, 0x4b, 0x3c, 0x33, 0x85, 0x4b, 0x66, 0xde, 0x76, 0xb8, 0xb1, 0xb0, 0xd5, + 0x63, 0x80, 0x3e, 0xad, 0x5b, 0x3c, 0xe3, 0x41, 0x33, 0xe4, 0x65, 0x99, 0x30, 0x4f, 0x7f, 0x0c, + 0x17, 0x03, 0xad, 0xac, 0x44, 0x1d, 0x46, 0xd0, 0x3a, 0x8c, 0x0b, 0xb8, 0x39, 0x6d, 0x51, 0xbb, + 0x39, 0xb5, 0x36, 0x9b, 0x0c, 0x0a, 0x4d, 0x0a, 0xfb, 0x87, 0xa3, 0xc7, 0xbf, 0x2f, 0x0c, 0x65, + 0xa4, 0xad, 0x9e, 0x84, 0x79, 0xee, 0xec, 0x11, 0xf1, 0x3e, 0x22, 0x25, 0xca, 0x6c, 0x2f, 0xc3, + 0xcd, 0x65, 0x30, 0x34, 0x0d, 0xc3, 0xb6, 0xc5, 0x3d, 0x8e, 0x66, 0x86, 0x6d, 0x4b, 0x3f, 0x84, + 0x2b, 0x21, 0xf6, 0x12, 0xe3, 0x13, 0x98, 0xb6, 0x44, 0x87, 0x21, 0x02, 0x4b, 0x9c, 0x2b, 0xed, + 0x38, 0x81, 0xe1, 0x92, 0xea, 0x82, 0xd5, 0xda, 0xa8, 0xef, 0x4b, 0xb8, 0x74, 0xa1, 0xa0, 0x84, + 0xdb, 0x04, 0x68, 0xe6, 0x4c, 0xc6, 0xb9, 0x9e, 0x14, 0x09, 0x4e, 0xd6, 0x13, 0x9c, 0x14, 0x13, + 0x2f, 0x13, 0x9c, 0x7c, 0x66, 0xe6, 0x89, 0x1c, 0x9b, 0x69, 0x19, 0xa9, 0xff, 0xa4, 0x49, 0x55, + 0x9d, 0x81, 0x22, 0x54, 0x8d, 0x9c, 0x4d, 0x15, 0x7a, 0x14, 0xa0, 0x1e, 0xe6, 0xd4, 0x37, 0xba, + 0x52, 0x0b, 0x90, 0x00, 0xf6, 0x06, 0x2c, 0x70, 0xea, 0x60, 0xcc, 0xca, 0x16, 0x65, 0x9e, 0x9f, + 0xa1, 0x45, 0x38, 0x7f, 0x40, 0x99, 0x67, 0x7c, 0x45, 0x1d, 0x62, 0xc8, 0x89, 0x9c, 0xcc, 0x40, + 0xbd, 0x6d, 0x8f, 0x3a, 0x64, 0xdb, 0xd2, 0x1d, 0x58, 0x0c, 0x77, 0x32, 0x78, 0xf5, 0xfa, 0x7b, + 0xb0, 0xe4, 0x17, 0xd0, 0x73, 0x46, 0xdc, 0x0c, 0xb1, 0x48, 0xb1, 0x54, 0x97, 0x13, 0x56, 0x77, + 0x93, 0xbc, 0xee, 0xbe, 0xd5, 0xe0, 0x5a, 0xf4, 0x38, 0xc9, 0xfa, 0x02, 0x66, 0xcb, 0x8c, 0xb8, + 0x86, 0xdb, 0x30, 0x08, 0xd6, 0xe1, 0xb5, 0x76, 0x66, 0x95, 0x37, 0x89, 0x1e, 0x2b, 0x2b, 0xfa, + 0xf4, 0xa2, 0x54, 0x90, 0x2e, 0x14, 0xa2, 0x14, 0x0c, 0xaa, 0x38, 0xdf, 0xf8, 0xca, 0x43, 0xe3, + 0xf5, 0xa0, 0x7c, 0x64, 0x10, 0xca, 0x07, 0x57, 0xb9, 0x6f, 0x34, 0x58, 0x8e, 0xd2, 0xb4, 0x49, + 0x5d, 0xd1, 0x2c, 0x52, 0xf9, 0x0e, 0x9c, 0xcb, 0x1d, 0x98, 0xb6, 0xd3, 0xac, 0xe0, 0x09, 0xfe, + 0xbd, 0x6d, 0xa1, 0x19, 0x18, 0xb1, 0xcc, 0x0a, 0x67, 0x19, 0xcd, 0xd4, 0x7f, 0xa2, 0x39, 0x98, + 0x30, 0x2d, 0xcb, 0x25, 0x8c, 0xcd, 0x8d, 0x08, 0x5b, 0xf9, 0x89, 0x62, 0x30, 0x56, 0xb0, 0x8b, + 0xb6, 0x37, 0x37, 0xca, 0xad, 0xc5, 0x47, 0xdb, 0x3c, 0x8d, 0x9d, 0x79, 0x9e, 0xde, 0x6a, 0xb0, + 0xd2, 0x93, 0xa6, 0xff, 0xde, 0x74, 0x6d, 0x35, 0xd7, 0xec, 0xc7, 0x25, 0x9a, 0x3b, 0x78, 0xee, + 0x64, 0xa9, 0x63, 0xd9, 0x4e, 0x3e, 0x58, 0xf1, 0x57, 0xe1, 0x3c, 0xa9, 0x77, 0x1b, 0x4e, 0xb9, + 0x98, 0x25, 0xae, 0x3c, 0x35, 0xa6, 0x78, 0xdb, 0x53, 0xde, 0x14, 0x58, 0xc6, 0x6a, 0x57, 0xcd, + 0xec, 0x08, 0x5f, 0x65, 0xdf, 0xa0, 0xcb, 0x32, 0x56, 0x79, 0xf3, 0xb3, 0x43, 0x14, 0x7d, 0xad, + 0xcb, 0x38, 0x4a, 0xd4, 0xbf, 0xb1, 0x8c, 0xcf, 0xac, 0x7c, 0x64, 0x10, 0xca, 0x07, 0x57, 0x17, + 0xdb, 0x30, 0xcb, 0x25, 0xed, 0xec, 0x3e, 0x69, 0xec, 0xfc, 0x5d, 0x57, 0x6c, 0x0c, 0xc6, 0x2c, + 0xe2, 0xd0, 0x22, 0x0f, 0x3c, 0x99, 0x11, 0x1f, 0xfa, 0x1e, 0x5c, 0xea, 0x70, 0x25, 0x13, 0xf2, + 0x00, 0x26, 0xe4, 0x11, 0x22, 0xd3, 0xbf, 0xd0, 0x9e, 0x81, 0x9d, 0xdd, 0x27, 0x9f, 0xd1, 0x43, + 0xe2, 0xc8, 0x91, 0x52, 0xbc, 0x3f, 0x4a, 0xaf, 0x74, 0xf8, 0x66, 0x3d, 0x70, 0xae, 0xc0, 0xff, + 0x8f, 0xcc, 0x82, 0x6d, 0x99, 0x1e, 0x75, 0x0d, 0x7f, 0x47, 0x11, 0xcc, 0x33, 0x8d, 0x8e, 0xb4, + 0xdc, 0x5a, 0x66, 0x61, 0x9c, 0x79, 0xa6, 0x57, 0xf6, 0xf7, 0x1c, 0xf9, 0xa5, 0x7f, 0x0e, 0x73, + 0x9d, 0xa1, 0xa5, 0xae, 0x34, 0x9c, 0x93, 0x84, 0x4c, 0x4e, 0x6d, 0x8f, 0xc2, 0x1a, 0xc3, 0xd6, + 0xfe, 0xfa, 0x1f, 0x8c, 0x71, 0xff, 0xe8, 0x6b, 0x18, 0x17, 0xf7, 0x3b, 0xa4, 0xb7, 0x3b, 0xe9, + 0xbc, 0x42, 0xc6, 0x97, 0x22, 0x6d, 0x04, 0x9f, 0x7e, 0xeb, 0x9b, 0xdf, 0xfe, 0x7c, 0x35, 0xbc, + 0x84, 0xae, 0xe2, 0x5d, 0x6e, 0xbc, 0x63, 0x66, 0x19, 0x56, 0x5e, 0x87, 0xd1, 0x2f, 0x1a, 0xc4, + 0x54, 0xdb, 0x13, 0xba, 0xa3, 0x0c, 0x14, 0x7d, 0xf6, 0xc7, 0xd7, 0xfb, 0x1b, 0x24, 0x71, 0x1f, + 0x70, 0xdc, 0x0f, 0xd0, 0x5d, 0x89, 0x7b, 0x5b, 0xc5, 0xab, 0xde, 0x71, 0x71, 0xd5, 0xb6, 0x6a, + 0xe8, 0x67, 0x0d, 0x2e, 0xa9, 0x22, 0xa4, 0x0b, 0x85, 0x10, 0x1d, 0xd1, 0x37, 0x80, 0x10, 0x1d, + 0x5d, 0x8e, 0x71, 0xfd, 0x1e, 0xd7, 0xb1, 0x8e, 0xd6, 0xfa, 0xd7, 0x81, 0xfe, 0xd6, 0xe0, 0x72, + 0xc4, 0xd9, 0x83, 0xee, 0xf5, 0x43, 0x14, 0x3c, 0x84, 0xe3, 0xf7, 0xcf, 0x34, 0x56, 0x8a, 0xda, + 0xe7, 0xa2, 0x5e, 0xa0, 0x2f, 0xfa, 0x17, 0x65, 0xec, 0x53, 0xd7, 0xa8, 0x77, 0xe1, 0xaa, 0xbf, + 0x54, 0x6b, 0xb8, 0x6a, 0x99, 0x95, 0x1a, 0xae, 0xca, 0x65, 0x59, 0xc3, 0x55, 0x7e, 0x96, 0xd7, + 0xd0, 0xaf, 0x1a, 0xc4, 0x54, 0xfb, 0x61, 0x78, 0x21, 0x46, 0xec, 0xfd, 0xe1, 0x85, 0x18, 0xb5, + 0x81, 0xeb, 0xdb, 0x5c, 0xeb, 0x06, 0x4a, 0x47, 0x69, 0x55, 0x6f, 0xf1, 0xb8, 0xda, 0x7a, 0x80, + 0x8a, 0x92, 0x54, 0xc5, 0x8a, 0x2c, 0xc9, 0xfe, 0x15, 0x75, 0x39, 0x92, 0x7a, 0x2b, 0x49, 0xb5, + 0x22, 0xf4, 0xa3, 0x06, 0x17, 0x02, 0xcf, 0x02, 0xb4, 0x1a, 0x96, 0x55, 0xd5, 0x1b, 0x2f, 0x7e, + 0xbb, 0x47, 0x6b, 0x89, 0x7a, 0x97, 0xa3, 0xa6, 0x10, 0x8e, 0x42, 0x0d, 0x3e, 0x66, 0xc4, 0xea, + 0xff, 0x41, 0x83, 0x99, 0x80, 0xcb, 0x7a, 0x8e, 0x57, 0xc3, 0xd2, 0xd5, 0x07, 0x6a, 0xd8, 0x9b, + 0x52, 0x5f, 0xe3, 0xa8, 0xab, 0x68, 0xb9, 0x77, 0x54, 0x74, 0xac, 0xc1, 0x45, 0xc5, 0x4b, 0x0d, + 0x61, 0x65, 0xe8, 0xf0, 0x87, 0x61, 0xfc, 0xdd, 0xde, 0x07, 0x48, 0xdc, 0xa7, 0x1c, 0x77, 0x0b, + 0x6d, 0xf6, 0x8e, 0x6b, 0x64, 0x2b, 0x46, 0xe3, 0xf9, 0x89, 0xab, 0xad, 0x2f, 0xd1, 0x1a, 0xfa, + 0x5e, 0x03, 0x68, 0x1e, 0x8b, 0xe8, 0xba, 0x12, 0xa8, 0xe3, 0x66, 0x11, 0xbf, 0xd1, 0xd5, 0x4e, + 0xf2, 0x6e, 0x70, 0xde, 0x0f, 0xd1, 0x7d, 0x15, 0x2f, 0xf3, 0xcc, 0x43, 0x62, 0x67, 0x73, 0xb8, + 0xc0, 0x8a, 0x86, 0x84, 0x0e, 0xee, 0x2f, 0xf5, 0x5b, 0x49, 0x0d, 0xbd, 0xd2, 0x60, 0xaa, 0xe5, + 0xec, 0x46, 0xdd, 0xa2, 0x37, 0x4e, 0xd8, 0x9b, 0xdd, 0x0d, 0x25, 0x67, 0x8a, 0x73, 0xae, 0xa0, + 0x5b, 0xbd, 0x72, 0xb2, 0x87, 0x8f, 0x8f, 0x4f, 0x12, 0xda, 0xeb, 0x93, 0x84, 0xf6, 0xc7, 0x49, + 0x42, 0xfb, 0xee, 0x34, 0x31, 0xf4, 0xfa, 0x34, 0x31, 0xf4, 0xf6, 0x34, 0x31, 0xb4, 0x97, 0xca, + 0xdb, 0xde, 0x41, 0x39, 0x9b, 0xcc, 0xd1, 0xa2, 0xca, 0xdd, 0x51, 0xea, 0x7d, 0xfc, 0x65, 0x63, + 0xb2, 0xbc, 0x4a, 0x89, 0xb0, 0xec, 0x38, 0xff, 0x5f, 0xd3, 0x9d, 0x7f, 0x02, 0x00, 0x00, 0xff, + 0xff, 0xc6, 0xfe, 0x71, 0x07, 0x34, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/records/types/records.pb.go b/x/records/types/records.pb.go index 37b3304fba..20dd9b569e 100644 --- a/x/records/types/records.pb.go +++ b/x/records/types/records.pb.go @@ -582,7 +582,7 @@ var fileDescriptor_295ee594cc85d8ca = []byte{ // 999 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xc1, 0x6e, 0xdb, 0x46, 0x10, 0x35, 0x45, 0x5a, 0x96, 0xc6, 0x91, 0x4c, 0xaf, 0x95, 0x86, 0x56, 0x1b, 0x45, 0x11, 0x9a, - 0x40, 0x40, 0x11, 0xaa, 0x76, 0x81, 0x16, 0x28, 0x8a, 0xa2, 0x94, 0x45, 0x3b, 0x4c, 0x14, 0xc9, + 0x40, 0x40, 0x11, 0xaa, 0x76, 0x81, 0xa2, 0x28, 0x8a, 0xa2, 0x94, 0x45, 0x3b, 0x4c, 0x14, 0xc9, 0xa5, 0xa4, 0xa6, 0xf0, 0xa1, 0x04, 0x45, 0x2e, 0xac, 0x85, 0x23, 0xae, 0xc0, 0xa5, 0x84, 0xb6, 0x97, 0x9e, 0x7a, 0xef, 0xa1, 0xbf, 0xd0, 0x4f, 0xe8, 0x3f, 0xe4, 0x54, 0xe4, 0x58, 0xf4, 0x10, 0x14, 0xf6, 0xa1, 0xbf, 0x51, 0x70, 0x49, 0x51, 0x12, 0x15, 0x37, 0x68, 0x92, 0x13, 0xc9, 0x37, @@ -641,8 +641,8 @@ var fileDescriptor_295ee594cc85d8ca = []byte{ 0xb6, 0xf9, 0xf8, 0xf9, 0x65, 0x45, 0x78, 0x71, 0x59, 0x11, 0xfe, 0xbe, 0xac, 0x08, 0xbf, 0x5c, 0x55, 0x36, 0x5e, 0x5c, 0x55, 0x36, 0xfe, 0xbc, 0xaa, 0x6c, 0x9c, 0x1d, 0x2c, 0x55, 0xbf, 0xc7, 0x6b, 0xf1, 0xa0, 0x6d, 0x0f, 0x59, 0x23, 0xbe, 0x16, 0xcd, 0x0e, 0x3e, 0x6b, 0x7c, 0x9f, 0x5c, - 0x8e, 0x78, 0x33, 0x86, 0x59, 0x7e, 0xab, 0xf9, 0xe4, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x39, - 0xf5, 0x30, 0xab, 0x3b, 0x09, 0x00, 0x00, + 0x8e, 0x78, 0x33, 0x86, 0x59, 0x7e, 0xab, 0xf9, 0xe4, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x26, + 0x9a, 0x6b, 0x49, 0x3b, 0x09, 0x00, 0x00, } func (m *UserRedemptionRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/records/types/records_test.go b/x/records/types/records_test.go index 005d3a04da..75bcfa0a2c 100644 --- a/x/records/types/records_test.go +++ b/x/records/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/records/types" + "github.com/Stride-Labs/stride/v18/x/records/types" ) func TestShouldInitiateUnbonding(t *testing.T) { diff --git a/x/stakeibc/client/cli/query.go b/x/stakeibc/client/cli/query.go index f6acfd32b1..44e5c03049 100644 --- a/x/stakeibc/client/cli/query.go +++ b/x/stakeibc/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/stakeibc/client/cli/query_epoch_tracker.go b/x/stakeibc/client/cli/query_epoch_tracker.go index 5e6fd68195..519a795481 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker.go +++ b/x/stakeibc/client/cli/query_epoch_tracker.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdListEpochTracker() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_epoch_tracker_test.go b/x/stakeibc/client/cli/query_epoch_tracker_test.go index e262bbba82..4f16d0feef 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker_test.go +++ b/x/stakeibc/client/cli/query_epoch_tracker_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/testutil/network" - "github.com/Stride-Labs/stride/v17/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/testutil/network" + "github.com/Stride-Labs/stride/v18/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/client/cli/query_host_zone.go b/x/stakeibc/client/cli/query_host_zone.go index ba80e0508c..4d1a9e5cbd 100644 --- a/x/stakeibc/client/cli/query_host_zone.go +++ b/x/stakeibc/client/cli/query_host_zone.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdListHostZone() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_module_address.go b/x/stakeibc/client/cli/query_module_address.go index 883c45ea0a..b7a396816e 100644 --- a/x/stakeibc/client/cli/query_module_address.go +++ b/x/stakeibc/client/cli/query_module_address.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/query_next_packet_sequence.go b/x/stakeibc/client/cli/query_next_packet_sequence.go index f2a3f5a2a8..6faffabf08 100644 --- a/x/stakeibc/client/cli/query_next_packet_sequence.go +++ b/x/stakeibc/client/cli/query_next_packet_sequence.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdNextPacketSequence() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_params.go b/x/stakeibc/client/cli/query_params.go index 52cae63589..b825a30ea6 100644 --- a/x/stakeibc/client/cli/query_params.go +++ b/x/stakeibc/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_register_ica.go b/x/stakeibc/client/cli/query_register_ica.go index 351d4e14c7..b77249e26e 100644 --- a/x/stakeibc/client/cli/query_register_ica.go +++ b/x/stakeibc/client/cli/query_register_ica.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdShowInterchainAccount() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_trade_routes.go b/x/stakeibc/client/cli/query_trade_routes.go index 356bd61135..58834ecf04 100644 --- a/x/stakeibc/client/cli/query_trade_routes.go +++ b/x/stakeibc/client/cli/query_trade_routes.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdListTradeRoutes() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_validator.go b/x/stakeibc/client/cli/query_validator.go index 5cc4ca6f75..ae5d9b9515 100644 --- a/x/stakeibc/client/cli/query_validator.go +++ b/x/stakeibc/client/cli/query_validator.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdShowValidators() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx.go b/x/stakeibc/client/cli/tx.go index 7c3733445f..b16aff1b8c 100644 --- a/x/stakeibc/client/cli/tx.go +++ b/x/stakeibc/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var DefaultRelativePacketTimeoutTimestamp = cast.ToUint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/stakeibc/client/cli/tx_add_validators.go b/x/stakeibc/client/cli/tx_add_validators.go index 0a198ee00a..ca2f7776c1 100644 --- a/x/stakeibc/client/cli/tx_add_validators.go +++ b/x/stakeibc/client/cli/tx_add_validators.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ValidatorsList struct { diff --git a/x/stakeibc/client/cli/tx_add_validators_proposal.go b/x/stakeibc/client/cli/tx_add_validators_proposal.go index e2e5823a68..2dab8921df 100644 --- a/x/stakeibc/client/cli/tx_add_validators_proposal.go +++ b/x/stakeibc/client/cli/tx_add_validators_proposal.go @@ -18,7 +18,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func parseAddValidatorsProposalFile(cdc codec.JSONCodec, proposalFile string) (proposal types.AddValidatorsProposal, err error) { diff --git a/x/stakeibc/client/cli/tx_calibrate_delegation.go b/x/stakeibc/client/cli/tx_calibrate_delegation.go index 3c3d2a9fd9..83cc498f84 100644 --- a/x/stakeibc/client/cli/tx_calibrate_delegation.go +++ b/x/stakeibc/client/cli/tx_calibrate_delegation.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdCalibrateDelegation() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_change_validator_weight.go b/x/stakeibc/client/cli/tx_change_validator_weight.go index 8f0e3267c4..5d18217801 100644 --- a/x/stakeibc/client/cli/tx_change_validator_weight.go +++ b/x/stakeibc/client/cli/tx_change_validator_weight.go @@ -11,7 +11,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ValidatorWeightList struct { diff --git a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go index 33fc3b9a2b..a18bf2c6ce 100644 --- a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go +++ b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_clear_balance.go b/x/stakeibc/client/cli/tx_clear_balance.go index 5d9177a5cd..2d9980f880 100644 --- a/x/stakeibc/client/cli/tx_clear_balance.go +++ b/x/stakeibc/client/cli/tx_clear_balance.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_delete_validator.go b/x/stakeibc/client/cli/tx_delete_validator.go index e5879f49bf..acbb667508 100644 --- a/x/stakeibc/client/cli/tx_delete_validator.go +++ b/x/stakeibc/client/cli/tx_delete_validator.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdDeleteValidator() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_liquid_stake.go b/x/stakeibc/client/cli/tx_liquid_stake.go index 9803597cf2..efb9f331d4 100644 --- a/x/stakeibc/client/cli/tx_liquid_stake.go +++ b/x/stakeibc/client/cli/tx_liquid_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_lsm_liquid_stake.go b/x/stakeibc/client/cli/tx_lsm_liquid_stake.go index 116f56eba2..0bc4d24da0 100644 --- a/x/stakeibc/client/cli/tx_lsm_liquid_stake.go +++ b/x/stakeibc/client/cli/tx_lsm_liquid_stake.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdLSMLiquidStake() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_rebalance_validators.go b/x/stakeibc/client/cli/tx_rebalance_validators.go index 9ccc88d577..9c293544ac 100644 --- a/x/stakeibc/client/cli/tx_rebalance_validators.go +++ b/x/stakeibc/client/cli/tx_rebalance_validators.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_redeem_stake.go b/x/stakeibc/client/cli/tx_redeem_stake.go index d4f11fac2b..e785af1f39 100644 --- a/x/stakeibc/client/cli/tx_redeem_stake.go +++ b/x/stakeibc/client/cli/tx_redeem_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_register_host_zone.go b/x/stakeibc/client/cli/tx_register_host_zone.go index 869240cd25..e85b2e24ef 100644 --- a/x/stakeibc/client/cli/tx_register_host_zone.go +++ b/x/stakeibc/client/cli/tx_register_host_zone.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/client/cli/tx_restore_interchain_account.go b/x/stakeibc/client/cli/tx_restore_interchain_account.go index 3e34e795de..00e269f841 100644 --- a/x/stakeibc/client/cli/tx_restore_interchain_account.go +++ b/x/stakeibc/client/cli/tx_restore_interchain_account.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdRestoreInterchainAccount() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_resume_host_zone.go b/x/stakeibc/client/cli/tx_resume_host_zone.go index afbc305c0b..e9e301e13d 100644 --- a/x/stakeibc/client/cli/tx_resume_host_zone.go +++ b/x/stakeibc/client/cli/tx_resume_host_zone.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdResumeHostZone() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go b/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go index 94decc3da8..2344a24c94 100644 --- a/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go +++ b/x/stakeibc/client/cli/tx_toggle_lsm_proposal.go @@ -16,7 +16,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func parseToggleLSMProposalFile(cdc codec.JSONCodec, proposalFile string) (proposal types.ToggleLSMProposal, err error) { diff --git a/x/stakeibc/client/cli/tx_update_delegation.go b/x/stakeibc/client/cli/tx_update_delegation.go index 93b9f8a5a5..f667a4c7ad 100644 --- a/x/stakeibc/client/cli/tx_update_delegation.go +++ b/x/stakeibc/client/cli/tx_update_delegation.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go b/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go index ac05d5b267..cabb0ed0c6 100644 --- a/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go +++ b/x/stakeibc/client/cli/tx_update_inner_redemption_rate_bounds.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func CmdUpdateInnerRedemptionRateBounds() *cobra.Command { diff --git a/x/stakeibc/client/proposal_handler.go b/x/stakeibc/client/proposal_handler.go index 29c0636c8f..5ec15f43d5 100644 --- a/x/stakeibc/client/proposal_handler.go +++ b/x/stakeibc/client/proposal_handler.go @@ -1,7 +1,7 @@ package client import ( - "github.com/Stride-Labs/stride/v17/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v18/x/stakeibc/client/cli" govclient "github.com/cosmos/cosmos-sdk/x/gov/client" ) diff --git a/x/stakeibc/genesis.go b/x/stakeibc/genesis.go index 2f716cf732..7646117798 100644 --- a/x/stakeibc/genesis.go +++ b/x/stakeibc/genesis.go @@ -3,8 +3,8 @@ package stakeibc import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/stakeibc/genesis_test.go b/x/stakeibc/genesis_test.go index b8fe161697..260c1eb1ed 100644 --- a/x/stakeibc/genesis_test.go +++ b/x/stakeibc/genesis_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestGenesis(t *testing.T) { diff --git a/x/stakeibc/handler.go b/x/stakeibc/handler.go index ffd11dccbd..38d7839dc8 100644 --- a/x/stakeibc/handler.go +++ b/x/stakeibc/handler.go @@ -9,8 +9,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Handles stakeibc transactions diff --git a/x/stakeibc/ibc_middleware.go b/x/stakeibc/ibc_middleware.go index 7f20d4fe76..e1832c253a 100644 --- a/x/stakeibc/ibc_middleware.go +++ b/x/stakeibc/ibc_middleware.go @@ -10,7 +10,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/stakeibc/keeper/abci.go b/x/stakeibc/keeper/abci.go index c9d3807002..032f89dff9 100644 --- a/x/stakeibc/keeper/abci.go +++ b/x/stakeibc/keeper/abci.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/keeper/community_pool.go b/x/stakeibc/keeper/community_pool.go index 84f94adf4d..808047dd2c 100644 --- a/x/stakeibc/keeper/community_pool.go +++ b/x/stakeibc/keeper/community_pool.go @@ -13,10 +13,10 @@ import ( "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/utils" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // For each hostZone with a valid community pool, trigger the ICQs and ICAs to transfer tokens from DepositICA or back to ReturnICA diff --git a/x/stakeibc/keeper/community_pool_test.go b/x/stakeibc/keeper/community_pool_test.go index 1a12b8c1c5..93960c45cc 100644 --- a/x/stakeibc/keeper/community_pool_test.go +++ b/x/stakeibc/keeper/community_pool_test.go @@ -11,11 +11,11 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // ----------------------------- diff --git a/x/stakeibc/keeper/consumer.go b/x/stakeibc/keeper/consumer.go index 82713f5e71..fc65f1983c 100644 --- a/x/stakeibc/keeper/consumer.go +++ b/x/stakeibc/keeper/consumer.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Register new stTokens to the consumer reward denom whitelist diff --git a/x/stakeibc/keeper/consumer_test.go b/x/stakeibc/keeper/consumer_test.go index 72912ea48c..cc3e9e02cf 100644 --- a/x/stakeibc/keeper/consumer_test.go +++ b/x/stakeibc/keeper/consumer_test.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) TestRegisterStTokenDenomsToWhitelist() { diff --git a/x/stakeibc/keeper/deposit_records.go b/x/stakeibc/keeper/deposit_records.go index 127548eccb..5e525d9fa3 100644 --- a/x/stakeibc/keeper/deposit_records.go +++ b/x/stakeibc/keeper/deposit_records.go @@ -11,9 +11,9 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Create a new deposit record for each host zone for the given epoch diff --git a/x/stakeibc/keeper/deposit_records_test.go b/x/stakeibc/keeper/deposit_records_test.go index 4865393b2d..100aa5de3b 100644 --- a/x/stakeibc/keeper/deposit_records_test.go +++ b/x/stakeibc/keeper/deposit_records_test.go @@ -10,10 +10,10 @@ import ( sdkmath "cosmossdk.io/math" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type TestDepositRecords struct { diff --git a/x/stakeibc/keeper/epoch_elapsed_shares_test.go b/x/stakeibc/keeper/epoch_elapsed_shares_test.go index 03bc28c674..87608c921e 100644 --- a/x/stakeibc/keeper/epoch_elapsed_shares_test.go +++ b/x/stakeibc/keeper/epoch_elapsed_shares_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // These are used to indicate that the value does not matter for the sake of the test diff --git a/x/stakeibc/keeper/epoch_tracker.go b/x/stakeibc/keeper/epoch_tracker.go index 7e5ee220bc..08a477ea94 100644 --- a/x/stakeibc/keeper/epoch_tracker.go +++ b/x/stakeibc/keeper/epoch_tracker.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // SetEpochTracker set a specific epochTracker in the store from its index diff --git a/x/stakeibc/keeper/epoch_tracker_test.go b/x/stakeibc/keeper/epoch_tracker_test.go index a2a83a14f2..b2540c04a0 100644 --- a/x/stakeibc/keeper/epoch_tracker_test.go +++ b/x/stakeibc/keeper/epoch_tracker_test.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/keeper/events.go b/x/stakeibc/keeper/events.go index 51f5122b25..9095cd97aa 100644 --- a/x/stakeibc/keeper/events.go +++ b/x/stakeibc/keeper/events.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/stakeibc/keeper/gov.go b/x/stakeibc/keeper/gov.go index 425f513ec2..acab35dc5c 100644 --- a/x/stakeibc/keeper/gov.go +++ b/x/stakeibc/keeper/gov.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) AddValidatorsProposal(ctx sdk.Context, msg *types.AddValidatorsProposal) error { diff --git a/x/stakeibc/keeper/grpc_query.go b/x/stakeibc/keeper/grpc_query.go index 1aef63e413..180c23e2a2 100644 --- a/x/stakeibc/keeper/grpc_query.go +++ b/x/stakeibc/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/stakeibc/keeper/grpc_query_address_unbondings.go b/x/stakeibc/keeper/grpc_query_address_unbondings.go index f586f04c23..01a53c64e3 100644 --- a/x/stakeibc/keeper/grpc_query_address_unbondings.go +++ b/x/stakeibc/keeper/grpc_query_address_unbondings.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const nanosecondsInDay = 86400000000000 diff --git a/x/stakeibc/keeper/grpc_query_address_unbondings_test.go b/x/stakeibc/keeper/grpc_query_address_unbondings_test.go index fe7f31c3fc..705170ab40 100644 --- a/x/stakeibc/keeper/grpc_query_address_unbondings_test.go +++ b/x/stakeibc/keeper/grpc_query_address_unbondings_test.go @@ -8,10 +8,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestAddressUnbondings(t *testing.T) { diff --git a/x/stakeibc/keeper/grpc_query_epoch_tracker.go b/x/stakeibc/keeper/grpc_query_epoch_tracker.go index 5093dc0508..c666799fc5 100644 --- a/x/stakeibc/keeper/grpc_query_epoch_tracker.go +++ b/x/stakeibc/keeper/grpc_query_epoch_tracker.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) EpochTrackerAll(c context.Context, req *types.QueryAllEpochTrackerRequest) (*types.QueryAllEpochTrackerResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go b/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go index e3d30c4feb..a24a5dc7c6 100644 --- a/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go +++ b/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go @@ -9,9 +9,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/keeper/grpc_query_host_zone.go b/x/stakeibc/keeper/grpc_query_host_zone.go index 5ce50eca21..a88b116407 100644 --- a/x/stakeibc/keeper/grpc_query_host_zone.go +++ b/x/stakeibc/keeper/grpc_query_host_zone.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) HostZoneAll(c context.Context, req *types.QueryAllHostZoneRequest) (*types.QueryAllHostZoneResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_host_zone_test.go b/x/stakeibc/keeper/grpc_query_host_zone_test.go index 485ea7c7ab..2205e0f80a 100644 --- a/x/stakeibc/keeper/grpc_query_host_zone_test.go +++ b/x/stakeibc/keeper/grpc_query_host_zone_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestHostZoneQuerySingle(t *testing.T) { diff --git a/x/stakeibc/keeper/grpc_query_module_address.go b/x/stakeibc/keeper/grpc_query_module_address.go index 999717219f..20c0a6fbcb 100644 --- a/x/stakeibc/keeper/grpc_query_module_address.go +++ b/x/stakeibc/keeper/grpc_query_module_address.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) ModuleAddress(goCtx context.Context, req *types.QueryModuleAddressRequest) (*types.QueryModuleAddressResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_next_packet_sequence.go b/x/stakeibc/keeper/grpc_query_next_packet_sequence.go index 2a40421b6b..5bc69c07a3 100644 --- a/x/stakeibc/keeper/grpc_query_next_packet_sequence.go +++ b/x/stakeibc/keeper/grpc_query_next_packet_sequence.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) NextPacketSequence(c context.Context, req *types.QueryGetNextPacketSequenceRequest) (*types.QueryGetNextPacketSequenceResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go b/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go index c01924bded..9e2342c01e 100644 --- a/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go +++ b/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) TestNextPacketSequenceQuery() { diff --git a/x/stakeibc/keeper/grpc_query_params.go b/x/stakeibc/keeper/grpc_query_params.go index 10e584e46c..64546cb1d4 100644 --- a/x/stakeibc/keeper/grpc_query_params.go +++ b/x/stakeibc/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_params_test.go b/x/stakeibc/keeper/grpc_query_params_test.go index 6b2146fce6..1cda76e086 100644 --- a/x/stakeibc/keeper/grpc_query_params_test.go +++ b/x/stakeibc/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/grpc_query_register_ica.go b/x/stakeibc/keeper/grpc_query_register_ica.go index 21846a72c2..0d261734a5 100644 --- a/x/stakeibc/keeper/grpc_query_register_ica.go +++ b/x/stakeibc/keeper/grpc_query_register_ica.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // InterchainAccountFromAddress implements the Query/InterchainAccountFromAddress gRPC method diff --git a/x/stakeibc/keeper/grpc_query_trade_routes.go b/x/stakeibc/keeper/grpc_query_trade_routes.go index 56a76a54b1..5714e9cd37 100644 --- a/x/stakeibc/keeper/grpc_query_trade_routes.go +++ b/x/stakeibc/keeper/grpc_query_trade_routes.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) AllTradeRoutes(c context.Context, req *types.QueryAllTradeRoutes) (*types.QueryAllTradeRoutesResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_validator.go b/x/stakeibc/keeper/grpc_query_validator.go index 70304b2cbf..35532ce8b7 100644 --- a/x/stakeibc/keeper/grpc_query_validator.go +++ b/x/stakeibc/keeper/grpc_query_validator.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) Validators(c context.Context, req *types.QueryGetValidatorsRequest) (*types.QueryGetValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_validator_test.go b/x/stakeibc/keeper/grpc_query_validator_test.go index ef8edccd46..d1e2d92411 100644 --- a/x/stakeibc/keeper/grpc_query_validator_test.go +++ b/x/stakeibc/keeper/grpc_query_validator_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestValidatorQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/hooks.go b/x/stakeibc/keeper/hooks.go index bc983804a8..af9424cfb6 100644 --- a/x/stakeibc/keeper/hooks.go +++ b/x/stakeibc/keeper/hooks.go @@ -10,11 +10,11 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icaoracletypes "github.com/Stride-Labs/stride/v17/x/icaoracle/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icaoracletypes "github.com/Stride-Labs/stride/v18/x/icaoracle/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const StrideEpochsPerDayEpoch = uint64(4) diff --git a/x/stakeibc/keeper/host_zone.go b/x/stakeibc/keeper/host_zone.go index 96aa94eb4a..2f22ab17ee 100644 --- a/x/stakeibc/keeper/host_zone.go +++ b/x/stakeibc/keeper/host_zone.go @@ -13,8 +13,8 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/host_zone_test.go b/x/stakeibc/keeper/host_zone_test.go index 57a0b73761..05c1cde539 100644 --- a/x/stakeibc/keeper/host_zone_test.go +++ b/x/stakeibc/keeper/host_zone_test.go @@ -10,10 +10,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/testutil/nullify" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/testutil/nullify" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func createNHostZone(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.HostZone { diff --git a/x/stakeibc/keeper/ibc.go b/x/stakeibc/keeper/ibc.go index 9dbec46987..1c8e551dfe 100644 --- a/x/stakeibc/keeper/ibc.go +++ b/x/stakeibc/keeper/ibc.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k Keeper) OnChanOpenAck(ctx sdk.Context, portID, channelID string) error { diff --git a/x/stakeibc/keeper/ibc_test.go b/x/stakeibc/keeper/ibc_test.go index 4f4059d9f3..d1080814a7 100644 --- a/x/stakeibc/keeper/ibc_test.go +++ b/x/stakeibc/keeper/ibc_test.go @@ -3,7 +3,7 @@ package keeper_test import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // ------------------------------------------ diff --git a/x/stakeibc/keeper/icacallbacks.go b/x/stakeibc/keeper/icacallbacks.go index 5614c9eec3..b8d58b2709 100644 --- a/x/stakeibc/keeper/icacallbacks.go +++ b/x/stakeibc/keeper/icacallbacks.go @@ -1,7 +1,7 @@ package keeper import ( - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" ) const ( diff --git a/x/stakeibc/keeper/icacallbacks_claim.go b/x/stakeibc/keeper/icacallbacks_claim.go index c3d84e3437..b93bcfb0a2 100644 --- a/x/stakeibc/keeper/icacallbacks_claim.go +++ b/x/stakeibc/keeper/icacallbacks_claim.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_claim_test.go b/x/stakeibc/keeper/icacallbacks_claim_test.go index e8da2b2139..079cd12ff6 100644 --- a/x/stakeibc/keeper/icacallbacks_claim_test.go +++ b/x/stakeibc/keeper/icacallbacks_claim_test.go @@ -7,9 +7,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ClaimCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_delegate.go b/x/stakeibc/keeper/icacallbacks_delegate.go index b3200f5e31..97f4acb6c0 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate.go +++ b/x/stakeibc/keeper/icacallbacks_delegate.go @@ -5,11 +5,11 @@ import ( "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_delegate_test.go b/x/stakeibc/keeper/icacallbacks_delegate_test.go index 4315be84f6..ea41cc5596 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_delegate_test.go @@ -6,10 +6,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type DelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_detokenize.go b/x/stakeibc/keeper/icacallbacks_detokenize.go index b82366f988..1dcf777001 100644 --- a/x/stakeibc/keeper/icacallbacks_detokenize.go +++ b/x/stakeibc/keeper/icacallbacks_detokenize.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // ICACallback after an LSM token is detokenized into native stake diff --git a/x/stakeibc/keeper/icacallbacks_detokenize_test.go b/x/stakeibc/keeper/icacallbacks_detokenize_test.go index 9aa4494eb3..095f9f811f 100644 --- a/x/stakeibc/keeper/icacallbacks_detokenize_test.go +++ b/x/stakeibc/keeper/icacallbacks_detokenize_test.go @@ -6,10 +6,10 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type DetokenizeCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icacallbacks_rebalance.go b/x/stakeibc/keeper/icacallbacks_rebalance.go index d2a058d936..14236402e0 100644 --- a/x/stakeibc/keeper/icacallbacks_rebalance.go +++ b/x/stakeibc/keeper/icacallbacks_rebalance.go @@ -3,9 +3,9 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_rebalance_test.go b/x/stakeibc/keeper/icacallbacks_rebalance_test.go index 9306da52ad..a2f9182eee 100644 --- a/x/stakeibc/keeper/icacallbacks_rebalance_test.go +++ b/x/stakeibc/keeper/icacallbacks_rebalance_test.go @@ -6,9 +6,9 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type RebalanceCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_redemption.go b/x/stakeibc/keeper/icacallbacks_redemption.go index 53fd2c357f..dbca5eb2d3 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption.go +++ b/x/stakeibc/keeper/icacallbacks_redemption.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_redemption_test.go b/x/stakeibc/keeper/icacallbacks_redemption_test.go index f0ca437ee2..a336d1ab0d 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption_test.go +++ b/x/stakeibc/keeper/icacallbacks_redemption_test.go @@ -7,10 +7,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type RedemptionCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_reinvest.go b/x/stakeibc/keeper/icacallbacks_reinvest.go index 089fc34d7c..000dc330c7 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest.go @@ -8,13 +8,13 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/utils" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_reinvest_test.go b/x/stakeibc/keeper/icacallbacks_reinvest_test.go index c3d4bd4d46..6f3a83e4a3 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest_test.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest_test.go @@ -9,16 +9,16 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ReinvestCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_undelegate.go b/x/stakeibc/keeper/icacallbacks_undelegate.go index f530afa7ba..98c0132600 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_undelegate_test.go b/x/stakeibc/keeper/icacallbacks_undelegate_test.go index a17f5b5a9c..c0bb42afc3 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate_test.go @@ -10,9 +10,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UndelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks.go b/x/stakeibc/keeper/icqcallbacks.go index dcbc3e1a67..52a285c972 100644 --- a/x/stakeibc/keeper/icqcallbacks.go +++ b/x/stakeibc/keeper/icqcallbacks.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" ) const ( diff --git a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go index b16b66d777..773f70fb01 100644 --- a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go +++ b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // CalibrationThreshold is the max amount of tokens by which a calibration can alter internal record keeping of delegations diff --git a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go index 9733126aca..8447614f44 100644 --- a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go +++ b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation_test.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) TestCalibrateDelegation_Success() { diff --git a/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go b/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go index 4981a50c48..11ea871501 100644 --- a/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_community_pool_ica_balance.go @@ -7,10 +7,10 @@ import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v17/utils" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // CommunityPoolBalanceCallback is a callback handler for CommunityPoolBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go index 13f0f0c19b..a48abb6ea4 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go @@ -12,9 +12,9 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // DelegatorSharesCallback is a callback handler for UpdateValidatorSharesExchRate queries. diff --git a/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go b/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go index 080f16a1c6..c9bb0cb84e 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go @@ -11,9 +11,9 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type DelegatorSharesICQCallbackArgs struct { diff --git a/x/stakeibc/keeper/icqcallbacks_fee_balance.go b/x/stakeibc/keeper/icqcallbacks_fee_balance.go index 753fac8a97..450991fbff 100644 --- a/x/stakeibc/keeper/icqcallbacks_fee_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_fee_balance.go @@ -11,11 +11,11 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/utils" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // FeeBalanceCallback is a callback handler for FeeBalnce queries. diff --git a/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go b/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go index 87f41c12a2..82c51213f0 100644 --- a/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type FeeBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_pool_price.go b/x/stakeibc/keeper/icqcallbacks_pool_price.go index 16f392d5ef..34550eb3c0 100644 --- a/x/stakeibc/keeper/icqcallbacks_pool_price.go +++ b/x/stakeibc/keeper/icqcallbacks_pool_price.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // PoolPriceCallback is a callback handler for PoolPrice query. diff --git a/x/stakeibc/keeper/icqcallbacks_pool_price_test.go b/x/stakeibc/keeper/icqcallbacks_pool_price_test.go index 5ec170e5a6..e25c869fd3 100644 --- a/x/stakeibc/keeper/icqcallbacks_pool_price_test.go +++ b/x/stakeibc/keeper/icqcallbacks_pool_price_test.go @@ -4,9 +4,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type PoolPriceQueryCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go index d9259fb631..4d305aa2b0 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // TradeConvertedBalanceCallback is a callback handler for TradeConvertedBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go index 138bbe152b..900af6ab1d 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance_test.go @@ -7,10 +7,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTradeConvertedBalanceCallbackTestCase() BalanceQueryCallbackTestCase { diff --git a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go index 2a76ff0d9c..c4a22b8778 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // TradeRewardBalanceCallback is a callback handler for TradeRewardBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go index ecb7f21d46..428ab657d7 100644 --- a/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_trade_reward_balance_test.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTradeRewardBalanceCallbackTestCase() BalanceQueryCallbackTestCase { diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go index 9999b7505f..63c0eead19 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go @@ -9,9 +9,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // ValidatorCallback is a callback handler for validator queries. diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go index 6005cece26..cb98f42d0f 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go @@ -13,10 +13,10 @@ import ( "github.com/cosmos/cosmos-sdk/types/bech32" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ValidatorICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go index 91a000db26..00c1f75def 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go @@ -12,11 +12,11 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // WithdrawalBalanceCallback is a callback handler for WithdrawalBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go index 67822a1f28..20253f1656 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type WithdrawalBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go index 2e5e1e3ed6..be73c4426b 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance.go @@ -7,11 +7,11 @@ import ( errorsmod "cosmossdk.io/errors" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v17/utils" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // WithdrawalRewardBalanceCallback is a callback handler for WithdrawalRewardBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go index 1b8684e24d..049b82907d 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_reward_balance_test.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/gogoproto/proto" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // WithdrawalRewardBalanceCallback will trigger TransferRewardTokensHostToTrade diff --git a/x/stakeibc/keeper/invariants.go b/x/stakeibc/keeper/invariants.go index e1cacbdd79..caf2f115ea 100644 --- a/x/stakeibc/keeper/invariants.go +++ b/x/stakeibc/keeper/invariants.go @@ -5,7 +5,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // RegisterInvariants registers all governance invariants. diff --git a/x/stakeibc/keeper/keeper.go b/x/stakeibc/keeper/keeper.go index d8892ff9e3..5323dd6ed8 100644 --- a/x/stakeibc/keeper/keeper.go +++ b/x/stakeibc/keeper/keeper.go @@ -19,11 +19,11 @@ import ( ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" "github.com/spf13/cast" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v17/x/icacallbacks/keeper" - icqkeeper "github.com/Stride-Labs/stride/v17/x/interchainquery/keeper" - recordsmodulekeeper "github.com/Stride-Labs/stride/v17/x/records/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v18/x/icacallbacks/keeper" + icqkeeper "github.com/Stride-Labs/stride/v18/x/interchainquery/keeper" + recordsmodulekeeper "github.com/Stride-Labs/stride/v18/x/records/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ( diff --git a/x/stakeibc/keeper/keeper_test.go b/x/stakeibc/keeper/keeper_test.go index 6362f14963..b7e55e3d44 100644 --- a/x/stakeibc/keeper/keeper_test.go +++ b/x/stakeibc/keeper/keeper_test.go @@ -11,10 +11,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm.go b/x/stakeibc/keeper/lsm.go index 6d6c74fec1..855404fcd2 100644 --- a/x/stakeibc/keeper/lsm.go +++ b/x/stakeibc/keeper/lsm.go @@ -16,8 +16,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm_test.go b/x/stakeibc/keeper/lsm_test.go index ce699f353a..ed449d624f 100644 --- a/x/stakeibc/keeper/lsm_test.go +++ b/x/stakeibc/keeper/lsm_test.go @@ -9,9 +9,9 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" "github.com/cosmos/gogoproto/proto" ) diff --git a/x/stakeibc/keeper/msg_server.go b/x/stakeibc/keeper/msg_server.go index 3435d9dc6d..7a7a489d99 100644 --- a/x/stakeibc/keeper/msg_server.go +++ b/x/stakeibc/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type msgServer struct { diff --git a/x/stakeibc/keeper/msg_server_add_validators.go b/x/stakeibc/keeper/msg_server_add_validators.go index 2bf261ac6e..23f5e5e5d8 100644 --- a/x/stakeibc/keeper/msg_server_add_validators.go +++ b/x/stakeibc/keeper/msg_server_add_validators.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) AddValidators(goCtx context.Context, msg *types.MsgAddValidators) (*types.MsgAddValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_add_validators_test.go b/x/stakeibc/keeper/msg_server_add_validators_test.go index a34d43e6d8..836cb831d9 100644 --- a/x/stakeibc/keeper/msg_server_add_validators_test.go +++ b/x/stakeibc/keeper/msg_server_add_validators_test.go @@ -11,7 +11,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type AddValidatorsTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_calibrate_delegation.go b/x/stakeibc/keeper/msg_server_calibrate_delegation.go index 1b187557d6..27323aa8a5 100644 --- a/x/stakeibc/keeper/msg_server_calibrate_delegation.go +++ b/x/stakeibc/keeper/msg_server_calibrate_delegation.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Submits an ICQ to get the validator's delegated shares diff --git a/x/stakeibc/keeper/msg_server_change_validator_weight.go b/x/stakeibc/keeper/msg_server_change_validator_weight.go index 4f69bcb1db..2e8be6fde7 100644 --- a/x/stakeibc/keeper/msg_server_change_validator_weight.go +++ b/x/stakeibc/keeper/msg_server_change_validator_weight.go @@ -6,7 +6,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) ChangeValidatorWeight(goCtx context.Context, msg *types.MsgChangeValidatorWeights) (*types.MsgChangeValidatorWeightsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_claim_accrued_staking_rewards_on_host_test.go b/x/stakeibc/keeper/msg_server_claim_accrued_staking_rewards_on_host_test.go index 547b96e6f6..88409cf2f9 100644 --- a/x/stakeibc/keeper/msg_server_claim_accrued_staking_rewards_on_host_test.go +++ b/x/stakeibc/keeper/msg_server_claim_accrued_staking_rewards_on_host_test.go @@ -6,9 +6,9 @@ import ( "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - stakeibckeeper "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - types "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + stakeibckeeper "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + types "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // constant number of zero delegations diff --git a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go index 69cf67b1ed..73b6c85aa5 100644 --- a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go +++ b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" bankTypes "github.com/cosmos/cosmos-sdk/x/bank/types" proto "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type IcaTx struct { diff --git a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go index bfd8d778aa..fc2e5f613b 100644 --- a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go +++ b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go @@ -10,10 +10,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ClaimUndelegatedState struct { diff --git a/x/stakeibc/keeper/msg_server_clear_balance.go b/x/stakeibc/keeper/msg_server_clear_balance.go index ca93807279..ee17ba6bf2 100644 --- a/x/stakeibc/keeper/msg_server_clear_balance.go +++ b/x/stakeibc/keeper/msg_server_clear_balance.go @@ -10,7 +10,7 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) ClearBalance(goCtx context.Context, msg *types.MsgClearBalance) (*types.MsgClearBalanceResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_clear_balance_test.go b/x/stakeibc/keeper/msg_server_clear_balance_test.go index eff294ffcc..a7e55432cb 100644 --- a/x/stakeibc/keeper/msg_server_clear_balance_test.go +++ b/x/stakeibc/keeper/msg_server_clear_balance_test.go @@ -9,8 +9,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ClearBalanceState struct { diff --git a/x/stakeibc/keeper/msg_server_create_trade_route.go b/x/stakeibc/keeper/msg_server_create_trade_route.go index 7741f725bc..15fc7cd65f 100644 --- a/x/stakeibc/keeper/msg_server_create_trade_route.go +++ b/x/stakeibc/keeper/msg_server_create_trade_route.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_create_trade_route_test.go b/x/stakeibc/keeper/msg_server_create_trade_route_test.go index 7eac115a7c..d1f69a098c 100644 --- a/x/stakeibc/keeper/msg_server_create_trade_route_test.go +++ b/x/stakeibc/keeper/msg_server_create_trade_route_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTestCreateTradeRoute() (msg types.MsgCreateTradeRoute, expectedTradeRoute types.TradeRoute) { diff --git a/x/stakeibc/keeper/msg_server_delete_trade_route.go b/x/stakeibc/keeper/msg_server_delete_trade_route.go index 02c632cc58..7afbbf2f2b 100644 --- a/x/stakeibc/keeper/msg_server_delete_trade_route.go +++ b/x/stakeibc/keeper/msg_server_delete_trade_route.go @@ -5,7 +5,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_delete_trade_route_test.go b/x/stakeibc/keeper/msg_server_delete_trade_route_test.go index 63420d5c50..fee41f0e3a 100644 --- a/x/stakeibc/keeper/msg_server_delete_trade_route_test.go +++ b/x/stakeibc/keeper/msg_server_delete_trade_route_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/keeper/msg_server_delete_validator.go b/x/stakeibc/keeper/msg_server_delete_validator.go index 01822526e1..e095a19dcd 100644 --- a/x/stakeibc/keeper/msg_server_delete_validator.go +++ b/x/stakeibc/keeper/msg_server_delete_validator.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) DeleteValidator(goCtx context.Context, msg *types.MsgDeleteValidator) (*types.MsgDeleteValidatorResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_delete_validator_test.go b/x/stakeibc/keeper/msg_server_delete_validator_test.go index aab29c95d1..9348e0f0c2 100644 --- a/x/stakeibc/keeper/msg_server_delete_validator_test.go +++ b/x/stakeibc/keeper/msg_server_delete_validator_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type DeleteValidatorTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_liquid_stake.go b/x/stakeibc/keeper/msg_server_liquid_stake.go index 9a67a364de..169a74059f 100644 --- a/x/stakeibc/keeper/msg_server_liquid_stake.go +++ b/x/stakeibc/keeper/msg_server_liquid_stake.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Exchanges a user's native tokens for stTokens using the current redemption rate diff --git a/x/stakeibc/keeper/msg_server_liquid_stake_test.go b/x/stakeibc/keeper/msg_server_liquid_stake_test.go index 5ae442c956..87c928e47e 100644 --- a/x/stakeibc/keeper/msg_server_liquid_stake_test.go +++ b/x/stakeibc/keeper/msg_server_liquid_stake_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type Account struct { diff --git a/x/stakeibc/keeper/msg_server_lsm_liquid_stake.go b/x/stakeibc/keeper/msg_server_lsm_liquid_stake.go index 0da976542f..9659458dd6 100644 --- a/x/stakeibc/keeper/msg_server_lsm_liquid_stake.go +++ b/x/stakeibc/keeper/msg_server_lsm_liquid_stake.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/gogoproto/proto" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Exchanges a user's LSM tokenized shares for stTokens using the current redemption rate diff --git a/x/stakeibc/keeper/msg_server_lsm_liquid_stake_test.go b/x/stakeibc/keeper/msg_server_lsm_liquid_stake_test.go index c007111380..9ced44c20b 100644 --- a/x/stakeibc/keeper/msg_server_lsm_liquid_stake_test.go +++ b/x/stakeibc/keeper/msg_server_lsm_liquid_stake_test.go @@ -10,10 +10,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type LSMLiquidStakeTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_rebalance_validators.go b/x/stakeibc/keeper/msg_server_rebalance_validators.go index e0effe28e7..624cbd893e 100644 --- a/x/stakeibc/keeper/msg_server_rebalance_validators.go +++ b/x/stakeibc/keeper/msg_server_rebalance_validators.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) RebalanceValidators(goCtx context.Context, msg *types.MsgRebalanceValidators) (*types.MsgRebalanceValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_redeem_stake.go b/x/stakeibc/keeper/msg_server_redeem_stake.go index 064e7d6c0e..04a4b852f3 100644 --- a/x/stakeibc/keeper/msg_server_redeem_stake.go +++ b/x/stakeibc/keeper/msg_server_redeem_stake.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) func (k msgServer) RedeemStake(goCtx context.Context, msg *types.MsgRedeemStake) (*types.MsgRedeemStakeResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_redeem_stake_test.go b/x/stakeibc/keeper/msg_server_redeem_stake_test.go index 1480bfa3d7..455e845f75 100644 --- a/x/stakeibc/keeper/msg_server_redeem_stake_test.go +++ b/x/stakeibc/keeper/msg_server_redeem_stake_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type RedeemStakeState struct { diff --git a/x/stakeibc/keeper/msg_server_register_host_zone.go b/x/stakeibc/keeper/msg_server_register_host_zone.go index 302276ea75..ab95ad24bd 100644 --- a/x/stakeibc/keeper/msg_server_register_host_zone.go +++ b/x/stakeibc/keeper/msg_server_register_host_zone.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v17/utils" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_register_host_zone_test.go b/x/stakeibc/keeper/msg_server_register_host_zone_test.go index 66c0c14021..a7fa9be010 100644 --- a/x/stakeibc/keeper/msg_server_register_host_zone_test.go +++ b/x/stakeibc/keeper/msg_server_register_host_zone_test.go @@ -12,10 +12,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type RegisterHostZoneTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_restore_interchain_account.go b/x/stakeibc/keeper/msg_server_restore_interchain_account.go index d8187723aa..c34435a5f0 100644 --- a/x/stakeibc/keeper/msg_server_restore_interchain_account.go +++ b/x/stakeibc/keeper/msg_server_restore_interchain_account.go @@ -9,8 +9,8 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) RestoreInterchainAccount(goCtx context.Context, msg *types.MsgRestoreInterchainAccount) (*types.MsgRestoreInterchainAccountResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go b/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go index c9bd237f25..d5d65d2ec9 100644 --- a/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go +++ b/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go @@ -6,8 +6,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type DepositRecordStatusUpdate struct { diff --git a/x/stakeibc/keeper/msg_server_resume_host_zone.go b/x/stakeibc/keeper/msg_server_resume_host_zone.go index 7a98516faa..8ce59f15f8 100644 --- a/x/stakeibc/keeper/msg_server_resume_host_zone.go +++ b/x/stakeibc/keeper/msg_server_resume_host_zone.go @@ -4,7 +4,7 @@ import ( "context" "fmt" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_resume_host_zone_test.go b/x/stakeibc/keeper/msg_server_resume_host_zone_test.go index 58f453cb52..2839b56d50 100644 --- a/x/stakeibc/keeper/msg_server_resume_host_zone_test.go +++ b/x/stakeibc/keeper/msg_server_resume_host_zone_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ResumeHostZoneTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_submit_tx.go b/x/stakeibc/keeper/msg_server_submit_tx.go index 3d9e53f667..582e4a5dfe 100644 --- a/x/stakeibc/keeper/msg_server_submit_tx.go +++ b/x/stakeibc/keeper/msg_server_submit_tx.go @@ -11,19 +11,19 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" bankTypes "github.com/cosmos/cosmos-sdk/x/bank/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" sdk "github.com/cosmos/cosmos-sdk/types" icacontrollerkeeper "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/controller/keeper" diff --git a/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds.go b/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds.go index 04f3c8ab72..44aef7a116 100644 --- a/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds.go +++ b/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (k msgServer) UpdateInnerRedemptionRateBounds(goCtx context.Context, msg *types.MsgUpdateInnerRedemptionRateBounds) (*types.MsgUpdateInnerRedemptionRateBoundsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds_test.go b/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds_test.go index 97244d6da0..4db9eb3c23 100644 --- a/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds_test.go +++ b/x/stakeibc/keeper/msg_server_update_inner_redemption_rate_bounds_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UpdateInnerRedemptionRateBoundsTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_update_trade_route.go b/x/stakeibc/keeper/msg_server_update_trade_route.go index 14cda8e8c7..0cd77aff29 100644 --- a/x/stakeibc/keeper/msg_server_update_trade_route.go +++ b/x/stakeibc/keeper/msg_server_update_trade_route.go @@ -5,7 +5,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_update_trade_route_test.go b/x/stakeibc/keeper/msg_server_update_trade_route_test.go index 8cfaeb2813..03c7eddf8d 100644 --- a/x/stakeibc/keeper/msg_server_update_trade_route_test.go +++ b/x/stakeibc/keeper/msg_server_update_trade_route_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go b/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go index 6e825624b8..de32f00a9f 100644 --- a/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go +++ b/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // This kicks off two ICQs, each with a callback, that will update the number of tokens on a validator diff --git a/x/stakeibc/keeper/params.go b/x/stakeibc/keeper/params.go index 0b4f2bdfd9..cebd5b8a81 100644 --- a/x/stakeibc/keeper/params.go +++ b/x/stakeibc/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // GetParams get all parameters as types.Params diff --git a/x/stakeibc/keeper/params_test.go b/x/stakeibc/keeper/params_test.go index a60a3097e4..2c73414849 100644 --- a/x/stakeibc/keeper/params_test.go +++ b/x/stakeibc/keeper/params_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v17/testutil/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v18/testutil/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestGetParams(t *testing.T) { diff --git a/x/stakeibc/keeper/reward_allocation.go b/x/stakeibc/keeper/reward_allocation.go index d28e694230..ef0bccc501 100644 --- a/x/stakeibc/keeper/reward_allocation.go +++ b/x/stakeibc/keeper/reward_allocation.go @@ -8,7 +8,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Liquid Stake Reward Collector Balance diff --git a/x/stakeibc/keeper/reward_allocation_test.go b/x/stakeibc/keeper/reward_allocation_test.go index 30692bb9f4..6fbaed3a75 100644 --- a/x/stakeibc/keeper/reward_allocation_test.go +++ b/x/stakeibc/keeper/reward_allocation_test.go @@ -15,9 +15,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTestRewardAllocation() { diff --git a/x/stakeibc/keeper/reward_converter.go b/x/stakeibc/keeper/reward_converter.go index cbae962fe5..c7e1c1e525 100644 --- a/x/stakeibc/keeper/reward_converter.go +++ b/x/stakeibc/keeper/reward_converter.go @@ -14,10 +14,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v17/utils" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // JSON Memo for PFM transfers diff --git a/x/stakeibc/keeper/reward_converter_test.go b/x/stakeibc/keeper/reward_converter_test.go index 6c06b9da2f..ca95321efe 100644 --- a/x/stakeibc/keeper/reward_converter_test.go +++ b/x/stakeibc/keeper/reward_converter_test.go @@ -10,10 +10,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v17/x/interchainquery/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v18/x/interchainquery/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Useful across all balance query icqcallback tests diff --git a/x/stakeibc/keeper/trade_route.go b/x/stakeibc/keeper/trade_route.go index 9b04fd1d12..17c622adce 100644 --- a/x/stakeibc/keeper/trade_route.go +++ b/x/stakeibc/keeper/trade_route.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // SetTradeRoute set a specific tradeRoute in the store diff --git a/x/stakeibc/keeper/trade_route_test.go b/x/stakeibc/keeper/trade_route_test.go index ae18594343..f40ac76342 100644 --- a/x/stakeibc/keeper/trade_route_test.go +++ b/x/stakeibc/keeper/trade_route_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) CreateTradeRoutes() (routes []types.TradeRoute) { diff --git a/x/stakeibc/keeper/transfer.go b/x/stakeibc/keeper/transfer.go index d493f51bc6..8906fac8cd 100644 --- a/x/stakeibc/keeper/transfer.go +++ b/x/stakeibc/keeper/transfer.go @@ -11,8 +11,8 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // Transfers tokens from the community pool deposit ICA account to the host zone stake holding module address for that pool diff --git a/x/stakeibc/keeper/transfer_test.go b/x/stakeibc/keeper/transfer_test.go index 01b46e6115..494625f8b6 100644 --- a/x/stakeibc/keeper/transfer_test.go +++ b/x/stakeibc/keeper/transfer_test.go @@ -10,8 +10,8 @@ import ( sdkmath "cosmossdk.io/math" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const chainId = "GAIA" diff --git a/x/stakeibc/keeper/unbonding_records.go b/x/stakeibc/keeper/unbonding_records.go index 2e56470f3f..2ca270ff5b 100644 --- a/x/stakeibc/keeper/unbonding_records.go +++ b/x/stakeibc/keeper/unbonding_records.go @@ -14,9 +14,9 @@ import ( "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v17/utils" - recordstypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + recordstypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/unbonding_records_cleanup_test.go b/x/stakeibc/keeper/unbonding_records_cleanup_test.go index e4b249eb33..9832700b38 100644 --- a/x/stakeibc/keeper/unbonding_records_cleanup_test.go +++ b/x/stakeibc/keeper/unbonding_records_cleanup_test.go @@ -4,9 +4,9 @@ import ( sdkmath "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" - stakeibc "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type CleanupEpochUnbondingRecordsTestCase struct { diff --git a/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go b/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go index acf8c8a5c4..9db3b6a45a 100644 --- a/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go +++ b/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go @@ -11,10 +11,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type ValidatorUnbonding struct { diff --git a/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go b/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go index 1953b76b7c..84fc1fd138 100644 --- a/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go +++ b/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go @@ -6,8 +6,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupInitiateAllHostZoneUnbondings() { diff --git a/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go b/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go index b856bd01e5..3072ec9d05 100644 --- a/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go +++ b/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go @@ -5,10 +5,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - stakeibc "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + stakeibc "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type SweepUnbondedTokensTestCase struct { diff --git a/x/stakeibc/keeper/update_redemption_rates_test.go b/x/stakeibc/keeper/update_redemption_rates_test.go index 49c1654cde..26c7647b78 100644 --- a/x/stakeibc/keeper/update_redemption_rates_test.go +++ b/x/stakeibc/keeper/update_redemption_rates_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - minttypes "github.com/Stride-Labs/stride/v17/x/mint/types" - recordtypes "github.com/Stride-Labs/stride/v17/x/records/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + minttypes "github.com/Stride-Labs/stride/v18/x/mint/types" + recordtypes "github.com/Stride-Labs/stride/v18/x/records/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type UpdateRedemptionRateTestCase struct { diff --git a/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go b/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go index 0666f71fcd..befd013ce9 100644 --- a/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go +++ b/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go @@ -8,7 +8,7 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // ================================ 1: QueryValidatorSharesToTokensRate ============================================= diff --git a/x/stakeibc/keeper/validator_selection.go b/x/stakeibc/keeper/validator_selection.go index 21bebe48b7..428d3e6314 100644 --- a/x/stakeibc/keeper/validator_selection.go +++ b/x/stakeibc/keeper/validator_selection.go @@ -11,9 +11,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v17/utils" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/utils" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) const RebalanceIcaBatchSize = 5 diff --git a/x/stakeibc/keeper/validator_selection_test.go b/x/stakeibc/keeper/validator_selection_test.go index 1d5863ecc6..9a6b6c92b7 100644 --- a/x/stakeibc/keeper/validator_selection_test.go +++ b/x/stakeibc/keeper/validator_selection_test.go @@ -11,9 +11,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v17/x/epochs/types" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v18/x/epochs/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) type RebalanceDelegationsForHostZoneTestCase struct { diff --git a/x/stakeibc/migrations/v2/convert.go b/x/stakeibc/migrations/v2/convert.go index 464070f6df..c5ee2e53c9 100644 --- a/x/stakeibc/migrations/v2/convert.go +++ b/x/stakeibc/migrations/v2/convert.go @@ -3,8 +3,8 @@ package v2 import ( sdkmath "cosmossdk.io/math" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" ) func convertToNewValidator(oldValidator oldstakeibctypes.Validator) stakeibctypes.Validator { diff --git a/x/stakeibc/migrations/v2/convert_test.go b/x/stakeibc/migrations/v2/convert_test.go index cfd717b597..007b8f16c8 100644 --- a/x/stakeibc/migrations/v2/convert_test.go +++ b/x/stakeibc/migrations/v2/convert_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" ) func TestConvertToNewValidator(t *testing.T) { diff --git a/x/stakeibc/migrations/v2/migrations.go b/x/stakeibc/migrations/v2/migrations.go index 4351d88493..fea346e56f 100644 --- a/x/stakeibc/migrations/v2/migrations.go +++ b/x/stakeibc/migrations/v2/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func migrateHostZone(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/stakeibc/migrations/v3/convert.go b/x/stakeibc/migrations/v3/convert.go index 0b196160a6..41a3111918 100644 --- a/x/stakeibc/migrations/v3/convert.go +++ b/x/stakeibc/migrations/v3/convert.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/migrations/v3/convert_test.go b/x/stakeibc/migrations/v3/convert_test.go index 1b9865943e..5ea895689a 100644 --- a/x/stakeibc/migrations/v3/convert_test.go +++ b/x/stakeibc/migrations/v3/convert_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestConvertToNewValidator(t *testing.T) { diff --git a/x/stakeibc/migrations/v3/migrations.go b/x/stakeibc/migrations/v3/migrations.go index 1e01c69d36..c8e32e4cf1 100644 --- a/x/stakeibc/migrations/v3/migrations.go +++ b/x/stakeibc/migrations/v3/migrations.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func migrateHostZone(store sdk.KVStore, cdc codec.BinaryCodec) error { diff --git a/x/stakeibc/module.go b/x/stakeibc/module.go index f4a26990b6..503eb7cc4e 100644 --- a/x/stakeibc/module.go +++ b/x/stakeibc/module.go @@ -19,9 +19,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v17/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/module_simulation.go b/x/stakeibc/module_simulation.go index 97146c65b1..95c946a87b 100644 --- a/x/stakeibc/module_simulation.go +++ b/x/stakeibc/module_simulation.go @@ -10,9 +10,9 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/Stride-Labs/stride/v17/testutil/sample" - stakeibcsimulation "github.com/Stride-Labs/stride/v17/x/stakeibc/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/testutil/sample" + stakeibcsimulation "github.com/Stride-Labs/stride/v18/x/stakeibc/simulation" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) // avoid unused import issue diff --git a/x/stakeibc/simulation/add_validator.go b/x/stakeibc/simulation/add_validator.go index 40a9598d0b..483a5f5e63 100644 --- a/x/stakeibc/simulation/add_validator.go +++ b/x/stakeibc/simulation/add_validator.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgAddValidator( diff --git a/x/stakeibc/simulation/change_validator_weight.go b/x/stakeibc/simulation/change_validator_weight.go index 48e5821268..66db87fd29 100644 --- a/x/stakeibc/simulation/change_validator_weight.go +++ b/x/stakeibc/simulation/change_validator_weight.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgChangeValidatorWeight( diff --git a/x/stakeibc/simulation/claim_undelegated_tokens.go b/x/stakeibc/simulation/claim_undelegated_tokens.go index ce6a64903f..5de1e60094 100644 --- a/x/stakeibc/simulation/claim_undelegated_tokens.go +++ b/x/stakeibc/simulation/claim_undelegated_tokens.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgClaimUndelegatedTokens( diff --git a/x/stakeibc/simulation/delete_validator.go b/x/stakeibc/simulation/delete_validator.go index 2e357a1e80..66b7d234c8 100644 --- a/x/stakeibc/simulation/delete_validator.go +++ b/x/stakeibc/simulation/delete_validator.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgDeleteValidator( diff --git a/x/stakeibc/simulation/liquid_stake.go b/x/stakeibc/simulation/liquid_stake.go index f4bd108ea0..47194239fe 100644 --- a/x/stakeibc/simulation/liquid_stake.go +++ b/x/stakeibc/simulation/liquid_stake.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgLiquidStake( diff --git a/x/stakeibc/simulation/rebalance_validators.go b/x/stakeibc/simulation/rebalance_validators.go index 2c8cad66c7..b8aeebeed9 100644 --- a/x/stakeibc/simulation/rebalance_validators.go +++ b/x/stakeibc/simulation/rebalance_validators.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgRebalanceValidators( diff --git a/x/stakeibc/simulation/restore_interchain_account.go b/x/stakeibc/simulation/restore_interchain_account.go index b5b6d727a1..b4d4414686 100644 --- a/x/stakeibc/simulation/restore_interchain_account.go +++ b/x/stakeibc/simulation/restore_interchain_account.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgRestoreInterchainAccount( diff --git a/x/stakeibc/simulation/update_delegation.go b/x/stakeibc/simulation/update_delegation.go index dfc414949e..90fe2a2d73 100644 --- a/x/stakeibc/simulation/update_delegation.go +++ b/x/stakeibc/simulation/update_delegation.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/Stride-Labs/stride/v17/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func SimulateMsgUpdateValidatorSharesExchRate( diff --git a/x/stakeibc/types/address_unbonding.pb.go b/x/stakeibc/types/address_unbonding.pb.go index 08c36f4f53..1543b47408 100644 --- a/x/stakeibc/types/address_unbonding.pb.go +++ b/x/stakeibc/types/address_unbonding.pb.go @@ -119,28 +119,28 @@ func init() { var fileDescriptor_6491082275bcb473 = []byte{ // 348 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x51, 0xcd, 0x4a, 0xeb, 0x40, - 0x18, 0x4d, 0x7a, 0xdb, 0xde, 0x76, 0xee, 0x45, 0xcb, 0x50, 0x64, 0xe8, 0x22, 0xad, 0x2e, 0x34, - 0x9b, 0x26, 0xa8, 0x0b, 0xdd, 0x5a, 0x50, 0x28, 0x14, 0x91, 0xa8, 0x1b, 0x37, 0x21, 0x3f, 0x1f, - 0xe9, 0x50, 0x67, 0x26, 0x64, 0x26, 0x45, 0xdf, 0xc2, 0x17, 0xf1, 0x3d, 0xba, 0xec, 0x52, 0x5c, - 0x14, 0x69, 0x5f, 0x44, 0x3a, 0x49, 0xaa, 0xab, 0x99, 0xef, 0x9c, 0x33, 0xe7, 0x3b, 0xcc, 0x41, - 0x27, 0x52, 0x65, 0x34, 0x06, 0x57, 0xaa, 0x60, 0x06, 0x34, 0x8c, 0xdc, 0x20, 0x8e, 0x33, 0x90, - 0xd2, 0xcf, 0x79, 0x28, 0x78, 0x4c, 0x79, 0xe2, 0xa4, 0x99, 0x50, 0x02, 0xef, 0x17, 0x42, 0xa7, - 0x12, 0xf6, 0xba, 0x89, 0x48, 0x84, 0xe6, 0xdc, 0xed, 0xad, 0x90, 0x1d, 0xbd, 0xd7, 0x50, 0xe7, - 0xaa, 0xb0, 0x78, 0xac, 0x1c, 0x30, 0x41, 0x7f, 0x4b, 0x5b, 0x62, 0x0e, 0x4c, 0xbb, 0xed, 0x55, - 0x23, 0xee, 0xa1, 0x56, 0x06, 0x11, 0xd0, 0x39, 0x64, 0xa4, 0xa6, 0xa9, 0xdd, 0x8c, 0x2f, 0x11, - 0xd9, 0x85, 0xf0, 0x41, 0x2a, 0xca, 0x02, 0x05, 0xb1, 0xaf, 0x28, 0x03, 0xf2, 0x47, 0x6b, 0x0f, - 0x76, 0xfc, 0x75, 0x45, 0x3f, 0x50, 0x06, 0xf8, 0x06, 0x35, 0x03, 0x26, 0x72, 0xae, 0x48, 0x7d, - 0xab, 0x1b, 0x39, 0x8b, 0x55, 0xdf, 0xf8, 0x5c, 0xf5, 0x8f, 0x13, 0xaa, 0xa6, 0x79, 0xe8, 0x44, - 0x82, 0xb9, 0x91, 0x90, 0x4c, 0xc8, 0xf2, 0x18, 0xca, 0x78, 0xe6, 0xaa, 0xd7, 0x14, 0xa4, 0x33, - 0xe6, 0xca, 0x2b, 0x5f, 0xe3, 0x2e, 0x6a, 0xc4, 0xc0, 0x05, 0x23, 0x0d, 0xbd, 0xae, 0x18, 0xb0, - 0x8d, 0x3a, 0xd1, 0x73, 0x40, 0x99, 0x4f, 0xa5, 0x9f, 0x82, 0x5e, 0x4f, 0x5a, 0x03, 0xd3, 0x6e, - 0x79, 0x7b, 0x1a, 0x1f, 0xcb, 0xbb, 0x02, 0xc5, 0x87, 0xe8, 0x3f, 0xa4, 0x22, 0x9a, 0xfa, 0x3c, - 0x67, 0x21, 0x64, 0xa4, 0x3d, 0x30, 0xed, 0xba, 0xf7, 0x4f, 0x63, 0xb7, 0x1a, 0x1a, 0x4d, 0x16, - 0x6b, 0xcb, 0x5c, 0xae, 0x2d, 0xf3, 0x6b, 0x6d, 0x99, 0x6f, 0x1b, 0xcb, 0x58, 0x6e, 0x2c, 0xe3, - 0x63, 0x63, 0x19, 0x4f, 0x67, 0xbf, 0xc2, 0xde, 0xeb, 0xbf, 0x1f, 0x4e, 0x82, 0x50, 0xba, 0x65, - 0x61, 0xf3, 0xd3, 0x0b, 0xf7, 0xe5, 0xa7, 0x36, 0x1d, 0x3e, 0x6c, 0xea, 0x12, 0xce, 0xbf, 0x03, - 0x00, 0x00, 0xff, 0xff, 0xf8, 0xa1, 0x04, 0xd4, 0xd6, 0x01, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x51, 0xcd, 0x4e, 0xea, 0x40, + 0x18, 0x6d, 0xb9, 0xc0, 0x85, 0xb9, 0x37, 0x4a, 0x26, 0xc4, 0x4c, 0x58, 0x14, 0x74, 0xa1, 0xdd, + 0xd0, 0x46, 0xdd, 0xb0, 0x95, 0x44, 0x13, 0x12, 0x62, 0x4c, 0xd5, 0x8d, 0x9b, 0xa6, 0x3f, 0x5f, + 0xca, 0x04, 0x67, 0xa6, 0xe9, 0x4c, 0x89, 0xbe, 0x85, 0x2f, 0xe2, 0x7b, 0xb0, 0x64, 0x69, 0x5c, + 0x10, 0x03, 0x2f, 0x62, 0x98, 0xb6, 0xe8, 0x6a, 0xe6, 0x3b, 0xe7, 0xcc, 0xf9, 0x4e, 0xe6, 0xa0, + 0x33, 0xa9, 0x32, 0x1a, 0x83, 0x2b, 0x55, 0x30, 0x07, 0x1a, 0x46, 0x6e, 0x10, 0xc7, 0x19, 0x48, + 0xe9, 0xe7, 0x3c, 0x14, 0x3c, 0xa6, 0x3c, 0x71, 0xd2, 0x4c, 0x28, 0x81, 0x0f, 0x0b, 0xa1, 0x53, + 0x09, 0x7b, 0xdd, 0x44, 0x24, 0x42, 0x73, 0xee, 0xee, 0x56, 0xc8, 0x4e, 0xde, 0x6b, 0xa8, 0x73, + 0x55, 0x58, 0x3c, 0x56, 0x0e, 0x98, 0xa0, 0xbf, 0xa5, 0x2d, 0x31, 0x07, 0xa6, 0xdd, 0xf6, 0xaa, + 0x11, 0xf7, 0x50, 0x2b, 0x83, 0x08, 0xe8, 0x02, 0x32, 0x52, 0xd3, 0xd4, 0x7e, 0xc6, 0x23, 0x44, + 0xf6, 0x21, 0x7c, 0x90, 0x8a, 0xb2, 0x40, 0x41, 0xec, 0x2b, 0xca, 0x80, 0xfc, 0xd1, 0xda, 0xa3, + 0x3d, 0x7f, 0x5d, 0xd1, 0x0f, 0x94, 0x01, 0xbe, 0x41, 0xcd, 0x80, 0x89, 0x9c, 0x2b, 0x52, 0xdf, + 0xe9, 0xc6, 0xce, 0x72, 0xdd, 0x37, 0x3e, 0xd7, 0xfd, 0xd3, 0x84, 0xaa, 0x59, 0x1e, 0x3a, 0x91, + 0x60, 0x6e, 0x24, 0x24, 0x13, 0xb2, 0x3c, 0x86, 0x32, 0x9e, 0xbb, 0xea, 0x35, 0x05, 0xe9, 0x4c, + 0xb8, 0xf2, 0xca, 0xd7, 0xb8, 0x8b, 0x1a, 0x31, 0x70, 0xc1, 0x48, 0x43, 0xaf, 0x2b, 0x06, 0x6c, + 0xa3, 0x4e, 0xf4, 0x1c, 0x50, 0xe6, 0x53, 0xe9, 0xa7, 0xa0, 0xd7, 0x93, 0xd6, 0xc0, 0xb4, 0x5b, + 0xde, 0x81, 0xc6, 0x27, 0xf2, 0xae, 0x40, 0xf1, 0x31, 0xfa, 0x0f, 0xa9, 0x88, 0x66, 0x3e, 0xcf, + 0x59, 0x08, 0x19, 0x69, 0x0f, 0x4c, 0xbb, 0xee, 0xfd, 0xd3, 0xd8, 0xad, 0x86, 0xc6, 0xd3, 0xe5, + 0xc6, 0x32, 0x57, 0x1b, 0xcb, 0xfc, 0xda, 0x58, 0xe6, 0xdb, 0xd6, 0x32, 0x56, 0x5b, 0xcb, 0xf8, + 0xd8, 0x5a, 0xc6, 0xd3, 0xc5, 0xaf, 0xb0, 0xf7, 0xfa, 0xef, 0x87, 0xd3, 0x20, 0x94, 0x6e, 0x59, + 0xd8, 0xe2, 0x7c, 0xe4, 0xbe, 0xfc, 0xd4, 0xa6, 0xc3, 0x87, 0x4d, 0x5d, 0xc2, 0xe5, 0x77, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x62, 0xf7, 0xee, 0x59, 0xd6, 0x01, 0x00, 0x00, } func (m *AddressUnbonding) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/callbacks.pb.go b/x/stakeibc/types/callbacks.pb.go index 63353e02e3..0a44e5eb69 100644 --- a/x/stakeibc/types/callbacks.pb.go +++ b/x/stakeibc/types/callbacks.pb.go @@ -5,7 +5,7 @@ package types import ( fmt "fmt" - types1 "github.com/Stride-Labs/stride/v17/x/records/types" + types1 "github.com/Stride-Labs/stride/v18/x/records/types" github_com_cosmos_cosmos_sdk_types "github.com/cosmos/cosmos-sdk/types" types "github.com/cosmos/cosmos-sdk/types" _ "github.com/cosmos/gogoproto/gogoproto" @@ -770,66 +770,66 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/callbacks.proto", fileDescriptor_f41c99b09b96a5ac) } var fileDescriptor_f41c99b09b96a5ac = []byte{ - // 931 bytes of a gzipped FileDescriptorProto + // 932 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xcd, 0x6e, 0xdb, 0x46, 0x10, 0x36, 0xad, 0x34, 0xb6, 0x47, 0xf2, 0x1f, 0x11, 0xb4, 0xb2, 0xa0, 0x4a, 0x36, 0x53, 0xb4, - 0x41, 0x81, 0x90, 0xb0, 0x0b, 0xf4, 0xf7, 0x12, 0x5b, 0x46, 0x51, 0x01, 0x72, 0xd1, 0x52, 0x76, - 0x0e, 0xb9, 0x10, 0x4b, 0x72, 0x21, 0x2d, 0x4c, 0xee, 0x2a, 0xdc, 0xa5, 0x5d, 0xe7, 0x09, 0x7a, - 0xcc, 0xb5, 0x8f, 0xd0, 0x5e, 0xfa, 0x04, 0xbd, 0xf4, 0x94, 0x63, 0x8e, 0x45, 0x0f, 0x69, 0x61, - 0xbf, 0x48, 0xb1, 0x3f, 0xa4, 0x28, 0x39, 0x0d, 0xaa, 0xe6, 0x24, 0x71, 0xf6, 0x9b, 0x99, 0x6f, - 0xe6, 0x9b, 0xd9, 0x85, 0x2e, 0x17, 0x19, 0x89, 0xb1, 0xc7, 0x05, 0x3a, 0xc7, 0x24, 0x8c, 0xbc, - 0x08, 0x25, 0x49, 0x88, 0xa2, 0x73, 0xee, 0x4e, 0x32, 0x26, 0x98, 0xbd, 0xa9, 0x01, 0x6e, 0x01, - 0x68, 0xdd, 0x1b, 0xb1, 0x11, 0x53, 0x67, 0x9e, 0xfc, 0xa7, 0x61, 0xad, 0x4e, 0xc4, 0x78, 0xca, - 0xb8, 0x17, 0x22, 0x8e, 0xbd, 0x8b, 0xfd, 0x10, 0x0b, 0xb4, 0xef, 0x45, 0x8c, 0x50, 0x73, 0xde, - 0x36, 0x79, 0x32, 0x1c, 0xb1, 0x2c, 0xe6, 0xc5, 0xaf, 0x39, 0xbd, 0xc5, 0x62, 0xcc, 0xb8, 0x08, - 0x9e, 0x31, 0x8a, 0xff, 0x0d, 0x70, 0x81, 0x12, 0x12, 0x23, 0xc1, 0x32, 0x03, 0xd8, 0x9b, 0x07, - 0x90, 0x08, 0x05, 0x28, 0x8a, 0x58, 0x4e, 0x85, 0x86, 0x38, 0x97, 0xb0, 0x39, 0x9c, 0x24, 0x44, - 0x1c, 0xe3, 0x04, 0x8f, 0x90, 0x20, 0x8c, 0xda, 0x6d, 0x58, 0x2b, 0x03, 0x35, 0xad, 0x5d, 0xeb, - 0xc1, 0x9a, 0x3f, 0x35, 0xd8, 0x5f, 0xc3, 0x5d, 0x94, 0xca, 0x00, 0xcd, 0x65, 0x79, 0x74, 0xe4, - 0xbe, 0x78, 0xd5, 0x5d, 0xfa, 0xf3, 0x55, 0xf7, 0xc3, 0x11, 0x11, 0xe3, 0x3c, 0x74, 0x23, 0x96, - 0x7a, 0xa6, 0x6c, 0xfd, 0xf3, 0x90, 0xc7, 0xe7, 0x9e, 0xb8, 0x9a, 0x60, 0xee, 0xf6, 0xa9, 0xf0, - 0x8d, 0xb7, 0xf3, 0xab, 0x05, 0x5b, 0x26, 0x29, 0xee, 0x99, 0xf6, 0xda, 0xbb, 0xd0, 0x28, 0x8b, - 0x0c, 0x48, 0x6c, 0xb2, 0x83, 0xb4, 0x3d, 0x61, 0x14, 0xf7, 0x63, 0xfb, 0x63, 0xd8, 0x8e, 0xf1, - 0x84, 0x71, 0x22, 0x02, 0xdd, 0x2d, 0x09, 0x93, 0x4c, 0xee, 0xf8, 0x9b, 0xe6, 0xc0, 0x57, 0xf6, - 0x7e, 0x6c, 0x9f, 0xc0, 0x36, 0x97, 0xb5, 0x05, 0x71, 0x59, 0x1c, 0x6f, 0xd6, 0x76, 0x6b, 0x0f, - 0xea, 0x07, 0xbb, 0xee, 0x9c, 0x82, 0xee, 0x5c, 0x17, 0xfc, 0x2d, 0x3e, 0x6b, 0xe0, 0xce, 0x8f, - 0x16, 0xac, 0xf7, 0x12, 0x44, 0xd2, 0x92, 0xee, 0x17, 0xb0, 0x93, 0x73, 0x9c, 0x05, 0x19, 0x8e, - 0x71, 0x3a, 0x91, 0xa8, 0x0a, 0x29, 0xcd, 0xfd, 0x5d, 0x09, 0xf0, 0xcb, 0xf3, 0x92, 0xdb, 0x0e, - 0xac, 0x46, 0x63, 0x44, 0x68, 0x41, 0x7f, 0xcd, 0x5f, 0x51, 0xdf, 0xfd, 0xd8, 0xde, 0x83, 0x06, - 0x9e, 0xb0, 0x68, 0x1c, 0xd0, 0x3c, 0x0d, 0x71, 0xd6, 0xac, 0xa9, 0xea, 0xea, 0xca, 0xf6, 0xad, - 0x32, 0x39, 0x3f, 0x5b, 0xb0, 0xe5, 0x63, 0x42, 0x2f, 0x30, 0x17, 0x25, 0x1b, 0x0e, 0x9b, 0x99, - 0xb1, 0x05, 0x46, 0x22, 0xc9, 0xa1, 0x7e, 0xb0, 0xe3, 0x6a, 0x25, 0x5c, 0x39, 0x87, 0xae, 0x99, - 0x43, 0xb7, 0xc7, 0x08, 0x3d, 0xf2, 0xa4, 0x7a, 0xbf, 0xfc, 0xd5, 0xfd, 0xe8, 0x3f, 0xa8, 0x27, - 0x1d, 0xfc, 0x8d, 0x22, 0xc5, 0xa1, 0xca, 0x70, 0x4b, 0xb1, 0xda, 0xbc, 0x62, 0xce, 0xef, 0x16, - 0xd8, 0x67, 0x34, 0x5e, 0x5c, 0xea, 0xd7, 0xca, 0xb7, 0xfc, 0x7f, 0xe5, 0xb3, 0xbf, 0x82, 0x96, - 0x6e, 0x6b, 0x4e, 0x43, 0x46, 0x63, 0x42, 0x47, 0x53, 0xb1, 0xf4, 0x58, 0xdc, 0xf1, 0xdf, 0x53, - 0x88, 0xb3, 0x02, 0x50, 0xa8, 0xc5, 0x1d, 0x0e, 0xf6, 0x54, 0xc4, 0x05, 0x6a, 0x78, 0x73, 0xd2, - 0xe5, 0x37, 0x27, 0xfd, 0xc9, 0x82, 0xba, 0x8f, 0x43, 0x94, 0x20, 0x1a, 0x11, 0x3a, 0xb2, 0xef, - 0xc3, 0x3a, 0xcf, 0xa2, 0x60, 0x7e, 0x39, 0x1b, 0x3c, 0x8b, 0x1e, 0x97, 0xfb, 0x79, 0x1f, 0xd6, - 0x63, 0x2e, 0x2a, 0x20, 0x3d, 0x5d, 0x8d, 0x98, 0x8b, 0x29, 0xe8, 0x11, 0xd4, 0x50, 0x2a, 0xb4, - 0x58, 0x0b, 0x6f, 0xb0, 0x74, 0x75, 0x2e, 0x61, 0xbb, 0xa0, 0xb6, 0x88, 0xa6, 0x8f, 0xa0, 0x91, - 0x4d, 0x2b, 0x2a, 0xe4, 0x6c, 0xdf, 0x92, 0xb3, 0x52, 0xb6, 0x3f, 0xe3, 0xe1, 0x9c, 0x41, 0xf3, - 0x18, 0x0b, 0x76, 0x8e, 0x29, 0x79, 0x86, 0x87, 0x63, 0x94, 0x61, 0x5e, 0xd9, 0xc7, 0x15, 0x73, - 0x07, 0x98, 0xc9, 0xef, 0x16, 0x81, 0x8b, 0x9b, 0x75, 0x30, 0x3c, 0x39, 0x95, 0xbe, 0xc7, 0xe6, - 0xaa, 0x28, 0xf0, 0xce, 0x6f, 0x16, 0x6c, 0x0c, 0x86, 0x27, 0x03, 0xf2, 0x34, 0x27, 0xf1, 0x50, - 0xd2, 0x78, 0x8b, 0x68, 0xf6, 0xa7, 0xb0, 0x56, 0x36, 0x42, 0x09, 0x20, 0x97, 0x70, 0xbe, 0xc6, - 0x6f, 0x4c, 0x5b, 0xfc, 0xd5, 0xa2, 0x41, 0xf6, 0xe7, 0xd5, 0xab, 0xb7, 0xa6, 0xfc, 0x5a, 0xb7, - 0xfc, 0x4a, 0x19, 0x2b, 0xd7, 0xb2, 0xf3, 0x14, 0x3e, 0x28, 0xed, 0xba, 0x2b, 0xa7, 0x4c, 0x71, - 0xe3, 0xdf, 0xe7, 0x38, 0xbb, 0x2a, 0x5b, 0xd4, 0x87, 0xad, 0x84, 0xa7, 0x41, 0xa2, 0xea, 0x0c, - 0x54, 0xcc, 0xf9, 0xea, 0xca, 0x44, 0xb3, 0xfd, 0xf0, 0x37, 0x12, 0x9e, 0x56, 0xbe, 0x9d, 0xe7, - 0x16, 0xb4, 0xcd, 0x82, 0x15, 0x39, 0x67, 0x73, 0x4d, 0xa0, 0x4d, 0x28, 0x11, 0x04, 0x25, 0xd3, - 0x71, 0xac, 0x2c, 0xb3, 0x1e, 0x8f, 0x85, 0xc7, 0xaf, 0x65, 0x62, 0x96, 0xe5, 0x4e, 0x97, 0xdc, - 0xc9, 0x61, 0xaf, 0xc7, 0xd2, 0x34, 0xa7, 0x44, 0x5c, 0x7d, 0xc7, 0x58, 0x72, 0xa4, 0x07, 0x74, - 0x96, 0xd6, 0x97, 0xb0, 0x2a, 0xdf, 0x41, 0x19, 0x51, 0x51, 0xd8, 0x78, 0x4d, 0xe9, 0xfd, 0xde, - 0xe1, 0xa1, 0x7e, 0x27, 0x4f, 0xaf, 0x26, 0xd8, 0x5f, 0x21, 0x11, 0x92, 0x7f, 0xec, 0x7b, 0xf0, - 0x4e, 0x8c, 0x29, 0x4b, 0xcd, 0x56, 0xe9, 0x0f, 0xe7, 0x31, 0xd8, 0xa7, 0x19, 0x8a, 0xb1, 0xcf, - 0xf2, 0xca, 0x0d, 0xb7, 0x27, 0x67, 0xfd, 0x12, 0x65, 0x71, 0xa0, 0x5d, 0xf4, 0x36, 0xd4, 0xb5, - 0xed, 0x58, 0x9a, 0xec, 0xf7, 0x41, 0x2d, 0x47, 0x50, 0x8d, 0xa9, 0x26, 0x47, 0x1d, 0x1f, 0x0d, - 0x5e, 0x5c, 0x77, 0xac, 0x97, 0xd7, 0x1d, 0xeb, 0xef, 0xeb, 0x8e, 0xf5, 0xfc, 0xa6, 0xb3, 0xf4, - 0xf2, 0xa6, 0xb3, 0xf4, 0xc7, 0x4d, 0x67, 0xe9, 0xc9, 0x41, 0xa5, 0x59, 0x43, 0xc5, 0xfd, 0xe1, - 0x00, 0x85, 0xdc, 0x33, 0x0f, 0xfe, 0xc5, 0xfe, 0x67, 0xde, 0x0f, 0xd3, 0x67, 0x5f, 0x35, 0x2f, - 0xbc, 0xab, 0x5e, 0xfc, 0x4f, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x8c, 0xa0, 0x9a, 0xa7, 0xde, - 0x08, 0x00, 0x00, + 0x41, 0x81, 0x90, 0xb0, 0x0b, 0x14, 0x69, 0x7b, 0x89, 0x2d, 0xa3, 0xa8, 0x00, 0xb9, 0x68, 0x29, + 0x3b, 0x87, 0x5c, 0x88, 0x25, 0xb9, 0x90, 0x16, 0x26, 0x77, 0x15, 0xee, 0xd2, 0xae, 0xf3, 0x04, + 0x3d, 0xe6, 0xda, 0x47, 0x68, 0x2f, 0x7d, 0x82, 0x5e, 0x7a, 0xca, 0x31, 0xc7, 0xa2, 0x87, 0xb4, + 0xb0, 0x5f, 0xa4, 0xd8, 0x1f, 0x52, 0x94, 0x9c, 0x06, 0x55, 0x73, 0x92, 0x38, 0xfb, 0xcd, 0xcc, + 0x37, 0xf3, 0xcd, 0xec, 0x42, 0x97, 0x8b, 0x8c, 0xc4, 0xd8, 0xe3, 0x02, 0x9d, 0x63, 0x12, 0x46, + 0x5e, 0x84, 0x92, 0x24, 0x44, 0xd1, 0x39, 0x77, 0x27, 0x19, 0x13, 0xcc, 0xde, 0xd4, 0x00, 0xb7, + 0x00, 0xb4, 0xee, 0x8d, 0xd8, 0x88, 0xa9, 0x33, 0x4f, 0xfe, 0xd3, 0xb0, 0x56, 0x27, 0x62, 0x3c, + 0x65, 0xdc, 0x0b, 0x11, 0xc7, 0xde, 0xc5, 0x7e, 0x88, 0x05, 0xda, 0xf7, 0x22, 0x46, 0xa8, 0x39, + 0x6f, 0x9b, 0x3c, 0x19, 0x8e, 0x58, 0x16, 0xf3, 0xe2, 0xd7, 0x9c, 0xde, 0x62, 0x31, 0x66, 0x5c, + 0x04, 0xcf, 0x19, 0xc5, 0xff, 0x06, 0xb8, 0x40, 0x09, 0x89, 0x91, 0x60, 0x99, 0x01, 0xec, 0xcd, + 0x03, 0x48, 0x84, 0x02, 0x14, 0x45, 0x2c, 0xa7, 0x42, 0x43, 0x9c, 0x4b, 0xd8, 0x1c, 0x4e, 0x12, + 0x22, 0x8e, 0x71, 0x82, 0x47, 0x48, 0x10, 0x46, 0xed, 0x36, 0xac, 0x95, 0x81, 0x9a, 0xd6, 0xae, + 0xf5, 0x60, 0xcd, 0x9f, 0x1a, 0xec, 0xaf, 0xe1, 0x2e, 0x4a, 0x65, 0x80, 0xe6, 0xb2, 0x3c, 0x3a, + 0x72, 0x5f, 0xbe, 0xee, 0x2e, 0xfd, 0xf9, 0xba, 0xfb, 0xf1, 0x88, 0x88, 0x71, 0x1e, 0xba, 0x11, + 0x4b, 0x3d, 0x53, 0xb6, 0xfe, 0x79, 0xc8, 0xe3, 0x73, 0x4f, 0x5c, 0x4d, 0x30, 0x77, 0xfb, 0x54, + 0xf8, 0xc6, 0xdb, 0xf9, 0xd5, 0x82, 0x2d, 0x93, 0x14, 0xf7, 0x4c, 0x7b, 0xed, 0x5d, 0x68, 0x94, + 0x45, 0x06, 0x24, 0x36, 0xd9, 0x41, 0xda, 0x9e, 0x32, 0x8a, 0xfb, 0xb1, 0xfd, 0x29, 0x6c, 0xc7, + 0x78, 0xc2, 0x38, 0x11, 0x81, 0xee, 0x96, 0x84, 0x49, 0x26, 0x77, 0xfc, 0x4d, 0x73, 0xe0, 0x2b, + 0x7b, 0x3f, 0xb6, 0x4f, 0x60, 0x9b, 0xcb, 0xda, 0x82, 0xb8, 0x2c, 0x8e, 0x37, 0x6b, 0xbb, 0xb5, + 0x07, 0xf5, 0x83, 0x5d, 0x77, 0x4e, 0x41, 0x77, 0xae, 0x0b, 0xfe, 0x16, 0x9f, 0x35, 0x70, 0xe7, + 0x47, 0x0b, 0xd6, 0x7b, 0x09, 0x22, 0x69, 0x49, 0xf7, 0x0b, 0xd8, 0xc9, 0x39, 0xce, 0x82, 0x0c, + 0xc7, 0x38, 0x9d, 0x48, 0x54, 0x85, 0x94, 0xe6, 0xfe, 0xbe, 0x04, 0xf8, 0xe5, 0x79, 0xc9, 0x6d, + 0x07, 0x56, 0xa3, 0x31, 0x22, 0xb4, 0xa0, 0xbf, 0xe6, 0xaf, 0xa8, 0xef, 0x7e, 0x6c, 0xef, 0x41, + 0x03, 0x4f, 0x58, 0x34, 0x0e, 0x68, 0x9e, 0x86, 0x38, 0x6b, 0xd6, 0x54, 0x75, 0x75, 0x65, 0xfb, + 0x56, 0x99, 0x9c, 0x9f, 0x2d, 0xd8, 0xf2, 0x31, 0xa1, 0x17, 0x98, 0x8b, 0x92, 0x0d, 0x87, 0xcd, + 0xcc, 0xd8, 0x02, 0x23, 0x91, 0xe4, 0x50, 0x3f, 0xd8, 0x71, 0xb5, 0x12, 0xae, 0x9c, 0x43, 0xd7, + 0xcc, 0xa1, 0xdb, 0x63, 0x84, 0x1e, 0x79, 0x52, 0xbd, 0x5f, 0xfe, 0xea, 0x7e, 0xf2, 0x1f, 0xd4, + 0x93, 0x0e, 0xfe, 0x46, 0x91, 0xe2, 0x50, 0x65, 0xb8, 0xa5, 0x58, 0x6d, 0x5e, 0x31, 0xe7, 0x77, + 0x0b, 0xec, 0x33, 0x1a, 0x2f, 0x2e, 0xf5, 0x1b, 0xe5, 0x5b, 0xfe, 0xbf, 0xf2, 0xd9, 0x5f, 0x41, + 0x4b, 0xb7, 0x35, 0xa7, 0x21, 0xa3, 0x31, 0xa1, 0xa3, 0xa9, 0x58, 0x7a, 0x2c, 0xee, 0xf8, 0x1f, + 0x28, 0xc4, 0x59, 0x01, 0x28, 0xd4, 0xe2, 0x0e, 0x07, 0x7b, 0x2a, 0xe2, 0x02, 0x35, 0xbc, 0x3d, + 0xe9, 0xf2, 0xdb, 0x93, 0xfe, 0x64, 0x41, 0xdd, 0xc7, 0x21, 0x4a, 0x10, 0x8d, 0x08, 0x1d, 0xd9, + 0xf7, 0x61, 0x9d, 0x67, 0x51, 0x30, 0xbf, 0x9c, 0x0d, 0x9e, 0x45, 0x4f, 0xca, 0xfd, 0xbc, 0x0f, + 0xeb, 0x31, 0x17, 0x15, 0x90, 0x9e, 0xae, 0x46, 0xcc, 0xc5, 0x14, 0xf4, 0x18, 0x6a, 0x28, 0x15, + 0x5a, 0xac, 0x85, 0x37, 0x58, 0xba, 0x3a, 0x97, 0xb0, 0x5d, 0x50, 0x5b, 0x44, 0xd3, 0xc7, 0xd0, + 0xc8, 0xa6, 0x15, 0x15, 0x72, 0xb6, 0x6f, 0xc9, 0x59, 0x29, 0xdb, 0x9f, 0xf1, 0x70, 0xce, 0xa0, + 0x79, 0x8c, 0x05, 0x3b, 0xc7, 0x94, 0x3c, 0xc7, 0xc3, 0x31, 0xca, 0x30, 0xaf, 0xec, 0xe3, 0x8a, + 0xb9, 0x03, 0xcc, 0xe4, 0x77, 0x8b, 0xc0, 0xc5, 0xcd, 0x3a, 0x18, 0x9e, 0x9c, 0x4a, 0xdf, 0x63, + 0x73, 0x55, 0x14, 0x78, 0xe7, 0x37, 0x0b, 0x36, 0x06, 0xc3, 0x93, 0x01, 0x79, 0x96, 0x93, 0x78, + 0x28, 0x69, 0xbc, 0x43, 0x34, 0xfb, 0x73, 0x58, 0x2b, 0x1b, 0xa1, 0x04, 0x90, 0x4b, 0x38, 0x5f, + 0xe3, 0x37, 0xa6, 0x2d, 0xfe, 0x6a, 0xd1, 0x20, 0xfb, 0x51, 0xf5, 0xea, 0xad, 0x29, 0xbf, 0xd6, + 0x2d, 0xbf, 0x52, 0xc6, 0xca, 0xb5, 0xec, 0x3c, 0x83, 0x8f, 0x4a, 0xbb, 0xee, 0xca, 0x29, 0x53, + 0xdc, 0xf8, 0xf7, 0x39, 0xce, 0xae, 0xca, 0x16, 0xf5, 0x61, 0x2b, 0xe1, 0x69, 0x90, 0xa8, 0x3a, + 0x03, 0x15, 0x73, 0xbe, 0xba, 0x32, 0xd1, 0x6c, 0x3f, 0xfc, 0x8d, 0x84, 0xa7, 0x95, 0x6f, 0xe7, + 0x85, 0x05, 0x6d, 0xb3, 0x60, 0x45, 0xce, 0xd9, 0x5c, 0x13, 0x68, 0x13, 0x4a, 0x04, 0x41, 0xc9, + 0x74, 0x1c, 0x2b, 0xcb, 0xac, 0xc7, 0x63, 0xe1, 0xf1, 0x6b, 0x99, 0x98, 0x65, 0xb9, 0xd3, 0x25, + 0x77, 0x72, 0xd8, 0xeb, 0xb1, 0x34, 0xcd, 0x29, 0x11, 0x57, 0xdf, 0x31, 0x96, 0x1c, 0xe9, 0x01, + 0x9d, 0xa5, 0xf5, 0x25, 0xac, 0xca, 0x77, 0x50, 0x46, 0x54, 0x14, 0x36, 0xde, 0x50, 0x7a, 0xbf, + 0x77, 0x78, 0xa8, 0xdf, 0xc9, 0xd3, 0xab, 0x09, 0xf6, 0x57, 0x48, 0x84, 0xe4, 0x1f, 0xfb, 0x1e, + 0xbc, 0x17, 0x63, 0xca, 0x52, 0xb3, 0x55, 0xfa, 0xc3, 0x79, 0x02, 0xf6, 0x69, 0x86, 0x62, 0xec, + 0xb3, 0xbc, 0x72, 0xc3, 0xed, 0xc9, 0x59, 0xbf, 0x44, 0x59, 0x1c, 0x68, 0x17, 0xbd, 0x0d, 0x75, + 0x6d, 0x3b, 0x96, 0x26, 0xfb, 0x43, 0x50, 0xcb, 0x11, 0x54, 0x63, 0xaa, 0xc9, 0x51, 0xc7, 0x47, + 0x83, 0x97, 0xd7, 0x1d, 0xeb, 0xd5, 0x75, 0xc7, 0xfa, 0xfb, 0xba, 0x63, 0xbd, 0xb8, 0xe9, 0x2c, + 0xbd, 0xba, 0xe9, 0x2c, 0xfd, 0x71, 0xd3, 0x59, 0x7a, 0x7a, 0x50, 0x69, 0xd6, 0x50, 0x71, 0x7f, + 0x38, 0x40, 0x21, 0xf7, 0xcc, 0x83, 0x7f, 0xb1, 0xff, 0xc8, 0xfb, 0x61, 0xfa, 0xec, 0xab, 0xe6, + 0x85, 0x77, 0xd5, 0x8b, 0xff, 0xd9, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x16, 0xf6, 0x70, 0x2a, + 0xde, 0x08, 0x00, 0x00, } func (m *SplitDelegation) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/epoch_tracker.pb.go b/x/stakeibc/types/epoch_tracker.pb.go index 2e80205963..7e8225c0ce 100644 --- a/x/stakeibc/types/epoch_tracker.pb.go +++ b/x/stakeibc/types/epoch_tracker.pb.go @@ -114,8 +114,8 @@ var fileDescriptor_e7c48143f24adf66 = []byte{ 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x7e, 0xd4, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, - 0x06, 0x4a, 0x99, 0xa1, 0xb9, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, - 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x04, 0xe8, 0x48, 0xc6, 0x3a, 0x01, 0x00, + 0x06, 0x4a, 0x99, 0xa1, 0x85, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, + 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xbe, 0xa2, 0x4b, 0x3a, 0x01, 0x00, 0x00, } diff --git a/x/stakeibc/types/expected_keepers.go b/x/stakeibc/types/expected_keepers.go index e870c8b3a6..1eea3791c3 100644 --- a/x/stakeibc/types/expected_keepers.go +++ b/x/stakeibc/types/expected_keepers.go @@ -7,7 +7,7 @@ import ( ccvtypes "github.com/cosmos/interchain-security/v3/x/ccv/types" - ratelimittypes "github.com/Stride-Labs/stride/v17/x/ratelimit/types" + ratelimittypes "github.com/Stride-Labs/stride/v18/x/ratelimit/types" ) // AccountKeeper defines the expected account keeper used for simulations (noalias) diff --git a/x/stakeibc/types/genesis.pb.go b/x/stakeibc/types/genesis.pb.go index 22f75959e2..efa0bee1a8 100644 --- a/x/stakeibc/types/genesis.pb.go +++ b/x/stakeibc/types/genesis.pb.go @@ -103,26 +103,26 @@ var fileDescriptor_dea81129ed6fb77a = []byte{ // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xcf, 0x4e, 0xea, 0x40, 0x14, 0xc6, 0x5b, 0x18, 0x4a, 0x19, 0xc8, 0xbd, 0x4d, 0x73, 0x13, 0xb8, 0xe4, 0x52, 0xc8, 0x75, - 0xc3, 0xc6, 0x36, 0x62, 0x8c, 0x7b, 0x12, 0xa2, 0x36, 0x2c, 0x14, 0x5c, 0xb1, 0x69, 0xda, 0x32, - 0x69, 0x27, 0x08, 0xd3, 0x74, 0x8e, 0x46, 0x7d, 0x0a, 0x57, 0x3e, 0x13, 0x4b, 0x96, 0xae, 0x8c, - 0x81, 0x17, 0x31, 0xed, 0x8c, 0xff, 0xca, 0x6e, 0xce, 0x7c, 0xbf, 0xfc, 0xce, 0x97, 0x83, 0x3b, - 0x1c, 0x52, 0x3a, 0x27, 0x0e, 0x07, 0x7f, 0x41, 0x68, 0x10, 0x3a, 0x11, 0x59, 0x11, 0x4e, 0xb9, - 0x9d, 0xa4, 0x0c, 0x98, 0xf9, 0x5b, 0xc4, 0xf6, 0x47, 0xdc, 0xfe, 0x13, 0xb1, 0x88, 0xe5, 0x99, - 0x93, 0xbd, 0x04, 0xd6, 0xfe, 0x57, 0xb4, 0x24, 0x7e, 0xea, 0x2f, 0xa5, 0xa4, 0xdd, 0x2d, 0xa6, - 0x31, 0xe3, 0xe0, 0x3d, 0xb2, 0x15, 0x91, 0xc0, 0x41, 0x11, 0x20, 0x09, 0x0b, 0x63, 0x0f, 0x52, - 0x3f, 0x5c, 0x90, 0x54, 0x40, 0xff, 0x9f, 0x4b, 0xb8, 0x71, 0x26, 0xca, 0x4d, 0xc1, 0x07, 0x62, - 0x9e, 0x60, 0x4d, 0xac, 0x69, 0xa9, 0x3d, 0xb5, 0x5f, 0x1f, 0x34, 0xed, 0x42, 0x59, 0xfb, 0x32, - 0x8f, 0x87, 0x68, 0xfd, 0xda, 0x55, 0x26, 0x12, 0x36, 0x9b, 0xb8, 0x9a, 0xb0, 0x14, 0x3c, 0x3a, - 0x6f, 0x95, 0x7a, 0x6a, 0xbf, 0x36, 0xd1, 0xb2, 0xf1, 0x62, 0x6e, 0x8e, 0xf0, 0xaf, 0xcf, 0x62, - 0xde, 0x0d, 0xe5, 0xd0, 0xaa, 0xf4, 0xca, 0xfd, 0xfa, 0xe0, 0xef, 0x9e, 0xf7, 0x9c, 0x71, 0x98, - 0xb1, 0x15, 0x91, 0xe6, 0x46, 0x2c, 0xe7, 0x31, 0xe5, 0x60, 0x5e, 0x61, 0xf3, 0x47, 0x7d, 0xa1, - 0xc2, 0xb9, 0xaa, 0xb3, 0xa7, 0x1a, 0x65, 0xe8, 0xb5, 0x20, 0xa5, 0xce, 0x20, 0xdf, 0xfe, 0x32, - 0xa5, 0x8b, 0xf4, 0xb2, 0x81, 0x5c, 0xa4, 0x23, 0xa3, 0xe2, 0x22, 0x5d, 0x33, 0xaa, 0x2e, 0xd2, - 0x6b, 0x06, 0x76, 0x91, 0x5e, 0x37, 0x1a, 0xc3, 0xf1, 0x7a, 0x6b, 0xa9, 0x9b, 0xad, 0xa5, 0xbe, - 0x6d, 0x2d, 0xf5, 0x69, 0x67, 0x29, 0x9b, 0x9d, 0xa5, 0xbc, 0xec, 0x2c, 0x65, 0x36, 0x88, 0x28, - 0xc4, 0xb7, 0x81, 0x1d, 0xb2, 0xa5, 0x33, 0xcd, 0x17, 0x1f, 0x8e, 0xfd, 0x80, 0x3b, 0xf2, 0xdc, - 0x77, 0x47, 0xa7, 0xce, 0xfd, 0xd7, 0xd1, 0xe1, 0x21, 0x21, 0x3c, 0xd0, 0xf2, 0x6b, 0x1f, 0xbf, - 0x07, 0x00, 0x00, 0xff, 0xff, 0x40, 0x31, 0x02, 0xe1, 0x19, 0x02, 0x00, 0x00, + 0xc3, 0xc6, 0x36, 0x62, 0x4c, 0x5c, 0x93, 0x10, 0xb5, 0x61, 0xa1, 0xe0, 0x8a, 0x4d, 0xd3, 0x96, + 0x49, 0x3b, 0x41, 0x98, 0xa6, 0x73, 0x34, 0xea, 0x53, 0xb8, 0xf2, 0x99, 0x58, 0xb2, 0x74, 0x65, + 0x0c, 0xbc, 0x88, 0x69, 0x67, 0xfc, 0x57, 0x76, 0x73, 0xe6, 0xfb, 0xe5, 0x77, 0xbe, 0x1c, 0xdc, + 0xe1, 0x90, 0xd2, 0x39, 0x71, 0x38, 0xf8, 0x0b, 0x42, 0x83, 0xd0, 0x89, 0xc8, 0x8a, 0x70, 0xca, + 0xed, 0x24, 0x65, 0xc0, 0xcc, 0xdf, 0x22, 0xb6, 0x3f, 0xe2, 0xf6, 0x9f, 0x88, 0x45, 0x2c, 0xcf, + 0x9c, 0xec, 0x25, 0xb0, 0xf6, 0xbf, 0xa2, 0x25, 0xf1, 0x53, 0x7f, 0x29, 0x25, 0xed, 0x6e, 0x31, + 0x8d, 0x19, 0x07, 0xef, 0x91, 0xad, 0x88, 0x04, 0x0e, 0x8a, 0x00, 0x49, 0x58, 0x18, 0x7b, 0x90, + 0xfa, 0xe1, 0x82, 0xa4, 0x02, 0xfa, 0xff, 0x5c, 0xc2, 0x8d, 0x33, 0x51, 0x6e, 0x0a, 0x3e, 0x10, + 0xf3, 0x04, 0x6b, 0x62, 0x4d, 0x4b, 0xed, 0xa9, 0xfd, 0xfa, 0xa0, 0x69, 0x17, 0xca, 0xda, 0x97, + 0x79, 0x3c, 0x44, 0xeb, 0xd7, 0xae, 0x32, 0x91, 0xb0, 0xd9, 0xc4, 0xd5, 0x84, 0xa5, 0xe0, 0xd1, + 0x79, 0xab, 0xd4, 0x53, 0xfb, 0xb5, 0x89, 0x96, 0x8d, 0x17, 0x73, 0x73, 0x84, 0x7f, 0x7d, 0x16, + 0xf3, 0x6e, 0x28, 0x87, 0x56, 0xa5, 0x57, 0xee, 0xd7, 0x07, 0x7f, 0xf7, 0xbc, 0xe7, 0x8c, 0xc3, + 0x8c, 0xad, 0x88, 0x34, 0x37, 0x62, 0x39, 0x8f, 0x29, 0x07, 0xf3, 0x0a, 0x9b, 0x3f, 0xea, 0x0b, + 0x15, 0xce, 0x55, 0x9d, 0x3d, 0xd5, 0x28, 0x43, 0xaf, 0x05, 0x29, 0x75, 0x06, 0xf9, 0xf6, 0x97, + 0x29, 0x5d, 0xa4, 0x97, 0x0d, 0xe4, 0x22, 0x1d, 0x19, 0x15, 0x17, 0xe9, 0x9a, 0x51, 0x75, 0x91, + 0x5e, 0x33, 0xb0, 0x8b, 0xf4, 0xba, 0xd1, 0x18, 0x8e, 0xd7, 0x5b, 0x4b, 0xdd, 0x6c, 0x2d, 0xf5, + 0x6d, 0x6b, 0xa9, 0x4f, 0x3b, 0x4b, 0xd9, 0xec, 0x2c, 0xe5, 0x65, 0x67, 0x29, 0xb3, 0x41, 0x44, + 0x21, 0xbe, 0x0d, 0xec, 0x90, 0x2d, 0x9d, 0x69, 0xbe, 0xf8, 0x70, 0xec, 0x07, 0xdc, 0x91, 0xe7, + 0xbe, 0x3b, 0x3a, 0x75, 0xee, 0xbf, 0x8e, 0x0e, 0x0f, 0x09, 0xe1, 0x81, 0x96, 0x5f, 0xfb, 0xf8, + 0x3d, 0x00, 0x00, 0xff, 0xff, 0xda, 0x67, 0xe8, 0x6c, 0x19, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/genesis_test.go b/x/stakeibc/types/genesis_test.go index 8503c19ef3..47e10aa57e 100644 --- a/x/stakeibc/types/genesis_test.go +++ b/x/stakeibc/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/stakeibc/types/gov.pb.go b/x/stakeibc/types/gov.pb.go index 2751a954b2..5af306a3be 100644 --- a/x/stakeibc/types/gov.pb.go +++ b/x/stakeibc/types/gov.pb.go @@ -132,8 +132,8 @@ var fileDescriptor_8204317b384c5680 = []byte{ 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x46, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0xe0, 0x80, 0xd4, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xc6, 0x7c, 0x99, 0xa1, - 0xb9, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0x44, 0x93, 0x9e, 0x9d, 0x61, 0x02, 0x00, 0x00, + 0x85, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, + 0x08, 0x00, 0x00, 0xff, 0xff, 0xde, 0xc5, 0x74, 0x10, 0x61, 0x02, 0x00, 0x00, } func (this *AddValidatorsProposal) Equal(that interface{}) bool { diff --git a/x/stakeibc/types/host_zone.pb.go b/x/stakeibc/types/host_zone.pb.go index 0400549f2e..e6fa92adc6 100644 --- a/x/stakeibc/types/host_zone.pb.go +++ b/x/stakeibc/types/host_zone.pb.go @@ -232,56 +232,56 @@ var fileDescriptor_f81bf5b42c61245a = []byte{ // 835 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xcf, 0x6e, 0xdb, 0x36, 0x18, 0xc0, 0xe3, 0x55, 0x4d, 0x14, 0xb6, 0x89, 0x65, 0xc5, 0xf5, 0x94, 0x74, 0x71, 0x9c, 0xec, - 0x0f, 0xb2, 0x43, 0x6c, 0x2c, 0x3d, 0x14, 0x18, 0x76, 0x58, 0x3b, 0x0f, 0xa8, 0x8d, 0xa0, 0x28, + 0x0f, 0xb2, 0x43, 0x6c, 0x2c, 0x3d, 0x6c, 0x18, 0x76, 0x58, 0x3b, 0x0f, 0xa8, 0x8d, 0xa0, 0x28, 0x14, 0x60, 0x87, 0xee, 0x20, 0x50, 0xe2, 0x67, 0x8b, 0xab, 0x44, 0x7a, 0x24, 0xdd, 0xb8, 0x7b, 0x8a, 0x3d, 0x4c, 0x1f, 0xa2, 0xc7, 0xa2, 0xbb, 0x0c, 0x3b, 0x14, 0x43, 0xf2, 0x22, 0x83, 0x28, 0xc9, 0x96, 0xad, 0x0c, 0x42, 0x01, 0x9f, 0x22, 0x7e, 0x7f, 0x7e, 0x3f, 0x7d, 0x14, 0x15, 0x0b, - 0x1d, 0x49, 0x25, 0x28, 0x81, 0x9e, 0x54, 0xf8, 0x15, 0x50, 0x3f, 0xe8, 0x85, 0x5c, 0x2a, 0xef, + 0x1d, 0x49, 0x25, 0x28, 0x81, 0x9e, 0x54, 0xf8, 0x25, 0x50, 0x3f, 0xe8, 0x85, 0x5c, 0x2a, 0xef, 0x0f, 0xce, 0xa0, 0x3b, 0x11, 0x5c, 0x71, 0xbb, 0x9e, 0x16, 0x74, 0xf3, 0x82, 0x83, 0x52, 0xc7, - 0x6b, 0x1c, 0x51, 0x82, 0x15, 0x17, 0x69, 0xc7, 0x41, 0x73, 0xcc, 0xc7, 0x5c, 0x5f, 0xf6, 0x92, + 0x2b, 0x1c, 0x51, 0x82, 0x15, 0x17, 0x69, 0xc7, 0x41, 0x73, 0xcc, 0xc7, 0x5c, 0x5f, 0xf6, 0x92, 0xab, 0x2c, 0xba, 0x1f, 0x70, 0x19, 0x73, 0xe9, 0xa5, 0x89, 0x74, 0x91, 0xa6, 0x4e, 0xfe, 0xaa, - 0x23, 0xf3, 0x19, 0x97, 0xea, 0x25, 0x67, 0x60, 0xef, 0x23, 0x33, 0x08, 0x31, 0x65, 0x1e, 0x25, + 0x23, 0xf3, 0x29, 0x97, 0xea, 0x05, 0x67, 0x60, 0xef, 0x23, 0x33, 0x08, 0x31, 0x65, 0x1e, 0x25, 0x4e, 0xad, 0x53, 0x3b, 0xdd, 0x76, 0xb7, 0xf4, 0x7a, 0x40, 0xec, 0x13, 0x74, 0xdf, 0x87, 0x20, - 0x7c, 0x74, 0x3e, 0x11, 0x30, 0xa2, 0x33, 0xa7, 0xa1, 0xd3, 0x4b, 0x31, 0xfb, 0x4b, 0xb4, 0x13, - 0x70, 0xc6, 0x20, 0x50, 0x94, 0x6b, 0xc6, 0x67, 0x69, 0xd1, 0x22, 0x38, 0x20, 0x76, 0x17, 0xed, + 0x7c, 0x74, 0x3e, 0x11, 0x30, 0xa2, 0x33, 0xa7, 0xa1, 0xd3, 0x4b, 0x31, 0xfb, 0x73, 0xb4, 0x13, + 0x70, 0xc6, 0x20, 0x50, 0x94, 0x6b, 0xc6, 0x27, 0x69, 0xd1, 0x22, 0x38, 0x20, 0x76, 0x17, 0xed, 0x29, 0x81, 0x99, 0x1c, 0x81, 0xf0, 0x82, 0x10, 0x33, 0x06, 0x51, 0x52, 0x7a, 0x5f, 0x97, 0x36, 0xf2, 0xd4, 0x4f, 0x69, 0x66, 0x40, 0xec, 0x87, 0x68, 0x9b, 0xfa, 0x81, 0x47, 0x80, 0xf1, 0xd8, 0x31, 0x75, 0x95, 0x49, 0xfd, 0xa0, 0x9f, 0xac, 0xed, 0x43, 0x84, 0xf4, 0x9e, 0xa5, 0xd9, 0x6d, - 0x9d, 0xdd, 0x4e, 0x22, 0x69, 0xfa, 0x5b, 0x64, 0x4d, 0x99, 0xcf, 0x19, 0xa1, 0x6c, 0xec, 0x4d, - 0x40, 0x50, 0x4e, 0x9c, 0x83, 0x4e, 0xed, 0xd4, 0x70, 0xeb, 0xf3, 0xf8, 0x0b, 0x1d, 0xb6, 0xbf, + 0x9d, 0xdd, 0x4e, 0x22, 0x69, 0xfa, 0x6b, 0x64, 0x4d, 0x99, 0xcf, 0x19, 0xa1, 0x6c, 0xec, 0x4d, + 0x40, 0x50, 0x4e, 0x9c, 0x83, 0x4e, 0xed, 0xd4, 0x70, 0xeb, 0xf3, 0xf8, 0x73, 0x1d, 0xb6, 0xbf, 0x47, 0x68, 0xbe, 0x97, 0xd2, 0xb9, 0xd3, 0xb9, 0x73, 0x7a, 0xef, 0xfc, 0xa0, 0xbb, 0xb2, 0xff, - 0xdd, 0x5f, 0xf2, 0x12, 0xb7, 0x50, 0x6d, 0x3f, 0x41, 0x75, 0x02, 0x13, 0x2e, 0xa9, 0xf2, 0x30, - 0x21, 0x02, 0xa4, 0x74, 0xec, 0xe4, 0x56, 0x9e, 0x3a, 0x1f, 0xde, 0x9e, 0x35, 0xb3, 0xed, 0x7e, - 0x92, 0x66, 0x2e, 0x95, 0xa0, 0x6c, 0xec, 0xee, 0x66, 0x0d, 0x59, 0xd4, 0x7e, 0x8e, 0x5a, 0x57, + 0xdd, 0x5f, 0xf2, 0x12, 0xb7, 0x50, 0x6d, 0x3f, 0x46, 0x75, 0x02, 0x13, 0x2e, 0xa9, 0xf2, 0x30, + 0x21, 0x02, 0xa4, 0x74, 0xec, 0xe4, 0x56, 0x9e, 0x38, 0xef, 0xdf, 0x9c, 0x35, 0xb3, 0xed, 0x7e, + 0x9c, 0x66, 0x2e, 0x95, 0xa0, 0x6c, 0xec, 0xee, 0x66, 0x0d, 0x59, 0xd4, 0x7e, 0x86, 0x5a, 0x57, 0x54, 0x85, 0x44, 0xe0, 0x2b, 0x1c, 0x79, 0x34, 0xc0, 0x73, 0x52, 0xab, 0x82, 0xd4, 0x5c, 0xf4, - 0x0d, 0x02, 0x9c, 0xf3, 0x7e, 0x44, 0xf5, 0x11, 0xc0, 0x12, 0xe8, 0xf3, 0x0a, 0xd0, 0xce, 0x08, - 0xa0, 0x40, 0x78, 0x8e, 0x5a, 0x04, 0x22, 0x18, 0xe3, 0xf4, 0x61, 0x16, 0x40, 0x4e, 0xd5, 0x1d, + 0x0d, 0x02, 0x9c, 0xf3, 0x7e, 0x44, 0xf5, 0x11, 0xc0, 0x12, 0xe8, 0xd3, 0x0a, 0xd0, 0xce, 0x08, + 0xa0, 0x40, 0x78, 0x86, 0x5a, 0x04, 0x22, 0x18, 0xe3, 0xf4, 0x61, 0x16, 0x40, 0x4e, 0xd5, 0x1d, 0x2d, 0xfa, 0x96, 0x79, 0x02, 0x08, 0xc4, 0x93, 0x12, 0x6f, 0xbf, 0x8a, 0xb7, 0xe8, 0x2b, 0xf0, - 0x08, 0x3a, 0x09, 0x78, 0x1c, 0x4f, 0x19, 0x55, 0x6f, 0xbc, 0x09, 0xe7, 0x91, 0x97, 0x3f, 0x83, - 0x22, 0xbb, 0x5d, 0xc1, 0x6e, 0xcf, 0x19, 0x2f, 0x38, 0x8f, 0xfa, 0x29, 0xa1, 0x60, 0xf1, 0xd1, + 0x08, 0x3a, 0x09, 0x78, 0x1c, 0x4f, 0x19, 0x55, 0xaf, 0xbd, 0x09, 0xe7, 0x91, 0x97, 0x3f, 0x83, + 0x22, 0xbb, 0x5d, 0xc1, 0x6e, 0xcf, 0x19, 0xcf, 0x39, 0x8f, 0xfa, 0x29, 0xa1, 0x60, 0xf1, 0xd1, 0xf1, 0x8a, 0x45, 0x80, 0x9a, 0x8a, 0xe5, 0x01, 0x8e, 0x2a, 0x24, 0x87, 0x4b, 0x12, 0x57, 0x03, - 0x0a, 0x8e, 0x10, 0x7d, 0xb5, 0xe2, 0xd0, 0xe7, 0xcd, 0x0b, 0x79, 0xa4, 0x0f, 0x6e, 0xae, 0xe9, - 0x54, 0x68, 0x3a, 0x4b, 0x9a, 0xcb, 0x84, 0xf1, 0x2c, 0x45, 0xe4, 0xa6, 0xdf, 0xd0, 0xd7, 0xa5, + 0x0a, 0x8e, 0x10, 0x7d, 0xb1, 0xe2, 0xd0, 0xe7, 0xcd, 0x0b, 0x79, 0xa4, 0x0f, 0x6e, 0xae, 0xe9, + 0x54, 0x68, 0x3a, 0x4b, 0x9a, 0xcb, 0x84, 0xf1, 0x34, 0x45, 0xe4, 0xa6, 0xdf, 0xd0, 0x97, 0xa5, 0x69, 0x08, 0x40, 0x5c, 0x52, 0x1d, 0x57, 0xa8, 0x8e, 0x57, 0x26, 0x4a, 0x20, 0x2b, 0xae, 0x5f, - 0x51, 0x43, 0x71, 0x85, 0x93, 0xc7, 0x92, 0x9f, 0x06, 0xe9, 0xec, 0x68, 0x6e, 0xf7, 0xdd, 0xc7, - 0xa3, 0x8d, 0x7f, 0x3e, 0x1e, 0x7d, 0x33, 0xa6, 0x2a, 0x9c, 0xfa, 0xdd, 0x80, 0xc7, 0xd9, 0x3f, - 0xa5, 0xec, 0xcf, 0x99, 0x24, 0xaf, 0x7a, 0xea, 0xcd, 0x04, 0x64, 0x77, 0xc0, 0x94, 0x6b, 0x69, + 0x51, 0x43, 0x71, 0x85, 0x93, 0xc7, 0x92, 0x9f, 0x06, 0xe9, 0xec, 0x68, 0x6e, 0xf7, 0xed, 0x87, + 0xa3, 0x8d, 0x7f, 0x3e, 0x1c, 0x7d, 0x35, 0xa6, 0x2a, 0x9c, 0xfa, 0xdd, 0x80, 0xc7, 0xd9, 0x3f, + 0xa5, 0xec, 0xcf, 0x99, 0x24, 0x2f, 0x7b, 0xea, 0xf5, 0x04, 0x64, 0x77, 0xc0, 0x94, 0x6b, 0x69, 0x50, 0x7f, 0xc1, 0xb1, 0x19, 0x6a, 0x46, 0x58, 0x2a, 0xaf, 0x70, 0xa2, 0x04, 0x56, 0xe0, 0x20, - 0xcd, 0xff, 0xe1, 0x13, 0xf8, 0x7d, 0x08, 0x3e, 0xbc, 0x3d, 0x43, 0xd9, 0x94, 0x7d, 0x08, 0x5c, + 0xcd, 0xff, 0xe1, 0x23, 0xf8, 0x7d, 0x08, 0xde, 0xbf, 0x39, 0x43, 0xd9, 0x94, 0x7d, 0x08, 0x5c, 0x3b, 0x21, 0xbb, 0x73, 0xb0, 0x8b, 0x15, 0xd8, 0x80, 0xea, 0xab, 0xaa, 0x7b, 0x6b, 0x50, 0xed, 0x8a, 0x65, 0x4d, 0x84, 0xf6, 0x62, 0xca, 0x4a, 0x53, 0x35, 0xd7, 0xa0, 0x6a, 0xc4, 0x94, 0xb9, 0x65, 0x1b, 0x9e, 0x95, 0x6c, 0x0f, 0xd6, 0x62, 0xc3, 0xb3, 0x15, 0xdb, 0x15, 0xda, 0x4f, 0x66, - 0xa3, 0x8c, 0x81, 0x28, 0x39, 0xbf, 0x58, 0x83, 0xb3, 0x15, 0x53, 0x36, 0x48, 0xe8, 0xb7, 0x88, - 0xf1, 0xec, 0x7f, 0xc4, 0x87, 0x6b, 0x11, 0xe3, 0xd9, 0x6d, 0xe2, 0xc7, 0xc8, 0x89, 0x64, 0xec, - 0x45, 0xf4, 0xf7, 0x29, 0x25, 0xd9, 0x3b, 0x0d, 0x0c, 0xfb, 0x11, 0x10, 0xe7, 0x61, 0xa7, 0x76, - 0x6a, 0xba, 0x0f, 0x22, 0x19, 0x5f, 0xe8, 0xb4, 0x7e, 0x5b, 0x7f, 0x4e, 0x93, 0x76, 0x0b, 0x6d, - 0x86, 0x38, 0x52, 0x40, 0x9c, 0x3d, 0x5d, 0x96, 0xad, 0x86, 0x86, 0x69, 0x58, 0x77, 0x87, 0x86, - 0x79, 0xd7, 0xda, 0x1c, 0x1a, 0xe6, 0xa6, 0xb5, 0x35, 0x34, 0xcc, 0x2d, 0xcb, 0x1c, 0x1a, 0xe6, - 0xae, 0x55, 0x1f, 0x1a, 0x66, 0xdd, 0xb2, 0x86, 0x86, 0x69, 0x59, 0x8d, 0xa7, 0x17, 0xef, 0xae, - 0xdb, 0xb5, 0xf7, 0xd7, 0xed, 0xda, 0xbf, 0xd7, 0xed, 0xda, 0x9f, 0x37, 0xed, 0x8d, 0xf7, 0x37, - 0xed, 0x8d, 0xbf, 0x6f, 0xda, 0x1b, 0x2f, 0xcf, 0x0b, 0x23, 0x5e, 0xea, 0x5f, 0xb7, 0xb3, 0x0b, - 0xec, 0xcb, 0x5e, 0xf6, 0x61, 0xf1, 0xfa, 0xbb, 0xc7, 0xbd, 0xd9, 0xe2, 0xf3, 0x42, 0x8f, 0xec, - 0x6f, 0xea, 0x4f, 0x85, 0x47, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x25, 0xbd, 0x9c, 0x07, 0xb0, + 0xa3, 0x8c, 0x81, 0x28, 0x39, 0x3f, 0x5b, 0x83, 0xb3, 0x15, 0x53, 0x36, 0x48, 0xe8, 0xb7, 0x88, + 0xf1, 0xec, 0x7f, 0xc4, 0x87, 0x6b, 0x11, 0xe3, 0xd9, 0x6d, 0xe2, 0x6f, 0x91, 0x13, 0xc9, 0xd8, + 0x8b, 0xe8, 0xef, 0x53, 0x4a, 0xb2, 0x77, 0x1a, 0x18, 0xf6, 0x23, 0x20, 0xce, 0xc3, 0x4e, 0xed, + 0xd4, 0x74, 0x1f, 0x44, 0x32, 0xbe, 0xd0, 0x69, 0xfd, 0xb6, 0xfe, 0x9c, 0x26, 0xed, 0x16, 0xda, + 0x0c, 0x71, 0xa4, 0x80, 0x38, 0x7b, 0xba, 0x2c, 0x5b, 0x0d, 0x0d, 0xd3, 0xb0, 0xee, 0x0e, 0x0d, + 0xf3, 0xae, 0xb5, 0x39, 0x34, 0xcc, 0x4d, 0x6b, 0x6b, 0x68, 0x98, 0x5b, 0x96, 0x39, 0x34, 0xcc, + 0x5d, 0xab, 0x3e, 0x34, 0xcc, 0xba, 0x65, 0x0d, 0x0d, 0xd3, 0xb2, 0x1a, 0x4f, 0x2e, 0xde, 0x5e, + 0xb7, 0x6b, 0xef, 0xae, 0xdb, 0xb5, 0x7f, 0xaf, 0xdb, 0xb5, 0x3f, 0x6f, 0xda, 0x1b, 0xef, 0x6e, + 0xda, 0x1b, 0x7f, 0xdf, 0xb4, 0x37, 0x5e, 0x9c, 0x17, 0x46, 0xbc, 0xd4, 0xbf, 0x6e, 0x67, 0x17, + 0xd8, 0x97, 0xbd, 0xec, 0xc3, 0xe2, 0xd5, 0x37, 0xdf, 0xf5, 0x66, 0x8b, 0xcf, 0x0b, 0x3d, 0xb2, + 0xbf, 0xa9, 0x3f, 0x15, 0x1e, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xbf, 0xeb, 0x76, 0x8a, 0xb0, 0x08, 0x00, 0x00, } diff --git a/x/stakeibc/types/host_zone_test.go b/x/stakeibc/types/host_zone_test.go index ded2e59782..abb51f9a5f 100644 --- a/x/stakeibc/types/host_zone_test.go +++ b/x/stakeibc/types/host_zone_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestHostZoneUnbondingFrequency(t *testing.T) { diff --git a/x/stakeibc/types/ica_account.pb.go b/x/stakeibc/types/ica_account.pb.go index a7eb7e22b8..147f67fb84 100644 --- a/x/stakeibc/types/ica_account.pb.go +++ b/x/stakeibc/types/ica_account.pb.go @@ -144,7 +144,7 @@ var fileDescriptor_2976ae6e7f6ce824 = []byte{ // 366 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xcf, 0x4e, 0xea, 0x40, 0x14, 0xc6, 0x3b, 0xc0, 0xa5, 0xf7, 0x4e, 0xee, 0x85, 0xc9, 0xdc, 0x3f, 0x29, 0x77, 0x51, 0x51, - 0x37, 0xc4, 0xc4, 0x36, 0xc2, 0xc2, 0x75, 0xa5, 0xa3, 0x4e, 0x52, 0x5a, 0x32, 0x0c, 0x12, 0xdd, + 0x37, 0xc4, 0xc4, 0x36, 0xc2, 0xc6, 0x6d, 0xa5, 0xa3, 0x4e, 0x52, 0x5a, 0x32, 0x0c, 0x12, 0xdd, 0x34, 0xed, 0xb4, 0x91, 0xc6, 0xd8, 0x12, 0x5a, 0x8c, 0xbc, 0x85, 0x7b, 0x1f, 0xc1, 0x17, 0x71, 0xc9, 0xd2, 0xa5, 0x81, 0x17, 0x31, 0x14, 0x4c, 0x23, 0xcb, 0xef, 0x9c, 0x5f, 0x7e, 0x27, 0x39, 0x1f, 0xdc, 0x4f, 0xb3, 0x69, 0x14, 0x84, 0x7a, 0x9a, 0x79, 0x77, 0x61, 0xe4, 0x0b, 0x3d, 0x12, @@ -164,7 +164,7 @@ var fileDescriptor_2976ae6e7f6ce824 = []byte{ 0xf0, 0xbe, 0x54, 0xc1, 0xd3, 0x4a, 0x95, 0x16, 0x2b, 0x55, 0x7a, 0x5b, 0xa9, 0xd2, 0x4d, 0xfb, 0x36, 0xca, 0xc6, 0x33, 0x5f, 0x13, 0xc9, 0xbd, 0x3e, 0xc8, 0xff, 0x76, 0x6c, 0x79, 0x7e, 0xaa, 0x6f, 0x0b, 0x7b, 0x38, 0x39, 0xd5, 0x1f, 0x8b, 0xda, 0xd6, 0x9f, 0x4b, 0xfd, 0x6a, 0xde, 0x58, - 0xe7, 0x23, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x26, 0x89, 0x5a, 0xd6, 0x01, 0x00, 0x00, + 0xe7, 0x23, 0x00, 0x00, 0xff, 0xff, 0x49, 0x70, 0x63, 0xd7, 0xd6, 0x01, 0x00, 0x00, } func (m *ICAAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/ica_account_test.go b/x/stakeibc/types/ica_account_test.go index ffaa2413cb..1b654750c4 100644 --- a/x/stakeibc/types/ica_account_test.go +++ b/x/stakeibc/types/ica_account_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestFormatHostZoneICAOwner(t *testing.T) { diff --git a/x/stakeibc/types/lsm_tx.pb.go b/x/stakeibc/types/lsm_tx.pb.go index 8c0cdfd429..a79459f23e 100644 --- a/x/stakeibc/types/lsm_tx.pb.go +++ b/x/stakeibc/types/lsm_tx.pb.go @@ -160,28 +160,28 @@ func init() { var fileDescriptor_34c3b474a863e424 = []byte{ // 349 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0x3f, 0x4b, 0xf3, 0x50, - 0x14, 0xc6, 0x73, 0x5f, 0x5e, 0x8a, 0xc6, 0x45, 0x8b, 0x48, 0x2c, 0x92, 0x94, 0xb8, 0x74, 0x31, - 0x97, 0xd6, 0xa1, 0xd0, 0xcd, 0x2a, 0x82, 0x50, 0x97, 0xd4, 0x49, 0x87, 0x72, 0x6f, 0x72, 0x48, - 0x2f, 0x4d, 0x72, 0x4a, 0xee, 0x6d, 0x69, 0xfd, 0x04, 0x8e, 0x7e, 0x84, 0x8e, 0x7e, 0x94, 0x8e, - 0x1d, 0x9d, 0x8a, 0xb4, 0x8b, 0xb3, 0x9f, 0x40, 0xf2, 0xc7, 0x2a, 0x88, 0x83, 0xe0, 0x76, 0x38, - 0xf7, 0xc7, 0x73, 0xce, 0x73, 0xee, 0xa3, 0x1f, 0x7b, 0x28, 0x23, 0x94, 0x54, 0x2a, 0x36, 0x10, - 0x71, 0x40, 0xc7, 0x75, 0x0e, 0x8a, 0xd5, 0x69, 0x28, 0xa3, 0x9e, 0x9a, 0x38, 0xc3, 0x04, 0x15, - 0x96, 0x0f, 0x72, 0xc8, 0x29, 0x20, 0xa7, 0x80, 0x2a, 0xfb, 0x01, 0x06, 0x98, 0x21, 0x34, 0xad, - 0x72, 0xba, 0x62, 0x16, 0x92, 0x9c, 0x49, 0xd8, 0xe8, 0x79, 0x28, 0xe2, 0xfc, 0xdd, 0x7e, 0x22, - 0xba, 0x71, 0x2d, 0x03, 0x17, 0x7c, 0x80, 0xe8, 0x06, 0x07, 0x10, 0xcb, 0x4b, 0x4c, 0xba, 0x7d, - 0x96, 0x80, 0x2c, 0x5f, 0xe9, 0x7b, 0x3e, 0x84, 0x10, 0x30, 0x85, 0x49, 0x8f, 0xf9, 0x7e, 0x02, - 0x52, 0x1a, 0xa4, 0x4a, 0x6a, 0xdb, 0xed, 0xa3, 0xb7, 0xa5, 0x65, 0x4c, 0x59, 0x14, 0xb6, 0xec, - 0x6f, 0x88, 0xed, 0xee, 0x6e, 0x7a, 0x67, 0x79, 0xab, 0xdc, 0xd4, 0x4b, 0x2c, 0xc2, 0x51, 0xac, - 0x8c, 0x7f, 0x55, 0x52, 0xdb, 0x69, 0x1c, 0x3a, 0x85, 0x8d, 0x74, 0xb1, 0x0f, 0x0f, 0xce, 0x39, - 0x8a, 0xb8, 0xfd, 0x7f, 0xbe, 0xb4, 0x34, 0xb7, 0xc0, 0x5b, 0x5b, 0x0f, 0x33, 0x4b, 0x7b, 0x9d, - 0x59, 0x9a, 0x7d, 0xa7, 0x57, 0x7f, 0xda, 0xd4, 0x05, 0x39, 0xc4, 0x58, 0xc2, 0x97, 0x31, 0xe4, - 0x57, 0x63, 0x6c, 0xcc, 0xce, 0x70, 0x21, 0x24, 0xe3, 0x21, 0x64, 0xea, 0xe2, 0x1e, 0xfe, 0xfc, - 0x0c, 0x9f, 0x6e, 0xda, 0x9d, 0xf9, 0xca, 0x24, 0x8b, 0x95, 0x49, 0x5e, 0x56, 0x26, 0x79, 0x5c, - 0x9b, 0xda, 0x62, 0x6d, 0x6a, 0xcf, 0x6b, 0x53, 0xbb, 0x6d, 0x04, 0x42, 0xf5, 0x47, 0xdc, 0xf1, - 0x30, 0xa2, 0x5d, 0x95, 0x08, 0x1f, 0x4e, 0x3a, 0x8c, 0xa7, 0xa9, 0x48, 0x6b, 0x3a, 0xae, 0x37, - 0xe9, 0x24, 0x8b, 0x08, 0x08, 0xee, 0x51, 0x35, 0x1d, 0x82, 0xe4, 0xa5, 0xec, 0x37, 0x4f, 0xdf, - 0x03, 0x00, 0x00, 0xff, 0xff, 0x1d, 0xc0, 0xb8, 0x70, 0x42, 0x02, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4e, 0xce, 0x2f, 0xce, + 0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0x49, 0xcc, 0xce, 0xcc, 0x4b, 0xd7, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, + 0x49, 0x34, 0xd4, 0xcf, 0x29, 0xce, 0x8d, 0x2f, 0xa9, 0xd0, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, + 0x12, 0x83, 0x28, 0xd2, 0x83, 0x2a, 0xd2, 0x83, 0x2a, 0x92, 0x12, 0x49, 0xcf, 0x4f, 0xcf, 0x07, + 0x2b, 0xd1, 0x07, 0xb1, 0x20, 0xaa, 0xa5, 0xe4, 0xa0, 0x46, 0x26, 0x25, 0x16, 0xa7, 0xc2, 0xcd, + 0x4b, 0xce, 0xcf, 0xcc, 0x83, 0xc8, 0x2b, 0xad, 0x60, 0xe4, 0x92, 0xf0, 0x2d, 0x4e, 0x0f, 0x4a, + 0x4d, 0x49, 0x4d, 0xcd, 0x0d, 0xc9, 0xcf, 0x4e, 0xcd, 0x2b, 0x76, 0xcb, 0x2f, 0x0a, 0xce, 0x48, + 0x2c, 0x4a, 0x2d, 0x16, 0xf2, 0xe4, 0x12, 0x4c, 0x49, 0xcd, 0x49, 0x4d, 0x4f, 0x2c, 0xc9, 0x2f, + 0x8a, 0x4f, 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x74, 0x92, + 0xf9, 0x74, 0x4f, 0x5e, 0xa2, 0x32, 0x31, 0x37, 0xc7, 0x4a, 0x09, 0x43, 0x89, 0x52, 0x90, 0x00, + 0x5c, 0xcc, 0x11, 0x22, 0x24, 0x64, 0xce, 0xc5, 0x96, 0x98, 0x9b, 0x5f, 0x9a, 0x57, 0x22, 0xc1, + 0xa4, 0xc0, 0xa8, 0xc1, 0x6d, 0x24, 0xa9, 0x07, 0xf5, 0x06, 0xc8, 0x61, 0x30, 0x3f, 0xe8, 0x39, + 0xe7, 0x67, 0xe6, 0x39, 0xb1, 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, 0x55, 0x6e, 0xc5, 0xd1, 0xb1, + 0x40, 0x9e, 0xe1, 0xc5, 0x02, 0x79, 0x06, 0xa5, 0x68, 0x2e, 0x05, 0x5c, 0x2e, 0x0d, 0x4a, 0x2d, + 0x2e, 0xc8, 0xcf, 0x2b, 0x4e, 0x45, 0xb2, 0x86, 0x91, 0x24, 0x6b, 0x94, 0xf2, 0xc1, 0xc1, 0xe0, + 0x92, 0x59, 0x9c, 0x98, 0x94, 0x93, 0x0a, 0x36, 0x3d, 0xb3, 0x2a, 0x95, 0xea, 0xc1, 0x80, 0xf0, + 0x8d, 0x93, 0xcf, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, + 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa5, 0x67, + 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x97, 0x14, 0x65, 0xa6, 0xa4, 0xea, + 0xfa, 0x24, 0x26, 0x81, 0x52, 0x05, 0x88, 0xad, 0x5f, 0x66, 0x68, 0xa1, 0x5f, 0x01, 0x4e, 0x22, + 0xa9, 0x99, 0x49, 0xc9, 0xfa, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xd8, 0x34, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x87, 0x96, 0x52, 0xfd, 0x42, 0x02, 0x00, 0x00, } func (m *MsgRedeemTokensForShares) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/message_add_validators.go b/x/stakeibc/types/message_add_validators.go index c28ec0fb76..d5d7000ba8 100644 --- a/x/stakeibc/types/message_add_validators.go +++ b/x/stakeibc/types/message_add_validators.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgAddValidators = "add_validators" diff --git a/x/stakeibc/types/message_add_validators_test.go b/x/stakeibc/types/message_add_validators_test.go index 62231eec89..75441013b4 100644 --- a/x/stakeibc/types/message_add_validators_test.go +++ b/x/stakeibc/types/message_add_validators_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgAddValidators_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_change_validator_weight.go b/x/stakeibc/types/message_change_validator_weight.go index de68e33b66..b4b02d9ab0 100644 --- a/x/stakeibc/types/message_change_validator_weight.go +++ b/x/stakeibc/types/message_change_validator_weight.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgChangeValidatorWeights = "change_validator_weight" diff --git a/x/stakeibc/types/message_change_validator_weight_test.go b/x/stakeibc/types/message_change_validator_weight_test.go index f3d255092f..f440b6e7a1 100644 --- a/x/stakeibc/types/message_change_validator_weight_test.go +++ b/x/stakeibc/types/message_change_validator_weight_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgChangeValidatorWeight_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_claim_undelegated_tokens_test.go b/x/stakeibc/types/message_claim_undelegated_tokens_test.go index 754edbbd99..023e2edd40 100644 --- a/x/stakeibc/types/message_claim_undelegated_tokens_test.go +++ b/x/stakeibc/types/message_claim_undelegated_tokens_test.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/testutil/sample" + "github.com/Stride-Labs/stride/v18/testutil/sample" ) func TestMsgClaimUndelegatedTokens_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_clear_balance.go b/x/stakeibc/types/message_clear_balance.go index b90b4684d8..349f3de7bf 100644 --- a/x/stakeibc/types/message_clear_balance.go +++ b/x/stakeibc/types/message_clear_balance.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgClearBalance = "clear_balance" diff --git a/x/stakeibc/types/message_create_trade_route_test.go b/x/stakeibc/types/message_create_trade_route_test.go index a54309fd83..f17172d0ba 100644 --- a/x/stakeibc/types/message_create_trade_route_test.go +++ b/x/stakeibc/types/message_create_trade_route_test.go @@ -8,8 +8,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgCreateTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/message_delete_trade_route_test.go b/x/stakeibc/types/message_delete_trade_route_test.go index ffd2c544d9..ce9517b2b1 100644 --- a/x/stakeibc/types/message_delete_trade_route_test.go +++ b/x/stakeibc/types/message_delete_trade_route_test.go @@ -7,8 +7,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgDeleteTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/message_delete_validator.go b/x/stakeibc/types/message_delete_validator.go index c00e2832f7..e2233a3845 100644 --- a/x/stakeibc/types/message_delete_validator.go +++ b/x/stakeibc/types/message_delete_validator.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgDeleteValidator = "delete_validator" diff --git a/x/stakeibc/types/message_delete_validator_test.go b/x/stakeibc/types/message_delete_validator_test.go index 256fe2de00..997fbcf72c 100644 --- a/x/stakeibc/types/message_delete_validator_test.go +++ b/x/stakeibc/types/message_delete_validator_test.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/testutil/sample" + "github.com/Stride-Labs/stride/v18/testutil/sample" ) func TestMsgDeleteValidator_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_liquid_stake_test.go b/x/stakeibc/types/message_liquid_stake_test.go index bf4a91c36a..3244ce2ded 100644 --- a/x/stakeibc/types/message_liquid_stake_test.go +++ b/x/stakeibc/types/message_liquid_stake_test.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/testutil/sample" + "github.com/Stride-Labs/stride/v18/testutil/sample" ) func TestMsgLiquidStake_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_lsm_liquid_stake_test.go b/x/stakeibc/types/message_lsm_liquid_stake_test.go index 7ded7773d9..64b930a9a6 100644 --- a/x/stakeibc/types/message_lsm_liquid_stake_test.go +++ b/x/stakeibc/types/message_lsm_liquid_stake_test.go @@ -7,8 +7,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgLSMLiquidStake(t *testing.T) { diff --git a/x/stakeibc/types/message_rebalance_validators.go b/x/stakeibc/types/message_rebalance_validators.go index 6f0620bcc1..d33c4132bd 100644 --- a/x/stakeibc/types/message_rebalance_validators.go +++ b/x/stakeibc/types/message_rebalance_validators.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const ( diff --git a/x/stakeibc/types/message_rebalance_validators_test.go b/x/stakeibc/types/message_rebalance_validators_test.go index 87bbca5eac..8a335307f2 100644 --- a/x/stakeibc/types/message_rebalance_validators_test.go +++ b/x/stakeibc/types/message_rebalance_validators_test.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgRebalanceValidators_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_redeem_stake_test.go b/x/stakeibc/types/message_redeem_stake_test.go index 32641f9e24..16217148c4 100644 --- a/x/stakeibc/types/message_redeem_stake_test.go +++ b/x/stakeibc/types/message_redeem_stake_test.go @@ -8,7 +8,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/testutil/sample" + "github.com/Stride-Labs/stride/v18/testutil/sample" ) func TestMsgRedeemStake_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_register_host_zone.go b/x/stakeibc/types/message_register_host_zone.go index 58006f7dec..9d494685d3 100644 --- a/x/stakeibc/types/message_register_host_zone.go +++ b/x/stakeibc/types/message_register_host_zone.go @@ -9,7 +9,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgRegisterHostZone = "register_host_zone" diff --git a/x/stakeibc/types/message_restore_interchain_account_test.go b/x/stakeibc/types/message_restore_interchain_account_test.go index 35f7ae4a6d..8723d1691e 100644 --- a/x/stakeibc/types/message_restore_interchain_account_test.go +++ b/x/stakeibc/types/message_restore_interchain_account_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/testutil/sample" + "github.com/Stride-Labs/stride/v18/testutil/sample" ) func TestMsgRestoreInterchainAccount_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_resume_host_zone.go b/x/stakeibc/types/message_resume_host_zone.go index f7e8720aac..a7a3f36886 100644 --- a/x/stakeibc/types/message_resume_host_zone.go +++ b/x/stakeibc/types/message_resume_host_zone.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgResumeHostZone = "resume_host_zone" diff --git a/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go b/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go index 3345787d80..2b52f723f1 100644 --- a/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go +++ b/x/stakeibc/types/message_update_inner_redemption_rate_bounds.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const TypeMsgUpdateInnerRedemptionRateBounds = "update_inner_redemption_rate_bounds" diff --git a/x/stakeibc/types/message_update_trade_route_test.go b/x/stakeibc/types/message_update_trade_route_test.go index 7143de21d8..304f90730f 100644 --- a/x/stakeibc/types/message_update_trade_route_test.go +++ b/x/stakeibc/types/message_update_trade_route_test.go @@ -8,8 +8,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/stakeibc/types" ) func TestMsgUpdateTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/osmosis.pb.go b/x/stakeibc/types/osmosis.pb.go index 0dd275d5d6..3240617788 100644 --- a/x/stakeibc/types/osmosis.pb.go +++ b/x/stakeibc/types/osmosis.pb.go @@ -258,53 +258,53 @@ var fileDescriptor_39668b2e9488de8c = []byte{ // 774 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0x4f, 0x6f, 0xe3, 0x44, 0x14, 0x8f, 0x9b, 0x90, 0xee, 0x4e, 0x08, 0x51, 0xac, 0xc0, 0x9a, 0x54, 0xb2, 0xbb, 0x46, 0x82, - 0x2e, 0x28, 0x76, 0x5c, 0x0e, 0x48, 0x2b, 0x2e, 0x31, 0xdb, 0x43, 0xa4, 0x94, 0x5d, 0xb9, 0x7b, - 0xe2, 0x62, 0x4d, 0x9c, 0xa9, 0x33, 0x6a, 0xc6, 0x63, 0x79, 0xc6, 0x4d, 0x7b, 0xe7, 0xc4, 0xa9, - 0x1f, 0x85, 0x8f, 0xd1, 0x63, 0x8f, 0x88, 0x83, 0x41, 0xed, 0x01, 0x89, 0x03, 0x87, 0x7c, 0x02, - 0x34, 0x33, 0x4e, 0xda, 0xa4, 0x85, 0x6d, 0x2f, 0xd1, 0xf8, 0xcd, 0xef, 0xcf, 0x7b, 0xf3, 0x7e, - 0x01, 0x36, 0x65, 0x84, 0x32, 0xcc, 0xdc, 0x18, 0x12, 0xe2, 0x9e, 0x7a, 0x63, 0xc4, 0xa1, 0xe7, - 0x96, 0x45, 0x27, 0xcd, 0x28, 0xa7, 0x7a, 0x67, 0xf9, 0x29, 0x30, 0x4e, 0x89, 0xe9, 0x76, 0x62, - 0x1a, 0x53, 0x09, 0x70, 0xc5, 0x49, 0x61, 0xbb, 0x6d, 0x48, 0x70, 0x42, 0x5d, 0xf9, 0x5b, 0x96, - 0xcc, 0x48, 0xf2, 0xdd, 0x31, 0x64, 0x68, 0xe5, 0x10, 0x51, 0x9c, 0x94, 0xf7, 0x56, 0x4c, 0x69, - 0x3c, 0x43, 0xae, 0xfc, 0x1a, 0xe7, 0xc7, 0x2e, 0xc7, 0x04, 0x31, 0x0e, 0x49, 0xaa, 0x00, 0xf6, - 0x3f, 0x5b, 0xa0, 0x73, 0xc8, 0xe2, 0xa3, 0x39, 0x4c, 0x0f, 0xce, 0x60, 0xc4, 0x07, 0x84, 0xe6, - 0x09, 0x1f, 0x26, 0xfa, 0x2b, 0x50, 0x67, 0x28, 0x99, 0xa0, 0xcc, 0xd0, 0x76, 0xb5, 0xbd, 0xe7, - 0x7e, 0x7b, 0x51, 0x58, 0xcd, 0x73, 0x48, 0x66, 0xaf, 0x6d, 0x55, 0xb7, 0x83, 0x12, 0xa0, 0x1f, - 0x80, 0x7a, 0x46, 0x73, 0x8e, 0x98, 0xb1, 0xb5, 0x5b, 0xdd, 0x6b, 0xec, 0x7f, 0xe5, 0x3c, 0x34, - 0x94, 0x23, 0x3c, 0x96, 0xf2, 0x81, 0xc0, 0xfb, 0xb5, 0xcb, 0xc2, 0xaa, 0x04, 0x25, 0x59, 0x3f, - 0x04, 0xcf, 0x38, 0x3d, 0x41, 0x49, 0x88, 0x13, 0xa3, 0xba, 0xab, 0xed, 0x35, 0xf6, 0x3f, 0x77, - 0xd4, 0x78, 0x8e, 0x18, 0x6f, 0xa5, 0xf3, 0x03, 0xc5, 0x89, 0xff, 0x42, 0x50, 0x17, 0x85, 0xd5, - 0x52, 0x2d, 0x2d, 0x89, 0x76, 0xb0, 0x2d, 0x8f, 0xc3, 0x44, 0x27, 0xa0, 0xa3, 0xaa, 0x34, 0xe7, - 0x21, 0xc1, 0x49, 0x08, 0xa5, 0xb7, 0x51, 0x93, 0xe3, 0x7c, 0x2f, 0xf8, 0xbf, 0x17, 0xd6, 0xa7, - 0xca, 0x81, 0x4d, 0x4e, 0x1c, 0x4c, 0x5d, 0x02, 0xf9, 0xd4, 0x19, 0x26, 0x7c, 0x51, 0x58, 0x3b, - 0x77, 0x85, 0xd7, 0x25, 0xec, 0xa0, 0x2d, 0xcb, 0x6f, 0x73, 0x7e, 0x88, 0x13, 0x35, 0xd2, 0xeb, - 0x2f, 0x7f, 0xf9, 0xeb, 0xd7, 0xaf, 0x5f, 0xae, 0x6d, 0x9c, 0xcd, 0x61, 0xda, 0x43, 0xe2, 0x55, - 0x7b, 0x8a, 0xd8, 0xc3, 0x89, 0xfd, 0xb3, 0x06, 0xda, 0xf7, 0x5e, 0x42, 0xff, 0x06, 0x6c, 0xa7, - 0x94, 0xce, 0x42, 0x3c, 0x91, 0xcf, 0x5d, 0xf3, 0xf5, 0x45, 0x61, 0x7d, 0xa2, 0x5a, 0x28, 0x2f, - 0xec, 0xa0, 0x2e, 0x4e, 0xc3, 0x89, 0xee, 0x83, 0xd6, 0x6d, 0x5b, 0x13, 0x94, 0x50, 0x62, 0x6c, - 0xc9, 0xa1, 0xba, 0x8b, 0xc2, 0xfa, 0x6c, 0xb3, 0x6f, 0x09, 0xb0, 0x83, 0xe6, 0xb2, 0xe5, 0x37, - 0xf2, 0xfb, 0xb2, 0x0e, 0xda, 0x6f, 0x55, 0xb3, 0xef, 0xe7, 0x30, 0x0d, 0x50, 0x44, 0xb3, 0x89, - 0xfe, 0x62, 0xa3, 0x8d, 0x95, 0xe5, 0x4b, 0xf0, 0x31, 0x64, 0x0c, 0xf1, 0xfe, 0x5d, 0xbf, 0xa0, - 0xa1, 0x6a, 0x52, 0x71, 0x05, 0xf1, 0x4a, 0x48, 0xf5, 0x0e, 0xc4, 0x53, 0x90, 0x01, 0xa8, 0x4f, - 0x11, 0x8e, 0xa7, 0x6a, 0x09, 0x55, 0xff, 0xd5, 0xdf, 0x85, 0xd5, 0xcc, 0xa4, 0x75, 0xa8, 0x2e, - 0x16, 0x85, 0xd5, 0x51, 0x03, 0xac, 0x95, 0xed, 0xa0, 0x24, 0xea, 0x3f, 0x82, 0x9a, 0x88, 0xb0, - 0xf1, 0x91, 0x0c, 0x48, 0xd7, 0x51, 0xf9, 0x76, 0x96, 0xf9, 0x76, 0xde, 0x2f, 0xf3, 0xed, 0x9b, - 0x65, 0x42, 0xf4, 0x35, 0x3d, 0x41, 0xb6, 0x2f, 0xfe, 0xb0, 0xb4, 0x40, 0xea, 0xe8, 0xef, 0x80, - 0x9e, 0xf6, 0xc3, 0x19, 0x64, 0x3c, 0x64, 0x29, 0xe5, 0x61, 0x9a, 0xe1, 0x08, 0x19, 0x75, 0xf9, - 0x9c, 0x5f, 0x94, 0x19, 0xd9, 0xb9, 0x9f, 0x91, 0x11, 0x8a, 0x61, 0x74, 0xfe, 0x06, 0x45, 0x41, - 0x2b, 0xed, 0x8f, 0x20, 0xe3, 0x47, 0x29, 0xe5, 0xef, 0x04, 0x57, 0x2a, 0x7a, 0xf7, 0x14, 0xb7, - 0x9f, 0xa2, 0xe8, 0xad, 0x2b, 0x4e, 0x81, 0x99, 0xf6, 0x43, 0x98, 0x61, 0x3e, 0x25, 0x88, 0xe3, - 0x28, 0xe4, 0x73, 0x98, 0x86, 0x30, 0x8a, 0x72, 0x92, 0xcf, 0x20, 0xa7, 0x99, 0xf1, 0xec, 0xf1, - 0xea, 0x3b, 0x69, 0x7f, 0xb0, 0x52, 0x12, 0xab, 0x1f, 0xdc, 0xea, 0x48, 0x27, 0xef, 0x7f, 0x9d, - 0x9e, 0x3f, 0xc5, 0xc9, 0xfb, 0x6f, 0x27, 0x08, 0xba, 0x31, 0xa2, 0x04, 0xf1, 0xec, 0x21, 0x17, - 0xf0, 0x78, 0x17, 0x63, 0x25, 0xb3, 0x69, 0x71, 0x0c, 0x5a, 0x72, 0x0b, 0x28, 0xcb, 0x68, 0x26, - 0x17, 0x6f, 0x34, 0x3e, 0x98, 0x1a, 0xbb, 0x4c, 0x4d, 0xf9, 0x37, 0xda, 0x10, 0x50, 0xc9, 0x69, - 0x8a, 0xea, 0x81, 0x28, 0x0a, 0x9e, 0x3f, 0xba, 0xbc, 0x36, 0xb5, 0xab, 0x6b, 0x53, 0xfb, 0xf3, - 0xda, 0xd4, 0x2e, 0x6e, 0xcc, 0xca, 0xd5, 0x8d, 0x59, 0xf9, 0xed, 0xc6, 0xac, 0xfc, 0xb4, 0x1f, - 0x63, 0x3e, 0xcd, 0xc7, 0x4e, 0x44, 0x89, 0x7b, 0xc4, 0x33, 0x3c, 0x41, 0xbd, 0x11, 0x1c, 0x33, - 0x97, 0xc9, 0xb3, 0x7b, 0xea, 0x7d, 0xe7, 0x9e, 0xb9, 0x8c, 0xc3, 0x13, 0x84, 0xc7, 0x91, 0xcb, - 0xcf, 0x53, 0xc4, 0xc6, 0x75, 0xd9, 0xd4, 0xb7, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xe9, 0x5a, - 0x82, 0xc5, 0x3d, 0x06, 0x00, 0x00, + 0x2e, 0x28, 0x76, 0x5c, 0x2e, 0x68, 0xc5, 0x25, 0x66, 0x7b, 0x88, 0x94, 0xb2, 0x2b, 0x77, 0x4f, + 0x5c, 0xac, 0x89, 0x33, 0x75, 0x46, 0xcd, 0x78, 0x2c, 0xcf, 0xb8, 0x69, 0xef, 0x9c, 0x38, 0xf5, + 0xa3, 0xf0, 0x31, 0x7a, 0xec, 0x11, 0x71, 0x30, 0xa8, 0x3d, 0x20, 0x71, 0xe0, 0x90, 0x4f, 0x80, + 0x66, 0xc6, 0x49, 0x9b, 0xb4, 0xb0, 0xed, 0x25, 0x1a, 0xbf, 0xf9, 0xfd, 0x79, 0x6f, 0xde, 0x2f, + 0xc0, 0xa6, 0x8c, 0x50, 0x86, 0x99, 0x1b, 0x43, 0x42, 0xdc, 0x53, 0x6f, 0x8c, 0x38, 0xf4, 0xdc, + 0xb2, 0xe8, 0xa4, 0x19, 0xe5, 0x54, 0xef, 0x2c, 0x3f, 0x05, 0xc6, 0x29, 0x31, 0xdd, 0x4e, 0x4c, + 0x63, 0x2a, 0x01, 0xae, 0x38, 0x29, 0x6c, 0xb7, 0x0d, 0x09, 0x4e, 0xa8, 0x2b, 0x7f, 0xcb, 0x92, + 0x19, 0x49, 0xbe, 0x3b, 0x86, 0x0c, 0xad, 0x1c, 0x22, 0x8a, 0x93, 0xf2, 0xde, 0x8a, 0x29, 0x8d, + 0x67, 0xc8, 0x95, 0x5f, 0xe3, 0xfc, 0xd8, 0xe5, 0x98, 0x20, 0xc6, 0x21, 0x49, 0x15, 0xc0, 0xfe, + 0x67, 0x0b, 0x74, 0x0e, 0x59, 0x7c, 0x34, 0x87, 0xe9, 0xc1, 0x19, 0x8c, 0xf8, 0x80, 0xd0, 0x3c, + 0xe1, 0xc3, 0x44, 0x7f, 0x05, 0xea, 0x0c, 0x25, 0x13, 0x94, 0x19, 0xda, 0xae, 0xb6, 0xf7, 0xdc, + 0x6f, 0x2f, 0x0a, 0xab, 0x79, 0x0e, 0xc9, 0xec, 0xb5, 0xad, 0xea, 0x76, 0x50, 0x02, 0xf4, 0x03, + 0x50, 0xcf, 0x68, 0xce, 0x11, 0x33, 0xb6, 0x76, 0xab, 0x7b, 0x8d, 0xfd, 0xaf, 0x9c, 0x87, 0x86, + 0x72, 0x84, 0xc7, 0x52, 0x3e, 0x10, 0x78, 0xbf, 0x76, 0x59, 0x58, 0x95, 0xa0, 0x24, 0xeb, 0x87, + 0xe0, 0x19, 0xa7, 0x27, 0x28, 0x09, 0x71, 0x62, 0x54, 0x77, 0xb5, 0xbd, 0xc6, 0xfe, 0xe7, 0x8e, + 0x1a, 0xcf, 0x11, 0xe3, 0xad, 0x74, 0x7e, 0xa0, 0x38, 0xf1, 0x5f, 0x08, 0xea, 0xa2, 0xb0, 0x5a, + 0xaa, 0xa5, 0x25, 0xd1, 0x0e, 0xb6, 0xe5, 0x71, 0x98, 0xe8, 0x04, 0x74, 0x54, 0x95, 0xe6, 0x3c, + 0x24, 0x38, 0x09, 0xa1, 0xf4, 0x36, 0x6a, 0x72, 0x9c, 0xef, 0x05, 0xff, 0xf7, 0xc2, 0xfa, 0x54, + 0x39, 0xb0, 0xc9, 0x89, 0x83, 0xa9, 0x4b, 0x20, 0x9f, 0x3a, 0xc3, 0x84, 0x2f, 0x0a, 0x6b, 0xe7, + 0xae, 0xf0, 0xba, 0x84, 0x1d, 0xb4, 0x65, 0xf9, 0x6d, 0xce, 0x0f, 0x71, 0xa2, 0x46, 0x7a, 0xfd, + 0xe5, 0x2f, 0x7f, 0xfd, 0xfa, 0xf5, 0xcb, 0xb5, 0x8d, 0xb3, 0x39, 0x4c, 0x7b, 0x48, 0xbc, 0x6a, + 0x4f, 0x11, 0x7b, 0x38, 0xb1, 0x7f, 0xd6, 0x40, 0xfb, 0xde, 0x4b, 0xe8, 0xdf, 0x80, 0xed, 0x94, + 0xd2, 0x59, 0x88, 0x27, 0xf2, 0xb9, 0x6b, 0xbe, 0xbe, 0x28, 0xac, 0x4f, 0x54, 0x0b, 0xe5, 0x85, + 0x1d, 0xd4, 0xc5, 0x69, 0x38, 0xd1, 0x7d, 0xd0, 0xba, 0x6d, 0x6b, 0x82, 0x12, 0x4a, 0x8c, 0x2d, + 0x39, 0x54, 0x77, 0x51, 0x58, 0x9f, 0x6d, 0xf6, 0x2d, 0x01, 0x76, 0xd0, 0x5c, 0xb6, 0xfc, 0x46, + 0x7e, 0x5f, 0xd6, 0x41, 0xfb, 0xad, 0x6a, 0xf6, 0xfd, 0x1c, 0xa6, 0x01, 0x8a, 0x68, 0x36, 0xd1, + 0x5f, 0x6c, 0xb4, 0xb1, 0xb2, 0x7c, 0x09, 0x3e, 0x86, 0x8c, 0x21, 0xde, 0xbf, 0xeb, 0x17, 0x34, + 0x54, 0x4d, 0x2a, 0xae, 0x20, 0x5e, 0x09, 0xa9, 0xde, 0x81, 0x78, 0x0a, 0x32, 0x00, 0xf5, 0x29, + 0xc2, 0xf1, 0x54, 0x2d, 0xa1, 0xea, 0xbf, 0xfa, 0xbb, 0xb0, 0x9a, 0x99, 0xb4, 0x0e, 0xd5, 0xc5, + 0xa2, 0xb0, 0x3a, 0x6a, 0x80, 0xb5, 0xb2, 0x1d, 0x94, 0x44, 0xfd, 0x47, 0x50, 0x13, 0x11, 0x36, + 0x3e, 0x92, 0x01, 0xe9, 0x3a, 0x2a, 0xdf, 0xce, 0x32, 0xdf, 0xce, 0xfb, 0x65, 0xbe, 0x7d, 0xb3, + 0x4c, 0x88, 0xbe, 0xa6, 0x27, 0xc8, 0xf6, 0xc5, 0x1f, 0x96, 0x16, 0x48, 0x1d, 0xfd, 0x1d, 0xd0, + 0xd3, 0x7e, 0x38, 0x83, 0x8c, 0x87, 0x2c, 0xa5, 0x3c, 0x4c, 0x33, 0x1c, 0x21, 0xa3, 0x2e, 0x9f, + 0xf3, 0x8b, 0x32, 0x23, 0x3b, 0xf7, 0x33, 0x32, 0x42, 0x31, 0x8c, 0xce, 0xdf, 0xa0, 0x28, 0x68, + 0xa5, 0xfd, 0x11, 0x64, 0xfc, 0x28, 0xa5, 0xfc, 0x9d, 0xe0, 0x4a, 0x45, 0xef, 0x9e, 0xe2, 0xf6, + 0x53, 0x14, 0xbd, 0x75, 0xc5, 0x29, 0x30, 0xd3, 0x7e, 0x08, 0x33, 0xcc, 0xa7, 0x04, 0x71, 0x1c, + 0x85, 0x7c, 0x0e, 0xd3, 0x10, 0x46, 0x51, 0x4e, 0xf2, 0x19, 0xe4, 0x34, 0x33, 0x9e, 0x3d, 0x5e, + 0x7d, 0x27, 0xed, 0x0f, 0x56, 0x4a, 0x62, 0xf5, 0x83, 0x5b, 0x1d, 0xe9, 0xe4, 0xfd, 0xaf, 0xd3, + 0xf3, 0xa7, 0x38, 0x79, 0xff, 0xed, 0x04, 0x41, 0x37, 0x46, 0x94, 0x20, 0x9e, 0x3d, 0xe4, 0x02, + 0x1e, 0xef, 0x62, 0xac, 0x64, 0x36, 0x2d, 0x8e, 0x41, 0x4b, 0x6e, 0x01, 0x65, 0x19, 0xcd, 0xe4, + 0xe2, 0x8d, 0xc6, 0x07, 0x53, 0x63, 0x97, 0xa9, 0x29, 0xff, 0x46, 0x1b, 0x02, 0x2a, 0x39, 0x4d, + 0x51, 0x3d, 0x10, 0x45, 0xc1, 0xf3, 0x47, 0x97, 0xd7, 0xa6, 0x76, 0x75, 0x6d, 0x6a, 0x7f, 0x5e, + 0x9b, 0xda, 0xc5, 0x8d, 0x59, 0xb9, 0xba, 0x31, 0x2b, 0xbf, 0xdd, 0x98, 0x95, 0x9f, 0xf6, 0x63, + 0xcc, 0xa7, 0xf9, 0xd8, 0x89, 0x28, 0x71, 0x8f, 0x78, 0x86, 0x27, 0xa8, 0x37, 0x82, 0x63, 0xe6, + 0x32, 0x79, 0x76, 0x4f, 0xbd, 0xef, 0xdc, 0x33, 0x97, 0x71, 0x78, 0x82, 0xf0, 0x38, 0x72, 0xf9, + 0x79, 0x8a, 0xd8, 0xb8, 0x2e, 0x9b, 0xfa, 0xf6, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x73, 0x0c, + 0x68, 0x48, 0x3d, 0x06, 0x00, 0x00, } func (m *MsgSwapExactAmountIn) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/packet.pb.go b/x/stakeibc/types/packet.pb.go index 0db4f80586..1f5e61f59e 100644 --- a/x/stakeibc/types/packet.pb.go +++ b/x/stakeibc/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_a86fa6a12773333f = []byte{ 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x8d, 0xd6, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xba, 0xbe, 0xcc, - 0xd0, 0x5c, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, - 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x68, 0xdd, 0x25, 0x1b, 0xe3, 0x00, 0x00, 0x00, + 0xd0, 0x42, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, + 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x8b, 0xcf, 0x96, 0xe3, 0x00, 0x00, 0x00, } func (m *StakeibcPacketData) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/params.pb.go b/x/stakeibc/types/params.pb.go index 7e55f297fe..f4f6bb985c 100644 --- a/x/stakeibc/types/params.pb.go +++ b/x/stakeibc/types/params.pb.go @@ -199,40 +199,40 @@ var fileDescriptor_5aeaab6a38c2b438 = []byte{ // 580 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x94, 0xcf, 0x6e, 0xd3, 0x4c, 0x14, 0xc5, 0x93, 0xef, 0xb3, 0xda, 0x74, 0x0a, 0xd4, 0x71, 0x2b, 0xb0, 0xaa, 0xe2, 0x02, 0x12, - 0x12, 0xa5, 0x50, 0xf3, 0x67, 0x01, 0xa2, 0x0b, 0xa4, 0x56, 0x5d, 0xb4, 0x2a, 0x28, 0x24, 0x91, - 0x90, 0xd8, 0x8c, 0xc6, 0xe3, 0x9b, 0x78, 0x54, 0xdb, 0x63, 0x66, 0x26, 0x69, 0xda, 0x47, 0x60, - 0xc5, 0x92, 0x25, 0x8f, 0xc3, 0xb2, 0x4b, 0x96, 0x28, 0x79, 0x11, 0xe4, 0x19, 0xc7, 0x8e, 0x51, - 0x61, 0x17, 0x9d, 0xf3, 0xbb, 0xc7, 0xc7, 0x77, 0xe2, 0x41, 0x5b, 0x52, 0x09, 0x16, 0x82, 0x2f, - 0x15, 0x39, 0x03, 0x16, 0x50, 0x3f, 0x23, 0x82, 0x24, 0x72, 0x2f, 0x13, 0x5c, 0x71, 0x67, 0xcd, - 0xb8, 0x7b, 0x73, 0x77, 0x73, 0x63, 0xc8, 0x87, 0x5c, 0x7b, 0x7e, 0xfe, 0xcb, 0x60, 0x0f, 0xbe, - 0x2c, 0xa3, 0xa5, 0x8e, 0x9e, 0x73, 0x76, 0x90, 0x2d, 0xe0, 0x9c, 0x88, 0x50, 0x62, 0x96, 0x2a, - 0x10, 0x63, 0x12, 0xbb, 0xcd, 0x7b, 0xcd, 0x47, 0x56, 0x77, 0xad, 0xd0, 0x8f, 0x0b, 0xd9, 0xd9, - 0x45, 0xed, 0x10, 0x62, 0x18, 0x12, 0x05, 0x15, 0xbb, 0xa4, 0x59, 0x7b, 0x6e, 0x94, 0xf0, 0x0e, - 0xb2, 0x43, 0xc8, 0xb8, 0x64, 0xaa, 0x62, 0xff, 0x33, 0xb9, 0x85, 0x5e, 0xa2, 0xaf, 0x91, 0x2b, - 0x20, 0x84, 0x24, 0x53, 0x8c, 0xa7, 0x58, 0xd4, 0xe2, 0xff, 0xd7, 0x23, 0xb7, 0x2b, 0xbf, 0xbb, - 0xf8, 0x90, 0x5d, 0xd4, 0x36, 0x2f, 0x8c, 0x29, 0x4f, 0x12, 0x26, 0x25, 0xe3, 0xa9, 0x6b, 0x99, - 0x46, 0xc6, 0x38, 0x2c, 0xf5, 0x1c, 0x16, 0xc0, 0xd2, 0x31, 0xc8, 0x85, 0x4a, 0xcb, 0x06, 0x9e, - 0x1b, 0x65, 0xf2, 0x63, 0xd4, 0x66, 0x94, 0x60, 0xc5, 0x12, 0xe0, 0x23, 0x85, 0x53, 0x92, 0x72, - 0xe9, 0xae, 0x98, 0xfe, 0x8c, 0x92, 0xbe, 0xd1, 0xdf, 0xe7, 0xb2, 0xb3, 0x8d, 0x56, 0x83, 0xd1, - 0x60, 0x00, 0x02, 0x4b, 0x76, 0x09, 0x2e, 0xd2, 0x14, 0x32, 0x52, 0x8f, 0x5d, 0x82, 0xf3, 0x04, - 0x39, 0x2c, 0xa0, 0x65, 0x58, 0x10, 0x73, 0x7a, 0x26, 0xdd, 0x55, 0xf3, 0x68, 0x16, 0xd0, 0x22, - 0xed, 0x40, 0xeb, 0xce, 0x3e, 0xda, 0x1c, 0x00, 0x60, 0x25, 0x48, 0x2a, 0xf3, 0xd0, 0x7a, 0x87, - 0x1b, 0x7a, 0xea, 0xce, 0x00, 0xa0, 0x5f, 0x00, 0xb5, 0x2e, 0x6f, 0xd1, 0xdd, 0x84, 0x4c, 0xb0, - 0x3e, 0x7f, 0x9c, 0xbf, 0x01, 0x25, 0x71, 0x2c, 0x71, 0x06, 0x02, 0x43, 0xc6, 0x69, 0xe4, 0xde, - 0xd4, 0xf3, 0x6e, 0x42, 0x26, 0xbd, 0x9c, 0x39, 0xa6, 0xe4, 0x30, 0x27, 0x3a, 0x20, 0x8e, 0x72, - 0xdf, 0xe9, 0xa0, 0x87, 0x21, 0x0c, 0xc8, 0x28, 0x56, 0x38, 0x61, 0x29, 0xfe, 0xf3, 0x60, 0x54, - 0x24, 0x40, 0x46, 0x3c, 0x0e, 0xdd, 0x5b, 0x3a, 0xe8, 0x7e, 0x01, 0xbf, 0x63, 0x69, 0xb7, 0x76, - 0x46, 0xfd, 0x39, 0x58, 0x4b, 0x24, 0x93, 0x7f, 0x24, 0xae, 0xd5, 0x13, 0xc9, 0xe4, 0x6f, 0x89, - 0xfb, 0x68, 0x53, 0xef, 0xf3, 0xfa, 0x0d, 0xd9, 0x66, 0x43, 0xf9, 0x5e, 0xaf, 0xdb, 0xd0, 0x11, - 0xda, 0x1e, 0x93, 0x98, 0x85, 0x44, 0x71, 0x81, 0x65, 0x4c, 0x64, 0x84, 0x3f, 0x8f, 0x40, 0x5c, - 0x2c, 0x14, 0x59, 0xd7, 0x09, 0x5b, 0x25, 0xd6, 0xcb, 0xa9, 0x0f, 0x39, 0x54, 0x75, 0x78, 0x86, - 0x36, 0xaa, 0x98, 0x73, 0x60, 0xc3, 0x48, 0x61, 0x4a, 0x32, 0x77, 0x43, 0xcf, 0x3a, 0xa5, 0xf7, - 0x51, 0x5b, 0x87, 0x24, 0x7b, 0x63, 0x7d, 0xfb, 0xbe, 0xdd, 0x38, 0xb1, 0x5a, 0x2d, 0x7b, 0xe5, - 0xc4, 0x6a, 0xb5, 0x6d, 0xe7, 0xc4, 0x6a, 0x39, 0xf6, 0xfa, 0xc1, 0xe9, 0x8f, 0xa9, 0xd7, 0xbc, - 0x9a, 0x7a, 0xcd, 0x5f, 0x53, 0xaf, 0xf9, 0x75, 0xe6, 0x35, 0xae, 0x66, 0x5e, 0xe3, 0xe7, 0xcc, - 0x6b, 0x7c, 0x7a, 0x31, 0x64, 0x2a, 0x1a, 0x05, 0x7b, 0x94, 0x27, 0x7e, 0x4f, 0xff, 0x9d, 0x9f, - 0x9e, 0x92, 0x40, 0xfa, 0xc5, 0x15, 0x30, 0x7e, 0xfe, 0xca, 0x9f, 0x54, 0x17, 0x81, 0xba, 0xc8, - 0x40, 0x06, 0x4b, 0xfa, 0x0b, 0x7f, 0xf9, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xe3, 0xea, 0xf8, 0x92, + 0x12, 0xa5, 0x50, 0xf3, 0x67, 0x53, 0xd1, 0x05, 0x52, 0xab, 0x2e, 0x5a, 0x15, 0x14, 0x92, 0x48, + 0x48, 0x6c, 0x46, 0xe3, 0xf1, 0x4d, 0x3c, 0xaa, 0xed, 0x31, 0x33, 0x93, 0x34, 0xed, 0x23, 0xb0, + 0x62, 0xc9, 0x92, 0xc7, 0x61, 0xd9, 0x25, 0x4b, 0x94, 0xbc, 0x08, 0xf2, 0x8c, 0x63, 0xc7, 0xa8, + 0xb0, 0x8b, 0xce, 0xf9, 0xdd, 0xe3, 0xe3, 0x3b, 0xf1, 0xa0, 0x2d, 0xa9, 0x04, 0x0b, 0xc1, 0x97, + 0x8a, 0x9c, 0x03, 0x0b, 0xa8, 0x9f, 0x11, 0x41, 0x12, 0xb9, 0x97, 0x09, 0xae, 0xb8, 0xb3, 0x66, + 0xdc, 0xbd, 0xb9, 0xbb, 0xb9, 0x31, 0xe4, 0x43, 0xae, 0x3d, 0x3f, 0xff, 0x65, 0xb0, 0x47, 0x5f, + 0x96, 0xd1, 0x52, 0x47, 0xcf, 0x39, 0x3b, 0xc8, 0x16, 0x70, 0x41, 0x44, 0x28, 0x31, 0x4b, 0x15, + 0x88, 0x31, 0x89, 0xdd, 0xe6, 0x83, 0xe6, 0x13, 0xab, 0xbb, 0x56, 0xe8, 0x27, 0x85, 0xec, 0xec, + 0xa2, 0x76, 0x08, 0x31, 0x0c, 0x89, 0x82, 0x8a, 0x5d, 0xd2, 0xac, 0x3d, 0x37, 0x4a, 0x78, 0x07, + 0xd9, 0x21, 0x64, 0x5c, 0x32, 0x55, 0xb1, 0xff, 0x99, 0xdc, 0x42, 0x2f, 0xd1, 0x7d, 0xe4, 0x0a, + 0x08, 0x21, 0xc9, 0x14, 0xe3, 0x29, 0x16, 0xb5, 0xf8, 0xff, 0xf5, 0xc8, 0xdd, 0xca, 0xef, 0x2e, + 0x3e, 0x64, 0x17, 0xb5, 0xcd, 0x0b, 0x63, 0xca, 0x93, 0x84, 0x49, 0xc9, 0x78, 0xea, 0x5a, 0xa6, + 0x91, 0x31, 0x8e, 0x4a, 0x3d, 0x87, 0x05, 0xb0, 0x74, 0x0c, 0x72, 0xa1, 0xd2, 0xb2, 0x81, 0xe7, + 0x46, 0x99, 0xfc, 0x14, 0xb5, 0x19, 0x25, 0x58, 0xb1, 0x04, 0xf8, 0x48, 0xe1, 0x94, 0xa4, 0x5c, + 0xba, 0x2b, 0xa6, 0x3f, 0xa3, 0xa4, 0x6f, 0xf4, 0xf7, 0xb9, 0xec, 0x6c, 0xa3, 0xd5, 0x60, 0x34, + 0x18, 0x80, 0xc0, 0x92, 0x5d, 0x81, 0x8b, 0x34, 0x85, 0x8c, 0xd4, 0x63, 0x57, 0xe0, 0x3c, 0x43, + 0x0e, 0x0b, 0x68, 0x19, 0x16, 0xc4, 0x9c, 0x9e, 0x4b, 0x77, 0xd5, 0x3c, 0x9a, 0x05, 0xb4, 0x48, + 0x3b, 0xd4, 0xba, 0x73, 0x80, 0x36, 0x07, 0x00, 0x58, 0x09, 0x92, 0xca, 0x3c, 0xb4, 0xde, 0xe1, + 0x96, 0x9e, 0xba, 0x37, 0x00, 0xe8, 0x17, 0x40, 0xad, 0xcb, 0x5b, 0x74, 0x3f, 0x21, 0x13, 0xac, + 0xcf, 0x1f, 0xe7, 0x6f, 0x40, 0x49, 0x1c, 0x4b, 0x9c, 0x81, 0xc0, 0x90, 0x71, 0x1a, 0xb9, 0xb7, + 0xf5, 0xbc, 0x9b, 0x90, 0x49, 0x2f, 0x67, 0x4e, 0x28, 0x39, 0xca, 0x89, 0x0e, 0x88, 0xe3, 0xdc, + 0x77, 0x3a, 0xe8, 0x71, 0x08, 0x03, 0x32, 0x8a, 0x15, 0x4e, 0x58, 0x8a, 0xff, 0x3c, 0x18, 0x15, + 0x09, 0x90, 0x11, 0x8f, 0x43, 0xf7, 0x8e, 0x0e, 0x7a, 0x58, 0xc0, 0xef, 0x58, 0xda, 0xad, 0x9d, + 0x51, 0x7f, 0x0e, 0xd6, 0x12, 0xc9, 0xe4, 0x1f, 0x89, 0x6b, 0xf5, 0x44, 0x32, 0xf9, 0x5b, 0xe2, + 0x01, 0xda, 0xd4, 0xfb, 0xbc, 0x79, 0x43, 0xb6, 0xd9, 0x50, 0xbe, 0xd7, 0x9b, 0x36, 0x74, 0x8c, + 0xb6, 0xc7, 0x24, 0x66, 0x21, 0x51, 0x5c, 0x60, 0x19, 0x13, 0x19, 0xe1, 0xcf, 0x23, 0x10, 0x97, + 0x0b, 0x45, 0xd6, 0x75, 0xc2, 0x56, 0x89, 0xf5, 0x72, 0xea, 0x43, 0x0e, 0x55, 0x1d, 0x5e, 0xa0, + 0x8d, 0x2a, 0xe6, 0x02, 0xd8, 0x30, 0x52, 0x98, 0x92, 0xcc, 0xdd, 0xd0, 0xb3, 0x4e, 0xe9, 0x7d, + 0xd4, 0xd6, 0x11, 0xc9, 0xde, 0x58, 0xdf, 0xbe, 0x6f, 0x37, 0x4e, 0xad, 0x56, 0xcb, 0x5e, 0x39, + 0xb5, 0x5a, 0x6d, 0xdb, 0x39, 0xb5, 0x5a, 0x8e, 0xbd, 0x7e, 0x78, 0xf6, 0x63, 0xea, 0x35, 0xaf, + 0xa7, 0x5e, 0xf3, 0xd7, 0xd4, 0x6b, 0x7e, 0x9d, 0x79, 0x8d, 0xeb, 0x99, 0xd7, 0xf8, 0x39, 0xf3, + 0x1a, 0x9f, 0x5e, 0x0d, 0x99, 0x8a, 0x46, 0xc1, 0x1e, 0xe5, 0x89, 0xdf, 0xd3, 0x7f, 0xe7, 0xe7, + 0x67, 0x24, 0x90, 0x7e, 0x71, 0x05, 0x8c, 0x5f, 0xee, 0xfb, 0x93, 0xea, 0x22, 0x50, 0x97, 0x19, + 0xc8, 0x60, 0x49, 0x7f, 0xe1, 0xaf, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0x79, 0xbc, 0x12, 0x1f, 0x28, 0x04, 0x00, 0x00, } diff --git a/x/stakeibc/types/query.pb.go b/x/stakeibc/types/query.pb.go index 8e15cb2d05..b0fc8c3a3c 100644 --- a/x/stakeibc/types/query.pb.go +++ b/x/stakeibc/types/query.pb.go @@ -1042,7 +1042,7 @@ var fileDescriptor_494b786fe66f2b80 = []byte{ // 1239 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0x4d, 0x6f, 0x1b, 0x45, 0x18, 0xc7, 0xb3, 0x6d, 0x9a, 0xa6, 0x4f, 0xd2, 0x86, 0x0e, 0x81, 0x38, 0x9b, 0xc4, 0x21, 0xd3, - 0xd0, 0xbc, 0x34, 0xf5, 0x12, 0xa7, 0x80, 0x1a, 0x51, 0x81, 0x23, 0xda, 0xc6, 0x28, 0xa0, 0xe0, + 0xd0, 0xbc, 0x34, 0xf5, 0x12, 0xa7, 0x20, 0x1a, 0x51, 0x81, 0x23, 0xda, 0xc6, 0x28, 0xa0, 0xe0, 0x96, 0x0a, 0x95, 0x83, 0x35, 0xde, 0x1d, 0xec, 0x55, 0xd7, 0x3b, 0xee, 0xee, 0x38, 0x24, 0x44, 0x56, 0x25, 0x3e, 0x00, 0xaa, 0x40, 0x08, 0x89, 0x5b, 0x11, 0x07, 0xce, 0x7c, 0x8a, 0xde, 0xa8, 0xc4, 0x85, 0x53, 0x84, 0x12, 0x3e, 0x41, 0x3f, 0x01, 0xda, 0xd9, 0xd9, 0xf5, 0x7a, 0x5f, 0x8c, @@ -1116,8 +1116,8 @@ var fileDescriptor_494b786fe66f2b80 = []byte{ 0x61, 0x54, 0x46, 0xb7, 0x76, 0x9e, 0x1f, 0xe7, 0x95, 0x17, 0xc7, 0x79, 0xe5, 0x9f, 0xe3, 0xbc, 0xf2, 0xf4, 0x24, 0x3f, 0xf4, 0xe2, 0x24, 0x3f, 0xf4, 0xf7, 0x49, 0x7e, 0xe8, 0x61, 0xb1, 0x6e, 0xf2, 0x46, 0xbb, 0x56, 0xd0, 0x59, 0x33, 0x2d, 0xdc, 0xde, 0xfa, 0xfb, 0xda, 0x7e, 0x24, 0xe8, - 0x41, 0x8b, 0xba, 0xb5, 0x11, 0xf1, 0x7f, 0x73, 0xe3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, - 0x1c, 0x3d, 0xcf, 0xd0, 0x0f, 0x00, 0x00, + 0x41, 0x8b, 0xba, 0xb5, 0x11, 0xf1, 0x7f, 0x73, 0xe3, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xac, + 0x4a, 0xd7, 0x42, 0xd0, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/types/trade_route.pb.go b/x/stakeibc/types/trade_route.pb.go index 82f0eb9c95..bfbc74820f 100644 --- a/x/stakeibc/types/trade_route.pb.go +++ b/x/stakeibc/types/trade_route.pb.go @@ -259,49 +259,49 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/trade_route.proto", fileDescriptor_c252b142ecf88017) } var fileDescriptor_c252b142ecf88017 = []byte{ - // 662 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcf, 0x4e, 0xdb, 0x4e, - 0x10, 0xc7, 0x93, 0x1f, 0xff, 0x7e, 0xd9, 0x84, 0x22, 0xb9, 0x14, 0x4c, 0xa8, 0x02, 0xe5, 0x50, - 0x71, 0xc1, 0x56, 0x29, 0xa2, 0xa8, 0xe2, 0x12, 0x48, 0x2b, 0x22, 0x21, 0xb5, 0x32, 0x69, 0x0f, - 0xf4, 0xb0, 0xda, 0xd8, 0xdb, 0x60, 0x11, 0xef, 0x58, 0xde, 0x4d, 0xe3, 0xf6, 0x29, 0xfa, 0x30, - 0x7d, 0x08, 0x8e, 0xa8, 0xa7, 0xaa, 0x07, 0x54, 0x91, 0xc7, 0xe8, 0xa5, 0xda, 0x59, 0x1b, 0x1c, - 0xe8, 0x81, 0x56, 0x3d, 0x25, 0xeb, 0x99, 0xcf, 0x77, 0x76, 0xf6, 0xbb, 0x3b, 0xe4, 0x91, 0x54, - 0x49, 0x18, 0x70, 0x57, 0x2a, 0x76, 0xca, 0xc3, 0xae, 0xef, 0xaa, 0x84, 0x05, 0x9c, 0x26, 0x30, - 0x50, 0xdc, 0x89, 0x13, 0x50, 0x60, 0xcd, 0x99, 0x14, 0x27, 0x4f, 0xa9, 0xcf, 0xf7, 0xa0, 0x07, - 0x18, 0x73, 0xf5, 0x3f, 0x93, 0x56, 0xbf, 0xa5, 0x14, 0xfa, 0x8c, 0x32, 0xdf, 0x87, 0x81, 0x50, - 0x59, 0xca, 0x92, 0x0f, 0x32, 0x02, 0x49, 0x0d, 0x6b, 0x16, 0x26, 0xb4, 0x36, 0x9a, 0x20, 0xd5, - 0x8e, 0x2e, 0xbd, 0x0f, 0xe2, 0x7d, 0xd8, 0xb3, 0x16, 0xc9, 0x4c, 0x0c, 0xd0, 0xa7, 0x61, 0x60, - 0x97, 0x57, 0xcb, 0xeb, 0x93, 0xde, 0xb4, 0x5e, 0xb6, 0x03, 0xeb, 0x1d, 0x21, 0x72, 0xc8, 0x62, - 0x1a, 0x27, 0xa1, 0xcf, 0xed, 0xff, 0x56, 0xcb, 0xeb, 0x95, 0xbd, 0xdd, 0xb3, 0x8b, 0x95, 0xd2, - 0xf7, 0x8b, 0x95, 0xc7, 0xbd, 0x50, 0x9d, 0x0c, 0xba, 0x8e, 0x0f, 0x51, 0xa6, 0x9e, 0xfd, 0x6c, - 0xc8, 0xe0, 0xd4, 0x55, 0x1f, 0x63, 0x2e, 0x9d, 0x16, 0xf7, 0xbf, 0x7e, 0xd9, 0x20, 0x59, 0xf1, - 0x16, 0xf7, 0xbd, 0x8a, 0xd6, 0x7b, 0xad, 0xe5, 0xac, 0x2d, 0xb2, 0x80, 0xba, 0x74, 0x10, 0x07, - 0x4c, 0x71, 0xaa, 0xc2, 0x88, 0x4b, 0xc5, 0xa2, 0xd8, 0x9e, 0xc0, 0x4d, 0xcc, 0x63, 0xf4, 0x0d, - 0x06, 0x3b, 0x79, 0xcc, 0x4a, 0x49, 0x3d, 0x62, 0x29, 0x65, 0xfd, 0x3e, 0x0c, 0x79, 0x40, 0x71, - 0x7b, 0x7d, 0x90, 0x92, 0x26, 0x4c, 0x71, 0x7b, 0xf2, 0x1f, 0x6c, 0x71, 0x21, 0x62, 0x69, 0xd3, - 0xc8, 0x1f, 0x0d, 0x59, 0x7c, 0x08, 0x52, 0x7a, 0x4c, 0x71, 0xeb, 0x2d, 0x99, 0x8b, 0x42, 0x61, - 0x2a, 0xb2, 0x48, 0x9f, 0xb4, 0x3d, 0x85, 0xe5, 0x9c, 0x3f, 0x28, 0xd7, 0x16, 0xca, 0x9b, 0x8d, - 0x42, 0xa1, 0x95, 0x9b, 0x28, 0x82, 0xba, 0x2c, 0x1d, 0xd3, 0x9d, 0xfe, 0x4b, 0x5d, 0x96, 0x5e, - 0xeb, 0xae, 0xfd, 0x9c, 0x22, 0x04, 0x5d, 0xf6, 0xf4, 0xfd, 0xb2, 0x76, 0xc8, 0x52, 0xc2, 0x87, - 0x2c, 0x09, 0x68, 0xc0, 0x05, 0x44, 0x14, 0x04, 0x3d, 0x01, 0xa9, 0xe8, 0x27, 0x10, 0x1c, 0x6d, - 0xaf, 0x78, 0x0f, 0x4c, 0x42, 0x4b, 0xc7, 0x5f, 0x89, 0x03, 0x90, 0xea, 0x18, 0x04, 0xb7, 0x76, - 0xc9, 0xf2, 0x4d, 0x32, 0x5b, 0x23, 0x8b, 0xd7, 0xc2, 0x5b, 0x1c, 0x63, 0x3d, 0x5c, 0x20, 0xfd, - 0x9c, 0xd4, 0x6f, 0xd2, 0xe6, 0xda, 0x23, 0x3c, 0x81, 0xf0, 0xc2, 0x18, 0x8c, 0x9b, 0x46, 0x76, - 0x9b, 0xd8, 0xb8, 0xc7, 0xdf, 0x91, 0x68, 0xb5, 0x37, 0xaf, 0xe3, 0xb7, 0xb8, 0x2d, 0xb2, 0x38, - 0xce, 0x5d, 0x77, 0x8a, 0x96, 0x79, 0xf7, 0x0b, 0xd8, 0x55, 0x9f, 0x2d, 0x52, 0xc3, 0xbc, 0xec, - 0x1d, 0xa1, 0x0b, 0xd5, 0xcd, 0x65, 0xe7, 0xc6, 0x93, 0x74, 0xda, 0xfb, 0xcd, 0xa6, 0x49, 0xd9, - 0x9b, 0xd4, 0x16, 0x79, 0x55, 0x8d, 0x65, 0x9f, 0xac, 0x03, 0x72, 0x2f, 0xeb, 0x37, 0xd7, 0x99, - 0xb9, 0xab, 0xce, 0xac, 0x01, 0x73, 0xa5, 0x97, 0x64, 0xd6, 0xf4, 0x9b, 0x0b, 0xfd, 0x7f, 0x57, - 0xa1, 0x1a, 0x72, 0xb9, 0xce, 0x0e, 0x59, 0xc2, 0xbe, 0x14, 0xe4, 0xbe, 0xf9, 0x27, 0x4c, 0x08, - 0x8e, 0x0f, 0xbe, 0x62, 0x9c, 0xd7, 0x09, 0x1d, 0x30, 0xb6, 0xed, 0x9b, 0x68, 0x3b, 0x28, 0x78, - 0xa7, 0x20, 0x3b, 0xfb, 0x02, 0x4a, 0x8a, 0xde, 0x75, 0xc0, 0x4c, 0x94, 0x2b, 0x76, 0x9b, 0xd8, - 0x86, 0x50, 0x60, 0x8e, 0xbf, 0x40, 0x56, 0x8d, 0x77, 0x18, 0xef, 0x80, 0x36, 0xe0, 0x9a, 0x7b, - 0x41, 0x6a, 0x59, 0x25, 0x1c, 0x4e, 0x76, 0x0d, 0x9b, 0x7e, 0x78, 0xab, 0xe9, 0xc2, 0x00, 0xcb, - 0x6d, 0x50, 0x85, 0x4f, 0x87, 0x67, 0x97, 0x8d, 0xf2, 0xf9, 0x65, 0xa3, 0xfc, 0xe3, 0xb2, 0x51, - 0xfe, 0x3c, 0x6a, 0x94, 0xce, 0x47, 0x8d, 0xd2, 0xb7, 0x51, 0xa3, 0x74, 0xbc, 0x59, 0x78, 0x4e, - 0x47, 0x28, 0xba, 0x71, 0xc8, 0xba, 0xd2, 0xcd, 0x46, 0xea, 0x87, 0x27, 0xcf, 0xdc, 0xb4, 0x30, - 0xa2, 0xf5, 0xf3, 0xea, 0x4e, 0xe3, 0xe0, 0x7c, 0xfa, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x7f, 0xd8, - 0xda, 0x71, 0xc2, 0x05, 0x00, 0x00, + // 661 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcf, 0x4f, 0x13, 0x41, + 0x14, 0xc7, 0x5b, 0xf9, 0x65, 0xa7, 0x45, 0x92, 0x15, 0x61, 0x29, 0xa6, 0x20, 0x07, 0xc3, 0x85, + 0xdd, 0x88, 0x84, 0x10, 0xc3, 0xa5, 0x50, 0x0d, 0x4d, 0x48, 0x34, 0x4b, 0xf5, 0x80, 0x87, 0xc9, + 0x74, 0x77, 0x2c, 0x1b, 0xba, 0xf3, 0x36, 0x3b, 0x53, 0xbb, 0xfa, 0x57, 0xf8, 0xc7, 0xf8, 0x47, + 0x70, 0x24, 0x9e, 0x8c, 0x07, 0x62, 0xe8, 0x9f, 0xe1, 0xc5, 0xcc, 0x9b, 0x5d, 0xd8, 0x82, 0x07, + 0x34, 0x9e, 0xda, 0xd9, 0xf7, 0x3e, 0xdf, 0x37, 0x6f, 0xbe, 0x33, 0x8f, 0x3c, 0x91, 0x2a, 0x09, + 0x03, 0xee, 0x4a, 0xc5, 0x4e, 0x79, 0xd8, 0xf5, 0x5d, 0x95, 0xb0, 0x80, 0xd3, 0x04, 0x06, 0x8a, + 0x3b, 0x71, 0x02, 0x0a, 0xac, 0x39, 0x93, 0xe2, 0xe4, 0x29, 0xf5, 0xf9, 0x1e, 0xf4, 0x00, 0x63, + 0xae, 0xfe, 0x67, 0xd2, 0xea, 0xb7, 0x94, 0x42, 0x9f, 0x51, 0xe6, 0xfb, 0x30, 0x10, 0x2a, 0x4b, + 0x59, 0xf2, 0x41, 0x46, 0x20, 0xa9, 0x61, 0xcd, 0xc2, 0x84, 0xd6, 0x46, 0x13, 0xa4, 0xda, 0xd1, + 0xa5, 0xf7, 0x41, 0x7c, 0x08, 0x7b, 0xd6, 0x22, 0x99, 0x89, 0x01, 0xfa, 0x34, 0x0c, 0xec, 0xf2, + 0x6a, 0x79, 0x7d, 0xd2, 0x9b, 0xd6, 0xcb, 0x76, 0x60, 0xbd, 0x27, 0x44, 0x0e, 0x59, 0x4c, 0xe3, + 0x24, 0xf4, 0xb9, 0x7d, 0x6f, 0xb5, 0xbc, 0x5e, 0xd9, 0xdb, 0x3d, 0xbb, 0x58, 0x29, 0xfd, 0xb8, + 0x58, 0x79, 0xda, 0x0b, 0xd5, 0xc9, 0xa0, 0xeb, 0xf8, 0x10, 0x65, 0xea, 0xd9, 0xcf, 0x86, 0x0c, + 0x4e, 0x5d, 0xf5, 0x29, 0xe6, 0xd2, 0x69, 0x71, 0xff, 0xdb, 0xd7, 0x0d, 0x92, 0x15, 0x6f, 0x71, + 0xdf, 0xab, 0x68, 0xbd, 0x37, 0x5a, 0xce, 0xda, 0x22, 0x0b, 0xa8, 0x4b, 0x07, 0x71, 0xc0, 0x14, + 0xa7, 0x2a, 0x8c, 0xb8, 0x54, 0x2c, 0x8a, 0xed, 0x09, 0xdc, 0xc4, 0x3c, 0x46, 0xdf, 0x62, 0xb0, + 0x93, 0xc7, 0xac, 0x94, 0xd4, 0x23, 0x96, 0x52, 0xd6, 0xef, 0xc3, 0x90, 0x07, 0x14, 0xb7, 0xd7, + 0x07, 0x29, 0x69, 0xc2, 0x14, 0xb7, 0x27, 0xff, 0xc3, 0x16, 0x17, 0x22, 0x96, 0x36, 0x8d, 0xfc, + 0xd1, 0x90, 0xc5, 0x87, 0x20, 0xa5, 0xc7, 0x14, 0xb7, 0xde, 0x91, 0xb9, 0x28, 0x14, 0xa6, 0x22, + 0x8b, 0xf4, 0x49, 0xdb, 0x53, 0x58, 0xce, 0xf9, 0x8b, 0x72, 0x6d, 0xa1, 0xbc, 0xd9, 0x28, 0x14, + 0x5a, 0xb9, 0x89, 0x22, 0xa8, 0xcb, 0xd2, 0x31, 0xdd, 0xe9, 0x7f, 0xd4, 0x65, 0xe9, 0xb5, 0xee, + 0xda, 0xaf, 0x29, 0x42, 0xd0, 0x65, 0x4f, 0xdf, 0x2f, 0x6b, 0x87, 0x2c, 0x25, 0x7c, 0xc8, 0x92, + 0x80, 0x06, 0x5c, 0x40, 0x44, 0x41, 0xd0, 0x13, 0x90, 0x8a, 0x7e, 0x06, 0xc1, 0xd1, 0xf6, 0x8a, + 0xf7, 0xc8, 0x24, 0xb4, 0x74, 0xfc, 0xb5, 0x38, 0x00, 0xa9, 0x8e, 0x41, 0x70, 0x6b, 0x97, 0x2c, + 0xdf, 0x24, 0xb3, 0x35, 0xb2, 0x78, 0x2d, 0xbc, 0xc5, 0x31, 0xd6, 0xc3, 0x05, 0xd2, 0x2f, 0x48, + 0xfd, 0x26, 0x6d, 0xae, 0x3d, 0xc2, 0x13, 0x08, 0x2f, 0x8c, 0xc1, 0xb8, 0x69, 0x64, 0xb7, 0x89, + 0x8d, 0x7b, 0xfc, 0x13, 0x89, 0x56, 0x7b, 0xf3, 0x3a, 0x7e, 0x8b, 0xdb, 0x22, 0x8b, 0xe3, 0xdc, + 0x75, 0xa7, 0x68, 0x99, 0xf7, 0xb0, 0x80, 0x5d, 0xf5, 0xd9, 0x22, 0x35, 0xcc, 0xcb, 0xde, 0x11, + 0xba, 0x50, 0xdd, 0x5c, 0x76, 0x6e, 0x3c, 0x49, 0xa7, 0xbd, 0xdf, 0x6c, 0x9a, 0x94, 0xbd, 0x49, + 0x6d, 0x91, 0x57, 0xd5, 0x58, 0xf6, 0xc9, 0x3a, 0x20, 0x0f, 0xb2, 0x7e, 0x73, 0x9d, 0x99, 0xbb, + 0xea, 0xcc, 0x1a, 0x30, 0x57, 0x7a, 0x45, 0x66, 0x4d, 0xbf, 0xb9, 0xd0, 0xfd, 0xbb, 0x0a, 0xd5, + 0x90, 0xcb, 0x75, 0x76, 0xc8, 0x12, 0xf6, 0xa5, 0x20, 0xf7, 0xcd, 0x3f, 0x61, 0x42, 0x70, 0x7c, + 0xf0, 0x15, 0xe3, 0xbc, 0x4e, 0xe8, 0x80, 0xb1, 0x6d, 0xdf, 0x44, 0xdb, 0x41, 0xc1, 0x3b, 0x05, + 0xd9, 0xd9, 0x17, 0x50, 0x52, 0xf4, 0xae, 0x03, 0x66, 0xa2, 0x5c, 0xb1, 0xdb, 0xc4, 0x36, 0x84, + 0x02, 0x73, 0xfc, 0x05, 0xb2, 0x6a, 0xbc, 0xc3, 0x78, 0x07, 0xb4, 0x01, 0xd7, 0xdc, 0x4b, 0x52, + 0xcb, 0x2a, 0xe1, 0x70, 0xb2, 0x6b, 0xd8, 0xf4, 0xe3, 0x5b, 0x4d, 0x17, 0x06, 0x58, 0x6e, 0x83, + 0x2a, 0x7c, 0x3a, 0x3c, 0xbb, 0x6c, 0x94, 0xcf, 0x2f, 0x1b, 0xe5, 0x9f, 0x97, 0x8d, 0xf2, 0x97, + 0x51, 0xa3, 0x74, 0x3e, 0x6a, 0x94, 0xbe, 0x8f, 0x1a, 0xa5, 0xe3, 0xcd, 0xc2, 0x73, 0x3a, 0x42, + 0xd1, 0x8d, 0x43, 0xd6, 0x95, 0x6e, 0x36, 0x52, 0x3f, 0x3e, 0xdb, 0x71, 0xd3, 0xc2, 0x88, 0xd6, + 0xcf, 0xab, 0x3b, 0x8d, 0x83, 0xf3, 0xf9, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x8e, 0x30, + 0xfc, 0xc2, 0x05, 0x00, 0x00, } func (m *TradeConfig) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/tx.pb.go b/x/stakeibc/types/tx.pb.go index 2705eee97b..68c4606234 100644 --- a/x/stakeibc/types/tx.pb.go +++ b/x/stakeibc/types/tx.pb.go @@ -2006,7 +2006,7 @@ var fileDescriptor_9b7e09c9ad51cd54 = []byte{ // 2067 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x59, 0x4f, 0x6f, 0x24, 0x47, 0x15, 0xf7, 0xac, 0xff, 0x8d, 0x9f, 0xed, 0x1d, 0xbb, 0xed, 0xf5, 0x8e, 0x7b, 0xe3, 0x19, 0x6f, - 0x7b, 0x03, 0xc6, 0x89, 0x67, 0xb0, 0x1d, 0x11, 0x30, 0x20, 0xe1, 0xb1, 0x03, 0x31, 0xac, 0x13, + 0x7b, 0x03, 0xc6, 0x89, 0x67, 0xb0, 0x1d, 0x41, 0x30, 0x20, 0xe1, 0xb1, 0x03, 0x31, 0xac, 0x13, 0xd4, 0x76, 0xb2, 0xd2, 0x4a, 0x51, 0x53, 0xd3, 0x5d, 0x3b, 0xd3, 0xda, 0xee, 0xae, 0x49, 0x57, 0x8f, 0x3d, 0xcb, 0x01, 0x45, 0x48, 0x48, 0x08, 0x81, 0x00, 0x71, 0xe5, 0x10, 0x24, 0x0e, 0x08, 0x2e, 0x11, 0x8a, 0xf8, 0x0c, 0x41, 0x48, 0x28, 0xca, 0x09, 0x71, 0x30, 0x68, 0xf7, 0x10, 0xce, @@ -2056,55 +2056,55 @@ var fileDescriptor_9b7e09c9ad51cd54 = []byte{ 0x13, 0xab, 0x38, 0xb9, 0x9c, 0x5b, 0x1d, 0xa9, 0xdd, 0x39, 0x3b, 0x2d, 0xdf, 0x16, 0xc2, 0xd2, 0x08, 0x4d, 0x2f, 0xc8, 0xa9, 0xef, 0xf3, 0x19, 0xc5, 0x81, 0x39, 0x76, 0xa3, 0xa4, 0x53, 0xfa, 0xf4, 0x35, 0xa4, 0xf4, 0x59, 0xd7, 0xf6, 0x52, 0xd7, 0x08, 0xd3, 0x86, 0x3a, 0x3d, 0xda, 0x6e, - 0x5e, 0x8b, 0x36, 0xd4, 0x49, 0x69, 0x7b, 0x1d, 0x8a, 0x2c, 0xfd, 0x38, 0x3c, 0x9b, 0x18, 0xbc, - 0x5a, 0x30, 0xb0, 0x87, 0xea, 0x0e, 0xb6, 0x8a, 0x05, 0x9e, 0x36, 0x6e, 0x39, 0xd4, 0x8d, 0x25, - 0x9b, 0x37, 0xc4, 0xe2, 0x76, 0xfe, 0xa7, 0x1f, 0x96, 0x87, 0xfe, 0xf3, 0x61, 0x79, 0x48, 0x5b, - 0x82, 0x3b, 0x19, 0x31, 0x2b, 0x63, 0xfa, 0x97, 0x39, 0x9e, 0xb2, 0x76, 0x1d, 0x64, 0xbb, 0xef, - 0x78, 0x16, 0x76, 0x70, 0x03, 0x05, 0xd8, 0xe2, 0x69, 0xed, 0xbc, 0x2b, 0x7e, 0x19, 0xa6, 0xe4, - 0xf1, 0xea, 0xe6, 0x1b, 0x88, 0x4e, 0xd8, 0xbe, 0xa5, 0xcc, 0xc3, 0x28, 0x6e, 0x11, 0xb3, 0xc9, - 0x0f, 0xdf, 0x88, 0x2e, 0x06, 0x89, 0x93, 0x37, 0x9a, 0x3c, 0x79, 0xdf, 0x1d, 0xc9, 0x8f, 0xcc, - 0x8c, 0x6a, 0x2b, 0x70, 0xb7, 0x2f, 0x21, 0x49, 0x3b, 0x08, 0x0f, 0x69, 0x5d, 0xa4, 0x9a, 0x77, - 0xa3, 0xf2, 0xe9, 0x3c, 0xca, 0x89, 0x8c, 0x70, 0x23, 0x95, 0x11, 0x56, 0x60, 0xda, 0x6b, 0xbb, - 0x86, 0x1f, 0x49, 0x0c, 0x59, 0x4f, 0x79, 0x6d, 0x57, 0x6a, 0xd1, 0x96, 0xa1, 0x94, 0xad, 0x55, - 0xf2, 0xfa, 0x49, 0x0e, 0x66, 0x0e, 0x68, 0x63, 0xc7, 0xb2, 0x9e, 0x9f, 0xd2, 0x36, 0x80, 0x2c, - 0x0b, 0x69, 0x71, 0x78, 0x79, 0x78, 0x75, 0x72, 0x53, 0xad, 0xa4, 0x4a, 0xc9, 0x8a, 0xd4, 0xa3, - 0xc7, 0xd0, 0x9a, 0x0a, 0xc5, 0x34, 0x0d, 0xc9, 0xf1, 0x3d, 0x28, 0xc8, 0xd9, 0x07, 0xd8, 0x6e, - 0x34, 0x03, 0x65, 0x13, 0xc6, 0x91, 0x65, 0xf9, 0x98, 0x52, 0xc1, 0xb0, 0x56, 0xfc, 0xec, 0xe3, - 0xf5, 0xf9, 0x30, 0x36, 0x77, 0xc4, 0xca, 0x61, 0xe0, 0xdb, 0x5e, 0x43, 0x8f, 0x80, 0xca, 0x02, - 0x8c, 0x9d, 0xf0, 0xdd, 0x9c, 0xf8, 0x88, 0x1e, 0x8e, 0xb4, 0xdf, 0x85, 0x11, 0xd5, 0x44, 0x5e, - 0x03, 0xa7, 0x14, 0x5d, 0xd9, 0x17, 0x07, 0x30, 0x2b, 0xad, 0x33, 0x84, 0xa2, 0xc8, 0x25, 0xcb, - 0xfd, 0x5d, 0x22, 0x94, 0xea, 0x33, 0xc7, 0x29, 0x16, 0x51, 0x8c, 0x65, 0x52, 0x94, 0x7e, 0xfa, - 0x20, 0x07, 0xca, 0x01, 0x6d, 0xec, 0x61, 0x76, 0x15, 0x4b, 0xd4, 0x55, 0x2d, 0xd8, 0x82, 0xfc, - 0x31, 0x72, 0x0c, 0xe6, 0xbd, 0xf0, 0x0e, 0x3e, 0xc7, 0xc7, 0xc7, 0xc8, 0x61, 0x33, 0xda, 0x4b, - 0xa0, 0xf6, 0x32, 0x90, 0x04, 0x7f, 0x9b, 0x0b, 0xcf, 0x36, 0x0d, 0x88, 0x8f, 0xf7, 0xbd, 0x00, - 0xfb, 0xfc, 0xbe, 0xdf, 0x31, 0x4d, 0x79, 0x59, 0x5f, 0xba, 0x52, 0x58, 0x49, 0x5f, 0x66, 0xe2, - 0xee, 0x4c, 0x5e, 0x59, 0x2b, 0x30, 0x8d, 0x84, 0x12, 0x83, 0x9c, 0x78, 0xf2, 0x12, 0x9d, 0x0a, - 0x27, 0xdf, 0x66, 0x73, 0xda, 0xcb, 0xb0, 0x72, 0x0e, 0x3b, 0x69, 0xc5, 0xfb, 0xb0, 0x2c, 0xeb, - 0x63, 0x69, 0xe3, 0x61, 0x13, 0xf9, 0x98, 0xbe, 0xd1, 0x31, 0x9b, 0x3c, 0x0f, 0x5e, 0xc9, 0x92, - 0x22, 0x30, 0x3f, 0x92, 0x16, 0x0e, 0x1d, 0xae, 0x47, 0x43, 0x6d, 0x0d, 0x56, 0x07, 0xa9, 0x94, - 0xf4, 0x1a, 0x3c, 0xd3, 0xec, 0x22, 0xc7, 0xae, 0xb3, 0x4c, 0xbf, 0x27, 0x12, 0x92, 0x4d, 0xbc, - 0xeb, 0x26, 0x25, 0x92, 0x4b, 0x86, 0x22, 0x49, 0xe5, 0x4d, 0x5e, 0x03, 0xeb, 0x98, 0xb6, 0x5d, - 0x2c, 0x8b, 0x8f, 0xab, 0xb0, 0xd0, 0xee, 0xf0, 0x23, 0x9a, 0x94, 0x24, 0xd5, 0xfc, 0x3c, 0xcf, - 0xcb, 0x9c, 0x5d, 0x26, 0x06, 0x1f, 0xf9, 0xc8, 0xc2, 0x3a, 0x69, 0x07, 0x58, 0xf9, 0x0a, 0x4c, - 0xa0, 0x76, 0xd0, 0x24, 0xbe, 0x1d, 0x3c, 0x19, 0x98, 0x26, 0xba, 0x50, 0x45, 0x83, 0x69, 0x7e, - 0x2c, 0x52, 0x64, 0x26, 0xd9, 0xe4, 0x6e, 0xe8, 0x96, 0x1a, 0x94, 0xc4, 0x29, 0x36, 0x02, 0x62, - 0xf8, 0xf8, 0x04, 0xf9, 0x96, 0x91, 0x15, 0x86, 0xaa, 0x40, 0x1d, 0x11, 0x9d, 0x63, 0x76, 0xe3, - 0x41, 0xf9, 0x2d, 0x58, 0xea, 0xca, 0x08, 0x18, 0xef, 0x94, 0x08, 0x11, 0xa4, 0x8b, 0x91, 0x08, - 0x6e, 0x5a, 0x42, 0xc2, 0x3e, 0x88, 0x4a, 0xaa, 0xcb, 0x21, 0xab, 0xe2, 0x11, 0xd7, 0xd6, 0x12, - 0x43, 0x46, 0x3c, 0x8e, 0x7a, 0xaa, 0x9b, 0xef, 0xc1, 0x4a, 0x24, 0x22, 0x22, 0x93, 0x25, 0x4b, - 0xd4, 0x58, 0x25, 0x01, 0x0d, 0x29, 0xf5, 0x0a, 0xfb, 0x0e, 0xdc, 0x0d, 0x45, 0x10, 0x43, 0x10, - 0xcc, 0x10, 0x35, 0xce, 0x45, 0xbd, 0xc4, 0x81, 0x47, 0x84, 0x7d, 0xd5, 0x5e, 0x41, 0x55, 0x98, - 0x0f, 0x59, 0xf1, 0xc2, 0xcf, 0x20, 0x1e, 0x97, 0x57, 0xcc, 0xf3, 0xbd, 0xb3, 0x62, 0x8d, 0x17, - 0x82, 0x6f, 0x7b, 0x4c, 0x82, 0xb2, 0x05, 0x0b, 0xe9, 0x0d, 0x62, 0x5c, 0x9c, 0xe0, 0x5b, 0xe6, - 0x12, 0x5b, 0x84, 0x33, 0x94, 0x0d, 0xb8, 0x95, 0xde, 0xc4, 0x59, 0x89, 0x5a, 0x51, 0x57, 0x12, - 0x7b, 0xb8, 0xc9, 0xac, 0xcf, 0xea, 0xd6, 0xb0, 0xdd, 0x0d, 0x93, 0xa2, 0xcf, 0x92, 0x15, 0x6d, - 0x04, 0x7f, 0x05, 0x94, 0x24, 0x9c, 0x5b, 0x21, 0x0a, 0xe7, 0x42, 0x0c, 0xcd, 0x6d, 0xb8, 0x0d, - 0xe3, 0x2d, 0x42, 0xb8, 0x8f, 0xa6, 0xc5, 0x4d, 0xc5, 0x86, 0xfb, 0x96, 0xb2, 0x0d, 0x2a, 0xab, - 0xe5, 0x90, 0xe3, 0x90, 0x13, 0x6c, 0x19, 0xf4, 0x04, 0xb5, 0x0c, 0x87, 0x50, 0x1a, 0x2b, 0xe9, - 0x78, 0x57, 0xbf, 0x23, 0x00, 0x87, 0x27, 0xa8, 0x75, 0x9f, 0x50, 0xca, 0x33, 0xd2, 0xbb, 0x50, - 0x60, 0x55, 0x27, 0xdf, 0x13, 0xf6, 0x2b, 0x85, 0x2b, 0xf5, 0x2b, 0xd3, 0xae, 0xed, 0x31, 0xc9, - 0x3b, 0xa2, 0x6d, 0x61, 0x72, 0x51, 0x27, 0x21, 0x77, 0xe6, 0x8a, 0x72, 0x51, 0xa7, 0x2b, 0x77, - 0xfb, 0xab, 0x3f, 0xfe, 0xfc, 0xa3, 0xb5, 0xee, 0xa1, 0xfc, 0xd9, 0xe7, 0x1f, 0xad, 0xbd, 0x1c, + 0x5e, 0x8b, 0x36, 0xd4, 0x49, 0x69, 0xfb, 0x2a, 0x14, 0x59, 0xfa, 0x71, 0x78, 0x36, 0x31, 0x78, + 0xb5, 0x60, 0x60, 0x0f, 0xd5, 0x1d, 0x6c, 0x15, 0x0b, 0x3c, 0x6d, 0xdc, 0x72, 0xa8, 0x1b, 0x4b, + 0x36, 0x6f, 0x88, 0xc5, 0xed, 0xfc, 0x4f, 0x3f, 0x2c, 0x0f, 0xfd, 0xe7, 0xc3, 0xf2, 0x90, 0xb6, + 0x04, 0x77, 0x32, 0x62, 0x56, 0xc6, 0xf4, 0x2f, 0x73, 0x3c, 0x65, 0xed, 0x3a, 0xc8, 0x76, 0xdf, + 0xf1, 0x2c, 0xec, 0xe0, 0x06, 0x0a, 0xb0, 0xc5, 0xd3, 0xda, 0x79, 0x57, 0xfc, 0x32, 0x4c, 0xc9, + 0xe3, 0xd5, 0xcd, 0x37, 0x10, 0x9d, 0xb0, 0x7d, 0x4b, 0x99, 0x87, 0x51, 0xdc, 0x22, 0x66, 0x93, + 0x1f, 0xbe, 0x11, 0x5d, 0x0c, 0x12, 0x27, 0x6f, 0x34, 0x79, 0xf2, 0xbe, 0x3b, 0x92, 0x1f, 0x99, + 0x19, 0xd5, 0x56, 0xe0, 0x6e, 0x5f, 0x42, 0x92, 0x76, 0x10, 0x1e, 0xd2, 0xba, 0x48, 0x35, 0xef, + 0x46, 0xe5, 0xd3, 0x79, 0x94, 0x13, 0x19, 0xe1, 0x46, 0x2a, 0x23, 0xac, 0xc0, 0xb4, 0xd7, 0x76, + 0x0d, 0x3f, 0x92, 0x18, 0xb2, 0x9e, 0xf2, 0xda, 0xae, 0xd4, 0xa2, 0x2d, 0x43, 0x29, 0x5b, 0xab, + 0xe4, 0xf5, 0x93, 0x1c, 0xcc, 0x1c, 0xd0, 0xc6, 0x8e, 0x65, 0x3d, 0x3f, 0xa5, 0x6d, 0x00, 0x59, + 0x16, 0xd2, 0xe2, 0xf0, 0xf2, 0xf0, 0xea, 0xe4, 0xa6, 0x5a, 0x49, 0x95, 0x92, 0x15, 0xa9, 0x47, + 0x8f, 0xa1, 0x35, 0x15, 0x8a, 0x69, 0x1a, 0x92, 0xe3, 0x7b, 0x50, 0x90, 0xb3, 0x0f, 0xb0, 0xdd, + 0x68, 0x06, 0xca, 0x26, 0x8c, 0x23, 0xcb, 0xf2, 0x31, 0xa5, 0x82, 0x61, 0xad, 0xf8, 0xd9, 0xc7, + 0xeb, 0xf3, 0x61, 0x6c, 0xee, 0x88, 0x95, 0xc3, 0xc0, 0xb7, 0xbd, 0x86, 0x1e, 0x01, 0x95, 0x05, + 0x18, 0x3b, 0xe1, 0xbb, 0x39, 0xf1, 0x11, 0x3d, 0x1c, 0x69, 0xbf, 0x0b, 0x23, 0xaa, 0x89, 0xbc, + 0x06, 0x4e, 0x29, 0xba, 0xb2, 0x2f, 0x0e, 0x60, 0x56, 0x5a, 0x67, 0x08, 0x45, 0x91, 0x4b, 0x96, + 0xfb, 0xbb, 0x44, 0x28, 0xd5, 0x67, 0x8e, 0x53, 0x2c, 0xa2, 0x18, 0xcb, 0xa4, 0x28, 0xfd, 0xf4, + 0x41, 0x0e, 0x94, 0x03, 0xda, 0xd8, 0xc3, 0xec, 0x2a, 0x96, 0xa8, 0xab, 0x5a, 0xb0, 0x05, 0xf9, + 0x63, 0xe4, 0x18, 0xcc, 0x7b, 0xe1, 0x1d, 0x7c, 0x8e, 0x8f, 0x8f, 0x91, 0xc3, 0x66, 0xb4, 0x97, + 0x40, 0xed, 0x65, 0x20, 0x09, 0xfe, 0x36, 0x17, 0x9e, 0x6d, 0x1a, 0x10, 0x1f, 0xef, 0x7b, 0x01, + 0xf6, 0xf9, 0x7d, 0xbf, 0x63, 0x9a, 0xf2, 0xb2, 0xbe, 0x74, 0xa5, 0xb0, 0x92, 0xbe, 0xcc, 0xc4, + 0xdd, 0x99, 0xbc, 0xb2, 0x56, 0x60, 0x1a, 0x09, 0x25, 0x06, 0x39, 0xf1, 0xe4, 0x25, 0x3a, 0x15, + 0x4e, 0xbe, 0xcd, 0xe6, 0xb4, 0x97, 0x61, 0xe5, 0x1c, 0x76, 0xd2, 0x8a, 0xf7, 0x61, 0x59, 0xd6, + 0xc7, 0xd2, 0xc6, 0xc3, 0x26, 0xf2, 0x31, 0x7d, 0xa3, 0x63, 0x36, 0x79, 0x1e, 0xbc, 0x92, 0x25, + 0x45, 0x60, 0x7e, 0x24, 0x2d, 0x1c, 0x3a, 0x5c, 0x8f, 0x86, 0xda, 0x1a, 0xac, 0x0e, 0x52, 0x29, + 0xe9, 0x35, 0x78, 0xa6, 0xd9, 0x45, 0x8e, 0x5d, 0x67, 0x99, 0x7e, 0x4f, 0x24, 0x24, 0x9b, 0x78, + 0xd7, 0x4d, 0x4a, 0x24, 0x97, 0x0c, 0x45, 0x92, 0xca, 0x9b, 0xbc, 0x06, 0xd6, 0x31, 0x6d, 0xbb, + 0x58, 0x16, 0x1f, 0x57, 0x61, 0xa1, 0xdd, 0xe1, 0x47, 0x34, 0x29, 0x49, 0xaa, 0xf9, 0x79, 0x9e, + 0x97, 0x39, 0xbb, 0x4c, 0x0c, 0x3e, 0xf2, 0x91, 0x85, 0x75, 0xd2, 0x0e, 0xb0, 0xf2, 0x15, 0x98, + 0x40, 0xed, 0xa0, 0x49, 0x7c, 0x3b, 0x78, 0x32, 0x30, 0x4d, 0x74, 0xa1, 0x8a, 0x06, 0xd3, 0xfc, + 0x58, 0xa4, 0xc8, 0x4c, 0xb2, 0xc9, 0xdd, 0xd0, 0x2d, 0x35, 0x28, 0x89, 0x53, 0x6c, 0x04, 0xc4, + 0xf0, 0xf1, 0x09, 0xf2, 0x2d, 0x23, 0x2b, 0x0c, 0x55, 0x81, 0x3a, 0x22, 0x3a, 0xc7, 0xec, 0xc6, + 0x83, 0xf2, 0x5b, 0xb0, 0xd4, 0x95, 0x11, 0x30, 0xde, 0x29, 0x11, 0x22, 0x48, 0x17, 0x23, 0x11, + 0xdc, 0xb4, 0x84, 0x84, 0x7d, 0x10, 0x95, 0x54, 0x97, 0x43, 0x56, 0xc5, 0x23, 0xae, 0xad, 0x25, + 0x86, 0x8c, 0x78, 0x1c, 0xf5, 0x54, 0x37, 0xdf, 0x83, 0x95, 0x48, 0x44, 0x44, 0x26, 0x4b, 0x96, + 0xa8, 0xb1, 0x4a, 0x02, 0x1a, 0x52, 0xea, 0x15, 0xf6, 0x1d, 0xb8, 0x1b, 0x8a, 0x20, 0x86, 0x20, + 0x98, 0x21, 0x6a, 0x9c, 0x8b, 0x7a, 0x89, 0x03, 0x8f, 0x08, 0xfb, 0xaa, 0xbd, 0x82, 0xaa, 0x30, + 0x1f, 0xb2, 0xe2, 0x85, 0x9f, 0x41, 0x3c, 0x2e, 0xaf, 0x98, 0xe7, 0x7b, 0x67, 0xc5, 0x1a, 0x2f, + 0x04, 0xdf, 0xf6, 0x98, 0x04, 0x65, 0x0b, 0x16, 0xd2, 0x1b, 0xc4, 0xb8, 0x38, 0xc1, 0xb7, 0xcc, + 0x25, 0xb6, 0x08, 0x67, 0x28, 0x1b, 0x70, 0x2b, 0xbd, 0x89, 0xb3, 0x12, 0xb5, 0xa2, 0xae, 0x24, + 0xf6, 0x70, 0x93, 0x59, 0x9f, 0xd5, 0xad, 0x61, 0xbb, 0x1b, 0x26, 0x45, 0x9f, 0x25, 0x2b, 0xda, + 0x08, 0xfe, 0x0a, 0x28, 0x49, 0x38, 0xb7, 0x42, 0x14, 0xce, 0x85, 0x18, 0x9a, 0xdb, 0x70, 0x1b, + 0xc6, 0x5b, 0x84, 0x70, 0x1f, 0x4d, 0x8b, 0x9b, 0x8a, 0x0d, 0xf7, 0x2d, 0x65, 0x1b, 0x54, 0x56, + 0xcb, 0x21, 0xc7, 0x21, 0x27, 0xd8, 0x32, 0xe8, 0x09, 0x6a, 0x19, 0x0e, 0xa1, 0x34, 0x56, 0xd2, + 0xf1, 0xae, 0x7e, 0x47, 0x00, 0x0e, 0x4f, 0x50, 0xeb, 0x3e, 0xa1, 0x94, 0x67, 0xa4, 0x77, 0xa1, + 0xc0, 0xaa, 0x4e, 0xbe, 0x27, 0xec, 0x57, 0x0a, 0x57, 0xea, 0x57, 0xa6, 0x5d, 0xdb, 0x63, 0x92, + 0x77, 0x44, 0xdb, 0xc2, 0xe4, 0xa2, 0x4e, 0x42, 0xee, 0xcc, 0x15, 0xe5, 0xa2, 0x4e, 0x57, 0xee, + 0xf6, 0xeb, 0x3f, 0xfe, 0xfc, 0xa3, 0xb5, 0xee, 0xa1, 0xfc, 0xd9, 0xe7, 0x1f, 0xad, 0xbd, 0x1c, 0x3e, 0x42, 0x75, 0xba, 0xcf, 0x50, 0x19, 0xc7, 0x3e, 0x2c, 0x20, 0xd3, 0xd3, 0x32, 0x5b, 0xfc, 0x35, 0xc7, 0xb3, 0x85, 0xb8, 0xa3, 0xae, 0x21, 0x5b, 0xdc, 0x85, 0xa9, 0x78, 0xf0, 0x44, 0xc9, 0x22, 0x16, 0x33, 0x03, 0x9e, 0x2b, 0x2e, 0x6e, 0x6a, 0x9a, 0x73, 0x68, 0x6a, 0x7a, 0x5a, 0x9a, @@ -2132,7 +2132,7 @@ var fileDescriptor_9b7e09c9ad51cd54 = []byte{ 0x4b, 0xb9, 0x4f, 0x9f, 0x96, 0x72, 0xff, 0x7e, 0x5a, 0xca, 0xfd, 0xea, 0x59, 0x69, 0xe8, 0xd3, 0x67, 0xa5, 0xa1, 0x7f, 0x3c, 0x2b, 0x0d, 0x3d, 0xdc, 0x8c, 0x95, 0x18, 0x87, 0x5c, 0xe2, 0xfa, 0x7d, 0x54, 0xa7, 0xd5, 0xb0, 0x5e, 0x38, 0xde, 0x78, 0x3d, 0x5e, 0x33, 0xf0, 0x92, 0xa3, 0x3e, - 0xc6, 0xff, 0x2b, 0xba, 0xf5, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb2, 0x30, 0xdc, 0xfa, 0xe0, + 0xc6, 0xff, 0x2b, 0xba, 0xf5, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x28, 0x66, 0x36, 0x77, 0xe0, 0x1d, 0x00, 0x00, } diff --git a/x/stakeibc/types/validator.pb.go b/x/stakeibc/types/validator.pb.go index a4248796b6..905cd65363 100644 --- a/x/stakeibc/types/validator.pb.go +++ b/x/stakeibc/types/validator.pb.go @@ -115,34 +115,34 @@ var fileDescriptor_5d2f32e16bd6ab8f = []byte{ // 475 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xc1, 0x6e, 0xd3, 0x30, 0x18, 0xc7, 0x1b, 0x96, 0x75, 0xa9, 0x01, 0x51, 0x59, 0x65, 0x64, 0x03, 0xa5, 0x15, 0x07, 0xd4, - 0x4b, 0x13, 0x31, 0x84, 0xb8, 0x70, 0x61, 0xdd, 0x65, 0xd5, 0x84, 0x20, 0xab, 0x38, 0x70, 0x89, - 0x5c, 0xe7, 0x53, 0x62, 0xa5, 0xb5, 0x8b, 0xed, 0x0d, 0xf6, 0x16, 0xdc, 0x78, 0x91, 0x3d, 0xc4, - 0x8e, 0xd3, 0x4e, 0x88, 0xc3, 0x84, 0xda, 0x17, 0x41, 0xb1, 0xd3, 0x25, 0x57, 0x76, 0x8a, 0xfd, - 0xf9, 0xef, 0xdf, 0x3f, 0xdf, 0x3f, 0xf9, 0x50, 0x5f, 0x69, 0xc9, 0x52, 0x88, 0x94, 0x26, 0x05, - 0xb0, 0x19, 0x8d, 0xce, 0xc9, 0x9c, 0xa5, 0x44, 0x0b, 0x19, 0x2e, 0xa5, 0xd0, 0x02, 0x3f, 0xb1, - 0x82, 0x70, 0x23, 0xd8, 0xdf, 0xa3, 0x42, 0x2d, 0x84, 0x4a, 0xcc, 0x71, 0x64, 0x37, 0x56, 0xbb, - 0xdf, 0xcb, 0x44, 0x26, 0x6c, 0xbd, 0x5c, 0xd9, 0xea, 0xcb, 0x5f, 0xdb, 0xa8, 0xf3, 0x65, 0x43, - 0xc5, 0x18, 0xb9, 0x9c, 0x2c, 0xc0, 0x77, 0x06, 0xce, 0xb0, 0x13, 0x9b, 0x35, 0x3e, 0x40, 0x3b, - 0x24, 0x4d, 0x25, 0x28, 0xe5, 0x3f, 0x28, 0xcb, 0x87, 0xfe, 0xcd, 0xe5, 0xa8, 0x57, 0xa1, 0x3f, - 0xd8, 0x93, 0x53, 0x2d, 0x19, 0xcf, 0xe2, 0x8d, 0x10, 0xef, 0xa2, 0xf6, 0x77, 0x60, 0x59, 0xae, - 0xfd, 0xf6, 0xc0, 0x19, 0xba, 0x71, 0xb5, 0xc3, 0x1f, 0x11, 0x4a, 0x61, 0x0e, 0x19, 0xd1, 0x4c, - 0x70, 0x7f, 0xdb, 0xe0, 0xc2, 0xab, 0xdb, 0x7e, 0xeb, 0xcf, 0x6d, 0xff, 0x55, 0xc6, 0x74, 0x7e, - 0x36, 0x0b, 0xa9, 0x58, 0x54, 0x2f, 0x5e, 0x3d, 0x46, 0x2a, 0x2d, 0x22, 0x7d, 0xb1, 0x04, 0x15, - 0x1e, 0x73, 0x1d, 0x37, 0x08, 0x58, 0xa0, 0x17, 0x6a, 0x4e, 0x54, 0x9e, 0x7c, 0x3b, 0x03, 0x79, - 0x51, 0x76, 0x9d, 0x95, 0xfe, 0x89, 0x96, 0x84, 0x16, 0x20, 0xfd, 0xce, 0xbd, 0x1c, 0xf6, 0x0c, - 0xf3, 0x73, 0x89, 0xfc, 0x54, 0x11, 0xa7, 0x16, 0x88, 0x53, 0xb4, 0xdb, 0x34, 0xa4, 0x39, 0xd0, - 0x62, 0x29, 0x18, 0xd7, 0xfe, 0xa3, 0x7b, 0x59, 0xf5, 0x6a, 0xab, 0xf1, 0x1d, 0x0b, 0x0b, 0xf4, - 0x54, 0xe5, 0x44, 0x82, 0x4a, 0xb4, 0x48, 0xb4, 0x28, 0x80, 0xab, 0x44, 0x12, 0x0d, 0x3e, 0x32, - 0x26, 0xef, 0xff, 0xc3, 0xe4, 0x08, 0xe8, 0xcd, 0xe5, 0x08, 0x55, 0x9f, 0xeb, 0x08, 0x68, 0x8c, - 0x2d, 0x7a, 0x2a, 0xa6, 0x06, 0x1c, 0x13, 0x0d, 0x78, 0x8c, 0x82, 0x3a, 0xd5, 0x84, 0xe6, 0x84, - 0x67, 0xa0, 0x12, 0xc6, 0xef, 0x12, 0xf5, 0x1f, 0x0e, 0x9c, 0xe1, 0x56, 0xfc, 0xbc, 0x56, 0x8d, - 0xad, 0xe8, 0x98, 0x6f, 0x22, 0xc2, 0x6f, 0xd1, 0xb3, 0x66, 0x36, 0xcd, 0xdb, 0x8f, 0x07, 0xce, - 0xd0, 0x6b, 0x36, 0x5b, 0x5f, 0x9b, 0xb8, 0xde, 0x56, 0xd7, 0x9d, 0xb8, 0x9e, 0xdb, 0xdd, 0x9e, - 0xb8, 0xde, 0x4e, 0xd7, 0x9b, 0xb8, 0x9e, 0xd7, 0xed, 0x1c, 0x9e, 0x5c, 0xad, 0x02, 0xe7, 0x7a, - 0x15, 0x38, 0x7f, 0x57, 0x81, 0xf3, 0x73, 0x1d, 0xb4, 0xae, 0xd7, 0x41, 0xeb, 0xf7, 0x3a, 0x68, - 0x7d, 0x3d, 0x68, 0xf4, 0x7d, 0x6a, 0x06, 0x60, 0x74, 0x42, 0x66, 0x2a, 0xaa, 0xa6, 0xe5, 0xfc, - 0xf5, 0xbb, 0xe8, 0x47, 0x3d, 0x33, 0x26, 0x87, 0x59, 0xdb, 0xfc, 0xee, 0x6f, 0xfe, 0x05, 0x00, - 0x00, 0xff, 0xff, 0x0e, 0x20, 0xd9, 0x13, 0x53, 0x03, 0x00, 0x00, + 0x4b, 0x13, 0x31, 0x84, 0xc4, 0x81, 0x0b, 0xeb, 0x2e, 0xab, 0x26, 0x04, 0x59, 0xc5, 0x81, 0x4b, + 0xe4, 0x3a, 0x9f, 0x12, 0x2b, 0xad, 0x5d, 0x6c, 0x6f, 0xb0, 0xb7, 0xe0, 0xc6, 0x8b, 0xec, 0x21, + 0x76, 0x9c, 0x76, 0x42, 0x1c, 0x26, 0xd4, 0xbe, 0x08, 0x8a, 0x9d, 0x2e, 0xb9, 0xb2, 0x53, 0xec, + 0xcf, 0x7f, 0xff, 0xfe, 0xf9, 0xfe, 0xc9, 0x87, 0xfa, 0x4a, 0x4b, 0x96, 0x42, 0xa4, 0x34, 0x29, + 0x80, 0xcd, 0x68, 0x74, 0x4e, 0xe6, 0x2c, 0x25, 0x5a, 0xc8, 0x70, 0x29, 0x85, 0x16, 0xf8, 0x89, + 0x15, 0x84, 0x1b, 0xc1, 0xfe, 0x1e, 0x15, 0x6a, 0x21, 0x54, 0x62, 0x8e, 0x23, 0xbb, 0xb1, 0xda, + 0xfd, 0x5e, 0x26, 0x32, 0x61, 0xeb, 0xe5, 0xca, 0x56, 0x5f, 0xfe, 0xda, 0x46, 0x9d, 0x2f, 0x1b, + 0x2a, 0xc6, 0xc8, 0xe5, 0x64, 0x01, 0xbe, 0x33, 0x70, 0x86, 0x9d, 0xd8, 0xac, 0xf1, 0x01, 0xda, + 0x21, 0x69, 0x2a, 0x41, 0x29, 0xff, 0x41, 0x59, 0x3e, 0xf4, 0x6f, 0x2e, 0x47, 0xbd, 0x0a, 0xfd, + 0xc1, 0x9e, 0x9c, 0x6a, 0xc9, 0x78, 0x16, 0x6f, 0x84, 0x78, 0x17, 0xb5, 0xbf, 0x03, 0xcb, 0x72, + 0xed, 0xb7, 0x07, 0xce, 0xd0, 0x8d, 0xab, 0x1d, 0xfe, 0x88, 0x50, 0x0a, 0x73, 0xc8, 0x88, 0x66, + 0x82, 0xfb, 0xdb, 0x06, 0x17, 0x5e, 0xdd, 0xf6, 0x5b, 0x7f, 0x6e, 0xfb, 0xaf, 0x32, 0xa6, 0xf3, + 0xb3, 0x59, 0x48, 0xc5, 0xa2, 0x7a, 0xf1, 0xea, 0x31, 0x52, 0x69, 0x11, 0xe9, 0x8b, 0x25, 0xa8, + 0xf0, 0x98, 0xeb, 0xb8, 0x41, 0xc0, 0x02, 0xbd, 0x50, 0x73, 0xa2, 0xf2, 0xe4, 0xdb, 0x19, 0xc8, + 0x8b, 0xb2, 0xeb, 0xac, 0xf4, 0x4f, 0xb4, 0x24, 0xb4, 0x00, 0xe9, 0x77, 0xee, 0xe5, 0xb0, 0x67, + 0x98, 0x9f, 0x4b, 0xe4, 0xa7, 0x8a, 0x38, 0xb5, 0x40, 0x9c, 0xa2, 0xdd, 0xa6, 0x21, 0xcd, 0x81, + 0x16, 0x4b, 0xc1, 0xb8, 0xf6, 0x1f, 0xdd, 0xcb, 0xaa, 0x57, 0x5b, 0x8d, 0xef, 0x58, 0x58, 0xa0, + 0xa7, 0x2a, 0x27, 0x12, 0x54, 0xa2, 0x45, 0xa2, 0x45, 0x01, 0x5c, 0x25, 0x92, 0x68, 0xf0, 0x91, + 0x31, 0x79, 0xff, 0x1f, 0x26, 0x47, 0x40, 0x6f, 0x2e, 0x47, 0xa8, 0xfa, 0x5c, 0x47, 0x40, 0x63, + 0x6c, 0xd1, 0x53, 0x31, 0x35, 0xe0, 0x98, 0x68, 0xc0, 0x63, 0x14, 0xd4, 0xa9, 0x26, 0x34, 0x27, + 0x3c, 0x03, 0x95, 0x30, 0x7e, 0x97, 0xa8, 0xff, 0x70, 0xe0, 0x0c, 0xb7, 0xe2, 0xe7, 0xb5, 0x6a, + 0x6c, 0x45, 0xc7, 0x7c, 0x13, 0x11, 0x7e, 0x8b, 0x9e, 0x35, 0xb3, 0x69, 0xde, 0x7e, 0x3c, 0x70, + 0x86, 0x5e, 0xb3, 0xd9, 0xfa, 0xda, 0xc4, 0xf5, 0xb6, 0xba, 0xee, 0xc4, 0xf5, 0xdc, 0xee, 0xf6, + 0xc4, 0xf5, 0x76, 0xba, 0xde, 0xc4, 0xf5, 0xbc, 0x6e, 0xe7, 0xf0, 0xe4, 0x6a, 0x15, 0x38, 0xd7, + 0xab, 0xc0, 0xf9, 0xbb, 0x0a, 0x9c, 0x9f, 0xeb, 0xa0, 0x75, 0xbd, 0x0e, 0x5a, 0xbf, 0xd7, 0x41, + 0xeb, 0xeb, 0x41, 0xa3, 0xef, 0x53, 0x33, 0x00, 0xa3, 0x13, 0x32, 0x53, 0x51, 0x35, 0x2d, 0xe7, + 0xaf, 0xdf, 0x45, 0x3f, 0xea, 0x99, 0x31, 0x39, 0xcc, 0xda, 0xe6, 0x77, 0x7f, 0xf3, 0x2f, 0x00, + 0x00, 0xff, 0xff, 0x94, 0x76, 0x33, 0x9e, 0x53, 0x03, 0x00, 0x00, } func (m *Validator) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/client/cli/parser.go b/x/staketia/client/cli/parser.go index b45e411990..e36063e999 100644 --- a/x/staketia/client/cli/parser.go +++ b/x/staketia/client/cli/parser.go @@ -10,7 +10,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) ////////////////////////////////////////////// diff --git a/x/staketia/client/cli/query.go b/x/staketia/client/cli/query.go index 6036e4cfa8..3e52e1fb34 100644 --- a/x/staketia/client/cli/query.go +++ b/x/staketia/client/cli/query.go @@ -13,7 +13,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) const ( diff --git a/x/staketia/client/cli/tx.go b/x/staketia/client/cli/tx.go index 61494d46f6..05d53ddb23 100644 --- a/x/staketia/client/cli/tx.go +++ b/x/staketia/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) const ( diff --git a/x/staketia/ibc_middleware.go b/x/staketia/ibc_middleware.go index 90678cf8ab..621e2c05b7 100644 --- a/x/staketia/ibc_middleware.go +++ b/x/staketia/ibc_middleware.go @@ -10,7 +10,7 @@ import ( porttypes "github.com/cosmos/ibc-go/v7/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v17/x/staketia/keeper" + "github.com/Stride-Labs/stride/v18/x/staketia/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/staketia/keeper/delegation.go b/x/staketia/keeper/delegation.go index b554c23191..84a032310c 100644 --- a/x/staketia/keeper/delegation.go +++ b/x/staketia/keeper/delegation.go @@ -10,9 +10,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v17/utils" - stakeibctypes "github.com/Stride-Labs/stride/v17/x/stakeibc/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/utils" + stakeibctypes "github.com/Stride-Labs/stride/v18/x/stakeibc/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Liquid stakes native tokens and returns stTokens to the user diff --git a/x/staketia/keeper/delegation_record.go b/x/staketia/keeper/delegation_record.go index 10d7cc0647..f82c3792fd 100644 --- a/x/staketia/keeper/delegation_record.go +++ b/x/staketia/keeper/delegation_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Writes a delegation record to the active store diff --git a/x/staketia/keeper/delegation_record_test.go b/x/staketia/keeper/delegation_record_test.go index c7f880db7e..9fe623d3d1 100644 --- a/x/staketia/keeper/delegation_record_test.go +++ b/x/staketia/keeper/delegation_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) addDelegationRecords() (delegationRecords []types.DelegationRecord) { diff --git a/x/staketia/keeper/delegation_test.go b/x/staketia/keeper/delegation_test.go index 3d2724a770..0b9edca9d1 100644 --- a/x/staketia/keeper/delegation_test.go +++ b/x/staketia/keeper/delegation_test.go @@ -9,7 +9,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) var InitialDelegation = sdkmath.NewInt(1_000_000) diff --git a/x/staketia/keeper/events.go b/x/staketia/keeper/events.go index 4173f20973..758e597e92 100644 --- a/x/staketia/keeper/events.go +++ b/x/staketia/keeper/events.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/staketia/keeper/genesis.go b/x/staketia/keeper/genesis.go index b9de399225..4a041538c5 100644 --- a/x/staketia/keeper/genesis.go +++ b/x/staketia/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Initializes the genesis state in the store diff --git a/x/staketia/keeper/grpc_query.go b/x/staketia/keeper/grpc_query.go index f2fa6ede23..8a1d6e51fc 100644 --- a/x/staketia/keeper/grpc_query.go +++ b/x/staketia/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/staketia/keeper/grpc_query_test.go b/x/staketia/keeper/grpc_query_test.go index 5e1a32f517..1064a39a03 100644 --- a/x/staketia/keeper/grpc_query_test.go +++ b/x/staketia/keeper/grpc_query_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) TestQueryHostZone() { diff --git a/x/staketia/keeper/hooks.go b/x/staketia/keeper/hooks.go index aaee62b4fe..d31e3852e1 100644 --- a/x/staketia/keeper/hooks.go +++ b/x/staketia/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v17/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v18/x/epochs/types" ) // This module has the following epochly triggers diff --git a/x/staketia/keeper/host_zone.go b/x/staketia/keeper/host_zone.go index 3ba6ef1a13..51b3461636 100644 --- a/x/staketia/keeper/host_zone.go +++ b/x/staketia/keeper/host_zone.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Writes a host zone to the store diff --git a/x/staketia/keeper/host_zone_test.go b/x/staketia/keeper/host_zone_test.go index a549e365c2..163f2580ba 100644 --- a/x/staketia/keeper/host_zone_test.go +++ b/x/staketia/keeper/host_zone_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Helper function to create the singleton HostZone with attributes diff --git a/x/staketia/keeper/ibc.go b/x/staketia/keeper/ibc.go index 5d477d24db..546b3485ec 100644 --- a/x/staketia/keeper/ibc.go +++ b/x/staketia/keeper/ibc.go @@ -5,10 +5,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v17/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + icacallbacktypes "github.com/Stride-Labs/stride/v18/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" - "github.com/Stride-Labs/stride/v17/x/icacallbacks" + "github.com/Stride-Labs/stride/v18/x/icacallbacks" ) func (k Keeper) ArchiveFailedTransferRecord(ctx sdk.Context, recordId uint64) error { diff --git a/x/staketia/keeper/ibc_test.go b/x/staketia/keeper/ibc_test.go index 111c90d292..6da88cfb58 100644 --- a/x/staketia/keeper/ibc_test.go +++ b/x/staketia/keeper/ibc_test.go @@ -5,7 +5,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) type PacketCallbackTestCase struct { diff --git a/x/staketia/keeper/invariants.go b/x/staketia/keeper/invariants.go index 33eca7f9d0..769a29b948 100644 --- a/x/staketia/keeper/invariants.go +++ b/x/staketia/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) func (k Keeper) HaltZone(ctx sdk.Context) { diff --git a/x/staketia/keeper/invariants_test.go b/x/staketia/keeper/invariants_test.go index 897bb832d0..4a295cb305 100644 --- a/x/staketia/keeper/invariants_test.go +++ b/x/staketia/keeper/invariants_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) TestHaltZone() { diff --git a/x/staketia/keeper/keeper.go b/x/staketia/keeper/keeper.go index d41acd6a12..b2010facbf 100644 --- a/x/staketia/keeper/keeper.go +++ b/x/staketia/keeper/keeper.go @@ -8,7 +8,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) type Keeper struct { diff --git a/x/staketia/keeper/keeper_test.go b/x/staketia/keeper/keeper_test.go index 58d48491c6..3cd3359017 100644 --- a/x/staketia/keeper/keeper_test.go +++ b/x/staketia/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/staketia/keeper" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/staketia/keeper" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) const ( diff --git a/x/staketia/keeper/msg_server.go b/x/staketia/keeper/msg_server.go index b3f69fa7e6..8cb1257edd 100644 --- a/x/staketia/keeper/msg_server.go +++ b/x/staketia/keeper/msg_server.go @@ -6,9 +6,9 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) type msgServer struct { diff --git a/x/staketia/keeper/msg_server_test.go b/x/staketia/keeper/msg_server_test.go index 4887f8cef7..c02bdc046b 100644 --- a/x/staketia/keeper/msg_server_test.go +++ b/x/staketia/keeper/msg_server_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/keeper/operator_test.go b/x/staketia/keeper/operator_test.go index 7c39aa594b..e06a304c5b 100644 --- a/x/staketia/keeper/operator_test.go +++ b/x/staketia/keeper/operator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // test that the admin address helpers work as expected diff --git a/x/staketia/keeper/operatorlist.go b/x/staketia/keeper/operatorlist.go index 303ed8c2d0..becd741f47 100644 --- a/x/staketia/keeper/operatorlist.go +++ b/x/staketia/keeper/operatorlist.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // CheckIsOperatorAddress checks if the given address is the operator address diff --git a/x/staketia/keeper/redemption_rate.go b/x/staketia/keeper/redemption_rate.go index 5f980418c5..f34c2a2d5d 100644 --- a/x/staketia/keeper/redemption_rate.go +++ b/x/staketia/keeper/redemption_rate.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Updates the redemption rate for each host zone diff --git a/x/staketia/keeper/redemption_rate_test.go b/x/staketia/keeper/redemption_rate_test.go index ffa2fe320f..05096dc6c8 100644 --- a/x/staketia/keeper/redemption_rate_test.go +++ b/x/staketia/keeper/redemption_rate_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) TestUpdateRedemptionRate() { diff --git a/x/staketia/keeper/redemption_record.go b/x/staketia/keeper/redemption_record.go index 55ca3c83d0..d18f318547 100644 --- a/x/staketia/keeper/redemption_record.go +++ b/x/staketia/keeper/redemption_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Writes a redemption record to the store diff --git a/x/staketia/keeper/redemption_record_test.go b/x/staketia/keeper/redemption_record_test.go index 8adb7b91fb..c99f8571b0 100644 --- a/x/staketia/keeper/redemption_record_test.go +++ b/x/staketia/keeper/redemption_record_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) addRedemptionRecords() (redemptionRecords []types.RedemptionRecord) { diff --git a/x/staketia/keeper/slash_record.go b/x/staketia/keeper/slash_record.go index b0e7106e1c..80339d25bd 100644 --- a/x/staketia/keeper/slash_record.go +++ b/x/staketia/keeper/slash_record.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Writes a slash record to the store diff --git a/x/staketia/keeper/slash_record_test.go b/x/staketia/keeper/slash_record_test.go index 7667d431ac..badf8cf97f 100644 --- a/x/staketia/keeper/slash_record_test.go +++ b/x/staketia/keeper/slash_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( math "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Helper function to create and set 5 slashRecord objects with various attributes diff --git a/x/staketia/keeper/transfer_callback.go b/x/staketia/keeper/transfer_callback.go index a128573260..dd4114c345 100644 --- a/x/staketia/keeper/transfer_callback.go +++ b/x/staketia/keeper/transfer_callback.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Stores the record ID for a pending outbound transfer of native tokens diff --git a/x/staketia/keeper/transfer_callback_test.go b/x/staketia/keeper/transfer_callback_test.go index 3db0af7623..e709760477 100644 --- a/x/staketia/keeper/transfer_callback_test.go +++ b/x/staketia/keeper/transfer_callback_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) type transferData struct { diff --git a/x/staketia/keeper/unbonding.go b/x/staketia/keeper/unbonding.go index 84d9cd5ab5..f8f55fbd81 100644 --- a/x/staketia/keeper/unbonding.go +++ b/x/staketia/keeper/unbonding.go @@ -9,8 +9,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Takes custody of staked tokens in an escrow account, updates the current diff --git a/x/staketia/keeper/unbonding_record.go b/x/staketia/keeper/unbonding_record.go index b2423cd5f0..d5f7e8f23c 100644 --- a/x/staketia/keeper/unbonding_record.go +++ b/x/staketia/keeper/unbonding_record.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // Writes an unbonding record to the active store diff --git a/x/staketia/keeper/unbonding_record_test.go b/x/staketia/keeper/unbonding_record_test.go index 094a92e9cf..60b6b7d89c 100644 --- a/x/staketia/keeper/unbonding_record_test.go +++ b/x/staketia/keeper/unbonding_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func (s *KeeperTestSuite) addUnbondingRecords() (unbondingRecords []types.UnbondingRecord) { diff --git a/x/staketia/keeper/unbonding_test.go b/x/staketia/keeper/unbonding_test.go index c7a5f2dd07..0340a635b5 100644 --- a/x/staketia/keeper/unbonding_test.go +++ b/x/staketia/keeper/unbonding_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/utils" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/utils" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) const DefaultClaimFundingAmount = 2600 // sum of NativeTokenAmount of records with status UNBONDED diff --git a/x/staketia/module.go b/x/staketia/module.go index 5b391c083d..5ec6d8083b 100644 --- a/x/staketia/module.go +++ b/x/staketia/module.go @@ -15,9 +15,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v17/x/staketia/client/cli" - "github.com/Stride-Labs/stride/v17/x/staketia/keeper" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/client/cli" + "github.com/Stride-Labs/stride/v18/x/staketia/keeper" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) var ( diff --git a/x/staketia/types/genesis.pb.go b/x/staketia/types/genesis.pb.go index 1f95122428..13d6d6d99e 100644 --- a/x/staketia/types/genesis.pb.go +++ b/x/staketia/types/genesis.pb.go @@ -227,34 +227,34 @@ var fileDescriptor_e2938dee39d417bb = []byte{ // 480 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0xc1, 0x6e, 0xd3, 0x40, 0x10, 0x86, 0x63, 0x12, 0x42, 0xb2, 0x69, 0x05, 0x5d, 0x81, 0x08, 0x09, 0x75, 0x42, 0x4e, 0x39, - 0x80, 0x2d, 0xc2, 0x01, 0x09, 0x71, 0xaa, 0x10, 0x25, 0x52, 0x0f, 0x95, 0x03, 0x1c, 0x7a, 0xb1, - 0x36, 0xf1, 0x60, 0x5b, 0x24, 0xbb, 0x66, 0x67, 0x8d, 0x5a, 0x9e, 0x82, 0xc7, 0xea, 0xb1, 0x47, - 0x0e, 0xa8, 0x42, 0xc9, 0x1b, 0xf0, 0x04, 0xc8, 0xde, 0x8d, 0x2b, 0xc7, 0xa2, 0xb7, 0xdd, 0x99, - 0x7f, 0xbe, 0xf9, 0x77, 0x35, 0x43, 0x0e, 0x51, 0xc9, 0x38, 0x00, 0x17, 0x15, 0xfb, 0x0a, 0x2a, - 0x66, 0x6e, 0x08, 0x1c, 0x30, 0x46, 0x27, 0x91, 0x42, 0x09, 0x7a, 0x5f, 0xa7, 0x9d, 0x6d, 0xba, - 0xf7, 0x30, 0x14, 0xa1, 0xc8, 0x73, 0x6e, 0x76, 0xd2, 0xb2, 0x9e, 0xbd, 0x4b, 0xd9, 0x1e, 0x74, - 0x7e, 0xd4, 0x22, 0xcd, 0x53, 0x26, 0xd9, 0x0a, 0x47, 0x29, 0xe9, 0x7f, 0x94, 0x8c, 0xe3, 0x17, - 0x90, 0x53, 0x7e, 0x2a, 0x45, 0x28, 0x01, 0xd1, 0x83, 0x85, 0x90, 0xc1, 0x34, 0x40, 0x7a, 0x48, - 0xc8, 0x22, 0x62, 0x9c, 0xc3, 0xd2, 0x8f, 0x83, 0xae, 0x35, 0xb4, 0xc6, 0x6d, 0xaf, 0x6d, 0x22, - 0xd3, 0x80, 0xf6, 0x48, 0x0b, 0xe1, 0x5b, 0x0a, 0x7c, 0x01, 0xdd, 0x3b, 0x43, 0x6b, 0xdc, 0xf0, - 0x8a, 0x3b, 0xed, 0x93, 0xb6, 0xcc, 0x39, 0x59, 0x65, 0x5d, 0x27, 0xa5, 0x01, 0x8f, 0x7e, 0x37, - 0xc8, 0xde, 0xb1, 0x7e, 0xd9, 0x4c, 0x31, 0x05, 0xf4, 0x3d, 0x69, 0x26, 0xb9, 0xa3, 0xbc, 0x49, - 0x67, 0xf2, 0xd8, 0xd9, 0x79, 0xa9, 0xa3, 0x0d, 0x1f, 0x3d, 0xba, 0xbc, 0x1e, 0xd4, 0xfe, 0x5e, - 0x0f, 0xf6, 0x2f, 0xd8, 0x6a, 0xf9, 0x66, 0xa4, 0x8b, 0x46, 0x9e, 0xa9, 0xa6, 0x6f, 0x49, 0x3b, - 0x12, 0xa8, 0xfc, 0x1f, 0x82, 0x6b, 0x4b, 0x9d, 0xc9, 0x93, 0x0a, 0xea, 0x83, 0x40, 0x75, 0x26, - 0x38, 0x1c, 0x35, 0x32, 0x98, 0xd7, 0x8a, 0xcc, 0x9d, 0x7e, 0x26, 0x34, 0x80, 0x25, 0x84, 0x4c, - 0xc5, 0x82, 0xfb, 0xda, 0x2d, 0x76, 0xeb, 0xc3, 0xfa, 0xb8, 0x33, 0x79, 0x56, 0xc1, 0xbc, 0x2b, - 0xa4, 0xfa, 0xc3, 0x0c, 0xee, 0x20, 0xd8, 0x89, 0x23, 0x9d, 0x91, 0x83, 0x94, 0xcf, 0x05, 0x0f, - 0x62, 0x1e, 0x16, 0xd8, 0x46, 0x8e, 0x1d, 0x56, 0xb0, 0x9f, 0xb6, 0xca, 0x12, 0xf5, 0x41, 0x5a, - 0x0e, 0x63, 0x66, 0x56, 0x42, 0x00, 0xab, 0xa4, 0x64, 0xf6, 0xee, 0x7f, 0xcc, 0x7a, 0x85, 0xb4, - 0x6c, 0x56, 0xee, 0xc4, 0x91, 0x1e, 0x93, 0x7d, 0x5c, 0x32, 0x8c, 0x0a, 0x64, 0x33, 0x47, 0x3e, - 0xad, 0x20, 0x67, 0x99, 0xaa, 0x44, 0xdb, 0xc3, 0x9b, 0x10, 0xd2, 0x73, 0x32, 0x50, 0x66, 0xb6, - 0xfc, 0x98, 0xfb, 0x89, 0x99, 0x2e, 0xbf, 0x18, 0x0b, 0xec, 0xde, 0xcb, 0xd1, 0xcf, 0x2b, 0xe8, - 0x5b, 0x66, 0xd2, 0xb4, 0xea, 0xab, 0x5b, 0x24, 0x27, 0x97, 0x6b, 0xdb, 0xba, 0x5a, 0xdb, 0xd6, - 0x9f, 0xb5, 0x6d, 0xfd, 0xdc, 0xd8, 0xb5, 0xab, 0x8d, 0x5d, 0xfb, 0xb5, 0xb1, 0x6b, 0x67, 0x93, - 0x30, 0x56, 0x51, 0x3a, 0x77, 0x16, 0x62, 0xe5, 0xce, 0xf2, 0xa6, 0x2f, 0x4e, 0xd8, 0x1c, 0x5d, - 0xb3, 0x30, 0xdf, 0x5f, 0xbe, 0x76, 0xcf, 0x6f, 0xd6, 0x46, 0x5d, 0x24, 0x80, 0xf3, 0x66, 0xbe, - 0x34, 0xaf, 0xfe, 0x05, 0x00, 0x00, 0xff, 0xff, 0x8b, 0xcd, 0xf7, 0xc6, 0x9c, 0x03, 0x00, 0x00, + 0x80, 0x2d, 0xc2, 0x05, 0x21, 0x4e, 0x15, 0xa2, 0x44, 0xea, 0xa1, 0x72, 0x80, 0x43, 0x2f, 0xd6, + 0x26, 0x1e, 0x6c, 0x8b, 0x64, 0xd7, 0xec, 0xac, 0x51, 0xcb, 0x53, 0xf0, 0x58, 0x3d, 0xf6, 0xc8, + 0x01, 0x55, 0x28, 0x79, 0x03, 0x9e, 0x00, 0xd9, 0xbb, 0x71, 0xe5, 0x58, 0xf4, 0xb6, 0x3b, 0xf3, + 0xcf, 0x37, 0xff, 0xae, 0x66, 0xc8, 0x21, 0x2a, 0x19, 0x07, 0xe0, 0xa2, 0x62, 0x5f, 0x41, 0xc5, + 0xcc, 0x0d, 0x81, 0x03, 0xc6, 0xe8, 0x24, 0x52, 0x28, 0x41, 0xef, 0xeb, 0xb4, 0xb3, 0x4d, 0xf7, + 0x1e, 0x86, 0x22, 0x14, 0x79, 0xce, 0xcd, 0x4e, 0x5a, 0xd6, 0xb3, 0x77, 0x29, 0xdb, 0x83, 0xce, + 0x8f, 0x5a, 0xa4, 0x79, 0xca, 0x24, 0x5b, 0xe1, 0x28, 0x25, 0xfd, 0x8f, 0x92, 0x71, 0xfc, 0x02, + 0x72, 0xca, 0x4f, 0xa5, 0x08, 0x25, 0x20, 0x7a, 0xb0, 0x10, 0x32, 0x98, 0x06, 0x48, 0x0f, 0x09, + 0x59, 0x44, 0x8c, 0x73, 0x58, 0xfa, 0x71, 0xd0, 0xb5, 0x86, 0xd6, 0xb8, 0xed, 0xb5, 0x4d, 0x64, + 0x1a, 0xd0, 0x1e, 0x69, 0x21, 0x7c, 0x4b, 0x81, 0x2f, 0xa0, 0x7b, 0x67, 0x68, 0x8d, 0x1b, 0x5e, + 0x71, 0xa7, 0x7d, 0xd2, 0x96, 0x39, 0x27, 0xab, 0xac, 0xeb, 0xa4, 0x34, 0xe0, 0xd1, 0xef, 0x06, + 0xd9, 0x3b, 0xd6, 0x2f, 0x9b, 0x29, 0xa6, 0x80, 0xbe, 0x27, 0xcd, 0x24, 0x77, 0x94, 0x37, 0xe9, + 0x4c, 0x1e, 0x3b, 0x3b, 0x2f, 0x75, 0xb4, 0xe1, 0xa3, 0x47, 0x97, 0xd7, 0x83, 0xda, 0xdf, 0xeb, + 0xc1, 0xfe, 0x05, 0x5b, 0x2d, 0xdf, 0x8c, 0x74, 0xd1, 0xc8, 0x33, 0xd5, 0xf4, 0x2d, 0x69, 0x47, + 0x02, 0x95, 0xff, 0x43, 0x70, 0x6d, 0xa9, 0x33, 0x79, 0x52, 0x41, 0x7d, 0x10, 0xa8, 0xce, 0x04, + 0x87, 0xa3, 0x46, 0x06, 0xf3, 0x5a, 0x91, 0xb9, 0xd3, 0xcf, 0x84, 0x06, 0xb0, 0x84, 0x90, 0xa9, + 0x58, 0x70, 0x5f, 0xbb, 0xc5, 0x6e, 0x7d, 0x58, 0x1f, 0x77, 0x26, 0xcf, 0x2a, 0x98, 0x77, 0x85, + 0x54, 0x7f, 0x98, 0xc1, 0x1d, 0x04, 0x3b, 0x71, 0xa4, 0x33, 0x72, 0x90, 0xf2, 0xb9, 0xe0, 0x41, + 0xcc, 0xc3, 0x02, 0xdb, 0xc8, 0xb1, 0xc3, 0x0a, 0xf6, 0xd3, 0x56, 0x59, 0xa2, 0x3e, 0x48, 0xcb, + 0x61, 0xcc, 0xcc, 0x4a, 0x08, 0x60, 0x95, 0x94, 0xcc, 0xde, 0xfd, 0x8f, 0x59, 0xaf, 0x90, 0x96, + 0xcd, 0xca, 0x9d, 0x38, 0xd2, 0x63, 0xb2, 0x8f, 0x4b, 0x86, 0x51, 0x81, 0x6c, 0xe6, 0xc8, 0xa7, + 0x15, 0xe4, 0x2c, 0x53, 0x95, 0x68, 0x7b, 0x78, 0x13, 0x42, 0x7a, 0x4e, 0x06, 0xca, 0xcc, 0x96, + 0x1f, 0x73, 0x3f, 0x31, 0xd3, 0xe5, 0x17, 0x63, 0x81, 0xdd, 0x7b, 0x39, 0xfa, 0x79, 0x05, 0x7d, + 0xcb, 0x4c, 0x9a, 0x56, 0x7d, 0x75, 0x8b, 0xe4, 0xe4, 0x72, 0x6d, 0x5b, 0x57, 0x6b, 0xdb, 0xfa, + 0xb3, 0xb6, 0xad, 0x9f, 0x1b, 0xbb, 0x76, 0xb5, 0xb1, 0x6b, 0xbf, 0x36, 0x76, 0xed, 0x6c, 0x12, + 0xc6, 0x2a, 0x4a, 0xe7, 0xce, 0x42, 0xac, 0xdc, 0x59, 0xde, 0xf4, 0xc5, 0x09, 0x9b, 0xa3, 0x6b, + 0x16, 0xe6, 0xfb, 0xcb, 0xd7, 0xee, 0xf9, 0xcd, 0xda, 0xa8, 0x8b, 0x04, 0x70, 0xde, 0xcc, 0x97, + 0xe6, 0xd5, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x11, 0x9b, 0x1d, 0x4b, 0x9c, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/types/host_zone_test.go b/x/staketia/types/host_zone_test.go index bf1cc64f71..bceebf573a 100644 --- a/x/staketia/types/host_zone_test.go +++ b/x/staketia/types/host_zone_test.go @@ -7,8 +7,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) const ( diff --git a/x/staketia/types/msgs.go b/x/staketia/types/msgs.go index 93c9d022f6..c1982c2806 100644 --- a/x/staketia/types/msgs.go +++ b/x/staketia/types/msgs.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v17/utils" + "github.com/Stride-Labs/stride/v18/utils" ) const ( diff --git a/x/staketia/types/msgs_test.go b/x/staketia/types/msgs_test.go index 969f0f0e15..c8ff529836 100644 --- a/x/staketia/types/msgs_test.go +++ b/x/staketia/types/msgs_test.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/app/apptesting" - "github.com/Stride-Labs/stride/v17/testutil/sample" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/app/apptesting" + "github.com/Stride-Labs/stride/v18/testutil/sample" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/types/query.pb.go b/x/staketia/types/query.pb.go index c1d69b4334..2fa90e8100 100644 --- a/x/staketia/types/query.pb.go +++ b/x/staketia/types/query.pb.go @@ -658,58 +658,58 @@ var fileDescriptor_38d30838f2bbb0b1 = []byte{ // 855 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0xcf, 0x6f, 0xd3, 0x48, 0x14, 0xce, 0xa4, 0xdd, 0xdd, 0x74, 0xda, 0x55, 0x93, 0xd9, 0xee, 0xca, 0x75, 0xbb, 0x26, 0xb5, - 0x44, 0x49, 0x2b, 0x6a, 0x93, 0x20, 0xb5, 0x67, 0x0a, 0xa2, 0x14, 0x55, 0xa5, 0x38, 0xd0, 0x43, - 0x2f, 0x91, 0x13, 0x8f, 0x1c, 0x8b, 0xc4, 0x93, 0x7a, 0x9c, 0xaa, 0xa5, 0xea, 0x85, 0x0b, 0x70, - 0x43, 0xe2, 0xc4, 0x9f, 0xc0, 0x81, 0x03, 0x07, 0xfe, 0x87, 0x72, 0xab, 0xc4, 0x05, 0x71, 0x40, - 0xa8, 0xe5, 0x0f, 0x41, 0x19, 0x8f, 0xf3, 0xc3, 0xf6, 0x24, 0x11, 0x37, 0x67, 0xde, 0xf3, 0xf7, - 0xbe, 0xef, 0xf9, 0xbd, 0x6f, 0x02, 0x17, 0xa8, 0xef, 0x39, 0x16, 0xd6, 0xa9, 0x6f, 0x3e, 0xc3, - 0xbe, 0x63, 0xea, 0x87, 0x6d, 0xec, 0x9d, 0x68, 0x2d, 0x8f, 0xf8, 0x04, 0xcd, 0x06, 0x41, 0x2d, - 0x0c, 0xca, 0x4a, 0x34, 0x3b, 0x7c, 0x08, 0x5e, 0x90, 0xe7, 0x6c, 0x62, 0x13, 0xf6, 0xa8, 0x77, - 0x9e, 0xf8, 0xe9, 0xa2, 0x4d, 0x88, 0xdd, 0xc0, 0xba, 0xd9, 0x72, 0x74, 0xd3, 0x75, 0x89, 0x6f, - 0xfa, 0x0e, 0x71, 0x29, 0x8f, 0xae, 0xd6, 0x08, 0x6d, 0x12, 0xaa, 0x57, 0x4d, 0x8a, 0x83, 0xea, - 0xfa, 0x51, 0xb1, 0x8a, 0x7d, 0xb3, 0xa8, 0xb7, 0x4c, 0xdb, 0x71, 0x59, 0x72, 0x90, 0xab, 0xfe, - 0x07, 0xe7, 0x1e, 0x77, 0x32, 0x1e, 0x10, 0xea, 0x1f, 0x10, 0x17, 0x1b, 0xf8, 0xb0, 0x8d, 0xa9, - 0xaf, 0x3e, 0x82, 0xff, 0x46, 0xce, 0x69, 0x8b, 0xb8, 0x14, 0xa3, 0x75, 0x38, 0x55, 0x27, 0xd4, - 0xaf, 0x3c, 0x27, 0x2e, 0x96, 0x40, 0x1e, 0x14, 0xa6, 0x4b, 0xf3, 0x5a, 0x44, 0x95, 0xd6, 0x7d, - 0x2b, 0x53, 0xe7, 0x4f, 0xea, 0x43, 0xf8, 0x3f, 0x03, 0xbc, 0x87, 0x1b, 0xd8, 0x66, 0x0c, 0x0c, - 0x5c, 0x23, 0x9e, 0x45, 0x79, 0x45, 0xb4, 0x02, 0xb3, 0x8e, 0x5b, 0x6b, 0xb4, 0x2d, 0x5c, 0x31, - 0xbd, 0x5a, 0xdd, 0x39, 0xc2, 0x16, 0xc3, 0xcf, 0x18, 0xb3, 0xfc, 0xfc, 0x0e, 0x3f, 0x56, 0x8f, - 0xa1, 0x22, 0xc2, 0xe2, 0x2c, 0xf7, 0x21, 0xb2, 0xba, 0xc1, 0x8a, 0x17, 0x44, 0x25, 0x90, 0x9f, - 0x28, 0x4c, 0x97, 0x96, 0x62, 0x74, 0xa3, 0x38, 0x9b, 0x93, 0xe7, 0xdf, 0xaf, 0xa5, 0x8c, 0x9c, - 0x15, 0xc5, 0x57, 0xb7, 0xe1, 0x22, 0xab, 0xfc, 0xd4, 0xad, 0x12, 0xd7, 0x72, 0x5c, 0xfb, 0xf7, - 0x45, 0xf8, 0xbc, 0x21, 0x71, 0x28, 0xae, 0xa1, 0x0c, 0x73, 0xed, 0x30, 0x16, 0x91, 0x90, 0x8f, - 0x49, 0x88, 0xa0, 0x70, 0x05, 0xd9, 0x76, 0x04, 0x5c, 0xad, 0x73, 0x01, 0x06, 0xb6, 0x70, 0xb3, - 0xd5, 0x93, 0x16, 0x0a, 0xd0, 0xe0, 0x3f, 0xd1, 0xa2, 0x15, 0x27, 0xd0, 0x30, 0x69, 0xe4, 0x22, - 0x70, 0xdb, 0x16, 0x92, 0xe0, 0x5f, 0xa6, 0x65, 0x79, 0x98, 0x52, 0x29, 0x9d, 0x07, 0x85, 0x29, - 0x23, 0xfc, 0xa9, 0xbe, 0x02, 0x5c, 0x60, 0xbc, 0x14, 0x17, 0x68, 0x43, 0xd9, 0xeb, 0xc6, 0xc2, - 0x62, 0x1e, 0x8f, 0xf2, 0xd9, 0x5a, 0x89, 0x29, 0x15, 0xc1, 0x19, 0x92, 0x27, 0x88, 0xa8, 0x1f, - 0x45, 0x54, 0xba, 0xdf, 0xad, 0x4f, 0x06, 0x18, 0x90, 0x21, 0x6a, 0x48, 0x5a, 0xd4, 0x90, 0xfb, - 0x10, 0xf6, 0x96, 0x4c, 0x9a, 0x60, 0x22, 0x96, 0xb5, 0x60, 0x23, 0xb5, 0xce, 0x46, 0x6a, 0x81, - 0x1f, 0xf0, 0x8d, 0xd4, 0xf6, 0x4c, 0x3b, 0x5c, 0x3a, 0xa3, 0xef, 0x4d, 0xf5, 0x1b, 0xe0, 0x43, - 0x9e, 0xc0, 0x99, 0xf7, 0x8f, 0xc0, 0x05, 0x71, 0xff, 0xc2, 0x51, 0x19, 0xbf, 0x81, 0x7c, 0x66, - 0xe6, 0x45, 0x6d, 0xa4, 0x68, 0x6b, 0x40, 0x5b, 0x9a, 0x69, 0xbb, 0x31, 0x52, 0x1b, 0xff, 0x3c, - 0xfd, 0xe2, 0x64, 0x28, 0x31, 0x6d, 0xe5, 0x86, 0x49, 0xeb, 0x83, 0x9f, 0x42, 0xb5, 0xe0, 0x7c, - 0x42, 0x8c, 0x4b, 0xde, 0x82, 0x7f, 0xd3, 0xce, 0x79, 0x64, 0x1f, 0x16, 0x63, 0x22, 0xfb, 0xde, - 0xe6, 0xba, 0x66, 0x68, 0x1f, 0xa0, 0xfa, 0x09, 0x40, 0x49, 0x38, 0x98, 0xbb, 0x30, 0x17, 0x6b, - 0x2c, 0x9f, 0xc7, 0xa5, 0xd1, 0xed, 0xcc, 0x46, 0x1b, 0x88, 0xb6, 0xe1, 0x52, 0x6f, 0x86, 0x6a, - 0xa4, 0xd9, 0x6a, 0x60, 0x86, 0xec, 0x3b, 0x4d, 0x5c, 0xa1, 0xb8, 0x46, 0x5c, 0x8b, 0xf2, 0x89, - 0x52, 0xba, 0x89, 0x77, 0xbb, 0x79, 0x4f, 0x9c, 0x26, 0x2e, 0x07, 0x59, 0xa5, 0x97, 0x19, 0xf8, - 0x07, 0x6b, 0x0f, 0x7a, 0x0d, 0x60, 0x26, 0xf4, 0x59, 0x74, 0x3d, 0x46, 0x2b, 0xc9, 0xd5, 0xe5, - 0xe5, 0x51, 0x69, 0x7c, 0x61, 0xb4, 0x17, 0x5f, 0x7e, 0xbe, 0x4d, 0x17, 0xd0, 0xb2, 0x5e, 0x66, - 0xf9, 0x6b, 0x3b, 0x66, 0x95, 0xea, 0xd1, 0xab, 0xaa, 0x7b, 0x0f, 0xa0, 0x0f, 0x00, 0xe6, 0x62, - 0x66, 0x8c, 0xb4, 0xe4, 0x6a, 0xa2, 0x1b, 0x40, 0xd6, 0xc7, 0xce, 0xe7, 0x34, 0x37, 0x18, 0xcd, - 0x22, 0xd2, 0x87, 0xd2, 0x8c, 0x5f, 0x04, 0xe8, 0x3d, 0x80, 0xd9, 0xa8, 0xef, 0xa2, 0xb5, 0xe4, - 0xf2, 0x02, 0xab, 0x97, 0xb5, 0x71, 0xd3, 0x39, 0xd9, 0x75, 0x46, 0xf6, 0x16, 0xd2, 0x86, 0x92, - 0x8d, 0x39, 0x3e, 0xfa, 0x0c, 0x60, 0x36, 0x3a, 0x63, 0x22, 0xae, 0x02, 0x57, 0x17, 0x71, 0x15, - 0x2d, 0x80, 0xba, 0xcf, 0xb8, 0xee, 0xa1, 0xdd, 0xa1, 0x5c, 0x63, 0x3b, 0xa2, 0x9f, 0x26, 0x58, - 0xe5, 0x99, 0x7e, 0xca, 0xbd, 0xf4, 0x8c, 0xcd, 0x49, 0xcc, 0xcf, 0xd0, 0x98, 0xec, 0x46, 0xcd, - 0x89, 0xd0, 0x28, 0xc7, 0x9c, 0x93, 0x98, 0x1c, 0x8a, 0xde, 0x01, 0x38, 0xd3, 0xef, 0x43, 0x68, - 0x25, 0xb9, 0x74, 0x82, 0x8f, 0xc9, 0xab, 0xe3, 0xa4, 0x72, 0x82, 0x25, 0x46, 0xf0, 0x26, 0x5a, - 0x1d, 0x4a, 0x70, 0xc0, 0xf9, 0x36, 0x77, 0xce, 0x2f, 0x15, 0x70, 0x71, 0xa9, 0x80, 0x1f, 0x97, - 0x0a, 0x78, 0x73, 0xa5, 0xa4, 0x2e, 0xae, 0x94, 0xd4, 0xd7, 0x2b, 0x25, 0x75, 0x50, 0xb2, 0x1d, - 0xbf, 0xde, 0xae, 0x6a, 0x35, 0xd2, 0x4c, 0xc2, 0x3b, 0x2a, 0x6e, 0xe8, 0xc7, 0x3d, 0x54, 0xff, - 0xa4, 0x85, 0x69, 0xf5, 0x4f, 0xf6, 0x77, 0xf0, 0xf6, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x24, - 0xd7, 0x12, 0x39, 0xbe, 0x0a, 0x00, 0x00, + 0x44, 0x49, 0x2b, 0x6a, 0x93, 0x20, 0x15, 0xae, 0x14, 0x44, 0x29, 0xaa, 0x4a, 0x71, 0xa0, 0x87, + 0x5e, 0x22, 0x27, 0x1e, 0x39, 0x16, 0x89, 0x27, 0xf5, 0x38, 0x55, 0x4b, 0xd5, 0x0b, 0x17, 0xe0, + 0x86, 0xc4, 0x89, 0x3f, 0x81, 0x03, 0x07, 0x0e, 0xfc, 0x0f, 0xe5, 0x56, 0x89, 0x0b, 0xe2, 0x80, + 0x50, 0xcb, 0x1f, 0x82, 0x32, 0x1e, 0xe7, 0x87, 0xed, 0x49, 0x22, 0x6e, 0xce, 0xbc, 0xe7, 0xef, + 0x7d, 0xdf, 0xf3, 0x7b, 0xdf, 0x04, 0x2e, 0x50, 0xdf, 0x73, 0x2c, 0xac, 0x53, 0xdf, 0x7c, 0x86, + 0x7d, 0xc7, 0xd4, 0x0f, 0xda, 0xd8, 0x3b, 0xd6, 0x5a, 0x1e, 0xf1, 0x09, 0x9a, 0x0d, 0x82, 0x5a, + 0x18, 0x94, 0x95, 0x68, 0x76, 0xf8, 0x10, 0xbc, 0x20, 0xcf, 0xd9, 0xc4, 0x26, 0xec, 0x51, 0xef, + 0x3c, 0xf1, 0xd3, 0x45, 0x9b, 0x10, 0xbb, 0x81, 0x75, 0xb3, 0xe5, 0xe8, 0xa6, 0xeb, 0x12, 0xdf, + 0xf4, 0x1d, 0xe2, 0x52, 0x1e, 0x5d, 0xad, 0x11, 0xda, 0x24, 0x54, 0xaf, 0x9a, 0x14, 0x07, 0xd5, + 0xf5, 0xc3, 0x62, 0x15, 0xfb, 0x66, 0x51, 0x6f, 0x99, 0xb6, 0xe3, 0xb2, 0xe4, 0x20, 0x57, 0xfd, + 0x0f, 0xce, 0x3d, 0xee, 0x64, 0x3c, 0x20, 0xd4, 0xdf, 0x27, 0x2e, 0x36, 0xf0, 0x41, 0x1b, 0x53, + 0x5f, 0x7d, 0x04, 0xff, 0x8d, 0x9c, 0xd3, 0x16, 0x71, 0x29, 0x46, 0xeb, 0x70, 0xaa, 0x4e, 0xa8, + 0x5f, 0x79, 0x4e, 0x5c, 0x2c, 0x81, 0x3c, 0x28, 0x4c, 0x97, 0xe6, 0xb5, 0x88, 0x2a, 0xad, 0xfb, + 0x56, 0xa6, 0xce, 0x9f, 0xd4, 0x87, 0xf0, 0x7f, 0x06, 0x78, 0x0f, 0x37, 0xb0, 0xcd, 0x18, 0x18, + 0xb8, 0x46, 0x3c, 0x8b, 0xf2, 0x8a, 0x68, 0x05, 0x66, 0x1d, 0xb7, 0xd6, 0x68, 0x5b, 0xb8, 0x62, + 0x7a, 0xb5, 0xba, 0x73, 0x88, 0x2d, 0x86, 0x9f, 0x31, 0x66, 0xf9, 0xf9, 0x1d, 0x7e, 0xac, 0x1e, + 0x41, 0x45, 0x84, 0xc5, 0x59, 0xee, 0x41, 0x64, 0x75, 0x83, 0x15, 0x2f, 0x88, 0x4a, 0x20, 0x3f, + 0x51, 0x98, 0x2e, 0x2d, 0xc5, 0xe8, 0x46, 0x71, 0x36, 0x26, 0xcf, 0xbe, 0x5f, 0x49, 0x19, 0x39, + 0x2b, 0x8a, 0xaf, 0x6e, 0xc1, 0x45, 0x56, 0xf9, 0xa9, 0x5b, 0x25, 0xae, 0xe5, 0xb8, 0xf6, 0xef, + 0x8b, 0xf0, 0x79, 0x43, 0xe2, 0x50, 0x5c, 0x43, 0x19, 0xe6, 0xda, 0x61, 0x2c, 0x22, 0x21, 0x1f, + 0x93, 0x10, 0x41, 0xe1, 0x0a, 0xb2, 0xed, 0x08, 0xb8, 0x5a, 0xe7, 0x02, 0x0c, 0x6c, 0xe1, 0x66, + 0xab, 0x27, 0x2d, 0x14, 0xa0, 0xc1, 0x7f, 0xa2, 0x45, 0x2b, 0x4e, 0xa0, 0x61, 0xd2, 0xc8, 0x45, + 0xe0, 0xb6, 0x2c, 0x24, 0xc1, 0xbf, 0x4c, 0xcb, 0xf2, 0x30, 0xa5, 0x52, 0x3a, 0x0f, 0x0a, 0x53, + 0x46, 0xf8, 0x53, 0x7d, 0x05, 0xb8, 0xc0, 0x78, 0x29, 0x2e, 0xd0, 0x86, 0xb2, 0xd7, 0x8d, 0x85, + 0xc5, 0x3c, 0x1e, 0xe5, 0xb3, 0xb5, 0x12, 0x53, 0x2a, 0x82, 0x33, 0x24, 0x4f, 0x10, 0x51, 0x3f, + 0x8a, 0xa8, 0x74, 0xbf, 0x5b, 0x9f, 0x0c, 0x30, 0x20, 0x43, 0xd4, 0x90, 0xb4, 0xa8, 0x21, 0xf7, + 0x21, 0xec, 0x2d, 0x99, 0x34, 0xc1, 0x44, 0x2c, 0x6b, 0xc1, 0x46, 0x6a, 0x9d, 0x8d, 0xd4, 0x02, + 0x3f, 0xe0, 0x1b, 0xa9, 0xed, 0x9a, 0x76, 0xb8, 0x74, 0x46, 0xdf, 0x9b, 0xea, 0x37, 0xc0, 0x87, + 0x3c, 0x81, 0x33, 0xef, 0x1f, 0x81, 0x0b, 0xe2, 0xfe, 0x85, 0xa3, 0x32, 0x7e, 0x03, 0xf9, 0xcc, + 0xcc, 0x8b, 0xda, 0x48, 0xd1, 0xe6, 0x80, 0xb6, 0x34, 0xd3, 0x76, 0x6d, 0xa4, 0x36, 0xfe, 0x79, + 0xfa, 0xc5, 0xc9, 0x50, 0x62, 0xda, 0xca, 0x0d, 0x93, 0xd6, 0x07, 0x3f, 0x85, 0x6a, 0xc1, 0xf9, + 0x84, 0x18, 0x97, 0xbc, 0x09, 0xff, 0xa6, 0x9d, 0xf3, 0xc8, 0x3e, 0x2c, 0xc6, 0x44, 0xf6, 0xbd, + 0xcd, 0x75, 0xcd, 0xd0, 0x3e, 0x40, 0xf5, 0x13, 0x80, 0x92, 0x70, 0x30, 0x77, 0x60, 0x2e, 0xd6, + 0x58, 0x3e, 0x8f, 0x4b, 0xa3, 0xdb, 0x99, 0x8d, 0x36, 0x10, 0x6d, 0xc1, 0xa5, 0xde, 0x0c, 0xd5, + 0x48, 0xb3, 0xd5, 0xc0, 0x0c, 0xd9, 0x77, 0x9a, 0xb8, 0x42, 0x71, 0x8d, 0xb8, 0x16, 0xe5, 0x13, + 0xa5, 0x74, 0x13, 0xef, 0x76, 0xf3, 0x9e, 0x38, 0x4d, 0x5c, 0x0e, 0xb2, 0x4a, 0x2f, 0x33, 0xf0, + 0x0f, 0xd6, 0x1e, 0xf4, 0x1a, 0xc0, 0x4c, 0xe8, 0xb3, 0xe8, 0x6a, 0x8c, 0x56, 0x92, 0xab, 0xcb, + 0xcb, 0xa3, 0xd2, 0xf8, 0xc2, 0x68, 0x2f, 0xbe, 0xfc, 0x7c, 0x9b, 0x2e, 0xa0, 0x65, 0xbd, 0xcc, + 0xf2, 0xd7, 0xb6, 0xcd, 0x2a, 0xd5, 0xa3, 0x57, 0x55, 0xf7, 0x1e, 0x40, 0x1f, 0x00, 0xcc, 0xc5, + 0xcc, 0x18, 0x69, 0xc9, 0xd5, 0x44, 0x37, 0x80, 0xac, 0x8f, 0x9d, 0xcf, 0x69, 0xde, 0x62, 0x34, + 0x8b, 0x48, 0x1f, 0x4a, 0x33, 0x7e, 0x11, 0xa0, 0xf7, 0x00, 0x66, 0xa3, 0xbe, 0x8b, 0xd6, 0x92, + 0xcb, 0x0b, 0xac, 0x5e, 0xd6, 0xc6, 0x4d, 0xe7, 0x64, 0xd7, 0x19, 0xd9, 0x1b, 0x48, 0x1b, 0x4a, + 0x36, 0xe6, 0xf8, 0xe8, 0x33, 0x80, 0xd9, 0xe8, 0x8c, 0x89, 0xb8, 0x0a, 0x5c, 0x5d, 0xc4, 0x55, + 0xb4, 0x00, 0xea, 0x1e, 0xe3, 0xba, 0x8b, 0x76, 0x86, 0x72, 0x8d, 0xed, 0x88, 0x7e, 0x92, 0x60, + 0x95, 0xa7, 0xfa, 0x09, 0xf7, 0xd2, 0x53, 0x36, 0x27, 0x31, 0x3f, 0x43, 0x63, 0xb2, 0x1b, 0x35, + 0x27, 0x42, 0xa3, 0x1c, 0x73, 0x4e, 0x62, 0x72, 0x28, 0x7a, 0x07, 0xe0, 0x4c, 0xbf, 0x0f, 0xa1, + 0x95, 0xe4, 0xd2, 0x09, 0x3e, 0x26, 0xaf, 0x8e, 0x93, 0xca, 0x09, 0x96, 0x18, 0xc1, 0xeb, 0x68, + 0x75, 0x28, 0xc1, 0x01, 0xe7, 0xdb, 0xd8, 0x3e, 0xbb, 0x50, 0xc0, 0xf9, 0x85, 0x02, 0x7e, 0x5c, + 0x28, 0xe0, 0xcd, 0xa5, 0x92, 0x3a, 0xbf, 0x54, 0x52, 0x5f, 0x2f, 0x95, 0xd4, 0x7e, 0xc9, 0x76, + 0xfc, 0x7a, 0xbb, 0xaa, 0xd5, 0x48, 0x33, 0x09, 0xef, 0xb0, 0x78, 0x5b, 0x3f, 0xea, 0xa1, 0xfa, + 0xc7, 0x2d, 0x4c, 0xab, 0x7f, 0xb2, 0xbf, 0x83, 0x37, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0xbe, + 0x81, 0xf8, 0xb4, 0xbe, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staketia/types/records_test.go b/x/staketia/types/records_test.go index 05f52b4f14..4d61de512d 100644 --- a/x/staketia/types/records_test.go +++ b/x/staketia/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v17/x/staketia/types" + "github.com/Stride-Labs/stride/v18/x/staketia/types" ) func TestValidateDelegationRecordGenesis(t *testing.T) { diff --git a/x/staketia/types/staketia.pb.go b/x/staketia/types/staketia.pb.go index 4383e5d49e..9db34b1487 100644 --- a/x/staketia/types/staketia.pb.go +++ b/x/staketia/types/staketia.pb.go @@ -581,77 +581,77 @@ func init() { func init() { proto.RegisterFile("stride/staketia/staketia.proto", fileDescriptor_d306d9365b78f7b2) } var fileDescriptor_d306d9365b78f7b2 = []byte{ - // 1120 bytes of a gzipped FileDescriptorProto + // 1119 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x6f, 0x1a, 0x47, 0x14, 0x67, 0x81, 0xd8, 0xe4, 0xc5, 0xc0, 0x32, 0x10, 0xb2, 0xb6, 0x22, 0xe2, 0xfa, 0x90, 0x5a, - 0x69, 0x8d, 0xdb, 0xe4, 0xd0, 0x1e, 0xda, 0x44, 0x18, 0x36, 0xce, 0x4a, 0x18, 0xbb, 0x0b, 0xf4, - 0x90, 0x1e, 0x56, 0xc3, 0xee, 0x04, 0x56, 0x66, 0x67, 0xd1, 0xce, 0x60, 0x53, 0xa9, 0xf7, 0x56, - 0xea, 0xa5, 0x97, 0x7e, 0x82, 0x7e, 0x84, 0xe6, 0x43, 0x44, 0xea, 0x25, 0xcd, 0xa9, 0xea, 0x21, - 0xaa, 0xec, 0x2f, 0x52, 0xed, 0xec, 0x1f, 0x30, 0xd8, 0x42, 0xa9, 0xb8, 0xf4, 0xc4, 0xce, 0xfb, - 0xbd, 0xf7, 0xfb, 0xcd, 0x7b, 0x6f, 0x66, 0xdf, 0x02, 0x15, 0xc6, 0x3d, 0xdb, 0x22, 0xfb, 0x8c, - 0xe3, 0x53, 0xc2, 0x6d, 0x1c, 0x3f, 0x54, 0x47, 0x9e, 0xcb, 0x5d, 0x94, 0x0f, 0xf0, 0x6a, 0x64, - 0xde, 0xda, 0x34, 0x5d, 0xe6, 0xb8, 0xcc, 0x10, 0xf0, 0x7e, 0xb0, 0x08, 0x7c, 0xb7, 0x4a, 0x7d, - 0xb7, 0xef, 0x06, 0x76, 0xff, 0x29, 0xb0, 0xee, 0xfc, 0xb8, 0x01, 0x99, 0x17, 0x2e, 0xe3, 0x2f, - 0x5d, 0x4a, 0xd0, 0x26, 0x64, 0xcc, 0x01, 0xb6, 0xa9, 0x61, 0x5b, 0x8a, 0xb4, 0x2d, 0xed, 0xde, - 0xd6, 0xd7, 0xc5, 0x5a, 0xb3, 0xd0, 0xa7, 0x80, 0x28, 0xe6, 0xf6, 0x19, 0x31, 0xb8, 0x7b, 0x4a, - 0xa8, 0x61, 0x11, 0xea, 0x3a, 0x4a, 0x52, 0x38, 0xc9, 0x01, 0xd2, 0xf1, 0x81, 0x86, 0x6f, 0x47, - 0x4f, 0xa0, 0x7c, 0xc5, 0xdb, 0xee, 0x99, 0x61, 0x44, 0x4a, 0x44, 0x14, 0x67, 0x22, 0xb4, 0x9e, - 0x19, 0x04, 0x55, 0xa1, 0xc8, 0x3d, 0x4c, 0xd9, 0x2b, 0xe2, 0x19, 0xe6, 0x00, 0x53, 0x4a, 0x86, - 0xfe, 0x46, 0xd2, 0x22, 0xa2, 0x10, 0x41, 0xf5, 0x00, 0xd1, 0x2c, 0x74, 0x08, 0xc8, 0x22, 0x43, - 0xd2, 0xc7, 0xdc, 0x76, 0xa9, 0x81, 0x2d, 0xcb, 0x23, 0x8c, 0x29, 0xb7, 0x7c, 0xf7, 0x03, 0xe5, - 0xdd, 0xeb, 0xbd, 0x52, 0x98, 0x7e, 0x2d, 0x40, 0xda, 0xdc, 0xb3, 0x69, 0x5f, 0x2f, 0x4c, 0x63, - 0x42, 0x00, 0x3d, 0x83, 0x9c, 0x47, 0xce, 0xb1, 0x67, 0xc5, 0x24, 0x6b, 0x4b, 0x48, 0xb2, 0x81, - 0x7f, 0x44, 0x50, 0x83, 0xbc, 0x45, 0x46, 0x2e, 0xb3, 0x79, 0xcc, 0xb0, 0xbe, 0x84, 0x21, 0x17, - 0x06, 0x44, 0x14, 0x87, 0x80, 0x3c, 0x62, 0x11, 0x67, 0x74, 0x25, 0x99, 0xcc, 0xb2, 0x64, 0xa6, - 0x31, 0x11, 0xd1, 0xd7, 0x90, 0x35, 0x87, 0xd8, 0x76, 0x62, 0x8e, 0xdb, 0x4b, 0x38, 0x36, 0x84, - 0x7b, 0x14, 0xde, 0x85, 0x2d, 0x77, 0x44, 0x3c, 0xcc, 0x5d, 0x2f, 0x62, 0x30, 0x5c, 0x6a, 0x04, - 0xe7, 0x4c, 0x81, 0x25, 0x5c, 0xf7, 0xa2, 0xd8, 0xd0, 0x7c, 0x4c, 0xdb, 0x22, 0x10, 0x1d, 0x41, - 0x99, 0xe1, 0x57, 0xe4, 0x1a, 0xca, 0x3b, 0x4b, 0x28, 0x8b, 0x7e, 0xdc, 0x3c, 0x1d, 0x85, 0xd2, - 0x10, 0x33, 0x6e, 0xcc, 0x94, 0xcc, 0xc3, 0x9c, 0x28, 0x1b, 0x82, 0xec, 0xab, 0x37, 0xef, 0x1f, - 0x24, 0xfe, 0x7e, 0xff, 0xe0, 0x61, 0xdf, 0xe6, 0x83, 0x71, 0xaf, 0x6a, 0xba, 0x4e, 0x78, 0x15, - 0xc2, 0x9f, 0x3d, 0x66, 0x9d, 0xee, 0xf3, 0xef, 0x47, 0x84, 0x55, 0x1b, 0xc4, 0x7c, 0xf7, 0x7a, - 0x0f, 0x42, 0xe9, 0x06, 0x31, 0x75, 0xe4, 0x33, 0xeb, 0x31, 0xb1, 0x8e, 0x39, 0x41, 0x04, 0xf2, - 0xf3, 0x52, 0xd9, 0x15, 0x48, 0xe5, 0xbc, 0xab, 0x32, 0x43, 0x28, 0x3a, 0x36, 0x5d, 0xc8, 0x2a, - 0xb7, 0x02, 0xa9, 0x82, 0x63, 0x53, 0x7d, 0x51, 0x0d, 0x4f, 0x16, 0xd4, 0xf2, 0x2b, 0x51, 0xc3, - 0x93, 0x39, 0xb5, 0x73, 0xd8, 0xf4, 0x73, 0xb3, 0x29, 0x25, 0xde, 0x82, 0xa6, 0xbc, 0x02, 0xcd, - 0xb2, 0x63, 0x53, 0xcd, 0x67, 0xbf, 0x46, 0x18, 0x4f, 0x6e, 0x10, 0x2e, 0xac, 0x44, 0x18, 0x4f, - 0xae, 0x13, 0xfe, 0x0e, 0xa2, 0x77, 0x0d, 0xb1, 0x8c, 0x1e, 0x1e, 0x62, 0x6a, 0x12, 0x05, 0x09, - 0xc1, 0xea, 0x07, 0x08, 0x6a, 0x94, 0xeb, 0x72, 0x4c, 0x74, 0x10, 0xf0, 0xa0, 0x2f, 0x41, 0x19, - 0xd3, 0x9e, 0x4b, 0x2d, 0x9b, 0xf6, 0x8d, 0x11, 0xf1, 0x6c, 0xd7, 0x32, 0x18, 0x31, 0x5d, 0x6a, - 0x31, 0xa5, 0xb8, 0x2d, 0xed, 0xa6, 0xf5, 0x72, 0x8c, 0x9f, 0x08, 0xb8, 0x1d, 0xa0, 0xa8, 0x0c, - 0x6b, 0x03, 0x3c, 0xe4, 0xc4, 0x52, 0x4a, 0xdb, 0xd2, 0x6e, 0x46, 0x0f, 0x57, 0x3b, 0x7f, 0x4a, - 0x20, 0x37, 0xe2, 0x77, 0xa3, 0x4e, 0x4c, 0xd7, 0xb3, 0x50, 0x0e, 0x92, 0xe1, 0x2c, 0x48, 0xeb, - 0x49, 0xdb, 0x42, 0x6d, 0xc8, 0x86, 0x2f, 0x76, 0xec, 0xb8, 0x63, 0xca, 0x83, 0x09, 0xf0, 0xc1, - 0xf9, 0x6c, 0x04, 0x24, 0x35, 0xc1, 0x81, 0x9e, 0xc1, 0x1a, 0xe3, 0x98, 0x8f, 0x99, 0x98, 0x0e, - 0xb9, 0xc7, 0x1f, 0x57, 0xe7, 0xc6, 0x5a, 0x75, 0x7e, 0x5f, 0x6d, 0xe1, 0xae, 0x87, 0x61, 0xe8, - 0x1e, 0xac, 0xf3, 0x89, 0x31, 0xc0, 0x6c, 0x10, 0x4e, 0x8b, 0x35, 0x3e, 0x79, 0x81, 0xd9, 0x60, - 0xe7, 0x8f, 0x14, 0xe4, 0xbb, 0x51, 0x19, 0x6e, 0x48, 0xe9, 0x69, 0xac, 0x9e, 0x14, 0xea, 0x0f, - 0x17, 0xd4, 0xe7, 0x18, 0xe6, 0xc4, 0xbf, 0x85, 0x3c, 0xe3, 0xe1, 0x9c, 0x0b, 0x8b, 0x92, 0xfa, - 0x4f, 0x45, 0xc9, 0x32, 0x2e, 0x06, 0x62, 0x58, 0x95, 0x85, 0x52, 0xa7, 0x57, 0x50, 0x6a, 0x0d, - 0x3e, 0x9a, 0x1e, 0x1b, 0xd3, 0x75, 0x46, 0x43, 0x22, 0x2e, 0x03, 0xb7, 0x1d, 0x12, 0x9f, 0x9f, - 0x5b, 0xa2, 0x36, 0x95, 0xd8, 0xb1, 0x1e, 0xfb, 0x75, 0x6c, 0x87, 0x44, 0xe7, 0xe8, 0x33, 0x28, - 0x8d, 0xe9, 0xcc, 0x00, 0x8e, 0x3a, 0x20, 0x66, 0xa7, 0x8e, 0x66, 0xb1, 0x8e, 0xe8, 0x06, 0x7a, - 0x0a, 0xf7, 0x03, 0x4e, 0x62, 0x85, 0xf5, 0x62, 0xe7, 0x84, 0x8c, 0xe2, 0x48, 0x31, 0x33, 0x75, - 0x25, 0xf2, 0x11, 0xc5, 0x68, 0xfb, 0x1e, 0x41, 0xfc, 0xce, 0xcf, 0x49, 0x90, 0x67, 0xee, 0x58, - 0xd0, 0xce, 0x2a, 0x14, 0xa7, 0x19, 0x79, 0xc2, 0x66, 0xc4, 0xfd, 0x2d, 0x8c, 0xaf, 0xb6, 0x4e, - 0xb3, 0xd0, 0x16, 0x64, 0xfc, 0x97, 0x00, 0x71, 0x88, 0x17, 0x7e, 0xbe, 0xc4, 0xeb, 0xff, 0x55, - 0x2b, 0x77, 0x7e, 0x97, 0xe0, 0x4e, 0x7b, 0x88, 0xd9, 0xe0, 0x86, 0x73, 0x8d, 0x20, 0xed, 0x77, - 0x55, 0x24, 0x99, 0xd6, 0xc5, 0xf3, 0xe2, 0x46, 0x52, 0x2b, 0x38, 0x53, 0x9f, 0x40, 0xe1, 0x0c, - 0x0f, 0x6d, 0x6b, 0xf6, 0x9b, 0x21, 0xbc, 0x87, 0x72, 0x0c, 0x84, 0x13, 0xfc, 0xd1, 0x0f, 0x50, - 0xbe, 0xfe, 0x32, 0x23, 0x05, 0x4a, 0x1d, 0xbd, 0xd6, 0x6a, 0x3f, 0x57, 0x75, 0x43, 0x6b, 0x19, - 0x27, 0xfa, 0xf1, 0xa1, 0xae, 0xb6, 0xdb, 0x72, 0x02, 0x15, 0x21, 0x1f, 0x23, 0xcf, 0x6b, 0x5a, - 0x53, 0x6d, 0xc8, 0x12, 0x2a, 0x81, 0xdc, 0x50, 0x9b, 0xea, 0x61, 0xad, 0xa3, 0x1d, 0xb7, 0x8c, - 0x6f, 0xba, 0x6a, 0x57, 0x95, 0x93, 0xe8, 0x1e, 0x14, 0x67, 0xac, 0xf5, 0xe3, 0xa3, 0x93, 0xa6, - 0xda, 0x51, 0xe5, 0xd4, 0x56, 0xfa, 0xa7, 0xdf, 0x2a, 0x89, 0x47, 0xbf, 0x4a, 0x70, 0xf7, 0xda, - 0xdb, 0x8c, 0xee, 0x83, 0x52, 0xab, 0xd7, 0xbb, 0x47, 0xdd, 0x66, 0xad, 0xa3, 0xb5, 0x0e, 0x0d, - 0x5d, 0x6d, 0xa8, 0x47, 0x27, 0x3e, 0x4b, 0xb8, 0x83, 0x6e, 0xeb, 0xe0, 0xb8, 0xd5, 0xf0, 0xa1, - 0x40, 0x4b, 0x42, 0x9b, 0x70, 0x77, 0x6a, 0x9c, 0xdd, 0x71, 0x12, 0x6d, 0x40, 0x26, 0x80, 0xd4, - 0x86, 0x9c, 0x42, 0x59, 0xb8, 0x5d, 0x6f, 0xd6, 0xb4, 0xa3, 0xda, 0x41, 0x53, 0x95, 0xd3, 0xe8, - 0x0e, 0xac, 0x8b, 0xa5, 0xda, 0x90, 0x6f, 0x05, 0xfb, 0x3a, 0x68, 0xbe, 0xb9, 0xa8, 0x48, 0x6f, - 0x2f, 0x2a, 0xd2, 0x3f, 0x17, 0x15, 0xe9, 0x97, 0xcb, 0x4a, 0xe2, 0xed, 0x65, 0x25, 0xf1, 0xd7, - 0x65, 0x25, 0xf1, 0xf2, 0xf1, 0x4c, 0x4b, 0x82, 0x8f, 0x9f, 0xbd, 0x26, 0xee, 0xb1, 0xfd, 0xf0, - 0x8f, 0xc1, 0xd9, 0xe7, 0x5f, 0xec, 0x4f, 0xa6, 0x7f, 0x0f, 0x44, 0x8b, 0x7a, 0x6b, 0xe2, 0xd3, - 0xfe, 0xc9, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x3a, 0xc6, 0x0b, 0x8f, 0x3e, 0x0c, 0x00, 0x00, + 0x69, 0x8d, 0xdb, 0xe4, 0x92, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, 0x1e, + 0xd2, 0xc3, 0x6a, 0xd8, 0x9d, 0xc0, 0xca, 0xec, 0x2c, 0xda, 0x19, 0x6c, 0x2a, 0xf5, 0xde, 0x4a, + 0xbd, 0xf4, 0xd2, 0x4f, 0xd0, 0x8f, 0xd0, 0x7c, 0x88, 0x48, 0xbd, 0xa4, 0x39, 0x55, 0x3d, 0x44, + 0x95, 0xfd, 0x45, 0xaa, 0x9d, 0xfd, 0x03, 0x06, 0x5b, 0x28, 0x15, 0x97, 0x9e, 0xd8, 0x79, 0xbf, + 0xf7, 0x7e, 0xbf, 0x79, 0xef, 0xcd, 0xec, 0x5b, 0xa0, 0xc2, 0xb8, 0x67, 0x5b, 0x64, 0x9f, 0x71, + 0x7c, 0x4a, 0xb8, 0x8d, 0xe3, 0x87, 0xea, 0xc8, 0x73, 0xb9, 0x8b, 0xf2, 0x01, 0x5e, 0x8d, 0xcc, + 0x5b, 0x9b, 0xa6, 0xcb, 0x1c, 0x97, 0x19, 0x02, 0xde, 0x0f, 0x16, 0x81, 0xef, 0x56, 0xa9, 0xef, + 0xf6, 0xdd, 0xc0, 0xee, 0x3f, 0x05, 0xd6, 0x9d, 0x1f, 0x37, 0x20, 0xf3, 0xd2, 0x65, 0xfc, 0x95, + 0x4b, 0x09, 0xda, 0x84, 0x8c, 0x39, 0xc0, 0x36, 0x35, 0x6c, 0x4b, 0x91, 0xb6, 0xa5, 0xdd, 0xdb, + 0xfa, 0xba, 0x58, 0x6b, 0x16, 0xfa, 0x1c, 0x10, 0xc5, 0xdc, 0x3e, 0x23, 0x06, 0x77, 0x4f, 0x09, + 0x35, 0x2c, 0x42, 0x5d, 0x47, 0x49, 0x0a, 0x27, 0x39, 0x40, 0x3a, 0x3e, 0xd0, 0xf0, 0xed, 0xe8, + 0x09, 0x94, 0xaf, 0x78, 0xdb, 0x3d, 0x33, 0x8c, 0x48, 0x89, 0x88, 0xe2, 0x4c, 0x84, 0xd6, 0x33, + 0x83, 0xa0, 0x2a, 0x14, 0xb9, 0x87, 0x29, 0x7b, 0x4d, 0x3c, 0xc3, 0x1c, 0x60, 0x4a, 0xc9, 0xd0, + 0xdf, 0x48, 0x5a, 0x44, 0x14, 0x22, 0xa8, 0x1e, 0x20, 0x9a, 0x85, 0x0e, 0x01, 0x59, 0x64, 0x48, + 0xfa, 0x98, 0xdb, 0x2e, 0x35, 0xb0, 0x65, 0x79, 0x84, 0x31, 0xe5, 0x96, 0xef, 0x7e, 0xa0, 0xbc, + 0x7f, 0xb3, 0x57, 0x0a, 0xd3, 0xaf, 0x05, 0x48, 0x9b, 0x7b, 0x36, 0xed, 0xeb, 0x85, 0x69, 0x4c, + 0x08, 0xa0, 0xe7, 0x90, 0xf3, 0xc8, 0x39, 0xf6, 0xac, 0x98, 0x64, 0x6d, 0x09, 0x49, 0x36, 0xf0, + 0x8f, 0x08, 0x6a, 0x90, 0xb7, 0xc8, 0xc8, 0x65, 0x36, 0x8f, 0x19, 0xd6, 0x97, 0x30, 0xe4, 0xc2, + 0x80, 0x88, 0xe2, 0x10, 0x90, 0x47, 0x2c, 0xe2, 0x8c, 0xae, 0x24, 0x93, 0x59, 0x96, 0xcc, 0x34, + 0x26, 0x22, 0xfa, 0x1a, 0xb2, 0xe6, 0x10, 0xdb, 0x4e, 0xcc, 0x71, 0x7b, 0x09, 0xc7, 0x86, 0x70, + 0x8f, 0xc2, 0xbb, 0xb0, 0xe5, 0x8e, 0x88, 0x87, 0xb9, 0xeb, 0x45, 0x0c, 0x86, 0x4b, 0x8d, 0xe0, + 0x9c, 0x29, 0xb0, 0x84, 0xeb, 0x5e, 0x14, 0x1b, 0x9a, 0x8f, 0x69, 0x5b, 0x04, 0xa2, 0x23, 0x28, + 0x33, 0xfc, 0x9a, 0x5c, 0x43, 0x79, 0x67, 0x09, 0x65, 0xd1, 0x8f, 0x9b, 0xa7, 0xa3, 0x50, 0x1a, + 0x62, 0xc6, 0x8d, 0x99, 0x92, 0x79, 0x98, 0x13, 0x65, 0x43, 0x90, 0x7d, 0xf5, 0xf6, 0xc3, 0x83, + 0xc4, 0xdf, 0x1f, 0x1e, 0x3c, 0xec, 0xdb, 0x7c, 0x30, 0xee, 0x55, 0x4d, 0xd7, 0x09, 0xaf, 0x42, + 0xf8, 0xb3, 0xc7, 0xac, 0xd3, 0x7d, 0xfe, 0xfd, 0x88, 0xb0, 0x6a, 0x83, 0x98, 0xef, 0xdf, 0xec, + 0x41, 0x28, 0xdd, 0x20, 0xa6, 0x8e, 0x7c, 0x66, 0x3d, 0x26, 0xd6, 0x31, 0x27, 0x88, 0x40, 0x7e, + 0x5e, 0x2a, 0xbb, 0x02, 0xa9, 0x9c, 0x77, 0x55, 0x66, 0x08, 0x45, 0xc7, 0xa6, 0x0b, 0x59, 0xe5, + 0x56, 0x20, 0x55, 0x70, 0x6c, 0xaa, 0x2f, 0xaa, 0xe1, 0xc9, 0x82, 0x5a, 0x7e, 0x25, 0x6a, 0x78, + 0x32, 0xa7, 0x76, 0x0e, 0x9b, 0x7e, 0x6e, 0x36, 0xa5, 0xc4, 0x5b, 0xd0, 0x94, 0x57, 0xa0, 0x59, + 0x76, 0x6c, 0xaa, 0xf9, 0xec, 0xd7, 0x08, 0xe3, 0xc9, 0x0d, 0xc2, 0x85, 0x95, 0x08, 0xe3, 0xc9, + 0x75, 0xc2, 0xdf, 0x41, 0xf4, 0xae, 0x21, 0x96, 0xd1, 0xc3, 0x43, 0x4c, 0x4d, 0xa2, 0x20, 0x21, + 0x58, 0xfd, 0x08, 0x41, 0x8d, 0x72, 0x5d, 0x8e, 0x89, 0x0e, 0x02, 0x1e, 0xf4, 0x14, 0x94, 0x31, + 0xed, 0xb9, 0xd4, 0xb2, 0x69, 0xdf, 0x18, 0x11, 0xcf, 0x76, 0x2d, 0x83, 0x11, 0xd3, 0xa5, 0x16, + 0x53, 0x8a, 0xdb, 0xd2, 0x6e, 0x5a, 0x2f, 0xc7, 0xf8, 0x89, 0x80, 0xdb, 0x01, 0x8a, 0xca, 0xb0, + 0x36, 0xc0, 0x43, 0x4e, 0x2c, 0xa5, 0xb4, 0x2d, 0xed, 0x66, 0xf4, 0x70, 0xb5, 0xf3, 0xa7, 0x04, + 0x72, 0x23, 0x7e, 0x37, 0xea, 0xc4, 0x74, 0x3d, 0x0b, 0xe5, 0x20, 0x19, 0xce, 0x82, 0xb4, 0x9e, + 0xb4, 0x2d, 0xd4, 0x86, 0x6c, 0xf8, 0x62, 0xc7, 0x8e, 0x3b, 0xa6, 0x3c, 0x98, 0x00, 0x1f, 0x9d, + 0xcf, 0x46, 0x40, 0x52, 0x13, 0x1c, 0xe8, 0x39, 0xac, 0x31, 0x8e, 0xf9, 0x98, 0x89, 0xe9, 0x90, + 0x7b, 0xfc, 0x69, 0x75, 0x6e, 0xac, 0x55, 0xe7, 0xf7, 0xd5, 0x16, 0xee, 0x7a, 0x18, 0x86, 0xee, + 0xc1, 0x3a, 0x9f, 0x18, 0x03, 0xcc, 0x06, 0xe1, 0xb4, 0x58, 0xe3, 0x93, 0x97, 0x98, 0x0d, 0x76, + 0xfe, 0x48, 0x41, 0xbe, 0x1b, 0x95, 0xe1, 0x86, 0x94, 0x9e, 0xc5, 0xea, 0x49, 0xa1, 0xfe, 0x70, + 0x41, 0x7d, 0x8e, 0x61, 0x4e, 0xfc, 0x5b, 0xc8, 0x33, 0x1e, 0xce, 0xb9, 0xb0, 0x28, 0xa9, 0xff, + 0x54, 0x94, 0x2c, 0xe3, 0x62, 0x20, 0x86, 0x55, 0x59, 0x28, 0x75, 0x7a, 0x05, 0xa5, 0xd6, 0xe0, + 0x93, 0xe9, 0xb1, 0x31, 0x5d, 0x67, 0x34, 0x24, 0xe2, 0x32, 0x70, 0xdb, 0x21, 0xf1, 0xf9, 0xb9, + 0x25, 0x6a, 0x53, 0x89, 0x1d, 0xeb, 0xb1, 0x5f, 0xc7, 0x76, 0x48, 0x74, 0x8e, 0xbe, 0x80, 0xd2, + 0x98, 0xce, 0x0c, 0xe0, 0xa8, 0x03, 0x62, 0x76, 0xea, 0x68, 0x16, 0xeb, 0x88, 0x6e, 0xa0, 0x67, + 0x70, 0x3f, 0xe0, 0x24, 0x56, 0x58, 0x2f, 0x76, 0x4e, 0xc8, 0x28, 0x8e, 0x14, 0x33, 0x53, 0x57, + 0x22, 0x1f, 0x51, 0x8c, 0xb6, 0xef, 0x11, 0xc4, 0xef, 0xfc, 0x9c, 0x04, 0x79, 0xe6, 0x8e, 0x05, + 0xed, 0xac, 0x42, 0x71, 0x9a, 0x91, 0x27, 0x6c, 0x46, 0xdc, 0xdf, 0xc2, 0xf8, 0x6a, 0xeb, 0x34, + 0x0b, 0x6d, 0x41, 0xc6, 0x7f, 0x09, 0x10, 0x87, 0x78, 0xe1, 0xe7, 0x4b, 0xbc, 0xfe, 0x5f, 0xb5, + 0x72, 0xe7, 0x77, 0x09, 0xee, 0xb4, 0x87, 0x98, 0x0d, 0x6e, 0x38, 0xd7, 0x08, 0xd2, 0x7e, 0x57, + 0x45, 0x92, 0x69, 0x5d, 0x3c, 0x2f, 0x6e, 0x24, 0xb5, 0x82, 0x33, 0xf5, 0x19, 0x14, 0xce, 0xf0, + 0xd0, 0xb6, 0x66, 0xbf, 0x19, 0xc2, 0x7b, 0x28, 0xc7, 0x40, 0x38, 0xc1, 0x1f, 0xfd, 0x00, 0xe5, + 0xeb, 0x2f, 0x33, 0x52, 0xa0, 0xd4, 0xd1, 0x6b, 0xad, 0xf6, 0x0b, 0x55, 0x37, 0xb4, 0x96, 0x71, + 0xa2, 0x1f, 0x1f, 0xea, 0x6a, 0xbb, 0x2d, 0x27, 0x50, 0x11, 0xf2, 0x31, 0xf2, 0xa2, 0xa6, 0x35, + 0xd5, 0x86, 0x2c, 0xa1, 0x12, 0xc8, 0x0d, 0xb5, 0xa9, 0x1e, 0xd6, 0x3a, 0xda, 0x71, 0xcb, 0xf8, + 0xa6, 0xab, 0x76, 0x55, 0x39, 0x89, 0xee, 0x41, 0x71, 0xc6, 0x5a, 0x3f, 0x3e, 0x3a, 0x69, 0xaa, + 0x1d, 0x55, 0x4e, 0x6d, 0xa5, 0x7f, 0xfa, 0xad, 0x92, 0x78, 0xf4, 0xab, 0x04, 0x77, 0xaf, 0xbd, + 0xcd, 0xe8, 0x3e, 0x28, 0xb5, 0x7a, 0xbd, 0x7b, 0xd4, 0x6d, 0xd6, 0x3a, 0x5a, 0xeb, 0xd0, 0xd0, + 0xd5, 0x86, 0x7a, 0x74, 0xe2, 0xb3, 0x84, 0x3b, 0xe8, 0xb6, 0x0e, 0x8e, 0x5b, 0x0d, 0x1f, 0x0a, + 0xb4, 0x24, 0xb4, 0x09, 0x77, 0xa7, 0xc6, 0xd9, 0x1d, 0x27, 0xd1, 0x06, 0x64, 0x02, 0x48, 0x6d, + 0xc8, 0x29, 0x94, 0x85, 0xdb, 0xf5, 0x66, 0x4d, 0x3b, 0xaa, 0x1d, 0x34, 0x55, 0x39, 0x8d, 0xee, + 0xc0, 0xba, 0x58, 0xaa, 0x0d, 0xf9, 0x56, 0xb0, 0xaf, 0x83, 0xe6, 0xdb, 0x8b, 0x8a, 0xf4, 0xee, + 0xa2, 0x22, 0xfd, 0x73, 0x51, 0x91, 0x7e, 0xb9, 0xac, 0x24, 0xde, 0x5d, 0x56, 0x12, 0x7f, 0x5d, + 0x56, 0x12, 0xaf, 0x1e, 0xcf, 0xb4, 0x24, 0xf8, 0xf8, 0xd9, 0x6b, 0xe2, 0x1e, 0xdb, 0x0f, 0xff, + 0x18, 0x9c, 0x7d, 0xf9, 0x74, 0x7f, 0x32, 0xfd, 0x7b, 0x20, 0x5a, 0xd4, 0x5b, 0x13, 0x9f, 0xf6, + 0x4f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xa0, 0x90, 0xe1, 0x02, 0x3e, 0x0c, 0x00, 0x00, } func (m *HostZone) Marshal() (dAtA []byte, err error) { diff --git a/x/staketia/types/tx.pb.go b/x/staketia/types/tx.pb.go index 94d75d02fe..7ce24f20b4 100644 --- a/x/staketia/types/tx.pb.go +++ b/x/staketia/types/tx.pb.go @@ -1261,61 +1261,61 @@ func init() { proto.RegisterFile("stride/staketia/tx.proto", fileDescriptor_98ce var fileDescriptor_98ceebce67c1ff4c = []byte{ // 1354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x8f, 0xd3, 0x46, - 0x14, 0x8e, 0x17, 0xc4, 0x8f, 0x49, 0x81, 0xac, 0x0b, 0x21, 0x31, 0x25, 0x59, 0x0c, 0x2c, 0x10, - 0x58, 0xbb, 0x09, 0x50, 0xa4, 0xb4, 0x97, 0x0d, 0x89, 0x60, 0xd5, 0xcd, 0x06, 0x65, 0x77, 0x8b, - 0x4a, 0x0f, 0xae, 0x13, 0xcf, 0x3a, 0x2e, 0x1b, 0x4f, 0xf0, 0x4c, 0x42, 0x50, 0xa5, 0xaa, 0xed, - 0x09, 0xf5, 0x54, 0xa9, 0xa7, 0x1e, 0x7a, 0xaa, 0x54, 0xa9, 0xbd, 0x94, 0x43, 0x6f, 0xbd, 0xf4, - 0xc8, 0x11, 0xf5, 0x54, 0xf5, 0x40, 0x2b, 0x38, 0xa0, 0xfe, 0x03, 0xed, 0xb5, 0xf2, 0x4f, 0xc6, - 0xf6, 0x38, 0xc9, 0xd2, 0xee, 0x65, 0x13, 0xcf, 0xfb, 0xe6, 0xbd, 0xef, 0x7d, 0x6f, 0xfc, 0xe6, - 0x6d, 0x40, 0x0e, 0x13, 0xcb, 0xd0, 0xa0, 0x8c, 0x89, 0x7a, 0x17, 0x12, 0x43, 0x95, 0xc9, 0x58, - 0x1a, 0x58, 0x88, 0x20, 0xfe, 0x88, 0x6b, 0x91, 0x7c, 0x8b, 0x70, 0xbc, 0x8b, 0x70, 0x1f, 0x61, - 0xb9, 0x8f, 0x75, 0x79, 0x54, 0xb6, 0x3f, 0x5c, 0xa4, 0x30, 0xaf, 0xf6, 0x0d, 0x13, 0xc9, 0xce, - 0x5f, 0x6f, 0xe9, 0xa8, 0x8e, 0x74, 0xe4, 0x7c, 0x95, 0xed, 0x6f, 0xde, 0x6a, 0xc1, 0xf3, 0xd0, - 0x51, 0x31, 0x94, 0x47, 0xe5, 0x0e, 0x24, 0x6a, 0x59, 0xee, 0x22, 0xc3, 0xf4, 0xec, 0x79, 0xd7, - 0xae, 0xb8, 0x1b, 0xdd, 0x07, 0x7f, 0x6b, 0x94, 0xa7, 0xff, 0xc5, 0xb5, 0x8b, 0xdf, 0x71, 0xe0, - 0x70, 0x13, 0xeb, 0xab, 0xc6, 0xbd, 0xa1, 0xa1, 0xad, 0xdb, 0x36, 0x3e, 0x0b, 0xf6, 0x39, 0x20, - 0x2b, 0xc7, 0x2d, 0x70, 0xe7, 0x0f, 0xb6, 0xbd, 0x27, 0x7e, 0x1d, 0x1c, 0x32, 0x55, 0x62, 0x8c, - 0xa0, 0xa2, 0xf6, 0xd1, 0xd0, 0x24, 0xb9, 0x39, 0xdb, 0x5c, 0x93, 0x1e, 0x3f, 0x2d, 0xa6, 0x7e, - 0x7f, 0x5a, 0x5c, 0xd4, 0x0d, 0xd2, 0x1b, 0x76, 0xa4, 0x2e, 0xea, 0x7b, 0x14, 0xbc, 0x8f, 0x25, - 0xac, 0xdd, 0x95, 0xc9, 0x83, 0x01, 0xc4, 0xd2, 0x8a, 0x49, 0xda, 0xaf, 0xb9, 0x4e, 0x96, 0x1d, - 0x1f, 0xd5, 0x73, 0x9f, 0xbf, 0x78, 0x54, 0xf2, 0x22, 0x7c, 0xf1, 0xe2, 0x51, 0xe9, 0x78, 0x40, - 0x34, 0xcc, 0x4a, 0xfc, 0x94, 0x03, 0xd9, 0xf0, 0x52, 0x1b, 0xe2, 0x01, 0x32, 0x31, 0xe4, 0xb7, - 0xc0, 0x01, 0x4c, 0x14, 0x82, 0xee, 0x42, 0xd3, 0xa1, 0x9c, 0xae, 0xe4, 0x25, 0x4f, 0x04, 0x5b, - 0x31, 0xc9, 0x53, 0x4c, 0xba, 0x8e, 0x0c, 0xb3, 0xf6, 0xa6, 0x4d, 0xf7, 0x87, 0x3f, 0x8a, 0xe7, - 0x67, 0xa0, 0x6b, 0x6f, 0xc0, 0xed, 0xfd, 0x98, 0x6c, 0xd8, 0xbe, 0xc5, 0x1f, 0x5d, 0xad, 0xda, - 0x50, 0x83, 0xb0, 0xef, 0x6a, 0x25, 0x80, 0x03, 0x96, 0xf3, 0x18, 0xa8, 0x15, 0x3c, 0xf3, 0xef, - 0x81, 0x23, 0x3e, 0xad, 0xff, 0xa6, 0xd8, 0x21, 0x8f, 0x80, 0x27, 0xd9, 0x05, 0x5b, 0xb2, 0x20, - 0x4c, 0x4c, 0x34, 0x8a, 0x9e, 0xf8, 0xd0, 0x15, 0x8d, 0x5a, 0x0a, 0x44, 0x33, 0x81, 0x57, 0x88, - 0xdd, 0x13, 0x2e, 0xed, 0x06, 0x70, 0xc5, 0xfb, 0x9a, 0x03, 0x47, 0x9b, 0x58, 0xbf, 0x8e, 0xcc, - 0x2d, 0xc3, 0xea, 0xd7, 0xe1, 0x36, 0xd4, 0x55, 0x62, 0x20, 0xd3, 0x96, 0x10, 0x0d, 0xa0, 0xa5, - 0x12, 0x14, 0x48, 0xe8, 0x3f, 0xf3, 0x27, 0xc0, 0x41, 0x0b, 0x76, 0x91, 0xa5, 0x29, 0x86, 0xe6, - 0x88, 0xb7, 0xd7, 0xd6, 0xd7, 0x5e, 0x58, 0xd1, 0xf8, 0xe3, 0x60, 0x3f, 0x19, 0x2b, 0x3d, 0x15, - 0xf7, 0x72, 0x7b, 0xdc, 0x83, 0x4a, 0xc6, 0x37, 0x55, 0xdc, 0xab, 0xca, 0x8e, 0x40, 0xbe, 0x13, - 0x5b, 0xa0, 0x93, 0xb4, 0x40, 0x31, 0x0a, 0x62, 0x01, 0xbc, 0xc1, 0x5a, 0xf7, 0xb5, 0x12, 0xbf, - 0x71, 0x65, 0xf4, 0x00, 0x9b, 0xa6, 0xb6, 0x9b, 0xec, 0xcb, 0x31, 0xf6, 0x45, 0x06, 0x7b, 0x9a, - 0x84, 0xb8, 0x00, 0x0a, 0x6c, 0x4b, 0x90, 0xc1, 0xf7, 0x1c, 0x9d, 0xe2, 0xa6, 0xd9, 0x41, 0xa6, - 0x06, 0x35, 0xa7, 0x32, 0xeb, 0xf7, 0x21, 0x1c, 0xec, 0x42, 0x1e, 0xd7, 0x62, 0x79, 0x9c, 0x65, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x93, 0x13, 0x45, + 0x14, 0xce, 0x2c, 0x14, 0x3f, 0x3a, 0x02, 0xd9, 0x11, 0x42, 0x32, 0x48, 0xb2, 0x0c, 0xb0, 0x40, + 0x60, 0x67, 0x4c, 0x00, 0xb5, 0xa2, 0x97, 0x0d, 0x49, 0xc1, 0x96, 0x9b, 0x0d, 0x95, 0xdd, 0x95, + 0x12, 0x0f, 0xe3, 0x24, 0xd3, 0x3b, 0x19, 0xd9, 0x4c, 0x87, 0xe9, 0x4e, 0x08, 0x65, 0x95, 0xa5, + 0x9e, 0x28, 0x4f, 0x56, 0x79, 0xf2, 0xe0, 0xc9, 0x2a, 0xab, 0xf4, 0x22, 0x07, 0x6f, 0x5e, 0x3c, + 0x72, 0xa4, 0x3c, 0x59, 0x1e, 0xd0, 0x82, 0x03, 0xe5, 0x3f, 0xa0, 0x57, 0x6b, 0x7e, 0xd2, 0x33, + 0xd3, 0x93, 0x64, 0xd1, 0xbd, 0x6c, 0x32, 0xfd, 0xbe, 0x7e, 0xef, 0x7b, 0xdf, 0xeb, 0x79, 0xfd, + 0x36, 0x20, 0x87, 0x89, 0x65, 0x68, 0x50, 0xc6, 0x44, 0xbd, 0x03, 0x89, 0xa1, 0xca, 0x64, 0x2c, + 0x0d, 0x2c, 0x44, 0x10, 0x7f, 0xc4, 0xb5, 0x48, 0xbe, 0x45, 0x38, 0xde, 0x45, 0xb8, 0x8f, 0xb0, + 0xdc, 0xc7, 0xba, 0x3c, 0x2a, 0xdb, 0x1f, 0x2e, 0x52, 0x98, 0x57, 0xfb, 0x86, 0x89, 0x64, 0xe7, + 0xaf, 0xb7, 0x74, 0x54, 0x47, 0x3a, 0x72, 0xbe, 0xca, 0xf6, 0x37, 0x6f, 0xb5, 0xe0, 0x79, 0xe8, + 0xa8, 0x18, 0xca, 0xa3, 0x72, 0x07, 0x12, 0xb5, 0x2c, 0x77, 0x91, 0x61, 0x7a, 0xf6, 0xbc, 0x6b, + 0x57, 0xdc, 0x8d, 0xee, 0x83, 0xbf, 0x35, 0xca, 0xd3, 0xff, 0xe2, 0xda, 0xc5, 0xef, 0x38, 0x70, + 0xb8, 0x89, 0xf5, 0x55, 0xe3, 0xee, 0xd0, 0xd0, 0xd6, 0x6d, 0x1b, 0x9f, 0x05, 0xfb, 0x1c, 0x90, + 0x95, 0xe3, 0x16, 0xb8, 0xf3, 0x07, 0xdb, 0xde, 0x13, 0xbf, 0x0e, 0x0e, 0x99, 0x2a, 0x31, 0x46, + 0x50, 0x51, 0xfb, 0x68, 0x68, 0x92, 0xdc, 0x9c, 0x6d, 0xae, 0x49, 0x8f, 0x9e, 0x14, 0x53, 0xbf, + 0x3f, 0x29, 0x2e, 0xea, 0x06, 0xe9, 0x0d, 0x3b, 0x52, 0x17, 0xf5, 0x3d, 0x0a, 0xde, 0xc7, 0x12, + 0xd6, 0xee, 0xc8, 0xe4, 0xfe, 0x00, 0x62, 0x69, 0xc5, 0x24, 0xed, 0x57, 0x5c, 0x27, 0xcb, 0x8e, + 0x8f, 0xea, 0xb9, 0xcf, 0x9f, 0x3f, 0x2c, 0x79, 0x11, 0xbe, 0x78, 0xfe, 0xb0, 0x74, 0x3c, 0x20, + 0x1a, 0x66, 0x25, 0x7e, 0xca, 0x81, 0x6c, 0x78, 0xa9, 0x0d, 0xf1, 0x00, 0x99, 0x18, 0xf2, 0x5b, + 0xe0, 0x00, 0x26, 0x0a, 0x41, 0x77, 0xa0, 0xe9, 0x50, 0x4e, 0x57, 0xf2, 0x92, 0x27, 0x82, 0xad, + 0x98, 0xe4, 0x29, 0x26, 0x5d, 0x43, 0x86, 0x59, 0x7b, 0xdd, 0xa6, 0xfb, 0xc3, 0x1f, 0xc5, 0xf3, + 0x33, 0xd0, 0xb5, 0x37, 0xe0, 0xf6, 0x7e, 0x4c, 0x36, 0x6c, 0xdf, 0xe2, 0x8f, 0xae, 0x56, 0x6d, + 0xa8, 0x41, 0xd8, 0x77, 0xb5, 0x12, 0xc0, 0x01, 0xcb, 0x79, 0x0c, 0xd4, 0x0a, 0x9e, 0xf9, 0xf7, + 0xc0, 0x11, 0x9f, 0xd6, 0x7f, 0x53, 0xec, 0x90, 0x47, 0xc0, 0x93, 0xec, 0x82, 0x2d, 0x59, 0x10, + 0x26, 0x26, 0x1a, 0x45, 0x4f, 0x7c, 0xe0, 0x8a, 0x46, 0x2d, 0x05, 0xa2, 0x99, 0xc0, 0x2b, 0xc4, + 0xee, 0x09, 0x97, 0x76, 0x03, 0xb8, 0xe2, 0x7d, 0xcd, 0x81, 0xa3, 0x4d, 0xac, 0x5f, 0x43, 0xe6, + 0x96, 0x61, 0xf5, 0xeb, 0x70, 0x1b, 0xea, 0x2a, 0x31, 0x90, 0x69, 0x4b, 0x88, 0x06, 0xd0, 0x52, + 0x09, 0x0a, 0x24, 0xf4, 0x9f, 0xf9, 0x13, 0xe0, 0xa0, 0x05, 0xbb, 0xc8, 0xd2, 0x14, 0x43, 0x73, + 0xc4, 0xdb, 0x6b, 0xeb, 0x6b, 0x2f, 0xac, 0x68, 0xfc, 0x71, 0xb0, 0x9f, 0x8c, 0x95, 0x9e, 0x8a, + 0x7b, 0xb9, 0x3d, 0xee, 0x41, 0x25, 0xe3, 0x1b, 0x2a, 0xee, 0x55, 0x65, 0x47, 0x20, 0xdf, 0x89, + 0x2d, 0xd0, 0x49, 0x5a, 0xa0, 0x18, 0x05, 0xb1, 0x00, 0x5e, 0x63, 0xad, 0xfb, 0x5a, 0x89, 0xdf, + 0xb8, 0x32, 0x7a, 0x80, 0x4d, 0x53, 0xdb, 0x4d, 0xf6, 0xe5, 0x18, 0xfb, 0x22, 0x83, 0x3d, 0x4d, + 0x42, 0x5c, 0x00, 0x05, 0xb6, 0x25, 0xc8, 0xe0, 0x7b, 0x8e, 0x4e, 0x71, 0xd3, 0xec, 0x20, 0x53, + 0x83, 0x9a, 0x53, 0x99, 0xf5, 0x7b, 0x10, 0x0e, 0x76, 0x21, 0x8f, 0x37, 0x63, 0x79, 0x9c, 0x65, 0xe6, 0x11, 0xa5, 0x22, 0x2e, 0x82, 0x33, 0x93, 0xec, 0x41, 0x4e, 0xff, 0x70, 0x20, 0xdf, 0xc4, 0xfa, 0xb2, 0xf6, 0xd1, 0x10, 0x13, 0xaf, 0x6a, 0x50, 0xab, 0xa9, 0xdb, 0xaa, 0xd9, 0x85, 0x13, - 0x13, 0xfa, 0x00, 0xcc, 0xbf, 0xd4, 0x48, 0x41, 0x5b, 0x5b, 0x18, 0xbe, 0xea, 0xbb, 0x99, 0x79, - 0xe9, 0xa8, 0xe5, 0xf8, 0xe1, 0x2f, 0x82, 0xf9, 0x91, 0xba, 0x6d, 0x68, 0x76, 0x24, 0x45, 0xd5, + 0x13, 0xfa, 0x00, 0xcc, 0xbf, 0xd0, 0x48, 0x41, 0x5b, 0x5b, 0x18, 0xbe, 0xec, 0xbb, 0x99, 0x79, + 0xe1, 0xa8, 0xe5, 0xf8, 0xe1, 0x2f, 0x82, 0xf9, 0x91, 0xba, 0x6d, 0x68, 0x76, 0x24, 0x45, 0xd5, 0x34, 0x0b, 0x62, 0xec, 0x49, 0x93, 0x09, 0x0c, 0xcb, 0xee, 0x7a, 0xf5, 0x4a, 0x4c, 0x24, 0x91, 0x16, 0x89, 0x9d, 0x9b, 0x78, 0x1a, 0x9c, 0x4a, 0x34, 0x06, 0xf2, 0xfc, 0x35, 0x07, 0xc4, 0x26, 0xd6, 0x37, 0x07, 0x9a, 0x4a, 0xe0, 0x8a, 0x69, 0x42, 0xcb, 0x6e, 0x03, 0xfd, 0x81, 0x73, 0x2e, 0x54, 0x02, 0x6b, 0x68, 0x68, 0x6a, 0x98, 0xcf, 0x81, 0xfd, 0x5d, 0x0b, 0x52, 0x32, 0xf9, 0x8f, - 0xfc, 0x7d, 0x90, 0xef, 0x1b, 0xa6, 0x62, 0xd8, 0x5b, 0x15, 0x2b, 0xd8, 0xab, 0x58, 0x2a, 0x81, + 0xfc, 0x3d, 0x90, 0xef, 0x1b, 0xa6, 0x62, 0xd8, 0x5b, 0x15, 0x2b, 0xd8, 0xab, 0x58, 0x2a, 0x81, 0x9e, 0x5a, 0xef, 0xec, 0x40, 0xad, 0x3a, 0xec, 0xfe, 0xfa, 0xd3, 0x12, 0xf0, 0xfa, 0x4b, 0x1d, 0x76, 0xdb, 0xd9, 0xbe, 0x61, 0x32, 0x88, 0x39, 0x81, 0xd5, 0x71, 0x42, 0xe0, 0x3d, 0xff, 0x4b, 0x60, 0x75, 0xcc, 0x08, 0xec, 0x1e, 0x59, 0x3f, 0x7f, 0xbb, 0x18, 0x8b, 0x74, 0x31, 0x5c, 0x25, - 0x59, 0x22, 0x8a, 0x97, 0x40, 0x69, 0xba, 0xd4, 0x41, 0x65, 0xee, 0x80, 0x79, 0xa7, 0x29, 0xe3, - 0x61, 0x1f, 0xde, 0x44, 0x98, 0xdc, 0x41, 0x26, 0x4c, 0xae, 0x43, 0xf5, 0x62, 0x94, 0x95, 0x10, + 0x59, 0x22, 0x8a, 0x97, 0x40, 0x69, 0xba, 0xd4, 0x41, 0x65, 0x6e, 0x83, 0x79, 0xa7, 0x29, 0xe3, + 0x61, 0x1f, 0xde, 0x40, 0x98, 0xdc, 0x46, 0x26, 0x4c, 0xae, 0x43, 0xf5, 0x62, 0x94, 0x95, 0x10, 0x6e, 0xf7, 0xb4, 0x1b, 0xf1, 0x84, 0xf3, 0x4e, 0x84, 0x17, 0x83, 0xc0, 0x3d, 0x90, 0x73, 0x8c, 0x5b, 0x16, 0xc4, 0xbd, 0x88, 0xe8, 0xc9, 0xf1, 0x2b, 0xd1, 0xf8, 0xa7, 0xc2, 0xf1, 0x19, 0xde, - 0x44, 0x11, 0x2c, 0x24, 0xd9, 0x02, 0x36, 0xbf, 0xb8, 0x3d, 0xa9, 0x35, 0x82, 0xd6, 0x7d, 0xcb, + 0x44, 0x11, 0x2c, 0x24, 0xd9, 0x02, 0x36, 0xbf, 0xb8, 0x3d, 0xa9, 0x35, 0x82, 0xd6, 0x3d, 0xcb, 0x20, 0x90, 0x6e, 0xbc, 0x76, 0x73, 0x99, 0x70, 0x34, 0xd7, 0x42, 0x2f, 0xb0, 0xdb, 0x8b, 0x9c, 0x23, 0x99, 0xae, 0x9c, 0x92, 0x22, 0xf3, 0x97, 0x14, 0xf5, 0x4b, 0xbf, 0xb3, 0xee, 0x4a, 0xf5, - 0xad, 0x68, 0x8a, 0xa1, 0x56, 0x95, 0xc8, 0xd0, 0x6b, 0x55, 0x89, 0xf6, 0x20, 0xd5, 0x9f, 0x39, + 0x8d, 0x68, 0x8a, 0xa1, 0x56, 0x95, 0xc8, 0xd0, 0x6b, 0x55, 0x89, 0xf6, 0x20, 0xd5, 0x9f, 0x39, 0x70, 0x82, 0x06, 0xba, 0x5d, 0xcd, 0x30, 0xf5, 0xa9, 0x99, 0xbe, 0x0b, 0x32, 0x43, 0x1f, 0x1c, 0x4e, 0x74, 0x21, 0x96, 0x68, 0xc4, 0x6b, 0xfb, 0xc8, 0x30, 0xbc, 0x50, 0xbd, 0x1a, 0x4d, 0xf3, 0x0c, 0x33, 0xcd, 0x88, 0x1f, 0xf1, 0x2c, 0x38, 0x3d, 0xc1, 0x9c, 0x58, 0x4f, 0xaa, 0xec, 0x33, @@ -1323,29 +1323,29 @@ var fileDescriptor_98ceebce67c1ff4c = []byte{ 0xea, 0x29, 0x5a, 0xcf, 0x58, 0x24, 0x3f, 0xd5, 0x8f, 0xc1, 0xb1, 0x26, 0xd6, 0xd7, 0x21, 0x69, 0x79, 0x9d, 0xdb, 0xeb, 0xe7, 0xce, 0xec, 0x6c, 0xe8, 0x26, 0x35, 0x3b, 0x3b, 0x4f, 0xa1, 0xdb, 0x68, 0x2e, 0x7c, 0x1b, 0x55, 0x25, 0x77, 0x04, 0x76, 0x80, 0x36, 0xd7, 0x02, 0xcd, 0x35, 0x1e, - 0x43, 0x2c, 0x82, 0x93, 0x4c, 0x83, 0xcf, 0xae, 0x74, 0x0f, 0x64, 0xfd, 0x14, 0xd4, 0xce, 0x36, - 0x74, 0xb9, 0x6f, 0x3c, 0x18, 0xd8, 0x97, 0x62, 0xb6, 0xdd, 0xb8, 0xde, 0x6a, 0xd7, 0x95, 0x8d, - 0xf7, 0x6f, 0x35, 0x94, 0x7a, 0x63, 0xb5, 0x71, 0x63, 0x79, 0x63, 0xa5, 0xb5, 0x96, 0x49, 0xf1, - 0x79, 0x70, 0x8c, 0xb6, 0x6d, 0xae, 0xd5, 0x5a, 0x6b, 0xf5, 0x95, 0xb5, 0x1b, 0x19, 0x2e, 0xba, - 0xad, 0xdd, 0xa8, 0x37, 0x9a, 0xb7, 0x9c, 0x6d, 0x73, 0xc2, 0xde, 0x87, 0xdf, 0x16, 0x52, 0x95, - 0xbf, 0xd3, 0x60, 0x4f, 0x13, 0xeb, 0xfc, 0x6d, 0x90, 0xa6, 0xff, 0x95, 0x28, 0xc6, 0x8a, 0x17, - 0x1e, 0xe1, 0x85, 0x73, 0x53, 0x00, 0xc1, 0xb8, 0x7a, 0x1b, 0xa4, 0xe9, 0xb9, 0x9b, 0xe9, 0x98, + 0x43, 0x2c, 0x82, 0x93, 0x4c, 0x83, 0xcf, 0xae, 0x74, 0x17, 0x64, 0xfd, 0x14, 0xd4, 0xce, 0x36, + 0x74, 0xb9, 0x6f, 0xdc, 0x1f, 0xd8, 0x97, 0x62, 0xb6, 0xdd, 0xb8, 0xd6, 0x6a, 0xd7, 0x95, 0x8d, + 0xf7, 0x6f, 0x36, 0x94, 0x7a, 0x63, 0xb5, 0x71, 0x7d, 0x79, 0x63, 0xa5, 0xb5, 0x96, 0x49, 0xf1, + 0x79, 0x70, 0x8c, 0xb6, 0x6d, 0xae, 0xd5, 0x5a, 0x6b, 0xf5, 0x95, 0xb5, 0xeb, 0x19, 0x2e, 0xba, + 0xad, 0xdd, 0xa8, 0x37, 0x9a, 0x37, 0x9d, 0x6d, 0x73, 0xc2, 0xde, 0x07, 0xdf, 0x16, 0x52, 0x95, + 0xbf, 0xd3, 0x60, 0x4f, 0x13, 0xeb, 0xfc, 0x2d, 0x90, 0xa6, 0xff, 0x95, 0x28, 0xc6, 0x8a, 0x17, + 0x1e, 0xe1, 0x85, 0x73, 0x53, 0x00, 0xc1, 0xb8, 0x7a, 0x0b, 0xa4, 0xe9, 0xb9, 0x9b, 0xe9, 0x98, 0x02, 0xb0, 0x1d, 0xb3, 0xe6, 0x60, 0x03, 0xcc, 0xc7, 0x67, 0xd2, 0xb3, 0xac, 0xdd, 0x31, 0x98, - 0xb0, 0x34, 0x13, 0x2c, 0x08, 0x85, 0xc0, 0xeb, 0xac, 0x11, 0xf2, 0xdc, 0x04, 0x2f, 0x34, 0x50, + 0xb0, 0x34, 0x13, 0x2c, 0x08, 0x85, 0xc0, 0xab, 0xac, 0x11, 0xf2, 0xdc, 0x04, 0x2f, 0x34, 0x50, 0x90, 0x67, 0x04, 0x06, 0x01, 0x3f, 0xe3, 0x40, 0x3e, 0x79, 0xe4, 0x5b, 0x9a, 0xe8, 0x2e, 0x0a, 0x17, 0xae, 0xee, 0x08, 0x1e, 0x70, 0x18, 0x83, 0x6c, 0xc2, 0x84, 0x56, 0x62, 0x39, 0x64, 0x63, 0x85, 0xca, 0xec, 0xd8, 0x20, 0xf2, 0x57, 0x1c, 0x28, 0x4e, 0x9b, 0x7e, 0x2e, 0xb3, 0xfc, 0x4e, - 0xd9, 0x24, 0xbc, 0xfd, 0x0a, 0x9b, 0x02, 0x56, 0x1f, 0x82, 0xc3, 0x91, 0x9b, 0x5f, 0x64, 0x1f, + 0xd9, 0x24, 0xbc, 0xfd, 0x12, 0x9b, 0x02, 0x56, 0x1f, 0x82, 0xc3, 0x91, 0x9b, 0x5f, 0x64, 0x1f, 0x55, 0x1a, 0x23, 0x94, 0xa6, 0x63, 0x82, 0x08, 0x43, 0x70, 0x8c, 0x7d, 0xc5, 0x5f, 0x60, 0x3b, 0x61, 0x40, 0x85, 0xf2, 0xcc, 0xd0, 0xd0, 0x61, 0x4b, 0xbe, 0xcb, 0x99, 0x87, 0x2d, 0x11, 0xce, 0x3e, 0x6c, 0x53, 0xef, 0x59, 0xfe, 0x13, 0x90, 0x4b, 0xbc, 0x63, 0x2f, 0x4d, 0x74, 0x19, 0x41, 0x0b, 0x57, 0x76, 0x82, 0x66, 0x6b, 0x10, 0xbb, 0xff, 0x26, 0x6b, 0x10, 0x85, 0x4f, 0xd1, 0x20, 0xe9, 0x6e, 0xe2, 0xb7, 0x01, 0xcf, 0xb8, 0x98, 0x16, 0x59, 0xce, 0xe2, 0x38, 0x41, 0x9a, 0x0d, - 0xe7, 0x47, 0xab, 0xad, 0x3e, 0x7e, 0x56, 0xe0, 0x9e, 0x3c, 0x2b, 0x70, 0x7f, 0x3e, 0x2b, 0x70, - 0x5f, 0x3e, 0x2f, 0xa4, 0x9e, 0x3c, 0x2f, 0xa4, 0x7e, 0x7b, 0x5e, 0x48, 0xdd, 0xa9, 0x50, 0xa3, - 0xf9, 0xba, 0xe3, 0x73, 0x69, 0x55, 0xed, 0x60, 0xd9, 0xfb, 0x41, 0x6a, 0x54, 0xbe, 0x26, 0x8f, - 0xa9, 0x9f, 0xcf, 0xec, 0x51, 0xbd, 0xb3, 0xcf, 0xf9, 0x51, 0xea, 0xf2, 0xbf, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x24, 0x81, 0xbc, 0x96, 0x5e, 0x13, 0x00, 0x00, + 0xe7, 0x47, 0xab, 0xad, 0x3e, 0x7a, 0x5a, 0xe0, 0x1e, 0x3f, 0x2d, 0x70, 0x7f, 0x3e, 0x2d, 0x70, + 0x5f, 0x3e, 0x2b, 0xa4, 0x1e, 0x3f, 0x2b, 0xa4, 0x7e, 0x7b, 0x56, 0x48, 0xdd, 0xae, 0x50, 0xa3, + 0xf9, 0xba, 0xe3, 0x73, 0x69, 0x55, 0xed, 0x60, 0xd9, 0xfb, 0x41, 0x6a, 0x54, 0x7e, 0x4b, 0x1e, + 0x53, 0x3f, 0x9f, 0xd9, 0xa3, 0x7a, 0x67, 0x9f, 0xf3, 0xa3, 0xd4, 0xe5, 0x7f, 0x03, 0x00, 0x00, + 0xff, 0xff, 0xbe, 0xd7, 0x56, 0x1b, 0x5e, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.