diff --git a/app/app.go b/app/app.go index d90ff775e..721c889d7 100644 --- a/app/app.go +++ b/app/app.go @@ -125,46 +125,46 @@ import ( evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v23/utils" - airdrop "github.com/Stride-Labs/stride/v23/x/airdrop" - airdropkeeper "github.com/Stride-Labs/stride/v23/x/airdrop/keeper" - airdroptypes "github.com/Stride-Labs/stride/v23/x/airdrop/types" - "github.com/Stride-Labs/stride/v23/x/autopilot" - autopilotkeeper "github.com/Stride-Labs/stride/v23/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v23/x/autopilot/types" - "github.com/Stride-Labs/stride/v23/x/claim" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - claimvesting "github.com/Stride-Labs/stride/v23/x/claim/vesting" - claimvestingtypes "github.com/Stride-Labs/stride/v23/x/claim/vesting/types" - epochsmodule "github.com/Stride-Labs/stride/v23/x/epochs" - epochsmodulekeeper "github.com/Stride-Labs/stride/v23/x/epochs/keeper" - epochsmoduletypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icacallbacksmodule "github.com/Stride-Labs/stride/v23/x/icacallbacks" - icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" - icacallbacksmoduletypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - icaoracle "github.com/Stride-Labs/stride/v23/x/icaoracle" - icaoraclekeeper "github.com/Stride-Labs/stride/v23/x/icaoracle/keeper" - icaoracletypes "github.com/Stride-Labs/stride/v23/x/icaoracle/types" - "github.com/Stride-Labs/stride/v23/x/interchainquery" - interchainquerykeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - interchainquerytypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/mint" - mintkeeper "github.com/Stride-Labs/stride/v23/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v23/x/mint/types" - recordsmodule "github.com/Stride-Labs/stride/v23/x/records" - recordsmodulekeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - recordsmoduletypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakedym "github.com/Stride-Labs/stride/v23/x/stakedym" - stakedymkeeper "github.com/Stride-Labs/stride/v23/x/stakedym/keeper" - stakedymtypes "github.com/Stride-Labs/stride/v23/x/stakedym/types" - stakeibcmodule "github.com/Stride-Labs/stride/v23/x/stakeibc" - stakeibcclient "github.com/Stride-Labs/stride/v23/x/stakeibc/client" - stakeibcmodulekeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibcmoduletypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - staketia "github.com/Stride-Labs/stride/v23/x/staketia" - staketiakeeper "github.com/Stride-Labs/stride/v23/x/staketia/keeper" - staketiatypes "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/utils" + airdrop "github.com/Stride-Labs/stride/v24/x/airdrop" + airdropkeeper "github.com/Stride-Labs/stride/v24/x/airdrop/keeper" + airdroptypes "github.com/Stride-Labs/stride/v24/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/autopilot" + autopilotkeeper "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v24/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/claim" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + claimvesting "github.com/Stride-Labs/stride/v24/x/claim/vesting" + claimvestingtypes "github.com/Stride-Labs/stride/v24/x/claim/vesting/types" + epochsmodule "github.com/Stride-Labs/stride/v24/x/epochs" + epochsmodulekeeper "github.com/Stride-Labs/stride/v24/x/epochs/keeper" + epochsmoduletypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbacksmodule "github.com/Stride-Labs/stride/v24/x/icacallbacks" + icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + icacallbacksmoduletypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + icaoracle "github.com/Stride-Labs/stride/v24/x/icaoracle" + icaoraclekeeper "github.com/Stride-Labs/stride/v24/x/icaoracle/keeper" + icaoracletypes "github.com/Stride-Labs/stride/v24/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery" + interchainquerykeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + interchainquerytypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/mint" + mintkeeper "github.com/Stride-Labs/stride/v24/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" + recordsmodule "github.com/Stride-Labs/stride/v24/x/records" + recordsmodulekeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordsmoduletypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakedym "github.com/Stride-Labs/stride/v24/x/stakedym" + stakedymkeeper "github.com/Stride-Labs/stride/v24/x/stakedym/keeper" + stakedymtypes "github.com/Stride-Labs/stride/v24/x/stakedym/types" + stakeibcmodule "github.com/Stride-Labs/stride/v24/x/stakeibc" + stakeibcclient "github.com/Stride-Labs/stride/v24/x/stakeibc/client" + stakeibcmodulekeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibcmoduletypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + staketia "github.com/Stride-Labs/stride/v24/x/staketia" + staketiakeeper "github.com/Stride-Labs/stride/v24/x/staketia/keeper" + staketiatypes "github.com/Stride-Labs/stride/v24/x/staketia/types" ) const ( diff --git a/app/apptesting/test_helpers.go b/app/apptesting/test_helpers.go index 93bdbbdfd..3e4ccb12d 100644 --- a/app/apptesting/test_helpers.go +++ b/app/apptesting/test_helpers.go @@ -35,8 +35,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/utils" ) var ( diff --git a/app/test_setup.go b/app/test_setup.go index 061a13e49..534bd2603 100644 --- a/app/test_setup.go +++ b/app/test_setup.go @@ -25,8 +25,8 @@ import ( consumertypes "github.com/cosmos/interchain-security/v4/x/ccv/consumer/types" ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" - cmdcfg "github.com/Stride-Labs/stride/v23/cmd/strided/config" - testutil "github.com/Stride-Labs/stride/v23/testutil" + cmdcfg "github.com/Stride-Labs/stride/v24/cmd/strided/config" + testutil "github.com/Stride-Labs/stride/v24/testutil" ) const Bech32Prefix = "stride" diff --git a/app/upgrades.go b/app/upgrades.go index 580300354..fbcc5f36f 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -18,38 +18,38 @@ import ( consumertypes "github.com/cosmos/interchain-security/v4/x/ccv/consumer/types" evmosvestingtypes "github.com/evmos/vesting/x/vesting/types" - v10 "github.com/Stride-Labs/stride/v23/app/upgrades/v10" - v11 "github.com/Stride-Labs/stride/v23/app/upgrades/v11" - v12 "github.com/Stride-Labs/stride/v23/app/upgrades/v12" - v13 "github.com/Stride-Labs/stride/v23/app/upgrades/v13" - v14 "github.com/Stride-Labs/stride/v23/app/upgrades/v14" - v15 "github.com/Stride-Labs/stride/v23/app/upgrades/v15" - v16 "github.com/Stride-Labs/stride/v23/app/upgrades/v16" - v17 "github.com/Stride-Labs/stride/v23/app/upgrades/v17" - v18 "github.com/Stride-Labs/stride/v23/app/upgrades/v18" - v19 "github.com/Stride-Labs/stride/v23/app/upgrades/v19" - v2 "github.com/Stride-Labs/stride/v23/app/upgrades/v2" - v20 "github.com/Stride-Labs/stride/v23/app/upgrades/v20" - v21 "github.com/Stride-Labs/stride/v23/app/upgrades/v21" - v22 "github.com/Stride-Labs/stride/v23/app/upgrades/v22" - v23 "github.com/Stride-Labs/stride/v23/app/upgrades/v23" - v24 "github.com/Stride-Labs/stride/v23/app/upgrades/v24" - v3 "github.com/Stride-Labs/stride/v23/app/upgrades/v3" - v4 "github.com/Stride-Labs/stride/v23/app/upgrades/v4" - v5 "github.com/Stride-Labs/stride/v23/app/upgrades/v5" - v6 "github.com/Stride-Labs/stride/v23/app/upgrades/v6" - v7 "github.com/Stride-Labs/stride/v23/app/upgrades/v7" - v8 "github.com/Stride-Labs/stride/v23/app/upgrades/v8" - v9 "github.com/Stride-Labs/stride/v23/app/upgrades/v9" - airdroptypes "github.com/Stride-Labs/stride/v23/x/airdrop/types" - autopilottypes "github.com/Stride-Labs/stride/v23/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - icaoracletypes "github.com/Stride-Labs/stride/v23/x/icaoracle/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakedymtypes "github.com/Stride-Labs/stride/v23/x/stakedym/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - staketiatypes "github.com/Stride-Labs/stride/v23/x/staketia/types" + v10 "github.com/Stride-Labs/stride/v24/app/upgrades/v10" + v11 "github.com/Stride-Labs/stride/v24/app/upgrades/v11" + v12 "github.com/Stride-Labs/stride/v24/app/upgrades/v12" + v13 "github.com/Stride-Labs/stride/v24/app/upgrades/v13" + v14 "github.com/Stride-Labs/stride/v24/app/upgrades/v14" + v15 "github.com/Stride-Labs/stride/v24/app/upgrades/v15" + v16 "github.com/Stride-Labs/stride/v24/app/upgrades/v16" + v17 "github.com/Stride-Labs/stride/v24/app/upgrades/v17" + v18 "github.com/Stride-Labs/stride/v24/app/upgrades/v18" + v19 "github.com/Stride-Labs/stride/v24/app/upgrades/v19" + v2 "github.com/Stride-Labs/stride/v24/app/upgrades/v2" + v20 "github.com/Stride-Labs/stride/v24/app/upgrades/v20" + v21 "github.com/Stride-Labs/stride/v24/app/upgrades/v21" + v22 "github.com/Stride-Labs/stride/v24/app/upgrades/v22" + v23 "github.com/Stride-Labs/stride/v24/app/upgrades/v23" + v24 "github.com/Stride-Labs/stride/v24/app/upgrades/v24" + v3 "github.com/Stride-Labs/stride/v24/app/upgrades/v3" + v4 "github.com/Stride-Labs/stride/v24/app/upgrades/v4" + v5 "github.com/Stride-Labs/stride/v24/app/upgrades/v5" + v6 "github.com/Stride-Labs/stride/v24/app/upgrades/v6" + v7 "github.com/Stride-Labs/stride/v24/app/upgrades/v7" + v8 "github.com/Stride-Labs/stride/v24/app/upgrades/v8" + v9 "github.com/Stride-Labs/stride/v24/app/upgrades/v9" + airdroptypes "github.com/Stride-Labs/stride/v24/x/airdrop/types" + autopilottypes "github.com/Stride-Labs/stride/v24/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + icaoracletypes "github.com/Stride-Labs/stride/v24/x/icaoracle/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakedymtypes "github.com/Stride-Labs/stride/v24/x/stakedym/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + staketiatypes "github.com/Stride-Labs/stride/v24/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 2cf2beb98..2effeead8 100644 --- a/app/upgrades/v10/upgrades.go +++ b/app/upgrades/v10/upgrades.go @@ -28,15 +28,15 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" - mintkeeper "github.com/Stride-Labs/stride/v23/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v23/x/mint/types" - recordskeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + mintkeeper "github.com/Stride-Labs/stride/v24/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" + recordskeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 00840f61c..88d35b9a2 100644 --- a/app/upgrades/v10/upgrades_test.go +++ b/app/upgrades/v10/upgrades_test.go @@ -16,23 +16,23 @@ 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/v23/app/apptesting" - v10 "github.com/Stride-Labs/stride/v23/app/upgrades/v10" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v10 "github.com/Stride-Labs/stride/v24/app/upgrades/v10" + "github.com/Stride-Labs/stride/v24/utils" ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordskeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordskeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/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 c9af8fd28..331b4276f 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/v23/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v13/upgrades_test.go b/app/upgrades/v13/upgrades_test.go index 16140f29d..7b6157689 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/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v14/upgrades.go b/app/upgrades/v14/upgrades.go index 55311b8c6..51b506ada 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/v23/utils" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v14/upgrades_test.go b/app/upgrades/v14/upgrades_test.go index 507739c56..59c228b19 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/v23/app" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v14 "github.com/Stride-Labs/stride/v23/app/upgrades/v14" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - interchainquerytypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v14 "github.com/Stride-Labs/stride/v24/app/upgrades/v14" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + interchainquerytypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v15/upgrades.go b/app/upgrades/v15/upgrades.go index cceb3c996..9975cf8e8 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/v23/x/interchainquery/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v15/upgrades_test.go b/app/upgrades/v15/upgrades_test.go index 47ac74d70..7e2849618 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/v23/app/apptesting" - v15 "github.com/Stride-Labs/stride/v23/app/upgrades/v15" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v15 "github.com/Stride-Labs/stride/v24/app/upgrades/v15" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v16/upgrades.go b/app/upgrades/v16/upgrades.go index bed96ab92..4e202bbf5 100644 --- a/app/upgrades/v16/upgrades.go +++ b/app/upgrades/v16/upgrades.go @@ -7,8 +7,8 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v16/upgrades_test.go b/app/upgrades/v16/upgrades_test.go index 78b4260f0..264ffc72c 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/v23/app/apptesting" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v17/upgrades.go b/app/upgrades/v17/upgrades.go index 1bbcdceff..f8efd096e 100644 --- a/app/upgrades/v17/upgrades.go +++ b/app/upgrades/v17/upgrades.go @@ -18,11 +18,11 @@ import ( ratelimitkeeper "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/keeper" - "github.com/Stride-Labs/stride/v23/utils" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/app/upgrades/v17/upgrades_test.go b/app/upgrades/v17/upgrades_test.go index 9d11d1b7d..f29682f5f 100644 --- a/app/upgrades/v17/upgrades_test.go +++ b/app/upgrades/v17/upgrades_test.go @@ -13,14 +13,14 @@ import ( ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - - "github.com/Stride-Labs/stride/v23/app/apptesting" - v17 "github.com/Stride-Labs/stride/v23/app/upgrades/v17" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + + "github.com/Stride-Labs/stride/v24/app/apptesting" + v17 "github.com/Stride-Labs/stride/v24/app/upgrades/v17" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/app/upgrades/v18/upgrades.go b/app/upgrades/v18/upgrades.go index f35781897..adc42080d 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/v23/x/records/keeper" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + recordskeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 7ac6539df..0239a58c2 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/v23/app/apptesting" - v18 "github.com/Stride-Labs/stride/v23/app/upgrades/v18" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v18 "github.com/Stride-Labs/stride/v24/app/upgrades/v18" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpdateRedemptionRateBounds struct { diff --git a/app/upgrades/v19/upgrades_test.go b/app/upgrades/v19/upgrades_test.go index 27fe6443e..7fc4215c6 100644 --- a/app/upgrades/v19/upgrades_test.go +++ b/app/upgrades/v19/upgrades_test.go @@ -13,10 +13,10 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v19 "github.com/Stride-Labs/stride/v23/app/upgrades/v19" - legacyratelimittypes "github.com/Stride-Labs/stride/v23/app/upgrades/v19/legacyratelimit/types" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v19 "github.com/Stride-Labs/stride/v24/app/upgrades/v19" + legacyratelimittypes "github.com/Stride-Labs/stride/v24/app/upgrades/v19/legacyratelimit/types" ) var ( diff --git a/app/upgrades/v20/upgrades.go b/app/upgrades/v20/upgrades.go index 38ee2d1bc..2006a457b 100644 --- a/app/upgrades/v20/upgrades.go +++ b/app/upgrades/v20/upgrades.go @@ -10,8 +10,8 @@ import ( ccvconsumerkeeper "github.com/cosmos/interchain-security/v4/x/ccv/consumer/keeper" ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/app/upgrades/v20/upgrades_test.go b/app/upgrades/v20/upgrades_test.go index afe8f1455..39001ef3a 100644 --- a/app/upgrades/v20/upgrades_test.go +++ b/app/upgrades/v20/upgrades_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v20 "github.com/Stride-Labs/stride/v23/app/upgrades/v20" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v20 "github.com/Stride-Labs/stride/v24/app/upgrades/v20" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v21/upgrades_test.go b/app/upgrades/v21/upgrades_test.go index 61ae31c4b..b5d657a2f 100644 --- a/app/upgrades/v21/upgrades_test.go +++ b/app/upgrades/v21/upgrades_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v22/upgrades.go b/app/upgrades/v22/upgrades.go index 374da1010..dd724dc04 100644 --- a/app/upgrades/v22/upgrades.go +++ b/app/upgrades/v22/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/v23/x/stakeibc/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v22/upgrades_test.go b/app/upgrades/v22/upgrades_test.go index d8254430b..9fbf76e7b 100644 --- a/app/upgrades/v22/upgrades_test.go +++ b/app/upgrades/v22/upgrades_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v22 "github.com/Stride-Labs/stride/v23/app/upgrades/v22" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v22 "github.com/Stride-Labs/stride/v24/app/upgrades/v22" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v23/upgrades.go b/app/upgrades/v23/upgrades.go index ad01f0b14..a99058ab3 100644 --- a/app/upgrades/v23/upgrades.go +++ b/app/upgrades/v23/upgrades.go @@ -8,9 +8,9 @@ import ( ibcwasmtypes "github.com/cosmos/ibc-go/modules/light-clients/08-wasm/types" clientkeeper "github.com/cosmos/ibc-go/v7/modules/core/02-client/keeper" - recordskeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + recordskeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v23/upgrades_test.go b/app/upgrades/v23/upgrades_test.go index 0da484faa..6db4039b8 100644 --- a/app/upgrades/v23/upgrades_test.go +++ b/app/upgrades/v23/upgrades_test.go @@ -8,10 +8,10 @@ import ( ibcclienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v23 "github.com/Stride-Labs/stride/v23/app/upgrades/v23" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v23 "github.com/Stride-Labs/stride/v24/app/upgrades/v23" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v24/upgrades.go b/app/upgrades/v24/upgrades.go index 412941e36..747afeb99 100644 --- a/app/upgrades/v24/upgrades.go +++ b/app/upgrades/v24/upgrades.go @@ -7,9 +7,9 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - recordskeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + recordskeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var ( diff --git a/app/upgrades/v24/upgrades_test.go b/app/upgrades/v24/upgrades_test.go index de909a82a..288d066bf 100644 --- a/app/upgrades/v24/upgrades_test.go +++ b/app/upgrades/v24/upgrades_test.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v24 "github.com/Stride-Labs/stride/v23/app/upgrades/v24" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v24 "github.com/Stride-Labs/stride/v24/app/upgrades/v24" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpgradeTestSuite struct { diff --git a/app/upgrades/v3/upgrades.go b/app/upgrades/v3/upgrades.go index 6732fa353..4f79813fa 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/v23/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/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 09bca3150..880e7cc62 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/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) var ( diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index 0df7ec6e4..212c004c8 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/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v5/upgrades.go b/app/upgrades/v5/upgrades.go index 297814738..e3c7f4836 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/v23/x/claim/migrations/v2" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - icacallbacksmigration "github.com/Stride-Labs/stride/v23/x/icacallbacks/migrations/v2" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - interchainquerykeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - recordsmigration "github.com/Stride-Labs/stride/v23/x/records/migrations/v2" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v2" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + claimmigration "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + icacallbacksmigration "github.com/Stride-Labs/stride/v24/x/icacallbacks/migrations/v2" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + interchainquerykeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + recordsmigration "github.com/Stride-Labs/stride/v24/x/records/migrations/v2" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 aa114e0e5..902e77fe6 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/v23/app" - - "github.com/Stride-Labs/stride/v23/app/apptesting" - upgradev5 "github.com/Stride-Labs/stride/v23/app/upgrades/v5" - oldclaimtypes "github.com/Stride-Labs/stride/v23/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - recordkeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - oldrecordtypes "github.com/Stride-Labs/stride/v23/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - oldstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v2/types" - newstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app" + + "github.com/Stride-Labs/stride/v24/app/apptesting" + upgradev5 "github.com/Stride-Labs/stride/v24/app/upgrades/v5" + oldclaimtypes "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordkeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + oldrecordtypes "github.com/Stride-Labs/stride/v24/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" + newstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v6/upgrades.go b/app/upgrades/v6/upgrades.go index 88a559395..dc68b25cc 100644 --- a/app/upgrades/v6/upgrades.go +++ b/app/upgrades/v6/upgrades.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v24/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 056ba40b5..96e3ef1f5 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/v23/app" + "github.com/Stride-Labs/stride/v24/app" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v7/upgrades.go b/app/upgrades/v7/upgrades.go index d1f62812d..d04185701 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/v23/utils" - epochskeeper "github.com/Stride-Labs/stride/v23/x/epochs/keeper" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - mintkeeper "github.com/Stride-Labs/stride/v23/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v23/x/mint/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - newstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochskeeper "github.com/Stride-Labs/stride/v24/x/epochs/keeper" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + mintkeeper "github.com/Stride-Labs/stride/v24/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + newstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 2c35c3afe..0f7cdba9f 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/v23/app" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v7 "github.com/Stride-Labs/stride/v23/app/upgrades/v7" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - newstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v7 "github.com/Stride-Labs/stride/v24/app/upgrades/v7" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + newstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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/v23/x/stakeibc/migrations/v2/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" ) var ( diff --git a/app/upgrades/v8/upgrades.go b/app/upgrades/v8/upgrades.go index 7bb3c5dd0..5d8fcbdde 100644 --- a/app/upgrades/v8/upgrades.go +++ b/app/upgrades/v8/upgrades.go @@ -11,12 +11,12 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/Stride-Labs/stride/v23/utils" - autopilotkeeper "github.com/Stride-Labs/stride/v23/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v23/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/utils" + autopilotkeeper "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v24/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" ) var ( diff --git a/app/upgrades/v8/upgrades_test.go b/app/upgrades/v8/upgrades_test.go index be5ea4883..99747f145 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/v23/app/apptesting" - v8 "github.com/Stride-Labs/stride/v23/app/upgrades/v8" - autopilottypes "github.com/Stride-Labs/stride/v23/x/autopilot/types" - "github.com/Stride-Labs/stride/v23/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v8 "github.com/Stride-Labs/stride/v24/app/upgrades/v8" + autopilottypes "github.com/Stride-Labs/stride/v24/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" ) var ( diff --git a/app/upgrades/v9/upgrades.go b/app/upgrades/v9/upgrades.go index ea0d7da5c..173799e40 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/v23/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v24/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 dcbb1a869..99be52f3a 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/v23/app" - "github.com/Stride-Labs/stride/v23/app/apptesting" - v9 "github.com/Stride-Labs/stride/v23/app/upgrades/v9" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/app/apptesting" + v9 "github.com/Stride-Labs/stride/v24/app/upgrades/v9" + "github.com/Stride-Labs/stride/v24/utils" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/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/v23/x/claim/migrations/v2/types" - oldclaimtypes "github.com/Stride-Labs/stride/v23/x/claim/migrations/v2/types" + "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" + oldclaimtypes "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" ) type UpgradeTestSuite struct { diff --git a/cmd/consumer.go b/cmd/consumer.go index 68235e819..86358490a 100644 --- a/cmd/consumer.go +++ b/cmd/consumer.go @@ -23,7 +23,7 @@ import ( ccvtypes "github.com/cosmos/interchain-security/v4/x/ccv/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/testutil" + "github.com/Stride-Labs/stride/v24/testutil" ) const ( diff --git a/cmd/strided/main.go b/cmd/strided/main.go index f09a76ec6..04775c96b 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/v23/app" - "github.com/Stride-Labs/stride/v23/cmd" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/cmd" - cmdcfg "github.com/Stride-Labs/stride/v23/cmd/strided/config" + cmdcfg "github.com/Stride-Labs/stride/v24/cmd/strided/config" ) func main() { diff --git a/cmd/strided/root.go b/cmd/strided/root.go index d45c57241..734d739cb 100644 --- a/cmd/strided/root.go +++ b/cmd/strided/root.go @@ -47,8 +47,8 @@ import ( "github.com/spf13/pflag" "gopkg.in/yaml.v2" - "github.com/Stride-Labs/stride/v23/app" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/utils" ) var ChainID string diff --git a/go.mod b/go.mod index be3697aca..24b5425ce 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/Stride-Labs/stride/v23 +module github.com/Stride-Labs/stride/v24 go 1.21.1 diff --git a/proto/cosmos/staking/v1beta1/lsm_tx.proto b/proto/cosmos/staking/v1beta1/lsm_tx.proto index 5521090f9..0aef1786a 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; // Given SDK version conflicts between gaia with LSM and Stride, // we can't import the RedeemTokensForShares type diff --git a/proto/stride/airdrop/airdrop.proto b/proto/stride/airdrop/airdrop.proto index 7c651c256..e604851e7 100644 --- a/proto/stride/airdrop/airdrop.proto +++ b/proto/stride/airdrop/airdrop.proto @@ -5,7 +5,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/airdrop/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/airdrop/types"; // Airdrop module parameters message Params { diff --git a/proto/stride/airdrop/genesis.proto b/proto/stride/airdrop/genesis.proto index 3f0b1e8da..8edd12399 100644 --- a/proto/stride/airdrop/genesis.proto +++ b/proto/stride/airdrop/genesis.proto @@ -4,7 +4,7 @@ package stride.airdrop; import "gogoproto/gogo.proto"; import "stride/airdrop/airdrop.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/airdrop/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/airdrop/types"; // GenesisState defines the airdrop module's genesis state. message GenesisState { diff --git a/proto/stride/airdrop/query.proto b/proto/stride/airdrop/query.proto index eb60032c2..3f98b27c0 100644 --- a/proto/stride/airdrop/query.proto +++ b/proto/stride/airdrop/query.proto @@ -9,7 +9,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "cosmos_proto/cosmos.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/airdrop/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/airdrop/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/airdrop/tx.proto b/proto/stride/airdrop/tx.proto index 349a17eb9..4ebfb8eee 100644 --- a/proto/stride/airdrop/tx.proto +++ b/proto/stride/airdrop/tx.proto @@ -8,7 +8,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/airdrop/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/airdrop/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stride/autopilot/genesis.proto b/proto/stride/autopilot/genesis.proto index cfb0f6409..b2f070996 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/v23/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 6ebd6d970..5aa982dd4 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/v23/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 1d8380897..4c0f5e437 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/v23/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 7cecda828..fd3e2c2f2 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/v23/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 0ff16e9cb..8864becfc 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/v23/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 fa7909af1..3234745ec 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/v23/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 70af70afe..fe85519fd 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/v23/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 339278063..4f0c9fc59 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/v23/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 9dd207635..c2a76b083 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/v23/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/epochs/types"; message EpochInfo { string identifier = 1; diff --git a/proto/stride/epochs/query.proto b/proto/stride/epochs/query.proto index 11dbf8d3a..c7b9b12f7 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/v23/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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/v23/x/epochs/types"; +// option go_package = "github.com/Stride-Labs/stride/v24/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 a25e70f2d..6bcb868ca 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/icacallbacks/types"; message CallbackData { string callback_key = 1; diff --git a/proto/stride/icacallbacks/genesis.proto b/proto/stride/icacallbacks/genesis.proto index 11263f555..f8187abaa 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 c6e61a987..ff7328147 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/icacallbacks/types"; message IcacallbacksPacketData { oneof packet { diff --git a/proto/stride/icacallbacks/params.proto b/proto/stride/icacallbacks/params.proto index a92a7885e..f28cd5408 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 54a8d4ca5..f550a905a 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 b2d4bab91..cc68ec1e0 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/v23/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 961413018..4052cb46d 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 e79e1b6df..93ac30e75 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 d8e64d221..35552d902 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 ad0cbf742..1b958e472 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 c0f20f995..3296cf4b9 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 5eaad6f43..268fac996 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/v23/x/icaoracle/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 7a1a8f218..fbb24b9ed 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/v23/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 c288744f5..bf725ebe1 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/v23/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 9c4beecae..6a2019cb2 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/v23/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 a993ba292..88b1dfdf1 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/v23/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 c6334d6e8..5714d9b64 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/v23/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/mint/types"; import "gogoproto/gogo.proto"; diff --git a/proto/stride/mint/v1beta1/query.proto b/proto/stride/mint/v1beta1/query.proto index 47fbe69df..d1d118a2f 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/v23/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/mint/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/stride/records/callbacks.proto b/proto/stride/records/callbacks.proto index 8c26d82ce..f7ba88909 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/v23/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 b02d5eaf5..f69f0ba58 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/v23/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 efd142138..dfa19ce8a 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/v23/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 13e13e91d..5799e1334 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/v23/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 96f1bc732..b42e6d651 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/v23/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/records/types"; message UserRedemptionRecord { string id = 1; // {chain_id}.{epoch}.{receiver} diff --git a/proto/stride/stakedym/genesis.proto b/proto/stride/stakedym/genesis.proto index 3bdb5e739..e778a6f62 100644 --- a/proto/stride/stakedym/genesis.proto +++ b/proto/stride/stakedym/genesis.proto @@ -4,7 +4,7 @@ package stride.stakedym; import "gogoproto/gogo.proto"; import "stride/stakedym/stakedym.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakedym/types"; // Params defines the stakedym module parameters. message Params {} diff --git a/proto/stride/stakedym/query.proto b/proto/stride/stakedym/query.proto index 89a8765fd..07a644c9b 100644 --- a/proto/stride/stakedym/query.proto +++ b/proto/stride/stakedym/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/v23/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakedym/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakedym/stakedym.proto b/proto/stride/stakedym/stakedym.proto index a1adf674d..1a00e72ec 100644 --- a/proto/stride/stakedym/stakedym.proto +++ b/proto/stride/stakedym/stakedym.proto @@ -4,7 +4,7 @@ package stride.stakedym; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakedym/types"; message HostZone { // Chain ID diff --git a/proto/stride/stakedym/tx.proto b/proto/stride/stakedym/tx.proto index 7f644af8c..e6d76b966 100644 --- a/proto/stride/stakedym/tx.proto +++ b/proto/stride/stakedym/tx.proto @@ -9,7 +9,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "stride/stakedym/stakedym.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/stakedym/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakedym/types"; enum OverwritableRecordType { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/stakeibc/address_unbonding.proto b/proto/stride/stakeibc/address_unbonding.proto index be5499185..fc292aea4 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; message AddressUnbonding { string address = 1; diff --git a/proto/stride/stakeibc/callbacks.proto b/proto/stride/stakeibc/callbacks.proto index d42356bc9..f73525f6d 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 cd25871d9..308c0127a 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; message EpochTracker { string epoch_identifier = 1; diff --git a/proto/stride/stakeibc/genesis.proto b/proto/stride/stakeibc/genesis.proto index 4c14f5611..d766588e3 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"; import "stride/stakeibc/trade_route.proto"; -option go_package = "github.com/Stride-Labs/stride/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 861896abb..07583daf9 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 53cb1459c..3de5d8aef 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; // CommunityPoolRebate stores the size of the community pool liquid stake // (denominated in stTokens) and the rebate rate as a decimal diff --git a/proto/stride/stakeibc/ica_account.proto b/proto/stride/stakeibc/ica_account.proto index f4c32b843..d7b05f08d 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; enum ICAAccountType { DELEGATION = 0; diff --git a/proto/stride/stakeibc/packet.proto b/proto/stride/stakeibc/packet.proto index 9e0fcb50f..ee2596027 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; message StakeibcPacketData { oneof packet { diff --git a/proto/stride/stakeibc/params.proto b/proto/stride/stakeibc/params.proto index 007c5a534..1238ca992 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 04f434429..eb9398fe5 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 950a8f6c3..686b301b7 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; // Deprecated, this configuration is no longer needed since swaps // are executed off-chain via authz diff --git a/proto/stride/stakeibc/tx.proto b/proto/stride/stakeibc/tx.proto index 4ead692dc..99d1ff639 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 9c5d956b3..3525cbaf9 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/v23/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/stakeibc/types"; message Validator { string name = 1; diff --git a/proto/stride/staketia/genesis.proto b/proto/stride/staketia/genesis.proto index a91a63b14..647183eab 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/v23/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 4d453684a..0bdfd54ae 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/v23/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 168991fe6..dc70a156d 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/v23/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v24/x/staketia/types"; message HostZone { // Chain ID diff --git a/proto/stride/staketia/tx.proto b/proto/stride/staketia/tx.proto index fde021916..b9caaaf77 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/v23/x/staketia/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 81e4d3e38..3430a6633 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/v23/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 3a583823e..ea052ed15 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/v23/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v24/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 96809217e..62fdd3f84 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -25,5 +25,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/v23/* ./ +cp -r github.com/Stride-Labs/stride/v24/* ./ rm -rf github.com diff --git a/testutil/keeper/claim.go b/testutil/keeper/claim.go index 59e1f596a..0e99e52bc 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/claim/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 be2c4af80..497ffea92 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/epochs/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 38c6d6867..f10c58284 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 dae31ff27..81a64c6eb 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 fead86207..6ceace45b 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/records/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 bd874aa84..666444753 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + strideapp "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 a03839813..eca34a191 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -26,8 +26,8 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" ccvconsumertypes "github.com/cosmos/interchain-security/v4/x/ccv/consumer/types" - "github.com/Stride-Labs/stride/v23/app" - testutil "github.com/Stride-Labs/stride/v23/testutil" + "github.com/Stride-Labs/stride/v24/app" + testutil "github.com/Stride-Labs/stride/v24/testutil" ) type ( diff --git a/utils/cache_ctx_test.go b/utils/cache_ctx_test.go index d59c7c281..a67ac0353 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) var expectedOutOfGasError = types.ErrorOutOfGas{Descriptor: "my func"} diff --git a/utils/module_account_test.go b/utils/module_account_test.go index 3dcb80c3c..f2dec67c6 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) func (s *UtilsTestSuite) TestCreateModuleAccount() { diff --git a/utils/utils.go b/utils/utils.go index 12cc3199e..79bc9837b 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/v23/cmd/strided/config" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" + config "github.com/Stride-Labs/stride/v24/cmd/strided/config" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/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 08ed8bfb2..78b1d9ac7 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/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) type UtilsTestSuite struct { diff --git a/x/airdrop/client/cli/parser.go b/x/airdrop/client/cli/parser.go index c5dc53fcd..fc2070673 100644 --- a/x/airdrop/client/cli/parser.go +++ b/x/airdrop/client/cli/parser.go @@ -8,7 +8,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Parses an allocations CSV file consisting of allocations for various addresses diff --git a/x/airdrop/client/cli/parser_test.go b/x/airdrop/client/cli/parser_test.go index cc18bbd71..295f56412 100644 --- a/x/airdrop/client/cli/parser_test.go +++ b/x/airdrop/client/cli/parser_test.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/x/airdrop/client/cli" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/client/cli" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func ParseUserAllocations(t *testing.T) { diff --git a/x/airdrop/client/cli/query.go b/x/airdrop/client/cli/query.go index e058ad60f..a68bb94fd 100644 --- a/x/airdrop/client/cli/query.go +++ b/x/airdrop/client/cli/query.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // GetQueryCmd returns the cli query commands for this module. diff --git a/x/airdrop/client/cli/tx.go b/x/airdrop/client/cli/tx.go index c504cfebb..8de14e112 100644 --- a/x/airdrop/client/cli/tx.go +++ b/x/airdrop/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) const ( diff --git a/x/airdrop/keeper/airdrop.go b/x/airdrop/keeper/airdrop.go index 9d17a79da..eb7d8328c 100644 --- a/x/airdrop/keeper/airdrop.go +++ b/x/airdrop/keeper/airdrop.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/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Writes an airdrop configuration to the store diff --git a/x/airdrop/keeper/airdrop_test.go b/x/airdrop/keeper/airdrop_test.go index e3f967003..a5c09cd09 100644 --- a/x/airdrop/keeper/airdrop_test.go +++ b/x/airdrop/keeper/airdrop_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func (s *KeeperTestSuite) addAirdrops() (airdrops []types.Airdrop) { diff --git a/x/airdrop/keeper/allocation.go b/x/airdrop/keeper/allocation.go index db4c5a69d..9b9c245c4 100644 --- a/x/airdrop/keeper/allocation.go +++ b/x/airdrop/keeper/allocation.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/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Writes a user allocation record to the store diff --git a/x/airdrop/keeper/allocation_test.go b/x/airdrop/keeper/allocation_test.go index 7c92bae88..f478a565f 100644 --- a/x/airdrop/keeper/allocation_test.go +++ b/x/airdrop/keeper/allocation_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Creates a user allocation using the specified Ids and filling in default values diff --git a/x/airdrop/keeper/claim.go b/x/airdrop/keeper/claim.go index 1b675fde5..6ea7b7d9b 100644 --- a/x/airdrop/keeper/claim.go +++ b/x/airdrop/keeper/claim.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // User transaction to claim all the pending airdrop rewards up to the current day diff --git a/x/airdrop/keeper/claim_test.go b/x/airdrop/keeper/claim_test.go index 1a61d0e9a..d05580b8e 100644 --- a/x/airdrop/keeper/claim_test.go +++ b/x/airdrop/keeper/claim_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Helper function to cast an array of allocations as int64's into sdkmath.Ints diff --git a/x/airdrop/keeper/genesis.go b/x/airdrop/keeper/genesis.go index 89e847f48..98b498db4 100644 --- a/x/airdrop/keeper/genesis.go +++ b/x/airdrop/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Loads module state from genesis diff --git a/x/airdrop/keeper/keeper.go b/x/airdrop/keeper/keeper.go index c6888f298..b067f4e61 100644 --- a/x/airdrop/keeper/keeper.go +++ b/x/airdrop/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/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) type ( diff --git a/x/airdrop/keeper/keeper_test.go b/x/airdrop/keeper/keeper_test.go index e677b0080..6fd53a43b 100644 --- a/x/airdrop/keeper/keeper_test.go +++ b/x/airdrop/keeper/keeper_test.go @@ -6,9 +6,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/airdrop/keeper" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/airdrop/keeper" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) var ( diff --git a/x/airdrop/keeper/msg_server.go b/x/airdrop/keeper/msg_server.go index 6ebdc24db..0490a226f 100644 --- a/x/airdrop/keeper/msg_server.go +++ b/x/airdrop/keeper/msg_server.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) type msgServer struct { diff --git a/x/airdrop/keeper/msg_server_test.go b/x/airdrop/keeper/msg_server_test.go index b5b4b2773..2e951051d 100644 --- a/x/airdrop/keeper/msg_server_test.go +++ b/x/airdrop/keeper/msg_server_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func (s *KeeperTestSuite) TestCreateAirdrop() { diff --git a/x/airdrop/keeper/params.go b/x/airdrop/keeper/params.go index e000df11e..af6b267e8 100644 --- a/x/airdrop/keeper/params.go +++ b/x/airdrop/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // Writes params to the store diff --git a/x/airdrop/keeper/params_test.go b/x/airdrop/keeper/params_test.go index 030b7cd7c..a66f16a77 100644 --- a/x/airdrop/keeper/params_test.go +++ b/x/airdrop/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/Stride-Labs/stride/v23/x/airdrop/types" +import "github.com/Stride-Labs/stride/v24/x/airdrop/types" func (s *KeeperTestSuite) TestParams() { expectedParams := types.Params{PeriodLengthSeconds: 24 * 60 * 60} diff --git a/x/airdrop/keeper/query.go b/x/airdrop/keeper/query.go index f78a21ba4..7fdbb05a3 100644 --- a/x/airdrop/keeper/query.go +++ b/x/airdrop/keeper/query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/airdrop/keeper/query_test.go b/x/airdrop/keeper/query_test.go index 005aa90c8..3cf2aa97d 100644 --- a/x/airdrop/keeper/query_test.go +++ b/x/airdrop/keeper/query_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func (s *KeeperTestSuite) TestQueryAirdrop() { diff --git a/x/airdrop/module.go b/x/airdrop/module.go index a2143537f..37f05d0e4 100644 --- a/x/airdrop/module.go +++ b/x/airdrop/module.go @@ -15,9 +15,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/airdrop/client/cli" - "github.com/Stride-Labs/stride/v23/x/airdrop/keeper" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/client/cli" + "github.com/Stride-Labs/stride/v24/x/airdrop/keeper" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) var ( diff --git a/x/airdrop/types/airdrop.pb.go b/x/airdrop/types/airdrop.pb.go index 639d3991b..99e90eea0 100644 --- a/x/airdrop/types/airdrop.pb.go +++ b/x/airdrop/types/airdrop.pb.go @@ -321,48 +321,48 @@ func init() { func init() { proto.RegisterFile("stride/airdrop/airdrop.proto", fileDescriptor_49e89994d4a2aee3) } var fileDescriptor_49e89994d4a2aee3 = []byte{ - // 654 bytes of a gzipped FileDescriptorProto + // 655 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x94, 0xc1, 0x4e, 0xdb, 0x4a, - 0x14, 0x86, 0xe3, 0x10, 0xc8, 0xcd, 0x04, 0x72, 0x61, 0x00, 0x5d, 0xdf, 0xb4, 0x38, 0x94, 0x6e, - 0xaa, 0x4a, 0xd8, 0x6a, 0x58, 0x74, 0xd1, 0x4a, 0x28, 0x90, 0x2c, 0xa2, 0xa6, 0x12, 0x72, 0xa8, - 0x54, 0xba, 0x19, 0x4d, 0x3c, 0x83, 0x19, 0x61, 0x7b, 0xa2, 0x99, 0xa1, 0x34, 0x6f, 0xd0, 0x25, - 0xeb, 0x6e, 0xfb, 0x0a, 0x55, 0x9f, 0x81, 0x25, 0xea, 0xaa, 0xea, 0x82, 0x56, 0xf0, 0x22, 0x95, - 0x67, 0xec, 0x24, 0x55, 0x17, 0xc9, 0x2a, 0xf1, 0xf9, 0xcf, 0xff, 0xd9, 0x73, 0xfe, 0xa3, 0x01, - 0x0f, 0xa5, 0x12, 0x8c, 0x50, 0x0f, 0x33, 0x41, 0x04, 0x1f, 0xe6, 0xbf, 0xee, 0x50, 0x70, 0xc5, - 0x61, 0xcd, 0xa8, 0x6e, 0x56, 0xad, 0xff, 0x1f, 0x70, 0x19, 0x73, 0x89, 0xb4, 0xea, 0x99, 0x07, - 0xd3, 0x5a, 0xdf, 0x08, 0x79, 0xc8, 0x4d, 0x3d, 0xfd, 0x97, 0x55, 0x1b, 0x21, 0xe7, 0x61, 0x44, - 0x3d, 0xfd, 0x34, 0xb8, 0x38, 0xf5, 0x14, 0x8b, 0xa9, 0x54, 0x38, 0xce, 0xde, 0xb0, 0xf3, 0x12, - 0x2c, 0x1d, 0x61, 0x81, 0x63, 0x09, 0x9b, 0x60, 0x73, 0x48, 0x05, 0xe3, 0x04, 0x45, 0x34, 0x09, - 0xd5, 0x19, 0x92, 0x34, 0xe0, 0x09, 0x91, 0xb6, 0xb5, 0x6d, 0x3d, 0x59, 0xf0, 0xd7, 0x8d, 0xd8, - 0xd3, 0x5a, 0xdf, 0x48, 0x3b, 0x9f, 0x8a, 0xa0, 0xf6, 0x46, 0x52, 0xd1, 0x8a, 0x22, 0x1e, 0x60, - 0xc5, 0x78, 0x02, 0xb7, 0x00, 0xc8, 0xbe, 0x16, 0x31, 0xa2, 0xbd, 0x15, 0xbf, 0x92, 0x55, 0xba, - 0x04, 0x36, 0x41, 0x19, 0x13, 0x22, 0xa8, 0x94, 0x76, 0x31, 0xd5, 0x0e, 0xec, 0x6f, 0x5f, 0x76, - 0x37, 0xb2, 0x93, 0xb4, 0x8c, 0xd2, 0x57, 0x82, 0x25, 0xa1, 0x9f, 0x37, 0xc2, 0xe7, 0xa0, 0x1c, - 0x44, 0x98, 0xc5, 0x94, 0xd8, 0x0b, 0xda, 0xb3, 0x75, 0x7d, 0xdb, 0x28, 0xfc, 0xb8, 0x6d, 0x6c, - 0x1a, 0x9f, 0x24, 0xe7, 0x2e, 0xe3, 0x5e, 0x8c, 0xd5, 0x99, 0xdb, 0x4d, 0x94, 0x9f, 0x77, 0xc3, - 0x17, 0xa0, 0x72, 0xca, 0xc5, 0x29, 0x65, 0x8a, 0x12, 0xbb, 0x34, 0x8f, 0x75, 0xd2, 0x0f, 0xf7, - 0x41, 0x15, 0x8f, 0x8f, 0x25, 0xed, 0xc5, 0xed, 0x85, 0xd9, 0xf6, 0x69, 0xc7, 0xce, 0xd7, 0x45, - 0x50, 0x6e, 0x99, 0x83, 0xc3, 0x1a, 0x28, 0x8e, 0xa7, 0x51, 0x64, 0x04, 0x3e, 0x02, 0xcb, 0x82, - 0x5e, 0x62, 0x41, 0x10, 0xa1, 0x09, 0x8f, 0xcd, 0x2c, 0xfc, 0xaa, 0xa9, 0xb5, 0xd3, 0x12, 0x7c, - 0x0b, 0xfe, 0x23, 0x2c, 0xcd, 0x7f, 0x70, 0x91, 0xf2, 0x90, 0x54, 0x58, 0x28, 0x44, 0xb0, 0xa2, - 0x7a, 0x0a, 0xd5, 0x66, 0xdd, 0x35, 0xe1, 0xba, 0x79, 0xb8, 0xee, 0x71, 0x1e, 0xee, 0x41, 0xe9, - 0xea, 0x67, 0xc3, 0xf2, 0x37, 0xa7, 0x01, 0xfd, 0xd4, 0xdf, 0xc6, 0x8a, 0xc2, 0x63, 0xf0, 0x87, - 0x80, 0x68, 0x42, 0x0c, 0xb7, 0x34, 0x27, 0x77, 0x7d, 0xda, 0xde, 0x49, 0x88, 0xa6, 0x76, 0xc0, - 0x4a, 0x10, 0xe1, 0xcb, 0x01, 0x0e, 0xce, 0x0d, 0x6d, 0x71, 0x4e, 0xda, 0x72, 0x6e, 0xd3, 0x98, - 0x13, 0x60, 0xeb, 0xf8, 0x90, 0x1a, 0x0d, 0x29, 0x22, 0x14, 0x93, 0x88, 0x25, 0xd4, 0x10, 0x97, - 0xe6, 0x3d, 0xb7, 0x26, 0x1c, 0x8f, 0x86, 0xb4, 0x9d, 0xf9, 0x35, 0xba, 0x0f, 0xd6, 0x29, 0x16, - 0xd1, 0x08, 0x99, 0x17, 0x0c, 0x69, 0x82, 0x23, 0x35, 0xb2, 0xcb, 0x7a, 0x31, 0x1e, 0x67, 0xc9, - 0x3e, 0xf8, 0x3b, 0xd9, 0x1e, 0x0d, 0x71, 0x30, 0x6a, 0xd3, 0xc0, 0x5f, 0xd3, 0xfe, 0xc3, 0xd4, - 0x7e, 0x64, 0xdc, 0xb0, 0x0b, 0x26, 0xd3, 0xe0, 0x02, 0xe5, 0xcb, 0xfd, 0xcf, 0x8c, 0xe5, 0x86, - 0x53, 0xa6, 0x4c, 0x81, 0x1d, 0xb0, 0x96, 0xed, 0xcf, 0x14, 0xa8, 0x32, 0x03, 0xb4, 0x3a, 0xb6, - 0xe4, 0x98, 0x7d, 0x50, 0x8b, 0x58, 0x72, 0x4e, 0x27, 0x0c, 0x30, 0x83, 0xb1, 0x62, 0xfa, 0xb3, - 0xe2, 0xd3, 0x3d, 0x50, 0x39, 0xcc, 0x07, 0x08, 0xff, 0x05, 0xd5, 0xc3, 0x5e, 0xab, 0xfb, 0x1a, - 0xb5, 0x5b, 0xdd, 0xde, 0xc9, 0x6a, 0x61, 0x52, 0xe8, 0xb4, 0xfc, 0xde, 0xc9, 0xaa, 0x55, 0x2f, - 0x7d, 0xfc, 0xec, 0x14, 0x0e, 0x5e, 0x5d, 0xdf, 0x39, 0xd6, 0xcd, 0x9d, 0x63, 0xfd, 0xba, 0x73, - 0xac, 0xab, 0x7b, 0xa7, 0x70, 0x73, 0xef, 0x14, 0xbe, 0xdf, 0x3b, 0x85, 0x77, 0xcf, 0x42, 0xa6, - 0xce, 0x2e, 0x06, 0x6e, 0xc0, 0x63, 0xaf, 0xaf, 0xef, 0xb3, 0xdd, 0x1e, 0x1e, 0x48, 0x2f, 0xbb, - 0xf9, 0xde, 0x37, 0xf7, 0xbc, 0x0f, 0xe3, 0xfb, 0x2f, 0x4d, 0x5d, 0x0e, 0x96, 0x74, 0xb4, 0x7b, - 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x37, 0x65, 0xfe, 0x37, 0x1e, 0x05, 0x00, 0x00, + 0x14, 0x86, 0xe3, 0x10, 0xc8, 0xcd, 0x04, 0x72, 0x61, 0x00, 0x5d, 0xdf, 0xdc, 0x8b, 0x43, 0xe9, + 0xa6, 0xaa, 0x84, 0xad, 0x86, 0x4a, 0x5d, 0xb4, 0x12, 0x0a, 0x24, 0x8b, 0xa8, 0xa9, 0x84, 0x1c, + 0x2a, 0x95, 0x6e, 0x46, 0x13, 0xcf, 0x60, 0x46, 0xd8, 0x9e, 0x68, 0x66, 0x28, 0xcd, 0x1b, 0x74, + 0xc9, 0xba, 0xdb, 0xbe, 0x42, 0xd5, 0x67, 0x60, 0x89, 0xba, 0xaa, 0xba, 0xa0, 0x15, 0xbc, 0x48, + 0xe5, 0x19, 0x3b, 0x49, 0xd5, 0x45, 0xb2, 0x4a, 0x7c, 0xfe, 0xf3, 0x7f, 0xf6, 0x9c, 0xff, 0x68, + 0xc0, 0xff, 0x52, 0x09, 0x46, 0xa8, 0x87, 0x99, 0x20, 0x82, 0x0f, 0xf3, 0x5f, 0x77, 0x28, 0xb8, + 0xe2, 0xb0, 0x66, 0x54, 0x37, 0xab, 0xd6, 0xff, 0x0d, 0xb8, 0x8c, 0xb9, 0x44, 0x5a, 0xf5, 0xcc, + 0x83, 0x69, 0xad, 0x6f, 0x84, 0x3c, 0xe4, 0xa6, 0x9e, 0xfe, 0xcb, 0xaa, 0x8d, 0x90, 0xf3, 0x30, + 0xa2, 0x9e, 0x7e, 0x1a, 0x5c, 0x9c, 0x7a, 0x8a, 0xc5, 0x54, 0x2a, 0x1c, 0x67, 0x6f, 0xd8, 0x79, + 0x01, 0x96, 0x8e, 0xb0, 0xc0, 0xb1, 0x84, 0x4d, 0xb0, 0x39, 0xa4, 0x82, 0x71, 0x82, 0x22, 0x9a, + 0x84, 0xea, 0x0c, 0x49, 0x1a, 0xf0, 0x84, 0x48, 0xdb, 0xda, 0xb6, 0x1e, 0x2d, 0xf8, 0xeb, 0x46, + 0xec, 0x69, 0xad, 0x6f, 0xa4, 0x9d, 0x8f, 0x45, 0x50, 0x7b, 0x2d, 0xa9, 0x68, 0x45, 0x11, 0x0f, + 0xb0, 0x62, 0x3c, 0x81, 0x5b, 0x00, 0x64, 0x5f, 0x8b, 0x18, 0xd1, 0xde, 0x8a, 0x5f, 0xc9, 0x2a, + 0x5d, 0x02, 0x9b, 0xa0, 0x8c, 0x09, 0x11, 0x54, 0x4a, 0xbb, 0x98, 0x6a, 0x07, 0xf6, 0xd7, 0xcf, + 0xbb, 0x1b, 0xd9, 0x49, 0x5a, 0x46, 0xe9, 0x2b, 0xc1, 0x92, 0xd0, 0xcf, 0x1b, 0xe1, 0x33, 0x50, + 0x0e, 0x22, 0xcc, 0x62, 0x4a, 0xec, 0x05, 0xed, 0xd9, 0xba, 0xbe, 0x6d, 0x14, 0xbe, 0xdf, 0x36, + 0x36, 0x8d, 0x4f, 0x92, 0x73, 0x97, 0x71, 0x2f, 0xc6, 0xea, 0xcc, 0xed, 0x26, 0xca, 0xcf, 0xbb, + 0xe1, 0x73, 0x50, 0x39, 0xe5, 0xe2, 0x94, 0x32, 0x45, 0x89, 0x5d, 0x9a, 0xc7, 0x3a, 0xe9, 0x87, + 0xfb, 0xa0, 0x8a, 0xc7, 0xc7, 0x92, 0xf6, 0xe2, 0xf6, 0xc2, 0x6c, 0xfb, 0xb4, 0x63, 0xe7, 0xcb, + 0x22, 0x28, 0xb7, 0xcc, 0xc1, 0x61, 0x0d, 0x14, 0xc7, 0xd3, 0x28, 0x32, 0x02, 0x1f, 0x80, 0x65, + 0x41, 0x2f, 0xb1, 0x20, 0x88, 0xd0, 0x84, 0xc7, 0x66, 0x16, 0x7e, 0xd5, 0xd4, 0xda, 0x69, 0x09, + 0xbe, 0x01, 0xff, 0x10, 0x96, 0xe6, 0x3f, 0xb8, 0x48, 0x79, 0x48, 0x2a, 0x2c, 0x14, 0x22, 0x58, + 0x51, 0x3d, 0x85, 0x6a, 0xb3, 0xee, 0x9a, 0x70, 0xdd, 0x3c, 0x5c, 0xf7, 0x38, 0x0f, 0xf7, 0xa0, + 0x74, 0xf5, 0xa3, 0x61, 0xf9, 0x9b, 0xd3, 0x80, 0x7e, 0xea, 0x6f, 0x63, 0x45, 0xe1, 0x31, 0xf8, + 0x4d, 0x40, 0x34, 0x21, 0x86, 0x5b, 0x9a, 0x93, 0xbb, 0x3e, 0x6d, 0xef, 0x24, 0x44, 0x53, 0x3b, + 0x60, 0x25, 0x88, 0xf0, 0xe5, 0x00, 0x07, 0xe7, 0x86, 0xb6, 0x38, 0x27, 0x6d, 0x39, 0xb7, 0x69, + 0xcc, 0x09, 0xb0, 0x75, 0x7c, 0x48, 0x8d, 0x86, 0x14, 0x11, 0x8a, 0x49, 0xc4, 0x12, 0x6a, 0x88, + 0x4b, 0xf3, 0x9e, 0x5b, 0x13, 0x8e, 0x47, 0x43, 0xda, 0xce, 0xfc, 0x1a, 0xdd, 0x07, 0xeb, 0x14, + 0x8b, 0x68, 0x84, 0xcc, 0x0b, 0x86, 0x34, 0xc1, 0x91, 0x1a, 0xd9, 0x65, 0xbd, 0x18, 0x0f, 0xb3, + 0x64, 0xff, 0xfb, 0x33, 0xd9, 0x1e, 0x0d, 0x71, 0x30, 0x6a, 0xd3, 0xc0, 0x5f, 0xd3, 0xfe, 0xc3, + 0xd4, 0x7e, 0x64, 0xdc, 0xb0, 0x0b, 0x26, 0xd3, 0xe0, 0x02, 0xe5, 0xcb, 0xfd, 0xd7, 0x8c, 0xe5, + 0x86, 0x53, 0xa6, 0x4c, 0x81, 0x1d, 0xb0, 0x96, 0xed, 0xcf, 0x14, 0xa8, 0x32, 0x03, 0xb4, 0x3a, + 0xb6, 0xe4, 0x98, 0x7d, 0x50, 0x8b, 0x58, 0x72, 0x4e, 0x27, 0x0c, 0x30, 0x83, 0xb1, 0x62, 0xfa, + 0xb3, 0xe2, 0xe3, 0x3d, 0x50, 0x39, 0xcc, 0x07, 0x08, 0xff, 0x06, 0xd5, 0xc3, 0x5e, 0xab, 0xfb, + 0x0a, 0xb5, 0x5b, 0xdd, 0xde, 0xc9, 0x6a, 0x61, 0x52, 0xe8, 0xb4, 0xfc, 0xde, 0xc9, 0xaa, 0x55, + 0x2f, 0x7d, 0xf8, 0xe4, 0x14, 0x0e, 0x5e, 0x5e, 0xdf, 0x39, 0xd6, 0xcd, 0x9d, 0x63, 0xfd, 0xbc, + 0x73, 0xac, 0xab, 0x7b, 0xa7, 0x70, 0x73, 0xef, 0x14, 0xbe, 0xdd, 0x3b, 0x85, 0xb7, 0x4f, 0x42, + 0xa6, 0xce, 0x2e, 0x06, 0x6e, 0xc0, 0x63, 0xaf, 0xaf, 0xef, 0xb3, 0xdd, 0x1e, 0x1e, 0x48, 0x2f, + 0xbb, 0xf9, 0xde, 0x35, 0x9f, 0x7a, 0xef, 0xc7, 0xf7, 0x5f, 0x9a, 0xba, 0x1c, 0x2c, 0xe9, 0x68, + 0xf7, 0x7e, 0x05, 0x00, 0x00, 0xff, 0xff, 0x9f, 0x99, 0xae, 0xf9, 0x1e, 0x05, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/airdrop/types/airdrop_test.go b/x/airdrop/types/airdrop_test.go index e65dd8f78..41ebd6bf3 100644 --- a/x/airdrop/types/airdrop_test.go +++ b/x/airdrop/types/airdrop_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func TestGetCurrentDateIndex(t *testing.T) { diff --git a/x/airdrop/types/allocation_test.go b/x/airdrop/types/allocation_test.go index ad8499f42..12c30ddcb 100644 --- a/x/airdrop/types/allocation_test.go +++ b/x/airdrop/types/allocation_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func TestGetRemainingAllocations(t *testing.T) { diff --git a/x/airdrop/types/genesis.pb.go b/x/airdrop/types/genesis.pb.go index 8dc8693a8..500329fbe 100644 --- a/x/airdrop/types/genesis.pb.go +++ b/x/airdrop/types/genesis.pb.go @@ -111,9 +111,9 @@ var fileDescriptor_bd8a2f92a6e82560 = []byte{ 0x45, 0xd1, 0x50, 0xec, 0xe4, 0x7d, 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, 0x86, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0x60, 0x5b, 0x75, - 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x01, 0x5c, 0x66, 0x64, 0xac, 0x5f, 0x01, 0x0f, 0xe6, 0x92, - 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x3e, - 0x26, 0xcd, 0x35, 0xc9, 0x01, 0x00, 0x00, + 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x01, 0x5c, 0x66, 0x64, 0xa2, 0x5f, 0x01, 0x0f, 0xe6, 0x92, + 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x96, + 0xda, 0x9d, 0xfb, 0xc9, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/airdrop/types/msgs.go b/x/airdrop/types/msgs.go index fdc4e5840..9eb64fef7 100644 --- a/x/airdrop/types/msgs.go +++ b/x/airdrop/types/msgs.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const ( diff --git a/x/airdrop/types/msgs_test.go b/x/airdrop/types/msgs_test.go index f7f37e766..ece4c4028 100644 --- a/x/airdrop/types/msgs_test.go +++ b/x/airdrop/types/msgs_test.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) // ---------------------------------------------- diff --git a/x/airdrop/types/query.pb.go b/x/airdrop/types/query.pb.go index 69da18c04..31ff53409 100644 --- a/x/airdrop/types/query.pb.go +++ b/x/airdrop/types/query.pb.go @@ -722,76 +722,76 @@ var fileDescriptor_28cd033986bfea74 = []byte{ // 1154 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x41, 0x4f, 0x1b, 0x47, 0x14, 0x66, 0x0d, 0x81, 0x30, 0x06, 0x43, 0x06, 0x2a, 0x36, 0x0e, 0x31, 0x74, 0x93, 0x10, 0x8b, - 0xc2, 0x6e, 0x71, 0xa4, 0x2a, 0xed, 0xa1, 0x29, 0x14, 0x42, 0x69, 0x91, 0x9a, 0x18, 0x22, 0xb5, + 0xc2, 0x6e, 0x71, 0xab, 0x2a, 0xed, 0xa1, 0x29, 0x14, 0x42, 0x69, 0x91, 0x9a, 0x18, 0x22, 0xb5, 0xbd, 0xac, 0xc6, 0xde, 0x61, 0x19, 0xb1, 0xde, 0x71, 0x76, 0xd6, 0x49, 0x2c, 0xc4, 0xa5, 0x95, 0x7a, 0xac, 0x22, 0xf5, 0xd2, 0xbf, 0x50, 0xb5, 0xea, 0xa9, 0xfd, 0x0f, 0x39, 0x46, 0xed, 0xa5, 0xea, 0x21, 0xad, 0xa0, 0xd7, 0xfe, 0x87, 0x6a, 0x67, 0xde, 0xda, 0x6b, 0xb3, 0x60, 0x07, 0x29, 0x27, 0x7b, 0xe6, 0xbd, 0xf7, 0xbd, 0x6f, 0xde, 0xbc, 0xf7, 0xcd, 0xa2, 0xbc, 0x08, 0x03, 0xe6, - 0x50, 0x8b, 0xb0, 0xc0, 0x09, 0x78, 0xdd, 0x7a, 0xdc, 0xa0, 0x41, 0xd3, 0xac, 0x07, 0x3c, 0xe4, + 0x50, 0x8b, 0xb0, 0xc0, 0x09, 0x78, 0xdd, 0x7a, 0xd4, 0xa0, 0x41, 0xd3, 0xac, 0x07, 0x3c, 0xe4, 0x38, 0xa7, 0x6c, 0x26, 0xd8, 0xf2, 0xb3, 0x5d, 0xbe, 0xf0, 0xab, 0xbc, 0xf3, 0xd3, 0x2e, 0x77, 0xb9, 0xfc, 0x6b, 0x45, 0xff, 0x60, 0x77, 0xd6, 0xe5, 0xdc, 0xf5, 0xa8, 0x45, 0xea, 0xcc, 0x22, 0xbe, 0xcf, 0x43, 0x12, 0x32, 0xee, 0x0b, 0xb0, 0x2e, 0x56, 0xb9, 0xa8, 0x71, 0x61, 0x55, 0x88, - 0xa0, 0x2a, 0xb5, 0xf5, 0x64, 0xa5, 0x42, 0x43, 0xb2, 0x62, 0xd5, 0x89, 0xcb, 0x7c, 0xe9, 0x0c, + 0xa0, 0x2a, 0xb5, 0xf5, 0x78, 0xa5, 0x42, 0x43, 0xb2, 0x62, 0xd5, 0x89, 0xcb, 0x7c, 0xe9, 0x0c, 0xbe, 0x57, 0x95, 0xaf, 0xad, 0x52, 0xa8, 0x05, 0x98, 0xe6, 0x20, 0x89, 0x5c, 0x55, 0x1a, 0x7b, - 0x56, 0xc8, 0x6a, 0x54, 0x84, 0xa4, 0x06, 0xdc, 0x8c, 0x5b, 0x68, 0xea, 0x61, 0x84, 0xbe, 0xaa, - 0x18, 0x97, 0xe9, 0xe3, 0x06, 0x15, 0x21, 0xce, 0xa1, 0x0c, 0x73, 0x74, 0x6d, 0x5e, 0x2b, 0x8e, + 0x56, 0xc8, 0x6a, 0x54, 0x84, 0xa4, 0x06, 0xdc, 0x8c, 0x5b, 0x68, 0xea, 0x41, 0x84, 0xbe, 0xaa, + 0x18, 0x97, 0xe9, 0xa3, 0x06, 0x15, 0x21, 0xce, 0xa1, 0x0c, 0x73, 0x74, 0x6d, 0x5e, 0x2b, 0x8e, 0x96, 0x33, 0xcc, 0x31, 0x7e, 0x18, 0x46, 0xd3, 0x9d, 0x7e, 0xa2, 0xce, 0x7d, 0x41, 0xbb, 0x1d, - 0xf1, 0xdb, 0x68, 0x2c, 0xa0, 0x4f, 0x49, 0xe0, 0xd8, 0x0e, 0xf5, 0x79, 0x4d, 0xcf, 0x48, 0x4b, + 0xf1, 0x9b, 0x68, 0x2c, 0xa0, 0x4f, 0x48, 0xe0, 0xd8, 0x0e, 0xf5, 0x79, 0x4d, 0xcf, 0x48, 0x4b, 0x56, 0xed, 0xad, 0x47, 0x5b, 0xf8, 0x0b, 0x34, 0xe3, 0xb0, 0xa8, 0x60, 0x95, 0x46, 0x74, 0x08, 0x5b, 0x84, 0x24, 0x08, 0x6d, 0x87, 0x84, 0x54, 0x1f, 0x9c, 0xd7, 0x8a, 0xd9, 0x52, 0xde, 0x54, - 0xac, 0xcd, 0x98, 0xb5, 0xb9, 0x1b, 0xb3, 0x5e, 0x1b, 0x7a, 0xfe, 0xf7, 0x9c, 0x56, 0x7e, 0x2b, + 0xac, 0xcd, 0x98, 0xb5, 0xb9, 0x1b, 0xb3, 0x5e, 0x1b, 0x7a, 0xf6, 0xf7, 0x9c, 0x56, 0x7e, 0x23, 0x09, 0xb0, 0x13, 0xc5, 0xaf, 0x93, 0x90, 0xe2, 0x5d, 0xd4, 0x61, 0xb0, 0xa9, 0xef, 0x28, 0xdc, 0xa1, 0x3e, 0x71, 0xa7, 0x92, 0xe1, 0x1b, 0xbe, 0x23, 0x51, 0x37, 0xd0, 0x78, 0xd5, 0x23, 0x4f, - 0x2b, 0xa4, 0x7a, 0xa0, 0xd0, 0x2e, 0xf5, 0x89, 0x36, 0x16, 0x87, 0x49, 0x98, 0x2f, 0x91, 0x5e, + 0x2a, 0xa4, 0x7a, 0xa0, 0xd0, 0x2e, 0xf5, 0x89, 0x36, 0x16, 0x87, 0x49, 0x98, 0x2f, 0x91, 0x5e, 0xf5, 0x08, 0xab, 0xd9, 0x61, 0xb3, 0x4e, 0x6d, 0x87, 0x12, 0xc7, 0x63, 0x3e, 0x55, 0x88, 0xc3, 0xfd, 0x9e, 0x5b, 0x22, 0xec, 0x36, 0xeb, 0x74, 0x1d, 0xe2, 0x25, 0xf4, 0x0e, 0x9a, 0xa2, 0x24, 0xf0, 0x9a, 0xb6, 0x4a, 0x50, 0xa7, 0x3e, 0xf1, 0xc2, 0xa6, 0x3e, 0x12, 0xd5, 0x7e, 0xed, 0xc6, - 0x8b, 0x57, 0x73, 0x03, 0x7f, 0xbd, 0x9a, 0xbb, 0xa6, 0x1a, 0x43, 0x38, 0x07, 0x26, 0xe3, 0x56, + 0xf3, 0x97, 0x73, 0x03, 0x7f, 0xbd, 0x9c, 0xbb, 0xa6, 0x1a, 0x43, 0x38, 0x07, 0x26, 0xe3, 0x56, 0x8d, 0x84, 0xfb, 0xe6, 0x36, 0x75, 0x49, 0xb5, 0xb9, 0x4e, 0xab, 0xe5, 0x2b, 0x32, 0xfe, 0xe3, - 0x28, 0xfc, 0x81, 0x8a, 0xc6, 0x5b, 0xa8, 0x5d, 0x0d, 0x1e, 0xd8, 0xc4, 0x71, 0x02, 0x2a, 0x84, + 0x28, 0xfc, 0xbe, 0x8a, 0xc6, 0x5b, 0xa8, 0x5d, 0x0d, 0x1e, 0xd8, 0xc4, 0x71, 0x02, 0x2a, 0x84, 0x7e, 0x59, 0x82, 0xea, 0xbf, 0xff, 0xba, 0x3c, 0x0d, 0x9d, 0xb6, 0xaa, 0x2c, 0x3b, 0x61, 0xc0, 0x7c, 0xb7, 0x8c, 0x13, 0x41, 0x60, 0xc1, 0x1b, 0xe8, 0x0a, 0xf1, 0x3c, 0x5e, 0x25, 0x49, 0xa0, - 0xd1, 0x1e, 0x40, 0x93, 0xad, 0x90, 0x18, 0xe6, 0x1e, 0xca, 0x79, 0xcc, 0x3f, 0xa0, 0x6d, 0x0c, + 0xd1, 0x1e, 0x40, 0x93, 0xad, 0x90, 0x18, 0xe6, 0x2e, 0xca, 0x79, 0xcc, 0x3f, 0xa0, 0x6d, 0x0c, 0xd4, 0x03, 0x63, 0x5c, 0xf9, 0xc7, 0x00, 0x4b, 0x08, 0x57, 0x1b, 0x41, 0x40, 0x7d, 0xd5, 0x6e, - 0x36, 0xf3, 0x1d, 0xfa, 0x4c, 0xcf, 0xce, 0x6b, 0xc5, 0xc1, 0xf2, 0x24, 0x58, 0xa2, 0x82, 0x6e, + 0x36, 0xf3, 0x1d, 0xfa, 0x54, 0xcf, 0xce, 0x6b, 0xc5, 0xc1, 0xf2, 0x24, 0x58, 0xa2, 0x82, 0x6e, 0x45, 0xfb, 0xf8, 0x16, 0xca, 0xc1, 0x1c, 0xdb, 0x1e, 0xf5, 0xdd, 0x70, 0x5f, 0x1f, 0x93, 0x9e, 0xe3, 0xb0, 0xbb, 0x2d, 0x37, 0x8d, 0xab, 0x68, 0x46, 0x4d, 0x86, 0xe7, 0xc1, 0x70, 0x08, 0x98, - 0x22, 0xe3, 0x11, 0xd2, 0x4f, 0x9b, 0x60, 0x70, 0xde, 0x47, 0x97, 0x01, 0x47, 0xe8, 0xda, 0xfc, + 0x22, 0xe3, 0x21, 0xd2, 0x4f, 0x9b, 0x60, 0x70, 0xde, 0x47, 0x97, 0x01, 0x47, 0xe8, 0xda, 0xfc, 0x60, 0x31, 0x5b, 0x9a, 0x31, 0x3b, 0x55, 0xc5, 0x84, 0x98, 0xb5, 0xa1, 0xe8, 0x06, 0xcb, 0x2d, - 0x77, 0x83, 0xa3, 0xbc, 0x84, 0x7d, 0x24, 0x68, 0xb0, 0xaa, 0x8a, 0xc4, 0xb8, 0x1f, 0x8f, 0xee, + 0x77, 0x83, 0xa3, 0xbc, 0x84, 0x7d, 0x28, 0x68, 0xb0, 0xaa, 0x8a, 0xc4, 0xb8, 0x1f, 0x8f, 0xee, 0x75, 0x84, 0x62, 0xda, 0xad, 0xc9, 0x1c, 0x85, 0x9d, 0x2d, 0x07, 0x97, 0xd0, 0x48, 0x5c, 0xbd, 0x4c, 0x8f, 0xea, 0xc5, 0x8e, 0xc6, 0x1e, 0xba, 0x96, 0x9a, 0x10, 0x8e, 0xb2, 0x89, 0x26, 0x1a, 0x22, 0xba, 0x95, 0x96, 0x49, 0xa6, 0xcd, 0x96, 0x0a, 0xdd, 0x27, 0xea, 0x02, 0xc8, 0x35, 0x3a, - 0xd6, 0xc6, 0xc3, 0xd4, 0x3c, 0x71, 0x39, 0x93, 0xd4, 0xb5, 0x7e, 0xa9, 0x73, 0x34, 0x9b, 0x0e, + 0xd6, 0xc6, 0x83, 0xd4, 0x3c, 0x71, 0x39, 0x93, 0xd4, 0xb5, 0x7e, 0xa9, 0x73, 0x34, 0x9b, 0x0e, 0x09, 0xdc, 0x3f, 0x47, 0x93, 0x5d, 0xdc, 0xe3, 0xeb, 0xe8, 0x41, 0x1e, 0x6e, 0x65, 0xa2, 0xf3, - 0x08, 0xc2, 0xf8, 0x46, 0x83, 0xdb, 0x89, 0x2e, 0xfd, 0xf4, 0x19, 0x7a, 0xdc, 0xce, 0x7d, 0x84, + 0x08, 0xc2, 0xf8, 0x46, 0x83, 0xdb, 0x89, 0x2e, 0xfd, 0xf4, 0x19, 0x7a, 0xdc, 0xce, 0x3d, 0x84, 0xda, 0xf2, 0x2e, 0x2f, 0x28, 0x5b, 0x5a, 0x30, 0xe1, 0x88, 0xd1, 0x5b, 0x60, 0xaa, 0x67, 0x08, - 0xde, 0x02, 0xf3, 0x01, 0x71, 0x29, 0x40, 0x97, 0x13, 0x91, 0xc6, 0x2f, 0x1a, 0x94, 0xb2, 0x9b, - 0x05, 0x1c, 0xfb, 0x3e, 0xca, 0x5e, 0xf4, 0xc4, 0xc9, 0x40, 0xbc, 0x99, 0xc2, 0xf7, 0x76, 0x4f, + 0xde, 0x02, 0xf3, 0x3e, 0x71, 0x29, 0x40, 0x97, 0x13, 0x91, 0xc6, 0x2f, 0x1a, 0x94, 0xb2, 0x9b, + 0x05, 0x1c, 0xfb, 0x1e, 0xca, 0x5e, 0xf4, 0xc4, 0xc9, 0x40, 0xbc, 0x99, 0xc2, 0xf7, 0x76, 0x4f, 0xbe, 0x8a, 0x44, 0x07, 0x61, 0x0f, 0xa6, 0x28, 0x4a, 0xb9, 0xd3, 0xa8, 0xd5, 0x48, 0xd0, 0x7c, - 0x83, 0x0d, 0xfd, 0x5f, 0x06, 0x26, 0xb3, 0x23, 0x1d, 0xd4, 0xe6, 0x3a, 0x42, 0x6d, 0xa1, 0x8e, + 0x8d, 0x0d, 0xfd, 0x5f, 0x06, 0x26, 0xb3, 0x23, 0x1d, 0xd4, 0xe6, 0x3a, 0x42, 0x6d, 0xa1, 0x8e, 0xf3, 0xb5, 0x84, 0x17, 0x7f, 0x82, 0x46, 0xe4, 0x82, 0x3a, 0x90, 0xcf, 0x04, 0x81, 0x5d, 0x70, 0x59, 0xb8, 0xdf, 0xa8, 0x98, 0x55, 0x5e, 0x83, 0x47, 0x18, 0x7e, 0x96, 0x85, 0x73, 0x60, 0x45, 0x60, 0xc2, 0xdc, 0xf2, 0xc3, 0x72, 0x1c, 0x8e, 0xb7, 0xd1, 0xe8, 0x1e, 0x0f, 0xf6, 0x28, 0x0b, - 0xa9, 0x23, 0x9f, 0xbe, 0xd7, 0xc7, 0x6a, 0x03, 0x44, 0x68, 0x01, 0xad, 0x11, 0xe6, 0x33, 0xdf, + 0xa9, 0x23, 0x9f, 0xbe, 0x57, 0xc7, 0x6a, 0x03, 0x44, 0x68, 0x01, 0xad, 0x11, 0xe6, 0x33, 0xdf, 0x95, 0x0f, 0xde, 0x05, 0xd0, 0x5a, 0x00, 0x11, 0x9a, 0xa4, 0x49, 0x2a, 0x9e, 0x7a, 0xf0, 0x2e, 0x80, 0xd6, 0x02, 0x28, 0x1d, 0x8f, 0xa0, 0x4b, 0xb2, 0xde, 0xf8, 0x5b, 0x0d, 0x8d, 0x80, 0xae, - 0xe1, 0x1b, 0xdd, 0xfd, 0x96, 0xf2, 0x25, 0x92, 0xbf, 0x79, 0xbe, 0x93, 0xba, 0x33, 0xe3, 0xdd, + 0xe1, 0x1b, 0xdd, 0xfd, 0x96, 0xf2, 0x25, 0x92, 0xbf, 0x79, 0xbe, 0x93, 0xba, 0x33, 0xe3, 0xed, 0xaf, 0xff, 0xf8, 0xf7, 0xfb, 0xcc, 0x22, 0x2e, 0x5a, 0x3b, 0xd2, 0x7b, 0x79, 0x9b, 0x54, 0x84, 0x95, 0xfe, 0x55, 0x66, 0x1d, 0x32, 0xe7, 0x08, 0x7f, 0xa7, 0xa1, 0x6c, 0x42, 0x97, 0xf1, 0xed, 0xf4, 0x3c, 0xa7, 0x44, 0x3d, 0x5f, 0xec, 0xed, 0x08, 0xa4, 0x96, 0x24, 0xa9, 0x05, 0x7c, 0xb3, 0x0f, 0x52, 0x02, 0xff, 0xa6, 0xa1, 0x5c, 0xe7, 0xc0, 0xe1, 0xc5, 0xd4, 0x54, 0xa9, 0xb2, 0x9f, - 0x7f, 0xa7, 0x2f, 0x5f, 0x60, 0xf6, 0xa9, 0x64, 0xb6, 0x8e, 0xd7, 0xce, 0x63, 0xd6, 0xa5, 0x8b, + 0x7f, 0xab, 0x2f, 0x5f, 0x60, 0xf6, 0xa9, 0x64, 0xb6, 0x8e, 0xd7, 0xce, 0x63, 0xd6, 0xa5, 0x8b, 0xd6, 0x61, 0x7b, 0x0a, 0x8f, 0xac, 0x43, 0x18, 0xa5, 0x23, 0xfc, 0xb3, 0x86, 0x26, 0xba, 0xd4, - 0x15, 0xf7, 0x43, 0xa6, 0x55, 0xd0, 0xa5, 0xfe, 0x9c, 0x81, 0xfa, 0x87, 0x92, 0xfa, 0x5d, 0xfc, - 0xde, 0x6b, 0x50, 0x17, 0x09, 0xba, 0x3f, 0x69, 0x28, 0xd7, 0x29, 0x8a, 0x67, 0x94, 0x39, 0x55, - 0xbf, 0xcf, 0x28, 0x73, 0xba, 0xca, 0x1a, 0x1f, 0x49, 0xae, 0x1f, 0xe0, 0xbb, 0xe7, 0x36, 0x80, + 0x15, 0xf7, 0x43, 0xa6, 0x55, 0xd0, 0xa5, 0xfe, 0x9c, 0x81, 0xfa, 0x87, 0x92, 0xfa, 0x1d, 0xfc, + 0xde, 0x2b, 0x50, 0x17, 0x09, 0xba, 0x3f, 0x69, 0x28, 0xd7, 0x29, 0x8a, 0x67, 0x94, 0x39, 0x55, + 0xbf, 0xcf, 0x28, 0x73, 0xba, 0xca, 0x1a, 0x1f, 0x49, 0xae, 0x1f, 0xe0, 0x3b, 0xe7, 0x36, 0x80, 0xe7, 0x75, 0x51, 0x6d, 0x97, 0x19, 0xff, 0xa8, 0xa1, 0x6c, 0x42, 0xa3, 0xce, 0xe8, 0xd2, 0xd3, - 0xa2, 0x79, 0x46, 0x97, 0xa6, 0xc8, 0x9d, 0xb1, 0x29, 0x49, 0xae, 0xe2, 0x7b, 0x3d, 0x0b, 0x2a, - 0x54, 0xe4, 0x19, 0x8d, 0xb0, 0xf6, 0xd9, 0x8b, 0xe3, 0x82, 0xf6, 0xf2, 0xb8, 0xa0, 0xfd, 0x73, - 0x5c, 0xd0, 0x9e, 0x9f, 0x14, 0x06, 0x5e, 0x9e, 0x14, 0x06, 0xfe, 0x3c, 0x29, 0x0c, 0x7c, 0xb5, - 0x92, 0x50, 0x8c, 0x94, 0x24, 0x4f, 0x4a, 0x77, 0xac, 0x67, 0xad, 0x54, 0x52, 0x40, 0x2a, 0xc3, - 0xf2, 0x1b, 0xf8, 0xce, 0xff, 0x01, 0x00, 0x00, 0xff, 0xff, 0x65, 0x19, 0x23, 0x4f, 0x86, 0x0d, + 0xa2, 0x79, 0x46, 0x97, 0xa6, 0xc8, 0x9d, 0xb1, 0x29, 0x49, 0xae, 0xe2, 0xbb, 0x3d, 0x0b, 0x2a, + 0x54, 0xe4, 0x19, 0x8d, 0xb0, 0xf6, 0xd9, 0xf3, 0xe3, 0x82, 0xf6, 0xe2, 0xb8, 0xa0, 0xfd, 0x73, + 0x5c, 0xd0, 0x9e, 0x9d, 0x14, 0x06, 0x5e, 0x9c, 0x14, 0x06, 0xfe, 0x3c, 0x29, 0x0c, 0x7c, 0xb5, + 0x92, 0x50, 0x8c, 0x94, 0x24, 0x8f, 0x4b, 0xef, 0x5a, 0x4f, 0x5b, 0xa9, 0xa4, 0x80, 0x54, 0x86, + 0xe5, 0x37, 0xf0, 0x3b, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0xcd, 0xe5, 0x73, 0x81, 0x86, 0x0d, 0x00, 0x00, } diff --git a/x/airdrop/types/tx.pb.go b/x/airdrop/types/tx.pb.go index 4997da269..2c33c71b7 100644 --- a/x/airdrop/types/tx.pb.go +++ b/x/airdrop/types/tx.pb.go @@ -935,68 +935,68 @@ func init() { func init() { proto.RegisterFile("stride/airdrop/tx.proto", fileDescriptor_40a6837f542f43b8) } var fileDescriptor_40a6837f542f43b8 = []byte{ - // 972 bytes of a gzipped FileDescriptorProto + // 973 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x57, 0xbf, 0x6f, 0xdb, 0xc6, 0x17, 0x37, 0x23, 0xd9, 0xf9, 0xfa, 0x64, 0x19, 0x31, 0x63, 0x43, 0xb4, 0x02, 0x4b, 0xb2, 0xbe, - 0x48, 0xa3, 0x06, 0x08, 0x89, 0x28, 0x9b, 0x33, 0x14, 0x56, 0xa5, 0xc1, 0xa8, 0x0d, 0x14, 0xb4, - 0x03, 0xf4, 0x07, 0x50, 0xe2, 0xa4, 0xbb, 0xd2, 0x07, 0x93, 0x3c, 0x82, 0x77, 0x8e, 0xa3, 0xb5, - 0x63, 0xa6, 0x4c, 0xf9, 0x17, 0xba, 0x66, 0xe8, 0x1f, 0x91, 0x31, 0x68, 0x97, 0xa2, 0x43, 0x5a, - 0xd8, 0x43, 0xb6, 0xfe, 0x0d, 0x05, 0xef, 0x48, 0x8a, 0x67, 0xd3, 0xa5, 0x06, 0x03, 0x5d, 0xbc, - 0xd8, 0xe6, 0x7b, 0x9f, 0xf7, 0xb9, 0x77, 0xef, 0xbd, 0x0f, 0xfd, 0x08, 0x1a, 0x8c, 0x47, 0x04, - 0x61, 0x0b, 0x92, 0x08, 0x45, 0x34, 0xb4, 0xf8, 0x2b, 0x33, 0x8c, 0x28, 0xa7, 0xfa, 0xaa, 0x74, - 0x98, 0x89, 0xa3, 0xd9, 0x98, 0x50, 0xe6, 0x53, 0x66, 0xf9, 0xcc, 0xb5, 0x5e, 0x3e, 0x8d, 0x7f, - 0x49, 0x60, 0x73, 0x0d, 0xfa, 0x24, 0xa0, 0x96, 0xf8, 0x99, 0x98, 0x36, 0x25, 0xd6, 0x11, 0x4f, - 0x96, 0x7c, 0x48, 0x5c, 0xeb, 0x2e, 0x75, 0xa9, 0xb4, 0xc7, 0x7f, 0x25, 0xd6, 0xb6, 0x4b, 0xa9, - 0xeb, 0x61, 0x4b, 0x3c, 0x8d, 0x4f, 0x7f, 0xb4, 0x38, 0xf1, 0x31, 0xe3, 0xd0, 0x0f, 0x25, 0xa0, - 0xfb, 0x5a, 0x03, 0xf5, 0x03, 0xe6, 0x7e, 0xe9, 0x41, 0xe2, 0x0f, 0x21, 0xf1, 0xa6, 0x7a, 0x1f, - 0xdc, 0x9d, 0xc4, 0x4f, 0x38, 0x32, 0xb4, 0x8e, 0xd6, 0x5b, 0x1e, 0x18, 0xbf, 0xfe, 0xf2, 0x64, - 0x3d, 0x39, 0x6b, 0x17, 0xa1, 0x08, 0x33, 0x76, 0xc8, 0x23, 0x12, 0xb8, 0x76, 0x0a, 0xd4, 0xb7, - 0x00, 0x48, 0xae, 0xe3, 0x10, 0x64, 0xdc, 0x89, 0xc3, 0xec, 0xe5, 0xc4, 0xb2, 0x87, 0x76, 0x3e, - 0xfb, 0xe9, 0xd3, 0xbb, 0xc7, 0x29, 0xf8, 0xf5, 0xa7, 0x77, 0x8f, 0x37, 0xd2, 0xaa, 0x28, 0x47, - 0x77, 0x1b, 0x60, 0x43, 0x31, 0xd8, 0x98, 0x85, 0x34, 0x60, 0x58, 0xc9, 0x72, 0x04, 0xa3, 0xff, - 0x2a, 0x4b, 0x71, 0x74, 0x3e, 0x4b, 0x61, 0xc8, 0xb2, 0xfc, 0x79, 0x09, 0xdc, 0x8b, 0x3d, 0x11, - 0x86, 0x1c, 0xef, 0xca, 0x58, 0xdd, 0x04, 0x8b, 0x10, 0xf9, 0x24, 0x28, 0x4d, 0x53, 0xc2, 0x4a, - 0x92, 0xd4, 0xb7, 0xc1, 0x4a, 0x84, 0xcf, 0x60, 0x84, 0x1c, 0x84, 0x03, 0xea, 0x1b, 0x15, 0x01, - 0xa8, 0x49, 0xdb, 0x30, 0x36, 0xe9, 0xdf, 0x80, 0x06, 0x22, 0xf1, 0x90, 0x8d, 0x4f, 0x39, 0xa1, - 0x81, 0xc3, 0x38, 0x8c, 0xb8, 0x83, 0x20, 0xc7, 0x46, 0xb5, 0xa3, 0xf5, 0x6a, 0xfd, 0xa6, 0x29, - 0xa7, 0xc2, 0x4c, 0xa7, 0xc2, 0x3c, 0x4a, 0xa7, 0x62, 0x50, 0x7d, 0xf3, 0x67, 0x5b, 0xb3, 0x37, - 0xf2, 0x04, 0x87, 0x71, 0xfc, 0x10, 0x72, 0xac, 0x1f, 0x01, 0xc5, 0xe1, 0xe0, 0x00, 0x49, 0xde, - 0xc5, 0x39, 0x79, 0xef, 0xe7, 0xc3, 0x47, 0x01, 0x12, 0xac, 0x23, 0x50, 0x9f, 0x78, 0xf0, 0x6c, - 0x0c, 0x27, 0x27, 0x92, 0x6d, 0x69, 0x4e, 0xb6, 0x95, 0x34, 0x4c, 0xd0, 0x7c, 0x0b, 0x0c, 0xd1, - 0x3b, 0x87, 0x4f, 0x43, 0xec, 0x20, 0x0c, 0x91, 0x47, 0x02, 0x2c, 0x19, 0xef, 0xce, 0x7b, 0x6f, - 0xc1, 0x70, 0x34, 0x0d, 0xf1, 0x30, 0x89, 0x17, 0xd4, 0x87, 0xe0, 0x3e, 0x8e, 0x3b, 0xed, 0xc8, - 0x03, 0x42, 0x1c, 0x40, 0x8f, 0x4f, 0x8d, 0xff, 0x89, 0x8e, 0xfe, 0xff, 0xfd, 0xc7, 0xf6, 0xc2, - 0x1f, 0x1f, 0xdb, 0x0f, 0x64, 0x57, 0x19, 0x3a, 0x31, 0x09, 0xb5, 0x7c, 0xc8, 0x8f, 0xcd, 0x7d, - 0xec, 0xc2, 0xc9, 0x74, 0x88, 0x27, 0xf6, 0x9a, 0x88, 0x17, 0x33, 0xf3, 0xb5, 0x8c, 0xd6, 0xf7, - 0xc0, 0xac, 0x1a, 0x34, 0x72, 0xa0, 0x1c, 0x06, 0x63, 0xb9, 0x64, 0x4c, 0xf4, 0x5c, 0x50, 0xe2, - 0xd1, 0x47, 0x60, 0x0d, 0x7a, 0x1e, 0x9d, 0xc0, 0x3c, 0x11, 0x28, 0x21, 0xba, 0x97, 0x85, 0xa4, - 0x34, 0x5f, 0x80, 0x55, 0x8f, 0x04, 0x27, 0x78, 0xc6, 0x51, 0x2b, 0xe1, 0xa8, 0x4b, 0x7c, 0x62, - 0xdc, 0x79, 0x14, 0x2b, 0x48, 0xce, 0x71, 0xac, 0x1f, 0x23, 0xaf, 0x9f, 0xbc, 0x28, 0xba, 0x4d, - 0x60, 0x5c, 0xb6, 0x5d, 0x56, 0xd1, 0x8b, 0x10, 0xdd, 0xaa, 0xe8, 0x56, 0x45, 0xb7, 0x2a, 0xca, - 0xab, 0x48, 0x11, 0x45, 0xa2, 0x22, 0xc5, 0x96, 0xa9, 0x88, 0x81, 0xba, 0x0d, 0xcf, 0x76, 0x65, - 0x72, 0x84, 0x06, 0xf1, 0xc8, 0x9f, 0xb2, 0x5c, 0x52, 0x9a, 0x1c, 0xf9, 0xd8, 0x36, 0xcb, 0xbc, - 0x06, 0xb3, 0x00, 0x66, 0x54, 0x3b, 0x95, 0xde, 0xf2, 0x60, 0x2b, 0x69, 0xcc, 0xc6, 0xd5, 0xc6, - 0xec, 0x05, 0xdc, 0xce, 0x47, 0x74, 0x7f, 0xd3, 0xc0, 0xda, 0x01, 0x73, 0x77, 0x11, 0x9a, 0x1d, - 0xcc, 0x6e, 0x5a, 0xbb, 0x23, 0x35, 0xcb, 0x4a, 0xa7, 0xd2, 0xab, 0xf5, 0xb7, 0x4c, 0x75, 0xab, - 0x32, 0x95, 0xcb, 0x0f, 0xaa, 0xf1, 0x25, 0x94, 0x5c, 0x77, 0x7a, 0x6a, 0x95, 0x37, 0x73, 0x55, - 0x56, 0xf3, 0xef, 0x3e, 0x00, 0x9b, 0x57, 0x8c, 0x59, 0x9d, 0xdf, 0xde, 0x01, 0x8d, 0xac, 0x09, - 0x2f, 0xe2, 0x62, 0xce, 0x4a, 0x7e, 0xc3, 0x17, 0x7f, 0x7e, 0xa9, 0x83, 0x95, 0x12, 0xd6, 0x1b, - 0xed, 0xed, 0x8e, 0xa9, 0xd6, 0xab, 0x7d, 0x65, 0x2a, 0xd5, 0xcb, 0x77, 0xb7, 0x41, 0xfb, 0x1a, - 0x57, 0x56, 0xbb, 0xbf, 0x35, 0xf1, 0xa6, 0xdf, 0x27, 0xc1, 0x49, 0x92, 0x26, 0xbe, 0xf1, 0x69, - 0x79, 0x08, 0x92, 0x7d, 0x5b, 0x2d, 0x9b, 0x5d, 0x97, 0xd6, 0xb4, 0x3c, 0xcf, 0xc1, 0xca, 0x31, - 0x65, 0x3c, 0x03, 0x55, 0xcb, 0x6a, 0x1b, 0xa3, 0xe7, 0x10, 0xac, 0x72, 0xb7, 0x44, 0xb0, 0x8a, - 0x2d, 0x2d, 0x46, 0xff, 0xed, 0x22, 0xa8, 0x1c, 0x30, 0x57, 0xb7, 0x01, 0xc8, 0x2d, 0xe3, 0x57, - 0xe6, 0x5a, 0xd9, 0x8f, 0x9b, 0x0f, 0xff, 0xd5, 0x9d, 0x72, 0x67, 0x9c, 0x72, 0x75, 0xbe, 0x96, - 0x53, 0xb8, 0xaf, 0xe7, 0x54, 0x96, 0x5d, 0xfd, 0x7b, 0x50, 0x57, 0x17, 0xdd, 0x4e, 0x51, 0x5c, - 0x1e, 0xd1, 0xec, 0x95, 0x21, 0xf2, 0xe4, 0xea, 0xff, 0xff, 0x22, 0x72, 0x05, 0x51, 0x48, 0x5e, - 0xf8, 0x6a, 0xd4, 0x7f, 0x00, 0xab, 0x97, 0xde, 0x50, 0xdb, 0x05, 0xb1, 0x2a, 0xa4, 0xf9, 0x79, - 0x29, 0x24, 0xe3, 0x0f, 0xc1, 0x7a, 0xe1, 0xeb, 0xe0, 0xd1, 0xb5, 0x19, 0xaa, 0xc0, 0xa6, 0x35, - 0x27, 0x30, 0x5f, 0x2e, 0x55, 0x44, 0x45, 0xe5, 0x52, 0x10, 0x85, 0xe5, 0x2a, 0x1c, 0xcc, 0xc1, - 0x57, 0xef, 0xcf, 0x5b, 0xda, 0x87, 0xf3, 0x96, 0xf6, 0xd7, 0x79, 0x4b, 0x7b, 0x73, 0xd1, 0x5a, - 0xf8, 0x70, 0xd1, 0x5a, 0xf8, 0xfd, 0xa2, 0xb5, 0xf0, 0xdd, 0x53, 0x97, 0xf0, 0xe3, 0xd3, 0xb1, - 0x39, 0xa1, 0xbe, 0x75, 0x28, 0xd8, 0x9e, 0xec, 0xc3, 0x31, 0xb3, 0x92, 0x2f, 0xdf, 0x97, 0xfd, - 0x67, 0xd6, 0xab, 0xd9, 0xf7, 0xef, 0x34, 0xc4, 0x6c, 0xbc, 0x24, 0x96, 0x86, 0x67, 0xff, 0x04, - 0x00, 0x00, 0xff, 0xff, 0x9e, 0x53, 0xed, 0xda, 0x1e, 0x0f, 0x00, 0x00, + 0x48, 0xa3, 0x06, 0x08, 0x89, 0xa8, 0x9d, 0x9c, 0xa1, 0xb0, 0x2a, 0x0d, 0x46, 0x6d, 0xa0, 0xa0, + 0x1d, 0xa0, 0x3f, 0x80, 0x12, 0x27, 0xdd, 0x95, 0x3e, 0x98, 0xe4, 0x11, 0xbc, 0x73, 0x1c, 0xad, + 0x1d, 0x33, 0x65, 0xca, 0xbf, 0xd0, 0x35, 0x43, 0xff, 0x88, 0x8c, 0x41, 0xbb, 0x14, 0x1d, 0xd2, + 0xc2, 0x1e, 0xb2, 0xf5, 0x6f, 0x28, 0x78, 0x47, 0x52, 0x3c, 0x9b, 0x2e, 0x35, 0x18, 0xe8, 0xe2, + 0xc5, 0x36, 0xdf, 0xfb, 0xbc, 0xcf, 0xbd, 0x7b, 0xef, 0x7d, 0xe8, 0x47, 0xd0, 0x60, 0x3c, 0x22, + 0x08, 0x5b, 0x90, 0x44, 0x28, 0xa2, 0xa1, 0xc5, 0x5f, 0x9a, 0x61, 0x44, 0x39, 0xd5, 0x57, 0xa5, + 0xc3, 0x4c, 0x1c, 0xcd, 0xc6, 0x84, 0x32, 0x9f, 0x32, 0xcb, 0x67, 0xae, 0xf5, 0xe2, 0x69, 0xfc, + 0x4b, 0x02, 0x9b, 0x6b, 0xd0, 0x27, 0x01, 0xb5, 0xc4, 0xcf, 0xc4, 0xb4, 0x29, 0xb1, 0x8e, 0x78, + 0xb2, 0xe4, 0x43, 0xe2, 0x5a, 0x77, 0xa9, 0x4b, 0xa5, 0x3d, 0xfe, 0x2b, 0xb1, 0xb6, 0x5d, 0x4a, + 0x5d, 0x0f, 0x5b, 0xe2, 0x69, 0x7c, 0xfa, 0xa3, 0xc5, 0x89, 0x8f, 0x19, 0x87, 0x7e, 0x28, 0x01, + 0xdd, 0x57, 0x1a, 0xa8, 0x1f, 0x30, 0xf7, 0x4b, 0x0f, 0x12, 0x7f, 0x08, 0x89, 0x37, 0xd5, 0xfb, + 0xe0, 0xee, 0x24, 0x7e, 0xc2, 0x91, 0xa1, 0x75, 0xb4, 0xde, 0xf2, 0xc0, 0xf8, 0xf5, 0x97, 0x27, + 0xeb, 0xc9, 0x59, 0xbb, 0x08, 0x45, 0x98, 0xb1, 0x43, 0x1e, 0x91, 0xc0, 0xb5, 0x53, 0xa0, 0xbe, + 0x05, 0x40, 0x72, 0x1d, 0x87, 0x20, 0xe3, 0x4e, 0x1c, 0x66, 0x2f, 0x27, 0x96, 0x3d, 0xb4, 0xf3, + 0xc9, 0x4f, 0x1f, 0xdf, 0x3e, 0x4e, 0xc1, 0xaf, 0x3e, 0xbe, 0x7d, 0xbc, 0x91, 0x56, 0x45, 0x39, + 0xba, 0xdb, 0x00, 0x1b, 0x8a, 0xc1, 0xc6, 0x2c, 0xa4, 0x01, 0xc3, 0x4a, 0x96, 0x23, 0x18, 0xfd, + 0x57, 0x59, 0x8a, 0xa3, 0xf3, 0x59, 0x0a, 0x43, 0x96, 0xe5, 0xcf, 0x4b, 0xe0, 0x5e, 0xec, 0x89, + 0x30, 0xe4, 0x78, 0x57, 0xc6, 0xea, 0x26, 0x58, 0x84, 0xc8, 0x27, 0x41, 0x69, 0x9a, 0x12, 0x56, + 0x92, 0xa4, 0xbe, 0x0d, 0x56, 0x22, 0x7c, 0x06, 0x23, 0xe4, 0x20, 0x1c, 0x50, 0xdf, 0xa8, 0x08, + 0x40, 0x4d, 0xda, 0x86, 0xb1, 0x49, 0xff, 0x06, 0x34, 0x10, 0x89, 0x87, 0x6c, 0x7c, 0xca, 0x09, + 0x0d, 0x1c, 0xc6, 0x61, 0xc4, 0x1d, 0x04, 0x39, 0x36, 0xaa, 0x1d, 0xad, 0x57, 0xeb, 0x37, 0x4d, + 0x39, 0x15, 0x66, 0x3a, 0x15, 0xe6, 0x51, 0x3a, 0x15, 0x83, 0xea, 0xeb, 0x3f, 0xdb, 0x9a, 0xbd, + 0x91, 0x27, 0x38, 0x8c, 0xe3, 0x87, 0x90, 0x63, 0xfd, 0x08, 0x28, 0x0e, 0x07, 0x07, 0x48, 0xf2, + 0x2e, 0xce, 0xc9, 0x7b, 0x3f, 0x1f, 0x3e, 0x0a, 0x90, 0x60, 0x1d, 0x81, 0xfa, 0xc4, 0x83, 0x67, + 0x63, 0x38, 0x39, 0x91, 0x6c, 0x4b, 0x73, 0xb2, 0xad, 0xa4, 0x61, 0x82, 0xe6, 0x5b, 0x60, 0x88, + 0xde, 0x39, 0x7c, 0x1a, 0x62, 0x07, 0x61, 0x88, 0x3c, 0x12, 0x60, 0xc9, 0x78, 0x77, 0xde, 0x7b, + 0x0b, 0x86, 0xa3, 0x69, 0x88, 0x87, 0x49, 0xbc, 0xa0, 0x3e, 0x04, 0xf7, 0x71, 0xdc, 0x69, 0x47, + 0x1e, 0x10, 0xe2, 0x00, 0x7a, 0x7c, 0x6a, 0xfc, 0x4f, 0x74, 0xf4, 0xff, 0xef, 0x3e, 0xb4, 0x17, + 0xfe, 0xf8, 0xd0, 0x7e, 0x20, 0xbb, 0xca, 0xd0, 0x89, 0x49, 0xa8, 0xe5, 0x43, 0x7e, 0x6c, 0xee, + 0x63, 0x17, 0x4e, 0xa6, 0x43, 0x3c, 0xb1, 0xd7, 0x44, 0xbc, 0x98, 0x99, 0xaf, 0x65, 0xb4, 0xbe, + 0x07, 0x66, 0xd5, 0xa0, 0x91, 0x03, 0xe5, 0x30, 0x18, 0xcb, 0x25, 0x63, 0xa2, 0xe7, 0x82, 0x12, + 0x8f, 0x3e, 0x02, 0x6b, 0xd0, 0xf3, 0xe8, 0x04, 0xe6, 0x89, 0x40, 0x09, 0xd1, 0xbd, 0x2c, 0x24, + 0xa5, 0xf9, 0x02, 0xac, 0x7a, 0x24, 0x38, 0xc1, 0x33, 0x8e, 0x5a, 0x09, 0x47, 0x5d, 0xe2, 0x13, + 0xe3, 0xce, 0xa3, 0x58, 0x41, 0x72, 0x8e, 0x63, 0xfd, 0x18, 0x79, 0xfd, 0xe4, 0x45, 0xd1, 0x6d, + 0x02, 0xe3, 0xb2, 0xed, 0xb2, 0x8a, 0x9e, 0x87, 0xe8, 0x56, 0x45, 0xb7, 0x2a, 0xba, 0x55, 0x51, + 0x5e, 0x45, 0x8a, 0x28, 0x12, 0x15, 0x29, 0xb6, 0x4c, 0x45, 0x0c, 0xd4, 0x6d, 0x78, 0xb6, 0x2b, + 0x93, 0x23, 0x34, 0x88, 0x47, 0xfe, 0x94, 0xe5, 0x92, 0xd2, 0xe4, 0xc8, 0xc7, 0xb6, 0x59, 0xe6, + 0x35, 0x98, 0x05, 0x30, 0xa3, 0xda, 0xa9, 0xf4, 0x96, 0x07, 0x5b, 0x49, 0x63, 0x36, 0xae, 0x36, + 0x66, 0x2f, 0xe0, 0x76, 0x3e, 0xa2, 0xfb, 0x9b, 0x06, 0xd6, 0x0e, 0x98, 0xbb, 0x8b, 0xd0, 0xec, + 0x60, 0x76, 0xd3, 0xda, 0x1d, 0xa9, 0x59, 0x56, 0x3a, 0x95, 0x5e, 0xad, 0xbf, 0x65, 0xaa, 0x5b, + 0x95, 0xa9, 0x5c, 0x7e, 0x50, 0x8d, 0x2f, 0xa1, 0xe4, 0xba, 0xd3, 0x53, 0xab, 0xbc, 0x99, 0xab, + 0xb2, 0x9a, 0x7f, 0xf7, 0x01, 0xd8, 0xbc, 0x62, 0xcc, 0xea, 0xfc, 0xe6, 0x0e, 0x68, 0x64, 0x4d, + 0x78, 0x1e, 0x17, 0x73, 0x56, 0xf2, 0x1b, 0xbe, 0xf8, 0xb3, 0x4b, 0x1d, 0xac, 0x94, 0xb0, 0xde, + 0x68, 0x6f, 0x77, 0x4c, 0xb5, 0x5e, 0xed, 0x2b, 0x53, 0xa9, 0x5e, 0xbe, 0xbb, 0x0d, 0xda, 0xd7, + 0xb8, 0xb2, 0xda, 0xfd, 0xad, 0x89, 0x37, 0xfd, 0x3e, 0x09, 0x4e, 0x92, 0x34, 0xf1, 0x8d, 0x4f, + 0xcb, 0x43, 0x90, 0xec, 0xdb, 0x6a, 0xd9, 0xec, 0xba, 0xb4, 0xa6, 0xe5, 0x79, 0x06, 0x56, 0x8e, + 0x29, 0xe3, 0x19, 0xa8, 0x5a, 0x56, 0xdb, 0x18, 0x3d, 0x87, 0x60, 0x95, 0xbb, 0x25, 0x82, 0x55, + 0x6c, 0x69, 0x31, 0xfa, 0x6f, 0x16, 0x41, 0xe5, 0x80, 0xb9, 0xba, 0x0d, 0x40, 0x6e, 0x19, 0xbf, + 0x32, 0xd7, 0xca, 0x7e, 0xdc, 0x7c, 0xf8, 0xaf, 0xee, 0x94, 0x3b, 0xe3, 0x94, 0xab, 0xf3, 0xb5, + 0x9c, 0xc2, 0x7d, 0x3d, 0xa7, 0xb2, 0xec, 0xea, 0xdf, 0x83, 0xba, 0xba, 0xe8, 0x76, 0x8a, 0xe2, + 0xf2, 0x88, 0x66, 0xaf, 0x0c, 0x91, 0x27, 0x57, 0xff, 0xff, 0x17, 0x91, 0x2b, 0x88, 0x42, 0xf2, + 0xc2, 0x57, 0xa3, 0xfe, 0x03, 0x58, 0xbd, 0xf4, 0x86, 0xda, 0x2e, 0x88, 0x55, 0x21, 0xcd, 0x4f, + 0x4b, 0x21, 0x19, 0x7f, 0x08, 0xd6, 0x0b, 0x5f, 0x07, 0x8f, 0xae, 0xcd, 0x50, 0x05, 0x36, 0xad, + 0x39, 0x81, 0xf9, 0x72, 0xa9, 0x22, 0x2a, 0x2a, 0x97, 0x82, 0x28, 0x2c, 0x57, 0xe1, 0x60, 0x0e, + 0xbe, 0x7a, 0x77, 0xde, 0xd2, 0xde, 0x9f, 0xb7, 0xb4, 0xbf, 0xce, 0x5b, 0xda, 0xeb, 0x8b, 0xd6, + 0xc2, 0xfb, 0x8b, 0xd6, 0xc2, 0xef, 0x17, 0xad, 0x85, 0xef, 0x9e, 0xba, 0x84, 0x1f, 0x9f, 0x8e, + 0xcd, 0x09, 0xf5, 0xad, 0x43, 0xc1, 0xf6, 0x64, 0x1f, 0x8e, 0x99, 0x95, 0x7c, 0xf9, 0xbe, 0xe8, + 0x7f, 0x6e, 0xbd, 0x9c, 0x7d, 0xff, 0x4e, 0x43, 0xcc, 0xc6, 0x4b, 0x62, 0x69, 0xf8, 0xec, 0x9f, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x36, 0xaf, 0xbd, 0x14, 0x1e, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/airdrop/types/validate_test.go b/x/airdrop/types/validate_test.go index 10406c683..905ca031d 100644 --- a/x/airdrop/types/validate_test.go +++ b/x/airdrop/types/validate_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/airdrop/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/airdrop/types" ) func TestAirdropConfigValidateBasic(t *testing.T) { diff --git a/x/autopilot/client/cli/query.go b/x/autopilot/client/cli/query.go index ce52f0892..d3820137e 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" "github.com/cosmos/cosmos-sdk/client/flags" ) diff --git a/x/autopilot/genesis.go b/x/autopilot/genesis.go index 3933da1e0..8eae7bc44 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/v23/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v24/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 ca3d02d0e..85ff37f7f 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/autopilot" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/autopilot" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) func TestGenesis(t *testing.T) { diff --git a/x/autopilot/handler.go b/x/autopilot/handler.go index 576541636..700caee5e 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/v23/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) // NewHandler returns autopilot module messages diff --git a/x/autopilot/keeper/airdrop.go b/x/autopilot/keeper/airdrop.go index 0322e00c9..39bfc5bc3 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/v23/utils" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 166f2dc52..3721687fe 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/autopilot" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/autopilot" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 5b16acc9b..db7c98826 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/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 c14c23fe7..eb0c961a3 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/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 4bf9ee4c3..25842c392 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) func (s *KeeperTestSuite) TestParamsQuery() { diff --git a/x/autopilot/keeper/ibc.go b/x/autopilot/keeper/ibc.go index 76944a456..499ee0076 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/v23/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v24/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 ec5252840..91a292e15 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/v23/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) type ( diff --git a/x/autopilot/keeper/keeper_test.go b/x/autopilot/keeper/keeper_test.go index 02568aeb3..de817bb67 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake.go b/x/autopilot/keeper/liquidstake.go index 237b1138b..63fbe974a 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/v23/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/autopilot/keeper/liquidstake_test.go b/x/autopilot/keeper/liquidstake_test.go index 57ac62a95..a1b0f5480 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/v23/x/autopilot" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordsmodule "github.com/Stride-Labs/stride/v23/x/records" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/autopilot" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordsmodule "github.com/Stride-Labs/stride/v24/x/records" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/autopilot/keeper/params.go b/x/autopilot/keeper/params.go index 4bce5a97f..d28d5e4fd 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/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 3c96bebe0..a0ce93f9f 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) func (s *KeeperTestSuite) TestGetParams() { diff --git a/x/autopilot/keeper/redeem_stake.go b/x/autopilot/keeper/redeem_stake.go index d6f93fbdb..dbafa1380 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/v23/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 7b85c9e08..ce3ff1af5 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/v23/x/records" + recordsmodule "github.com/Stride-Labs/stride/v24/x/records" sdk "github.com/cosmos/cosmos-sdk/types" - router "github.com/Stride-Labs/stride/v23/x/autopilot" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + router "github.com/Stride-Labs/stride/v24/x/autopilot" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func getRedeemStakeStakeibcPacketMetadata(strideAddress, redemptionReceiver string) string { diff --git a/x/autopilot/module.go b/x/autopilot/module.go index 2e233d601..f4859e3c6 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/v23/x/autopilot/client/cli" - "github.com/Stride-Labs/stride/v23/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/client/cli" + "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) var ( diff --git a/x/autopilot/module_ibc.go b/x/autopilot/module_ibc.go index 85937b9f4..d0d1b0f44 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/v23/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v24/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 3e89622a8..9d6a22bb7 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, 0xc8, 0x58, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, - 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x10, 0x2f, 0xed, 0x77, + 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xc8, 0x44, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, + 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x96, 0x69, 0x38, 0xa5, 0x17, 0x01, 0x00, 0x00, } diff --git a/x/autopilot/types/genesis_test.go b/x/autopilot/types/genesis_test.go index 1f3254fc1..ba3f96cfe 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/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/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 2ab433c9d..b4276698b 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, 0xc8, 0x58, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, - 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd4, 0x45, 0x5e, 0xf2, 0xfa, 0x00, 0x00, 0x00, + 0xa9, 0xcc, 0xc8, 0x44, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, + 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x52, 0x03, 0x8b, 0x20, 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 2682a2fec..a71147424 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/autopilot/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/autopilot/types" ) func init() { diff --git a/x/autopilot/types/query.pb.go b/x/autopilot/types/query.pb.go index 1e29a378f..9ad58ba1c 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, 0x19, 0xeb, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x80, 0x8d, - 0x1c, 0x99, 0xcf, 0x01, 0x00, 0x00, + 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x99, 0xe8, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, + 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x06, 0xcb, + 0xc9, 0x4b, 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 a30a3f474..930f1c842 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/v23/testutil/cli" + strideclitestutil "github.com/Stride-Labs/stride/v24/testutil/cli" - "github.com/Stride-Labs/stride/v23/testutil/network" + "github.com/Stride-Labs/stride/v24/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/v23/x/claim/client/cli" + "github.com/Stride-Labs/stride/v24/x/claim/client/cli" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/app" - cmdcfg "github.com/Stride-Labs/stride/v23/cmd/strided/config" - "github.com/Stride-Labs/stride/v23/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/app" + cmdcfg "github.com/Stride-Labs/stride/v24/cmd/strided/config" + "github.com/Stride-Labs/stride/v24/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v24/x/claim/types" ) var addr1 sdk.AccAddress diff --git a/x/claim/client/cli/query.go b/x/claim/client/cli/query.go index fd4bdeec3..6cd43d89a 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 90d7f6938..eb67d82b7 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 b2796d85c..47271ce02 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 a201add7d..6452e328a 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 76d37152d..670481f4c 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 00707116c..2a40ce751 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) func CmdSetAirdropAllocations() *cobra.Command { diff --git a/x/claim/genesis_test.go b/x/claim/genesis_test.go index 0a2cfc825..ac1ed261e 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/claim/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) func TestGenesis(t *testing.T) { diff --git a/x/claim/handler.go b/x/claim/handler.go index a0e6da5df..e3b44c476 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/v23/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) // NewHandler returns claim module messages diff --git a/x/claim/keeper/claim.go b/x/claim/keeper/claim.go index d78c285e2..ea7cfe322 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/claim/types" - vestingtypes "github.com/Stride-Labs/stride/v23/x/claim/vesting/types" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/claim/types" + vestingtypes "github.com/Stride-Labs/stride/v24/x/claim/vesting/types" + epochstypes "github.com/Stride-Labs/stride/v24/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 70a7f912f..d1d2a2353 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/utils" - claimkeeper "github.com/Stride-Labs/stride/v23/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/utils" + claimkeeper "github.com/Stride-Labs/stride/v24/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" - stridevestingtypes "github.com/Stride-Labs/stride/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" + stridevestingtypes "github.com/Stride-Labs/stride/v24/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 0480105da..14b34924e 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 345259d0c..465f6c078 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/claim/keeper/hooks.go b/x/claim/keeper/hooks.go index 8a99c9404..b5c1ae3ca 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/v23/x/epochs/types" - stakingibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + stakingibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" - "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 66ff3b193..73e1c8dba 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/claim/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/claim/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" ) func (s *KeeperTestSuite) TestAfterEpochEnd() { diff --git a/x/claim/keeper/keeper.go b/x/claim/keeper/keeper.go index d382c2f0b..533756abd 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) // Keeper struct diff --git a/x/claim/keeper/keeper_test.go b/x/claim/keeper/keeper_test.go index 94797bbb1..be598d38a 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/claim/types" - minttypes "github.com/Stride-Labs/stride/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/x/claim/types" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" ) type KeeperTestSuite struct { diff --git a/x/claim/keeper/msg_server.go b/x/claim/keeper/msg_server.go index b2d89b78e..fc7f6d194 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/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 3cf672588..1d94f5b8d 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/v23/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) func (suite *KeeperTestSuite) TestSetAirdropAllocationsForMultiAirdrops() { diff --git a/x/claim/keeper/params.go b/x/claim/keeper/params.go index f7f89f53b..dca783f07 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/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) // GetParams get params diff --git a/x/claim/migrations/v2/convert.go b/x/claim/migrations/v2/convert.go index 81a1055ed..7d997eb74 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/v23/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v24/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 03bb3ec9a..1290e1b0a 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/v23/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v24/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 a39432785..6ff3f6304 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/v23/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v23/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v24/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v24/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 3a6019c67..733918621 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/v23/x/claim/client/cli" - "github.com/Stride-Labs/stride/v23/x/claim/keeper" - "github.com/Stride-Labs/stride/v23/x/claim/types" + "github.com/Stride-Labs/stride/v24/x/claim/client/cli" + "github.com/Stride-Labs/stride/v24/x/claim/keeper" + "github.com/Stride-Labs/stride/v24/x/claim/types" ) var ( diff --git a/x/claim/types/claim.pb.go b/x/claim/types/claim.pb.go index 0837fc1f3..e433e08d9 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{ - // 392 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0xcf, 0x0e, 0xd2, 0x30, - 0x00, 0xc6, 0x37, 0x20, 0xa8, 0x45, 0x05, 0xab, 0x86, 0x81, 0x71, 0x23, 0x3b, 0x18, 0x62, 0x64, - 0x4b, 0xe4, 0xe6, 0xc5, 0x0c, 0x18, 0x66, 0x71, 0xd1, 0x38, 0x30, 0x26, 0x5e, 0x96, 0xb1, 0xd6, - 0xd1, 0xc8, 0xe8, 0xb2, 0xd6, 0x3f, 0xbc, 0x81, 0x47, 0xdf, 0xc1, 0x9b, 0x4f, 0xc2, 0x91, 0xa3, - 0xf1, 0xb0, 0x18, 0x78, 0x83, 0x3d, 0x81, 0xa1, 0x2b, 0xc6, 0xe8, 0x65, 0x5b, 0x7e, 0xbf, 0x2f, - 0x5f, 0xd6, 0x7e, 0x40, 0x63, 0x3c, 0x27, 0x08, 0xdb, 0xf1, 0x26, 0x22, 0x69, 0xf5, 0xb4, 0xb2, - 0x9c, 0x72, 0x0a, 0xaf, 0x57, 0xc6, 0x12, 0xac, 0x7f, 0x27, 0xa1, 0x09, 0x15, 0xc2, 0x3e, 0x7f, - 0x55, 0x19, 0xf3, 0x7b, 0x0d, 0xb4, 0xa6, 0x67, 0x1f, 0xe0, 0x98, 0xe6, 0x08, 0xfa, 0x00, 0x46, - 0x24, 0x47, 0x39, 0xcd, 0x42, 0x82, 0xf0, 0x96, 0x93, 0x77, 0x04, 0xe7, 0x9a, 0x3a, 0x50, 0x87, - 0xd7, 0x26, 0xf7, 0xcb, 0xc2, 0xe8, 0xed, 0xa2, 0x74, 0xf3, 0xc4, 0xfc, 0x3f, 0x63, 0x06, 0xb7, - 0x24, 0xf4, 0xfe, 0x30, 0xf8, 0x08, 0x5c, 0x89, 0x10, 0xca, 0x31, 0x63, 0x5a, 0x4d, 0x54, 0xc0, - 0xb2, 0x30, 0x6e, 0xca, 0x8a, 0x4a, 0x98, 0xc1, 0x25, 0x02, 0xdf, 0x80, 0xe6, 0x27, 0x4c, 0x92, - 0x35, 0xd7, 0xea, 0x22, 0xfc, 0x74, 0x5f, 0x18, 0xca, 0xcf, 0xc2, 0x78, 0x90, 0x10, 0xbe, 0xfe, - 0xb0, 0xb2, 0x62, 0x9a, 0xda, 0x31, 0x65, 0x29, 0x65, 0xf2, 0x35, 0x62, 0xe8, 0xbd, 0xcd, 0x77, - 0x19, 0x66, 0xd6, 0x0c, 0xc7, 0x65, 0x61, 0xdc, 0xa8, 0xaa, 0xab, 0x16, 0x33, 0x90, 0x75, 0x70, - 0x0e, 0x3a, 0x51, 0xcc, 0x09, 0xdd, 0x86, 0x31, 0x4d, 0xb3, 0x0d, 0xe6, 0x18, 0x69, 0x8d, 0x41, - 0x7d, 0x78, 0x75, 0x72, 0xaf, 0x2c, 0x8c, 0xae, 0xfc, 0x9f, 0x7f, 0x12, 0x66, 0xd0, 0xae, 0xd0, - 0xf4, 0x42, 0x1e, 0x2e, 0x40, 0xd3, 0x11, 0x08, 0xb6, 0x41, 0xcb, 0x99, 0x2e, 0xbd, 0x97, 0x2f, - 0xc2, 0x79, 0xe0, 0xba, 0x1d, 0x05, 0x76, 0xc1, 0x6d, 0x09, 0x7c, 0xef, 0xd5, 0x6b, 0x6f, 0x16, - 0x2e, 0x96, 0xce, 0x73, 0xb7, 0xa3, 0xc2, 0x1e, 0xb8, 0x2b, 0xc5, 0xcc, 0xf5, 0xdd, 0x67, 0xce, - 0xd2, 0x95, 0xaa, 0xd6, 0x6f, 0x7c, 0xf9, 0xa6, 0x2b, 0x13, 0x6f, 0x7f, 0xd4, 0xd5, 0xc3, 0x51, - 0x57, 0x7f, 0x1d, 0x75, 0xf5, 0xeb, 0x49, 0x57, 0x0e, 0x27, 0x5d, 0xf9, 0x71, 0xd2, 0x95, 0xb7, - 0xf6, 0x5f, 0xe7, 0x5e, 0x88, 0x29, 0x47, 0x7e, 0xb4, 0x62, 0xb6, 0x1c, 0xfc, 0xe3, 0xe3, 0xb1, - 0xfd, 0x59, 0xce, 0x2e, 0x2e, 0x61, 0xd5, 0x14, 0x9b, 0x8e, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, - 0xcb, 0x9a, 0x27, 0xa6, 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, 0x51, 0x57, 0x6e, 0x4c, 0x81, 0x62, 0x1a, 0x1b, 0x8d, 0x05, 0x63, 0xe2, 0xa6, 0x29, 0x9d, + 0xb1, 0x4c, 0xa4, 0x4c, 0xd3, 0x19, 0xff, 0x70, 0x03, 0x97, 0xde, 0xc1, 0x9d, 0x27, 0x61, 0xc9, + 0xd2, 0xb8, 0x68, 0x0c, 0xdc, 0xa0, 0x27, 0x30, 0x4c, 0x07, 0x63, 0xbe, 0x6f, 0xd3, 0x36, 0xbf, + 0xdf, 0xcb, 0x4b, 0x67, 0x1e, 0xd0, 0x18, 0xcf, 0x09, 0xc2, 0x76, 0xbc, 0x8e, 0x48, 0x5a, 0x3d, + 0xad, 0x2c, 0xa7, 0x9c, 0xc2, 0xeb, 0x95, 0xb1, 0x04, 0xeb, 0xdf, 0x49, 0x68, 0x42, 0x85, 0xb0, + 0x4f, 0x5f, 0x55, 0xc6, 0xfc, 0x59, 0x03, 0xad, 0xc9, 0xc9, 0x07, 0x38, 0xa6, 0x39, 0x82, 0x3e, + 0x80, 0x11, 0xc9, 0x51, 0x4e, 0xb3, 0x90, 0x20, 0xbc, 0xe1, 0xe4, 0x03, 0xc1, 0xb9, 0xa6, 0x0e, + 0xd4, 0xe1, 0xb5, 0xf1, 0xfd, 0xb2, 0x30, 0x7a, 0xdb, 0x28, 0x5d, 0x3f, 0x33, 0x2f, 0x67, 0xcc, + 0xe0, 0x96, 0x84, 0xde, 0x3f, 0x06, 0x1f, 0x81, 0x2b, 0x11, 0x42, 0x39, 0x66, 0x4c, 0xab, 0x89, + 0x0a, 0x58, 0x16, 0xc6, 0x4d, 0x59, 0x51, 0x09, 0x33, 0x38, 0x47, 0xe0, 0x3b, 0xd0, 0xfc, 0x82, + 0x49, 0xb2, 0xe2, 0x5a, 0x5d, 0x84, 0x9f, 0xef, 0x0a, 0x43, 0xf9, 0x5d, 0x18, 0x0f, 0x12, 0xc2, + 0x57, 0x9f, 0x96, 0x56, 0x4c, 0x53, 0x3b, 0xa6, 0x2c, 0xa5, 0x4c, 0xbe, 0x46, 0x0c, 0x7d, 0xb4, + 0xf9, 0x36, 0xc3, 0xcc, 0x9a, 0xe2, 0xb8, 0x2c, 0x8c, 0x1b, 0x55, 0x75, 0xd5, 0x62, 0x06, 0xb2, + 0x0e, 0xce, 0x40, 0x27, 0x8a, 0x39, 0xa1, 0x9b, 0x30, 0xa6, 0x69, 0xb6, 0xc6, 0x1c, 0x23, 0xad, + 0x31, 0xa8, 0x0f, 0xaf, 0x8e, 0xef, 0x95, 0x85, 0xd1, 0x95, 0xff, 0x73, 0x21, 0x61, 0x06, 0xed, + 0x0a, 0x4d, 0xce, 0xe4, 0xe1, 0x1c, 0x34, 0x1d, 0x81, 0x60, 0x1b, 0xb4, 0x9c, 0xc9, 0xc2, 0x7b, + 0xfd, 0x2a, 0x9c, 0x05, 0xae, 0xdb, 0x51, 0x60, 0x17, 0xdc, 0x96, 0xc0, 0xf7, 0xde, 0xbc, 0xf5, + 0xa6, 0xe1, 0x7c, 0xe1, 0xbc, 0x74, 0x3b, 0x2a, 0xec, 0x81, 0xbb, 0x52, 0x4c, 0x5d, 0xdf, 0x7d, + 0xe1, 0x2c, 0x5c, 0xa9, 0x6a, 0xfd, 0xc6, 0xb7, 0x1f, 0xba, 0x32, 0xf6, 0x76, 0x07, 0x5d, 0xdd, + 0x1f, 0x74, 0xf5, 0xcf, 0x41, 0x57, 0xbf, 0x1f, 0x75, 0x65, 0x7f, 0xd4, 0x95, 0x5f, 0x47, 0x5d, + 0x79, 0x6f, 0xff, 0x77, 0xee, 0xb9, 0x98, 0x72, 0xe4, 0x47, 0x4b, 0x66, 0xcb, 0xc1, 0x3f, 0x3f, + 0x7e, 0x6a, 0x7f, 0x95, 0xb3, 0x8b, 0x4b, 0x58, 0x36, 0xc5, 0xa6, 0x4f, 0xfe, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x65, 0x02, 0x9e, 0xd0, 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 d7153a750..dceed7c66 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/v23/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v24/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 48502fb1a..fcc67d597 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, 0x64, 0xac, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, - 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xe6, 0x7e, - 0xa3, 0x52, 0x7c, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x64, 0xa2, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, + 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x48, 0xe6, + 0x1a, 0x24, 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 4dc9dc361..a5a92fbe7 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) // Msg type for MsgSetAirdropAllocations diff --git a/x/claim/types/params.pb.go b/x/claim/types/params.pb.go index 56afc17a4..df78bd042 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{ - // 515 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, 0x74, 0x37, 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, 0x2b, 0xeb, 0xa9, 0xf5, - 0x7b, 0xef, 0xfb, 0xde, 0xfb, 0xfc, 0xc5, 0xa0, 0x2d, 0x95, 0x60, 0x84, 0xa2, 0xc9, 0x1c, 0xb3, - 0x14, 0xe5, 0x58, 0xe0, 0x54, 0x86, 0xb9, 0xe0, 0x8a, 0xc3, 0x83, 0x92, 0x0a, 0x0d, 0xd5, 0x79, - 0x32, 0xe3, 0x33, 0x6e, 0x08, 0xa4, 0xff, 0x95, 0x9a, 0x8e, 0x37, 0xe3, 0x7c, 0x36, 0xa7, 0xc8, - 0x9c, 0x92, 0xc5, 0x14, 0x91, 0x85, 0xc0, 0x8a, 0xf1, 0xcc, 0xf2, 0xfe, 0x5d, 0x5e, 0xb1, 0x94, - 0x4a, 0x85, 0xd3, 0xbc, 0x14, 0x04, 0xef, 0x40, 0xfd, 0xa3, 0x31, 0x85, 0x6f, 0x40, 0x13, 0x33, - 0x41, 0x04, 0xcf, 0xa5, 0xeb, 0x74, 0xf7, 0x7a, 0xad, 0xfe, 0xd3, 0x70, 0x3b, 0x41, 0x38, 0x28, - 0xd9, 0x68, 0x23, 0x0b, 0x7e, 0xec, 0x83, 0x86, 0x45, 0xe1, 0x19, 0x80, 0x16, 0x8f, 0x19, 0xa1, - 0x99, 0x62, 0x53, 0x46, 0x85, 0xeb, 0x74, 0x9d, 0xde, 0x83, 0xe1, 0xf3, 0x9b, 0xc2, 0x6f, 0x2f, - 0x71, 0x3a, 0x7f, 0x1b, 0xec, 0x6a, 0x82, 0xe8, 0xc8, 0x82, 0xa3, 0x0d, 0x06, 0xdb, 0xa0, 0x39, - 0xb9, 0xc0, 0x2c, 0x8b, 0x19, 0x71, 0x1b, 0xba, 0x47, 0xd4, 0x30, 0xe7, 0x11, 0x81, 0xfc, 0xd6, - 0x48, 0x2a, 0x2c, 0x54, 0xac, 0x47, 0x72, 0xef, 0x75, 0x9d, 0x5e, 0xab, 0xdf, 0x09, 0xcb, 0x79, - 0xc3, 0x6a, 0xde, 0xf0, 0xbc, 0x9a, 0x77, 0xf8, 0xe2, 0xaa, 0xf0, 0x6b, 0xbb, 0x41, 0x6e, 0x7b, - 0x04, 0x97, 0xbf, 0x7d, 0x27, 0x3a, 0xb4, 0xc4, 0x58, 0xe3, 0xba, 0x1a, 0x7e, 0x73, 0x40, 0x05, - 0xc6, 0xd5, 0xf5, 0xba, 0x7b, 0xc6, 0xaf, 0xbd, 0xe3, 0x77, 0x6a, 0x05, 0xc3, 0x81, 0xb6, 0xfb, - 0x5b, 0xf8, 0x9d, 0xbb, 0xa5, 0xaf, 0x79, 0xca, 0x14, 0x4d, 0x73, 0xb5, 0xbc, 0x29, 0xfc, 0x67, - 0xff, 0x87, 0xa9, 0x34, 0xc1, 0x77, 0x1d, 0xe5, 0x91, 0x85, 0xab, 0x9e, 0xd0, 0x07, 0x2d, 0xb3, - 0x8a, 0x98, 0xd0, 0x8c, 0xa7, 0xee, 0xbe, 0xb9, 0x18, 0x60, 0xa0, 0x53, 0x8d, 0x40, 0x04, 0x1e, - 0x13, 0xa6, 0x97, 0x96, 0x2c, 0x14, 0x17, 0x31, 0x26, 0x44, 0x50, 0x29, 0xdd, 0xfb, 0x46, 0x08, - 0xb7, 0xa8, 0x41, 0xc9, 0xc0, 0x73, 0xf0, 0xd0, 0x94, 0x53, 0x12, 0x4b, 0x1e, 0x4f, 0xb1, 0x70, - 0xeb, 0x66, 0x63, 0xa1, 0x4e, 0xff, 0xab, 0xf0, 0x5f, 0xce, 0x98, 0xba, 0x58, 0x24, 0xe1, 0x84, - 0xa7, 0x68, 0xc2, 0x65, 0xca, 0xa5, 0xfd, 0x39, 0x96, 0xe4, 0x33, 0x52, 0xcb, 0x9c, 0xca, 0x70, - 0x94, 0xa9, 0xe8, 0xc0, 0x76, 0x19, 0xf3, 0x0f, 0x58, 0xc0, 0x57, 0xe0, 0x08, 0x2f, 0x14, 0xcf, - 0xd9, 0x9c, 0xab, 0x98, 0x66, 0x38, 0x99, 0x53, 0xe2, 0x36, 0xbb, 0x4e, 0xaf, 0x19, 0x1d, 0x6e, - 0x88, 0xf7, 0x25, 0x3e, 0x1c, 0x5d, 0xad, 0x3c, 0xe7, 0x7a, 0xe5, 0x39, 0x7f, 0x56, 0x9e, 0x73, - 0xb9, 0xf6, 0x6a, 0xd7, 0x6b, 0xaf, 0xf6, 0x73, 0xed, 0xd5, 0x3e, 0xa1, 0x2d, 0xf3, 0xb1, 0xf9, - 0x12, 0x8f, 0xcf, 0x70, 0x22, 0x91, 0x7d, 0x32, 0x5f, 0xfa, 0x27, 0xe8, 0xab, 0x7d, 0x38, 0x26, - 0x49, 0x52, 0x37, 0x6b, 0x38, 0xf9, 0x17, 0x00, 0x00, 0xff, 0xff, 0x9c, 0x08, 0xc6, 0x84, 0x55, - 0x03, 0x00, 0x00, + 0xb0, 0x58, 0x14, 0x4e, 0x70, 0x6a, 0x35, 0x90, 0x2a, 0xed, 0x80, 0xd2, 0x9d, 0xb8, 0x44, 0x4e, + 0xed, 0x76, 0x16, 0x4d, 0x1c, 0xd9, 0x2e, 0xa2, 0xbf, 0x80, 0xeb, 0x8e, 0xfc, 0x1e, 0x4e, 0x3b, + 0xee, 0x88, 0x38, 0x04, 0xd4, 0xde, 0x38, 0xee, 0x17, 0x20, 0x3b, 0x4e, 0x57, 0xd6, 0x53, 0xeb, + 0xf7, 0xde, 0xf7, 0xbd, 0xf7, 0xf9, 0x8b, 0x41, 0x5b, 0x2a, 0xc1, 0x08, 0x45, 0x93, 0x39, 0x66, + 0x29, 0xca, 0xb1, 0xc0, 0xa9, 0x0c, 0x73, 0xc1, 0x15, 0x87, 0x07, 0x25, 0x15, 0x1a, 0xaa, 0xf3, + 0x68, 0xc6, 0x67, 0xdc, 0x10, 0x48, 0xff, 0x2b, 0x35, 0x1d, 0x6f, 0xc6, 0xf9, 0x6c, 0x4e, 0x91, + 0x39, 0x25, 0x8b, 0x29, 0x22, 0x0b, 0x81, 0x15, 0xe3, 0x99, 0xe5, 0xfd, 0xdb, 0xbc, 0x62, 0x29, + 0x95, 0x0a, 0xa7, 0x79, 0x29, 0x08, 0xde, 0x81, 0xfa, 0x47, 0x63, 0x0a, 0x5f, 0x81, 0x26, 0x66, + 0x82, 0x08, 0x9e, 0x4b, 0xd7, 0xe9, 0xee, 0xf5, 0x5a, 0xfd, 0xc7, 0xe1, 0x76, 0x82, 0x70, 0x50, + 0xb2, 0xd1, 0x46, 0x16, 0xfc, 0xd8, 0x07, 0x0d, 0x8b, 0xc2, 0x53, 0x00, 0x2d, 0x1e, 0x33, 0x42, + 0x33, 0xc5, 0xa6, 0x8c, 0x0a, 0xd7, 0xe9, 0x3a, 0xbd, 0x7b, 0xc3, 0xa7, 0xd7, 0x85, 0xdf, 0x5e, + 0xe2, 0x74, 0xfe, 0x36, 0xd8, 0xd5, 0x04, 0xd1, 0x91, 0x05, 0x47, 0x1b, 0x0c, 0xb6, 0x41, 0x73, + 0x72, 0x8e, 0x59, 0x16, 0x33, 0xe2, 0x36, 0x74, 0x8f, 0xa8, 0x61, 0xce, 0x23, 0x02, 0xf9, 0x8d, + 0x91, 0x54, 0x58, 0xa8, 0x58, 0x8f, 0xe4, 0xde, 0xe9, 0x3a, 0xbd, 0x56, 0xbf, 0x13, 0x96, 0xf3, + 0x86, 0xd5, 0xbc, 0xe1, 0x59, 0x35, 0xef, 0xf0, 0xd9, 0x65, 0xe1, 0xd7, 0x76, 0x83, 0xdc, 0xf4, + 0x08, 0x2e, 0x7e, 0xfb, 0x4e, 0x74, 0x68, 0x89, 0xb1, 0xc6, 0x75, 0x35, 0xfc, 0xe6, 0x80, 0x0a, + 0x8c, 0xab, 0xeb, 0x75, 0xf7, 0x8c, 0x5f, 0x7b, 0xc7, 0xef, 0xc4, 0x0a, 0x86, 0x03, 0x6d, 0xf7, + 0xb7, 0xf0, 0x3b, 0xb7, 0x4b, 0x5f, 0xf2, 0x94, 0x29, 0x9a, 0xe6, 0x6a, 0x79, 0x5d, 0xf8, 0x4f, + 0xfe, 0x0f, 0x53, 0x69, 0x82, 0xef, 0x3a, 0xca, 0x03, 0x0b, 0x57, 0x3d, 0xa1, 0x0f, 0x5a, 0x66, + 0x15, 0x31, 0xa1, 0x19, 0x4f, 0xdd, 0x7d, 0x73, 0x31, 0xc0, 0x40, 0x27, 0x1a, 0x81, 0x08, 0x3c, + 0x24, 0x4c, 0x2f, 0x2d, 0x59, 0x28, 0x2e, 0x62, 0x4c, 0x88, 0xa0, 0x52, 0xba, 0x77, 0x8d, 0x10, + 0x6e, 0x51, 0x83, 0x92, 0x81, 0x67, 0xe0, 0xbe, 0x29, 0xa7, 0x24, 0x96, 0x3c, 0x9e, 0x62, 0xe1, + 0xd6, 0xcd, 0xc6, 0x42, 0x9d, 0xfe, 0x57, 0xe1, 0x3f, 0x9f, 0x31, 0x75, 0xbe, 0x48, 0xc2, 0x09, + 0x4f, 0xd1, 0x84, 0xcb, 0x94, 0x4b, 0xfb, 0x73, 0x2c, 0xc9, 0x67, 0xa4, 0x96, 0x39, 0x95, 0xe1, + 0x28, 0x53, 0xd1, 0x81, 0xed, 0x32, 0xe6, 0x1f, 0xb0, 0x80, 0x2f, 0xc0, 0x11, 0x5e, 0x28, 0x9e, + 0xb3, 0x39, 0x57, 0x31, 0xcd, 0x70, 0x32, 0xa7, 0xc4, 0x6d, 0x76, 0x9d, 0x5e, 0x33, 0x3a, 0xdc, + 0x10, 0xef, 0x4b, 0x7c, 0x38, 0xba, 0x5c, 0x79, 0xce, 0xd5, 0xca, 0x73, 0xfe, 0xac, 0x3c, 0xe7, + 0x62, 0xed, 0xd5, 0xae, 0xd6, 0x5e, 0xed, 0xe7, 0xda, 0xab, 0x7d, 0x42, 0x5b, 0xe6, 0x63, 0xf3, + 0x25, 0x1e, 0x9f, 0xe2, 0x44, 0x22, 0xfb, 0x64, 0xbe, 0xf4, 0xdf, 0xa0, 0xaf, 0xf6, 0xe1, 0x98, + 0x24, 0x49, 0xdd, 0xac, 0xe1, 0xf5, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x32, 0x90, 0x7f, 0xf2, + 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 afcff7ed4..405208b5d 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/v23/x/claim/vesting/types" + types2 "github.com/Stride-Labs/stride/v24/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,81 +927,81 @@ var fileDescriptor_baa87682a02846df = []byte{ // 1225 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4d, 0x6f, 0x1b, 0x45, 0x18, 0xce, 0x24, 0x6d, 0xd2, 0x4e, 0x12, 0x47, 0x99, 0x7c, 0xd4, 0xde, 0x34, 0xb6, 0x19, 0x48, - 0x62, 0xa4, 0x66, 0x97, 0x3a, 0x88, 0x03, 0x17, 0x60, 0xc3, 0x47, 0x83, 0x8a, 0x54, 0x36, 0x25, - 0x12, 0x5c, 0xac, 0xf1, 0xee, 0xc4, 0xac, 0xb0, 0x77, 0x9d, 0x9d, 0xdd, 0x8a, 0xa8, 0xaa, 0x10, - 0x70, 0xe0, 0x06, 0x91, 0x80, 0x1f, 0x01, 0x12, 0x07, 0x7e, 0x02, 0x07, 0xa4, 0x1e, 0x2b, 0x71, - 0xe1, 0x00, 0x29, 0x4a, 0xf8, 0x05, 0x91, 0xe0, 0x8c, 0x76, 0xe6, 0x5d, 0x67, 0xd7, 0x59, 0xd7, - 0x09, 0x12, 0xa2, 0x97, 0x38, 0x3b, 0xef, 0xd7, 0xf3, 0x7e, 0xcc, 0x33, 0x33, 0xb8, 0x28, 0xc2, - 0xc0, 0x75, 0xb8, 0x61, 0xb7, 0x99, 0xdb, 0x31, 0xf6, 0x22, 0x1e, 0xec, 0xeb, 0xdd, 0xc0, 0x0f, - 0x7d, 0x32, 0xa5, 0x24, 0xba, 0x94, 0x68, 0xf3, 0x2d, 0xbf, 0xe5, 0x4b, 0x81, 0x11, 0xff, 0xa7, - 0x74, 0xb4, 0xeb, 0x2d, 0xdf, 0x6f, 0xb5, 0xb9, 0xc1, 0xba, 0xae, 0xc1, 0x3c, 0xcf, 0x0f, 0x59, - 0xe8, 0xfa, 0x9e, 0x00, 0x69, 0xd9, 0xf6, 0x45, 0xc7, 0x17, 0x46, 0x93, 0x09, 0x6e, 0xdc, 0xbb, - 0xd9, 0xe4, 0x21, 0xbb, 0x69, 0xd8, 0xbe, 0xeb, 0x81, 0x3c, 0x1b, 0x5b, 0xfe, 0x05, 0x49, 0x29, - 0x23, 0xe9, 0xb2, 0x80, 0x75, 0x12, 0xa7, 0xd7, 0x41, 0x74, 0x8f, 0x8b, 0xd0, 0xf5, 0x5a, 0xc9, - 0x2f, 0x48, 0x2b, 0x00, 0x48, 0x7e, 0x35, 0xa3, 0x5d, 0x23, 0x74, 0x3b, 0x5c, 0x84, 0xac, 0xd3, - 0x55, 0x0a, 0x74, 0x07, 0x4f, 0x6e, 0xc6, 0x4e, 0xb7, 0x43, 0x16, 0x46, 0x82, 0xac, 0x63, 0xc2, - 0xdc, 0xc0, 0x09, 0xfc, 0x6e, 0xc3, 0x75, 0xb8, 0x17, 0xba, 0xbb, 0x2e, 0x0f, 0x8a, 0xa8, 0x8a, - 0x6a, 0x57, 0xad, 0x59, 0x90, 0x6c, 0xf5, 0x04, 0xa4, 0x88, 0x27, 0x24, 0x24, 0xee, 0x14, 0x47, - 0xab, 0xa8, 0x76, 0xc5, 0x4a, 0x3e, 0xe9, 0x5b, 0xf8, 0xda, 0xbb, 0x71, 0xf1, 0x52, 0xce, 0x2d, - 0xbe, 0x17, 0x71, 0x11, 0x92, 0x1b, 0x78, 0x82, 0x39, 0x4e, 0xc0, 0x85, 0x50, 0x8e, 0x4d, 0x72, - 0x72, 0x58, 0x29, 0xec, 0xb3, 0x4e, 0xfb, 0x65, 0x0a, 0x02, 0x6a, 0x25, 0x2a, 0x34, 0xc2, 0xc5, - 0xb3, 0x8e, 0x44, 0xd7, 0xf7, 0x04, 0x27, 0xef, 0xe3, 0x29, 0x19, 0xaf, 0x21, 0xe4, 0x7a, 0x11, - 0x55, 0xc7, 0x6a, 0x93, 0xf5, 0x92, 0x9e, 0xee, 0x94, 0x9e, 0x32, 0x34, 0x97, 0x1e, 0x1e, 0x56, - 0x46, 0x4e, 0x0e, 0x2b, 0x73, 0x2a, 0x5a, 0xda, 0x98, 0x5a, 0x93, 0xf6, 0xa9, 0x26, 0xfd, 0x79, - 0x14, 0x4f, 0x4b, 0xcb, 0x77, 0x78, 0xc8, 0x1c, 0x16, 0xb2, 0x8b, 0x96, 0xe6, 0x59, 0x3c, 0x6d, - 0x47, 0x41, 0xc0, 0xbd, 0xb0, 0x11, 0xf8, 0x91, 0xa7, 0x0a, 0x74, 0xd5, 0x9a, 0x82, 0x45, 0x2b, - 0x5e, 0x23, 0x01, 0x9e, 0xcb, 0x28, 0xc5, 0x58, 0x82, 0xb0, 0x38, 0x56, 0x45, 0xb5, 0xc9, 0xba, - 0xa6, 0xab, 0xe6, 0xe9, 0x49, 0xf3, 0xf4, 0xbb, 0x49, 0xf3, 0xcc, 0x55, 0x48, 0x44, 0x83, 0x44, - 0xce, 0x3a, 0xa1, 0x07, 0x8f, 0x2b, 0xc8, 0x9a, 0x4d, 0x87, 0xdb, 0x8e, 0xd7, 0x49, 0x1b, 0xcf, - 0x66, 0xd5, 0xb9, 0xe7, 0x14, 0x2f, 0x0d, 0x8d, 0xf8, 0x1c, 0x44, 0x2c, 0xe6, 0x45, 0xe4, 0x9e, - 0xa3, 0xe2, 0xcd, 0xa4, 0xe3, 0xbd, 0xe1, 0x39, 0x74, 0x09, 0x97, 0x4e, 0xdb, 0x97, 0xd4, 0x12, - 0x26, 0x81, 0x7e, 0x82, 0xb5, 0x3c, 0x21, 0x74, 0x97, 0xe1, 0x82, 0x6a, 0x50, 0x07, 0x24, 0xd0, - 0xdf, 0xa5, 0x9c, 0xfe, 0x26, 0xc6, 0xe6, 0x32, 0xc0, 0x5c, 0x48, 0x77, 0x38, 0x71, 0x40, 0xad, - 0x69, 0x3b, 0xad, 0x4d, 0x23, 0xbc, 0x22, 0x01, 0xbc, 0xee, 0xc6, 0x2e, 0x9b, 0x51, 0xe8, 0x07, - 0xaf, 0xd9, 0xb6, 0x1f, 0x79, 0xa1, 0xc9, 0xda, 0xcc, 0xb3, 0x79, 0x32, 0xb3, 0xb7, 0x07, 0x37, - 0xdf, 0x5c, 0x3e, 0x39, 0xac, 0x94, 0x60, 0x7c, 0xcf, 0xe8, 0xd0, 0x9c, 0xd9, 0xa0, 0xbf, 0x21, - 0xbc, 0x3a, 0x2c, 0x2e, 0x14, 0xe1, 0x47, 0x84, 0x97, 0x9c, 0x53, 0xad, 0x06, 0x53, 0x6a, 0x8d, - 0xa6, 0xd2, 0xeb, 0x8d, 0xbc, 0xa2, 0x16, 0x3d, 0xa6, 0x16, 0x1d, 0xa8, 0x45, 0xdf, 0xf4, 0x5d, - 0xcf, 0xdc, 0x81, 0x82, 0x50, 0x85, 0xf0, 0x09, 0xbe, 0xe8, 0xf7, 0x8f, 0x2b, 0xb5, 0x96, 0x1b, - 0x7e, 0x18, 0x35, 0x75, 0xdb, 0xef, 0x18, 0xc0, 0x56, 0xea, 0x67, 0x5d, 0x38, 0x1f, 0x19, 0xe1, - 0x7e, 0x97, 0x0b, 0xe9, 0x56, 0x58, 0x25, 0x67, 0x10, 0x76, 0x3a, 0x8f, 0x89, 0xcc, 0xee, 0x8e, - 0xe4, 0xa9, 0xa4, 0xd9, 0x5b, 0x78, 0x2e, 0xb3, 0x0a, 0x09, 0xd6, 0xf1, 0xb8, 0xe2, 0x33, 0x59, - 0xcd, 0xc9, 0xfa, 0x7c, 0xb6, 0xbb, 0x4a, 0xdb, 0xbc, 0x14, 0x67, 0x61, 0x81, 0x26, 0xfd, 0x16, - 0xa5, 0xd9, 0xc5, 0xe2, 0xb6, 0x1f, 0x38, 0xff, 0x49, 0xa7, 0xd2, 0x5c, 0x35, 0x7a, 0x41, 0xae, - 0x4a, 0x60, 0xf5, 0x73, 0x55, 0x20, 0xd7, 0x21, 0xdb, 0x3c, 0xae, 0x52, 0x86, 0xf9, 0x5c, 0xa5, - 0x8c, 0x13, 0xae, 0x52, 0x9a, 0xf4, 0x77, 0x84, 0xcb, 0xa7, 0x71, 0x59, 0xb3, 0xcd, 0xdf, 0x8c, - 0x7b, 0x12, 0x1f, 0x3d, 0x4f, 0x41, 0x55, 0xc8, 0x2b, 0x78, 0x9c, 0x49, 0x30, 0x92, 0xd7, 0x0a, - 0xfd, 0x1d, 0x56, 0x40, 0xcd, 0xd9, 0x93, 0xc3, 0xca, 0x34, 0xb8, 0x90, 0x2b, 0xd4, 0x02, 0x33, - 0xfa, 0x0d, 0xc2, 0x95, 0x81, 0xf9, 0x41, 0x79, 0xf7, 0xf0, 0xe5, 0xf8, 0x24, 0x15, 0xc3, 0x37, - 0xc4, 0xab, 0x50, 0xd7, 0x29, 0xa8, 0x6b, 0x6c, 0x75, 0xb1, 0xd1, 0x57, 0x91, 0xe8, 0x4f, 0x08, - 0xe8, 0xeb, 0xae, 0x1f, 0xb2, 0x76, 0x0f, 0xdb, 0xd3, 0x50, 0xf2, 0x35, 0x3c, 0xe3, 0x7a, 0x76, - 0x3b, 0x72, 0x78, 0x23, 0x39, 0x9f, 0xc7, 0xe4, 0xf9, 0x5c, 0x80, 0xe5, 0x4d, 0x38, 0xa6, 0x0f, - 0x10, 0x5e, 0xca, 0xcd, 0xe1, 0xff, 0x2b, 0xeb, 0x2d, 0xd8, 0x44, 0xef, 0x09, 0x1e, 0xec, 0xa8, - 0xcb, 0xcc, 0xbf, 0xbc, 0x3a, 0xfc, 0x8d, 0xe0, 0xf0, 0xc9, 0xba, 0x82, 0xd4, 0xbe, 0x44, 0x78, - 0x46, 0x74, 0xb9, 0xe7, 0xc4, 0x09, 0x37, 0x54, 0x96, 0x63, 0xc3, 0xb2, 0x7c, 0x1b, 0xb2, 0x5c, - 0x54, 0x31, 0xfb, 0xec, 0x2f, 0x96, 0x6f, 0xa1, 0x67, 0x2d, 0xbf, 0xc9, 0x2d, 0x3c, 0xd1, 0xe5, - 0x81, 0xeb, 0x3b, 0x49, 0xb5, 0x17, 0x93, 0x8d, 0x92, 0xdc, 0xe9, 0xee, 0x48, 0xb1, 0xb9, 0x08, - 0x20, 0x20, 0x71, 0x30, 0xa2, 0x56, 0x62, 0x5e, 0xff, 0xeb, 0x0a, 0xbe, 0x2c, 0x13, 0x27, 0x3f, - 0x20, 0x5c, 0x1a, 0x78, 0xc8, 0x90, 0x8d, 0xec, 0x4e, 0x3c, 0xd7, 0x51, 0xa8, 0xbd, 0x78, 0x31, - 0x23, 0x55, 0x6d, 0xba, 0xf2, 0xd9, 0x2f, 0x7f, 0x7e, 0x3d, 0x5a, 0x21, 0xcb, 0x70, 0x87, 0xed, - 0xf8, 0x4e, 0xd4, 0xe6, 0xfd, 0x47, 0x10, 0x71, 0xf0, 0xb8, 0x62, 0x7c, 0x52, 0xcd, 0x09, 0x93, - 0x39, 0x50, 0xb4, 0x67, 0x9e, 0xa0, 0x01, 0x51, 0x17, 0x64, 0xd4, 0x19, 0x32, 0x9d, 0xb9, 0x39, - 0x93, 0xcf, 0x11, 0xdc, 0x7a, 0x15, 0x81, 0x92, 0x95, 0x1c, 0x4f, 0x67, 0x8f, 0x16, 0x6d, 0x75, - 0x98, 0xda, 0x80, 0x5c, 0xd3, 0xd4, 0x6d, 0xdc, 0x87, 0xe9, 0x7c, 0x40, 0xbe, 0x43, 0x98, 0x9c, - 0x65, 0x34, 0x72, 0x63, 0x50, 0x94, 0x3c, 0x62, 0xd7, 0xd6, 0xcf, 0xa9, 0x0d, 0xd0, 0x5e, 0x92, - 0xd0, 0x5e, 0x20, 0x7a, 0x1a, 0x9a, 0x1c, 0xe0, 0x5d, 0x79, 0x21, 0x88, 0x95, 0x4f, 0x21, 0x1a, - 0xf7, 0xd5, 0xca, 0x03, 0xf2, 0x15, 0xc2, 0x85, 0x2c, 0x45, 0x90, 0x5a, 0x4e, 0xe4, 0x5c, 0x26, - 0xd4, 0x9e, 0x3f, 0x87, 0x26, 0xe0, 0xab, 0x49, 0x7c, 0x94, 0x54, 0x01, 0x5f, 0x18, 0xab, 0x35, - 0x7a, 0x28, 0x53, 0xd5, 0xfb, 0x02, 0xe1, 0xa9, 0xf4, 0xbe, 0x26, 0x79, 0xdd, 0xc9, 0xe1, 0x10, - 0x6d, 0x6d, 0xa8, 0x1e, 0x60, 0x59, 0x95, 0x58, 0xaa, 0xa4, 0x0c, 0x58, 0x22, 0xc1, 0x83, 0x06, - 0x6c, 0x45, 0x91, 0x42, 0xd2, 0x9b, 0x26, 0x78, 0x43, 0x0d, 0x9c, 0xa6, 0xcc, 0x33, 0x68, 0xf0, - 0x34, 0x65, 0x1f, 0x39, 0x03, 0xa6, 0x49, 0x3d, 0x5a, 0x52, 0x28, 0x3e, 0x45, 0xfd, 0x0f, 0x96, - 0xb5, 0x41, 0x01, 0xfa, 0xae, 0xe1, 0x5a, 0x6d, 0xb8, 0x22, 0x60, 0x59, 0x96, 0x58, 0xae, 0x91, - 0x85, 0x0c, 0x96, 0xe4, 0x7a, 0x6d, 0x6e, 0x3d, 0x3c, 0x2a, 0xa3, 0x47, 0x47, 0x65, 0xf4, 0xc7, - 0x51, 0x19, 0x1d, 0x1c, 0x97, 0x47, 0x1e, 0x1d, 0x97, 0x47, 0x7e, 0x3d, 0x2e, 0x8f, 0x7c, 0x60, - 0xa4, 0x58, 0x71, 0x5b, 0x06, 0x5b, 0xbf, 0xcd, 0x9a, 0xc2, 0x48, 0x1e, 0xaf, 0xf5, 0x0d, 0xe3, - 0xe3, 0xa4, 0xe5, 0x31, 0x45, 0x36, 0xc7, 0xe5, 0x13, 0x64, 0xe3, 0x9f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x90, 0x40, 0x27, 0xa9, 0x90, 0x0f, 0x00, 0x00, + 0x62, 0xa4, 0x66, 0x97, 0xba, 0x15, 0x07, 0x2e, 0xc0, 0x86, 0x8f, 0x06, 0x15, 0xa9, 0x6c, 0x4a, + 0x24, 0xb8, 0x58, 0xe3, 0xdd, 0x89, 0x59, 0x61, 0xef, 0x3a, 0x3b, 0xbb, 0x15, 0x51, 0x55, 0x21, + 0xe0, 0xc0, 0x0d, 0x22, 0x01, 0x3f, 0x02, 0x24, 0x0e, 0xfc, 0x04, 0x0e, 0x48, 0x3d, 0x56, 0xe2, + 0xc2, 0x01, 0x52, 0x94, 0xf0, 0x0b, 0x22, 0xc1, 0x19, 0xed, 0xcc, 0xbb, 0xce, 0xae, 0xb3, 0xae, + 0x13, 0x24, 0xd4, 0x5e, 0xe2, 0xec, 0xbc, 0x5f, 0xcf, 0xfb, 0x31, 0xcf, 0xcc, 0xe0, 0xa2, 0x08, + 0x03, 0xd7, 0xe1, 0x86, 0xdd, 0x66, 0x6e, 0xc7, 0xd8, 0x8d, 0x78, 0xb0, 0xa7, 0x77, 0x03, 0x3f, + 0xf4, 0xc9, 0x94, 0x92, 0xe8, 0x52, 0xa2, 0xcd, 0xb7, 0xfc, 0x96, 0x2f, 0x05, 0x46, 0xfc, 0x9f, + 0xd2, 0xd1, 0xae, 0xb6, 0x7c, 0xbf, 0xd5, 0xe6, 0x06, 0xeb, 0xba, 0x06, 0xf3, 0x3c, 0x3f, 0x64, + 0xa1, 0xeb, 0x7b, 0x02, 0xa4, 0x65, 0xdb, 0x17, 0x1d, 0x5f, 0x18, 0x4d, 0x26, 0xb8, 0x71, 0xef, + 0x7a, 0x93, 0x87, 0xec, 0xba, 0x61, 0xfb, 0xae, 0x07, 0xf2, 0x6c, 0x6c, 0xf9, 0x17, 0x24, 0xa5, + 0x8c, 0xa4, 0xcb, 0x02, 0xd6, 0x49, 0x9c, 0x5e, 0x05, 0xd1, 0x3d, 0x2e, 0x42, 0xd7, 0x6b, 0x25, + 0xbf, 0x20, 0xad, 0x00, 0x20, 0xf9, 0xd5, 0x8c, 0x76, 0x8c, 0xd0, 0xed, 0x70, 0x11, 0xb2, 0x4e, + 0x57, 0x29, 0xd0, 0x6d, 0x3c, 0xb9, 0x11, 0x3b, 0xdd, 0x0a, 0x59, 0x18, 0x09, 0xb2, 0x8e, 0x09, + 0x73, 0x03, 0x27, 0xf0, 0xbb, 0x0d, 0xd7, 0xe1, 0x5e, 0xe8, 0xee, 0xb8, 0x3c, 0x28, 0xa2, 0x2a, + 0xaa, 0x5d, 0xb6, 0x66, 0x41, 0xb2, 0xd9, 0x13, 0x90, 0x22, 0x9e, 0x90, 0x90, 0xb8, 0x53, 0x1c, + 0xad, 0xa2, 0xda, 0x25, 0x2b, 0xf9, 0xa4, 0x6f, 0xe3, 0x2b, 0xef, 0xc5, 0xc5, 0x4b, 0x39, 0xb7, + 0xf8, 0x6e, 0xc4, 0x45, 0x48, 0xae, 0xe1, 0x09, 0xe6, 0x38, 0x01, 0x17, 0x42, 0x39, 0x36, 0xc9, + 0xf1, 0x41, 0xa5, 0xb0, 0xc7, 0x3a, 0xed, 0x57, 0x28, 0x08, 0xa8, 0x95, 0xa8, 0xd0, 0x08, 0x17, + 0x4f, 0x3b, 0x12, 0x5d, 0xdf, 0x13, 0x9c, 0x7c, 0x80, 0xa7, 0x64, 0xbc, 0x86, 0x90, 0xeb, 0x45, + 0x54, 0x1d, 0xab, 0x4d, 0xd6, 0x4b, 0x7a, 0xba, 0x53, 0x7a, 0xca, 0xd0, 0x5c, 0x7a, 0x78, 0x50, + 0x19, 0x39, 0x3e, 0xa8, 0xcc, 0xa9, 0x68, 0x69, 0x63, 0x6a, 0x4d, 0xda, 0x27, 0x9a, 0xf4, 0x97, + 0x51, 0x3c, 0x2d, 0x2d, 0xdf, 0xe5, 0x21, 0x73, 0x58, 0xc8, 0xce, 0x5b, 0x9a, 0xe7, 0xf1, 0xb4, + 0x1d, 0x05, 0x01, 0xf7, 0xc2, 0x46, 0xe0, 0x47, 0x9e, 0x2a, 0xd0, 0x65, 0x6b, 0x0a, 0x16, 0xad, + 0x78, 0x8d, 0x04, 0x78, 0x2e, 0xa3, 0x14, 0x63, 0x09, 0xc2, 0xe2, 0x58, 0x15, 0xd5, 0x26, 0xeb, + 0x9a, 0xae, 0x9a, 0xa7, 0x27, 0xcd, 0xd3, 0xef, 0x26, 0xcd, 0x33, 0x57, 0x21, 0x11, 0x0d, 0x12, + 0x39, 0xed, 0x84, 0xee, 0x3f, 0xae, 0x20, 0x6b, 0x36, 0x1d, 0x6e, 0x2b, 0x5e, 0x27, 0x6d, 0x3c, + 0x9b, 0x55, 0xe7, 0x9e, 0x53, 0xbc, 0x30, 0x34, 0xe2, 0x0b, 0x10, 0xb1, 0x98, 0x17, 0x91, 0x7b, + 0x8e, 0x8a, 0x37, 0x93, 0x8e, 0xf7, 0xa6, 0xe7, 0xd0, 0x25, 0x5c, 0x3a, 0x69, 0x5f, 0x52, 0x4b, + 0x98, 0x04, 0xfa, 0x29, 0xd6, 0xf2, 0x84, 0xd0, 0x5d, 0x86, 0x0b, 0xaa, 0x41, 0x1d, 0x90, 0x40, + 0x7f, 0x97, 0x72, 0xfa, 0x9b, 0x18, 0x9b, 0xcb, 0x00, 0x73, 0x21, 0xdd, 0xe1, 0xc4, 0x01, 0xb5, + 0xa6, 0xed, 0xb4, 0x36, 0x8d, 0xf0, 0x8a, 0x04, 0xf0, 0x86, 0x1b, 0xbb, 0x6c, 0x46, 0xa1, 0x1f, + 0xbc, 0x6e, 0xdb, 0x7e, 0xe4, 0x85, 0x26, 0x6b, 0x33, 0xcf, 0xe6, 0xc9, 0xcc, 0xde, 0x1e, 0xdc, + 0x7c, 0x73, 0xf9, 0xf8, 0xa0, 0x52, 0x82, 0xf1, 0x3d, 0xa5, 0x43, 0x73, 0x66, 0x83, 0xfe, 0x8e, + 0xf0, 0xea, 0xb0, 0xb8, 0x50, 0x84, 0x9f, 0x10, 0x5e, 0x72, 0x4e, 0xb4, 0x1a, 0x4c, 0xa9, 0x35, + 0x9a, 0x4a, 0xaf, 0x37, 0xf2, 0x8a, 0x5a, 0xf4, 0x98, 0x5a, 0x74, 0xa0, 0x16, 0x7d, 0xc3, 0x77, + 0x3d, 0x73, 0x1b, 0x0a, 0x42, 0x15, 0xc2, 0x27, 0xf8, 0xa2, 0x3f, 0x3c, 0xae, 0xd4, 0x5a, 0x6e, + 0xf8, 0x51, 0xd4, 0xd4, 0x6d, 0xbf, 0x63, 0x00, 0x5b, 0xa9, 0x9f, 0x75, 0xe1, 0x7c, 0x6c, 0x84, + 0x7b, 0x5d, 0x2e, 0xa4, 0x5b, 0x61, 0x95, 0x9c, 0x41, 0xd8, 0xe9, 0x3c, 0x26, 0x32, 0xbb, 0x3b, + 0x92, 0xa7, 0x92, 0x66, 0x6f, 0xe2, 0xb9, 0xcc, 0x2a, 0x24, 0x58, 0xc7, 0xe3, 0x8a, 0xcf, 0x64, + 0x35, 0x27, 0xeb, 0xf3, 0xd9, 0xee, 0x2a, 0x6d, 0xf3, 0x42, 0x9c, 0x85, 0x05, 0x9a, 0xf4, 0x3b, + 0x94, 0x66, 0x17, 0x8b, 0xdb, 0x7e, 0xe0, 0xfc, 0x2f, 0x9d, 0x4a, 0x73, 0xd5, 0xe8, 0x39, 0xb9, + 0x2a, 0x81, 0xd5, 0xcf, 0x55, 0x81, 0x5c, 0x87, 0x6c, 0xf3, 0xb8, 0x4a, 0x19, 0xe6, 0x73, 0x95, + 0x32, 0x4e, 0xb8, 0x4a, 0x69, 0xd2, 0x3f, 0x10, 0x2e, 0x9f, 0xc4, 0x65, 0xcd, 0x36, 0x7f, 0x2b, + 0xee, 0x49, 0x7c, 0xf4, 0x3c, 0x03, 0x55, 0x21, 0xaf, 0xe2, 0x71, 0x26, 0xc1, 0x48, 0x5e, 0x2b, + 0xf4, 0x77, 0x58, 0x01, 0x35, 0x67, 0x8f, 0x0f, 0x2a, 0xd3, 0xe0, 0x42, 0xae, 0x50, 0x0b, 0xcc, + 0xe8, 0xb7, 0x08, 0x57, 0x06, 0xe6, 0x07, 0xe5, 0xdd, 0xc5, 0x17, 0xe3, 0x93, 0x54, 0x0c, 0xdf, + 0x10, 0xaf, 0x41, 0x5d, 0xa7, 0xa0, 0xae, 0xb1, 0xd5, 0xf9, 0x46, 0x5f, 0x45, 0xa2, 0x3f, 0x23, + 0xa0, 0xaf, 0xbb, 0x7e, 0xc8, 0xda, 0x3d, 0x6c, 0xcf, 0x42, 0xc9, 0xd7, 0xf0, 0x8c, 0xeb, 0xd9, + 0xed, 0xc8, 0xe1, 0x8d, 0xe4, 0x7c, 0x1e, 0x93, 0xe7, 0x73, 0x01, 0x96, 0x37, 0xe0, 0x98, 0xde, + 0x47, 0x78, 0x29, 0x37, 0x87, 0xa7, 0x57, 0xd6, 0x5b, 0xb0, 0x89, 0xde, 0x17, 0x3c, 0xd8, 0x56, + 0x97, 0x99, 0xff, 0x78, 0x75, 0xf8, 0x07, 0xc1, 0xe1, 0x93, 0x75, 0x05, 0xa9, 0x7d, 0x85, 0xf0, + 0x8c, 0xe8, 0x72, 0xcf, 0x89, 0x13, 0x6e, 0xa8, 0x2c, 0xc7, 0x86, 0x65, 0xf9, 0x0e, 0x64, 0xb9, + 0xa8, 0x62, 0xf6, 0xd9, 0x9f, 0x2f, 0xdf, 0x42, 0xcf, 0x5a, 0x7e, 0x93, 0x5b, 0x78, 0xa2, 0xcb, + 0x03, 0xd7, 0x77, 0x92, 0x6a, 0x2f, 0x26, 0x1b, 0x25, 0xb9, 0xd3, 0xdd, 0x91, 0x62, 0x73, 0x11, + 0x40, 0x40, 0xe2, 0x60, 0x44, 0xad, 0xc4, 0xbc, 0xfe, 0xf7, 0x25, 0x7c, 0x51, 0x26, 0x4e, 0x7e, + 0x44, 0xb8, 0x34, 0xf0, 0x90, 0x21, 0x37, 0xb2, 0x3b, 0xf1, 0x4c, 0x47, 0xa1, 0x76, 0xf3, 0x7c, + 0x46, 0xaa, 0xda, 0x74, 0xe5, 0xf3, 0x5f, 0xff, 0xfa, 0x66, 0xb4, 0x42, 0x96, 0xe1, 0x0e, 0xdb, + 0xf1, 0x9d, 0xa8, 0xcd, 0xfb, 0x8f, 0x20, 0xe2, 0xe0, 0x71, 0xc5, 0xf8, 0xa4, 0x9a, 0x13, 0x26, + 0x73, 0xa0, 0x68, 0xcf, 0x3d, 0x41, 0x03, 0xa2, 0x2e, 0xc8, 0xa8, 0x33, 0x64, 0x3a, 0x73, 0x73, + 0x26, 0x5f, 0x20, 0xb8, 0xf5, 0x2a, 0x02, 0x25, 0x2b, 0x39, 0x9e, 0x4e, 0x1f, 0x2d, 0xda, 0xea, + 0x30, 0xb5, 0x01, 0xb9, 0xa6, 0xa9, 0xdb, 0xb8, 0x0f, 0xd3, 0xf9, 0x80, 0x7c, 0x8f, 0x30, 0x39, + 0xcd, 0x68, 0xe4, 0xda, 0xa0, 0x28, 0x79, 0xc4, 0xae, 0xad, 0x9f, 0x51, 0x1b, 0xa0, 0xbd, 0x2c, + 0xa1, 0xbd, 0x44, 0xf4, 0x34, 0x34, 0x39, 0xc0, 0x3b, 0xf2, 0x42, 0x10, 0x2b, 0x9f, 0x40, 0x34, + 0xee, 0xab, 0x95, 0x07, 0xe4, 0x6b, 0x84, 0x0b, 0x59, 0x8a, 0x20, 0xb5, 0x9c, 0xc8, 0xb9, 0x4c, + 0xa8, 0xbd, 0x78, 0x06, 0x4d, 0xc0, 0x57, 0x93, 0xf8, 0x28, 0xa9, 0x02, 0xbe, 0x30, 0x56, 0x6b, + 0xf4, 0x50, 0xa6, 0xaa, 0xf7, 0x25, 0xc2, 0x53, 0xe9, 0x7d, 0x4d, 0xf2, 0xba, 0x93, 0xc3, 0x21, + 0xda, 0xda, 0x50, 0x3d, 0xc0, 0xb2, 0x2a, 0xb1, 0x54, 0x49, 0x19, 0xb0, 0x44, 0x82, 0x07, 0x0d, + 0xd8, 0x8a, 0x22, 0x85, 0xa4, 0x37, 0x4d, 0xf0, 0x86, 0x1a, 0x38, 0x4d, 0x99, 0x67, 0xd0, 0xe0, + 0x69, 0xca, 0x3e, 0x72, 0x06, 0x4c, 0x93, 0x7a, 0xb4, 0xa4, 0x50, 0x7c, 0x86, 0xfa, 0x1f, 0x2c, + 0x6b, 0x83, 0x02, 0xf4, 0x5d, 0xc3, 0xb5, 0xda, 0x70, 0x45, 0xc0, 0xb2, 0x2c, 0xb1, 0x5c, 0x21, + 0x0b, 0x19, 0x2c, 0xc9, 0xf5, 0xda, 0xdc, 0x7c, 0x78, 0x58, 0x46, 0x8f, 0x0e, 0xcb, 0xe8, 0xcf, + 0xc3, 0x32, 0xda, 0x3f, 0x2a, 0x8f, 0x3c, 0x3a, 0x2a, 0x8f, 0xfc, 0x76, 0x54, 0x1e, 0xf9, 0xd0, + 0x48, 0xb1, 0xe2, 0x96, 0x0c, 0xb6, 0x7e, 0x9b, 0x35, 0x85, 0x91, 0x3c, 0x5e, 0xeb, 0x37, 0x8d, + 0x4f, 0x92, 0x96, 0xc7, 0x14, 0xd9, 0x1c, 0x97, 0x4f, 0x90, 0x1b, 0xff, 0x06, 0x00, 0x00, 0xff, + 0xff, 0x3e, 0xd8, 0x9e, 0xdf, 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 8963a4753..7d552da31 100644 --- a/x/claim/types/tx.pb.go +++ b/x/claim/types/tx.pb.go @@ -448,45 +448,45 @@ var fileDescriptor_9d435242bf328977 = []byte{ // 645 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, 0x02, 0xb7, 0x9e, 0x4a, 0xa0, 0x95, 0x90, 0xe0, 0x62, 0x90, 0x2a, 0x21, 0x55, - 0xd1, 0xda, 0x9e, 0x9a, 0x55, 0x6d, 0x6f, 0xe4, 0xdd, 0x50, 0xf8, 0x04, 0xbd, 0xf2, 0x39, 0xfa, - 0x49, 0x38, 0x72, 0xac, 0x7a, 0x48, 0x2b, 0x38, 0xf7, 0xc2, 0xa9, 0xc7, 0xca, 0xbb, 0x4e, 0x70, - 0x48, 0x68, 0x39, 0xf4, 0x64, 0xcf, 0x7b, 0xb3, 0x6f, 0x77, 0xe6, 0xcd, 0x2e, 0x5a, 0xe1, 0x22, - 0xa7, 0x11, 0x78, 0x61, 0x42, 0x68, 0xea, 0x89, 0x73, 0xb7, 0x9b, 0x33, 0xc1, 0xf0, 0xff, 0x0a, - 0x76, 0x25, 0x6c, 0x2c, 0xc7, 0x2c, 0x66, 0x92, 0xf0, 0x8a, 0x3f, 0x95, 0x63, 0x98, 0x21, 0xe3, - 0x29, 0xe3, 0x5e, 0x40, 0x38, 0x78, 0x67, 0x9b, 0x01, 0x08, 0xb2, 0xe9, 0x85, 0x8c, 0x66, 0x8a, - 0xb7, 0x7f, 0x69, 0x48, 0x3f, 0xe4, 0xf1, 0x11, 0x88, 0x1d, 0x9a, 0x47, 0x39, 0xeb, 0xee, 0x24, - 0x09, 0x0b, 0x89, 0xa0, 0x2c, 0xe3, 0xf8, 0x39, 0x6a, 0x12, 0x15, 0xb2, 0x5c, 0xd7, 0x2c, 0xcd, - 0x69, 0xfa, 0xf7, 0x00, 0x3e, 0x40, 0x98, 0xa8, 0x35, 0x1d, 0x1a, 0x41, 0x26, 0xe8, 0x07, 0x0a, - 0xb9, 0xfe, 0x5f, 0x91, 0xd6, 0x5e, 0xbb, 0xeb, 0xb7, 0x56, 0x2f, 0x48, 0x9a, 0xbc, 0xb2, 0xc7, - 0x73, 0x6c, 0x7f, 0xa9, 0x04, 0xf7, 0x87, 0x18, 0x5e, 0x46, 0x53, 0x3d, 0x0e, 0x39, 0xd7, 0xeb, - 0x56, 0xdd, 0x69, 0xfa, 0x2a, 0xc0, 0x27, 0x68, 0xe6, 0x13, 0xd0, 0xf8, 0x54, 0x70, 0xbd, 0x51, - 0xe0, 0xed, 0xd7, 0x57, 0xfd, 0x56, 0xed, 0x5b, 0xbf, 0xb5, 0x1e, 0x53, 0x71, 0xda, 0x0b, 0xdc, - 0x90, 0xa5, 0x5e, 0x59, 0xa2, 0xfa, 0x6c, 0xf0, 0xe8, 0xa3, 0x27, 0x2e, 0xba, 0xc0, 0xdd, 0x3d, - 0x08, 0xef, 0xfa, 0xad, 0x05, 0x75, 0x8c, 0x52, 0xc6, 0xf6, 0x07, 0x82, 0xb6, 0x8d, 0xac, 0xc7, - 0x2a, 0xf7, 0x81, 0x77, 0x59, 0xc6, 0xc1, 0x76, 0x10, 0x3e, 0xe4, 0xf1, 0x6e, 0xd1, 0xe0, 0xb7, - 0x39, 0xc0, 0x4e, 0xca, 0x7a, 0x99, 0xc0, 0x18, 0x35, 0x8a, 0xe3, 0x95, 0x2d, 0x91, 0xff, 0xf6, - 0xa5, 0x86, 0x8c, 0xf1, 0xd4, 0x81, 0x10, 0xce, 0xd1, 0x82, 0xb4, 0x09, 0xa2, 0x0e, 0x91, 0x8c, - 0xac, 0x73, 0x6e, 0x6b, 0xd5, 0x55, 0xc7, 0x76, 0x0b, 0x83, 0xdc, 0xd2, 0x20, 0x77, 0x97, 0xd1, - 0xac, 0xfd, 0xb2, 0x28, 0xf5, 0xcb, 0xf7, 0x96, 0xf3, 0x84, 0x52, 0x8b, 0x05, 0xdc, 0x9f, 0x2f, - 0xb7, 0x50, 0x7b, 0xdb, 0x3f, 0x35, 0xb4, 0x58, 0x1c, 0x29, 0x07, 0x22, 0xa0, 0x2c, 0x12, 0x5b, - 0x68, 0x2e, 0xa2, 0xc5, 0xe0, 0x04, 0xbd, 0x7b, 0x57, 0xab, 0x10, 0x36, 0x11, 0x7a, 0xe8, 0xa7, - 0x5f, 0x41, 0xf0, 0x2a, 0x9a, 0x0d, 0x4f, 0x09, 0xcd, 0x3a, 0x34, 0xd2, 0xa7, 0x25, 0x3b, 0x23, - 0xe3, 0xfd, 0xa8, 0x30, 0x31, 0x82, 0x8c, 0xa5, 0xfa, 0x94, 0xc4, 0x55, 0x80, 0xd7, 0x10, 0xe2, - 0x82, 0xe4, 0xa2, 0x23, 0x68, 0x0a, 0x7a, 0xdd, 0xd2, 0x9c, 0x86, 0xdf, 0x94, 0xc8, 0x31, 0x4d, - 0x01, 0x1b, 0x68, 0x36, 0xea, 0xe5, 0xb2, 0xf1, 0x7a, 0x43, 0x92, 0xc3, 0x18, 0xbf, 0x40, 0x4b, - 0xa4, 0x27, 0x58, 0x97, 0x26, 0x4c, 0x74, 0x20, 0x23, 0x41, 0x02, 0x91, 0x3e, 0x63, 0x69, 0xce, - 0xac, 0xbf, 0x38, 0x24, 0xde, 0x28, 0xdc, 0x36, 0xe4, 0x28, 0x8f, 0x94, 0x3b, 0x34, 0xf2, 0x58, - 0xb6, 0x62, 0x0f, 0x12, 0xf8, 0x87, 0xad, 0x28, 0x77, 0x1c, 0x51, 0x1d, 0xec, 0xb8, 0xf5, 0xb9, - 0x8e, 0xea, 0x87, 0x3c, 0xc6, 0x0c, 0xad, 0x4c, 0xbe, 0x5d, 0xeb, 0x6e, 0xf5, 0xfe, 0xba, 0x8f, - 0xcd, 0xa2, 0xe1, 0x3e, 0x2d, 0x6f, 0x38, 0x6a, 0xef, 0xd1, 0xb3, 0x87, 0x03, 0x6b, 0x8d, 0x49, - 0x3c, 0xc8, 0x30, 0x9c, 0xbf, 0x65, 0x0c, 0xe5, 0xdf, 0xa1, 0xf9, 0xd1, 0x89, 0x32, 0xc7, 0x97, - 0x56, 0x79, 0x63, 0xfd, 0xcf, 0x7c, 0x55, 0x78, 0xd4, 0x9f, 0x71, 0xe1, 0x11, 0x7e, 0x82, 0xf0, - 0x44, 0x27, 0xda, 0xfb, 0x57, 0x37, 0xa6, 0x76, 0x7d, 0x63, 0x6a, 0x3f, 0x6e, 0x4c, 0xed, 0xf2, - 0xd6, 0xac, 0x5d, 0xdf, 0x9a, 0xb5, 0xaf, 0xb7, 0x66, 0xed, 0xc4, 0xab, 0x5c, 0xad, 0x23, 0xa9, - 0xb5, 0x71, 0x40, 0x02, 0xee, 0x95, 0xef, 0xed, 0xd9, 0xd6, 0xb6, 0x77, 0x3e, 0x78, 0x75, 0x8b, - 0x7b, 0x16, 0x4c, 0xcb, 0x57, 0x73, 0xfb, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd6, 0xb6, 0x79, - 0x05, 0x92, 0x05, 0x00, 0x00, + 0x96, 0x2a, 0xec, 0x42, 0x7b, 0xea, 0xa9, 0x04, 0x5a, 0x09, 0x09, 0x2e, 0x06, 0xa9, 0x12, 0x52, + 0x15, 0xad, 0xed, 0xa9, 0x59, 0xd5, 0xf6, 0x46, 0xde, 0x0d, 0x85, 0x4f, 0xd0, 0x2b, 0x9f, 0xa3, + 0x9f, 0x84, 0x23, 0xc7, 0xaa, 0x87, 0xb4, 0x82, 0x73, 0x2f, 0x9c, 0x7a, 0xac, 0xbc, 0xeb, 0x04, + 0x87, 0x84, 0x96, 0x43, 0x4f, 0xf6, 0xbc, 0x37, 0xfb, 0x76, 0x67, 0xde, 0xec, 0xa2, 0x15, 0x2e, + 0x72, 0x1a, 0x81, 0x17, 0x26, 0x84, 0xa6, 0x9e, 0x38, 0x73, 0xbb, 0x39, 0x13, 0x0c, 0xff, 0xaf, + 0x60, 0x57, 0xc2, 0xc6, 0x72, 0xcc, 0x62, 0x26, 0x09, 0xaf, 0xf8, 0x53, 0x39, 0x86, 0x19, 0x32, + 0x9e, 0x32, 0xee, 0x05, 0x84, 0x83, 0x77, 0xba, 0x19, 0x80, 0x20, 0x9b, 0x5e, 0xc8, 0x68, 0xa6, + 0x78, 0xfb, 0x97, 0x86, 0xf4, 0x03, 0x1e, 0x1f, 0x82, 0xd8, 0xa6, 0x79, 0x94, 0xb3, 0xee, 0x76, + 0x92, 0xb0, 0x90, 0x08, 0xca, 0x32, 0x8e, 0x9f, 0xa2, 0x26, 0x51, 0x21, 0xcb, 0x75, 0xcd, 0xd2, + 0x9c, 0xa6, 0x7f, 0x07, 0xe0, 0x7d, 0x84, 0x89, 0x5a, 0xd3, 0xa1, 0x11, 0x64, 0x82, 0x7e, 0xa0, + 0x90, 0xeb, 0xff, 0x15, 0x69, 0xed, 0xb5, 0xdb, 0x7e, 0x6b, 0xf5, 0x9c, 0xa4, 0xc9, 0x2b, 0x7b, + 0x3c, 0xc7, 0xf6, 0x97, 0x4a, 0x70, 0x6f, 0x88, 0xe1, 0x65, 0x34, 0xd5, 0xe3, 0x90, 0x73, 0xbd, + 0x6e, 0xd5, 0x9d, 0xa6, 0xaf, 0x02, 0x7c, 0x8c, 0x66, 0x3e, 0x01, 0x8d, 0x4f, 0x04, 0xd7, 0x1b, + 0x05, 0xde, 0x7e, 0x7d, 0xd9, 0x6f, 0xd5, 0xbe, 0xf5, 0x5b, 0xeb, 0x31, 0x15, 0x27, 0xbd, 0xc0, + 0x0d, 0x59, 0xea, 0x95, 0x25, 0xaa, 0xcf, 0x06, 0x8f, 0x3e, 0x7a, 0xe2, 0xbc, 0x0b, 0xdc, 0xdd, + 0x85, 0xf0, 0xb6, 0xdf, 0x5a, 0x50, 0xc7, 0x28, 0x65, 0x6c, 0x7f, 0x20, 0x68, 0xdb, 0xc8, 0x7a, + 0xa8, 0x72, 0x1f, 0x78, 0x97, 0x65, 0x1c, 0x6c, 0x07, 0xe1, 0x03, 0x1e, 0xef, 0x14, 0x0d, 0x7e, + 0x9b, 0x03, 0x6c, 0xa7, 0xac, 0x97, 0x09, 0x8c, 0x51, 0xa3, 0x38, 0x5e, 0xd9, 0x12, 0xf9, 0x6f, + 0x5f, 0x68, 0xc8, 0x18, 0x4f, 0x1d, 0x08, 0xe1, 0x1c, 0x2d, 0x48, 0x9b, 0x20, 0xea, 0x10, 0xc9, + 0xc8, 0x3a, 0xe7, 0xb6, 0x56, 0x5d, 0x75, 0x6c, 0xb7, 0x30, 0xc8, 0x2d, 0x0d, 0x72, 0x77, 0x18, + 0xcd, 0xda, 0xcf, 0x8b, 0x52, 0xbf, 0x7c, 0x6f, 0x39, 0x8f, 0x28, 0xb5, 0x58, 0xc0, 0xfd, 0xf9, + 0x72, 0x0b, 0xb5, 0xb7, 0xfd, 0x53, 0x43, 0x8b, 0xc5, 0x91, 0x72, 0x20, 0x02, 0xca, 0x22, 0xb1, + 0x85, 0xe6, 0x22, 0x5a, 0x0c, 0x4e, 0xd0, 0xbb, 0x73, 0xb5, 0x0a, 0x61, 0x13, 0xa1, 0xfb, 0x7e, + 0xfa, 0x15, 0x04, 0xaf, 0xa2, 0xd9, 0xf0, 0x84, 0xd0, 0xac, 0x43, 0x23, 0x7d, 0x5a, 0xb2, 0x33, + 0x32, 0xde, 0x8b, 0x0a, 0x13, 0x23, 0xc8, 0x58, 0xaa, 0x4f, 0x49, 0x5c, 0x05, 0x78, 0x0d, 0x21, + 0x2e, 0x48, 0x2e, 0x3a, 0x82, 0xa6, 0xa0, 0xd7, 0x2d, 0xcd, 0x69, 0xf8, 0x4d, 0x89, 0x1c, 0xd1, + 0x14, 0xb0, 0x81, 0x66, 0xa3, 0x5e, 0x2e, 0x1b, 0xaf, 0x37, 0x24, 0x39, 0x8c, 0xf1, 0x33, 0xb4, + 0x44, 0x7a, 0x82, 0x75, 0x69, 0xc2, 0x44, 0x07, 0x32, 0x12, 0x24, 0x10, 0xe9, 0x33, 0x96, 0xe6, + 0xcc, 0xfa, 0x8b, 0x43, 0xe2, 0x8d, 0xc2, 0x6d, 0x43, 0x8e, 0xf2, 0x48, 0xb9, 0x43, 0x23, 0x8f, + 0x64, 0x2b, 0x76, 0x21, 0x81, 0x7f, 0xd8, 0x8a, 0x72, 0xc7, 0x11, 0xd5, 0xc1, 0x8e, 0x5b, 0x9f, + 0xeb, 0xa8, 0x7e, 0xc0, 0x63, 0xcc, 0xd0, 0xca, 0xe4, 0xdb, 0xb5, 0xee, 0x56, 0xef, 0xaf, 0xfb, + 0xd0, 0x2c, 0x1a, 0xee, 0xe3, 0xf2, 0x86, 0xa3, 0xf6, 0x1e, 0x3d, 0xb9, 0x3f, 0xb0, 0xd6, 0x98, + 0xc4, 0xbd, 0x0c, 0xc3, 0xf9, 0x5b, 0xc6, 0x50, 0xfe, 0x1d, 0x9a, 0x1f, 0x9d, 0x28, 0x73, 0x7c, + 0x69, 0x95, 0x37, 0xd6, 0xff, 0xcc, 0x57, 0x85, 0x47, 0xfd, 0x19, 0x17, 0x1e, 0xe1, 0x27, 0x08, + 0x4f, 0x74, 0xa2, 0xbd, 0x77, 0x79, 0x6d, 0x6a, 0x57, 0xd7, 0xa6, 0xf6, 0xe3, 0xda, 0xd4, 0x2e, + 0x6e, 0xcc, 0xda, 0xd5, 0x8d, 0x59, 0xfb, 0x7a, 0x63, 0xd6, 0x8e, 0xbd, 0xca, 0xd5, 0x3a, 0x94, + 0x5a, 0x1b, 0xfb, 0x24, 0xe0, 0x5e, 0xf9, 0xde, 0x9e, 0x6e, 0xbd, 0xf4, 0xce, 0x06, 0xaf, 0x6e, + 0x71, 0xcf, 0x82, 0x69, 0xf9, 0x6a, 0xbe, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x78, 0x2e, 0xc0, + 0x73, 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 a83a8cf0c..c9a271e05 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/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/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 9292ead75..d7a3cdb1a 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/v23/testutil/network" + "github.com/Stride-Labs/stride/v24/testutil/network" ) type IntegrationTestSuite struct { diff --git a/x/claim/vesting/handler.go b/x/claim/vesting/handler.go index 4063d4837..f4fa8ecf4 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/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/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 1fdac8837..f3ec11399 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/v23/x/claim/vesting/client/cli" - "github.com/Stride-Labs/stride/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/x/claim/vesting/client/cli" + "github.com/Stride-Labs/stride/v24/x/claim/vesting/types" ) var ( diff --git a/x/claim/vesting/msg_server.go b/x/claim/vesting/msg_server.go index 944468d07..ebe7386c4 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/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/x/claim/vesting/types" ) type msgServer struct { diff --git a/x/claim/vesting/types/codec.go b/x/claim/vesting/types/codec.go index 105a0f90f..21c368d8e 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/v23/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v24/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 a7e5eaff1..1b7270627 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/v23/app" + strideApp "github.com/Stride-Labs/stride/v24/app" ) var ( diff --git a/x/claim/vesting/types/tx.pb.go b/x/claim/vesting/types/tx.pb.go index 2c41ba203..07d899f29 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, 0x91, 0xb1, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, + 0xa9, 0x58, 0x1f, 0x66, 0x81, 0x91, 0x89, 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, - 0x96, 0xff, 0xa9, 0x51, 0x8b, 0x00, 0x00, 0x00, + 0xa1, 0x65, 0x1e, 0x79, 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 8f8de5c71..e0cd24462 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, 0xeb, 0x0e, 0x48, 0xbd, 0x11, 0x24, 0xa4, 0x89, 0x1d, 0x20, 0x4c, 0x1c, 0x76, 0x89, + 0x65, 0x09, 0x2b, 0x48, 0x48, 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, + 0x8f, 0xf1, 0x9c, 0xc4, 0xd8, 0x3d, 0xc5, 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, 0x1d, 0x84, 0x98, 0xa3, 0x03, + 0xda, 0x35, 0x23, 0xca, 0x52, 0xca, 0xdc, 0x10, 0x31, 0xec, 0x9e, 0x1e, 0x84, 0x98, 0xa3, 0x03, 0x37, 0xa2, 0x24, 0xab, 0xd4, 0xd1, 0x88, 0xf7, 0x17, 0xf5, 0x62, 0x20, 0xeb, 0xf6, 0xf7, 0x3a, - 0xd4, 0x3d, 0xc4, 0xf0, 0x6b, 0xb9, 0xcb, 0x93, 0x28, 0xa2, 0xa3, 0x8c, 0xeb, 0x47, 0xf0, 0x56, + 0xd4, 0x3d, 0xc4, 0xf0, 0x6b, 0xb9, 0xcb, 0x93, 0x28, 0xa2, 0xa3, 0x8c, 0xeb, 0x87, 0xf0, 0x46, 0xc1, 0x18, 0x20, 0x39, 0x36, 0x40, 0x1b, 0x74, 0x9a, 0xdd, 0xb6, 0x23, 0xd9, 0x1c, 0x41, 0xa0, 0xd8, 0x9c, 0x02, 0xae, 0x70, 0x5e, 0x7d, 0x32, 0xb5, 0x80, 0xdf, 0x0c, 0x97, 0x53, 0xfa, 0x27, 0x00, 0xb7, 0x69, 0x4e, 0x12, 0x92, 0xa1, 0x41, 0xa0, 0x9a, 0x31, 0xd6, 0xda, 0xb5, 0x4e, 0xb3, - 0xfb, 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, + 0x7b, 0xaf, 0xe4, 0x2b, 0xd6, 0x2f, 0xf8, 0x9e, 0x52, 0x92, 0x79, 0xcf, 0xcf, 0xa7, 0x96, 0x76, + 0x31, 0xb5, 0xee, 0x8e, 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, + 0x4e, 0x10, 0xc7, 0x71, 0xf0, 0x26, 0xc7, 0xd8, 0xa8, 0xad, 0x52, 0x74, 0xa8, 0x14, 0xdd, 0x91, + 0x8a, 0x2e, 0xc3, 0xaf, 0xa7, 0xe7, 0xe6, 0x02, 0xfc, 0x2c, 0xc7, 0x58, 0xff, 0x0c, 0xe0, 0xad, + 0x25, 0x5d, 0x69, 0x51, 0x7d, 0x95, 0xa0, 0x23, 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, + 0x9a, 0x77, 0xfb, 0x62, 0x6a, 0x6d, 0xc9, 0xdd, 0xca, 0x8a, 0xed, 0xff, 0x87, 0xb3, 0xf8, 0x98, + 0xa4, 0xb8, 0xb7, 0xf1, 0xfe, 0xcc, 0xd2, 0xbe, 0x9c, 0x59, 0x9a, 0xfd, 0x0d, 0xc0, 0xc6, 0x0b, + 0x9c, 0x13, 0x1a, 0xeb, 0xf7, 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, + 0xf4, 0x08, 0x36, 0x50, 0x2a, 0x6e, 0xde, 0xca, 0x73, 0x79, 0x50, 0xd8, 0x70, 0xad, 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, + 0x28, 0xa7, 0x8e, 0xc7, 0x43, 0xdc, 0xab, 0x8b, 0x6e, 0x7e, 0x03, 0xb8, 0xf7, 0x4a, 0x64, 0x51, + 0xf6, 0x44, 0xa2, 0x4a, 0x58, 0x4e, 0xe0, 0x8e, 0x08, 0x8b, 0xf2, 0xbd, 0x12, 0x1a, 0xdb, 0xb9, + 0x1c, 0x64, 0xe7, 0x6a, 0xdc, 0x54, 0x6c, 0xf4, 0xf0, 0x6a, 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, + 0x05, 0x6c, 0xfb, 0x9b, 0x6a, 0x46, 0x2e, 0x67, 0xcb, 0x53, 0xf3, 0x5e, 0x9e, 0xcf, 0x4c, 0x30, 0x99, 0x99, 0xe0, 0xd7, 0xcc, 0x04, 0x1f, 0xe7, 0xa6, 0x36, 0x99, 0x9b, 0xda, 0x8f, 0xb9, 0xa9, - 0x9d, 0x3e, 0xfe, 0xcb, 0x5a, 0xe9, 0xc4, 0xfe, 0x31, 0x0a, 0x99, 0x5b, 0xbe, 0x5f, 0xdd, 0x43, - 0xf7, 0x9d, 0x1b, 0x0d, 0x10, 0x49, 0x17, 0x6f, 0x99, 0xf0, 0x3b, 0x6c, 0x88, 0x47, 0xe6, 0xf0, - 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x2b, 0x67, 0x66, 0xea, 0x04, 0x00, 0x00, + 0x9d, 0x3c, 0xfe, 0xcb, 0x5a, 0xe9, 0xc4, 0xfe, 0x11, 0x0a, 0x99, 0x5b, 0xbe, 0x5f, 0xdd, 0x47, + 0xee, 0x3b, 0x37, 0x1a, 0x20, 0x92, 0x2e, 0xde, 0x32, 0xe1, 0x77, 0xd8, 0x10, 0x8f, 0xcc, 0xc3, + 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xec, 0xb1, 0xd0, 0x4e, 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 b5f2f17e2..35fccbba8 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/v23/utils" - vestexported "github.com/Stride-Labs/stride/v23/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v24/utils" + vestexported "github.com/Stride-Labs/stride/v24/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 7dbd9a7ab..e042cf00d 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/v23/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v24/x/claim/vesting/types" ) var ( diff --git a/x/epochs/client/cli/query.go b/x/epochs/client/cli/query.go index 07cd559ac..c22a64c4e 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 f39753072..45c0084f6 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/v23/x/epochs/keeper" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs/keeper" + "github.com/Stride-Labs/stride/v24/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 32e089d1e..c6748cfe7 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/epochs" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/epochs" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) func TestGenesis(t *testing.T) { diff --git a/x/epochs/handler.go b/x/epochs/handler.go index 0fc17e524..9c9c75610 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/v23/x/epochs/keeper" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs/keeper" + "github.com/Stride-Labs/stride/v24/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 eb78a30ae..58ea7ddf3 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) // BeginBlocker of epochs module diff --git a/x/epochs/keeper/abci_test.go b/x/epochs/keeper/abci_test.go index 32edab06f..dda2fe15b 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/v23/x/epochs" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfoChangesBeginBlockerAndInitGenesis() { diff --git a/x/epochs/keeper/epoch.go b/x/epochs/keeper/epoch.go index e609a1475..ab72a0363 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 e53218daf..42347b399 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochLifeCycle() { diff --git a/x/epochs/keeper/grpc_query.go b/x/epochs/keeper/grpc_query.go index d8f184012..1c71debfb 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 407d57607..61e2b0b0c 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) func (suite *KeeperTestSuite) TestQueryEpochInfos() { diff --git a/x/epochs/keeper/hooks.go b/x/epochs/keeper/hooks.go index 2739146a2..40fbab45e 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 ea1fcc7b3..461826fcf 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 ba17ffb90..d099e34bb 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) type KeeperTestSuite struct { diff --git a/x/epochs/module.go b/x/epochs/module.go index a15cd7989..34e99b858 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/v23/x/epochs/client/cli" - "github.com/Stride-Labs/stride/v23/x/epochs/keeper" - "github.com/Stride-Labs/stride/v23/x/epochs/simulation" - "github.com/Stride-Labs/stride/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/epochs/client/cli" + "github.com/Stride-Labs/stride/v24/x/epochs/keeper" + "github.com/Stride-Labs/stride/v24/x/epochs/simulation" + "github.com/Stride-Labs/stride/v24/x/epochs/types" ) var ( diff --git a/x/epochs/simulation/genesis.go b/x/epochs/simulation/genesis.go index 87768fe01..93221e21f 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/v23/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 7309f3a04..d1970b55e 100644 --- a/x/epochs/types/genesis.pb.go +++ b/x/epochs/types/genesis.pb.go @@ -175,7 +175,7 @@ var fileDescriptor_92af8154b2eb736d = []byte{ // 467 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xbf, 0x8f, 0xd3, 0x30, 0x14, 0xc7, 0x6b, 0x5a, 0xca, 0xd5, 0x77, 0x27, 0x84, 0x75, 0x80, 0x29, 0x22, 0x89, 0xc2, 0x12, - 0x09, 0x48, 0xa0, 0x87, 0x18, 0x60, 0x2b, 0xbf, 0x11, 0x53, 0xca, 0x80, 0x58, 0xaa, 0xb4, 0x75, + 0x09, 0x48, 0xa0, 0x9c, 0x18, 0x60, 0x2b, 0xbf, 0x11, 0x53, 0xca, 0x80, 0x58, 0xaa, 0xb4, 0x75, 0x1d, 0x4b, 0x97, 0x38, 0x8a, 0x5f, 0x10, 0xdd, 0x98, 0x99, 0x6e, 0xe4, 0x4f, 0xba, 0xf1, 0x46, 0xa6, 0x80, 0xda, 0x8d, 0xf1, 0xfe, 0x02, 0x14, 0x3b, 0x29, 0x3d, 0x0a, 0x62, 0x4b, 0xfc, 0xf9, 0xbe, 0xef, 0xd7, 0xef, 0xe9, 0x19, 0xdf, 0x54, 0x90, 0x8b, 0x19, 0x0b, 0x58, 0x26, 0xa7, 0xb1, @@ -192,16 +192,16 @@ var fileDescriptor_92af8154b2eb736d = []byte{ 0xd2, 0xbe, 0x6c, 0xc2, 0x1a, 0xe6, 0x7e, 0xad, 0xa2, 0xd6, 0xee, 0xe4, 0x36, 0xde, 0x9f, 0x16, 0x79, 0xce, 0x52, 0x18, 0xeb, 0xd1, 0xd2, 0x8e, 0x83, 0xbc, 0x76, 0xb8, 0x57, 0x1f, 0xea, 0x61, 0x90, 0xcf, 0x08, 0xd3, 0x73, 0xaa, 0xf1, 0x46, 0xdf, 0x17, 0xff, 0xdb, 0xf7, 0x9d, 0xba, 0x6f, - 0xdb, 0x5c, 0xe5, 0x5f, 0x4e, 0x66, 0x0a, 0x57, 0x37, 0x93, 0x47, 0xeb, 0x89, 0x3c, 0xc4, 0xd7, - 0x8c, 0x7e, 0x2a, 0x8b, 0x14, 0x44, 0xca, 0x4d, 0x21, 0x9b, 0xd1, 0xae, 0x83, 0xbc, 0x9d, 0xf0, - 0x40, 0xd3, 0xa7, 0x35, 0x1c, 0x19, 0x46, 0x9e, 0xe0, 0xfe, 0xdf, 0xd2, 0x62, 0x26, 0x78, 0x0c, - 0xf4, 0x92, 0x6e, 0xf5, 0xfa, 0x56, 0xe0, 0x2b, 0x8d, 0xdd, 0x17, 0x78, 0xef, 0xa5, 0xd9, 0xc1, - 0x11, 0x44, 0xc0, 0xc8, 0x23, 0xdc, 0x35, 0xdb, 0x47, 0x91, 0xd3, 0xf6, 0x76, 0x07, 0xd4, 0x3f, - 0xb7, 0x93, 0xfe, 0x7a, 0x71, 0x86, 0x9d, 0xaa, 0xe1, 0xb0, 0x56, 0x0f, 0xdf, 0x9c, 0x2c, 0x2d, - 0x74, 0xba, 0xb4, 0xd0, 0x8f, 0xa5, 0x85, 0x8e, 0x57, 0x56, 0xeb, 0x74, 0x65, 0xb5, 0xbe, 0xad, - 0xac, 0xd6, 0x87, 0xfb, 0x5c, 0x40, 0x5c, 0x4c, 0xfc, 0xa9, 0x4c, 0x82, 0x91, 0xf6, 0xba, 0xf7, - 0x36, 0x9a, 0xa8, 0xa0, 0x7e, 0x08, 0x1f, 0x07, 0x87, 0xc1, 0xa7, 0xe6, 0x39, 0xc0, 0x22, 0x63, - 0x6a, 0xd2, 0xd5, 0xe3, 0x3d, 0xfc, 0x15, 0x00, 0x00, 0xff, 0xff, 0x97, 0x62, 0x58, 0x99, 0x2c, + 0xdb, 0x5c, 0xe5, 0x5f, 0x4e, 0x66, 0x0a, 0x57, 0x37, 0x93, 0x47, 0xeb, 0x89, 0x1c, 0xe2, 0x6b, + 0x46, 0x3f, 0x95, 0x45, 0x0a, 0x22, 0xe5, 0xa6, 0x90, 0xcd, 0x68, 0xd7, 0x41, 0xde, 0x4e, 0x78, + 0xa0, 0xe9, 0xd3, 0x1a, 0x8e, 0x0c, 0x23, 0x4f, 0x70, 0xff, 0x6f, 0x69, 0x31, 0x13, 0x3c, 0x06, + 0x7a, 0x49, 0xb7, 0x7a, 0x7d, 0x2b, 0xf0, 0x95, 0xc6, 0xee, 0x0b, 0xbc, 0xf7, 0xd2, 0xec, 0xe0, + 0x08, 0x22, 0x60, 0xe4, 0x11, 0xee, 0x9a, 0xed, 0xa3, 0xc8, 0x69, 0x7b, 0xbb, 0x03, 0xea, 0x9f, + 0xdb, 0x49, 0x7f, 0xbd, 0x38, 0xc3, 0x4e, 0xd5, 0x70, 0x58, 0xab, 0x87, 0x6f, 0x4e, 0x96, 0x16, + 0x3a, 0x5d, 0x5a, 0xe8, 0xc7, 0xd2, 0x42, 0xc7, 0x2b, 0xab, 0x75, 0xba, 0xb2, 0x5a, 0xdf, 0x56, + 0x56, 0xeb, 0xc3, 0x7d, 0x2e, 0x20, 0x2e, 0x26, 0xfe, 0x54, 0x26, 0xc1, 0x48, 0x7b, 0xdd, 0x7b, + 0x1b, 0x4d, 0x54, 0x50, 0x3f, 0x84, 0x8f, 0x83, 0xc3, 0xe0, 0x53, 0xf3, 0x1c, 0x60, 0x91, 0x31, + 0x35, 0xe9, 0xea, 0xf1, 0x3e, 0xfc, 0x15, 0x00, 0x00, 0xff, 0xff, 0xe0, 0x55, 0x40, 0xa8, 0x2c, 0x03, 0x00, 0x00, } diff --git a/x/epochs/types/query.pb.go b/x/epochs/types/query.pb.go index 90d7c1110..ec0f49e4e 100644 --- a/x/epochs/types/query.pb.go +++ b/x/epochs/types/query.pb.go @@ -317,7 +317,7 @@ 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, 0xeb, 0x10, 0x48, 0x9c, 0x10, 0x08, 0x10, 0x08, 0x21, 0x08, 0x37, 0x2e, 0x23, 0xc9, + 0x04, 0x36, 0x2b, 0x13, 0x48, 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, 0xda, 0x04, 0x52, 0xe5, 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xc3, 0x28, 0x4b, 0x65, @@ -335,18 +335,18 @@ var fileDescriptor_de81e87fff8f1327 = []byte{ 0xc9, 0xf6, 0x68, 0x98, 0x65, 0x4c, 0x68, 0xe3, 0x77, 0x56, 0x80, 0x07, 0xc0, 0x77, 0x98, 0xd0, 0x7c, 0x97, 0xb3, 0xcc, 0x14, 0xb0, 0x18, 0x14, 0x4e, 0xfc, 0x07, 0xd0, 0xae, 0xe0, 0xba, 0x9b, 0x5d, 0x83, 0x95, 0xd8, 0x9e, 0x6f, 0x9b, 0xcc, 0x86, 0xdf, 0x0c, 0x96, 0xe3, 0x02, 0xd8, 0xbf, - 0x07, 0x17, 0xa6, 0xcd, 0x14, 0xbb, 0xaf, 0xb3, 0x7e, 0x59, 0xdc, 0x5a, 0xa9, 0xd1, 0x3b, 0x30, - 0x3f, 0xf5, 0xab, 0x2f, 0xd4, 0x82, 0x07, 0xdf, 0x9b, 0x30, 0x6f, 0x04, 0xf1, 0x07, 0x80, 0x09, - 0x46, 0xe1, 0x8d, 0x7f, 0xe8, 0xd5, 0x4f, 0xa5, 0xd3, 0xad, 0x83, 0xd9, 0x70, 0xfe, 0xd5, 0x8f, - 0x3f, 0xfe, 0x7c, 0x9d, 0x5b, 0xc5, 0x6d, 0xfa, 0xc6, 0xe0, 0xf7, 0xc3, 0x48, 0xd1, 0xd2, 0xeb, - 0xc4, 0x5f, 0x10, 0x2c, 0x17, 0x0b, 0xc5, 0xbd, 0x2a, 0xed, 0x8a, 0x75, 0x75, 0xfa, 0xf5, 0x40, - 0x17, 0x83, 0x9a, 0x18, 0xd7, 0x71, 0x6f, 0x66, 0x0c, 0x5a, 0xda, 0x1d, 0xfe, 0x84, 0x60, 0x71, - 0xd2, 0x0a, 0x5e, 0x9f, 0x79, 0xdb, 0x62, 0x27, 0x1b, 0x35, 0x28, 0x97, 0xe5, 0xa6, 0xc9, 0xd2, - 0xc5, 0xeb, 0xb3, 0xb3, 0x98, 0x9f, 0x6d, 0x9e, 0x2f, 0xed, 0xf9, 0xc9, 0xc8, 0x43, 0xa7, 0x23, - 0x0f, 0xfd, 0x1e, 0x79, 0xe8, 0xf3, 0xd8, 0x6b, 0x9c, 0x8e, 0xbd, 0xc6, 0xcf, 0xb1, 0xd7, 0x78, - 0x7b, 0x3b, 0xe1, 0x7a, 0x6f, 0x18, 0x91, 0x58, 0x1e, 0x38, 0xa5, 0x5b, 0x2f, 0x0a, 0x52, 0x47, - 0x83, 0x2d, 0xfa, 0xfe, 0x4c, 0x50, 0x1f, 0xa7, 0x4c, 0x45, 0x0b, 0xe6, 0x03, 0xb0, 0xf5, 0x37, - 0x00, 0x00, 0xff, 0xff, 0x0f, 0x9d, 0x1e, 0xea, 0xa9, 0x04, 0x00, 0x00, + 0x07, 0x17, 0xa6, 0xcd, 0x14, 0xbb, 0xaf, 0xb3, 0x7e, 0x59, 0xdc, 0x5a, 0xa9, 0xd1, 0x2d, 0x98, + 0x9f, 0xfa, 0xd5, 0x17, 0x6a, 0xc1, 0x83, 0xef, 0x4d, 0x98, 0x37, 0x82, 0xf8, 0x03, 0xc0, 0x04, + 0xa3, 0xf0, 0xc6, 0x3f, 0xf4, 0xea, 0xa7, 0xd2, 0xe9, 0xd6, 0xc1, 0x6c, 0x38, 0xff, 0xea, 0xc7, + 0x1f, 0x7f, 0xbe, 0xce, 0xad, 0xe2, 0x36, 0x7d, 0x63, 0xf0, 0xfb, 0x61, 0xa4, 0x68, 0xe9, 0x75, + 0xe2, 0x2f, 0x08, 0x96, 0x8b, 0x85, 0xe2, 0x5e, 0x95, 0x76, 0xc5, 0xba, 0x3a, 0xfd, 0x7a, 0xa0, + 0x8b, 0x41, 0x4d, 0x8c, 0xeb, 0xb8, 0x37, 0x33, 0x06, 0x2d, 0xed, 0x0e, 0x7f, 0x42, 0xb0, 0x38, + 0x69, 0x05, 0xaf, 0xcf, 0xbc, 0x6d, 0xb1, 0x93, 0x8d, 0x1a, 0x94, 0xcb, 0x72, 0xd3, 0x64, 0xe9, + 0xe2, 0xf5, 0xd9, 0x59, 0xcc, 0xcf, 0x36, 0xcf, 0x97, 0xf6, 0xfc, 0x64, 0xe4, 0xa1, 0xd3, 0x91, + 0x87, 0x7e, 0x8f, 0x3c, 0xf4, 0x79, 0xec, 0x35, 0x4e, 0xc7, 0x5e, 0xe3, 0xe7, 0xd8, 0x6b, 0xbc, + 0xbd, 0x9d, 0x70, 0xbd, 0x37, 0x8c, 0x48, 0x2c, 0x0f, 0x9c, 0xd2, 0xad, 0x17, 0x05, 0xa9, 0xa3, + 0xc1, 0x16, 0x7d, 0x7f, 0x26, 0xa8, 0x8f, 0x53, 0xa6, 0xa2, 0x05, 0xf3, 0x01, 0xb8, 0xf3, 0x37, + 0x00, 0x00, 0xff, 0xff, 0x78, 0xaa, 0x06, 0xdb, 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 8f9a4c0a2..eacad7adc 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 dcc4471b7..2e7809a50 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 2b07d1f3d..8269f0999 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/v23/testutil/network" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/testutil/network" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v24/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 8b879a58f..7a8591b04 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/icacallbacks/client/cli/tx.go b/x/icacallbacks/client/cli/tx.go index 47265fb19..a4d641afa 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icacallbacks/genesis.go b/x/icacallbacks/genesis.go index 38ffc2e3e..34c4ea57b 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/v23/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v24/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 fc1da3c8a..ff8ab50e8 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/icacallbacks" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/icacallbacks" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) func TestGenesis(t *testing.T) { diff --git a/x/icacallbacks/handler.go b/x/icacallbacks/handler.go index b191850bf..367cb2637 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/v23/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) // NewHandler ... diff --git a/x/icacallbacks/ibc_module.go b/x/icacallbacks/ibc_module.go index e81fe2aca..e24142616 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/v23/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) var _ porttypes.IBCModule = &IBCModule{} diff --git a/x/icacallbacks/icacallbacks.go b/x/icacallbacks/icacallbacks.go index 4dfc344df..12fe1d844 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 7c53c6f90..269009a55 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v24/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 d05bd8b66..2d2091310 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 ece502fc9..ae9f99900 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query.go b/x/icacallbacks/keeper/grpc_query.go index 7b7c3ca3a..831565336 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 57ecefae3..ae894c229 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 33e52c33c..2c09639d8 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/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 ff3334175..ba6c6fd65 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 c52a20513..f0152afe7 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/icacallbacks/keeper/keeper.go b/x/icacallbacks/keeper/keeper.go index be88fea5f..97eee8ef8 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 effa3c9d2..023b48c2a 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) type msgServer struct { diff --git a/x/icacallbacks/keeper/params.go b/x/icacallbacks/keeper/params.go index 71e5b0f62..376a1b158 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 e0505d229..8c02a1c07 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/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 24c7c34da..8ed0dffd8 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/v23/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/icacallbacks/migrations/v2/convert_test.go b/x/icacallbacks/migrations/v2/convert_test.go index ac7c0c82b..cbe3acc49 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/v23/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v2/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/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 b232f1f80..58ecb536a 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/v23/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/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 ff844b23e..e5b49beee 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/v23/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) var ( diff --git a/x/icacallbacks/module_simulation.go b/x/icacallbacks/module_simulation.go index 0c07baa4e..b680ae4e9 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/v23/testutil/sample" - icacallbackssimulation "github.com/Stride-Labs/stride/v23/x/icacallbacks/simulation" - "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/testutil/sample" + icacallbackssimulation "github.com/Stride-Labs/stride/v24/x/icacallbacks/simulation" + "github.com/Stride-Labs/stride/v24/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 75a1d3f17..1cf8a6ec0 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, 0x64, - 0xac, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0x94, 0xfc, 0xe4, 0x35, 0x66, 0x01, 0x00, 0x00, + 0xa2, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0xac, 0x55, 0xc6, 0x80, 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 4010a4596..23f9f19b9 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, 0x8c, 0x8c, 0xf5, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, - 0xdf, 0x43, 0xee, 0xaf, 0x01, 0x00, 0x00, + 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x8c, 0x4c, 0xf4, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, + 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb1, + 0x76, 0x61, 0x5b, 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 da888759a..e741ad61c 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/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 101671a06..cf13610da 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, 0x32, 0xd6, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, - 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0b, 0x8b, 0x79, 0xff, 0xf7, + 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x32, 0xd1, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, + 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x33, 0x22, 0x5b, 0x4a, 0xf7, 0x00, 0x00, 0x00, } diff --git a/x/icacallbacks/types/params.pb.go b/x/icacallbacks/types/params.pb.go index 73e3c04a5..8c72787ea 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, 0x19, 0xeb, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, - 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xdd, 0x97, 0x2e, 0xe9, 0xb7, 0x00, 0x00, 0x00, + 0xd7, 0x94, 0x19, 0x99, 0xe8, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, + 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xe5, 0x3e, 0x0c, 0x5c, 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 6ea7ef9f8..fa1a2e59c 100644 --- a/x/icacallbacks/types/query.pb.go +++ b/x/icacallbacks/types/query.pb.go @@ -312,37 +312,37 @@ 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, 0x52, 0xa9, 0x12, 0x03, 0x82, 0x96, 0x3f, 0x1d, 0xe8, 0x10, 0xc2, 0xc6, 0x82, - 0xde, 0xbb, 0x5a, 0xc7, 0xa9, 0xce, 0xf9, 0x1a, 0x3b, 0x15, 0x11, 0x62, 0x41, 0x8c, 0x0c, 0x48, - 0x7c, 0x0f, 0x36, 0x16, 0x3e, 0x41, 0xc7, 0x4a, 0x2c, 0x4c, 0x08, 0x25, 0x7c, 0x10, 0x14, 0xdb, - 0x29, 0x77, 0xaa, 0xd3, 0x28, 0xdd, 0x2c, 0xfb, 0x79, 0x9f, 0xe7, 0xf7, 0xde, 0xfb, 0xea, 0xf0, - 0x9a, 0xd2, 0xdd, 0xf4, 0x90, 0xb3, 0x34, 0x86, 0x18, 0x84, 0x88, 0x20, 0x3e, 0x52, 0xec, 0xb8, - 0xc7, 0xbb, 0x7d, 0x9a, 0x77, 0xa5, 0x96, 0x64, 0xc9, 0x0a, 0x68, 0x51, 0x50, 0x5b, 0x4e, 0x64, - 0x22, 0xcd, 0x3b, 0x1b, 0x9d, 0xac, 0xb4, 0xb6, 0x9a, 0x48, 0x99, 0x08, 0xce, 0x20, 0x4f, 0x19, - 0x64, 0x99, 0xd4, 0xa0, 0x53, 0x99, 0x29, 0xf7, 0x7a, 0x2f, 0x96, 0xaa, 0x23, 0x15, 0x8b, 0x40, - 0x71, 0x9b, 0xc0, 0x4e, 0x1a, 0x11, 0xd7, 0xd0, 0x60, 0x39, 0x24, 0x69, 0x66, 0xc4, 0x4e, 0xbb, - 0xee, 0xa3, 0xca, 0xa1, 0x0b, 0x9d, 0xb1, 0x5b, 0xdd, 0xa7, 0x18, 0x9f, 0xde, 0x1c, 0x82, 0x06, - 0x2b, 0x0c, 0x97, 0x31, 0x79, 0x39, 0x0a, 0x6b, 0x99, 0xea, 0x36, 0x3f, 0xee, 0x71, 0xa5, 0xc3, - 0x16, 0x5e, 0x2a, 0xdd, 0xaa, 0x5c, 0x66, 0x8a, 0x93, 0x07, 0xb8, 0x6a, 0x53, 0x6e, 0xa3, 0x75, - 0xb4, 0xb9, 0xd0, 0x5c, 0xa1, 0x9e, 0xee, 0xa9, 0x2d, 0xda, 0x9b, 0x3f, 0xfd, 0xbd, 0x56, 0x69, - 0xbb, 0x82, 0xf0, 0x31, 0x5e, 0x31, 0x8e, 0xfb, 0x5c, 0x3f, 0x71, 0xca, 0xa7, 0xa0, 0xc1, 0x05, - 0x92, 0x0d, 0xbc, 0x78, 0x4e, 0x77, 0xc4, 0xfb, 0xc6, 0xff, 0x46, 0x7b, 0x61, 0x7c, 0xf7, 0x82, - 0xf7, 0x43, 0x81, 0x57, 0xfd, 0x0e, 0x0e, 0xee, 0x00, 0xdf, 0x2c, 0x35, 0xe8, 0x18, 0x37, 0xbc, - 0x8c, 0x45, 0x07, 0x47, 0x7a, 0x0e, 0x30, 0xba, 0x0b, 0xb9, 0xe3, 0xdd, 0x15, 0xc2, 0xc7, 0xfb, - 0x1c, 0xe3, 0xff, 0x53, 0x71, 0x49, 0x77, 0xa8, 0x1d, 0x21, 0x1d, 0x8d, 0x90, 0xda, 0x25, 0x71, - 0x23, 0xa4, 0x2d, 0x48, 0xb8, 0xab, 0x6d, 0x17, 0x2a, 0xc3, 0xef, 0xc8, 0x75, 0x75, 0x21, 0x67, - 0x72, 0x57, 0xd7, 0xae, 0xdc, 0x15, 0xd9, 0x2f, 0x61, 0xcf, 0x19, 0xec, 0xfa, 0x54, 0x6c, 0x8b, - 0x52, 0xe4, 0x6e, 0x7e, 0x9a, 0xc7, 0xd7, 0x0d, 0x37, 0xf9, 0x8c, 0x70, 0xd5, 0x4e, 0x9c, 0xd4, - 0xbd, 0x50, 0x17, 0xd7, 0xab, 0xb6, 0x39, 0x5d, 0x68, 0x33, 0x43, 0xf6, 0xf1, 0xe7, 0xdf, 0xaf, - 0x73, 0x77, 0x49, 0x9d, 0xbd, 0x32, 0x15, 0xf7, 0x0f, 0x20, 0x52, 0x6c, 0xf2, 0xfa, 0x93, 0x1f, - 0x08, 0x2f, 0x16, 0x3f, 0x03, 0xd9, 0x9a, 0x9c, 0xe5, 0xdf, 0xc5, 0x5a, 0x63, 0x86, 0x0a, 0x87, - 0xf9, 0xcc, 0x60, 0x3e, 0x22, 0x0f, 0xa7, 0x62, 0x96, 0x86, 0xc9, 0xde, 0x17, 0x97, 0xfe, 0x03, - 0xf9, 0x86, 0xf0, 0xad, 0xa2, 0xff, 0xae, 0x10, 0x97, 0xf1, 0xfb, 0x77, 0xf3, 0x32, 0xfe, 0x09, - 0x5b, 0x16, 0xee, 0x18, 0xfe, 0x2d, 0x42, 0x67, 0xe3, 0xdf, 0x6b, 0x9d, 0x0e, 0x02, 0x74, 0x36, - 0x08, 0xd0, 0x9f, 0x41, 0x80, 0xbe, 0x0c, 0x83, 0xca, 0xd9, 0x30, 0xa8, 0xfc, 0x1a, 0x06, 0x95, - 0xd7, 0x3b, 0x49, 0xaa, 0xdf, 0xf6, 0x22, 0x1a, 0xcb, 0x8e, 0xcf, 0xf3, 0xa4, 0xb9, 0xcd, 0xde, - 0x95, 0x9d, 0x75, 0x3f, 0xe7, 0x2a, 0xaa, 0x9a, 0xdf, 0xd2, 0xf6, 0xbf, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xe5, 0xc4, 0xc7, 0xc5, 0x79, 0x05, 0x00, 0x00, + 0x41, 0xc2, 0x6e, 0x02, 0xaa, 0xc4, 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, 0x34, 0x4a, 0x37, 0xcb, 0x7e, 0xde, 0xe7, 0xf9, 0xbd, 0xf7, 0xbe, 0x3a, 0xbc, + 0xa6, 0x74, 0x37, 0x3d, 0xe0, 0x2c, 0x8d, 0x21, 0x06, 0x21, 0x22, 0x88, 0x0f, 0x15, 0x3b, 0xea, + 0xf1, 0x6e, 0x9f, 0xe6, 0x5d, 0xa9, 0x25, 0x59, 0xb2, 0x02, 0x5a, 0x14, 0xd4, 0x96, 0x13, 0x99, + 0x48, 0xf3, 0xce, 0x46, 0x27, 0x2b, 0xad, 0xad, 0x26, 0x52, 0x26, 0x82, 0x33, 0xc8, 0x53, 0x06, + 0x59, 0x26, 0x35, 0xe8, 0x54, 0x66, 0xca, 0xbd, 0xde, 0x89, 0xa5, 0xea, 0x48, 0xc5, 0x22, 0x50, + 0xdc, 0x26, 0xb0, 0xe3, 0x46, 0xc4, 0x35, 0x34, 0x58, 0x0e, 0x49, 0x9a, 0x19, 0xb1, 0xd3, 0xae, + 0xfb, 0xa8, 0x72, 0xe8, 0x42, 0x67, 0xec, 0x56, 0xf7, 0x29, 0xc6, 0xa7, 0x37, 0x07, 0xa0, 0xc1, + 0x0a, 0xc3, 0x65, 0x4c, 0x5e, 0x8e, 0xc2, 0x5a, 0xa6, 0xba, 0xcd, 0x8f, 0x7a, 0x5c, 0xe9, 0xb0, + 0x85, 0x97, 0x4a, 0xb7, 0x2a, 0x97, 0x99, 0xe2, 0xe4, 0x01, 0xae, 0xda, 0x94, 0x9b, 0x68, 0x1d, + 0x6d, 0x2e, 0x34, 0x57, 0xa8, 0xa7, 0x7b, 0x6a, 0x8b, 0x76, 0xe7, 0x4f, 0x7e, 0xaf, 0x55, 0xda, + 0xae, 0x20, 0x7c, 0x8c, 0x57, 0x8c, 0xe3, 0x1e, 0xd7, 0x4f, 0x9c, 0xf2, 0x29, 0x68, 0x70, 0x81, + 0x64, 0x03, 0x2f, 0x9e, 0xd1, 0x1d, 0xf2, 0xbe, 0xf1, 0xbf, 0xd6, 0x5e, 0x18, 0xdf, 0xbd, 0xe0, + 0xfd, 0x50, 0xe0, 0x55, 0xbf, 0x83, 0x83, 0xdb, 0xc7, 0xd7, 0x4b, 0x0d, 0x3a, 0xc6, 0x0d, 0x2f, + 0x63, 0xd1, 0xc1, 0x91, 0x9e, 0x01, 0x8c, 0xee, 0x42, 0xee, 0x78, 0x77, 0x84, 0xf0, 0xf1, 0x3e, + 0xc7, 0xf8, 0xff, 0x54, 0x5c, 0xd2, 0x2d, 0x6a, 0x47, 0x48, 0x47, 0x23, 0xa4, 0x76, 0x49, 0xdc, + 0x08, 0x69, 0x0b, 0x12, 0xee, 0x6a, 0xdb, 0x85, 0xca, 0xf0, 0x3b, 0x72, 0x5d, 0x9d, 0xcb, 0x99, + 0xdc, 0xd5, 0x95, 0x4b, 0x77, 0x45, 0xf6, 0x4a, 0xd8, 0x73, 0x06, 0xbb, 0x3e, 0x15, 0xdb, 0xa2, + 0x14, 0xb9, 0x9b, 0x9f, 0xe6, 0xf1, 0x55, 0xc3, 0x4d, 0x3e, 0x23, 0x5c, 0xb5, 0x13, 0x27, 0x75, + 0x2f, 0xd4, 0xf9, 0xf5, 0xaa, 0x6d, 0x4e, 0x17, 0xda, 0xcc, 0x90, 0x7d, 0xfc, 0xf9, 0xf7, 0xeb, + 0xdc, 0x6d, 0x52, 0x67, 0xaf, 0x4c, 0xc5, 0xdd, 0x7d, 0x88, 0x14, 0x9b, 0xbc, 0xfe, 0xe4, 0x07, + 0xc2, 0x8b, 0xc5, 0xcf, 0x40, 0xb6, 0x26, 0x67, 0xf9, 0x77, 0xb1, 0xd6, 0x98, 0xa1, 0xc2, 0x61, + 0x3e, 0x33, 0x98, 0x8f, 0xc8, 0xc3, 0xa9, 0x98, 0xa5, 0x61, 0xb2, 0xf7, 0xc5, 0xa5, 0xff, 0x40, + 0xbe, 0x21, 0x7c, 0xa3, 0xe8, 0xbf, 0x23, 0xc4, 0x45, 0xfc, 0xfe, 0xdd, 0xbc, 0x88, 0x7f, 0xc2, + 0x96, 0x85, 0xdb, 0x86, 0x7f, 0x8b, 0xd0, 0xd9, 0xf8, 0x77, 0x5b, 0x27, 0x83, 0x00, 0x9d, 0x0e, + 0x02, 0xf4, 0x67, 0x10, 0xa0, 0x2f, 0xc3, 0xa0, 0x72, 0x3a, 0x0c, 0x2a, 0xbf, 0x86, 0x41, 0xe5, + 0xf5, 0x76, 0x92, 0xea, 0xb7, 0xbd, 0x88, 0xc6, 0xb2, 0xe3, 0xf3, 0x3c, 0x6e, 0xde, 0x67, 0xef, + 0xca, 0xce, 0xba, 0x9f, 0x73, 0x15, 0x55, 0xcd, 0x6f, 0xe9, 0xde, 0xbf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xdd, 0x6d, 0xe5, 0x70, 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 13c683661..bd761672c 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, 0x46, 0xc6, 0xfa, 0x15, 0x68, + 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x46, 0x26, 0xfa, 0x15, 0x68, 0x16, 0x56, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x2d, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xbc, 0x03, 0xbf, 0x67, 0x94, 0x00, 0x00, 0x00, + 0x84, 0xaa, 0x9d, 0xd2, 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 8d6e7f95e..60f719b40 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/v23/app" - cmdcfg "github.com/Stride-Labs/stride/v23/cmd/strided/config" - strideclitestutil "github.com/Stride-Labs/stride/v23/testutil/cli" - "github.com/Stride-Labs/stride/v23/testutil/network" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app" + cmdcfg "github.com/Stride-Labs/stride/v24/cmd/strided/config" + strideclitestutil "github.com/Stride-Labs/stride/v24/testutil/cli" + "github.com/Stride-Labs/stride/v24/testutil/network" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/client/cli/query.go b/x/icaoracle/client/cli/query.go index ffece3ec7..c0dab7e6f 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) const ( diff --git a/x/icaoracle/client/cli/query_test.go b/x/icaoracle/client/cli/query_test.go index eb4fc1103..459465366 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/v23/x/icaoracle/client/cli" +import "github.com/Stride-Labs/stride/v24/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 8923d9c87..667058b6c 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 987c37201..f5979fe49 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/v23/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v24/x/icaoracle/client/cli" ) func (s *ClientTestSuite) TestCmdRestoreOracleICA() { diff --git a/x/icaoracle/ibc_middleware.go b/x/icaoracle/ibc_middleware.go index de1707e25..aef6e44c5 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/v23/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v24/x/icaoracle/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/icaoracle/keeper/events.go b/x/icaoracle/keeper/events.go index 998f80658..836b084ce 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 f90eaf9d2..2cbeb940b 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 13d609944..8990523fa 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGenesis() { diff --git a/x/icaoracle/keeper/grpc_query.go b/x/icaoracle/keeper/grpc_query.go index 2f668cfaa..89287d69b 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 dd6fdca8b..3d0062384 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) func (s *KeeperTestSuite) TestQueryOracle() { diff --git a/x/icaoracle/keeper/ibc.go b/x/icaoracle/keeper/ibc.go index 795e18d3f..abb34e939 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 c09cc0d4b..5bd0ddc31 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/v23/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) // ------------------------------------------ diff --git a/x/icaoracle/keeper/icacallbacks.go b/x/icaoracle/keeper/icacallbacks.go index ec0484f24..42a3d7522 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/v23/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) const ( diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go index 3791e5c30..3f8ad094a 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) // Callback after an instantiating an oracle's CW contract diff --git a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go index 1c6634eac..c51e1e73d 100644 --- a/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go +++ b/x/icaoracle/keeper/icacallbacks_instantiate_oracle_test.go @@ -5,8 +5,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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 a9a098580..49fd897e3 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/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 07363ae14..3a6c3e0b5 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) func (s *KeeperTestSuite) SetupTestUpdateOracleCallback() types.Metric { diff --git a/x/icaoracle/keeper/icaoracle.go b/x/icaoracle/keeper/icaoracle.go index 23a85588e..49594dfdd 100644 --- a/x/icaoracle/keeper/icaoracle.go +++ b/x/icaoracle/keeper/icaoracle.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/icaoracle_test.go b/x/icaoracle/keeper/icaoracle_test.go index 21a29c065..2aecf203d 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) type SubmitMetricUpdateTestCase struct { diff --git a/x/icaoracle/keeper/keeper.go b/x/icaoracle/keeper/keeper.go index 897cbbff4..5c0e46aff 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) type Keeper struct { diff --git a/x/icaoracle/keeper/keeper_test.go b/x/icaoracle/keeper/keeper_test.go index b6f3ae468..3e7202bf5 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/keeper/metric.go b/x/icaoracle/keeper/metric.go index 7989fa014..df997843e 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 0f7f359e3..5ca31e99c 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 80a92242b..40c7472ae 100644 --- a/x/icaoracle/keeper/msg_server.go +++ b/x/icaoracle/keeper/msg_server.go @@ -13,7 +13,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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 f4232242e..dd0d7621f 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 a95fea1f4..b44a6310c 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 9c9ff2567..9dbd14466 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 fb6d040df..a3739e122 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 8b0a018b1..9e2bc025a 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGovToggleOracle() { diff --git a/x/icaoracle/keeper/oracle.go b/x/icaoracle/keeper/oracle.go index 31269d789..c0d51ce2c 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 cbfe2c8b5..b696ec376 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) func (s *KeeperTestSuite) TestGetOracle() { diff --git a/x/icaoracle/module.go b/x/icaoracle/module.go index 6ecabff17..76b90af38 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/v23/x/icaoracle/client/cli" - "github.com/Stride-Labs/stride/v23/x/icaoracle/keeper" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/client/cli" + "github.com/Stride-Labs/stride/v24/x/icaoracle/keeper" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) var ( diff --git a/x/icaoracle/types/callbacks.pb.go b/x/icaoracle/types/callbacks.pb.go index 24c9bfe7c..7bfeb182f 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, 0xc8, 0x58, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, - 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xdf, 0xd1, - 0x8b, 0xf1, 0x64, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0x43, 0xa2, 0xcc, 0xc8, 0x44, 0xbf, 0x02, 0x29, 0x3c, 0x4a, 0x2a, + 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x81, 0x61, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x59, 0x97, + 0x5e, 0x23, 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 acbb4eeba..f17ec0423 100644 --- a/x/icaoracle/types/contract.pb.go +++ b/x/icaoracle/types/contract.pb.go @@ -214,31 +214,31 @@ func init() { func init() { proto.RegisterFile("stride/icaoracle/contract.proto", fileDescriptor_8bf036e49b48ee03) } var fileDescriptor_8bf036e49b48ee03 = []byte{ - // 374 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, - 0x09, 0xbc, 0x80, 0x4a, 0x4c, 0x24, 0xb1, 0xd1, 0x20, 0x2b, 0x37, 0x75, 0x3a, 0x3d, 0xb6, 0x13, - 0xda, 0x4e, 0x33, 0x73, 0x4a, 0xe0, 0x2d, 0x7c, 0x20, 0x1f, 0xc0, 0x25, 0x4b, 0x97, 0x06, 0x5e, - 0xc4, 0x30, 0xd3, 0x0b, 0xf7, 0xde, 0xdd, 0x39, 0xdf, 0xff, 0x9f, 0xfc, 0x67, 0xe6, 0x90, 0xb1, - 0x46, 0x25, 0x52, 0x08, 0x05, 0x67, 0x52, 0x31, 0x5e, 0x40, 0xc8, 0x65, 0x85, 0x8a, 0x71, 0x0c, - 0x6a, 0x25, 0x51, 0xd2, 0x91, 0x35, 0x04, 0x57, 0xc3, 0x54, 0x93, 0x57, 0x91, 0xce, 0x56, 0x95, - 0x46, 0x56, 0xa1, 0x60, 0x08, 0x5f, 0x0c, 0x5f, 0xb6, 0x73, 0xf4, 0x0d, 0x19, 0xb2, 0xb4, 0x14, - 0x55, 0xcc, 0xd2, 0x54, 0x81, 0xd6, 0x9e, 0x33, 0x71, 0x66, 0xcf, 0xd6, 0x03, 0x03, 0xdf, 0x5b, - 0x46, 0x03, 0xf2, 0x02, 0x15, 0xab, 0xf4, 0x4f, 0x50, 0x31, 0xcf, 0x59, 0x55, 0x41, 0x11, 0x8b, - 0xd4, 0x7b, 0x62, 0xac, 0xcf, 0xef, 0xa4, 0xa5, 0x55, 0x56, 0xe9, 0xf4, 0x87, 0x09, 0xfd, 0xb8, - 0x07, 0xde, 0xe0, 0x35, 0xea, 0xab, 0xd4, 0x18, 0x01, 0x2a, 0xc1, 0xe9, 0x3b, 0xe2, 0xd6, 0x52, - 0x63, 0x5c, 0x9a, 0xd6, 0x44, 0xba, 0xf3, 0x71, 0xf0, 0x78, 0xf9, 0x20, 0xd2, 0xd9, 0x6d, 0x6a, - 0x4d, 0xea, 0x6b, 0x3d, 0xfd, 0xed, 0x90, 0xe1, 0x03, 0x95, 0x8e, 0x48, 0x77, 0x0b, 0x87, 0x76, - 0xfd, 0x4b, 0x49, 0x5f, 0x92, 0xde, 0x8e, 0x15, 0x0d, 0xb4, 0x7b, 0xda, 0x86, 0x8e, 0x89, 0x6b, + // 375 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0xce, 0xd2, 0x40, + 0x10, 0xc7, 0xa9, 0x08, 0x89, 0x5b, 0x48, 0x70, 0xf5, 0xd0, 0x83, 0x29, 0x88, 0x17, 0x2e, 0xb6, + 0x09, 0xf8, 0x00, 0x2a, 0x31, 0x91, 0xc4, 0x46, 0x83, 0x9c, 0xbc, 0xd4, 0xed, 0x76, 0x6c, 0x37, + 0xb4, 0xdd, 0x66, 0x77, 0x4a, 0xe0, 0x2d, 0x7c, 0x20, 0x1f, 0xc0, 0x23, 0x47, 0x8f, 0x06, 0x5e, + 0xc4, 0xb0, 0x5b, 0xe1, 0xfb, 0xbe, 0xdb, 0xcc, 0xef, 0xff, 0x9f, 0xfc, 0x67, 0x77, 0xc8, 0x58, + 0xa3, 0x12, 0x29, 0x84, 0x82, 0x33, 0xa9, 0x18, 0x2f, 0x20, 0xe4, 0xb2, 0x42, 0xc5, 0x38, 0x06, + 0xb5, 0x92, 0x28, 0xe9, 0xc8, 0x1a, 0x82, 0xab, 0x61, 0xaa, 0xc9, 0x8b, 0x48, 0x67, 0xab, 0x4a, + 0x23, 0xab, 0x50, 0x30, 0x84, 0xcf, 0x86, 0x2f, 0xdb, 0x39, 0xfa, 0x8a, 0x0c, 0x59, 0x5a, 0x8a, + 0x2a, 0x66, 0x69, 0xaa, 0x40, 0x6b, 0xcf, 0x99, 0x38, 0xb3, 0x27, 0xeb, 0x81, 0x81, 0xef, 0x2c, + 0xa3, 0x01, 0x79, 0x86, 0x8a, 0x55, 0xfa, 0x07, 0xa8, 0x98, 0xe7, 0xac, 0xaa, 0xa0, 0x88, 0x45, + 0xea, 0x3d, 0x32, 0xd6, 0xa7, 0xff, 0xa5, 0xa5, 0x55, 0x56, 0xe9, 0xf4, 0xbb, 0x09, 0xfd, 0xb0, + 0x07, 0xde, 0xe0, 0x35, 0xea, 0x8b, 0xd4, 0x18, 0x01, 0x2a, 0xc1, 0xe9, 0x5b, 0xe2, 0xd6, 0x52, + 0x63, 0x5c, 0x9a, 0xd6, 0x44, 0xba, 0xf3, 0x71, 0xf0, 0x70, 0xf9, 0x20, 0xd2, 0xd9, 0x6d, 0x6a, + 0x4d, 0xea, 0x6b, 0x3d, 0xfd, 0xe5, 0x90, 0xe1, 0x3d, 0x95, 0x8e, 0x48, 0x77, 0x0b, 0x87, 0x76, + 0xfd, 0x4b, 0x49, 0x9f, 0x93, 0xde, 0x8e, 0x15, 0x0d, 0xb4, 0x7b, 0xda, 0x86, 0x8e, 0x89, 0x6b, 0x63, 0x63, 0x3c, 0xd4, 0xe0, 0x75, 0x8d, 0x46, 0x2c, 0xda, 0x1c, 0x6a, 0x63, 0x68, 0xea, 0x94, - 0x21, 0xc4, 0x28, 0x4a, 0xf0, 0x9e, 0x4e, 0x9c, 0x59, 0x77, 0x4d, 0x2c, 0xda, 0x88, 0x12, 0xe8, - 0x6b, 0x32, 0x48, 0x0a, 0xc9, 0xb7, 0x71, 0x0e, 0x22, 0xcb, 0xd1, 0xeb, 0x19, 0x87, 0x6b, 0xd8, - 0x27, 0x83, 0xa8, 0x4f, 0x08, 0x43, 0x54, 0x22, 0x69, 0x10, 0xb4, 0xd7, 0xb7, 0x19, 0x37, 0xf2, - 0x21, 0xfa, 0x73, 0xf2, 0x9d, 0xe3, 0xc9, 0x77, 0xfe, 0x9d, 0x7c, 0xe7, 0xd7, 0xd9, 0xef, 0x1c, - 0xcf, 0x7e, 0xe7, 0xef, 0xd9, 0xef, 0x7c, 0x5f, 0x64, 0x02, 0xf3, 0x26, 0x09, 0xb8, 0x2c, 0xc3, - 0x6f, 0xe6, 0x3f, 0xde, 0x7e, 0x66, 0x89, 0x0e, 0xdb, 0xcb, 0xef, 0xe6, 0x8b, 0x70, 0x7f, 0xef, - 0xfe, 0x97, 0x37, 0xe8, 0xa4, 0x6f, 0xae, 0xbf, 0xf8, 0x1f, 0x00, 0x00, 0xff, 0xff, 0x76, 0xe8, - 0x6e, 0x06, 0x20, 0x02, 0x00, 0x00, + 0x21, 0xc4, 0x28, 0x4a, 0xf0, 0x1e, 0x4f, 0x9c, 0x59, 0x77, 0x4d, 0x2c, 0xda, 0x88, 0x12, 0xe8, + 0x4b, 0x32, 0x48, 0x0a, 0xc9, 0xb7, 0x71, 0x0e, 0x22, 0xcb, 0xd1, 0xeb, 0x19, 0x87, 0x6b, 0xd8, + 0x47, 0x83, 0xa8, 0x4f, 0x08, 0x43, 0x54, 0x22, 0x69, 0x10, 0xb4, 0xd7, 0xb7, 0x19, 0x37, 0xf2, + 0x3e, 0xfa, 0x7d, 0xf2, 0x9d, 0xe3, 0xc9, 0x77, 0xfe, 0x9e, 0x7c, 0xe7, 0xe7, 0xd9, 0xef, 0x1c, + 0xcf, 0x7e, 0xe7, 0xcf, 0xd9, 0xef, 0x7c, 0x5b, 0x64, 0x02, 0xf3, 0x26, 0x09, 0xb8, 0x2c, 0xc3, + 0xaf, 0xe6, 0x3f, 0x5e, 0x7f, 0x62, 0x89, 0x0e, 0xdb, 0xcb, 0xef, 0xe6, 0x6f, 0xc2, 0xfd, 0x9d, + 0xfb, 0x5f, 0xde, 0xa0, 0x93, 0xbe, 0xb9, 0xfe, 0xe2, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, + 0xae, 0xbb, 0xd4, 0x20, 0x02, 0x00, 0x00, } func (m *MsgInstantiateOracleContract) Marshal() (dAtA []byte, err error) { diff --git a/x/icaoracle/types/expected_keepers.go b/x/icaoracle/types/expected_keepers.go index 470cc026d..85d85014b 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/v23/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/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 ecc8f1d75..dde342738 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, 0x23, 0x63, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, - 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x59, 0x82, 0xda, 0x65, 0xbd, 0x01, + 0x0f, 0x0d, 0xce, 0x32, 0x23, 0x13, 0xfd, 0x0a, 0xa4, 0x40, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, + 0x62, 0x03, 0x87, 0xa8, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xdf, 0xc4, 0x0f, 0xb7, 0xbd, 0x01, 0x00, 0x00, } diff --git a/x/icaoracle/types/genesis_test.go b/x/icaoracle/types/genesis_test.go index 2da3e8a38..12debe88c 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 c1297a455..c9f1e55dd 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 b14bac698..da0aa8d60 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{ - // 555 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x93, 0x41, 0x6f, 0xd3, 0x30, - 0x14, 0xc7, 0x9b, 0x95, 0x65, 0xdb, 0x5b, 0xc7, 0x82, 0x35, 0x41, 0x57, 0x89, 0x10, 0x3a, 0x0e, - 0x05, 0x69, 0xa9, 0xb4, 0x4a, 0x5c, 0x51, 0x59, 0x03, 0x44, 0xa2, 0xdb, 0x48, 0xda, 0x0b, 0x97, - 0xc8, 0xb5, 0xad, 0xd6, 0x6a, 0x13, 0x47, 0x89, 0x5b, 0xd1, 0xaf, 0xb0, 0x13, 0x07, 0x8e, 0xec, - 0xfb, 0x70, 0xdc, 0x91, 0x23, 0x6a, 0xf9, 0x20, 0x28, 0x4e, 0xba, 0x05, 0xb8, 0xf9, 0xfd, 0xfe, - 0xff, 0x3c, 0xe5, 0xff, 0xec, 0x07, 0x56, 0x2a, 0x13, 0x4e, 0x59, 0x9b, 0x13, 0x2c, 0x12, 0x4c, - 0x66, 0xa5, 0x93, 0x1d, 0x27, 0x42, 0x0a, 0x64, 0xe4, 0x0e, 0xfb, 0x8e, 0x37, 0x8e, 0xc6, 0x62, - 0x2c, 0x94, 0xd8, 0xce, 0x4e, 0xb9, 0xaf, 0xf9, 0x5b, 0x03, 0xfd, 0x52, 0x19, 0xd0, 0x31, 0xec, - 0x92, 0x09, 0xe6, 0x51, 0xc0, 0x69, 0x5d, 0xb3, 0xb4, 0xd6, 0x9e, 0xb7, 0xa3, 0x6a, 0x97, 0xa2, - 0x13, 0x38, 0x20, 0x22, 0x8a, 0x18, 0x91, 0x5c, 0x28, 0x7d, 0x4b, 0xe9, 0xb5, 0x7b, 0xe8, 0x52, - 0xf4, 0x14, 0x80, 0x4c, 0x70, 0x14, 0xb1, 0x59, 0xe6, 0xa8, 0x2a, 0xc7, 0x5e, 0x41, 0x5c, 0x8a, - 0x9e, 0xc0, 0x4e, 0x2c, 0x12, 0x99, 0x69, 0x0f, 0x94, 0xa6, 0x67, 0xa5, 0x4b, 0xd1, 0x33, 0xd8, - 0xe7, 0x04, 0x07, 0x98, 0xd2, 0x84, 0xa5, 0x69, 0x7d, 0x5b, 0x89, 0xc0, 0x09, 0xee, 0xe6, 0x04, - 0xbd, 0x04, 0x83, 0x88, 0x48, 0x26, 0x98, 0xc8, 0x3b, 0x97, 0xae, 0x5c, 0x87, 0x1b, 0xbe, 0xb1, - 0x3e, 0x06, 0x1d, 0x13, 0xc9, 0x17, 0xac, 0xbe, 0x63, 0x69, 0xad, 0x5d, 0xaf, 0xa8, 0x9a, 0xdf, - 0xb7, 0x40, 0xef, 0x33, 0x99, 0x70, 0x82, 0x0c, 0xa8, 0x4e, 0xd9, 0xb2, 0x48, 0x98, 0x1d, 0xd1, - 0x11, 0x6c, 0x2f, 0xf0, 0x6c, 0xce, 0x8a, 0x54, 0x79, 0x91, 0xfd, 0x56, 0xa8, 0xbe, 0x08, 0xe4, - 0x32, 0x66, 0x45, 0x1e, 0xc8, 0xd1, 0x60, 0x19, 0x2b, 0xc3, 0x3c, 0xa6, 0x58, 0xb2, 0x40, 0xf2, - 0x90, 0xa9, 0x50, 0x55, 0x0f, 0x72, 0x34, 0xe0, 0x21, 0x43, 0xcf, 0xa1, 0x36, 0x9a, 0x09, 0x32, - 0x0d, 0x26, 0x8c, 0x8f, 0x27, 0x52, 0x25, 0xab, 0x7a, 0xfb, 0x8a, 0x7d, 0x50, 0x08, 0x99, 0x00, - 0x58, 0xca, 0x84, 0x8f, 0xe6, 0x92, 0x6d, 0x42, 0x95, 0x08, 0x3a, 0x05, 0x44, 0x59, 0x2a, 0x79, - 0x84, 0xd5, 0xe4, 0xf3, 0xab, 0x54, 0xd9, 0xf6, 0xbc, 0x47, 0x25, 0xa5, 0xb8, 0xc2, 0xd7, 0xa0, - 0xa7, 0x12, 0xcb, 0x79, 0x5a, 0xdf, 0xb5, 0xb4, 0xd6, 0xc3, 0x33, 0xd3, 0xfe, 0xf7, 0x19, 0xd8, - 0xf9, 0x14, 0x7c, 0xe5, 0xf2, 0x0a, 0x77, 0xf3, 0x0d, 0xd4, 0x3d, 0x46, 0x59, 0x18, 0x67, 0xbd, - 0x3c, 0x2c, 0x59, 0xf7, 0xfe, 0x17, 0x4e, 0xe0, 0x20, 0x95, 0x52, 0x4c, 0x59, 0x14, 0x50, 0x16, - 0x89, 0xb0, 0x98, 0x5c, 0xad, 0x80, 0xbd, 0x8c, 0xbd, 0xfa, 0xa6, 0x41, 0xad, 0xdc, 0x19, 0xd9, - 0x70, 0xdc, 0x77, 0x06, 0x9e, 0x7b, 0x1e, 0xf8, 0x83, 0xee, 0x60, 0xe8, 0x07, 0xc3, 0x0b, 0xff, - 0xca, 0x39, 0x77, 0xdf, 0xb9, 0x4e, 0xcf, 0xa8, 0x34, 0x0e, 0xaf, 0x6f, 0xac, 0xfd, 0x12, 0x42, - 0x2f, 0xe0, 0xe8, 0x6f, 0xff, 0xa7, 0xa1, 0x33, 0x74, 0x7a, 0x86, 0xd6, 0x80, 0xeb, 0x1b, 0x4b, - 0xcf, 0xab, 0xff, 0xbb, 0xba, 0x17, 0xc1, 0x95, 0x77, 0xf9, 0xde, 0x73, 0x7c, 0xdf, 0xd8, 0xca, - 0xbb, 0x96, 0xd0, 0xdb, 0xfe, 0x8f, 0x95, 0xa9, 0xdd, 0xae, 0x4c, 0xed, 0xd7, 0xca, 0xd4, 0xbe, - 0xae, 0xcd, 0xca, 0xed, 0xda, 0xac, 0xfc, 0x5c, 0x9b, 0x95, 0xcf, 0x9d, 0x31, 0x97, 0x93, 0xf9, - 0xc8, 0x26, 0x22, 0x6c, 0xfb, 0x6a, 0x46, 0xa7, 0x1f, 0xf1, 0x28, 0x6d, 0x17, 0x8b, 0xb5, 0x38, - 0xeb, 0xb4, 0xbf, 0x94, 0xd6, 0x2b, 0x7b, 0x02, 0xe9, 0x48, 0x57, 0x3b, 0xd3, 0xf9, 0x13, 0x00, - 0x00, 0xff, 0xff, 0x07, 0xd3, 0x40, 0xc4, 0x7f, 0x03, 0x00, 0x00, + // 557 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, 0xa9, 0x45, 0x6c, 0x51, 0x68, 0x0c, 0x58, 0x22, 0x6d, 0xb1, 0x93, 0x0d, + 0x1b, 0x6b, 0x32, 0x33, 0x4a, 0x46, 0x89, 0x3d, 0x96, 0x3d, 0x89, 0xc8, 0x2b, 0x74, 0xc5, 0x82, + 0x25, 0x7d, 0x1f, 0x96, 0x5d, 0xb2, 0x44, 0x09, 0x0f, 0x82, 0x3c, 0x76, 0x5a, 0x03, 0xbb, 0xb9, + 0xdf, 0x39, 0xbe, 0xf2, 0xb9, 0x33, 0x17, 0xac, 0x54, 0x26, 0x9c, 0xb2, 0x0e, 0x27, 0x58, 0x24, + 0x98, 0xcc, 0x4a, 0x27, 0x3b, 0x4e, 0x84, 0x14, 0xc8, 0xc8, 0x1d, 0xf6, 0x1d, 0x6f, 0xd6, 0xc7, + 0x62, 0x2c, 0x94, 0xd8, 0xc9, 0x4e, 0xb9, 0xaf, 0xf5, 0x4b, 0x03, 0xfd, 0x52, 0x19, 0xd0, 0x11, + 0xec, 0x92, 0x09, 0xe6, 0x51, 0xc0, 0x69, 0x43, 0xb3, 0xb4, 0xf6, 0x9e, 0xb7, 0xa3, 0x6a, 0x97, + 0xa2, 0x63, 0x38, 0x20, 0x22, 0x8a, 0x18, 0x91, 0x5c, 0x28, 0x7d, 0x4b, 0xe9, 0xb5, 0x7b, 0xe8, + 0x52, 0xf4, 0x18, 0x80, 0x4c, 0x70, 0x14, 0xb1, 0x59, 0xe6, 0xa8, 0x2a, 0xc7, 0x5e, 0x41, 0x5c, + 0x8a, 0x1e, 0xc1, 0x4e, 0x2c, 0x12, 0x99, 0x69, 0xff, 0x29, 0x4d, 0xcf, 0x4a, 0x97, 0xa2, 0x27, + 0xb0, 0xcf, 0x09, 0x0e, 0x30, 0xa5, 0x09, 0x4b, 0xd3, 0xc6, 0xb6, 0x12, 0x81, 0x13, 0xdc, 0xcd, + 0x09, 0x7a, 0x0e, 0x06, 0x11, 0x91, 0x4c, 0x30, 0x91, 0x77, 0x2e, 0x5d, 0xb9, 0x0e, 0x37, 0x7c, + 0x63, 0x7d, 0x08, 0x3a, 0x26, 0x92, 0x2f, 0x58, 0x63, 0xc7, 0xd2, 0xda, 0xbb, 0x5e, 0x51, 0xb5, + 0xbe, 0x6d, 0x81, 0xde, 0x67, 0x32, 0xe1, 0x04, 0x19, 0x50, 0x9d, 0xb2, 0x65, 0x91, 0x30, 0x3b, + 0xa2, 0x3a, 0x6c, 0x2f, 0xf0, 0x6c, 0xce, 0x8a, 0x54, 0x79, 0x91, 0xfd, 0x56, 0xa8, 0xbe, 0x08, + 0xe4, 0x32, 0x66, 0x45, 0x1e, 0xc8, 0xd1, 0x60, 0x19, 0x2b, 0xc3, 0x3c, 0xa6, 0x58, 0xb2, 0x40, + 0xf2, 0x90, 0xa9, 0x50, 0x55, 0x0f, 0x72, 0x34, 0xe0, 0x21, 0x43, 0x4f, 0xa1, 0x36, 0x9a, 0x09, + 0x32, 0x0d, 0x26, 0x8c, 0x8f, 0x27, 0x52, 0x25, 0xab, 0x7a, 0xfb, 0x8a, 0xbd, 0x57, 0x08, 0x99, + 0x00, 0x58, 0xca, 0x84, 0x8f, 0xe6, 0x92, 0x6d, 0x42, 0x95, 0x08, 0x3a, 0x01, 0x44, 0x59, 0x2a, + 0x79, 0x84, 0xd5, 0xe4, 0xf3, 0xab, 0x54, 0xd9, 0xf6, 0xbc, 0x07, 0x25, 0xa5, 0xb8, 0xc2, 0x57, + 0xa0, 0xa7, 0x12, 0xcb, 0x79, 0xda, 0xd8, 0xb5, 0xb4, 0xf6, 0xff, 0xa7, 0xa6, 0xfd, 0xf7, 0x33, + 0xb0, 0xf3, 0x29, 0xf8, 0xca, 0xe5, 0x15, 0xee, 0xd6, 0x6b, 0x68, 0x78, 0x8c, 0xb2, 0x30, 0xce, + 0x7a, 0x79, 0x58, 0xb2, 0xee, 0xfd, 0x2f, 0x1c, 0xc3, 0x41, 0x2a, 0xa5, 0x98, 0xb2, 0x28, 0xa0, + 0x2c, 0x12, 0x61, 0x31, 0xb9, 0x5a, 0x01, 0x7b, 0x19, 0x7b, 0xf1, 0x55, 0x83, 0x5a, 0xb9, 0x33, + 0xb2, 0xe1, 0xa8, 0xef, 0x0c, 0x3c, 0xf7, 0x3c, 0xf0, 0x07, 0xdd, 0xc1, 0xd0, 0x0f, 0x86, 0x17, + 0xfe, 0x95, 0x73, 0xee, 0xbe, 0x75, 0x9d, 0x9e, 0x51, 0x69, 0x1e, 0x5e, 0xdf, 0x58, 0xfb, 0x25, + 0x84, 0x9e, 0x41, 0xfd, 0x4f, 0xff, 0xc7, 0xa1, 0x33, 0x74, 0x7a, 0x86, 0xd6, 0x84, 0xeb, 0x1b, + 0x4b, 0xcf, 0xab, 0x7f, 0xbb, 0xba, 0x17, 0xc1, 0x95, 0x77, 0xf9, 0xce, 0x73, 0x7c, 0xdf, 0xd8, + 0xca, 0xbb, 0x96, 0xd0, 0x9b, 0xfe, 0xf7, 0x95, 0xa9, 0xdd, 0xae, 0x4c, 0xed, 0xe7, 0xca, 0xd4, + 0xbe, 0xac, 0xcd, 0xca, 0xed, 0xda, 0xac, 0xfc, 0x58, 0x9b, 0x95, 0x4f, 0x67, 0x63, 0x2e, 0x27, + 0xf3, 0x91, 0x4d, 0x44, 0xd8, 0xf1, 0xd5, 0x8c, 0x4e, 0x3e, 0xe0, 0x51, 0xda, 0x29, 0x16, 0x6b, + 0x71, 0xfa, 0xb2, 0xf3, 0xb9, 0xb4, 0x5e, 0xd9, 0x13, 0x48, 0x47, 0xba, 0xda, 0x99, 0xb3, 0xdf, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x81, 0x95, 0x95, 0x16, 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 9a61b6763..93f93aba2 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 e308cbfc9..3d1ee54a2 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 6fdb0313f..953dc1a1f 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 4989aba3f..4fd2294e7 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 2c1d3e818..01d54f6ef 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 41064815e..18faed8be 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 df4c5a805..a1f9440d6 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 863a3e495..ec4bf1303 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/icaoracle/types" ) // Tests NewMetric and GetMetricID diff --git a/x/icaoracle/types/oracle_test.go b/x/icaoracle/types/oracle_test.go index 0ed7a7356..960864029 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/v23/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 653629b98..5c38e29ba 100644 --- a/x/icaoracle/types/query.pb.go +++ b/x/icaoracle/types/query.pb.go @@ -402,37 +402,37 @@ var fileDescriptor_d4d4563f64cd9510 = []byte{ // 518 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, 0x4d, 0x0e, 0x7a, 0xb5, 0x1e, 0x44, 0xb4, 0xa8, 0x29, 0x78, 0x10, 0x21, 0x6c, 0x36, - 0xc3, 0x76, 0x30, 0xdd, 0x49, 0x77, 0x26, 0xc5, 0x45, 0xbc, 0x78, 0xf1, 0x26, 0x05, 0x7f, 0x82, - 0x7f, 0xa6, 0xc7, 0x82, 0x17, 0x41, 0x10, 0x49, 0xfc, 0x21, 0xd2, 0x99, 0x49, 0xea, 0xba, 0x49, - 0x13, 0xed, 0x29, 0xb3, 0xef, 0x7d, 0xef, 0xfb, 0xbe, 0x79, 0xf3, 0x11, 0x58, 0x91, 0x2a, 0xe1, - 0x2d, 0x46, 0x79, 0x18, 0x88, 0x24, 0x08, 0xdb, 0x8c, 0xee, 0x75, 0x59, 0x92, 0xfa, 0x9d, 0x44, - 0x28, 0x81, 0x97, 0x4c, 0xd7, 0x1f, 0x76, 0x9d, 0x4a, 0x0e, 0x3f, 0x3c, 0x99, 0x19, 0x67, 0x25, - 0x12, 0x22, 0x6a, 0x33, 0x1a, 0x74, 0x38, 0x0d, 0xe2, 0x58, 0xa8, 0x40, 0x71, 0x11, 0x4b, 0xdb, - 0x5d, 0x8c, 0x44, 0x24, 0xf4, 0x91, 0x1e, 0x9f, 0x4c, 0xd5, 0xa3, 0x80, 0x2f, 0x8e, 0x65, 0x9f, - 0x69, 0xa2, 0x3a, 0xdb, 0xeb, 0x32, 0xa9, 0x70, 0x19, 0xe6, 0xc2, 0x9d, 0x80, 0xc7, 0x0d, 0xde, - 0x2a, 0x93, 0x0a, 0x59, 0x9f, 0xaf, 0x97, 0xf4, 0xf7, 0xe3, 0x96, 0xf7, 0x08, 0x2e, 0x67, 0x06, - 0x64, 0x47, 0xc4, 0x92, 0xe1, 0x1d, 0x28, 0x1a, 0x2f, 0x1a, 0x7f, 0xa1, 0x5a, 0xf6, 0xff, 0xbe, - 0x80, 0x6f, 0x27, 0x2c, 0xce, 0x2b, 0xc3, 0x92, 0x26, 0x7a, 0xd0, 0x6e, 0x9b, 0x8e, 0xb4, 0xea, - 0xde, 0x36, 0x5c, 0xc9, 0x75, 0xac, 0xcc, 0x7d, 0x28, 0x99, 0x71, 0x59, 0x26, 0x95, 0x73, 0xa7, - 0xe9, 0x6c, 0xce, 0x1e, 0xfe, 0xb8, 0x56, 0xa8, 0x0f, 0xe0, 0x5e, 0x0d, 0x96, 0x0d, 0x69, 0xa8, - 0xf8, 0x3e, 0xcb, 0x2a, 0xe2, 0x12, 0x14, 0x03, 0x5d, 0xd7, 0xee, 0xe7, 0xea, 0xf6, 0xcb, 0x7b, - 0x09, 0xce, 0xa8, 0xa1, 0x33, 0x9b, 0x79, 0x6d, 0x97, 0xb8, 0xc5, 0x54, 0xc2, 0xc3, 0xa1, 0x8d, - 0xab, 0x00, 0xbb, 0xba, 0xd2, 0x78, 0xc3, 0x52, 0xbb, 0xf8, 0x79, 0x53, 0x79, 0xc2, 0x52, 0x5c, - 0x83, 0x8b, 0x86, 0xa0, 0x31, 0x7c, 0x9c, 0x19, 0x8d, 0x59, 0x30, 0xe5, 0x87, 0xf6, 0x89, 0x9e, - 0xc3, 0x62, 0x96, 0xfd, 0xc4, 0xaf, 0x21, 0x3b, 0xc5, 0xaf, 0x99, 0x19, 0xf8, 0xb5, 0xf0, 0xea, - 0xf7, 0x59, 0x38, 0xaf, 0x29, 0xf1, 0x13, 0x81, 0xa2, 0xb9, 0x13, 0x5e, 0xcf, 0x4f, 0xe7, 0xa3, - 0xe4, 0xac, 0x4e, 0x40, 0x19, 0x6f, 0xde, 0xbd, 0x0f, 0x5f, 0x7f, 0x7d, 0x9e, 0xb9, 0x8b, 0x94, - 0x6e, 0x6b, 0xf8, 0xc6, 0xd3, 0xa0, 0x29, 0x69, 0x2e, 0xf2, 0xf6, 0xe7, 0xdd, 0x60, 0x01, 0xef, - 0xf1, 0x80, 0x00, 0x9c, 0x04, 0x05, 0xd7, 0xc7, 0xc8, 0xe5, 0x52, 0xe6, 0xdc, 0x9c, 0x02, 0x69, - 0xcd, 0x6d, 0x68, 0x73, 0x37, 0x70, 0x75, 0x1a, 0x73, 0x12, 0xbf, 0x10, 0x58, 0xc8, 0x24, 0x06, - 0x6f, 0x8d, 0xd3, 0x1a, 0x11, 0x46, 0xe7, 0xf6, 0x74, 0xe0, 0xff, 0x59, 0x9c, 0xa4, 0xcd, 0xb4, - 0x61, 0xb2, 0x8d, 0x1f, 0x09, 0x94, 0x6c, 0x42, 0x70, 0xdc, 0x23, 0x65, 0xf3, 0xe9, 0xac, 0x4d, - 0x82, 0xfd, 0xdb, 0xbe, 0x6c, 0xba, 0x36, 0xb7, 0x0e, 0x7b, 0x2e, 0x39, 0xea, 0xb9, 0xe4, 0x67, - 0xcf, 0x25, 0x07, 0x7d, 0xb7, 0x70, 0xd4, 0x77, 0x0b, 0xdf, 0xfa, 0x6e, 0xe1, 0x55, 0x2d, 0xe2, - 0x6a, 0xa7, 0xdb, 0xf4, 0x43, 0xb1, 0x3b, 0x8a, 0x6a, 0xbf, 0x5a, 0xa3, 0x6f, 0xff, 0x20, 0x54, - 0x69, 0x87, 0xc9, 0x66, 0x51, 0xff, 0xb3, 0xd5, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0x2a, 0x59, - 0x83, 0x24, 0x61, 0x05, 0x00, 0x00, + 0xda, 0x1d, 0x4d, 0x04, 0xbd, 0x5a, 0x0f, 0x22, 0x5a, 0xd4, 0x14, 0x3c, 0x88, 0x10, 0x36, 0x9b, + 0x61, 0x3b, 0x98, 0xee, 0xa4, 0x3b, 0x93, 0xe2, 0x22, 0x5e, 0xbc, 0x78, 0x93, 0x82, 0x3f, 0xc1, + 0x3f, 0xd3, 0x63, 0xc1, 0x8b, 0x20, 0x88, 0x24, 0xfe, 0x10, 0xe9, 0xcc, 0x24, 0x75, 0xdd, 0xa4, + 0x89, 0x7a, 0xca, 0xec, 0x7b, 0xdf, 0xfb, 0xbe, 0x6f, 0xde, 0x7c, 0x04, 0x56, 0xa4, 0x4a, 0x78, + 0x8b, 0x51, 0x1e, 0x06, 0x22, 0x09, 0xc2, 0x36, 0xa3, 0x7b, 0x5d, 0x96, 0xa4, 0x7e, 0x27, 0x11, + 0x4a, 0xe0, 0x05, 0xd3, 0xf5, 0x87, 0x5d, 0xa7, 0x92, 0xc3, 0x0f, 0x4f, 0x66, 0xc6, 0x59, 0x89, + 0x84, 0x88, 0xda, 0x8c, 0x06, 0x1d, 0x4e, 0x83, 0x38, 0x16, 0x2a, 0x50, 0x5c, 0xc4, 0xd2, 0x76, + 0x17, 0x23, 0x11, 0x09, 0x7d, 0xa4, 0xc7, 0x27, 0x53, 0xf5, 0x28, 0xe0, 0xf3, 0x63, 0xd9, 0xa7, + 0x9a, 0xa8, 0xce, 0xf6, 0xba, 0x4c, 0x2a, 0x5c, 0x86, 0xb9, 0x70, 0x27, 0xe0, 0x71, 0x83, 0xb7, + 0xca, 0xa4, 0x42, 0xd6, 0xe7, 0xeb, 0x25, 0xfd, 0xfd, 0xa8, 0xe5, 0x3d, 0x84, 0x8b, 0x99, 0x01, + 0xd9, 0x11, 0xb1, 0x64, 0x78, 0x0b, 0x8a, 0xc6, 0x8b, 0xc6, 0x9f, 0xab, 0x96, 0xfd, 0x3f, 0x2f, + 0xe0, 0xdb, 0x09, 0x8b, 0xf3, 0xca, 0xb0, 0xa4, 0x89, 0xee, 0xb7, 0xdb, 0xa6, 0x23, 0xad, 0xba, + 0xb7, 0x0d, 0x97, 0x72, 0x1d, 0x2b, 0x73, 0x0f, 0x4a, 0x66, 0x5c, 0x96, 0x49, 0xe5, 0xcc, 0x69, + 0x3a, 0x9b, 0xb3, 0x87, 0xdf, 0xaf, 0x14, 0xea, 0x03, 0xb8, 0x57, 0x83, 0x65, 0x43, 0x1a, 0x2a, + 0xbe, 0xcf, 0xb2, 0x8a, 0xb8, 0x04, 0xc5, 0x40, 0xd7, 0xb5, 0xfb, 0xb9, 0xba, 0xfd, 0xf2, 0x5e, + 0x80, 0x33, 0x6a, 0xe8, 0xbf, 0xcd, 0xbc, 0xb2, 0x4b, 0xdc, 0x62, 0x2a, 0xe1, 0xe1, 0xd0, 0xc6, + 0x65, 0x80, 0x5d, 0x5d, 0x69, 0xbc, 0x66, 0xa9, 0x5d, 0xfc, 0xbc, 0xa9, 0x3c, 0x66, 0x29, 0xae, + 0xc1, 0x79, 0x43, 0xd0, 0x18, 0x3e, 0xce, 0x8c, 0xc6, 0x2c, 0x98, 0xf2, 0x03, 0xfb, 0x44, 0xcf, + 0x60, 0x31, 0xcb, 0x7e, 0xe2, 0xd7, 0x90, 0x9d, 0xe2, 0xd7, 0xcc, 0x0c, 0xfc, 0x5a, 0x78, 0xf5, + 0xdb, 0x2c, 0x9c, 0xd5, 0x94, 0xf8, 0x91, 0x40, 0xd1, 0xdc, 0x09, 0xaf, 0xe6, 0xa7, 0xf3, 0x51, + 0x72, 0x56, 0x27, 0xa0, 0x8c, 0x37, 0xef, 0xee, 0xfb, 0x2f, 0x3f, 0x3f, 0xcd, 0xdc, 0x46, 0x4a, + 0xb7, 0x35, 0x7c, 0xe3, 0x49, 0xd0, 0x94, 0x34, 0x17, 0x79, 0xfb, 0xf3, 0x76, 0xb0, 0x80, 0x77, + 0x78, 0x40, 0x00, 0x4e, 0x82, 0x82, 0xeb, 0x63, 0xe4, 0x72, 0x29, 0x73, 0xae, 0x4f, 0x81, 0xb4, + 0xe6, 0x36, 0xb4, 0xb9, 0x6b, 0xb8, 0x3a, 0x8d, 0x39, 0x89, 0x9f, 0x09, 0x2c, 0x64, 0x12, 0x83, + 0x37, 0xc6, 0x69, 0x8d, 0x08, 0xa3, 0x73, 0x73, 0x3a, 0xf0, 0xbf, 0x2c, 0x4e, 0xd2, 0x66, 0xda, + 0x30, 0xd9, 0xc6, 0x0f, 0x04, 0x4a, 0x36, 0x21, 0x38, 0xee, 0x91, 0xb2, 0xf9, 0x74, 0xd6, 0x26, + 0xc1, 0xfe, 0x6e, 0x5f, 0x36, 0x5d, 0x9b, 0x5b, 0x87, 0x3d, 0x97, 0x1c, 0xf5, 0x5c, 0xf2, 0xa3, + 0xe7, 0x92, 0x83, 0xbe, 0x5b, 0x38, 0xea, 0xbb, 0x85, 0xaf, 0x7d, 0xb7, 0xf0, 0xb2, 0x16, 0x71, + 0xb5, 0xd3, 0x6d, 0xfa, 0xa1, 0xd8, 0x1d, 0x45, 0xb5, 0x5f, 0xbd, 0x43, 0xdf, 0xfc, 0x46, 0xa8, + 0xd2, 0x0e, 0x93, 0xcd, 0xa2, 0xfe, 0x67, 0xab, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xac, 0x1f, + 0x56, 0xf6, 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 4eb3a61d1..ea3eab797 100644 --- a/x/icaoracle/types/tx.pb.go +++ b/x/icaoracle/types/tx.pb.go @@ -519,47 +519,47 @@ func init() { func init() { proto.RegisterFile("stride/icaoracle/tx.proto", fileDescriptor_6e58a377bb8520d3) } 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, 0x5b, 0x53, 0x35, 0x89, 0x01, 0xd3, 0x1a, - 0x11, 0x42, 0xa5, 0xd8, 0x90, 0x88, 0x3f, 0x0a, 0x53, 0x9a, 0x29, 0x12, 0x51, 0x25, 0x87, 0x09, - 0x21, 0x59, 0x97, 0xf3, 0xe1, 0x58, 0x24, 0x77, 0xd1, 0xdd, 0x35, 0x6a, 0x57, 0x46, 0x26, 0x24, - 0x26, 0xde, 0x01, 0x62, 0xea, 0xc0, 0x0b, 0x60, 0x64, 0xac, 0x98, 0x18, 0x51, 0x32, 0x74, 0xe2, - 0x3d, 0x20, 0xff, 0x8d, 0xe3, 0xb8, 0x34, 0x08, 0xc1, 0x92, 0xe8, 0x9e, 0xe7, 0x7b, 0xdf, 0x7b, - 0x3e, 0x77, 0xcf, 0x9d, 0x41, 0x81, 0x0b, 0xe6, 0xda, 0xd8, 0x70, 0x11, 0xa4, 0x0c, 0xa2, 0x1e, - 0x36, 0xc4, 0xb1, 0x3e, 0x60, 0x54, 0x50, 0x79, 0x33, 0x48, 0xe9, 0x71, 0x4a, 0x29, 0x20, 0xca, - 0xfb, 0x94, 0x5b, 0x7e, 0xde, 0x08, 0x06, 0x81, 0x58, 0xc9, 0x05, 0x23, 0xa3, 0xcf, 0x1d, 0x63, - 0x78, 0xdf, 0xfb, 0x0b, 0x13, 0x5b, 0xb0, 0xef, 0x12, 0x6a, 0xf8, 0xbf, 0x41, 0x48, 0x7b, 0x2f, - 0x81, 0xb5, 0x16, 0x77, 0xea, 0xb6, 0x7d, 0xe8, 0xfb, 0xca, 0x15, 0xf0, 0x1f, 0x62, 0x18, 0x0a, - 0xca, 0xf2, 0xd2, 0xae, 0x54, 0x5a, 0x3d, 0xc8, 0x7f, 0xfd, 0x54, 0xde, 0x0e, 0xfd, 0xeb, 0xb6, - 0xcd, 0x30, 0xe7, 0x6d, 0xc1, 0x5c, 0xe2, 0x98, 0x91, 0x50, 0xbe, 0x05, 0xd6, 0x11, 0x25, 0x04, - 0x23, 0xe1, 0x52, 0x62, 0xb9, 0x76, 0x7e, 0xd1, 0x9b, 0x69, 0xae, 0x4d, 0x82, 0x4d, 0xbb, 0x76, - 0xef, 0xf5, 0xf9, 0xe9, 0x7e, 0x34, 0xe5, 0xcd, 0xf9, 0xe9, 0xfe, 0xcd, 0x10, 0xf7, 0x38, 0x01, - 0x9c, 0x2c, 0x45, 0xdb, 0x01, 0xdb, 0xc9, 0xb1, 0x89, 0xf9, 0x80, 0x12, 0x8e, 0xb5, 0x77, 0x8b, - 0x7e, 0xa2, 0x49, 0xb8, 0x80, 0x44, 0xb8, 0x50, 0xe0, 0x3f, 0xa8, 0xbd, 0x08, 0x36, 0x82, 0xb5, - 0x2d, 0xd4, 0x85, 0x6e, 0xa2, 0xfa, 0xf5, 0x20, 0xdc, 0xf0, 0xa2, 0x4d, 0x5b, 0x2e, 0x81, 0x4d, - 0x44, 0x89, 0x60, 0x10, 0x09, 0x0b, 0x51, 0x1b, 0x7b, 0xc2, 0xa5, 0x5d, 0xa9, 0xb4, 0x6c, 0x5e, - 0x89, 0xe2, 0x0d, 0x6a, 0xe3, 0xa6, 0x2d, 0x3f, 0x01, 0x8a, 0x60, 0x90, 0xf0, 0x97, 0x98, 0x79, - 0x9e, 0x84, 0xe0, 0x9e, 0x45, 0x89, 0x15, 0xd8, 0xe5, 0x97, 0x7d, 0xf3, 0x5c, 0xa4, 0x68, 0x04, - 0x82, 0x43, 0x12, 0x20, 0xd4, 0x1e, 0xa7, 0x77, 0xe9, 0x4e, 0xf6, 0x2e, 0xcd, 0xc0, 0x6b, 0x2a, - 0xb8, 0x9e, 0x15, 0x8f, 0x77, 0xed, 0xa3, 0x04, 0xae, 0xb6, 0xb8, 0x63, 0x62, 0x2e, 0x28, 0x0b, - 0x93, 0xcd, 0x46, 0xfd, 0x6f, 0x6e, 0x5a, 0xed, 0x51, 0x9a, 0xa6, 0x98, 0x4d, 0x93, 0x2e, 0x4a, - 0xbb, 0x01, 0xae, 0x65, 0x84, 0x63, 0x96, 0xcf, 0x12, 0xd8, 0x68, 0x71, 0xe7, 0x19, 0x75, 0x9c, - 0x5e, 0x74, 0xf8, 0x0f, 0xc1, 0x2a, 0x3c, 0x12, 0x5d, 0xca, 0x5c, 0x71, 0x72, 0x29, 0xc9, 0x44, - 0x3a, 0x77, 0x03, 0xec, 0x80, 0x15, 0x88, 0x84, 0x3b, 0xc4, 0xfe, 0xb1, 0xff, 0x6f, 0x86, 0xa3, - 0xda, 0x03, 0x8f, 0x71, 0xe2, 0xe7, 0x51, 0x6a, 0xd9, 0x94, 0xc9, 0x72, 0xb5, 0x02, 0xc8, 0xa5, - 0x42, 0x31, 0xdd, 0x87, 0x80, 0xce, 0xc4, 0x7d, 0x3a, 0xfc, 0x47, 0x74, 0xbf, 0x41, 0x91, 0x2c, - 0x2b, 0xa4, 0x48, 0x86, 0x22, 0x8a, 0xca, 0x8f, 0x25, 0xb0, 0xd4, 0xe2, 0x8e, 0xdc, 0x06, 0xab, - 0x93, 0xd7, 0x45, 0xd5, 0xd3, 0x0f, 0x99, 0x9e, 0xbc, 0xe2, 0x4a, 0xf1, 0xd7, 0xf9, 0xc8, 0x5c, - 0x7e, 0x05, 0xb6, 0x66, 0xaf, 0x7f, 0xf6, 0xe4, 0x19, 0x9d, 0xa2, 0xcf, 0xa7, 0x8b, 0x17, 0xeb, - 0x82, 0xcd, 0x99, 0x5b, 0x73, 0x3b, 0xd3, 0x23, 0x2d, 0x53, 0xca, 0x73, 0xc9, 0xe2, 0x95, 0x5e, - 0x80, 0xb5, 0xa9, 0x9e, 0xde, 0xcb, 0x9c, 0x9e, 0x94, 0x28, 0x77, 0x2f, 0x95, 0x24, 0xdd, 0xa7, - 0x7a, 0x6a, 0xef, 0x82, 0xe2, 0x26, 0x92, 0x0b, 0xdc, 0xb3, 0xce, 0xfb, 0xa0, 0xf5, 0x65, 0xa4, - 0x4a, 0x67, 0x23, 0x55, 0xfa, 0x3e, 0x52, 0xa5, 0xb7, 0x63, 0x75, 0xe1, 0x6c, 0xac, 0x2e, 0x7c, - 0x1b, 0xab, 0x0b, 0xcf, 0xab, 0x8e, 0x2b, 0xba, 0x47, 0x1d, 0x1d, 0xd1, 0xbe, 0xd1, 0xf6, 0xed, - 0xca, 0x4f, 0x61, 0x87, 0x1b, 0x61, 0x7f, 0x0d, 0x2b, 0xd5, 0xa9, 0x1e, 0x13, 0x27, 0x03, 0xcc, - 0x3b, 0x2b, 0xfe, 0xf7, 0xa9, 0xfa, 0x33, 0x00, 0x00, 0xff, 0xff, 0xc3, 0xa2, 0x09, 0xce, 0x15, - 0x07, 0x00, 0x00, + // 626 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x95, 0x3d, 0x6f, 0xd3, 0x40, + 0x18, 0xc7, 0xeb, 0xb6, 0x2a, 0xf4, 0xd4, 0xd2, 0xd6, 0x54, 0x4d, 0x62, 0xc0, 0xb4, 0x46, 0x84, + 0x50, 0x29, 0x36, 0xa4, 0xbc, 0x29, 0x4c, 0x69, 0xa6, 0x48, 0x44, 0x95, 0x1c, 0x26, 0x84, 0x64, + 0x5d, 0xce, 0x87, 0x63, 0x91, 0xdc, 0x45, 0x77, 0xd7, 0xa8, 0x5d, 0x19, 0x99, 0x90, 0x98, 0xf8, + 0x06, 0x88, 0xa9, 0x03, 0x1f, 0x80, 0x91, 0xb1, 0x62, 0x62, 0x44, 0xc9, 0xd0, 0x89, 0xef, 0x80, + 0xfc, 0x1a, 0xc7, 0x71, 0x69, 0x10, 0x82, 0x25, 0xd1, 0x3d, 0xcf, 0xff, 0xfe, 0xf7, 0xfc, 0xee, + 0x9e, 0x3b, 0x83, 0x02, 0x17, 0xcc, 0xb5, 0xb1, 0xe1, 0x22, 0x48, 0x19, 0x44, 0x5d, 0x6c, 0x88, + 0x23, 0xbd, 0xcf, 0xa8, 0xa0, 0xf2, 0x7a, 0x90, 0xd2, 0xe3, 0x94, 0x52, 0x40, 0x94, 0xf7, 0x28, + 0xb7, 0xfc, 0xbc, 0x11, 0x0c, 0x02, 0xb1, 0x92, 0x0b, 0x46, 0x46, 0x8f, 0x3b, 0xc6, 0xe0, 0xbe, + 0xf7, 0x17, 0x26, 0x36, 0x60, 0xcf, 0x25, 0xd4, 0xf0, 0x7f, 0x83, 0x90, 0xf6, 0x41, 0x02, 0x2b, + 0x4d, 0xee, 0xd4, 0x6c, 0xfb, 0xc0, 0xf7, 0x95, 0x2b, 0xe0, 0x12, 0x62, 0x18, 0x0a, 0xca, 0xf2, + 0xd2, 0xb6, 0x54, 0x5a, 0xde, 0xcf, 0x7f, 0xfb, 0x5c, 0xde, 0x0c, 0xfd, 0x6b, 0xb6, 0xcd, 0x30, + 0xe7, 0x2d, 0xc1, 0x5c, 0xe2, 0x98, 0x91, 0x50, 0xbe, 0x05, 0x56, 0x11, 0x25, 0x04, 0x23, 0xe1, + 0x52, 0x62, 0xb9, 0x76, 0x7e, 0xde, 0x9b, 0x69, 0xae, 0x8c, 0x83, 0x0d, 0xbb, 0x7a, 0xef, 0xcd, + 0xd9, 0xc9, 0x6e, 0x34, 0xe5, 0xed, 0xd9, 0xc9, 0xee, 0xcd, 0x10, 0xf7, 0x28, 0x01, 0x9c, 0x2c, + 0x45, 0xdb, 0x02, 0x9b, 0xc9, 0xb1, 0x89, 0x79, 0x9f, 0x12, 0x8e, 0xb5, 0xf7, 0xf3, 0x7e, 0xa2, + 0x41, 0xb8, 0x80, 0x44, 0xb8, 0x50, 0xe0, 0xbf, 0xa8, 0xbd, 0x08, 0xd6, 0x82, 0xb5, 0x2d, 0xd4, + 0x81, 0x6e, 0xa2, 0xfa, 0xd5, 0x20, 0x5c, 0xf7, 0xa2, 0x0d, 0x5b, 0x2e, 0x81, 0x75, 0x44, 0x89, + 0x60, 0x10, 0x09, 0x0b, 0x51, 0x1b, 0x7b, 0xc2, 0x85, 0x6d, 0xa9, 0xb4, 0x68, 0x5e, 0x89, 0xe2, + 0x75, 0x6a, 0xe3, 0x86, 0x2d, 0x3f, 0x05, 0x8a, 0x60, 0x90, 0xf0, 0x57, 0x98, 0x79, 0x9e, 0x84, + 0xe0, 0xae, 0x45, 0x89, 0x15, 0xd8, 0xe5, 0x17, 0x7d, 0xf3, 0x5c, 0xa4, 0xa8, 0x07, 0x82, 0x03, + 0x12, 0x20, 0x54, 0x9f, 0xa4, 0x77, 0xe9, 0x4e, 0xf6, 0x2e, 0x4d, 0xc1, 0x6b, 0x2a, 0xb8, 0x9e, + 0x15, 0x8f, 0x77, 0xed, 0x93, 0x04, 0xae, 0x36, 0xb9, 0x63, 0x62, 0x2e, 0x28, 0x0b, 0x93, 0x8d, + 0x7a, 0xed, 0x5f, 0x6e, 0x5a, 0xf5, 0x71, 0x9a, 0xa6, 0x98, 0x4d, 0x93, 0x2e, 0x4a, 0xbb, 0x01, + 0xae, 0x65, 0x84, 0x63, 0x96, 0x2f, 0x12, 0x58, 0x6b, 0x72, 0xe7, 0x39, 0x75, 0x9c, 0x6e, 0x74, + 0xf8, 0x8f, 0xc0, 0x32, 0x3c, 0x14, 0x1d, 0xca, 0x5c, 0x71, 0x7c, 0x21, 0xc9, 0x58, 0x3a, 0x73, + 0x03, 0x6c, 0x81, 0x25, 0x88, 0x84, 0x3b, 0xc0, 0xfe, 0xb1, 0x5f, 0x36, 0xc3, 0x51, 0xf5, 0xa1, + 0xc7, 0x38, 0xf6, 0xf3, 0x28, 0xb5, 0x6c, 0xca, 0x64, 0xb9, 0x5a, 0x01, 0xe4, 0x52, 0xa1, 0x98, + 0xee, 0x63, 0x40, 0x67, 0xe2, 0x1e, 0x1d, 0xfc, 0x27, 0xba, 0x3f, 0xa0, 0x48, 0x96, 0x15, 0x52, + 0x24, 0x43, 0x11, 0x45, 0xe5, 0xe7, 0x02, 0x58, 0x68, 0x72, 0x47, 0x6e, 0x81, 0xe5, 0xf1, 0xeb, + 0xa2, 0xea, 0xe9, 0x87, 0x4c, 0x4f, 0x5e, 0x71, 0xa5, 0xf8, 0xfb, 0x7c, 0x64, 0x2e, 0xbf, 0x06, + 0x1b, 0xd3, 0xd7, 0x3f, 0x7b, 0xf2, 0x94, 0x4e, 0xd1, 0x67, 0xd3, 0xc5, 0x8b, 0x75, 0xc0, 0xfa, + 0xd4, 0xad, 0xb9, 0x9d, 0xe9, 0x91, 0x96, 0x29, 0xe5, 0x99, 0x64, 0xf1, 0x4a, 0x2f, 0xc1, 0xca, + 0x44, 0x4f, 0xef, 0x64, 0x4e, 0x4f, 0x4a, 0x94, 0xbb, 0x17, 0x4a, 0x92, 0xee, 0x13, 0x3d, 0xb5, + 0x73, 0x4e, 0x71, 0x63, 0xc9, 0x39, 0xee, 0x59, 0xe7, 0xbd, 0xdf, 0xfc, 0x3a, 0x54, 0xa5, 0xd3, + 0xa1, 0x2a, 0xfd, 0x18, 0xaa, 0xd2, 0xbb, 0x91, 0x3a, 0x77, 0x3a, 0x52, 0xe7, 0xbe, 0x8f, 0xd4, + 0xb9, 0x17, 0x7b, 0x8e, 0x2b, 0x3a, 0x87, 0x6d, 0x1d, 0xd1, 0x9e, 0xd1, 0xf2, 0xed, 0xca, 0xcf, + 0x60, 0x9b, 0x1b, 0x61, 0x7f, 0x0d, 0x2a, 0x0f, 0x26, 0x7a, 0x4c, 0x1c, 0xf7, 0x31, 0x6f, 0x2f, + 0xf9, 0xdf, 0xa7, 0xbd, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x45, 0xe4, 0xdc, 0x1c, 0x15, 0x07, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/interchainquery/client/cli/query.go b/x/interchainquery/client/cli/query.go index 19047d789..c7f14dc16 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/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 20033c1f4..018b493cb 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/v23/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v24/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 4341fe179..32e5b2156 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/v23/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v24/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 57abac16d..366a7d423 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/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" ) // EndBlocker of interchainquery module diff --git a/x/interchainquery/keeper/grpc_query.go b/x/interchainquery/keeper/grpc_query.go index 4cf852d8f..7f66f12a7 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/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" ) var _ types.QueryServiceServer = Keeper{} diff --git a/x/interchainquery/keeper/keeper.go b/x/interchainquery/keeper/keeper.go index f441d2b5c..ddd93f20c 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/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 8eec94cd5..f604e7c98 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" ) type KeeperTestSuite struct { diff --git a/x/interchainquery/keeper/msg_server.go b/x/interchainquery/keeper/msg_server.go index bdbaa4841..5c8126737 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/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 f3a6acd13..3489c3958 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/v23/x/interchainquery/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/interchainquery/keeper/queries.go b/x/interchainquery/keeper/queries.go index cf31f63c5..7a49d1475 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/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 89a926ef7..a038bd89a 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/v23/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) TestGetQueryId() { diff --git a/x/interchainquery/module.go b/x/interchainquery/module.go index 7e63c37bc..0a2398033 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/v23/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/x/interchainquery/client/cli" - "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/interchainquery/client/cli" + "github.com/Stride-Labs/stride/v24/x/interchainquery/types" ) var ( diff --git a/x/interchainquery/types/genesis.pb.go b/x/interchainquery/types/genesis.pb.go index 2672a6357..fedee6d54 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 + // 718 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xc1, 0x6e, 0xd3, 0x4a, 0x14, 0x8d, 0xd3, 0xf4, 0x35, 0x99, 0x38, 0x69, 0xde, 0xbc, 0xbe, 0xf7, 0x9c, 0x4a, 0x24, 0xa6, - 0x48, 0xd4, 0x2a, 0xd4, 0x56, 0xd3, 0x15, 0x12, 0x0b, 0x9a, 0xd4, 0x82, 0x40, 0x69, 0x53, 0x27, - 0x95, 0x28, 0x1b, 0xcb, 0xb1, 0x87, 0x64, 0x54, 0xdb, 0x93, 0x7a, 0xc6, 0x11, 0xf9, 0x06, 0x36, - 0x2c, 0xf9, 0x02, 0xbe, 0x80, 0x8f, 0xe8, 0xb2, 0x62, 0x85, 0x58, 0x14, 0xd4, 0xee, 0xf8, 0x0a, - 0xe4, 0xb1, 0xa7, 0x2d, 0x54, 0xb0, 0x62, 0x65, 0xcf, 0x3d, 0xe7, 0x9e, 0x7b, 0x7d, 0xef, 0xf1, - 0x80, 0x55, 0xca, 0x22, 0xec, 0x21, 0x03, 0x87, 0x0c, 0x45, 0xee, 0xd8, 0xc1, 0xe1, 0x71, 0x8c, - 0xa2, 0x99, 0x31, 0xdd, 0x30, 0x46, 0x28, 0x44, 0x14, 0x53, 0x7d, 0x12, 0x11, 0x46, 0x60, 0x3d, - 0x25, 0xea, 0x3f, 0x11, 0xf5, 0xe9, 0xc6, 0xf2, 0xd2, 0x88, 0x8c, 0x08, 0x67, 0x19, 0xc9, 0x5b, - 0x9a, 0xb0, 0xdc, 0x18, 0x11, 0x32, 0xf2, 0x91, 0xc1, 0x4f, 0xc3, 0xf8, 0x95, 0xe1, 0xc5, 0x91, - 0xc3, 0x30, 0x09, 0x33, 0xbc, 0xee, 0x12, 0x1a, 0x10, 0x6a, 0xa7, 0x89, 0xe9, 0x21, 0x85, 0x56, - 0xde, 0x17, 0xc0, 0xfc, 0x7e, 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, 0x2a, 0xd8, 0xf5, 0x60, 0x1d, 0x14, 0x79, 0x83, 0x09, 0x3e, 0xc7, 0xf1, 0x05, 0x7e, - 0xee, 0x7a, 0xf0, 0x16, 0x00, 0xbc, 0x6d, 0x9b, 0xcd, 0x26, 0x48, 0x29, 0x70, 0xb0, 0xc4, 0x23, - 0x83, 0xd9, 0x04, 0xc1, 0xdb, 0x40, 0x8e, 0xd0, 0x71, 0x8c, 0x28, 0xb3, 0x3d, 0x87, 0x39, 0xca, - 0xbc, 0x2a, 0x69, 0xb2, 0x55, 0xce, 0x62, 0xdb, 0x0e, 0x73, 0xe0, 0x2a, 0x58, 0x74, 0x1d, 0xdf, - 0x1f, 0x3a, 0xee, 0x91, 0x1d, 0x10, 0x2f, 0xf6, 0x91, 0x52, 0xe1, 0x32, 0x55, 0x11, 0x7e, 0xce, - 0xa3, 0xb0, 0x09, 0xca, 0x97, 0x44, 0xec, 0x29, 0x45, 0x4e, 0x02, 0x22, 0xd4, 0x4d, 0xbf, 0x45, - 0x10, 0x78, 0x35, 0x99, 0x57, 0x93, 0x45, 0x90, 0x97, 0xdb, 0x03, 0x55, 0x86, 0x03, 0x44, 0x62, - 0x66, 0x4f, 0x88, 0x8f, 0xdd, 0x99, 0xb2, 0xa8, 0x4a, 0x5a, 0xb5, 0xa5, 0xe9, 0xbf, 0xdc, 0x87, - 0x3e, 0x48, 0x13, 0x7a, 0x9c, 0x6f, 0x55, 0xd8, 0xf5, 0x23, 0xdc, 0x05, 0x35, 0x21, 0x28, 0x16, - 0xa2, 0x54, 0x55, 0x49, 0x2b, 0xb7, 0xea, 0x7a, 0xba, 0x31, 0x5d, 0x6c, 0x4c, 0xdf, 0xce, 0x08, - 0xed, 0xe2, 0xc9, 0x59, 0x33, 0xf7, 0xee, 0x4b, 0x53, 0xb2, 0x16, 0xb3, 0x64, 0x01, 0xc1, 0x7b, - 0xe0, 0x6f, 0xa1, 0x97, 0x3c, 0x29, 0x73, 0x82, 0x89, 0x52, 0x52, 0x25, 0xad, 0x60, 0x89, 0x42, - 0x03, 0x11, 0xbf, 0x3e, 0x5f, 0x8a, 0x42, 0xa6, 0x94, 0x55, 0x49, 0x2b, 0x5e, 0xce, 0xb7, 0x8f, - 0x42, 0x96, 0xe8, 0xd1, 0x78, 0x18, 0x60, 0x4a, 0x93, 0x0d, 0x8f, 0x11, 0x1e, 0x8d, 0x99, 0x52, - 0x4b, 0xf5, 0xae, 0x80, 0x27, 0x3c, 0xbe, 0xf2, 0x26, 0x0f, 0x4a, 0xc9, 0x98, 0x7a, 0x04, 0x87, - 0xec, 0x86, 0x59, 0x1c, 0x50, 0x89, 0x50, 0x40, 0x18, 0x12, 0x32, 0xdc, 0x2c, 0xed, 0x87, 0xc9, - 0xc7, 0x7c, 0x3e, 0x6b, 0xde, 0x1d, 0x61, 0x36, 0x8e, 0x87, 0xba, 0x4b, 0x82, 0xcc, 0x7e, 0xd9, - 0x63, 0x9d, 0x7a, 0x47, 0x46, 0x62, 0x10, 0xaa, 0x77, 0x43, 0xf6, 0xf1, 0xc3, 0x3a, 0xc8, 0xdc, - 0xd9, 0x0d, 0x99, 0x25, 0xa7, 0x92, 0x69, 0x03, 0xd0, 0x06, 0xb2, 0x4f, 0x5c, 0xc7, 0x17, 0x15, - 0xe6, 0xfe, 0x40, 0x85, 0x32, 0x57, 0xcc, 0x0a, 0xac, 0x81, 0xf9, 0xa9, 0xe3, 0xc7, 0xa9, 0x57, - 0xe5, 0xf6, 0xd2, 0xb7, 0xb3, 0x66, 0x2d, 0x42, 0x34, 0xf6, 0xd9, 0x7d, 0x12, 0x60, 0x86, 0x82, - 0x09, 0x9b, 0x59, 0x29, 0x65, 0xa5, 0x07, 0xe4, 0xc7, 0xe9, 0x3f, 0xdb, 0x67, 0x0e, 0x43, 0xf0, - 0x11, 0x58, 0x48, 0x3c, 0x81, 0x11, 0x55, 0x24, 0x75, 0x4e, 0x2b, 0xb7, 0xd4, 0xdf, 0x98, 0x86, - 0xff, 0x6f, 0xed, 0x42, 0xd2, 0xb9, 0x25, 0xd2, 0xd6, 0x6c, 0x50, 0xf9, 0xc1, 0x4c, 0xb0, 0x0e, - 0xfe, 0xb5, 0xcc, 0xa7, 0x66, 0x67, 0x60, 0xef, 0x1f, 0x98, 0xd6, 0xa1, 0x6d, 0x99, 0xfd, 0xde, - 0xde, 0x6e, 0xdf, 0xac, 0xe5, 0xe0, 0xff, 0xe0, 0x1f, 0xcb, 0x1c, 0x58, 0x87, 0x97, 0xc8, 0xfe, - 0x81, 0xd9, 0x1f, 0xd4, 0x24, 0xb8, 0x0c, 0xfe, 0x33, 0x5f, 0x98, 0x9d, 0x83, 0x81, 0x99, 0x41, - 0x9d, 0xad, 0x9d, 0x9d, 0xf6, 0x56, 0xe7, 0x59, 0x2d, 0xdf, 0xee, 0x9f, 0x9c, 0x37, 0xa4, 0xd3, - 0xf3, 0x86, 0xf4, 0xf5, 0xbc, 0x21, 0xbd, 0xbd, 0x68, 0xe4, 0x4e, 0x2f, 0x1a, 0xb9, 0x4f, 0x17, - 0x8d, 0xdc, 0xcb, 0x07, 0xd7, 0x66, 0xd7, 0xe7, 0x5d, 0xaf, 0xef, 0x38, 0x43, 0x6a, 0x64, 0xf7, - 0xd5, 0xb4, 0xb5, 0x69, 0xbc, 0xbe, 0x71, 0x6b, 0xf1, 0x91, 0x0e, 0xff, 0xe2, 0x06, 0xde, 0xfc, - 0x1e, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x65, 0x8a, 0x3c, 0xdc, 0x04, 0x00, 0x00, + 0x48, 0xd4, 0x2a, 0xd4, 0x56, 0x03, 0x1b, 0x24, 0x16, 0x34, 0xa9, 0x05, 0x81, 0xd2, 0xa6, 0x4e, + 0x2a, 0x51, 0x36, 0x96, 0x63, 0x0f, 0xc9, 0xa8, 0xb6, 0x27, 0xf5, 0x8c, 0x23, 0xf2, 0x0d, 0x6c, + 0x58, 0xf2, 0x05, 0x7c, 0x01, 0x1f, 0xd1, 0x65, 0xc5, 0x0a, 0xb1, 0x28, 0xa8, 0xdd, 0xf1, 0x15, + 0xc8, 0x63, 0x4f, 0x5b, 0xa8, 0x60, 0xc5, 0xca, 0x9e, 0x7b, 0xce, 0x3d, 0xf7, 0xfa, 0xde, 0xe3, + 0x01, 0xab, 0x94, 0x45, 0xd8, 0x43, 0x06, 0x0e, 0x19, 0x8a, 0xdc, 0xb1, 0x83, 0xc3, 0xa3, 0x18, + 0x45, 0x33, 0x63, 0xba, 0x61, 0x8c, 0x50, 0x88, 0x28, 0xa6, 0xfa, 0x24, 0x22, 0x8c, 0xc0, 0x7a, + 0x4a, 0xd4, 0x7f, 0x22, 0xea, 0xd3, 0x8d, 0xe5, 0xa5, 0x11, 0x19, 0x11, 0xce, 0x32, 0x92, 0xb7, + 0x34, 0x61, 0xb9, 0x31, 0x22, 0x64, 0xe4, 0x23, 0x83, 0x9f, 0x86, 0xf1, 0x2b, 0xc3, 0x8b, 0x23, + 0x87, 0x61, 0x12, 0x66, 0x78, 0xdd, 0x25, 0x34, 0x20, 0xd4, 0x4e, 0x13, 0xd3, 0x43, 0x0a, 0xad, + 0xbc, 0x2f, 0x80, 0xf9, 0xbd, 0x44, 0x1d, 0x56, 0x41, 0x1e, 0x7b, 0x8a, 0xa4, 0x4a, 0x5a, 0xc9, + 0xca, 0x63, 0x0f, 0xde, 0x02, 0x15, 0x97, 0x84, 0x21, 0x72, 0x13, 0x21, 0x1b, 0x7b, 0x4a, 0x9e, + 0x43, 0xf2, 0x65, 0xb0, 0xeb, 0xc1, 0x3a, 0x28, 0xf2, 0x06, 0x13, 0x7c, 0x8e, 0xe3, 0x0b, 0xfc, + 0xdc, 0xf5, 0xe0, 0x0d, 0x00, 0x78, 0xdb, 0x36, 0x9b, 0x4d, 0x90, 0x52, 0xe0, 0x60, 0x89, 0x47, + 0x06, 0xb3, 0x09, 0x82, 0x37, 0x81, 0x1c, 0xa1, 0xa3, 0x18, 0x51, 0x66, 0x7b, 0x0e, 0x73, 0x94, + 0x79, 0x55, 0xd2, 0x64, 0xab, 0x9c, 0xc5, 0xb6, 0x1c, 0xe6, 0xc0, 0x55, 0xb0, 0xe8, 0x3a, 0xbe, + 0x3f, 0x74, 0xdc, 0x43, 0x3b, 0x20, 0x5e, 0xec, 0x23, 0xa5, 0xc2, 0x65, 0xaa, 0x22, 0xfc, 0x9c, + 0x47, 0x61, 0x13, 0x94, 0x2f, 0x88, 0xd8, 0x53, 0x8a, 0x9c, 0x04, 0x44, 0xa8, 0x9b, 0x7e, 0x8b, + 0x20, 0xf0, 0x6a, 0x32, 0xaf, 0x26, 0x8b, 0x20, 0x2f, 0xb7, 0x0b, 0xaa, 0x0c, 0x07, 0x88, 0xc4, + 0xcc, 0x9e, 0x10, 0x1f, 0xbb, 0x33, 0x65, 0x51, 0x95, 0xb4, 0x6a, 0x4b, 0xd3, 0x7f, 0xb9, 0x0f, + 0x7d, 0x90, 0x26, 0xf4, 0x38, 0xdf, 0xaa, 0xb0, 0xab, 0x47, 0xb8, 0x03, 0x6a, 0x42, 0x50, 0x2c, + 0x44, 0xa9, 0xaa, 0x92, 0x56, 0x6e, 0xd5, 0xf5, 0x74, 0x63, 0xba, 0xd8, 0x98, 0xbe, 0x95, 0x11, + 0xda, 0xc5, 0xe3, 0xd3, 0x66, 0xee, 0xdd, 0x97, 0xa6, 0x64, 0x2d, 0x66, 0xc9, 0x02, 0x82, 0x77, + 0xc0, 0xdf, 0x42, 0x2f, 0x79, 0x52, 0xe6, 0x04, 0x13, 0xa5, 0xa4, 0x4a, 0x5a, 0xc1, 0x12, 0x85, + 0x06, 0x22, 0x7e, 0x75, 0xbe, 0x14, 0x85, 0x4c, 0x29, 0xab, 0x92, 0x56, 0xbc, 0x98, 0x6f, 0x1f, + 0x85, 0x2c, 0xd1, 0xa3, 0xf1, 0x30, 0xc0, 0x94, 0x26, 0x1b, 0x1e, 0x23, 0x3c, 0x1a, 0x33, 0xa5, + 0x96, 0xea, 0x5d, 0x02, 0x4f, 0x78, 0x7c, 0xe5, 0x4d, 0x1e, 0x94, 0x92, 0x31, 0xf5, 0x08, 0x0e, + 0xd9, 0x35, 0xb3, 0x38, 0xa0, 0x12, 0xa1, 0x80, 0x30, 0x24, 0x64, 0xb8, 0x59, 0xda, 0x0f, 0x93, + 0x8f, 0xf9, 0x7c, 0xda, 0xbc, 0x3d, 0xc2, 0x6c, 0x1c, 0x0f, 0x75, 0x97, 0x04, 0x99, 0xfd, 0xb2, + 0xc7, 0x3a, 0xf5, 0x0e, 0x8d, 0xc4, 0x20, 0x54, 0xef, 0x86, 0xec, 0xe3, 0x87, 0x75, 0x90, 0xb9, + 0xb3, 0x1b, 0x32, 0x4b, 0x4e, 0x25, 0xd3, 0x06, 0xa0, 0x0d, 0x64, 0x9f, 0xb8, 0x8e, 0x2f, 0x2a, + 0xcc, 0xfd, 0x81, 0x0a, 0x65, 0xae, 0x98, 0x15, 0x58, 0x03, 0xf3, 0x53, 0xc7, 0x8f, 0x53, 0xaf, + 0xca, 0xed, 0xa5, 0x6f, 0xa7, 0xcd, 0x5a, 0x84, 0x68, 0xec, 0xb3, 0xbb, 0x24, 0xc0, 0x0c, 0x05, + 0x13, 0x36, 0xb3, 0x52, 0xca, 0x4a, 0x0f, 0xc8, 0x8f, 0xd3, 0x7f, 0xb6, 0xcf, 0x1c, 0x86, 0xe0, + 0x23, 0xb0, 0x90, 0x78, 0x02, 0x23, 0xaa, 0x48, 0xea, 0x9c, 0x56, 0x6e, 0xa9, 0xbf, 0x31, 0x0d, + 0xff, 0xdf, 0xda, 0x85, 0xa4, 0x73, 0x4b, 0xa4, 0xad, 0xd9, 0xa0, 0xf2, 0x83, 0x99, 0x60, 0x1d, + 0xfc, 0x6b, 0x99, 0x4f, 0xcd, 0xce, 0xc0, 0xde, 0xdb, 0x37, 0xad, 0x03, 0xdb, 0x32, 0xfb, 0xbd, + 0xdd, 0x9d, 0xbe, 0x59, 0xcb, 0xc1, 0xff, 0xc1, 0x3f, 0x96, 0x39, 0xb0, 0x0e, 0x2e, 0x90, 0xbd, + 0x7d, 0xb3, 0x3f, 0xa8, 0x49, 0x70, 0x19, 0xfc, 0x67, 0xbe, 0x30, 0x3b, 0xfb, 0x03, 0x33, 0x83, + 0x3a, 0x9b, 0xdb, 0xdb, 0xed, 0xcd, 0xce, 0xb3, 0x5a, 0xbe, 0xdd, 0x3f, 0x3e, 0x6b, 0x48, 0x27, + 0x67, 0x0d, 0xe9, 0xeb, 0x59, 0x43, 0x7a, 0x7b, 0xde, 0xc8, 0x9d, 0x9c, 0x37, 0x72, 0x9f, 0xce, + 0x1b, 0xb9, 0x97, 0x0f, 0xae, 0xcc, 0xae, 0xcf, 0xbb, 0x5e, 0xdf, 0x76, 0x86, 0xd4, 0xc8, 0xee, + 0xab, 0x69, 0xeb, 0xbe, 0xf1, 0xfa, 0xda, 0xad, 0xc5, 0x47, 0x3a, 0xfc, 0x8b, 0x1b, 0xf8, 0xde, + 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0x71, 0x97, 0x57, 0xbc, 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 8b0f87c89..4e7d1a12f 100644 --- a/x/interchainquery/types/messages.pb.go +++ b/x/interchainquery/types/messages.pb.go @@ -123,38 +123,38 @@ func init() { var fileDescriptor_25adad4f8ed32400 = []byte{ // 512 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x3f, 0x6f, 0xd3, 0x4e, - 0x18, 0xc7, 0x73, 0xc9, 0xef, 0x97, 0xb6, 0x6e, 0x10, 0xe0, 0x46, 0xc8, 0x0d, 0x60, 0x47, 0xb7, - 0x10, 0x10, 0xbd, 0x53, 0xd2, 0xa9, 0x61, 0x22, 0x5b, 0x25, 0xca, 0x1f, 0x67, 0x63, 0x89, 0xec, - 0xf8, 0x7a, 0x39, 0x29, 0xf6, 0x99, 0xbb, 0x4b, 0xd4, 0xac, 0x4c, 0x8c, 0x48, 0x2c, 0x8c, 0x79, - 0x11, 0x48, 0x8c, 0xac, 0x8c, 0x15, 0x2c, 0x4c, 0x11, 0x4a, 0x18, 0x60, 0xcd, 0x2b, 0x40, 0xbe, - 0xb3, 0x01, 0xb5, 0x61, 0x60, 0xba, 0xc7, 0xcf, 0xf7, 0xf3, 0xfc, 0xf3, 0x3d, 0x67, 0xb5, 0xa4, + 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, 0x5a, 0x58, 0xae, 0x4c, 0x74, 0x3b, 0x89, 0xe3, 0x4f, 0xba, 0xb1, 0x54, + 0x49, 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, 0x60, 0xc9, 0x8b, 0x09, 0x11, 0x33, 0x3c, - 0x6d, 0xe3, 0x98, 0x48, 0x19, 0x50, 0x22, 0x51, 0x2a, 0xb8, 0xe2, 0xf6, 0xbe, 0x21, 0xd1, 0x05, + 0x6d, 0xe3, 0x98, 0x48, 0x19, 0x50, 0x22, 0x51, 0x2a, 0xb8, 0xe2, 0xf6, 0xbe, 0x21, 0xd1, 0x39, 0x12, 0x4d, 0xdb, 0x8d, 0x3a, 0xe5, 0x94, 0x6b, 0x0a, 0x67, 0x96, 0x09, 0x68, 0xec, 0x0f, 0xb9, - 0x8c, 0xb9, 0x1c, 0x18, 0xc1, 0x7c, 0xe4, 0xd2, 0x2d, 0xca, 0x39, 0x1d, 0x13, 0x1c, 0xa4, 0x0c, - 0x07, 0x49, 0xc2, 0x55, 0xa0, 0x18, 0x4f, 0x0a, 0xf5, 0xb6, 0x22, 0x49, 0x44, 0x44, 0xcc, 0x12, - 0x85, 0x87, 0x62, 0x96, 0x2a, 0x8e, 0x53, 0xc1, 0xf9, 0xa9, 0x91, 0xe1, 0x8f, 0xb2, 0x75, 0xe3, - 0x44, 0xd2, 0xfe, 0x24, 0x8c, 0x99, 0x7a, 0x96, 0xf5, 0xe0, 0x13, 0x99, 0xf2, 0x44, 0x12, 0x1b, + 0x8c, 0xb9, 0x1c, 0x18, 0xc1, 0x7c, 0xe4, 0xd2, 0x0d, 0xca, 0x39, 0x1d, 0x13, 0x1c, 0xa4, 0x0c, + 0x07, 0x49, 0xc2, 0x55, 0xa0, 0x18, 0x4f, 0x0a, 0xf5, 0xa6, 0x22, 0x49, 0x44, 0x44, 0xcc, 0x12, + 0x85, 0x87, 0x62, 0x96, 0x2a, 0x8e, 0x53, 0xc1, 0xf9, 0x89, 0x91, 0xe1, 0x8f, 0xb2, 0x75, 0xed, + 0x58, 0xd2, 0xfe, 0x24, 0x8c, 0x99, 0x7a, 0x96, 0xf5, 0xe0, 0x13, 0x99, 0xf2, 0x44, 0x12, 0x1b, 0x59, 0xdb, 0xba, 0xb3, 0x01, 0x8b, 0x1c, 0xd0, 0x04, 0xad, 0x9d, 0xde, 0xde, 0x7a, 0xe1, 0x5d, - 0x9d, 0x05, 0xf1, 0xb8, 0x0b, 0x0b, 0x05, 0xfa, 0x5b, 0xda, 0x3c, 0x8e, 0x32, 0x5e, 0x0f, 0x91, - 0xf1, 0xe5, 0x8b, 0x7c, 0xa1, 0x40, 0x7f, 0x4b, 0x9b, 0xc7, 0x91, 0x7d, 0xd7, 0xaa, 0x0a, 0x22, - 0x27, 0x63, 0xe5, 0x54, 0x9a, 0xa0, 0x55, 0xeb, 0x5d, 0x5f, 0x2f, 0xbc, 0x2b, 0x86, 0x36, 0x7e, + 0x9e, 0x05, 0xf1, 0xb8, 0x0b, 0x0b, 0x05, 0xfa, 0x5b, 0xda, 0x3c, 0x8a, 0x32, 0x5e, 0x0f, 0x91, + 0xf1, 0xe5, 0xf3, 0x7c, 0xa1, 0x40, 0x7f, 0x4b, 0x9b, 0x47, 0x91, 0x7d, 0xdb, 0xaa, 0x0a, 0x22, + 0x27, 0x63, 0xe5, 0x54, 0x9a, 0xa0, 0x55, 0xeb, 0x5d, 0x5d, 0x2f, 0xbc, 0x4b, 0x86, 0x36, 0x7e, 0xe8, 0xe7, 0x80, 0xfd, 0xd8, 0xda, 0xd1, 0x4d, 0x0f, 0x78, 0x2a, 0x9d, 0xff, 0x9a, 0xa0, 0xb5, - 0xdb, 0xb9, 0x89, 0x7e, 0x0f, 0x86, 0xcc, 0x60, 0xe8, 0x69, 0xc6, 0x3c, 0x49, 0x65, 0xaf, 0xbe, - 0x5e, 0x78, 0xd7, 0x4c, 0xaa, 0x5f, 0x71, 0xd0, 0xdf, 0x4e, 0x73, 0x3d, 0x2b, 0x3d, 0x22, 0x8c, + 0xdb, 0xb9, 0x8e, 0x7e, 0x0f, 0x86, 0xcc, 0x60, 0xe8, 0x69, 0xc6, 0x3c, 0x49, 0x65, 0xaf, 0xbe, + 0x5e, 0x78, 0x57, 0x4c, 0xaa, 0x5f, 0x71, 0xd0, 0xdf, 0x4e, 0x73, 0x3d, 0x2b, 0x3d, 0x22, 0x8c, 0x8e, 0x94, 0xf3, 0x7f, 0x13, 0xb4, 0x2a, 0x7f, 0x96, 0x36, 0x7e, 0xe8, 0xe7, 0x80, 0xfd, 0xc0, - 0xaa, 0x9d, 0x0a, 0x1e, 0x0f, 0x82, 0x28, 0x12, 0x44, 0x4a, 0xa7, 0xaa, 0x27, 0x73, 0x3e, 0xbd, + 0xaa, 0x9d, 0x08, 0x1e, 0x0f, 0x82, 0x28, 0x12, 0x44, 0x4a, 0xa7, 0xaa, 0x27, 0x73, 0x3e, 0xbd, 0x3b, 0xa8, 0xe7, 0xb7, 0xf0, 0xd0, 0x28, 0x7d, 0x25, 0x58, 0x42, 0xfd, 0xdd, 0x8c, 0xce, 0x5d, 0xdd, 0xda, 0xab, 0xb9, 0x57, 0x7a, 0x3b, 0xf7, 0xc0, 0xf7, 0xb9, 0x57, 0x82, 0x4d, 0xcb, 0xdd, - 0xfc, 0xab, 0x8b, 0xb3, 0xf3, 0x01, 0x58, 0x95, 0x13, 0x49, 0xed, 0xf7, 0xc0, 0xda, 0xdb, 0x74, - 0x25, 0x6d, 0xf4, 0xd7, 0xbd, 0x41, 0x9b, 0x53, 0x37, 0x8e, 0xfe, 0x39, 0xa4, 0x38, 0x61, 0xe7, - 0xe5, 0xe7, 0x6f, 0x6f, 0xca, 0xf7, 0xbb, 0xe0, 0x1e, 0xbc, 0x73, 0x69, 0xa7, 0xd5, 0x19, 0x9e, - 0xb6, 0x43, 0xa2, 0x82, 0x36, 0x96, 0x3a, 0x87, 0x76, 0xf7, 0xfa, 0x1f, 0x97, 0x2e, 0x38, 0x5f, - 0xba, 0xe0, 0xeb, 0xd2, 0x05, 0xaf, 0x57, 0x6e, 0xe9, 0x7c, 0xe5, 0x96, 0xbe, 0xac, 0xdc, 0xd2, - 0xf3, 0x23, 0xca, 0xd4, 0x68, 0x12, 0xa2, 0x21, 0x8f, 0x71, 0x5f, 0xb7, 0x74, 0xf0, 0x28, 0x08, - 0x25, 0xce, 0xdf, 0xcc, 0xb4, 0x73, 0x88, 0xcf, 0x2e, 0x57, 0x99, 0xa5, 0x44, 0x86, 0x55, 0xbd, - 0xab, 0x87, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x22, 0x62, 0x8d, 0xa3, 0x60, 0x03, 0x00, 0x00, + 0xfc, 0xab, 0x8b, 0xb3, 0xf3, 0x01, 0x58, 0x95, 0x63, 0x49, 0xed, 0xf7, 0xc0, 0xda, 0xdb, 0x74, + 0x25, 0x6d, 0xf4, 0xd7, 0xbd, 0x41, 0x9b, 0x53, 0x37, 0x0e, 0xff, 0x39, 0xa4, 0x38, 0x61, 0xe7, + 0xe5, 0xe7, 0x6f, 0x6f, 0xca, 0x77, 0xbb, 0xe0, 0x0e, 0xbc, 0x75, 0x61, 0xa7, 0xd5, 0x29, 0x9e, + 0xb6, 0x43, 0xa2, 0x82, 0x36, 0x96, 0x3a, 0x87, 0x76, 0xf7, 0xfa, 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, 0x12, 0xa2, 0x21, 0x8f, 0x71, 0x5f, 0xb7, 0x74, 0xf0, 0x28, 0x08, + 0x25, 0xce, 0xdf, 0xcc, 0xb4, 0x73, 0x1f, 0x9f, 0x5e, 0xac, 0x32, 0x4b, 0x89, 0x0c, 0xab, 0x7a, + 0x57, 0xef, 0xfd, 0x0c, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x90, 0x50, 0x23, 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 6b4b1397d..3e2d334e1 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, 0x8c, 0x8c, 0xf5, 0x2b, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x8c, 0x4c, 0xf4, 0x2b, 0x30, 0x8c, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xc7, 0x9c, 0x31, 0x20, 0x00, 0x00, - 0xff, 0xff, 0x5b, 0x4d, 0x94, 0x72, 0x5a, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x82, 0xbf, 0x49, 0xf2, 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 a3c547813..586bed3ea 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/v23/app" - "github.com/Stride-Labs/stride/v23/x/mint/client/cli" + "github.com/Stride-Labs/stride/v24/app" + "github.com/Stride-Labs/stride/v24/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 af8334311..eae823e8d 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/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/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 dc295322e..475df91f4 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/v23/app" - minttypes "github.com/Stride-Labs/stride/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/app" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" "github.com/cosmos/cosmos-sdk/testutil/network" ) diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 5592e96ea..e005d0439 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/v23/x/mint/keeper" - "github.com/Stride-Labs/stride/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/x/mint/keeper" + "github.com/Stride-Labs/stride/v24/x/mint/types" ) // InitGenesis new mint genesis. diff --git a/x/mint/keeper/grpc_query.go b/x/mint/keeper/grpc_query.go index f7a829294..523b94b8d 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/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/x/mint/types" ) var _ types.QueryServer = Querier{} diff --git a/x/mint/keeper/hooks.go b/x/mint/keeper/hooks.go index c42cc7b16..59d95b7a8 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/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/mint/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 4c037bc2d..8f55a362d 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/v23/x/mint/types" + "github.com/Stride-Labs/stride/v24/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 c36dec067..a328bfabb 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/v23/x/mint/client/cli" - "github.com/Stride-Labs/stride/v23/x/mint/keeper" + "github.com/Stride-Labs/stride/v24/x/mint/client/cli" + "github.com/Stride-Labs/stride/v24/x/mint/keeper" - //"github.com/Stride-Labs/stride/v23/x/mint/simulation" - "github.com/Stride-Labs/stride/v23/x/mint/types" + //"github.com/Stride-Labs/stride/v24/x/mint/simulation" + "github.com/Stride-Labs/stride/v24/x/mint/types" ) var ( diff --git a/x/mint/types/expected_keepers.go b/x/mint/types/expected_keepers.go index 2b1630649..7aa7591a3 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/v23/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v24/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 15127d5d3..002ae7ba7 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, 0x64, 0xac, 0x5f, + 0x60, 0xb0, 0x53, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x61, 0x56, 0x66, 0x64, 0xa2, 0x5f, 0x01, 0x09, 0xb9, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x98, 0x19, 0x03, 0x02, 0x00, - 0x00, 0xff, 0xff, 0x65, 0x34, 0x01, 0xcc, 0xa3, 0x01, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x25, 0x0a, 0xd8, 0xa9, 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 d1ff153d2..c86552472 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{ - // 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, 0xda, 0xee, 0xba, 0x42, 0x51, 0x69, 0x89, 0x04, 0x52, 0x70, 0x76, 0xdd, 0x58, - 0xfe, 0x99, 0x3a, 0xa3, 0xc6, 0x33, 0xd6, 0xcc, 0x38, 0x25, 0x42, 0xe2, 0x05, 0xca, 0x82, 0x25, - 0x4b, 0x1e, 0xa7, 0xcb, 0x2e, 0x51, 0x17, 0x11, 0x4a, 0xde, 0x20, 0x1b, 0xb6, 0x68, 0x66, 0x9c, - 0x5f, 0x88, 0x44, 0x44, 0x57, 0xf1, 0x9c, 0x7b, 0xe7, 0x9e, 0x93, 0x33, 0xf7, 0x5e, 0x60, 0x32, - 0x4e, 0x51, 0x0c, 0xdd, 0x14, 0x61, 0xee, 0xb6, 0x0f, 0x42, 0xc8, 0x83, 0x03, 0x79, 0x70, 0x32, - 0x4a, 0x38, 0xd1, 0x37, 0x55, 0xdc, 0x91, 0x50, 0x11, 0xdf, 0x7e, 0x94, 0x90, 0x84, 0xc8, 0xb8, - 0x2b, 0xbe, 0x54, 0xaa, 0xfd, 0x09, 0x94, 0xdf, 0x21, 0xcc, 0x21, 0xd5, 0x39, 0xd8, 0x80, 0x19, - 0x89, 0x9a, 0x7e, 0x46, 0x49, 0x1b, 0x31, 0x44, 0x30, 0x33, 0xb4, 0x5d, 0x6d, 0x6f, 0xad, 0x5a, - 0xbb, 0xe9, 0x5a, 0xa5, 0xbb, 0xae, 0xf5, 0x22, 0x41, 0xbc, 0x99, 0x87, 0x4e, 0x44, 0x52, 0x37, - 0x22, 0x2c, 0x25, 0xac, 0xf8, 0xd9, 0x67, 0xf1, 0xa5, 0xcb, 0x3b, 0x19, 0x64, 0xce, 0x09, 0x8c, - 0x06, 0x5d, 0xab, 0xd2, 0x09, 0xd2, 0xd6, 0xb1, 0x3d, 0x5b, 0xcf, 0xf6, 0xd6, 0x25, 0x54, 0x1f, - 0x23, 0x3f, 0x97, 0x40, 0xe5, 0x04, 0x09, 0xbd, 0x61, 0xce, 0x11, 0xc1, 0x75, 0x4a, 0x32, 0x42, - 0xc5, 0x17, 0xd3, 0xcf, 0xc1, 0x2a, 0xe3, 0xc1, 0x25, 0xc2, 0x49, 0x21, 0xe4, 0xd5, 0xc2, 0x42, - 0x1e, 0x28, 0x21, 0x45, 0x19, 0xdb, 0x1b, 0x16, 0xd4, 0x3f, 0x82, 0xad, 0x88, 0xa4, 0x69, 0x8e, - 0x11, 0xef, 0xf8, 0x19, 0x21, 0x2d, 0x3f, 0xa1, 0xe4, 0x8a, 0x37, 0x8d, 0xff, 0x24, 0xd3, 0xd9, - 0xc2, 0x4c, 0x5b, 0x8a, 0x69, 0xba, 0xa8, 0xed, 0x6d, 0x8e, 0x80, 0x3a, 0x21, 0xad, 0x33, 0xc9, - 0xa1, 0x7f, 0xd6, 0x80, 0x39, 0xc3, 0xce, 0x60, 0x94, 0x53, 0x71, 0x0a, 0xf3, 0x38, 0x81, 0xdc, - 0x58, 0xba, 0x5f, 0x19, 0x3b, 0x53, 0x32, 0x1a, 0x05, 0x59, 0x55, 0x72, 0xe9, 0x1c, 0x3c, 0x64, - 0x9c, 0x06, 0x1c, 0x26, 0x28, 0xf2, 0x29, 0x64, 0x90, 0xb6, 0xa1, 0xb1, 0x7c, 0xbf, 0x02, 0x36, - 0x46, 0x0c, 0x9e, 0x22, 0xb0, 0xef, 0x56, 0x40, 0xb9, 0x1e, 0xd0, 0x20, 0x65, 0xfa, 0x13, 0x00, - 0x44, 0xab, 0xfa, 0x31, 0xc4, 0x24, 0x55, 0x6f, 0xed, 0xad, 0x09, 0xe4, 0x44, 0x00, 0xfa, 0xb5, - 0x06, 0x8c, 0x04, 0x62, 0xc8, 0x10, 0xf3, 0x7f, 0x6b, 0x51, 0xf5, 0x5e, 0xef, 0x17, 0xd6, 0x69, - 0x29, 0x9d, 0xf3, 0xea, 0xda, 0xde, 0xe3, 0x22, 0xf4, 0x7a, 0xba, 0x63, 0xf5, 0xd3, 0xe1, 0x9c, - 0xa0, 0x18, 0x62, 0x8e, 0x2e, 0x10, 0xa4, 0xc5, 0x6b, 0xed, 0xcc, 0x76, 0xfe, 0x38, 0x63, 0xd8, - 0xf9, 0xb5, 0x11, 0xa2, 0x87, 0x60, 0x9b, 0xc2, 0x38, 0x8f, 0x44, 0xaf, 0xfb, 0x19, 0xa4, 0x88, - 0xc4, 0x3e, 0xc2, 0x4a, 0x08, 0x93, 0xf6, 0x2f, 0x55, 0x9f, 0x0f, 0xba, 0xd6, 0x53, 0x55, 0x71, - 0x7e, 0xae, 0xed, 0x55, 0x46, 0xc1, 0xba, 0x8c, 0xd5, 0xb0, 0x14, 0xcd, 0xc4, 0x4c, 0x8f, 0xef, - 0x5d, 0x04, 0x11, 0x27, 0xd4, 0x58, 0xf9, 0xb7, 0x99, 0x9e, 0xad, 0x67, 0x7b, 0xeb, 0x23, 0xe8, - 0x54, 0x22, 0x7a, 0x0a, 0x8c, 0x78, 0x62, 0xa4, 0x85, 0xab, 0xc3, 0x99, 0x36, 0xca, 0xbb, 0xda, - 0xde, 0xff, 0x87, 0x2f, 0x9d, 0x3f, 0x6c, 0x28, 0x67, 0xce, 0x1e, 0xa8, 0x2e, 0x0b, 0xad, 0x5e, - 0x25, 0x9e, 0xb3, 0x26, 0xae, 0x35, 0xb0, 0x27, 0xea, 0x20, 0x9c, 0xf8, 0x14, 0x5e, 0x05, 0x34, - 0x66, 0xfe, 0x14, 0x3f, 0xe3, 0x01, 0xe5, 0xca, 0x2c, 0x63, 0x55, 0xfa, 0x7a, 0x34, 0xe8, 0x5a, - 0xae, 0xfa, 0x3f, 0x7f, 0x7b, 0xd3, 0xf6, 0x9e, 0x15, 0xa9, 0x9e, 0xca, 0x9c, 0x54, 0xdb, 0x10, - 0x79, 0xd2, 0xf3, 0xe3, 0xe5, 0xaf, 0xdf, 0xac, 0x52, 0xf5, 0xcd, 0x4d, 0xcf, 0xd4, 0x6e, 0x7b, - 0xa6, 0xf6, 0xa3, 0x67, 0x6a, 0x5f, 0xfa, 0x66, 0xe9, 0xb6, 0x6f, 0x96, 0xbe, 0xf7, 0xcd, 0xd2, - 0xb9, 0x33, 0x61, 0x78, 0x43, 0x9a, 0xb0, 0xff, 0x36, 0x08, 0x99, 0x5b, 0xac, 0xf4, 0xf6, 0xe1, - 0x91, 0xfb, 0x41, 0x2d, 0x76, 0x69, 0x7e, 0x58, 0x96, 0x7b, 0xfa, 0xe8, 0x57, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xac, 0x42, 0x74, 0x49, 0xf4, 0x05, 0x00, 0x00, + // 633 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0x4d, 0x6f, 0xd3, 0x40, + 0x10, 0x8d, 0x69, 0x9b, 0xaa, 0x8b, 0x44, 0x8b, 0x4b, 0x89, 0xd5, 0x0a, 0xbb, 0x58, 0x80, 0x7a, + 0xa0, 0xb6, 0xda, 0x72, 0xea, 0x09, 0x45, 0xa5, 0xa5, 0x12, 0x48, 0xc1, 0xb9, 0xf5, 0x62, 0xf9, + 0x63, 0xeb, 0xac, 0x1a, 0xef, 0x5a, 0xbb, 0xeb, 0x94, 0x08, 0x89, 0x3f, 0x50, 0x0e, 0x1c, 0x39, + 0xf2, 0x73, 0x7a, 0xec, 0x11, 0xf5, 0x10, 0xa1, 0xe4, 0x1f, 0xe4, 0xc2, 0x15, 0xed, 0xae, 0xf3, + 0x09, 0x91, 0x88, 0xe8, 0x29, 0xde, 0x37, 0xb3, 0xf3, 0x5e, 0xde, 0xce, 0x0c, 0x30, 0x19, 0xa7, + 0x28, 0x86, 0x6e, 0x8a, 0x30, 0x77, 0x5b, 0x7b, 0x21, 0xe4, 0xc1, 0x9e, 0x3c, 0x38, 0x19, 0x25, + 0x9c, 0xe8, 0xeb, 0x2a, 0xee, 0x48, 0xa8, 0x88, 0x6f, 0x3e, 0x4a, 0x48, 0x42, 0x64, 0xdc, 0x15, + 0x5f, 0x2a, 0xd5, 0xfe, 0x0c, 0xca, 0xef, 0x11, 0xe6, 0x90, 0xea, 0x1c, 0xac, 0xc1, 0x8c, 0x44, + 0x0d, 0x3f, 0xa3, 0xa4, 0x85, 0x18, 0x22, 0x98, 0x19, 0xda, 0xb6, 0xb6, 0xb3, 0x52, 0x3d, 0xbd, + 0xee, 0x58, 0xa5, 0xdb, 0x8e, 0xf5, 0x22, 0x41, 0xbc, 0x91, 0x87, 0x4e, 0x44, 0x52, 0x37, 0x22, + 0x2c, 0x25, 0xac, 0xf8, 0xd9, 0x65, 0xf1, 0x85, 0xcb, 0xdb, 0x19, 0x64, 0xce, 0x11, 0x8c, 0xfa, + 0x1d, 0xab, 0xd2, 0x0e, 0xd2, 0xe6, 0xa1, 0x3d, 0x5d, 0xcf, 0xf6, 0x56, 0x25, 0x54, 0x1b, 0x21, + 0xbf, 0x16, 0x40, 0xe5, 0x08, 0x09, 0xbd, 0x61, 0xce, 0x11, 0xc1, 0x35, 0x4a, 0x32, 0x42, 0xc5, + 0x17, 0xd3, 0xcf, 0xc0, 0x32, 0xe3, 0xc1, 0x05, 0xc2, 0x49, 0x21, 0xe4, 0xf5, 0xdc, 0x42, 0x1e, + 0x28, 0x21, 0x45, 0x19, 0xdb, 0x1b, 0x14, 0xd4, 0x3f, 0x81, 0x8d, 0x88, 0xa4, 0x69, 0x8e, 0x11, + 0x6f, 0xfb, 0x19, 0x21, 0x4d, 0x3f, 0xa1, 0xe4, 0x92, 0x37, 0x8c, 0x7b, 0x92, 0xe9, 0x64, 0x6e, + 0xa6, 0x0d, 0xc5, 0x34, 0x59, 0xd4, 0xf6, 0xd6, 0x87, 0x40, 0x8d, 0x90, 0xe6, 0x89, 0xe4, 0xd0, + 0xbf, 0x68, 0xc0, 0x9c, 0x62, 0x67, 0x30, 0xca, 0xa9, 0x38, 0x85, 0x79, 0x9c, 0x40, 0x6e, 0x2c, + 0xdc, 0xad, 0x8c, 0xad, 0x09, 0x19, 0xf5, 0x82, 0xac, 0x2a, 0xb9, 0x74, 0x0e, 0x1e, 0x32, 0x4e, + 0x03, 0x0e, 0x13, 0x14, 0xf9, 0x14, 0x32, 0x48, 0x5b, 0xd0, 0x58, 0xbc, 0x5b, 0x01, 0x6b, 0x43, + 0x06, 0x4f, 0x11, 0xd8, 0xb7, 0x4b, 0xa0, 0x5c, 0x0b, 0x68, 0x90, 0x32, 0xfd, 0x09, 0x00, 0xa2, + 0x55, 0xfd, 0x18, 0x62, 0x92, 0xaa, 0xb7, 0xf6, 0x56, 0x04, 0x72, 0x24, 0x00, 0xfd, 0x4a, 0x03, + 0x46, 0x02, 0x31, 0x64, 0x88, 0xf9, 0x7f, 0xb4, 0xa8, 0x7a, 0xaf, 0x0f, 0x73, 0xeb, 0xb4, 0x94, + 0xce, 0x59, 0x75, 0x6d, 0xef, 0x71, 0x11, 0x7a, 0x33, 0xd9, 0xb1, 0xfa, 0xf1, 0x60, 0x4e, 0x50, + 0x0c, 0x31, 0x47, 0xe7, 0x08, 0xd2, 0xe2, 0xb5, 0xb6, 0xa6, 0x3b, 0x7f, 0x94, 0x31, 0xe8, 0xfc, + 0xd3, 0x21, 0xa2, 0x87, 0x60, 0x93, 0xc2, 0x38, 0x8f, 0x44, 0xaf, 0xfb, 0x19, 0xa4, 0x88, 0xc4, + 0x3e, 0xc2, 0x4a, 0x08, 0x93, 0xf6, 0x2f, 0x54, 0x9f, 0xf7, 0x3b, 0xd6, 0x53, 0x55, 0x71, 0x76, + 0xae, 0xed, 0x55, 0x86, 0xc1, 0x9a, 0x8c, 0x9d, 0x62, 0x29, 0x9a, 0x89, 0x99, 0x1e, 0xdd, 0x3b, + 0x0f, 0x22, 0x4e, 0xa8, 0xb1, 0xf4, 0x7f, 0x33, 0x3d, 0x5d, 0xcf, 0xf6, 0x56, 0x87, 0xd0, 0xb1, + 0x44, 0xf4, 0x14, 0x18, 0xf1, 0xd8, 0x48, 0x0b, 0x57, 0x07, 0x33, 0x6d, 0x94, 0xb7, 0xb5, 0x9d, + 0xfb, 0xfb, 0x2f, 0x9d, 0xbf, 0x6c, 0x28, 0x67, 0xc6, 0x1e, 0xa8, 0x2e, 0x0a, 0xad, 0x5e, 0x25, + 0x9e, 0xb1, 0x26, 0xae, 0x34, 0xb0, 0x23, 0xea, 0x20, 0x9c, 0xf8, 0x14, 0x5e, 0x06, 0x34, 0x66, + 0xfe, 0x04, 0x3f, 0xe3, 0x01, 0xe5, 0xca, 0x2c, 0x63, 0x59, 0xfa, 0x7a, 0xd0, 0xef, 0x58, 0xae, + 0xfa, 0x3f, 0xff, 0x7a, 0xd3, 0xf6, 0x9e, 0x15, 0xa9, 0x9e, 0xca, 0x1c, 0x57, 0x5b, 0x17, 0x79, + 0xd2, 0xf3, 0xc3, 0xc5, 0x6f, 0xdf, 0xad, 0x52, 0xf5, 0xed, 0x75, 0xd7, 0xd4, 0x6e, 0xba, 0xa6, + 0xf6, 0xb3, 0x6b, 0x6a, 0x5f, 0x7b, 0x66, 0xe9, 0xa6, 0x67, 0x96, 0x7e, 0xf4, 0xcc, 0xd2, 0x99, + 0x33, 0x66, 0x78, 0x5d, 0x9a, 0xb0, 0xfb, 0x2e, 0x08, 0x99, 0x5b, 0xac, 0xf4, 0xd6, 0xfe, 0x2b, + 0xf7, 0xa3, 0x5a, 0xec, 0xd2, 0xfc, 0xb0, 0x2c, 0xf7, 0xf4, 0xc1, 0xef, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xec, 0x7c, 0xad, 0x2c, 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 c72fce86d..54015c5fc 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/v23/x/epochs/types" + epochtypes "github.com/Stride-Labs/stride/v24/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 8911d4e99..1ec24869e 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -204,29 +204,29 @@ var fileDescriptor_b5a371e09ad2a41a = []byte{ // 394 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xe3, 0x30, 0x18, 0x4d, 0xaa, 0xbb, 0x0e, 0xbe, 0x93, 0x7a, 0x72, 0xab, 0x13, 0x4a, 0x8b, 0x5b, 0x65, 0x28, - 0x5d, 0x6a, 0xd3, 0x76, 0x62, 0xad, 0x40, 0x62, 0x60, 0x28, 0x65, 0x82, 0x05, 0x25, 0xa9, 0x95, - 0x46, 0x90, 0x38, 0x8d, 0xdd, 0x8a, 0xac, 0xfc, 0x02, 0x24, 0x76, 0x16, 0xfe, 0x4c, 0xc7, 0x4a, - 0x2c, 0x88, 0xa1, 0x42, 0x2d, 0x3f, 0x04, 0xc5, 0x31, 0x88, 0x94, 0x20, 0xc4, 0x94, 0xc8, 0xef, - 0x7d, 0xef, 0xbd, 0xef, 0xd9, 0xa0, 0xce, 0x45, 0xe4, 0x8d, 0x28, 0xf1, 0xbd, 0x40, 0x90, 0x59, - 0xc7, 0xa6, 0xc2, 0xea, 0x90, 0xc9, 0x94, 0x46, 0x31, 0x0e, 0x23, 0x26, 0x18, 0x2c, 0xa7, 0x04, - 0x9c, 0x10, 0xb0, 0x22, 0x18, 0x15, 0x97, 0xb9, 0x4c, 0xe2, 0x24, 0xf9, 0x4b, 0xa9, 0x46, 0xcd, - 0x65, 0xcc, 0xbd, 0xa4, 0xc4, 0x0a, 0x3d, 0x62, 0x05, 0x01, 0x13, 0x96, 0xf0, 0x58, 0xc0, 0x15, - 0x8a, 0xf2, 0x9c, 0xa4, 0xaa, 0xc4, 0xcd, 0x0a, 0x80, 0xc7, 0x89, 0xef, 0xc0, 0x8a, 0x2c, 0x9f, - 0x0f, 0xe9, 0x64, 0x4a, 0xb9, 0x30, 0x07, 0xa0, 0x9c, 0x39, 0xe5, 0x21, 0x0b, 0x38, 0x85, 0x7b, - 0xa0, 0x18, 0xca, 0x93, 0x2d, 0xbd, 0xa1, 0xb7, 0xfe, 0x74, 0xab, 0x38, 0x27, 0x26, 0x4e, 0x87, - 0xfa, 0xbf, 0xe6, 0xcb, 0xba, 0x36, 0x54, 0x03, 0xe6, 0x36, 0xa8, 0x4a, 0xc5, 0x83, 0x90, 0x39, - 0xe3, 0x41, 0xc4, 0x66, 0x1e, 0x4f, 0x52, 0xbe, 0x19, 0xc6, 0xa0, 0x96, 0x0f, 0x2b, 0xe7, 0x53, - 0xf0, 0x8f, 0x26, 0xd0, 0x79, 0xf8, 0x8e, 0xc9, 0x0c, 0x7f, 0xfb, 0x38, 0xb1, 0x79, 0x5a, 0xd6, - 0x9b, 0xae, 0x27, 0xc6, 0x53, 0x1b, 0x3b, 0xcc, 0x27, 0x0e, 0xe3, 0x3e, 0xe3, 0xea, 0xd3, 0xe6, - 0xa3, 0x0b, 0x22, 0xe2, 0x90, 0x72, 0xbc, 0x4f, 0x9d, 0x61, 0x89, 0x66, 0x2d, 0xba, 0xf7, 0x05, - 0xf0, 0x5b, 0x7a, 0xc3, 0x18, 0x14, 0xd3, 0xec, 0x70, 0x27, 0x77, 0xb1, 0xcf, 0x45, 0x19, 0xad, - 0xef, 0x89, 0xe9, 0x06, 0x66, 0xed, 0xfa, 0xe1, 0xe5, 0xb6, 0xf0, 0x1f, 0x56, 0xb2, 0x57, 0x91, - 0xd6, 0x03, 0xef, 0x74, 0x50, 0xda, 0xd8, 0x1d, 0xee, 0x7e, 0xad, 0x9d, 0xdf, 0xa2, 0xd1, 0xf9, - 0xc1, 0x84, 0x8a, 0xd5, 0x94, 0xb1, 0x1a, 0x10, 0x65, 0x63, 0x6d, 0x96, 0xdd, 0x3f, 0x9c, 0xaf, - 0x90, 0xbe, 0x58, 0x21, 0xfd, 0x79, 0x85, 0xf4, 0x9b, 0x35, 0xd2, 0x16, 0x6b, 0xa4, 0x3d, 0xae, - 0x91, 0x76, 0x86, 0x3f, 0x14, 0x7f, 0x22, 0xed, 0xdb, 0x47, 0x96, 0xcd, 0x89, 0x7a, 0x78, 0xb3, - 0x6e, 0x8f, 0x5c, 0xa5, 0xe2, 0xf2, 0x12, 0xec, 0xa2, 0x7c, 0x78, 0xbd, 0xd7, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x7f, 0x24, 0x7d, 0xa2, 0x04, 0x03, 0x00, 0x00, + 0x5d, 0x6a, 0xd3, 0xc2, 0xc2, 0x5a, 0x81, 0xc4, 0xc0, 0x50, 0xca, 0x04, 0x0b, 0x4a, 0x52, 0x2b, + 0x8d, 0x20, 0x71, 0x1a, 0xbb, 0x15, 0x59, 0xf9, 0x05, 0x48, 0xec, 0x2c, 0xfc, 0x99, 0x8e, 0x95, + 0x58, 0x10, 0x43, 0x85, 0x5a, 0x7e, 0x08, 0x8a, 0x63, 0x10, 0x29, 0x41, 0x88, 0x29, 0x91, 0xdf, + 0xfb, 0xde, 0x7b, 0xdf, 0xb3, 0x41, 0x9d, 0x8b, 0xc8, 0x1b, 0x52, 0xe2, 0x7b, 0x81, 0x20, 0xd3, + 0x8e, 0x4d, 0x85, 0xd5, 0x21, 0xe3, 0x09, 0x8d, 0x62, 0x1c, 0x46, 0x4c, 0x30, 0x58, 0x4e, 0x09, + 0x38, 0x21, 0x60, 0x45, 0x30, 0x2a, 0x2e, 0x73, 0x99, 0xc4, 0x49, 0xf2, 0x97, 0x52, 0x8d, 0x9a, + 0xcb, 0x98, 0x7b, 0x49, 0x89, 0x15, 0x7a, 0xc4, 0x0a, 0x02, 0x26, 0x2c, 0xe1, 0xb1, 0x80, 0x2b, + 0x14, 0xe5, 0x39, 0x49, 0x55, 0x89, 0x9b, 0x15, 0x00, 0x8f, 0x13, 0xdf, 0xbe, 0x15, 0x59, 0x3e, + 0x1f, 0xd0, 0xf1, 0x84, 0x72, 0x61, 0xf6, 0x41, 0x39, 0x73, 0xca, 0x43, 0x16, 0x70, 0x0a, 0xf7, + 0x40, 0x31, 0x94, 0x27, 0x1b, 0x7a, 0x43, 0x6f, 0xfd, 0xe9, 0x56, 0x71, 0x4e, 0x4c, 0x9c, 0x0e, + 0xf5, 0x7e, 0xcd, 0x16, 0x75, 0x6d, 0xa0, 0x06, 0xcc, 0x4d, 0x50, 0x95, 0x8a, 0x07, 0x21, 0x73, + 0x46, 0xfd, 0x88, 0x4d, 0x3d, 0x9e, 0xa4, 0x7c, 0x33, 0x8c, 0x41, 0x2d, 0x1f, 0x56, 0xce, 0xa7, + 0xe0, 0x1f, 0x4d, 0xa0, 0xf3, 0xf0, 0x1d, 0x93, 0x19, 0xfe, 0xf6, 0x70, 0x62, 0xf3, 0xb4, 0xa8, + 0x37, 0x5d, 0x4f, 0x8c, 0x26, 0x36, 0x76, 0x98, 0x4f, 0x1c, 0xc6, 0x7d, 0xc6, 0xd5, 0xa7, 0xcd, + 0x87, 0x17, 0x44, 0xc4, 0x21, 0xe5, 0x78, 0x9f, 0x3a, 0x83, 0x12, 0xcd, 0x5a, 0x74, 0xef, 0x0b, + 0xe0, 0xb7, 0xf4, 0x86, 0x31, 0x28, 0xa6, 0xd9, 0xe1, 0x56, 0xee, 0x62, 0x9f, 0x8b, 0x32, 0x5a, + 0xdf, 0x13, 0xd3, 0x0d, 0xcc, 0xda, 0xf5, 0xc3, 0xcb, 0x6d, 0xe1, 0x3f, 0xac, 0x64, 0xaf, 0x22, + 0xad, 0x07, 0xde, 0xe9, 0xa0, 0xb4, 0xb6, 0x3b, 0xdc, 0xfe, 0x5a, 0x3b, 0xbf, 0x45, 0xa3, 0xf3, + 0x83, 0x09, 0x15, 0xab, 0x29, 0x63, 0x35, 0x20, 0xca, 0xc6, 0x5a, 0x2f, 0xbb, 0x77, 0x38, 0x5b, + 0x22, 0x7d, 0xbe, 0x44, 0xfa, 0xf3, 0x12, 0xe9, 0x37, 0x2b, 0xa4, 0xcd, 0x57, 0x48, 0x7b, 0x5c, + 0x21, 0xed, 0x0c, 0x7f, 0x28, 0xfe, 0x44, 0xda, 0xb7, 0x8f, 0x2c, 0x9b, 0x13, 0xf5, 0xf0, 0xa6, + 0xdd, 0x5d, 0x72, 0x95, 0x8a, 0xcb, 0x4b, 0xb0, 0x8b, 0xf2, 0xe1, 0xed, 0xbc, 0x06, 0x00, 0x00, + 0xff, 0xff, 0x3f, 0x1a, 0xa4, 0xc7, 0x04, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/records/client/cli/query.go b/x/records/client/cli/query.go index b3b651dd2..2d56d3a76 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 fb29d7c67..49978eba5 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 43b005487..a57e0cf8d 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/v23/testutil/network" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/client/cli" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/testutil/network" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records/client/cli" + "github.com/Stride-Labs/stride/v24/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 4b53e1018..319442018 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 4070098c9..0d5878a15 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/types" ) const ( diff --git a/x/records/client/cli/query_params.go b/x/records/client/cli/query_params.go index 3a62e8878..6df49e0dd 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 f1ba1b89c..fe1dfaf32 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 2544c07a7..d1de73ec3 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/v23/testutil/network" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/client/cli" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/testutil/network" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records/client/cli" + "github.com/Stride-Labs/stride/v24/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 45099d115..07334f495 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 1da19e368..02f87cf46 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/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/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 41b25f382..2aad812b0 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records" - "github.com/Stride-Labs/stride/v23/x/records/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records" + "github.com/Stride-Labs/stride/v24/x/records/types" ) func TestGenesis(t *testing.T) { diff --git a/x/records/handler.go b/x/records/handler.go index 682ee6fa7..21d93b13f 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/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/x/records/types" ) // NewHandler ... diff --git a/x/records/keeper/callback_lsm_transfer.go b/x/records/keeper/callback_lsm_transfer.go index 1fb1d0c39..21395baeb 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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 f1ba03ede..15687e276 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/records/types" ) var ( diff --git a/x/records/keeper/callback_native_transfer.go b/x/records/keeper/callback_native_transfer.go index 8623217d7..61500bf7f 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 c74adea1f..8b4bb8bf3 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" ) const chainId = "GAIA" diff --git a/x/records/keeper/callbacks.go b/x/records/keeper/callbacks.go index 79a48c790..331a69cfc 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/v23/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) const IBCCallbacksID_NativeTransfer = "transfer" diff --git a/x/records/keeper/deposit_record.go b/x/records/keeper/deposit_record.go index 7e8f3dbd3..64b67c400 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 04307adda..6ec541287 100644 --- a/x/records/keeper/epoch_unbonding_record.go +++ b/x/records/keeper/epoch_unbonding_record.go @@ -9,7 +9,7 @@ import ( errorsmod "cosmossdk.io/errors" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 c87329127..ba4fcfcd0 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/x/records/types" ) // Helper function to create a new host zone unbonding record, filling in the sdkmath.Int's diff --git a/x/records/keeper/grpc_query.go b/x/records/keeper/grpc_query.go index 792274ff0..48339dcbc 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 0743e5d08..a1fed2b0b 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 13f68e678..7a57a1030 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/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 70552aaf8..08217ad0c 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 58b3e422c..71d46b65f 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/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 fedd481fc..f926bf2b8 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 894f38d72..daea8ee31 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 5a7fefbd2..1468c8b84 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 0cc7561ec..2504016f7 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/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 b35b5bfb9..9794567c6 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 7a2a81e46..d2aea9bdc 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 afe55b694..1c5f96709 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records/types" ) func TestUserRedemptionRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/ibc.go b/x/records/keeper/ibc.go index c1b85c433..3721317f6 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/v23/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v24/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 65530228e..f5317817a 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/v23/x/icacallbacks/keeper" + icacallbackskeeper "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/types" ) type ( diff --git a/x/records/keeper/keeper_test.go b/x/records/keeper/keeper_test.go index 4a6ca719e..7aab23125 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/v23/app/apptesting" + "github.com/Stride-Labs/stride/v24/app/apptesting" ) const ( diff --git a/x/records/keeper/lsm_token_deposit.go b/x/records/keeper/lsm_token_deposit.go index f0f3ba2b1..fb1a094af 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 c0ba581c5..6a9330537 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 54f4f4a80..02430aa7a 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 06f9357b7..243b9291d 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/x/records/types" ) func TestGetParams(t *testing.T) { diff --git a/x/records/keeper/transfer.go b/x/records/keeper/transfer.go index 0fb6017a2..4800487ef 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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/types" ) var ( diff --git a/x/records/keeper/transfer_test.go b/x/records/keeper/transfer_test.go index 34855b531..1b6ccad2f 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/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/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 dff0c550b..0e6e713a9 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 b9e8971ce..4b4ec620c 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/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 bb4d417af..8e9a36b4e 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/v23/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v24/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v24/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 9f4719f73..6fa075d9a 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/v23/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v24/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v24/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 13384a8d2..75f754eec 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/v23/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" + oldrecordtypes "github.com/Stride-Labs/stride/v24/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v24/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 7043f074c..6ff41cbdc 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/v23/x/records/client/cli" - "github.com/Stride-Labs/stride/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/client/cli" + "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/x/records/types" ) var ( diff --git a/x/records/module_ibc.go b/x/records/module_ibc.go index bbb12281d..fbdd015ca 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/v23/x/records/keeper" + "github.com/Stride-Labs/stride/v24/x/records/keeper" ) // IBC MODULE IMPLEMENTATION diff --git a/x/records/module_simulation.go b/x/records/module_simulation.go index 62d265f47..12609ed59 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/v23/testutil/sample" - recordssimulation "github.com/Stride-Labs/stride/v23/x/records/simulation" - "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/testutil/sample" + recordssimulation "github.com/Stride-Labs/stride/v24/x/records/simulation" + "github.com/Stride-Labs/stride/v24/x/records/types" ) // avoid unused import issue diff --git a/x/records/types/callbacks.pb.go b/x/records/types/callbacks.pb.go index 80381cfde..54bc080cd 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, 0x19, 0xeb, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, - 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xd5, 0xb7, 0xfd, 0x56, 0x3a, 0x01, 0x00, 0x00, + 0x5f, 0x96, 0x19, 0x99, 0xe8, 0x57, 0xc0, 0xfd, 0x5a, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, + 0xf6, 0xaa, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x7d, 0x4b, 0xad, 0x98, 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 6788e7861..756aa48db 100644 --- a/x/records/types/genesis.pb.go +++ b/x/records/types/genesis.pb.go @@ -134,30 +134,30 @@ var fileDescriptor_98cfd0253c8b6797 = []byte{ // 417 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x4f, 0xcf, 0x93, 0x30, 0x1c, 0xc7, 0xc1, 0x07, 0xf7, 0xf8, 0xf4, 0x31, 0x26, 0xb2, 0x65, 0xe2, 0x36, 0x19, 0x31, 0x1e, - 0xb8, 0x08, 0xba, 0x79, 0x37, 0x99, 0x1a, 0x63, 0x9c, 0x89, 0x01, 0x77, 0xd9, 0x85, 0x00, 0x6d, + 0xb8, 0x08, 0x3a, 0x77, 0x37, 0x99, 0x1a, 0x63, 0x9c, 0x89, 0x01, 0x77, 0xd9, 0x85, 0x00, 0x6d, 0x58, 0xe3, 0xa0, 0xa4, 0x2d, 0x46, 0xdf, 0x85, 0x2f, 0x6b, 0xc7, 0xdd, 0xf4, 0x64, 0xcc, 0xf6, 0x46, 0x0c, 0x6d, 0xb7, 0x0c, 0x82, 0x27, 0xca, 0xef, 0xf7, 0xfd, 0xf3, 0x69, 0x52, 0x30, 0x61, 0x9c, 0x62, 0x88, 0x7c, 0x8a, 0x52, 0x42, 0x21, 0xf3, 0x33, 0x54, 0x20, 0x86, 0x99, 0x57, 0x52, 0xc2, 0x89, 0xf9, 0x40, 0x6e, 0x3d, 0xb5, 0x1d, 0x8d, 0x5b, 0xea, 0x32, 0xa6, 0x71, 0xae, 0xc4, 0xa3, 0x76, 0x94, 0xfa, 0xaa, 0xed, 0x20, 0x23, 0x19, 0x11, 0x47, 0xbf, 0x3e, 0xc9, 0xe9, 0xd3, - 0x5f, 0x06, 0xb8, 0xff, 0x5e, 0x56, 0x86, 0x3c, 0xe6, 0xc8, 0x7c, 0x05, 0x7a, 0x32, 0xd4, 0xd2, - 0x1d, 0xdd, 0xbd, 0x9d, 0x0d, 0xbd, 0x26, 0x82, 0xf7, 0x59, 0x6c, 0x17, 0xc6, 0xee, 0xcf, 0x54, - 0x0b, 0x94, 0xd6, 0x7c, 0x04, 0xae, 0x4b, 0x42, 0x79, 0x84, 0xa1, 0x75, 0xc7, 0xd1, 0xdd, 0x9b, - 0xa0, 0x57, 0xff, 0x7e, 0x80, 0x26, 0x06, 0xe3, 0x8a, 0x21, 0x1a, 0x51, 0x04, 0x51, 0x5e, 0x72, - 0x4c, 0x8a, 0x48, 0x06, 0x45, 0x5b, 0xcc, 0xb8, 0x75, 0xe5, 0x5c, 0xb9, 0xb7, 0xb3, 0x67, 0xed, - 0x8e, 0x15, 0x43, 0x34, 0x38, 0x3b, 0x02, 0x31, 0x55, 0x8d, 0x56, 0xd5, 0xb1, 0x5b, 0x62, 0xc6, - 0xcd, 0xd7, 0x60, 0xf2, 0x9f, 0xaa, 0x94, 0x54, 0x05, 0xb7, 0x0c, 0x47, 0x77, 0x8d, 0xe0, 0x71, - 0x97, 0xff, 0x4d, 0x2d, 0xa8, 0x59, 0x51, 0x49, 0xd2, 0x4d, 0x54, 0x15, 0x09, 0x29, 0x20, 0x2e, - 0xb2, 0x06, 0xeb, 0xdd, 0x6e, 0xd6, 0x77, 0xb5, 0x65, 0x75, 0x72, 0x34, 0x59, 0x51, 0xc7, 0x4e, - 0xb0, 0x86, 0xa0, 0x0f, 0x51, 0x49, 0x18, 0xe6, 0x8d, 0x8a, 0x6b, 0x51, 0xf1, 0xa4, 0x5d, 0xf1, - 0x56, 0x4a, 0x1b, 0xd9, 0x0f, 0xe1, 0xe5, 0x50, 0x84, 0xbe, 0x00, 0x83, 0x56, 0xa8, 0xbc, 0xf8, - 0x3d, 0x71, 0x71, 0xb3, 0x61, 0x90, 0x37, 0x5e, 0x83, 0xe1, 0x96, 0xe5, 0x11, 0x27, 0x5f, 0x51, - 0x11, 0x9d, 0xbc, 0x82, 0xe4, 0x46, 0x90, 0x4c, 0xdb, 0x24, 0xcb, 0xf0, 0xd3, 0x97, 0x5a, 0xac, - 0x88, 0x14, 0x4b, 0x7f, 0xcb, 0xf2, 0xcb, 0x71, 0x4d, 0xb3, 0xf8, 0xb8, 0x3b, 0xd8, 0xfa, 0xfe, - 0x60, 0xeb, 0x7f, 0x0f, 0xb6, 0xfe, 0xf3, 0x68, 0x6b, 0xfb, 0xa3, 0xad, 0xfd, 0x3e, 0xda, 0xda, - 0xfa, 0x65, 0x86, 0xf9, 0xa6, 0x4a, 0xbc, 0x94, 0xe4, 0x7e, 0x28, 0xf2, 0x9f, 0x2f, 0xe3, 0x84, - 0xf9, 0xea, 0xf9, 0x7e, 0x9b, 0xcd, 0xfd, 0xef, 0xe7, 0x47, 0xcc, 0x7f, 0x94, 0x88, 0x25, 0x3d, - 0xf1, 0x5a, 0xe7, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x14, 0x3f, 0x43, 0x85, 0x2e, 0x03, 0x00, + 0x5f, 0x06, 0xb8, 0xff, 0x5e, 0x56, 0x86, 0x3c, 0xe6, 0xc8, 0x9c, 0x83, 0x9e, 0x0c, 0xb5, 0x74, + 0x47, 0x77, 0x6f, 0x67, 0x43, 0xaf, 0x89, 0xe0, 0x7d, 0x16, 0xdb, 0x85, 0xb1, 0xfb, 0x33, 0xd5, + 0x02, 0xa5, 0x35, 0x1f, 0x81, 0xeb, 0x92, 0x50, 0x1e, 0x61, 0x68, 0xdd, 0x71, 0x74, 0xf7, 0x26, + 0xe8, 0xd5, 0xbf, 0x1f, 0xa0, 0x89, 0xc1, 0xb8, 0x62, 0x88, 0x46, 0x14, 0x41, 0x94, 0x97, 0x1c, + 0x93, 0x22, 0x92, 0x41, 0xd1, 0x16, 0x33, 0x6e, 0x5d, 0x39, 0x57, 0xee, 0xed, 0xec, 0x59, 0xbb, + 0x63, 0xc5, 0x10, 0x0d, 0xce, 0x8e, 0x40, 0x4c, 0x55, 0xa3, 0x55, 0x75, 0xec, 0x96, 0x98, 0x71, + 0xf3, 0x35, 0x98, 0xfc, 0xa7, 0x2a, 0x25, 0x55, 0xc1, 0x2d, 0xc3, 0xd1, 0x5d, 0x23, 0x78, 0xdc, + 0xe5, 0x7f, 0x53, 0x0b, 0x6a, 0x56, 0x54, 0x92, 0x74, 0x13, 0x55, 0x45, 0x42, 0x0a, 0x88, 0x8b, + 0xac, 0xc1, 0x7a, 0xb7, 0x9b, 0xf5, 0x5d, 0x6d, 0x59, 0x9d, 0x1c, 0x4d, 0x56, 0xd4, 0xb1, 0x13, + 0xac, 0x21, 0xe8, 0x43, 0x54, 0x12, 0x86, 0x79, 0xa3, 0xe2, 0x5a, 0x54, 0x3c, 0x69, 0x57, 0xbc, + 0x95, 0xd2, 0x46, 0xf6, 0x43, 0x78, 0x39, 0x14, 0xa1, 0x2f, 0xc0, 0xa0, 0x15, 0x2a, 0x2f, 0x7e, + 0x4f, 0x5c, 0xdc, 0x6c, 0x18, 0xe4, 0x8d, 0xd7, 0x60, 0xb8, 0x65, 0x79, 0xc4, 0xc9, 0x57, 0x54, + 0x44, 0x27, 0xaf, 0x20, 0xb9, 0x11, 0x24, 0xd3, 0x36, 0xc9, 0x32, 0xfc, 0xf4, 0xa5, 0x16, 0x2b, + 0x22, 0xc5, 0xd2, 0xdf, 0xb2, 0xfc, 0x72, 0x5c, 0xd3, 0x2c, 0x3e, 0xee, 0x0e, 0xb6, 0xbe, 0x3f, + 0xd8, 0xfa, 0xdf, 0x83, 0xad, 0xff, 0x3c, 0xda, 0xda, 0xfe, 0x68, 0x6b, 0xbf, 0x8f, 0xb6, 0xb6, + 0x7e, 0x99, 0x61, 0xbe, 0xa9, 0x12, 0x2f, 0x25, 0xb9, 0x1f, 0x8a, 0xfc, 0xe7, 0xcb, 0x38, 0x61, + 0xbe, 0x7a, 0xbe, 0xdf, 0x66, 0x73, 0xff, 0xfb, 0xf9, 0x11, 0xf3, 0x1f, 0x25, 0x62, 0x49, 0x4f, + 0xbc, 0xd6, 0x57, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xbc, 0xc3, 0x13, 0x4b, 0x2e, 0x03, 0x00, 0x00, } diff --git a/x/records/types/genesis_test.go b/x/records/types/genesis_test.go index cf6f7e400..566f0988f 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/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 c31005ed9..13bd827c4 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, 0xc8, 0x58, 0xbf, 0x02, 0x6e, 0x5b, + 0xae, 0xeb, 0x93, 0x98, 0x54, 0xac, 0x0f, 0xb5, 0xa7, 0xcc, 0xc8, 0x44, 0xbf, 0x02, 0x6e, 0x5b, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x36, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x53, 0x0b, 0x38, 0x20, 0x8c, 0x00, 0x00, 0x00, + 0xfb, 0xf7, 0x68, 0xee, 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 8c1da80df..3b7921a22 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{ - // 1192 bytes of a gzipped FileDescriptorProto + // 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, 0xe4, 0x05, 0x55, 0xb4, 0x42, 0x95, 0x1b, 0x48, 0x13, 0x9a, 0x56, 0xc5, - 0xa1, 0x97, 0x48, 0xb0, 0x5d, 0x7b, 0x27, 0xce, 0x2a, 0xf6, 0x8e, 0xbb, 0xb3, 0x8e, 0x30, 0xc6, - 0x17, 0x4e, 0x1c, 0x91, 0xfa, 0x0d, 0x40, 0x7c, 0x03, 0x3e, 0x00, 0xe2, 0x94, 0x03, 0x87, 0x56, - 0x5c, 0x7a, 0x42, 0x28, 0xe1, 0x23, 0x70, 0x46, 0xc8, 0x33, 0xb3, 0x8e, 0xd7, 0x9e, 0x5d, 0xaf, - 0x23, 0x73, 0xe0, 0x14, 0xef, 0xcc, 0x33, 0xcf, 0xf3, 0xfb, 0x3f, 0xf3, 0xcc, 0x5b, 0x20, 0xc9, - 0x3c, 0xd7, 0xb6, 0x08, 0x76, 0x49, 0x9e, 0xba, 0x16, 0xc3, 0x2f, 0x2b, 0xc4, 0xad, 0xa6, 0xcb, - 0x2e, 0xf5, 0x28, 0x9a, 0x10, 0x7d, 0x69, 0xd9, 0x97, 0x9c, 0x69, 0xb3, 0x95, 0x7f, 0x85, 0x75, - 0xf2, 0x4a, 0x5b, 0x6f, 0xd9, 0x74, 0xcd, 0x92, 0xdf, 0x99, 0x28, 0xd0, 0x02, 0xe5, 0x3f, 0x71, - 0xe3, 0x97, 0x6c, 0x9d, 0x29, 0x50, 0x5a, 0x28, 0x12, 0x6c, 0x96, 0x6d, 0x6c, 0x3a, 0x0e, 0xf5, - 0x4c, 0xcf, 0xa6, 0x8e, 0x3f, 0x66, 0x21, 0x4f, 0x59, 0x89, 0x32, 0x9c, 0x33, 0x19, 0x11, 0x5c, - 0xf8, 0x70, 0x39, 0x47, 0x3c, 0x73, 0x19, 0x97, 0xcd, 0x82, 0xed, 0x70, 0x63, 0x61, 0xab, 0x27, - 0x00, 0x7d, 0xd6, 0xb0, 0x78, 0xc6, 0x83, 0x66, 0xc9, 0xcb, 0x0a, 0x61, 0x9e, 0xfe, 0x18, 0x2e, - 0x05, 0x5a, 0x59, 0x99, 0x3a, 0x8c, 0xa0, 0x35, 0x18, 0x15, 0x70, 0xd3, 0xda, 0x9c, 0x76, 0x6b, - 0x7c, 0x65, 0x2a, 0x1d, 0x14, 0x9a, 0x16, 0xf6, 0x0f, 0x87, 0x8f, 0xfe, 0x98, 0x1d, 0xc8, 0x4a, - 0x5b, 0x3d, 0x0d, 0x33, 0xdc, 0xd9, 0x23, 0xe2, 0x7d, 0x4c, 0xca, 0x94, 0xd9, 0x5e, 0x96, 0x9b, - 0xcb, 0x60, 0x68, 0x02, 0x06, 0x6d, 0x8b, 0x7b, 0x1c, 0xce, 0x0e, 0xda, 0x96, 0x7e, 0x00, 0x57, - 0x43, 0xec, 0x25, 0xc6, 0xa7, 0x30, 0x61, 0x89, 0x0e, 0x43, 0x04, 0x96, 0x38, 0x57, 0xdb, 0x71, - 0x02, 0xc3, 0x25, 0xd5, 0x45, 0xab, 0xb5, 0x51, 0xdf, 0x93, 0x70, 0x99, 0x62, 0x51, 0x09, 0xb7, - 0x01, 0x70, 0x9a, 0x33, 0x19, 0xe7, 0x46, 0x5a, 0x24, 0x38, 0xdd, 0x48, 0x70, 0x5a, 0x4c, 0xbc, - 0x4c, 0x70, 0xfa, 0x99, 0x59, 0x20, 0x72, 0x6c, 0xb6, 0x65, 0xa4, 0xfe, 0xb3, 0x26, 0x55, 0x75, - 0x06, 0x8a, 0x50, 0x35, 0x74, 0x36, 0x55, 0xe8, 0x51, 0x80, 0x7a, 0x90, 0x53, 0xdf, 0xec, 0x4a, - 0x2d, 0x40, 0x02, 0xd8, 0xeb, 0x30, 0xcb, 0xa9, 0x83, 0x31, 0xab, 0x9b, 0x94, 0x79, 0x7e, 0x86, - 0xe6, 0xe0, 0xc2, 0x3e, 0x65, 0x9e, 0xf1, 0x35, 0x75, 0x88, 0x21, 0x27, 0x72, 0x2c, 0x0b, 0x8d, - 0xb6, 0x5d, 0xea, 0x90, 0x2d, 0x4b, 0x77, 0x60, 0x2e, 0xdc, 0x49, 0xff, 0xd5, 0xeb, 0x1f, 0xc0, - 0xbc, 0x5f, 0x40, 0xcf, 0x19, 0x71, 0xb3, 0xc4, 0x22, 0xa5, 0x72, 0x43, 0x4e, 0x58, 0xdd, 0x8d, - 0xf1, 0xba, 0xfb, 0x4e, 0x83, 0xeb, 0xd1, 0xe3, 0x24, 0xeb, 0x0b, 0x98, 0xaa, 0x30, 0xe2, 0x1a, - 0x6e, 0xd3, 0x20, 0x58, 0x87, 0xd7, 0xdb, 0x99, 0x55, 0xde, 0x24, 0x7a, 0xa2, 0xa2, 0xe8, 0xd3, - 0x4b, 0x52, 0x41, 0xa6, 0x58, 0x8c, 0x52, 0xd0, 0xaf, 0xe2, 0x7c, 0xe3, 0x2b, 0x0f, 0x8d, 0x17, - 0x43, 0xf9, 0x50, 0x3f, 0x94, 0xf7, 0xaf, 0x72, 0xdf, 0x68, 0xb0, 0x10, 0xa5, 0x69, 0x83, 0xba, - 0xa2, 0x59, 0xa4, 0xf2, 0x3d, 0x38, 0x9f, 0xdf, 0x37, 0x6d, 0xe7, 0xb4, 0x82, 0xcf, 0xf1, 0xef, - 0x2d, 0x0b, 0x4d, 0xc2, 0x90, 0x65, 0x56, 0x39, 0xcb, 0x70, 0xb6, 0xf1, 0x13, 0x4d, 0xc3, 0x39, - 0xd3, 0xb2, 0x5c, 0xc2, 0xd8, 0xf4, 0x90, 0xb0, 0x95, 0x9f, 0x28, 0x01, 0x23, 0x45, 0xbb, 0x64, - 0x7b, 0xd3, 0xc3, 0xdc, 0x5a, 0x7c, 0xb4, 0xcd, 0xd3, 0xc8, 0x99, 0xe7, 0xe9, 0xad, 0x06, 0x8b, - 0xb1, 0x34, 0xfd, 0xff, 0xa6, 0x6b, 0xf3, 0x74, 0xcd, 0x7e, 0x52, 0xa6, 0xf9, 0xfd, 0xe7, 0x4e, - 0x8e, 0x3a, 0x96, 0xed, 0x14, 0x82, 0x15, 0x7f, 0x0d, 0x2e, 0x90, 0x46, 0xb7, 0xe1, 0x54, 0x4a, - 0x39, 0xe2, 0xca, 0x53, 0x63, 0x9c, 0xb7, 0x3d, 0xe5, 0x4d, 0x81, 0x65, 0xac, 0x76, 0x75, 0x9a, - 0x1d, 0xe1, 0xab, 0xe2, 0x1b, 0x74, 0x59, 0xc6, 0x2a, 0x6f, 0x7e, 0x76, 0x88, 0xa2, 0xaf, 0x75, - 0x19, 0x47, 0x89, 0xfa, 0x2f, 0x96, 0xf1, 0x99, 0x95, 0x0f, 0xf5, 0x43, 0x79, 0xff, 0xea, 0x62, - 0x0b, 0xa6, 0xb8, 0xa4, 0xed, 0x9d, 0x27, 0xcd, 0x9d, 0xbf, 0xeb, 0x8a, 0x4d, 0xc0, 0x88, 0x45, - 0x1c, 0x5a, 0xe2, 0x81, 0xc7, 0xb2, 0xe2, 0x43, 0xdf, 0x85, 0xcb, 0x1d, 0xae, 0x64, 0x42, 0x1e, - 0xc0, 0x39, 0x79, 0x84, 0xc8, 0xf4, 0xcf, 0xb6, 0x67, 0x60, 0x7b, 0xe7, 0xc9, 0xe7, 0xf4, 0x80, - 0x38, 0x72, 0xa4, 0x14, 0xef, 0x8f, 0xd2, 0xab, 0x1d, 0xbe, 0x59, 0x0c, 0xce, 0x45, 0x78, 0xf7, - 0xd0, 0x2c, 0xda, 0x96, 0xe9, 0x51, 0xd7, 0xf0, 0x77, 0x14, 0xc1, 0x3c, 0xd9, 0xec, 0xc8, 0xc8, - 0xad, 0x65, 0x0a, 0x46, 0x99, 0x67, 0x7a, 0x15, 0x7f, 0xcf, 0x91, 0x5f, 0xfa, 0x17, 0x30, 0xdd, - 0x19, 0x5a, 0xea, 0xca, 0xc0, 0x79, 0x49, 0xc8, 0xe4, 0xd4, 0xc6, 0x14, 0xd6, 0x1c, 0xb6, 0xf2, - 0xf7, 0x3b, 0x30, 0xc2, 0xfd, 0xa3, 0x6f, 0x60, 0x54, 0xdc, 0xef, 0x90, 0xde, 0xee, 0xa4, 0xf3, - 0x0a, 0x99, 0x9c, 0x8f, 0xb4, 0x11, 0x7c, 0xfa, 0xed, 0x6f, 0x7f, 0xff, 0xeb, 0xd5, 0xe0, 0x3c, - 0xba, 0x86, 0x77, 0xb8, 0xf1, 0xb6, 0x99, 0x63, 0x58, 0x79, 0x1d, 0x46, 0xbf, 0x6a, 0x90, 0x50, - 0x6d, 0x4f, 0x68, 0x55, 0x19, 0x28, 0xfa, 0xec, 0x4f, 0xae, 0xf5, 0x36, 0x48, 0xe2, 0x3e, 0xe0, - 0xb8, 0x1f, 0xa2, 0xbb, 0x12, 0xf7, 0x8e, 0x8a, 0x57, 0xbd, 0xe3, 0xe2, 0x9a, 0x6d, 0xd5, 0xd1, - 0x2f, 0x1a, 0x5c, 0x56, 0x45, 0xc8, 0x14, 0x8b, 0x21, 0x3a, 0xa2, 0x6f, 0x00, 0x21, 0x3a, 0xba, - 0x1c, 0xe3, 0xfa, 0x3d, 0xae, 0x63, 0x0d, 0xad, 0xf4, 0xae, 0x03, 0xfd, 0xa3, 0xc1, 0x95, 0x88, - 0xb3, 0x07, 0xdd, 0xeb, 0x85, 0x28, 0x78, 0x08, 0x27, 0xef, 0x9f, 0x69, 0xac, 0x14, 0xb5, 0xc7, - 0x45, 0xbd, 0x40, 0x5f, 0xf6, 0x2e, 0xca, 0xd8, 0xa3, 0xae, 0xd1, 0xe8, 0xc2, 0x35, 0x7f, 0xa9, - 0xd6, 0x71, 0xcd, 0x32, 0xab, 0x75, 0x5c, 0x93, 0xcb, 0xb2, 0x8e, 0x6b, 0xfc, 0x2c, 0xaf, 0xa3, - 0xdf, 0x34, 0x48, 0xa8, 0xf6, 0xc3, 0xf0, 0x42, 0x8c, 0xd8, 0xfb, 0xc3, 0x0b, 0x31, 0x6a, 0x03, - 0xd7, 0xb7, 0xb8, 0xd6, 0x75, 0x94, 0x89, 0xd2, 0xaa, 0xde, 0xe2, 0x71, 0xad, 0xf5, 0x00, 0x15, - 0x25, 0xa9, 0x8a, 0x15, 0x59, 0x92, 0xbd, 0x2b, 0xea, 0x72, 0x24, 0xc5, 0x2b, 0x49, 0xb5, 0x22, - 0xf4, 0x93, 0x06, 0x17, 0x03, 0xcf, 0x02, 0xb4, 0x14, 0x96, 0x55, 0xd5, 0x1b, 0x2f, 0x79, 0x27, - 0xa6, 0xb5, 0x44, 0xbd, 0xcb, 0x51, 0x97, 0x11, 0x8e, 0x42, 0x0d, 0x3e, 0x66, 0xc4, 0xea, 0xff, - 0x51, 0x83, 0xc9, 0x80, 0xcb, 0x46, 0x8e, 0x97, 0xc2, 0xd2, 0xd5, 0x03, 0x6a, 0xd8, 0x9b, 0x52, - 0x5f, 0xe1, 0xa8, 0x4b, 0x68, 0x21, 0x3e, 0x2a, 0x3a, 0xd2, 0xe0, 0x92, 0xe2, 0xa5, 0x86, 0xb0, - 0x32, 0x74, 0xf8, 0xc3, 0x30, 0xf9, 0x7e, 0xfc, 0x01, 0x12, 0xf7, 0x29, 0xc7, 0xdd, 0x44, 0x1b, - 0xf1, 0x71, 0x8d, 0x5c, 0xd5, 0x68, 0x3e, 0x3f, 0x71, 0xad, 0xf5, 0x25, 0x5a, 0x47, 0x3f, 0x68, - 0x00, 0xa7, 0xc7, 0x22, 0xba, 0xa1, 0x04, 0xea, 0xb8, 0x59, 0x24, 0x6f, 0x76, 0xb5, 0x93, 0xbc, - 0xeb, 0x9c, 0xf7, 0x23, 0x74, 0x5f, 0xc5, 0xcb, 0x3c, 0xf3, 0x80, 0xd8, 0xb9, 0x3c, 0x2e, 0xb2, - 0x92, 0x21, 0xa1, 0x83, 0xfb, 0x4b, 0xe3, 0x56, 0x52, 0x47, 0xaf, 0x34, 0x18, 0x6f, 0x39, 0xbb, - 0x51, 0xb7, 0xe8, 0xcd, 0x13, 0xf6, 0x56, 0x77, 0x43, 0xc9, 0xb9, 0xcc, 0x39, 0x17, 0xd1, 0xed, - 0xb8, 0x9c, 0xec, 0xe1, 0xe3, 0xa3, 0xe3, 0x94, 0xf6, 0xfa, 0x38, 0xa5, 0xfd, 0x79, 0x9c, 0xd2, - 0xbe, 0x3f, 0x49, 0x0d, 0xbc, 0x3e, 0x49, 0x0d, 0xbc, 0x3d, 0x49, 0x0d, 0xec, 0x2e, 0x17, 0x6c, - 0x6f, 0xbf, 0x92, 0x4b, 0xe7, 0x69, 0x49, 0xe5, 0xee, 0x70, 0x65, 0x15, 0x7f, 0xd5, 0x9c, 0x2c, - 0xaf, 0x5a, 0x26, 0x2c, 0x37, 0xca, 0xff, 0xd7, 0xb4, 0xfa, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xda, 0x36, 0xc0, 0xec, 0x34, 0x13, 0x00, 0x00, + 0x18, 0xc7, 0xb3, 0x79, 0x6d, 0x9e, 0xb4, 0x21, 0x4c, 0xad, 0x34, 0xb8, 0xa9, 0x93, 0x6e, 0xaa, + 0xbe, 0x24, 0xa9, 0x87, 0xa4, 0x41, 0x15, 0xad, 0x50, 0xe5, 0x06, 0xd2, 0x84, 0xa6, 0x55, 0x71, + 0xe8, 0x25, 0x12, 0x6c, 0xd7, 0xde, 0x89, 0xb3, 0x8a, 0xbd, 0xe3, 0xee, 0xac, 0x23, 0x8c, 0xf1, + 0x85, 0x13, 0x47, 0xa4, 0x7e, 0x03, 0x10, 0xdf, 0x80, 0x0f, 0x80, 0x38, 0xe5, 0xc0, 0xa1, 0x15, + 0x97, 0x9e, 0x10, 0x4a, 0xf8, 0x08, 0x9c, 0x11, 0xf2, 0xcc, 0xac, 0xe3, 0xb5, 0x67, 0xd7, 0xeb, + 0xc8, 0x1c, 0x38, 0xc5, 0x3b, 0xf3, 0xcc, 0xf3, 0xfc, 0xfe, 0xcf, 0x3c, 0xf3, 0x16, 0x48, 0x32, + 0xcf, 0xb5, 0x2d, 0x82, 0x5d, 0x92, 0xa7, 0xae, 0xc5, 0xf0, 0xcb, 0x0a, 0x71, 0xab, 0xe9, 0xb2, + 0x4b, 0x3d, 0x8a, 0x26, 0x45, 0x5f, 0x5a, 0xf6, 0x25, 0x67, 0xdb, 0x6c, 0xe5, 0x5f, 0x61, 0x9d, + 0xbc, 0xdc, 0xd6, 0x5b, 0x36, 0x5d, 0xb3, 0xe4, 0x77, 0x26, 0x0a, 0xb4, 0x40, 0xf9, 0x4f, 0xdc, + 0xf8, 0x25, 0x5b, 0x67, 0x0b, 0x94, 0x16, 0x8a, 0x04, 0x9b, 0x65, 0x1b, 0x9b, 0x8e, 0x43, 0x3d, + 0xd3, 0xb3, 0xa9, 0xe3, 0x8f, 0x59, 0xcc, 0x53, 0x56, 0xa2, 0x0c, 0xe7, 0x4c, 0x46, 0x04, 0x17, + 0x3e, 0x5c, 0xc9, 0x11, 0xcf, 0x5c, 0xc1, 0x65, 0xb3, 0x60, 0x3b, 0xdc, 0x58, 0xd8, 0xea, 0x09, + 0x40, 0x9f, 0x35, 0x2c, 0x9e, 0xf1, 0xa0, 0x59, 0xf2, 0xb2, 0x42, 0x98, 0xa7, 0x3f, 0x86, 0x8b, + 0x81, 0x56, 0x56, 0xa6, 0x0e, 0x23, 0x68, 0x0d, 0x46, 0x05, 0xdc, 0x8c, 0x36, 0xaf, 0xdd, 0x9c, + 0x58, 0x9d, 0x4e, 0x07, 0x85, 0xa6, 0x85, 0xfd, 0xc3, 0xe1, 0xa3, 0x3f, 0xe6, 0x06, 0xb2, 0xd2, + 0x56, 0x4f, 0xc3, 0x2c, 0x77, 0xf6, 0x88, 0x78, 0x1f, 0x93, 0x32, 0x65, 0xb6, 0x97, 0xe5, 0xe6, + 0x32, 0x18, 0x9a, 0x84, 0x41, 0xdb, 0xe2, 0x1e, 0x87, 0xb3, 0x83, 0xb6, 0xa5, 0x1f, 0xc0, 0x95, + 0x10, 0x7b, 0x89, 0xf1, 0x29, 0x4c, 0x5a, 0xa2, 0xc3, 0x10, 0x81, 0x25, 0xce, 0x95, 0x76, 0x9c, + 0xc0, 0x70, 0x49, 0x75, 0xc1, 0x6a, 0x6d, 0xd4, 0xf7, 0x24, 0x5c, 0xa6, 0x58, 0x54, 0xc2, 0x6d, + 0x00, 0x9c, 0xe6, 0x4c, 0xc6, 0xb9, 0x9e, 0x16, 0x09, 0x4e, 0x37, 0x12, 0x9c, 0x16, 0x13, 0x2f, + 0x13, 0x9c, 0x7e, 0x66, 0x16, 0x88, 0x1c, 0x9b, 0x6d, 0x19, 0xa9, 0xff, 0xac, 0x49, 0x55, 0x9d, + 0x81, 0x22, 0x54, 0x0d, 0x9d, 0x4d, 0x15, 0x7a, 0x14, 0xa0, 0x1e, 0xe4, 0xd4, 0x37, 0xba, 0x52, + 0x0b, 0x90, 0x00, 0xf6, 0x3a, 0xcc, 0x71, 0xea, 0x60, 0xcc, 0xea, 0x26, 0x65, 0x9e, 0x9f, 0xa1, + 0x79, 0x38, 0xbf, 0x4f, 0x99, 0x67, 0x7c, 0x4d, 0x1d, 0x62, 0xc8, 0x89, 0x1c, 0xcf, 0x42, 0xa3, + 0x6d, 0x97, 0x3a, 0x64, 0xcb, 0xd2, 0x1d, 0x98, 0x0f, 0x77, 0xd2, 0x7f, 0xf5, 0xfa, 0x07, 0xb0, + 0xe0, 0x17, 0xd0, 0x73, 0x46, 0xdc, 0x2c, 0xb1, 0x48, 0xa9, 0xdc, 0x90, 0x13, 0x56, 0x77, 0xe3, + 0xbc, 0xee, 0xbe, 0xd3, 0xe0, 0x5a, 0xf4, 0x38, 0xc9, 0xfa, 0x02, 0xa6, 0x2b, 0x8c, 0xb8, 0x86, + 0xdb, 0x34, 0x08, 0xd6, 0xe1, 0xb5, 0x76, 0x66, 0x95, 0x37, 0x89, 0x9e, 0xa8, 0x28, 0xfa, 0xf4, + 0x92, 0x54, 0x90, 0x29, 0x16, 0xa3, 0x14, 0xf4, 0xab, 0x38, 0xdf, 0xf8, 0xca, 0x43, 0xe3, 0xc5, + 0x50, 0x3e, 0xd4, 0x0f, 0xe5, 0xfd, 0xab, 0xdc, 0x37, 0x1a, 0x2c, 0x46, 0x69, 0xda, 0xa0, 0xae, + 0x68, 0x16, 0xa9, 0x7c, 0x0f, 0xce, 0xe5, 0xf7, 0x4d, 0xdb, 0x39, 0xad, 0xe0, 0x31, 0xfe, 0xbd, + 0x65, 0xa1, 0x29, 0x18, 0xb2, 0xcc, 0x2a, 0x67, 0x19, 0xce, 0x36, 0x7e, 0xa2, 0x19, 0x18, 0x33, + 0x2d, 0xcb, 0x25, 0x8c, 0xcd, 0x0c, 0x09, 0x5b, 0xf9, 0x89, 0x12, 0x30, 0x52, 0xb4, 0x4b, 0xb6, + 0x37, 0x33, 0xcc, 0xad, 0xc5, 0x47, 0xdb, 0x3c, 0x8d, 0x9c, 0x79, 0x9e, 0xde, 0x6a, 0xb0, 0x14, + 0x4b, 0xd3, 0xff, 0x6f, 0xba, 0x36, 0x4f, 0xd7, 0xec, 0x27, 0x65, 0x9a, 0xdf, 0x7f, 0xee, 0xe4, + 0xa8, 0x63, 0xd9, 0x4e, 0x21, 0x58, 0xf1, 0x57, 0xe1, 0x3c, 0x69, 0x74, 0x1b, 0x4e, 0xa5, 0x94, + 0x23, 0xae, 0x3c, 0x35, 0x26, 0x78, 0xdb, 0x53, 0xde, 0x14, 0x58, 0xc6, 0x6a, 0x57, 0xa7, 0xd9, + 0x11, 0xbe, 0x2a, 0xbe, 0x41, 0x97, 0x65, 0xac, 0xf2, 0xe6, 0x67, 0x87, 0x28, 0xfa, 0x5a, 0x97, + 0x71, 0x94, 0xa8, 0xff, 0x62, 0x19, 0x9f, 0x59, 0xf9, 0x50, 0x3f, 0x94, 0xf7, 0xaf, 0x2e, 0xb6, + 0x60, 0x9a, 0x4b, 0xda, 0xde, 0x79, 0xd2, 0xdc, 0xf9, 0xbb, 0xae, 0xd8, 0x04, 0x8c, 0x58, 0xc4, + 0xa1, 0x25, 0x1e, 0x78, 0x3c, 0x2b, 0x3e, 0xf4, 0x5d, 0xb8, 0xd4, 0xe1, 0x4a, 0x26, 0xe4, 0x01, + 0x8c, 0xc9, 0x23, 0x44, 0xa6, 0x7f, 0xae, 0x3d, 0x03, 0xdb, 0x3b, 0x4f, 0x3e, 0xa7, 0x07, 0xc4, + 0x91, 0x23, 0xa5, 0x78, 0x7f, 0x94, 0x5e, 0xed, 0xf0, 0xcd, 0x62, 0x70, 0x2e, 0xc1, 0xbb, 0x87, + 0x66, 0xd1, 0xb6, 0x4c, 0x8f, 0xba, 0x86, 0xbf, 0xa3, 0x08, 0xe6, 0xa9, 0x66, 0x47, 0x46, 0x6e, + 0x2d, 0xd3, 0x30, 0xca, 0x3c, 0xd3, 0xab, 0xf8, 0x7b, 0x8e, 0xfc, 0xd2, 0xbf, 0x80, 0x99, 0xce, + 0xd0, 0x52, 0x57, 0x06, 0xce, 0x49, 0x42, 0x26, 0xa7, 0x36, 0xa6, 0xb0, 0xe6, 0xb0, 0xd5, 0xbf, + 0xdf, 0x81, 0x11, 0xee, 0x1f, 0x7d, 0x03, 0xa3, 0xe2, 0x7e, 0x87, 0xf4, 0x76, 0x27, 0x9d, 0x57, + 0xc8, 0xe4, 0x42, 0xa4, 0x8d, 0xe0, 0xd3, 0x6f, 0x7d, 0xfb, 0xfb, 0x5f, 0xaf, 0x06, 0x17, 0xd0, + 0x55, 0xbc, 0xc3, 0x8d, 0xb7, 0xcd, 0x1c, 0xc3, 0xca, 0xeb, 0x30, 0xfa, 0x55, 0x83, 0x84, 0x6a, + 0x7b, 0x42, 0x77, 0x94, 0x81, 0xa2, 0xcf, 0xfe, 0xe4, 0x5a, 0x6f, 0x83, 0x24, 0xee, 0x03, 0x8e, + 0xfb, 0x21, 0xba, 0x2b, 0x71, 0x6f, 0xab, 0x78, 0xd5, 0x3b, 0x2e, 0xae, 0xd9, 0x56, 0x1d, 0xfd, + 0xa2, 0xc1, 0x25, 0x55, 0x84, 0x4c, 0xb1, 0x18, 0xa2, 0x23, 0xfa, 0x06, 0x10, 0xa2, 0xa3, 0xcb, + 0x31, 0xae, 0xdf, 0xe3, 0x3a, 0xd6, 0xd0, 0x6a, 0xef, 0x3a, 0xd0, 0x3f, 0x1a, 0x5c, 0x8e, 0x38, + 0x7b, 0xd0, 0xbd, 0x5e, 0x88, 0x82, 0x87, 0x70, 0xf2, 0xfe, 0x99, 0xc6, 0x4a, 0x51, 0x7b, 0x5c, + 0xd4, 0x0b, 0xf4, 0x65, 0xef, 0xa2, 0x8c, 0x3d, 0xea, 0x1a, 0x8d, 0x2e, 0x5c, 0xf3, 0x97, 0x6a, + 0x1d, 0xd7, 0x2c, 0xb3, 0x5a, 0xc7, 0x35, 0xb9, 0x2c, 0xeb, 0xb8, 0xc6, 0xcf, 0xf2, 0x3a, 0xfa, + 0x4d, 0x83, 0x84, 0x6a, 0x3f, 0x0c, 0x2f, 0xc4, 0x88, 0xbd, 0x3f, 0xbc, 0x10, 0xa3, 0x36, 0x70, + 0x7d, 0x8b, 0x6b, 0x5d, 0x47, 0x99, 0x28, 0xad, 0xea, 0x2d, 0x1e, 0xd7, 0x5a, 0x0f, 0x50, 0x51, + 0x92, 0xaa, 0x58, 0x91, 0x25, 0xd9, 0xbb, 0xa2, 0x2e, 0x47, 0x52, 0xbc, 0x92, 0x54, 0x2b, 0x42, + 0x3f, 0x69, 0x70, 0x21, 0xf0, 0x2c, 0x40, 0xcb, 0x61, 0x59, 0x55, 0xbd, 0xf1, 0x92, 0xb7, 0x63, + 0x5a, 0x4b, 0xd4, 0xbb, 0x1c, 0x75, 0x05, 0xe1, 0x28, 0xd4, 0xe0, 0x63, 0x46, 0xac, 0xfe, 0x1f, + 0x35, 0x98, 0x0a, 0xb8, 0x6c, 0xe4, 0x78, 0x39, 0x2c, 0x5d, 0x3d, 0xa0, 0x86, 0xbd, 0x29, 0xf5, + 0x55, 0x8e, 0xba, 0x8c, 0x16, 0xe3, 0xa3, 0xa2, 0x23, 0x0d, 0x2e, 0x2a, 0x5e, 0x6a, 0x08, 0x2b, + 0x43, 0x87, 0x3f, 0x0c, 0x93, 0xef, 0xc7, 0x1f, 0x20, 0x71, 0x9f, 0x72, 0xdc, 0x4d, 0xb4, 0x11, + 0x1f, 0xd7, 0xc8, 0x55, 0x8d, 0xe6, 0xf3, 0x13, 0xd7, 0x5a, 0x5f, 0xa2, 0x75, 0xf4, 0x83, 0x06, + 0x70, 0x7a, 0x2c, 0xa2, 0xeb, 0x4a, 0xa0, 0x8e, 0x9b, 0x45, 0xf2, 0x46, 0x57, 0x3b, 0xc9, 0xbb, + 0xce, 0x79, 0x3f, 0x42, 0xf7, 0x55, 0xbc, 0xcc, 0x33, 0x0f, 0x88, 0x9d, 0xcb, 0xe3, 0x22, 0x2b, + 0x19, 0x12, 0x3a, 0xb8, 0xbf, 0x34, 0x6e, 0x25, 0x75, 0xf4, 0x4a, 0x83, 0x89, 0x96, 0xb3, 0x1b, + 0x75, 0x8b, 0xde, 0x3c, 0x61, 0x6f, 0x76, 0x37, 0x94, 0x9c, 0x2b, 0x9c, 0x73, 0x09, 0xdd, 0x8a, + 0xcb, 0xc9, 0x1e, 0x3e, 0x3e, 0x3a, 0x4e, 0x69, 0xaf, 0x8f, 0x53, 0xda, 0x9f, 0xc7, 0x29, 0xed, + 0xfb, 0x93, 0xd4, 0xc0, 0xeb, 0x93, 0xd4, 0xc0, 0xdb, 0x93, 0xd4, 0xc0, 0xee, 0x4a, 0xc1, 0xf6, + 0xf6, 0x2b, 0xb9, 0x74, 0x9e, 0x96, 0x54, 0xee, 0x0e, 0x57, 0xd7, 0xf0, 0x57, 0xcd, 0xc9, 0xf2, + 0xaa, 0x65, 0xc2, 0x72, 0xa3, 0xfc, 0x7f, 0x4d, 0x77, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x72, + 0xca, 0x90, 0x22, 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 ddd4612ee..2698448ff 100644 --- a/x/records/types/records.pb.go +++ b/x/records/types/records.pb.go @@ -604,10 +604,10 @@ func init() { func init() { proto.RegisterFile("stride/records/records.proto", fileDescriptor_295ee594cc85d8ca) } var fileDescriptor_295ee594cc85d8ca = []byte{ - // 1127 bytes of a gzipped FileDescriptorProto + // 1128 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x4d, 0x6f, 0xdb, 0x46, 0x13, 0x36, 0x25, 0x5a, 0x1f, 0xe3, 0x58, 0x96, 0xd7, 0xca, 0x6b, 0x59, 0x6f, 0xa2, 0x28, 0x42, - 0x13, 0x08, 0x28, 0x42, 0x35, 0x0e, 0xd0, 0x43, 0x5b, 0xb4, 0x95, 0x2c, 0xda, 0x61, 0xa2, 0xc8, + 0x13, 0x08, 0x28, 0x42, 0x35, 0x6e, 0xd1, 0x43, 0x5b, 0xb4, 0x95, 0x2c, 0xda, 0x61, 0xa2, 0xc8, 0xee, 0x8a, 0x6e, 0x1a, 0x1f, 0xba, 0xa0, 0xc4, 0xad, 0x44, 0xd8, 0xe2, 0x0a, 0x5c, 0xd2, 0x70, 0x7b, 0xef, 0xbd, 0x87, 0x9e, 0x7a, 0xee, 0xb1, 0xd7, 0xfe, 0x87, 0x9c, 0x8a, 0x1c, 0x8b, 0x1e, 0x82, 0xc2, 0xfe, 0x23, 0x05, 0x97, 0x14, 0x45, 0xd1, 0x71, 0x82, 0xba, 0x39, 0x49, 0x7c, 0x66, @@ -619,7 +619,7 @@ var fileDescriptor_295ee594cc85d8ca = []byte{ 0xa8, 0x00, 0x29, 0xcb, 0x2c, 0x4b, 0x35, 0xa9, 0x91, 0xc7, 0x29, 0xcb, 0x44, 0x15, 0xc8, 0x39, 0x74, 0x48, 0xad, 0x53, 0xea, 0x94, 0xd3, 0x02, 0x8d, 0xbe, 0xd1, 0xb7, 0xb0, 0x61, 0x1b, 0xae, 0x75, 0x4a, 0x89, 0xcb, 0x8e, 0xa9, 0x4d, 0x8c, 0x09, 0xf3, 0x6c, 0xb7, 0x2c, 0xfb, 0x6a, 0x6d, - 0xe5, 0xe5, 0xeb, 0x3b, 0x4b, 0x7f, 0xbd, 0xbe, 0x73, 0x7f, 0x64, 0xb9, 0x63, 0x6f, 0xa0, 0x0c, + 0xe5, 0xc5, 0xab, 0x3b, 0x4b, 0x7f, 0xbd, 0xba, 0x73, 0x7f, 0x64, 0xb9, 0x63, 0x6f, 0xa0, 0x0c, 0xd9, 0xa4, 0x19, 0x86, 0x1a, 0xfc, 0x3c, 0xe0, 0xe6, 0x71, 0xd3, 0xfd, 0x7e, 0x4a, 0xb9, 0xa2, 0xd9, 0x2e, 0x5e, 0x0f, 0x4c, 0xe9, 0xbe, 0xa5, 0x96, 0x30, 0x84, 0x4a, 0xb0, 0x6c, 0x52, 0x9b, 0x4d, 0xca, 0xcb, 0xc2, 0x71, 0xf0, 0x81, 0x6a, 0x70, 0x63, 0xcc, 0xb8, 0x4b, 0x7e, 0x60, 0x36, @@ -627,55 +627,55 @@ var fileDescriptor_295ee594cc85d8ca = []byte{ 0x4e, 0xd9, 0x70, 0x4c, 0x6c, 0x6f, 0x32, 0xa0, 0x4e, 0x39, 0x5b, 0x93, 0x1a, 0x32, 0x5e, 0x11, 0x58, 0x4f, 0x40, 0xa8, 0x01, 0xc5, 0xe1, 0x89, 0x61, 0x4d, 0x88, 0xc5, 0xc9, 0x94, 0xda, 0xa6, 0x65, 0x8f, 0xca, 0xb9, 0x9a, 0xd4, 0xc8, 0xe1, 0x82, 0xc0, 0x35, 0x7e, 0x10, 0xa0, 0xe8, 0x6b, - 0x58, 0xe3, 0xee, 0xe2, 0x05, 0xf3, 0xd7, 0xba, 0xe0, 0x2a, 0x77, 0x63, 0x97, 0x7b, 0x22, 0xe7, + 0x58, 0xe3, 0xee, 0xe2, 0x05, 0xf3, 0xd7, 0xba, 0xe0, 0x2a, 0x77, 0x63, 0x97, 0x7b, 0x2c, 0xe7, 0x52, 0xc5, 0x74, 0xfd, 0x57, 0x19, 0x56, 0x3b, 0x74, 0xca, 0xb8, 0xe5, 0x5e, 0x2a, 0x80, 0x2c, - 0x0a, 0xb0, 0x0b, 0x99, 0xd0, 0x6d, 0xea, 0x5a, 0x6e, 0xc3, 0xd3, 0xf3, 0x64, 0xa6, 0xdf, 0x96, - 0x4c, 0xf9, 0x52, 0x32, 0x3f, 0x83, 0x0c, 0x77, 0x0d, 0xd7, 0xe3, 0x22, 0xd1, 0x85, 0xed, 0x0f, - 0x94, 0x45, 0x02, 0x2a, 0x0b, 0xe1, 0x2b, 0x7d, 0xa1, 0x8b, 0xc3, 0x33, 0xe8, 0x23, 0x28, 0x99, - 0x81, 0x9c, 0xbc, 0xa1, 0x24, 0x28, 0x94, 0xa9, 0xb1, 0xca, 0xf8, 0xfe, 0x98, 0xe7, 0x0c, 0xa9, - 0xa8, 0xc7, 0xbb, 0xfd, 0x09, 0x5d, 0x1c, 0x9e, 0x41, 0x9f, 0x42, 0xc5, 0xa4, 0x27, 0x74, 0x64, + 0x0a, 0xb0, 0x0b, 0x99, 0xd0, 0x6d, 0xea, 0x5a, 0x6e, 0xc3, 0xd3, 0xf3, 0x64, 0xa6, 0xdf, 0x94, + 0x4c, 0xf9, 0x52, 0x32, 0x3f, 0x83, 0x0c, 0x77, 0x0d, 0xd7, 0xe3, 0x22, 0xd1, 0x85, 0xed, 0xf7, + 0x94, 0x45, 0x02, 0x2a, 0x0b, 0xe1, 0x2b, 0x7d, 0xa1, 0x8b, 0xc3, 0x33, 0xe8, 0x03, 0x28, 0x99, + 0x81, 0x9c, 0xbc, 0xa6, 0x24, 0x28, 0x94, 0xa9, 0xb1, 0xca, 0xf8, 0xfe, 0x98, 0xe7, 0x0c, 0xa9, + 0xa8, 0xc7, 0xdb, 0xfd, 0x09, 0x5d, 0x1c, 0x9e, 0x41, 0x9f, 0x42, 0xc5, 0xa4, 0x27, 0x74, 0x64, 0xf8, 0x94, 0x26, 0xee, 0x19, 0x27, 0x96, 0x4d, 0xa6, 0x0e, 0x1b, 0x39, 0x94, 0x73, 0x51, 0x38, 0x19, 0x6f, 0xce, 0x35, 0xf4, 0x33, 0xae, 0xd9, 0x07, 0xa1, 0xb8, 0x3e, 0x86, 0x4c, 0x10, 0x3e, 0x42, 0x50, 0xd0, 0x71, 0xab, 0xd7, 0xdf, 0x55, 0x31, 0xf9, 0xea, 0x50, 0x3d, 0x54, 0x8b, 0x4b, 0xa8, 0x0c, 0xa5, 0x08, 0xd3, 0x7a, 0xe4, 0x00, 0xef, 0xef, 0x61, 0xb5, 0xdf, 0x2f, 0xa6, 0x50, 0x09, 0x8a, 0x1d, 0xb5, 0xab, 0xee, 0xb5, 0x74, 0x6d, 0xbf, 0x17, 0xea, 0x4b, 0xa8, 0x02, 0xff, 0x8b, 0xa1, 0xf1, 0x13, 0xe9, 0x7a, 0x03, 0x32, 0x41, 0xe0, 0x08, 0x20, 0xd3, 0xd7, 0xb1, 0xd6, - 0xf1, 0x3d, 0x20, 0x28, 0x3c, 0xd7, 0xf4, 0xc7, 0x1d, 0xdc, 0x7a, 0xde, 0xea, 0x12, 0x6d, 0xa7, - 0x55, 0x94, 0x9e, 0xc8, 0xb9, 0xe5, 0x62, 0xa6, 0xfe, 0x5b, 0x16, 0xd6, 0x1f, 0x87, 0x35, 0x39, - 0xb4, 0x07, 0xec, 0x4a, 0x6a, 0x4a, 0xef, 0x81, 0x9a, 0x57, 0xf5, 0x75, 0xea, 0x7d, 0xf5, 0xf5, - 0x0b, 0x58, 0x9f, 0xc5, 0xcd, 0x89, 0xcb, 0xc8, 0xc0, 0x73, 0x6c, 0x51, 0xed, 0x7f, 0x6f, 0xbd, + 0xf1, 0x3d, 0x20, 0x28, 0x3c, 0xd3, 0xf4, 0x47, 0x1d, 0xdc, 0x7a, 0xd6, 0xea, 0x12, 0x6d, 0xa7, + 0x55, 0x94, 0x1e, 0xcb, 0xb9, 0xe5, 0x62, 0xa6, 0xfe, 0x5b, 0x16, 0xd6, 0x1f, 0x85, 0x35, 0x39, + 0xb4, 0x07, 0xec, 0x4a, 0x6a, 0x4a, 0xef, 0x80, 0x9a, 0x57, 0xf5, 0x75, 0xea, 0x5d, 0xf5, 0xf5, + 0x73, 0x58, 0x9f, 0xc5, 0xcd, 0x89, 0xcb, 0xc8, 0xc0, 0x73, 0x6c, 0x51, 0xed, 0x7f, 0x6f, 0xbd, 0x10, 0x46, 0xce, 0x75, 0xd6, 0xf6, 0x1c, 0x1b, 0x51, 0xd8, 0x8c, 0x87, 0x2e, 0xcc, 0x7b, 0x22, 0x61, 0xd7, 0xec, 0xda, 0x52, 0x2c, 0x7c, 0xae, 0xb3, 0x20, 0xf9, 0xe8, 0x3b, 0xd8, 0x14, 0x63, 0xc2, 0x18, 0x9c, 0x50, 0xb2, 0xe0, 0xb0, 0x0c, 0xd7, 0x72, 0x73, 0x33, 0x32, 0xd7, 0x8b, 0xf9, - 0x43, 0x5f, 0xc0, 0x2d, 0xcf, 0x7e, 0x0b, 0xa1, 0x57, 0x04, 0xa1, 0xb7, 0xe2, 0x3a, 0x0b, 0x94, + 0x43, 0x5f, 0xc0, 0x2d, 0xcf, 0x7e, 0x03, 0xa1, 0x57, 0x04, 0xa1, 0xb7, 0xe2, 0x3a, 0x0b, 0x94, 0xbe, 0x76, 0xd7, 0xdf, 0x83, 0x82, 0x37, 0xe3, 0x19, 0x71, 0xad, 0x09, 0x15, 0x33, 0x58, 0xc6, 0xab, 0x11, 0xaa, 0x5b, 0x13, 0x8a, 0xbe, 0x4c, 0x0c, 0x87, 0x46, 0xb2, 0x59, 0x2f, 0x91, 0x36, 0x39, 0x20, 0x3e, 0x86, 0x4d, 0x8f, 0x53, 0x87, 0x38, 0xd1, 0x22, 0x22, 0xe1, 0xd9, 0x72, 0xb6, - 0x96, 0x6e, 0xe4, 0xf1, 0x4d, 0xef, 0x0d, 0x6b, 0x8a, 0xd7, 0x7f, 0x91, 0xa2, 0x66, 0xdd, 0x80, + 0x96, 0x6e, 0xe4, 0xf1, 0x4d, 0xef, 0x35, 0x6b, 0x8a, 0xd7, 0x7f, 0x91, 0xa2, 0x66, 0xdd, 0x80, 0xb5, 0xc3, 0x5e, 0x7b, 0xbf, 0xd7, 0xd1, 0x7a, 0x7b, 0x51, 0xb7, 0x6e, 0xc1, 0xcd, 0x39, 0xb8, - 0xd0, 0x7c, 0x8b, 0x22, 0xac, 0xea, 0xf8, 0x45, 0x78, 0x6a, 0x19, 0x6d, 0xc2, 0x86, 0xfa, 0x8d, + 0xd0, 0x7c, 0x8b, 0x22, 0xac, 0xea, 0xf8, 0x79, 0x78, 0x6a, 0x19, 0x6d, 0xc2, 0x86, 0xfa, 0x8d, 0xa6, 0x93, 0x44, 0xf3, 0x4b, 0xe8, 0x36, 0x6c, 0x2d, 0x0a, 0xe2, 0x26, 0x65, 0xb4, 0x0a, 0xf9, - 0x9d, 0x6e, 0x4b, 0x7b, 0xd6, 0x6a, 0x77, 0xd5, 0x62, 0xaa, 0xfe, 0xb3, 0x04, 0x25, 0x31, 0xd3, + 0x9d, 0x6e, 0x4b, 0x7b, 0xda, 0x6a, 0x77, 0xd5, 0x62, 0xaa, 0xfe, 0xb3, 0x04, 0x25, 0x31, 0xd3, 0xa2, 0x6b, 0x87, 0xc3, 0x3d, 0xb9, 0x99, 0xa4, 0xcb, 0x9b, 0xa9, 0x0f, 0xa5, 0x79, 0x6d, 0xa2, - 0x6c, 0xf3, 0x72, 0xba, 0x96, 0x6e, 0xac, 0x6c, 0xdf, 0x7d, 0x67, 0x82, 0x31, 0x1a, 0x27, 0x21, - 0x1e, 0x2e, 0x9b, 0x3f, 0x64, 0x58, 0xeb, 0xf6, 0x9f, 0x09, 0x6e, 0x85, 0x53, 0x14, 0xdd, 0x06, + 0x6c, 0xf3, 0x72, 0xba, 0x96, 0x6e, 0xac, 0x6c, 0xdf, 0x7d, 0x6b, 0x82, 0x31, 0x1a, 0x27, 0x21, + 0x1e, 0x2e, 0x9b, 0x3f, 0x64, 0x58, 0xeb, 0xf6, 0x9f, 0x0a, 0x6e, 0x85, 0x53, 0x14, 0xdd, 0x06, 0x98, 0x0d, 0xe8, 0x68, 0xef, 0xe7, 0x43, 0x44, 0x33, 0xd1, 0x16, 0xe4, 0x86, 0x63, 0xc3, 0xb2, 0x7d, 0xa1, 0xe8, 0x7f, 0x9c, 0x15, 0xdf, 0x9a, 0x79, 0x05, 0xb5, 0xfe, 0x0f, 0x79, 0x6b, 0x30, 0x24, 0x81, 0x24, 0xe0, 0x55, 0xce, 0x1a, 0x0c, 0x3b, 0x42, 0x78, 0x0f, 0x0a, 0xdc, 0x35, 0x8e, - 0xa9, 0x43, 0x0c, 0xd3, 0x14, 0x04, 0x0e, 0x36, 0xfb, 0x6a, 0x80, 0xb6, 0x02, 0x10, 0x7d, 0x08, + 0xa9, 0x43, 0x0c, 0xd3, 0x14, 0x04, 0x0e, 0x36, 0xfb, 0x6a, 0x80, 0xb6, 0x02, 0x10, 0xbd, 0x0f, 0xeb, 0xa7, 0xc6, 0x89, 0x65, 0x1a, 0x2e, 0x9b, 0x6b, 0x06, 0x6b, 0xbe, 0x18, 0x09, 0x66, 0xca, 0xf3, 0xfd, 0x98, 0xfd, 0x4f, 0xfb, 0xf1, 0x13, 0xc8, 0xcd, 0x86, 0x92, 0x98, 0x45, 0x2b, 0xdb, 0x5b, 0x4a, 0x70, 0x40, 0xf1, 0x9f, 0x56, 0x4a, 0xf8, 0xb4, 0x52, 0x76, 0x98, 0x65, 0xb7, 0x65, 0xdf, 0x09, 0xce, 0x86, 0xc3, 0x07, 0x7d, 0x1e, 0xb5, 0x41, 0x5e, 0xb4, 0xc1, 0xfd, 0x64, 0x95, 0x12, 0x59, 0x4f, 0x34, 0x41, 0xfd, 0xf7, 0x05, 0x32, 0x77, 0xd4, 0x83, 0xfd, 0xbe, 0xa6, 0x93, 0x03, 0x55, 0x50, 0x34, 0x58, 0x0c, 0x97, 0x18, 0x79, 0xf5, 0x3a, 0xda, 0x80, 0xb5, 0x48, 0xb2, - 0xdb, 0xd2, 0xba, 0x6a, 0xa7, 0x98, 0xf6, 0xd5, 0x3b, 0xaa, 0xbe, 0xff, 0x54, 0xed, 0x69, 0x47, + 0xdb, 0xd2, 0xba, 0x6a, 0xa7, 0x98, 0xf6, 0xd5, 0x3b, 0xaa, 0xbe, 0xff, 0x44, 0xed, 0x69, 0x47, 0xf1, 0x3d, 0x25, 0xa3, 0x2a, 0x54, 0x12, 0x92, 0xb8, 0xb9, 0x65, 0xbf, 0x5d, 0x12, 0xf2, 0xd0, - 0x68, 0xa6, 0xfd, 0xf4, 0xe5, 0x79, 0x55, 0x7a, 0x75, 0x5e, 0x95, 0xfe, 0x3e, 0xaf, 0x4a, 0x3f, - 0x5d, 0x54, 0x97, 0x5e, 0x5d, 0x54, 0x97, 0xfe, 0xbc, 0xa8, 0x2e, 0x1d, 0x3d, 0x8c, 0x65, 0xbf, - 0x2f, 0x72, 0xf1, 0xa0, 0x6b, 0x0c, 0x78, 0x33, 0x7c, 0xda, 0x9e, 0x6e, 0x3f, 0x6a, 0x9e, 0x45, - 0x0f, 0x5c, 0x51, 0x8c, 0x41, 0x46, 0xbc, 0x4c, 0x1f, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0x66, - 0xb9, 0x6e, 0x08, 0xff, 0x0a, 0x00, 0x00, + 0x68, 0xa6, 0xfd, 0xe4, 0xc5, 0x79, 0x55, 0x7a, 0x79, 0x5e, 0x95, 0xfe, 0x3e, 0xaf, 0x4a, 0x3f, + 0x5d, 0x54, 0x97, 0x5e, 0x5e, 0x54, 0x97, 0xfe, 0xbc, 0xa8, 0x2e, 0x1d, 0x3d, 0x8c, 0x65, 0xbf, + 0x2f, 0x72, 0xf1, 0xa0, 0x6b, 0x0c, 0x78, 0x33, 0x7c, 0xda, 0x9e, 0x6e, 0x7f, 0xd4, 0x3c, 0x8b, + 0x1e, 0xb8, 0xa2, 0x18, 0x83, 0x8c, 0x78, 0x99, 0x7e, 0xf8, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0xce, 0x45, 0x3e, 0xc6, 0xff, 0x0a, 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 fdd2d7cfe..cee61e7d3 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/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/x/records/types" ) func TestShouldInitiateUnbonding(t *testing.T) { diff --git a/x/stakedym/client/cli/parser.go b/x/stakedym/client/cli/parser.go index 8d7e19063..2e8fe9492 100644 --- a/x/stakedym/client/cli/parser.go +++ b/x/stakedym/client/cli/parser.go @@ -10,7 +10,7 @@ import ( "github.com/gogo/protobuf/proto" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) ////////////////////////////////////////////// diff --git a/x/stakedym/client/cli/query.go b/x/stakedym/client/cli/query.go index 55d519fe6..d7d975741 100644 --- a/x/stakedym/client/cli/query.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) const ( diff --git a/x/stakedym/client/cli/tx.go b/x/stakedym/client/cli/tx.go index 71ba84673..76125a30c 100644 --- a/x/stakedym/client/cli/tx.go +++ b/x/stakedym/client/cli/tx.go @@ -14,7 +14,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) const ( diff --git a/x/stakedym/ibc_middleware.go b/x/stakedym/ibc_middleware.go index 82865ba3f..672d64438 100644 --- a/x/stakedym/ibc_middleware.go +++ b/x/stakedym/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/v23/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v24/x/stakedym/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/stakedym/keeper/delegation.go b/x/stakedym/keeper/delegation.go index f8853a938..a4a4d71df 100644 --- a/x/stakedym/keeper/delegation.go +++ b/x/stakedym/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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Liquid stakes native tokens and returns stTokens to the user diff --git a/x/stakedym/keeper/delegation_record.go b/x/stakedym/keeper/delegation_record.go index 97693a08a..7e6d45c87 100644 --- a/x/stakedym/keeper/delegation_record.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Writes a delegation record to the active store diff --git a/x/stakedym/keeper/delegation_record_test.go b/x/stakedym/keeper/delegation_record_test.go index 4e492fb50..5e6b39dfd 100644 --- a/x/stakedym/keeper/delegation_record_test.go +++ b/x/stakedym/keeper/delegation_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) addDelegationRecords() (delegationRecords []types.DelegationRecord) { diff --git a/x/stakedym/keeper/delegation_test.go b/x/stakedym/keeper/delegation_test.go index 6b38648e0..be02d7fe3 100644 --- a/x/stakedym/keeper/delegation_test.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) var InitialDelegation = sdkmath.NewInt(1_000_000) diff --git a/x/stakedym/keeper/events.go b/x/stakedym/keeper/events.go index 7770dab9f..fc884e78b 100644 --- a/x/stakedym/keeper/events.go +++ b/x/stakedym/keeper/events.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Emits a successful liquid stake event, and displays metadata such as the stToken amount diff --git a/x/stakedym/keeper/genesis.go b/x/stakedym/keeper/genesis.go index d9f71be48..71076f2c6 100644 --- a/x/stakedym/keeper/genesis.go +++ b/x/stakedym/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Initializes the genesis state in the store diff --git a/x/stakedym/keeper/grpc_query.go b/x/stakedym/keeper/grpc_query.go index 17b51690b..5404f5611 100644 --- a/x/stakedym/keeper/grpc_query.go +++ b/x/stakedym/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/stakedym/keeper/grpc_query_test.go b/x/stakedym/keeper/grpc_query_test.go index 73045c588..38484943c 100644 --- a/x/stakedym/keeper/grpc_query_test.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) TestQueryHostZone() { diff --git a/x/stakedym/keeper/hooks.go b/x/stakedym/keeper/hooks.go index 7d635b785..2ed771c4c 100644 --- a/x/stakedym/keeper/hooks.go +++ b/x/stakedym/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" ) // This module has the following epochly triggers diff --git a/x/stakedym/keeper/host_zone.go b/x/stakedym/keeper/host_zone.go index a7c4a2797..8b51e8f24 100644 --- a/x/stakedym/keeper/host_zone.go +++ b/x/stakedym/keeper/host_zone.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Writes a host zone to the store diff --git a/x/stakedym/keeper/host_zone_test.go b/x/stakedym/keeper/host_zone_test.go index 9154f6219..34dcad661 100644 --- a/x/stakedym/keeper/host_zone_test.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Helper function to create the singleton HostZone with attributes diff --git a/x/stakedym/keeper/ibc.go b/x/stakedym/keeper/ibc.go index e89f55160..708a6a0ca 100644 --- a/x/stakedym/keeper/ibc.go +++ b/x/stakedym/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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" - "github.com/Stride-Labs/stride/v23/x/icacallbacks" + "github.com/Stride-Labs/stride/v24/x/icacallbacks" ) func (k Keeper) ArchiveFailedTransferRecord(ctx sdk.Context, recordId uint64) error { diff --git a/x/stakedym/keeper/ibc_test.go b/x/stakedym/keeper/ibc_test.go index c2b24176b..1dee58d2f 100644 --- a/x/stakedym/keeper/ibc_test.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) type PacketCallbackTestCase struct { diff --git a/x/stakedym/keeper/invariants.go b/x/stakedym/keeper/invariants.go index db584d1e2..5ae366daa 100644 --- a/x/stakedym/keeper/invariants.go +++ b/x/stakedym/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) func (k Keeper) HaltZone(ctx sdk.Context) { diff --git a/x/stakedym/keeper/invariants_test.go b/x/stakedym/keeper/invariants_test.go index 94f77e2ed..478d44e62 100644 --- a/x/stakedym/keeper/invariants_test.go +++ b/x/stakedym/keeper/invariants_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) TestHaltZone() { diff --git a/x/stakedym/keeper/keeper.go b/x/stakedym/keeper/keeper.go index 001c6e508..93e97c17b 100644 --- a/x/stakedym/keeper/keeper.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) type Keeper struct { diff --git a/x/stakedym/keeper/keeper_test.go b/x/stakedym/keeper/keeper_test.go index 11e3d0be5..ad3bebda4 100644 --- a/x/stakedym/keeper/keeper_test.go +++ b/x/stakedym/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakedym/keeper" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) const ( diff --git a/x/stakedym/keeper/msg_server.go b/x/stakedym/keeper/msg_server.go index f06f9756e..a158e5d1f 100644 --- a/x/stakedym/keeper/msg_server.go +++ b/x/stakedym/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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) type msgServer struct { diff --git a/x/stakedym/keeper/msg_server_test.go b/x/stakedym/keeper/msg_server_test.go index b169375fc..b192c4f0b 100644 --- a/x/stakedym/keeper/msg_server_test.go +++ b/x/stakedym/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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // ---------------------------------------------- diff --git a/x/stakedym/keeper/operator_test.go b/x/stakedym/keeper/operator_test.go index e5c7b33a1..efaa1e171 100644 --- a/x/stakedym/keeper/operator_test.go +++ b/x/stakedym/keeper/operator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // test that the admin address helpers work as expected diff --git a/x/stakedym/keeper/operatorlist.go b/x/stakedym/keeper/operatorlist.go index ad5dc2860..967da4035 100644 --- a/x/stakedym/keeper/operatorlist.go +++ b/x/stakedym/keeper/operatorlist.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // CheckIsOperatorAddress checks if the given address is the operator address diff --git a/x/stakedym/keeper/redemption_rate.go b/x/stakedym/keeper/redemption_rate.go index 062f8c09a..9fe63d426 100644 --- a/x/stakedym/keeper/redemption_rate.go +++ b/x/stakedym/keeper/redemption_rate.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/utils" - icaoracletypes "github.com/Stride-Labs/stride/v23/x/icaoracle/types" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/utils" + icaoracletypes "github.com/Stride-Labs/stride/v24/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Updates the redemption rate for each host zone diff --git a/x/stakedym/keeper/redemption_rate_test.go b/x/stakedym/keeper/redemption_rate_test.go index 6d0954886..56827c890 100644 --- a/x/stakedym/keeper/redemption_rate_test.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) TestUpdateRedemptionRate() { diff --git a/x/stakedym/keeper/redemption_record.go b/x/stakedym/keeper/redemption_record.go index 628761a0e..23e531421 100644 --- a/x/stakedym/keeper/redemption_record.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Writes a redemption record to the store diff --git a/x/stakedym/keeper/redemption_record_test.go b/x/stakedym/keeper/redemption_record_test.go index 48836c653..e1a64449c 100644 --- a/x/stakedym/keeper/redemption_record_test.go +++ b/x/stakedym/keeper/redemption_record_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) addRedemptionRecords() (redemptionRecords []types.RedemptionRecord) { diff --git a/x/stakedym/keeper/slash_record.go b/x/stakedym/keeper/slash_record.go index e9b106010..6e7700225 100644 --- a/x/stakedym/keeper/slash_record.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Writes a slash record to the store diff --git a/x/stakedym/keeper/slash_record_test.go b/x/stakedym/keeper/slash_record_test.go index bdbddd386..c51760575 100644 --- a/x/stakedym/keeper/slash_record_test.go +++ b/x/stakedym/keeper/slash_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( math "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Helper function to create and set 5 slashRecord objects with various attributes diff --git a/x/stakedym/keeper/transfer_callback.go b/x/stakedym/keeper/transfer_callback.go index c671a3256..2b26120cb 100644 --- a/x/stakedym/keeper/transfer_callback.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Stores the record ID for a pending outbound transfer of native tokens diff --git a/x/stakedym/keeper/transfer_callback_test.go b/x/stakedym/keeper/transfer_callback_test.go index 310e9befa..485c417e8 100644 --- a/x/stakedym/keeper/transfer_callback_test.go +++ b/x/stakedym/keeper/transfer_callback_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) type transferData struct { diff --git a/x/stakedym/keeper/unbonding.go b/x/stakedym/keeper/unbonding.go index 3a78c4a01..645bf4ed2 100644 --- a/x/stakedym/keeper/unbonding.go +++ b/x/stakedym/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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Takes custody of staked tokens in an escrow account, updates the current diff --git a/x/stakedym/keeper/unbonding_record.go b/x/stakedym/keeper/unbonding_record.go index 72b6693bd..50a60c14f 100644 --- a/x/stakedym/keeper/unbonding_record.go +++ b/x/stakedym/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/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // Writes an unbonding record to the active store diff --git a/x/stakedym/keeper/unbonding_record_test.go b/x/stakedym/keeper/unbonding_record_test.go index cedaa7943..a05ad9b09 100644 --- a/x/stakedym/keeper/unbonding_record_test.go +++ b/x/stakedym/keeper/unbonding_record_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func (s *KeeperTestSuite) addUnbondingRecords() (unbondingRecords []types.UnbondingRecord) { diff --git a/x/stakedym/keeper/unbonding_test.go b/x/stakedym/keeper/unbonding_test.go index 7876f7a77..d49bf2272 100644 --- a/x/stakedym/keeper/unbonding_test.go +++ b/x/stakedym/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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/utils" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) const DefaultClaimFundingAmount = 2600 // sum of NativeTokenAmount of records with status UNBONDED diff --git a/x/stakedym/module.go b/x/stakedym/module.go index 320c8674f..60d059deb 100644 --- a/x/stakedym/module.go +++ b/x/stakedym/module.go @@ -15,9 +15,9 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/stakedym/client/cli" - "github.com/Stride-Labs/stride/v23/x/stakedym/keeper" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/client/cli" + "github.com/Stride-Labs/stride/v24/x/stakedym/keeper" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) var ( diff --git a/x/stakedym/types/genesis.pb.go b/x/stakedym/types/genesis.pb.go index 790991392..c0b91e2a8 100644 --- a/x/stakedym/types/genesis.pb.go +++ b/x/stakedym/types/genesis.pb.go @@ -227,34 +227,34 @@ var fileDescriptor_c9f69b9927e2a0f2 = []byte{ // 479 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x1b, 0x5a, 0x4a, 0xeb, 0x6e, 0x82, 0x59, 0x20, 0x4a, 0xcb, 0xd2, 0x92, 0x53, 0x0f, - 0x90, 0x48, 0xd9, 0x0d, 0x71, 0x9a, 0x10, 0xa3, 0xd2, 0x0e, 0x53, 0x0a, 0x1c, 0x76, 0x89, 0xdc, - 0xda, 0x24, 0x11, 0x8d, 0x1d, 0xfc, 0x1c, 0xb4, 0xf2, 0x29, 0xf8, 0x58, 0x3b, 0xee, 0xc8, 0x01, - 0x4d, 0xa8, 0xfd, 0x06, 0x7c, 0x02, 0x94, 0x38, 0xcd, 0x94, 0x46, 0xeb, 0xcd, 0x7e, 0xef, 0xff, - 0x7e, 0xef, 0x6f, 0xeb, 0x3d, 0x74, 0x0c, 0x4a, 0x46, 0x94, 0x39, 0xa0, 0xc8, 0x37, 0x46, 0x57, - 0xb1, 0x13, 0x30, 0xce, 0x20, 0x02, 0x3b, 0x91, 0x42, 0x09, 0xfc, 0x58, 0xa7, 0xed, 0x6d, 0x7a, - 0xf0, 0x34, 0x10, 0x81, 0xc8, 0x73, 0x4e, 0x76, 0xd2, 0xb2, 0x81, 0xb9, 0x4b, 0xd9, 0x1e, 0x74, - 0xde, 0xea, 0xa0, 0xf6, 0x05, 0x91, 0x24, 0x06, 0x2b, 0x45, 0xc3, 0x4f, 0x92, 0x70, 0xf8, 0xca, - 0xe4, 0x94, 0x5f, 0x48, 0x11, 0x48, 0x06, 0xe0, 0xb1, 0x85, 0x90, 0x74, 0x4a, 0x01, 0x1f, 0x23, - 0xb4, 0x08, 0x09, 0xe7, 0x6c, 0xe9, 0x47, 0xb4, 0x6f, 0x8c, 0x8d, 0x49, 0xd7, 0xeb, 0x16, 0x91, - 0x29, 0xc5, 0x03, 0xd4, 0x01, 0xf6, 0x3d, 0x65, 0x7c, 0xc1, 0xfa, 0x0f, 0xc6, 0xc6, 0xa4, 0xe5, - 0x95, 0x77, 0x3c, 0x44, 0x5d, 0x99, 0x73, 0xb2, 0xca, 0xa6, 0x4e, 0xca, 0x02, 0x6c, 0xfd, 0x69, - 0xa1, 0x83, 0x33, 0xfd, 0xb2, 0x99, 0x22, 0x8a, 0xe1, 0x0f, 0xa8, 0x9d, 0xe4, 0x8e, 0xf2, 0x26, - 0x3d, 0xf7, 0xb9, 0xbd, 0xf3, 0x52, 0x5b, 0x1b, 0x3e, 0x7d, 0x76, 0x7d, 0x3b, 0x6a, 0xfc, 0xbb, - 0x1d, 0x1d, 0xae, 0x48, 0xbc, 0x7c, 0x6b, 0xe9, 0x22, 0xcb, 0x2b, 0xaa, 0xf1, 0x3b, 0xd4, 0x0d, - 0x05, 0x28, 0xff, 0xa7, 0xe0, 0xda, 0x52, 0xcf, 0x7d, 0x51, 0x43, 0x7d, 0x14, 0xa0, 0x2e, 0x05, - 0x67, 0xa7, 0xad, 0x0c, 0xe6, 0x75, 0xc2, 0xe2, 0x8e, 0xbf, 0x20, 0x4c, 0xd9, 0x92, 0x05, 0x44, - 0x45, 0x82, 0xfb, 0xda, 0x2d, 0xf4, 0x9b, 0xe3, 0xe6, 0xa4, 0xe7, 0xbe, 0xaa, 0x61, 0xde, 0x97, - 0x52, 0xfd, 0x61, 0x05, 0xee, 0x88, 0xee, 0xc4, 0x01, 0xcf, 0xd0, 0x51, 0xca, 0xe7, 0x82, 0xd3, - 0x88, 0x07, 0x25, 0xb6, 0x95, 0x63, 0xc7, 0x35, 0xec, 0xe7, 0xad, 0xb2, 0x42, 0x7d, 0x92, 0x56, - 0xc3, 0x90, 0x99, 0x95, 0x8c, 0xb2, 0x38, 0xa9, 0x98, 0x7d, 0x78, 0x8f, 0x59, 0xaf, 0x94, 0x56, - 0xcd, 0xca, 0x9d, 0x38, 0xe0, 0x33, 0x74, 0x08, 0x4b, 0x02, 0x61, 0x89, 0x6c, 0xe7, 0xc8, 0x97, - 0x35, 0xe4, 0x2c, 0x53, 0x55, 0x68, 0x07, 0x70, 0x17, 0x02, 0x7c, 0x85, 0x46, 0xaa, 0x98, 0x2d, - 0x3f, 0xe2, 0x7e, 0x52, 0x4c, 0x97, 0x5f, 0x8e, 0x05, 0xf4, 0x1f, 0xe5, 0xe8, 0xd7, 0x35, 0xf4, - 0x9e, 0x99, 0x2c, 0x5a, 0x0d, 0xd5, 0x1e, 0xc9, 0xf9, 0xf5, 0xda, 0x34, 0x6e, 0xd6, 0xa6, 0xf1, - 0x77, 0x6d, 0x1a, 0xbf, 0x36, 0x66, 0xe3, 0x66, 0x63, 0x36, 0x7e, 0x6f, 0xcc, 0xc6, 0xa5, 0x1b, - 0x44, 0x2a, 0x4c, 0xe7, 0xf6, 0x42, 0xc4, 0xce, 0x2c, 0x6f, 0xfa, 0xe6, 0x9c, 0xcc, 0xc1, 0x29, - 0x16, 0xe6, 0x87, 0x7b, 0xe2, 0x5c, 0xdd, 0xad, 0x8d, 0x5a, 0x25, 0x0c, 0xe6, 0xed, 0x7c, 0x69, - 0x4e, 0xfe, 0x07, 0x00, 0x00, 0xff, 0xff, 0x4a, 0x86, 0x0b, 0x18, 0x9c, 0x03, 0x00, 0x00, + 0x90, 0x48, 0x81, 0x13, 0xe2, 0x34, 0x21, 0x46, 0xa5, 0x1d, 0xa6, 0x14, 0x38, 0xec, 0x12, 0xb9, + 0xb5, 0x49, 0x22, 0x1a, 0x3b, 0xf8, 0x39, 0x68, 0xe5, 0x53, 0xf0, 0xb1, 0x76, 0xdc, 0x91, 0x03, + 0x9a, 0x50, 0xfb, 0x0d, 0xf8, 0x04, 0x28, 0x71, 0x9a, 0x29, 0x8d, 0xd6, 0x9b, 0xfd, 0xde, 0xff, + 0xfd, 0xde, 0xdf, 0xd6, 0x7b, 0xe8, 0x18, 0x94, 0x8c, 0x28, 0x73, 0x40, 0x91, 0x6f, 0x8c, 0xae, + 0x62, 0x27, 0x60, 0x9c, 0x41, 0x04, 0x76, 0x22, 0x85, 0x12, 0xf8, 0xa1, 0x4e, 0xdb, 0xdb, 0xf4, + 0xe0, 0x71, 0x20, 0x02, 0x91, 0xe7, 0x9c, 0xec, 0xa4, 0x65, 0x03, 0x73, 0x97, 0xb2, 0x3d, 0xe8, + 0xbc, 0xd5, 0x41, 0xed, 0x73, 0x22, 0x49, 0x0c, 0x56, 0x8a, 0x86, 0x9f, 0x24, 0xe1, 0xf0, 0x95, + 0xc9, 0x29, 0x3f, 0x97, 0x22, 0x90, 0x0c, 0xc0, 0x63, 0x0b, 0x21, 0xe9, 0x94, 0x02, 0x3e, 0x46, + 0x68, 0x11, 0x12, 0xce, 0xd9, 0xd2, 0x8f, 0x68, 0xdf, 0x18, 0x1b, 0x93, 0xae, 0xd7, 0x2d, 0x22, + 0x53, 0x8a, 0x07, 0xa8, 0x03, 0xec, 0x7b, 0xca, 0xf8, 0x82, 0xf5, 0xef, 0x8d, 0x8d, 0x49, 0xcb, + 0x2b, 0xef, 0x78, 0x88, 0xba, 0x32, 0xe7, 0x64, 0x95, 0x4d, 0x9d, 0x94, 0x05, 0xd8, 0xfa, 0xd3, + 0x42, 0x07, 0xa7, 0xfa, 0x65, 0x33, 0x45, 0x14, 0xc3, 0x1f, 0x50, 0x3b, 0xc9, 0x1d, 0xe5, 0x4d, + 0x7a, 0xee, 0x53, 0x7b, 0xe7, 0xa5, 0xb6, 0x36, 0x7c, 0xf2, 0xe4, 0xea, 0x66, 0xd4, 0xf8, 0x77, + 0x33, 0x3a, 0x5c, 0x91, 0x78, 0xf9, 0xd6, 0xd2, 0x45, 0x96, 0x57, 0x54, 0xe3, 0x77, 0xa8, 0x1b, + 0x0a, 0x50, 0xfe, 0x4f, 0xc1, 0xb5, 0xa5, 0x9e, 0xfb, 0xac, 0x86, 0xfa, 0x28, 0x40, 0x5d, 0x08, + 0xce, 0x4e, 0x5a, 0x19, 0xcc, 0xeb, 0x84, 0xc5, 0x1d, 0x7f, 0x41, 0x98, 0xb2, 0x25, 0x0b, 0x88, + 0x8a, 0x04, 0xf7, 0xb5, 0x5b, 0xe8, 0x37, 0xc7, 0xcd, 0x49, 0xcf, 0x7d, 0x51, 0xc3, 0xbc, 0x2f, + 0xa5, 0xfa, 0xc3, 0x0a, 0xdc, 0x11, 0xdd, 0x89, 0x03, 0x9e, 0xa1, 0xa3, 0x94, 0xcf, 0x05, 0xa7, + 0x11, 0x0f, 0x4a, 0x6c, 0x2b, 0xc7, 0x8e, 0x6b, 0xd8, 0xcf, 0x5b, 0x65, 0x85, 0xfa, 0x28, 0xad, + 0x86, 0x21, 0x33, 0x2b, 0x19, 0x65, 0x71, 0x52, 0x31, 0x7b, 0xff, 0x0e, 0xb3, 0x5e, 0x29, 0xad, + 0x9a, 0x95, 0x3b, 0x71, 0xc0, 0xa7, 0xe8, 0x10, 0x96, 0x04, 0xc2, 0x12, 0xd9, 0xce, 0x91, 0xcf, + 0x6b, 0xc8, 0x59, 0xa6, 0xaa, 0xd0, 0x0e, 0xe0, 0x36, 0x04, 0xf8, 0x12, 0x8d, 0x54, 0x31, 0x5b, + 0x7e, 0xc4, 0xfd, 0xa4, 0x98, 0x2e, 0xbf, 0x1c, 0x0b, 0xe8, 0x3f, 0xc8, 0xd1, 0x2f, 0x6b, 0xe8, + 0x3d, 0x33, 0x59, 0xb4, 0x1a, 0xaa, 0x3d, 0x92, 0xb3, 0xab, 0xb5, 0x69, 0x5c, 0xaf, 0x4d, 0xe3, + 0xef, 0xda, 0x34, 0x7e, 0x6d, 0xcc, 0xc6, 0xf5, 0xc6, 0x6c, 0xfc, 0xde, 0x98, 0x8d, 0x0b, 0x37, + 0x88, 0x54, 0x98, 0xce, 0xed, 0x85, 0x88, 0x9d, 0x59, 0xde, 0xf4, 0xd5, 0x19, 0x99, 0x83, 0x53, + 0x2c, 0xcc, 0x0f, 0xf7, 0x8d, 0x73, 0x79, 0xbb, 0x36, 0x6a, 0x95, 0x30, 0x98, 0xb7, 0xf3, 0xa5, + 0x79, 0xfd, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x6c, 0xfd, 0xc8, 0xc0, 0x9c, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/stakedym/types/host_zone_test.go b/x/stakedym/types/host_zone_test.go index 64a246125..afa24439d 100644 --- a/x/stakedym/types/host_zone_test.go +++ b/x/stakedym/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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) const ( diff --git a/x/stakedym/types/msgs.go b/x/stakedym/types/msgs.go index 0f04ed6d3..31c5e7c59 100644 --- a/x/stakedym/types/msgs.go +++ b/x/stakedym/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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const ( diff --git a/x/stakedym/types/msgs_test.go b/x/stakedym/types/msgs_test.go index 4d1869046..a389ef04b 100644 --- a/x/stakedym/types/msgs_test.go +++ b/x/stakedym/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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/testutil/sample" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/testutil/sample" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) // ---------------------------------------------- diff --git a/x/stakedym/types/query.pb.go b/x/stakedym/types/query.pb.go index 3e7ece6da..b56b77aba 100644 --- a/x/stakedym/types/query.pb.go +++ b/x/stakedym/types/query.pb.go @@ -658,58 +658,58 @@ var fileDescriptor_20841970448ef724 = []byte{ // 853 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4d, 0x6f, 0xd3, 0x4a, 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x19, 0x0a, 0x72, 0xdd, 0x62, 0x52, 0x4b, - 0x94, 0xb4, 0xa2, 0x36, 0x4d, 0xa5, 0xb2, 0xa6, 0x20, 0x4a, 0x51, 0x55, 0x8a, 0x03, 0x5d, 0x74, - 0x13, 0x39, 0xf1, 0xc8, 0xb1, 0x48, 0x3c, 0xa9, 0xc7, 0xa9, 0x5a, 0xaa, 0x6e, 0xd8, 0x00, 0x3b, - 0x24, 0x56, 0xfc, 0x04, 0x16, 0x2c, 0x58, 0xf0, 0x1f, 0xca, 0xae, 0x12, 0x1b, 0xc4, 0x02, 0xa1, - 0x96, 0x1f, 0x82, 0x32, 0x1e, 0xe7, 0xc3, 0xf6, 0x24, 0x11, 0x3b, 0x67, 0xee, 0xf5, 0xb9, 0xe7, - 0x5c, 0xdf, 0x7b, 0x26, 0x70, 0x8e, 0xfa, 0x9e, 0x63, 0x61, 0x9d, 0xfa, 0xe6, 0x0b, 0x6c, 0x1d, - 0x37, 0xf4, 0x83, 0x16, 0xf6, 0x8e, 0xb5, 0xa6, 0x47, 0x7c, 0x82, 0xa6, 0x83, 0xa0, 0x16, 0x06, - 0x65, 0x25, 0x9a, 0x1d, 0x3e, 0x04, 0x2f, 0xc8, 0x33, 0x36, 0xb1, 0x09, 0x7b, 0xd4, 0xdb, 0x4f, - 0xfc, 0x74, 0xde, 0x26, 0xc4, 0xae, 0x63, 0xdd, 0x6c, 0x3a, 0xba, 0xe9, 0xba, 0xc4, 0x37, 0x7d, - 0x87, 0xb8, 0x94, 0x47, 0x97, 0xab, 0x84, 0x36, 0x08, 0xd5, 0x2b, 0x26, 0xc5, 0x41, 0x75, 0xfd, - 0x70, 0xb5, 0x82, 0x7d, 0x73, 0x55, 0x6f, 0x9a, 0xb6, 0xe3, 0xb2, 0xe4, 0x20, 0x57, 0xbd, 0x06, - 0x67, 0x9e, 0xb6, 0x33, 0x1e, 0x11, 0xea, 0xef, 0x13, 0x17, 0x1b, 0xf8, 0xa0, 0x85, 0xa9, 0xaf, - 0x3e, 0x81, 0x57, 0x23, 0xe7, 0xb4, 0x49, 0x5c, 0x8a, 0xd1, 0x3a, 0x9c, 0xa8, 0x11, 0xea, 0x97, - 0x5f, 0x12, 0x17, 0x4b, 0x20, 0x0f, 0x0a, 0x93, 0xc5, 0x59, 0x2d, 0xa2, 0x4a, 0xeb, 0xbc, 0x95, - 0xa9, 0xf1, 0x27, 0xf5, 0x31, 0xbc, 0xce, 0x00, 0x1f, 0xe0, 0x3a, 0xb6, 0x19, 0x03, 0x03, 0x57, - 0x89, 0x67, 0x51, 0x5e, 0x11, 0x2d, 0xc1, 0xac, 0xe3, 0x56, 0xeb, 0x2d, 0x0b, 0x97, 0x4d, 0xaf, - 0x5a, 0x73, 0x0e, 0xb1, 0xc5, 0xf0, 0x33, 0xc6, 0x34, 0x3f, 0xbf, 0xc7, 0x8f, 0xd5, 0x23, 0xa8, - 0x88, 0xb0, 0x38, 0xcb, 0x3d, 0x88, 0xac, 0x4e, 0xb0, 0xec, 0x05, 0x51, 0x09, 0xe4, 0xc7, 0x0a, - 0x93, 0xc5, 0x85, 0x18, 0xdd, 0x28, 0xce, 0xc6, 0xf8, 0xd9, 0xcf, 0x1b, 0x29, 0x23, 0x67, 0x45, - 0xf1, 0xd5, 0x2d, 0x38, 0xcf, 0x2a, 0x3f, 0x77, 0x2b, 0xc4, 0xb5, 0x1c, 0xd7, 0xfe, 0x7b, 0x11, - 0x3e, 0x6f, 0x48, 0x1c, 0x8a, 0x6b, 0x28, 0xc1, 0x5c, 0x2b, 0x8c, 0x45, 0x24, 0xe4, 0x63, 0x12, - 0x22, 0x28, 0x5c, 0x41, 0xb6, 0x15, 0x01, 0x57, 0x6b, 0x5c, 0x80, 0x81, 0x2d, 0xdc, 0x68, 0x76, - 0xa5, 0x85, 0x02, 0x34, 0x78, 0x25, 0x5a, 0xb4, 0xec, 0x04, 0x1a, 0xc6, 0x8d, 0x5c, 0x04, 0x6e, - 0xcb, 0x42, 0x12, 0xfc, 0xcf, 0xb4, 0x2c, 0x0f, 0x53, 0x2a, 0xa5, 0xf3, 0xa0, 0x30, 0x61, 0x84, - 0x3f, 0xd5, 0x37, 0x80, 0x0b, 0x8c, 0x97, 0xe2, 0x02, 0x6d, 0x28, 0x7b, 0x9d, 0x58, 0x58, 0xcc, - 0xe3, 0x51, 0x3e, 0x5b, 0x4b, 0x31, 0xa5, 0x22, 0x38, 0x43, 0xf2, 0x04, 0x11, 0xf5, 0xb3, 0x88, - 0x4a, 0xe7, 0xbb, 0xf5, 0xc8, 0x00, 0x7d, 0x32, 0x44, 0x0d, 0x49, 0x8b, 0x1a, 0xf2, 0x10, 0xc2, - 0xee, 0x92, 0x49, 0x63, 0x4c, 0xc4, 0xa2, 0x16, 0x6c, 0xa4, 0xd6, 0xde, 0x48, 0x2d, 0xf0, 0x03, - 0xbe, 0x91, 0xda, 0xae, 0x69, 0x87, 0x4b, 0x67, 0xf4, 0xbc, 0xa9, 0xfe, 0x00, 0x7c, 0xc8, 0x13, - 0x38, 0xf3, 0xfe, 0x11, 0x38, 0x27, 0xee, 0x5f, 0x38, 0x2a, 0xa3, 0x37, 0x90, 0xcf, 0xcc, 0xac, - 0xa8, 0x8d, 0x14, 0x6d, 0xf6, 0x69, 0x4b, 0x33, 0x6d, 0xb7, 0x86, 0x6a, 0xe3, 0x9f, 0xa7, 0x57, - 0x9c, 0x0c, 0x25, 0xa6, 0xad, 0x54, 0x37, 0x69, 0xad, 0xff, 0x53, 0xa8, 0x16, 0x9c, 0x4d, 0x88, - 0x71, 0xc9, 0x9b, 0xf0, 0x7f, 0xda, 0x3e, 0x8f, 0xec, 0xc3, 0x7c, 0x4c, 0x64, 0xcf, 0xdb, 0x5c, - 0xd7, 0x14, 0xed, 0x01, 0x54, 0xbf, 0x00, 0x28, 0x09, 0x07, 0x73, 0x07, 0xe6, 0x62, 0x8d, 0xe5, - 0xf3, 0xb8, 0x30, 0xbc, 0x9d, 0xd9, 0x68, 0x03, 0xd1, 0x16, 0x5c, 0xe8, 0xce, 0x50, 0x95, 0x34, - 0x9a, 0x75, 0xcc, 0x90, 0x7d, 0xa7, 0x81, 0xcb, 0x14, 0x57, 0x89, 0x6b, 0x51, 0x3e, 0x51, 0x4a, - 0x27, 0xf1, 0x7e, 0x27, 0xef, 0x99, 0xd3, 0xc0, 0xa5, 0x20, 0xab, 0xf8, 0x3a, 0x03, 0xff, 0x61, - 0xed, 0x41, 0x6f, 0x01, 0xcc, 0x84, 0x3e, 0x8b, 0x6e, 0xc6, 0x68, 0x25, 0xb9, 0xba, 0xbc, 0x38, - 0x2c, 0x8d, 0x2f, 0x8c, 0xf6, 0xea, 0xdb, 0xef, 0xf7, 0xe9, 0x02, 0x5a, 0xd4, 0x4b, 0x2c, 0x7f, - 0x65, 0xdb, 0xac, 0x50, 0x3d, 0x7a, 0x55, 0x75, 0xee, 0x01, 0xf4, 0x09, 0xc0, 0x5c, 0xcc, 0x8c, - 0x91, 0x96, 0x5c, 0x4d, 0x74, 0x03, 0xc8, 0xfa, 0xc8, 0xf9, 0x9c, 0xe6, 0x5d, 0x46, 0x73, 0x15, - 0xe9, 0x03, 0x69, 0xc6, 0x2f, 0x02, 0xf4, 0x11, 0xc0, 0x6c, 0xd4, 0x77, 0xd1, 0x4a, 0x72, 0x79, - 0x81, 0xd5, 0xcb, 0xda, 0xa8, 0xe9, 0x9c, 0xec, 0x3a, 0x23, 0x7b, 0x07, 0x69, 0x03, 0xc9, 0xc6, - 0x1c, 0x1f, 0x7d, 0x05, 0x30, 0x1b, 0x9d, 0x31, 0x11, 0x57, 0x81, 0xab, 0x8b, 0xb8, 0x8a, 0x16, - 0x40, 0xdd, 0x63, 0x5c, 0x77, 0xd1, 0xce, 0x40, 0xae, 0xb1, 0x1d, 0xd1, 0x4f, 0x12, 0xac, 0xf2, - 0x54, 0x3f, 0xe1, 0x5e, 0x7a, 0xca, 0xe6, 0x24, 0xe6, 0x67, 0x68, 0x44, 0x76, 0xc3, 0xe6, 0x44, - 0x68, 0x94, 0x23, 0xce, 0x49, 0x4c, 0x0e, 0x45, 0x1f, 0x00, 0x9c, 0xea, 0xf5, 0x21, 0xb4, 0x94, - 0x5c, 0x3a, 0xc1, 0xc7, 0xe4, 0xe5, 0x51, 0x52, 0x39, 0xc1, 0x22, 0x23, 0x78, 0x1b, 0x2d, 0x0f, - 0x24, 0xd8, 0xe7, 0x7c, 0x1b, 0xdb, 0x67, 0x17, 0x0a, 0x38, 0xbf, 0x50, 0xc0, 0xaf, 0x0b, 0x05, - 0xbc, 0xbb, 0x54, 0x52, 0xe7, 0x97, 0x4a, 0xea, 0xfb, 0xa5, 0x92, 0xda, 0x2f, 0xda, 0x8e, 0x5f, - 0x6b, 0x55, 0xb4, 0x2a, 0x69, 0x24, 0xe1, 0x1d, 0x16, 0xd7, 0xf4, 0xa3, 0x2e, 0xaa, 0x7f, 0xdc, - 0xc4, 0xb4, 0xf2, 0x2f, 0xfb, 0x3b, 0xb8, 0xf6, 0x27, 0x00, 0x00, 0xff, 0xff, 0x3b, 0x54, 0x7d, - 0x35, 0xbe, 0x0a, 0x00, 0x00, + 0x94, 0xb4, 0xa2, 0x36, 0x0d, 0xa8, 0xac, 0x29, 0x88, 0x52, 0x54, 0x95, 0xe2, 0x40, 0x17, 0xdd, + 0x44, 0x4e, 0x3c, 0x72, 0x2c, 0x12, 0x4f, 0xea, 0x71, 0xaa, 0x96, 0xaa, 0x1b, 0x36, 0xc0, 0x0e, + 0x89, 0x15, 0x3f, 0x81, 0x05, 0x0b, 0x16, 0xfc, 0x87, 0xb2, 0xab, 0xc4, 0x06, 0xb1, 0x40, 0xa8, + 0xe5, 0x87, 0xa0, 0x8c, 0xc7, 0xf9, 0xb0, 0x3d, 0x49, 0xc4, 0xce, 0x99, 0x7b, 0x7d, 0xee, 0x39, + 0xd7, 0xf7, 0x9e, 0x09, 0x9c, 0xa3, 0xbe, 0xe7, 0x58, 0x58, 0xa7, 0xbe, 0xf9, 0x02, 0x5b, 0x47, + 0x0d, 0x7d, 0xbf, 0x85, 0xbd, 0x23, 0xad, 0xe9, 0x11, 0x9f, 0xa0, 0xe9, 0x20, 0xa8, 0x85, 0x41, + 0x59, 0x89, 0x66, 0x87, 0x0f, 0xc1, 0x0b, 0xf2, 0x8c, 0x4d, 0x6c, 0xc2, 0x1e, 0xf5, 0xf6, 0x13, + 0x3f, 0x9d, 0xb7, 0x09, 0xb1, 0xeb, 0x58, 0x37, 0x9b, 0x8e, 0x6e, 0xba, 0x2e, 0xf1, 0x4d, 0xdf, + 0x21, 0x2e, 0xe5, 0xd1, 0xe5, 0x2a, 0xa1, 0x0d, 0x42, 0xf5, 0x8a, 0x49, 0x71, 0x50, 0x5d, 0x3f, + 0x58, 0xad, 0x60, 0xdf, 0x5c, 0xd5, 0x9b, 0xa6, 0xed, 0xb8, 0x2c, 0x39, 0xc8, 0x55, 0xaf, 0xc0, + 0x99, 0xa7, 0xed, 0x8c, 0x47, 0x84, 0xfa, 0x7b, 0xc4, 0xc5, 0x06, 0xde, 0x6f, 0x61, 0xea, 0xab, + 0x4f, 0xe0, 0xe5, 0xc8, 0x39, 0x6d, 0x12, 0x97, 0x62, 0xb4, 0x06, 0x27, 0x6a, 0x84, 0xfa, 0xe5, + 0x97, 0xc4, 0xc5, 0x12, 0xc8, 0x83, 0xc2, 0x64, 0x71, 0x56, 0x8b, 0xa8, 0xd2, 0x3a, 0x6f, 0x65, + 0x6a, 0xfc, 0x49, 0x7d, 0x0c, 0xaf, 0x32, 0xc0, 0x07, 0xb8, 0x8e, 0x6d, 0xc6, 0xc0, 0xc0, 0x55, + 0xe2, 0x59, 0x94, 0x57, 0x44, 0x4b, 0x30, 0xeb, 0xb8, 0xd5, 0x7a, 0xcb, 0xc2, 0x65, 0xd3, 0xab, + 0xd6, 0x9c, 0x03, 0x6c, 0x31, 0xfc, 0x8c, 0x31, 0xcd, 0xcf, 0xef, 0xf1, 0x63, 0xf5, 0x10, 0x2a, + 0x22, 0x2c, 0xce, 0x72, 0x17, 0x22, 0xab, 0x13, 0x2c, 0x7b, 0x41, 0x54, 0x02, 0xf9, 0xb1, 0xc2, + 0x64, 0x71, 0x21, 0x46, 0x37, 0x8a, 0xb3, 0x3e, 0x7e, 0xfa, 0xf3, 0x5a, 0xca, 0xc8, 0x59, 0x51, + 0x7c, 0x75, 0x13, 0xce, 0xb3, 0xca, 0xcf, 0xdd, 0x0a, 0x71, 0x2d, 0xc7, 0xb5, 0xff, 0x5e, 0x84, + 0xcf, 0x1b, 0x12, 0x87, 0xe2, 0x1a, 0x4a, 0x30, 0xd7, 0x0a, 0x63, 0x11, 0x09, 0xf9, 0x98, 0x84, + 0x08, 0x0a, 0x57, 0x90, 0x6d, 0x45, 0xc0, 0xd5, 0x1a, 0x17, 0x60, 0x60, 0x0b, 0x37, 0x9a, 0x5d, + 0x69, 0xa1, 0x00, 0x0d, 0x5e, 0x8a, 0x16, 0x2d, 0x3b, 0x81, 0x86, 0x71, 0x23, 0x17, 0x81, 0xdb, + 0xb4, 0x90, 0x04, 0xff, 0x33, 0x2d, 0xcb, 0xc3, 0x94, 0x4a, 0xe9, 0x3c, 0x28, 0x4c, 0x18, 0xe1, + 0x4f, 0xf5, 0x0d, 0xe0, 0x02, 0xe3, 0xa5, 0xb8, 0x40, 0x1b, 0xca, 0x5e, 0x27, 0x16, 0x16, 0xf3, + 0x78, 0x94, 0xcf, 0xd6, 0x52, 0x4c, 0xa9, 0x08, 0xce, 0x90, 0x3c, 0x41, 0x44, 0xfd, 0x2c, 0xa2, + 0xd2, 0xf9, 0x6e, 0x3d, 0x32, 0x40, 0x9f, 0x0c, 0x51, 0x43, 0xd2, 0xa2, 0x86, 0x3c, 0x84, 0xb0, + 0xbb, 0x64, 0xd2, 0x18, 0x13, 0xb1, 0xa8, 0x05, 0x1b, 0xa9, 0xb5, 0x37, 0x52, 0x0b, 0xfc, 0x80, + 0x6f, 0xa4, 0xb6, 0x63, 0xda, 0xe1, 0xd2, 0x19, 0x3d, 0x6f, 0xaa, 0x3f, 0x00, 0x1f, 0xf2, 0x04, + 0xce, 0xbc, 0x7f, 0x04, 0xce, 0x89, 0xfb, 0x17, 0x8e, 0xca, 0xe8, 0x0d, 0xe4, 0x33, 0x33, 0x2b, + 0x6a, 0x23, 0x45, 0x1b, 0x7d, 0xda, 0xd2, 0x4c, 0xdb, 0x8d, 0xa1, 0xda, 0xf8, 0xe7, 0xe9, 0x15, + 0x27, 0x43, 0x89, 0x69, 0x2b, 0xd5, 0x4d, 0x5a, 0xeb, 0xff, 0x14, 0xaa, 0x05, 0x67, 0x13, 0x62, + 0x5c, 0xf2, 0x06, 0xfc, 0x9f, 0xb6, 0xcf, 0x23, 0xfb, 0x30, 0x1f, 0x13, 0xd9, 0xf3, 0x36, 0xd7, + 0x35, 0x45, 0x7b, 0x00, 0xd5, 0x2f, 0x00, 0x4a, 0xc2, 0xc1, 0xdc, 0x86, 0xb9, 0x58, 0x63, 0xf9, + 0x3c, 0x2e, 0x0c, 0x6f, 0x67, 0x36, 0xda, 0x40, 0xb4, 0x09, 0x17, 0xba, 0x33, 0x54, 0x25, 0x8d, + 0x66, 0x1d, 0x33, 0x64, 0xdf, 0x69, 0xe0, 0x32, 0xc5, 0x55, 0xe2, 0x5a, 0x94, 0x4f, 0x94, 0xd2, + 0x49, 0xbc, 0xdf, 0xc9, 0x7b, 0xe6, 0x34, 0x70, 0x29, 0xc8, 0x2a, 0xbe, 0xce, 0xc0, 0x7f, 0x58, + 0x7b, 0xd0, 0x5b, 0x00, 0x33, 0xa1, 0xcf, 0xa2, 0xeb, 0x31, 0x5a, 0x49, 0xae, 0x2e, 0x2f, 0x0e, + 0x4b, 0xe3, 0x0b, 0xa3, 0xbd, 0xfa, 0xf6, 0xfb, 0x7d, 0xba, 0x80, 0x16, 0xf5, 0x12, 0xcb, 0x5f, + 0xd9, 0x32, 0x2b, 0x54, 0x8f, 0x5e, 0x55, 0x9d, 0x7b, 0x00, 0x7d, 0x02, 0x30, 0x17, 0x33, 0x63, + 0xa4, 0x25, 0x57, 0x13, 0xdd, 0x00, 0xb2, 0x3e, 0x72, 0x3e, 0xa7, 0x79, 0x97, 0xd1, 0x5c, 0x45, + 0xfa, 0x40, 0x9a, 0xf1, 0x8b, 0x00, 0x7d, 0x04, 0x30, 0x1b, 0xf5, 0x5d, 0xb4, 0x92, 0x5c, 0x5e, + 0x60, 0xf5, 0xb2, 0x36, 0x6a, 0x3a, 0x27, 0xbb, 0xc6, 0xc8, 0xde, 0x42, 0xda, 0x40, 0xb2, 0x31, + 0xc7, 0x47, 0x5f, 0x01, 0xcc, 0x46, 0x67, 0x4c, 0xc4, 0x55, 0xe0, 0xea, 0x22, 0xae, 0xa2, 0x05, + 0x50, 0x77, 0x19, 0xd7, 0x1d, 0xb4, 0x3d, 0x90, 0x6b, 0x6c, 0x47, 0xf4, 0xe3, 0x04, 0xab, 0x3c, + 0xd1, 0x8f, 0xb9, 0x97, 0x9e, 0xb0, 0x39, 0x89, 0xf9, 0x19, 0x1a, 0x91, 0xdd, 0xb0, 0x39, 0x11, + 0x1a, 0xe5, 0x88, 0x73, 0x12, 0x93, 0x43, 0xd1, 0x07, 0x00, 0xa7, 0x7a, 0x7d, 0x08, 0x2d, 0x25, + 0x97, 0x4e, 0xf0, 0x31, 0x79, 0x79, 0x94, 0x54, 0x4e, 0xb0, 0xc8, 0x08, 0xde, 0x44, 0xcb, 0x03, + 0x09, 0xf6, 0x39, 0xdf, 0xfa, 0xd6, 0xe9, 0xb9, 0x02, 0xce, 0xce, 0x15, 0xf0, 0xeb, 0x5c, 0x01, + 0xef, 0x2e, 0x94, 0xd4, 0xd9, 0x85, 0x92, 0xfa, 0x7e, 0xa1, 0xa4, 0xf6, 0x8a, 0xb6, 0xe3, 0xd7, + 0x5a, 0x15, 0xad, 0x4a, 0x1a, 0x49, 0x78, 0x07, 0xc5, 0x3b, 0xfa, 0x61, 0x17, 0xd5, 0x3f, 0x6a, + 0x62, 0x5a, 0xf9, 0x97, 0xfd, 0x1d, 0xbc, 0xfd, 0x27, 0x00, 0x00, 0xff, 0xff, 0x1d, 0x2f, 0xbe, + 0xed, 0xbe, 0x0a, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakedym/types/records_test.go b/x/stakedym/types/records_test.go index 64bed5e78..1194ddb3e 100644 --- a/x/stakedym/types/records_test.go +++ b/x/stakedym/types/records_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/x/stakedym/types" + "github.com/Stride-Labs/stride/v24/x/stakedym/types" ) func TestValidateDelegationRecordGenesis(t *testing.T) { diff --git a/x/stakedym/types/stakedym.pb.go b/x/stakedym/types/stakedym.pb.go index 3448f380d..ab88877c3 100644 --- a/x/stakedym/types/stakedym.pb.go +++ b/x/stakedym/types/stakedym.pb.go @@ -581,78 +581,77 @@ func init() { func init() { proto.RegisterFile("stride/stakedym/stakedym.proto", fileDescriptor_d78132ac6adfd885) } var fileDescriptor_d78132ac6adfd885 = []byte{ - // 1121 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcf, 0x6f, 0x1a, 0xc7, - 0x17, 0x67, 0x81, 0xd8, 0xe4, 0xc5, 0xc0, 0x32, 0x10, 0xb2, 0xb6, 0x22, 0x92, 0xaf, 0x0f, 0xf9, - 0x5a, 0x69, 0x8d, 0x2b, 0xfb, 0xd2, 0x43, 0x9b, 0x08, 0xc3, 0xc6, 0x59, 0x09, 0x63, 0x77, 0x81, - 0x1e, 0xd2, 0xc3, 0x6a, 0xd8, 0x9d, 0xc0, 0xca, 0xec, 0x2c, 0xda, 0x19, 0x6c, 0x22, 0xf5, 0xde, - 0x4a, 0xbd, 0xf4, 0xd2, 0xbf, 0xa0, 0x7f, 0x42, 0xf3, 0x47, 0x44, 0xea, 0x25, 0xcd, 0xa9, 0xea, - 0x21, 0xaa, 0xec, 0x7f, 0xa4, 0xda, 0xd9, 0x1f, 0x60, 0xb0, 0x85, 0x52, 0x71, 0xe9, 0x89, 0x9d, - 0xf7, 0x79, 0xef, 0xf3, 0x99, 0xf7, 0xde, 0xcc, 0xbe, 0x05, 0x2a, 0x8c, 0x7b, 0xb6, 0x45, 0xf6, - 0x18, 0xc7, 0x67, 0xc4, 0x7a, 0xe3, 0xc4, 0x0f, 0xd5, 0x91, 0xe7, 0x72, 0x17, 0xe5, 0x03, 0xbc, - 0x1a, 0x99, 0xb7, 0x36, 0x4d, 0x97, 0x39, 0x2e, 0x33, 0x04, 0xbc, 0x17, 0x2c, 0x02, 0xdf, 0xad, - 0x52, 0xdf, 0xed, 0xbb, 0x81, 0xdd, 0x7f, 0x0a, 0xac, 0xdb, 0x3f, 0x6c, 0x40, 0xe6, 0xa5, 0xcb, - 0xf8, 0x2b, 0x97, 0x12, 0xb4, 0x09, 0x19, 0x73, 0x80, 0x6d, 0x6a, 0xd8, 0x96, 0x22, 0x3d, 0x96, - 0x76, 0xee, 0xea, 0xeb, 0x62, 0xad, 0x59, 0xe8, 0x73, 0x40, 0x14, 0x73, 0xfb, 0x9c, 0x18, 0xdc, - 0x3d, 0x23, 0xd4, 0xb0, 0x08, 0x75, 0x1d, 0x25, 0x29, 0x9c, 0xe4, 0x00, 0xe9, 0xf8, 0x40, 0xc3, - 0xb7, 0xa3, 0x03, 0x28, 0x5f, 0xf3, 0xb6, 0x7b, 0x66, 0x18, 0x91, 0x12, 0x11, 0xc5, 0x99, 0x08, - 0xad, 0x67, 0x06, 0x41, 0x55, 0x28, 0x72, 0x0f, 0x53, 0xf6, 0x9a, 0x78, 0x86, 0x39, 0xc0, 0x94, - 0x92, 0xa1, 0xbf, 0x91, 0xb4, 0x88, 0x28, 0x44, 0x50, 0x3d, 0x40, 0x34, 0x0b, 0x1d, 0x01, 0xb2, - 0xc8, 0x90, 0xf4, 0x31, 0xb7, 0x5d, 0x6a, 0x60, 0xcb, 0xf2, 0x08, 0x63, 0xca, 0x1d, 0xdf, 0xfd, - 0x50, 0xf9, 0xf0, 0x76, 0xb7, 0x14, 0xa6, 0x5f, 0x0b, 0x90, 0x36, 0xf7, 0x6c, 0xda, 0xd7, 0x0b, - 0xd3, 0x98, 0x10, 0x40, 0xcf, 0x21, 0xe7, 0x91, 0x0b, 0xec, 0x59, 0x31, 0xc9, 0xda, 0x12, 0x92, - 0x6c, 0xe0, 0x1f, 0x11, 0xd4, 0x20, 0x6f, 0x91, 0x91, 0xcb, 0x6c, 0x1e, 0x33, 0xac, 0x2f, 0x61, - 0xc8, 0x85, 0x01, 0x11, 0xc5, 0x11, 0x20, 0x8f, 0x58, 0xc4, 0x19, 0x5d, 0x4b, 0x26, 0xb3, 0x2c, - 0x99, 0x69, 0x4c, 0x44, 0xf4, 0x35, 0x64, 0xcd, 0x21, 0xb6, 0x9d, 0x98, 0xe3, 0xee, 0x12, 0x8e, - 0x0d, 0xe1, 0x1e, 0x85, 0x77, 0x61, 0xcb, 0x1d, 0x11, 0x0f, 0x73, 0xd7, 0x8b, 0x18, 0x0c, 0x97, - 0x1a, 0xc1, 0x39, 0x53, 0x60, 0x09, 0xd7, 0x83, 0x28, 0x36, 0x34, 0x9f, 0xd0, 0xb6, 0x08, 0x44, - 0xc7, 0x50, 0x66, 0xf8, 0x35, 0xb9, 0x81, 0xf2, 0xde, 0x12, 0xca, 0xa2, 0x1f, 0x37, 0x4f, 0x47, - 0xa1, 0x34, 0xc4, 0x8c, 0x1b, 0x33, 0x25, 0xf3, 0x30, 0x27, 0xca, 0x86, 0x20, 0xfb, 0xea, 0xdd, - 0xc7, 0x47, 0x89, 0xbf, 0x3e, 0x3e, 0x7a, 0xd2, 0xb7, 0xf9, 0x60, 0xdc, 0xab, 0x9a, 0xae, 0x13, - 0x5e, 0x85, 0xf0, 0x67, 0x97, 0x59, 0x67, 0x7b, 0xfc, 0xcd, 0x88, 0xb0, 0x6a, 0x83, 0x98, 0x1f, - 0xde, 0xee, 0x42, 0x28, 0xdd, 0x20, 0xa6, 0x8e, 0x7c, 0x66, 0x3d, 0x26, 0xd6, 0x31, 0x27, 0x88, - 0x40, 0x7e, 0x5e, 0x2a, 0xbb, 0x02, 0xa9, 0x9c, 0x77, 0x5d, 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, 0x01, 0x9b, 0x7e, 0x6e, 0x36, 0xa5, 0xc4, 0x5b, 0xd0, 0x94, 0x57, - 0xa0, 0x59, 0x76, 0x6c, 0xaa, 0xf9, 0xec, 0x37, 0x08, 0xe3, 0xc9, 0x2d, 0xc2, 0x85, 0x95, 0x08, - 0xe3, 0xc9, 0x4d, 0xc2, 0xdf, 0x41, 0xf4, 0xae, 0x21, 0x96, 0xd1, 0xc3, 0x43, 0x4c, 0x4d, 0xa2, - 0x20, 0x21, 0x58, 0xfd, 0x04, 0x41, 0x8d, 0x72, 0x5d, 0x8e, 0x89, 0x0e, 0x03, 0x1e, 0xf4, 0x25, - 0x28, 0x63, 0xda, 0x73, 0xa9, 0x65, 0xd3, 0xbe, 0x31, 0x22, 0x9e, 0xed, 0x5a, 0x06, 0x23, 0xa6, - 0x4b, 0x2d, 0xa6, 0x14, 0x1f, 0x4b, 0x3b, 0x69, 0xbd, 0x1c, 0xe3, 0xa7, 0x02, 0x6e, 0x07, 0x28, - 0x2a, 0xc3, 0xda, 0x00, 0x0f, 0x39, 0xb1, 0x94, 0xd2, 0x63, 0x69, 0x27, 0xa3, 0x87, 0xab, 0xed, - 0x3f, 0x24, 0x90, 0x1b, 0xf1, 0xbb, 0x51, 0x27, 0xa6, 0xeb, 0x59, 0x28, 0x07, 0xc9, 0x70, 0x16, - 0xa4, 0xf5, 0xa4, 0x6d, 0xa1, 0x36, 0x64, 0xc3, 0x17, 0x3b, 0x76, 0xdc, 0x31, 0xe5, 0xc1, 0x04, - 0xf8, 0xe4, 0x7c, 0x36, 0x02, 0x92, 0x9a, 0xe0, 0x40, 0xcf, 0x61, 0x8d, 0x71, 0xcc, 0xc7, 0x4c, - 0x4c, 0x87, 0xdc, 0xfe, 0xff, 0xab, 0x73, 0x63, 0xad, 0x3a, 0xbf, 0xaf, 0xb6, 0x70, 0xd7, 0xc3, - 0x30, 0xf4, 0x00, 0xd6, 0xf9, 0xc4, 0x18, 0x60, 0x36, 0x08, 0xa7, 0xc5, 0x1a, 0x9f, 0xbc, 0xc4, - 0x6c, 0xb0, 0xfd, 0x7b, 0x0a, 0xf2, 0xdd, 0xa8, 0x0c, 0xb7, 0xa4, 0xf4, 0x2c, 0x56, 0x4f, 0x0a, - 0xf5, 0x27, 0x0b, 0xea, 0x73, 0x0c, 0x73, 0xe2, 0xdf, 0x42, 0x9e, 0xf1, 0x70, 0xce, 0x85, 0x45, - 0x49, 0xfd, 0xab, 0xa2, 0x64, 0x19, 0x17, 0x03, 0x31, 0xac, 0xca, 0x42, 0xa9, 0xd3, 0x2b, 0x28, - 0xb5, 0x06, 0xff, 0x9b, 0x1e, 0x1b, 0xd3, 0x75, 0x46, 0x43, 0x22, 0x2e, 0x03, 0xb7, 0x1d, 0x12, - 0x9f, 0x9f, 0x3b, 0xa2, 0x36, 0x95, 0xd8, 0xb1, 0x1e, 0xfb, 0x75, 0x6c, 0x87, 0x44, 0xe7, 0xe8, - 0x0b, 0x28, 0x8d, 0xe9, 0xcc, 0x00, 0x8e, 0x3a, 0x20, 0x66, 0xa7, 0x8e, 0x66, 0xb1, 0x8e, 0xe8, - 0x06, 0x7a, 0x06, 0x0f, 0x03, 0x4e, 0x62, 0x85, 0xf5, 0x62, 0x17, 0x84, 0x8c, 0xe2, 0x48, 0x31, - 0x33, 0x75, 0x25, 0xf2, 0x11, 0xc5, 0x68, 0xfb, 0x1e, 0x41, 0xfc, 0xf6, 0x4f, 0x49, 0x90, 0x67, - 0xee, 0x58, 0xd0, 0xce, 0x2a, 0x14, 0xa7, 0x19, 0x79, 0xc2, 0x66, 0xc4, 0xfd, 0x2d, 0x8c, 0xaf, - 0xb7, 0x4e, 0xb3, 0xd0, 0x16, 0x64, 0xfc, 0x97, 0x00, 0x71, 0x88, 0x17, 0x7e, 0xbe, 0xc4, 0xeb, - 0xff, 0x54, 0x2b, 0xb7, 0x7f, 0x93, 0xe0, 0x5e, 0x7b, 0x88, 0xd9, 0xe0, 0x96, 0x73, 0x8d, 0x20, - 0xed, 0x77, 0x55, 0x24, 0x99, 0xd6, 0xc5, 0xf3, 0xe2, 0x46, 0x52, 0x2b, 0x38, 0x53, 0x9f, 0x41, - 0xe1, 0x1c, 0x0f, 0x6d, 0x6b, 0xf6, 0x9b, 0x21, 0xbc, 0x87, 0x72, 0x0c, 0x84, 0x13, 0xfc, 0xe9, - 0xf7, 0x50, 0xbe, 0xf9, 0x32, 0x23, 0x05, 0x4a, 0x1d, 0xbd, 0xd6, 0x6a, 0xbf, 0x50, 0x75, 0x43, - 0x6b, 0x19, 0xa7, 0xfa, 0xc9, 0x91, 0xae, 0xb6, 0xdb, 0x72, 0x02, 0x15, 0x21, 0x1f, 0x23, 0x2f, - 0x6a, 0x5a, 0x53, 0x6d, 0xc8, 0x12, 0x2a, 0x81, 0xdc, 0x50, 0x9b, 0xea, 0x51, 0xad, 0xa3, 0x9d, - 0xb4, 0x8c, 0x6f, 0xba, 0x6a, 0x57, 0x95, 0x93, 0xe8, 0x01, 0x14, 0x67, 0xac, 0xf5, 0x93, 0xe3, - 0xd3, 0xa6, 0xda, 0x51, 0xe5, 0xd4, 0x56, 0xfa, 0xc7, 0x5f, 0x2b, 0x89, 0xa7, 0xbf, 0x48, 0x70, - 0xff, 0xc6, 0xdb, 0x8c, 0x1e, 0x82, 0x52, 0xab, 0xd7, 0xbb, 0xc7, 0xdd, 0x66, 0xad, 0xa3, 0xb5, - 0x8e, 0x0c, 0x5d, 0x6d, 0xa8, 0xc7, 0xa7, 0x3e, 0x4b, 0xb8, 0x83, 0x6e, 0xeb, 0xf0, 0xa4, 0xd5, - 0xf0, 0xa1, 0x40, 0x4b, 0x42, 0x9b, 0x70, 0x7f, 0x6a, 0x9c, 0xdd, 0x71, 0x12, 0x6d, 0x40, 0x26, - 0x80, 0xd4, 0x86, 0x9c, 0x42, 0x59, 0xb8, 0x5b, 0x6f, 0xd6, 0xb4, 0xe3, 0xda, 0x61, 0x53, 0x95, - 0xd3, 0xe8, 0x1e, 0xac, 0x8b, 0xa5, 0xda, 0x90, 0xef, 0x04, 0xfb, 0x3a, 0x6c, 0xbe, 0xbb, 0xac, - 0x48, 0xef, 0x2f, 0x2b, 0xd2, 0xdf, 0x97, 0x15, 0xe9, 0xe7, 0xab, 0x4a, 0xe2, 0xfd, 0x55, 0x25, - 0xf1, 0xe7, 0x55, 0x25, 0xf1, 0x6a, 0x7f, 0xa6, 0x25, 0xc1, 0xc7, 0xcf, 0x6e, 0x13, 0xf7, 0xd8, - 0x5e, 0xf8, 0xc7, 0xe0, 0x7c, 0xff, 0x60, 0x6f, 0x32, 0xfd, 0x7b, 0x20, 0x5a, 0xd4, 0x5b, 0x13, - 0x9f, 0xf6, 0x07, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xcc, 0xa5, 0xe6, 0xd0, 0x3e, 0x0c, 0x00, - 0x00, + // 1120 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, 0x92, 0xfa, 0x90, 0x5a, + 0x69, 0x8d, 0x2b, 0xa7, 0x87, 0x1e, 0xda, 0x44, 0x18, 0x36, 0xce, 0x4a, 0x18, 0xbb, 0x0b, 0xf4, + 0x90, 0x1e, 0x56, 0xc3, 0xee, 0x04, 0x56, 0x66, 0x67, 0xd1, 0xce, 0x60, 0x13, 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, 0x7b, 0x8c, + 0xe3, 0x53, 0x62, 0xbd, 0x76, 0xe2, 0x87, 0xea, 0xc8, 0x73, 0xb9, 0x8b, 0xf2, 0x01, 0x5e, 0x8d, + 0xcc, 0x5b, 0x9b, 0xa6, 0xcb, 0x1c, 0x97, 0x19, 0x02, 0xde, 0x0b, 0x16, 0x81, 0xef, 0x56, 0xa9, + 0xef, 0xf6, 0xdd, 0xc0, 0xee, 0x3f, 0x05, 0xd6, 0xed, 0x1f, 0x37, 0x20, 0xf3, 0xc2, 0x65, 0xfc, + 0xa5, 0x4b, 0x09, 0xda, 0x84, 0x8c, 0x39, 0xc0, 0x36, 0x35, 0x6c, 0x4b, 0x91, 0x1e, 0x4a, 0x3b, + 0xb7, 0xf5, 0x75, 0xb1, 0xd6, 0x2c, 0xf4, 0x39, 0x20, 0x8a, 0xb9, 0x7d, 0x46, 0x0c, 0xee, 0x9e, + 0x12, 0x6a, 0x58, 0x84, 0xba, 0x8e, 0x92, 0x14, 0x4e, 0x72, 0x80, 0x74, 0x7c, 0xa0, 0xe1, 0xdb, + 0xd1, 0x13, 0x28, 0x5f, 0xf1, 0xb6, 0x7b, 0x66, 0x18, 0x91, 0x12, 0x11, 0xc5, 0x99, 0x08, 0xad, + 0x67, 0x06, 0x41, 0x55, 0x28, 0x72, 0x0f, 0x53, 0xf6, 0x8a, 0x78, 0x86, 0x39, 0xc0, 0x94, 0x92, + 0xa1, 0xbf, 0x91, 0xb4, 0x88, 0x28, 0x44, 0x50, 0x3d, 0x40, 0x34, 0x0b, 0x1d, 0x02, 0xb2, 0xc8, + 0x90, 0xf4, 0x31, 0xb7, 0x5d, 0x6a, 0x60, 0xcb, 0xf2, 0x08, 0x63, 0xca, 0x2d, 0xdf, 0xfd, 0x40, + 0x79, 0xff, 0x66, 0xb7, 0x14, 0xa6, 0x5f, 0x0b, 0x90, 0x36, 0xf7, 0x6c, 0xda, 0xd7, 0x0b, 0xd3, + 0x98, 0x10, 0x40, 0xcf, 0x20, 0xe7, 0x91, 0x73, 0xec, 0x59, 0x31, 0xc9, 0xda, 0x12, 0x92, 0x6c, + 0xe0, 0x1f, 0x11, 0xd4, 0x20, 0x6f, 0x91, 0x91, 0xcb, 0x6c, 0x1e, 0x33, 0xac, 0x2f, 0x61, 0xc8, + 0x85, 0x01, 0x11, 0xc5, 0x21, 0x20, 0x8f, 0x58, 0xc4, 0x19, 0x5d, 0x49, 0x26, 0xb3, 0x2c, 0x99, + 0x69, 0x4c, 0x44, 0xf4, 0x0d, 0x64, 0xcd, 0x21, 0xb6, 0x9d, 0x98, 0xe3, 0xf6, 0x12, 0x8e, 0x0d, + 0xe1, 0x1e, 0x85, 0x77, 0x61, 0xcb, 0x1d, 0x11, 0x0f, 0x73, 0xd7, 0x8b, 0x18, 0x0c, 0x97, 0x1a, + 0xc1, 0x39, 0x53, 0x60, 0x09, 0xd7, 0xbd, 0x28, 0x36, 0x34, 0x1f, 0xd3, 0xb6, 0x08, 0x44, 0x47, + 0x50, 0x66, 0xf8, 0x15, 0xb9, 0x86, 0xf2, 0xce, 0x12, 0xca, 0xa2, 0x1f, 0x37, 0x4f, 0x47, 0xa1, + 0x34, 0xc4, 0x8c, 0x1b, 0x33, 0x25, 0xf3, 0x30, 0x27, 0xca, 0x86, 0x20, 0xfb, 0xfa, 0xed, 0x87, + 0x07, 0x89, 0xbf, 0x3f, 0x3c, 0x78, 0xd4, 0xb7, 0xf9, 0x60, 0xdc, 0xab, 0x9a, 0xae, 0x13, 0x5e, + 0x85, 0xf0, 0x67, 0x97, 0x59, 0xa7, 0x7b, 0xfc, 0xf5, 0x88, 0xb0, 0x6a, 0x83, 0x98, 0xef, 0xdf, + 0xec, 0x42, 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, 0x43, 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, 0x15, 0x28, + 0x63, 0xda, 0x73, 0xa9, 0x65, 0xd3, 0xbe, 0x31, 0x22, 0x9e, 0xed, 0x5a, 0x06, 0x23, 0xa6, 0x4b, + 0x2d, 0xa6, 0x14, 0x1f, 0x4a, 0x3b, 0x69, 0xbd, 0x1c, 0xe3, 0x27, 0x02, 0x6e, 0x07, 0x28, 0x2a, + 0xc3, 0xda, 0x00, 0x0f, 0x39, 0xb1, 0x94, 0xd2, 0x43, 0x69, 0x27, 0xa3, 0x87, 0xab, 0xed, 0x3f, + 0x25, 0x90, 0x1b, 0xf1, 0xbb, 0x51, 0x27, 0xa6, 0xeb, 0x59, 0x28, 0x07, 0xc9, 0x70, 0x16, 0xa4, + 0xf5, 0xa4, 0x6d, 0xa1, 0x36, 0x64, 0xc3, 0x17, 0x3b, 0x76, 0xdc, 0x31, 0xe5, 0xc1, 0x04, 0xf8, + 0xe8, 0x7c, 0x36, 0x02, 0x92, 0x9a, 0xe0, 0x40, 0xcf, 0x60, 0x8d, 0x71, 0xcc, 0xc7, 0x4c, 0x4c, + 0x87, 0xdc, 0xfe, 0xa7, 0xd5, 0xb9, 0xb1, 0x56, 0x9d, 0xdf, 0x57, 0x5b, 0xb8, 0xeb, 0x61, 0x18, + 0xba, 0x07, 0xeb, 0x7c, 0x62, 0x0c, 0x30, 0x1b, 0x84, 0xd3, 0x62, 0x8d, 0x4f, 0x5e, 0x60, 0x36, + 0xd8, 0xfe, 0x23, 0x05, 0xf9, 0x6e, 0x54, 0x86, 0x1b, 0x52, 0x7a, 0x1a, 0xab, 0x27, 0x85, 0xfa, + 0xa3, 0x05, 0xf5, 0x39, 0x86, 0x39, 0xf1, 0xef, 0x20, 0xcf, 0x78, 0x38, 0xe7, 0xc2, 0xa2, 0xa4, + 0xfe, 0x53, 0x51, 0xb2, 0x8c, 0x8b, 0x81, 0x18, 0x56, 0x65, 0xa1, 0xd4, 0xe9, 0x15, 0x94, 0x5a, + 0x83, 0x4f, 0xa6, 0xc7, 0xc6, 0x74, 0x9d, 0xd1, 0x90, 0x88, 0xcb, 0xc0, 0x6d, 0x87, 0xc4, 0xe7, + 0xe7, 0x96, 0xa8, 0x4d, 0x25, 0x76, 0xac, 0xc7, 0x7e, 0x1d, 0xdb, 0x21, 0xd1, 0x39, 0xfa, 0x02, + 0x4a, 0x63, 0x3a, 0x33, 0x80, 0xa3, 0x0e, 0x88, 0xd9, 0xa9, 0xa3, 0x59, 0xac, 0x23, 0xba, 0x81, + 0x9e, 0xc2, 0xfd, 0x80, 0x93, 0x58, 0x61, 0xbd, 0xd8, 0x39, 0x21, 0xa3, 0x38, 0x52, 0xcc, 0x4c, + 0x5d, 0x89, 0x7c, 0x44, 0x31, 0xda, 0xbe, 0x47, 0x10, 0xbf, 0xfd, 0x73, 0x12, 0xe4, 0x99, 0x3b, + 0x16, 0xb4, 0xb3, 0x0a, 0xc5, 0x69, 0x46, 0x9e, 0xb0, 0x19, 0x71, 0x7f, 0x0b, 0xe3, 0xab, 0xad, + 0xd3, 0x2c, 0xb4, 0x05, 0x19, 0xff, 0x25, 0x40, 0x1c, 0xe2, 0x85, 0x9f, 0x2f, 0xf1, 0xfa, 0x7f, + 0xd5, 0xca, 0xed, 0xdf, 0x25, 0xb8, 0xd3, 0x1e, 0x62, 0x36, 0xb8, 0xe1, 0x5c, 0x23, 0x48, 0xfb, + 0x5d, 0x15, 0x49, 0xa6, 0x75, 0xf1, 0xbc, 0xb8, 0x91, 0xd4, 0x0a, 0xce, 0xd4, 0x67, 0x50, 0x38, + 0xc3, 0x43, 0xdb, 0x9a, 0xfd, 0x66, 0x08, 0xef, 0xa1, 0x1c, 0x03, 0xe1, 0x04, 0x7f, 0xfc, 0x03, + 0x94, 0xaf, 0xbf, 0xcc, 0x48, 0x81, 0x52, 0x47, 0xaf, 0xb5, 0xda, 0xcf, 0x55, 0xdd, 0xd0, 0x5a, + 0xc6, 0x89, 0x7e, 0x7c, 0xa8, 0xab, 0xed, 0xb6, 0x9c, 0x40, 0x45, 0xc8, 0xc7, 0xc8, 0xf3, 0x9a, + 0xd6, 0x54, 0x1b, 0xb2, 0x84, 0x4a, 0x20, 0x37, 0xd4, 0xa6, 0x7a, 0x58, 0xeb, 0x68, 0xc7, 0x2d, + 0xe3, 0xdb, 0xae, 0xda, 0x55, 0xe5, 0x24, 0xba, 0x07, 0xc5, 0x19, 0x6b, 0xfd, 0xf8, 0xe8, 0xa4, + 0xa9, 0x76, 0x54, 0x39, 0xb5, 0x95, 0xfe, 0xe9, 0xb7, 0x4a, 0xe2, 0xf1, 0xaf, 0x12, 0xdc, 0xbd, + 0xf6, 0x36, 0xa3, 0xfb, 0xa0, 0xd4, 0xea, 0xf5, 0xee, 0x51, 0xb7, 0x59, 0xeb, 0x68, 0xad, 0x43, + 0x43, 0x57, 0x1b, 0xea, 0xd1, 0x89, 0xcf, 0x12, 0xee, 0xa0, 0xdb, 0x3a, 0x38, 0x6e, 0x35, 0x7c, + 0x28, 0xd0, 0x92, 0xd0, 0x26, 0xdc, 0x9d, 0x1a, 0x67, 0x77, 0x9c, 0x44, 0x1b, 0x90, 0x09, 0x20, + 0xb5, 0x21, 0xa7, 0x50, 0x16, 0x6e, 0xd7, 0x9b, 0x35, 0xed, 0xa8, 0x76, 0xd0, 0x54, 0xe5, 0x34, + 0xba, 0x03, 0xeb, 0x62, 0xa9, 0x36, 0xe4, 0x5b, 0xc1, 0xbe, 0x0e, 0x9a, 0x6f, 0x2f, 0x2a, 0xd2, + 0xbb, 0x8b, 0x8a, 0xf4, 0xcf, 0x45, 0x45, 0xfa, 0xe5, 0xb2, 0x92, 0x78, 0x77, 0x59, 0x49, 0xfc, + 0x75, 0x59, 0x49, 0xbc, 0xdc, 0x9f, 0x69, 0x49, 0xf0, 0xf1, 0xb3, 0xdb, 0xc4, 0x3d, 0xb6, 0x17, + 0xfe, 0x31, 0x38, 0xdb, 0xff, 0x72, 0x6f, 0x32, 0xfd, 0x7b, 0x20, 0x5a, 0xd4, 0x5b, 0x13, 0x9f, + 0xf6, 0x4f, 0xfe, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xea, 0xde, 0x25, 0x08, 0x3e, 0x0c, 0x00, 0x00, } func (m *HostZone) Marshal() (dAtA []byte, err error) { diff --git a/x/stakedym/types/tx.pb.go b/x/stakedym/types/tx.pb.go index c49aaf988..fe85dc9e7 100644 --- a/x/stakedym/types/tx.pb.go +++ b/x/stakedym/types/tx.pb.go @@ -1344,8 +1344,8 @@ var fileDescriptor_85c52040fb1554a8 = []byte{ 0xcd, 0x86, 0x0b, 0xa2, 0xd5, 0xd7, 0x1e, 0x3d, 0x2d, 0x71, 0x8f, 0x9f, 0x96, 0xb8, 0x3f, 0x9e, 0x96, 0xb8, 0x2f, 0x9e, 0x95, 0x32, 0x8f, 0x9f, 0x95, 0x32, 0xbf, 0x3e, 0x2b, 0x65, 0x6e, 0x57, 0xa9, 0xd1, 0x7c, 0xc3, 0xf5, 0xb9, 0xb4, 0xa6, 0x76, 0xb1, 0xec, 0xff, 0x20, 0x35, 0xaa, 0x5e, - 0x96, 0xc7, 0xd4, 0xcf, 0x67, 0xce, 0xa8, 0xde, 0xdd, 0xe7, 0xfe, 0x28, 0x75, 0xf9, 0x9f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x6d, 0xef, 0x13, 0x87, 0x5e, 0x13, 0x00, 0x00, + 0x91, 0xc7, 0xd4, 0xcf, 0x67, 0xce, 0xa8, 0xde, 0xdd, 0xe7, 0xfe, 0x28, 0x75, 0xf9, 0x9f, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x4b, 0x94, 0xd0, 0x5f, 0x5e, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/client/cli/parser.go b/x/stakeibc/client/cli/parser.go index 6d776e906..d20365985 100644 --- a/x/stakeibc/client/cli/parser.go +++ b/x/stakeibc/client/cli/parser.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ValidatorsList struct { diff --git a/x/stakeibc/client/cli/query.go b/x/stakeibc/client/cli/query.go index f8ffd4927..e3eb1bcb9 100644 --- a/x/stakeibc/client/cli/query.go +++ b/x/stakeibc/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/stakeibc/client/cli/tx.go b/x/stakeibc/client/cli/tx.go index 2b5bd663c..709103870 100644 --- a/x/stakeibc/client/cli/tx.go +++ b/x/stakeibc/client/cli/tx.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/client/proposal_handler.go b/x/stakeibc/client/proposal_handler.go index 6f85db11e..860d289ba 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/v23/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v24/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 3abd5a5d1..5156c924c 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 47de06dc8..2d1c89933 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/stakeibc" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/stakeibc" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestGenesis(t *testing.T) { diff --git a/x/stakeibc/handler.go b/x/stakeibc/handler.go index cdb65c571..426015877 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Handles stakeibc transactions diff --git a/x/stakeibc/ibc_middleware.go b/x/stakeibc/ibc_middleware.go index e960be3d6..944f8d28c 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/v23/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/stakeibc/keeper/abci.go b/x/stakeibc/keeper/abci.go index 7c89eaf69..cadae37c9 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/keeper/claim.go b/x/stakeibc/keeper/claim.go index c82476013..f8525ca05 100644 --- a/x/stakeibc/keeper/claim.go +++ b/x/stakeibc/keeper/claim.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v24/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/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type IcaTx struct { diff --git a/x/stakeibc/keeper/claim_test.go b/x/stakeibc/keeper/claim_test.go index 6d211b1bc..16dc39933 100644 --- a/x/stakeibc/keeper/claim_test.go +++ b/x/stakeibc/keeper/claim_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/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ClaimUndelegatedState struct { diff --git a/x/stakeibc/keeper/community_pool.go b/x/stakeibc/keeper/community_pool.go index 5ff86d1dd..893327244 100644 --- a/x/stakeibc/keeper/community_pool.go +++ b/x/stakeibc/keeper/community_pool.go @@ -15,10 +15,10 @@ import ( "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v23/utils" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 4f20f134e..e0e0f3489 100644 --- a/x/stakeibc/keeper/community_pool_test.go +++ b/x/stakeibc/keeper/community_pool_test.go @@ -12,11 +12,11 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ----------------------------- diff --git a/x/stakeibc/keeper/consumer.go b/x/stakeibc/keeper/consumer.go index 577e9f81b..9e98da8b4 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 47dd1cb1f..f6aca85a6 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/v23/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) TestRegisterStTokenDenomsToWhitelist() { diff --git a/x/stakeibc/keeper/delegation.go b/x/stakeibc/keeper/delegation.go index 4fe850f69..670297f3f 100644 --- a/x/stakeibc/keeper/delegation.go +++ b/x/stakeibc/keeper/delegation.go @@ -9,9 +9,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v23/utils" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Builds the delegation ICA messages for a given deposit record diff --git a/x/stakeibc/keeper/delegation_test.go b/x/stakeibc/keeper/delegation_test.go index 431bd9123..f86edd122 100644 --- a/x/stakeibc/keeper/delegation_test.go +++ b/x/stakeibc/keeper/delegation_test.go @@ -12,10 +12,10 @@ import ( sdkmath "cosmossdk.io/math" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type TestDepositRecords struct { diff --git a/x/stakeibc/keeper/epoch_tracker.go b/x/stakeibc/keeper/epoch_tracker.go index d9a875946..32f802afd 100644 --- a/x/stakeibc/keeper/epoch_tracker.go +++ b/x/stakeibc/keeper/epoch_tracker.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cast" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/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 ddcd77ea9..cc8398750 100644 --- a/x/stakeibc/keeper/epoch_tracker_test.go +++ b/x/stakeibc/keeper/epoch_tracker_test.go @@ -8,12 +8,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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/events.go b/x/stakeibc/keeper/events.go index 9dbd235d4..aa203cd44 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/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/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 a4e25e977..cbe3579c7 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 100170373..841845875 100644 --- a/x/stakeibc/keeper/grpc_query.go +++ b/x/stakeibc/keeper/grpc_query.go @@ -16,8 +16,8 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const nanosecondsInDay = 86400000000000 diff --git a/x/stakeibc/keeper/grpc_query_test.go b/x/stakeibc/keeper/grpc_query_test.go index 253205f76..c792a5ba7 100644 --- a/x/stakeibc/keeper/grpc_query_test.go +++ b/x/stakeibc/keeper/grpc_query_test.go @@ -11,12 +11,12 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v23/testutil/keeper" - testkeeper "github.com/Stride-Labs/stride/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/hooks.go b/x/stakeibc/keeper/hooks.go index 8dbd00310..195373113 100644 --- a/x/stakeibc/keeper/hooks.go +++ b/x/stakeibc/keeper/hooks.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const StrideEpochsPerDayEpoch = uint64(4) diff --git a/x/stakeibc/keeper/host_zone.go b/x/stakeibc/keeper/host_zone.go index 238fc235f..c4d0469e2 100644 --- a/x/stakeibc/keeper/host_zone.go +++ b/x/stakeibc/keeper/host_zone.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v23/utils" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/host_zone_test.go b/x/stakeibc/keeper/host_zone_test.go index 4dc99664f..5abbe5b86 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/testutil/nullify" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/testutil/nullify" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 5d2eaeab7..9aca19855 100644 --- a/x/stakeibc/keeper/ibc.go +++ b/x/stakeibc/keeper/ibc.go @@ -13,7 +13,7 @@ import ( ratelimittypes "github.com/Stride-Labs/ibc-rate-limiting/ratelimit/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 99977bd31..22e7c24ea 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ------------------------------------------ diff --git a/x/stakeibc/keeper/icacallbacks.go b/x/stakeibc/keeper/icacallbacks.go index d127e8db0..cd5b586ec 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/v23/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" ) const ( diff --git a/x/stakeibc/keeper/icacallbacks_claim.go b/x/stakeibc/keeper/icacallbacks_claim.go index fc9dc82b2..48afa7e01 100644 --- a/x/stakeibc/keeper/icacallbacks_claim.go +++ b/x/stakeibc/keeper/icacallbacks_claim.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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Marshal claim callback args diff --git a/x/stakeibc/keeper/icacallbacks_claim_test.go b/x/stakeibc/keeper/icacallbacks_claim_test.go index c8c5ebaff..9d96dbb1c 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/v23/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ClaimCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_delegate.go b/x/stakeibc/keeper/icacallbacks_delegate.go index 654aa1f2a..ce96f3788 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate.go +++ b/x/stakeibc/keeper/icacallbacks_delegate.go @@ -10,10 +10,10 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ICA Callback after delegating deposit records diff --git a/x/stakeibc/keeper/icacallbacks_delegate_test.go b/x/stakeibc/keeper/icacallbacks_delegate_test.go index c9a82eb2d..591674206 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_delegate_test.go @@ -5,9 +5,9 @@ import ( "github.com/cosmos/gogoproto/proto" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type DelegateCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icacallbacks_detokenize.go b/x/stakeibc/keeper/icacallbacks_detokenize.go index 2904610e0..d8e630f8c 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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/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 024f65b0e..6d94cb42c 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/v23/x/icacallbacks/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type DetokenizeCallbackTestCase struct { diff --git a/x/stakeibc/keeper/icacallbacks_rebalance.go b/x/stakeibc/keeper/icacallbacks_rebalance.go index 175167637..e821eb602 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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/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 499be39b3..b51e0ada2 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/v23/x/epochs/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type RebalanceCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_redemption.go b/x/stakeibc/keeper/icacallbacks_redemption.go index 66300a7fc..060bead0b 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/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/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 569212ce0..2e7fc87b8 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption_test.go +++ b/x/stakeibc/keeper/icacallbacks_redemption_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/v23/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type RedemptionCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_reinvest.go b/x/stakeibc/keeper/icacallbacks_reinvest.go index e971709cf..b44fc5f01 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/v23/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/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 3ecb88857..36e0f9091 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/v23/app/apptesting" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" - icacallbacktypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ReinvestCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_undelegate.go b/x/stakeibc/keeper/icacallbacks_undelegate.go index 3a2cd6a02..45226385a 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate.go @@ -3,10 +3,10 @@ package keeper import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v23/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/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 20d716e4d..af1fb0ae4 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/v23/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UndelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks.go b/x/stakeibc/keeper/icqcallbacks.go index 3d4c65534..702a6d524 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/v23/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" ) const ( diff --git a/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go b/x/stakeibc/keeper/icqcallbacks_callibrate_delegation.go index 762d29690..fb5c166b5 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/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 d61205389..4897a929c 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/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 16e8fbf8c..0b54ebb02 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/v23/utils" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 0335a9f82..dbbacef5f 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/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 04a63e197..f0596a72d 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/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 cc407ddea..4820d6689 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/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 74c3356c8..918601938 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/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type FeeBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go b/x/stakeibc/keeper/icqcallbacks_trade_converted_balance.go index 6abe7c76f..6c267bc4d 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/v23/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 9e37718cd..5ea8a5f1e 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/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTradeConvertedBalanceCallbackTestCase() BalanceQueryCallbackTestCase { diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go index 12a81f48e..4aa2622eb 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/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 4ebd364eb..b987691f9 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/v23/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ValidatorICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go index f0aabdaaf..176926c7c 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance.go @@ -8,11 +8,11 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/gogoproto/proto" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // WithdrawalHostBalanceCallback is a callback handler for WithdrawalBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go index 2d31a6560..39ab74225 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_host_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_host_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/v23/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 e38b38051..20f37770e 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/v23/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/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 335572f93..338b5b568 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/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // WithdrawalRewardBalanceCallback will trigger TransferRewardTokensHostToTrade diff --git a/x/stakeibc/keeper/interchainaccounts.go b/x/stakeibc/keeper/interchainaccounts.go index 48b0ee31f..081d79639 100644 --- a/x/stakeibc/keeper/interchainaccounts.go +++ b/x/stakeibc/keeper/interchainaccounts.go @@ -13,10 +13,10 @@ 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" - "github.com/Stride-Labs/stride/v23/utils" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/interchainaccounts_test.go b/x/stakeibc/keeper/interchainaccounts_test.go index a123147a9..ccd667c03 100644 --- a/x/stakeibc/keeper/interchainaccounts_test.go +++ b/x/stakeibc/keeper/interchainaccounts_test.go @@ -6,9 +6,9 @@ import ( "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - stakeibckeeper "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - types "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + stakeibckeeper "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + types "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // constant number of zero delegations diff --git a/x/stakeibc/keeper/interchainqueries.go b/x/stakeibc/keeper/interchainqueries.go index 02c772ee9..9233bbafa 100644 --- a/x/stakeibc/keeper/interchainqueries.go +++ b/x/stakeibc/keeper/interchainqueries.go @@ -13,11 +13,11 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" - "github.com/Stride-Labs/stride/v23/utils" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Submit a validator sharesToTokens rate ICQ as triggered either manually or epochly with a conservative timeout diff --git a/x/stakeibc/keeper/interchainqueries_test.go b/x/stakeibc/keeper/interchainqueries_test.go index fa4af24ca..f9d6a6dec 100644 --- a/x/stakeibc/keeper/interchainqueries_test.go +++ b/x/stakeibc/keeper/interchainqueries_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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ----------------------------------------------------------- diff --git a/x/stakeibc/keeper/invariants.go b/x/stakeibc/keeper/invariants.go index e21e1e0d3..e280eeb97 100644 --- a/x/stakeibc/keeper/invariants.go +++ b/x/stakeibc/keeper/invariants.go @@ -6,8 +6,8 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // RegisterInvariants registers all governance invariants. diff --git a/x/stakeibc/keeper/invariants_test.go b/x/stakeibc/keeper/invariants_test.go index 7f121429a..16c6712b0 100644 --- a/x/stakeibc/keeper/invariants_test.go +++ b/x/stakeibc/keeper/invariants_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) TestIsRedemptionRateWithinSafetyBounds() { diff --git a/x/stakeibc/keeper/keeper.go b/x/stakeibc/keeper/keeper.go index 6f57c1459..fede2b765 100644 --- a/x/stakeibc/keeper/keeper.go +++ b/x/stakeibc/keeper/keeper.go @@ -16,10 +16,10 @@ import ( ibckeeper "github.com/cosmos/ibc-go/v7/modules/core/keeper" "github.com/spf13/cast" - icacallbackskeeper "github.com/Stride-Labs/stride/v23/x/icacallbacks/keeper" - icqkeeper "github.com/Stride-Labs/stride/v23/x/interchainquery/keeper" - recordsmodulekeeper "github.com/Stride-Labs/stride/v23/x/records/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v24/x/icacallbacks/keeper" + icqkeeper "github.com/Stride-Labs/stride/v24/x/interchainquery/keeper" + recordsmodulekeeper "github.com/Stride-Labs/stride/v24/x/records/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ( diff --git a/x/stakeibc/keeper/keeper_test.go b/x/stakeibc/keeper/keeper_test.go index aa3639b86..cc4536cef 100644 --- a/x/stakeibc/keeper/keeper_test.go +++ b/x/stakeibc/keeper/keeper_test.go @@ -10,11 +10,11 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/Stride-Labs/stride/v23/app/apptesting" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm.go b/x/stakeibc/keeper/lsm.go index e647ea4be..d54b8f25a 100644 --- a/x/stakeibc/keeper/lsm.go +++ b/x/stakeibc/keeper/lsm.go @@ -16,10 +16,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" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/lsm_test.go b/x/stakeibc/keeper/lsm_test.go index 8064a8db0..7c463a7dd 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/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 64c47f98a..20a73ca6c 100644 --- a/x/stakeibc/keeper/msg_server.go +++ b/x/stakeibc/keeper/msg_server.go @@ -17,11 +17,11 @@ import ( connectiontypes "github.com/cosmos/ibc-go/v7/modules/core/03-connection/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type msgServer struct { diff --git a/x/stakeibc/keeper/msg_server_test.go b/x/stakeibc/keeper/msg_server_test.go index 343c32b5c..0ba34e6c4 100644 --- a/x/stakeibc/keeper/msg_server_test.go +++ b/x/stakeibc/keeper/msg_server_test.go @@ -13,15 +13,15 @@ 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ---------------------------------------------------- diff --git a/x/stakeibc/keeper/params.go b/x/stakeibc/keeper/params.go index 884915588..4dc3a6d65 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 f2315c98d..ed763685f 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/v23/testutil/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v24/testutil/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestGetParams(t *testing.T) { diff --git a/x/stakeibc/keeper/rebalance.go b/x/stakeibc/keeper/rebalance.go index eb554c7d9..cd23517f2 100644 --- a/x/stakeibc/keeper/rebalance.go +++ b/x/stakeibc/keeper/rebalance.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/v23/utils" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const RebalanceIcaBatchSize = 5 diff --git a/x/stakeibc/keeper/rebalance_test.go b/x/stakeibc/keeper/rebalance_test.go index a8c26a718..0ec602d90 100644 --- a/x/stakeibc/keeper/rebalance_test.go +++ b/x/stakeibc/keeper/rebalance_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/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type RebalanceDelegationsForHostZoneTestCase struct { diff --git a/x/stakeibc/keeper/records.go b/x/stakeibc/keeper/records.go index fdff02d38..e7cdf7188 100644 --- a/x/stakeibc/keeper/records.go +++ b/x/stakeibc/keeper/records.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v23/utils" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" + "github.com/Stride-Labs/stride/v24/utils" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" ) // Create a new deposit record for each host zone for the given epoch diff --git a/x/stakeibc/keeper/records_test.go b/x/stakeibc/keeper/records_test.go index f12a3bebc..4991699cb 100644 --- a/x/stakeibc/keeper/records_test.go +++ b/x/stakeibc/keeper/records_test.go @@ -4,10 +4,10 @@ import ( sdkmath "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) TestCreateDepositRecordsForEpoch_Successful() { diff --git a/x/stakeibc/keeper/redeem_stake.go b/x/stakeibc/keeper/redeem_stake.go index d65613b92..b18c1ba28 100644 --- a/x/stakeibc/keeper/redeem_stake.go +++ b/x/stakeibc/keeper/redeem_stake.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // TODO [cleanup]: Cleanup this function (errors, logs, comments, whitespace, operation ordering) diff --git a/x/stakeibc/keeper/redeem_stake_test.go b/x/stakeibc/keeper/redeem_stake_test.go index a5d231530..bd00802f5 100644 --- a/x/stakeibc/keeper/redeem_stake_test.go +++ b/x/stakeibc/keeper/redeem_stake_test.go @@ -6,9 +6,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type RedeemStakeState struct { diff --git a/x/stakeibc/keeper/redemption_rate.go b/x/stakeibc/keeper/redemption_rate.go index 3f9bd86f6..a2799c92f 100644 --- a/x/stakeibc/keeper/redemption_rate.go +++ b/x/stakeibc/keeper/redemption_rate.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/utils" - icaoracletypes "github.com/Stride-Labs/stride/v23/x/icaoracle/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + icaoracletypes "github.com/Stride-Labs/stride/v24/x/icaoracle/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Updates the redemption rate for each host zone diff --git a/x/stakeibc/keeper/redemption_rate_test.go b/x/stakeibc/keeper/redemption_rate_test.go index 2ebc948fd..0f7ff62bb 100644 --- a/x/stakeibc/keeper/redemption_rate_test.go +++ b/x/stakeibc/keeper/redemption_rate_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/v23/x/mint/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + minttypes "github.com/Stride-Labs/stride/v24/x/mint/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type UpdateRedemptionRateTestCase struct { diff --git a/x/stakeibc/keeper/redemption_sweep.go b/x/stakeibc/keeper/redemption_sweep.go index 004cf5114..a84723e41 100644 --- a/x/stakeibc/keeper/redemption_sweep.go +++ b/x/stakeibc/keeper/redemption_sweep.go @@ -9,9 +9,9 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v23/utils" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Gets the total unbonded amount for the host zone that has finished unbonding diff --git a/x/stakeibc/keeper/redemption_sweep_test.go b/x/stakeibc/keeper/redemption_sweep_test.go index 87ce88514..81b5623b5 100644 --- a/x/stakeibc/keeper/redemption_sweep_test.go +++ b/x/stakeibc/keeper/redemption_sweep_test.go @@ -6,9 +6,9 @@ import ( sdkmath "cosmossdk.io/math" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type SweepUnbondedTokensTestCase struct { diff --git a/x/stakeibc/keeper/registration.go b/x/stakeibc/keeper/registration.go index 8078140a4..71f850a66 100644 --- a/x/stakeibc/keeper/registration.go +++ b/x/stakeibc/keeper/registration.go @@ -7,10 +7,10 @@ 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" - "github.com/Stride-Labs/stride/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/keeper/registration_test.go b/x/stakeibc/keeper/registration_test.go index b7ff8349c..ba51aa309 100644 --- a/x/stakeibc/keeper/registration_test.go +++ b/x/stakeibc/keeper/registration_test.go @@ -9,12 +9,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // ---------------------------------------------------- diff --git a/x/stakeibc/keeper/reward_allocation.go b/x/stakeibc/keeper/reward_allocation.go index e0573c962..81f96bae5 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 6a958b9dc..e48f0ba12 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/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTestRewardAllocation() { diff --git a/x/stakeibc/keeper/reward_converter.go b/x/stakeibc/keeper/reward_converter.go index d75db52cd..024f8fe0d 100644 --- a/x/stakeibc/keeper/reward_converter.go +++ b/x/stakeibc/keeper/reward_converter.go @@ -16,10 +16,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v23/utils" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/reward_converter_test.go b/x/stakeibc/keeper/reward_converter_test.go index 2dfb3c212..61c15506b 100644 --- a/x/stakeibc/keeper/reward_converter_test.go +++ b/x/stakeibc/keeper/reward_converter_test.go @@ -11,11 +11,11 @@ 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/v23/utils" - epochtypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v23/x/interchainquery/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v24/x/interchainquery/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/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 74ea5545f..c2c251d40 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 d8831a04b..62b240904 100644 --- a/x/stakeibc/keeper/trade_route_test.go +++ b/x/stakeibc/keeper/trade_route_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 c52490eff..b899c6bc2 100644 --- a/x/stakeibc/keeper/transfer.go +++ b/x/stakeibc/keeper/transfer.go @@ -14,10 +14,10 @@ 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/v23/utils" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Iterate each deposit record marked TRANSFER_QUEUE and IBC transfer tokens from the Stride controller account to the delegation ICAs on each host zone diff --git a/x/stakeibc/keeper/transfer_test.go b/x/stakeibc/keeper/transfer_test.go index be50d0b70..3b7398cfe 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/v23/x/epochs/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) const chainId = "GAIA" diff --git a/x/stakeibc/keeper/unbonding.go b/x/stakeibc/keeper/unbonding.go index c923ab075..01a49a25d 100644 --- a/x/stakeibc/keeper/unbonding.go +++ b/x/stakeibc/keeper/unbonding.go @@ -12,9 +12,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v23/utils" - recordstypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + recordstypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ValidatorUnbondCapacity struct { diff --git a/x/stakeibc/keeper/unbonding_test.go b/x/stakeibc/keeper/unbonding_test.go index 98cff769b..ad349a8d7 100644 --- a/x/stakeibc/keeper/unbonding_test.go +++ b/x/stakeibc/keeper/unbonding_test.go @@ -11,10 +11,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v23/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v23/x/records/types" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v24/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v24/x/records/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) type ValidatorUnbonding struct { diff --git a/x/stakeibc/keeper/validator.go b/x/stakeibc/keeper/validator.go index 3b6b176fd..e03d78dc0 100644 --- a/x/stakeibc/keeper/validator.go +++ b/x/stakeibc/keeper/validator.go @@ -9,8 +9,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/utils" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // Get a validator and its index from a list of validators, by address diff --git a/x/stakeibc/keeper/validator_test.go b/x/stakeibc/keeper/validator_test.go index 9a450c623..1fea6abb7 100644 --- a/x/stakeibc/keeper/validator_test.go +++ b/x/stakeibc/keeper/validator_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func (s *KeeperTestSuite) TestGetTotalValidatorWeight() { diff --git a/x/stakeibc/migrations/v2/convert.go b/x/stakeibc/migrations/v2/convert.go index 6804251ca..9f3d165eb 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/v23/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 8d6e800fb..3933d3916 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/v23/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/migrations/v3/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 d9066e944..b36c3ebed 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/v23/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 747833a93..53af4d493 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/v23/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/migrations/v3/convert_test.go b/x/stakeibc/migrations/v3/convert_test.go index 8d895c211..c3393ebc4 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/v23/x/stakeibc/migrations/v3/types" - newstakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + newstakeibctypes "github.com/Stride-Labs/stride/v24/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 1c85f4973..bdedd6505 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/v23/x/stakeibc/migrations/v3/types" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/migrations/v3/types" + stakeibctypes "github.com/Stride-Labs/stride/v24/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 21be5d3b4..12d285943 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/v23/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/module_simulation.go b/x/stakeibc/module_simulation.go index 0708ff73b..27473fd63 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/v23/testutil/sample" - stakeibcsimulation "github.com/Stride-Labs/stride/v23/x/stakeibc/simulation" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/testutil/sample" + stakeibcsimulation "github.com/Stride-Labs/stride/v24/x/stakeibc/simulation" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) // avoid unused import issue diff --git a/x/stakeibc/simulation/add_validator.go b/x/stakeibc/simulation/add_validator.go index 660e4c6e1..057a3de1a 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgAddValidator( diff --git a/x/stakeibc/simulation/change_validator_weight.go b/x/stakeibc/simulation/change_validator_weight.go index 09b797cc5..d386c62ce 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgChangeValidatorWeight( diff --git a/x/stakeibc/simulation/claim_undelegated_tokens.go b/x/stakeibc/simulation/claim_undelegated_tokens.go index b8eae03df..87e6ccb3f 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgClaimUndelegatedTokens( diff --git a/x/stakeibc/simulation/delete_validator.go b/x/stakeibc/simulation/delete_validator.go index f2ea16b78..2f58f3067 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgDeleteValidator( diff --git a/x/stakeibc/simulation/liquid_stake.go b/x/stakeibc/simulation/liquid_stake.go index 3adb75c76..c7b545c33 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgLiquidStake( diff --git a/x/stakeibc/simulation/rebalance_validators.go b/x/stakeibc/simulation/rebalance_validators.go index 3afe8122a..1831b8f6c 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgRebalanceValidators( diff --git a/x/stakeibc/simulation/restore_interchain_account.go b/x/stakeibc/simulation/restore_interchain_account.go index 79f9afaa3..5d816bc92 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgRestoreInterchainAccount( diff --git a/x/stakeibc/simulation/update_delegation.go b/x/stakeibc/simulation/update_delegation.go index 58da2caf2..b14ef0299 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/v23/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func SimulateMsgUpdateValidatorSharesExchRate( diff --git a/x/stakeibc/types/address_unbonding.pb.go b/x/stakeibc/types/address_unbonding.pb.go index d8ea6a207..5bb698d02 100644 --- a/x/stakeibc/types/address_unbonding.pb.go +++ b/x/stakeibc/types/address_unbonding.pb.go @@ -118,29 +118,29 @@ func init() { } var fileDescriptor_6491082275bcb473 = []byte{ - // 347 bytes of a gzipped FileDescriptorProto - 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, 0x26, 0xb0, 0x71, 0x2b, 0x89, 0x26, 0x24, 0xc4, 0x98, 0xaa, 0x1b, 0x37, 0x4d, 0x7f, 0xbe, - 0x94, 0x09, 0xce, 0x4c, 0xd3, 0x99, 0x12, 0x7d, 0x0b, 0x5f, 0xc4, 0xf7, 0x60, 0xc9, 0xd2, 0xb8, - 0x20, 0x06, 0x5e, 0xc4, 0x30, 0x6d, 0xd1, 0xd5, 0xcc, 0x77, 0xce, 0x99, 0xf3, 0x9d, 0xcc, 0x41, - 0x17, 0x52, 0x65, 0x34, 0x06, 0x57, 0xaa, 0x60, 0x01, 0x34, 0x8c, 0xdc, 0x20, 0x8e, 0x33, 0x90, - 0xd2, 0xcf, 0x79, 0x28, 0x78, 0x4c, 0x79, 0xe2, 0xa4, 0x99, 0x50, 0x02, 0x1f, 0x17, 0x42, 0xa7, - 0x12, 0xf6, 0xba, 0x89, 0x48, 0x84, 0xe6, 0xdc, 0xfd, 0xad, 0x90, 0x9d, 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, 0x25, 0x64, 0xa4, 0xa6, 0xa9, 0xc3, 0x8c, 0x2f, 0x11, - 0x39, 0x84, 0xf0, 0x41, 0x2a, 0xca, 0x02, 0x05, 0xb1, 0xaf, 0x28, 0x03, 0xf2, 0x47, 0x6b, 0x4f, - 0x0e, 0xfc, 0x75, 0x45, 0x3f, 0x50, 0x06, 0xf8, 0x06, 0x35, 0x03, 0x26, 0x72, 0xae, 0x48, 0x7d, - 0xaf, 0x9b, 0x38, 0xab, 0x4d, 0xdf, 0xf8, 0xdc, 0xf4, 0xcf, 0x13, 0xaa, 0xe6, 0x79, 0xe8, 0x44, - 0x82, 0xb9, 0x91, 0x90, 0x4c, 0xc8, 0xf2, 0x18, 0xca, 0x78, 0xe1, 0xaa, 0xd7, 0x14, 0xa4, 0x33, - 0xe5, 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, 0x47, 0x1a, 0x9f, 0xca, 0xbb, 0x02, 0xc5, 0xa7, 0xe8, 0x3f, 0xa4, 0x22, 0x9a, 0xfb, 0x3c, - 0x67, 0x21, 0x64, 0xa4, 0x3d, 0x30, 0xed, 0xba, 0xf7, 0x4f, 0x63, 0xb7, 0x1a, 0x9a, 0xcc, 0x56, - 0x5b, 0xcb, 0x5c, 0x6f, 0x2d, 0xf3, 0x6b, 0x6b, 0x99, 0x6f, 0x3b, 0xcb, 0x58, 0xef, 0x2c, 0xe3, - 0x63, 0x67, 0x19, 0x4f, 0xa3, 0x5f, 0x61, 0xef, 0xf5, 0xdf, 0x0f, 0x67, 0x41, 0x28, 0xdd, 0xb2, - 0xb0, 0xe5, 0x68, 0xec, 0xbe, 0xfc, 0xd4, 0xa6, 0xc3, 0x87, 0x4d, 0x5d, 0xc2, 0xf8, 0x3b, 0x00, - 0x00, 0xff, 0xff, 0xe5, 0x1a, 0x04, 0x4d, 0xd6, 0x01, 0x00, 0x00, + // 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, 0x50, 0x5d, 0xb8, 0xb5, 0xa0, 0x50, 0x28, 0x22, 0x51, 0x37, 0x6e, 0x42, 0x7e, 0x3e, + 0xd2, 0xa1, 0xce, 0x4c, 0xc8, 0x4c, 0x8a, 0xbe, 0x85, 0x2f, 0xe2, 0x7b, 0x74, 0xd9, 0xa5, 0xb8, + 0x28, 0xd2, 0xbe, 0x88, 0x74, 0x92, 0x54, 0x57, 0x33, 0xdf, 0x39, 0x67, 0xce, 0x77, 0x98, 0x83, + 0xce, 0xa4, 0xca, 0x68, 0x0c, 0xae, 0x54, 0xc1, 0x1c, 0x68, 0x18, 0xb9, 0x41, 0x1c, 0x67, 0x20, + 0xa5, 0x9f, 0xf3, 0x50, 0xf0, 0x98, 0xf2, 0xc4, 0x49, 0x33, 0xa1, 0x04, 0x3e, 0x2c, 0x84, 0x4e, + 0x25, 0xec, 0x75, 0x13, 0x91, 0x08, 0xcd, 0xb9, 0xbb, 0x5b, 0x21, 0x3b, 0x79, 0xaf, 0xa1, 0xce, + 0x55, 0x61, 0xf1, 0x58, 0x39, 0x60, 0x82, 0xfe, 0x96, 0xb6, 0xc4, 0x1c, 0x98, 0x76, 0xdb, 0xab, + 0x46, 0xdc, 0x43, 0xad, 0x0c, 0x22, 0xa0, 0x0b, 0xc8, 0x48, 0x4d, 0x53, 0xfb, 0x19, 0x5f, 0x22, + 0xb2, 0x0f, 0xe1, 0x83, 0x54, 0x94, 0x05, 0x0a, 0x62, 0x5f, 0x51, 0x06, 0xe4, 0x8f, 0xd6, 0x1e, + 0xed, 0xf9, 0xeb, 0x8a, 0x7e, 0xa0, 0x0c, 0xf0, 0x0d, 0x6a, 0x06, 0x4c, 0xe4, 0x5c, 0x91, 0xfa, + 0x4e, 0x37, 0x76, 0x96, 0xeb, 0xbe, 0xf1, 0xb9, 0xee, 0x9f, 0x26, 0x54, 0xcd, 0xf2, 0xd0, 0x89, + 0x04, 0x73, 0x23, 0x21, 0x99, 0x90, 0xe5, 0x31, 0x94, 0xf1, 0xdc, 0x55, 0xaf, 0x29, 0x48, 0x67, + 0xc2, 0x95, 0x57, 0xbe, 0xc6, 0x5d, 0xd4, 0x88, 0x81, 0x0b, 0x46, 0x1a, 0x7a, 0x5d, 0x31, 0x60, + 0x1b, 0x75, 0xa2, 0xe7, 0x80, 0x32, 0x9f, 0x4a, 0x3f, 0x05, 0xbd, 0x9e, 0xb4, 0x06, 0xa6, 0xdd, + 0xf2, 0x0e, 0x34, 0x3e, 0x91, 0x77, 0x05, 0x8a, 0x8f, 0xd1, 0x7f, 0x48, 0x45, 0x34, 0xf3, 0x79, + 0xce, 0x42, 0xc8, 0x48, 0x7b, 0x60, 0xda, 0x75, 0xef, 0x9f, 0xc6, 0x6e, 0x35, 0x34, 0x9e, 0x2e, + 0x37, 0x96, 0xb9, 0xda, 0x58, 0xe6, 0xd7, 0xc6, 0x32, 0xdf, 0xb6, 0x96, 0xb1, 0xda, 0x5a, 0xc6, + 0xc7, 0xd6, 0x32, 0x9e, 0x46, 0xbf, 0xc2, 0xde, 0xeb, 0xbf, 0x1f, 0x4e, 0x83, 0x50, 0xba, 0x65, + 0x61, 0x8b, 0xd1, 0x85, 0xfb, 0xf2, 0x53, 0x9b, 0x0e, 0x1f, 0x36, 0x75, 0x09, 0xe7, 0xdf, 0x01, + 0x00, 0x00, 0xff, 0xff, 0xc3, 0x61, 0xc7, 0x95, 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 cf6233023..dfb2159e1 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/v23/x/records/types" + types1 "github.com/Stride-Labs/stride/v24/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" @@ -816,10 +816,10 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/callbacks.proto", fileDescriptor_f41c99b09b96a5ac) } var fileDescriptor_f41c99b09b96a5ac = []byte{ - // 976 bytes of a gzipped FileDescriptorProto + // 977 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcd, 0x6e, 0xdb, 0x46, 0x10, 0x36, 0xad, 0x34, 0xb6, 0xc7, 0xff, 0x4c, 0xd0, 0xca, 0x82, 0x2a, 0xd9, 0x4c, 0xd1, 0x06, - 0x05, 0x42, 0x22, 0x0e, 0x50, 0xf4, 0xe7, 0x12, 0x5b, 0x46, 0x51, 0x01, 0x72, 0xd1, 0x52, 0x76, + 0x05, 0x42, 0x22, 0x6e, 0x51, 0xf4, 0xe7, 0x12, 0x5b, 0x46, 0x51, 0x01, 0x72, 0xd1, 0x52, 0x76, 0x0e, 0x39, 0x94, 0x58, 0x92, 0x0b, 0x69, 0x61, 0x72, 0x57, 0xe1, 0x2e, 0xe5, 0x3a, 0x4f, 0xd0, 0x63, 0x7a, 0xec, 0x23, 0xb4, 0x97, 0x3e, 0x41, 0xef, 0x3e, 0xe6, 0x58, 0xf4, 0x90, 0x16, 0xf6, 0x8b, 0x14, 0xfb, 0x43, 0x8a, 0x92, 0x93, 0x20, 0x42, 0x4e, 0x12, 0x67, 0xbf, 0x9d, 0xf9, 0x66, @@ -828,56 +828,57 @@ var fileDescriptor_f41c99b09b96a5ac = []byte{ 0x1a, 0x77, 0x07, 0x6c, 0xc0, 0xd4, 0x99, 0x27, 0xff, 0x69, 0x58, 0xa3, 0x15, 0x31, 0x9e, 0x32, 0xee, 0x85, 0x88, 0x63, 0x6f, 0xfc, 0x30, 0xc4, 0x02, 0x3d, 0xf4, 0x22, 0x46, 0xa8, 0x39, 0x6f, 0x9a, 0x38, 0x19, 0x8e, 0x58, 0x16, 0xf3, 0xe2, 0xd7, 0x9c, 0xde, 0x60, 0x31, 0x64, 0x5c, 0x04, - 0xcf, 0x19, 0xc5, 0x6f, 0x02, 0x8c, 0x51, 0x42, 0x62, 0x24, 0x58, 0x66, 0x00, 0x7b, 0xb3, 0x00, + 0xcf, 0x18, 0xc5, 0xaf, 0x03, 0x8c, 0x51, 0x42, 0x62, 0x24, 0x58, 0x66, 0x00, 0x7b, 0xb3, 0x00, 0x12, 0xa1, 0x00, 0x45, 0x11, 0xcb, 0xa9, 0xd0, 0x10, 0xe7, 0x1c, 0x36, 0xfb, 0xa3, 0x84, 0x88, 0x23, 0x9c, 0xe0, 0x01, 0x12, 0x84, 0x51, 0xbb, 0x09, 0x2b, 0xa5, 0xa3, 0xba, 0xb5, 0x6b, 0xdd, 0x5f, 0xf1, 0x27, 0x06, 0xfb, 0x5b, 0xb8, 0x8d, 0x52, 0xe9, 0xa0, 0xbe, 0x28, 0x8f, 0x0e, 0xdd, - 0xcb, 0x57, 0xed, 0x85, 0x7f, 0x5e, 0xb5, 0x3f, 0x1d, 0x10, 0x31, 0xcc, 0x43, 0x37, 0x62, 0xa9, + 0xcb, 0x97, 0xed, 0x85, 0x7f, 0x5e, 0xb6, 0x3f, 0x1e, 0x10, 0x31, 0xcc, 0x43, 0x37, 0x62, 0xa9, 0x67, 0xd2, 0xd6, 0x3f, 0x0f, 0x78, 0x7c, 0xe6, 0x89, 0x8b, 0x11, 0xe6, 0x6e, 0x97, 0x0a, 0xdf, - 0xdc, 0x76, 0x7e, 0xb5, 0x60, 0x5b, 0x45, 0x3e, 0xa5, 0xf1, 0xbb, 0xc6, 0xfe, 0x09, 0xee, 0x50, - 0x24, 0xc8, 0x18, 0x07, 0x82, 0x9d, 0x61, 0x1a, 0xbc, 0x17, 0x91, 0x6d, 0xed, 0xea, 0x44, 0x7a, + 0xdc, 0x76, 0x7e, 0xb5, 0x60, 0x5b, 0x45, 0x3e, 0xa5, 0xf1, 0xdb, 0xc6, 0xfe, 0x09, 0xee, 0x50, + 0x24, 0xc8, 0x18, 0x07, 0x82, 0x9d, 0x61, 0x1a, 0xbc, 0x13, 0x91, 0x6d, 0xed, 0xea, 0x44, 0x7a, 0x3a, 0xd0, 0x9c, 0xfe, 0xb4, 0x60, 0xcb, 0x14, 0x02, 0x77, 0x8c, 0xe4, 0xf6, 0x2e, 0xac, 0x95, - 0x85, 0x0f, 0x48, 0x6c, 0x58, 0x81, 0xb4, 0x3d, 0x65, 0x14, 0x77, 0x63, 0xfb, 0x73, 0xd8, 0x8e, + 0x85, 0x0f, 0x48, 0x6c, 0x58, 0x81, 0xb4, 0x3d, 0x61, 0x14, 0x77, 0x63, 0xfb, 0x53, 0xd8, 0x8e, 0xf1, 0x88, 0x71, 0x22, 0x02, 0xad, 0xa0, 0x84, 0x49, 0x52, 0xb7, 0xfc, 0x4d, 0x73, 0xe0, 0x2b, 0x7b, 0x37, 0xb6, 0x8f, 0x61, 0x9b, 0xcb, 0xac, 0x83, 0x49, 0xd2, 0xbc, 0x5e, 0xdb, 0xad, 0xdd, 0x5f, 0xdd, 0xdf, 0x75, 0x67, 0xba, 0xca, 0x9d, 0x51, 0xc6, 0xdf, 0xe2, 0xd3, 0x06, 0xee, 0xfc, 0x62, 0xc1, 0x7a, 0x27, 0x41, 0x24, 0x2d, 0xe9, 0x7e, 0x05, 0x3b, 0x39, 0xc7, 0x59, 0x90, 0xe1, - 0x18, 0xa7, 0x23, 0x89, 0xaa, 0x90, 0xd2, 0xdc, 0x3f, 0x94, 0x00, 0xbf, 0x3c, 0x2f, 0xb9, 0xed, + 0x18, 0xa7, 0x23, 0x89, 0xaa, 0x90, 0xd2, 0xdc, 0xdf, 0x97, 0x00, 0xbf, 0x3c, 0x2f, 0xb9, 0xed, 0xc0, 0x72, 0x34, 0x44, 0x84, 0x16, 0xf4, 0x57, 0xfc, 0x25, 0xf5, 0xdc, 0x8d, 0xed, 0x3d, 0x58, 0xc3, 0x23, 0x16, 0x0d, 0x03, 0x9a, 0xa7, 0x21, 0xce, 0xea, 0x35, 0x95, 0xdd, 0xaa, 0xb2, 0x7d, 0xaf, 0x4c, 0xce, 0xef, 0x16, 0x6c, 0xf9, 0x98, 0xd0, 0x31, 0xe6, 0xa2, 0x64, 0xc3, 0x61, 0x33, 0x33, 0xb6, 0x42, 0x2d, 0xc9, 0x61, 0x75, 0x7f, 0xc7, 0xd5, 0xa2, 0xb8, 0x72, 0x36, 0x5c, 0x33, - 0x1b, 0x6e, 0x87, 0x11, 0x7a, 0xe8, 0x49, 0x21, 0xff, 0xf8, 0xb7, 0xfd, 0xd9, 0x3b, 0x08, 0x29, + 0x1b, 0x6e, 0x87, 0x11, 0x7a, 0xe8, 0x49, 0x21, 0xff, 0xf8, 0xb7, 0xfd, 0xc9, 0x5b, 0x08, 0x29, 0x2f, 0xf8, 0x1b, 0x45, 0x08, 0x2d, 0xe3, 0x0d, 0xc5, 0x6a, 0xb3, 0x8a, 0x39, 0x97, 0x16, 0xd8, 0x65, 0xdf, 0xcd, 0x23, 0x75, 0x1f, 0xee, 0x68, 0xf9, 0x72, 0x5a, 0x15, 0x70, 0x51, 0x09, 0xe8, - 0xbc, 0x5e, 0xc0, 0x6a, 0x83, 0xfb, 0x36, 0x9f, 0x35, 0x71, 0xfb, 0x1b, 0x68, 0xe8, 0xe2, 0xe6, - 0x34, 0x64, 0x34, 0x26, 0x74, 0x30, 0x91, 0x4c, 0x37, 0xc7, 0x2d, 0xff, 0x23, 0x85, 0x38, 0x2d, - 0x00, 0x85, 0x66, 0xdc, 0xe1, 0x60, 0x4f, 0xa4, 0x9c, 0x23, 0x93, 0xb7, 0x07, 0x5d, 0x7c, 0x7b, + 0xbc, 0x5a, 0xc0, 0x6a, 0x83, 0xfb, 0x36, 0x9f, 0x35, 0x71, 0xfb, 0x1b, 0x68, 0xe8, 0xe2, 0xe6, + 0x34, 0x64, 0x34, 0x26, 0x74, 0x30, 0x91, 0x4c, 0x37, 0xc7, 0x2d, 0xff, 0x03, 0x85, 0x38, 0x2d, + 0x00, 0x85, 0x66, 0xdc, 0xe1, 0x60, 0x4f, 0xa4, 0x9c, 0x23, 0x93, 0x37, 0x07, 0x5d, 0x7c, 0x73, 0xd0, 0xdf, 0x2c, 0x58, 0xf5, 0x71, 0x88, 0x12, 0x44, 0x23, 0x42, 0x07, 0xf6, 0x3d, 0x58, 0xe7, - 0x59, 0x14, 0xcc, 0x8e, 0xee, 0x1a, 0xcf, 0xa2, 0x27, 0xe5, 0xf4, 0xde, 0x83, 0xf5, 0x98, 0x8b, - 0x0a, 0x48, 0xf7, 0xd8, 0x5a, 0xcc, 0xc5, 0x04, 0xf4, 0x18, 0x6a, 0x28, 0x15, 0x5a, 0xb2, 0xb9, - 0x47, 0x5a, 0x5e, 0x75, 0xce, 0x61, 0xbb, 0xa0, 0x36, 0x8f, 0xb2, 0x8f, 0x61, 0x2d, 0x9b, 0x64, + 0x59, 0x14, 0xcc, 0x8e, 0xee, 0x1a, 0xcf, 0xa2, 0xc7, 0xe5, 0xf4, 0xde, 0x83, 0xf5, 0x98, 0x8b, + 0x0a, 0x48, 0xf7, 0xd8, 0x5a, 0xcc, 0xc5, 0x04, 0xf4, 0x08, 0x6a, 0x28, 0x15, 0x5a, 0xb2, 0xb9, + 0x47, 0x5a, 0x5e, 0x75, 0xce, 0x61, 0xbb, 0xa0, 0x36, 0x8f, 0xb2, 0x8f, 0x60, 0x2d, 0x9b, 0x64, 0x54, 0x48, 0xda, 0xbc, 0x21, 0x69, 0x25, 0x6d, 0x7f, 0xea, 0x86, 0x73, 0x0a, 0xf5, 0x23, 0xac, - 0x16, 0x13, 0x79, 0x8e, 0xfb, 0x43, 0x94, 0x61, 0x5e, 0x99, 0xca, 0x25, 0xb3, 0x09, 0x4c, 0xff, + 0x16, 0x13, 0x79, 0x86, 0xfb, 0x43, 0x94, 0x61, 0x5e, 0x99, 0xca, 0x25, 0xb3, 0x09, 0x4c, 0xff, 0xb7, 0x0b, 0xc7, 0xc5, 0xce, 0xef, 0xf5, 0x8f, 0xd5, 0x2a, 0x3a, 0x32, 0x0b, 0xa3, 0xc0, 0x3b, - 0x7f, 0x59, 0xb0, 0xd1, 0xeb, 0x1f, 0xf7, 0xc8, 0xb3, 0x9c, 0xc4, 0x7d, 0x49, 0xe3, 0x3d, 0xbc, + 0x7f, 0x59, 0xb0, 0xd1, 0xeb, 0x1f, 0xf7, 0xc8, 0xd3, 0x9c, 0xc4, 0x7d, 0x49, 0xe3, 0x1d, 0xbc, 0xd9, 0x5f, 0xc0, 0x4a, 0x59, 0x08, 0x25, 0x80, 0x1c, 0xc5, 0xd9, 0x1c, 0xbf, 0x33, 0x65, 0xf1, 0x97, 0x8b, 0x02, 0xd9, 0x5f, 0x56, 0x17, 0x73, 0x4d, 0xdd, 0x6b, 0xdc, 0xb8, 0x57, 0xca, 0x58, - 0x59, 0xda, 0xce, 0x33, 0xf8, 0xa4, 0xb4, 0xeb, 0xaa, 0x9c, 0x30, 0xc5, 0x8d, 0xff, 0x98, 0xe3, + 0x59, 0xda, 0xce, 0x53, 0xf8, 0xa8, 0xb4, 0xeb, 0xaa, 0x9c, 0x30, 0xc5, 0x8d, 0xff, 0x98, 0xe3, 0xec, 0xa2, 0x2c, 0x51, 0x17, 0xb6, 0x12, 0x9e, 0x06, 0x89, 0xca, 0x33, 0x50, 0x3e, 0x67, 0xb3, - 0x2b, 0x03, 0x4d, 0xd7, 0xc3, 0xdf, 0x48, 0x78, 0x5a, 0x79, 0x76, 0x5e, 0x58, 0xd0, 0x34, 0x5b, + 0x2b, 0x03, 0x4d, 0xd7, 0xc3, 0xdf, 0x48, 0x78, 0x5a, 0x79, 0x76, 0x9e, 0x5b, 0xd0, 0x34, 0x5b, 0xb2, 0x88, 0x39, 0x1d, 0x6b, 0x04, 0x4d, 0x42, 0x89, 0x20, 0x28, 0x99, 0xb4, 0x63, 0x65, 0x23, 0xeb, 0xf6, 0x98, 0xbb, 0xfd, 0x1a, 0xc6, 0x67, 0x99, 0xee, 0x64, 0x53, 0x3b, 0x39, 0xec, 0x75, 0x58, 0x9a, 0xe6, 0x94, 0x88, 0x8b, 0x1f, 0x18, 0x4b, 0x0e, 0x75, 0x83, 0x4e, 0xd3, 0xfa, 0x1a, - 0x96, 0xe5, 0x1b, 0x5a, 0x7a, 0x54, 0x14, 0x36, 0x5e, 0x93, 0x7a, 0xb7, 0x73, 0x70, 0xa0, 0xdf, - 0xe0, 0x27, 0x17, 0x23, 0xec, 0x2f, 0x91, 0x08, 0xc9, 0x3f, 0xf6, 0x5d, 0xf8, 0x20, 0xc6, 0x94, - 0xa5, 0x66, 0xaa, 0xf4, 0x83, 0xf3, 0x04, 0xec, 0x93, 0x0c, 0xc5, 0xd8, 0x67, 0x79, 0x65, 0xcf, + 0x96, 0xe5, 0x1b, 0x5a, 0x7a, 0x54, 0x14, 0x36, 0x5e, 0x91, 0x7a, 0xb7, 0x73, 0x70, 0xa0, 0xdf, + 0xe0, 0x27, 0x17, 0x23, 0xec, 0x2f, 0x91, 0x08, 0xc9, 0x3f, 0xf6, 0x5d, 0x78, 0x2f, 0xc6, 0x94, + 0xa5, 0x66, 0xaa, 0xf4, 0x83, 0xf3, 0x18, 0xec, 0x93, 0x0c, 0xc5, 0xd8, 0x67, 0x79, 0x65, 0xcf, 0xed, 0xc9, 0x5e, 0x3f, 0x47, 0x59, 0x1c, 0xe8, 0x2b, 0x7a, 0x1a, 0x56, 0xb5, 0xed, 0x48, 0x9a, - 0xec, 0x8f, 0x41, 0x0d, 0x47, 0x50, 0xf5, 0xa9, 0x3a, 0x47, 0x1d, 0x1f, 0xf6, 0x2e, 0xaf, 0x5a, - 0xd6, 0xcb, 0xab, 0x96, 0xf5, 0xdf, 0x55, 0xcb, 0x7a, 0x71, 0xdd, 0x5a, 0x78, 0x79, 0xdd, 0x5a, - 0xf8, 0xfb, 0xba, 0xb5, 0xf0, 0x74, 0xbf, 0x52, 0xac, 0xbe, 0xe2, 0xfe, 0xa0, 0x87, 0x42, 0xee, - 0x99, 0x4f, 0x91, 0xf1, 0xfe, 0x23, 0xef, 0xe7, 0xc9, 0x07, 0x89, 0x2a, 0x5e, 0x78, 0x5b, 0x7d, - 0x8b, 0x3c, 0xfa, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x42, 0x88, 0x11, 0x5d, 0x78, 0x09, 0x00, 0x00, + 0xec, 0x0f, 0x41, 0x0d, 0x47, 0x50, 0xf5, 0xa9, 0x3a, 0x47, 0x1d, 0x1f, 0xf6, 0x2e, 0xaf, 0x5a, + 0xd6, 0x8b, 0xab, 0x96, 0xf5, 0xdf, 0x55, 0xcb, 0x7a, 0x7e, 0xdd, 0x5a, 0x78, 0x71, 0xdd, 0x5a, + 0xf8, 0xfb, 0xba, 0xb5, 0xf0, 0x64, 0xbf, 0x52, 0xac, 0xbe, 0xe2, 0xfe, 0xa0, 0x87, 0x42, 0xee, + 0x99, 0x4f, 0x91, 0xf1, 0xfe, 0xe7, 0xde, 0xcf, 0x93, 0x0f, 0x12, 0x55, 0xbc, 0xf0, 0xb6, 0xfa, + 0x16, 0xf9, 0xec, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x64, 0xf3, 0xd2, 0x85, 0x78, 0x09, 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 bdb33b376..d02a9c35e 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, 0x91, 0xb1, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, - 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x19, 0x53, 0x48, 0x5f, 0x3a, 0x01, 0x00, + 0x06, 0x4a, 0x99, 0x91, 0x89, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, + 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x28, 0x8b, 0x87, 0x3a, 0x01, 0x00, 0x00, } diff --git a/x/stakeibc/types/genesis.pb.go b/x/stakeibc/types/genesis.pb.go index 9a5787de0..d4dac9a8c 100644 --- a/x/stakeibc/types/genesis.pb.go +++ b/x/stakeibc/types/genesis.pb.go @@ -110,28 +110,28 @@ var fileDescriptor_dea81129ed6fb77a = []byte{ // 383 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0x4f, 0x6f, 0xa2, 0x40, 0x18, 0x87, 0x41, 0x47, 0xc4, 0x81, 0xec, 0x12, 0xb2, 0x89, 0xac, 0xbb, 0xa2, 0xbb, 0x7b, 0xf1, - 0xb2, 0x90, 0x60, 0xf6, 0x0b, 0x98, 0x35, 0x6d, 0x89, 0x87, 0x56, 0x3d, 0x79, 0x21, 0xfc, 0x99, - 0x00, 0xb1, 0x3a, 0x64, 0x66, 0x6c, 0xda, 0x7e, 0x8a, 0x7e, 0x2c, 0x8f, 0x1e, 0x7b, 0x68, 0x9a, - 0x46, 0xbf, 0x48, 0x03, 0x4c, 0x8d, 0xc5, 0x1b, 0xef, 0xfb, 0x7b, 0xf2, 0xf0, 0xbe, 0xf3, 0xc2, - 0x2e, 0x65, 0x24, 0x8d, 0x90, 0x4d, 0x99, 0xbf, 0x44, 0x69, 0x10, 0xda, 0x31, 0x5a, 0x23, 0x9a, - 0x52, 0x2b, 0x23, 0x98, 0x61, 0xfd, 0x6b, 0x19, 0x5b, 0x1f, 0x71, 0xe7, 0x5b, 0x8c, 0x63, 0x5c, - 0x64, 0x76, 0xfe, 0x55, 0x62, 0x9d, 0x9f, 0x55, 0x4b, 0xe6, 0x13, 0x7f, 0xc5, 0x25, 0x9d, 0x5e, - 0x35, 0x4d, 0x30, 0x65, 0xde, 0x23, 0x5e, 0x23, 0x0e, 0xfc, 0xa9, 0x02, 0x28, 0xc3, 0x61, 0xe2, - 0x31, 0xe2, 0x87, 0x4b, 0x44, 0x38, 0xf4, 0xab, 0x0a, 0x31, 0xe2, 0x47, 0xc8, 0x23, 0x78, 0xc3, - 0xb8, 0xe7, 0xf7, 0x4b, 0x0d, 0xaa, 0x17, 0xe5, 0xfc, 0x33, 0xe6, 0x33, 0xa4, 0xff, 0x83, 0x52, - 0x39, 0x89, 0x21, 0xf6, 0xc5, 0x81, 0xe2, 0xb4, 0xad, 0xca, 0x3e, 0xd6, 0x75, 0x11, 0x8f, 0xc0, - 0xf6, 0xb5, 0x27, 0x4c, 0x39, 0xac, 0xb7, 0x61, 0x33, 0xc3, 0x84, 0x79, 0x69, 0x64, 0xd4, 0xfa, - 0xe2, 0xa0, 0x35, 0x95, 0xf2, 0xf2, 0x2a, 0xd2, 0xc7, 0xf0, 0xcb, 0x71, 0x76, 0xef, 0x36, 0xa5, - 0xcc, 0x68, 0xf4, 0xeb, 0x03, 0xc5, 0xf9, 0x7e, 0xe6, 0xbd, 0xc4, 0x94, 0x2d, 0xf0, 0x1a, 0x71, - 0xb3, 0x9a, 0xf0, 0x7a, 0x92, 0x52, 0xa6, 0xdf, 0x40, 0xfd, 0xd3, 0x86, 0xa5, 0x0a, 0x16, 0xaa, - 0xee, 0x99, 0x6a, 0x9c, 0xa3, 0xf3, 0x92, 0xe4, 0x3a, 0x0d, 0x9d, 0xf4, 0x0a, 0xe5, 0x7f, 0xa8, - 0x9e, 0xbc, 0x07, 0x35, 0xd4, 0x42, 0xf6, 0xe3, 0x4c, 0x36, 0xcf, 0xa1, 0x69, 0xce, 0x70, 0x95, - 0xc2, 0x8e, 0x1d, 0xea, 0x02, 0xb9, 0xae, 0x01, 0x17, 0xc8, 0x40, 0x6b, 0xb8, 0x40, 0x96, 0xb4, - 0xa6, 0x0b, 0xe4, 0x96, 0x06, 0x5d, 0x20, 0x2b, 0x9a, 0x3a, 0x9a, 0x6c, 0xf7, 0xa6, 0xb8, 0xdb, - 0x9b, 0xe2, 0xdb, 0xde, 0x14, 0x9f, 0x0e, 0xa6, 0xb0, 0x3b, 0x98, 0xc2, 0xf3, 0xc1, 0x14, 0x16, - 0x4e, 0x9c, 0xb2, 0x64, 0x13, 0x58, 0x21, 0x5e, 0xd9, 0xb3, 0xe2, 0x8f, 0x7f, 0x27, 0x7e, 0x40, - 0x6d, 0x7e, 0xb2, 0x3b, 0x67, 0x68, 0xdf, 0x9f, 0x1c, 0xee, 0x21, 0x43, 0x34, 0x90, 0x8a, 0x9b, - 0x0d, 0xdf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x38, 0x1c, 0x4a, 0x68, 0x82, 0x02, 0x00, 0x00, + 0xb2, 0x90, 0xb0, 0xdb, 0x2f, 0x60, 0x6a, 0xda, 0x12, 0x0f, 0xad, 0x7a, 0xf2, 0x42, 0xf8, 0x33, + 0x01, 0x62, 0x75, 0xc8, 0xcc, 0xd8, 0xb4, 0xfd, 0x14, 0xfd, 0x58, 0x1e, 0x3d, 0xf6, 0xd0, 0x34, + 0x8d, 0x7e, 0x91, 0x06, 0x98, 0x1a, 0x8b, 0x37, 0xde, 0xf7, 0xf7, 0xe4, 0xe1, 0x7d, 0xe7, 0x85, + 0x5d, 0xca, 0x48, 0x1a, 0x21, 0x9b, 0x32, 0x7f, 0x81, 0xd2, 0x20, 0xb4, 0x63, 0xb4, 0x42, 0x34, + 0xa5, 0x56, 0x46, 0x30, 0xc3, 0xfa, 0xd7, 0x32, 0xb6, 0x3e, 0xe2, 0xce, 0xb7, 0x18, 0xc7, 0xb8, + 0xc8, 0xec, 0xfc, 0xab, 0xc4, 0x3a, 0x3f, 0xab, 0x96, 0xcc, 0x27, 0xfe, 0x92, 0x4b, 0x3a, 0xbd, + 0x6a, 0x9a, 0x60, 0xca, 0xbc, 0x47, 0xbc, 0x42, 0x1c, 0xf8, 0x53, 0x05, 0x50, 0x86, 0xc3, 0xc4, + 0x63, 0xc4, 0x0f, 0x17, 0x88, 0x70, 0xe8, 0x57, 0x15, 0x62, 0xc4, 0x8f, 0x90, 0x47, 0xf0, 0x9a, + 0x71, 0xcf, 0xef, 0x97, 0x1a, 0x54, 0x2f, 0xca, 0xf9, 0xa7, 0xcc, 0x67, 0x48, 0x3f, 0x83, 0x52, + 0x39, 0x89, 0x21, 0xf6, 0xc5, 0x81, 0xe2, 0xb4, 0xad, 0xca, 0x3e, 0xd6, 0x75, 0x11, 0x0f, 0xc1, + 0xe6, 0xb5, 0x27, 0x4c, 0x38, 0xac, 0xb7, 0x61, 0x33, 0xc3, 0x84, 0x79, 0x69, 0x64, 0xd4, 0xfa, + 0xe2, 0xa0, 0x35, 0x91, 0xf2, 0xf2, 0x2a, 0xd2, 0x47, 0xf0, 0xcb, 0x61, 0x76, 0xef, 0x36, 0xa5, + 0xcc, 0x68, 0xf4, 0xeb, 0x03, 0xc5, 0xf9, 0x7e, 0xe2, 0xbd, 0xc4, 0x94, 0xcd, 0xf1, 0x0a, 0x71, + 0xb3, 0x9a, 0xf0, 0x7a, 0x9c, 0x52, 0xa6, 0xdf, 0x40, 0xfd, 0xd3, 0x86, 0xa5, 0x0a, 0x16, 0xaa, + 0xee, 0x89, 0x6a, 0x94, 0xa3, 0xb3, 0x92, 0xe4, 0x3a, 0x0d, 0x1d, 0xf5, 0x0a, 0xe5, 0x39, 0x54, + 0x8f, 0xde, 0x83, 0x1a, 0x6a, 0x21, 0xfb, 0x71, 0x22, 0x9b, 0xe5, 0xd0, 0x24, 0x67, 0xb8, 0x4a, + 0x61, 0x87, 0x0e, 0x75, 0x81, 0x5c, 0xd7, 0x80, 0x0b, 0x64, 0xa0, 0x35, 0x5c, 0x20, 0x4b, 0x5a, + 0xd3, 0x05, 0x72, 0x4b, 0x83, 0x2e, 0x90, 0x15, 0x4d, 0x1d, 0x8e, 0x37, 0x3b, 0x53, 0xdc, 0xee, + 0x4c, 0xf1, 0x6d, 0x67, 0x8a, 0x4f, 0x7b, 0x53, 0xd8, 0xee, 0x4d, 0xe1, 0x79, 0x6f, 0x0a, 0x73, + 0x27, 0x4e, 0x59, 0xb2, 0x0e, 0xac, 0x10, 0x2f, 0xed, 0x69, 0xf1, 0xc7, 0xbf, 0x63, 0x3f, 0xa0, + 0x36, 0x3f, 0xd9, 0x9d, 0xf3, 0xdf, 0xbe, 0x3f, 0x3a, 0xdc, 0x43, 0x86, 0x68, 0x20, 0x15, 0x37, + 0xfb, 0xf7, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x1e, 0x67, 0x89, 0xb0, 0x82, 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 ad655dc48..6a16c3c06 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 6f70e634e..0fe7a7d9f 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, 0x91, - 0xb1, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, - 0x08, 0x00, 0x00, 0xff, 0xff, 0x59, 0x28, 0x9e, 0x04, 0x61, 0x02, 0x00, 0x00, + 0x89, 0x7e, 0x05, 0x22, 0xfe, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x91, 0x6f, 0x0c, + 0x08, 0x00, 0x00, 0xff, 0xff, 0x7f, 0x53, 0x5d, 0xdc, 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 d9b6b9641..cce6c7726 100644 --- a/x/stakeibc/types/host_zone.pb.go +++ b/x/stakeibc/types/host_zone.pb.go @@ -350,68 +350,68 @@ func init() { proto.RegisterFile("stride/stakeibc/host_zone.proto", fileDescript var fileDescriptor_f81bf5b42c61245a = []byte{ // 998 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x96, 0xc1, 0x6e, 0xdb, 0x36, - 0x18, 0x80, 0xe3, 0xd6, 0x4d, 0x14, 0xa6, 0x89, 0x65, 0x39, 0x49, 0x95, 0xb4, 0x71, 0x9c, 0x34, - 0x1d, 0xb2, 0x43, 0x6c, 0xc0, 0x19, 0x30, 0x60, 0xd8, 0x61, 0x69, 0x33, 0xa0, 0x36, 0xb2, 0x2e, + 0x18, 0x80, 0xe3, 0xd6, 0x4d, 0x15, 0xa6, 0x89, 0x65, 0x39, 0x49, 0x95, 0xb4, 0x71, 0x9c, 0x34, + 0x1d, 0xbc, 0x43, 0x6c, 0xc0, 0x2d, 0x30, 0x60, 0xd8, 0x61, 0x69, 0x33, 0xa0, 0x36, 0xb2, 0x2e, 0x50, 0x82, 0x61, 0xe8, 0x0e, 0x02, 0x25, 0xfe, 0xb1, 0xb9, 0x48, 0xa4, 0x47, 0xd2, 0x8d, 0xb3, 0xa7, 0xd8, 0xc3, 0xf4, 0x21, 0x7a, 0x2c, 0x7a, 0x2a, 0x76, 0x28, 0x86, 0xe4, 0x19, 0x76, 0x1f, - 0x44, 0x49, 0xb6, 0x6c, 0x65, 0x30, 0x5a, 0xf8, 0x64, 0x91, 0xff, 0xcf, 0xef, 0x23, 0x4d, 0x8a, - 0xfa, 0xd1, 0xb6, 0x54, 0x82, 0x12, 0x68, 0x48, 0x85, 0x2f, 0x81, 0x7a, 0x7e, 0xa3, 0xcb, 0xa5, - 0x72, 0xff, 0xe4, 0x0c, 0xea, 0x3d, 0xc1, 0x15, 0xb7, 0x4a, 0x71, 0x42, 0x3d, 0x4d, 0xd8, 0xcc, - 0x8d, 0x78, 0x83, 0x03, 0x4a, 0xb0, 0xe2, 0x22, 0x1e, 0xb1, 0xb9, 0xda, 0xe1, 0x1d, 0xae, 0x1f, - 0x1b, 0xd1, 0x53, 0xd2, 0xbb, 0xe1, 0x73, 0x19, 0x72, 0xe9, 0xc6, 0x81, 0xb8, 0x11, 0x87, 0x76, - 0x3f, 0x16, 0x50, 0xe5, 0x05, 0x0f, 0xc3, 0x3e, 0xa3, 0xea, 0xfa, 0x94, 0xf3, 0xc0, 0x01, 0x0f, - 0x2b, 0xb0, 0x7e, 0x46, 0x4b, 0x42, 0x3f, 0xb9, 0x02, 0x2b, 0xb0, 0x0b, 0xb5, 0xc2, 0xfe, 0xe2, - 0xf3, 0xfa, 0xbb, 0x4f, 0xdb, 0x73, 0x7f, 0x7f, 0xda, 0xfe, 0xaa, 0x43, 0x55, 0xb7, 0xef, 0xd5, - 0x7d, 0x1e, 0x26, 0xb4, 0xe4, 0xe7, 0x40, 0x92, 0xcb, 0x86, 0xba, 0xee, 0x81, 0xac, 0x1f, 0x83, - 0xef, 0xa0, 0x18, 0xe1, 0x44, 0xc0, 0x1e, 0xda, 0x0a, 0xe8, 0x1f, 0x7d, 0x4a, 0x5c, 0x3d, 0xf9, - 0xe8, 0xc7, 0x55, 0xfc, 0x12, 0x98, 0x8b, 0x43, 0xde, 0x67, 0xca, 0xbe, 0xf7, 0xd9, 0x8a, 0x16, - 0x53, 0xce, 0x46, 0x0c, 0x3d, 0xd3, 0xcc, 0x33, 0x75, 0x1e, 0x11, 0x8f, 0x34, 0x70, 0xf7, 0xdf, - 0x32, 0x32, 0x5e, 0x72, 0xa9, 0x5e, 0x73, 0x06, 0xd6, 0x06, 0x32, 0xfc, 0x2e, 0xa6, 0xcc, 0xa5, - 0x24, 0x5e, 0x8c, 0xb3, 0xa0, 0xdb, 0x2d, 0x62, 0xed, 0xa2, 0x87, 0x1e, 0xf8, 0xdd, 0xc3, 0x66, - 0x4f, 0xc0, 0x05, 0x1d, 0xd8, 0x65, 0x1d, 0x1e, 0xeb, 0xb3, 0x9e, 0xa2, 0x65, 0x9f, 0x33, 0x06, - 0xbe, 0xa2, 0x5c, 0x33, 0xee, 0xc5, 0x49, 0xa3, 0xce, 0x16, 0xb1, 0xea, 0xa8, 0xa2, 0x04, 0x66, - 0xf2, 0x02, 0x84, 0xeb, 0x77, 0x31, 0x63, 0x10, 0x44, 0xa9, 0x0f, 0x75, 0x6a, 0x39, 0x0d, 0xbd, - 0x88, 0x23, 0x2d, 0x62, 0x3d, 0x46, 0x8b, 0xd4, 0xf3, 0x5d, 0x02, 0x8c, 0x87, 0xb6, 0xa1, 0xb3, - 0x0c, 0xea, 0xf9, 0xc7, 0x51, 0xdb, 0xda, 0x42, 0x48, 0x1f, 0x87, 0x38, 0xba, 0xa8, 0xa3, 0x8b, - 0x51, 0x4f, 0x1c, 0xfe, 0x1a, 0x99, 0x7d, 0xe6, 0x71, 0x46, 0x28, 0xeb, 0xb8, 0x3d, 0x10, 0x94, - 0x13, 0x7b, 0xb3, 0x56, 0xd8, 0x2f, 0x3a, 0xa5, 0x61, 0xff, 0xa9, 0xee, 0xb6, 0xbe, 0x43, 0x68, - 0x78, 0x4c, 0xa4, 0x7d, 0xbf, 0x76, 0x7f, 0x7f, 0xa9, 0xb9, 0x59, 0x9f, 0x38, 0x5a, 0xf5, 0x5f, - 0xd2, 0x14, 0x27, 0x93, 0x6d, 0x1d, 0xa1, 0x12, 0x81, 0x1e, 0x97, 0x54, 0xb9, 0x98, 0x10, 0x01, - 0x52, 0xda, 0x96, 0xde, 0x27, 0xfb, 0xc3, 0xdb, 0x83, 0xd5, 0xe4, 0x24, 0x1d, 0xc5, 0x91, 0x33, - 0x25, 0x28, 0xeb, 0x38, 0x2b, 0xc9, 0x80, 0xa4, 0xd7, 0x7a, 0x85, 0xd6, 0xaf, 0xa8, 0xea, 0x12, - 0x81, 0xaf, 0x70, 0xe0, 0x52, 0x1f, 0x0f, 0x49, 0xeb, 0x53, 0x48, 0xab, 0xa3, 0x71, 0x2d, 0x1f, - 0xa7, 0xbc, 0x1f, 0x50, 0xe9, 0x02, 0x60, 0x0c, 0xf4, 0x68, 0x0a, 0x68, 0xf9, 0x02, 0x20, 0x43, - 0x78, 0x85, 0xd6, 0x09, 0x04, 0xd0, 0xc1, 0xf1, 0x66, 0x66, 0x40, 0xf6, 0xb4, 0x19, 0x8d, 0xc6, - 0x8d, 0xf3, 0x04, 0x10, 0x08, 0x7b, 0x39, 0xde, 0xc6, 0x34, 0xde, 0x68, 0x5c, 0x86, 0x47, 0xd0, - 0xae, 0x9f, 0xbe, 0x92, 0x6e, 0x8f, 0xf3, 0xc0, 0x4d, 0xf7, 0x20, 0xcb, 0xae, 0x4e, 0x61, 0x57, - 0xfd, 0xec, 0x6b, 0x7d, 0x1c, 0x13, 0x32, 0x16, 0x0f, 0xed, 0x4c, 0x58, 0x04, 0xa8, 0xbe, 0x18, - 0x5f, 0xc0, 0xf6, 0x14, 0xc9, 0x96, 0x3f, 0x7e, 0x77, 0x44, 0x80, 0x8c, 0xa3, 0x8b, 0xf6, 0x26, - 0x1c, 0xfa, 0xbc, 0xb9, 0x5d, 0x1e, 0xe8, 0x83, 0x9b, 0x6a, 0x6a, 0x53, 0x34, 0xb5, 0x31, 0x8d, - 0x7e, 0xd9, 0x5f, 0xc6, 0x88, 0xd4, 0xf4, 0x3b, 0x7a, 0x96, 0x5b, 0x0d, 0x01, 0x08, 0x73, 0xaa, - 0x9d, 0x29, 0xaa, 0x9d, 0x89, 0x15, 0x45, 0x90, 0x09, 0x97, 0x8b, 0xb6, 0x27, 0x5c, 0x4a, 0x00, - 0x96, 0x7d, 0x71, 0x3d, 0xb4, 0x3c, 0x9d, 0x62, 0x79, 0x32, 0x66, 0x39, 0x4f, 0x86, 0xa7, 0x82, - 0xdf, 0x50, 0x59, 0x71, 0x85, 0xa3, 0x7d, 0x4f, 0x8f, 0x9b, 0xb4, 0x97, 0xbf, 0xe8, 0x7e, 0x34, - 0x35, 0xe8, 0x78, 0xc4, 0xb1, 0x18, 0x5a, 0x0d, 0xb0, 0x54, 0x6e, 0xe6, 0xc8, 0xea, 0x2b, 0x1e, - 0x69, 0xfe, 0xf7, 0x9f, 0x77, 0xc5, 0x7f, 0x78, 0x7b, 0x80, 0x92, 0x05, 0x46, 0x17, 0xbe, 0x15, - 0x91, 0x9d, 0x21, 0x58, 0x5f, 0xfc, 0x80, 0x4a, 0x93, 0xaa, 0xa5, 0x19, 0xa8, 0x56, 0xc4, 0xb8, - 0x26, 0x40, 0x95, 0x90, 0xb2, 0xdc, 0xaa, 0x56, 0x67, 0xa0, 0x2a, 0x87, 0x94, 0x39, 0x79, 0x1b, - 0x1e, 0xe4, 0x6c, 0x6b, 0x33, 0xb1, 0xe1, 0xc1, 0x84, 0xed, 0x0a, 0x6d, 0x44, 0x6b, 0xa3, 0x8c, - 0x81, 0xc8, 0x39, 0x9f, 0xcc, 0xc0, 0xb9, 0x1e, 0x52, 0xd6, 0x8a, 0xe8, 0x77, 0x88, 0xf1, 0xe0, - 0x7f, 0xc4, 0x5b, 0x33, 0x11, 0xe3, 0xc1, 0x5d, 0xe2, 0x6f, 0xd0, 0xa3, 0x48, 0x1c, 0x82, 0x94, - 0xb8, 0x03, 0x32, 0xfa, 0xc2, 0xe9, 0x7b, 0x49, 0x0d, 0xec, 0x3d, 0xfd, 0x95, 0x8b, 0xfe, 0xfe, - 0x9f, 0x92, 0xe8, 0x29, 0x88, 0x96, 0x8f, 0xcf, 0x07, 0x56, 0x03, 0x55, 0x46, 0x93, 0x94, 0x2e, - 0x30, 0xec, 0x05, 0x40, 0xec, 0x67, 0xb5, 0xc2, 0xbe, 0xe1, 0x58, 0x99, 0xd0, 0x8f, 0x71, 0xc4, - 0xfa, 0x15, 0xad, 0xe5, 0x6e, 0x8d, 0xa8, 0x62, 0xb1, 0x77, 0x6b, 0x85, 0xfd, 0xa5, 0xe6, 0x5e, - 0xee, 0x2b, 0x79, 0x47, 0xa9, 0xe4, 0x54, 0xfc, 0x3b, 0xea, 0xa7, 0x6f, 0x91, 0x1d, 0xc8, 0xd0, - 0xcd, 0x96, 0x3c, 0xc3, 0xf9, 0x3c, 0xd6, 0xf3, 0x59, 0x0b, 0x64, 0x78, 0x32, 0x2a, 0x5e, 0xd2, - 0x29, 0xad, 0xa3, 0xf9, 0x2e, 0x0e, 0x14, 0x10, 0xbb, 0xa2, 0xd3, 0x92, 0x56, 0xbb, 0x68, 0x14, - 0xcd, 0x07, 0xed, 0xa2, 0xf1, 0xc0, 0x9c, 0x6f, 0x17, 0x8d, 0x79, 0x73, 0xa1, 0x5d, 0x34, 0x16, - 0x4c, 0xa3, 0x5d, 0x34, 0x56, 0xcc, 0x52, 0xbb, 0x68, 0x94, 0x4c, 0xb3, 0x5d, 0x34, 0x4c, 0xb3, - 0xfc, 0xfc, 0xe4, 0xdd, 0x4d, 0xb5, 0xf0, 0xfe, 0xa6, 0x5a, 0xf8, 0xe7, 0xa6, 0x5a, 0xf8, 0xeb, - 0xb6, 0x3a, 0xf7, 0xfe, 0xb6, 0x3a, 0xf7, 0xf1, 0xb6, 0x3a, 0xf7, 0xba, 0x99, 0xd9, 0xa3, 0x33, - 0xbd, 0xb2, 0x83, 0x13, 0xec, 0xc9, 0x46, 0x52, 0x55, 0xbe, 0x69, 0x1e, 0x36, 0x06, 0xa3, 0xda, - 0x52, 0xef, 0x99, 0x37, 0xaf, 0xeb, 0xc4, 0xc3, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x95, 0xf6, - 0x6c, 0x29, 0xad, 0x0a, 0x00, 0x00, + 0x44, 0x49, 0xb6, 0x6c, 0x65, 0x30, 0x3a, 0xf8, 0x64, 0x91, 0xff, 0xcf, 0xef, 0x23, 0x4d, 0x8a, + 0xfa, 0xd1, 0x8e, 0x54, 0x82, 0x12, 0x68, 0x4a, 0x85, 0x2f, 0x80, 0x7a, 0x7e, 0xb3, 0xc7, 0xa5, + 0x72, 0xff, 0xe0, 0x0c, 0x1a, 0x7d, 0xc1, 0x15, 0xb7, 0x4a, 0x71, 0x42, 0x23, 0x4d, 0xd8, 0xca, + 0x8d, 0x78, 0x8b, 0x03, 0x4a, 0xb0, 0xe2, 0x22, 0x1e, 0xb1, 0xb5, 0xd6, 0xe5, 0x5d, 0xae, 0x1f, + 0x9b, 0xd1, 0x53, 0xd2, 0xbb, 0xe9, 0x73, 0x19, 0x72, 0xe9, 0xc6, 0x81, 0xb8, 0x11, 0x87, 0xf6, + 0x3e, 0x15, 0x50, 0xe5, 0x25, 0x0f, 0xc3, 0x01, 0xa3, 0xea, 0xea, 0x84, 0xf3, 0xc0, 0x01, 0x0f, + 0x2b, 0xb0, 0x7e, 0x42, 0xcb, 0x42, 0x3f, 0xb9, 0x02, 0x2b, 0xb0, 0x0b, 0xb5, 0x42, 0x7d, 0xe9, + 0x45, 0xe3, 0xfd, 0xe7, 0x9d, 0x85, 0xbf, 0x3e, 0xef, 0x7c, 0xd5, 0xa5, 0xaa, 0x37, 0xf0, 0x1a, + 0x3e, 0x0f, 0x13, 0x5a, 0xf2, 0x73, 0x20, 0xc9, 0x45, 0x53, 0x5d, 0xf5, 0x41, 0x36, 0x8e, 0xc0, + 0x77, 0x50, 0x8c, 0x70, 0x22, 0x60, 0x1f, 0x6d, 0x07, 0xf4, 0xf7, 0x01, 0x25, 0xae, 0x9e, 0x7c, + 0xf4, 0xe3, 0x2a, 0x7e, 0x01, 0xcc, 0xc5, 0x21, 0x1f, 0x30, 0x65, 0xdf, 0xf9, 0x62, 0x45, 0x9b, + 0x29, 0x67, 0x33, 0x86, 0x9e, 0x6a, 0xe6, 0xa9, 0x3a, 0x8b, 0x88, 0x87, 0x1a, 0xb8, 0xf7, 0x4f, + 0x19, 0x19, 0xaf, 0xb8, 0x54, 0x6f, 0x38, 0x03, 0x6b, 0x13, 0x19, 0x7e, 0x0f, 0x53, 0xe6, 0x52, + 0x12, 0x2f, 0xc6, 0xb9, 0xaf, 0xdb, 0x6d, 0x62, 0xed, 0xa1, 0x07, 0x1e, 0xf8, 0xbd, 0x67, 0xad, + 0xbe, 0x80, 0x73, 0x3a, 0xb4, 0xcb, 0x3a, 0x3c, 0xd1, 0x67, 0x3d, 0x41, 0x2b, 0x3e, 0x67, 0x0c, + 0x7c, 0x45, 0xb9, 0x66, 0xdc, 0x89, 0x93, 0xc6, 0x9d, 0x6d, 0x62, 0x35, 0x50, 0x45, 0x09, 0xcc, + 0xe4, 0x39, 0x08, 0xd7, 0xef, 0x61, 0xc6, 0x20, 0x88, 0x52, 0x1f, 0xe8, 0xd4, 0x72, 0x1a, 0x7a, + 0x19, 0x47, 0xda, 0xc4, 0x7a, 0x84, 0x96, 0xa8, 0xe7, 0xbb, 0x04, 0x18, 0x0f, 0x6d, 0x43, 0x67, + 0x19, 0xd4, 0xf3, 0x8f, 0xa2, 0xb6, 0xb5, 0x8d, 0x90, 0x3e, 0x0e, 0x71, 0x74, 0x49, 0x47, 0x97, + 0xa2, 0x9e, 0x38, 0xfc, 0x35, 0x32, 0x07, 0xcc, 0xe3, 0x8c, 0x50, 0xd6, 0x75, 0xfb, 0x20, 0x28, + 0x27, 0xf6, 0x56, 0xad, 0x50, 0x2f, 0x3a, 0xa5, 0x51, 0xff, 0x89, 0xee, 0xb6, 0xbe, 0x45, 0x68, + 0x74, 0x4c, 0xa4, 0x7d, 0xb7, 0x76, 0xb7, 0xbe, 0xdc, 0xda, 0x6a, 0x4c, 0x1d, 0xad, 0xc6, 0xcf, + 0x69, 0x8a, 0x93, 0xc9, 0xb6, 0x0e, 0x51, 0x89, 0x40, 0x9f, 0x4b, 0xaa, 0x5c, 0x4c, 0x88, 0x00, + 0x29, 0x6d, 0x4b, 0xef, 0x93, 0xfd, 0xf1, 0xdd, 0xc1, 0x5a, 0x72, 0x92, 0x0e, 0xe3, 0xc8, 0xa9, + 0x12, 0x94, 0x75, 0x9d, 0xd5, 0x64, 0x40, 0xd2, 0x6b, 0xbd, 0x46, 0x1b, 0x97, 0x54, 0xf5, 0x88, + 0xc0, 0x97, 0x38, 0x70, 0xa9, 0x8f, 0x47, 0xa4, 0x8d, 0x19, 0xa4, 0xb5, 0xf1, 0xb8, 0xb6, 0x8f, + 0x53, 0xde, 0xf7, 0xa8, 0x74, 0x0e, 0x30, 0x01, 0x7a, 0x38, 0x03, 0xb4, 0x72, 0x0e, 0x90, 0x21, + 0xbc, 0x46, 0x1b, 0x04, 0x02, 0xe8, 0xe2, 0x78, 0x33, 0x33, 0x20, 0x7b, 0xd6, 0x8c, 0xc6, 0xe3, + 0x26, 0x79, 0x02, 0x08, 0x84, 0xfd, 0x1c, 0x6f, 0x73, 0x16, 0x6f, 0x3c, 0x2e, 0xc3, 0x23, 0x68, + 0xcf, 0x4f, 0x5f, 0x49, 0xb7, 0xcf, 0x79, 0xe0, 0xa6, 0x7b, 0x90, 0x65, 0x57, 0x67, 0xb0, 0xab, + 0x7e, 0xf6, 0xb5, 0x3e, 0x8a, 0x09, 0x19, 0x8b, 0x87, 0x76, 0xa7, 0x2c, 0x02, 0xd4, 0x40, 0x4c, + 0x2e, 0x60, 0x67, 0x86, 0x64, 0xdb, 0x9f, 0xbc, 0x3b, 0x22, 0x40, 0xc6, 0xd1, 0x43, 0xfb, 0x53, + 0x0e, 0x7d, 0xde, 0xdc, 0x1e, 0x0f, 0xf4, 0xc1, 0x4d, 0x35, 0xb5, 0x19, 0x9a, 0xda, 0x84, 0x46, + 0xbf, 0xec, 0xaf, 0x62, 0x44, 0x6a, 0xfa, 0x0d, 0x3d, 0xcd, 0xad, 0x86, 0x00, 0x84, 0x39, 0xd5, + 0xee, 0x0c, 0xd5, 0xee, 0xd4, 0x8a, 0x22, 0xc8, 0x94, 0xcb, 0x45, 0x3b, 0x53, 0x2e, 0x25, 0x00, + 0xcb, 0x81, 0xb8, 0x1a, 0x59, 0x9e, 0xcc, 0xb0, 0x3c, 0x9e, 0xb0, 0x9c, 0x25, 0xc3, 0x53, 0xc1, + 0xaf, 0xa8, 0xac, 0xb8, 0xc2, 0xd1, 0xbe, 0xa7, 0xc7, 0x4d, 0xda, 0x2b, 0xff, 0xeb, 0x7e, 0x34, + 0x35, 0xe8, 0x68, 0xcc, 0xb1, 0x18, 0x5a, 0x0b, 0xb0, 0x54, 0x6e, 0xe6, 0xc8, 0xea, 0x2b, 0x1e, + 0x69, 0xfe, 0x77, 0x5f, 0x76, 0xc5, 0x7f, 0x7c, 0x77, 0x80, 0x92, 0x05, 0x46, 0x17, 0xbe, 0x15, + 0x91, 0x9d, 0x11, 0x58, 0x5f, 0xfc, 0x80, 0x4a, 0xd3, 0xaa, 0xe5, 0x39, 0xa8, 0x56, 0xc5, 0xa4, + 0x26, 0x40, 0x95, 0x90, 0xb2, 0xdc, 0xaa, 0xd6, 0xe6, 0xa0, 0x2a, 0x87, 0x94, 0x39, 0x79, 0x1b, + 0x1e, 0xe6, 0x6c, 0xeb, 0x73, 0xb1, 0xe1, 0xe1, 0x94, 0xed, 0x12, 0x6d, 0x46, 0x6b, 0xa3, 0x8c, + 0x81, 0xc8, 0x39, 0x1f, 0xcf, 0xc1, 0xb9, 0x11, 0x52, 0xd6, 0x8e, 0xe8, 0xb7, 0x88, 0xf1, 0xf0, + 0x3f, 0xc4, 0xdb, 0x73, 0x11, 0xe3, 0xe1, 0x6d, 0xe2, 0xe7, 0xe8, 0x61, 0x24, 0x0e, 0x41, 0x4a, + 0xdc, 0x05, 0x19, 0x7d, 0xe1, 0xf4, 0xbd, 0xa4, 0x86, 0xf6, 0xbe, 0xfe, 0xca, 0x45, 0x7f, 0xff, + 0x8f, 0x49, 0xf4, 0x04, 0x44, 0xdb, 0xc7, 0x67, 0x43, 0xab, 0x89, 0x2a, 0xe3, 0x49, 0x4a, 0x17, + 0x18, 0xf6, 0x02, 0x20, 0xf6, 0xd3, 0x5a, 0xa1, 0x6e, 0x38, 0x56, 0x26, 0xf4, 0x43, 0x1c, 0xb1, + 0x7e, 0x41, 0xeb, 0xb9, 0x5b, 0x23, 0xaa, 0x58, 0xec, 0xbd, 0x5a, 0xa1, 0xbe, 0xdc, 0xda, 0xcf, + 0x7d, 0x25, 0x6f, 0x29, 0x95, 0x9c, 0x8a, 0x7f, 0x4b, 0xfd, 0xf4, 0x0d, 0xb2, 0x03, 0x19, 0xba, + 0xd9, 0x92, 0x67, 0x34, 0x9f, 0x47, 0x7a, 0x3e, 0xeb, 0x81, 0x0c, 0x8f, 0xc7, 0xc5, 0x4b, 0x3a, + 0xa5, 0x0d, 0xb4, 0xd8, 0xc3, 0x81, 0x02, 0x62, 0x57, 0x74, 0x5a, 0xd2, 0xea, 0x14, 0x8d, 0xa2, + 0x79, 0xaf, 0x53, 0x34, 0xee, 0x99, 0x8b, 0x9d, 0xa2, 0xb1, 0x68, 0xde, 0xef, 0x14, 0x8d, 0xfb, + 0xa6, 0xd1, 0x29, 0x1a, 0xab, 0x66, 0xa9, 0x53, 0x34, 0x4a, 0xa6, 0xd9, 0x29, 0x1a, 0xa6, 0x59, + 0x7e, 0x71, 0xfc, 0xfe, 0xba, 0x5a, 0xf8, 0x70, 0x5d, 0x2d, 0xfc, 0x7d, 0x5d, 0x2d, 0xfc, 0x79, + 0x53, 0x5d, 0xf8, 0x70, 0x53, 0x5d, 0xf8, 0x74, 0x53, 0x5d, 0x78, 0xd3, 0xca, 0xec, 0xd1, 0xa9, + 0x5e, 0xd9, 0xc1, 0x31, 0xf6, 0x64, 0x33, 0xa9, 0x2a, 0xdf, 0xb6, 0x9e, 0x37, 0x87, 0xe3, 0xda, + 0x52, 0xef, 0x99, 0xb7, 0xa8, 0xeb, 0xc4, 0x67, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xb3, 0x8d, + 0xaf, 0xf1, 0xad, 0x0a, 0x00, 0x00, } func (m *CommunityPoolRebate) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/host_zone_test.go b/x/stakeibc/types/host_zone_test.go index a7cee9a61..66327c621 100644 --- a/x/stakeibc/types/host_zone_test.go +++ b/x/stakeibc/types/host_zone_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 8e59e1f87..802ac783f 100644 --- a/x/stakeibc/types/ica_account.pb.go +++ b/x/stakeibc/types/ica_account.pb.go @@ -141,30 +141,30 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/ica_account.proto", fileDescriptor_2976ae6e7f6ce824) } var fileDescriptor_2976ae6e7f6ce824 = []byte{ - // 364 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0x4e, 0xea, 0x40, - 0x14, 0x86, 0x3b, 0xc0, 0xa5, 0xf7, 0x4e, 0xee, 0x85, 0xc9, 0x5c, 0x35, 0xc5, 0x45, 0x45, 0xdd, - 0x10, 0x13, 0xdb, 0x04, 0x9e, 0xa0, 0xd2, 0x51, 0x27, 0x29, 0x2d, 0x19, 0x06, 0x89, 0x6e, 0x9a, - 0x76, 0xda, 0x48, 0x63, 0x6c, 0x09, 0x2d, 0x46, 0xde, 0xc2, 0xbd, 0x8f, 0xe0, 0x8b, 0xb8, 0x64, - 0xe9, 0xd2, 0xc0, 0x8b, 0x18, 0x0a, 0xa6, 0x91, 0xe5, 0x7f, 0xce, 0x97, 0xef, 0x24, 0xe7, 0x87, - 0xc7, 0x69, 0x36, 0x8d, 0x82, 0x50, 0x4f, 0x33, 0xef, 0x21, 0x8c, 0x7c, 0xa1, 0x47, 0xc2, 0x73, - 0x3d, 0x21, 0x92, 0x59, 0x9c, 0x69, 0x93, 0x69, 0x92, 0x25, 0xb8, 0xbe, 0x41, 0xb4, 0x6f, 0xe4, - 0xe4, 0x15, 0x40, 0x48, 0xbb, 0x86, 0xb1, 0xa1, 0x70, 0x03, 0xfe, 0x16, 0x63, 0x2f, 0x8a, 0xdd, - 0x28, 0x50, 0x40, 0x13, 0xb4, 0xfe, 0x30, 0x39, 0xcf, 0x34, 0xc0, 0x1d, 0x58, 0xc9, 0xe6, 0x93, - 0x50, 0x29, 0x35, 0x41, 0xab, 0xd6, 0x3e, 0xd2, 0x76, 0x4c, 0x5a, 0x61, 0xe1, 0xf3, 0x49, 0xc8, - 0x72, 0x18, 0x9f, 0xc2, 0x7f, 0x22, 0x89, 0xe3, 0x50, 0x64, 0x51, 0x92, 0x4b, 0xcb, 0xb9, 0xf4, - 0x6f, 0x31, 0xa4, 0x01, 0x56, 0xa0, 0xec, 0x05, 0xc1, 0x34, 0x4c, 0x53, 0xa5, 0xb2, 0xb9, 0xb9, - 0x8d, 0x67, 0x6f, 0x00, 0xd6, 0x7e, 0x7a, 0x71, 0x0d, 0x42, 0x93, 0x58, 0xe4, 0xca, 0xe0, 0xd4, - 0xb1, 0x91, 0x84, 0x65, 0x58, 0xbe, 0x24, 0x04, 0x81, 0xf5, 0x62, 0x44, 0xf9, 0xb5, 0xc9, 0x8c, - 0x91, 0x61, 0xa1, 0xd2, 0x3a, 0x33, 0x62, 0x92, 0x5e, 0x3f, 0x07, 0xcb, 0xf8, 0x10, 0x1e, 0x74, - 0x9d, 0x5e, 0x6f, 0x68, 0x53, 0x7e, 0xeb, 0xf6, 0x1d, 0xc7, 0x72, 0x4d, 0xd2, 0x77, 0x06, 0x94, - 0xa3, 0x0a, 0x6e, 0xc0, 0xfd, 0x9d, 0x1d, 0x23, 0x7c, 0xc8, 0x6c, 0xf4, 0x0b, 0xef, 0x41, 0xd4, - 0x75, 0xec, 0x1b, 0xc2, 0x38, 0x61, 0xee, 0xd0, 0x1e, 0x51, 0xdb, 0x44, 0x55, 0xfc, 0x1f, 0xd6, - 0x8b, 0x29, 0x67, 0x86, 0x49, 0x90, 0x7c, 0x61, 0xbd, 0x2f, 0x55, 0xb0, 0x58, 0xaa, 0xe0, 0x73, - 0xa9, 0x82, 0x97, 0x95, 0x2a, 0x2d, 0x56, 0xaa, 0xf4, 0xb1, 0x52, 0xa5, 0xbb, 0xf6, 0x7d, 0x94, - 0x8d, 0x67, 0xbe, 0x26, 0x92, 0x47, 0x7d, 0x90, 0xff, 0xed, 0xdc, 0xf2, 0xfc, 0x54, 0xdf, 0x16, - 0xf6, 0xd4, 0xee, 0xe8, 0xcf, 0x45, 0x6d, 0xeb, 0xcf, 0xa5, 0x7e, 0x35, 0x6f, 0xac, 0xf3, 0x15, - 0x00, 0x00, 0xff, 0xff, 0xce, 0x9d, 0x89, 0xc3, 0xd6, 0x01, 0x00, 0x00, + // 366 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x91, 0xc1, 0x4e, 0xe2, 0x40, + 0x18, 0xc7, 0x3b, 0xc0, 0xd2, 0xdd, 0xc9, 0x2e, 0x4c, 0x66, 0x77, 0x4d, 0xf1, 0x50, 0x51, 0x2f, + 0xc4, 0xc4, 0x36, 0x01, 0x5f, 0xa0, 0xd2, 0x51, 0x27, 0x29, 0x2d, 0x19, 0x06, 0x89, 0x5e, 0x9a, + 0x76, 0xda, 0x48, 0x63, 0x6c, 0x09, 0x2d, 0x46, 0xde, 0xc2, 0xbb, 0x8f, 0xe0, 0x8b, 0x78, 0xe4, + 0xe8, 0xd1, 0xc0, 0x8b, 0x18, 0x0a, 0xa6, 0x91, 0xe3, 0xff, 0xfb, 0x7e, 0xf9, 0x7d, 0xc9, 0xf7, + 0x87, 0x87, 0x69, 0x36, 0x8d, 0x82, 0x50, 0x4f, 0x33, 0xef, 0x3e, 0x8c, 0x7c, 0xa1, 0x47, 0xc2, + 0x73, 0x3d, 0x21, 0x92, 0x59, 0x9c, 0x69, 0x93, 0x69, 0x92, 0x25, 0xb8, 0xbe, 0x41, 0xb4, 0x2f, + 0xe4, 0xe8, 0x05, 0x40, 0x48, 0xbb, 0x86, 0xb1, 0xa1, 0x70, 0x03, 0xfe, 0x14, 0x63, 0x2f, 0x8a, + 0xdd, 0x28, 0x50, 0x40, 0x13, 0xb4, 0x7e, 0x31, 0x39, 0xcf, 0x34, 0xc0, 0x1d, 0x58, 0xc9, 0xe6, + 0x93, 0x50, 0x29, 0x35, 0x41, 0xab, 0xd6, 0x3e, 0xd0, 0x76, 0x4c, 0x5a, 0x61, 0xe1, 0xf3, 0x49, + 0xc8, 0x72, 0x18, 0x1f, 0xc3, 0x3f, 0x22, 0x89, 0xe3, 0x50, 0x64, 0x51, 0x92, 0x4b, 0xcb, 0xb9, + 0xf4, 0x77, 0x31, 0xa4, 0x01, 0x56, 0xa0, 0xec, 0x05, 0xc1, 0x34, 0x4c, 0x53, 0xa5, 0xb2, 0xb9, + 0xb9, 0x8d, 0x27, 0xaf, 0x00, 0xd6, 0xbe, 0x7b, 0x71, 0x0d, 0x42, 0x93, 0x58, 0xe4, 0xd2, 0xe0, + 0xd4, 0xb1, 0x91, 0x84, 0x65, 0x58, 0xbe, 0x20, 0x04, 0x81, 0xf5, 0x62, 0x44, 0xf9, 0x95, 0xc9, + 0x8c, 0x91, 0x61, 0xa1, 0xd2, 0x3a, 0x33, 0x62, 0x92, 0x5e, 0x3f, 0x07, 0xcb, 0x78, 0x1f, 0xee, + 0x75, 0x9d, 0x5e, 0x6f, 0x68, 0x53, 0x7e, 0xe3, 0xf6, 0x1d, 0xc7, 0x72, 0x4d, 0xd2, 0x77, 0x06, + 0x94, 0xa3, 0x0a, 0x6e, 0xc0, 0xff, 0x3b, 0x3b, 0x46, 0xf8, 0x90, 0xd9, 0xe8, 0x07, 0xfe, 0x07, + 0x51, 0xd7, 0xb1, 0xaf, 0x09, 0xe3, 0x84, 0xb9, 0x43, 0x7b, 0x44, 0x6d, 0x13, 0x55, 0xf1, 0x5f, + 0x58, 0x2f, 0xa6, 0x9c, 0x19, 0x26, 0x41, 0xf2, 0xb9, 0xf5, 0xb6, 0x54, 0xc1, 0x62, 0xa9, 0x82, + 0x8f, 0xa5, 0x0a, 0x9e, 0x57, 0xaa, 0xb4, 0x58, 0xa9, 0xd2, 0xfb, 0x4a, 0x95, 0x6e, 0xdb, 0x77, + 0x51, 0x36, 0x9e, 0xf9, 0x9a, 0x48, 0x1e, 0xf4, 0x41, 0xfe, 0xb7, 0x53, 0xcb, 0xf3, 0x53, 0x7d, + 0x5b, 0xd8, 0x63, 0xfb, 0x4c, 0x7f, 0x2a, 0x6a, 0x5b, 0x7f, 0x2e, 0xf5, 0xab, 0x79, 0x63, 0x9d, + 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe8, 0xe6, 0x4a, 0x1b, 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 fac3d766e..dde46e6ae 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/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 c92952fb6..e8fcb9ad5 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, 0xb6, 0x83, 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, 0x7c, 0xaa, 0x97, 0x58, 0x84, 0xa3, 0x58, - 0x19, 0xff, 0xaa, 0xa4, 0xb6, 0xd3, 0x38, 0x74, 0x0a, 0x1b, 0xe9, 0x62, 0x1f, 0x1e, 0x9c, 0x73, - 0x14, 0x71, 0xfb, 0xff, 0x7c, 0x69, 0x69, 0x6e, 0x81, 0xb7, 0xb6, 0x1e, 0x66, 0x96, 0xf6, 0x3a, - 0xb3, 0x34, 0xfb, 0x4e, 0xaf, 0xfe, 0xb4, 0xa9, 0x0b, 0x72, 0x88, 0xb1, 0x84, 0x2f, 0x63, 0xc8, - 0xaf, 0xc6, 0xd8, 0x98, 0x9d, 0xe1, 0x42, 0x48, 0xc6, 0x43, 0xc8, 0xd4, 0xc5, 0x3d, 0xfc, 0xf9, - 0x19, 0x3e, 0xdd, 0xb4, 0x3b, 0xf3, 0x95, 0x49, 0x16, 0x2b, 0x93, 0xbc, 0xac, 0x4c, 0xf2, 0xb8, - 0x36, 0xb5, 0xc5, 0xda, 0xd4, 0x9e, 0xd7, 0xa6, 0x76, 0xdb, 0x08, 0x84, 0xea, 0x8f, 0xb8, 0xe3, - 0x61, 0x44, 0xbb, 0x2a, 0x11, 0x3e, 0x9c, 0x74, 0x18, 0x4f, 0x53, 0x91, 0xd6, 0x74, 0xdc, 0x68, - 0xd2, 0x49, 0x16, 0x11, 0x10, 0xdc, 0xa3, 0x6a, 0x3a, 0x04, 0xc9, 0x4b, 0xd9, 0x6f, 0x36, 0xdf, - 0x03, 0x00, 0x00, 0xff, 0xff, 0x00, 0x7b, 0xb8, 0xe9, 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, 0x64, 0xa2, 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, 0x26, 0x00, 0x7b, 0x31, 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 a362518df..9a868ed38 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 df2eb7c46..0181ab24b 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 2ef6fa13d..655c0c60a 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 5902afa07..758bec4e2 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 76edbd04d..194c26071 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/v23/testutil/sample" + "github.com/Stride-Labs/stride/v24/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 8ba29a1ed..49bd3edf6 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const TypeMsgClearBalance = "clear_balance" diff --git a/x/stakeibc/types/message_close_delegation_channel.go b/x/stakeibc/types/message_close_delegation_channel.go index 5b7ce087f..92f1b8049 100644 --- a/x/stakeibc/types/message_close_delegation_channel.go +++ b/x/stakeibc/types/message_close_delegation_channel.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/x/auth/migrations/legacytx" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const TypeMsgCloseDelegationChannel = "close_delegation_channel" diff --git a/x/stakeibc/types/message_close_delegation_channel_test.go b/x/stakeibc/types/message_close_delegation_channel_test.go index b4af873a2..6a7da4146 100644 --- a/x/stakeibc/types/message_close_delegation_channel_test.go +++ b/x/stakeibc/types/message_close_delegation_channel_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestMsgCloseDelegationChannel(t *testing.T) { diff --git a/x/stakeibc/types/message_create_trade_route_test.go b/x/stakeibc/types/message_create_trade_route_test.go index b07c9c4e7..56071474a 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 f3028365a..8a1a7d2e9 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 e415de5ab..de57c6d9f 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 cfb740b05..1692c5118 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/v23/testutil/sample" + "github.com/Stride-Labs/stride/v24/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 eae78b63f..ced58bb3e 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/v23/testutil/sample" + "github.com/Stride-Labs/stride/v24/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 70442feaf..5d8c0e6ed 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 e44a2292d..fdb9e1f08 100644 --- a/x/stakeibc/types/message_rebalance_validators.go +++ b/x/stakeibc/types/message_rebalance_validators.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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const ( diff --git a/x/stakeibc/types/message_rebalance_validators_test.go b/x/stakeibc/types/message_rebalance_validators_test.go index 12f0f955d..63160a246 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/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 be7b27a28..1deca17d7 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/v23/testutil/sample" + "github.com/Stride-Labs/stride/v24/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 2bec40fbf..e60dbd20e 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 eefc3bc0d..61c63b018 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/v23/testutil/sample" + "github.com/Stride-Labs/stride/v24/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 48ef5640e..72ba73e55 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const TypeMsgResumeHostZone = "resume_host_zone" diff --git a/x/stakeibc/types/message_set_community_pool_rebate.go b/x/stakeibc/types/message_set_community_pool_rebate.go index f12050acd..48cb7c4ee 100644 --- a/x/stakeibc/types/message_set_community_pool_rebate.go +++ b/x/stakeibc/types/message_set_community_pool_rebate.go @@ -9,7 +9,7 @@ import ( sdkmath "cosmossdk.io/math" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const TypeMsgSetCommunityPoolRebate = "set_community_pool_rebate" diff --git a/x/stakeibc/types/message_set_community_pool_rebate_test.go b/x/stakeibc/types/message_set_community_pool_rebate_test.go index 8a95f3b4c..9344e7058 100644 --- a/x/stakeibc/types/message_set_community_pool_rebate_test.go +++ b/x/stakeibc/types/message_set_community_pool_rebate_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestMsgSetCommunityPoolRebate(t *testing.T) { diff --git a/x/stakeibc/types/message_toggle_trade_controller.go b/x/stakeibc/types/message_toggle_trade_controller.go index 0d5179093..06e1b3a54 100644 --- a/x/stakeibc/types/message_toggle_trade_controller.go +++ b/x/stakeibc/types/message_toggle_trade_controller.go @@ -8,7 +8,7 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const TypeMsgToggleTradeController = "toggle_trade_controller" diff --git a/x/stakeibc/types/message_toggle_trade_controller_test.go b/x/stakeibc/types/message_toggle_trade_controller_test.go index a79281900..e2dccd685 100644 --- a/x/stakeibc/types/message_toggle_trade_controller_test.go +++ b/x/stakeibc/types/message_toggle_trade_controller_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestMsgToggleTradeController(t *testing.T) { diff --git a/x/stakeibc/types/message_update_host_zone_params_test.go b/x/stakeibc/types/message_update_host_zone_params_test.go index eb82aedb7..859076dbb 100644 --- a/x/stakeibc/types/message_update_host_zone_params_test.go +++ b/x/stakeibc/types/message_update_host_zone_params_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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestMsgUpdateHostZoneParams(t *testing.T) { 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 130f02c07..f2dea046e 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 57746feac..33c5e724a 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/stakeibc/types" ) func TestMsgUpdateTradeRoute(t *testing.T) { diff --git a/x/stakeibc/types/packet.pb.go b/x/stakeibc/types/packet.pb.go index 6fa37ed6c..5f1e013a0 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, - 0xc8, 0x58, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, - 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x75, 0x66, 0x25, 0x82, 0xe3, 0x00, 0x00, 0x00, + 0xc8, 0x44, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, + 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x53, 0x1d, 0xe6, 0x5a, 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 65b0a2ef8..412496924 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, 0x41, 0x6f, 0xd3, 0x3e, 0x18, 0xc6, 0xdb, 0xff, 0x3f, 0xda, 0x3a, 0x0f, 0x58, 0x9a, 0x4d, 0x10, 0x4d, 0x23, 0x03, 0x24, - 0x24, 0xc6, 0x60, 0x41, 0xdb, 0x05, 0xb1, 0x03, 0xd2, 0xa6, 0x1d, 0x36, 0x0d, 0x54, 0xda, 0x4a, - 0x48, 0x5c, 0x2c, 0xc7, 0x79, 0xdb, 0x58, 0x4b, 0xe2, 0x60, 0xbb, 0x5d, 0xb7, 0x8f, 0xc0, 0x89, - 0x23, 0x47, 0x3e, 0x0e, 0xc7, 0x1d, 0x39, 0xa2, 0xf6, 0x8b, 0xa0, 0xd8, 0x69, 0xd2, 0xa0, 0xc1, - 0xad, 0x7a, 0x9e, 0xdf, 0xfb, 0xe4, 0xc9, 0xeb, 0xc6, 0x68, 0x4b, 0x2a, 0xc1, 0x42, 0xf0, 0xa5, - 0x22, 0x17, 0xc0, 0x02, 0xea, 0x67, 0x44, 0x90, 0x44, 0xee, 0x65, 0x82, 0x2b, 0xee, 0xac, 0x19, - 0x77, 0x6f, 0xee, 0x6e, 0x6e, 0x0c, 0xf9, 0x90, 0x6b, 0xcf, 0xcf, 0x7f, 0x19, 0xec, 0xc9, 0x97, - 0x65, 0xb4, 0xd4, 0xd1, 0x73, 0xce, 0x0e, 0xb2, 0x05, 0x5c, 0x12, 0x11, 0x4a, 0xcc, 0x52, 0x05, - 0x62, 0x4c, 0x62, 0xb7, 0xf9, 0xa8, 0xf9, 0xcc, 0xea, 0xae, 0x15, 0xfa, 0x69, 0x21, 0x3b, 0xbb, - 0xa8, 0x1d, 0x42, 0x0c, 0x43, 0xa2, 0xa0, 0x62, 0x97, 0x34, 0x6b, 0xcf, 0x8d, 0x12, 0xde, 0x41, - 0x76, 0x08, 0x19, 0x97, 0x4c, 0x55, 0xec, 0x7f, 0x26, 0xb7, 0xd0, 0x4b, 0xf4, 0x35, 0x72, 0x05, - 0x84, 0x90, 0x64, 0x8a, 0xf1, 0x14, 0x8b, 0x5a, 0xfc, 0xff, 0x7a, 0xe4, 0x7e, 0xe5, 0x77, 0x17, - 0x1f, 0xb2, 0x8b, 0xda, 0xe6, 0x85, 0x31, 0xe5, 0x49, 0xc2, 0xa4, 0x64, 0x3c, 0x75, 0x2d, 0xd3, - 0xc8, 0x18, 0xc7, 0xa5, 0x9e, 0xc3, 0x02, 0x58, 0x3a, 0x06, 0xb9, 0x50, 0x69, 0xd9, 0xc0, 0x73, - 0xa3, 0x4c, 0x7e, 0x8e, 0xda, 0x8c, 0x12, 0xac, 0x58, 0x02, 0x7c, 0xa4, 0x70, 0x4a, 0x52, 0x2e, - 0xdd, 0x15, 0xd3, 0x9f, 0x51, 0xd2, 0x37, 0xfa, 0xfb, 0x5c, 0x76, 0xb6, 0xd1, 0x6a, 0x30, 0x1a, - 0x0c, 0x40, 0x60, 0xc9, 0xae, 0xc1, 0x45, 0x9a, 0x42, 0x46, 0xea, 0xb1, 0x6b, 0x70, 0x5e, 0x20, - 0x87, 0x05, 0xb4, 0x0c, 0x0b, 0x62, 0x4e, 0x2f, 0xa4, 0xbb, 0x6a, 0x1e, 0xcd, 0x02, 0x5a, 0xa4, - 0x1d, 0x69, 0xdd, 0x39, 0x44, 0x9b, 0x03, 0x00, 0xac, 0x04, 0x49, 0x65, 0x1e, 0x5a, 0xef, 0x70, - 0x47, 0x4f, 0x3d, 0x18, 0x00, 0xf4, 0x0b, 0xa0, 0xd6, 0xe5, 0x2d, 0x7a, 0x98, 0x90, 0x09, 0xd6, - 0xe7, 0x8f, 0xf3, 0x37, 0xa0, 0x24, 0x8e, 0x25, 0xce, 0x40, 0x60, 0xc8, 0x38, 0x8d, 0xdc, 0xbb, - 0x7a, 0xde, 0x4d, 0xc8, 0xa4, 0x97, 0x33, 0xa7, 0x94, 0x1c, 0xe7, 0x44, 0x07, 0xc4, 0x49, 0xee, - 0x3b, 0x1d, 0xf4, 0x34, 0x84, 0x01, 0x19, 0xc5, 0x0a, 0x27, 0x2c, 0xc5, 0x7f, 0x1e, 0x8c, 0x8a, - 0x04, 0xc8, 0x88, 0xc7, 0xa1, 0x7b, 0x4f, 0x07, 0x3d, 0x2e, 0xe0, 0x77, 0x2c, 0xed, 0xd6, 0xce, - 0xa8, 0x3f, 0x07, 0x6b, 0x89, 0x64, 0xf2, 0x8f, 0xc4, 0xb5, 0x7a, 0x22, 0x99, 0xfc, 0x2d, 0xf1, - 0x10, 0x6d, 0xea, 0x7d, 0xde, 0xbe, 0x21, 0xdb, 0x6c, 0x28, 0xdf, 0xeb, 0x6d, 0x1b, 0x3a, 0x41, - 0xdb, 0x63, 0x12, 0xb3, 0x90, 0x28, 0x2e, 0xb0, 0x8c, 0x89, 0x8c, 0xf0, 0xe7, 0x11, 0x88, 0xab, - 0x85, 0x22, 0xeb, 0x3a, 0x61, 0xab, 0xc4, 0x7a, 0x39, 0xf5, 0x21, 0x87, 0xaa, 0x0e, 0xaf, 0xd0, - 0x46, 0x15, 0x73, 0x09, 0x6c, 0x18, 0x29, 0x4c, 0x49, 0xe6, 0x6e, 0xe8, 0x59, 0xa7, 0xf4, 0x3e, - 0x6a, 0xeb, 0x98, 0x64, 0x6f, 0xac, 0x6f, 0xdf, 0xb7, 0x1b, 0x67, 0x56, 0xab, 0x65, 0xaf, 0x9c, - 0x59, 0xad, 0xb6, 0xed, 0x9c, 0x59, 0x2d, 0xc7, 0x5e, 0x3f, 0x3a, 0xff, 0x31, 0xf5, 0x9a, 0x37, - 0x53, 0xaf, 0xf9, 0x6b, 0xea, 0x35, 0xbf, 0xce, 0xbc, 0xc6, 0xcd, 0xcc, 0x6b, 0xfc, 0x9c, 0x79, - 0x8d, 0x4f, 0xfb, 0x43, 0xa6, 0xa2, 0x51, 0xb0, 0x47, 0x79, 0xe2, 0xf7, 0xf4, 0xdf, 0xf9, 0xe5, - 0x39, 0x09, 0xa4, 0x5f, 0x5c, 0x01, 0xe3, 0xfd, 0x03, 0x7f, 0x52, 0x5d, 0x04, 0xea, 0x2a, 0x03, - 0x19, 0x2c, 0xe9, 0x2f, 0xfc, 0xe0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfe, 0x51, 0xf8, 0x0b, + 0x24, 0xc6, 0x60, 0x41, 0x83, 0x03, 0x62, 0x07, 0xa4, 0x4d, 0x3b, 0x6c, 0x1a, 0xa8, 0xb4, 0x95, + 0x90, 0xb8, 0x58, 0x8e, 0xf3, 0xb6, 0xb1, 0x96, 0xc4, 0xc1, 0x76, 0xbb, 0x6e, 0x1f, 0x81, 0x13, + 0x47, 0x8e, 0x7c, 0x1c, 0x8e, 0x3b, 0x72, 0x44, 0xed, 0x17, 0x41, 0xb1, 0xd3, 0xa4, 0x41, 0x83, + 0x5b, 0xf5, 0x3c, 0xbf, 0xf7, 0xc9, 0x93, 0xd7, 0x8d, 0xd1, 0x96, 0x54, 0x82, 0x85, 0xe0, 0x4b, + 0x45, 0xce, 0x81, 0x05, 0xd4, 0xcf, 0x88, 0x20, 0x89, 0xdc, 0xcb, 0x04, 0x57, 0xdc, 0x59, 0x33, + 0xee, 0xde, 0xdc, 0xdd, 0xdc, 0x18, 0xf2, 0x21, 0xd7, 0x9e, 0x9f, 0xff, 0x32, 0xd8, 0xa3, 0x2f, + 0xcb, 0x68, 0xa9, 0xa3, 0xe7, 0x9c, 0x1d, 0x64, 0x0b, 0xb8, 0x20, 0x22, 0x94, 0x98, 0xa5, 0x0a, + 0xc4, 0x98, 0xc4, 0x6e, 0xf3, 0x41, 0xf3, 0x89, 0xd5, 0x5d, 0x2b, 0xf4, 0x93, 0x42, 0x76, 0x76, + 0x51, 0x3b, 0x84, 0x18, 0x86, 0x44, 0x41, 0xc5, 0x2e, 0x69, 0xd6, 0x9e, 0x1b, 0x25, 0xbc, 0x83, + 0xec, 0x10, 0x32, 0x2e, 0x99, 0xaa, 0xd8, 0xff, 0x4c, 0x6e, 0xa1, 0x97, 0xe8, 0x6b, 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, 0xf6, 0x87, 0x4c, 0x45, 0xa3, 0x60, 0x8f, 0xf2, 0xc4, 0xef, 0xe9, 0xbf, 0xf3, 0xf3, + 0x33, 0x12, 0x48, 0xbf, 0xb8, 0x02, 0xc6, 0xfb, 0xaf, 0xfc, 0x49, 0x75, 0x11, 0xa8, 0xcb, 0x0c, + 0x64, 0xb0, 0xa4, 0xbf, 0xf0, 0x97, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x2a, 0x3b, 0xd3, 0x28, 0x04, 0x00, 0x00, } diff --git a/x/stakeibc/types/query.pb.go b/x/stakeibc/types/query.pb.go index 5e84de1c6..3ef3599d6 100644 --- a/x/stakeibc/types/query.pb.go +++ b/x/stakeibc/types/query.pb.go @@ -1041,83 +1041,83 @@ func init() { proto.RegisterFile("stride/stakeibc/query.proto", fileDescriptor_4 var fileDescriptor_494b786fe66f2b80 = []byte{ // 1240 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0xdd, 0x6e, 0x1b, 0x45, - 0x1b, 0xc7, 0xb3, 0x6d, 0x9a, 0xa6, 0x4f, 0x92, 0xe6, 0xed, 0xbc, 0x81, 0x38, 0x9b, 0xc4, 0x21, - 0xd3, 0xd0, 0x7c, 0x34, 0xf5, 0x12, 0xa7, 0x20, 0x35, 0xa2, 0x02, 0x47, 0xb4, 0x8d, 0x51, 0x40, + 0x1b, 0xc7, 0xb3, 0x6d, 0x9a, 0xa6, 0x4f, 0xd2, 0xe6, 0xed, 0xbc, 0x81, 0x38, 0x9b, 0xc4, 0x21, + 0xd3, 0xd0, 0x7c, 0x34, 0xf5, 0x12, 0x27, 0x20, 0x35, 0xa2, 0x02, 0x47, 0xb4, 0x8d, 0x51, 0x40, 0xc1, 0x2d, 0x15, 0x2a, 0x07, 0xd6, 0x78, 0x77, 0xb0, 0x57, 0x5d, 0xef, 0xb8, 0xbb, 0xe3, 0x90, 0x10, 0x59, 0x95, 0xb8, 0x00, 0x54, 0x81, 0x10, 0x12, 0x67, 0x45, 0x1c, 0x70, 0xcc, 0x55, 0xf4, 0x8c, 0x4a, 0x9c, 0x70, 0x14, 0xa1, 0x84, 0x2b, 0xe8, 0x15, 0xa0, 0x9d, 0x9d, 0x5d, 0xaf, 0xf7, - 0xc3, 0x38, 0x3d, 0xf3, 0xcc, 0x3c, 0x1f, 0xbf, 0x79, 0x66, 0xe6, 0xf9, 0xaf, 0x61, 0xd6, 0xe5, + 0xc3, 0x38, 0x3d, 0xf3, 0xcc, 0x3c, 0x1f, 0xbf, 0x79, 0x66, 0xe6, 0xf9, 0xaf, 0x61, 0xc6, 0xe5, 0x8e, 0x69, 0x50, 0xcd, 0xe5, 0xe4, 0x31, 0x35, 0x6b, 0xba, 0xf6, 0xa4, 0x4d, 0x9d, 0xc3, 0x42, - 0xcb, 0x61, 0x9c, 0xa1, 0x49, 0x7f, 0xb1, 0x10, 0x2c, 0xaa, 0x53, 0x75, 0x56, 0x67, 0x62, 0x4d, - 0xf3, 0x7e, 0xf9, 0x66, 0xea, 0x5c, 0x9d, 0xb1, 0xba, 0x45, 0x35, 0xd2, 0x32, 0x35, 0x62, 0xdb, - 0x8c, 0x13, 0x6e, 0x32, 0xdb, 0x95, 0xab, 0x6b, 0x3a, 0x73, 0x9b, 0xcc, 0xd5, 0x6a, 0xc4, 0xa5, - 0x7e, 0x74, 0x6d, 0x7f, 0xa3, 0x46, 0x39, 0xd9, 0xd0, 0x5a, 0xa4, 0x6e, 0xda, 0xc2, 0x38, 0x88, - 0x14, 0xa7, 0x69, 0x11, 0x87, 0x34, 0x83, 0x48, 0x0b, 0xf1, 0xd5, 0x7d, 0x62, 0x99, 0x06, 0xe1, - 0xcc, 0xc9, 0x32, 0x68, 0x30, 0x97, 0x57, 0xbf, 0x61, 0x36, 0x95, 0x06, 0x57, 0xe3, 0x06, 0xb4, - 0xc5, 0xf4, 0x46, 0x95, 0x3b, 0x44, 0x7f, 0x4c, 0x83, 0x28, 0xcb, 0x71, 0x23, 0x62, 0x18, 0x0e, - 0x75, 0xdd, 0x6a, 0xdb, 0xae, 0x31, 0xdb, 0x30, 0xed, 0xba, 0x34, 0x5c, 0x8c, 0x1b, 0x72, 0x87, - 0x18, 0xb4, 0xea, 0xb0, 0x36, 0x97, 0x09, 0xf1, 0x53, 0x58, 0xf9, 0xcc, 0xdb, 0x72, 0xd9, 0xe6, + 0xcb, 0x61, 0x9c, 0xa1, 0x09, 0x7f, 0xb1, 0x10, 0x2c, 0xaa, 0x93, 0x75, 0x56, 0x67, 0x62, 0x4d, + 0xf3, 0x7e, 0xf9, 0x66, 0xea, 0x6c, 0x9d, 0xb1, 0xba, 0x45, 0x35, 0xd2, 0x32, 0x35, 0x62, 0xdb, + 0x8c, 0x13, 0x6e, 0x32, 0xdb, 0x95, 0xab, 0xab, 0x3a, 0x73, 0x9b, 0xcc, 0xd5, 0x6a, 0xc4, 0xa5, + 0x7e, 0x74, 0x6d, 0x7f, 0xbd, 0x46, 0x39, 0x59, 0xd7, 0x5a, 0xa4, 0x6e, 0xda, 0xc2, 0x38, 0x88, + 0x14, 0xa7, 0x69, 0x11, 0x87, 0x34, 0x83, 0x48, 0xf3, 0xf1, 0xd5, 0x7d, 0x62, 0x99, 0x06, 0xe1, + 0xcc, 0xc9, 0x32, 0x68, 0x30, 0x97, 0x57, 0xbf, 0x61, 0x36, 0x95, 0x06, 0xd7, 0xe2, 0x06, 0xb4, + 0xc5, 0xf4, 0x46, 0x95, 0x3b, 0x44, 0x7f, 0x4c, 0x83, 0x28, 0x4b, 0x71, 0x23, 0x62, 0x18, 0x0e, + 0x75, 0xdd, 0x6a, 0xdb, 0xae, 0x31, 0xdb, 0x30, 0xed, 0xba, 0x34, 0x5c, 0x88, 0x1b, 0x72, 0x87, + 0x18, 0xb4, 0xea, 0xb0, 0x36, 0x97, 0x09, 0xf1, 0x53, 0x58, 0xfe, 0xcc, 0xdb, 0x72, 0xd9, 0xe6, 0xd4, 0xd1, 0x1b, 0xc4, 0xb4, 0x4b, 0xba, 0xce, 0xda, 0x36, 0xbf, 0xeb, 0xb0, 0x66, 0xc9, 0x8f, - 0x5b, 0xa1, 0x4f, 0xda, 0xd4, 0xe5, 0x68, 0x0a, 0x2e, 0xb0, 0xaf, 0x6d, 0xea, 0xe4, 0x94, 0xb7, - 0x94, 0x95, 0x4b, 0x15, 0x7f, 0x80, 0x6e, 0xc3, 0x84, 0xce, 0x6c, 0x9b, 0xea, 0x5e, 0x99, 0xaa, - 0xa6, 0x91, 0x3b, 0xe7, 0xad, 0x6e, 0xe7, 0x5e, 0x1d, 0x2f, 0x4c, 0x1d, 0x92, 0xa6, 0xb5, 0x85, - 0x7b, 0x96, 0x71, 0x65, 0xbc, 0x3b, 0x2e, 0x1b, 0xf8, 0x99, 0x02, 0xab, 0x03, 0x10, 0xb8, 0x2d, - 0x66, 0xbb, 0x14, 0xe9, 0xa0, 0x9a, 0xa1, 0x5d, 0x95, 0xf8, 0x86, 0x55, 0xb9, 0x7f, 0x9f, 0x6b, - 0xfb, 0xed, 0x57, 0xc7, 0x0b, 0x8b, 0x7e, 0xe6, 0x6c, 0x5b, 0x5c, 0xc9, 0x99, 0xf1, 0x84, 0x32, - 0x19, 0x9e, 0x02, 0x24, 0x88, 0xf6, 0xc4, 0xd9, 0xca, 0xdd, 0xe3, 0x5d, 0xf8, 0x7f, 0xcf, 0xac, - 0x24, 0x7a, 0x17, 0x46, 0xfc, 0x3b, 0x20, 0xb2, 0x8f, 0x15, 0xa7, 0x0b, 0xb1, 0x3b, 0x59, 0xf0, - 0x1d, 0xb6, 0x87, 0x5f, 0x1c, 0x2f, 0x0c, 0x55, 0xa4, 0x31, 0x7e, 0x0f, 0x66, 0x44, 0xb4, 0x7b, - 0x94, 0x3f, 0x0c, 0x2e, 0x49, 0x58, 0xe8, 0x19, 0x18, 0xf5, 0xa1, 0x4d, 0x43, 0xd6, 0xfa, 0xa2, - 0x18, 0x97, 0x0d, 0xfc, 0x05, 0xa8, 0x69, 0x7e, 0x12, 0x66, 0x0b, 0x20, 0xbc, 0x72, 0x1e, 0xd0, - 0xf9, 0x95, 0xb1, 0xa2, 0x9a, 0x00, 0x0a, 0x1d, 0x2b, 0x11, 0x6b, 0x7c, 0x13, 0xa6, 0x83, 0xc8, + 0x5b, 0xa1, 0x4f, 0xda, 0xd4, 0xe5, 0x68, 0x12, 0x2e, 0xb0, 0xaf, 0x6d, 0xea, 0xe4, 0x94, 0xb7, + 0x94, 0xe5, 0x4b, 0x15, 0x7f, 0x80, 0x6e, 0xc3, 0x65, 0x9d, 0xd9, 0x36, 0xd5, 0xbd, 0x32, 0x55, + 0x4d, 0x23, 0x77, 0xce, 0x5b, 0xdd, 0xce, 0xbd, 0x3a, 0x9e, 0x9f, 0x3c, 0x24, 0x4d, 0x6b, 0x0b, + 0xf7, 0x2c, 0xe3, 0xca, 0x78, 0x77, 0x5c, 0x36, 0xf0, 0x33, 0x05, 0x56, 0x06, 0x20, 0x70, 0x5b, + 0xcc, 0x76, 0x29, 0xd2, 0x41, 0x35, 0x43, 0xbb, 0x2a, 0xf1, 0x0d, 0xab, 0x72, 0xff, 0x3e, 0xd7, + 0xf6, 0xdb, 0xaf, 0x8e, 0xe7, 0x17, 0xfc, 0xcc, 0xd9, 0xb6, 0xb8, 0x92, 0x33, 0xe3, 0x09, 0x65, + 0x32, 0x3c, 0x09, 0x48, 0x10, 0xed, 0x89, 0xb3, 0x95, 0xbb, 0xc7, 0xbb, 0xf0, 0xff, 0x9e, 0x59, + 0x49, 0xf4, 0x2e, 0x8c, 0xf8, 0x77, 0x40, 0x64, 0x1f, 0x2b, 0x4e, 0x15, 0x62, 0x77, 0xb2, 0xe0, + 0x3b, 0x6c, 0x0f, 0xbf, 0x38, 0x9e, 0x1f, 0xaa, 0x48, 0x63, 0xfc, 0x1e, 0x4c, 0x8b, 0x68, 0xf7, + 0x28, 0x7f, 0x18, 0x5c, 0x92, 0xb0, 0xd0, 0xd3, 0x30, 0xea, 0x43, 0x9b, 0x86, 0xac, 0xf5, 0x45, + 0x31, 0x2e, 0x1b, 0xf8, 0x0b, 0x50, 0xd3, 0xfc, 0x24, 0xcc, 0x16, 0x40, 0x78, 0xe5, 0x3c, 0xa0, + 0xf3, 0xcb, 0x63, 0x45, 0x35, 0x01, 0x14, 0x3a, 0x56, 0x22, 0xd6, 0x78, 0x13, 0xa6, 0x82, 0xc8, 0x3b, 0xcc, 0xe5, 0x8f, 0x98, 0x4d, 0x07, 0xe2, 0xc9, 0x25, 0xbd, 0x24, 0xcd, 0xfb, 0x70, 0x29, - 0xbc, 0xdf, 0xb2, 0x3a, 0x33, 0x09, 0x98, 0xc0, 0x4b, 0xd6, 0x67, 0xb4, 0x21, 0xc7, 0x98, 0x48, - 0x9e, 0x92, 0x65, 0xc5, 0x79, 0xee, 0x02, 0x74, 0x5f, 0xa6, 0x8c, 0x7c, 0xad, 0xe0, 0x3f, 0xe3, + 0xbc, 0xdf, 0xb2, 0x3a, 0xd3, 0x09, 0x98, 0xc0, 0x4b, 0xd6, 0x67, 0xb4, 0x21, 0xc7, 0x98, 0x48, + 0x9e, 0x92, 0x65, 0xc5, 0x79, 0xee, 0x02, 0x74, 0x5f, 0xa6, 0x8c, 0x7c, 0xbd, 0xe0, 0x3f, 0xe3, 0x82, 0xf7, 0x8c, 0x0b, 0x7e, 0x93, 0x90, 0xcf, 0xb8, 0xb0, 0x47, 0xea, 0x81, 0x6f, 0x25, 0xe2, 0x89, 0x9f, 0x2b, 0x92, 0xbe, 0x27, 0x47, 0x3a, 0xfd, 0xf9, 0x33, 0xd1, 0xa3, 0x7b, 0x3d, 0x88, - 0xe7, 0x04, 0xe2, 0xf2, 0x7f, 0x22, 0xfa, 0xa9, 0x7b, 0x18, 0x35, 0x79, 0x51, 0x3e, 0x61, 0x46, + 0xe7, 0x04, 0xe2, 0xd2, 0x7f, 0x22, 0xfa, 0xa9, 0x7b, 0x18, 0x35, 0x79, 0x51, 0x3e, 0x61, 0x46, 0xdb, 0xa2, 0xb1, 0x17, 0x89, 0x60, 0xd8, 0x26, 0x4d, 0x2a, 0x0f, 0x45, 0xfc, 0xc6, 0xef, 0xc8, 0x1b, 0x12, 0x73, 0x90, 0xbb, 0x42, 0x30, 0xec, 0xbd, 0x80, 0xc0, 0xc3, 0xfb, 0x8d, 0x77, 0x60, - 0x36, 0x38, 0xc3, 0x3b, 0x5e, 0xbb, 0x79, 0xe0, 0x77, 0x9b, 0x20, 0xc9, 0x2a, 0xfc, 0xcf, 0xef, - 0x42, 0xa6, 0x41, 0x6d, 0x6e, 0x7e, 0x65, 0x86, 0x1d, 0x60, 0x52, 0xcc, 0x97, 0xc3, 0x69, 0xdc, - 0x80, 0xb9, 0xf4, 0x48, 0x32, 0xfb, 0x0e, 0x4c, 0xf4, 0x34, 0x34, 0x79, 0x76, 0xf3, 0x89, 0xba, - 0x46, 0xbd, 0x65, 0x6d, 0xc7, 0x69, 0x64, 0x0e, 0xcf, 0x4b, 0xe6, 0x92, 0x65, 0xa5, 0x30, 0x87, - 0x20, 0x89, 0xe5, 0x6c, 0x90, 0xf3, 0xaf, 0x07, 0xf2, 0x25, 0x2c, 0x06, 0x5b, 0xfe, 0x94, 0x1e, - 0xf0, 0x3d, 0x6f, 0x96, 0xdf, 0xf7, 0x30, 0x6c, 0x3d, 0xbc, 0xb0, 0xf3, 0x00, 0x7a, 0x83, 0xd8, - 0x36, 0xb5, 0xba, 0x4f, 0xe8, 0x92, 0x9c, 0x29, 0x1b, 0x68, 0x1a, 0x2e, 0xb6, 0x98, 0xc3, 0xc3, - 0xe6, 0x59, 0x19, 0xf1, 0x86, 0x65, 0x03, 0x7f, 0x08, 0xb8, 0x5f, 0x70, 0xb9, 0x19, 0x15, 0x46, - 0x5d, 0x39, 0x27, 0x62, 0x0f, 0x57, 0xc2, 0x31, 0x2e, 0xc2, 0x9b, 0x7e, 0x21, 0xfc, 0x7b, 0xf0, - 0x79, 0xa0, 0x10, 0x2e, 0xca, 0xc1, 0xc5, 0x9e, 0xbe, 0x59, 0x09, 0x86, 0xf8, 0x00, 0xf2, 0xe9, - 0x3e, 0x61, 0xc6, 0x87, 0x80, 0x12, 0x9a, 0x13, 0xf4, 0x9b, 0xc5, 0x44, 0x0d, 0xe3, 0x71, 0x64, - 0x1d, 0xaf, 0x90, 0x78, 0x7c, 0xfc, 0x86, 0xec, 0xb1, 0x25, 0xcb, 0x7a, 0xe0, 0x49, 0x55, 0xc5, - 0x53, 0x2a, 0x17, 0xeb, 0xdd, 0xc3, 0x8e, 0x4c, 0x87, 0x34, 0x1f, 0xc1, 0x78, 0x44, 0xd8, 0x02, - 0x8e, 0xd9, 0x04, 0x47, 0xd7, 0x57, 0x12, 0x8c, 0xf1, 0x6e, 0xb4, 0xe2, 0x77, 0x97, 0xe1, 0x82, - 0xc8, 0x82, 0x9e, 0xc2, 0x88, 0xdf, 0xb3, 0xd1, 0xd5, 0x44, 0x8c, 0xa4, 0x30, 0xa8, 0x4b, 0xfd, - 0x8d, 0x7c, 0x48, 0xbc, 0xf6, 0xed, 0x9f, 0xff, 0xfc, 0x70, 0x6e, 0x09, 0x61, 0xed, 0xbe, 0xb0, - 0xb6, 0x48, 0xcd, 0xd5, 0xd2, 0xbf, 0x26, 0xd0, 0x73, 0x05, 0xa0, 0xdb, 0xdd, 0xd1, 0x5a, 0x7a, - 0x82, 0x34, 0xe9, 0x50, 0xaf, 0x0f, 0x64, 0x2b, 0x99, 0xb6, 0x04, 0xd3, 0x4d, 0x54, 0x94, 0x4c, - 0x37, 0x76, 0xd3, 0xa0, 0xba, 0x1a, 0xa1, 0x1d, 0x05, 0x32, 0xd0, 0x41, 0x3f, 0x2b, 0x30, 0x1a, - 0x74, 0x3f, 0xb4, 0x92, 0x99, 0x35, 0xd6, 0xba, 0xd5, 0xd5, 0x01, 0x2c, 0x25, 0xdd, 0x2d, 0x41, - 0xb7, 0x89, 0x36, 0xfa, 0xd2, 0x85, 0x3d, 0x3a, 0x0a, 0xf7, 0xbd, 0x02, 0x63, 0x41, 0xbc, 0x92, - 0x65, 0x65, 0xf1, 0x25, 0xa5, 0x25, 0x8b, 0x2f, 0x45, 0x20, 0x70, 0x41, 0xf0, 0xad, 0xa0, 0x6b, - 0x83, 0xf1, 0xa1, 0x5f, 0x15, 0x98, 0xe8, 0x69, 0xca, 0x59, 0x07, 0x9b, 0xd6, 0xea, 0xb3, 0x0e, - 0x36, 0xb5, 0xcb, 0x0f, 0x78, 0xb0, 0x4d, 0xe1, 0x1b, 0x7c, 0x11, 0x69, 0x47, 0x9e, 0x7c, 0x74, - 0xd0, 0x8f, 0x0a, 0xcc, 0xf5, 0xfb, 0x16, 0x43, 0xb7, 0xd2, 0x49, 0x06, 0xf8, 0x82, 0x54, 0xb7, - 0x5e, 0xc7, 0x55, 0xbe, 0xf2, 0xdf, 0x15, 0x18, 0x8f, 0x76, 0x63, 0xb4, 0x9e, 0x79, 0x95, 0x52, - 0x14, 0x41, 0xbd, 0x31, 0xa0, 0xb5, 0xac, 0xe0, 0x1d, 0x51, 0xc1, 0x0f, 0xd0, 0xed, 0xbe, 0x15, - 0xec, 0xd1, 0x10, 0xed, 0x28, 0x2e, 0x93, 0x1d, 0xf4, 0x8b, 0x02, 0x93, 0xd1, 0xf8, 0xde, 0x65, - 0x5c, 0xcf, 0xbc, 0x62, 0x67, 0xe0, 0xce, 0x10, 0x36, 0x5c, 0x14, 0xdc, 0xeb, 0x68, 0x6d, 0x70, - 0x6e, 0xf4, 0x87, 0x02, 0x28, 0x29, 0x2f, 0xa8, 0x98, 0x59, 0xb1, 0x4c, 0xa1, 0x53, 0x37, 0xcf, - 0xe4, 0x23, 0x99, 0xf7, 0x04, 0xf3, 0xc7, 0x68, 0xa7, 0x2f, 0xb3, 0x4d, 0x0f, 0x78, 0xb5, 0x25, - 0x22, 0x54, 0x03, 0x79, 0x13, 0x6f, 0x5e, 0xca, 0x6a, 0x47, 0x3b, 0x92, 0x22, 0xda, 0x41, 0xbf, - 0x29, 0x70, 0x25, 0xa9, 0x78, 0xcb, 0x19, 0xa5, 0x8c, 0x1b, 0xaa, 0xda, 0x80, 0x86, 0x67, 0x6c, - 0x55, 0x5d, 0xa9, 0xd4, 0x8e, 0xe4, 0xa3, 0xeb, 0xa0, 0x9f, 0x14, 0xb8, 0xdc, 0xab, 0x6b, 0x68, - 0x29, 0xf3, 0xc8, 0x23, 0x56, 0xea, 0xfa, 0x20, 0x56, 0x21, 0xe1, 0x86, 0x20, 0xbc, 0x8e, 0x56, - 0xfb, 0x12, 0x46, 0x65, 0x74, 0x7b, 0xf7, 0xc5, 0x49, 0x5e, 0x79, 0x79, 0x92, 0x57, 0xfe, 0x3e, - 0xc9, 0x2b, 0xcf, 0x4e, 0xf3, 0x43, 0x2f, 0x4f, 0xf3, 0x43, 0x7f, 0x9d, 0xe6, 0x87, 0x1e, 0x15, - 0xeb, 0x26, 0x6f, 0xb4, 0x6b, 0x05, 0x9d, 0x35, 0xd3, 0xc2, 0xed, 0x17, 0x37, 0xb5, 0x83, 0x48, - 0xd0, 0xc3, 0x16, 0x75, 0x6b, 0x23, 0xe2, 0xff, 0xe6, 0xe6, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x2b, 0xa7, 0x3d, 0x56, 0xd0, 0x0f, 0x00, 0x00, + 0x26, 0x38, 0xc3, 0x3b, 0x5e, 0xbb, 0x79, 0xe0, 0x77, 0x9b, 0x20, 0xc9, 0x0a, 0xfc, 0xcf, 0xef, + 0x42, 0xa6, 0x41, 0x6d, 0x6e, 0x7e, 0x65, 0x86, 0x1d, 0x60, 0x42, 0xcc, 0x97, 0xc3, 0x69, 0xdc, + 0x80, 0xd9, 0xf4, 0x48, 0x32, 0xfb, 0x0e, 0x5c, 0xee, 0x69, 0x68, 0xf2, 0xec, 0xe6, 0x12, 0x75, + 0x8d, 0x7a, 0xcb, 0xda, 0x8e, 0xd3, 0xc8, 0x1c, 0x9e, 0x93, 0xcc, 0x25, 0xcb, 0x4a, 0x61, 0x0e, + 0x41, 0x12, 0xcb, 0xd9, 0x20, 0xe7, 0x5f, 0x0f, 0xe4, 0x4b, 0x58, 0x08, 0xb6, 0xfc, 0x29, 0x3d, + 0xe0, 0x7b, 0xde, 0x2c, 0xbf, 0xef, 0x61, 0xd8, 0x7a, 0x78, 0x61, 0xe7, 0x00, 0xf4, 0x06, 0xb1, + 0x6d, 0x6a, 0x75, 0x9f, 0xd0, 0x25, 0x39, 0x53, 0x36, 0xd0, 0x14, 0x5c, 0x6c, 0x31, 0x87, 0x87, + 0xcd, 0xb3, 0x32, 0xe2, 0x0d, 0xcb, 0x06, 0xfe, 0x10, 0x70, 0xbf, 0xe0, 0x72, 0x33, 0x2a, 0x8c, + 0xba, 0x72, 0x4e, 0xc4, 0x1e, 0xae, 0x84, 0x63, 0x5c, 0x84, 0x37, 0xfd, 0x42, 0xf8, 0xf7, 0xe0, + 0xf3, 0x40, 0x21, 0x5c, 0x94, 0x83, 0x8b, 0x3d, 0x7d, 0xb3, 0x12, 0x0c, 0xf1, 0x01, 0xe4, 0xd3, + 0x7d, 0xc2, 0x8c, 0x0f, 0x01, 0x25, 0x34, 0x27, 0xe8, 0x37, 0x0b, 0x89, 0x1a, 0xc6, 0xe3, 0xc8, + 0x3a, 0x5e, 0x25, 0xf1, 0xf8, 0xf8, 0x0d, 0xd9, 0x63, 0x4b, 0x96, 0xf5, 0xc0, 0x93, 0xaa, 0x8a, + 0xa7, 0x54, 0x2e, 0xd6, 0xbb, 0x87, 0x1d, 0x99, 0x0e, 0x69, 0x3e, 0x82, 0xf1, 0x88, 0xb0, 0x05, + 0x1c, 0x33, 0x09, 0x8e, 0xae, 0xaf, 0x24, 0x18, 0xe3, 0xdd, 0x68, 0xc5, 0xef, 0xae, 0xc0, 0x05, + 0x91, 0x05, 0x3d, 0x85, 0x11, 0xbf, 0x67, 0xa3, 0x6b, 0x89, 0x18, 0x49, 0x61, 0x50, 0x17, 0xfb, + 0x1b, 0xf9, 0x90, 0x78, 0xf5, 0xdb, 0x3f, 0xff, 0xf9, 0xe1, 0xdc, 0x22, 0xc2, 0xda, 0x7d, 0x61, + 0x6d, 0x91, 0x9a, 0xab, 0xa5, 0x7f, 0x4d, 0xa0, 0xe7, 0x0a, 0x40, 0xb7, 0xbb, 0xa3, 0xd5, 0xf4, + 0x04, 0x69, 0xd2, 0xa1, 0xde, 0x18, 0xc8, 0x56, 0x32, 0x6d, 0x09, 0xa6, 0x4d, 0x54, 0x94, 0x4c, + 0x37, 0x77, 0xd3, 0xa0, 0xba, 0x1a, 0xa1, 0x1d, 0x05, 0x32, 0xd0, 0x41, 0x3f, 0x2b, 0x30, 0x1a, + 0x74, 0x3f, 0xb4, 0x9c, 0x99, 0x35, 0xd6, 0xba, 0xd5, 0x95, 0x01, 0x2c, 0x25, 0xdd, 0x2d, 0x41, + 0xb7, 0x81, 0xd6, 0xfb, 0xd2, 0x85, 0x3d, 0x3a, 0x0a, 0xf7, 0xbd, 0x02, 0x63, 0x41, 0xbc, 0x92, + 0x65, 0x65, 0xf1, 0x25, 0xa5, 0x25, 0x8b, 0x2f, 0x45, 0x20, 0x70, 0x41, 0xf0, 0x2d, 0xa3, 0xeb, + 0x83, 0xf1, 0xa1, 0x5f, 0x15, 0xb8, 0xdc, 0xd3, 0x94, 0xb3, 0x0e, 0x36, 0xad, 0xd5, 0x67, 0x1d, + 0x6c, 0x6a, 0x97, 0x1f, 0xf0, 0x60, 0x9b, 0xc2, 0x37, 0xf8, 0x22, 0xd2, 0x8e, 0x3c, 0xf9, 0xe8, + 0xa0, 0x1f, 0x15, 0x98, 0xed, 0xf7, 0x2d, 0x86, 0x6e, 0xa5, 0x93, 0x0c, 0xf0, 0x05, 0xa9, 0x6e, + 0xbd, 0x8e, 0xab, 0x7c, 0xe5, 0xbf, 0x2b, 0x30, 0x1e, 0xed, 0xc6, 0x68, 0x2d, 0xf3, 0x2a, 0xa5, + 0x28, 0x82, 0x7a, 0x73, 0x40, 0x6b, 0x59, 0xc1, 0x3b, 0xa2, 0x82, 0x1f, 0xa0, 0xdb, 0x7d, 0x2b, + 0xd8, 0xa3, 0x21, 0xda, 0x51, 0x5c, 0x26, 0x3b, 0xe8, 0x17, 0x05, 0x26, 0xa2, 0xf1, 0xbd, 0xcb, + 0xb8, 0x96, 0x79, 0xc5, 0xce, 0xc0, 0x9d, 0x21, 0x6c, 0xb8, 0x28, 0xb8, 0xd7, 0xd0, 0xea, 0xe0, + 0xdc, 0xe8, 0x0f, 0x05, 0x50, 0x52, 0x5e, 0x50, 0x31, 0xb3, 0x62, 0x99, 0x42, 0xa7, 0x6e, 0x9c, + 0xc9, 0x47, 0x32, 0xef, 0x09, 0xe6, 0x8f, 0xd1, 0x4e, 0x5f, 0x66, 0x9b, 0x1e, 0xf0, 0x6a, 0x4b, + 0x44, 0xa8, 0x06, 0xf2, 0x26, 0xde, 0xbc, 0x94, 0xd5, 0x8e, 0x76, 0x24, 0x45, 0xb4, 0x83, 0x7e, + 0x53, 0xe0, 0x6a, 0x52, 0xf1, 0x96, 0x32, 0x4a, 0x19, 0x37, 0x54, 0xb5, 0x01, 0x0d, 0xcf, 0xd8, + 0xaa, 0xba, 0x52, 0xa9, 0x1d, 0xc9, 0x47, 0xd7, 0x41, 0x3f, 0x29, 0x70, 0xa5, 0x57, 0xd7, 0xd0, + 0x62, 0xe6, 0x91, 0x47, 0xac, 0xd4, 0xb5, 0x41, 0xac, 0x42, 0xc2, 0x75, 0x41, 0x78, 0x03, 0xad, + 0xf4, 0x25, 0x8c, 0xca, 0xe8, 0xf6, 0xee, 0x8b, 0x93, 0xbc, 0xf2, 0xf2, 0x24, 0xaf, 0xfc, 0x7d, + 0x92, 0x57, 0x9e, 0x9d, 0xe6, 0x87, 0x5e, 0x9e, 0xe6, 0x87, 0xfe, 0x3a, 0xcd, 0x0f, 0x3d, 0x2a, + 0xd6, 0x4d, 0xde, 0x68, 0xd7, 0x0a, 0x3a, 0x6b, 0xa6, 0x85, 0xdb, 0x2f, 0x6e, 0x6a, 0x07, 0x91, + 0xa0, 0x87, 0x2d, 0xea, 0xd6, 0x46, 0xc4, 0xff, 0xcd, 0x8d, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, + 0x0d, 0xdc, 0xfe, 0x8e, 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 7fe5485ff..41880041e 100644 --- a/x/stakeibc/types/trade_route.pb.go +++ b/x/stakeibc/types/trade_route.pb.go @@ -271,51 +271,51 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/trade_route.proto", fileDescriptor_c252b142ecf88017) } var fileDescriptor_c252b142ecf88017 = []byte{ - // 697 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0xc1, 0x4e, 0xdb, 0x4c, - 0x10, 0xc7, 0x63, 0xe0, 0x0b, 0x5f, 0x36, 0x49, 0x51, 0x0d, 0x05, 0x13, 0xaa, 0x40, 0x39, 0x54, - 0x5c, 0x48, 0x24, 0x40, 0x08, 0x21, 0x2e, 0x81, 0xa8, 0x25, 0x12, 0x52, 0x2b, 0x93, 0xf6, 0x40, - 0xa5, 0xae, 0x36, 0xf6, 0x12, 0x2c, 0xe2, 0x1d, 0xcb, 0xbb, 0x69, 0xd2, 0x3e, 0x45, 0x1f, 0xa6, - 0x0f, 0xc1, 0x11, 0xf5, 0x54, 0x55, 0x2a, 0xaa, 0xe0, 0xd0, 0xd7, 0xa8, 0x76, 0xd6, 0x06, 0x07, - 0x7a, 0xa0, 0xa8, 0x27, 0x58, 0xcf, 0xfc, 0xfe, 0x3b, 0xb3, 0xff, 0x9d, 0x0d, 0x79, 0x26, 0x55, - 0x1c, 0xf8, 0xbc, 0x2e, 0x15, 0x3b, 0xe5, 0x41, 0xc7, 0xab, 0xab, 0x98, 0xf9, 0x9c, 0xc6, 0xd0, - 0x57, 0xbc, 0x16, 0xc5, 0xa0, 0xc0, 0x9e, 0x32, 0x29, 0xb5, 0x34, 0xa5, 0x32, 0xd3, 0x85, 0x2e, - 0x60, 0xac, 0xae, 0xff, 0x33, 0x69, 0x95, 0x3b, 0x4a, 0x81, 0xc7, 0x28, 0xf3, 0x3c, 0xe8, 0x0b, - 0x95, 0xa4, 0xcc, 0x7b, 0x20, 0x43, 0x90, 0xd4, 0xb0, 0x66, 0x61, 0x42, 0xcb, 0xbf, 0xc6, 0x49, - 0xb1, 0xad, 0xb7, 0xde, 0x03, 0x71, 0x1c, 0x74, 0xed, 0x39, 0x32, 0x19, 0x01, 0xf4, 0x68, 0xe0, - 0x3b, 0xd6, 0x92, 0xb5, 0x32, 0xe1, 0xe6, 0xf5, 0xb2, 0xe5, 0xdb, 0xef, 0x08, 0x91, 0x03, 0x16, - 0xd1, 0x28, 0x0e, 0x3c, 0xee, 0x8c, 0x2d, 0x59, 0x2b, 0x85, 0xdd, 0x9d, 0xb3, 0x8b, 0xc5, 0xdc, - 0xf7, 0x8b, 0xc5, 0xe7, 0xdd, 0x40, 0x9d, 0xf4, 0x3b, 0x35, 0x0f, 0xc2, 0x44, 0x3d, 0xf9, 0xb3, - 0x2a, 0xfd, 0xd3, 0xba, 0xfa, 0x18, 0x71, 0x59, 0x6b, 0x72, 0xef, 0xeb, 0x97, 0x55, 0x92, 0x6c, - 0xde, 0xe4, 0x9e, 0x5b, 0xd0, 0x7a, 0xaf, 0xb5, 0x9c, 0xbd, 0x41, 0x66, 0x51, 0x97, 0xf6, 0x23, - 0x9f, 0x29, 0x4e, 0x55, 0x10, 0x72, 0xa9, 0x58, 0x18, 0x39, 0xe3, 0x58, 0xc4, 0x0c, 0x46, 0xdf, - 0x60, 0xb0, 0x9d, 0xc6, 0xec, 0x21, 0xa9, 0x84, 0x6c, 0x48, 0x59, 0xaf, 0x07, 0x03, 0xee, 0x53, - 0x2c, 0xaf, 0x07, 0x52, 0xd2, 0x98, 0x29, 0xee, 0x4c, 0xfc, 0x83, 0x12, 0x67, 0x43, 0x36, 0x6c, - 0x18, 0xf9, 0xc3, 0x01, 0x8b, 0x0e, 0x40, 0x4a, 0x97, 0x29, 0x6e, 0xbf, 0x25, 0x53, 0x61, 0x20, - 0xcc, 0x8e, 0x2c, 0xd4, 0x27, 0xed, 0xfc, 0x87, 0xdb, 0xd5, 0xfe, 0x62, 0xbb, 0x96, 0x50, 0x6e, - 0x39, 0x0c, 0x84, 0x56, 0x6e, 0xa0, 0x08, 0xea, 0xb2, 0xe1, 0x88, 0x6e, 0xfe, 0x81, 0xba, 0x6c, - 0x78, 0xa3, 0xbb, 0x3d, 0xe6, 0x58, 0xcb, 0x3f, 0xf2, 0x84, 0xa0, 0xd3, 0xae, 0xbe, 0x63, 0xf6, - 0x16, 0x99, 0x8f, 0xf9, 0x80, 0xc5, 0x3e, 0xf5, 0xb9, 0x80, 0x90, 0x82, 0xa0, 0x27, 0x20, 0x15, - 0xfd, 0x04, 0x82, 0xa3, 0xf5, 0x05, 0xf7, 0x89, 0x49, 0x68, 0xea, 0xf8, 0x2b, 0xb1, 0x0f, 0x52, - 0x1d, 0x81, 0xe0, 0xf6, 0x0e, 0x59, 0xb8, 0x4d, 0x26, 0x6b, 0x64, 0xf1, 0x6a, 0xb8, 0x73, 0x23, - 0xac, 0x8b, 0x0b, 0xa4, 0xb7, 0x49, 0xe5, 0x36, 0x6d, 0xae, 0x3e, 0xc2, 0xe3, 0x08, 0xcf, 0x8e, - 0xc0, 0x58, 0x34, 0xb2, 0x9b, 0xc4, 0xc1, 0x1a, 0xff, 0x44, 0xa2, 0xdd, 0xee, 0x8c, 0x8e, 0xdf, - 0xe1, 0x36, 0xc8, 0xdc, 0x28, 0x77, 0xd3, 0x29, 0xda, 0xe6, 0x4e, 0x67, 0xb0, 0xeb, 0x3e, 0x9b, - 0xa4, 0x84, 0x79, 0xc9, 0x2c, 0xa1, 0x13, 0xc5, 0xb5, 0x85, 0xda, 0xad, 0xb1, 0xac, 0xb5, 0xf6, - 0x1a, 0x0d, 0x93, 0xb2, 0x3b, 0xa1, 0x6d, 0x72, 0x8b, 0x1a, 0x4b, 0x3e, 0xd9, 0xfb, 0xe4, 0x51, - 0xd2, 0x6f, 0xaa, 0x33, 0x79, 0x5f, 0x9d, 0xb2, 0x01, 0x53, 0xa5, 0x17, 0xa4, 0x6c, 0xfa, 0x4d, - 0x85, 0xfe, 0xbf, 0xaf, 0x50, 0x09, 0xb9, 0x54, 0x67, 0x8b, 0xcc, 0x63, 0x5f, 0x0a, 0x52, 0xdf, - 0xbc, 0x13, 0x26, 0x04, 0xc7, 0xa1, 0x2f, 0x18, 0xe7, 0x75, 0x42, 0x1b, 0x8c, 0x6d, 0x7b, 0x26, - 0xda, 0xf2, 0x33, 0xde, 0x29, 0x48, 0xce, 0x3e, 0x83, 0x92, 0xac, 0x77, 0x6d, 0x30, 0xaf, 0xca, - 0x35, 0xbb, 0x49, 0x1c, 0x43, 0x28, 0x30, 0xc7, 0x9f, 0x21, 0x8b, 0xc6, 0x3b, 0x8c, 0xb7, 0x41, - 0x1b, 0x70, 0xc3, 0xbd, 0x27, 0xd3, 0x7a, 0xd4, 0x54, 0xcc, 0x84, 0x3c, 0xe6, 0x71, 0x3a, 0x16, - 0xe5, 0x07, 0x8d, 0xc5, 0xe3, 0x30, 0xd0, 0xd7, 0x02, 0x95, 0x92, 0x91, 0x7b, 0x49, 0x4a, 0x49, - 0x27, 0xf8, 0x00, 0x3a, 0x25, 0x3c, 0xd4, 0xa7, 0x77, 0x0e, 0x35, 0xf3, 0x48, 0xee, 0xe6, 0xf5, - 0xb6, 0x8e, 0xe5, 0x16, 0x55, 0xe6, 0xe3, 0xc1, 0xd9, 0x65, 0xd5, 0x3a, 0xbf, 0xac, 0x5a, 0x3f, - 0x2f, 0xab, 0xd6, 0xe7, 0xab, 0x6a, 0xee, 0xfc, 0xaa, 0x9a, 0xfb, 0x76, 0x55, 0xcd, 0x1d, 0xad, - 0x65, 0xaa, 0x3b, 0x44, 0xd9, 0xd5, 0x03, 0xd6, 0x91, 0xf5, 0xe4, 0xe1, 0xfe, 0xb0, 0xb6, 0x5e, - 0x1f, 0x66, 0x7e, 0x08, 0x74, 0xb5, 0x9d, 0x3c, 0x3e, 0xcf, 0xeb, 0xbf, 0x03, 0x00, 0x00, 0xff, - 0xff, 0xf0, 0xd0, 0x44, 0x5c, 0x28, 0x06, 0x00, 0x00, + // 695 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x95, 0x41, 0x4f, 0x13, 0x41, + 0x14, 0xc7, 0xbb, 0x80, 0xc5, 0x4e, 0x5b, 0x89, 0x0b, 0xc2, 0x52, 0x4c, 0x41, 0x0e, 0x86, 0x0b, + 0x6d, 0x82, 0x84, 0x10, 0xc2, 0xa5, 0xd0, 0x28, 0x4d, 0x48, 0x34, 0x4b, 0xf5, 0x80, 0x89, 0x93, + 0xe9, 0xee, 0x50, 0x36, 0x74, 0xe7, 0x6d, 0x76, 0xa6, 0xb6, 0xfa, 0x29, 0xfc, 0x30, 0x7e, 0x08, + 0x8e, 0xc4, 0x93, 0x31, 0x91, 0x18, 0x38, 0xf8, 0x35, 0xcc, 0xbc, 0xd9, 0x85, 0x2d, 0x78, 0x40, + 0xe2, 0x09, 0x66, 0xdf, 0xfb, 0xfd, 0xe7, 0xbd, 0xf9, 0xcf, 0x9b, 0x92, 0x67, 0x52, 0xc5, 0x81, + 0xcf, 0xeb, 0x52, 0xb1, 0x13, 0x1e, 0x74, 0xbc, 0xba, 0x8a, 0x99, 0xcf, 0x69, 0x0c, 0x7d, 0xc5, + 0x6b, 0x51, 0x0c, 0x0a, 0xec, 0x29, 0x93, 0x52, 0x4b, 0x53, 0x2a, 0x33, 0x5d, 0xe8, 0x02, 0xc6, + 0xea, 0xfa, 0x3f, 0x93, 0x56, 0xb9, 0xa5, 0x14, 0x78, 0x8c, 0x32, 0xcf, 0x83, 0xbe, 0x50, 0x49, + 0xca, 0xbc, 0x07, 0x32, 0x04, 0x49, 0x0d, 0x6b, 0x16, 0x26, 0xb4, 0xfc, 0x7b, 0x9c, 0x14, 0xdb, + 0x7a, 0xeb, 0x5d, 0x10, 0x47, 0x41, 0xd7, 0x9e, 0x23, 0x93, 0x11, 0x40, 0x8f, 0x06, 0xbe, 0x63, + 0x2d, 0x59, 0x2b, 0x13, 0x6e, 0x5e, 0x2f, 0x5b, 0xbe, 0xfd, 0x9e, 0x10, 0x39, 0x60, 0x11, 0x8d, + 0xe2, 0xc0, 0xe3, 0xce, 0xd8, 0x92, 0xb5, 0x52, 0xd8, 0xd9, 0x3e, 0x3d, 0x5f, 0xcc, 0xfd, 0x38, + 0x5f, 0x7c, 0xde, 0x0d, 0xd4, 0x71, 0xbf, 0x53, 0xf3, 0x20, 0x4c, 0xd4, 0x93, 0x3f, 0xab, 0xd2, + 0x3f, 0xa9, 0xab, 0x4f, 0x11, 0x97, 0xb5, 0x26, 0xf7, 0xbe, 0x7d, 0x5d, 0x25, 0xc9, 0xe6, 0x4d, + 0xee, 0xb9, 0x05, 0xad, 0xf7, 0x46, 0xcb, 0xd9, 0xeb, 0x64, 0x16, 0x75, 0x69, 0x3f, 0xf2, 0x99, + 0xe2, 0x54, 0x05, 0x21, 0x97, 0x8a, 0x85, 0x91, 0x33, 0x8e, 0x45, 0xcc, 0x60, 0xf4, 0x2d, 0x06, + 0xdb, 0x69, 0xcc, 0x1e, 0x92, 0x4a, 0xc8, 0x86, 0x94, 0xf5, 0x7a, 0x30, 0xe0, 0x3e, 0xc5, 0xf2, + 0x7a, 0x20, 0x25, 0x8d, 0x99, 0xe2, 0xce, 0xc4, 0x7f, 0x28, 0x71, 0x36, 0x64, 0xc3, 0x86, 0x91, + 0x3f, 0x18, 0xb0, 0x68, 0x1f, 0xa4, 0x74, 0x99, 0xe2, 0xf6, 0x3b, 0x32, 0x15, 0x06, 0xc2, 0xec, + 0xc8, 0x42, 0x7d, 0xd2, 0xce, 0x03, 0xdc, 0xae, 0xf6, 0x0f, 0xdb, 0xb5, 0x84, 0x72, 0xcb, 0x61, + 0x20, 0xb4, 0x72, 0x03, 0x45, 0x50, 0x97, 0x0d, 0x47, 0x74, 0xf3, 0xf7, 0xd4, 0x65, 0xc3, 0x6b, + 0xdd, 0xad, 0x31, 0xc7, 0x5a, 0xfe, 0x99, 0x27, 0x04, 0x9d, 0x76, 0xf5, 0x1d, 0xb3, 0x37, 0xc9, + 0x7c, 0xcc, 0x07, 0x2c, 0xf6, 0xa9, 0xcf, 0x05, 0x84, 0x14, 0x04, 0x3d, 0x06, 0xa9, 0xe8, 0x67, + 0x10, 0x1c, 0xad, 0x2f, 0xb8, 0x4f, 0x4c, 0x42, 0x53, 0xc7, 0x5f, 0x8b, 0x3d, 0x90, 0xea, 0x10, + 0x04, 0xb7, 0xb7, 0xc9, 0xc2, 0x4d, 0x32, 0x59, 0x23, 0x8b, 0x57, 0xc3, 0x9d, 0x1b, 0x61, 0x5d, + 0x5c, 0x20, 0xbd, 0x45, 0x2a, 0x37, 0x69, 0x73, 0xf5, 0x11, 0x1e, 0x47, 0x78, 0x76, 0x04, 0xc6, + 0xa2, 0x91, 0xdd, 0x20, 0x0e, 0xd6, 0xf8, 0x37, 0x12, 0xed, 0x76, 0x67, 0x74, 0xfc, 0x16, 0xb7, + 0x4e, 0xe6, 0x46, 0xb9, 0xeb, 0x4e, 0xd1, 0x36, 0x77, 0x3a, 0x83, 0x5d, 0xf5, 0xd9, 0x24, 0x25, + 0xcc, 0x4b, 0x66, 0x09, 0x9d, 0x28, 0xae, 0x2d, 0xd4, 0x6e, 0x8c, 0x65, 0xad, 0xb5, 0xdb, 0x68, + 0x98, 0x94, 0x9d, 0x09, 0x6d, 0x93, 0x5b, 0xd4, 0x58, 0xf2, 0xc9, 0xde, 0x23, 0x8f, 0x92, 0x7e, + 0x53, 0x9d, 0xc9, 0xbb, 0xea, 0x94, 0x0d, 0x98, 0x2a, 0xbd, 0x24, 0x65, 0xd3, 0x6f, 0x2a, 0xf4, + 0xf0, 0xae, 0x42, 0x25, 0xe4, 0x52, 0x9d, 0x4d, 0x32, 0x8f, 0x7d, 0x29, 0x48, 0x7d, 0xf3, 0x8e, + 0x99, 0x10, 0x1c, 0x87, 0xbe, 0x60, 0x9c, 0xd7, 0x09, 0x6d, 0x30, 0xb6, 0xed, 0x9a, 0x68, 0xcb, + 0xcf, 0x78, 0xa7, 0x20, 0x39, 0xfb, 0x0c, 0x4a, 0xb2, 0xde, 0xb5, 0xc1, 0xbc, 0x2a, 0x57, 0xec, + 0x06, 0x71, 0x0c, 0xa1, 0xc0, 0x1c, 0x7f, 0x86, 0x2c, 0x1a, 0xef, 0x30, 0xde, 0x06, 0x6d, 0xc0, + 0x35, 0xf7, 0x81, 0x4c, 0xeb, 0x51, 0x53, 0x31, 0x13, 0xf2, 0x88, 0xc7, 0xe9, 0x58, 0x94, 0xef, + 0x35, 0x16, 0x8f, 0xc3, 0x40, 0x5f, 0x0b, 0x54, 0x4a, 0x46, 0xee, 0x15, 0x29, 0x25, 0x9d, 0xe0, + 0x03, 0xe8, 0x94, 0xf0, 0x50, 0x9f, 0xde, 0x3a, 0xd4, 0xcc, 0x23, 0xb9, 0x93, 0xd7, 0xdb, 0x3a, + 0x96, 0x5b, 0x54, 0x99, 0x8f, 0xfb, 0xa7, 0x17, 0x55, 0xeb, 0xec, 0xa2, 0x6a, 0xfd, 0xba, 0xa8, + 0x5a, 0x5f, 0x2e, 0xab, 0xb9, 0xb3, 0xcb, 0x6a, 0xee, 0xfb, 0x65, 0x35, 0x77, 0xb8, 0x96, 0xa9, + 0xee, 0x00, 0x65, 0x57, 0xf7, 0x59, 0x47, 0xd6, 0x93, 0x87, 0xfb, 0xe3, 0xda, 0x7a, 0x7d, 0x98, + 0xf9, 0x21, 0xd0, 0xd5, 0x76, 0xf2, 0xf8, 0x3c, 0xbf, 0xf8, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd6, + 0xab, 0x87, 0x84, 0x28, 0x06, 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 1518ff318..70e4271f0 100644 --- a/x/stakeibc/types/tx.pb.go +++ b/x/stakeibc/types/tx.pb.go @@ -2474,162 +2474,162 @@ var fileDescriptor_9b7e09c9ad51cd54 = []byte{ // 2525 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x5a, 0x4b, 0x6f, 0x1b, 0xd7, 0xf5, 0x17, 0xf5, 0xa4, 0x8e, 0x24, 0x8b, 0x1a, 0x3d, 0x4c, 0xd1, 0x91, 0x28, 0x8f, 0x92, 0xfc, - 0x15, 0x25, 0x26, 0x23, 0x29, 0xf8, 0xb7, 0x75, 0xd2, 0xa2, 0x92, 0xec, 0x26, 0x6a, 0xac, 0x58, + 0x15, 0x25, 0x26, 0x23, 0xd9, 0xf8, 0xb7, 0x75, 0xd2, 0xa2, 0x92, 0xec, 0x26, 0x6a, 0x2c, 0x5b, 0x18, 0x29, 0x76, 0x60, 0x20, 0x9d, 0x5e, 0xce, 0x5c, 0x93, 0x03, 0xcf, 0x83, 0x99, 0x19, 0x4a, 0x54, 0x16, 0x45, 0x50, 0xa0, 0x40, 0x51, 0xa0, 0x68, 0x8b, 0xa2, 0xbb, 0x2e, 0x52, 0xa0, 0x8b, 0xa2, 0x45, 0xd1, 0x2c, 0xb2, 0xea, 0x27, 0x48, 0xd1, 0x4d, 0x90, 0x55, 0xd1, 0x85, 0x1a, 0xd8, 0x8b, 0x14, 0xe8, 0xce, 0xe8, 0x07, 0x28, 0xee, 0x63, 0x2e, 0x67, 0x86, 0x97, 0xa4, 0xc4, 0x08, 0x41, 0x36, 0x96, 0xe7, 0xde, 0xdf, 0x3d, 0xe7, 0xdc, 0xf3, 0xba, 0xe7, 0x1c, 0x09, 0xf2, 0x41, - 0xe8, 0x5b, 0x26, 0x2e, 0x07, 0x21, 0x7a, 0x84, 0xad, 0x8a, 0x51, 0x0e, 0x9b, 0xa5, 0xba, 0xef, - 0x85, 0x9e, 0x32, 0xcd, 0x76, 0x4a, 0xd1, 0x4e, 0xa1, 0x98, 0x86, 0x1e, 0x23, 0xdb, 0x32, 0x51, + 0xe8, 0x5b, 0x26, 0x2e, 0x07, 0x21, 0x7a, 0x8c, 0xad, 0x8a, 0x51, 0x0e, 0x9b, 0xa5, 0xba, 0xef, + 0x85, 0x9e, 0x32, 0xcd, 0x76, 0x4a, 0xd1, 0x4e, 0xa1, 0x98, 0x86, 0x1e, 0x21, 0xdb, 0x32, 0x51, 0xe8, 0xf9, 0xec, 0x44, 0x61, 0xae, 0xea, 0x55, 0x3d, 0xfa, 0xdf, 0x32, 0xf9, 0x1f, 0x5f, 0x5d, 0x34, 0xbc, 0xc0, 0xf1, 0x02, 0x9d, 0x6d, 0xb0, 0x0f, 0xbe, 0xb5, 0xcc, 0xbe, 0xca, 0x15, 0x14, - 0xe0, 0xf2, 0xf1, 0x46, 0x05, 0x87, 0x68, 0xa3, 0x6c, 0x78, 0x96, 0xcb, 0xf7, 0xaf, 0xf2, 0x7d, - 0x27, 0xa8, 0x96, 0x8f, 0x37, 0xc8, 0x0f, 0xbe, 0x31, 0x83, 0x1c, 0xcb, 0xf5, 0xca, 0xf4, 0x5f, - 0xb6, 0xa4, 0xfe, 0x7d, 0x10, 0xd4, 0xfd, 0xa0, 0xfa, 0x76, 0xdd, 0x44, 0x21, 0xde, 0x73, 0x5d, - 0xec, 0x6b, 0xd8, 0xc4, 0x4e, 0x3d, 0xb4, 0x3c, 0x57, 0x43, 0x21, 0xde, 0xf1, 0x1a, 0xae, 0x19, + 0xe0, 0xf2, 0xd1, 0x46, 0x05, 0x87, 0x68, 0xa3, 0x6c, 0x78, 0x96, 0xcb, 0xf7, 0x2f, 0xf3, 0x7d, + 0x27, 0xa8, 0x96, 0x8f, 0x36, 0xc8, 0x0f, 0xbe, 0x31, 0x83, 0x1c, 0xcb, 0xf5, 0xca, 0xf4, 0x5f, + 0xb6, 0xa4, 0xfe, 0x7d, 0x10, 0xd4, 0xbd, 0xa0, 0xfa, 0x76, 0xdd, 0x44, 0x21, 0xde, 0x75, 0x5d, + 0xec, 0x6b, 0xd8, 0xc4, 0x4e, 0x3d, 0xb4, 0x3c, 0x57, 0x43, 0x21, 0xde, 0xf6, 0x1a, 0xae, 0x19, 0x28, 0x79, 0x18, 0x33, 0x7c, 0x4c, 0x84, 0xce, 0x67, 0x56, 0x32, 0x6b, 0xe3, 0x5a, 0xf4, 0xa9, - 0x2c, 0x42, 0xd6, 0xa8, 0x21, 0xcb, 0xd5, 0x2d, 0x33, 0x3f, 0xc8, 0xb7, 0xc8, 0xf7, 0x9e, 0xa9, - 0x9c, 0xc0, 0xa2, 0x43, 0x36, 0x08, 0x55, 0xdd, 0x17, 0x64, 0x75, 0x1f, 0x85, 0x38, 0x3f, 0x44, - 0xb0, 0x3b, 0xaf, 0x7d, 0x72, 0x56, 0x1c, 0xf8, 0xe7, 0x59, 0xf1, 0xf9, 0xaa, 0x15, 0xd6, 0x1a, - 0x95, 0x92, 0xe1, 0x39, 0xfc, 0xae, 0xfc, 0xc7, 0x8d, 0xc0, 0x7c, 0x54, 0x0e, 0x4f, 0xeb, 0x38, - 0x28, 0xdd, 0xc2, 0xc6, 0x67, 0x1f, 0xdf, 0x00, 0xae, 0x8a, 0x5b, 0xd8, 0xd0, 0x16, 0x1c, 0xcb, - 0x95, 0xc8, 0x4c, 0x19, 0xa3, 0x66, 0x07, 0xc6, 0xc3, 0x97, 0xc2, 0x18, 0x35, 0x25, 0x8c, 0xd5, - 0x97, 0x60, 0xbd, 0xb7, 0x32, 0x35, 0x1c, 0xd4, 0x3d, 0x37, 0xc0, 0xea, 0xaf, 0x32, 0x70, 0x65, - 0x3f, 0xa8, 0xde, 0xb1, 0xde, 0x6b, 0x58, 0xe6, 0x21, 0x71, 0x8f, 0x2e, 0x7a, 0xfe, 0x1e, 0x8c, - 0x22, 0xc7, 0x6b, 0xb8, 0x21, 0xd3, 0xf2, 0x4e, 0xe9, 0x02, 0x17, 0xd8, 0x73, 0x43, 0x8d, 0x9f, + 0x2c, 0x42, 0xd6, 0xa8, 0x21, 0xcb, 0xd5, 0x2d, 0x33, 0x3f, 0xc8, 0xb7, 0xc8, 0xf7, 0xae, 0xa9, + 0x1c, 0xc3, 0xa2, 0x43, 0x36, 0x08, 0x55, 0xdd, 0x17, 0x64, 0x75, 0x1f, 0x85, 0x38, 0x3f, 0x44, + 0xb0, 0xdb, 0xaf, 0x7f, 0x72, 0x5a, 0x1c, 0xf8, 0xe7, 0x69, 0xf1, 0xc5, 0xaa, 0x15, 0xd6, 0x1a, + 0x95, 0x92, 0xe1, 0x39, 0xfc, 0xae, 0xfc, 0xc7, 0xb5, 0xc0, 0x7c, 0x5c, 0x0e, 0x4f, 0xea, 0x38, + 0x28, 0xdd, 0xc2, 0xc6, 0x67, 0x1f, 0x5f, 0x03, 0xae, 0x8a, 0x5b, 0xd8, 0xd0, 0x16, 0x1c, 0xcb, + 0x95, 0xc8, 0x4c, 0x19, 0xa3, 0x66, 0x07, 0xc6, 0xc3, 0x17, 0xc2, 0x18, 0x35, 0x25, 0x8c, 0xd5, + 0x57, 0x60, 0xbd, 0xb7, 0x32, 0x35, 0x1c, 0xd4, 0x3d, 0x37, 0xc0, 0xea, 0xaf, 0x32, 0x70, 0x69, + 0x2f, 0xa8, 0xde, 0xb1, 0xde, 0x6b, 0x58, 0xe6, 0x01, 0x71, 0x8f, 0x2e, 0x7a, 0xfe, 0x1e, 0x8c, + 0x22, 0xc7, 0x6b, 0xb8, 0x21, 0xd3, 0xf2, 0x76, 0xe9, 0x1c, 0x17, 0xd8, 0x75, 0x43, 0x8d, 0x9f, 0x56, 0x96, 0x00, 0x6a, 0x5e, 0x10, 0xea, 0x26, 0x76, 0x3d, 0x87, 0x59, 0x41, 0x1b, 0x27, 0x2b, - 0xb7, 0xc8, 0x82, 0xfa, 0x41, 0x06, 0x16, 0x92, 0x32, 0x45, 0xe2, 0x2a, 0x0f, 0x21, 0x1b, 0x84, - 0x7a, 0xe8, 0x3d, 0xc2, 0x2e, 0x15, 0x6e, 0x62, 0x73, 0xb1, 0xc4, 0x75, 0x42, 0x3c, 0xb1, 0xc4, - 0x3d, 0xb1, 0xb4, 0xeb, 0x59, 0xee, 0xce, 0xcb, 0x44, 0xbc, 0x3f, 0xfe, 0xab, 0xb8, 0x76, 0x0e, - 0xf1, 0xc8, 0x81, 0x40, 0x1b, 0x0b, 0xc2, 0x23, 0x42, 0x5b, 0xfd, 0x7d, 0x06, 0x66, 0x88, 0x08, - 0x87, 0xfb, 0x5f, 0xad, 0x66, 0x6e, 0xc0, 0xac, 0x1d, 0x38, 0xec, 0x82, 0xba, 0x55, 0x31, 0x12, - 0x2a, 0xca, 0xd9, 0x81, 0x43, 0xc5, 0xdb, 0xab, 0x18, 0x4c, 0x53, 0x6f, 0xc1, 0x62, 0x9b, 0x94, - 0x42, 0x57, 0x1b, 0x30, 0x17, 0xfa, 0xc8, 0x0d, 0x90, 0x41, 0x1d, 0xcf, 0xf0, 0x9c, 0xba, 0x8d, - 0x43, 0x4c, 0x45, 0xcf, 0x6a, 0xb3, 0xb1, 0xbd, 0x5d, 0xbe, 0xa5, 0xfe, 0x21, 0x03, 0xd3, 0xfb, - 0x41, 0x75, 0xd7, 0xc6, 0xc8, 0xdf, 0x41, 0x36, 0x72, 0x0d, 0xdc, 0x5f, 0xd8, 0xb5, 0xf4, 0x31, - 0xf4, 0xa5, 0xf4, 0x41, 0x98, 0xd7, 0x90, 0xeb, 0x62, 0x9b, 0xc5, 0x8c, 0x16, 0x7d, 0xaa, 0x8b, - 0x70, 0x35, 0x25, 0xa9, 0xf0, 0xe9, 0x3f, 0x31, 0x9f, 0x26, 0x7e, 0x8f, 0x9d, 0xaf, 0xca, 0x72, - 0xd7, 0x80, 0x7a, 0xb0, 0xfe, 0xbe, 0xe7, 0xf2, 0xc4, 0xa2, 0x65, 0xc9, 0xc2, 0x03, 0xcf, 0xc5, - 0x4a, 0x01, 0xb2, 0x3e, 0x36, 0xb0, 0x75, 0x8c, 0x7d, 0x7e, 0x0f, 0xf1, 0xad, 0xe6, 0xa9, 0xb3, - 0xc7, 0x84, 0x15, 0xf7, 0xf8, 0xcb, 0x28, 0xcc, 0xd2, 0xad, 0xaa, 0x15, 0x84, 0xd8, 0x7f, 0x23, - 0xa2, 0xf6, 0x6d, 0x98, 0x32, 0x3c, 0xd7, 0xc5, 0xcc, 0xae, 0x91, 0xf2, 0x77, 0xf2, 0x4f, 0xcf, - 0x8a, 0x73, 0xa7, 0xc8, 0xb1, 0x6f, 0xaa, 0x89, 0x6d, 0x55, 0x9b, 0x6c, 0x7d, 0xef, 0x99, 0x8a, - 0x0a, 0x93, 0x15, 0x6c, 0xd4, 0xb6, 0x36, 0xeb, 0x3e, 0x7e, 0x68, 0x35, 0xf3, 0x93, 0x54, 0xa0, - 0xc4, 0x9a, 0xf2, 0x4a, 0x22, 0x42, 0x59, 0xba, 0x9a, 0x7f, 0x7a, 0x56, 0x9c, 0x61, 0xf4, 0x5b, - 0x7b, 0x6a, 0x2c, 0x70, 0x95, 0x0d, 0x18, 0x6f, 0xf9, 0xec, 0x08, 0x3d, 0x34, 0xf7, 0xf4, 0xac, - 0x98, 0x63, 0x87, 0xc4, 0x96, 0xaa, 0x65, 0x2d, 0xee, 0xc1, 0x71, 0xc3, 0x8c, 0x26, 0x0d, 0xf3, - 0x16, 0x30, 0x17, 0x7d, 0x88, 0x7d, 0x9d, 0x1b, 0x9d, 0xdc, 0x15, 0x28, 0xd9, 0xe5, 0xa7, 0x67, - 0xc5, 0x02, 0x23, 0x2b, 0x01, 0xa9, 0xda, 0x4c, 0xb4, 0xba, 0xcb, 0x16, 0xa9, 0x4b, 0xe6, 0x1a, - 0x6e, 0xc5, 0x73, 0x4d, 0xcb, 0xad, 0xea, 0x75, 0xec, 0x5b, 0x9e, 0x99, 0x9f, 0x58, 0xc9, 0xac, - 0x0d, 0xef, 0x5c, 0x7b, 0x7a, 0x56, 0xbc, 0xca, 0x88, 0xa5, 0x11, 0xaa, 0x36, 0x2d, 0x96, 0x0e, - 0xe8, 0x8a, 0x62, 0xc3, 0x2c, 0x79, 0x51, 0xd2, 0x29, 0x7d, 0xea, 0x12, 0x52, 0xfa, 0x8c, 0x63, - 0xb9, 0xa9, 0x67, 0x84, 0x70, 0x43, 0xcd, 0x36, 0x6e, 0x57, 0x2e, 0x85, 0x1b, 0x6a, 0xa6, 0xb8, - 0x7d, 0x03, 0xf2, 0x24, 0xfd, 0xd8, 0x34, 0x9b, 0xe8, 0xb4, 0x5a, 0xd0, 0xb1, 0x8b, 0x2a, 0x36, - 0x36, 0xf3, 0xd3, 0x34, 0x6d, 0xcc, 0xdb, 0x81, 0x13, 0x4b, 0x36, 0xb7, 0xd9, 0xa6, 0x72, 0x1b, - 0x8a, 0x86, 0xe7, 0x38, 0x0d, 0xd7, 0x0a, 0x4f, 0xf5, 0xba, 0xe7, 0xd9, 0x7a, 0xe8, 0x63, 0x14, - 0x34, 0xfc, 0x53, 0x1d, 0x99, 0xa6, 0x8f, 0x83, 0x20, 0x9f, 0xa3, 0xe6, 0x7d, 0x46, 0xc0, 0x0e, - 0x3c, 0xcf, 0x3e, 0xe2, 0xa0, 0x6d, 0x86, 0x51, 0x5e, 0x81, 0xab, 0xe4, 0xb6, 0x0e, 0x0e, 0x02, - 0x54, 0xc5, 0x01, 0x31, 0x82, 0x6e, 0x19, 0x48, 0x0f, 0x9b, 0xf9, 0x19, 0x62, 0x2a, 0x8d, 0x28, - 0x63, 0x9f, 0xef, 0x1e, 0x60, 0x7f, 0xcf, 0x40, 0x47, 0xcd, 0x9b, 0xd9, 0x9f, 0x7e, 0x58, 0x1c, - 0xf8, 0xf7, 0x87, 0xc5, 0x01, 0x75, 0x09, 0xae, 0x49, 0x02, 0x46, 0x04, 0xd4, 0x2f, 0x32, 0x34, - 0x5f, 0xee, 0xda, 0xc8, 0x72, 0xde, 0x76, 0x4d, 0x6c, 0xe3, 0x2a, 0x0a, 0xb1, 0x49, 0x73, 0x6a, - 0xb7, 0xfa, 0x62, 0x05, 0x26, 0x45, 0x6c, 0xb7, 0x92, 0x1d, 0x44, 0xe1, 0xbd, 0x67, 0x2a, 0x73, - 0x30, 0x82, 0xeb, 0x9e, 0x51, 0xa3, 0x91, 0x3f, 0xac, 0xb1, 0x8f, 0x44, 0xd8, 0x8f, 0x24, 0xc3, - 0xfe, 0xfb, 0xc3, 0xd9, 0xe1, 0xdc, 0x88, 0xba, 0x0a, 0xd7, 0x3b, 0x0a, 0x24, 0xc4, 0x0e, 0x79, - 0x86, 0xa8, 0xb0, 0x3c, 0x77, 0x2f, 0xaa, 0xdd, 0xba, 0x89, 0x9c, 0x48, 0x47, 0x83, 0xa9, 0x74, - 0xb4, 0x0a, 0x53, 0x6e, 0xc3, 0xd1, 0xfd, 0x88, 0x22, 0x97, 0x7a, 0xd2, 0x6d, 0x38, 0x82, 0x8b, - 0xba, 0x02, 0xcb, 0x72, 0xae, 0x42, 0xae, 0x9f, 0x64, 0x20, 0xb7, 0x1f, 0x54, 0xb7, 0x4d, 0xf3, - 0xcb, 0x8b, 0x74, 0x13, 0x40, 0xd4, 0xa4, 0x41, 0x7e, 0x68, 0x65, 0x68, 0x6d, 0x62, 0xb3, 0x50, - 0x4a, 0xd5, 0xb1, 0x25, 0xc1, 0x47, 0x8b, 0xa1, 0xd5, 0x02, 0xe4, 0xd3, 0x62, 0x08, 0x19, 0xdf, - 0x85, 0x69, 0xb1, 0x7a, 0x1f, 0x5b, 0xd5, 0x5a, 0xa8, 0x6c, 0xc2, 0x58, 0xe4, 0x93, 0x19, 0x96, - 0x38, 0x3f, 0xfb, 0xf8, 0xc6, 0x1c, 0x0f, 0x0c, 0xee, 0x89, 0x87, 0xa1, 0x6f, 0xb9, 0x55, 0x2d, - 0x02, 0x2a, 0x0b, 0x30, 0x7a, 0x42, 0x4f, 0x53, 0xc1, 0x87, 0x35, 0xfe, 0xa5, 0xfe, 0x8e, 0x7b, - 0x54, 0x0d, 0xb9, 0x55, 0x9c, 0x62, 0xd4, 0xb7, 0x2e, 0xf6, 0x61, 0x46, 0xdc, 0x4e, 0x67, 0x8c, - 0x22, 0x95, 0xac, 0x74, 0x56, 0x09, 0x63, 0xaa, 0xe5, 0x8e, 0x53, 0x52, 0x44, 0x3e, 0x26, 0x15, - 0x51, 0xe8, 0xe9, 0x83, 0x0c, 0x28, 0xfb, 0x41, 0xf5, 0x16, 0x26, 0x75, 0x80, 0x40, 0xf5, 0x7b, - 0x83, 0x2d, 0xc8, 0x1e, 0x23, 0x9b, 0x86, 0x3e, 0x2f, 0x00, 0xba, 0xe8, 0xf8, 0x18, 0xd9, 0x64, - 0x45, 0x7d, 0x06, 0x0a, 0xed, 0x12, 0x08, 0x01, 0x7f, 0x9b, 0xe1, 0xb1, 0x1d, 0x84, 0x9e, 0x8f, - 0xf7, 0xdc, 0x10, 0xfb, 0xb4, 0xd8, 0xd8, 0x36, 0x0c, 0x51, 0x29, 0x5c, 0xb8, 0x4c, 0x59, 0x4d, - 0xbf, 0xa4, 0xec, 0xe1, 0x4e, 0xbe, 0x97, 0xab, 0x30, 0x85, 0x18, 0x13, 0xdd, 0x3b, 0x71, 0xc5, - 0x0b, 0x3e, 0xc9, 0x17, 0xef, 0x92, 0x35, 0xf5, 0x39, 0x58, 0xed, 0x22, 0x9d, 0xb8, 0xc5, 0x01, - 0x4f, 0x40, 0x5e, 0x80, 0x6f, 0xb1, 0x68, 0x27, 0xe5, 0x17, 0x7b, 0xa3, 0xfa, 0xba, 0x82, 0xc8, - 0x20, 0x32, 0x8a, 0x82, 0xed, 0x7b, 0xb0, 0x22, 0x7a, 0x02, 0xa1, 0xda, 0xc3, 0x1a, 0xf2, 0x71, - 0x70, 0xbb, 0x69, 0xd4, 0x68, 0xee, 0xef, 0x4b, 0x81, 0x79, 0x20, 0xe6, 0xf3, 0xea, 0x98, 0xdb, - 0x59, 0x8b, 0x3e, 0xd5, 0x75, 0x58, 0xeb, 0xc5, 0x52, 0x88, 0x57, 0xa5, 0x09, 0x6e, 0x17, 0xd9, - 0x56, 0x85, 0xbc, 0x6e, 0xad, 0x7b, 0x5c, 0xb6, 0x50, 0x2c, 0xa7, 0x49, 0x18, 0x09, 0x51, 0xde, - 0xa0, 0x75, 0xbf, 0x86, 0x83, 0x86, 0x83, 0x45, 0xc1, 0xd5, 0x97, 0x61, 0xae, 0x51, 0x53, 0x27, - 0x29, 0x09, 0x36, 0xff, 0xcd, 0xd2, 0xd2, 0x6e, 0x97, 0x90, 0xc1, 0x47, 0x3e, 0x32, 0xb1, 0xe6, - 0x35, 0x42, 0xac, 0xfc, 0x3f, 0x8c, 0xa3, 0x46, 0x58, 0xf3, 0x7c, 0x2b, 0x3c, 0xed, 0x99, 0x9d, - 0x5a, 0x50, 0x45, 0x85, 0x29, 0x1a, 0x8d, 0x29, 0x61, 0x26, 0xc8, 0xe2, 0x2e, 0x57, 0xcb, 0x0e, - 0x2c, 0xb3, 0xe4, 0xa1, 0x87, 0x9e, 0xee, 0xe3, 0x13, 0xe4, 0x9b, 0xba, 0xcc, 0xfb, 0x0b, 0x0c, - 0x75, 0xe4, 0x69, 0x14, 0xb3, 0x1b, 0x8f, 0x85, 0xef, 0xc2, 0x52, 0x8b, 0x46, 0x48, 0xe4, 0x4e, - 0x91, 0x60, 0xb1, 0xb1, 0x18, 0x91, 0xa0, 0x57, 0x4b, 0x50, 0xd8, 0x03, 0x56, 0x3d, 0xb6, 0x64, - 0x90, 0x55, 0x79, 0xec, 0xb5, 0x5c, 0x22, 0xc8, 0x48, 0x8e, 0xa3, 0xb6, 0x8a, 0xee, 0x4d, 0x58, - 0x8d, 0x48, 0x44, 0xc2, 0xc8, 0x68, 0xb1, 0xba, 0x72, 0x99, 0x41, 0xb9, 0x48, 0xed, 0xc4, 0x5e, - 0x87, 0xeb, 0x9c, 0x84, 0xa7, 0x33, 0x01, 0x25, 0xa4, 0xc6, 0x58, 0x0d, 0x43, 0x81, 0x47, 0x1e, - 0xb1, 0x6a, 0x3b, 0xa1, 0x32, 0xcc, 0x71, 0xa9, 0x68, 0xb1, 0xab, 0x7b, 0x2e, 0xa5, 0x97, 0xcf, - 0xd2, 0xb3, 0x33, 0x6c, 0x8f, 0x16, 0xbf, 0x77, 0x5d, 0x42, 0x41, 0xd9, 0x82, 0x85, 0xf4, 0x01, - 0xf6, 0x9d, 0x1f, 0xa7, 0x47, 0x66, 0x13, 0x47, 0x98, 0x32, 0x94, 0x0d, 0x98, 0x4f, 0x1f, 0xa2, - 0x52, 0xb1, 0xfa, 0x58, 0x53, 0x12, 0x67, 0xe8, 0x95, 0x49, 0x6f, 0xd9, 0xaa, 0xdb, 0x5b, 0x07, - 0x26, 0x58, 0x6f, 0x29, 0xaa, 0xf8, 0x08, 0xfe, 0x22, 0x28, 0x49, 0x38, 0xbd, 0x05, 0x6b, 0x16, - 0xa6, 0x63, 0x68, 0x7a, 0x87, 0x6b, 0x30, 0x46, 0xab, 0x3e, 0xcb, 0xa4, 0x85, 0xf0, 0xf0, 0xce, - 0x60, 0x3e, 0xa3, 0x8d, 0x92, 0xa5, 0x3d, 0x53, 0xf9, 0x0e, 0x14, 0x48, 0x55, 0x87, 0x6c, 0xdb, - 0x3b, 0xc1, 0xa6, 0x1e, 0x9c, 0xa0, 0xba, 0x6e, 0x7b, 0x41, 0x10, 0x2f, 0x65, 0x09, 0x7e, 0xc1, - 0x41, 0xcd, 0x6d, 0x06, 0x3a, 0x3c, 0x41, 0xf5, 0x3b, 0x5e, 0x10, 0xd0, 0xcc, 0x74, 0x0f, 0xa6, - 0x49, 0xc5, 0x4d, 0xcf, 0xf1, 0x5e, 0x6d, 0xba, 0xaf, 0x5e, 0x6d, 0xca, 0xb1, 0x5c, 0x42, 0x79, - 0x9b, 0xb5, 0x6c, 0x84, 0x2e, 0x6a, 0x26, 0xe8, 0xe6, 0xfa, 0xa4, 0x8b, 0x9a, 0x31, 0xba, 0x3f, - 0x60, 0x1d, 0x82, 0x70, 0x20, 0x4e, 0x7b, 0xa6, 0x2f, 0xda, 0xa4, 0x27, 0x88, 0x9c, 0x8c, 0xd1, - 0xbf, 0xf9, 0xcd, 0x1f, 0x7f, 0xf1, 0xd1, 0x7a, 0x2b, 0xf8, 0x7f, 0xf6, 0xc5, 0x47, 0xeb, 0xcf, - 0xf1, 0x01, 0x5f, 0xb3, 0x35, 0xe2, 0x93, 0xa4, 0x17, 0x5e, 0x1f, 0xa7, 0x97, 0x45, 0x56, 0xfa, - 0x5b, 0x86, 0x66, 0x25, 0xf6, 0x04, 0x5f, 0x42, 0x56, 0xba, 0x0e, 0x93, 0x71, 0x27, 0x8d, 0x92, - 0x52, 0xcc, 0x37, 0x7b, 0x8c, 0x82, 0xce, 0x7f, 0xd5, 0xb4, 0xcc, 0xfc, 0xaa, 0xe9, 0x65, 0x71, - 0xd5, 0xbf, 0x0e, 0xd3, 0xab, 0xb2, 0xf7, 0xe9, 0xeb, 0x70, 0xd5, 0x78, 0x08, 0x0d, 0x5f, 0x30, - 0x84, 0x46, 0x7a, 0x86, 0xd0, 0x3b, 0xed, 0x21, 0x44, 0xd3, 0x22, 0x9b, 0x91, 0x9d, 0xdf, 0x1d, - 0xf3, 0x99, 0x74, 0x10, 0xbd, 0xd3, 0x1e, 0x44, 0x63, 0x7d, 0x53, 0xfe, 0x7a, 0x86, 0x51, 0xda, - 0x49, 0xb8, 0x6f, 0xa5, 0x97, 0x85, 0x6f, 0xfd, 0x67, 0x90, 0x3e, 0xfd, 0x87, 0x38, 0xdc, 0x8d, - 0x37, 0xbb, 0xa4, 0x95, 0x0a, 0x31, 0x69, 0x3f, 0x12, 0xc5, 0x44, 0xb7, 0xd2, 0xf8, 0x1c, 0xc5, - 0xce, 0x5d, 0x98, 0xf0, 0x29, 0xe1, 0xf8, 0x48, 0xbb, 0x74, 0xb1, 0xc1, 0x80, 0x06, 0x8c, 0x04, - 0x75, 0x95, 0x3a, 0x2c, 0xc5, 0xfb, 0x7f, 0xf2, 0x83, 0xcf, 0x23, 0xb9, 0x01, 0x86, 0xfb, 0x32, - 0xc0, 0xa2, 0xdd, 0x9a, 0x1a, 0x98, 0x87, 0x6c, 0xcc, 0xca, 0x0d, 0xf1, 0x1a, 0x31, 0x44, 0x74, - 0x57, 0x62, 0x86, 0x17, 0xa5, 0x66, 0x90, 0xeb, 0x93, 0x17, 0xc0, 0xf2, 0x4d, 0x61, 0x92, 0x3f, - 0x0f, 0xd2, 0x1e, 0xf1, 0xc8, 0xab, 0x56, 0x6d, 0x1c, 0x15, 0x25, 0xa1, 0xef, 0xd9, 0x36, 0xf6, - 0x2f, 0xdb, 0x22, 0x87, 0x30, 0x53, 0xc7, 0xbe, 0x63, 0x05, 0x01, 0x1d, 0xbb, 0xd2, 0xbe, 0x8b, - 0xda, 0xe5, 0xca, 0xe6, 0xf3, 0x6d, 0xed, 0xdb, 0x76, 0x23, 0xac, 0xbd, 0x7f, 0x20, 0xe0, 0xac, - 0x4b, 0xd3, 0x72, 0xf5, 0xd4, 0x0a, 0x29, 0x41, 0xa3, 0xa6, 0x95, 0x0f, 0x42, 0x63, 0xad, 0x29, - 0xa9, 0x62, 0x8d, 0x53, 0x9a, 0x06, 0xb2, 0x1a, 0xff, 0xba, 0xf9, 0x6a, 0x5a, 0xab, 0xeb, 0x52, - 0xad, 0x4a, 0x55, 0xa2, 0xaa, 0xb4, 0x61, 0x90, 0xee, 0x09, 0x9d, 0x7e, 0x9e, 0xa1, 0x23, 0x58, - 0x16, 0x06, 0x51, 0x85, 0x7b, 0x80, 0x7c, 0xe4, 0x04, 0x7d, 0xa7, 0xd1, 0x2e, 0x6a, 0xed, 0x32, - 0x1b, 0x1a, 0xea, 0x3c, 0x1b, 0x7a, 0xad, 0x3d, 0xc8, 0x5f, 0xe8, 0x12, 0xe4, 0xc9, 0x6b, 0xa8, - 0xd7, 0xa1, 0xd8, 0x61, 0x2b, 0xd2, 0xc2, 0x7a, 0x09, 0xe6, 0xa5, 0x36, 0x54, 0xc6, 0x61, 0xe4, - 0x75, 0x6d, 0xfb, 0xad, 0xa3, 0xdc, 0x80, 0x02, 0x30, 0xaa, 0xdd, 0xbe, 0x77, 0xf7, 0xcd, 0xdb, - 0xb9, 0xcc, 0xe6, 0x6f, 0x66, 0x61, 0x68, 0x3f, 0xa8, 0x2a, 0xf7, 0x61, 0x22, 0xfe, 0xab, 0x85, - 0x62, 0x9b, 0x67, 0x24, 0x7f, 0x03, 0x52, 0xf8, 0xbf, 0x1e, 0x00, 0x31, 0xf6, 0xff, 0x21, 0x5c, - 0x49, 0xfd, 0xda, 0x42, 0x95, 0x1e, 0x4d, 0x60, 0x0a, 0xeb, 0xbd, 0x31, 0x82, 0xc3, 0x7d, 0x98, - 0x88, 0xcf, 0xd6, 0xa5, 0xa2, 0xc7, 0x00, 0x72, 0xd1, 0x25, 0x03, 0x6f, 0xe5, 0x21, 0xe4, 0xda, - 0x86, 0xdd, 0xcf, 0xca, 0x0f, 0x27, 0x51, 0x85, 0x97, 0xce, 0x83, 0x12, 0x7c, 0x9a, 0xb0, 0xd0, - 0x61, 0x06, 0x28, 0x55, 0x83, 0x1c, 0x5b, 0xd8, 0x3c, 0x3f, 0x56, 0x70, 0xf6, 0x60, 0x56, 0x36, - 0xc7, 0xeb, 0xa0, 0xa1, 0x36, 0x60, 0xa1, 0x7c, 0x4e, 0xa0, 0x60, 0xf8, 0x2e, 0x4c, 0x25, 0xe7, - 0x73, 0xd7, 0x65, 0x14, 0x12, 0x90, 0xc2, 0x0b, 0x3d, 0x21, 0x82, 0xfc, 0x09, 0xcc, 0x4b, 0x07, - 0x4b, 0x1d, 0x14, 0x29, 0x9d, 0x41, 0x75, 0x50, 0x64, 0xd7, 0x79, 0x95, 0x62, 0xc0, 0x74, 0x7a, - 0x56, 0xb5, 0x2a, 0x23, 0x93, 0x02, 0x15, 0x5e, 0x3c, 0x07, 0x48, 0x30, 0xf9, 0x11, 0xe4, 0x3b, - 0xce, 0x9b, 0x3a, 0x78, 0x9c, 0x1c, 0x5d, 0x78, 0xe5, 0x22, 0xe8, 0xa4, 0x9f, 0x4a, 0x47, 0x45, - 0x1d, 0xfc, 0x54, 0x86, 0xed, 0xe4, 0xa7, 0xdd, 0x06, 0x46, 0xca, 0xcf, 0x33, 0xb0, 0xd4, 0x7d, - 0x5c, 0xb4, 0x21, 0xa3, 0xda, 0xf5, 0x48, 0xe1, 0x5b, 0x17, 0x3e, 0x12, 0x8f, 0x1b, 0xd9, 0x78, - 0x48, 0x1a, 0x37, 0x12, 0xa0, 0x3c, 0x6e, 0xba, 0xcc, 0x81, 0x94, 0x07, 0x30, 0x99, 0xf8, 0x2d, - 0xe8, 0x8a, 0x5c, 0x89, 0x2d, 0x44, 0x61, 0xad, 0x17, 0x42, 0xd0, 0xfe, 0x75, 0x06, 0x8a, 0xbd, - 0xfe, 0xd8, 0x61, 0xab, 0xb3, 0xae, 0x3a, 0x1e, 0x2a, 0xbc, 0xda, 0xc7, 0xa1, 0xf8, 0xbb, 0x91, - 0x1a, 0x7b, 0xa9, 0x1d, 0x9c, 0x36, 0x86, 0x91, 0xbf, 0x1b, 0xf2, 0xa1, 0x17, 0x49, 0xef, 0x6d, - 0x03, 0x2f, 0x69, 0x7a, 0x4f, 0xa3, 0xe4, 0xe9, 0xbd, 0x53, 0x1b, 0x4b, 0xf8, 0xb4, 0xb5, 0xb0, - 0xcf, 0x76, 0x8e, 0xfb, 0x5e, 0x7c, 0x3a, 0xf5, 0x90, 0x84, 0x4f, 0x5b, 0xff, 0xf8, 0x6c, 0x67, - 0x13, 0xf4, 0xe2, 0xd3, 0xa9, 0x9f, 0x20, 0x69, 0xa0, 0x43, 0x2f, 0x21, 0xd5, 0xbe, 0x1c, 0x2b, - 0x4f, 0x03, 0xdd, 0xcb, 0x66, 0xa5, 0x01, 0xf3, 0xf2, 0x92, 0x59, 0xfa, 0x44, 0x48, 0xa1, 0x85, - 0x8d, 0x73, 0x43, 0x05, 0x5b, 0x1f, 0xe6, 0xa4, 0x55, 0xe5, 0x5a, 0x67, 0xb5, 0x25, 0x91, 0x85, - 0x97, 0xcf, 0x8b, 0x8c, 0x78, 0xee, 0xdc, 0xf9, 0xe4, 0xf1, 0x72, 0xe6, 0xd3, 0xc7, 0xcb, 0x99, - 0xcf, 0x1f, 0x2f, 0x67, 0x7e, 0xf9, 0x64, 0x79, 0xe0, 0xd3, 0x27, 0xcb, 0x03, 0xff, 0x78, 0xb2, - 0x3c, 0xf0, 0x60, 0x33, 0xd6, 0xe1, 0x1c, 0x52, 0xaa, 0x37, 0xee, 0xa0, 0x4a, 0x50, 0xe6, 0x65, - 0xe4, 0xf1, 0xe6, 0x56, 0xbc, 0x94, 0xa4, 0x1d, 0x4f, 0x65, 0x94, 0xfe, 0x65, 0xd3, 0xd6, 0xff, - 0x02, 0x00, 0x00, 0xff, 0xff, 0x04, 0x0e, 0x28, 0x89, 0xa4, 0x25, 0x00, 0x00, + 0xb7, 0xc8, 0x82, 0xfa, 0x41, 0x06, 0x16, 0x92, 0x32, 0x45, 0xe2, 0x2a, 0x8f, 0x20, 0x1b, 0x84, + 0x7a, 0xe8, 0x3d, 0xc6, 0x2e, 0x15, 0x6e, 0x62, 0x73, 0xb1, 0xc4, 0x75, 0x42, 0x3c, 0xb1, 0xc4, + 0x3d, 0xb1, 0xb4, 0xe3, 0x59, 0xee, 0xf6, 0xab, 0x44, 0xbc, 0x3f, 0xfe, 0xab, 0xb8, 0x76, 0x06, + 0xf1, 0xc8, 0x81, 0x40, 0x1b, 0x0b, 0xc2, 0x43, 0x42, 0x5b, 0xfd, 0x7d, 0x06, 0x66, 0x88, 0x08, + 0x07, 0x7b, 0x5f, 0xad, 0x66, 0xae, 0xc1, 0xac, 0x1d, 0x38, 0xec, 0x82, 0xba, 0x55, 0x31, 0x12, + 0x2a, 0xca, 0xd9, 0x81, 0x43, 0xc5, 0xdb, 0xad, 0x18, 0x4c, 0x53, 0x77, 0x61, 0xb1, 0x4d, 0x4a, + 0xa1, 0xab, 0x0d, 0x98, 0x0b, 0x7d, 0xe4, 0x06, 0xc8, 0xa0, 0x8e, 0x67, 0x78, 0x4e, 0xdd, 0xc6, + 0x21, 0xa6, 0xa2, 0x67, 0xb5, 0xd9, 0xd8, 0xde, 0x0e, 0xdf, 0x52, 0xff, 0x90, 0x81, 0xe9, 0xbd, + 0xa0, 0xba, 0x63, 0x63, 0xe4, 0x6f, 0x23, 0x1b, 0xb9, 0x06, 0xee, 0x2f, 0xec, 0x5a, 0xfa, 0x18, + 0xfa, 0x52, 0xfa, 0x20, 0xcc, 0x6b, 0xc8, 0x75, 0xb1, 0xcd, 0x62, 0x46, 0x8b, 0x3e, 0xd5, 0x45, + 0xb8, 0x9c, 0x92, 0x54, 0xf8, 0xf4, 0x9f, 0x98, 0x4f, 0x13, 0xbf, 0xc7, 0xce, 0x57, 0x65, 0xb9, + 0x2b, 0x40, 0x3d, 0x58, 0x7f, 0xdf, 0x73, 0x79, 0x62, 0xd1, 0xb2, 0x64, 0xe1, 0xa1, 0xe7, 0x62, + 0xa5, 0x00, 0x59, 0x1f, 0x1b, 0xd8, 0x3a, 0xc2, 0x3e, 0xbf, 0x87, 0xf8, 0x56, 0xf3, 0xd4, 0xd9, + 0x63, 0xc2, 0x8a, 0x7b, 0xfc, 0x65, 0x14, 0x66, 0xe9, 0x56, 0xd5, 0x0a, 0x42, 0xec, 0xbf, 0x19, + 0x51, 0xfb, 0x36, 0x4c, 0x19, 0x9e, 0xeb, 0x62, 0x66, 0xd7, 0x48, 0xf9, 0xdb, 0xf9, 0x67, 0xa7, + 0xc5, 0xb9, 0x13, 0xe4, 0xd8, 0x37, 0xd5, 0xc4, 0xb6, 0xaa, 0x4d, 0xb6, 0xbe, 0x77, 0x4d, 0x45, + 0x85, 0xc9, 0x0a, 0x36, 0x6a, 0xd7, 0x37, 0xeb, 0x3e, 0x7e, 0x64, 0x35, 0xf3, 0x93, 0x54, 0xa0, + 0xc4, 0x9a, 0x72, 0x23, 0x11, 0xa1, 0x2c, 0x5d, 0xcd, 0x3f, 0x3b, 0x2d, 0xce, 0x30, 0xfa, 0xad, + 0x3d, 0x35, 0x16, 0xb8, 0xca, 0x06, 0x8c, 0xb7, 0x7c, 0x76, 0x84, 0x1e, 0x9a, 0x7b, 0x76, 0x5a, + 0xcc, 0xb1, 0x43, 0x62, 0x4b, 0xd5, 0xb2, 0x16, 0xf7, 0xe0, 0xb8, 0x61, 0x46, 0x93, 0x86, 0xb9, + 0x0b, 0xcc, 0x45, 0x1f, 0x61, 0x5f, 0xe7, 0x46, 0x27, 0x77, 0x05, 0x4a, 0x76, 0xf9, 0xd9, 0x69, + 0xb1, 0xc0, 0xc8, 0x4a, 0x40, 0xaa, 0x36, 0x13, 0xad, 0xee, 0xb0, 0x45, 0xea, 0x92, 0xb9, 0x86, + 0x5b, 0xf1, 0x5c, 0xd3, 0x72, 0xab, 0x7a, 0x1d, 0xfb, 0x96, 0x67, 0xe6, 0x27, 0x56, 0x32, 0x6b, + 0xc3, 0xdb, 0x57, 0x9e, 0x9d, 0x16, 0x2f, 0x33, 0x62, 0x69, 0x84, 0xaa, 0x4d, 0x8b, 0xa5, 0x7d, + 0xba, 0xa2, 0xd8, 0x30, 0x4b, 0x5e, 0x94, 0x74, 0x4a, 0x9f, 0xba, 0x80, 0x94, 0x3e, 0xe3, 0x58, + 0x6e, 0xea, 0x19, 0x21, 0xdc, 0x50, 0xb3, 0x8d, 0xdb, 0xa5, 0x0b, 0xe1, 0x86, 0x9a, 0x29, 0x6e, + 0xdf, 0x80, 0x3c, 0x49, 0x3f, 0x36, 0xcd, 0x26, 0x3a, 0xad, 0x16, 0x74, 0xec, 0xa2, 0x8a, 0x8d, + 0xcd, 0xfc, 0x34, 0x4d, 0x1b, 0xf3, 0x76, 0xe0, 0xc4, 0x92, 0xcd, 0x6d, 0xb6, 0xa9, 0xdc, 0x86, + 0xa2, 0xe1, 0x39, 0x4e, 0xc3, 0xb5, 0xc2, 0x13, 0xbd, 0xee, 0x79, 0xb6, 0x1e, 0xfa, 0x18, 0x05, + 0x0d, 0xff, 0x44, 0x47, 0xa6, 0xe9, 0xe3, 0x20, 0xc8, 0xe7, 0xa8, 0x79, 0x9f, 0x13, 0xb0, 0x7d, + 0xcf, 0xb3, 0x0f, 0x39, 0x68, 0x8b, 0x61, 0x94, 0x1b, 0x70, 0x99, 0xdc, 0xd6, 0xc1, 0x41, 0x80, + 0xaa, 0x38, 0x20, 0x46, 0xd0, 0x2d, 0x03, 0xe9, 0x61, 0x33, 0x3f, 0x43, 0x4c, 0xa5, 0x11, 0x65, + 0xec, 0xf1, 0xdd, 0x7d, 0xec, 0xef, 0x1a, 0xe8, 0xb0, 0x79, 0x33, 0xfb, 0xd3, 0x0f, 0x8b, 0x03, + 0xff, 0xfe, 0xb0, 0x38, 0xa0, 0x2e, 0xc1, 0x15, 0x49, 0xc0, 0x88, 0x80, 0xfa, 0x45, 0x86, 0xe6, + 0xcb, 0x1d, 0x1b, 0x59, 0xce, 0xdb, 0xae, 0x89, 0x6d, 0x5c, 0x45, 0x21, 0x36, 0x69, 0x4e, 0xed, + 0x56, 0x5f, 0xac, 0xc0, 0xa4, 0x88, 0xed, 0x56, 0xb2, 0x83, 0x28, 0xbc, 0x77, 0x4d, 0x65, 0x0e, + 0x46, 0x70, 0xdd, 0x33, 0x6a, 0x34, 0xf2, 0x87, 0x35, 0xf6, 0x91, 0x08, 0xfb, 0x91, 0x64, 0xd8, + 0x7f, 0x7f, 0x38, 0x3b, 0x9c, 0x1b, 0x51, 0x57, 0xe1, 0x6a, 0x47, 0x81, 0x84, 0xd8, 0x21, 0xcf, + 0x10, 0x15, 0x96, 0xe7, 0xee, 0x47, 0xb5, 0x5b, 0x37, 0x91, 0x13, 0xe9, 0x68, 0x30, 0x95, 0x8e, + 0x56, 0x61, 0xca, 0x6d, 0x38, 0xba, 0x1f, 0x51, 0xe4, 0x52, 0x4f, 0xba, 0x0d, 0x47, 0x70, 0x51, + 0x57, 0x60, 0x59, 0xce, 0x55, 0xc8, 0xf5, 0x93, 0x0c, 0xe4, 0xf6, 0x82, 0xea, 0x96, 0x69, 0x7e, + 0x79, 0x91, 0x6e, 0x02, 0x88, 0x9a, 0x34, 0xc8, 0x0f, 0xad, 0x0c, 0xad, 0x4d, 0x6c, 0x16, 0x4a, + 0xa9, 0x3a, 0xb6, 0x24, 0xf8, 0x68, 0x31, 0xb4, 0x5a, 0x80, 0x7c, 0x5a, 0x0c, 0x21, 0xe3, 0xbb, + 0x30, 0x2d, 0x56, 0x1f, 0x60, 0xab, 0x5a, 0x0b, 0x95, 0x4d, 0x18, 0x8b, 0x7c, 0x32, 0xc3, 0x12, + 0xe7, 0x67, 0x1f, 0x5f, 0x9b, 0xe3, 0x81, 0xc1, 0x3d, 0xf1, 0x20, 0xf4, 0x2d, 0xb7, 0xaa, 0x45, + 0x40, 0x65, 0x01, 0x46, 0x8f, 0xe9, 0x69, 0x2a, 0xf8, 0xb0, 0xc6, 0xbf, 0xd4, 0xdf, 0x71, 0x8f, + 0xaa, 0x21, 0xb7, 0x8a, 0x53, 0x8c, 0xfa, 0xd6, 0xc5, 0x1e, 0xcc, 0x88, 0xdb, 0xe9, 0x8c, 0x51, + 0xa4, 0x92, 0x95, 0xce, 0x2a, 0x61, 0x4c, 0xb5, 0xdc, 0x51, 0x4a, 0x8a, 0xc8, 0xc7, 0xa4, 0x22, + 0x0a, 0x3d, 0x7d, 0x90, 0x01, 0x65, 0x2f, 0xa8, 0xde, 0xc2, 0xa4, 0x0e, 0x10, 0xa8, 0x7e, 0x6f, + 0x70, 0x1d, 0xb2, 0x47, 0xc8, 0xa6, 0xa1, 0xcf, 0x0b, 0x80, 0x2e, 0x3a, 0x3e, 0x42, 0x36, 0x59, + 0x51, 0x9f, 0x83, 0x42, 0xbb, 0x04, 0x42, 0xc0, 0xdf, 0x66, 0x78, 0x6c, 0x07, 0xa1, 0xe7, 0xe3, + 0x5d, 0x37, 0xc4, 0x3e, 0x2d, 0x36, 0xb6, 0x0c, 0x43, 0x54, 0x0a, 0xe7, 0x2e, 0x53, 0x56, 0xd3, + 0x2f, 0x29, 0x7b, 0xb8, 0x93, 0xef, 0xe5, 0x2a, 0x4c, 0x21, 0xc6, 0x44, 0xf7, 0x8e, 0x5d, 0xf1, + 0x82, 0x4f, 0xf2, 0xc5, 0x7b, 0x64, 0x4d, 0x7d, 0x01, 0x56, 0xbb, 0x48, 0x27, 0x6e, 0xb1, 0xcf, + 0x13, 0x90, 0x17, 0xe0, 0x5b, 0x2c, 0xda, 0x49, 0xf9, 0xc5, 0xde, 0xa8, 0xbe, 0xae, 0x20, 0x32, + 0x88, 0x8c, 0xa2, 0x60, 0xfb, 0x1e, 0xac, 0x88, 0x9e, 0x40, 0xa8, 0xf6, 0xa0, 0x86, 0x7c, 0x1c, + 0xdc, 0x6e, 0x1a, 0x35, 0x9a, 0xfb, 0xfb, 0x52, 0x60, 0x1e, 0x88, 0xf9, 0xbc, 0x3a, 0xe6, 0x76, + 0xd6, 0xa2, 0x4f, 0x75, 0x1d, 0xd6, 0x7a, 0xb1, 0x14, 0xe2, 0x55, 0x69, 0x82, 0xdb, 0x41, 0xb6, + 0x55, 0x21, 0xaf, 0x5b, 0xeb, 0x1e, 0x17, 0x2d, 0x14, 0xcb, 0x69, 0x12, 0x46, 0x42, 0x94, 0x37, + 0x69, 0xdd, 0xaf, 0xe1, 0xa0, 0xe1, 0x60, 0x51, 0x70, 0xf5, 0x65, 0x98, 0x2b, 0xd4, 0xd4, 0x49, + 0x4a, 0x82, 0xcd, 0x7f, 0xb3, 0xb4, 0xb4, 0xdb, 0x21, 0x64, 0xf0, 0xa1, 0x8f, 0x4c, 0xac, 0x79, + 0x8d, 0x10, 0x2b, 0xff, 0x0f, 0xe3, 0xa8, 0x11, 0xd6, 0x3c, 0xdf, 0x0a, 0x4f, 0x7a, 0x66, 0xa7, + 0x16, 0x54, 0x51, 0x61, 0x8a, 0x46, 0x63, 0x4a, 0x98, 0x09, 0xb2, 0xb8, 0xc3, 0xd5, 0xb2, 0x0d, + 0xcb, 0x2c, 0x79, 0xe8, 0xa1, 0xa7, 0xfb, 0xf8, 0x18, 0xf9, 0xa6, 0x2e, 0xf3, 0xfe, 0x02, 0x43, + 0x1d, 0x7a, 0x1a, 0xc5, 0xec, 0xc4, 0x63, 0xe1, 0xbb, 0xb0, 0xd4, 0xa2, 0x11, 0x12, 0xb9, 0x53, + 0x24, 0x58, 0x6c, 0x2c, 0x46, 0x24, 0xe8, 0xd5, 0x12, 0x14, 0x76, 0x81, 0x55, 0x8f, 0x2d, 0x19, + 0x64, 0x55, 0x1e, 0x7b, 0x2d, 0x97, 0x08, 0x32, 0x92, 0xe3, 0xb0, 0xad, 0xa2, 0x7b, 0x0b, 0x56, + 0x23, 0x12, 0x91, 0x30, 0x32, 0x5a, 0xac, 0xae, 0x5c, 0x66, 0x50, 0x2e, 0x52, 0x3b, 0xb1, 0x37, + 0xe0, 0x2a, 0x27, 0xe1, 0xe9, 0x4c, 0x40, 0x09, 0xa9, 0x31, 0x56, 0xc3, 0x50, 0xe0, 0xa1, 0x47, + 0xac, 0xda, 0x4e, 0xa8, 0x0c, 0x73, 0x5c, 0x2a, 0x5a, 0xec, 0xea, 0x9e, 0x4b, 0xe9, 0xe5, 0xb3, + 0xf4, 0xec, 0x0c, 0xdb, 0xa3, 0xc5, 0xef, 0x3d, 0x97, 0x50, 0x50, 0xae, 0xc3, 0x42, 0xfa, 0x00, + 0xfb, 0xce, 0x8f, 0xd3, 0x23, 0xb3, 0x89, 0x23, 0x4c, 0x19, 0xca, 0x06, 0xcc, 0xa7, 0x0f, 0x51, + 0xa9, 0x58, 0x7d, 0xac, 0x29, 0x89, 0x33, 0xf4, 0xca, 0xa4, 0xb7, 0x6c, 0xd5, 0xed, 0xad, 0x03, + 0x13, 0xac, 0xb7, 0x14, 0x55, 0x7c, 0x04, 0x7f, 0x19, 0x94, 0x24, 0x9c, 0xde, 0x82, 0x35, 0x0b, + 0xd3, 0x31, 0x34, 0xbd, 0xc3, 0x15, 0x18, 0xa3, 0x55, 0x9f, 0x65, 0xd2, 0x42, 0x78, 0x78, 0x7b, + 0x30, 0x9f, 0xd1, 0x46, 0xc9, 0xd2, 0xae, 0xa9, 0x7c, 0x07, 0x0a, 0xa4, 0xaa, 0x43, 0xb6, 0xed, + 0x1d, 0x63, 0x53, 0x0f, 0x8e, 0x51, 0x5d, 0xb7, 0xbd, 0x20, 0x88, 0x97, 0xb2, 0x04, 0xbf, 0xe0, + 0xa0, 0xe6, 0x16, 0x03, 0x1d, 0x1c, 0xa3, 0xfa, 0x1d, 0x2f, 0x08, 0x68, 0x66, 0xba, 0x0f, 0xd3, + 0xa4, 0xe2, 0xa6, 0xe7, 0x78, 0xaf, 0x36, 0xdd, 0x57, 0xaf, 0x36, 0xe5, 0x58, 0x2e, 0xa1, 0xbc, + 0xc5, 0x5a, 0x36, 0x42, 0x17, 0x35, 0x13, 0x74, 0x73, 0x7d, 0xd2, 0x45, 0xcd, 0x18, 0xdd, 0x1f, + 0xb0, 0x0e, 0x41, 0x38, 0x10, 0xa7, 0x3d, 0xd3, 0x17, 0x6d, 0xd2, 0x13, 0x44, 0x4e, 0xc6, 0xe8, + 0xdf, 0xfc, 0xe6, 0x8f, 0xbf, 0xf8, 0x68, 0xbd, 0x15, 0xfc, 0x3f, 0xfb, 0xe2, 0xa3, 0xf5, 0x17, + 0xf8, 0x80, 0xaf, 0xd9, 0x1a, 0xf1, 0x49, 0xd2, 0x0b, 0xaf, 0x8f, 0xd3, 0xcb, 0x22, 0x2b, 0xfd, + 0x2d, 0x43, 0xb3, 0x12, 0x7b, 0x82, 0x2f, 0x20, 0x2b, 0x5d, 0x85, 0xc9, 0xb8, 0x93, 0x46, 0x49, + 0x29, 0xe6, 0x9b, 0x3d, 0x46, 0x41, 0x67, 0xbf, 0x6a, 0x5a, 0x66, 0x7e, 0xd5, 0xf4, 0xb2, 0xb8, + 0xea, 0x5f, 0x87, 0xe9, 0x55, 0xd9, 0xfb, 0xf4, 0x75, 0xb8, 0x6a, 0x3c, 0x84, 0x86, 0xcf, 0x19, + 0x42, 0x23, 0x3d, 0x43, 0xe8, 0x9d, 0xf6, 0x10, 0xa2, 0x69, 0x91, 0xcd, 0xc8, 0xce, 0xee, 0x8e, + 0xf9, 0x4c, 0x3a, 0x88, 0xde, 0x69, 0x0f, 0xa2, 0xb1, 0xbe, 0x29, 0x7f, 0x3d, 0xc3, 0x28, 0xed, + 0x24, 0xdc, 0xb7, 0xd2, 0xcb, 0xc2, 0xb7, 0xfe, 0x33, 0x48, 0x9f, 0xfe, 0x03, 0x1c, 0xee, 0xc4, + 0x9b, 0x5d, 0xd2, 0x4a, 0x85, 0x98, 0xb4, 0x1f, 0x89, 0x62, 0xa2, 0x5b, 0x69, 0x7c, 0x86, 0x62, + 0xe7, 0x1e, 0x4c, 0xf8, 0x94, 0x70, 0x7c, 0xa4, 0x5d, 0x3a, 0xdf, 0x60, 0x40, 0x03, 0x46, 0x82, + 0xba, 0x4a, 0x1d, 0x96, 0xe2, 0xfd, 0x3f, 0xf9, 0xc1, 0xe7, 0x91, 0xdc, 0x00, 0xc3, 0x7d, 0x19, + 0x60, 0xd1, 0x6e, 0x4d, 0x0d, 0xcc, 0x03, 0x36, 0x66, 0xe5, 0x86, 0x78, 0x9d, 0x18, 0x22, 0xba, + 0x2b, 0x31, 0xc3, 0xcb, 0x52, 0x33, 0xc8, 0xf5, 0xc9, 0x0b, 0x60, 0xf9, 0xa6, 0x30, 0xc9, 0x9f, + 0x07, 0x69, 0x8f, 0x78, 0xe8, 0x55, 0xab, 0x36, 0x8e, 0x8a, 0x92, 0xd0, 0xf7, 0x6c, 0x1b, 0xfb, + 0x17, 0x6d, 0x91, 0x03, 0x98, 0xa9, 0x63, 0xdf, 0xb1, 0x82, 0x80, 0x8e, 0x5d, 0x69, 0xdf, 0x45, + 0xed, 0x72, 0x69, 0xf3, 0xc5, 0xb6, 0xf6, 0x6d, 0xab, 0x11, 0xd6, 0xde, 0xdf, 0x17, 0x70, 0xd6, + 0xa5, 0x69, 0xb9, 0x7a, 0x6a, 0x85, 0x94, 0xa0, 0x51, 0xd3, 0xca, 0x07, 0xa1, 0xb1, 0xd6, 0x94, + 0x54, 0xb1, 0xc6, 0x09, 0x4d, 0x03, 0x59, 0x8d, 0x7f, 0xdd, 0x7c, 0x2d, 0xad, 0xd5, 0x75, 0xa9, + 0x56, 0xa5, 0x2a, 0x51, 0x55, 0xda, 0x30, 0x48, 0xf7, 0x84, 0x4e, 0x3f, 0xcf, 0xd0, 0x11, 0x2c, + 0x0b, 0x83, 0xa8, 0xc2, 0xdd, 0x47, 0x3e, 0x72, 0x82, 0xbe, 0xd3, 0x68, 0x17, 0xb5, 0x76, 0x99, + 0x0d, 0x0d, 0x75, 0x9e, 0x0d, 0xbd, 0xde, 0x1e, 0xe4, 0x2f, 0x75, 0x09, 0xf2, 0xe4, 0x35, 0xd4, + 0xab, 0x50, 0xec, 0xb0, 0x15, 0x69, 0x61, 0xbd, 0x04, 0xf3, 0x52, 0x1b, 0x2a, 0xe3, 0x30, 0xf2, + 0x86, 0xb6, 0x75, 0xf7, 0x30, 0x37, 0xa0, 0x00, 0x8c, 0x6a, 0xb7, 0xef, 0xdf, 0x7b, 0xeb, 0x76, + 0x2e, 0xb3, 0xf9, 0x9b, 0x59, 0x18, 0xda, 0x0b, 0xaa, 0xca, 0x03, 0x98, 0x88, 0xff, 0x6a, 0xa1, + 0xd8, 0xe6, 0x19, 0xc9, 0xdf, 0x80, 0x14, 0xfe, 0xaf, 0x07, 0x40, 0x8c, 0xfd, 0x7f, 0x08, 0x97, + 0x52, 0xbf, 0xb6, 0x50, 0xa5, 0x47, 0x13, 0x98, 0xc2, 0x7a, 0x6f, 0x8c, 0xe0, 0xf0, 0x00, 0x26, + 0xe2, 0xb3, 0x75, 0xa9, 0xe8, 0x31, 0x80, 0x5c, 0x74, 0xc9, 0xc0, 0x5b, 0x79, 0x04, 0xb9, 0xb6, + 0x61, 0xf7, 0xf3, 0xf2, 0xc3, 0x49, 0x54, 0xe1, 0x95, 0xb3, 0xa0, 0x04, 0x9f, 0x26, 0x2c, 0x74, + 0x98, 0x01, 0x4a, 0xd5, 0x20, 0xc7, 0x16, 0x36, 0xcf, 0x8e, 0x15, 0x9c, 0x3d, 0x98, 0x95, 0xcd, + 0xf1, 0x3a, 0x68, 0xa8, 0x0d, 0x58, 0x28, 0x9f, 0x11, 0x28, 0x18, 0xbe, 0x0b, 0x53, 0xc9, 0xf9, + 0xdc, 0x55, 0x19, 0x85, 0x04, 0xa4, 0xf0, 0x52, 0x4f, 0x88, 0x20, 0x7f, 0x0c, 0xf3, 0xd2, 0xc1, + 0x52, 0x07, 0x45, 0x4a, 0x67, 0x50, 0x1d, 0x14, 0xd9, 0x75, 0x5e, 0xa5, 0x18, 0x30, 0x9d, 0x9e, + 0x55, 0xad, 0xca, 0xc8, 0xa4, 0x40, 0x85, 0x97, 0xcf, 0x00, 0x12, 0x4c, 0x7e, 0x04, 0xf9, 0x8e, + 0xf3, 0xa6, 0x0e, 0x1e, 0x27, 0x47, 0x17, 0x6e, 0x9c, 0x07, 0x9d, 0xf4, 0x53, 0xe9, 0xa8, 0xa8, + 0x83, 0x9f, 0xca, 0xb0, 0x9d, 0xfc, 0xb4, 0xdb, 0xc0, 0x48, 0xf9, 0x79, 0x06, 0x96, 0xba, 0x8f, + 0x8b, 0x36, 0x64, 0x54, 0xbb, 0x1e, 0x29, 0x7c, 0xeb, 0xdc, 0x47, 0xe2, 0x71, 0x23, 0x1b, 0x0f, + 0x49, 0xe3, 0x46, 0x02, 0x94, 0xc7, 0x4d, 0x97, 0x39, 0x90, 0xf2, 0x10, 0x26, 0x13, 0xbf, 0x05, + 0x5d, 0x91, 0x2b, 0xb1, 0x85, 0x28, 0xac, 0xf5, 0x42, 0x08, 0xda, 0xbf, 0xce, 0x40, 0xb1, 0xd7, + 0x1f, 0x3b, 0x5c, 0xef, 0xac, 0xab, 0x8e, 0x87, 0x0a, 0xaf, 0xf5, 0x71, 0x28, 0xfe, 0x6e, 0xa4, + 0xc6, 0x5e, 0x6a, 0x07, 0xa7, 0x8d, 0x61, 0xe4, 0xef, 0x86, 0x7c, 0xe8, 0x45, 0xd2, 0x7b, 0xdb, + 0xc0, 0x4b, 0x9a, 0xde, 0xd3, 0x28, 0x79, 0x7a, 0xef, 0xd4, 0xc6, 0x12, 0x3e, 0x6d, 0x2d, 0xec, + 0xf3, 0x9d, 0xe3, 0xbe, 0x17, 0x9f, 0x4e, 0x3d, 0x24, 0xe1, 0xd3, 0xd6, 0x3f, 0x3e, 0xdf, 0xd9, + 0x04, 0xbd, 0xf8, 0x74, 0xea, 0x27, 0x48, 0x1a, 0xe8, 0xd0, 0x4b, 0x48, 0xb5, 0x2f, 0xc7, 0xca, + 0xd3, 0x40, 0xf7, 0xb2, 0x59, 0x69, 0xc0, 0xbc, 0xbc, 0x64, 0x96, 0x3e, 0x11, 0x52, 0x68, 0x61, + 0xe3, 0xcc, 0x50, 0xc1, 0xd6, 0x87, 0x39, 0x69, 0x55, 0xb9, 0xd6, 0x59, 0x6d, 0x49, 0x64, 0xe1, + 0xd5, 0xb3, 0x22, 0x23, 0x9e, 0xdb, 0x77, 0x3e, 0x79, 0xb2, 0x9c, 0xf9, 0xf4, 0xc9, 0x72, 0xe6, + 0xf3, 0x27, 0xcb, 0x99, 0x5f, 0x3e, 0x5d, 0x1e, 0xf8, 0xf4, 0xe9, 0xf2, 0xc0, 0x3f, 0x9e, 0x2e, + 0x0f, 0x3c, 0xdc, 0x8c, 0x75, 0x38, 0x07, 0x94, 0xea, 0xb5, 0x3b, 0xa8, 0x12, 0x94, 0x79, 0x19, + 0x79, 0xb4, 0x79, 0x23, 0x5e, 0x4a, 0xd2, 0x8e, 0xa7, 0x32, 0x4a, 0xff, 0xb2, 0xe9, 0xfa, 0xff, + 0x02, 0x00, 0x00, 0xff, 0xff, 0x22, 0x75, 0xeb, 0x51, 0xa4, 0x25, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/types/validator.pb.go b/x/stakeibc/types/validator.pb.go index 2408cd2b1..39c7b336f 100644 --- a/x/stakeibc/types/validator.pb.go +++ b/x/stakeibc/types/validator.pb.go @@ -115,34 +115,34 @@ var fileDescriptor_5d2f32e16bd6ab8f = []byte{ // 474 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, 0x76, 0xa9, 0x01, 0x51, 0x59, 0x65, 0x64, 0x03, 0xa5, 0x15, 0x07, 0xd4, - 0x4b, 0x1b, 0xa9, 0x13, 0x37, 0x2e, 0xac, 0xbb, 0xac, 0x9a, 0x10, 0x64, 0x15, 0x07, 0x2e, 0x91, - 0xeb, 0x7c, 0x4a, 0xac, 0xb4, 0x76, 0xb1, 0xbd, 0xc1, 0xde, 0x82, 0x1b, 0x2f, 0xb2, 0x87, 0xd8, - 0x71, 0xda, 0x09, 0x71, 0x98, 0x50, 0xfb, 0x22, 0x28, 0x76, 0xba, 0xe4, 0xba, 0x9d, 0x62, 0x7f, - 0xfe, 0xfb, 0xf7, 0xcf, 0xf7, 0x4f, 0x3e, 0xd4, 0x53, 0x5a, 0xb2, 0x04, 0x42, 0xa5, 0x49, 0x0e, - 0x6c, 0x4e, 0xc3, 0x0b, 0xb2, 0x60, 0x09, 0xd1, 0x42, 0x8e, 0x56, 0x52, 0x68, 0x81, 0x5f, 0x58, - 0xc1, 0x68, 0x2b, 0x38, 0xd8, 0xa7, 0x42, 0x2d, 0x85, 0x8a, 0xcd, 0x71, 0x68, 0x37, 0x56, 0x7b, - 0xd0, 0x4d, 0x45, 0x2a, 0x6c, 0xbd, 0x58, 0xd9, 0xea, 0xdb, 0xdf, 0x4d, 0xd4, 0xfe, 0xba, 0xa5, - 0x62, 0x8c, 0x5c, 0x4e, 0x96, 0xe0, 0x3b, 0x7d, 0x67, 0xd0, 0x8e, 0xcc, 0x1a, 0x8f, 0xd1, 0x2e, - 0x49, 0x12, 0x09, 0x4a, 0xf9, 0x4f, 0x8a, 0xf2, 0x91, 0x7f, 0x7b, 0x35, 0xec, 0x96, 0xe8, 0x8f, - 0xf6, 0xe4, 0x4c, 0x4b, 0xc6, 0xd3, 0x68, 0x2b, 0xc4, 0x7b, 0xa8, 0xf5, 0x03, 0x58, 0x9a, 0x69, - 0xbf, 0xd5, 0x77, 0x06, 0x6e, 0x54, 0xee, 0xf0, 0x27, 0x84, 0x12, 0x58, 0x40, 0x4a, 0x34, 0x13, - 0xdc, 0x6f, 0x1a, 0xdc, 0xe8, 0xfa, 0xae, 0xd7, 0xf8, 0x7b, 0xd7, 0x7b, 0x97, 0x32, 0x9d, 0x9d, - 0xcf, 0x47, 0x54, 0x2c, 0xcb, 0x17, 0x2f, 0x1f, 0x43, 0x95, 0xe4, 0xa1, 0xbe, 0x5c, 0x81, 0x1a, - 0x9d, 0x70, 0x1d, 0xd5, 0x08, 0x58, 0xa0, 0x37, 0x6a, 0x41, 0x54, 0x16, 0x7f, 0x3f, 0x07, 0x79, - 0x59, 0x74, 0x9d, 0x16, 0xfe, 0xb1, 0x96, 0x84, 0xe6, 0x20, 0xfd, 0xf6, 0xa3, 0x1c, 0xf6, 0x0d, - 0xf3, 0x4b, 0x81, 0xfc, 0x5c, 0x12, 0x67, 0x16, 0x88, 0x13, 0xb4, 0x57, 0x37, 0xa4, 0x19, 0xd0, - 0x7c, 0x25, 0x18, 0xd7, 0xfe, 0xb3, 0x47, 0x59, 0x75, 0x2b, 0xab, 0xc9, 0x3d, 0x0b, 0x0b, 0xf4, - 0x52, 0x65, 0x44, 0x82, 0x8a, 0xb5, 0x88, 0xb5, 0xc8, 0x81, 0xab, 0x58, 0x12, 0x0d, 0x3e, 0x32, - 0x26, 0x1f, 0x1e, 0x60, 0x72, 0x0c, 0xf4, 0xf6, 0x6a, 0x88, 0xca, 0xcf, 0x75, 0x0c, 0x34, 0xc2, - 0x16, 0x3d, 0x13, 0x33, 0x03, 0x8e, 0x88, 0x06, 0x3c, 0x41, 0x41, 0x95, 0x6a, 0x4c, 0x33, 0xc2, - 0x53, 0x50, 0x31, 0xe3, 0xf7, 0x89, 0xfa, 0x4f, 0xfb, 0xce, 0x60, 0x27, 0x7a, 0x5d, 0xa9, 0x26, - 0x56, 0x74, 0xc2, 0xb7, 0x11, 0xe1, 0xf7, 0xe8, 0x55, 0x3d, 0x9b, 0xfa, 0xed, 0xe7, 0x7d, 0x67, - 0xe0, 0xd5, 0x9b, 0xad, 0xae, 0x4d, 0x5d, 0x6f, 0xa7, 0xe3, 0x4e, 0x5d, 0xcf, 0xed, 0x34, 0xa7, - 0xae, 0xb7, 0xdb, 0xf1, 0xa6, 0xae, 0xe7, 0x75, 0xda, 0x47, 0xa7, 0xd7, 0xeb, 0xc0, 0xb9, 0x59, - 0x07, 0xce, 0xbf, 0x75, 0xe0, 0xfc, 0xda, 0x04, 0x8d, 0x9b, 0x4d, 0xd0, 0xf8, 0xb3, 0x09, 0x1a, - 0xdf, 0xc6, 0xb5, 0xbe, 0xcf, 0xcc, 0x00, 0x0c, 0x4f, 0xc9, 0x5c, 0x85, 0xe5, 0xb4, 0x5c, 0x8c, - 0x0f, 0xc3, 0x9f, 0xd5, 0xcc, 0x98, 0x1c, 0xe6, 0x2d, 0xf3, 0xbb, 0x1f, 0xfe, 0x0f, 0x00, 0x00, - 0xff, 0xff, 0x13, 0x9b, 0xd9, 0x8a, 0x53, 0x03, 0x00, 0x00, + 0x4b, 0x1b, 0xa9, 0xc0, 0x8d, 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, 0x6e, 0xa7, 0xd8, 0x9f, + 0xff, 0xfe, 0xfd, 0xf3, 0xfd, 0x93, 0x0f, 0xf5, 0x94, 0x96, 0x2c, 0x81, 0x50, 0x69, 0x92, 0x03, + 0x9b, 0xd3, 0xf0, 0x9c, 0x2c, 0x58, 0x42, 0xb4, 0x90, 0xa3, 0x95, 0x14, 0x5a, 0xe0, 0x67, 0x56, + 0x30, 0xda, 0x0a, 0x0e, 0xf6, 0xa9, 0x50, 0x4b, 0xa1, 0x62, 0x73, 0x1c, 0xda, 0x8d, 0xd5, 0x1e, + 0x74, 0x53, 0x91, 0x0a, 0x5b, 0x2f, 0x56, 0xb6, 0xfa, 0xfa, 0x77, 0x13, 0xb5, 0xbf, 0x6e, 0xa9, + 0x18, 0x23, 0x97, 0x93, 0x25, 0xf8, 0x4e, 0xdf, 0x19, 0xb4, 0x23, 0xb3, 0xc6, 0x63, 0xb4, 0x4b, + 0x92, 0x44, 0x82, 0x52, 0xfe, 0xa3, 0xa2, 0x7c, 0xe8, 0xdf, 0x5c, 0x0e, 0xbb, 0x25, 0xfa, 0xa3, + 0x3d, 0x39, 0xd5, 0x92, 0xf1, 0x34, 0xda, 0x0a, 0xf1, 0x1e, 0x6a, 0xfd, 0x00, 0x96, 0x66, 0xda, + 0x6f, 0xf5, 0x9d, 0x81, 0x1b, 0x95, 0x3b, 0xfc, 0x09, 0xa1, 0x04, 0x16, 0x90, 0x12, 0xcd, 0x04, + 0xf7, 0x9b, 0x06, 0x37, 0xba, 0xba, 0xed, 0x35, 0xfe, 0xde, 0xf6, 0xde, 0xa4, 0x4c, 0x67, 0x67, + 0xf3, 0x11, 0x15, 0xcb, 0xf2, 0xc5, 0xcb, 0xc7, 0x50, 0x25, 0x79, 0xa8, 0x2f, 0x56, 0xa0, 0x46, + 0xc7, 0x5c, 0x47, 0x35, 0x02, 0x16, 0xe8, 0x95, 0x5a, 0x10, 0x95, 0xc5, 0xdf, 0xcf, 0x40, 0x5e, + 0x14, 0x5d, 0xa7, 0x85, 0x7f, 0xac, 0x25, 0xa1, 0x39, 0x48, 0xbf, 0xfd, 0x20, 0x87, 0x7d, 0xc3, + 0xfc, 0x52, 0x20, 0x3f, 0x97, 0xc4, 0x99, 0x05, 0xe2, 0x04, 0xed, 0xd5, 0x0d, 0x69, 0x06, 0x34, + 0x5f, 0x09, 0xc6, 0xb5, 0xff, 0xe4, 0x41, 0x56, 0xdd, 0xca, 0x6a, 0x72, 0xc7, 0xc2, 0x02, 0x3d, + 0x57, 0x19, 0x91, 0xa0, 0x62, 0x2d, 0x62, 0x2d, 0x72, 0xe0, 0x2a, 0x96, 0x44, 0x83, 0x8f, 0x8c, + 0xc9, 0x87, 0x7b, 0x98, 0x1c, 0x01, 0xbd, 0xb9, 0x1c, 0xa2, 0xf2, 0x73, 0x1d, 0x01, 0x8d, 0xb0, + 0x45, 0xcf, 0xc4, 0xcc, 0x80, 0x23, 0xa2, 0x01, 0x4f, 0x50, 0x50, 0xa5, 0x1a, 0xd3, 0x8c, 0xf0, + 0x14, 0x54, 0xcc, 0xf8, 0x5d, 0xa2, 0xfe, 0xe3, 0xbe, 0x33, 0xd8, 0x89, 0x5e, 0x56, 0xaa, 0x89, + 0x15, 0x1d, 0xf3, 0x6d, 0x44, 0xf8, 0x3d, 0x7a, 0x51, 0xcf, 0xa6, 0x7e, 0xfb, 0x69, 0xdf, 0x19, + 0x78, 0xf5, 0x66, 0xab, 0x6b, 0x53, 0xd7, 0xdb, 0xe9, 0xb8, 0x53, 0xd7, 0x73, 0x3b, 0xcd, 0xa9, + 0xeb, 0xed, 0x76, 0xbc, 0xa9, 0xeb, 0x79, 0x9d, 0xf6, 0xe1, 0xc9, 0xd5, 0x3a, 0x70, 0xae, 0xd7, + 0x81, 0xf3, 0x6f, 0x1d, 0x38, 0xbf, 0x36, 0x41, 0xe3, 0x7a, 0x13, 0x34, 0xfe, 0x6c, 0x82, 0xc6, + 0xb7, 0x71, 0xad, 0xef, 0x53, 0x33, 0x00, 0xc3, 0x13, 0x32, 0x57, 0x61, 0x39, 0x2d, 0xe7, 0xe3, + 0x77, 0xe1, 0xcf, 0x6a, 0x66, 0x4c, 0x0e, 0xf3, 0x96, 0xf9, 0xdd, 0xdf, 0xfe, 0x0f, 0x00, 0x00, + 0xff, 0xff, 0x35, 0xe0, 0x1a, 0x52, 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 fcc17e66c..142694666 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) ////////////////////////////////////////////// diff --git a/x/staketia/client/cli/query.go b/x/staketia/client/cli/query.go index 81d5ae1a3..5d8889c12 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) const ( diff --git a/x/staketia/client/cli/tx.go b/x/staketia/client/cli/tx.go index acee99eee..82d66e21b 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) const ( diff --git a/x/staketia/ibc_middleware.go b/x/staketia/ibc_middleware.go index 88c6f79f7..665009719 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/v23/x/staketia/keeper" + "github.com/Stride-Labs/stride/v24/x/staketia/keeper" ) var _ porttypes.Middleware = &IBCMiddleware{} diff --git a/x/staketia/keeper/delegation.go b/x/staketia/keeper/delegation.go index b723f44fa..163641a6d 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/v23/utils" - stakeibctypes "github.com/Stride-Labs/stride/v23/x/stakeibc/types" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/utils" + stakeibctypes "github.com/Stride-Labs/stride/v24/x/stakeibc/types" + "github.com/Stride-Labs/stride/v24/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 dc9027f5f..7260ce5c2 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 308b0b1ab..1580e93fa 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 ab6c410f3..b7eff210b 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 a51454215..777d6e263 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 fb3f330fd..8685df414 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 c44b06ab9..5cc5162c8 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 dc1ddd844..d53807aea 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) func (s *KeeperTestSuite) TestQueryHostZone() { diff --git a/x/staketia/keeper/hooks.go b/x/staketia/keeper/hooks.go index 7d635b785..2ed771c4c 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/v23/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v24/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 d860b8db1..2a30b204a 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 7557e49b2..d6b67f7bc 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 06e01f583..10bcfa51a 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/v23/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + icacallbacktypes "github.com/Stride-Labs/stride/v24/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" - "github.com/Stride-Labs/stride/v23/x/icacallbacks" + "github.com/Stride-Labs/stride/v24/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 ec2a55485..09a214802 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) type PacketCallbackTestCase struct { diff --git a/x/staketia/keeper/invariants.go b/x/staketia/keeper/invariants.go index db584d1e2..5ae366daa 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/v23/utils" + "github.com/Stride-Labs/stride/v24/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 7d68a5639..a913cef8f 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) func (s *KeeperTestSuite) TestHaltZone() { diff --git a/x/staketia/keeper/keeper.go b/x/staketia/keeper/keeper.go index b0c128340..98d100498 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) type Keeper struct { diff --git a/x/staketia/keeper/keeper_test.go b/x/staketia/keeper/keeper_test.go index 490663852..5dab0da88 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/staketia/keeper" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/staketia/keeper" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) const ( diff --git a/x/staketia/keeper/msg_server.go b/x/staketia/keeper/msg_server.go index d3df46c9c..04ac5aee3 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 c1b1e3e43..ae976e327 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/keeper/operator_test.go b/x/staketia/keeper/operator_test.go index ae43b632d..e203435ca 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 98e83e03f..d5dd96c8e 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 6f36cb4b8..33100c4ad 100644 --- a/x/staketia/keeper/redemption_rate.go +++ b/x/staketia/keeper/redemption_rate.go @@ -9,9 +9,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v23/utils" - icaoracletypes "github.com/Stride-Labs/stride/v23/x/icaoracle/types" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/utils" + icaoracletypes "github.com/Stride-Labs/stride/v24/x/icaoracle/types" + "github.com/Stride-Labs/stride/v24/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 45307f13b..125c23c7a 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) func (s *KeeperTestSuite) TestUpdateRedemptionRate() { diff --git a/x/staketia/keeper/redemption_record.go b/x/staketia/keeper/redemption_record.go index d07ed928c..98e476573 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 a0463ef4b..0b3449502 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 2b6adafe4..31b4eb7f0 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 e980cda57..c5f597f81 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 8280554a3..86eb1bdc7 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 1349a3394..383acb578 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) type transferData struct { diff --git a/x/staketia/keeper/unbonding.go b/x/staketia/keeper/unbonding.go index cebc68c36..5b6529eb9 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/v23/utils" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/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 563054469..b6b80206b 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 45de568e1..21601f11e 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 f2b0aa7f2..a0e18ecbe 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/utils" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/utils" + "github.com/Stride-Labs/stride/v24/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 5c080c42c..93665d6db 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/v23/x/staketia/client/cli" - "github.com/Stride-Labs/stride/v23/x/staketia/keeper" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/x/staketia/client/cli" + "github.com/Stride-Labs/stride/v24/x/staketia/keeper" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) var ( diff --git a/x/staketia/types/genesis.pb.go b/x/staketia/types/genesis.pb.go index c6f53b408..f1685e6bc 100644 --- a/x/staketia/types/genesis.pb.go +++ b/x/staketia/types/genesis.pb.go @@ -227,34 +227,34 @@ var fileDescriptor_e2938dee39d417bb = []byte{ // 479 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, 0x82, 0x4f, 0x39, - 0x80, 0x2d, 0xb9, 0x37, 0xc4, 0xa9, 0x42, 0x94, 0x48, 0x3d, 0x54, 0x0e, 0x70, 0xe8, 0xc5, 0xda, - 0xc4, 0x83, 0x6d, 0x91, 0xec, 0x9a, 0x9d, 0x35, 0x6a, 0x79, 0x0a, 0x1e, 0xab, 0xc7, 0x1e, 0x39, - 0xa0, 0x0a, 0x25, 0x6f, 0xc0, 0x13, 0x20, 0x7b, 0x1d, 0x57, 0x8e, 0xd5, 0xde, 0x76, 0x67, 0xfe, - 0xf9, 0xe6, 0xdf, 0xd5, 0x0c, 0x39, 0x44, 0x25, 0xe3, 0x00, 0x1c, 0x54, 0xec, 0x1b, 0xa8, 0x98, - 0x39, 0x21, 0x70, 0xc0, 0x18, 0xed, 0x44, 0x0a, 0x25, 0xe8, 0x63, 0x9d, 0xb6, 0xb7, 0xe9, 0xc1, - 0xd3, 0x50, 0x84, 0x22, 0xcf, 0x39, 0xd9, 0x49, 0xcb, 0x06, 0xe6, 0x2e, 0x65, 0x7b, 0xd0, 0x79, - 0xab, 0x43, 0xda, 0x67, 0x4c, 0xb2, 0x15, 0x5a, 0x29, 0x19, 0x7e, 0x92, 0x8c, 0xe3, 0x57, 0x90, - 0x53, 0x7e, 0x26, 0x45, 0x28, 0x01, 0xd1, 0x83, 0x85, 0x90, 0xc1, 0x34, 0x40, 0x7a, 0x48, 0xc8, - 0x22, 0x62, 0x9c, 0xc3, 0xd2, 0x8f, 0x83, 0xbe, 0x31, 0x36, 0x26, 0x5d, 0xaf, 0x5b, 0x44, 0xa6, - 0x01, 0x1d, 0x90, 0x0e, 0xc2, 0xf7, 0x14, 0xf8, 0x02, 0xfa, 0x0f, 0xc6, 0xc6, 0xa4, 0xe5, 0x95, - 0x77, 0x3a, 0x24, 0x5d, 0x99, 0x73, 0xb2, 0xca, 0xa6, 0x4e, 0xca, 0x02, 0x6c, 0xfd, 0x69, 0x91, - 0xbd, 0x13, 0xfd, 0xb2, 0x99, 0x62, 0x0a, 0xe8, 0x07, 0xd2, 0x4e, 0x72, 0x47, 0x79, 0x93, 0x9e, - 0xfb, 0xdc, 0xde, 0x79, 0xa9, 0xad, 0x0d, 0x1f, 0x3f, 0xbb, 0xba, 0x19, 0x35, 0xfe, 0xdd, 0x8c, - 0xf6, 0x2f, 0xd9, 0x6a, 0xf9, 0xd6, 0xd2, 0x45, 0x96, 0x57, 0x54, 0xd3, 0x77, 0xa4, 0x1b, 0x09, - 0x54, 0xfe, 0x4f, 0xc1, 0xb5, 0xa5, 0x9e, 0xfb, 0xa2, 0x86, 0xfa, 0x28, 0x50, 0x9d, 0x0b, 0x0e, - 0xc7, 0xad, 0x0c, 0xe6, 0x75, 0xa2, 0xe2, 0x4e, 0xbf, 0x10, 0x1a, 0xc0, 0x12, 0x42, 0xa6, 0x62, - 0xc1, 0x7d, 0xed, 0x16, 0xfb, 0xcd, 0x71, 0x73, 0xd2, 0x73, 0x5f, 0xd5, 0x30, 0xef, 0x4b, 0xa9, - 0xfe, 0xb0, 0x02, 0x77, 0x10, 0xec, 0xc4, 0x91, 0xce, 0xc8, 0x41, 0xca, 0xe7, 0x82, 0x07, 0x31, - 0x0f, 0x4b, 0x6c, 0x2b, 0xc7, 0x8e, 0x6b, 0xd8, 0xcf, 0x5b, 0x65, 0x85, 0xfa, 0x24, 0xad, 0x86, - 0x31, 0x33, 0x2b, 0x21, 0x80, 0x55, 0x52, 0x31, 0xfb, 0xf0, 0x0e, 0xb3, 0x5e, 0x29, 0xad, 0x9a, - 0x95, 0x3b, 0x71, 0xa4, 0x27, 0x64, 0x1f, 0x97, 0x0c, 0xa3, 0x12, 0xd9, 0xce, 0x91, 0x2f, 0x6b, - 0xc8, 0x59, 0xa6, 0xaa, 0xd0, 0xf6, 0xf0, 0x36, 0x84, 0xf4, 0x82, 0x8c, 0x54, 0x31, 0x5b, 0x7e, - 0xcc, 0xfd, 0xa4, 0x98, 0x2e, 0xbf, 0x1c, 0x0b, 0xec, 0x3f, 0xca, 0xd1, 0xaf, 0x6b, 0xe8, 0x7b, - 0x66, 0xb2, 0x68, 0x35, 0x54, 0xf7, 0x48, 0x4e, 0xaf, 0xd6, 0xa6, 0x71, 0xbd, 0x36, 0x8d, 0xbf, - 0x6b, 0xd3, 0xf8, 0xb5, 0x31, 0x1b, 0xd7, 0x1b, 0xb3, 0xf1, 0x7b, 0x63, 0x36, 0xce, 0xdd, 0x30, - 0x56, 0x51, 0x3a, 0xb7, 0x17, 0x62, 0xe5, 0xcc, 0xf2, 0xa6, 0x6f, 0x4e, 0xd9, 0x1c, 0x9d, 0x62, - 0x61, 0x7e, 0xb8, 0x47, 0xce, 0xc5, 0xed, 0xda, 0xa8, 0xcb, 0x04, 0x70, 0xde, 0xce, 0x97, 0xe6, - 0xe8, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x96, 0x76, 0xf7, 0x5f, 0x9c, 0x03, 0x00, 0x00, + 0x80, 0x2d, 0x19, 0x4e, 0x88, 0x53, 0x85, 0x28, 0x91, 0x7a, 0xa8, 0x1c, 0xe0, 0xd0, 0x8b, 0xb5, + 0x89, 0x07, 0xdb, 0x22, 0xd9, 0x35, 0x3b, 0x6b, 0xd4, 0xf2, 0x14, 0x3c, 0x56, 0x8f, 0x3d, 0x72, + 0x40, 0x15, 0x4a, 0xde, 0x80, 0x27, 0x40, 0xf6, 0x3a, 0xae, 0x1c, 0xab, 0xbd, 0xed, 0xce, 0xfc, + 0xf3, 0xcd, 0xbf, 0xab, 0x19, 0x72, 0x88, 0x4a, 0xc6, 0x01, 0x38, 0xa8, 0xd8, 0x37, 0x50, 0x31, + 0x73, 0x42, 0xe0, 0x80, 0x31, 0xda, 0x89, 0x14, 0x4a, 0xd0, 0x87, 0x3a, 0x6d, 0x6f, 0xd3, 0x83, + 0xc7, 0xa1, 0x08, 0x45, 0x9e, 0x73, 0xb2, 0x93, 0x96, 0x0d, 0xcc, 0x5d, 0xca, 0xf6, 0xa0, 0xf3, + 0x56, 0x87, 0xb4, 0x4f, 0x99, 0x64, 0x2b, 0xb4, 0x52, 0x32, 0xfc, 0x24, 0x19, 0xc7, 0xaf, 0x20, + 0xa7, 0xfc, 0x54, 0x8a, 0x50, 0x02, 0xa2, 0x07, 0x0b, 0x21, 0x83, 0x69, 0x80, 0xf4, 0x90, 0x90, + 0x45, 0xc4, 0x38, 0x87, 0xa5, 0x1f, 0x07, 0x7d, 0x63, 0x6c, 0x4c, 0xba, 0x5e, 0xb7, 0x88, 0x4c, + 0x03, 0x3a, 0x20, 0x1d, 0x84, 0xef, 0x29, 0xf0, 0x05, 0xf4, 0xef, 0x8d, 0x8d, 0x49, 0xcb, 0x2b, + 0xef, 0x74, 0x48, 0xba, 0x32, 0xe7, 0x64, 0x95, 0x4d, 0x9d, 0x94, 0x05, 0xd8, 0xfa, 0xd3, 0x22, + 0x7b, 0xc7, 0xfa, 0x65, 0x33, 0xc5, 0x14, 0xd0, 0x0f, 0xa4, 0x9d, 0xe4, 0x8e, 0xf2, 0x26, 0x3d, + 0xf7, 0xa9, 0xbd, 0xf3, 0x52, 0x5b, 0x1b, 0x3e, 0x7a, 0x72, 0x79, 0x3d, 0x6a, 0xfc, 0xbb, 0x1e, + 0xed, 0x5f, 0xb0, 0xd5, 0xf2, 0xad, 0xa5, 0x8b, 0x2c, 0xaf, 0xa8, 0xa6, 0xef, 0x48, 0x37, 0x12, + 0xa8, 0xfc, 0x9f, 0x82, 0x6b, 0x4b, 0x3d, 0xf7, 0x59, 0x0d, 0xf5, 0x51, 0xa0, 0x3a, 0x13, 0x1c, + 0x8e, 0x5a, 0x19, 0xcc, 0xeb, 0x44, 0xc5, 0x9d, 0x7e, 0x21, 0x34, 0x80, 0x25, 0x84, 0x4c, 0xc5, + 0x82, 0xfb, 0xda, 0x2d, 0xf6, 0x9b, 0xe3, 0xe6, 0xa4, 0xe7, 0xbe, 0xa8, 0x61, 0xde, 0x97, 0x52, + 0xfd, 0x61, 0x05, 0xee, 0x20, 0xd8, 0x89, 0x23, 0x9d, 0x91, 0x83, 0x94, 0xcf, 0x05, 0x0f, 0x62, + 0x1e, 0x96, 0xd8, 0x56, 0x8e, 0x1d, 0xd7, 0xb0, 0x9f, 0xb7, 0xca, 0x0a, 0xf5, 0x51, 0x5a, 0x0d, + 0x63, 0x66, 0x56, 0x42, 0x00, 0xab, 0xa4, 0x62, 0xf6, 0xfe, 0x2d, 0x66, 0xbd, 0x52, 0x5a, 0x35, + 0x2b, 0x77, 0xe2, 0x48, 0x8f, 0xc9, 0x3e, 0x2e, 0x19, 0x46, 0x25, 0xb2, 0x9d, 0x23, 0x9f, 0xd7, + 0x90, 0xb3, 0x4c, 0x55, 0xa1, 0xed, 0xe1, 0x4d, 0x08, 0xe9, 0x39, 0x19, 0xa9, 0x62, 0xb6, 0xfc, + 0x98, 0xfb, 0x49, 0x31, 0x5d, 0x7e, 0x39, 0x16, 0xd8, 0x7f, 0x90, 0xa3, 0x5f, 0xd6, 0xd0, 0x77, + 0xcc, 0x64, 0xd1, 0x6a, 0xa8, 0xee, 0x90, 0x9c, 0x5c, 0xae, 0x4d, 0xe3, 0x6a, 0x6d, 0x1a, 0x7f, + 0xd7, 0xa6, 0xf1, 0x6b, 0x63, 0x36, 0xae, 0x36, 0x66, 0xe3, 0xf7, 0xc6, 0x6c, 0x9c, 0xb9, 0x61, + 0xac, 0xa2, 0x74, 0x6e, 0x2f, 0xc4, 0xca, 0x99, 0xe5, 0x4d, 0x5f, 0x9d, 0xb0, 0x39, 0x3a, 0xc5, + 0xc2, 0xfc, 0x70, 0xdf, 0x38, 0xe7, 0x37, 0x6b, 0xa3, 0x2e, 0x12, 0xc0, 0x79, 0x3b, 0x5f, 0x9a, + 0xd7, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0xb0, 0x0d, 0x34, 0x87, 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 fc6d162da..64175b467 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) const ( diff --git a/x/staketia/types/msgs.go b/x/staketia/types/msgs.go index 430092a05..cbfc81cff 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/v23/utils" + "github.com/Stride-Labs/stride/v24/utils" ) const ( diff --git a/x/staketia/types/msgs_test.go b/x/staketia/types/msgs_test.go index 124c441c1..3539794c6 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/v23/app/apptesting" - "github.com/Stride-Labs/stride/v23/testutil/sample" - "github.com/Stride-Labs/stride/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/app/apptesting" + "github.com/Stride-Labs/stride/v24/testutil/sample" + "github.com/Stride-Labs/stride/v24/x/staketia/types" ) // ---------------------------------------------- diff --git a/x/staketia/types/query.pb.go b/x/staketia/types/query.pb.go index f9d25838d..35be9b429 100644 --- a/x/staketia/types/query.pb.go +++ b/x/staketia/types/query.pb.go @@ -658,58 +658,58 @@ var fileDescriptor_38d30838f2bbb0b1 = []byte{ // 853 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x56, 0x4d, 0x6f, 0xd3, 0x4a, 0x14, 0xcd, 0xa4, 0x7d, 0xef, 0xa5, 0xd3, 0x3e, 0x35, 0x19, 0x0a, 0x72, 0xdd, 0x62, 0x52, 0x4b, - 0x94, 0xb4, 0xa2, 0x36, 0x4d, 0xa5, 0xb2, 0xa6, 0x20, 0x4a, 0x51, 0x55, 0x8a, 0x03, 0x5d, 0x74, - 0x13, 0x39, 0xf1, 0xc8, 0xb1, 0x48, 0x3c, 0xa9, 0xc7, 0xa9, 0x5a, 0xaa, 0x6e, 0xd8, 0x00, 0x3b, - 0x24, 0x56, 0xfc, 0x04, 0x16, 0x2c, 0x58, 0xf0, 0x1f, 0xca, 0xae, 0x12, 0x1b, 0xc4, 0x02, 0xa1, - 0x96, 0x1f, 0x82, 0x32, 0x1e, 0xe7, 0xc3, 0xf6, 0x24, 0x11, 0x3b, 0x67, 0xee, 0xf5, 0xb9, 0xe7, - 0x5c, 0xdf, 0x7b, 0x26, 0x70, 0x8e, 0xfa, 0x9e, 0x63, 0x61, 0x9d, 0xfa, 0xe6, 0x0b, 0xec, 0x3b, - 0xa6, 0x7e, 0xd0, 0xc2, 0xde, 0xb1, 0xd6, 0xf4, 0x88, 0x4f, 0xd0, 0x74, 0x10, 0xd4, 0xc2, 0xa0, - 0xac, 0x44, 0xb3, 0xc3, 0x87, 0xe0, 0x05, 0x79, 0xc6, 0x26, 0x36, 0x61, 0x8f, 0x7a, 0xfb, 0x89, - 0x9f, 0xce, 0xdb, 0x84, 0xd8, 0x75, 0xac, 0x9b, 0x4d, 0x47, 0x37, 0x5d, 0x97, 0xf8, 0xa6, 0xef, - 0x10, 0x97, 0xf2, 0xe8, 0x72, 0x95, 0xd0, 0x06, 0xa1, 0x7a, 0xc5, 0xa4, 0x38, 0xa8, 0xae, 0x1f, - 0xae, 0x56, 0xb0, 0x6f, 0xae, 0xea, 0x4d, 0xd3, 0x76, 0x5c, 0x96, 0x1c, 0xe4, 0xaa, 0xd7, 0xe0, - 0xcc, 0xd3, 0x76, 0xc6, 0x23, 0x42, 0xfd, 0x7d, 0xe2, 0x62, 0x03, 0x1f, 0xb4, 0x30, 0xf5, 0xd5, - 0x27, 0xf0, 0x6a, 0xe4, 0x9c, 0x36, 0x89, 0x4b, 0x31, 0x5a, 0x87, 0x13, 0x35, 0x42, 0xfd, 0xf2, - 0x4b, 0xe2, 0x62, 0x09, 0xe4, 0x41, 0x61, 0xb2, 0x38, 0xab, 0x45, 0x54, 0x69, 0x9d, 0xb7, 0x32, - 0x35, 0xfe, 0xa4, 0x3e, 0x86, 0xd7, 0x19, 0xe0, 0x03, 0x5c, 0xc7, 0x36, 0x63, 0x60, 0xe0, 0x2a, - 0xf1, 0x2c, 0xca, 0x2b, 0xa2, 0x25, 0x98, 0x75, 0xdc, 0x6a, 0xbd, 0x65, 0xe1, 0xb2, 0xe9, 0x55, - 0x6b, 0xce, 0x21, 0xb6, 0x18, 0x7e, 0xc6, 0x98, 0xe6, 0xe7, 0xf7, 0xf8, 0xb1, 0x7a, 0x04, 0x15, - 0x11, 0x16, 0x67, 0xb9, 0x07, 0x91, 0xd5, 0x09, 0x96, 0xbd, 0x20, 0x2a, 0x81, 0xfc, 0x58, 0x61, - 0xb2, 0xb8, 0x10, 0xa3, 0x1b, 0xc5, 0xd9, 0x18, 0x3f, 0xfb, 0x79, 0x23, 0x65, 0xe4, 0xac, 0x28, - 0xbe, 0xba, 0x05, 0xe7, 0x59, 0xe5, 0xe7, 0x6e, 0x85, 0xb8, 0x96, 0xe3, 0xda, 0x7f, 0x2f, 0xc2, - 0xe7, 0x0d, 0x89, 0x43, 0x71, 0x0d, 0x25, 0x98, 0x6b, 0x85, 0xb1, 0x88, 0x84, 0x7c, 0x4c, 0x42, - 0x04, 0x85, 0x2b, 0xc8, 0xb6, 0x22, 0xe0, 0x6a, 0x8d, 0x0b, 0x30, 0xb0, 0x85, 0x1b, 0xcd, 0xae, - 0xb4, 0x50, 0x80, 0x06, 0xaf, 0x44, 0x8b, 0x96, 0x9d, 0x40, 0xc3, 0xb8, 0x91, 0x8b, 0xc0, 0x6d, - 0x59, 0x48, 0x82, 0xff, 0x99, 0x96, 0xe5, 0x61, 0x4a, 0xa5, 0x74, 0x1e, 0x14, 0x26, 0x8c, 0xf0, - 0xa7, 0xfa, 0x06, 0x70, 0x81, 0xf1, 0x52, 0x5c, 0xa0, 0x0d, 0x65, 0xaf, 0x13, 0x0b, 0x8b, 0x79, - 0x3c, 0xca, 0x67, 0x6b, 0x29, 0xa6, 0x54, 0x04, 0x67, 0x48, 0x9e, 0x20, 0xa2, 0x7e, 0x16, 0x51, - 0xe9, 0x7c, 0xb7, 0x1e, 0x19, 0xa0, 0x4f, 0x86, 0xa8, 0x21, 0x69, 0x51, 0x43, 0x1e, 0x42, 0xd8, - 0x5d, 0x32, 0x69, 0x8c, 0x89, 0x58, 0xd4, 0x82, 0x8d, 0xd4, 0xda, 0x1b, 0xa9, 0x05, 0x7e, 0xc0, - 0x37, 0x52, 0xdb, 0x35, 0xed, 0x70, 0xe9, 0x8c, 0x9e, 0x37, 0xd5, 0x1f, 0x80, 0x0f, 0x79, 0x02, - 0x67, 0xde, 0x3f, 0x02, 0xe7, 0xc4, 0xfd, 0x0b, 0x47, 0x65, 0xf4, 0x06, 0xf2, 0x99, 0x99, 0x15, - 0xb5, 0x91, 0xa2, 0xcd, 0x3e, 0x6d, 0x69, 0xa6, 0xed, 0xd6, 0x50, 0x6d, 0xfc, 0xf3, 0xf4, 0x8a, - 0x93, 0xa1, 0xc4, 0xb4, 0x95, 0xea, 0x26, 0xad, 0xf5, 0x7f, 0x0a, 0xd5, 0x82, 0xb3, 0x09, 0x31, - 0x2e, 0x79, 0x13, 0xfe, 0x4f, 0xdb, 0xe7, 0x91, 0x7d, 0x98, 0x8f, 0x89, 0xec, 0x79, 0x9b, 0xeb, - 0x9a, 0xa2, 0x3d, 0x80, 0xea, 0x17, 0x00, 0x25, 0xe1, 0x60, 0xee, 0xc0, 0x5c, 0xac, 0xb1, 0x7c, - 0x1e, 0x17, 0x86, 0xb7, 0x33, 0x1b, 0x6d, 0x20, 0xda, 0x82, 0x0b, 0xdd, 0x19, 0xaa, 0x92, 0x46, - 0xb3, 0x8e, 0x19, 0xb2, 0xef, 0x34, 0x70, 0x99, 0xe2, 0x2a, 0x71, 0x2d, 0xca, 0x27, 0x4a, 0xe9, - 0x24, 0xde, 0xef, 0xe4, 0x3d, 0x73, 0x1a, 0xb8, 0x14, 0x64, 0x15, 0x5f, 0x67, 0xe0, 0x3f, 0xac, - 0x3d, 0xe8, 0x2d, 0x80, 0x99, 0xd0, 0x67, 0xd1, 0xcd, 0x18, 0xad, 0x24, 0x57, 0x97, 0x17, 0x87, - 0xa5, 0xf1, 0x85, 0xd1, 0x5e, 0x7d, 0xfb, 0xfd, 0x3e, 0x5d, 0x40, 0x8b, 0x7a, 0x89, 0xe5, 0xaf, - 0x6c, 0x9b, 0x15, 0xaa, 0x47, 0xaf, 0xaa, 0xce, 0x3d, 0x80, 0x3e, 0x01, 0x98, 0x8b, 0x99, 0x31, - 0xd2, 0x92, 0xab, 0x89, 0x6e, 0x00, 0x59, 0x1f, 0x39, 0x9f, 0xd3, 0xbc, 0xcb, 0x68, 0xae, 0x22, - 0x7d, 0x20, 0xcd, 0xf8, 0x45, 0x80, 0x3e, 0x02, 0x98, 0x8d, 0xfa, 0x2e, 0x5a, 0x49, 0x2e, 0x2f, - 0xb0, 0x7a, 0x59, 0x1b, 0x35, 0x9d, 0x93, 0x5d, 0x67, 0x64, 0xef, 0x20, 0x6d, 0x20, 0xd9, 0x98, - 0xe3, 0xa3, 0xaf, 0x00, 0x66, 0xa3, 0x33, 0x26, 0xe2, 0x2a, 0x70, 0x75, 0x11, 0x57, 0xd1, 0x02, - 0xa8, 0x7b, 0x8c, 0xeb, 0x2e, 0xda, 0x19, 0xc8, 0x35, 0xb6, 0x23, 0xfa, 0x49, 0x82, 0x55, 0x9e, - 0xea, 0x27, 0xdc, 0x4b, 0x4f, 0xd9, 0x9c, 0xc4, 0xfc, 0x0c, 0x8d, 0xc8, 0x6e, 0xd8, 0x9c, 0x08, - 0x8d, 0x72, 0xc4, 0x39, 0x89, 0xc9, 0xa1, 0xe8, 0x03, 0x80, 0x53, 0xbd, 0x3e, 0x84, 0x96, 0x92, - 0x4b, 0x27, 0xf8, 0x98, 0xbc, 0x3c, 0x4a, 0x2a, 0x27, 0x58, 0x64, 0x04, 0x6f, 0xa3, 0xe5, 0x81, - 0x04, 0xfb, 0x9c, 0x6f, 0x63, 0xfb, 0xec, 0x42, 0x01, 0xe7, 0x17, 0x0a, 0xf8, 0x75, 0xa1, 0x80, - 0x77, 0x97, 0x4a, 0xea, 0xfc, 0x52, 0x49, 0x7d, 0xbf, 0x54, 0x52, 0xfb, 0x45, 0xdb, 0xf1, 0x6b, - 0xad, 0x8a, 0x56, 0x25, 0x8d, 0x24, 0xbc, 0xc3, 0xe2, 0x9a, 0x7e, 0xd4, 0x45, 0xf5, 0x8f, 0x9b, - 0x98, 0x56, 0xfe, 0x65, 0x7f, 0x07, 0xd7, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0x39, 0x6c, 0x12, - 0xa0, 0xbe, 0x0a, 0x00, 0x00, + 0x94, 0xb4, 0xa2, 0x36, 0x0d, 0xa8, 0xac, 0x29, 0x88, 0x52, 0x54, 0x95, 0xe2, 0x40, 0x17, 0xdd, + 0x44, 0x4e, 0x3c, 0x72, 0x2c, 0x12, 0x4f, 0xea, 0x71, 0xaa, 0x96, 0xaa, 0x1b, 0x36, 0xc0, 0x0e, + 0x89, 0x15, 0x3f, 0x81, 0x05, 0x0b, 0x16, 0xfc, 0x87, 0xb2, 0xab, 0xc4, 0x06, 0xb1, 0x40, 0xa8, + 0xe5, 0x87, 0xa0, 0x8c, 0xc7, 0xf9, 0xb0, 0x3d, 0x49, 0xc4, 0xce, 0x99, 0x7b, 0x7d, 0xee, 0x39, + 0xd7, 0xf7, 0x9e, 0x09, 0x9c, 0xa3, 0xbe, 0xe7, 0x58, 0x58, 0xa7, 0xbe, 0xf9, 0x02, 0xfb, 0x8e, + 0xa9, 0xef, 0xb7, 0xb0, 0x77, 0xa4, 0x35, 0x3d, 0xe2, 0x13, 0x34, 0x1d, 0x04, 0xb5, 0x30, 0x28, + 0x2b, 0xd1, 0xec, 0xf0, 0x21, 0x78, 0x41, 0x9e, 0xb1, 0x89, 0x4d, 0xd8, 0xa3, 0xde, 0x7e, 0xe2, + 0xa7, 0xf3, 0x36, 0x21, 0x76, 0x1d, 0xeb, 0x66, 0xd3, 0xd1, 0x4d, 0xd7, 0x25, 0xbe, 0xe9, 0x3b, + 0xc4, 0xa5, 0x3c, 0xba, 0x5c, 0x25, 0xb4, 0x41, 0xa8, 0x5e, 0x31, 0x29, 0x0e, 0xaa, 0xeb, 0x07, + 0xab, 0x15, 0xec, 0x9b, 0xab, 0x7a, 0xd3, 0xb4, 0x1d, 0x97, 0x25, 0x07, 0xb9, 0xea, 0x15, 0x38, + 0xf3, 0xb4, 0x9d, 0xf1, 0x88, 0x50, 0x7f, 0x8f, 0xb8, 0xd8, 0xc0, 0xfb, 0x2d, 0x4c, 0x7d, 0xf5, + 0x09, 0xbc, 0x1c, 0x39, 0xa7, 0x4d, 0xe2, 0x52, 0x8c, 0xd6, 0xe0, 0x44, 0x8d, 0x50, 0xbf, 0xfc, + 0x92, 0xb8, 0x58, 0x02, 0x79, 0x50, 0x98, 0x2c, 0xce, 0x6a, 0x11, 0x55, 0x5a, 0xe7, 0xad, 0x4c, + 0x8d, 0x3f, 0xa9, 0x8f, 0xe1, 0x55, 0x06, 0xf8, 0x00, 0xd7, 0xb1, 0xcd, 0x18, 0x18, 0xb8, 0x4a, + 0x3c, 0x8b, 0xf2, 0x8a, 0x68, 0x09, 0x66, 0x1d, 0xb7, 0x5a, 0x6f, 0x59, 0xb8, 0x6c, 0x7a, 0xd5, + 0x9a, 0x73, 0x80, 0x2d, 0x86, 0x9f, 0x31, 0xa6, 0xf9, 0xf9, 0x3d, 0x7e, 0xac, 0x1e, 0x42, 0x45, + 0x84, 0xc5, 0x59, 0xee, 0x42, 0x64, 0x75, 0x82, 0x65, 0x2f, 0x88, 0x4a, 0x20, 0x3f, 0x56, 0x98, + 0x2c, 0x2e, 0xc4, 0xe8, 0x46, 0x71, 0xd6, 0xc7, 0x4f, 0x7f, 0x5e, 0x4b, 0x19, 0x39, 0x2b, 0x8a, + 0xaf, 0x6e, 0xc2, 0x79, 0x56, 0xf9, 0xb9, 0x5b, 0x21, 0xae, 0xe5, 0xb8, 0xf6, 0xdf, 0x8b, 0xf0, + 0x79, 0x43, 0xe2, 0x50, 0x5c, 0x43, 0x09, 0xe6, 0x5a, 0x61, 0x2c, 0x22, 0x21, 0x1f, 0x93, 0x10, + 0x41, 0xe1, 0x0a, 0xb2, 0xad, 0x08, 0xb8, 0x5a, 0xe3, 0x02, 0x0c, 0x6c, 0xe1, 0x46, 0xb3, 0x2b, + 0x2d, 0x14, 0xa0, 0xc1, 0x4b, 0xd1, 0xa2, 0x65, 0x27, 0xd0, 0x30, 0x6e, 0xe4, 0x22, 0x70, 0x9b, + 0x16, 0x92, 0xe0, 0x7f, 0xa6, 0x65, 0x79, 0x98, 0x52, 0x29, 0x9d, 0x07, 0x85, 0x09, 0x23, 0xfc, + 0xa9, 0xbe, 0x01, 0x5c, 0x60, 0xbc, 0x14, 0x17, 0x68, 0x43, 0xd9, 0xeb, 0xc4, 0xc2, 0x62, 0x1e, + 0x8f, 0xf2, 0xd9, 0x5a, 0x8a, 0x29, 0x15, 0xc1, 0x19, 0x92, 0x27, 0x88, 0xa8, 0x9f, 0x45, 0x54, + 0x3a, 0xdf, 0xad, 0x47, 0x06, 0xe8, 0x93, 0x21, 0x6a, 0x48, 0x5a, 0xd4, 0x90, 0x87, 0x10, 0x76, + 0x97, 0x4c, 0x1a, 0x63, 0x22, 0x16, 0xb5, 0x60, 0x23, 0xb5, 0xf6, 0x46, 0x6a, 0x81, 0x1f, 0xf0, + 0x8d, 0xd4, 0x76, 0x4c, 0x3b, 0x5c, 0x3a, 0xa3, 0xe7, 0x4d, 0xf5, 0x07, 0xe0, 0x43, 0x9e, 0xc0, + 0x99, 0xf7, 0x8f, 0xc0, 0x39, 0x71, 0xff, 0xc2, 0x51, 0x19, 0xbd, 0x81, 0x7c, 0x66, 0x66, 0x45, + 0x6d, 0xa4, 0x68, 0xa3, 0x4f, 0x5b, 0x9a, 0x69, 0xbb, 0x31, 0x54, 0x1b, 0xff, 0x3c, 0xbd, 0xe2, + 0x64, 0x28, 0x31, 0x6d, 0xa5, 0xba, 0x49, 0x6b, 0xfd, 0x9f, 0x42, 0xb5, 0xe0, 0x6c, 0x42, 0x8c, + 0x4b, 0xde, 0x80, 0xff, 0xd3, 0xf6, 0x79, 0x64, 0x1f, 0xe6, 0x63, 0x22, 0x7b, 0xde, 0xe6, 0xba, + 0xa6, 0x68, 0x0f, 0xa0, 0xfa, 0x05, 0x40, 0x49, 0x38, 0x98, 0xdb, 0x30, 0x17, 0x6b, 0x2c, 0x9f, + 0xc7, 0x85, 0xe1, 0xed, 0xcc, 0x46, 0x1b, 0x88, 0x36, 0xe1, 0x42, 0x77, 0x86, 0xaa, 0xa4, 0xd1, + 0xac, 0x63, 0x86, 0xec, 0x3b, 0x0d, 0x5c, 0xa6, 0xb8, 0x4a, 0x5c, 0x8b, 0xf2, 0x89, 0x52, 0x3a, + 0x89, 0xf7, 0x3b, 0x79, 0xcf, 0x9c, 0x06, 0x2e, 0x05, 0x59, 0xc5, 0xd7, 0x19, 0xf8, 0x0f, 0x6b, + 0x0f, 0x7a, 0x0b, 0x60, 0x26, 0xf4, 0x59, 0x74, 0x3d, 0x46, 0x2b, 0xc9, 0xd5, 0xe5, 0xc5, 0x61, + 0x69, 0x7c, 0x61, 0xb4, 0x57, 0xdf, 0x7e, 0xbf, 0x4f, 0x17, 0xd0, 0xa2, 0x5e, 0x62, 0xf9, 0x2b, + 0x5b, 0x66, 0x85, 0xea, 0xd1, 0xab, 0xaa, 0x73, 0x0f, 0xa0, 0x4f, 0x00, 0xe6, 0x62, 0x66, 0x8c, + 0xb4, 0xe4, 0x6a, 0xa2, 0x1b, 0x40, 0xd6, 0x47, 0xce, 0xe7, 0x34, 0xef, 0x32, 0x9a, 0xab, 0x48, + 0x1f, 0x48, 0x33, 0x7e, 0x11, 0xa0, 0x8f, 0x00, 0x66, 0xa3, 0xbe, 0x8b, 0x56, 0x92, 0xcb, 0x0b, + 0xac, 0x5e, 0xd6, 0x46, 0x4d, 0xe7, 0x64, 0xd7, 0x18, 0xd9, 0x5b, 0x48, 0x1b, 0x48, 0x36, 0xe6, + 0xf8, 0xe8, 0x2b, 0x80, 0xd9, 0xe8, 0x8c, 0x89, 0xb8, 0x0a, 0x5c, 0x5d, 0xc4, 0x55, 0xb4, 0x00, + 0xea, 0x2e, 0xe3, 0xba, 0x83, 0xb6, 0x07, 0x72, 0x8d, 0xed, 0x88, 0x7e, 0x9c, 0x60, 0x95, 0x27, + 0xfa, 0x31, 0xf7, 0xd2, 0x13, 0x36, 0x27, 0x31, 0x3f, 0x43, 0x23, 0xb2, 0x1b, 0x36, 0x27, 0x42, + 0xa3, 0x1c, 0x71, 0x4e, 0x62, 0x72, 0x28, 0xfa, 0x00, 0xe0, 0x54, 0xaf, 0x0f, 0xa1, 0xa5, 0xe4, + 0xd2, 0x09, 0x3e, 0x26, 0x2f, 0x8f, 0x92, 0xca, 0x09, 0x16, 0x19, 0xc1, 0x9b, 0x68, 0x79, 0x20, + 0xc1, 0x3e, 0xe7, 0x5b, 0xdf, 0x3a, 0x3d, 0x57, 0xc0, 0xd9, 0xb9, 0x02, 0x7e, 0x9d, 0x2b, 0xe0, + 0xdd, 0x85, 0x92, 0x3a, 0xbb, 0x50, 0x52, 0xdf, 0x2f, 0x94, 0xd4, 0x5e, 0xd1, 0x76, 0xfc, 0x5a, + 0xab, 0xa2, 0x55, 0x49, 0x23, 0x09, 0xef, 0xa0, 0x78, 0x47, 0x3f, 0xec, 0xa2, 0xfa, 0x47, 0x4d, + 0x4c, 0x2b, 0xff, 0xb2, 0xbf, 0x83, 0xb7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x1f, 0x17, 0xd1, + 0x78, 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 568669c22..31aaf9f95 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/v23/x/staketia/types" + "github.com/Stride-Labs/stride/v24/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 2c6b8ffeb..b0e2f59ab 100644 --- a/x/staketia/types/staketia.pb.go +++ b/x/staketia/types/staketia.pb.go @@ -581,77 +581,78 @@ func init() { func init() { proto.RegisterFile("stride/staketia/staketia.proto", fileDescriptor_d306d9365b78f7b2) } var fileDescriptor_d306d9365b78f7b2 = []byte{ - // 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, 0x92, 0xfa, 0x90, 0x5a, - 0x69, 0x8d, 0x2b, 0xfb, 0xd2, 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, 0x8f, 0x71, - 0x7c, 0x46, 0xb8, 0x8d, 0xe3, 0x87, 0xea, 0xc8, 0x73, 0xb9, 0x8b, 0xf2, 0x01, 0x5e, 0x8d, 0xcc, - 0x5b, 0x9b, 0xa6, 0xcb, 0x1c, 0x97, 0x19, 0x02, 0xde, 0x0b, 0x16, 0x81, 0xef, 0x56, 0xa9, 0xef, - 0xf6, 0xdd, 0xc0, 0xee, 0x3f, 0x05, 0xd6, 0xed, 0x1f, 0x37, 0x20, 0xf3, 0xd2, 0x65, 0xfc, 0x95, - 0x4b, 0x09, 0xda, 0x84, 0x8c, 0x39, 0xc0, 0x36, 0x35, 0x6c, 0x4b, 0x91, 0x1e, 0x4b, 0x3b, 0x77, - 0xf5, 0x75, 0xb1, 0xd6, 0x2c, 0xf4, 0x39, 0x20, 0x8a, 0xb9, 0x7d, 0x4e, 0x0c, 0xee, 0x9e, 0x11, - 0x6a, 0x58, 0x84, 0xba, 0x8e, 0x92, 0x14, 0x4e, 0x72, 0x80, 0x74, 0x7c, 0xa0, 0xe1, 0xdb, 0xd1, - 0x01, 0x94, 0xaf, 0x79, 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, 0x8e, 0x00, 0x59, 0x64, 0x48, - 0xfa, 0x98, 0xdb, 0x2e, 0x35, 0xb0, 0x65, 0x79, 0x84, 0x31, 0xe5, 0x8e, 0xef, 0x7e, 0xa8, 0xbc, - 0x7f, 0xb3, 0x5b, 0x0a, 0xd3, 0xaf, 0x05, 0x48, 0x9b, 0x7b, 0x36, 0xed, 0xeb, 0x85, 0x69, 0x4c, - 0x08, 0xa0, 0xe7, 0x90, 0xf3, 0xc8, 0x05, 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, 0x08, 0x90, 0x47, 0x2c, 0xe2, 0x8c, 0xae, 0x25, 0x93, 0x59, 0x96, 0xcc, 0x34, - 0x26, 0x22, 0xfa, 0x1a, 0xb2, 0xe6, 0x10, 0xdb, 0x4e, 0xcc, 0x71, 0x77, 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, 0x41, 0x14, 0x1b, 0x9a, 0x4f, 0x68, 0x5b, 0x04, 0xa2, 0x63, 0x28, - 0x33, 0xfc, 0x9a, 0xdc, 0x40, 0x79, 0x6f, 0x09, 0x65, 0xd1, 0x8f, 0x9b, 0xa7, 0xa3, 0x50, 0x1a, - 0x62, 0xc6, 0x8d, 0x99, 0x92, 0x79, 0x98, 0x13, 0x65, 0x43, 0x90, 0x7d, 0xf5, 0xf6, 0xc3, 0xa3, - 0xc4, 0xdf, 0x1f, 0x1e, 0x3d, 0xe9, 0xdb, 0x7c, 0x30, 0xee, 0x55, 0x4d, 0xd7, 0x09, 0xaf, 0x42, - 0xf8, 0xb3, 0xcb, 0xac, 0xb3, 0x3d, 0xfe, 0xfd, 0x88, 0xb0, 0x6a, 0x83, 0x98, 0xef, 0xdf, 0xec, - 0x42, 0x28, 0xdd, 0x20, 0xa6, 0x8e, 0x7c, 0x66, 0x3d, 0x26, 0xd6, 0x31, 0x27, 0x88, 0x40, 0x7e, - 0x5e, 0x2a, 0xbb, 0x02, 0xa9, 0x9c, 0x77, 0x5d, 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, 0x01, 0x9b, 0x7e, 0x6e, 0x36, 0xa5, 0xc4, 0x5b, 0xd0, 0x94, 0x57, 0xa0, 0x59, - 0x76, 0x6c, 0xaa, 0xf9, 0xec, 0x37, 0x08, 0xe3, 0xc9, 0x2d, 0xc2, 0x85, 0x95, 0x08, 0xe3, 0xc9, - 0x4d, 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, 0x03, 0x1e, 0xf4, 0x25, 0x28, 0x63, - 0xda, 0x73, 0xa9, 0x65, 0xd3, 0xbe, 0x31, 0x22, 0x9e, 0xed, 0x5a, 0x06, 0x23, 0xa6, 0x4b, 0x2d, - 0xa6, 0x14, 0x1f, 0x4b, 0x3b, 0x69, 0xbd, 0x1c, 0xe3, 0xa7, 0x02, 0x6e, 0x07, 0x28, 0x2a, 0xc3, - 0xda, 0x00, 0x0f, 0x39, 0xb1, 0x94, 0xd2, 0x63, 0x69, 0x27, 0xa3, 0x87, 0xab, 0xed, 0x3f, 0x25, - 0x90, 0x1b, 0xf1, 0xbb, 0x51, 0x27, 0xa6, 0xeb, 0x59, 0x28, 0x07, 0xc9, 0x70, 0x16, 0xa4, 0xf5, - 0xa4, 0x6d, 0xa1, 0x36, 0x64, 0xc3, 0x17, 0x3b, 0x76, 0xdc, 0x31, 0xe5, 0xc1, 0x04, 0xf8, 0xe8, - 0x7c, 0x36, 0x02, 0x92, 0x9a, 0xe0, 0x40, 0xcf, 0x61, 0x8d, 0x71, 0xcc, 0xc7, 0x4c, 0x4c, 0x87, - 0xdc, 0xfe, 0xa7, 0xd5, 0xb9, 0xb1, 0x56, 0x9d, 0xdf, 0x57, 0x5b, 0xb8, 0xeb, 0x61, 0x18, 0x7a, - 0x00, 0xeb, 0x7c, 0x62, 0x0c, 0x30, 0x1b, 0x84, 0xd3, 0x62, 0x8d, 0x4f, 0x5e, 0x62, 0x36, 0xd8, - 0xfe, 0x23, 0x05, 0xf9, 0x6e, 0x54, 0x86, 0x5b, 0x52, 0x7a, 0x16, 0xab, 0x27, 0x85, 0xfa, 0x93, - 0x05, 0xf5, 0x39, 0x86, 0x39, 0xf1, 0x6f, 0x21, 0xcf, 0x78, 0x38, 0xe7, 0xc2, 0xa2, 0xa4, 0xfe, - 0x53, 0x51, 0xb2, 0x8c, 0x8b, 0x81, 0x18, 0x56, 0x65, 0xa1, 0xd4, 0xe9, 0x15, 0x94, 0x5a, 0x83, - 0x4f, 0xa6, 0xc7, 0xc6, 0x74, 0x9d, 0xd1, 0x90, 0x88, 0xcb, 0xc0, 0x6d, 0x87, 0xc4, 0xe7, 0xe7, - 0x8e, 0xa8, 0x4d, 0x25, 0x76, 0xac, 0xc7, 0x7e, 0x1d, 0xdb, 0x21, 0xd1, 0x39, 0xfa, 0x02, 0x4a, - 0x63, 0x3a, 0x33, 0x80, 0xa3, 0x0e, 0x88, 0xd9, 0xa9, 0xa3, 0x59, 0xac, 0x23, 0xba, 0x81, 0x9e, - 0xc1, 0xc3, 0x80, 0x93, 0x58, 0x61, 0xbd, 0xd8, 0x05, 0x21, 0xa3, 0x38, 0x52, 0xcc, 0x4c, 0x5d, - 0x89, 0x7c, 0x44, 0x31, 0xda, 0xbe, 0x47, 0x10, 0xbf, 0xfd, 0x73, 0x12, 0xe4, 0x99, 0x3b, 0x16, - 0xb4, 0xb3, 0x0a, 0xc5, 0x69, 0x46, 0x9e, 0xb0, 0x19, 0x71, 0x7f, 0x0b, 0xe3, 0xeb, 0xad, 0xd3, - 0x2c, 0xb4, 0x05, 0x19, 0xff, 0x25, 0x40, 0x1c, 0xe2, 0x85, 0x9f, 0x2f, 0xf1, 0xfa, 0x7f, 0xd5, - 0xca, 0xed, 0xdf, 0x25, 0xb8, 0xd7, 0x1e, 0x62, 0x36, 0xb8, 0xe5, 0x5c, 0x23, 0x48, 0xfb, 0x5d, - 0x15, 0x49, 0xa6, 0x75, 0xf1, 0xbc, 0xb8, 0x91, 0xd4, 0x0a, 0xce, 0xd4, 0x67, 0x50, 0x38, 0xc7, - 0x43, 0xdb, 0x9a, 0xfd, 0x66, 0x08, 0xef, 0xa1, 0x1c, 0x03, 0xe1, 0x04, 0x7f, 0xfa, 0x03, 0x94, - 0x6f, 0xbe, 0xcc, 0x48, 0x81, 0x52, 0x47, 0xaf, 0xb5, 0xda, 0x2f, 0x54, 0xdd, 0xd0, 0x5a, 0xc6, - 0xa9, 0x7e, 0x72, 0xa4, 0xab, 0xed, 0xb6, 0x9c, 0x40, 0x45, 0xc8, 0xc7, 0xc8, 0x8b, 0x9a, 0xd6, - 0x54, 0x1b, 0xb2, 0x84, 0x4a, 0x20, 0x37, 0xd4, 0xa6, 0x7a, 0x54, 0xeb, 0x68, 0x27, 0x2d, 0xe3, - 0x9b, 0xae, 0xda, 0x55, 0xe5, 0x24, 0x7a, 0x00, 0xc5, 0x19, 0x6b, 0xfd, 0xe4, 0xf8, 0xb4, 0xa9, - 0x76, 0x54, 0x39, 0xb5, 0x95, 0xfe, 0xe9, 0xb7, 0x4a, 0xe2, 0xe9, 0xaf, 0x12, 0xdc, 0xbf, 0xf1, - 0x36, 0xa3, 0x87, 0xa0, 0xd4, 0xea, 0xf5, 0xee, 0x71, 0xb7, 0x59, 0xeb, 0x68, 0xad, 0x23, 0x43, - 0x57, 0x1b, 0xea, 0xf1, 0xa9, 0xcf, 0x12, 0xee, 0xa0, 0xdb, 0x3a, 0x3c, 0x69, 0x35, 0x7c, 0x28, - 0xd0, 0x92, 0xd0, 0x26, 0xdc, 0x9f, 0x1a, 0x67, 0x77, 0x9c, 0x44, 0x1b, 0x90, 0x09, 0x20, 0xb5, - 0x21, 0xa7, 0x50, 0x16, 0xee, 0xd6, 0x9b, 0x35, 0xed, 0xb8, 0x76, 0xd8, 0x54, 0xe5, 0x34, 0xba, - 0x07, 0xeb, 0x62, 0xa9, 0x36, 0xe4, 0x3b, 0xc1, 0xbe, 0x0e, 0x9b, 0x6f, 0x2f, 0x2b, 0xd2, 0xbb, - 0xcb, 0x8a, 0xf4, 0xcf, 0x65, 0x45, 0xfa, 0xe5, 0xaa, 0x92, 0x78, 0x77, 0x55, 0x49, 0xfc, 0x75, - 0x55, 0x49, 0xbc, 0xda, 0x9f, 0x69, 0x49, 0xf0, 0xf1, 0xb3, 0xdb, 0xc4, 0x3d, 0xb6, 0x17, 0xfe, - 0x31, 0x38, 0xdf, 0x3f, 0xd8, 0x9b, 0x4c, 0xff, 0x1e, 0x88, 0x16, 0xf5, 0xd6, 0xc4, 0xa7, 0xfd, - 0xc1, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x27, 0x7d, 0x0b, 0x16, 0x3e, 0x0c, 0x00, 0x00, + // 1121 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcf, 0x6f, 0x1a, 0xc7, + 0x17, 0x67, 0x81, 0xd8, 0xe4, 0xc5, 0xc0, 0x32, 0x10, 0xb2, 0xb6, 0x22, 0xe2, 0xaf, 0x0f, 0xf9, + 0x5a, 0x69, 0x8d, 0x2b, 0xa7, 0x87, 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, 0xfe, 0x05, 0xfd, 0x13, 0x9a, 0x3f, 0x22, 0x52, 0x2f, 0x69, 0x4e, 0x55, + 0x0f, 0x51, 0x65, 0xff, 0x23, 0xd5, 0xce, 0xfe, 0x00, 0x83, 0x2d, 0x94, 0x8a, 0x4b, 0x4f, 0xec, + 0xbc, 0xcf, 0x7b, 0x9f, 0xcf, 0xbc, 0xf7, 0x66, 0xf6, 0x2d, 0x50, 0x61, 0xdc, 0xb3, 0x2d, 0xb2, + 0xcf, 0x38, 0x3e, 0x23, 0xdc, 0xc6, 0xf1, 0x43, 0x75, 0xe4, 0xb9, 0xdc, 0x45, 0xf9, 0x00, 0xaf, + 0x46, 0xe6, 0xad, 0x4d, 0xd3, 0x65, 0x8e, 0xcb, 0x0c, 0x01, 0xef, 0x07, 0x8b, 0xc0, 0x77, 0xab, + 0xd4, 0x77, 0xfb, 0x6e, 0x60, 0xf7, 0x9f, 0x02, 0xeb, 0xce, 0x0f, 0x1b, 0x90, 0x79, 0xe9, 0x32, + 0xfe, 0xca, 0xa5, 0x04, 0x6d, 0x42, 0xc6, 0x1c, 0x60, 0x9b, 0x1a, 0xb6, 0xa5, 0x48, 0xdb, 0xd2, + 0xee, 0x5d, 0x7d, 0x5d, 0xac, 0x35, 0x0b, 0x7d, 0x0a, 0x88, 0x62, 0x6e, 0x9f, 0x13, 0x83, 0xbb, + 0x67, 0x84, 0x1a, 0x16, 0xa1, 0xae, 0xa3, 0x24, 0x85, 0x93, 0x1c, 0x20, 0x1d, 0x1f, 0x68, 0xf8, + 0x76, 0xf4, 0x14, 0xca, 0xd7, 0xbc, 0xed, 0x9e, 0x19, 0x46, 0xa4, 0x44, 0x44, 0x71, 0x26, 0x42, + 0xeb, 0x99, 0x41, 0x50, 0x15, 0x8a, 0xdc, 0xc3, 0x94, 0xbd, 0x26, 0x9e, 0x61, 0x0e, 0x30, 0xa5, + 0x64, 0xe8, 0x6f, 0x24, 0x2d, 0x22, 0x0a, 0x11, 0x54, 0x0f, 0x10, 0xcd, 0x42, 0x47, 0x80, 0x2c, + 0x32, 0x24, 0x7d, 0xcc, 0x6d, 0x97, 0x1a, 0xd8, 0xb2, 0x3c, 0xc2, 0x98, 0x72, 0xc7, 0x77, 0x3f, + 0x54, 0xde, 0xbf, 0xd9, 0x2b, 0x85, 0xe9, 0xd7, 0x02, 0xa4, 0xcd, 0x3d, 0x9b, 0xf6, 0xf5, 0xc2, + 0x34, 0x26, 0x04, 0xd0, 0x73, 0xc8, 0x79, 0xe4, 0x02, 0x7b, 0x56, 0x4c, 0xb2, 0xb6, 0x84, 0x24, + 0x1b, 0xf8, 0x47, 0x04, 0x35, 0xc8, 0x5b, 0x64, 0xe4, 0x32, 0x9b, 0xc7, 0x0c, 0xeb, 0x4b, 0x18, + 0x72, 0x61, 0x40, 0x44, 0x71, 0x04, 0xc8, 0x23, 0x16, 0x71, 0x46, 0xd7, 0x92, 0xc9, 0x2c, 0x4b, + 0x66, 0x1a, 0x13, 0x11, 0x7d, 0x05, 0x59, 0x73, 0x88, 0x6d, 0x27, 0xe6, 0xb8, 0xbb, 0x84, 0x63, + 0x43, 0xb8, 0x47, 0xe1, 0x5d, 0xd8, 0x72, 0x47, 0xc4, 0xc3, 0xdc, 0xf5, 0x22, 0x06, 0xc3, 0xa5, + 0x46, 0x70, 0xce, 0x14, 0x58, 0xc2, 0xf5, 0x20, 0x8a, 0x0d, 0xcd, 0x27, 0xb4, 0x2d, 0x02, 0xd1, + 0x31, 0x94, 0x19, 0x7e, 0x4d, 0x6e, 0xa0, 0xbc, 0xb7, 0x84, 0xb2, 0xe8, 0xc7, 0xcd, 0xd3, 0x51, + 0x28, 0x0d, 0x31, 0xe3, 0xc6, 0x4c, 0xc9, 0x3c, 0xcc, 0x89, 0xb2, 0x21, 0xc8, 0xbe, 0x7c, 0xfb, + 0xe1, 0x51, 0xe2, 0xaf, 0x0f, 0x8f, 0x1e, 0xf7, 0x6d, 0x3e, 0x18, 0xf7, 0xaa, 0xa6, 0xeb, 0x84, + 0x57, 0x21, 0xfc, 0xd9, 0x63, 0xd6, 0xd9, 0x3e, 0xff, 0x6e, 0x44, 0x58, 0xb5, 0x41, 0xcc, 0xf7, + 0x6f, 0xf6, 0x20, 0x94, 0x6e, 0x10, 0x53, 0x47, 0x3e, 0xb3, 0x1e, 0x13, 0xeb, 0x98, 0x13, 0x44, + 0x20, 0x3f, 0x2f, 0x95, 0x5d, 0x81, 0x54, 0xce, 0xbb, 0x2e, 0x33, 0x84, 0xa2, 0x63, 0xd3, 0x85, + 0xac, 0x72, 0x2b, 0x90, 0x2a, 0x38, 0x36, 0xd5, 0x17, 0xd5, 0xf0, 0x64, 0x41, 0x2d, 0xbf, 0x12, + 0x35, 0x3c, 0x99, 0x53, 0xbb, 0x80, 0x4d, 0x3f, 0x37, 0x9b, 0x52, 0xe2, 0x2d, 0x68, 0xca, 0x2b, + 0xd0, 0x2c, 0x3b, 0x36, 0xd5, 0x7c, 0xf6, 0x1b, 0x84, 0xf1, 0xe4, 0x16, 0xe1, 0xc2, 0x4a, 0x84, + 0xf1, 0xe4, 0x26, 0xe1, 0x6f, 0x21, 0x7a, 0xd7, 0x10, 0xcb, 0xe8, 0xe1, 0x21, 0xa6, 0x26, 0x51, + 0x90, 0x10, 0xac, 0x7e, 0x84, 0xa0, 0x46, 0xb9, 0x2e, 0xc7, 0x44, 0x87, 0x01, 0x0f, 0xfa, 0x02, + 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, 0xa9, 0x80, 0xdb, 0x01, 0x8a, + 0xca, 0xb0, 0x36, 0xc0, 0x43, 0x4e, 0x2c, 0xa5, 0xb4, 0x2d, 0xed, 0x66, 0xf4, 0x70, 0xb5, 0xf3, + 0x87, 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, 0x3b, 0xf8, 0x7f, 0x75, 0x6e, 0xac, 0x55, 0xe7, 0xf7, 0xd5, 0x16, 0xee, 0x7a, 0x18, + 0x86, 0x1e, 0xc0, 0x3a, 0x9f, 0x18, 0x03, 0xcc, 0x06, 0xe1, 0xb4, 0x58, 0xe3, 0x93, 0x97, 0x98, + 0x0d, 0x76, 0x7e, 0x4f, 0x41, 0xbe, 0x1b, 0x95, 0xe1, 0x96, 0x94, 0x9e, 0xc5, 0xea, 0x49, 0xa1, + 0xfe, 0x78, 0x41, 0x7d, 0x8e, 0x61, 0x4e, 0xfc, 0x1b, 0xc8, 0x33, 0x1e, 0xce, 0xb9, 0xb0, 0x28, + 0xa9, 0x7f, 0x55, 0x94, 0x2c, 0xe3, 0x62, 0x20, 0x86, 0x55, 0x59, 0x28, 0x75, 0x7a, 0x05, 0xa5, + 0xd6, 0xe0, 0x7f, 0xd3, 0x63, 0x63, 0xba, 0xce, 0x68, 0x48, 0xc4, 0x65, 0xe0, 0xb6, 0x43, 0xe2, + 0xf3, 0x73, 0x47, 0xd4, 0xa6, 0x12, 0x3b, 0xd6, 0x63, 0xbf, 0x8e, 0xed, 0x90, 0xe8, 0x1c, 0x7d, + 0x06, 0xa5, 0x31, 0x9d, 0x19, 0xc0, 0x51, 0x07, 0xc4, 0xec, 0xd4, 0xd1, 0x2c, 0xd6, 0x11, 0xdd, + 0x40, 0xcf, 0xe0, 0x61, 0xc0, 0x49, 0xac, 0xb0, 0x5e, 0xec, 0x82, 0x90, 0x51, 0x1c, 0x29, 0x66, + 0xa6, 0xae, 0x44, 0x3e, 0xa2, 0x18, 0x6d, 0xdf, 0x23, 0x88, 0xdf, 0xf9, 0x29, 0x09, 0xf2, 0xcc, + 0x1d, 0x0b, 0xda, 0x59, 0x85, 0xe2, 0x34, 0x23, 0x4f, 0xd8, 0x8c, 0xb8, 0xbf, 0x85, 0xf1, 0xf5, + 0xd6, 0x69, 0x16, 0xda, 0x82, 0x8c, 0xff, 0x12, 0x20, 0x0e, 0xf1, 0xc2, 0xcf, 0x97, 0x78, 0xfd, + 0x9f, 0x6a, 0xe5, 0xce, 0x6f, 0x12, 0xdc, 0x6b, 0x0f, 0x31, 0x1b, 0xdc, 0x72, 0xae, 0x11, 0xa4, + 0xfd, 0xae, 0x8a, 0x24, 0xd3, 0xba, 0x78, 0x5e, 0xdc, 0x48, 0x6a, 0x05, 0x67, 0xea, 0x13, 0x28, + 0x9c, 0xe3, 0xa1, 0x6d, 0xcd, 0x7e, 0x33, 0x84, 0xf7, 0x50, 0x8e, 0x81, 0x70, 0x82, 0x3f, 0xf9, + 0x1e, 0xca, 0x37, 0x5f, 0x66, 0xa4, 0x40, 0xa9, 0xa3, 0xd7, 0x5a, 0xed, 0x17, 0xaa, 0x6e, 0x68, + 0x2d, 0xe3, 0x54, 0x3f, 0x39, 0xd2, 0xd5, 0x76, 0x5b, 0x4e, 0xa0, 0x22, 0xe4, 0x63, 0xe4, 0x45, + 0x4d, 0x6b, 0xaa, 0x0d, 0x59, 0x42, 0x25, 0x90, 0x1b, 0x6a, 0x53, 0x3d, 0xaa, 0x75, 0xb4, 0x93, + 0x96, 0xf1, 0x75, 0x57, 0xed, 0xaa, 0x72, 0x12, 0x3d, 0x80, 0xe2, 0x8c, 0xb5, 0x7e, 0x72, 0x7c, + 0xda, 0x54, 0x3b, 0xaa, 0x9c, 0xda, 0x4a, 0xff, 0xf8, 0x6b, 0x25, 0xf1, 0xe4, 0x17, 0x09, 0xee, + 0xdf, 0x78, 0x9b, 0xd1, 0x43, 0x50, 0x6a, 0xf5, 0x7a, 0xf7, 0xb8, 0xdb, 0xac, 0x75, 0xb4, 0xd6, + 0x91, 0xa1, 0xab, 0x0d, 0xf5, 0xf8, 0xd4, 0x67, 0x09, 0x77, 0xd0, 0x6d, 0x1d, 0x9e, 0xb4, 0x1a, + 0x3e, 0x14, 0x68, 0x49, 0x68, 0x13, 0xee, 0x4f, 0x8d, 0xb3, 0x3b, 0x4e, 0xa2, 0x0d, 0xc8, 0x04, + 0x90, 0xda, 0x90, 0x53, 0x28, 0x0b, 0x77, 0xeb, 0xcd, 0x9a, 0x76, 0x5c, 0x3b, 0x6c, 0xaa, 0x72, + 0x1a, 0xdd, 0x83, 0x75, 0xb1, 0x54, 0x1b, 0xf2, 0x9d, 0x60, 0x5f, 0x87, 0xcd, 0xb7, 0x97, 0x15, + 0xe9, 0xdd, 0x65, 0x45, 0xfa, 0xfb, 0xb2, 0x22, 0xfd, 0x7c, 0x55, 0x49, 0xbc, 0xbb, 0xaa, 0x24, + 0xfe, 0xbc, 0xaa, 0x24, 0x5e, 0x1d, 0xcc, 0xb4, 0x24, 0xf8, 0xf8, 0xd9, 0x6b, 0xe2, 0x1e, 0xdb, + 0x0f, 0xff, 0x18, 0x9c, 0x1f, 0x7c, 0xbe, 0x3f, 0x99, 0xfe, 0x3d, 0x10, 0x2d, 0xea, 0xad, 0x89, + 0x4f, 0xfb, 0xa7, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x01, 0x06, 0xc8, 0xce, 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 534fdff84..fdad18951 100644 --- a/x/staketia/types/tx.pb.go +++ b/x/staketia/types/tx.pb.go @@ -1343,9 +1343,9 @@ var fileDescriptor_98ceebce67c1ff4c = []byte{ 0x09, 0x1a, 0x24, 0xdd, 0x4d, 0xfc, 0x16, 0xe0, 0x19, 0x17, 0xd3, 0x3c, 0xcb, 0x59, 0x1c, 0x27, 0x48, 0xd3, 0xe1, 0xfc, 0x68, 0xd5, 0x95, 0xa7, 0x3b, 0x05, 0xee, 0xd9, 0x4e, 0x81, 0xfb, 0x63, 0xa7, 0xc0, 0x7d, 0xb1, 0x5b, 0x48, 0x3d, 0xdb, 0x2d, 0xa4, 0x7e, 0xdd, 0x2d, 0xa4, 0xee, 0x97, - 0xa9, 0xd1, 0x7c, 0xcd, 0xf1, 0xb9, 0xb0, 0xa2, 0xb6, 0xb1, 0xec, 0xfd, 0x20, 0x35, 0x2c, 0x5f, - 0x97, 0x47, 0xd4, 0xcf, 0x67, 0xf6, 0xa8, 0xde, 0x3e, 0xe4, 0xfc, 0x28, 0x75, 0xfd, 0x9f, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x39, 0x3a, 0xbc, 0x0f, 0x5e, 0x13, 0x00, 0x00, + 0xa9, 0xd1, 0x7c, 0xcd, 0xf1, 0xb9, 0xb0, 0xa2, 0xb6, 0xb1, 0xec, 0xfd, 0x20, 0x35, 0x2c, 0xdf, + 0x90, 0x47, 0xd4, 0xcf, 0x67, 0xf6, 0xa8, 0xde, 0x3e, 0xe4, 0xfc, 0x28, 0x75, 0xfd, 0x9f, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x1f, 0x41, 0x7f, 0xd7, 0x5e, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.