diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d78521ca3..95e5ba7bac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,28 +42,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changelog + +## [v11.0.0](https://github.com/Stride-Labs/stride/releases/tag/v11.0.0) - 2023-06-23 + +### On-Chain changes +1. IBCv7 version bump ([#840](https://github.com/Stride-Labs/stride/pull/840)) +2. Modified version command ([#831](https://github.com/Stride-Labs/stride/pull/831)) + +### Off-Chain Changes +1. Remove redundant build tags ([#829](https://github.com/Stride-Labs/stride/pull/829)) + ## [v10.0.0](https://github.com/Stride-Labs/stride/releases/tag/v10.0.0) - 2023-06-15 ### On-Chain changes -1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765)) -2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812)) -3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818)) -4. V10 import paths ([#825](https://github.com/org/repo/pull/825)) -5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805)) -6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826)) +1. SDK 47 / IBC v7 ([#765](https://github.com/Stride-Labs/stride/pull/765)) +2. Fix bug in ICA SendTx ([#812](https://github.com/Stride-Labs/stride/pull/812)) +3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/Stride-Labs/stride/pull/818)) +4. V10 import paths ([#825](https://github.com/Stride-Labs/stride/pull/825)) +5. v10 Upgrade Handler ([#805](https://github.com/Stride-Labs/stride/pull/805)) +6. Removed comdex from list of new rate limits ([#826](https://github.com/Stride-Labs/stride/pull/826)) 7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8)) ### Off-Chain Changes -1. Automated changelog [Part 1] ([#788](https://github.com/org/repo/pull/788)) -2. Automated changelog [Part 2] ([#799](https://github.com/org/repo/pull/799)) -3. Automated version increment [Part 1] ([#770](https://github.com/org/repo/pull/770)) -4. Automated version increment [Part 2] ([#786](https://github.com/org/repo/pull/786)) -5. Automate binary versioning ([#789](https://github.com/org/repo/pull/789)) -6. Check if binaries exist during dockernet startup ([#816](https://github.com/org/repo/pull/816)) -7. Fix dockernet typos ([#754](https://github.com/org/repo/pull/754)) -8. Remove third party protos ([#782](https://github.com/org/repo/pull/782)) -9. Changes required to get local to mainnet testing working with Umee ([#776](https://github.com/org/repo/pull/776)) -10. Enabled evmos in upgrade integration tests ([#736](https://github.com/org/repo/pull/736)) +1. Automated changelog [Part 1] ([#788](https://github.com/Stride-Labs/stride/pull/788)) +2. Automated changelog [Part 2] ([#799](https://github.com/Stride-Labs/stride/pull/799)) +3. Automated version increment [Part 1] ([#770](https://github.com/Stride-Labs/stride/pull/770)) +4. Automated version increment [Part 2] ([#786](https://github.com/Stride-Labs/stride/pull/786)) +5. Automate binary versioning ([#789](https://github.com/Stride-Labs/stride/pull/789)) +6. Check if binaries exist during dockernet startup ([#816](https://github.com/Stride-Labs/stride/pull/816)) +7. Fix dockernet typos ([#754](https://github.com/Stride-Labs/stride/pull/754)) +8. Remove third party protos ([#782](https://github.com/Stride-Labs/stride/pull/782)) +9. Changes required to get local to mainnet testing working with Umee ([#776](https://github.com/Stride-Labs/stride/pull/776)) +10. Enabled evmos in upgrade integration tests ([#736](https://github.com/Stride-Labs/stride/pull/736)) ## [v9.0.0](https://github.com/Stride-Labs/stride/releases/tag/v9.0.0) - 2023-04-19 diff --git a/app/app.go b/app/app.go index 474a70a485..0bc7187127 100644 --- a/app/app.go +++ b/app/app.go @@ -11,7 +11,7 @@ import ( nodeservice "github.com/cosmos/cosmos-sdk/client/grpc/node" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/client" @@ -61,12 +61,12 @@ import ( govtypesv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" govtypesv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - claimvesting "github.com/Stride-Labs/stride/v10/x/claim/vesting" - claimvestingtypes "github.com/Stride-Labs/stride/v10/x/claim/vesting/types" + claimvesting "github.com/Stride-Labs/stride/v11/x/claim/vesting" + claimvestingtypes "github.com/Stride-Labs/stride/v11/x/claim/vesting/types" - "github.com/Stride-Labs/stride/v10/x/mint" - mintkeeper "github.com/Stride-Labs/stride/v10/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/x/mint" + mintkeeper "github.com/Stride-Labs/stride/v11/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" dbm "github.com/cometbft/cometbft-db" abci "github.com/cometbft/cometbft/abci/types" @@ -114,35 +114,35 @@ import ( // monitoringp "github.com/tendermint/spn/x/monitoringp" // monitoringpkeeper "github.com/tendermint/spn/x/monitoringp/keeper" - epochsmodule "github.com/Stride-Labs/stride/v10/x/epochs" - epochsmodulekeeper "github.com/Stride-Labs/stride/v10/x/epochs/keeper" - epochsmoduletypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - - "github.com/Stride-Labs/stride/v10/x/interchainquery" - interchainquerykeeper "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - interchainquerytypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - - "github.com/Stride-Labs/stride/v10/x/autopilot" - autopilotkeeper "github.com/Stride-Labs/stride/v10/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v10/x/autopilot/types" - - "github.com/Stride-Labs/stride/v10/x/claim" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - icacallbacksmodule "github.com/Stride-Labs/stride/v10/x/icacallbacks" - icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - icacallbacksmoduletypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - ratelimitmodule "github.com/Stride-Labs/stride/v10/x/ratelimit" - ratelimitclient "github.com/Stride-Labs/stride/v10/x/ratelimit/client" - ratelimitmodulekeeper "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - ratelimitmoduletypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" - recordsmodule "github.com/Stride-Labs/stride/v10/x/records" - recordsmodulekeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" - recordsmoduletypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibcmodule "github.com/Stride-Labs/stride/v10/x/stakeibc" - stakeibcclient "github.com/Stride-Labs/stride/v10/x/stakeibc/client" - stakeibcmodulekeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibcmoduletypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochsmodule "github.com/Stride-Labs/stride/v11/x/epochs" + epochsmodulekeeper "github.com/Stride-Labs/stride/v11/x/epochs/keeper" + epochsmoduletypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + + "github.com/Stride-Labs/stride/v11/x/interchainquery" + interchainquerykeeper "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + interchainquerytypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + + "github.com/Stride-Labs/stride/v11/x/autopilot" + autopilotkeeper "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v11/x/autopilot/types" + + "github.com/Stride-Labs/stride/v11/x/claim" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + icacallbacksmodule "github.com/Stride-Labs/stride/v11/x/icacallbacks" + icacallbacksmodulekeeper "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + icacallbacksmoduletypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + ratelimitmodule "github.com/Stride-Labs/stride/v11/x/ratelimit" + ratelimitclient "github.com/Stride-Labs/stride/v11/x/ratelimit/client" + ratelimitmodulekeeper "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + ratelimitmoduletypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" + recordsmodule "github.com/Stride-Labs/stride/v11/x/records" + recordsmodulekeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" + recordsmoduletypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibcmodule "github.com/Stride-Labs/stride/v11/x/stakeibc" + stakeibcclient "github.com/Stride-Labs/stride/v11/x/stakeibc/client" + stakeibcmodulekeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibcmoduletypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" storetypes "github.com/cosmos/cosmos-sdk/store/types" ibctestingtypes "github.com/cosmos/ibc-go/v7/testing/types" diff --git a/app/apptesting/test_helpers.go b/app/apptesting/test_helpers.go index 22e1945b7b..02086fad52 100644 --- a/app/apptesting/test_helpers.go +++ b/app/apptesting/test_helpers.go @@ -23,8 +23,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/utils" ) var ( diff --git a/app/test_setup.go b/app/test_setup.go index 3e3eed3a32..e0f32b6c17 100644 --- a/app/test_setup.go +++ b/app/test_setup.go @@ -20,7 +20,7 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - cmdcfg "github.com/Stride-Labs/stride/v10/cmd/strided/config" + cmdcfg "github.com/Stride-Labs/stride/v11/cmd/strided/config" ) const Bech32Prefix = "stride" diff --git a/app/upgrades.go b/app/upgrades.go index 5976f16d7a..1df0752f2e 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -12,21 +12,22 @@ import ( capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types" - v10 "github.com/Stride-Labs/stride/v10/app/upgrades/v10" - v2 "github.com/Stride-Labs/stride/v10/app/upgrades/v2" - v3 "github.com/Stride-Labs/stride/v10/app/upgrades/v3" - v4 "github.com/Stride-Labs/stride/v10/app/upgrades/v4" - v5 "github.com/Stride-Labs/stride/v10/app/upgrades/v5" - v6 "github.com/Stride-Labs/stride/v10/app/upgrades/v6" - v7 "github.com/Stride-Labs/stride/v10/app/upgrades/v7" - v8 "github.com/Stride-Labs/stride/v10/app/upgrades/v8" - v9 "github.com/Stride-Labs/stride/v10/app/upgrades/v9" - autopilottypes "github.com/Stride-Labs/stride/v10/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - ratelimittypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + v10 "github.com/Stride-Labs/stride/v11/app/upgrades/v10" + v11 "github.com/Stride-Labs/stride/v11/app/upgrades/v11" + v2 "github.com/Stride-Labs/stride/v11/app/upgrades/v2" + v3 "github.com/Stride-Labs/stride/v11/app/upgrades/v3" + v4 "github.com/Stride-Labs/stride/v11/app/upgrades/v4" + v5 "github.com/Stride-Labs/stride/v11/app/upgrades/v5" + v6 "github.com/Stride-Labs/stride/v11/app/upgrades/v6" + v7 "github.com/Stride-Labs/stride/v11/app/upgrades/v7" + v8 "github.com/Stride-Labs/stride/v11/app/upgrades/v8" + v9 "github.com/Stride-Labs/stride/v11/app/upgrades/v9" + autopilottypes "github.com/Stride-Labs/stride/v11/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + ratelimittypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (app *StrideApp) setupUpgradeHandlers() { @@ -133,6 +134,15 @@ func (app *StrideApp) setupUpgradeHandlers() { ), ) + // v11 upgrade handler + app.UpgradeKeeper.SetUpgradeHandler( + v11.UpgradeName, + v11.CreateUpgradeHandler( + app.mm, + app.configurator, + ), + ) + upgradeInfo, err := app.UpgradeKeeper.ReadUpgradeInfoFromDisk() if err != nil { panic(fmt.Errorf("Failed to read upgrade info from disk: %w", err)) @@ -162,8 +172,6 @@ func (app *StrideApp) setupUpgradeHandlers() { Added: []string{crisistypes.StoreKey, consensustypes.StoreKey}, } } - // TODO: v10 UPGRADE HANDLER - // Add module and ICA accounts for each host zone to the rate limit whitelist if storeUpgrades != nil { app.SetStoreLoader(upgradetypes.UpgradeStoreLoader(upgradeInfo.Height, storeUpgrades)) diff --git a/app/upgrades/v10/README.md b/app/upgrades/v10/README.md index b442e405c2..7489bb3c0b 100644 --- a/app/upgrades/v10/README.md +++ b/app/upgrades/v10/README.md @@ -1,8 +1,8 @@ # Upgrade v10 Changelog -1. SDK 47 / IBC v7 ([#765](https://github.com/org/repo/pull/765)) -2. Fix bug in ICA SendTx ([#812](https://github.com/org/repo/pull/812)) -3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/org/repo/pull/818)) -4. V10 import paths ([#825](https://github.com/org/repo/pull/825)) -5. v10 Upgrade Handler ([#805](https://github.com/org/repo/pull/805)) -6. Removed comdex from list of new rate limits ([#826](https://github.com/org/repo/pull/826)) +1. SDK 47 / IBC v7 ([#765](https://github.com/Stride-Labs/stride/pull/765)) +2. Fix bug in ICA SendTx ([#812](https://github.com/Stride-Labs/stride/pull/812)) +3. IBC Rate Limiting Audit Fixes ([#818](https://github.com/Stride-Labs/stride/pull/818)) +4. V10 import paths ([#825](https://github.com/Stride-Labs/stride/pull/825)) +5. v10 Upgrade Handler ([#805](https://github.com/Stride-Labs/stride/pull/805)) +6. Removed comdex from list of new rate limits ([#826](https://github.com/Stride-Labs/stride/pull/826)) 7. Dependency bumps ([0fb5fb6](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [fc70522](https://github.com/Stride-Labs/stride/commit/fc7052268cd21c941dfebcb9560123e40e14e5b8), [6aac1d5](https://github.com/Stride-Labs/stride/commit/6aac1d5bb2c4f6cbc00ed0c31793cfc091f7550f), [eddf1ea](https://github.com/Stride-Labs/stride/commit/eddf1eae49e669432dfcce56d28ec71f67f8cff6), [4871518](https://github.com/Stride-Labs/stride/commit/b89d88ce02a23ca01fc574ae1c1a0226a9b2ef74), [b89d88c](https://github.com/Stride-Labs/stride/commit/0fb5fb6c014338a7837a569ba5b081235fd9af8a), [7a332fc](https://github.com/Stride-Labs/stride/commit/7a332fc5e690b71c10b48b6630cba1488fa2f90b), [7eea5ee](https://github.com/Stride-Labs/stride/commit/7eea5eea66973241edbb4261c1408410bfffc4e3), [c74f8f2](https://github.com/Stride-Labs/stride/commit/c74f8f28c9bbc794e70f5ded0af6930d2d10a3a8)) diff --git a/app/upgrades/v10/upgrades.go b/app/upgrades/v10/upgrades.go index 864e114c56..5e916e7289 100644 --- a/app/upgrades/v10/upgrades.go +++ b/app/upgrades/v10/upgrades.go @@ -25,18 +25,18 @@ import ( "github.com/cosmos/ibc-go/v7/modules/core/exported" ibctmmigrations "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint/migrations" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - mintkeeper "github.com/Stride-Labs/stride/v10/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" - ratelimitkeeper "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - ratelimitgov "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper/gov" - ratelimittypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" - recordskeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + mintkeeper "github.com/Stride-Labs/stride/v11/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" + ratelimitkeeper "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + ratelimitgov "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper/gov" + ratelimittypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" + recordskeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/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 c639b3d879..3d49785346 100644 --- a/app/upgrades/v10/upgrades_test.go +++ b/app/upgrades/v10/upgrades_test.go @@ -16,22 +16,22 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v10/app/apptesting" - v10 "github.com/Stride-Labs/stride/v10/app/upgrades/v10" - "github.com/Stride-Labs/stride/v10/utils" - - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - ratelimittypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" - recordskeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + v10 "github.com/Stride-Labs/stride/v11/app/upgrades/v10" + "github.com/Stride-Labs/stride/v11/utils" + + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + ratelimittypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" + recordskeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" cosmosproto "github.com/cosmos/gogoproto/proto" deprecatedproto "github.com/golang/protobuf/proto" //nolint:staticcheck - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" ) var initialRateLimitChannelValue = sdk.NewInt(1_000_000) diff --git a/app/upgrades/v11/README.md b/app/upgrades/v11/README.md new file mode 100644 index 0000000000..43061f95cd --- /dev/null +++ b/app/upgrades/v11/README.md @@ -0,0 +1,2 @@ +# Upgrade v11 Changelog +1. IBCv7 version bump ([#840](https://github.com/Stride-Labs/stride/pull/840)) \ No newline at end of file diff --git a/app/upgrades/v11/upgrades.go b/app/upgrades/v11/upgrades.go new file mode 100644 index 0000000000..935b7d72a6 --- /dev/null +++ b/app/upgrades/v11/upgrades.go @@ -0,0 +1,22 @@ +package v11 + +import ( + sdk "github.com/cosmos/cosmos-sdk/types" + "github.com/cosmos/cosmos-sdk/types/module" + upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" +) + +var ( + UpgradeName = "v11" +) + +// CreateUpgradeHandler creates an SDK upgrade handler for v11 +func CreateUpgradeHandler( + mm *module.Manager, + configurator module.Configurator, +) upgradetypes.UpgradeHandler { + return func(ctx sdk.Context, _ upgradetypes.Plan, vm module.VersionMap) (module.VersionMap, error) { + ctx.Logger().Info("Starting upgrade v11...") + return mm.RunMigrations(ctx, configurator, vm) + } +} diff --git a/app/upgrades/v3/upgrades.go b/app/upgrades/v3/upgrades.go index f2a0328e4c..763b494620 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/v10/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/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 18165969af..ea2066eb95 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/v10/app/apptesting" + "github.com/Stride-Labs/stride/v11/app/apptesting" ) var ( diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index f0947e3a3e..5335cfc9f8 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/v10/app/apptesting" + "github.com/Stride-Labs/stride/v11/app/apptesting" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v5/upgrades.go b/app/upgrades/v5/upgrades.go index 50b83f1b02..6b007de711 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/v10/x/claim/migrations/v2" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - icacallbacksmigration "github.com/Stride-Labs/stride/v10/x/icacallbacks/migrations/v2" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - interchainquerykeeper "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - recordsmigration "github.com/Stride-Labs/stride/v10/x/records/migrations/v2" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibcmigration "github.com/Stride-Labs/stride/v10/x/stakeibc/migrations/v2" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + claimmigration "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + icacallbacksmigration "github.com/Stride-Labs/stride/v11/x/icacallbacks/migrations/v2" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + interchainquerykeeper "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + recordsmigration "github.com/Stride-Labs/stride/v11/x/records/migrations/v2" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibcmigration "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2" + stakeibctypes "github.com/Stride-Labs/stride/v11/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 6b5e404088..884ced5ab2 100644 --- a/app/upgrades/v5/upgrades_test.go +++ b/app/upgrades/v5/upgrades_test.go @@ -11,20 +11,20 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app" - - "github.com/Stride-Labs/stride/v10/app/apptesting" - upgradev5 "github.com/Stride-Labs/stride/v10/app/upgrades/v5" - oldclaimtypes "github.com/Stride-Labs/stride/v10/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - recordkeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" - oldrecordtypes "github.com/Stride-Labs/stride/v10/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - oldstakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app" + + "github.com/Stride-Labs/stride/v11/app/apptesting" + upgradev5 "github.com/Stride-Labs/stride/v11/app/upgrades/v5" + oldclaimtypes "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + recordkeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" + oldrecordtypes "github.com/Stride-Labs/stride/v11/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v6/upgrades.go b/app/upgrades/v6/upgrades.go index b38304b0e1..356f68b1c7 100644 --- a/app/upgrades/v6/upgrades.go +++ b/app/upgrades/v6/upgrades.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v11/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 38b52906ba..64a2cb7296 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/v10/app" + "github.com/Stride-Labs/stride/v11/app" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" ) const dummyUpgradeHeight = 5 diff --git a/app/upgrades/v7/upgrades.go b/app/upgrades/v7/upgrades.go index 442552c637..8723c23fba 100644 --- a/app/upgrades/v7/upgrades.go +++ b/app/upgrades/v7/upgrades.go @@ -21,13 +21,13 @@ 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/v10/utils" - epochskeeper "github.com/Stride-Labs/stride/v10/x/epochs/keeper" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - mintkeeper "github.com/Stride-Labs/stride/v10/x/mint/keeper" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochskeeper "github.com/Stride-Labs/stride/v11/x/epochs/keeper" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + mintkeeper "github.com/Stride-Labs/stride/v11/x/mint/keeper" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/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 c9ce506730..b84bf78337 100644 --- a/app/upgrades/v7/upgrades_test.go +++ b/app/upgrades/v7/upgrades_test.go @@ -9,16 +9,16 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/app" - "github.com/Stride-Labs/stride/v10/app/apptesting" - v7 "github.com/Stride-Labs/stride/v10/app/upgrades/v7" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/app/apptesting" + v7 "github.com/Stride-Labs/stride/v11/app/upgrades/v7" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/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/v10/x/stakeibc/migrations/v2/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" ) var ( diff --git a/app/upgrades/v8/upgrades.go b/app/upgrades/v8/upgrades.go index 3710b68bf8..e98081f28f 100644 --- a/app/upgrades/v8/upgrades.go +++ b/app/upgrades/v8/upgrades.go @@ -12,12 +12,12 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - "github.com/Stride-Labs/stride/v10/utils" - autopilotkeeper "github.com/Stride-Labs/stride/v10/x/autopilot/keeper" - autopilottypes "github.com/Stride-Labs/stride/v10/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/utils" + autopilotkeeper "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + autopilottypes "github.com/Stride-Labs/stride/v11/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" ) var ( diff --git a/app/upgrades/v8/upgrades_test.go b/app/upgrades/v8/upgrades_test.go index ab8c0cf2f5..00f333e93c 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/v10/app/apptesting" - v8 "github.com/Stride-Labs/stride/v10/app/upgrades/v8" - autopilottypes "github.com/Stride-Labs/stride/v10/x/autopilot/types" - "github.com/Stride-Labs/stride/v10/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + v8 "github.com/Stride-Labs/stride/v11/app/upgrades/v8" + autopilottypes "github.com/Stride-Labs/stride/v11/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" ) var ( diff --git a/app/upgrades/v9/upgrades.go b/app/upgrades/v9/upgrades.go index 92c6482864..2afb22c375 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/v10/x/claim/keeper" + claimkeeper "github.com/Stride-Labs/stride/v11/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 bf910117c3..1b2e6a455b 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/v10/app" - "github.com/Stride-Labs/stride/v10/app/apptesting" - v9 "github.com/Stride-Labs/stride/v10/app/upgrades/v9" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/app/apptesting" + v9 "github.com/Stride-Labs/stride/v11/app/upgrades/v9" + "github.com/Stride-Labs/stride/v11/utils" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/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/v10/x/claim/migrations/v2/types" - oldclaimtypes "github.com/Stride-Labs/stride/v10/x/claim/migrations/v2/types" + "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" + oldclaimtypes "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" ) type UpgradeTestSuite struct { diff --git a/cmd/strided/main.go b/cmd/strided/main.go index 796f0c5f56..75dea77b49 100644 --- a/cmd/strided/main.go +++ b/cmd/strided/main.go @@ -5,9 +5,9 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/Stride-Labs/stride/v10/app" + "github.com/Stride-Labs/stride/v11/app" - cmdcfg "github.com/Stride-Labs/stride/v10/cmd/strided/config" + cmdcfg "github.com/Stride-Labs/stride/v11/cmd/strided/config" ) func main() { diff --git a/cmd/strided/root.go b/cmd/strided/root.go index b269a1b09f..217f56ef04 100644 --- a/cmd/strided/root.go +++ b/cmd/strided/root.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/snapshots" "gopkg.in/yaml.v2" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" cometbftdb "github.com/cometbft/cometbft-db" "github.com/cometbft/cometbft/libs/cli" @@ -47,7 +47,7 @@ import ( genutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" - "github.com/Stride-Labs/stride/v10/app" + "github.com/Stride-Labs/stride/v11/app" ) var ChainID string diff --git a/go.mod b/go.mod index 604afd6a14..6e2635235d 100644 --- a/go.mod +++ b/go.mod @@ -1,24 +1,24 @@ -module github.com/Stride-Labs/stride/v10 +module github.com/Stride-Labs/stride/v11 go 1.19 require ( cosmossdk.io/math v1.0.1 - github.com/cometbft/cometbft v0.37.1 + github.com/cometbft/cometbft v0.37.2 github.com/cometbft/cometbft-db v0.8.0 github.com/cosmos/cosmos-proto v1.0.0-beta.2 github.com/cosmos/cosmos-sdk v0.47.3 github.com/cosmos/gogoproto v1.4.10 - github.com/cosmos/ibc-go/v7 v7.1.0 + github.com/cosmos/ibc-go/v7 v7.2.0 github.com/cosmos/ics23/go v0.10.0 github.com/golang/protobuf v1.5.3 github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 - github.com/spf13/cast v1.5.0 - github.com/spf13/cobra v1.6.1 + github.com/spf13/cast v1.5.1 + github.com/spf13/cobra v1.7.0 github.com/spf13/pflag v1.0.5 - github.com/stretchr/testify v1.8.3 - google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 + github.com/stretchr/testify v1.8.4 + google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 google.golang.org/grpc v1.55.0 gopkg.in/yaml.v2 v2.4.0 ) @@ -28,15 +28,16 @@ require ( github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4 // indirect github.com/go-playground/locales v0.14.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect + github.com/google/s2a-go v0.1.3 // indirect github.com/mattn/go-colorable v0.1.13 // indirect github.com/rs/zerolog v1.29.1 // indirect ) require ( cloud.google.com/go v0.110.0 // indirect - cloud.google.com/go/compute v1.18.0 // indirect + cloud.google.com/go/compute v1.19.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect - cloud.google.com/go/iam v0.12.0 // indirect + cloud.google.com/go/iam v0.13.0 // indirect cloud.google.com/go/storage v1.29.0 // indirect cosmossdk.io/api v0.3.1 // indirect cosmossdk.io/core v0.5.1 // indirect @@ -91,7 +92,7 @@ require ( github.com/google/orderedcode v0.0.1 // indirect github.com/google/uuid v1.3.0 // indirect github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect - github.com/googleapis/gax-go/v2 v2.7.0 // indirect + github.com/googleapis/gax-go/v2 v2.8.0 // indirect github.com/gorilla/handlers v1.5.1 // indirect github.com/gorilla/websocket v1.5.0 // indirect github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect @@ -125,7 +126,7 @@ require ( github.com/mitchellh/go-testing-interface v1.14.1 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mtibben/percent v0.2.1 // indirect - github.com/pelletier/go-toml/v2 v2.0.7 // indirect + github.com/pelletier/go-toml/v2 v2.0.8 // indirect github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect @@ -137,9 +138,9 @@ require ( github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect github.com/rs/cors v1.8.3 // indirect github.com/sasha-s/go-deadlock v0.3.1 // indirect - github.com/spf13/afero v1.9.3 // indirect + github.com/spf13/afero v1.9.5 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect - github.com/spf13/viper v1.15.0 // indirect + github.com/spf13/viper v1.16.0 // indirect github.com/subosito/gotenv v1.4.2 // indirect github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect github.com/tendermint/go-amino v0.16.0 // indirect @@ -149,15 +150,15 @@ require ( github.com/zondax/ledger-go v0.14.1 // indirect go.etcd.io/bbolt v1.3.7 // indirect go.opencensus.io v0.24.0 // indirect - golang.org/x/crypto v0.8.0 // indirect + golang.org/x/crypto v0.9.0 // indirect golang.org/x/exp v0.0.0-20230515195305-f3d0a9c9a5cc // indirect - golang.org/x/net v0.9.0 // indirect - golang.org/x/oauth2 v0.6.0 // indirect - golang.org/x/sys v0.7.0 // indirect - golang.org/x/term v0.7.0 // indirect + golang.org/x/net v0.10.0 // indirect + golang.org/x/oauth2 v0.7.0 // indirect + golang.org/x/sys v0.8.0 // indirect + golang.org/x/term v0.8.0 // indirect golang.org/x/text v0.9.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect - google.golang.org/api v0.110.0 // indirect + google.golang.org/api v0.122.0 // indirect google.golang.org/appengine v1.6.7 // indirect google.golang.org/protobuf v1.30.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect diff --git a/go.sum b/go.sum index d4fbf448da..7cb00522a2 100644 --- a/go.sum +++ b/go.sum @@ -70,8 +70,8 @@ cloud.google.com/go/compute v1.6.0/go.mod h1:T29tfhtVbq1wvAPo0E3+7vhgmkOYeXjhFvz cloud.google.com/go/compute v1.6.1/go.mod h1:g85FgpzFvNULZ+S8AYq87axRKuf2Kh7deLqV/jJ3thU= cloud.google.com/go/compute v1.7.0/go.mod h1:435lt8av5oL9P3fv1OEzSbSUe+ybHXGMPQHHZWZxy9U= cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU= -cloud.google.com/go/compute v1.18.0 h1:FEigFqoDbys2cvFkZ9Fjq4gnHBP55anJ0yQyau2f9oY= -cloud.google.com/go/compute v1.18.0/go.mod h1:1X7yHxec2Ga+Ss6jPyjxRxpu2uu7PLgsOVXvgU0yacs= +cloud.google.com/go/compute v1.19.0 h1:+9zda3WGgW1ZSTlVppLCYFIr48Pa35q1uG2N1itbCEQ= +cloud.google.com/go/compute v1.19.0/go.mod h1:rikpw2y+UMidAe9tISo04EHNOIf42RLYF/q8Bs93scU= cloud.google.com/go/compute/metadata v0.2.3 h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY= cloud.google.com/go/compute/metadata v0.2.3/go.mod h1:VAV5nSsACxMJvgaAuX6Pk2AawlZn8kiOGuCv6gTkwuA= cloud.google.com/go/containeranalysis v0.5.1/go.mod h1:1D92jd8gRR/c0fGMlymRgxWD3Qw9C1ff6/T7mLgVL8I= @@ -111,8 +111,8 @@ cloud.google.com/go/gkehub v0.10.0/go.mod h1:UIPwxI0DsrpsVoWpLB0stwKCP+WFVG9+y97 cloud.google.com/go/grafeas v0.2.0/go.mod h1:KhxgtF2hb0P191HlY5besjYm6MqTSTj3LSI+M+ByZHc= cloud.google.com/go/iam v0.3.0/go.mod h1:XzJPvDayI+9zsASAFO68Hk07u3z+f+JrT2xXNdp4bnY= cloud.google.com/go/iam v0.5.0/go.mod h1:wPU9Vt0P4UmCux7mqtRu6jcpPAb74cP1fh50J3QpkUc= -cloud.google.com/go/iam v0.12.0 h1:DRtTY29b75ciH6Ov1PHb4/iat2CLCvrOm40Q0a6DFpE= -cloud.google.com/go/iam v0.12.0/go.mod h1:knyHGviacl11zrtZUoDuYpDgLjvr28sLQaG0YB2GYAY= +cloud.google.com/go/iam v0.13.0 h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k= +cloud.google.com/go/iam v0.13.0/go.mod h1:ljOg+rcNfzZ5d6f1nAUJ8ZIxOaZUVoS14bKCtaLZ/D0= cloud.google.com/go/language v1.4.0/go.mod h1:F9dRpNFQmJbkaop6g0JhSBXCNlO90e1KWx5iDdxbWic= cloud.google.com/go/language v1.6.0/go.mod h1:6dJ8t3B+lUYfStgls25GusK04NLh3eDLQnWM3mdEbhI= cloud.google.com/go/lifesciences v0.5.0/go.mod h1:3oIKy8ycWGPUyZDR/8RNnTOYevhaMLqh5vLUXs9zvT8= @@ -304,8 +304,8 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:z github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd/go.mod h1:sE/e/2PUdi/liOCUjSTXgM1o87ZssimdTWN964YiIeI= github.com/coinbase/rosetta-sdk-go/types v1.0.0 h1:jpVIwLcPoOeCR6o1tU+Xv7r5bMONNbHU7MuEHboiFuA= github.com/coinbase/rosetta-sdk-go/types v1.0.0/go.mod h1:eq7W2TMRH22GTW0N0beDnN931DW0/WOI1R2sdHNHG4c= -github.com/cometbft/cometbft v0.37.1 h1:KLxkQTK2hICXYq21U2hn1W5hOVYUdQgDQ1uB+90xPIg= -github.com/cometbft/cometbft v0.37.1/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs= +github.com/cometbft/cometbft v0.37.2 h1:XB0yyHGT0lwmJlFmM4+rsRnczPlHoAKFX6K8Zgc2/Jc= +github.com/cometbft/cometbft v0.37.2/go.mod h1:Y2MMMN//O5K4YKd8ze4r9jmk4Y7h0ajqILXbH5JQFVs= github.com/cometbft/cometbft-db v0.8.0 h1:vUMDaH3ApkX8m0KZvOFFy9b5DZHBAjsnEuo9AKVZpjo= github.com/cometbft/cometbft-db v0.8.0/go.mod h1:6ASCP4pfhmrCBpfk01/9E1SI29nD3HfVHrY4PG8x5c0= github.com/confio/ics23/go v0.9.0 h1:cWs+wdbS2KRPZezoaaj+qBleXgUk5WOQFMP3CQFGTr4= @@ -333,8 +333,8 @@ github.com/cosmos/gogoproto v1.4.10 h1:QH/yT8X+c0F4ZDacDv3z+xE3WU1P1Z3wQoLMBRJoK github.com/cosmos/gogoproto v1.4.10/go.mod h1:3aAZzeRWpAwr+SS/LLkICX2/kDFyaYVzckBDzygIxek= github.com/cosmos/iavl v0.20.0 h1:fTVznVlepH0KK8NyKq8w+U7c2L6jofa27aFX6YGlm38= github.com/cosmos/iavl v0.20.0/go.mod h1:WO7FyvaZJoH65+HFOsDir7xU9FWk2w9cHXNW1XHcl7A= -github.com/cosmos/ibc-go/v7 v7.1.0 h1:SCLgs7tqVnzdIDO5MRLgovAnc696vTTKl+8qsTu8IMM= -github.com/cosmos/ibc-go/v7 v7.1.0/go.mod h1:7MptlWeIyqmDiuJeRAFqBvXKY8Hybd+rF8vMSmGd2zg= +github.com/cosmos/ibc-go/v7 v7.2.0 h1:dx0DLUl7rxdyZ8NiT6UsrbzKOJx/w7s+BOaewFRH6cg= +github.com/cosmos/ibc-go/v7 v7.2.0/go.mod h1:OOcjKIRku/j1Xs1RgKK0yvKRrJ5iFuZYMetR1n3yMlc= github.com/cosmos/ics23/go v0.10.0 h1:iXqLLgp2Lp+EdpIuwXTYIQU+AiHj9mOC2X9ab++bZDM= github.com/cosmos/ics23/go v0.10.0/go.mod h1:ZfJSmng/TBNTBkFemHHHj5YY7VAU/MBU980F4VU1NG0= github.com/cosmos/keyring v1.2.0 h1:8C1lBP9xhImmIabyXW4c3vFjjLiBdGCmfLUfeZlV1Yo= @@ -547,6 +547,8 @@ github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/s2a-go v0.1.3 h1:FAgZmpLl/SXurPEZyCMPBIiiYeTbqfjlbdnCNTAkbGE= +github.com/google/s2a-go v0.1.3/go.mod h1:Ej+mSEMGRnqRzjc7VtF+jdBwYG5fuJfiZ8ELkjEwM0A= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= @@ -565,8 +567,8 @@ github.com/googleapis/gax-go/v2 v2.3.0/go.mod h1:b8LNqSzNabLiUpXKkY7HAR5jr6bIT99 github.com/googleapis/gax-go/v2 v2.4.0/go.mod h1:XOTVJ59hdnfJLIP/dh8n5CGryZR2LxK9wbMD5+iXC6c= github.com/googleapis/gax-go/v2 v2.5.1/go.mod h1:h6B0KMMFNtI2ddbGJn3T3ZbwkeT6yqEF02fYlzkUCyo= github.com/googleapis/gax-go/v2 v2.6.0/go.mod h1:1mjbznJAPHFpesgE5ucqfYEscaz5kMdcIDwU/6+DDoY= -github.com/googleapis/gax-go/v2 v2.7.0 h1:IcsPKeInNvYi7eqSaDjiZqDDKu5rsmunY0Y1YupQSSQ= -github.com/googleapis/gax-go/v2 v2.7.0/go.mod h1:TEop28CZZQ2y+c0VxMUmu1lV+fQx57QpBWsYpwqHJx8= +github.com/googleapis/gax-go/v2 v2.8.0 h1:UBtEZqx1bjXtOQ5BVTkuYghXrr3N4V123VKJK67vJZc= +github.com/googleapis/gax-go/v2 v2.8.0/go.mod h1:4orTrqY6hXxxaUL4LHIPl6lGo8vAE38/qKbhSAKP6QI= github.com/googleapis/go-type-adapters v1.0.0/go.mod h1:zHW75FOG2aur7gAO2B+MLby+cLsWGBF62rFAi7WjWO4= github.com/googleapis/google-cloud-go-testing v0.0.0-20200911160855-bcd43fbb19e8/go.mod h1:dvDLG8qkwmyD9a/MJJN3XJcT3xFxOKAvTZGvuZmac9g= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= @@ -646,7 +648,6 @@ github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1: github.com/improbable-eng/grpc-web v0.15.0 h1:BN+7z6uNXZ1tQGcNAuaU1YjsLTApzkjt2tzCixLaUPQ= github.com/improbable-eng/grpc-web v0.15.0/go.mod h1:1sy9HKV4Jt9aEs9JSnkWlRJPuPtwNr0l57L4f878wP8= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/inconshreveable/mousetrap v1.0.1/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8= github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw= github.com/influxdata/influxdb1-client v0.0.0-20191209144304-8bf82d3c094d/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo= @@ -796,8 +797,8 @@ github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0Mw github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml/v2 v2.0.7 h1:muncTPStnKRos5dpVKULv2FVd4bMOhNePj9CjgDb8Us= -github.com/pelletier/go-toml/v2 v2.0.7/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= +github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ= +github.com/pelletier/go-toml/v2 v2.0.8/go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= github.com/petermattis/goid v0.0.0-20230317030725-371a4b8eda08 h1:hDSdbBuw3Lefr6R18ax0tZ2BJeNB3NehB3trOwYBsdU= @@ -884,12 +885,12 @@ github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasO github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk= -github.com/spf13/afero v1.9.3/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= +github.com/spf13/afero v1.9.5 h1:stMpOSZFs//0Lv29HduCmli3GUfpFoF3Y1Q/aXj/wVM= +github.com/spf13/afero v1.9.5/go.mod h1:UBogFpq8E9Hx+xc5CNTTEpTnuHVmXDwZcZcE1eb/UhQ= github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU= -github.com/spf13/cobra v1.6.1 h1:o94oiPyS4KD1mPy2fmcYYHHfCxLqYjJOhGsCHFZtEzA= -github.com/spf13/cobra v1.6.1/go.mod h1:IOw/AERYS7UzyrGinqmz6HLUo219MORXGxhbaJUqzrY= +github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I= +github.com/spf13/cobra v1.7.0/go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= @@ -898,8 +899,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= -github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= -github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= +github.com/spf13/viper v1.16.0 h1:rGGH0XDZhdUOryiDWjmIvUSWpbNqisK8Wk0Vyefw8hc= +github.com/spf13/viper v1.16.0/go.mod h1:yg78JgCJcbrQOvV9YLXgkLaZqUidkY9K+Dd1FofRzQg= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= @@ -917,8 +918,9 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/stretchr/testify v1.8.3 h1:RP3t2pwF7cMEbC1dqtB6poj3niw/9gnV4Cjg5oW5gtY= github.com/stretchr/testify v1.8.3/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= +github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk= +github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo= github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8= github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= @@ -988,9 +990,10 @@ golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.8.0 h1:pd9TJtTueMTVQXzk8E2XESSMQDj/U7OUu0PqJqPXQjQ= -golang.org/x/crypto v0.8.0/go.mod h1:mRqEX+O9/h5TFCrQhkgjo2yKi0yYA+9ecGkdQoHrywE= +golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.9.0 h1:LF6fAI+IutBocDJ2OT0Q1g8plpYljMZ4+lty+dsqw3g= +golang.org/x/crypto v0.9.0/go.mod h1:yrmDGqONDYtNj3tH8X9dzUun2m2lzPa9ngI6/RUPGR0= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -1079,6 +1082,7 @@ golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLd golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= @@ -1091,8 +1095,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug golang.org/x/net v0.0.0-20220909164309-bea034e7d591/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.0.0-20221014081412-f15817d10f9b/go.mod h1:YDH+HFinaLZZlnHAfSS6ZXJJ9M9t4Dl22yv3iI2vPwk= golang.org/x/net v0.1.0/go.mod h1:Cx3nUiGt4eDBEyega/BKRp+/AlGL8hYe7U9odMt2Cco= -golang.org/x/net v0.9.0 h1:aWJ/m6xSmxWBx+V0XRHTlrYrPG56jKsLdTFmsSsCzOM= -golang.org/x/net v0.9.0/go.mod h1:d48xBJpPfHeWQsugry2m+kC02ZBRGRgulfHnEXEuWns= +golang.org/x/net v0.10.0 h1:X2//UzNDwYmtCLn7To6G58Wr6f5ahEAQgKNzv9Y951M= +golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -1118,8 +1122,8 @@ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094/go.mod h1:h4gKUeWbJ4rQPri golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.0.0-20221014153046-6fdb5e3db783/go.mod h1:h4gKUeWbJ4rQPri7E0u6Gs4e9Ri2zaLxzw5DI5XGrYg= golang.org/x/oauth2 v0.1.0/go.mod h1:G9FE4dLTsbXUu90h/Pf85g4w1D+SSAgR+q46nJZ8M4A= -golang.org/x/oauth2 v0.6.0 h1:Lh8GPgSKBfWSwFvtuWOfeI3aAAnbXTSutYxJiOJFgIw= -golang.org/x/oauth2 v0.6.0/go.mod h1:ycmewcwgD4Rpr3eZJLSB4Kyyljb3qDh40vJ8STE5HKw= +golang.org/x/oauth2 v0.7.0 h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g= +golang.org/x/oauth2 v0.7.0/go.mod h1:hPLQkd9LyjfXTiRohC/41GhcFqxisoUQ99sCUOHO9x4= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1134,6 +1138,7 @@ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -1232,13 +1237,13 @@ golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20221010170243-090e33056c14/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.7.0 h1:3jlCCIQZPdOYu1h8BkNvLz8Kgwtae2cagcG/VamtZRU= -golang.org/x/sys v0.7.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.8.0 h1:EBmGv8NaZBZTWvrbjNoL6HVt+IVy3QDQpJs7VRIw3tU= +golang.org/x/sys v0.8.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.1.0/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/term v0.7.0 h1:BEvjmm5fURWqcfbSKTdpkDXYBrUS1c0m8agp14W48vQ= -golang.org/x/term v0.7.0/go.mod h1:P32HKFT3hSsZrRxla30E9HqToFYAQPCMs/zFMBUFqPY= +golang.org/x/term v0.8.0 h1:n5xxQn2i3PC0yLAbjTpNT85q/Kgzcr2gIoX9OrJUols= +golang.org/x/term v0.8.0/go.mod h1:xPskH00ivmX89bAKVGSKKtLOWNx2+17Eiy94tnKShWo= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -1248,6 +1253,7 @@ golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= +golang.org/x/text v0.3.8/go.mod h1:E6s5w1FMmriuDzIBO73fBruAKo1PCIq6d2Q6DHfQ8WQ= golang.org/x/text v0.4.0/go.mod h1:mrYo+phRRbMaCq/xk9113O4dZlRixOauAjOtrjsXDZ8= golang.org/x/text v0.9.0 h1:2sjJmO8cDvYveuX97RDLsxlyUxLl+GHoLxBiRdHllBE= golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8= @@ -1376,8 +1382,8 @@ google.golang.org/api v0.96.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ google.golang.org/api v0.97.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= google.golang.org/api v0.98.0/go.mod h1:w7wJQLTM+wvQpNf5JyEcBoxK0RH7EDrh/L4qfsuJ13s= google.golang.org/api v0.100.0/go.mod h1:ZE3Z2+ZOr87Rx7dqFsdRQkRBk36kDtp/h+QpHbB7a70= -google.golang.org/api v0.110.0 h1:l+rh0KYUooe9JGbGVx71tbFo4SMbMTXK3I3ia2QSEeU= -google.golang.org/api v0.110.0/go.mod h1:7FC4Vvx1Mooxh8C5HWjzZHcavuS2f6pmJpZx60ca7iI= +google.golang.org/api v0.122.0 h1:zDobeejm3E7pEG1mNHvdxvjs5XJoCMzyNH+CmwL94Es= +google.golang.org/api v0.122.0/go.mod h1:gcitW0lvnyWjSp9nKxAbdHKIZ6vF4aajGueeslZOyms= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= @@ -1495,8 +1501,8 @@ google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e/go.mod h1:3526vdqw google.golang.org/genproto v0.0.0-20221014173430-6e2ab493f96b/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a/go.mod h1:1vXfmgAz9N9Jx0QA82PqRVauvCz1SGSz739p0f183jM= google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= -google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4 h1:DdoeryqhaXp1LtT/emMP1BRJPHHKFi5akj/nbx/zNTA= -google.golang.org/genproto v0.0.0-20230306155012-7f2fa6fef1f4/go.mod h1:NWraEVixdDnqcqQ30jipen1STv2r/n24Wb7twVTGR4s= +google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A= +google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1/go.mod h1:nKE/iIaLqn2bQwXBg8f1g2Ylh6r5MN5CmZvuzZCgsCU= google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.20.0/go.mod h1:chYK+tFQF0nDUGJgXMSgLCQk3phJEuONr2DCgLDdAQM= diff --git a/proto/stride/autopilot/genesis.proto b/proto/stride/autopilot/genesis.proto index 3bc6dd17b2..cde6604a43 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/v10/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 3d1fae59f3..ff937dabc3 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/v10/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 8afb203afd..2b7c978f16 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/v10/x/autopilot/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 827c13bbdd..2fe589ec86 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/v10/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 5b1a3adfbc..9307708525 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/v10/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 bd2c7c043b..648f235937 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/v10/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 aba03ebae1..f06d8cdf5f 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/v10/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 1fbe61ca40..cf237fb707 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/v10/x/claim/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 00afd57e30..b8925197a8 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/v10/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/epochs/types"; message EpochInfo { string identifier = 1; diff --git a/proto/stride/epochs/query.proto b/proto/stride/epochs/query.proto index c91ab77bc5..2b6516531b 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/v10/x/epochs/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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/v10/x/epochs/types"; +// option go_package = "github.com/Stride-Labs/stride/v11/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 92cd1a0fe5..2f52000ffc 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/icacallbacks/types"; message CallbackData { string callback_key = 1; diff --git a/proto/stride/icacallbacks/genesis.proto b/proto/stride/icacallbacks/genesis.proto index 323acc12b2..6b550fa136 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 65a51b9b66..e80202d43e 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/icacallbacks/types"; message IcacallbacksPacketData { oneof packet { diff --git a/proto/stride/icacallbacks/params.proto b/proto/stride/icacallbacks/params.proto index 69c9005b99..e8a0f70f13 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 c1d88c87b7..9c0b2893af 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 2b9a4df502..aa3d667ae7 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/v10/x/icacallbacks/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/icacallbacks/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 ac314add53..a9355c9770 100644 --- a/proto/stride/interchainquery/v1/genesis.proto +++ b/proto/stride/interchainquery/v1/genesis.proto @@ -4,7 +4,7 @@ package stride.interchainquery.v1; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/interchainquery/types"; message Query { string id = 1; diff --git a/proto/stride/interchainquery/v1/messages.proto b/proto/stride/interchainquery/v1/messages.proto index 4cd4fa94db..d1542b9144 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/v10/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 631d695d43..9cd53de0ff 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/v10/x/interchainquery/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 3ba2de1847..38425143b6 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/v10/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 a5cfc9f8c4..599a0b92da 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/v10/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/mint/types"; import "gogoproto/gogo.proto"; diff --git a/proto/stride/mint/v1beta1/query.proto b/proto/stride/mint/v1beta1/query.proto index 8f6827226c..5b56bedc12 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/v10/x/mint/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/mint/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/stride/ratelimit/genesis.proto b/proto/stride/ratelimit/genesis.proto index c3ea99f236..563bb80753 100644 --- a/proto/stride/ratelimit/genesis.proto +++ b/proto/stride/ratelimit/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stride/ratelimit/params.proto"; import "stride/ratelimit/ratelimit.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/ratelimit/types"; // GenesisState defines the ratelimit module's genesis state. message GenesisState { diff --git a/proto/stride/ratelimit/gov.proto b/proto/stride/ratelimit/gov.proto index 3375ceda28..e5d21951c6 100644 --- a/proto/stride/ratelimit/gov.proto +++ b/proto/stride/ratelimit/gov.proto @@ -3,7 +3,7 @@ package stride.ratelimit; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/ratelimit/types"; message AddRateLimitProposal { option (gogoproto.equal) = true; diff --git a/proto/stride/ratelimit/params.proto b/proto/stride/ratelimit/params.proto index e0470f1ed3..e8d30aa3a7 100644 --- a/proto/stride/ratelimit/params.proto +++ b/proto/stride/ratelimit/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stride.ratelimit; -option go_package = "github.com/Stride-Labs/stride/v10/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/ratelimit/types"; // Params defines the ratelimit module's parameters. message Params {} diff --git a/proto/stride/ratelimit/query.proto b/proto/stride/ratelimit/query.proto index 452f7c537d..80fc755afa 100644 --- a/proto/stride/ratelimit/query.proto +++ b/proto/stride/ratelimit/query.proto @@ -5,7 +5,7 @@ import "stride/ratelimit/ratelimit.proto"; import "google/api/annotations.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/ratelimit/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/ratelimit/ratelimit.proto b/proto/stride/ratelimit/ratelimit.proto index a203272176..8479cb6902 100644 --- a/proto/stride/ratelimit/ratelimit.proto +++ b/proto/stride/ratelimit/ratelimit.proto @@ -3,7 +3,7 @@ package stride.ratelimit; import "gogoproto/gogo.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/ratelimit/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/ratelimit/types"; enum PacketDirection { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stride/records/callbacks.proto b/proto/stride/records/callbacks.proto index f6b43b6b51..1f80d53c5a 100755 --- a/proto/stride/records/callbacks.proto +++ b/proto/stride/records/callbacks.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package stride.records; -option go_package = "github.com/Stride-Labs/stride/v10/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/records/types"; // ---------------------- Transfer Callback ---------------------- // message TransferCallback { uint64 deposit_record_id = 1; } diff --git a/proto/stride/records/genesis.proto b/proto/stride/records/genesis.proto index 6940ffd996..84ab51aec8 100644 --- a/proto/stride/records/genesis.proto +++ b/proto/stride/records/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v10/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/records/types"; message UserRedemptionRecord { string id = 1; // {chain_id}.{epoch}.{sender} diff --git a/proto/stride/records/query.proto b/proto/stride/records/query.proto index 9d2b27b832..ae9512a475 100644 --- a/proto/stride/records/query.proto +++ b/proto/stride/records/query.proto @@ -7,7 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "stride/records/genesis.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/Stride-Labs/stride/v10/x/records/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/records/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakeibc/address_unbonding.proto b/proto/stride/stakeibc/address_unbonding.proto index c778cbb5ce..ece7416e54 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; message AddressUnbonding { string address = 1; diff --git a/proto/stride/stakeibc/callbacks.proto b/proto/stride/stakeibc/callbacks.proto index eaf6223de3..e1dd54afae 100644 --- a/proto/stride/stakeibc/callbacks.proto +++ b/proto/stride/stakeibc/callbacks.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package stride.stakeibc; -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/stride/stakeibc/epoch_tracker.proto b/proto/stride/stakeibc/epoch_tracker.proto index f2f0ec9f25..f210b72212 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; message EpochTracker { string epoch_identifier = 1; diff --git a/proto/stride/stakeibc/genesis.proto b/proto/stride/stakeibc/genesis.proto index 884aab1a5d..ea3e4205af 100644 --- a/proto/stride/stakeibc/genesis.proto +++ b/proto/stride/stakeibc/genesis.proto @@ -7,7 +7,7 @@ import "stride/stakeibc/host_zone.proto"; import "stride/stakeibc/epoch_tracker.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 7001a9248a..c83263c3bf 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 4e670edaa8..79bcc6ae88 100755 --- a/proto/stride/stakeibc/host_zone.proto +++ b/proto/stride/stakeibc/host_zone.proto @@ -6,7 +6,7 @@ import "stride/stakeibc/ica_account.proto"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; // next id: 22 message HostZone { diff --git a/proto/stride/stakeibc/ica_account.proto b/proto/stride/stakeibc/ica_account.proto index 9b02b9e3b3..33d1fb6251 100755 --- a/proto/stride/stakeibc/ica_account.proto +++ b/proto/stride/stakeibc/ica_account.proto @@ -3,7 +3,7 @@ package stride.stakeibc; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; enum ICAAccountType { DELEGATION = 0; diff --git a/proto/stride/stakeibc/packet.proto b/proto/stride/stakeibc/packet.proto index e1cf76d674..4ea1fd8331 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; message StakeibcPacketData { oneof packet { diff --git a/proto/stride/stakeibc/params.proto b/proto/stride/stakeibc/params.proto index 1328aa4221..51473ee36f 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; // Params defines the parameters for the module. // next id: 18 diff --git a/proto/stride/stakeibc/query.proto b/proto/stride/stakeibc/query.proto index 8089ed6319..4c8811b97a 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"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stride/stakeibc/tx.proto b/proto/stride/stakeibc/tx.proto index 4c364652a2..5ddd9687fc 100644 --- a/proto/stride/stakeibc/tx.proto +++ b/proto/stride/stakeibc/tx.proto @@ -4,7 +4,7 @@ package stride.stakeibc; import "stride/stakeibc/ica_account.proto"; import "stride/stakeibc/validator.proto"; -option go_package = "github.com/Stride-Labs/stride/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; diff --git a/proto/stride/stakeibc/validator.proto b/proto/stride/stakeibc/validator.proto index bf869affd3..e650076572 100755 --- 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/v10/x/stakeibc/types"; +option go_package = "github.com/Stride-Labs/stride/v11/x/stakeibc/types"; message ValidatorExchangeRate { string internal_tokens_to_shares_rate = 1 [ diff --git a/proto/stride/vesting/tx.proto b/proto/stride/vesting/tx.proto index aa95d72c68..7012439c48 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/v10/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 667a406cfc..a9e2ab30ab 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/v10/x/claim/vesting/types"; +option go_package = "github.com/Stride-Labs/stride/v11/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 b59c9c5c36..4b7a1ac203 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -18,5 +18,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/v10/* ./ +cp -r github.com/Stride-Labs/stride/v11/* ./ rm -rf github.com diff --git a/testutil/keeper/claim.go b/testutil/keeper/claim.go index 66c3e208b2..5810d3e07f 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/claim/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 1bb4701d00..4cf4fb2b11 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/epochs/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 54632b8bc1..688003cb2e 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 b7fd91f064..0a4c7a0733 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 f88d34cd2c..22cd57f703 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/records/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 5f2ee7cbc9..2c86acf51e 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" + strideapp "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 5e3c974027..f289d0181a 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -17,7 +17,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/Stride-Labs/stride/v10/app" + "github.com/Stride-Labs/stride/v11/app" ) type ( diff --git a/utils/utils.go b/utils/utils.go index 70680e0fe6..d16383da26 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -16,9 +16,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - config "github.com/Stride-Labs/stride/v10/cmd/strided/config" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" + config "github.com/Stride-Labs/stride/v11/cmd/strided/config" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" ) func FilterDepositRecords(arr []recordstypes.DepositRecord, condition func(recordstypes.DepositRecord) bool) (ret []recordstypes.DepositRecord) { diff --git a/x/autopilot/client/cli/query.go b/x/autopilot/client/cli/query.go index b40623791e..69518be78f 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" "github.com/cosmos/cosmos-sdk/client/flags" ) diff --git a/x/autopilot/genesis.go b/x/autopilot/genesis.go index 936dc359cb..8237f3dd8e 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/v10/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v11/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 cf1b2b4032..8c8308fdd2 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/autopilot" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/autopilot" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) func TestGenesis(t *testing.T) { diff --git a/x/autopilot/handler.go b/x/autopilot/handler.go index 31dfc9c266..08d09bea0e 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/v10/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) // NewHandler returns autopilot module messages diff --git a/x/autopilot/keeper/airdrop.go b/x/autopilot/keeper/airdrop.go index 5394ee5235..ca5a0aa191 100644 --- a/x/autopilot/keeper/airdrop.go +++ b/x/autopilot/keeper/airdrop.go @@ -11,10 +11,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v10/utils" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) TryUpdateAirdropClaim( diff --git a/x/autopilot/keeper/airdrop_test.go b/x/autopilot/keeper/airdrop_test.go index e66f2ee941..e025ae1202 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/v10/utils" - "github.com/Stride-Labs/stride/v10/x/autopilot" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/autopilot" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // TODO: Separate out tests cases that are not necessarily Claim or Stakeibc related, diff --git a/x/autopilot/keeper/grpc_query_params.go b/x/autopilot/keeper/grpc_query_params.go index 946c0fbc9c..7ffdd8e85e 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/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 c8af772f38..b3786825a3 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) func (s *KeeperTestSuite) TestParamsQuery() { diff --git a/x/autopilot/keeper/keeper.go b/x/autopilot/keeper/keeper.go index 2d7f89fb57..2b37387d80 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/v10/x/autopilot/types" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" ) type ( diff --git a/x/autopilot/keeper/keeper_test.go b/x/autopilot/keeper/keeper_test.go index 9d9e476af1..bdf4d46287 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) type KeeperTestSuite struct { diff --git a/x/autopilot/keeper/liquidstake.go b/x/autopilot/keeper/liquidstake.go index d21e75dc58..866ce3b925 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/v10/x/autopilot/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) TryLiquidStaking( diff --git a/x/autopilot/keeper/liquidstake_test.go b/x/autopilot/keeper/liquidstake_test.go index 631506a5c1..00cf00587e 100644 --- a/x/autopilot/keeper/liquidstake_test.go +++ b/x/autopilot/keeper/liquidstake_test.go @@ -10,16 +10,16 @@ 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" - recordsmodule "github.com/Stride-Labs/stride/v10/x/records" + recordsmodule "github.com/Stride-Labs/stride/v11/x/records" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/autopilot" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/autopilot" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func getStakeibcPacketMetadata(address, action string) string { diff --git a/x/autopilot/keeper/params.go b/x/autopilot/keeper/params.go index f7c5615997..9373e0113f 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/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 b13651991c..9901a63ffd 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) func (s *KeeperTestSuite) TestGetParams() { diff --git a/x/autopilot/module.go b/x/autopilot/module.go index fb77d2d861..d9c818a5b1 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/v10/x/autopilot/client/cli" - "github.com/Stride-Labs/stride/v10/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/client/cli" + "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) var ( diff --git a/x/autopilot/module_ibc.go b/x/autopilot/module_ibc.go index 49a58ac24c..6e2c14f6d6 100644 --- a/x/autopilot/module_ibc.go +++ b/x/autopilot/module_ibc.go @@ -12,8 +12,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/v10/x/autopilot/keeper" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/x/autopilot/keeper" + "github.com/Stride-Labs/stride/v11/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 68943f98e2..627d03b60a 100644 --- a/x/autopilot/types/genesis.pb.go +++ b/x/autopilot/types/genesis.pb.go @@ -88,8 +88,8 @@ var fileDescriptor_a7e087b21fd12e65 = []byte{ 0xbb, 0x93, 0xef, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x0d, 0xd7, 0xf5, 0x49, 0x4c, - 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xd0, 0x40, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, - 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf4, 0x05, 0xa7, 0xc6, + 0x2a, 0xd6, 0x87, 0x3a, 0xb4, 0xcc, 0xd0, 0x50, 0xbf, 0x02, 0xc9, 0xb9, 0x25, 0x95, 0x05, 0xa9, + 0xc5, 0x49, 0x6c, 0x60, 0xe7, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x1e, 0x2b, 0xa8, 0x17, 0x01, 0x00, 0x00, } diff --git a/x/autopilot/types/genesis_test.go b/x/autopilot/types/genesis_test.go index 5bfb5b604b..35192e0c74 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/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/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 44f54c6844..babd501701 100644 --- a/x/autopilot/types/params.pb.go +++ b/x/autopilot/types/params.pb.go @@ -96,8 +96,8 @@ var fileDescriptor_b0b993e9f5195319 = []byte{ 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x0e, 0xd5, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xfa, - 0xa9, 0xcc, 0xd0, 0x40, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, - 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x30, 0x6f, 0x14, 0x43, 0xfa, 0x00, 0x00, 0x00, + 0xa9, 0xcc, 0xd0, 0x50, 0xbf, 0x02, 0xc9, 0x67, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0x60, + 0x17, 0x1b, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x71, 0x74, 0x98, 0x2d, 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 3ecd03e199..80e0f2187f 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/autopilot/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/autopilot/types" ) func init() { diff --git a/x/autopilot/types/query.pb.go b/x/autopilot/types/query.pb.go index cce7902876..e244cc61fa 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, 0x1a, 0xe8, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, - 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x64, 0xa7, - 0x56, 0x28, 0xcf, 0x01, 0x00, 0x00, + 0xbd, 0xe4, 0xfc, 0x5c, 0x6c, 0x26, 0x95, 0x19, 0x1a, 0xea, 0x57, 0x20, 0x99, 0x57, 0x52, 0x59, + 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x0e, 0x4a, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0x25, 0xbc, + 0xda, 0x46, 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 66e2cc6de1..8845679870 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/v10/testutil/cli" + strideclitestutil "github.com/Stride-Labs/stride/v11/testutil/cli" - "github.com/Stride-Labs/stride/v10/testutil/network" + "github.com/Stride-Labs/stride/v11/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/v10/x/claim/client/cli" + "github.com/Stride-Labs/stride/v11/x/claim/client/cli" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v10/app" - cmdcfg "github.com/Stride-Labs/stride/v10/cmd/strided/config" - "github.com/Stride-Labs/stride/v10/x/claim/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/app" + cmdcfg "github.com/Stride-Labs/stride/v11/cmd/strided/config" + "github.com/Stride-Labs/stride/v11/x/claim/types" + claimtypes "github.com/Stride-Labs/stride/v11/x/claim/types" ) var addr1 sdk.AccAddress diff --git a/x/claim/client/cli/query.go b/x/claim/client/cli/query.go index 71c78c2003..d46e2a89f8 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 61220680f3..e4ba1c2d72 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 81511f52dd..efc9348d52 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 3e81fa8ac6..a5868f3ad4 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 d88cb09494..94a2e3265d 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 3439576d53..6817d1fe6b 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) func CmdSetAirdropAllocations() *cobra.Command { diff --git a/x/claim/genesis_test.go b/x/claim/genesis_test.go index 44b861177a..b2dd64361f 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/claim/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) func TestGenesis(t *testing.T) { diff --git a/x/claim/handler.go b/x/claim/handler.go index 8cb71044aa..c6d4abbfab 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/v10/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) // NewHandler returns claim module messages diff --git a/x/claim/keeper/claim.go b/x/claim/keeper/claim.go index 102ff41088..be8b4da852 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/v10/utils" - "github.com/Stride-Labs/stride/v10/x/claim/types" - vestingtypes "github.com/Stride-Labs/stride/v10/x/claim/vesting/types" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/claim/types" + vestingtypes "github.com/Stride-Labs/stride/v11/x/claim/vesting/types" + epochstypes "github.com/Stride-Labs/stride/v11/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 09670286ca..c50607f0e3 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/utils" - claimkeeper "github.com/Stride-Labs/stride/v10/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/utils" + claimkeeper "github.com/Stride-Labs/stride/v11/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" - stridevestingtypes "github.com/Stride-Labs/stride/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" + stridevestingtypes "github.com/Stride-Labs/stride/v11/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 c0d22ec4c6..4d15d6c2b3 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 28f91c4c9f..377aeae753 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/claim/keeper/hooks.go b/x/claim/keeper/hooks.go index a4e72b5a2e..90ea04e8c6 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/v10/x/epochs/types" - stakingibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + stakingibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" - "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 0af1a47e7c..d107d6903a 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/claim/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/claim/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" ) func (s *KeeperTestSuite) TestAfterEpochEnd() { diff --git a/x/claim/keeper/keeper.go b/x/claim/keeper/keeper.go index 93f056a5d9..2ecf169fb8 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) // Keeper struct diff --git a/x/claim/keeper/keeper_test.go b/x/claim/keeper/keeper_test.go index ea6ab0b0a2..cd2d97995a 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/claim/types" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/x/claim/types" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" ) type KeeperTestSuite struct { diff --git a/x/claim/keeper/msg_server.go b/x/claim/keeper/msg_server.go index bb634f9d11..146e1407be 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/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 0f0e96084d..c969b2c45a 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/v10/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) func (suite *KeeperTestSuite) TestSetAirdropAllocationsForMultiAirdrops() { diff --git a/x/claim/keeper/params.go b/x/claim/keeper/params.go index eada6726d0..a33774d19a 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/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) // GetParams get params diff --git a/x/claim/migrations/v2/convert.go b/x/claim/migrations/v2/convert.go index c35a35bd18..23d0da27ca 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/v10/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v11/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 092f26e7cc..56d6f3d331 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/v10/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v11/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 ff18e592d4..a1914c65e2 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/v10/x/claim/migrations/v2/types" - claimtypes "github.com/Stride-Labs/stride/v10/x/claim/types" + oldclaimtypes "github.com/Stride-Labs/stride/v11/x/claim/migrations/v2/types" + claimtypes "github.com/Stride-Labs/stride/v11/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 9ea61f8a0e..267351491e 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/v10/x/claim/client/cli" - "github.com/Stride-Labs/stride/v10/x/claim/keeper" - "github.com/Stride-Labs/stride/v10/x/claim/types" + "github.com/Stride-Labs/stride/v11/x/claim/client/cli" + "github.com/Stride-Labs/stride/v11/x/claim/keeper" + "github.com/Stride-Labs/stride/v11/x/claim/types" ) var ( diff --git a/x/claim/types/claim.pb.go b/x/claim/types/claim.pb.go index b11e2401cb..83cd6b7792 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{ - // 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, - 0x56, 0xe3, 0xce, 0x8d, 0x29, 0x50, 0x4c, 0x63, 0xa3, 0xb1, 0x60, 0x4c, 0xdc, 0x34, 0xa5, 0x33, - 0x96, 0x89, 0x94, 0x69, 0x3a, 0xe3, 0x1f, 0x6e, 0xe0, 0xd2, 0x3b, 0xb8, 0xf3, 0x24, 0x2c, 0x59, - 0x1a, 0x17, 0x8d, 0x81, 0x1b, 0xf4, 0x04, 0x86, 0xe9, 0x60, 0xcc, 0xf7, 0x6d, 0xda, 0xe6, 0xf7, - 0x7b, 0x79, 0xe9, 0xcc, 0x03, 0x1a, 0xe3, 0x39, 0x41, 0xd8, 0x8e, 0xd7, 0x11, 0x49, 0xab, 0xa7, - 0x95, 0xe5, 0x94, 0x53, 0x78, 0xbd, 0x32, 0x96, 0x60, 0xfd, 0x3b, 0x09, 0x4d, 0xa8, 0x10, 0xf6, - 0xe9, 0xab, 0xca, 0x98, 0x3f, 0x6b, 0xa0, 0x35, 0x39, 0xf9, 0x00, 0xc7, 0x34, 0x47, 0xd0, 0x07, - 0x30, 0x22, 0x39, 0xca, 0x69, 0x16, 0x12, 0x84, 0x37, 0x9c, 0x7c, 0x20, 0x38, 0xd7, 0xd4, 0x81, - 0x3a, 0xbc, 0x36, 0xbe, 0x5f, 0x16, 0x46, 0x6f, 0x1b, 0xa5, 0xeb, 0x67, 0xe6, 0xe5, 0x8c, 0x19, - 0xdc, 0x92, 0xd0, 0xfb, 0xc7, 0xe0, 0x23, 0x70, 0x25, 0x42, 0x28, 0xc7, 0x8c, 0x69, 0x35, 0x51, - 0x01, 0xcb, 0xc2, 0xb8, 0x29, 0x2b, 0x2a, 0x61, 0x06, 0xe7, 0x08, 0x7c, 0x07, 0x9a, 0x5f, 0x30, - 0x49, 0x56, 0x5c, 0xab, 0x8b, 0xf0, 0xf3, 0x5d, 0x61, 0x28, 0xbf, 0x0b, 0xe3, 0x41, 0x42, 0xf8, - 0xea, 0xd3, 0xd2, 0x8a, 0x69, 0x6a, 0xc7, 0x94, 0xa5, 0x94, 0xc9, 0xd7, 0x88, 0xa1, 0x8f, 0x36, - 0xdf, 0x66, 0x98, 0x59, 0x53, 0x1c, 0x97, 0x85, 0x71, 0xa3, 0xaa, 0xae, 0x5a, 0xcc, 0x40, 0xd6, - 0xc1, 0x19, 0xe8, 0x44, 0x31, 0x27, 0x74, 0x13, 0xc6, 0x34, 0xcd, 0xd6, 0x98, 0x63, 0xa4, 0x35, - 0x06, 0xf5, 0xe1, 0xd5, 0xf1, 0xbd, 0xb2, 0x30, 0xba, 0xf2, 0x7f, 0x2e, 0x24, 0xcc, 0xa0, 0x5d, - 0xa1, 0xc9, 0x99, 0x3c, 0x9c, 0x83, 0xa6, 0x23, 0x10, 0x6c, 0x83, 0x96, 0x33, 0x59, 0x78, 0xaf, - 0x5f, 0x85, 0xb3, 0xc0, 0x75, 0x3b, 0x0a, 0xec, 0x82, 0xdb, 0x12, 0xf8, 0xde, 0x9b, 0xb7, 0xde, - 0x34, 0x9c, 0x2f, 0x9c, 0x97, 0x6e, 0x47, 0x85, 0x3d, 0x70, 0x57, 0x8a, 0xa9, 0xeb, 0xbb, 0x2f, - 0x9c, 0x85, 0x2b, 0x55, 0xad, 0xdf, 0xf8, 0xf6, 0x43, 0x57, 0xc6, 0xde, 0xee, 0xa0, 0xab, 0xfb, - 0x83, 0xae, 0xfe, 0x39, 0xe8, 0xea, 0xf7, 0xa3, 0xae, 0xec, 0x8f, 0xba, 0xf2, 0xeb, 0xa8, 0x2b, - 0xef, 0xed, 0xff, 0xce, 0x3d, 0x17, 0x53, 0x8e, 0xfc, 0x68, 0xc9, 0x6c, 0x39, 0xf8, 0xe7, 0x27, - 0x8f, 0xed, 0xaf, 0x72, 0x76, 0x71, 0x09, 0xcb, 0xa6, 0xd8, 0xf4, 0xe9, 0xdf, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xde, 0x0a, 0xdc, 0x88, 0x13, 0x02, 0x00, 0x00, + // 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, + 0x0b, 0xf1, 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, 0x78, 0x6c, + 0x7f, 0x96, 0xb3, 0x8b, 0x4b, 0x58, 0x35, 0xc5, 0xa6, 0x8f, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, + 0x0a, 0xe0, 0xaf, 0x13, 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 3064a6d8f4..fa8810e291 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/v10/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v11/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 8749f04ef6..f3762870c5 100644 --- a/x/claim/types/genesis.pb.go +++ b/x/claim/types/genesis.pb.go @@ -100,9 +100,9 @@ var fileDescriptor_ecf5648202726596 = []byte{ 0xa1, 0xb4, 0xd8, 0xc9, 0xf3, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0xf4, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x56, 0xe9, 0xfa, - 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x68, 0xa0, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, - 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xf3, 0xee, - 0x58, 0x7c, 0x7c, 0x01, 0x00, 0x00, + 0x24, 0x26, 0x15, 0xeb, 0x43, 0xfd, 0x5f, 0x66, 0x68, 0xa8, 0x5f, 0x01, 0x0d, 0x85, 0x92, 0xca, + 0x82, 0xd4, 0xe2, 0x24, 0x36, 0x70, 0x28, 0x18, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0x27, 0x04, + 0x2b, 0xe7, 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 adee19eeed..18be68cb2a 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/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) // Msg type for MsgSetAirdropAllocations diff --git a/x/claim/types/params.pb.go b/x/claim/types/params.pb.go index dc0a1951c6..ee8273f5e2 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{ - // 516 bytes of a gzipped FileDescriptorProto + // 515 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, 0x98, 0x8d, 0x1b, 0x9c, 0x5a, 0x0d, 0xa4, 0x4a, 0x3b, 0xa0, 0x74, 0x27, 0x2e, 0x91, 0x53, - 0xbb, 0x9d, 0x45, 0x13, 0x47, 0xb6, 0x8b, 0xe8, 0x2f, 0xe0, 0xba, 0x23, 0xbf, 0x87, 0xd3, 0x8e, - 0x3b, 0x22, 0x0e, 0x01, 0xb5, 0x37, 0x8e, 0xfb, 0x05, 0xc8, 0x8e, 0xd3, 0x75, 0xeb, 0xa9, 0xf5, - 0x7b, 0xef, 0xfb, 0xde, 0xfb, 0xfc, 0xc5, 0xa0, 0x2d, 0x95, 0x60, 0x84, 0xa2, 0xf1, 0x0c, 0xb3, - 0x14, 0xe5, 0x58, 0xe0, 0x54, 0x86, 0xb9, 0xe0, 0x8a, 0xc3, 0xbd, 0x92, 0x0a, 0x0d, 0xd5, 0x79, - 0x32, 0xe5, 0x53, 0x6e, 0x08, 0xa4, 0xff, 0x95, 0x9a, 0x8e, 0x37, 0xe5, 0x7c, 0x3a, 0xa3, 0xc8, - 0x9c, 0x92, 0xf9, 0x04, 0x91, 0xb9, 0xc0, 0x8a, 0xf1, 0xcc, 0xf2, 0xfe, 0x5d, 0x5e, 0xb1, 0x94, - 0x4a, 0x85, 0xd3, 0xbc, 0x14, 0x04, 0xef, 0x41, 0xfd, 0x93, 0x31, 0x85, 0x47, 0xa0, 0x89, 0x99, - 0x20, 0x82, 0xe7, 0xd2, 0x75, 0xba, 0x3b, 0xbd, 0xd6, 0xf1, 0xd3, 0x70, 0x33, 0x41, 0xd8, 0x2f, - 0xd9, 0x68, 0x2d, 0x0b, 0x7e, 0xee, 0x82, 0x86, 0x45, 0xe1, 0x29, 0x80, 0x16, 0x8f, 0x19, 0xa1, - 0x99, 0x62, 0x13, 0x46, 0x85, 0xeb, 0x74, 0x9d, 0xde, 0x83, 0xc1, 0xf3, 0xeb, 0xc2, 0x6f, 0x2f, - 0x70, 0x3a, 0x7b, 0x17, 0x6c, 0x6b, 0x82, 0xe8, 0xc0, 0x82, 0xc3, 0x35, 0x06, 0xdb, 0xa0, 0x39, - 0x3e, 0xc7, 0x2c, 0x8b, 0x19, 0x71, 0x1b, 0xba, 0x47, 0xd4, 0x30, 0xe7, 0x21, 0x81, 0xfc, 0xc6, - 0x48, 0x2a, 0x2c, 0x54, 0xac, 0x47, 0x72, 0xef, 0x75, 0x9d, 0x5e, 0xeb, 0xb8, 0x13, 0x96, 0xf3, - 0x86, 0xd5, 0xbc, 0xe1, 0x59, 0x35, 0xef, 0xe0, 0xc5, 0x65, 0xe1, 0xd7, 0xb6, 0x83, 0xdc, 0xf4, - 0x08, 0x2e, 0xfe, 0xf8, 0x4e, 0xb4, 0x6f, 0x89, 0x91, 0xc6, 0x75, 0x35, 0xfc, 0xee, 0x80, 0x0a, - 0x8c, 0xab, 0xeb, 0x75, 0x77, 0x8c, 0x5f, 0x7b, 0xcb, 0xef, 0xc4, 0x0a, 0x06, 0x7d, 0x6d, 0xf7, - 0xaf, 0xf0, 0x3b, 0x77, 0x4b, 0x5f, 0xf3, 0x94, 0x29, 0x9a, 0xe6, 0x6a, 0x71, 0x5d, 0xf8, 0xcf, - 0x6e, 0x87, 0xa9, 0x34, 0xc1, 0x0f, 0x1d, 0xe5, 0x91, 0x85, 0xab, 0x9e, 0xd0, 0x07, 0x2d, 0xb3, - 0x8a, 0x98, 0xd0, 0x8c, 0xa7, 0xee, 0xae, 0xb9, 0x18, 0x60, 0xa0, 0x13, 0x8d, 0x40, 0x04, 0x1e, - 0x13, 0xa6, 0x97, 0x96, 0xcc, 0x15, 0x17, 0x31, 0x26, 0x44, 0x50, 0x29, 0xdd, 0xfb, 0x46, 0x08, - 0x37, 0xa8, 0x7e, 0xc9, 0xc0, 0x33, 0xf0, 0xd0, 0x94, 0x53, 0x12, 0x4b, 0x1e, 0x4f, 0xb0, 0x70, - 0xeb, 0x66, 0x63, 0xa1, 0x4e, 0xff, 0xbb, 0xf0, 0x5f, 0x4e, 0x99, 0x3a, 0x9f, 0x27, 0xe1, 0x98, - 0xa7, 0x68, 0xcc, 0x65, 0xca, 0xa5, 0xfd, 0x39, 0x94, 0xe4, 0x0b, 0x52, 0x8b, 0x9c, 0xca, 0x70, - 0x98, 0xa9, 0x68, 0xcf, 0x76, 0x19, 0xf1, 0x8f, 0x58, 0xc0, 0x57, 0xe0, 0x00, 0xcf, 0x15, 0xcf, - 0xd9, 0x8c, 0xab, 0x98, 0x66, 0x38, 0x99, 0x51, 0xe2, 0x36, 0xbb, 0x4e, 0xaf, 0x19, 0xed, 0xaf, - 0x89, 0x0f, 0x25, 0x3e, 0x18, 0x5e, 0x2e, 0x3d, 0xe7, 0x6a, 0xe9, 0x39, 0x7f, 0x97, 0x9e, 0x73, - 0xb1, 0xf2, 0x6a, 0x57, 0x2b, 0xaf, 0xf6, 0x6b, 0xe5, 0xd5, 0x3e, 0xa3, 0x0d, 0xf3, 0x91, 0xf9, - 0x12, 0x0f, 0x4f, 0x71, 0x22, 0x91, 0x7d, 0x32, 0x5f, 0x8f, 0xde, 0xa0, 0x6f, 0xf6, 0xe1, 0x98, - 0x24, 0x49, 0xdd, 0xac, 0xe1, 0xed, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0x89, 0x98, 0x3d, 0xaa, - 0x55, 0x03, 0x00, 0x00, + 0xb0, 0x58, 0x1d, 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, 0x7d, 0xd0, 0xc4, 0x4c, + 0x10, 0xc1, 0x73, 0xe9, 0x3a, 0xdd, 0xbd, 0x5e, 0xeb, 0xe4, 0x69, 0xb8, 0x9d, 0x20, 0x1c, 0x94, + 0x6c, 0xb4, 0x91, 0x05, 0x3f, 0xf6, 0x41, 0xc3, 0xa2, 0xf0, 0x0c, 0x40, 0x8b, 0xc7, 0x8c, 0xd0, + 0x4c, 0xb1, 0x29, 0xa3, 0xc2, 0x75, 0xba, 0x4e, 0xef, 0xc1, 0xf0, 0xf9, 0x4d, 0xe1, 0xb7, 0x97, + 0x38, 0x9d, 0xbf, 0x0d, 0x76, 0x35, 0x41, 0x74, 0x64, 0xc1, 0xd1, 0x06, 0x83, 0x6d, 0xd0, 0x9c, + 0x5c, 0x60, 0x96, 0xc5, 0x8c, 0xb8, 0x0d, 0xdd, 0x23, 0x6a, 0x98, 0xf3, 0x88, 0x40, 0x7e, 0x6b, + 0x24, 0x15, 0x16, 0x2a, 0xd6, 0x23, 0xb9, 0xf7, 0xba, 0x4e, 0xaf, 0x75, 0xd2, 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, 0x7d, 0xf4, 0xd5, 0x3e, 0x1c, 0x93, + 0x24, 0xa9, 0x9b, 0x35, 0xbc, 0xf9, 0x17, 0x00, 0x00, 0xff, 0xff, 0x5d, 0x72, 0x4e, 0x31, 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 c4bc7eb91f..7fb987bae2 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/v10/x/claim/vesting/types" + types2 "github.com/Stride-Labs/stride/v11/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" @@ -924,84 +924,84 @@ func init() { func init() { proto.RegisterFile("stride/claim/query.proto", fileDescriptor_baa87682a02846df) } var fileDescriptor_baa87682a02846df = []byte{ - // 1227 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4d, 0x6f, 0x1b, 0xc5, - 0x1b, 0xcf, 0x24, 0x6d, 0xda, 0x4e, 0x12, 0x47, 0x99, 0x26, 0xa9, 0xbd, 0x69, 0x6c, 0xff, 0xe7, - 0x4f, 0x12, 0x23, 0x35, 0xbb, 0x4d, 0x8a, 0x38, 0x70, 0x01, 0x1c, 0x5e, 0x1a, 0x54, 0xa4, 0xb2, - 0x29, 0x91, 0xe0, 0x62, 0x8d, 0x77, 0x27, 0x66, 0x85, 0xbd, 0xeb, 0xec, 0xcc, 0x56, 0x44, 0x55, - 0x85, 0x80, 0x03, 0x37, 0x88, 0x04, 0x7c, 0x08, 0x90, 0x38, 0xf0, 0x11, 0x38, 0x20, 0xf5, 0x58, - 0x89, 0x0b, 0x07, 0x48, 0x51, 0xc2, 0x27, 0x88, 0x04, 0x67, 0xb4, 0x33, 0xcf, 0x3a, 0xbb, 0xce, - 0xba, 0x4e, 0x90, 0x10, 0xbd, 0xc4, 0xd9, 0x79, 0xde, 0x7e, 0xcf, 0xcb, 0xfc, 0x66, 0x06, 0x17, - 0x85, 0x0c, 0x3d, 0x97, 0x5b, 0x4e, 0x9b, 0x79, 0x1d, 0x6b, 0x37, 0xe2, 0xe1, 0x9e, 0xd9, 0x0d, - 0x03, 0x19, 0x90, 0x49, 0x2d, 0x31, 0x95, 0xc4, 0x98, 0x6d, 0x05, 0xad, 0x40, 0x09, 0xac, 0xf8, - 0x3f, 0xad, 0x63, 0x5c, 0x6f, 0x05, 0x41, 0xab, 0xcd, 0x2d, 0xd6, 0xf5, 0x2c, 0xe6, 0xfb, 0x81, - 0x64, 0xd2, 0x0b, 0x7c, 0x01, 0xd2, 0xb2, 0x13, 0x88, 0x4e, 0x20, 0xac, 0x26, 0x13, 0xdc, 0xba, - 0xbf, 0xd6, 0xe4, 0x92, 0xad, 0x59, 0x4e, 0xe0, 0xf9, 0x20, 0xcf, 0xc6, 0x56, 0x7f, 0x41, 0x52, - 0xca, 0x48, 0xba, 0x2c, 0x64, 0x9d, 0xc4, 0xe9, 0x75, 0x10, 0xdd, 0xe7, 0x42, 0x7a, 0x7e, 0x2b, - 0xf9, 0x05, 0x69, 0x05, 0x00, 0xa9, 0xaf, 0x66, 0xb4, 0x63, 0x49, 0xaf, 0xc3, 0x85, 0x64, 0x9d, - 0xae, 0x56, 0xa0, 0xdb, 0x78, 0x62, 0x23, 0x76, 0xba, 0x25, 0x99, 0x8c, 0x04, 0x59, 0xc5, 0x84, - 0x79, 0xa1, 0x1b, 0x06, 0xdd, 0x86, 0xe7, 0x72, 0x5f, 0x7a, 0x3b, 0x1e, 0x0f, 0x8b, 0xa8, 0x8a, - 0x6a, 0x57, 0xec, 0x19, 0x90, 0x6c, 0xf6, 0x04, 0xa4, 0x88, 0x2f, 0x29, 0x48, 0xdc, 0x2d, 0x8e, - 0x56, 0x51, 0xed, 0xb2, 0x9d, 0x7c, 0xd2, 0x37, 0xf1, 0xb5, 0x77, 0xe2, 0xe2, 0xa5, 0x9c, 0xdb, - 0x7c, 0x37, 0xe2, 0x42, 0x92, 0x1b, 0xf8, 0x12, 0x73, 0xdd, 0x90, 0x0b, 0xa1, 0x1d, 0xd7, 0xc9, - 0xf1, 0x41, 0xa5, 0xb0, 0xc7, 0x3a, 0xed, 0x97, 0x28, 0x08, 0xa8, 0x9d, 0xa8, 0xd0, 0x08, 0x17, - 0x4f, 0x3b, 0x12, 0xdd, 0xc0, 0x17, 0x9c, 0xbc, 0x87, 0x27, 0x55, 0xbc, 0x86, 0x50, 0xeb, 0x45, - 0x54, 0x1d, 0xab, 0x4d, 0xac, 0x97, 0xcc, 0x74, 0xa7, 0xcc, 0x94, 0x61, 0x7d, 0xe1, 0xd1, 0x41, - 0x65, 0xe4, 0xf8, 0xa0, 0x72, 0x55, 0x47, 0x4b, 0x1b, 0x53, 0x7b, 0xc2, 0x39, 0xd1, 0xa4, 0x3f, - 0x8d, 0xe2, 0x29, 0x65, 0xf9, 0x36, 0x97, 0xcc, 0x65, 0x92, 0x9d, 0xb7, 0x34, 0xff, 0xc7, 0x53, - 0x4e, 0x14, 0x86, 0xdc, 0x97, 0x8d, 0x30, 0x88, 0x7c, 0x5d, 0xa0, 0x2b, 0xf6, 0x24, 0x2c, 0xda, - 0xf1, 0x1a, 0x09, 0xf1, 0xd5, 0x8c, 0x52, 0x8c, 0x25, 0x94, 0xc5, 0xb1, 0x2a, 0xaa, 0x4d, 0xac, - 0x1b, 0xa6, 0x6e, 0x9e, 0x99, 0x34, 0xcf, 0xbc, 0x97, 0x34, 0xaf, 0xbe, 0x0c, 0x89, 0x18, 0x90, - 0xc8, 0x69, 0x27, 0x74, 0xff, 0x49, 0x05, 0xd9, 0x33, 0xe9, 0x70, 0x5b, 0xf1, 0x3a, 0x69, 0xe3, - 0x99, 0xac, 0x3a, 0xf7, 0xdd, 0xe2, 0x85, 0xa1, 0x11, 0x9f, 0x83, 0x88, 0xc5, 0xbc, 0x88, 0xdc, - 0x77, 0x75, 0xbc, 0xe9, 0x74, 0xbc, 0xd7, 0x7d, 0x97, 0x2e, 0xe0, 0xd2, 0x49, 0xfb, 0x92, 0x5a, - 0xc2, 0x24, 0xd0, 0x8f, 0xb1, 0x91, 0x27, 0x84, 0xee, 0x32, 0x5c, 0xd0, 0x0d, 0xea, 0x80, 0x04, - 0xfa, 0xbb, 0x90, 0xd3, 0xdf, 0xc4, 0xb8, 0xbe, 0x08, 0x30, 0xe7, 0xd2, 0x1d, 0x4e, 0x1c, 0x50, - 0x7b, 0xca, 0x49, 0x6b, 0xd3, 0x08, 0x2f, 0x29, 0x00, 0xaf, 0x79, 0xb1, 0xcb, 0x66, 0x24, 0x83, - 0xf0, 0x55, 0xc7, 0x09, 0x22, 0x5f, 0xd6, 0x59, 0x9b, 0xf9, 0x0e, 0x4f, 0x66, 0xf6, 0xce, 0xe0, - 0xe6, 0xd7, 0x17, 0x8f, 0x0f, 0x2a, 0x25, 0x18, 0xdf, 0x53, 0x3a, 0x34, 0x67, 0x36, 0xe8, 0xaf, - 0x08, 0x2f, 0x0f, 0x8b, 0x0b, 0x45, 0xf8, 0x01, 0xe1, 0x05, 0xf7, 0x44, 0xab, 0xc1, 0xb4, 0x5a, - 0xa3, 0xa9, 0xf5, 0x7a, 0x23, 0xaf, 0xa9, 0xc5, 0x8c, 0xa9, 0xc5, 0x04, 0x6a, 0x31, 0x37, 0x02, - 0xcf, 0xaf, 0x6f, 0x43, 0x41, 0xa8, 0x46, 0xf8, 0x14, 0x5f, 0xf4, 0xbb, 0x27, 0x95, 0x5a, 0xcb, - 0x93, 0x1f, 0x44, 0x4d, 0xd3, 0x09, 0x3a, 0x16, 0xb0, 0x95, 0xfe, 0x59, 0x15, 0xee, 0x87, 0x96, - 0xdc, 0xeb, 0x72, 0xa1, 0xdc, 0x0a, 0xbb, 0xe4, 0x0e, 0xc2, 0x4e, 0x67, 0x31, 0x51, 0xd9, 0xdd, - 0x55, 0x3c, 0x95, 0x34, 0x7b, 0x13, 0x5f, 0xcd, 0xac, 0x42, 0x82, 0xeb, 0x78, 0x5c, 0xf3, 0x99, - 0xaa, 0xe6, 0xc4, 0xfa, 0x6c, 0xb6, 0xbb, 0x5a, 0xbb, 0x7e, 0x21, 0xce, 0xc2, 0x06, 0x4d, 0xfa, - 0x0d, 0x4a, 0xb3, 0x8b, 0xcd, 0x9d, 0x20, 0x74, 0xff, 0x95, 0x4e, 0xa5, 0xb9, 0x6a, 0xf4, 0x9c, - 0x5c, 0x95, 0xc0, 0xea, 0xe7, 0xaa, 0x50, 0xad, 0x43, 0xb6, 0x79, 0x5c, 0xa5, 0x0d, 0xf3, 0xb9, - 0x4a, 0x1b, 0x27, 0x5c, 0xa5, 0x35, 0xe9, 0x6f, 0x08, 0x97, 0x4f, 0xe2, 0xb2, 0x66, 0x9b, 0xbf, - 0x11, 0xf7, 0x24, 0x3e, 0x7a, 0x9e, 0x81, 0xaa, 0x90, 0x97, 0xf1, 0x38, 0x53, 0x60, 0x14, 0xaf, - 0x15, 0xfa, 0x3b, 0xac, 0x81, 0xd6, 0x67, 0x8e, 0x0f, 0x2a, 0x53, 0xe0, 0x42, 0xad, 0x50, 0x1b, - 0xcc, 0xe8, 0xd7, 0x08, 0x57, 0x06, 0xe6, 0x07, 0xe5, 0xdd, 0xc5, 0x17, 0xe3, 0x93, 0x54, 0x0c, - 0xdf, 0x10, 0xaf, 0x40, 0x5d, 0x27, 0xa1, 0xae, 0xb1, 0xd5, 0xf9, 0x46, 0x5f, 0x47, 0xa2, 0x3f, - 0x22, 0xa0, 0xaf, 0x7b, 0x81, 0x64, 0xed, 0x1e, 0xb6, 0x67, 0xa1, 0xe4, 0x2b, 0x78, 0xda, 0xf3, - 0x9d, 0x76, 0xe4, 0xf2, 0x46, 0x72, 0x3e, 0x8f, 0xa9, 0xf3, 0xb9, 0x00, 0xcb, 0x1b, 0x70, 0x4c, - 0xef, 0x23, 0xbc, 0x90, 0x9b, 0xc3, 0x7f, 0x57, 0xd6, 0xdb, 0xb0, 0x89, 0xde, 0x15, 0x3c, 0xdc, - 0xd6, 0x97, 0x99, 0x7f, 0x78, 0x75, 0xf8, 0x0b, 0xc1, 0xe1, 0x93, 0x75, 0x05, 0xa9, 0x7d, 0x81, - 0xf0, 0xb4, 0xe8, 0x72, 0xdf, 0x8d, 0x13, 0x6e, 0xe8, 0x2c, 0xc7, 0x86, 0x65, 0xf9, 0x16, 0x64, - 0x39, 0xaf, 0x63, 0xf6, 0xd9, 0x9f, 0x2f, 0xdf, 0x42, 0xcf, 0x5a, 0x7d, 0x93, 0xdb, 0xf8, 0x52, - 0x97, 0x87, 0x5e, 0xe0, 0x26, 0xd5, 0x9e, 0x4f, 0x36, 0x4a, 0x72, 0xa7, 0xbb, 0xab, 0xc4, 0xf5, - 0x79, 0x00, 0x01, 0x89, 0x83, 0x11, 0xb5, 0x13, 0xf3, 0xf5, 0x3f, 0x2f, 0xe3, 0x8b, 0x2a, 0x71, - 0xf2, 0x3d, 0xc2, 0xa5, 0x81, 0x87, 0x0c, 0xb9, 0x95, 0xdd, 0x89, 0x67, 0x3a, 0x0a, 0x8d, 0x17, - 0xce, 0x67, 0xa4, 0xab, 0x4d, 0x97, 0x3e, 0xfd, 0xf9, 0x8f, 0xaf, 0x46, 0x2b, 0x64, 0x11, 0xee, - 0xb0, 0x9d, 0xc0, 0x8d, 0xda, 0xbc, 0xff, 0x08, 0x22, 0x2e, 0x1e, 0xd7, 0x8c, 0x4f, 0xaa, 0x39, - 0x61, 0x32, 0x07, 0x8a, 0xf1, 0xbf, 0xa7, 0x68, 0x40, 0xd4, 0x39, 0x15, 0x75, 0x9a, 0x4c, 0x65, - 0x6e, 0xce, 0xe4, 0x33, 0x04, 0xb7, 0x5e, 0x4d, 0xa0, 0x64, 0x29, 0xc7, 0xd3, 0xe9, 0xa3, 0xc5, - 0x58, 0x1e, 0xa6, 0x36, 0x20, 0xd7, 0x34, 0x75, 0x5b, 0x0f, 0x60, 0x3a, 0x1f, 0x92, 0x6f, 0x11, - 0x26, 0xa7, 0x19, 0x8d, 0xdc, 0x18, 0x14, 0x25, 0x8f, 0xd8, 0x8d, 0xd5, 0x33, 0x6a, 0x03, 0xb4, - 0x17, 0x15, 0xb4, 0x9b, 0xc4, 0x4c, 0x43, 0x53, 0x03, 0xbc, 0xa3, 0x2e, 0x04, 0xb1, 0xf2, 0x09, - 0x44, 0xeb, 0x81, 0x5e, 0x79, 0x48, 0xbe, 0x44, 0xb8, 0x90, 0xa5, 0x08, 0x52, 0xcb, 0x89, 0x9c, - 0xcb, 0x84, 0xc6, 0xf3, 0x67, 0xd0, 0x04, 0x7c, 0x35, 0x85, 0x8f, 0x92, 0x2a, 0xe0, 0x93, 0xb1, - 0x5a, 0xa3, 0x87, 0x32, 0x55, 0xbd, 0xcf, 0x11, 0x9e, 0x4c, 0xef, 0x6b, 0x92, 0xd7, 0x9d, 0x1c, - 0x0e, 0x31, 0x56, 0x86, 0xea, 0x01, 0x96, 0x65, 0x85, 0xa5, 0x4a, 0xca, 0x80, 0x25, 0x12, 0x3c, - 0x6c, 0xc0, 0x56, 0x14, 0x29, 0x24, 0xbd, 0x69, 0x82, 0x37, 0xd4, 0xc0, 0x69, 0xca, 0x3c, 0x83, - 0x06, 0x4f, 0x53, 0xf6, 0x91, 0x33, 0x60, 0x9a, 0xf4, 0xa3, 0x25, 0x85, 0xe2, 0x13, 0xd4, 0xff, - 0x60, 0x59, 0x19, 0x14, 0xa0, 0xef, 0x1a, 0x6e, 0xd4, 0x86, 0x2b, 0x02, 0x96, 0x45, 0x85, 0xe5, - 0x1a, 0x99, 0xcb, 0x60, 0x49, 0xae, 0xd7, 0xf5, 0xcd, 0x47, 0x87, 0x65, 0xf4, 0xf8, 0xb0, 0x8c, - 0x7e, 0x3f, 0x2c, 0xa3, 0xfd, 0xa3, 0xf2, 0xc8, 0xe3, 0xa3, 0xf2, 0xc8, 0x2f, 0x47, 0xe5, 0x91, - 0xf7, 0xad, 0x14, 0x2b, 0x6e, 0xa9, 0x60, 0xab, 0x77, 0x58, 0x53, 0x58, 0xc9, 0xe3, 0x75, 0xed, - 0xa6, 0xf5, 0x51, 0xd2, 0xf2, 0x98, 0x22, 0x9b, 0xe3, 0xea, 0x09, 0x72, 0xeb, 0xef, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x85, 0xd0, 0xdc, 0x87, 0x90, 0x0f, 0x00, 0x00, + // 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, 0xda, 0x4e, 0x12, 0x47, 0x99, 0x26, 0xa9, 0xbd, 0x69, 0x6c, 0x33, 0x90, + 0xc4, 0x48, 0xcd, 0x2e, 0x49, 0x11, 0x07, 0x2e, 0x80, 0xc3, 0x47, 0x83, 0x8a, 0x54, 0x36, 0x25, + 0x12, 0x5c, 0xac, 0xf1, 0xee, 0xc4, 0xac, 0xb0, 0x77, 0x9d, 0x9d, 0xd9, 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, 0x64, + 0xe8, 0xb9, 0xdc, 0x72, 0xda, 0xcc, 0xeb, 0x58, 0xbb, 0x11, 0x0f, 0xf7, 0xcc, 0x6e, 0x18, 0xc8, + 0x80, 0x4c, 0x6a, 0x89, 0xa9, 0x24, 0xc6, 0x6c, 0x2b, 0x68, 0x05, 0x4a, 0x60, 0xc5, 0xff, 0x69, + 0x1d, 0xe3, 0x7a, 0x2b, 0x08, 0x5a, 0x6d, 0x6e, 0xb1, 0xae, 0x67, 0x31, 0xdf, 0x0f, 0x24, 0x93, + 0x5e, 0xe0, 0x0b, 0x90, 0x96, 0x9d, 0x40, 0x74, 0x02, 0x61, 0x35, 0x99, 0xe0, 0xd6, 0xbd, 0xb5, + 0x26, 0x97, 0x6c, 0xcd, 0x72, 0x02, 0xcf, 0x07, 0x79, 0x36, 0xb6, 0xfa, 0x0b, 0x92, 0x52, 0x46, + 0xd2, 0x65, 0x21, 0xeb, 0x24, 0x4e, 0xaf, 0x83, 0xe8, 0x1e, 0x17, 0xd2, 0xf3, 0x5b, 0xc9, 0x2f, + 0x48, 0x2b, 0x00, 0x48, 0x7d, 0x35, 0xa3, 0x1d, 0x4b, 0x7a, 0x1d, 0x2e, 0x24, 0xeb, 0x74, 0xb5, + 0x02, 0xdd, 0xc6, 0x13, 0x1b, 0xb1, 0xd3, 0x2d, 0xc9, 0x64, 0x24, 0xc8, 0x2a, 0x26, 0xcc, 0x0b, + 0xdd, 0x30, 0xe8, 0x36, 0x3c, 0x97, 0xfb, 0xd2, 0xdb, 0xf1, 0x78, 0x58, 0x44, 0x55, 0x54, 0xbb, + 0x62, 0xcf, 0x80, 0x64, 0xb3, 0x27, 0x20, 0x45, 0x7c, 0x49, 0x41, 0xe2, 0x6e, 0x71, 0xb4, 0x8a, + 0x6a, 0x97, 0xed, 0xe4, 0x93, 0xbe, 0x85, 0xaf, 0xbd, 0x1b, 0x17, 0x2f, 0xe5, 0xdc, 0xe6, 0xbb, + 0x11, 0x17, 0x92, 0xdc, 0xc0, 0x97, 0x98, 0xeb, 0x86, 0x5c, 0x08, 0xed, 0xb8, 0x4e, 0x8e, 0x0f, + 0x2a, 0x85, 0x3d, 0xd6, 0x69, 0xbf, 0x4c, 0x41, 0x40, 0xed, 0x44, 0x85, 0x46, 0xb8, 0x78, 0xda, + 0x91, 0xe8, 0x06, 0xbe, 0xe0, 0xe4, 0x7d, 0x3c, 0xa9, 0xe2, 0x35, 0x84, 0x5a, 0x2f, 0xa2, 0xea, + 0x58, 0x6d, 0x62, 0xbd, 0x64, 0xa6, 0x3b, 0x65, 0xa6, 0x0c, 0xeb, 0x0b, 0x0f, 0x0f, 0x2a, 0x23, + 0xc7, 0x07, 0x95, 0xab, 0x3a, 0x5a, 0xda, 0x98, 0xda, 0x13, 0xce, 0x89, 0x26, 0xfd, 0x79, 0x14, + 0x4f, 0x29, 0xcb, 0x77, 0xb8, 0x64, 0x2e, 0x93, 0xec, 0xbc, 0xa5, 0x79, 0x16, 0x4f, 0x39, 0x51, + 0x18, 0x72, 0x5f, 0x36, 0xc2, 0x20, 0xf2, 0x75, 0x81, 0xae, 0xd8, 0x93, 0xb0, 0x68, 0xc7, 0x6b, + 0x24, 0xc4, 0x57, 0x33, 0x4a, 0x31, 0x96, 0x50, 0x16, 0xc7, 0xaa, 0xa8, 0x36, 0xb1, 0x6e, 0x98, + 0xba, 0x79, 0x66, 0xd2, 0x3c, 0xf3, 0x6e, 0xd2, 0xbc, 0xfa, 0x32, 0x24, 0x62, 0x40, 0x22, 0xa7, + 0x9d, 0xd0, 0xfd, 0xc7, 0x15, 0x64, 0xcf, 0xa4, 0xc3, 0x6d, 0xc5, 0xeb, 0xa4, 0x8d, 0x67, 0xb2, + 0xea, 0xdc, 0x77, 0x8b, 0x17, 0x86, 0x46, 0x7c, 0x0e, 0x22, 0x16, 0xf3, 0x22, 0x72, 0xdf, 0xd5, + 0xf1, 0xa6, 0xd3, 0xf1, 0xde, 0xf0, 0x5d, 0xba, 0x80, 0x4b, 0x27, 0xed, 0x4b, 0x6a, 0x09, 0x93, + 0x40, 0x3f, 0xc1, 0x46, 0x9e, 0x10, 0xba, 0xcb, 0x70, 0x41, 0x37, 0xa8, 0x03, 0x12, 0xe8, 0xef, + 0x42, 0x4e, 0x7f, 0x13, 0xe3, 0xfa, 0x22, 0xc0, 0x9c, 0x4b, 0x77, 0x38, 0x71, 0x40, 0xed, 0x29, + 0x27, 0xad, 0x4d, 0x23, 0xbc, 0xa4, 0x00, 0xbc, 0xee, 0xc5, 0x2e, 0x9b, 0x91, 0x0c, 0xc2, 0xd7, + 0x1c, 0x27, 0x88, 0x7c, 0x59, 0x67, 0x6d, 0xe6, 0x3b, 0x3c, 0x99, 0xd9, 0xdb, 0x83, 0x9b, 0x5f, + 0x5f, 0x3c, 0x3e, 0xa8, 0x94, 0x60, 0x7c, 0x4f, 0xe9, 0xd0, 0x9c, 0xd9, 0xa0, 0xbf, 0x21, 0xbc, + 0x3c, 0x2c, 0x2e, 0x14, 0xe1, 0x47, 0x84, 0x17, 0xdc, 0x13, 0xad, 0x06, 0xd3, 0x6a, 0x8d, 0xa6, + 0xd6, 0xeb, 0x8d, 0xbc, 0xa6, 0x16, 0x33, 0xa6, 0x16, 0x13, 0xa8, 0xc5, 0xdc, 0x08, 0x3c, 0xbf, + 0xbe, 0x0d, 0x05, 0xa1, 0x1a, 0xe1, 0x13, 0x7c, 0xd1, 0xef, 0x1f, 0x57, 0x6a, 0x2d, 0x4f, 0x7e, + 0x18, 0x35, 0x4d, 0x27, 0xe8, 0x58, 0xc0, 0x56, 0xfa, 0x67, 0x55, 0xb8, 0x1f, 0x59, 0x72, 0xaf, + 0xcb, 0x85, 0x72, 0x2b, 0xec, 0x92, 0x3b, 0x08, 0x3b, 0x9d, 0xc5, 0x44, 0x65, 0x77, 0x47, 0xf1, + 0x54, 0xd2, 0xec, 0x4d, 0x7c, 0x35, 0xb3, 0x0a, 0x09, 0xae, 0xe3, 0x71, 0xcd, 0x67, 0xaa, 0x9a, + 0x13, 0xeb, 0xb3, 0xd9, 0xee, 0x6a, 0xed, 0xfa, 0x85, 0x38, 0x0b, 0x1b, 0x34, 0xe9, 0xb7, 0x28, + 0xcd, 0x2e, 0x36, 0x77, 0x82, 0xd0, 0xfd, 0x4f, 0x3a, 0x95, 0xe6, 0xaa, 0xd1, 0x73, 0x72, 0x55, + 0x02, 0xab, 0x9f, 0xab, 0x42, 0xb5, 0x0e, 0xd9, 0xe6, 0x71, 0x95, 0x36, 0xcc, 0xe7, 0x2a, 0x6d, + 0x9c, 0x70, 0x95, 0xd6, 0xa4, 0xbf, 0x23, 0x5c, 0x3e, 0x89, 0xcb, 0x9a, 0x6d, 0xfe, 0x66, 0xdc, + 0x93, 0xf8, 0xe8, 0x79, 0x0a, 0xaa, 0x42, 0x5e, 0xc1, 0xe3, 0x4c, 0x81, 0x51, 0xbc, 0x56, 0xe8, + 0xef, 0xb0, 0x06, 0x5a, 0x9f, 0x39, 0x3e, 0xa8, 0x4c, 0x81, 0x0b, 0xb5, 0x42, 0x6d, 0x30, 0xa3, + 0xdf, 0x20, 0x5c, 0x19, 0x98, 0x1f, 0x94, 0x77, 0x17, 0x5f, 0x8c, 0x4f, 0x52, 0x31, 0x7c, 0x43, + 0xbc, 0x0a, 0x75, 0x9d, 0x84, 0xba, 0xc6, 0x56, 0xe7, 0x1b, 0x7d, 0x1d, 0x89, 0xfe, 0x84, 0x80, + 0xbe, 0xee, 0x06, 0x92, 0xb5, 0x7b, 0xd8, 0x9e, 0x86, 0x92, 0xaf, 0xe0, 0x69, 0xcf, 0x77, 0xda, + 0x91, 0xcb, 0x1b, 0xc9, 0xf9, 0x3c, 0xa6, 0xce, 0xe7, 0x02, 0x2c, 0x6f, 0xc0, 0x31, 0xbd, 0x8f, + 0xf0, 0x42, 0x6e, 0x0e, 0xff, 0x5f, 0x59, 0x6f, 0xc1, 0x26, 0x7a, 0x4f, 0xf0, 0x70, 0x5b, 0x5f, + 0x66, 0xfe, 0xe5, 0xd5, 0xe1, 0x6f, 0x04, 0x87, 0x4f, 0xd6, 0x15, 0xa4, 0xf6, 0x25, 0xc2, 0xd3, + 0xa2, 0xcb, 0x7d, 0x37, 0x4e, 0xb8, 0xa1, 0xb3, 0x1c, 0x1b, 0x96, 0xe5, 0xdb, 0x90, 0xe5, 0xbc, + 0x8e, 0xd9, 0x67, 0x7f, 0xbe, 0x7c, 0x0b, 0x3d, 0x6b, 0xf5, 0x4d, 0x6e, 0xe1, 0x4b, 0x5d, 0x1e, + 0x7a, 0x81, 0x9b, 0x54, 0x7b, 0x3e, 0xd9, 0x28, 0xc9, 0x9d, 0xee, 0x8e, 0x12, 0xd7, 0xe7, 0x01, + 0x04, 0x24, 0x0e, 0x46, 0xd4, 0x4e, 0xcc, 0xd7, 0xff, 0xba, 0x8c, 0x2f, 0xaa, 0xc4, 0xc9, 0x0f, + 0x08, 0x97, 0x06, 0x1e, 0x32, 0xe4, 0x66, 0x76, 0x27, 0x9e, 0xe9, 0x28, 0x34, 0x5e, 0x3c, 0x9f, + 0x91, 0xae, 0x36, 0x5d, 0xfa, 0xec, 0x97, 0x3f, 0xbf, 0x1e, 0xad, 0x90, 0x45, 0xb8, 0xc3, 0x76, + 0x02, 0x37, 0x6a, 0xf3, 0xfe, 0x23, 0x88, 0xb8, 0x78, 0x5c, 0x33, 0x3e, 0xa9, 0xe6, 0x84, 0xc9, + 0x1c, 0x28, 0xc6, 0x33, 0x4f, 0xd0, 0x80, 0xa8, 0x73, 0x2a, 0xea, 0x34, 0x99, 0xca, 0xdc, 0x9c, + 0xc9, 0xe7, 0x08, 0x6e, 0xbd, 0x9a, 0x40, 0xc9, 0x52, 0x8e, 0xa7, 0xd3, 0x47, 0x8b, 0xb1, 0x3c, + 0x4c, 0x6d, 0x40, 0xae, 0x69, 0xea, 0xb6, 0xee, 0xc3, 0x74, 0x3e, 0x20, 0xdf, 0x21, 0x4c, 0x4e, + 0x33, 0x1a, 0xb9, 0x31, 0x28, 0x4a, 0x1e, 0xb1, 0x1b, 0xab, 0x67, 0xd4, 0x06, 0x68, 0x2f, 0x29, + 0x68, 0x2f, 0x10, 0x33, 0x0d, 0x4d, 0x0d, 0xf0, 0x8e, 0xba, 0x10, 0xc4, 0xca, 0x27, 0x10, 0xad, + 0xfb, 0x7a, 0xe5, 0x01, 0xf9, 0x0a, 0xe1, 0x42, 0x96, 0x22, 0x48, 0x2d, 0x27, 0x72, 0x2e, 0x13, + 0x1a, 0xcf, 0x9f, 0x41, 0x13, 0xf0, 0xd5, 0x14, 0x3e, 0x4a, 0xaa, 0x80, 0x4f, 0xc6, 0x6a, 0x8d, + 0x1e, 0xca, 0x54, 0xf5, 0xbe, 0x40, 0x78, 0x32, 0xbd, 0xaf, 0x49, 0x5e, 0x77, 0x72, 0x38, 0xc4, + 0x58, 0x19, 0xaa, 0x07, 0x58, 0x96, 0x15, 0x96, 0x2a, 0x29, 0x03, 0x96, 0x48, 0xf0, 0xb0, 0x01, + 0x5b, 0x51, 0xa4, 0x90, 0xf4, 0xa6, 0x09, 0xde, 0x50, 0x03, 0xa7, 0x29, 0xf3, 0x0c, 0x1a, 0x3c, + 0x4d, 0xd9, 0x47, 0xce, 0x80, 0x69, 0xd2, 0x8f, 0x96, 0x14, 0x8a, 0x4f, 0x51, 0xff, 0x83, 0x65, + 0x65, 0x50, 0x80, 0xbe, 0x6b, 0xb8, 0x51, 0x1b, 0xae, 0x08, 0x58, 0x16, 0x15, 0x96, 0x6b, 0x64, + 0x2e, 0x83, 0x25, 0xb9, 0x5e, 0xd7, 0x37, 0x1f, 0x1e, 0x96, 0xd1, 0xa3, 0xc3, 0x32, 0xfa, 0xe3, + 0xb0, 0x8c, 0xf6, 0x8f, 0xca, 0x23, 0x8f, 0x8e, 0xca, 0x23, 0xbf, 0x1e, 0x95, 0x47, 0x3e, 0xb0, + 0x52, 0xac, 0xb8, 0xa5, 0x82, 0xad, 0xde, 0x66, 0x4d, 0x61, 0x25, 0x8f, 0xd7, 0xb5, 0x35, 0xeb, + 0xe3, 0xa4, 0xe5, 0x31, 0x45, 0x36, 0xc7, 0xd5, 0x13, 0xe4, 0xe6, 0x3f, 0x01, 0x00, 0x00, 0xff, + 0xff, 0x51, 0x3a, 0xaf, 0x1c, 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 ddb9f2ea58..4a38d8f1b4 100644 --- a/x/claim/types/tx.pb.go +++ b/x/claim/types/tx.pb.go @@ -445,48 +445,48 @@ func init() { func init() { proto.RegisterFile("stride/claim/tx.proto", fileDescriptor_9d435242bf328977) } 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, 0x6c, 0xa0, 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, 0x5b, 0x01, 0x08, 0xb2, 0xe5, 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, 0x7b, 0xd5, 0x55, 0xc7, 0x76, 0x0b, 0x83, 0xdc, 0xd2, 0x20, 0x77, 0x97, 0xd1, - 0xac, 0xbd, 0x59, 0x94, 0xfa, 0xe5, 0x7b, 0xcb, 0x79, 0x42, 0xa9, 0xc5, 0x02, 0xee, 0xcf, 0x97, - 0x5b, 0xa8, 0xbd, 0xed, 0x9f, 0x1a, 0x5a, 0x2c, 0x8e, 0x94, 0x03, 0x11, 0x50, 0x16, 0x89, 0x2d, - 0x34, 0x17, 0xd1, 0x62, 0x70, 0x82, 0xde, 0xbd, 0xab, 0x55, 0x08, 0x9b, 0x08, 0x3d, 0xf4, 0xd3, - 0xaf, 0x20, 0x78, 0x15, 0xcd, 0x86, 0xa7, 0x84, 0x66, 0x1d, 0x1a, 0xe9, 0xd3, 0x92, 0x9d, 0x91, - 0xf1, 0x7e, 0x54, 0x98, 0x18, 0x41, 0xc6, 0x52, 0x7d, 0x4a, 0xe2, 0x2a, 0xc0, 0x6b, 0x08, 0x71, - 0x41, 0x72, 0xd1, 0x11, 0x34, 0x05, 0xbd, 0x6e, 0x69, 0x4e, 0xc3, 0x6f, 0x4a, 0xe4, 0x98, 0xa6, - 0x80, 0x0d, 0x34, 0x1b, 0xf5, 0x72, 0xd9, 0x78, 0xbd, 0x21, 0xc9, 0x61, 0x8c, 0x5f, 0xa0, 0x25, - 0xd2, 0x13, 0xac, 0x4b, 0x13, 0x26, 0x3a, 0x90, 0x91, 0x20, 0x81, 0x48, 0x9f, 0xb1, 0x34, 0x67, - 0xd6, 0x5f, 0x1c, 0x12, 0x6f, 0x14, 0x6e, 0x1b, 0x72, 0x94, 0x47, 0xca, 0x1d, 0x1a, 0x79, 0x2c, - 0x5b, 0xb1, 0x07, 0x09, 0xfc, 0xc3, 0x56, 0x94, 0x3b, 0x8e, 0xa8, 0x0e, 0x76, 0xdc, 0xfe, 0x5c, - 0x47, 0xf5, 0x43, 0x1e, 0x63, 0x86, 0x56, 0x26, 0xdf, 0xae, 0x75, 0xb7, 0x7a, 0x7f, 0xdd, 0xc7, - 0x66, 0xd1, 0x70, 0x9f, 0x96, 0x37, 0x1c, 0xb5, 0xf7, 0xe8, 0xd9, 0xc3, 0x81, 0xb5, 0xc6, 0x24, - 0x1e, 0x64, 0x18, 0xce, 0xdf, 0x32, 0x86, 0xf2, 0xef, 0xd0, 0xfc, 0xe8, 0x44, 0x99, 0xe3, 0x4b, - 0xab, 0xbc, 0xb1, 0xfe, 0x67, 0xbe, 0x2a, 0x3c, 0xea, 0xcf, 0xb8, 0xf0, 0x08, 0x3f, 0x41, 0x78, - 0xa2, 0x13, 0xed, 0xfd, 0xab, 0x1b, 0x53, 0xbb, 0xbe, 0x31, 0xb5, 0x1f, 0x37, 0xa6, 0x76, 0x79, - 0x6b, 0xd6, 0xae, 0x6f, 0xcd, 0xda, 0xd7, 0x5b, 0xb3, 0x76, 0xe2, 0x55, 0xae, 0xd6, 0x91, 0xd4, - 0xda, 0x38, 0x20, 0x01, 0xf7, 0xca, 0xf7, 0xf6, 0x6c, 0x6b, 0xd3, 0x3b, 0x1f, 0xbc, 0xba, 0xc5, - 0x3d, 0x0b, 0xa6, 0xe5, 0xab, 0xf9, 0xf2, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x26, 0x82, - 0x2b, 0x92, 0x05, 0x00, 0x00, + // 643 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x54, 0xbf, 0x4f, 0xdb, 0x40, + 0x14, 0x8e, 0x9b, 0xf0, 0x23, 0x47, 0xa1, 0x70, 0x02, 0xc9, 0x58, 0xc5, 0xb1, 0x3c, 0x20, 0x4b, + 0x15, 0x76, 0x43, 0xb7, 0x4e, 0x25, 0xd0, 0x4a, 0x48, 0xb0, 0x18, 0xa4, 0x4a, 0x48, 0x55, 0x74, + 0xb6, 0x5f, 0xcd, 0xa9, 0xb6, 0x2f, 0xf2, 0x5d, 0x28, 0xfc, 0x05, 0x5d, 0xf9, 0x3b, 0xfa, 0x97, + 0x30, 0x32, 0x56, 0x1d, 0xd2, 0x0a, 0xe6, 0x2e, 0x4c, 0x1d, 0x2b, 0xdf, 0x39, 0xc1, 0x21, 0xd0, + 0x32, 0x74, 0xb2, 0xdf, 0xf7, 0xbd, 0xfb, 0xee, 0xde, 0xfb, 0xde, 0x1d, 0x5a, 0xe1, 0x22, 0xa7, + 0x11, 0x78, 0x61, 0x42, 0x68, 0xea, 0x89, 0x53, 0xb7, 0x97, 0x33, 0xc1, 0xf0, 0x53, 0x05, 0xbb, + 0x12, 0x36, 0x96, 0x63, 0x16, 0x33, 0x49, 0x78, 0xc5, 0x9f, 0xca, 0x31, 0xcc, 0x90, 0xf1, 0x94, + 0x71, 0x2f, 0x20, 0x1c, 0xbc, 0x93, 0x76, 0x00, 0x82, 0xb4, 0xbd, 0x90, 0xd1, 0x4c, 0xf1, 0xf6, + 0x6f, 0x0d, 0xe9, 0xfb, 0x3c, 0x3e, 0x00, 0xb1, 0x45, 0xf3, 0x28, 0x67, 0xbd, 0xad, 0x24, 0x61, + 0x21, 0x11, 0x94, 0x65, 0x1c, 0x3f, 0x47, 0x4d, 0xa2, 0x42, 0x96, 0xeb, 0x9a, 0xa5, 0x39, 0x4d, + 0xff, 0x16, 0xc0, 0x7b, 0x08, 0x13, 0xb5, 0xa6, 0x4b, 0x23, 0xc8, 0x04, 0xfd, 0x48, 0x21, 0xd7, + 0x9f, 0x14, 0x69, 0x9d, 0xb5, 0x9b, 0x41, 0x6b, 0xf5, 0x8c, 0xa4, 0xc9, 0x6b, 0x7b, 0x32, 0xc7, + 0xf6, 0x97, 0x4a, 0x70, 0x77, 0x84, 0xe1, 0x65, 0x34, 0xd5, 0xe7, 0x90, 0x73, 0xbd, 0x6e, 0xd5, + 0x9d, 0xa6, 0xaf, 0x02, 0x7c, 0x84, 0x66, 0x3e, 0x03, 0x8d, 0x8f, 0x05, 0xd7, 0x1b, 0x05, 0xde, + 0x79, 0x73, 0x31, 0x68, 0xd5, 0xbe, 0x0f, 0x5a, 0xeb, 0x31, 0x15, 0xc7, 0xfd, 0xc0, 0x0d, 0x59, + 0xea, 0x95, 0x25, 0xaa, 0xcf, 0x06, 0x8f, 0x3e, 0x79, 0xe2, 0xac, 0x07, 0xdc, 0xdd, 0x81, 0xf0, + 0x66, 0xd0, 0x5a, 0x50, 0xc7, 0x28, 0x65, 0x6c, 0x7f, 0x28, 0x68, 0xdb, 0xc8, 0x7a, 0xa8, 0x72, + 0x1f, 0x78, 0x8f, 0x65, 0x1c, 0x6c, 0x07, 0xe1, 0x7d, 0x1e, 0x6f, 0x17, 0x0d, 0x7e, 0x97, 0x03, + 0x6c, 0xa5, 0xac, 0x9f, 0x09, 0x8c, 0x51, 0xa3, 0x38, 0x5e, 0xd9, 0x12, 0xf9, 0x6f, 0x9f, 0x6b, + 0xc8, 0x98, 0x4c, 0x1d, 0x0a, 0xe1, 0x1c, 0x2d, 0x48, 0x9b, 0x20, 0xea, 0x12, 0xc9, 0xc8, 0x3a, + 0xe7, 0x36, 0x57, 0x5d, 0x75, 0x6c, 0xb7, 0x30, 0xc8, 0x2d, 0x0d, 0x72, 0xb7, 0x19, 0xcd, 0x3a, + 0x2f, 0x8b, 0x52, 0xbf, 0xfe, 0x68, 0x39, 0x8f, 0x28, 0xb5, 0x58, 0xc0, 0xfd, 0xf9, 0x72, 0x0b, + 0xb5, 0xb7, 0xfd, 0x4b, 0x43, 0x8b, 0xc5, 0x91, 0x72, 0x20, 0x02, 0xca, 0x22, 0xb1, 0x85, 0xe6, + 0x22, 0x5a, 0x0c, 0x4e, 0xd0, 0xbf, 0x75, 0xb5, 0x0a, 0x61, 0x13, 0xa1, 0xbb, 0x7e, 0xfa, 0x15, + 0x04, 0xaf, 0xa2, 0xd9, 0xf0, 0x98, 0xd0, 0xac, 0x4b, 0x23, 0x7d, 0x5a, 0xb2, 0x33, 0x32, 0xde, + 0x8d, 0x0a, 0x13, 0x23, 0xc8, 0x58, 0xaa, 0x4f, 0x49, 0x5c, 0x05, 0x78, 0x0d, 0x21, 0x2e, 0x48, + 0x2e, 0xba, 0x82, 0xa6, 0xa0, 0xd7, 0x2d, 0xcd, 0x69, 0xf8, 0x4d, 0x89, 0x1c, 0xd2, 0x14, 0xb0, + 0x81, 0x66, 0xa3, 0x7e, 0x2e, 0x1b, 0xaf, 0x37, 0x24, 0x39, 0x8a, 0xf1, 0x0b, 0xb4, 0x44, 0xfa, + 0x82, 0xf5, 0x68, 0xc2, 0x44, 0x17, 0x32, 0x12, 0x24, 0x10, 0xe9, 0x33, 0x96, 0xe6, 0xcc, 0xfa, + 0x8b, 0x23, 0xe2, 0xad, 0xc2, 0x6d, 0x43, 0x8e, 0xf2, 0x58, 0xb9, 0x23, 0x23, 0x0f, 0x65, 0x2b, + 0x76, 0x20, 0x81, 0xff, 0xd8, 0x8a, 0x72, 0xc7, 0x31, 0xd5, 0xe1, 0x8e, 0x9b, 0x5f, 0xea, 0xa8, + 0xbe, 0xcf, 0x63, 0xcc, 0xd0, 0xca, 0xfd, 0xb7, 0x6b, 0xdd, 0xad, 0xde, 0x5f, 0xf7, 0xa1, 0x59, + 0x34, 0xdc, 0xc7, 0xe5, 0x8d, 0x46, 0xed, 0x03, 0x7a, 0x76, 0x77, 0x60, 0xad, 0x09, 0x89, 0x3b, + 0x19, 0x86, 0xf3, 0xaf, 0x8c, 0x91, 0xfc, 0x7b, 0x34, 0x3f, 0x3e, 0x51, 0xe6, 0xe4, 0xd2, 0x2a, + 0x6f, 0xac, 0xff, 0x9d, 0xaf, 0x0a, 0x8f, 0xfb, 0x33, 0x29, 0x3c, 0xc6, 0xdf, 0x23, 0x7c, 0xaf, + 0x13, 0x9d, 0xdd, 0x8b, 0x2b, 0x53, 0xbb, 0xbc, 0x32, 0xb5, 0x9f, 0x57, 0xa6, 0x76, 0x7e, 0x6d, + 0xd6, 0x2e, 0xaf, 0xcd, 0xda, 0xb7, 0x6b, 0xb3, 0x76, 0xe4, 0x55, 0xae, 0xd6, 0x81, 0xd4, 0xda, + 0xd8, 0x23, 0x01, 0xf7, 0xca, 0xf7, 0xf6, 0xa4, 0xdd, 0xf6, 0x4e, 0x87, 0xaf, 0x6e, 0x71, 0xcf, + 0x82, 0x69, 0xf9, 0x6a, 0xbe, 0xfa, 0x13, 0x00, 0x00, 0xff, 0xff, 0x17, 0xcc, 0xf1, 0xb0, 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 a534c41b20..2f1d60363e 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/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/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 707f2eadcd..1348321eb2 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/v10/testutil/network" + "github.com/Stride-Labs/stride/v11/testutil/network" ) type IntegrationTestSuite struct { diff --git a/x/claim/vesting/handler.go b/x/claim/vesting/handler.go index 3464cab332..6dac52e78c 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/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/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 0dfd515cd0..5f72705cc8 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/v10/x/claim/vesting/client/cli" - "github.com/Stride-Labs/stride/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/x/claim/vesting/client/cli" + "github.com/Stride-Labs/stride/v11/x/claim/vesting/types" ) var ( diff --git a/x/claim/vesting/msg_server.go b/x/claim/vesting/msg_server.go index 03e4aea7a5..c788c95472 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/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/x/claim/vesting/types" ) type msgServer struct { diff --git a/x/claim/vesting/types/codec.go b/x/claim/vesting/types/codec.go index 0e884a8d01..7e782c5acf 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/v10/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v11/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 59479accec..6019fc70e8 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/v10/app" + strideApp "github.com/Stride-Labs/stride/v11/app" ) var ( diff --git a/x/claim/vesting/types/tx.pb.go b/x/claim/vesting/types/tx.pb.go index 134d790e92..a59b8f6e12 100644 --- a/x/claim/vesting/types/tx.pb.go +++ b/x/claim/vesting/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_5ebed07aad5e90bd = []byte{ 0xd3, 0x9d, 0x02, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x3c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0xac, 0x57, 0xd7, 0x27, 0x31, - 0xa9, 0x58, 0x1f, 0x66, 0x81, 0xa1, 0x81, 0x7e, 0x85, 0x7e, 0x72, 0x4e, 0x62, 0x66, 0x2e, 0xc2, + 0xa9, 0x58, 0x1f, 0x66, 0x81, 0xa1, 0xa1, 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, - 0x5a, 0xce, 0x9e, 0x8b, 0x8b, 0x00, 0x00, 0x00, + 0x8b, 0x26, 0x79, 0x85, 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 148186fa45..79534f42c3 100644 --- a/x/claim/vesting/types/vesting.pb.go +++ b/x/claim/vesting/types/vesting.pb.go @@ -184,44 +184,44 @@ func init() { func init() { proto.RegisterFile("stride/vesting/vesting.proto", fileDescriptor_41f0278a453c26b3) } 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, 0xc9, 0x3a, 0x0e, 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, - 0xea, 0x9b, 0xb2, 0xea, 0xa8, 0xd9, 0xdd, 0x9d, 0x84, 0x26, 0x54, 0x94, 0xdc, 0xe2, 0x4f, 0xae, - 0xda, 0x35, 0x23, 0xca, 0x52, 0xca, 0xdc, 0x10, 0x31, 0xec, 0x9e, 0x75, 0x43, 0xcc, 0x51, 0xd7, - 0x8d, 0x28, 0xc9, 0x2a, 0x75, 0x34, 0xe2, 0xfd, 0x45, 0xbd, 0x18, 0xc8, 0xba, 0xfd, 0xbd, 0x0e, - 0x75, 0x0f, 0x31, 0xfc, 0x5a, 0xee, 0xf2, 0x24, 0x8a, 0xe8, 0x28, 0xe3, 0xfa, 0x11, 0xbc, 0x55, - 0x30, 0x06, 0x48, 0x8e, 0x0d, 0xd0, 0x06, 0x9d, 0xe6, 0x61, 0xdb, 0x91, 0x6c, 0x8e, 0x20, 0x50, - 0x6c, 0x4e, 0x01, 0x57, 0x38, 0xaf, 0x3e, 0x99, 0x5a, 0xc0, 0x6f, 0x86, 0xcb, 0x29, 0xfd, 0x13, - 0x80, 0xdb, 0x34, 0x27, 0x09, 0xc9, 0xd0, 0x20, 0x50, 0xcd, 0x18, 0x6b, 0xed, 0x5a, 0xa7, 0x79, - 0xf8, 0xa0, 0xe4, 0x2b, 0xd6, 0x2f, 0xf8, 0x9e, 0x52, 0x92, 0x79, 0xcf, 0x2f, 0xa6, 0x96, 0x76, - 0x39, 0xb5, 0xee, 0x8f, 0x51, 0x3a, 0xe8, 0xd9, 0x55, 0x02, 0xfb, 0xeb, 0x4f, 0xab, 0x93, 0x10, - 0xde, 0x1f, 0x85, 0x4e, 0x44, 0x53, 0x57, 0x75, 0x29, 0x3f, 0xfb, 0x2c, 0x7e, 0xeb, 0xf2, 0xf1, - 0x10, 0x33, 0xc1, 0xc5, 0xfc, 0xad, 0x12, 0xae, 0xba, 0xd4, 0x3f, 0x00, 0xb8, 0x19, 0xe3, 0x01, - 0x4e, 0x10, 0xc7, 0x71, 0xf0, 0x26, 0xc7, 0xd8, 0xa8, 0xad, 0x52, 0x74, 0xa4, 0x14, 0xdd, 0x93, - 0x8a, 0xae, 0xc2, 0x6f, 0xa6, 0xe7, 0xf6, 0x02, 0xfc, 0x2c, 0xc7, 0x58, 0xff, 0x0c, 0xe0, 0x9d, - 0x25, 0x5d, 0x69, 0x51, 0x7d, 0x95, 0xa0, 0x63, 0x25, 0xc8, 0xa8, 0x0a, 0xfa, 0x27, 0x8f, 0xb6, - 0x17, 0xf8, 0xd2, 0x24, 0x07, 0x6e, 0xe0, 0x2c, 0x0e, 0x38, 0x49, 0xb1, 0xb1, 0xde, 0x06, 0x9d, - 0x9a, 0x77, 0xf7, 0x72, 0x6a, 0x6d, 0xc9, 0xdd, 0xca, 0x8a, 0xed, 0xff, 0x87, 0xb3, 0xf8, 0x84, - 0xa4, 0xb8, 0xb7, 0xf1, 0xfe, 0xdc, 0xd2, 0xbe, 0x9c, 0x5b, 0x9a, 0xfd, 0x0d, 0xc0, 0xc6, 0x0b, - 0x9c, 0x13, 0x1a, 0xeb, 0x0f, 0x21, 0x64, 0x1c, 0xe5, 0x5c, 0xd2, 0x14, 0xd7, 0xa8, 0xe6, 0xff, - 0x2f, 0x66, 0x0a, 0x8c, 0xde, 0x82, 0x8d, 0x01, 0xce, 0x12, 0xde, 0x37, 0xd6, 0x44, 0x49, 0x8d, - 0xf4, 0x08, 0x36, 0x50, 0x2a, 0x6e, 0xde, 0xca, 0x73, 0x39, 0x28, 0x6c, 0xb8, 0x51, 0xab, 0x8a, - 0x5a, 0xb7, 0x60, 0x13, 0x45, 0x9c, 0xd0, 0x2c, 0x28, 0xaa, 0x46, 0xbd, 0x0d, 0x3a, 0xeb, 0x3e, - 0x94, 0x53, 0x27, 0xe3, 0x21, 0xee, 0xd5, 0x45, 0x37, 0xbf, 0x01, 0xdc, 0x7b, 0x25, 0xb2, 0x28, - 0x7b, 0x22, 0x51, 0x25, 0x2c, 0xa7, 0x70, 0x47, 0x84, 0x45, 0xf9, 0x5e, 0x09, 0x8d, 0xed, 0x5c, - 0x0d, 0xb2, 0x73, 0x3d, 0x6e, 0x2a, 0x36, 0x7a, 0x78, 0x3d, 0x88, 0x01, 0xdc, 0x2a, 0x69, 0x87, - 0x62, 0x77, 0xa6, 0x1c, 0x69, 0x55, 0x69, 0xa5, 0x38, 0xcf, 0x54, 0xb7, 0xa2, 0x25, 0xcf, 0xa9, - 0x02, 0xb6, 0xfd, 0x4d, 0x35, 0x23, 0x97, 0xb3, 0xe5, 0xa9, 0x79, 0x2f, 0x2f, 0x66, 0x26, 0x98, - 0xcc, 0x4c, 0xf0, 0x6b, 0x66, 0x82, 0x8f, 0x73, 0x53, 0x9b, 0xcc, 0x4d, 0xed, 0xc7, 0xdc, 0xd4, - 0x4e, 0x1f, 0xff, 0x65, 0xad, 0x74, 0x62, 0xff, 0x18, 0x85, 0xcc, 0x2d, 0xdf, 0xaf, 0xee, 0x81, - 0xfb, 0xce, 0x8d, 0x06, 0x88, 0xa4, 0x8b, 0xb7, 0x4c, 0xf8, 0x1d, 0x36, 0xc4, 0x23, 0xf3, 0xe8, - 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x17, 0x1a, 0x50, 0xbc, 0xea, 0x04, 0x00, 0x00, + // 588 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x6f, 0xd3, 0x30, + 0x18, 0x8d, 0xd7, 0xae, 0x0c, 0x17, 0xb6, 0x11, 0x46, 0x09, 0xd3, 0x48, 0xaa, 0x9c, 0x7a, 0x59, + 0x42, 0xc7, 0x01, 0xa9, 0x37, 0x82, 0x84, 0x34, 0xb1, 0x03, 0x84, 0x89, 0xc3, 0x2e, 0x91, 0x93, + 0x98, 0xd4, 0xa2, 0x89, 0xab, 0xd8, 0x9d, 0xe8, 0x3f, 0x40, 0xe2, 0x02, 0x12, 0x07, 0x8e, 0x3b, + 0xf3, 0x4b, 0x26, 0x71, 0xa9, 0x38, 0x71, 0x2a, 0xa8, 0x15, 0x7f, 0x60, 0xbf, 0x00, 0xc5, 0x76, + 0x5a, 0x96, 0x1d, 0xaa, 0x71, 0x4a, 0xec, 0xcf, 0xef, 0xf9, 0x7d, 0xcf, 0x7e, 0x86, 0x7b, 0x8c, + 0xe7, 0x24, 0xc6, 0xee, 0x29, 0x66, 0x9c, 0x64, 0x49, 0xf9, 0x75, 0x86, 0x39, 0xe5, 0x54, 0xdf, + 0x94, 0x55, 0x47, 0xcd, 0xee, 0xee, 0x24, 0x34, 0xa1, 0xa2, 0xe4, 0x16, 0x7f, 0x72, 0xd5, 0xae, + 0x19, 0x51, 0x96, 0x52, 0xe6, 0x86, 0x88, 0x61, 0xf7, 0xb4, 0x1b, 0x62, 0x8e, 0xba, 0x6e, 0x44, + 0x49, 0x56, 0xa9, 0xa3, 0x11, 0xef, 0x2f, 0xea, 0xc5, 0x40, 0xd6, 0xed, 0x1f, 0x75, 0xa8, 0x7b, + 0x88, 0xe1, 0x37, 0x72, 0x97, 0xa7, 0x51, 0x44, 0x47, 0x19, 0xd7, 0x0f, 0xe1, 0xad, 0x82, 0x31, + 0x40, 0x72, 0x6c, 0x80, 0x36, 0xe8, 0x34, 0x0f, 0xda, 0x8e, 0x64, 0x73, 0x04, 0x81, 0x62, 0x73, + 0x0a, 0xb8, 0xc2, 0x79, 0xf5, 0xc9, 0xd4, 0x02, 0x7e, 0x33, 0x5c, 0x4e, 0xe9, 0x9f, 0x01, 0xdc, + 0xa6, 0x39, 0x49, 0x48, 0x86, 0x06, 0x81, 0x6a, 0xc6, 0x58, 0x6b, 0xd7, 0x3a, 0xcd, 0x83, 0x07, + 0x25, 0x5f, 0xb1, 0x7e, 0xc1, 0xf7, 0x8c, 0x92, 0xcc, 0x7b, 0x71, 0x3e, 0xb5, 0xb4, 0x8b, 0xa9, + 0x75, 0x7f, 0x8c, 0xd2, 0x41, 0xcf, 0xae, 0x12, 0xd8, 0xdf, 0x7e, 0x59, 0x9d, 0x84, 0xf0, 0xfe, + 0x28, 0x74, 0x22, 0x9a, 0xba, 0xaa, 0x4b, 0xf9, 0xd9, 0x67, 0xf1, 0x3b, 0x97, 0x8f, 0x87, 0x98, + 0x09, 0x2e, 0xe6, 0x6f, 0x95, 0x70, 0xd5, 0xa5, 0xfe, 0x11, 0xc0, 0xcd, 0x18, 0x0f, 0x70, 0x82, + 0x38, 0x8e, 0x83, 0xb7, 0x39, 0xc6, 0x46, 0x6d, 0x95, 0xa2, 0x43, 0xa5, 0xe8, 0x9e, 0x54, 0x74, + 0x19, 0x7e, 0x3d, 0x3d, 0xb7, 0x17, 0xe0, 0xe7, 0x39, 0xc6, 0xfa, 0x17, 0x00, 0xef, 0x2c, 0xe9, + 0x4a, 0x8b, 0xea, 0xab, 0x04, 0x1d, 0x29, 0x41, 0x46, 0x55, 0xd0, 0x7f, 0x79, 0xb4, 0xbd, 0xc0, + 0x97, 0x26, 0x39, 0x70, 0x03, 0x67, 0x71, 0xc0, 0x49, 0x8a, 0x8d, 0xf5, 0x36, 0xe8, 0xd4, 0xbc, + 0xbb, 0x17, 0x53, 0x6b, 0x4b, 0xee, 0x56, 0x56, 0x6c, 0xff, 0x06, 0xce, 0xe2, 0x63, 0x92, 0xe2, + 0xde, 0xc6, 0x87, 0x33, 0x4b, 0xfb, 0x7a, 0x66, 0x69, 0xf6, 0x77, 0x00, 0x1b, 0x2f, 0x71, 0x4e, + 0x68, 0xac, 0x3f, 0x84, 0x90, 0x71, 0x94, 0x73, 0x49, 0x53, 0x5c, 0xa3, 0x9a, 0x7f, 0x53, 0xcc, + 0x14, 0x18, 0xbd, 0x05, 0x1b, 0x03, 0x9c, 0x25, 0xbc, 0x6f, 0xac, 0x89, 0x92, 0x1a, 0xe9, 0x11, + 0x6c, 0xa0, 0x54, 0xdc, 0xbc, 0x95, 0xe7, 0xf2, 0xa8, 0xb0, 0xe1, 0x5a, 0xad, 0x2a, 0x6a, 0xdd, + 0x82, 0x4d, 0x14, 0x71, 0x42, 0xb3, 0xa0, 0xa8, 0x1a, 0xf5, 0x36, 0xe8, 0xac, 0xfb, 0x50, 0x4e, + 0x1d, 0x8f, 0x87, 0xb8, 0x57, 0x17, 0xdd, 0xfc, 0x01, 0x70, 0xef, 0xb5, 0xc8, 0xa2, 0xec, 0x89, + 0x44, 0x95, 0xb0, 0x9c, 0xc0, 0x1d, 0x11, 0x16, 0xe5, 0x7b, 0x25, 0x34, 0xb6, 0x73, 0x39, 0xc8, + 0xce, 0xd5, 0xb8, 0xa9, 0xd8, 0xe8, 0xe1, 0xd5, 0x20, 0x06, 0x70, 0xab, 0xa4, 0x1d, 0x8a, 0xdd, + 0x99, 0x72, 0xa4, 0x55, 0xa5, 0x95, 0xe2, 0x3c, 0x53, 0xdd, 0x8a, 0x96, 0x3c, 0xa7, 0x0a, 0xd8, + 0xf6, 0x37, 0xd5, 0x8c, 0x5c, 0xce, 0x96, 0xa7, 0xe6, 0xbd, 0x3a, 0x9f, 0x99, 0x60, 0x32, 0x33, + 0xc1, 0xef, 0x99, 0x09, 0x3e, 0xcd, 0x4d, 0x6d, 0x32, 0x37, 0xb5, 0x9f, 0x73, 0x53, 0x3b, 0x79, + 0xf2, 0x8f, 0xb5, 0xd2, 0x89, 0xfd, 0x23, 0x14, 0x32, 0xb7, 0x7c, 0xbf, 0xba, 0x5d, 0xf7, 0xbd, + 0x1b, 0x0d, 0x10, 0x49, 0x17, 0x6f, 0x99, 0xf0, 0x3b, 0x6c, 0x88, 0x47, 0xe6, 0xf1, 0xdf, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xc6, 0xf2, 0xb7, 0xb2, 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 cad9a41169..33cf455933 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/v10/utils" - vestexported "github.com/Stride-Labs/stride/v10/x/claim/vesting/exported" + "github.com/Stride-Labs/stride/v11/utils" + vestexported "github.com/Stride-Labs/stride/v11/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 77990740a1..664da33808 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/v10/x/claim/vesting/types" + "github.com/Stride-Labs/stride/v11/x/claim/vesting/types" ) var ( diff --git a/x/epochs/client/cli/query.go b/x/epochs/client/cli/query.go index a410bef20f..6e1a94dcba 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 98a7d6f2ca..17de1a5fc8 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/v10/x/epochs/keeper" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs/keeper" + "github.com/Stride-Labs/stride/v11/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 9a7a405160..29de2c830d 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/epochs" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/epochs" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) func TestGenesis(t *testing.T) { diff --git a/x/epochs/handler.go b/x/epochs/handler.go index 0263ad114d..d8d43b6c11 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/v10/x/epochs/keeper" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs/keeper" + "github.com/Stride-Labs/stride/v11/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 3bba597b88..cb34d2aae3 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/v10/utils" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) // BeginBlocker of epochs module diff --git a/x/epochs/keeper/abci_test.go b/x/epochs/keeper/abci_test.go index 0aa9d31c03..6bbd72b262 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/v10/x/epochs" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochInfoChangesBeginBlockerAndInitGenesis() { diff --git a/x/epochs/keeper/epoch.go b/x/epochs/keeper/epoch.go index 27c4dadea2..e1ce120261 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 8c0d2bf1ca..feeef5064f 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) func (suite *KeeperTestSuite) TestEpochLifeCycle() { diff --git a/x/epochs/keeper/grpc_query.go b/x/epochs/keeper/grpc_query.go index ee03271574..2d6266ddb9 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 663db32e7c..46d11a8f61 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) func (suite *KeeperTestSuite) TestQueryEpochInfos() { diff --git a/x/epochs/keeper/hooks.go b/x/epochs/keeper/hooks.go index 8b2fd68047..9b4c96cca5 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 3483730d4f..6901b472da 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 b9eec8ad4e..82432a4b50 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) type KeeperTestSuite struct { diff --git a/x/epochs/module.go b/x/epochs/module.go index 40d0e12e2f..c99cdf852d 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/v10/x/epochs/client/cli" - "github.com/Stride-Labs/stride/v10/x/epochs/keeper" - "github.com/Stride-Labs/stride/v10/x/epochs/simulation" - "github.com/Stride-Labs/stride/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/epochs/client/cli" + "github.com/Stride-Labs/stride/v11/x/epochs/keeper" + "github.com/Stride-Labs/stride/v11/x/epochs/simulation" + "github.com/Stride-Labs/stride/v11/x/epochs/types" ) var ( diff --git a/x/epochs/simulation/genesis.go b/x/epochs/simulation/genesis.go index febec4f513..ad4a17a8b7 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/v10/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 a93f225371..0a74562c3e 100644 --- a/x/epochs/types/genesis.pb.go +++ b/x/epochs/types/genesis.pb.go @@ -172,37 +172,37 @@ func init() { func init() { proto.RegisterFile("stride/epochs/genesis.proto", fileDescriptor_92af8154b2eb736d) } var fileDescriptor_92af8154b2eb736d = []byte{ - // 468 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0xbf, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x73, 0x24, 0x84, 0xe6, 0xda, 0x0a, 0x71, 0x2a, 0x70, 0x04, 0x61, 0x5b, 0x66, 0xb1, - 0x04, 0xd8, 0x6d, 0x41, 0x0c, 0xb0, 0x85, 0xdf, 0x88, 0xc9, 0x61, 0x40, 0x2c, 0x91, 0x93, 0x5c, - 0xce, 0x27, 0xd5, 0x3e, 0xcb, 0xf7, 0x8c, 0xc8, 0xc6, 0xcc, 0xd4, 0x91, 0x3f, 0xa9, 0x63, 0x47, - 0x26, 0x83, 0x92, 0x8d, 0xb1, 0x7f, 0x01, 0xf2, 0x9d, 0x1d, 0x52, 0x02, 0xea, 0x66, 0xdf, 0xe7, - 0xfb, 0xbe, 0xdf, 0x7b, 0x4f, 0xef, 0xf0, 0x6d, 0x05, 0xb9, 0x98, 0xb2, 0x80, 0x65, 0x72, 0x12, - 0xab, 0x80, 0xb3, 0x94, 0x29, 0xa1, 0xfc, 0x2c, 0x97, 0x20, 0xc9, 0xae, 0x81, 0xbe, 0x81, 0xfd, - 0x3d, 0x2e, 0xb9, 0xd4, 0x24, 0xa8, 0xbe, 0x8c, 0xa8, 0x6f, 0x71, 0x29, 0xf9, 0x11, 0x0b, 0xf4, - 0xdf, 0xb8, 0x98, 0x05, 0xd3, 0x22, 0x8f, 0x40, 0xc8, 0xb4, 0xe6, 0xf6, 0xdf, 0x1c, 0x44, 0xc2, - 0x14, 0x44, 0x49, 0x66, 0x04, 0xee, 0xd7, 0x0e, 0xee, 0xbd, 0xa8, 0x12, 0xde, 0xa4, 0x33, 0x49, - 0x2c, 0x8c, 0xc5, 0x94, 0xa5, 0x20, 0x66, 0x82, 0xe5, 0x14, 0x39, 0xc8, 0xeb, 0x85, 0x6b, 0x27, - 0xe4, 0x03, 0xc6, 0x0a, 0xa2, 0x1c, 0x46, 0x95, 0x0d, 0xbd, 0xe4, 0x20, 0x6f, 0xfb, 0xb0, 0xef, - 0x9b, 0x0c, 0xbf, 0xc9, 0xf0, 0xdf, 0x37, 0x19, 0x83, 0x3b, 0x27, 0xa5, 0xdd, 0x3a, 0x2b, 0xed, - 0x6b, 0xf3, 0x28, 0x39, 0x7a, 0xe2, 0xfe, 0xa9, 0x75, 0x8f, 0x7f, 0xd8, 0x28, 0xec, 0xe9, 0x83, - 0x4a, 0x4e, 0x62, 0xbc, 0xd5, 0x5c, 0x9d, 0xb6, 0xb5, 0xef, 0xad, 0x0d, 0xdf, 0xe7, 0xb5, 0x60, - 0x70, 0x50, 0xd9, 0xfe, 0x2a, 0x6d, 0xd2, 0x94, 0xdc, 0x97, 0x89, 0x00, 0x96, 0x64, 0x30, 0x3f, - 0x2b, 0xed, 0xab, 0x26, 0xac, 0x61, 0xee, 0xb7, 0x2a, 0x6a, 0xe5, 0x4e, 0xee, 0xe2, 0xdd, 0x49, - 0x91, 0xe7, 0x2c, 0x85, 0x91, 0x1e, 0x2d, 0xed, 0x38, 0xc8, 0x6b, 0x87, 0x3b, 0xf5, 0xa1, 0x1e, - 0x06, 0xf9, 0x82, 0x30, 0x3d, 0xa7, 0x1a, 0xad, 0xf5, 0x7d, 0xf9, 0xc2, 0xbe, 0xef, 0xd5, 0x7d, - 0xdb, 0xe6, 0x2a, 0xff, 0x73, 0x32, 0x53, 0xb8, 0xbe, 0x9e, 0x3c, 0x5c, 0x4d, 0xe4, 0x11, 0xbe, - 0x61, 0xf4, 0x13, 0x59, 0xa4, 0x20, 0x52, 0x6e, 0x0a, 0xd9, 0x94, 0x76, 0x1d, 0xe4, 0x6d, 0x85, - 0x7b, 0x9a, 0x3e, 0xab, 0xe1, 0xd0, 0x30, 0xf2, 0x14, 0xf7, 0xff, 0x95, 0x16, 0x33, 0xc1, 0x63, - 0xa0, 0x57, 0x74, 0xab, 0x37, 0x37, 0x02, 0x5f, 0x6b, 0xec, 0xbe, 0xc4, 0x3b, 0xaf, 0xcc, 0x0e, - 0x0e, 0x21, 0x02, 0x46, 0x1e, 0xe3, 0xae, 0xd9, 0x3e, 0x8a, 0x9c, 0xb6, 0xb7, 0x7d, 0x48, 0xfd, - 0x73, 0x3b, 0xe9, 0xaf, 0x16, 0x67, 0xd0, 0xa9, 0x1a, 0x0e, 0x6b, 0xf5, 0xe0, 0xed, 0xc9, 0xc2, - 0x42, 0xa7, 0x0b, 0x0b, 0xfd, 0x5c, 0x58, 0xe8, 0x78, 0x69, 0xb5, 0x4e, 0x97, 0x56, 0xeb, 0xfb, - 0xd2, 0x6a, 0x7d, 0xdc, 0xe7, 0x02, 0xe2, 0x62, 0xec, 0x4f, 0x64, 0x12, 0x0c, 0xb5, 0xd7, 0x83, - 0x77, 0xd1, 0x58, 0x05, 0xf5, 0x43, 0xf8, 0x74, 0xb0, 0x1f, 0x7c, 0x6e, 0x9e, 0x03, 0xcc, 0x33, - 0xa6, 0xc6, 0x5d, 0x3d, 0xde, 0x87, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xec, 0x7d, 0xab, 0xf4, - 0x2c, 0x03, 0x00, 0x00, + // 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, 0xe8, 0x81, 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, + 0x0a, 0x38, 0x4b, 0x99, 0x12, 0xca, 0xcf, 0x72, 0x09, 0x92, 0xec, 0x1b, 0xe8, 0x1b, 0xd8, 0x3f, + 0xe0, 0x92, 0x4b, 0x4d, 0x82, 0xea, 0xcb, 0x88, 0xfa, 0x16, 0x97, 0x92, 0x1f, 0xb1, 0x40, 0xff, + 0x4d, 0x8a, 0x79, 0x30, 0x2b, 0xf2, 0x08, 0x84, 0x4c, 0x6b, 0x6e, 0xff, 0xc9, 0x41, 0x24, 0x4c, + 0x41, 0x94, 0x64, 0x46, 0xe0, 0x7e, 0xe9, 0xe0, 0xde, 0xf3, 0x2a, 0xe1, 0x75, 0x3a, 0x97, 0xc4, + 0xc2, 0x58, 0xcc, 0x58, 0x0a, 0x62, 0x2e, 0x58, 0x4e, 0x91, 0x83, 0xbc, 0x5e, 0xb8, 0x71, 0x42, + 0xde, 0x63, 0xac, 0x20, 0xca, 0x61, 0x5c, 0xd9, 0xd0, 0x0b, 0x0e, 0xf2, 0x76, 0x0f, 0xfb, 0xbe, + 0xc9, 0xf0, 0x9b, 0x0c, 0xff, 0x5d, 0x93, 0x31, 0xbc, 0x75, 0x52, 0xda, 0xad, 0xb3, 0xd2, 0xbe, + 0xb2, 0x88, 0x92, 0xa3, 0xc7, 0xee, 0xef, 0x5a, 0xf7, 0xf8, 0xbb, 0x8d, 0xc2, 0x9e, 0x3e, 0xa8, + 0xe4, 0x24, 0xc6, 0x3b, 0xcd, 0xd5, 0x69, 0x5b, 0xfb, 0xde, 0xd8, 0xf2, 0x7d, 0x56, 0x0b, 0x86, + 0x83, 0xca, 0xf6, 0x67, 0x69, 0x93, 0xa6, 0xe4, 0xae, 0x4c, 0x04, 0xb0, 0x24, 0x83, 0xc5, 0x59, + 0x69, 0x5f, 0x36, 0x61, 0x0d, 0x73, 0xbf, 0x56, 0x51, 0x6b, 0x77, 0x72, 0x1b, 0xef, 0x4f, 0x8b, + 0x3c, 0x67, 0x29, 0x8c, 0xf5, 0x68, 0x69, 0xc7, 0x41, 0x5e, 0x3b, 0xdc, 0xab, 0x0f, 0xf5, 0x30, + 0xc8, 0x67, 0x84, 0xe9, 0x39, 0xd5, 0x78, 0xa3, 0xef, 0x8b, 0xff, 0xed, 0xfb, 0x4e, 0xdd, 0xb7, + 0x6d, 0xae, 0xf2, 0x2f, 0x27, 0x33, 0x85, 0xab, 0x9b, 0xc9, 0xa3, 0xf5, 0x44, 0x1e, 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, 0x87, 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, 0x83, 0xe0, 0x53, 0xf3, 0x1c, 0x60, 0x91, 0x31, + 0x35, 0xe9, 0xea, 0xf1, 0x3e, 0xf8, 0x15, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x18, 0x8e, 0x75, 0x2c, + 0x03, 0x00, 0x00, } func (m *EpochInfo) Marshal() (dAtA []byte, err error) { diff --git a/x/epochs/types/query.pb.go b/x/epochs/types/query.pb.go index 16503633db..efd2e26389 100644 --- a/x/epochs/types/query.pb.go +++ b/x/epochs/types/query.pb.go @@ -317,36 +317,36 @@ var fileDescriptor_de81e87fff8f1327 = []byte{ // 508 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x54, 0x4d, 0x6f, 0xd3, 0x30, 0x18, 0xae, 0x57, 0x36, 0x69, 0xef, 0xb6, 0x8b, 0xc5, 0x47, 0xdb, 0xa1, 0x30, 0xc2, 0xd6, 0x16, - 0x04, 0xf6, 0x5a, 0x10, 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, 0xd6, 0x04, 0x52, 0xe5, - 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xcd, 0x28, 0x4b, 0x65, - 0xbc, 0xab, 0xe8, 0xc1, 0x88, 0x65, 0x47, 0x24, 0xcd, 0xa4, 0x96, 0x78, 0xc5, 0x8e, 0x88, 0x1d, + 0x04, 0x36, 0x2d, 0x08, 0x24, 0x4e, 0x08, 0x04, 0x08, 0x84, 0x10, 0x84, 0x1b, 0x97, 0x91, 0x64, + 0x5e, 0x66, 0x69, 0xb3, 0xb3, 0xd8, 0x9d, 0xd8, 0x85, 0x03, 0x07, 0xce, 0x08, 0x6e, 0xdc, 0xf9, + 0x2f, 0x3b, 0x4e, 0xe2, 0xc2, 0x09, 0xa1, 0x96, 0x1f, 0x82, 0x62, 0x7b, 0x6b, 0xc2, 0x52, 0xe5, + 0xd4, 0xca, 0xef, 0xf3, 0xe5, 0xe7, 0xb5, 0x02, 0x6d, 0xa5, 0x33, 0xbe, 0xc5, 0x28, 0x4b, 0x65, + 0xbc, 0xa3, 0xe8, 0xfe, 0x88, 0x65, 0x87, 0x24, 0xcd, 0xa4, 0x96, 0x78, 0xc5, 0x8e, 0x88, 0x1d, 0x75, 0xce, 0x27, 0x32, 0x91, 0x66, 0x42, 0xf3, 0x7f, 0x16, 0xd4, 0xb9, 0x9c, 0x48, 0x99, 0xec, - 0x31, 0x1a, 0xa6, 0x9c, 0x86, 0x42, 0x48, 0x1d, 0x6a, 0x2e, 0x85, 0x72, 0xd3, 0x1b, 0xb1, 0x54, - 0xfb, 0x52, 0xd1, 0x28, 0x54, 0xcc, 0x6a, 0xd3, 0xc3, 0x41, 0xc4, 0x74, 0x38, 0xa0, 0x69, 0x98, - 0x70, 0x61, 0xc0, 0x0e, 0xbb, 0x5a, 0x4e, 0x92, 0x30, 0xc1, 0x14, 0x77, 0x42, 0xfe, 0x3b, 0xb8, - 0xf8, 0x3a, 0xa7, 0x3f, 0x36, 0xc3, 0x67, 0x62, 0x47, 0x06, 0xec, 0x60, 0xc4, 0x94, 0xc6, 0x4f, - 0x00, 0xa6, 0x52, 0x2d, 0xb4, 0x86, 0xfa, 0x4b, 0xc3, 0x2e, 0xb1, 0xbe, 0x24, 0xf7, 0x25, 0xf6, - 0x4e, 0xce, 0x97, 0xbc, 0x0a, 0x13, 0xe6, 0xb8, 0x41, 0x81, 0xe9, 0x7f, 0x43, 0x70, 0xe9, 0x3f, - 0x0b, 0x95, 0x4a, 0xa1, 0x18, 0xbe, 0x0b, 0x0b, 0x36, 0x55, 0x0b, 0xad, 0x35, 0xfb, 0x4b, 0xc3, - 0x16, 0x29, 0x55, 0x43, 0x0c, 0x25, 0x67, 0x3c, 0x3c, 0x77, 0xfc, 0xeb, 0x4a, 0x23, 0x70, 0x68, - 0xfc, 0xb4, 0x94, 0x6d, 0xce, 0x64, 0xeb, 0xd5, 0x66, 0xb3, 0xa6, 0xa5, 0x70, 0xf7, 0xa1, 0x65, - 0xb2, 0x3d, 0x1a, 0x65, 0x19, 0x13, 0xda, 0xf8, 0x9d, 0x16, 0xe0, 0x01, 0xf0, 0x6d, 0x26, 0x34, - 0xdf, 0xe1, 0x2c, 0x33, 0x05, 0x2c, 0x06, 0x85, 0x13, 0xff, 0x01, 0xb4, 0x2b, 0xb8, 0xee, 0x66, - 0xd7, 0x60, 0x25, 0xb6, 0xe7, 0x5b, 0x26, 0xb3, 0xe1, 0x37, 0x83, 0xe5, 0xb8, 0x00, 0xf6, 0xef, - 0xc1, 0x85, 0x69, 0x33, 0xc5, 0xee, 0xeb, 0xac, 0x5f, 0x16, 0xb7, 0x56, 0x6a, 0xf4, 0x0e, 0xcc, - 0x4f, 0xfd, 0xea, 0x0b, 0xb5, 0xe0, 0xe1, 0xf7, 0x26, 0xcc, 0x1b, 0x41, 0xfc, 0x01, 0xe0, 0x0c, - 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, 0x7b, 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, 0x78, - 0xd6, 0x0a, 0x5e, 0x9f, 0x79, 0xdb, 0x62, 0x27, 0x1b, 0x35, 0x28, 0x97, 0xe5, 0xa6, 0xc9, 0xd2, - 0xc5, 0xeb, 0xb3, 0xb3, 0x98, 0x9f, 0x2d, 0x9e, 0x2f, 0xed, 0xf9, 0xf1, 0xd8, 0x43, 0x27, 0x63, - 0x0f, 0xfd, 0x1e, 0x7b, 0xe8, 0xf3, 0xc4, 0x6b, 0x9c, 0x4c, 0xbc, 0xc6, 0xcf, 0x89, 0xd7, 0x78, - 0xbb, 0x99, 0x70, 0xbd, 0x3b, 0x8a, 0x48, 0x2c, 0xf7, 0x9d, 0xd2, 0xad, 0x17, 0x05, 0xa9, 0xc3, - 0xc1, 0x26, 0x7d, 0x7f, 0x2a, 0xa8, 0x8f, 0x52, 0xa6, 0xa2, 0x05, 0xf3, 0x01, 0xb8, 0xfd, 0x37, - 0x00, 0x00, 0xff, 0xff, 0x74, 0x82, 0xed, 0x87, 0xa9, 0x04, 0x00, 0x00, + 0x32, 0x1a, 0xa6, 0x9c, 0x86, 0x42, 0x48, 0x1d, 0x6a, 0x2e, 0x85, 0x72, 0xd3, 0x1b, 0xb1, 0x54, + 0x7b, 0x52, 0xd1, 0x28, 0x54, 0xcc, 0x6a, 0xd3, 0x83, 0x41, 0xc4, 0x74, 0x38, 0xa0, 0x69, 0x98, + 0x70, 0x61, 0xc0, 0x0e, 0xbb, 0x5a, 0x4e, 0x92, 0x30, 0xc1, 0x14, 0x77, 0x42, 0xfe, 0x7b, 0xb8, + 0xf8, 0x26, 0xa7, 0x3f, 0x31, 0xc3, 0xe7, 0x62, 0x5b, 0x06, 0x6c, 0x7f, 0xc4, 0x94, 0xc6, 0x4f, + 0x01, 0xa6, 0x52, 0x2d, 0xb4, 0x86, 0xfa, 0x4b, 0xc3, 0x2e, 0xb1, 0xbe, 0x24, 0xf7, 0x25, 0xf6, + 0x4e, 0xce, 0x97, 0xbc, 0x0e, 0x13, 0xe6, 0xb8, 0x41, 0x81, 0xe9, 0x7f, 0x47, 0x70, 0xe9, 0x8c, + 0x85, 0x4a, 0xa5, 0x50, 0x0c, 0xdf, 0x83, 0x05, 0x9b, 0xaa, 0x85, 0xd6, 0x9a, 0xfd, 0xa5, 0x61, + 0x8b, 0x94, 0xaa, 0x21, 0x86, 0x92, 0x33, 0x1e, 0x9d, 0x3b, 0xfa, 0x7d, 0xa5, 0x11, 0x38, 0x34, + 0x7e, 0x56, 0xca, 0x36, 0x67, 0xb2, 0xf5, 0x6a, 0xb3, 0x59, 0xd3, 0x52, 0xb8, 0x07, 0xd0, 0x32, + 0xd9, 0x1e, 0x8f, 0xb2, 0x8c, 0x09, 0x6d, 0xfc, 0x4e, 0x0a, 0xf0, 0x00, 0xf8, 0x16, 0x13, 0x9a, + 0x6f, 0x73, 0x96, 0x99, 0x02, 0x16, 0x83, 0xc2, 0x89, 0xff, 0x10, 0xda, 0x15, 0x5c, 0x77, 0xb3, + 0x6b, 0xb0, 0x12, 0xdb, 0xf3, 0x4d, 0x93, 0xd9, 0xf0, 0x9b, 0xc1, 0x72, 0x5c, 0x00, 0xfb, 0xf7, + 0xe1, 0xc2, 0xb4, 0x99, 0x62, 0xf7, 0x75, 0xd6, 0xaf, 0x8a, 0x5b, 0x2b, 0x35, 0x7a, 0x17, 0xe6, + 0xa7, 0x7e, 0xf5, 0x85, 0x5a, 0xf0, 0xf0, 0x47, 0x13, 0xe6, 0x8d, 0x20, 0xfe, 0x08, 0x70, 0x8a, + 0x51, 0x78, 0xe3, 0x3f, 0x7a, 0xf5, 0x53, 0xe9, 0x74, 0xeb, 0x60, 0x36, 0x9c, 0x7f, 0xf5, 0xd3, + 0xcf, 0xbf, 0xdf, 0xe6, 0x56, 0x71, 0x9b, 0xbe, 0x35, 0xf8, 0xdd, 0x30, 0x52, 0xb4, 0xf4, 0x3a, + 0xf1, 0x57, 0x04, 0xcb, 0xc5, 0x42, 0x71, 0xaf, 0x4a, 0xbb, 0x62, 0x5d, 0x9d, 0x7e, 0x3d, 0xd0, + 0xc5, 0xa0, 0x26, 0xc6, 0x75, 0xdc, 0x9b, 0x19, 0x83, 0x96, 0x76, 0x87, 0x3f, 0x23, 0x58, 0x3c, + 0x6d, 0x05, 0xaf, 0xcf, 0xbc, 0x6d, 0xb1, 0x93, 0x8d, 0x1a, 0x94, 0xcb, 0x72, 0xd3, 0x64, 0xe9, + 0xe2, 0xf5, 0xd9, 0x59, 0xcc, 0xcf, 0x26, 0xcf, 0x97, 0xf6, 0xe2, 0x68, 0xec, 0xa1, 0xe3, 0xb1, + 0x87, 0xfe, 0x8c, 0x3d, 0xf4, 0x65, 0xe2, 0x35, 0x8e, 0x27, 0x5e, 0xe3, 0xd7, 0xc4, 0x6b, 0xbc, + 0xbb, 0x9d, 0x70, 0xbd, 0x33, 0x8a, 0x48, 0x2c, 0xf7, 0x9c, 0xd2, 0xad, 0x97, 0x05, 0xa9, 0x83, + 0xc1, 0x80, 0x7e, 0x38, 0x11, 0xd4, 0x87, 0x29, 0x53, 0xd1, 0x82, 0xf9, 0x00, 0xdc, 0xf9, 0x17, + 0x00, 0x00, 0xff, 0xff, 0x53, 0xe7, 0xc8, 0x06, 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 a7d4fb4b3f..be9caafc71 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 92e8a382b8..1df617b41c 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 264ee34f44..127a557b90 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/v10/testutil/network" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/testutil/network" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v11/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 3e8bb22e68..84c9573d6a 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/icacallbacks/client/cli/tx.go b/x/icacallbacks/client/cli/tx.go index d4b32be538..7dc262cf39 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/icacallbacks/genesis.go b/x/icacallbacks/genesis.go index 446b57fad2..edad9180b8 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/v10/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v11/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 9631d793c9..d405240315 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/icacallbacks" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/icacallbacks" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) func TestGenesis(t *testing.T) { diff --git a/x/icacallbacks/handler.go b/x/icacallbacks/handler.go index fc3d0a333f..56872fba1b 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/v10/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) // NewHandler ... diff --git a/x/icacallbacks/icacallbacks.go b/x/icacallbacks/icacallbacks.go index 43b1a5ab1f..dcf13c6a1d 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 6aa99a2d86..bbe0a1d236 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v11/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 0156fa68d1..d649d1240c 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 e576bd0200..729b7c8484 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) // Prevent strconv unused error diff --git a/x/icacallbacks/keeper/grpc_query.go b/x/icacallbacks/keeper/grpc_query.go index a2d398c237..c98b293814 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 63dc4a0c80..70f6add22f 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 eab1300f20..367c0efae9 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/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 fd702fb112..016a9753b5 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 65452f7434..b7adb3d208 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/icacallbacks/keeper/keeper.go b/x/icacallbacks/keeper/keeper.go index f2906cbea0..780dfc57d5 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 67533dd6e0..da8ff95589 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) type msgServer struct { diff --git a/x/icacallbacks/keeper/params.go b/x/icacallbacks/keeper/params.go index 9f129df2d6..491f5032c7 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 9db74d5f39..8f43e830ac 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/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 108360b820..2651d2eea9 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/v10/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) const ( diff --git a/x/icacallbacks/migrations/v2/convert_test.go b/x/icacallbacks/migrations/v2/convert_test.go index 472f56af00..977d91a839 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/v10/x/icacallbacks/types" - oldstakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/migrations/v2/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/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 26df17c095..fc8982aafa 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/v10/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/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 49af776d9b..9af8f5ed56 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/v10/x/icacallbacks/client/cli" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/client/cli" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" ) var ( diff --git a/x/icacallbacks/module_simulation.go b/x/icacallbacks/module_simulation.go index 2f5f0bb9e7..a497664a2f 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/v10/testutil/sample" - icacallbackssimulation "github.com/Stride-Labs/stride/v10/x/icacallbacks/simulation" - "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/testutil/sample" + icacallbackssimulation "github.com/Stride-Labs/stride/v11/x/icacallbacks/simulation" + "github.com/Stride-Labs/stride/v11/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 6c70f4bceb..135ed7533f 100644 --- a/x/icacallbacks/types/callback_data.pb.go +++ b/x/icacallbacks/types/callback_data.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_19b6f19ce856679b = []byte{ 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, 0x38, 0x1c, 0x74, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0xa1, 0x81, 0x57, 0x66, 0x68, - 0xa0, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, - 0x04, 0x00, 0x00, 0xff, 0xff, 0xff, 0xe0, 0x6d, 0x62, 0x66, 0x01, 0x00, 0x00, + 0xa8, 0x5f, 0x81, 0x1a, 0x84, 0x25, 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0xb0, 0x33, 0x06, + 0x04, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x03, 0x0d, 0x5e, 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 ed1b3aefa6..61eba92322 100644 --- a/x/icacallbacks/types/genesis.pb.go +++ b/x/icacallbacks/types/genesis.pb.go @@ -107,9 +107,9 @@ var fileDescriptor_8c333baddfa20681 = []byte{ 0x32, 0x8b, 0x4b, 0x9c, 0x02, 0x4e, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x2c, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0x6c, 0xbc, 0xae, - 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x0c, 0x0d, 0xf4, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, - 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe2, - 0xc3, 0xca, 0xb9, 0xaf, 0x01, 0x00, 0x00, + 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0x34, 0x54, 0xca, 0x0c, 0x0d, 0xf5, 0x2b, 0x50, 0xc3, 0xa6, 0xa4, + 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x28, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xea, + 0x20, 0xaa, 0x85, 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 17a88195e3..afddc205b6 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/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 b91194ba7d..fe5055602a 100644 --- a/x/icacallbacks/types/packet.pb.go +++ b/x/icacallbacks/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_e68b4c401320f2a0 = []byte{ 0x14, 0x70, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x66, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc1, 0x60, 0xe3, 0x75, 0x7d, 0x12, 0x93, 0x8a, - 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x34, 0xd0, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, - 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x60, 0x97, 0xf0, 0xa8, 0xf7, + 0xf5, 0xa1, 0xbe, 0x29, 0x33, 0x34, 0xd4, 0xaf, 0x40, 0xf5, 0x53, 0x49, 0x65, 0x41, 0x6a, 0x71, + 0x12, 0x1b, 0xd8, 0x4f, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x68, 0x74, 0x90, 0x94, 0xf7, 0x00, 0x00, 0x00, } diff --git a/x/icacallbacks/types/params.pb.go b/x/icacallbacks/types/params.pb.go index 2263456ffc..4a85012a50 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, 0x1a, 0xe8, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, - 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xb6, 0x8b, 0xa7, 0xbe, 0xb7, 0x00, 0x00, 0x00, + 0xd7, 0x94, 0x19, 0x1a, 0xea, 0x57, 0xa0, 0xba, 0xa9, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, 0x0d, + 0x6c, 0x91, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xbe, 0x68, 0xc7, 0x82, 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 6364d201ab..12bac62416 100644 --- a/x/icacallbacks/types/query.pb.go +++ b/x/icacallbacks/types/query.pb.go @@ -312,37 +312,37 @@ var fileDescriptor_5e73b99abb7e91c2 = []byte{ // 520 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, 0x4e, 0x8a, 0x54, 0x89, 0x01, 0x41, 0xcb, 0x9f, 0x0e, 0x74, 0x08, 0x61, 0x63, 0x41, - 0xef, 0x5d, 0xad, 0xe3, 0x54, 0xe7, 0x7c, 0x8d, 0x9d, 0x8a, 0x08, 0xb1, 0x20, 0x46, 0x06, 0x24, - 0xbe, 0x07, 0x1b, 0x0b, 0x9f, 0xa0, 0x63, 0x25, 0x16, 0x26, 0x84, 0x12, 0x3e, 0x08, 0x8a, 0xed, - 0x94, 0x3b, 0xd5, 0xd7, 0xa8, 0x6c, 0x96, 0xfd, 0xbc, 0xcf, 0xf3, 0x7b, 0xef, 0x7d, 0x75, 0x78, - 0x4d, 0xe9, 0x7e, 0x7a, 0xc0, 0x59, 0x1a, 0x43, 0x0c, 0x42, 0x44, 0x10, 0x1f, 0x2a, 0x76, 0x34, - 0xe0, 0xfd, 0x21, 0xcd, 0xfb, 0x52, 0x4b, 0xb2, 0x64, 0x05, 0xb4, 0x28, 0x68, 0x2c, 0x27, 0x32, - 0x91, 0xe6, 0x9d, 0x4d, 0x4e, 0x56, 0xda, 0x58, 0x4d, 0xa4, 0x4c, 0x04, 0x67, 0x90, 0xa7, 0x0c, - 0xb2, 0x4c, 0x6a, 0xd0, 0xa9, 0xcc, 0x94, 0x7b, 0xbd, 0x13, 0x4b, 0xd5, 0x93, 0x8a, 0x45, 0xa0, - 0xb8, 0x4d, 0x60, 0xc7, 0xed, 0x88, 0x6b, 0x68, 0xb3, 0x1c, 0x92, 0x34, 0x33, 0x62, 0xa7, 0x5d, - 0xf7, 0x51, 0xe5, 0xd0, 0x87, 0xde, 0xd4, 0xad, 0xe9, 0x53, 0x4c, 0x4f, 0xaf, 0x0f, 0x40, 0x83, - 0x15, 0x86, 0xcb, 0x98, 0xbc, 0x98, 0x84, 0x75, 0x4c, 0x75, 0x97, 0x1f, 0x0d, 0xb8, 0xd2, 0x61, - 0x07, 0x2f, 0x95, 0x6e, 0x55, 0x2e, 0x33, 0xc5, 0xc9, 0x7d, 0x5c, 0xb7, 0x29, 0x37, 0xd1, 0x3a, - 0xda, 0x5c, 0xd8, 0x5a, 0xa1, 0x9e, 0xee, 0xa9, 0x2d, 0xda, 0x9d, 0x3f, 0xf9, 0xb5, 0x56, 0xeb, - 0xba, 0x82, 0xf0, 0x11, 0x5e, 0x31, 0x8e, 0x7b, 0x5c, 0x3f, 0x76, 0xca, 0x27, 0xa0, 0xc1, 0x05, - 0x92, 0x0d, 0xbc, 0x78, 0x46, 0x77, 0xc8, 0x87, 0xc6, 0xff, 0x5a, 0x77, 0x61, 0x7a, 0xf7, 0x9c, - 0x0f, 0x43, 0x81, 0x57, 0xfd, 0x0e, 0x0e, 0x6e, 0x1f, 0x5f, 0x2f, 0x35, 0xe8, 0x18, 0x37, 0xbc, - 0x8c, 0x45, 0x07, 0x47, 0x7a, 0x06, 0x30, 0xb9, 0x0b, 0xb9, 0xe3, 0xdd, 0x11, 0xc2, 0xc7, 0xfb, - 0x0c, 0xe3, 0x7f, 0x53, 0x71, 0x49, 0xb7, 0xa8, 0x1d, 0x21, 0x9d, 0x8c, 0x90, 0xda, 0x25, 0x71, - 0x23, 0xa4, 0x1d, 0x48, 0xb8, 0xab, 0xed, 0x16, 0x2a, 0xc3, 0x6f, 0xc8, 0x75, 0x75, 0x2e, 0xa7, - 0xba, 0xab, 0x2b, 0xff, 0xdd, 0x15, 0xd9, 0x2b, 0x61, 0xcf, 0x19, 0xec, 0xe6, 0x4c, 0x6c, 0x8b, - 0x52, 0xe4, 0xde, 0xfa, 0x38, 0x8f, 0xaf, 0x1a, 0x6e, 0xf2, 0x09, 0xe1, 0xba, 0x9d, 0x38, 0x69, - 0x7a, 0xa1, 0xce, 0xaf, 0x57, 0x63, 0x73, 0xb6, 0xd0, 0x66, 0x86, 0xec, 0xc3, 0x8f, 0x3f, 0x5f, - 0xe6, 0x6e, 0x93, 0x26, 0x7b, 0x69, 0x2a, 0xee, 0xee, 0x43, 0xa4, 0x58, 0xf5, 0xfa, 0x93, 0xef, - 0x08, 0x2f, 0x16, 0x3f, 0x03, 0x69, 0x55, 0x67, 0xf9, 0x77, 0xb1, 0xd1, 0xbe, 0x44, 0x85, 0xc3, - 0x7c, 0x6a, 0x30, 0x1f, 0x92, 0x07, 0x33, 0x31, 0x4b, 0xc3, 0x64, 0xef, 0x8a, 0x4b, 0xff, 0x9e, - 0x7c, 0x45, 0xf8, 0x46, 0xd1, 0x7f, 0x47, 0x88, 0x8b, 0xf8, 0xfd, 0xbb, 0x79, 0x11, 0x7f, 0xc5, - 0x96, 0x85, 0xdb, 0x86, 0xbf, 0x45, 0xe8, 0xe5, 0xf8, 0x77, 0x3b, 0x27, 0xa3, 0x00, 0x9d, 0x8e, - 0x02, 0xf4, 0x7b, 0x14, 0xa0, 0xcf, 0xe3, 0xa0, 0x76, 0x3a, 0x0e, 0x6a, 0x3f, 0xc7, 0x41, 0xed, - 0xd5, 0x76, 0x92, 0xea, 0x37, 0x83, 0x88, 0xc6, 0xb2, 0xe7, 0xf3, 0x3c, 0x6e, 0xb7, 0xd8, 0xdb, - 0xb2, 0xb3, 0x1e, 0xe6, 0x5c, 0x45, 0x75, 0xf3, 0x5b, 0xba, 0xf7, 0x37, 0x00, 0x00, 0xff, 0xff, - 0x8e, 0xd8, 0x4e, 0x92, 0x79, 0x05, 0x00, 0x00, + 0x41, 0xc2, 0xee, 0x15, 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, 0x6c, 0x96, 0xfd, 0xbc, 0xcf, 0xf3, 0x7b, 0xef, 0x7d, 0x75, 0x78, + 0x4d, 0xe9, 0x6e, 0x76, 0xc8, 0x59, 0x96, 0x40, 0x02, 0x42, 0xc4, 0x90, 0x1c, 0x29, 0x76, 0xdc, + 0xe3, 0xdd, 0x3e, 0x2d, 0xba, 0x52, 0x4b, 0xb2, 0x64, 0x05, 0xb4, 0x2c, 0x68, 0x2c, 0xa7, 0x32, + 0x95, 0xe6, 0x9d, 0x8d, 0x4e, 0x56, 0xda, 0x58, 0x4d, 0xa5, 0x4c, 0x05, 0x67, 0x50, 0x64, 0x0c, + 0xf2, 0x5c, 0x6a, 0xd0, 0x99, 0xcc, 0x95, 0x7b, 0xbd, 0x93, 0x48, 0xd5, 0x91, 0x8a, 0xc5, 0xa0, + 0xb8, 0x4d, 0x60, 0x27, 0x51, 0xcc, 0x35, 0x44, 0xac, 0x80, 0x34, 0xcb, 0x8d, 0xd8, 0x69, 0xd7, + 0x7d, 0x54, 0x05, 0x74, 0xa1, 0x33, 0x76, 0x6b, 0xfa, 0x14, 0xe3, 0xd3, 0xeb, 0x43, 0xd0, 0x60, + 0x85, 0xe1, 0x32, 0x26, 0x2f, 0x46, 0x61, 0x2d, 0x53, 0xdd, 0xe6, 0xc7, 0x3d, 0xae, 0x74, 0xd8, + 0xc2, 0x4b, 0x95, 0x5b, 0x55, 0xc8, 0x5c, 0x71, 0x72, 0x1f, 0xd7, 0x6d, 0xca, 0x4d, 0xb4, 0x8e, + 0x36, 0x17, 0xb6, 0x57, 0xa8, 0xa7, 0x7b, 0x6a, 0x8b, 0xf6, 0xe6, 0x4f, 0x7f, 0xad, 0xd5, 0xda, + 0xae, 0x20, 0x7c, 0x84, 0x57, 0x8c, 0xe3, 0x3e, 0xd7, 0x8f, 0x9d, 0xf2, 0x09, 0x68, 0x70, 0x81, + 0x64, 0x03, 0x2f, 0x9e, 0xd3, 0x1d, 0xf1, 0xbe, 0xf1, 0xbf, 0xd6, 0x5e, 0x18, 0xdf, 0x3d, 0xe7, + 0xfd, 0x50, 0xe0, 0x55, 0xbf, 0x83, 0x83, 0x3b, 0xc0, 0xd7, 0x2b, 0x0d, 0x3a, 0xc6, 0x0d, 0x2f, + 0x63, 0xd9, 0xc1, 0x91, 0x9e, 0x03, 0x8c, 0xee, 0x42, 0xee, 0x78, 0x77, 0x85, 0xf0, 0xf1, 0x3e, + 0xc3, 0xf8, 0xdf, 0x54, 0x5c, 0xd2, 0x2d, 0x6a, 0x47, 0x48, 0x47, 0x23, 0xa4, 0x76, 0x49, 0xdc, + 0x08, 0x69, 0x0b, 0x52, 0xee, 0x6a, 0xdb, 0xa5, 0xca, 0xf0, 0x1b, 0x72, 0x5d, 0x5d, 0xc8, 0x99, + 0xdc, 0xd5, 0x95, 0xff, 0xee, 0x8a, 0xec, 0x57, 0xb0, 0xe7, 0x0c, 0x76, 0x73, 0x2a, 0xb6, 0x45, + 0x29, 0x73, 0x6f, 0x7f, 0x9c, 0xc7, 0x57, 0x0d, 0x37, 0xf9, 0x84, 0x70, 0xdd, 0x4e, 0x9c, 0x34, + 0xbd, 0x50, 0x17, 0xd7, 0xab, 0xb1, 0x39, 0x5d, 0x68, 0x33, 0x43, 0xf6, 0xe1, 0xc7, 0x9f, 0x2f, + 0x73, 0xb7, 0x49, 0x93, 0xbd, 0x34, 0x15, 0x77, 0x0f, 0x20, 0x56, 0x6c, 0xf2, 0xfa, 0x93, 0xef, + 0x08, 0x2f, 0x96, 0x3f, 0x03, 0xd9, 0x9a, 0x9c, 0xe5, 0xdf, 0xc5, 0x46, 0x34, 0x43, 0x85, 0xc3, + 0x7c, 0x6a, 0x30, 0x1f, 0x92, 0x07, 0x53, 0x31, 0x2b, 0xc3, 0x64, 0xef, 0xca, 0x4b, 0xff, 0x9e, + 0x7c, 0x45, 0xf8, 0x46, 0xd9, 0x7f, 0x57, 0x88, 0xcb, 0xf8, 0xfd, 0xbb, 0x79, 0x19, 0xff, 0x84, + 0x2d, 0x0b, 0x77, 0x0c, 0xff, 0x16, 0xa1, 0xb3, 0xf1, 0xef, 0xb5, 0x4e, 0x07, 0x01, 0x3a, 0x1b, + 0x04, 0xe8, 0xf7, 0x20, 0x40, 0x9f, 0x87, 0x41, 0xed, 0x6c, 0x18, 0xd4, 0x7e, 0x0e, 0x83, 0xda, + 0xab, 0x9d, 0x34, 0xd3, 0x6f, 0x7a, 0x31, 0x4d, 0x64, 0xc7, 0xe7, 0x79, 0x12, 0x45, 0xec, 0x6d, + 0xd5, 0x59, 0xf7, 0x0b, 0xae, 0xe2, 0xba, 0xf9, 0x2d, 0xdd, 0xfb, 0x1b, 0x00, 0x00, 0xff, 0xff, + 0x86, 0x3b, 0x2e, 0xae, 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 3c8fee96e3..1caa92fe48 100644 --- a/x/icacallbacks/types/tx.pb.go +++ b/x/icacallbacks/types/tx.pb.go @@ -33,9 +33,9 @@ var fileDescriptor_c4981fec5f7fee51 = []byte{ 0xb1, 0x72, 0x31, 0xfb, 0x16, 0xa7, 0x3b, 0x05, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x59, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, - 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x86, 0x06, 0xfa, 0x15, 0x68, + 0xd8, 0x00, 0x5d, 0x9f, 0xc4, 0xa4, 0x62, 0x7d, 0xa8, 0x55, 0x65, 0x86, 0x86, 0xfa, 0x15, 0x68, 0x16, 0x56, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x2d, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, - 0xd7, 0x1f, 0x36, 0x30, 0x94, 0x00, 0x00, 0x00, + 0xdf, 0xfc, 0x56, 0x0c, 0x94, 0x00, 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 da18b4dba7..fd01b8974c 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/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/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 cc4325e2b1..94348158d7 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/v10/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/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 40315ac0d0..4db9251493 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/v10/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/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 3cefc52374..4e73b774d0 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/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) // EndBlocker of interchainquery module diff --git a/x/interchainquery/keeper/grpc_query.go b/x/interchainquery/keeper/grpc_query.go index e2080c88da..7fe11d4d02 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/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) var _ types.QueryServiceServer = Keeper{} diff --git a/x/interchainquery/keeper/keeper.go b/x/interchainquery/keeper/keeper.go index 9fe4a0c960..48d266f215 100644 --- a/x/interchainquery/keeper/keeper.go +++ b/x/interchainquery/keeper/keeper.go @@ -14,8 +14,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" - "github.com/Stride-Labs/stride/v10/utils" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/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 bef0ec0dc7..502415bc08 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) type KeeperTestSuite struct { diff --git a/x/interchainquery/keeper/msg_server.go b/x/interchainquery/keeper/msg_server.go index 019702cd8c..82efdfc8a8 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/v10/utils" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/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 b83422d534..eab598dc9a 100644 --- a/x/interchainquery/keeper/msg_submit_query_response_test.go +++ b/x/interchainquery/keeper/msg_submit_query_response_test.go @@ -10,7 +10,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) const ( diff --git a/x/interchainquery/keeper/new_query_test.go b/x/interchainquery/keeper/new_query_test.go index 55bec51f9a..319ff2b5d1 100644 --- a/x/interchainquery/keeper/new_query_test.go +++ b/x/interchainquery/keeper/new_query_test.go @@ -3,7 +3,7 @@ package keeper_test import ( _ "github.com/stretchr/testify/suite" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) type NewQueryTestCase struct { diff --git a/x/interchainquery/keeper/queries.go b/x/interchainquery/keeper/queries.go index 002779e244..64d73fd6ef 100644 --- a/x/interchainquery/keeper/queries.go +++ b/x/interchainquery/keeper/queries.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store/prefix" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) func GenerateQueryHash(connectionId string, chainId string, queryType string, request []byte, module string, callbackId string) string { diff --git a/x/interchainquery/keeper/queries_test.go b/x/interchainquery/keeper/queries_test.go index 57c4278589..60a61dc36b 100644 --- a/x/interchainquery/keeper/queries_test.go +++ b/x/interchainquery/keeper/queries_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) func TestUnmarshalAmountFromBalanceQuery(t *testing.T) { diff --git a/x/interchainquery/module.go b/x/interchainquery/module.go index f744a9c03b..e018cff9f7 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/v10/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/interchainquery/client/cli" - "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/interchainquery/client/cli" + "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) var ( diff --git a/x/interchainquery/types/genesis.pb.go b/x/interchainquery/types/genesis.pb.go index 4a0523fb29..1abb9f3684 100644 --- a/x/interchainquery/types/genesis.pb.go +++ b/x/interchainquery/types/genesis.pb.go @@ -235,38 +235,38 @@ func init() { } var fileDescriptor_74cd646eb05658fd = []byte{ - // 492 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x52, 0x41, 0x8b, 0xd3, 0x40, - 0x14, 0xee, 0xb4, 0x5b, 0xdb, 0x4e, 0xb3, 0xb2, 0x0c, 0x7b, 0x48, 0x17, 0x4c, 0x63, 0x05, 0x2d, - 0x62, 0x13, 0xab, 0x27, 0xc1, 0x83, 0x14, 0x41, 0x03, 0x1e, 0xd6, 0xd4, 0x93, 0x97, 0x30, 0x4d, - 0x86, 0x74, 0xd8, 0x64, 0xa6, 0x9b, 0x79, 0x29, 0xf6, 0x37, 0x78, 0xf1, 0xc7, 0xf8, 0x23, 0xf6, - 0xb8, 0x78, 0x12, 0x0f, 0x45, 0x5a, 0xf0, 0xe0, 0xaf, 0x90, 0xcc, 0xa4, 0x28, 0x2e, 0xde, 0x3c, - 0x65, 0xde, 0xfb, 0xde, 0xfb, 0xde, 0xfb, 0x5e, 0x3e, 0xfc, 0x40, 0x41, 0xc1, 0x13, 0xe6, 0x73, - 0x01, 0xac, 0x88, 0x97, 0x94, 0x8b, 0xcb, 0x92, 0x15, 0x1b, 0x7f, 0x3d, 0xf5, 0x53, 0x26, 0x98, - 0xe2, 0xca, 0x5b, 0x15, 0x12, 0x24, 0x19, 0x98, 0x42, 0xef, 0xaf, 0x42, 0x6f, 0x3d, 0x3d, 0x3b, - 0x4d, 0x65, 0x2a, 0x75, 0x95, 0x5f, 0xbd, 0x4c, 0xc3, 0xd9, 0x20, 0x96, 0x2a, 0x97, 0x2a, 0x32, - 0x80, 0x09, 0x0c, 0x34, 0xfa, 0x81, 0x70, 0xfb, 0x6d, 0xd5, 0x4d, 0x6e, 0xe3, 0x26, 0x4f, 0x6c, - 0xe4, 0xa2, 0x71, 0x2f, 0x6c, 0xf2, 0x84, 0xdc, 0xc3, 0xc7, 0xb1, 0x14, 0x82, 0xc5, 0xc0, 0xa5, - 0x88, 0x78, 0x62, 0x37, 0x35, 0x64, 0xfd, 0x4e, 0x06, 0x09, 0x19, 0xe0, 0xae, 0x5e, 0xa0, 0xc2, - 0x5b, 0x1a, 0xef, 0xe8, 0x38, 0x48, 0xc8, 0x1d, 0x8c, 0xf5, 0x5a, 0x11, 0x6c, 0x56, 0xcc, 0x3e, - 0xd2, 0x60, 0x4f, 0x67, 0xde, 0x6d, 0x56, 0x8c, 0xd8, 0xb8, 0x53, 0xb0, 0xcb, 0x92, 0x29, 0xb0, - 0xdb, 0x2e, 0x1a, 0x5b, 0xe1, 0x21, 0x24, 0x43, 0xdc, 0x8f, 0x69, 0x96, 0x2d, 0x68, 0x7c, 0x51, - 0xd1, 0x76, 0x75, 0x27, 0x3e, 0xa4, 0x82, 0x84, 0x9c, 0xe0, 0x16, 0x40, 0x66, 0xf7, 0x5c, 0x34, - 0x3e, 0x0a, 0xab, 0x27, 0xb9, 0x8b, 0xad, 0xba, 0x3b, 0x52, 0x4c, 0x80, 0xdd, 0x77, 0xd1, 0xb8, - 0x1b, 0xf6, 0xeb, 0xdc, 0x9c, 0x09, 0x18, 0x7d, 0x6c, 0xe2, 0xde, 0x4b, 0x0a, 0xf4, 0x5c, 0x72, - 0x01, 0x37, 0xc4, 0x52, 0x7c, 0x5c, 0xb0, 0x5c, 0x02, 0x8b, 0x96, 0x8c, 0xa7, 0x4b, 0x30, 0x62, - 0x67, 0xcf, 0xaf, 0xb6, 0xc3, 0xc6, 0xb7, 0xed, 0xf0, 0x7e, 0xca, 0x61, 0x59, 0x2e, 0xbc, 0x58, - 0xe6, 0xf5, 0xf9, 0xea, 0xcf, 0x44, 0x25, 0x17, 0x7e, 0x25, 0x50, 0x79, 0x81, 0x80, 0x2f, 0x9f, - 0x27, 0xb8, 0xbe, 0x6e, 0x20, 0x20, 0xb4, 0x0c, 0xe5, 0x6b, 0xcd, 0x48, 0x22, 0x6c, 0x65, 0x32, - 0xa6, 0xd9, 0x61, 0x42, 0xeb, 0x3f, 0x4c, 0xe8, 0x6b, 0xc6, 0x7a, 0xc0, 0x43, 0xdc, 0x5e, 0xd3, - 0xac, 0x34, 0xb7, 0xb6, 0x66, 0xa7, 0x3f, 0xb7, 0xc3, 0x93, 0x82, 0xa9, 0x32, 0x83, 0x47, 0x32, - 0xe7, 0xc0, 0xf2, 0x15, 0x6c, 0x42, 0x53, 0x32, 0x3a, 0xc7, 0xd6, 0x2b, 0xe3, 0xa9, 0x39, 0x50, - 0x60, 0xe4, 0x05, 0xee, 0x54, 0xbf, 0x86, 0x33, 0x65, 0x23, 0xb7, 0x35, 0xee, 0x3f, 0x71, 0xbd, - 0x7f, 0x9a, 0xcc, 0xd3, 0x7e, 0x99, 0x1d, 0x55, 0x9b, 0x87, 0x87, 0xb6, 0xd9, 0xfc, 0x6a, 0xe7, - 0xa0, 0xeb, 0x9d, 0x83, 0xbe, 0xef, 0x1c, 0xf4, 0x69, 0xef, 0x34, 0xae, 0xf7, 0x4e, 0xe3, 0xeb, - 0xde, 0x69, 0xbc, 0x7f, 0xf6, 0x87, 0xb4, 0xb9, 0x26, 0x9d, 0xbc, 0xa1, 0x0b, 0xe5, 0xd7, 0x76, - 0x5f, 0x4f, 0x1f, 0xfb, 0x1f, 0x6e, 0x98, 0x5e, 0x2b, 0x5e, 0xdc, 0xd2, 0x26, 0x7d, 0xfa, 0x2b, - 0x00, 0x00, 0xff, 0xff, 0x6f, 0x57, 0x74, 0x01, 0x1b, 0x03, 0x00, 0x00, + // 494 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x52, 0xcf, 0xaa, 0xd3, 0x4e, + 0x14, 0xee, 0xf4, 0xcf, 0xaf, 0xed, 0x34, 0xf7, 0xc7, 0x65, 0xb8, 0x8b, 0xf4, 0x82, 0x69, 0xac, + 0xa0, 0x45, 0x6c, 0x42, 0x75, 0x25, 0xb8, 0x90, 0x22, 0x68, 0xc0, 0xc5, 0x35, 0x75, 0xe5, 0x26, + 0x4c, 0x93, 0x21, 0x1d, 0x6e, 0x32, 0xd3, 0x9b, 0x39, 0x29, 0xf6, 0x19, 0xdc, 0xf8, 0x30, 0x3e, + 0xc4, 0x5d, 0x5e, 0x5c, 0x89, 0x8b, 0x22, 0x2d, 0xb8, 0xf0, 0x29, 0x24, 0x33, 0x29, 0x8a, 0x17, + 0x77, 0xae, 0x32, 0xe7, 0x7c, 0xe7, 0x7c, 0xe7, 0x7c, 0x27, 0x1f, 0x7e, 0xa0, 0xa0, 0xe0, 0x09, + 0xf3, 0xb9, 0x00, 0x56, 0xc4, 0x2b, 0xca, 0xc5, 0x55, 0xc9, 0x8a, 0xad, 0xbf, 0x99, 0xf9, 0x29, + 0x13, 0x4c, 0x71, 0xe5, 0xad, 0x0b, 0x09, 0x92, 0x0c, 0x4d, 0xa1, 0xf7, 0x47, 0xa1, 0xb7, 0x99, + 0x9d, 0x9f, 0xa5, 0x32, 0x95, 0xba, 0xca, 0xaf, 0x5e, 0xa6, 0xe1, 0x7c, 0x18, 0x4b, 0x95, 0x4b, + 0x15, 0x19, 0xc0, 0x04, 0x06, 0x1a, 0x7f, 0x47, 0xb8, 0xf3, 0xa6, 0xea, 0x26, 0xff, 0xe3, 0x26, + 0x4f, 0x6c, 0xe4, 0xa2, 0x49, 0x3f, 0x6c, 0xf2, 0x84, 0xdc, 0xc3, 0x27, 0xb1, 0x14, 0x82, 0xc5, + 0xc0, 0xa5, 0x88, 0x78, 0x62, 0x37, 0x35, 0x64, 0xfd, 0x4a, 0x06, 0x09, 0x19, 0xe2, 0x9e, 0x5e, + 0xa0, 0xc2, 0x5b, 0x1a, 0xef, 0xea, 0x38, 0x48, 0xc8, 0x1d, 0x8c, 0xf5, 0x5a, 0x11, 0x6c, 0xd7, + 0xcc, 0x6e, 0x6b, 0xb0, 0xaf, 0x33, 0x6f, 0xb7, 0x6b, 0x46, 0x6c, 0xdc, 0x2d, 0xd8, 0x55, 0xc9, + 0x14, 0xd8, 0x1d, 0x17, 0x4d, 0xac, 0xf0, 0x18, 0x92, 0x11, 0x1e, 0xc4, 0x34, 0xcb, 0x96, 0x34, + 0xbe, 0xac, 0x68, 0x7b, 0xba, 0x13, 0x1f, 0x53, 0x41, 0x42, 0x4e, 0x71, 0x0b, 0x20, 0xb3, 0xfb, + 0x2e, 0x9a, 0xb4, 0xc3, 0xea, 0x49, 0xee, 0x62, 0xab, 0xee, 0x8e, 0x14, 0x13, 0x60, 0x0f, 0x5c, + 0x34, 0xe9, 0x85, 0x83, 0x3a, 0xb7, 0x60, 0x02, 0xc6, 0x1f, 0x9a, 0xb8, 0xff, 0x82, 0x02, 0xbd, + 0x90, 0x5c, 0xc0, 0x2d, 0xb1, 0x14, 0x9f, 0x14, 0x2c, 0x97, 0xc0, 0xa2, 0x15, 0xe3, 0xe9, 0x0a, + 0x8c, 0xd8, 0xf9, 0xb3, 0xeb, 0xdd, 0xa8, 0xf1, 0x75, 0x37, 0xba, 0x9f, 0x72, 0x58, 0x95, 0x4b, + 0x2f, 0x96, 0x79, 0x7d, 0xbe, 0xfa, 0x33, 0x55, 0xc9, 0xa5, 0x5f, 0x09, 0x54, 0x5e, 0x20, 0xe0, + 0xf3, 0xa7, 0x29, 0xae, 0xaf, 0x1b, 0x08, 0x08, 0x2d, 0x43, 0xf9, 0x4a, 0x33, 0x92, 0x08, 0x5b, + 0x99, 0x8c, 0x69, 0x76, 0x9c, 0xd0, 0xfa, 0x07, 0x13, 0x06, 0x9a, 0xb1, 0x1e, 0xf0, 0x10, 0x77, + 0x36, 0x34, 0x2b, 0xcd, 0xad, 0xad, 0xf9, 0xd9, 0x8f, 0xdd, 0xe8, 0xb4, 0x60, 0xaa, 0xcc, 0xe0, + 0x91, 0xcc, 0x39, 0xb0, 0x7c, 0x0d, 0xdb, 0xd0, 0x94, 0x8c, 0x2f, 0xb0, 0xf5, 0xd2, 0x78, 0x6a, + 0x01, 0x14, 0x18, 0x79, 0x8e, 0xbb, 0xd5, 0xaf, 0xe1, 0x4c, 0xd9, 0xc8, 0x6d, 0x4d, 0x06, 0x8f, + 0x5d, 0xef, 0xaf, 0x26, 0xf3, 0xb4, 0x5f, 0xe6, 0xed, 0x6a, 0xf3, 0xf0, 0xd8, 0x36, 0x5f, 0x5c, + 0xef, 0x1d, 0x74, 0xb3, 0x77, 0xd0, 0xb7, 0xbd, 0x83, 0x3e, 0x1e, 0x9c, 0xc6, 0xcd, 0xc1, 0x69, + 0x7c, 0x39, 0x38, 0x8d, 0x77, 0x4f, 0x7f, 0x93, 0xb6, 0xd0, 0xa4, 0xd3, 0xd7, 0x74, 0xa9, 0xfc, + 0xda, 0xee, 0x9b, 0xd9, 0xcc, 0x7f, 0x7f, 0xcb, 0xf4, 0x5a, 0xf1, 0xf2, 0x3f, 0x6d, 0xd2, 0x27, + 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x9c, 0xc7, 0x86, 0x37, 0x1b, 0x03, 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 c1c7721bb8..bba3702b36 100644 --- a/x/interchainquery/types/messages.pb.go +++ b/x/interchainquery/types/messages.pb.go @@ -122,39 +122,39 @@ 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, 0x8f, 0xd3, 0x3e, - 0x18, 0xc7, 0xeb, 0xf6, 0xf7, 0xeb, 0xdd, 0xe5, 0x8a, 0x80, 0x5c, 0x85, 0x72, 0x05, 0x92, 0xca, - 0x0b, 0x05, 0x71, 0x36, 0x29, 0xd3, 0x95, 0x89, 0x6e, 0x27, 0x71, 0xfc, 0x49, 0x37, 0x96, 0x2a, - 0x6d, 0x7c, 0xae, 0xa5, 0x26, 0x0e, 0xb6, 0x5b, 0x5d, 0x57, 0x26, 0x46, 0x24, 0x16, 0xc6, 0xbe, - 0x08, 0x24, 0x46, 0x56, 0xc6, 0x13, 0x2c, 0x4c, 0x15, 0x6a, 0x19, 0x60, 0xed, 0x2b, 0x40, 0xb1, - 0x13, 0x40, 0x77, 0x65, 0x60, 0xf2, 0x93, 0xe7, 0xfb, 0x79, 0xfe, 0xc5, 0x8f, 0xad, 0x96, 0x54, - 0x82, 0x45, 0x04, 0xb3, 0x44, 0x11, 0x31, 0x1c, 0x85, 0x2c, 0x79, 0x31, 0x21, 0x62, 0x86, 0xa7, - 0x3e, 0x8e, 0x89, 0x94, 0x21, 0x25, 0x12, 0xa5, 0x82, 0x2b, 0x6e, 0xef, 0x1b, 0x12, 0x9d, 0x23, - 0xd1, 0xd4, 0x6f, 0xd4, 0x29, 0xa7, 0x5c, 0x53, 0x38, 0xb3, 0x4c, 0x40, 0x63, 0x7f, 0xc8, 0x65, - 0xcc, 0x65, 0xdf, 0x08, 0xe6, 0x23, 0x97, 0x6e, 0x50, 0xce, 0xe9, 0x98, 0xe0, 0x30, 0x65, 0x38, - 0x4c, 0x12, 0xae, 0x42, 0xc5, 0x78, 0x52, 0xa8, 0x37, 0x15, 0x49, 0x22, 0x22, 0x62, 0x96, 0x28, - 0x3c, 0x14, 0xb3, 0x54, 0x71, 0x9c, 0x0a, 0xce, 0x4f, 0x8c, 0x0c, 0x7f, 0x94, 0xad, 0x6b, 0xc7, - 0x92, 0xf6, 0x26, 0x83, 0x98, 0xa9, 0x67, 0x59, 0x0f, 0x01, 0x91, 0x29, 0x4f, 0x24, 0xb1, 0x91, - 0xb5, 0xad, 0x3b, 0xeb, 0xb3, 0xc8, 0x01, 0x4d, 0xd0, 0xda, 0xe9, 0xee, 0xad, 0x17, 0xde, 0xe5, - 0x59, 0x18, 0x8f, 0x3b, 0xb0, 0x50, 0x60, 0xb0, 0xa5, 0xcd, 0xa3, 0x28, 0xe3, 0xf5, 0x10, 0x19, - 0x5f, 0x3e, 0xcf, 0x17, 0x0a, 0x0c, 0xb6, 0xb4, 0x79, 0x14, 0xd9, 0xb7, 0xad, 0xaa, 0x20, 0x72, - 0x32, 0x56, 0x4e, 0xa5, 0x09, 0x5a, 0xb5, 0xee, 0xd5, 0xf5, 0xc2, 0xbb, 0x64, 0x68, 0xe3, 0x87, - 0x41, 0x0e, 0xd8, 0x8f, 0xad, 0x1d, 0xdd, 0x74, 0x9f, 0xa7, 0xd2, 0xf9, 0xaf, 0x09, 0x5a, 0xbb, - 0xed, 0xeb, 0xe8, 0xf7, 0x60, 0xc8, 0x0c, 0x86, 0x9e, 0x66, 0xcc, 0x93, 0x54, 0x76, 0xeb, 0xeb, - 0x85, 0x77, 0xc5, 0xa4, 0xfa, 0x15, 0x07, 0x83, 0xed, 0x34, 0xd7, 0xb3, 0xd2, 0x23, 0xc2, 0xe8, - 0x48, 0x39, 0xff, 0x37, 0x41, 0xab, 0xf2, 0x67, 0x69, 0xe3, 0x87, 0x41, 0x0e, 0xd8, 0x0f, 0xac, - 0xda, 0x89, 0xe0, 0x71, 0x3f, 0x8c, 0x22, 0x41, 0xa4, 0x74, 0xaa, 0x7a, 0x32, 0xe7, 0xd3, 0xbb, - 0x83, 0x7a, 0x7e, 0x0b, 0x0f, 0x8d, 0xd2, 0x53, 0x82, 0x25, 0x34, 0xd8, 0xcd, 0xe8, 0xdc, 0xd5, - 0xa9, 0xbd, 0x9a, 0x7b, 0xa5, 0xb7, 0x73, 0x0f, 0x7c, 0x9f, 0x7b, 0x25, 0xd8, 0xb4, 0xdc, 0xcd, - 0xbf, 0xba, 0x38, 0xdb, 0x1f, 0x80, 0x55, 0x39, 0x96, 0xd4, 0x7e, 0x0f, 0xac, 0xbd, 0x4d, 0x57, - 0xe2, 0xa3, 0xbf, 0xee, 0x0d, 0xda, 0x9c, 0xba, 0x71, 0xf8, 0xcf, 0x21, 0xc5, 0x09, 0xdb, 0x2f, - 0x3f, 0x7f, 0x7b, 0x53, 0xbe, 0xdb, 0x01, 0x77, 0xe0, 0xad, 0x0b, 0x3b, 0xad, 0x4e, 0xf1, 0xd4, - 0x1f, 0x10, 0x15, 0xfa, 0x58, 0xea, 0x1c, 0xda, 0xdd, 0xed, 0x7d, 0x5c, 0xba, 0xe0, 0x6c, 0xe9, - 0x82, 0xaf, 0x4b, 0x17, 0xbc, 0x5e, 0xb9, 0xa5, 0xb3, 0x95, 0x5b, 0xfa, 0xb2, 0x72, 0x4b, 0xcf, - 0x0f, 0x29, 0x53, 0xa3, 0xc9, 0x00, 0x0d, 0x79, 0x8c, 0x7b, 0xba, 0xa5, 0x83, 0x47, 0xe1, 0x40, - 0xe2, 0xfc, 0xcd, 0x4c, 0xfd, 0x7b, 0xf8, 0xf4, 0x62, 0x95, 0x59, 0x4a, 0xe4, 0xa0, 0xaa, 0x77, - 0xf5, 0xfe, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6d, 0x20, 0x1c, 0x95, 0x60, 0x03, 0x00, 0x00, + // 510 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xbf, 0x8f, 0xd3, 0x30, + 0x14, 0xc7, 0xeb, 0x16, 0x7a, 0x77, 0xb9, 0x22, 0x20, 0x57, 0xa1, 0x5c, 0x81, 0xa4, 0xf2, 0x42, + 0x41, 0x9c, 0xad, 0x94, 0xe9, 0xca, 0x44, 0xb7, 0x93, 0x38, 0x7e, 0xa4, 0x1b, 0x4b, 0x95, 0x36, + 0x3e, 0xd7, 0x52, 0x13, 0x07, 0xdb, 0xad, 0xae, 0x2b, 0x13, 0x23, 0x12, 0x0b, 0x63, 0xff, 0x08, + 0x24, 0x46, 0x56, 0xc6, 0x13, 0x2c, 0x4c, 0x15, 0x6a, 0x19, 0x60, 0xed, 0x5f, 0x80, 0x62, 0x27, + 0x80, 0xee, 0xca, 0xc0, 0xe4, 0x97, 0xf7, 0xfd, 0xbc, 0x5f, 0xf1, 0xb3, 0xd5, 0x92, 0x4a, 0xb0, + 0x88, 0x60, 0x96, 0x28, 0x22, 0x86, 0xa3, 0x90, 0x25, 0x2f, 0x27, 0x44, 0xcc, 0xf0, 0xd4, 0xc7, + 0x31, 0x91, 0x32, 0xa4, 0x44, 0xa2, 0x54, 0x70, 0xc5, 0xed, 0x7d, 0x43, 0xa2, 0x73, 0x24, 0x9a, + 0xfa, 0x8d, 0x3a, 0xe5, 0x94, 0x6b, 0x0a, 0x67, 0x96, 0x09, 0x68, 0xec, 0x0f, 0xb9, 0x8c, 0xb9, + 0xec, 0x1b, 0xc1, 0x7c, 0xe4, 0xd2, 0x2d, 0xca, 0x39, 0x1d, 0x13, 0x1c, 0xa6, 0x0c, 0x87, 0x49, + 0xc2, 0x55, 0xa8, 0x18, 0x4f, 0x0a, 0xf5, 0xb6, 0x22, 0x49, 0x44, 0x44, 0xcc, 0x12, 0x85, 0x87, + 0x62, 0x96, 0x2a, 0x8e, 0x53, 0xc1, 0xf9, 0x89, 0x91, 0xe1, 0xcf, 0xb2, 0x75, 0xe3, 0x58, 0xd2, + 0xde, 0x64, 0x10, 0x33, 0xf5, 0x3c, 0xeb, 0x21, 0x20, 0x32, 0xe5, 0x89, 0x24, 0x36, 0xb2, 0xb6, + 0x75, 0x67, 0x7d, 0x16, 0x39, 0xa0, 0x09, 0x5a, 0x3b, 0xdd, 0xbd, 0xf5, 0xc2, 0xbb, 0x3a, 0x0b, + 0xe3, 0x71, 0x07, 0x16, 0x0a, 0x0c, 0xb6, 0xb4, 0x79, 0x14, 0x65, 0xbc, 0x1e, 0x22, 0xe3, 0xcb, + 0xe7, 0xf9, 0x42, 0x81, 0xc1, 0x96, 0x36, 0x8f, 0x22, 0xfb, 0xae, 0x55, 0x15, 0x44, 0x4e, 0xc6, + 0xca, 0xa9, 0x34, 0x41, 0xab, 0xd6, 0xbd, 0xbe, 0x5e, 0x78, 0x57, 0x0c, 0x6d, 0xfc, 0x30, 0xc8, + 0x01, 0xfb, 0x89, 0xb5, 0xa3, 0x9b, 0xee, 0xf3, 0x54, 0x3a, 0x97, 0x9a, 0xa0, 0xb5, 0xdb, 0xbe, + 0x89, 0xfe, 0x0c, 0x86, 0xcc, 0x60, 0xe8, 0x59, 0xc6, 0x3c, 0x4d, 0x65, 0xb7, 0xbe, 0x5e, 0x78, + 0xd7, 0x4c, 0xaa, 0xdf, 0x71, 0x30, 0xd8, 0x4e, 0x73, 0x3d, 0x2b, 0x3d, 0x22, 0x8c, 0x8e, 0x94, + 0x73, 0xb9, 0x09, 0x5a, 0x95, 0xbf, 0x4b, 0x1b, 0x3f, 0x0c, 0x72, 0xc0, 0x7e, 0x68, 0xd5, 0x4e, + 0x04, 0x8f, 0xfb, 0x61, 0x14, 0x09, 0x22, 0xa5, 0x53, 0xd5, 0x93, 0x39, 0x9f, 0xdf, 0x1f, 0xd4, + 0xf3, 0x5b, 0x78, 0x64, 0x94, 0x9e, 0x12, 0x2c, 0xa1, 0xc1, 0x6e, 0x46, 0xe7, 0xae, 0x4e, 0xed, + 0xf5, 0xdc, 0x2b, 0xbd, 0x9b, 0x7b, 0xe0, 0xc7, 0xdc, 0x2b, 0xc1, 0xa6, 0xe5, 0x6e, 0xfe, 0xd5, + 0xc5, 0xd9, 0xfe, 0x08, 0xac, 0xca, 0xb1, 0xa4, 0xf6, 0x07, 0x60, 0xed, 0x6d, 0xba, 0x12, 0x1f, + 0xfd, 0x73, 0x6f, 0xd0, 0xe6, 0xd4, 0x8d, 0xc3, 0xff, 0x0e, 0x29, 0x4e, 0xd8, 0x7e, 0xf5, 0xe5, + 0xfb, 0xdb, 0xf2, 0xfd, 0x0e, 0xb8, 0x07, 0xef, 0x5c, 0xd8, 0x69, 0x75, 0x8a, 0xa7, 0xfe, 0x80, + 0xa8, 0xd0, 0xc7, 0x52, 0xe7, 0xd0, 0xee, 0x6e, 0xef, 0xd3, 0xd2, 0x05, 0x67, 0x4b, 0x17, 0x7c, + 0x5b, 0xba, 0xe0, 0xcd, 0xca, 0x2d, 0x9d, 0xad, 0xdc, 0xd2, 0xd7, 0x95, 0x5b, 0x7a, 0x71, 0x48, + 0x99, 0x1a, 0x4d, 0x06, 0x68, 0xc8, 0x63, 0xdc, 0xd3, 0x2d, 0x1d, 0x3c, 0x0e, 0x07, 0x12, 0xe7, + 0x6f, 0x66, 0xea, 0xfb, 0xf8, 0xf4, 0x62, 0x95, 0x59, 0x4a, 0xe4, 0xa0, 0xaa, 0x77, 0xf5, 0xc1, + 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xb0, 0xee, 0xa3, 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 c533d6099c..58b83047e5 100644 --- a/x/interchainquery/types/query.pb.go +++ b/x/interchainquery/types/query.pb.go @@ -137,9 +137,9 @@ var fileDescriptor_b720c147b9144d5b = []byte{ 0x85, 0x8c, 0xf5, 0x83, 0xc1, 0xfa, 0x75, 0x7d, 0x12, 0x93, 0x8a, 0xf5, 0x71, 0x44, 0x09, 0x5a, 0x68, 0x38, 0x05, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x65, 0x7a, - 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x0c, 0x0d, 0xf4, 0x2b, + 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0x2e, 0x36, 0x83, 0xcb, 0x0c, 0x0d, 0xf5, 0x2b, 0x30, 0x8c, 0x2f, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xc7, 0x9c, 0x31, 0x20, 0x00, 0x00, - 0xff, 0xff, 0x14, 0x0f, 0x05, 0x44, 0x5a, 0x02, 0x00, 0x00, + 0xff, 0xff, 0xe7, 0x9f, 0xf7, 0x72, 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 93416759d1..5fda387838 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/v10/app" - "github.com/Stride-Labs/stride/v10/x/mint/client/cli" + "github.com/Stride-Labs/stride/v11/app" + "github.com/Stride-Labs/stride/v11/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 a6f160d408..8ec34460a2 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/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/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 581dd7dfb5..db2b5c49f3 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/v10/app" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/app" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" "github.com/cosmos/cosmos-sdk/testutil/network" ) diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 53263acb4b..49b594d6f4 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/v10/x/mint/keeper" - "github.com/Stride-Labs/stride/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/x/mint/keeper" + "github.com/Stride-Labs/stride/v11/x/mint/types" ) // InitGenesis new mint genesis. diff --git a/x/mint/keeper/grpc_query.go b/x/mint/keeper/grpc_query.go index 244f61bfb2..73fe462558 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/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/x/mint/types" ) var _ types.QueryServer = Querier{} diff --git a/x/mint/keeper/hooks.go b/x/mint/keeper/hooks.go index 8b91fd3803..ff83b0b460 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/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/mint/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/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 84ed3040ff..e624d65916 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/v10/x/mint/types" + "github.com/Stride-Labs/stride/v11/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 04f465b7b7..2657e14342 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/v10/x/mint/client/cli" - "github.com/Stride-Labs/stride/v10/x/mint/keeper" + "github.com/Stride-Labs/stride/v11/x/mint/client/cli" + "github.com/Stride-Labs/stride/v11/x/mint/keeper" - //"github.com/Stride-Labs/stride/v10/x/mint/simulation" - "github.com/Stride-Labs/stride/v10/x/mint/types" + //"github.com/Stride-Labs/stride/v11/x/mint/simulation" + "github.com/Stride-Labs/stride/v11/x/mint/types" ) var ( diff --git a/x/mint/types/expected_keepers.go b/x/mint/types/expected_keepers.go index faf5428674..4d95ef2a9d 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/v10/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v11/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 801162679b..100d9c0763 100644 --- a/x/mint/types/genesis.pb.go +++ b/x/mint/types/genesis.pb.go @@ -94,25 +94,25 @@ func init() { func init() { proto.RegisterFile("stride/mint/v1beta1/genesis.proto", fileDescriptor_f4521d63f51851f3) } var fileDescriptor_f4521d63f51851f3 = []byte{ - // 283 bytes of a gzipped FileDescriptorProto + // 282 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0x31, 0x4e, 0xc3, 0x30, - 0x14, 0x40, 0x63, 0x8a, 0x3a, 0x04, 0xa6, 0x00, 0x22, 0x2a, 0x92, 0x5b, 0x32, 0x75, 0xc1, 0x26, - 0x30, 0xc1, 0x18, 0x09, 0xc1, 0x00, 0x12, 0x6a, 0xb6, 0x2e, 0x95, 0x93, 0x58, 0x69, 0x24, 0x12, - 0x47, 0xf6, 0x6f, 0x45, 0x6f, 0xc1, 0xb1, 0x3a, 0x76, 0x64, 0xaa, 0xaa, 0xe4, 0x06, 0x9c, 0x00, - 0xd9, 0x0e, 0x4c, 0x85, 0xcd, 0xf2, 0x7b, 0xef, 0xdb, 0xfa, 0xee, 0xa5, 0x02, 0x59, 0x64, 0x9c, - 0x96, 0x45, 0x05, 0x74, 0x19, 0x26, 0x1c, 0x58, 0x48, 0x73, 0x5e, 0x71, 0x55, 0x28, 0x52, 0x4b, - 0x01, 0xc2, 0x3b, 0xb1, 0x0a, 0xd1, 0x0a, 0xe9, 0x94, 0xc1, 0x69, 0x2e, 0x72, 0x61, 0x38, 0xd5, - 0x27, 0xab, 0x0e, 0xf0, 0xbe, 0x69, 0xa6, 0x33, 0x3c, 0xd8, 0x21, 0xf7, 0xf8, 0xd1, 0x0e, 0x8f, - 0x81, 0x01, 0xf7, 0xee, 0xdc, 0xbe, 0xc6, 0x5c, 0xfa, 0x68, 0x84, 0xc6, 0x47, 0x37, 0x17, 0x64, - 0xcf, 0x63, 0xe4, 0xc5, 0x28, 0xd1, 0xe1, 0x7a, 0x3b, 0x74, 0x26, 0x5d, 0xa0, 0xd3, 0x9a, 0x49, - 0x56, 0x2a, 0xff, 0xe0, 0x9f, 0xf4, 0xd5, 0x28, 0x3f, 0xa9, 0x0d, 0xbc, 0xa9, 0x7b, 0x2e, 0x79, - 0xb6, 0x48, 0xa1, 0x10, 0xd5, 0x4c, 0x01, 0x93, 0xc0, 0xb3, 0x19, 0xaf, 0x45, 0x3a, 0xf7, 0x7b, - 0x23, 0x34, 0xee, 0x45, 0xc1, 0xd7, 0x76, 0x88, 0x57, 0xac, 0x7c, 0xbb, 0x0f, 0xfe, 0x10, 0x83, - 0xc9, 0xd9, 0x2f, 0x89, 0x2d, 0x78, 0xd0, 0xf7, 0xd1, 0xd3, 0xba, 0xc1, 0x68, 0xd3, 0x60, 0xb4, - 0x6b, 0x30, 0xfa, 0x68, 0xb1, 0xb3, 0x69, 0xb1, 0xf3, 0xd9, 0x62, 0x67, 0x4a, 0xf2, 0x02, 0xe6, - 0x8b, 0x84, 0xa4, 0xa2, 0xa4, 0xb1, 0xf9, 0xea, 0xd5, 0x33, 0x4b, 0x14, 0xed, 0x76, 0xb6, 0x0c, - 0xaf, 0xe9, 0xbb, 0xdd, 0x1c, 0xac, 0x6a, 0xae, 0x92, 0xbe, 0xd9, 0xd9, 0xed, 0x77, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x18, 0xa0, 0x9c, 0x83, 0xa3, 0x01, 0x00, 0x00, + 0x14, 0x40, 0x63, 0x8a, 0x3a, 0x04, 0xa6, 0x00, 0x22, 0x2a, 0x92, 0x5b, 0x32, 0x75, 0xc1, 0x56, + 0x60, 0x82, 0x31, 0x12, 0x82, 0x01, 0x24, 0xd4, 0x6c, 0x5d, 0x2a, 0x27, 0xb1, 0xd2, 0x48, 0x24, + 0x8e, 0xec, 0xdf, 0x8a, 0xde, 0x82, 0x63, 0x75, 0xec, 0xc8, 0x54, 0x55, 0xc9, 0x0d, 0x38, 0x01, + 0xb2, 0x1d, 0x98, 0x4a, 0x37, 0xcb, 0xef, 0xbd, 0x6f, 0xeb, 0xbb, 0xd7, 0x0a, 0x64, 0x91, 0x71, + 0x5a, 0x16, 0x15, 0xd0, 0x65, 0x98, 0x70, 0x60, 0x21, 0xcd, 0x79, 0xc5, 0x55, 0xa1, 0x48, 0x2d, + 0x05, 0x08, 0xef, 0xcc, 0x2a, 0x44, 0x2b, 0xa4, 0x53, 0x06, 0xe7, 0xb9, 0xc8, 0x85, 0xe1, 0x54, + 0x9f, 0xac, 0x3a, 0xc0, 0xfb, 0xa6, 0x99, 0xce, 0xf0, 0x60, 0x87, 0xdc, 0xd3, 0x27, 0x3b, 0x3c, + 0x06, 0x06, 0xdc, 0xbb, 0x77, 0xfb, 0x1a, 0x73, 0xe9, 0xa3, 0x11, 0x1a, 0x9f, 0xdc, 0x5e, 0x91, + 0x3d, 0x8f, 0x91, 0x57, 0xa3, 0x44, 0xc7, 0xeb, 0xed, 0xd0, 0x99, 0x74, 0x81, 0x4e, 0x6b, 0x26, + 0x59, 0xa9, 0xfc, 0xa3, 0x03, 0xe9, 0x9b, 0x51, 0x7e, 0x53, 0x1b, 0x78, 0x53, 0xf7, 0x52, 0xf2, + 0x6c, 0x91, 0x42, 0x21, 0xaa, 0x99, 0x02, 0x26, 0x81, 0x67, 0x33, 0x5e, 0x8b, 0x74, 0xee, 0xf7, + 0x46, 0x68, 0xdc, 0x8b, 0x82, 0xef, 0xed, 0x10, 0xaf, 0x58, 0xf9, 0xfe, 0x10, 0xfc, 0x23, 0x06, + 0x93, 0x8b, 0x3f, 0x12, 0x5b, 0xf0, 0xa8, 0xef, 0xa3, 0xe7, 0x75, 0x83, 0xd1, 0xa6, 0xc1, 0x68, + 0xd7, 0x60, 0xf4, 0xd9, 0x62, 0x67, 0xd3, 0x62, 0xe7, 0xab, 0xc5, 0xce, 0x94, 0xe4, 0x05, 0xcc, + 0x17, 0x09, 0x49, 0x45, 0x49, 0x63, 0xf3, 0xd5, 0x9b, 0x17, 0x96, 0x28, 0xda, 0xed, 0x6c, 0x19, + 0x86, 0xf4, 0xc3, 0x6e, 0x0e, 0x56, 0x35, 0x57, 0x49, 0xdf, 0xec, 0xec, 0xee, 0x27, 0x00, 0x00, + 0xff, 0xff, 0xd8, 0xc4, 0xb4, 0x94, 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 1b9a3b1407..c4c930d1e2 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, 0x36, 0xa5, 0xbb, 0xae, 0x50, 0x54, 0x5a, 0x22, 0x81, 0x14, 0x9c, 0x5d, 0x37, 0x96, - 0x7f, 0xa6, 0xce, 0xa8, 0xf1, 0x8c, 0x35, 0x33, 0x4e, 0x89, 0x90, 0x78, 0x81, 0xb2, 0x60, 0xc9, - 0x92, 0xc7, 0xe9, 0xb2, 0x4b, 0xd4, 0x45, 0x84, 0x92, 0x37, 0xc8, 0x86, 0x2d, 0x9a, 0x19, 0xe7, - 0x17, 0x22, 0x11, 0xd1, 0x55, 0x3c, 0xe7, 0xde, 0xb9, 0xe7, 0xe4, 0xcc, 0xbd, 0x17, 0x98, 0x8c, - 0x53, 0x14, 0x43, 0x37, 0x45, 0x98, 0xbb, 0xed, 0x83, 0x10, 0xf2, 0xe0, 0x40, 0x1e, 0x9c, 0x8c, - 0x12, 0x4e, 0xf4, 0x4d, 0x15, 0x77, 0x24, 0x54, 0xc4, 0xb7, 0x1f, 0x24, 0x24, 0x21, 0x32, 0xee, - 0x8a, 0x2f, 0x95, 0x6a, 0x7f, 0x02, 0xe5, 0x77, 0x08, 0x73, 0x48, 0x75, 0x0e, 0x36, 0x60, 0x46, - 0xa2, 0xa6, 0x9f, 0x51, 0xd2, 0x46, 0x0c, 0x11, 0xcc, 0x0c, 0x6d, 0x57, 0xdb, 0x5b, 0xab, 0xd6, - 0xae, 0xbb, 0x56, 0xe9, 0xb6, 0x6b, 0x3d, 0x4b, 0x10, 0x6f, 0xe6, 0xa1, 0x13, 0x91, 0xd4, 0x8d, - 0x08, 0x4b, 0x09, 0x2b, 0x7e, 0xf6, 0x59, 0x7c, 0xe1, 0xf2, 0x4e, 0x06, 0x99, 0x73, 0x0c, 0xa3, - 0x41, 0xd7, 0xaa, 0x74, 0x82, 0xb4, 0x75, 0x64, 0xcf, 0xd6, 0xb3, 0xbd, 0x75, 0x09, 0xd5, 0xc7, - 0xc8, 0xcf, 0x25, 0x50, 0x39, 0x46, 0x42, 0x6f, 0x98, 0x73, 0x44, 0x70, 0x9d, 0x92, 0x8c, 0x50, - 0xf1, 0xc5, 0xf4, 0x33, 0xb0, 0xca, 0x78, 0x70, 0x81, 0x70, 0x52, 0x08, 0x79, 0xb5, 0xb0, 0x90, - 0x7b, 0x4a, 0x48, 0x51, 0xc6, 0xf6, 0x86, 0x05, 0xf5, 0x8f, 0x60, 0x2b, 0x22, 0x69, 0x9a, 0x63, - 0xc4, 0x3b, 0x7e, 0x46, 0x48, 0xcb, 0x4f, 0x28, 0xb9, 0xe4, 0x4d, 0xe3, 0x3f, 0xc9, 0x74, 0xba, - 0x30, 0xd3, 0x96, 0x62, 0x9a, 0x2e, 0x6a, 0x7b, 0x9b, 0x23, 0xa0, 0x4e, 0x48, 0xeb, 0x54, 0x72, - 0xe8, 0x9f, 0x35, 0x60, 0xce, 0xb0, 0x33, 0x18, 0xe5, 0x54, 0x9c, 0xc2, 0x3c, 0x4e, 0x20, 0x37, - 0x96, 0xee, 0x56, 0xc6, 0xce, 0x94, 0x8c, 0x46, 0x41, 0x56, 0x95, 0x5c, 0x3a, 0x07, 0xf7, 0x19, - 0xa7, 0x01, 0x87, 0x09, 0x8a, 0x7c, 0x0a, 0x19, 0xa4, 0x6d, 0x68, 0x2c, 0xdf, 0xad, 0x80, 0x8d, - 0x11, 0x83, 0xa7, 0x08, 0xec, 0xdb, 0x15, 0x50, 0xae, 0x07, 0x34, 0x48, 0x99, 0xfe, 0x08, 0x00, - 0xd1, 0xaa, 0x7e, 0x0c, 0x31, 0x49, 0xd5, 0x5b, 0x7b, 0x6b, 0x02, 0x39, 0x16, 0x80, 0x7e, 0xa5, - 0x01, 0x23, 0x81, 0x18, 0x32, 0xc4, 0xfc, 0xdf, 0x5a, 0x54, 0xbd, 0xd7, 0xfb, 0x85, 0x75, 0x5a, - 0x4a, 0xe7, 0xbc, 0xba, 0xb6, 0xf7, 0xb0, 0x08, 0xbd, 0x9e, 0xee, 0x58, 0xfd, 0x64, 0x38, 0x27, - 0x28, 0x86, 0x98, 0xa3, 0x73, 0x04, 0x69, 0xf1, 0x5a, 0x3b, 0xb3, 0x9d, 0x3f, 0xce, 0x18, 0x76, - 0x7e, 0x6d, 0x84, 0xe8, 0x21, 0xd8, 0xa6, 0x30, 0xce, 0x23, 0xd1, 0xeb, 0x7e, 0x06, 0x29, 0x22, - 0xb1, 0x8f, 0xb0, 0x12, 0xc2, 0xa4, 0xfd, 0x4b, 0xd5, 0xa7, 0x83, 0xae, 0xf5, 0x58, 0x55, 0x9c, - 0x9f, 0x6b, 0x7b, 0x95, 0x51, 0xb0, 0x2e, 0x63, 0x35, 0x2c, 0x45, 0x33, 0x31, 0xd3, 0xe3, 0x7b, - 0xe7, 0x41, 0xc4, 0x09, 0x35, 0x56, 0xfe, 0x6d, 0xa6, 0x67, 0xeb, 0xd9, 0xde, 0xfa, 0x08, 0x3a, - 0x91, 0x88, 0x9e, 0x02, 0x23, 0x9e, 0x18, 0x69, 0xe1, 0xea, 0x70, 0xa6, 0x8d, 0xf2, 0xae, 0xb6, - 0xf7, 0xff, 0xcb, 0xe7, 0xce, 0x1f, 0x36, 0x94, 0x33, 0x67, 0x0f, 0x54, 0x97, 0x85, 0x56, 0xaf, - 0x12, 0xcf, 0x59, 0x13, 0x57, 0x1a, 0xd8, 0x13, 0x75, 0x10, 0x4e, 0x7c, 0x0a, 0x2f, 0x03, 0x1a, - 0x33, 0x7f, 0x8a, 0x9f, 0xf1, 0x80, 0x72, 0x65, 0x96, 0xb1, 0x2a, 0x7d, 0x3d, 0x1c, 0x74, 0x2d, - 0x57, 0xfd, 0x9f, 0xbf, 0xbd, 0x69, 0x7b, 0x4f, 0x8a, 0x54, 0x4f, 0x65, 0x4e, 0xaa, 0x6d, 0x88, - 0x3c, 0xe9, 0xf9, 0xd1, 0xf2, 0xd7, 0x6f, 0x56, 0xa9, 0xfa, 0xe6, 0xba, 0x67, 0x6a, 0x37, 0x3d, - 0x53, 0xfb, 0xd1, 0x33, 0xb5, 0x2f, 0x7d, 0xb3, 0x74, 0xd3, 0x37, 0x4b, 0xdf, 0xfb, 0x66, 0xe9, - 0xcc, 0x99, 0x30, 0xbc, 0x21, 0x4d, 0xd8, 0x7f, 0x1b, 0x84, 0xcc, 0x2d, 0x56, 0x7a, 0xfb, 0xe0, - 0x85, 0xfb, 0x41, 0x2d, 0x76, 0x69, 0x7e, 0x58, 0x96, 0x7b, 0xfa, 0xf0, 0x57, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xd1, 0xd6, 0xe9, 0x06, 0xf4, 0x05, 0x00, 0x00, + // 632 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, 0x42, 0x6f, 0x3d, 0xa1, 0xa8, 0xb4, 0x54, 0x02, 0x29, 0x38, 0xb7, 0x5e, 0x2c, 0x7f, + 0x6c, 0x9d, 0x55, 0xe3, 0x5d, 0x6b, 0x77, 0x9d, 0x12, 0x21, 0xf1, 0x07, 0xca, 0x81, 0x23, 0x47, + 0x7e, 0x4e, 0x8f, 0x3d, 0xa2, 0x1e, 0x22, 0x94, 0xfc, 0x83, 0x5c, 0xb8, 0xa2, 0xdd, 0x75, 0x3e, + 0x21, 0x12, 0x11, 0x3d, 0xc5, 0xfb, 0x66, 0x76, 0xde, 0xcb, 0xdb, 0x99, 0x01, 0x26, 0xe3, 0x14, + 0xc5, 0xd0, 0x4d, 0x11, 0xe6, 0x6e, 0xbb, 0x1a, 0x42, 0x1e, 0x54, 0xe5, 0xc1, 0xc9, 0x28, 0xe1, + 0x44, 0xdf, 0x54, 0x71, 0x47, 0x42, 0x45, 0x7c, 0xfb, 0x51, 0x42, 0x12, 0x22, 0xe3, 0xae, 0xf8, + 0x52, 0xa9, 0xf6, 0x67, 0x50, 0x7e, 0x8f, 0x30, 0x87, 0x54, 0xe7, 0x60, 0x03, 0x66, 0x24, 0x6a, + 0xfa, 0x19, 0x25, 0x6d, 0xc4, 0x10, 0xc1, 0xcc, 0xd0, 0x76, 0xb5, 0xbd, 0xb5, 0xda, 0xe9, 0x75, + 0xd7, 0x2a, 0xdd, 0x76, 0xad, 0x17, 0x09, 0xe2, 0xcd, 0x3c, 0x74, 0x22, 0x92, 0xba, 0x11, 0x61, + 0x29, 0x61, 0xc5, 0xcf, 0x3e, 0x8b, 0x2f, 0x5c, 0xde, 0xc9, 0x20, 0x73, 0x8e, 0x60, 0x34, 0xe8, + 0x5a, 0x95, 0x4e, 0x90, 0xb6, 0x0e, 0xed, 0xd9, 0x7a, 0xb6, 0xb7, 0x2e, 0xa1, 0xfa, 0x18, 0xf9, + 0xb5, 0x04, 0x2a, 0x47, 0x48, 0xe8, 0x0d, 0x73, 0x8e, 0x08, 0xae, 0x53, 0x92, 0x11, 0x2a, 0xbe, + 0x98, 0x7e, 0x06, 0x56, 0x19, 0x0f, 0x2e, 0x10, 0x4e, 0x0a, 0x21, 0xaf, 0x17, 0x16, 0xf2, 0x40, + 0x09, 0x29, 0xca, 0xd8, 0xde, 0xb0, 0xa0, 0xfe, 0x09, 0x6c, 0x45, 0x24, 0x4d, 0x73, 0x8c, 0x78, + 0xc7, 0xcf, 0x08, 0x69, 0xf9, 0x09, 0x25, 0x97, 0xbc, 0x69, 0xdc, 0x93, 0x4c, 0x27, 0x0b, 0x33, + 0x6d, 0x29, 0xa6, 0xe9, 0xa2, 0xb6, 0xb7, 0x39, 0x02, 0xea, 0x84, 0xb4, 0x4e, 0x24, 0x87, 0xfe, + 0x45, 0x03, 0xe6, 0x0c, 0x3b, 0x83, 0x51, 0x4e, 0xc5, 0x29, 0xcc, 0xe3, 0x04, 0x72, 0x63, 0xe9, + 0x6e, 0x65, 0xec, 0x4c, 0xc9, 0x68, 0x14, 0x64, 0x35, 0xc9, 0xa5, 0x73, 0xf0, 0x90, 0x71, 0x1a, + 0x70, 0x98, 0xa0, 0xc8, 0xa7, 0x90, 0x41, 0xda, 0x86, 0xc6, 0xf2, 0xdd, 0x0a, 0xd8, 0x18, 0x31, + 0x78, 0x8a, 0xc0, 0xbe, 0x5d, 0x01, 0xe5, 0x7a, 0x40, 0x83, 0x94, 0xe9, 0x4f, 0x00, 0x10, 0xad, + 0xea, 0xc7, 0x10, 0x93, 0x54, 0xbd, 0xb5, 0xb7, 0x26, 0x90, 0x23, 0x01, 0xe8, 0x57, 0x1a, 0x30, + 0x12, 0x88, 0x21, 0x43, 0xcc, 0xff, 0xa3, 0x45, 0xd5, 0x7b, 0x7d, 0x58, 0x58, 0xa7, 0xa5, 0x74, + 0xce, 0xab, 0x6b, 0x7b, 0x8f, 0x8b, 0xd0, 0x9b, 0xe9, 0x8e, 0xd5, 0x8f, 0x87, 0x73, 0x82, 0x62, + 0x88, 0x39, 0x3a, 0x47, 0x90, 0x16, 0xaf, 0xb5, 0x33, 0xdb, 0xf9, 0xe3, 0x8c, 0x61, 0xe7, 0x9f, + 0x8e, 0x10, 0x3d, 0x04, 0xdb, 0x14, 0xc6, 0x79, 0x24, 0x7a, 0xdd, 0xcf, 0x20, 0x45, 0x24, 0xf6, + 0x11, 0x56, 0x42, 0x98, 0xb4, 0x7f, 0xa9, 0xf6, 0x7c, 0xd0, 0xb5, 0x9e, 0xaa, 0x8a, 0xf3, 0x73, + 0x6d, 0xaf, 0x32, 0x0a, 0xd6, 0x65, 0xec, 0x14, 0x4b, 0xd1, 0x4c, 0xcc, 0xf4, 0xf8, 0xde, 0x79, + 0x10, 0x71, 0x42, 0x8d, 0x95, 0xff, 0x9b, 0xe9, 0xd9, 0x7a, 0xb6, 0xb7, 0x3e, 0x82, 0x8e, 0x25, + 0xa2, 0xa7, 0xc0, 0x88, 0x27, 0x46, 0x5a, 0xb8, 0x3a, 0x9c, 0x69, 0xa3, 0xbc, 0xab, 0xed, 0xdd, + 0x7f, 0xf5, 0xd2, 0xf9, 0xcb, 0x86, 0x72, 0xe6, 0xec, 0x81, 0xda, 0xb2, 0xd0, 0xea, 0x55, 0xe2, + 0x39, 0x6b, 0xe2, 0x4a, 0x03, 0x7b, 0xa2, 0x0e, 0xc2, 0x89, 0x4f, 0xe1, 0x65, 0x40, 0x63, 0xe6, + 0x4f, 0xf1, 0x33, 0x1e, 0x50, 0xae, 0xcc, 0x32, 0x56, 0xa5, 0xaf, 0x07, 0x83, 0xae, 0xe5, 0xaa, + 0xff, 0xf3, 0xaf, 0x37, 0x6d, 0xef, 0x59, 0x91, 0xea, 0xa9, 0xcc, 0x49, 0xb5, 0x0d, 0x91, 0x27, + 0x3d, 0x3f, 0x5c, 0xfe, 0xf6, 0xdd, 0x2a, 0xd5, 0xde, 0x5e, 0xf7, 0x4c, 0xed, 0xa6, 0x67, 0x6a, + 0x3f, 0x7b, 0xa6, 0xf6, 0xb5, 0x6f, 0x96, 0x6e, 0xfa, 0x66, 0xe9, 0x47, 0xdf, 0x2c, 0x9d, 0x39, + 0x13, 0x86, 0x37, 0xa4, 0x09, 0xfb, 0xef, 0x82, 0x90, 0xb9, 0xc5, 0x4a, 0x6f, 0x57, 0xab, 0xee, + 0x47, 0xb5, 0xd8, 0xa5, 0xf9, 0x61, 0x59, 0xee, 0xe9, 0x83, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x11, 0xb2, 0xc1, 0x11, 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 82ff8693c1..b1e45fea2b 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/v10/x/epochs/types" + epochtypes "github.com/Stride-Labs/stride/v11/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 35798306bc..b50636c825 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -201,32 +201,32 @@ func init() { func init() { proto.RegisterFile("stride/mint/v1beta1/query.proto", fileDescriptor_b5a371e09ad2a41a) } var fileDescriptor_b5a371e09ad2a41a = []byte{ - // 392 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xfa, 0x40, - 0x1c, 0x6d, 0xc9, 0xff, 0xcf, 0x70, 0x9a, 0x60, 0x0e, 0x62, 0x4c, 0xc1, 0x83, 0x74, 0x40, 0x16, - 0xee, 0x28, 0x4e, 0xae, 0x44, 0x13, 0x07, 0x07, 0xc4, 0x49, 0x17, 0xd3, 0x96, 0x4b, 0x69, 0xb4, - 0xbd, 0xd2, 0x3b, 0x88, 0x5d, 0xfd, 0x04, 0x26, 0xee, 0x2e, 0x7e, 0x19, 0x46, 0x12, 0x17, 0xe3, - 0x40, 0x0c, 0xf8, 0x41, 0x4c, 0xaf, 0xd5, 0x58, 0xac, 0x31, 0x4e, 0x6d, 0xee, 0xbd, 0xdf, 0x7b, - 0xef, 0xf7, 0xee, 0x40, 0x9d, 0x8b, 0xd0, 0x1d, 0x52, 0xe2, 0xb9, 0xbe, 0x20, 0x53, 0xc3, 0xa2, - 0xc2, 0x34, 0xc8, 0x78, 0x42, 0xc3, 0x08, 0x07, 0x21, 0x13, 0x0c, 0x96, 0x13, 0x02, 0x8e, 0x09, - 0x38, 0x25, 0x68, 0x15, 0x87, 0x39, 0x4c, 0xe2, 0x24, 0xfe, 0x4b, 0xa8, 0x5a, 0xcd, 0x61, 0xcc, - 0xb9, 0xa6, 0xc4, 0x0c, 0x5c, 0x62, 0xfa, 0x3e, 0x13, 0xa6, 0x70, 0x99, 0xcf, 0x53, 0x14, 0xe5, - 0x39, 0x49, 0x55, 0x89, 0xeb, 0x15, 0x00, 0x4f, 0x63, 0xdf, 0xbe, 0x19, 0x9a, 0x1e, 0x1f, 0xd0, - 0xf1, 0x84, 0x72, 0xa1, 0xf7, 0x41, 0x39, 0x73, 0xca, 0x03, 0xe6, 0x73, 0x0a, 0x0f, 0x40, 0x31, - 0x90, 0x27, 0x3b, 0x6a, 0x43, 0x6d, 0x6d, 0x74, 0xab, 0x38, 0x27, 0x26, 0x4e, 0x86, 0x7a, 0xff, - 0x66, 0x8b, 0xba, 0x32, 0x48, 0x07, 0xf4, 0x5d, 0x50, 0x95, 0x8a, 0x47, 0x01, 0xb3, 0x47, 0xfd, - 0x90, 0x4d, 0x5d, 0x1e, 0xa7, 0xfc, 0x30, 0x8c, 0x40, 0x2d, 0x1f, 0x4e, 0x9d, 0xcf, 0xc1, 0x16, - 0x8d, 0xa1, 0xcb, 0xe0, 0x13, 0x93, 0x19, 0x36, 0x7b, 0x38, 0xb6, 0x79, 0x59, 0xd4, 0x9b, 0x8e, - 0x2b, 0x46, 0x13, 0x0b, 0xdb, 0xcc, 0x23, 0x36, 0xe3, 0x1e, 0xe3, 0xe9, 0xa7, 0xcd, 0x87, 0x57, - 0x44, 0x44, 0x01, 0xe5, 0xf8, 0x90, 0xda, 0x83, 0x12, 0xcd, 0x5a, 0x74, 0x1f, 0x0b, 0xe0, 0xbf, - 0xf4, 0x86, 0x11, 0x28, 0x26, 0xd9, 0xe1, 0x5e, 0xee, 0x62, 0xdf, 0x8b, 0xd2, 0x5a, 0xbf, 0x13, - 0x93, 0x0d, 0xf4, 0xda, 0xed, 0xd3, 0xdb, 0x7d, 0x61, 0x1b, 0x56, 0xb2, 0x57, 0x91, 0xd4, 0x03, - 0x1f, 0x54, 0x50, 0x5a, 0xdb, 0x1d, 0x76, 0x7e, 0xd6, 0xce, 0x6f, 0x51, 0x33, 0xfe, 0x30, 0x91, - 0xc6, 0x6a, 0xca, 0x58, 0x0d, 0x88, 0xb2, 0xb1, 0xd6, 0xcb, 0xee, 0x1d, 0xcf, 0x96, 0x48, 0x9d, - 0x2f, 0x91, 0xfa, 0xba, 0x44, 0xea, 0xdd, 0x0a, 0x29, 0xf3, 0x15, 0x52, 0x9e, 0x57, 0x48, 0xb9, - 0xc0, 0x5f, 0x8a, 0x3f, 0x93, 0xf6, 0xed, 0x13, 0xd3, 0xe2, 0x24, 0x7d, 0x78, 0x53, 0xa3, 0x43, - 0x6e, 0x12, 0x71, 0x79, 0x09, 0x56, 0x51, 0x3e, 0xbc, 0xfd, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x02, 0xb0, 0xe0, 0xed, 0x04, 0x03, 0x00, 0x00, + // 390 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x31, 0x4f, 0xc2, 0x40, + 0x18, 0x6d, 0x89, 0x32, 0x9c, 0x26, 0x98, 0x83, 0x18, 0x53, 0xf0, 0x20, 0x1d, 0x90, 0x85, 0x3b, + 0x8b, 0x93, 0x2b, 0xd1, 0xc4, 0xc1, 0x01, 0x71, 0xd2, 0xc5, 0xb4, 0xe5, 0x52, 0x1a, 0x6d, 0xaf, + 0xf4, 0x0e, 0x62, 0x57, 0x7f, 0x81, 0x89, 0xbb, 0x8b, 0x7f, 0x86, 0x91, 0xc4, 0xc5, 0x38, 0x10, + 0x03, 0xfe, 0x10, 0xd3, 0x6b, 0x35, 0x16, 0x6b, 0x8c, 0x53, 0x9b, 0x7b, 0xef, 0x7b, 0xef, 0x7d, + 0xef, 0x0e, 0xd4, 0xb9, 0x08, 0xdd, 0x01, 0x25, 0x9e, 0xeb, 0x0b, 0x32, 0x31, 0x2c, 0x2a, 0x4c, + 0x83, 0x8c, 0xc6, 0x34, 0x8c, 0x70, 0x10, 0x32, 0xc1, 0x60, 0x39, 0x21, 0xe0, 0x98, 0x80, 0x53, + 0x82, 0x56, 0x71, 0x98, 0xc3, 0x24, 0x4e, 0xe2, 0xbf, 0x84, 0xaa, 0xd5, 0x1c, 0xc6, 0x9c, 0x1b, + 0x4a, 0xcc, 0xc0, 0x25, 0xa6, 0xef, 0x33, 0x61, 0x0a, 0x97, 0xf9, 0x3c, 0x45, 0x51, 0x9e, 0x93, + 0x54, 0x95, 0xb8, 0x5e, 0x01, 0xf0, 0x2c, 0xf6, 0xed, 0x99, 0xa1, 0xe9, 0xf1, 0x3e, 0x1d, 0x8d, + 0x29, 0x17, 0x7a, 0x0f, 0x94, 0x33, 0xa7, 0x3c, 0x60, 0x3e, 0xa7, 0xf0, 0x10, 0x14, 0x03, 0x79, + 0xb2, 0xa3, 0x36, 0xd4, 0xd6, 0x46, 0xa7, 0x8a, 0x73, 0x62, 0xe2, 0x64, 0xa8, 0xbb, 0x36, 0x9d, + 0xd7, 0x95, 0x7e, 0x3a, 0xa0, 0xef, 0x82, 0xaa, 0x54, 0x3c, 0x0e, 0x98, 0x3d, 0xec, 0x85, 0x6c, + 0xe2, 0xf2, 0x38, 0xe5, 0xa7, 0x61, 0x04, 0x6a, 0xf9, 0x70, 0xea, 0x7c, 0x01, 0xb6, 0x68, 0x0c, + 0x5d, 0x05, 0x5f, 0x98, 0xcc, 0xb0, 0xd9, 0xc5, 0xb1, 0xcd, 0xeb, 0xbc, 0xde, 0x74, 0x5c, 0x31, + 0x1c, 0x5b, 0xd8, 0x66, 0x1e, 0xb1, 0x19, 0xf7, 0x18, 0x4f, 0x3f, 0x6d, 0x3e, 0xb8, 0x26, 0x22, + 0x0a, 0x28, 0xc7, 0x47, 0xd4, 0xee, 0x97, 0x68, 0xd6, 0xa2, 0xf3, 0x54, 0x00, 0xeb, 0xd2, 0x1b, + 0x46, 0xa0, 0x98, 0x64, 0x87, 0x7b, 0xb9, 0x8b, 0xfd, 0x2c, 0x4a, 0x6b, 0xfd, 0x4d, 0x4c, 0x36, + 0xd0, 0x6b, 0x77, 0xcf, 0xef, 0x0f, 0x85, 0x6d, 0x58, 0xc9, 0x5e, 0x45, 0x52, 0x0f, 0x7c, 0x54, + 0x41, 0x69, 0x65, 0x77, 0xb8, 0xff, 0xbb, 0x76, 0x7e, 0x8b, 0x9a, 0xf1, 0x8f, 0x89, 0x34, 0x56, + 0x53, 0xc6, 0x6a, 0x40, 0x94, 0x8d, 0xb5, 0x5a, 0x76, 0xf7, 0x64, 0xba, 0x40, 0xea, 0x6c, 0x81, + 0xd4, 0xb7, 0x05, 0x52, 0xef, 0x97, 0x48, 0x99, 0x2d, 0x91, 0xf2, 0xb2, 0x44, 0xca, 0x25, 0xfe, + 0x56, 0xfc, 0xb9, 0xb4, 0x6f, 0x9f, 0x9a, 0x16, 0x27, 0xe9, 0xc3, 0x9b, 0x18, 0x06, 0xb9, 0x4d, + 0xc4, 0xe5, 0x25, 0x58, 0x45, 0xf9, 0xf0, 0x0e, 0x3e, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc2, 0xd4, + 0xc8, 0xfa, 0x04, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/ratelimit/client/cli/query.go b/x/ratelimit/client/cli/query.go index 820c08f86d..ecbb6d66aa 100644 --- a/x/ratelimit/client/cli/query.go +++ b/x/ratelimit/client/cli/query.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/version" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/client/cli/tx.go b/x/ratelimit/client/cli/tx.go index 499ed5f24c..43be3514fb 100644 --- a/x/ratelimit/client/cli/tx.go +++ b/x/ratelimit/client/cli/tx.go @@ -19,7 +19,7 @@ import ( govcli "github.com/cosmos/cosmos-sdk/x/gov/client/cli" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // Parse the gov proposal file into a proto message diff --git a/x/ratelimit/client/proposal_handler.go b/x/ratelimit/client/proposal_handler.go index f175c13a21..0a60529e4e 100644 --- a/x/ratelimit/client/proposal_handler.go +++ b/x/ratelimit/client/proposal_handler.go @@ -1,7 +1,7 @@ package client import ( - "github.com/Stride-Labs/stride/v10/x/ratelimit/client/cli" + "github.com/Stride-Labs/stride/v11/x/ratelimit/client/cli" govclient "github.com/cosmos/cosmos-sdk/x/gov/client" ) diff --git a/x/ratelimit/genesis.go b/x/ratelimit/genesis.go index 85d212e319..7eac6a969b 100644 --- a/x/ratelimit/genesis.go +++ b/x/ratelimit/genesis.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // InitGenesis initializes the capability module's state from a provided genesis diff --git a/x/ratelimit/genesis_test.go b/x/ratelimit/genesis_test.go index e182acf50c..1f78d61909 100644 --- a/x/ratelimit/genesis_test.go +++ b/x/ratelimit/genesis_test.go @@ -8,10 +8,10 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/ratelimit" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/ratelimit" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func createRateLimits() []types.RateLimit { diff --git a/x/ratelimit/handler.go b/x/ratelimit/handler.go index d909541452..67078dd600 100644 --- a/x/ratelimit/handler.go +++ b/x/ratelimit/handler.go @@ -10,9 +10,9 @@ import ( channelkeeper "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper/gov" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper/gov" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // NewMessageHandler returns ratelimit module messages diff --git a/x/ratelimit/ibc_middleware.go b/x/ratelimit/ibc_middleware.go index 67d5a79a8a..043e0bbaad 100644 --- a/x/ratelimit/ibc_middleware.go +++ b/x/ratelimit/ibc_middleware.go @@ -3,7 +3,7 @@ package ratelimit import ( "fmt" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" sdk "github.com/cosmos/cosmos-sdk/types" capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types" diff --git a/x/ratelimit/keeper/gov/gov.go b/x/ratelimit/keeper/gov/gov.go index 785c69e9ac..b4a5318ded 100644 --- a/x/ratelimit/keeper/gov/gov.go +++ b/x/ratelimit/keeper/gov/gov.go @@ -6,8 +6,8 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channelkeeper "github.com/cosmos/ibc-go/v7/modules/core/04-channel/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // Adds a new rate limit. Fails if the rate limit already exists or the channel value is 0 diff --git a/x/ratelimit/keeper/gov/gov_test.go b/x/ratelimit/keeper/gov/gov_test.go index 8e54e1e68a..2977968cc6 100644 --- a/x/ratelimit/keeper/gov/gov_test.go +++ b/x/ratelimit/keeper/gov/gov_test.go @@ -12,10 +12,10 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - "github.com/Stride-Labs/stride/v10/app/apptesting" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper/gov" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper/gov" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) type KeeperTestSuite struct { diff --git a/x/ratelimit/keeper/grpc_query.go b/x/ratelimit/keeper/grpc_query.go index 851f5cd973..b300289807 100644 --- a/x/ratelimit/keeper/grpc_query.go +++ b/x/ratelimit/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/ratelimit/keeper/grpc_query_test.go b/x/ratelimit/keeper/grpc_query_test.go index cda6342782..61a131d98b 100644 --- a/x/ratelimit/keeper/grpc_query_test.go +++ b/x/ratelimit/keeper/grpc_query_test.go @@ -11,7 +11,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibctmtypes "github.com/cosmos/ibc-go/v7/modules/light-clients/07-tendermint" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // Add three rate limits on different channels diff --git a/x/ratelimit/keeper/hooks.go b/x/ratelimit/keeper/hooks.go index 902c1f3c61..4a0e7e3cf8 100644 --- a/x/ratelimit/keeper/hooks.go +++ b/x/ratelimit/keeper/hooks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" ) // Before each hour epoch, check if any of the rate limits have expired, diff --git a/x/ratelimit/keeper/hooks_test.go b/x/ratelimit/keeper/hooks_test.go index 936615f1fe..3599adb680 100644 --- a/x/ratelimit/keeper/hooks_test.go +++ b/x/ratelimit/keeper/hooks_test.go @@ -5,8 +5,8 @@ import ( sdkmath "cosmossdk.io/math" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // Store a rate limit with a non-zero flow for each duration diff --git a/x/ratelimit/keeper/keeper.go b/x/ratelimit/keeper/keeper.go index 2d39c2bed2..c8cb7d494a 100644 --- a/x/ratelimit/keeper/keeper.go +++ b/x/ratelimit/keeper/keeper.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) type ( diff --git a/x/ratelimit/keeper/keeper_test.go b/x/ratelimit/keeper/keeper_test.go index 687ddd8a16..12e86a93e8 100644 --- a/x/ratelimit/keeper/keeper_test.go +++ b/x/ratelimit/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) type KeeperTestSuite struct { diff --git a/x/ratelimit/keeper/packet.go b/x/ratelimit/keeper/packet.go index 5394b23a9e..483fe8bab9 100644 --- a/x/ratelimit/keeper/packet.go +++ b/x/ratelimit/keeper/packet.go @@ -14,9 +14,9 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v10/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) type RateLimitedPacketInfo struct { diff --git a/x/ratelimit/keeper/packet_test.go b/x/ratelimit/keeper/packet_test.go index 527a508b0c..2e074732c1 100644 --- a/x/ratelimit/keeper/packet_test.go +++ b/x/ratelimit/keeper/packet_test.go @@ -13,8 +13,8 @@ import ( tmbytes "github.com/cometbft/cometbft/libs/bytes" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/keeper/params.go b/x/ratelimit/keeper/params.go index 90d5e65114..5ba0d21e0d 100644 --- a/x/ratelimit/keeper/params.go +++ b/x/ratelimit/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // GetParams get all parameters as types.Params diff --git a/x/ratelimit/keeper/rate_limit.go b/x/ratelimit/keeper/rate_limit.go index 2a66890dd9..f8e641cd89 100644 --- a/x/ratelimit/keeper/rate_limit.go +++ b/x/ratelimit/keeper/rate_limit.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // Get the rate limit byte key built from the denom and channelId diff --git a/x/ratelimit/keeper/rate_limit_test.go b/x/ratelimit/keeper/rate_limit_test.go index 10c352341c..611bfe6a04 100644 --- a/x/ratelimit/keeper/rate_limit_test.go +++ b/x/ratelimit/keeper/rate_limit_test.go @@ -7,9 +7,9 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - minttypes "github.com/Stride-Labs/stride/v10/x/mint/types" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + minttypes "github.com/Stride-Labs/stride/v11/x/mint/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) const ( diff --git a/x/ratelimit/module.go b/x/ratelimit/module.go index 3703868c42..b1926b626f 100644 --- a/x/ratelimit/module.go +++ b/x/ratelimit/module.go @@ -17,9 +17,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/Stride-Labs/stride/v10/x/ratelimit/client/cli" - "github.com/Stride-Labs/stride/v10/x/ratelimit/keeper" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/client/cli" + "github.com/Stride-Labs/stride/v11/x/ratelimit/keeper" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) var ( diff --git a/x/ratelimit/types/flow_test.go b/x/ratelimit/types/flow_test.go index 9b65ecc634..e573b6e08a 100644 --- a/x/ratelimit/types/flow_test.go +++ b/x/ratelimit/types/flow_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestAddInflow(t *testing.T) { diff --git a/x/ratelimit/types/genesis.pb.go b/x/ratelimit/types/genesis.pb.go index 7e382207f0..1897f9e71a 100644 --- a/x/ratelimit/types/genesis.pb.go +++ b/x/ratelimit/types/genesis.pb.go @@ -110,29 +110,29 @@ var fileDescriptor_9e224b293959881c = []byte{ // 402 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x41, 0x6b, 0xd4, 0x40, 0x18, 0x86, 0x37, 0xae, 0x16, 0x9c, 0x55, 0xd0, 0x41, 0x31, 0xae, 0x98, 0x86, 0xe0, 0x21, 0x97, - 0x26, 0xda, 0xde, 0xbc, 0x19, 0x84, 0x5e, 0x6a, 0x59, 0x92, 0x83, 0xe2, 0x25, 0x4c, 0x32, 0x1f, - 0xe9, 0xd0, 0xcd, 0x24, 0xce, 0x37, 0x6b, 0xed, 0x9f, 0x10, 0xff, 0x92, 0xb7, 0x1e, 0x7b, 0xf4, - 0x54, 0x64, 0xf7, 0x1f, 0xf8, 0x0b, 0x24, 0x33, 0x63, 0x5d, 0x8c, 0xbd, 0x0d, 0xbc, 0xef, 0xf3, - 0xbc, 0x21, 0x7c, 0x24, 0x40, 0xad, 0x04, 0x87, 0x54, 0x31, 0x0d, 0x4b, 0xd1, 0x0a, 0x9d, 0x36, - 0x20, 0x01, 0x05, 0x26, 0xbd, 0xea, 0x74, 0x47, 0x1f, 0xd8, 0x3c, 0xb9, 0xce, 0xe7, 0x8f, 0x9a, - 0xae, 0xe9, 0x4c, 0x98, 0x0e, 0x2f, 0xdb, 0x9b, 0x3f, 0x1f, 0x79, 0x7a, 0xa6, 0x58, 0xeb, 0x34, - 0xf3, 0x70, 0x14, 0x5f, 0xbf, 0x6c, 0x23, 0xfa, 0x3e, 0x25, 0xf7, 0x0e, 0xed, 0x74, 0xa1, 0x99, - 0x06, 0x7a, 0x48, 0x76, 0xac, 0xc2, 0xf7, 0x42, 0x2f, 0x9e, 0xed, 0xfb, 0xc9, 0xbf, 0x9f, 0x92, - 0x2c, 0x4c, 0x9e, 0x3d, 0xbe, 0xb8, 0xda, 0x9d, 0xfc, 0xba, 0xda, 0xbd, 0x7f, 0xce, 0xda, 0xe5, - 0xeb, 0xc8, 0x52, 0x51, 0xee, 0x70, 0xfa, 0x81, 0xcc, 0x06, 0xa4, 0x34, 0x0c, 0xfa, 0xb7, 0xc2, - 0x69, 0x3c, 0xdb, 0x7f, 0x36, 0xb6, 0xe5, 0x4c, 0xc3, 0xd1, 0xf0, 0xca, 0xe6, 0x4e, 0x48, 0xad, - 0x70, 0x8b, 0x8e, 0x72, 0xa2, 0xfe, 0xd4, 0x90, 0x7e, 0xf5, 0xc8, 0xd3, 0xb3, 0x13, 0x31, 0x08, - 0x50, 0x03, 0x2f, 0x19, 0xe7, 0x0a, 0x10, 0xcb, 0x9e, 0x09, 0x85, 0xfe, 0xd4, 0x0c, 0xc5, 0xe3, - 0xa1, 0xf7, 0x7f, 0x91, 0x37, 0x96, 0x58, 0x30, 0xa1, 0xb2, 0xd8, 0xad, 0x86, 0x76, 0xf5, 0x46, - 0x71, 0x94, 0x3f, 0x39, 0xfb, 0xaf, 0x01, 0xe9, 0x1e, 0xa1, 0xd5, 0x92, 0xd5, 0xa7, 0x0e, 0xe3, - 0x20, 0xbb, 0x16, 0xfd, 0xdb, 0xe1, 0x34, 0xbe, 0x9b, 0x3f, 0xdc, 0x4a, 0xde, 0x9a, 0x80, 0x1e, - 0x93, 0x17, 0x3d, 0x48, 0x2e, 0x64, 0x53, 0x22, 0x48, 0x5e, 0xf6, 0xac, 0x3e, 0x05, 0x5d, 0x22, - 0x7c, 0x5a, 0x81, 0xac, 0xa1, 0x94, 0xab, 0xb6, 0x02, 0x85, 0xfe, 0x1d, 0x23, 0x08, 0x5d, 0xb7, - 0x00, 0xc9, 0x17, 0xa6, 0x59, 0xb8, 0xe2, 0xb1, 0xed, 0x65, 0xef, 0x2e, 0xd6, 0x81, 0x77, 0xb9, - 0x0e, 0xbc, 0x9f, 0xeb, 0xc0, 0xfb, 0xb6, 0x09, 0x26, 0x97, 0x9b, 0x60, 0xf2, 0x63, 0x13, 0x4c, - 0x3e, 0x1e, 0x34, 0x42, 0x9f, 0xac, 0xaa, 0xa4, 0xee, 0xda, 0xb4, 0x30, 0xff, 0x63, 0xef, 0x88, - 0x55, 0x98, 0xba, 0xb3, 0xf8, 0xfc, 0xea, 0x65, 0xfa, 0x65, 0xeb, 0x38, 0xf4, 0x79, 0x0f, 0x58, - 0xed, 0x98, 0xcb, 0x38, 0xf8, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x27, 0xad, 0x41, 0xff, 0xa4, 0x02, + 0x26, 0xb4, 0xbd, 0x79, 0x33, 0x08, 0xbd, 0xd4, 0xb2, 0x24, 0x07, 0xc5, 0x4b, 0x98, 0x64, 0x3e, + 0xd2, 0xa1, 0x9b, 0x49, 0x9c, 0x6f, 0xd6, 0xda, 0x3f, 0x21, 0xfe, 0x25, 0x6f, 0x3d, 0xf6, 0xe8, + 0xa9, 0xc8, 0xee, 0x3f, 0xf0, 0x17, 0x48, 0x66, 0xc6, 0xba, 0x18, 0x7b, 0x1b, 0x78, 0xdf, 0xe7, + 0x79, 0x43, 0xf8, 0x48, 0x80, 0x5a, 0x09, 0x0e, 0xa9, 0x62, 0x1a, 0x96, 0xa2, 0x15, 0x3a, 0x6d, + 0x40, 0x02, 0x0a, 0x4c, 0x7a, 0xd5, 0xe9, 0x8e, 0x3e, 0xb2, 0x79, 0x72, 0x93, 0xcf, 0x9f, 0x34, + 0x5d, 0xd3, 0x99, 0x30, 0x1d, 0x5e, 0xb6, 0x37, 0x7f, 0x39, 0xf2, 0xf4, 0x4c, 0xb1, 0xd6, 0x69, + 0xe6, 0xe1, 0x28, 0xbe, 0x79, 0xd9, 0x46, 0xf4, 0x7d, 0x4a, 0x1e, 0x1c, 0xd9, 0xe9, 0x42, 0x33, + 0x0d, 0xf4, 0x88, 0xec, 0x58, 0x85, 0xef, 0x85, 0x5e, 0x3c, 0x3b, 0xf0, 0x93, 0x7f, 0x3f, 0x25, + 0x59, 0x98, 0x3c, 0x7b, 0x7a, 0x79, 0xbd, 0x3b, 0xf9, 0x75, 0xbd, 0xfb, 0xf0, 0x82, 0xb5, 0xcb, + 0xd7, 0x91, 0xa5, 0xa2, 0xdc, 0xe1, 0xf4, 0x03, 0x99, 0x0d, 0x48, 0x69, 0x18, 0xf4, 0xef, 0x84, + 0xd3, 0x78, 0x76, 0xf0, 0x62, 0x6c, 0xcb, 0x99, 0x86, 0xe3, 0xe1, 0x95, 0xcd, 0x9d, 0x90, 0x5a, + 0xe1, 0x16, 0x1d, 0xe5, 0x44, 0xfd, 0xa9, 0x21, 0xfd, 0xea, 0x91, 0xe7, 0xe7, 0xa7, 0x62, 0x10, + 0xa0, 0x06, 0x5e, 0x32, 0xce, 0x15, 0x20, 0x96, 0x3d, 0x13, 0x0a, 0xfd, 0xa9, 0x19, 0x8a, 0xc7, + 0x43, 0xef, 0xff, 0x22, 0x6f, 0x2c, 0xb1, 0x60, 0x42, 0x65, 0xb1, 0x5b, 0x0d, 0xed, 0xea, 0xad, + 0xe2, 0x28, 0x7f, 0x76, 0xfe, 0x5f, 0x03, 0xd2, 0x3d, 0x42, 0xab, 0x25, 0xab, 0xcf, 0x1c, 0xc6, + 0x41, 0x76, 0x2d, 0xfa, 0x77, 0xc3, 0x69, 0x7c, 0x3f, 0x7f, 0xbc, 0x95, 0xbc, 0x35, 0x01, 0x3d, + 0x21, 0xaf, 0x7a, 0x90, 0x5c, 0xc8, 0xa6, 0x44, 0x90, 0xbc, 0xec, 0x59, 0x7d, 0x06, 0xba, 0x44, + 0xf8, 0xb4, 0x02, 0x59, 0x43, 0x29, 0x57, 0x6d, 0x05, 0x0a, 0xfd, 0x7b, 0x46, 0x10, 0xba, 0x6e, + 0x01, 0x92, 0x2f, 0x4c, 0xb3, 0x70, 0xc5, 0x13, 0xdb, 0xcb, 0xde, 0x5d, 0xae, 0x03, 0xef, 0x6a, + 0x1d, 0x78, 0x3f, 0xd7, 0x81, 0xf7, 0x6d, 0x13, 0x4c, 0xae, 0x36, 0xc1, 0xe4, 0xc7, 0x26, 0x98, + 0x7c, 0x3c, 0x6c, 0x84, 0x3e, 0x5d, 0x55, 0x49, 0xdd, 0xb5, 0x69, 0x61, 0xfe, 0xc7, 0xde, 0x31, + 0xab, 0x30, 0x75, 0x67, 0xf1, 0x79, 0x7f, 0x3f, 0xfd, 0xb2, 0x75, 0x1c, 0xfa, 0xa2, 0x07, 0xac, + 0x76, 0xcc, 0x65, 0x1c, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x66, 0xb6, 0xcd, 0x91, 0xa4, 0x02, 0x00, 0x00, } diff --git a/x/ratelimit/types/gov.pb.go b/x/ratelimit/types/gov.pb.go index 83432aee1a..cc88c2a90a 100644 --- a/x/ratelimit/types/gov.pb.go +++ b/x/ratelimit/types/gov.pb.go @@ -203,32 +203,32 @@ var fileDescriptor_3ad7ef7cb59a1c37 = []byte{ // 437 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x54, 0x41, 0x6b, 0x13, 0x41, 0x14, 0xde, 0x31, 0x4d, 0x6b, 0x47, 0x0d, 0x65, 0x08, 0x76, 0x28, 0xb8, 0x1b, 0x02, 0x4a, 0x0f, - 0x76, 0x57, 0xe9, 0xad, 0x37, 0x7b, 0xb2, 0x50, 0xa1, 0x4c, 0x11, 0xc4, 0x4b, 0x98, 0xec, 0x3c, - 0x92, 0xc1, 0x9d, 0x99, 0x65, 0x66, 0xb2, 0xa4, 0xff, 0xc0, 0xa3, 0x47, 0x11, 0x84, 0xfc, 0x15, - 0x3d, 0xf5, 0xd8, 0xa3, 0x78, 0x08, 0x92, 0x5c, 0x3c, 0xfb, 0x0b, 0x64, 0x67, 0x53, 0x09, 0x78, - 0x12, 0x0f, 0x2a, 0x78, 0xda, 0x7d, 0xdf, 0xf7, 0xbd, 0x37, 0x7c, 0xbc, 0xc7, 0x87, 0xf7, 0x9c, - 0xb7, 0x52, 0x40, 0x66, 0xb9, 0x87, 0x42, 0x2a, 0xe9, 0xb3, 0x91, 0xa9, 0xd2, 0xd2, 0x1a, 0x6f, - 0xc8, 0x4e, 0xc3, 0xa5, 0x3f, 0xb8, 0xbd, 0xee, 0xc8, 0x8c, 0x4c, 0x20, 0xb3, 0xfa, 0xaf, 0xd1, - 0xf5, 0xdf, 0xb5, 0x70, 0xf7, 0x89, 0x10, 0x8c, 0x7b, 0x38, 0xad, 0x65, 0x67, 0xd6, 0x94, 0xc6, - 0xf1, 0x82, 0x74, 0x71, 0xdb, 0x4b, 0x5f, 0x00, 0x45, 0x3d, 0xb4, 0xbf, 0xcd, 0x9a, 0x82, 0xf4, - 0xf0, 0x2d, 0x01, 0x2e, 0xb7, 0xb2, 0xf4, 0xd2, 0x68, 0x7a, 0x23, 0x70, 0xeb, 0x50, 0xdd, 0x27, - 0x40, 0x1b, 0x45, 0x5b, 0x4d, 0x5f, 0x28, 0xc8, 0x3d, 0x8c, 0xf3, 0x31, 0xd7, 0x1a, 0x8a, 0x81, - 0x14, 0x74, 0x23, 0x50, 0xdb, 0x2b, 0xe4, 0x44, 0x90, 0x17, 0x78, 0x47, 0xf1, 0xe9, 0xa0, 0x04, - 0x9b, 0x83, 0xf6, 0x03, 0x07, 0x5a, 0xd0, 0x76, 0x2d, 0x3a, 0x4e, 0x2f, 0xe7, 0x49, 0xf4, 0x79, - 0x9e, 0x3c, 0x18, 0x49, 0x3f, 0x9e, 0x0c, 0xd3, 0xdc, 0xa8, 0x2c, 0x37, 0x4e, 0x19, 0xb7, 0xfa, - 0x1c, 0x38, 0xf1, 0x2a, 0xf3, 0x17, 0x25, 0xb8, 0xf4, 0x44, 0x7b, 0xd6, 0x51, 0x7c, 0x7a, 0xd6, - 0x8c, 0x39, 0x07, 0xfd, 0xd3, 0x64, 0x0b, 0x79, 0x45, 0x37, 0x7f, 0x77, 0x32, 0x83, 0xbc, 0x22, - 0xf7, 0x71, 0x47, 0x4c, 0x2c, 0xaf, 0x4d, 0x0f, 0xc6, 0x66, 0x62, 0x1d, 0xdd, 0xea, 0xa1, 0xfd, - 0x0d, 0x76, 0xe7, 0x1a, 0x7d, 0x5a, 0x83, 0xe4, 0x21, 0xde, 0x12, 0x50, 0x1a, 0x27, 0x3d, 0xbd, - 0x19, 0xde, 0x25, 0xdf, 0xe6, 0x49, 0xe7, 0x82, 0xab, 0xe2, 0xa8, 0xbf, 0x22, 0xfa, 0xec, 0x5a, - 0x72, 0x74, 0xfb, 0xf5, 0x2c, 0x89, 0xde, 0xce, 0x92, 0xe8, 0xeb, 0x2c, 0x41, 0xfd, 0xf7, 0x2d, - 0xbc, 0xfb, 0xbc, 0x14, 0xdc, 0xc3, 0xff, 0xfd, 0xfc, 0x8d, 0xfb, 0xf9, 0x88, 0xf0, 0x2e, 0x03, - 0x65, 0xaa, 0x3f, 0xbd, 0x9f, 0x35, 0x13, 0xed, 0x5f, 0x35, 0xf1, 0x01, 0xe1, 0xbb, 0x0c, 0x1c, - 0xf8, 0x7f, 0xd7, 0xc3, 0xf1, 0xb3, 0xcb, 0x45, 0x8c, 0xae, 0x16, 0x31, 0xfa, 0xb2, 0x88, 0xd1, - 0x9b, 0x65, 0x1c, 0x5d, 0x2d, 0xe3, 0xe8, 0xd3, 0x32, 0x8e, 0x5e, 0x1e, 0xae, 0x5d, 0xcf, 0x79, - 0x88, 0xc4, 0x83, 0x53, 0x3e, 0x74, 0xd9, 0x2a, 0x3a, 0xab, 0xc7, 0x8f, 0xb2, 0xe9, 0x5a, 0x80, - 0x86, 0x73, 0x1a, 0x6e, 0x86, 0x6c, 0x3c, 0xfc, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x97, 0xd0, 0x66, - 0x4d, 0x61, 0x05, 0x00, 0x00, + 0x76, 0x97, 0xd2, 0x5b, 0x6f, 0xf6, 0x64, 0xa1, 0x42, 0x99, 0x22, 0x88, 0x97, 0x30, 0xd9, 0x79, + 0x24, 0x83, 0x3b, 0x33, 0xcb, 0xcc, 0x64, 0x49, 0xff, 0x81, 0x47, 0x8f, 0x22, 0x08, 0xf9, 0x2b, + 0x7a, 0xea, 0xb1, 0x47, 0xf1, 0x10, 0x24, 0xb9, 0x78, 0xf6, 0x17, 0xc8, 0xce, 0xa6, 0x12, 0xf0, + 0x24, 0x1e, 0x54, 0xf0, 0xb4, 0xfb, 0xbe, 0xef, 0x7b, 0x6f, 0xf8, 0x78, 0x8f, 0x0f, 0xef, 0x39, + 0x6f, 0xa5, 0x80, 0xcc, 0x72, 0x0f, 0x85, 0x54, 0xd2, 0x67, 0x23, 0x53, 0xa5, 0xa5, 0x35, 0xde, + 0x90, 0x9d, 0x86, 0x4b, 0x7f, 0x70, 0x7b, 0xdd, 0x91, 0x19, 0x99, 0x40, 0x66, 0xf5, 0x5f, 0xa3, + 0xeb, 0xbf, 0x6b, 0xe1, 0xee, 0x13, 0x21, 0x18, 0xf7, 0x70, 0x56, 0xcb, 0xce, 0xad, 0x29, 0x8d, + 0xe3, 0x05, 0xe9, 0xe2, 0xb6, 0x97, 0xbe, 0x00, 0x8a, 0x7a, 0x68, 0x7f, 0x9b, 0x35, 0x05, 0xe9, + 0xe1, 0x3b, 0x02, 0x5c, 0x6e, 0x65, 0xe9, 0xa5, 0xd1, 0xf4, 0x56, 0xe0, 0xd6, 0xa1, 0xba, 0x4f, + 0x80, 0x36, 0x8a, 0xb6, 0x9a, 0xbe, 0x50, 0x90, 0x07, 0x18, 0xe7, 0x63, 0xae, 0x35, 0x14, 0x03, + 0x29, 0xe8, 0x46, 0xa0, 0xb6, 0x57, 0xc8, 0xa9, 0x20, 0x2f, 0xf0, 0x8e, 0xe2, 0xd3, 0x41, 0x09, + 0x36, 0x07, 0xed, 0x07, 0x0e, 0xb4, 0xa0, 0xed, 0x5a, 0x74, 0x92, 0x5e, 0xcd, 0x93, 0xe8, 0xf3, + 0x3c, 0x79, 0x34, 0x92, 0x7e, 0x3c, 0x19, 0xa6, 0xb9, 0x51, 0x59, 0x6e, 0x9c, 0x32, 0x6e, 0xf5, + 0x39, 0x70, 0xe2, 0x55, 0xe6, 0x2f, 0x4b, 0x70, 0xe9, 0xa9, 0xf6, 0xac, 0xa3, 0xf8, 0xf4, 0xbc, + 0x19, 0x73, 0x01, 0xfa, 0xa7, 0xc9, 0x16, 0xf2, 0x8a, 0x6e, 0xfe, 0xee, 0x64, 0x06, 0x79, 0x45, + 0x1e, 0xe2, 0x8e, 0x98, 0x58, 0x5e, 0x9b, 0x1e, 0x8c, 0xcd, 0xc4, 0x3a, 0xba, 0xd5, 0x43, 0xfb, + 0x1b, 0xec, 0xde, 0x0d, 0xfa, 0xb4, 0x06, 0xc9, 0x63, 0xbc, 0x25, 0xa0, 0x34, 0x4e, 0x7a, 0x7a, + 0x3b, 0xbc, 0x4b, 0xbe, 0xcd, 0x93, 0xce, 0x25, 0x57, 0xc5, 0x71, 0x7f, 0x45, 0xf4, 0xd9, 0x8d, + 0xe4, 0xf8, 0xee, 0xeb, 0x59, 0x12, 0xbd, 0x9d, 0x25, 0xd1, 0xd7, 0x59, 0x82, 0xfa, 0xef, 0x5b, + 0x78, 0xf7, 0x79, 0x29, 0xb8, 0x87, 0xff, 0xfb, 0xf9, 0x1b, 0xf7, 0xf3, 0x11, 0xe1, 0x5d, 0x06, + 0xca, 0x54, 0x7f, 0x7a, 0x3f, 0x6b, 0x26, 0xda, 0xbf, 0x6a, 0xe2, 0x03, 0xc2, 0xf7, 0x19, 0x38, + 0xf0, 0xff, 0xae, 0x87, 0x93, 0x67, 0x57, 0x8b, 0x18, 0x5d, 0x2f, 0x62, 0xf4, 0x65, 0x11, 0xa3, + 0x37, 0xcb, 0x38, 0xba, 0x5e, 0xc6, 0xd1, 0xa7, 0x65, 0x1c, 0xbd, 0x3c, 0x5a, 0xbb, 0x9e, 0x8b, + 0x10, 0x89, 0x07, 0x67, 0x7c, 0xe8, 0xb2, 0x55, 0x74, 0x56, 0x87, 0x87, 0xd9, 0x74, 0x2d, 0x40, + 0xc3, 0x39, 0x0d, 0x37, 0x43, 0x36, 0x1e, 0x7d, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xd6, 0xcb, 0xea, + 0x23, 0x61, 0x05, 0x00, 0x00, } func (this *AddRateLimitProposal) Equal(that interface{}) bool { diff --git a/x/ratelimit/types/gov_add_rate_limit_test.go b/x/ratelimit/types/gov_add_rate_limit_test.go index e3f12f157f..1840fa2b95 100644 --- a/x/ratelimit/types/gov_add_rate_limit_test.go +++ b/x/ratelimit/types/gov_add_rate_limit_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestGovAddRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_remove_rate_limit_test.go b/x/ratelimit/types/gov_remove_rate_limit_test.go index 2156d98297..c8ce2fe43b 100644 --- a/x/ratelimit/types/gov_remove_rate_limit_test.go +++ b/x/ratelimit/types/gov_remove_rate_limit_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestGovRemoveRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_reset_rate_limit_test.go b/x/ratelimit/types/gov_reset_rate_limit_test.go index 01de56075d..da6e23f5cb 100644 --- a/x/ratelimit/types/gov_reset_rate_limit_test.go +++ b/x/ratelimit/types/gov_reset_rate_limit_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestGovResetRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/gov_update_rate_limit_test.go b/x/ratelimit/types/gov_update_rate_limit_test.go index 20c881190d..5dfecbc318 100644 --- a/x/ratelimit/types/gov_update_rate_limit_test.go +++ b/x/ratelimit/types/gov_update_rate_limit_test.go @@ -6,8 +6,8 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestGovUpdateRateLimit(t *testing.T) { diff --git a/x/ratelimit/types/params.pb.go b/x/ratelimit/types/params.pb.go index 034a0444a5..90202fe991 100644 --- a/x/ratelimit/types/params.pb.go +++ b/x/ratelimit/types/params.pb.go @@ -73,9 +73,9 @@ var fileDescriptor_7af4964ecd08f136 = []byte{ 0x95, 0x38, 0xb8, 0xd8, 0x02, 0xc0, 0x2a, 0x9c, 0x7c, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x38, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, - 0x18, 0x6c, 0x80, 0xae, 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0xd4, 0xae, 0x32, 0x43, 0x03, 0xfd, 0x0a, + 0x18, 0x6c, 0x80, 0xae, 0x4f, 0x62, 0x52, 0xb1, 0x3e, 0xd4, 0xae, 0x32, 0x43, 0x43, 0xfd, 0x0a, 0x24, 0x1b, 0x4b, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x36, 0x1a, 0x03, 0x02, 0x00, 0x00, - 0xff, 0xff, 0xb5, 0xfe, 0xd8, 0x57, 0x92, 0x00, 0x00, 0x00, + 0xff, 0xff, 0xf4, 0xe5, 0x54, 0x39, 0x92, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/ratelimit/types/query.pb.go b/x/ratelimit/types/query.pb.go index ac64f703c8..6fbbab788e 100644 --- a/x/ratelimit/types/query.pb.go +++ b/x/ratelimit/types/query.pb.go @@ -601,8 +601,8 @@ var fileDescriptor_97a373ef8fcef03b = []byte{ 0xa3, 0x0c, 0x78, 0x5c, 0xb4, 0x5b, 0x49, 0xd3, 0x92, 0xdd, 0xa3, 0xb7, 0x1d, 0x8d, 0x0a, 0x09, 0x44, 0x4a, 0x8f, 0x0f, 0x8e, 0x32, 0xe8, 0xf0, 0x28, 0x83, 0x7e, 0x1f, 0x65, 0xd0, 0x87, 0x76, 0x26, 0x75, 0xd8, 0xce, 0xa4, 0x7e, 0xb6, 0x33, 0xa9, 0x17, 0xc5, 0x3a, 0xf3, 0x1a, 0xbb, 0xd5, - 0x7c, 0xcd, 0xd9, 0x8e, 0x12, 0x7e, 0xb3, 0xbc, 0x64, 0xbc, 0xfb, 0x47, 0xde, 0x6b, 0x35, 0x29, - 0xaf, 0x8e, 0x89, 0xbf, 0x09, 0xc5, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xae, 0xd6, 0xdd, 0xa7, + 0x7c, 0xcd, 0xd9, 0x8e, 0x12, 0x7e, 0xb3, 0xbc, 0x6c, 0xbc, 0xfb, 0x47, 0xde, 0x6b, 0x35, 0x29, + 0xaf, 0x8e, 0x89, 0xbf, 0x09, 0xc5, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xef, 0xcd, 0x51, 0xc9, 0xae, 0x08, 0x00, 0x00, } diff --git a/x/ratelimit/types/quota_test.go b/x/ratelimit/types/quota_test.go index eab21a33f7..20d59b8d27 100644 --- a/x/ratelimit/types/quota_test.go +++ b/x/ratelimit/types/quota_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) func TestCheckExceedsQuota(t *testing.T) { diff --git a/x/ratelimit/types/ratelimit.pb.go b/x/ratelimit/types/ratelimit.pb.go index cb3ef281c8..1e1054878a 100644 --- a/x/ratelimit/types/ratelimit.pb.go +++ b/x/ratelimit/types/ratelimit.pb.go @@ -313,37 +313,37 @@ var fileDescriptor_a3e00ee2c967d747 = []byte{ // 520 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0xb5, 0xbf, 0x26, 0xf9, 0xc8, 0x84, 0xb6, 0xd1, 0xa8, 0x0a, 0x51, 0x24, 0xdc, 0x28, 0x12, - 0xa8, 0xaa, 0x14, 0x1b, 0xda, 0x15, 0x62, 0xd5, 0x9f, 0x54, 0xad, 0x08, 0x28, 0x38, 0xa8, 0x20, - 0x36, 0xd1, 0xc4, 0x73, 0x89, 0x47, 0x8d, 0x3d, 0x61, 0x66, 0xec, 0x86, 0x37, 0x60, 0x89, 0x78, - 0x05, 0x5e, 0xa6, 0xcb, 0x2e, 0x11, 0x8b, 0x0a, 0x25, 0x6b, 0xde, 0x01, 0xcd, 0xd8, 0x29, 0x51, - 0x11, 0x0b, 0xca, 0xca, 0x73, 0xcf, 0x3d, 0x73, 0xe4, 0x73, 0xe7, 0x5c, 0xd4, 0x94, 0x4a, 0x30, - 0x0a, 0x9e, 0x20, 0x0a, 0xc6, 0x2c, 0x62, 0xea, 0xd7, 0xc9, 0x9d, 0x08, 0xae, 0x38, 0xae, 0x66, - 0x0c, 0xf7, 0x1a, 0x6f, 0x6c, 0x8c, 0xf8, 0x88, 0x9b, 0xa6, 0xa7, 0x4f, 0x19, 0xaf, 0xf5, 0x14, - 0x15, 0x7a, 0x44, 0x85, 0x78, 0x03, 0x15, 0x29, 0xc4, 0x3c, 0xaa, 0xdb, 0x4d, 0x7b, 0xab, 0xec, - 0x67, 0x05, 0xbe, 0x8f, 0x50, 0x10, 0x92, 0x38, 0x86, 0xf1, 0x80, 0xd1, 0xfa, 0x7f, 0xa6, 0x55, - 0xce, 0x91, 0x13, 0xda, 0x9a, 0xd9, 0xa8, 0xf8, 0x32, 0xe1, 0x8a, 0xe0, 0x37, 0xa8, 0x1a, 0x91, - 0xe9, 0x60, 0x02, 0x22, 0x80, 0x58, 0x0d, 0x24, 0xc4, 0x34, 0x53, 0xda, 0x77, 0x2f, 0xae, 0x36, - 0xad, 0x6f, 0x57, 0x9b, 0x0f, 0x47, 0x4c, 0x85, 0xc9, 0xd0, 0x0d, 0x78, 0xe4, 0x05, 0x5c, 0x46, - 0x5c, 0xe6, 0x9f, 0xb6, 0xa4, 0x67, 0x9e, 0xfa, 0x30, 0x01, 0xe9, 0x9e, 0xc4, 0xca, 0x5f, 0x8b, - 0xc8, 0xb4, 0x97, 0xc9, 0xf4, 0x21, 0xa6, 0x37, 0x95, 0x05, 0x04, 0x69, 0xf6, 0x23, 0xff, 0xa2, - 0xec, 0x43, 0x90, 0xe2, 0x07, 0x68, 0x8d, 0x26, 0x82, 0x28, 0xc6, 0xe3, 0x41, 0xc8, 0x13, 0x21, - 0xeb, 0x2b, 0x4d, 0x7b, 0xab, 0xe0, 0xaf, 0x2e, 0xd0, 0x63, 0x0d, 0xb6, 0x7e, 0xd8, 0xa8, 0x70, - 0x34, 0xe6, 0xe7, 0xf8, 0x08, 0x95, 0x58, 0xfc, 0x6e, 0xcc, 0xcf, 0x6f, 0xe9, 0x2c, 0xbf, 0x8d, - 0x8f, 0xd1, 0xff, 0x3c, 0x51, 0x46, 0xe8, 0x76, 0x46, 0x16, 0xd7, 0x71, 0x1f, 0xad, 0x2e, 0x9e, - 0x27, 0x25, 0xe3, 0x04, 0x8c, 0x81, 0xbf, 0xd7, 0xbb, 0x9b, 0x8b, 0x9c, 0x6a, 0x8d, 0xd6, 0x67, - 0x1b, 0x95, 0x7d, 0xa2, 0xa0, 0xab, 0x53, 0x83, 0xb7, 0x51, 0x61, 0x42, 0x54, 0x68, 0x2c, 0x57, - 0x76, 0x6a, 0xee, 0xcd, 0x58, 0xb9, 0x3a, 0x3d, 0xbe, 0xe1, 0xe0, 0x36, 0x2a, 0xbe, 0xd7, 0x69, - 0x30, 0xb6, 0x2a, 0x3b, 0xf7, 0x7e, 0x27, 0x9b, 0xb0, 0xf8, 0x19, 0x4b, 0x4b, 0x9b, 0x21, 0xac, - 0xfc, 0x49, 0x5a, 0x4f, 0xdd, 0x37, 0x9c, 0x56, 0x17, 0xd5, 0x5e, 0x87, 0x4c, 0x37, 0xa4, 0x02, - 0xba, 0x47, 0xa9, 0x00, 0x29, 0x7b, 0x84, 0x09, 0x5c, 0x43, 0x25, 0x9d, 0x36, 0x10, 0x79, 0x72, - 0xf3, 0x0a, 0x37, 0xd0, 0x1d, 0x01, 0x01, 0xb0, 0x14, 0x44, 0x1e, 0xdc, 0xeb, 0x7a, 0xfb, 0x09, - 0x5a, 0xef, 0x91, 0xe0, 0x0c, 0xd4, 0x21, 0x13, 0x10, 0xe8, 0xa7, 0xc6, 0xeb, 0xa8, 0xd2, 0xdb, - 0x3b, 0x78, 0xd6, 0x79, 0x35, 0xe8, 0x77, 0x5e, 0x1c, 0x56, 0xad, 0x25, 0xc0, 0xef, 0x1c, 0x9c, - 0x56, 0xed, 0x46, 0xe1, 0xe3, 0x17, 0xc7, 0xda, 0x7f, 0x7e, 0x31, 0x73, 0xec, 0xcb, 0x99, 0x63, - 0x7f, 0x9f, 0x39, 0xf6, 0xa7, 0xb9, 0x63, 0x5d, 0xce, 0x1d, 0xeb, 0xeb, 0xdc, 0xb1, 0xde, 0xee, - 0x2e, 0x4d, 0xbb, 0x6f, 0xac, 0xb4, 0xbb, 0x64, 0x28, 0xbd, 0x7c, 0x55, 0xd3, 0xc7, 0x8f, 0xbc, - 0xe9, 0xd2, 0xc2, 0x9a, 0xf1, 0x0f, 0x4b, 0x66, 0x0b, 0x77, 0x7f, 0x06, 0x00, 0x00, 0xff, 0xff, - 0x6e, 0x65, 0xef, 0xd1, 0xd1, 0x03, 0x00, 0x00, + 0xa8, 0xaa, 0x14, 0x5b, 0x6d, 0x57, 0x88, 0x55, 0x7f, 0x52, 0xb5, 0x22, 0xa0, 0xe0, 0xa0, 0x82, + 0xd8, 0x44, 0x13, 0xcf, 0x25, 0x1e, 0x35, 0xf6, 0x84, 0x99, 0xb1, 0x1b, 0xde, 0x80, 0x25, 0xe2, + 0x15, 0x78, 0x99, 0x2e, 0xbb, 0x44, 0x2c, 0x2a, 0x94, 0xac, 0x79, 0x07, 0x34, 0x63, 0xa7, 0x44, + 0x45, 0x2c, 0x28, 0x2b, 0xcf, 0x3d, 0xf7, 0xcc, 0x91, 0xcf, 0x9d, 0x73, 0x51, 0x53, 0x2a, 0xc1, + 0x28, 0x78, 0x82, 0x28, 0x18, 0xb3, 0x88, 0xa9, 0x5f, 0x27, 0x77, 0x22, 0xb8, 0xe2, 0xb8, 0x9a, + 0x31, 0xdc, 0x1b, 0xbc, 0xb1, 0x31, 0xe2, 0x23, 0x6e, 0x9a, 0x9e, 0x3e, 0x65, 0xbc, 0xd6, 0x53, + 0x54, 0xe8, 0x11, 0x15, 0xe2, 0x0d, 0x54, 0xa4, 0x10, 0xf3, 0xa8, 0x6e, 0x37, 0xed, 0xad, 0xb2, + 0x9f, 0x15, 0xf8, 0x21, 0x42, 0x41, 0x48, 0xe2, 0x18, 0xc6, 0x03, 0x46, 0xeb, 0xff, 0x99, 0x56, + 0x39, 0x47, 0x4e, 0x69, 0x6b, 0x66, 0xa3, 0xe2, 0xcb, 0x84, 0x2b, 0x82, 0xdf, 0xa0, 0x6a, 0x44, + 0xa6, 0x83, 0x09, 0x88, 0x00, 0x62, 0x35, 0x90, 0x10, 0xd3, 0x4c, 0xe9, 0xc0, 0xbd, 0xbc, 0xde, + 0xb4, 0xbe, 0x5d, 0x6f, 0x3e, 0x1e, 0x31, 0x15, 0x26, 0x43, 0x37, 0xe0, 0x91, 0x17, 0x70, 0x19, + 0x71, 0x99, 0x7f, 0xda, 0x92, 0x9e, 0x7b, 0xea, 0xc3, 0x04, 0xa4, 0x7b, 0x1a, 0x2b, 0x7f, 0x2d, + 0x22, 0xd3, 0x5e, 0x26, 0xd3, 0x87, 0x98, 0xde, 0x56, 0x16, 0x10, 0xa4, 0xd9, 0x8f, 0xfc, 0x8b, + 0xb2, 0x0f, 0x41, 0x8a, 0x1f, 0xa1, 0x35, 0x9a, 0x08, 0xa2, 0x18, 0x8f, 0x07, 0x21, 0x4f, 0x84, + 0xac, 0xaf, 0x34, 0xed, 0xad, 0x82, 0xbf, 0xba, 0x40, 0x4f, 0x34, 0xd8, 0xfa, 0x61, 0xa3, 0xc2, + 0xf1, 0x98, 0x5f, 0xe0, 0x63, 0x54, 0x62, 0xf1, 0xbb, 0x31, 0xbf, 0xb8, 0xa3, 0xb3, 0xfc, 0x36, + 0x3e, 0x41, 0xff, 0xf3, 0x44, 0x19, 0xa1, 0xbb, 0x19, 0x59, 0x5c, 0xc7, 0x7d, 0xb4, 0xba, 0x78, + 0x9e, 0x94, 0x8c, 0x13, 0x30, 0x06, 0xfe, 0x5e, 0xef, 0x7e, 0x2e, 0x72, 0xa6, 0x35, 0x5a, 0x9f, + 0x6d, 0x54, 0xf6, 0x89, 0x82, 0xae, 0x4e, 0x0d, 0xde, 0x46, 0x85, 0x09, 0x51, 0xa1, 0xb1, 0x5c, + 0xd9, 0xad, 0xb9, 0xb7, 0x63, 0xe5, 0xea, 0xf4, 0xf8, 0x86, 0x83, 0xdb, 0xa8, 0xf8, 0x5e, 0xa7, + 0xc1, 0xd8, 0xaa, 0xec, 0x3e, 0xf8, 0x9d, 0x6c, 0xc2, 0xe2, 0x67, 0x2c, 0x2d, 0x6d, 0x86, 0xb0, + 0xf2, 0x27, 0x69, 0x3d, 0x75, 0xdf, 0x70, 0x5a, 0x5d, 0x54, 0x7b, 0x1d, 0x32, 0xdd, 0x90, 0x0a, + 0xe8, 0x3e, 0xa5, 0x02, 0xa4, 0xec, 0x11, 0x26, 0x70, 0x0d, 0x95, 0x74, 0xda, 0x40, 0xe4, 0xc9, + 0xcd, 0x2b, 0xdc, 0x40, 0xf7, 0x04, 0x04, 0xc0, 0x52, 0x10, 0x79, 0x70, 0x6f, 0xea, 0xed, 0x27, + 0x68, 0xbd, 0x47, 0x82, 0x73, 0x50, 0x47, 0x4c, 0x40, 0xa0, 0x9f, 0x1a, 0xaf, 0xa3, 0x4a, 0x6f, + 0xff, 0xf0, 0x59, 0xe7, 0xd5, 0xa0, 0xdf, 0x79, 0x71, 0x54, 0xb5, 0x96, 0x00, 0xbf, 0x73, 0x78, + 0x56, 0xb5, 0x1b, 0x85, 0x8f, 0x5f, 0x1c, 0xeb, 0xe0, 0xf9, 0xe5, 0xcc, 0xb1, 0xaf, 0x66, 0x8e, + 0xfd, 0x7d, 0xe6, 0xd8, 0x9f, 0xe6, 0x8e, 0x75, 0x35, 0x77, 0xac, 0xaf, 0x73, 0xc7, 0x7a, 0xbb, + 0xb7, 0x34, 0xed, 0xbe, 0xb1, 0xd2, 0xee, 0x92, 0xa1, 0xf4, 0xf2, 0x55, 0x4d, 0x77, 0x76, 0xbc, + 0xe9, 0xd2, 0xc2, 0x9a, 0xf1, 0x0f, 0x4b, 0x66, 0x0b, 0xf7, 0x7e, 0x06, 0x00, 0x00, 0xff, 0xff, + 0x2f, 0x7e, 0x63, 0xbf, 0xd1, 0x03, 0x00, 0x00, } func (m *Path) Marshal() (dAtA []byte, err error) { diff --git a/x/records/client/cli/query.go b/x/records/client/cli/query.go index 305bb86e49..689cae0f1e 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 0c9c539602..ac8279e7c1 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 98f353084e..41a6ad2d79 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/v10/testutil/network" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/client/cli" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/testutil/network" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/client/cli" + "github.com/Stride-Labs/stride/v11/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 7c2cfe4100..6aaf1af571 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func CmdListEpochUnbondingRecord() *cobra.Command { diff --git a/x/records/client/cli/query_params.go b/x/records/client/cli/query_params.go index 1472743407..7c4d6f160f 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 f77180543d..bc90e29a0e 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 a4b3f31734..d774edd756 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/v10/testutil/network" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/client/cli" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/testutil/network" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/client/cli" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func networkWithUserRedemptionRecordObjects(t *testing.T, n int) (*network.Network, []types.UserRedemptionRecord) { diff --git a/x/records/client/cli/tx.go b/x/records/client/cli/tx.go index 17fe8f8099..056211e6d9 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 190d31b543..4fabe22cca 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/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/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 3c9e554c9e..d829de4885 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records" - "github.com/Stride-Labs/stride/v10/x/records/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func TestGenesis(t *testing.T) { diff --git a/x/records/handler.go b/x/records/handler.go index a1e371e47a..b6387b48d8 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/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) // NewHandler ... diff --git a/x/records/keeper/callback_transfer.go b/x/records/keeper/callback_transfer.go index 295f32a3ad..045eed4c7f 100644 --- a/x/records/keeper/callback_transfer.go +++ b/x/records/keeper/callback_transfer.go @@ -5,8 +5,8 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v10/x/records/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/records/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/records/keeper/callback_transfer_test.go b/x/records/keeper/callback_transfer_test.go index 01cc47e511..f853031560 100644 --- a/x/records/keeper/callback_transfer_test.go +++ b/x/records/keeper/callback_transfer_test.go @@ -8,10 +8,10 @@ import ( sdkmath "cosmossdk.io/math" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordskeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordskeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" ) const chainId = "GAIA" diff --git a/x/records/keeper/callbacks.go b/x/records/keeper/callbacks.go index c08b3231df..57fcaa113b 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/v10/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" diff --git a/x/records/keeper/deposit_record.go b/x/records/keeper/deposit_record.go index 4a79df9f0c..b32a558755 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 dc8aa4fecc..d23a21dcfe 100644 --- a/x/records/keeper/epoch_unbonding_record.go +++ b/x/records/keeper/epoch_unbonding_record.go @@ -9,9 +9,9 @@ import ( errorsmod "cosmossdk.io/errors" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 5248268901..e7009662dc 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func createNEpochUnbondingRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) ([]types.EpochUnbondingRecord, map[string]types.HostZoneUnbonding) { diff --git a/x/records/keeper/grpc_query.go b/x/records/keeper/grpc_query.go index de16801f59..310d7ea15e 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 5412c1767b..077f5fe770 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 4cb3a6208f..abe1ffc561 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" sdkmath "cosmossdk.io/math" - "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/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 ded2b3a60d..cab6ee8b0f 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 464958c619..2bbe600592 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func TestEpochUnbondingRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/grpc_query_params.go b/x/records/keeper/grpc_query_params.go index fbb31b5cde..6ce04d1931 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 f63fbe34ea..b085f6eff3 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/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 607de822e7..6ce0642c0e 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 358c699d3c..d356e0378e 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 @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 bb7ff82ed6..809bddcd71 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func TestUserRedemptionRecordQuerySingle(t *testing.T) { diff --git a/x/records/keeper/keeper.go b/x/records/keeper/keeper.go index a416138a29..d2d850538d 100644 --- a/x/records/keeper/keeper.go +++ b/x/records/keeper/keeper.go @@ -12,13 +12,13 @@ import ( ibctransferkeeper "github.com/cosmos/ibc-go/v7/modules/apps/transfer/keeper" ibctypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" - "github.com/Stride-Labs/stride/v10/utils" - icacallbackskeeper "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackskeeper "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" storetypes "github.com/cosmos/cosmos-sdk/store/types" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/types" ) type ( diff --git a/x/records/keeper/keeper_test.go b/x/records/keeper/keeper_test.go index a293304dad..391c4e0ab3 100644 --- a/x/records/keeper/keeper_test.go +++ b/x/records/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) type KeeperTestSuite struct { diff --git a/x/records/keeper/msg_server.go b/x/records/keeper/msg_server.go index 07bf73706e..7ae60988b9 100644 --- a/x/records/keeper/msg_server.go +++ b/x/records/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/types" ) type msgServer struct { diff --git a/x/records/keeper/params.go b/x/records/keeper/params.go index a94c80cd5f..f2d3e1d754 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 247ee6cb33..58669ed360 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func TestGetParams(t *testing.T) { diff --git a/x/records/keeper/transfer_test.go b/x/records/keeper/transfer_test.go index 946d8d9d19..86b5b4bb3b 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/v10/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/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 602577139e..c4d4b978d5 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/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 e4b119a57f..9ba14e57f3 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func createNUserRedemptionRecord(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.UserRedemptionRecord { diff --git a/x/records/migrations/v2/convert.go b/x/records/migrations/v2/convert.go index cbab49a25e..c1c8c077ab 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/v10/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v11/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v11/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 35dabd481d..41c9b4e08c 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/v10/x/records/migrations/v2/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" + oldrecordstypes "github.com/Stride-Labs/stride/v11/x/records/migrations/v2/types" + recordstypes "github.com/Stride-Labs/stride/v11/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 6e45819e84..60147d055f 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/v10/x/records/migrations/v2/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + oldrecordtypes "github.com/Stride-Labs/stride/v11/x/records/migrations/v2/types" + recordtypes "github.com/Stride-Labs/stride/v11/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 92854ebbf8..85f76eda1c 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/v10/x/records/client/cli" - "github.com/Stride-Labs/stride/v10/x/records/keeper" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/client/cli" + "github.com/Stride-Labs/stride/v11/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/types" ) var ( diff --git a/x/records/module_ibc.go b/x/records/module_ibc.go index 6c4f6aaedf..d8344c9207 100644 --- a/x/records/module_ibc.go +++ b/x/records/module_ibc.go @@ -11,10 +11,10 @@ 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" - icacallbacks "github.com/Stride-Labs/stride/v10/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + icacallbacks "github.com/Stride-Labs/stride/v11/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v10/x/records/keeper" + "github.com/Stride-Labs/stride/v11/x/records/keeper" // "google.golang.org/protobuf/proto" <-- this breaks tx parsing diff --git a/x/records/module_simulation.go b/x/records/module_simulation.go index 468b2c00cd..e960ce91d3 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/v10/testutil/sample" - recordssimulation "github.com/Stride-Labs/stride/v10/x/records/simulation" - "github.com/Stride-Labs/stride/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/testutil/sample" + recordssimulation "github.com/Stride-Labs/stride/v11/x/records/simulation" + "github.com/Stride-Labs/stride/v11/x/records/types" ) // avoid unused import issue diff --git a/x/records/types/callbacks.pb.go b/x/records/types/callbacks.pb.go index 5cade3dcfe..33fd585ba8 100644 --- a/x/records/types/callbacks.pb.go +++ b/x/records/types/callbacks.pb.go @@ -84,8 +84,8 @@ var fileDescriptor_6f7cdd5c1d8b3a46 = []byte{ 0x27, 0xef, 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, 0x4c, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0x0f, 0x06, 0x5b, 0xaa, 0xeb, 0x93, 0x98, 0x54, - 0xac, 0x0f, 0x75, 0x60, 0x99, 0xa1, 0x81, 0x7e, 0x05, 0xdc, 0x99, 0x25, 0x95, 0x05, 0xa9, 0xc5, - 0x49, 0x6c, 0x60, 0x37, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xda, 0x6e, 0xeb, 0xaa, 0xc5, + 0xac, 0x0f, 0x75, 0x60, 0x99, 0xa1, 0xa1, 0x7e, 0x05, 0xdc, 0x99, 0x25, 0x95, 0x05, 0xa9, 0xc5, + 0x49, 0x6c, 0x60, 0x37, 0x1a, 0x03, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd4, 0xfe, 0x60, 0x0f, 0xc5, 0x00, 0x00, 0x00, } diff --git a/x/records/types/genesis.pb.go b/x/records/types/genesis.pb.go index a7ad6f8507..97623750cd 100644 --- a/x/records/types/genesis.pb.go +++ b/x/records/types/genesis.pb.go @@ -691,65 +691,65 @@ var fileDescriptor_98cfd0253c8b6797 = []byte{ // 979 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x3d, 0x6f, 0xdb, 0x46, 0x18, 0x16, 0x45, 0x8a, 0x92, 0x5f, 0xdb, 0x8a, 0x7c, 0x56, 0x6c, 0xda, 0x49, 0x64, 0x85, 0x68, - 0x0b, 0x2d, 0x91, 0x62, 0xb7, 0xe8, 0x50, 0x14, 0x68, 0x25, 0x4b, 0xb1, 0x99, 0x2a, 0xb2, 0x7a, + 0x0b, 0x2d, 0x91, 0x6a, 0xb7, 0xe8, 0x50, 0x14, 0x68, 0x25, 0x4b, 0xb1, 0x99, 0x2a, 0xb2, 0x7a, 0x92, 0x9a, 0x22, 0x43, 0x09, 0x4a, 0x3c, 0x48, 0x84, 0x43, 0x9e, 0xc0, 0x3b, 0x19, 0x6d, 0x97, 0xfe, 0x85, 0x0e, 0x1d, 0x3a, 0x76, 0x29, 0xfa, 0x57, 0x32, 0x66, 0x2c, 0x3a, 0x04, 0x85, 0x3d, - 0xf4, 0x47, 0x74, 0x29, 0x78, 0xa4, 0x69, 0xea, 0x23, 0x09, 0x60, 0x74, 0x92, 0xf8, 0x7e, 0xdf, + 0xf4, 0x47, 0x74, 0x29, 0x78, 0xa4, 0x69, 0xea, 0x23, 0x09, 0x60, 0x64, 0x92, 0xf8, 0x7e, 0xdf, 0xfb, 0x3c, 0x7c, 0x8e, 0x70, 0x9f, 0x71, 0xdf, 0xb1, 0x49, 0xcd, 0x27, 0x23, 0xea, 0xdb, 0xac, 0x36, 0x26, 0x1e, 0x61, 0x0e, 0xab, 0x4e, 0x7d, 0xca, 0x29, 0xca, 0x87, 0xde, 0x6a, 0xe4, 0xdd, - 0x2f, 0x8e, 0xe9, 0x98, 0x0a, 0x57, 0x2d, 0xf8, 0x17, 0x46, 0xe9, 0x7f, 0xa4, 0xa1, 0x38, 0x60, + 0x2f, 0x8e, 0xe9, 0x98, 0x0a, 0x57, 0x2d, 0xf8, 0x17, 0x46, 0xe9, 0x7f, 0xa6, 0xa1, 0x38, 0x60, 0xc4, 0xc7, 0xc4, 0x26, 0xee, 0x94, 0x3b, 0xd4, 0xc3, 0x22, 0x1e, 0xe5, 0x21, 0xed, 0xd8, 0x9a, 0x54, 0x96, 0x2a, 0x6b, 0x38, 0xed, 0xd8, 0x68, 0x07, 0x54, 0x46, 0x3c, 0x9b, 0xf8, 0x5a, 0x5a, 0xd8, 0xa2, 0x27, 0xb4, 0x0f, 0x39, 0x9f, 0x8c, 0x88, 0x73, 0x41, 0x7c, 0x4d, 0x16, 0x9e, 0xf8, - 0x19, 0x3d, 0x01, 0xd5, 0x72, 0xe9, 0xcc, 0xe3, 0x9a, 0x12, 0x78, 0x1a, 0xd5, 0x57, 0x6f, 0x0e, - 0x52, 0x7f, 0xbd, 0x39, 0xf8, 0x68, 0xec, 0xf0, 0xc9, 0x6c, 0x58, 0x1d, 0x51, 0xb7, 0x36, 0xa2, - 0xcc, 0xa5, 0x2c, 0xfa, 0x79, 0xc4, 0xec, 0xf3, 0x1a, 0xff, 0x61, 0x4a, 0x58, 0xd5, 0xf0, 0x38, + 0x19, 0x3d, 0x06, 0xd5, 0x72, 0xe9, 0xcc, 0xe3, 0x9a, 0x12, 0x78, 0x1a, 0xd5, 0x97, 0xaf, 0x0f, + 0x52, 0x7f, 0xbf, 0x3e, 0xf8, 0x68, 0xec, 0xf0, 0xc9, 0x6c, 0x58, 0x1d, 0x51, 0xb7, 0x36, 0xa2, + 0xcc, 0xa5, 0x2c, 0xfa, 0x79, 0xc4, 0xec, 0xf3, 0x1a, 0xff, 0x71, 0x4a, 0x58, 0xd5, 0xf0, 0x38, 0x8e, 0xb2, 0x51, 0x11, 0x32, 0x36, 0xf1, 0xa8, 0xab, 0x65, 0x44, 0x83, 0xf0, 0x01, 0x95, 0x61, - 0x63, 0x42, 0x19, 0x37, 0x7f, 0xa4, 0x1e, 0x31, 0x1d, 0x5b, 0x53, 0x85, 0x13, 0x02, 0xdb, 0x0b, + 0x63, 0x42, 0x19, 0x37, 0x7f, 0xa2, 0x1e, 0x31, 0x1d, 0x5b, 0x53, 0x85, 0x13, 0x02, 0xdb, 0x73, 0xea, 0x11, 0xc3, 0x46, 0x0f, 0x61, 0x83, 0x4c, 0xe9, 0x68, 0x62, 0x7a, 0x33, 0x77, 0x48, 0x7c, - 0x2d, 0x5b, 0x96, 0x2a, 0x0a, 0x5e, 0x17, 0xb6, 0x8e, 0x30, 0xa1, 0x0a, 0x14, 0x46, 0x2f, 0x2d, + 0x2d, 0x5b, 0x96, 0x2a, 0x0a, 0x5e, 0x17, 0xb6, 0x8e, 0x30, 0xa1, 0x0a, 0x14, 0x46, 0x2f, 0x2c, 0xc7, 0x35, 0x1d, 0x66, 0x4e, 0x89, 0x67, 0x3b, 0xde, 0x58, 0xcb, 0x95, 0xa5, 0x4a, 0x0e, 0xe7, - 0x85, 0xdd, 0x60, 0xdd, 0xd0, 0xaa, 0xe7, 0x41, 0xed, 0x5a, 0xbe, 0xe5, 0xb2, 0xcf, 0x94, 0x5f, - 0x7f, 0x3b, 0x48, 0xe9, 0x5d, 0xd8, 0x0a, 0x57, 0xc5, 0xba, 0xd6, 0xe8, 0x9c, 0xf0, 0xa6, 0xc5, + 0x85, 0xdd, 0x60, 0xdd, 0xd0, 0xaa, 0xe7, 0x41, 0xed, 0x5a, 0xbe, 0xe5, 0xb2, 0xcf, 0x95, 0xdf, + 0x7e, 0x3f, 0x48, 0xe9, 0x5d, 0xd8, 0x0a, 0x57, 0xc5, 0xba, 0xd6, 0xe8, 0x9c, 0xf0, 0xa6, 0xc5, 0x2d, 0x74, 0x08, 0x59, 0x8f, 0x9a, 0xb6, 0xc5, 0x2d, 0xb1, 0xba, 0xf5, 0xa3, 0x9d, 0xea, 0x3c, 0x0c, 0xd5, 0x0e, 0x0d, 0x02, 0x4f, 0x53, 0x58, 0xf5, 0xc4, 0xbf, 0x46, 0x0e, 0xd4, 0xa9, 0x28, - 0xa0, 0xe7, 0x40, 0x0d, 0xbd, 0xfa, 0x3f, 0x32, 0x6c, 0x36, 0xc9, 0x94, 0x32, 0x87, 0x2f, 0xc1, - 0xa1, 0x08, 0x38, 0x6e, 0x56, 0x9b, 0xfe, 0x7f, 0x56, 0x2b, 0xbf, 0x6b, 0xb5, 0xca, 0xd2, 0x6a, - 0x3f, 0x07, 0x95, 0x71, 0x8b, 0xcf, 0x98, 0x58, 0x7b, 0xfe, 0xe8, 0x83, 0xc5, 0x73, 0xce, 0x8d, - 0x5f, 0xed, 0x89, 0x58, 0x1c, 0xe5, 0xa0, 0xc7, 0x50, 0xb4, 0x43, 0xbf, 0xb9, 0x02, 0x20, 0x14, - 0xf9, 0x5a, 0x09, 0x9c, 0x82, 0x7e, 0x74, 0xe6, 0x8f, 0x88, 0x40, 0xe7, 0xfd, 0xfd, 0x44, 0x2c, - 0x8e, 0x72, 0xf4, 0x09, 0xa8, 0xe1, 0x04, 0x08, 0x41, 0xbe, 0x8f, 0xeb, 0x9d, 0xde, 0x93, 0x16, - 0x36, 0xbf, 0x1e, 0xb4, 0x06, 0xad, 0x42, 0x0a, 0x69, 0x50, 0x8c, 0x6d, 0x46, 0xc7, 0xec, 0xe2, + 0xa0, 0xe7, 0x40, 0x0d, 0xbd, 0xfa, 0xbf, 0x32, 0x6c, 0x36, 0xc9, 0x94, 0x32, 0x87, 0x2f, 0xc1, + 0xa1, 0x08, 0x38, 0x6e, 0x56, 0x9b, 0x7e, 0x3f, 0xab, 0x95, 0xdf, 0xb6, 0x5a, 0x65, 0x69, 0xb5, + 0x5f, 0x80, 0xca, 0xb8, 0xc5, 0x67, 0x4c, 0xac, 0x3d, 0x7f, 0xf4, 0xc1, 0xe2, 0x39, 0xe7, 0xc6, + 0xaf, 0xf6, 0x44, 0x2c, 0x8e, 0x72, 0xd0, 0xc7, 0x50, 0xb4, 0x43, 0xbf, 0xb9, 0x02, 0x20, 0x14, + 0xf9, 0x5a, 0x09, 0x9c, 0x82, 0x7e, 0x74, 0xe6, 0x8f, 0x88, 0x40, 0xe7, 0xdd, 0xfd, 0x44, 0x2c, + 0x8e, 0x72, 0xf4, 0x09, 0xa8, 0xe1, 0x04, 0x08, 0x41, 0xbe, 0x8f, 0xeb, 0x9d, 0xde, 0xe3, 0x16, + 0x36, 0xbf, 0x19, 0xb4, 0x06, 0xad, 0x42, 0x0a, 0x69, 0x50, 0x8c, 0x6d, 0x46, 0xc7, 0xec, 0xe2, 0xb3, 0x13, 0xdc, 0xea, 0xf5, 0x0a, 0x69, 0x54, 0x84, 0x42, 0xb3, 0xd5, 0x6e, 0x9d, 0xd4, 0xfb, 0xc6, 0x59, 0x27, 0x8a, 0x97, 0xd0, 0x3e, 0xec, 0x24, 0xac, 0xc9, 0x0c, 0x59, 0xaf, 0x80, 0x1a, - 0xf6, 0x46, 0x00, 0x6a, 0xaf, 0x8f, 0x8d, 0x66, 0xd0, 0x01, 0x41, 0xfe, 0xb9, 0xd1, 0x3f, 0x6d, - 0xe2, 0xfa, 0xf3, 0x7a, 0xdb, 0x34, 0x8e, 0xeb, 0x05, 0xe9, 0xa9, 0x92, 0xcb, 0x14, 0x54, 0xfd, - 0x77, 0x05, 0xb6, 0x4e, 0xa3, 0xb5, 0x0e, 0xbc, 0x21, 0x15, 0x5c, 0x43, 0xdf, 0xc0, 0x1d, 0xc6, + 0xf6, 0x46, 0x00, 0x6a, 0xaf, 0x8f, 0x8d, 0x66, 0xd0, 0x01, 0x41, 0xfe, 0x99, 0xd1, 0x3f, 0x6d, + 0xe2, 0xfa, 0xb3, 0x7a, 0xdb, 0x34, 0x8e, 0xeb, 0x05, 0xe9, 0x89, 0x92, 0xcb, 0x14, 0x54, 0xfd, + 0x0f, 0x05, 0xb6, 0x4e, 0xa3, 0xb5, 0x0e, 0xbc, 0x21, 0x15, 0x5c, 0x43, 0xdf, 0xc2, 0x1d, 0xc6, 0x4d, 0x4e, 0xcf, 0x89, 0x67, 0x46, 0x30, 0x4b, 0xb7, 0x82, 0x79, 0x93, 0xf1, 0x7e, 0x50, 0xa5, - 0x1e, 0xa2, 0xfd, 0x1d, 0x6c, 0x7b, 0x16, 0x77, 0x2e, 0xc8, 0x7c, 0xed, 0xdb, 0x51, 0x68, 0x2b, + 0x1e, 0xa2, 0xfd, 0x3d, 0x6c, 0x7b, 0x16, 0x77, 0x2e, 0xc8, 0x7c, 0xed, 0xdb, 0x51, 0x68, 0x2b, 0x2c, 0x95, 0xac, 0x7f, 0x5b, 0x36, 0x7d, 0x08, 0xf9, 0xd9, 0xf5, 0xe1, 0x4d, 0xee, 0xb8, 0x44, - 0xbc, 0xe9, 0x0a, 0xde, 0x8c, 0xad, 0x7d, 0xc7, 0x25, 0xe8, 0xcb, 0x05, 0xd2, 0x55, 0x16, 0x49, - 0xb0, 0xb4, 0xc9, 0x45, 0xe2, 0x7d, 0x0a, 0xbb, 0x33, 0x46, 0x7c, 0xd3, 0x8f, 0xe5, 0xce, 0x8c, - 0x72, 0xb5, 0x6c, 0x59, 0xae, 0xac, 0xe1, 0xbb, 0xb3, 0x15, 0x62, 0xc8, 0xf4, 0x9f, 0x62, 0x02, + 0xbc, 0xe9, 0x0a, 0xde, 0x8c, 0xad, 0x7d, 0xc7, 0x25, 0xe8, 0xab, 0x05, 0xd2, 0x55, 0x16, 0x49, + 0xb0, 0xb4, 0xc9, 0x45, 0xe2, 0x7d, 0x06, 0xbb, 0x33, 0x46, 0x7c, 0xd3, 0x8f, 0xe5, 0xce, 0x8c, + 0x72, 0xb5, 0x6c, 0x59, 0xae, 0xac, 0xe1, 0xbb, 0xb3, 0x15, 0x62, 0xc8, 0xf4, 0x9f, 0x63, 0x02, 0x6d, 0xc3, 0x9d, 0x41, 0xa7, 0x71, 0xd6, 0x69, 0x1a, 0x9d, 0x93, 0x98, 0x41, 0x7b, 0x70, 0xf7, - 0xc6, 0x38, 0x47, 0x08, 0xb4, 0x0b, 0xdb, 0xad, 0x6f, 0x8d, 0xbe, 0xb9, 0xc0, 0x3a, 0x09, 0x3d, - 0x80, 0xbd, 0x79, 0x47, 0x32, 0x4f, 0x41, 0x9b, 0xb0, 0x76, 0xdc, 0xae, 0x1b, 0xcf, 0xea, 0x8d, - 0x76, 0xab, 0x90, 0xd6, 0x7f, 0x91, 0xa0, 0x28, 0xde, 0x87, 0xf8, 0x68, 0x91, 0x30, 0x2c, 0x6a, + 0xc6, 0x38, 0x47, 0x08, 0xb4, 0x0b, 0xdb, 0xad, 0xef, 0x8c, 0xbe, 0xb9, 0xc0, 0x3a, 0x09, 0x3d, + 0x80, 0xbd, 0x79, 0x47, 0x32, 0x4f, 0x41, 0x9b, 0xb0, 0x76, 0xdc, 0xae, 0x1b, 0x4f, 0xeb, 0x8d, + 0x76, 0xab, 0x90, 0xd6, 0x7f, 0x95, 0xa0, 0x28, 0xde, 0x87, 0xf8, 0x68, 0x91, 0x30, 0x2c, 0x6a, 0x9c, 0xb4, 0xac, 0x71, 0x3d, 0x28, 0xde, 0xec, 0x3f, 0xde, 0x28, 0xd3, 0xe4, 0xb2, 0x5c, 0x59, - 0x3f, 0x7a, 0xf8, 0xde, 0x25, 0x62, 0x34, 0x59, 0x34, 0xb1, 0xa7, 0x4a, 0x2e, 0x5d, 0x90, 0xf5, - 0x7f, 0x65, 0xd8, 0x38, 0x09, 0xaf, 0x9d, 0x60, 0x3f, 0x04, 0x7d, 0x12, 0xa8, 0x59, 0xa0, 0x92, - 0x6f, 0xd3, 0xbf, 0x50, 0x43, 0x1b, 0x4a, 0x40, 0x36, 0x1c, 0xc5, 0xa2, 0x5d, 0xc8, 0x4e, 0xa9, + 0x3f, 0x7a, 0xf8, 0xce, 0x25, 0x62, 0x34, 0x59, 0x34, 0xb1, 0x27, 0x4a, 0x2e, 0x5d, 0x90, 0xf5, + 0xff, 0x64, 0xd8, 0x38, 0x09, 0xaf, 0x9d, 0x60, 0x3f, 0x04, 0x7d, 0x1a, 0xa8, 0x59, 0xa0, 0x92, + 0x6f, 0xd2, 0xbf, 0x50, 0x43, 0x1b, 0x4a, 0x40, 0x36, 0x1c, 0xc5, 0xa2, 0x5d, 0xc8, 0x4e, 0xa9, 0xcf, 0x03, 0x72, 0x44, 0xb7, 0x4b, 0xf0, 0x68, 0xd8, 0xc8, 0x81, 0x7b, 0xab, 0xf1, 0x32, 0x5f, - 0x3a, 0x8c, 0x47, 0x27, 0x58, 0xd2, 0x82, 0x55, 0x17, 0x5a, 0xd4, 0x51, 0x5b, 0x85, 0x6f, 0xdb, - 0x61, 0x1c, 0x7d, 0x01, 0xf7, 0xdf, 0xd2, 0x6a, 0x14, 0x5f, 0x61, 0x0a, 0xde, 0x5b, 0x95, 0x7f, + 0x38, 0x8c, 0x47, 0x27, 0x58, 0xd2, 0x82, 0x55, 0x17, 0x5a, 0xd4, 0x51, 0x5b, 0x85, 0x6f, 0xdb, + 0x61, 0x1c, 0x7d, 0x09, 0xf7, 0xdf, 0xd0, 0x6a, 0x14, 0x5f, 0x61, 0x0a, 0xde, 0x5b, 0x95, 0x7f, 0x2c, 0xc8, 0xef, 0xc0, 0xbd, 0x10, 0x89, 0x1b, 0x2a, 0x27, 0x67, 0xcd, 0xac, 0x9e, 0x75, 0x15, 0xa8, 0xd7, 0xb3, 0x92, 0x15, 0x3e, 0x31, 0x6b, 0x0f, 0xb6, 0xaf, 0xf5, 0x33, 0xd9, 0x22, 0x2b, - 0x5a, 0x3c, 0x78, 0xa7, 0x34, 0x46, 0xb5, 0xb7, 0xec, 0xa4, 0x51, 0x14, 0x4d, 0x88, 0xf2, 0xdc, - 0xc1, 0x73, 0x73, 0xa2, 0x9c, 0x38, 0xf1, 0x51, 0x06, 0xe4, 0x67, 0x6c, 0xdc, 0xf8, 0xea, 0xd5, - 0x65, 0x49, 0x7a, 0x7d, 0x59, 0x92, 0xfe, 0xbe, 0x2c, 0x49, 0x3f, 0x5f, 0x95, 0x52, 0xaf, 0xaf, - 0x4a, 0xa9, 0x3f, 0xaf, 0x4a, 0xa9, 0x17, 0x87, 0x09, 0x29, 0xe9, 0x89, 0xa1, 0x1e, 0xb5, 0xad, - 0x21, 0xab, 0x45, 0x1f, 0x2e, 0x17, 0x87, 0x8f, 0x6b, 0xdf, 0xc7, 0x9f, 0x2f, 0x42, 0x59, 0x86, - 0xaa, 0xf8, 0x2e, 0xf9, 0xf8, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x9d, 0xe9, 0x84, 0xe0, 0xdd, + 0x5a, 0x3c, 0x78, 0xab, 0x34, 0x46, 0xb5, 0xb7, 0xec, 0xa4, 0x51, 0x14, 0x4d, 0x88, 0xf2, 0xdc, + 0xc1, 0x73, 0x73, 0xa2, 0x9c, 0x38, 0xf1, 0x51, 0x06, 0xe4, 0xa7, 0x6c, 0xdc, 0xf8, 0xfa, 0xe5, + 0x65, 0x49, 0x7a, 0x75, 0x59, 0x92, 0xfe, 0xb9, 0x2c, 0x49, 0xbf, 0x5c, 0x95, 0x52, 0xaf, 0xae, + 0x4a, 0xa9, 0xbf, 0xae, 0x4a, 0xa9, 0xe7, 0x87, 0x09, 0x29, 0xe9, 0x89, 0xa1, 0x1e, 0xb5, 0xad, + 0x21, 0xab, 0x45, 0x1f, 0x2e, 0x17, 0x87, 0x87, 0xb5, 0x1f, 0xe2, 0xcf, 0x17, 0xa1, 0x2c, 0x43, + 0x55, 0x7c, 0x97, 0x7c, 0xf2, 0x7f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x93, 0x79, 0x0f, 0x45, 0xdd, 0x08, 0x00, 0x00, } diff --git a/x/records/types/genesis_test.go b/x/records/types/genesis_test.go index 4e6360027b..22a17e9e89 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/v10/x/records/types" + "github.com/Stride-Labs/stride/v11/x/records/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/records/types/query.pb.go b/x/records/types/query.pb.go index 8ec9855c83..525a4b5ae7 100644 --- a/x/records/types/query.pb.go +++ b/x/records/types/query.pb.go @@ -914,70 +914,70 @@ func init() { func init() { proto.RegisterFile("stride/records/query.proto", fileDescriptor_25e7cc311be81f7b) } var fileDescriptor_25e7cc311be81f7b = []byte{ - // 1003 bytes of a gzipped FileDescriptorProto + // 1002 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x6f, 0xdc, 0x44, 0x14, 0xcf, 0x64, 0x93, 0x94, 0xbe, 0x36, 0x51, 0x35, 0x5d, 0x95, 0xb0, 0xb4, 0xdb, 0xd4, 0xa9, - 0xf8, 0x13, 0x52, 0x4f, 0x37, 0x0d, 0xaa, 0x28, 0x07, 0x94, 0x16, 0xd2, 0x84, 0xa2, 0xaa, 0x18, - 0xf5, 0xd2, 0x03, 0xae, 0xbd, 0x9e, 0x38, 0x16, 0x5e, 0x8f, 0xeb, 0xf1, 0x56, 0x2c, 0xcb, 0x5e, - 0x38, 0x71, 0x44, 0xe2, 0x23, 0x20, 0xbe, 0x01, 0x17, 0x6e, 0x88, 0x53, 0x0e, 0x1c, 0x5a, 0x71, - 0xe9, 0x09, 0xa1, 0x84, 0xcf, 0x81, 0x90, 0x67, 0x66, 0x93, 0xf5, 0x76, 0xec, 0xec, 0x46, 0xcb, - 0xa1, 0x37, 0x7b, 0xde, 0xbf, 0xdf, 0xef, 0xcd, 0x7b, 0xf3, 0x66, 0xa0, 0xc6, 0xd3, 0x24, 0xf0, - 0x28, 0x49, 0x68, 0x93, 0x25, 0x1e, 0x27, 0x4f, 0xda, 0x34, 0xe9, 0x98, 0x71, 0xc2, 0x52, 0x86, - 0x17, 0xa4, 0xcc, 0x54, 0xb2, 0x5a, 0xd5, 0x67, 0x3e, 0x13, 0x22, 0x92, 0x7d, 0x49, 0xad, 0xda, - 0x45, 0x9f, 0x31, 0x3f, 0xa4, 0xc4, 0x89, 0x03, 0xe2, 0x44, 0x11, 0x4b, 0x9d, 0x34, 0x60, 0x11, - 0x57, 0xd2, 0x95, 0x26, 0xe3, 0x2d, 0xc6, 0x89, 0xeb, 0x70, 0x2a, 0x9d, 0x93, 0xa7, 0x0d, 0x97, - 0xa6, 0x4e, 0x83, 0xc4, 0x8e, 0x1f, 0x44, 0x42, 0xb9, 0xef, 0x69, 0x08, 0x8b, 0x4f, 0x23, 0xca, - 0x03, 0xe5, 0xc9, 0xa8, 0x02, 0xfe, 0x3c, 0xb3, 0x7f, 0xe0, 0x24, 0x4e, 0x8b, 0x5b, 0xf4, 0x49, - 0x9b, 0xf2, 0xd4, 0xb8, 0x07, 0xe7, 0x73, 0xab, 0x3c, 0x66, 0x11, 0xa7, 0x78, 0x1d, 0xe6, 0x62, - 0xb1, 0xb2, 0x88, 0x96, 0xd0, 0x3b, 0x67, 0xd6, 0x2e, 0x98, 0x79, 0x2e, 0xa6, 0xd4, 0xbf, 0x3d, - 0xb3, 0xf7, 0xd7, 0xe5, 0x29, 0x4b, 0xe9, 0x1a, 0x26, 0x5c, 0x14, 0xce, 0xee, 0xd2, 0xf4, 0x63, - 0x1a, 0x33, 0x1e, 0xa4, 0x96, 0x50, 0x57, 0xc1, 0xf0, 0x02, 0x4c, 0x07, 0x9e, 0xf0, 0x38, 0x63, - 0x4d, 0x07, 0x9e, 0xf1, 0x15, 0x5c, 0x2a, 0xd0, 0x57, 0x30, 0x3e, 0x85, 0x05, 0x4f, 0x0a, 0x6c, - 0x19, 0x58, 0xc1, 0xb9, 0x34, 0x0c, 0x27, 0x67, 0xae, 0x50, 0xcd, 0x7b, 0x83, 0x8b, 0xc6, 0x8e, - 0x02, 0xb7, 0x11, 0x86, 0x5a, 0x70, 0x9b, 0x00, 0x47, 0x19, 0x55, 0x71, 0xde, 0x32, 0x65, 0xfa, - 0xcd, 0x2c, 0xfd, 0xa6, 0xdc, 0x5b, 0x95, 0x7e, 0xf3, 0x81, 0xe3, 0x53, 0x65, 0x6b, 0x0d, 0x58, - 0x1a, 0xbf, 0x20, 0xc5, 0xea, 0xe5, 0x40, 0x25, 0xac, 0x2a, 0x27, 0x63, 0x85, 0xef, 0xe6, 0x50, - 0x4f, 0x0b, 0xd4, 0x6f, 0x1f, 0x8b, 0x5a, 0x02, 0xc9, 0xc1, 0xbe, 0x03, 0x97, 0x05, 0xea, 0x7c, - 0xcc, 0xce, 0x16, 0xe3, 0x69, 0x3f, 0x43, 0x4b, 0x70, 0x76, 0x97, 0xf1, 0xd4, 0xfe, 0x86, 0x45, - 0xd4, 0x56, 0x1b, 0x79, 0xda, 0x82, 0x6c, 0xed, 0x11, 0x8b, 0xe8, 0xb6, 0x67, 0x44, 0xb0, 0x54, - 0xec, 0x64, 0xf2, 0xec, 0x8d, 0xf7, 0x61, 0xb9, 0x5f, 0x40, 0x0f, 0x39, 0x4d, 0x2c, 0xea, 0xd1, - 0x56, 0x9c, 0xd1, 0x29, 0xaa, 0xbb, 0xd3, 0xa2, 0xee, 0xbe, 0x47, 0x70, 0xb5, 0xdc, 0x4e, 0x61, - 0x7d, 0x0c, 0x17, 0xda, 0x9c, 0x26, 0x76, 0x72, 0xa8, 0x90, 0xaf, 0xc3, 0xab, 0xc3, 0x98, 0x75, - 0xde, 0x14, 0xf4, 0x6a, 0x5b, 0x23, 0x33, 0x5a, 0x8a, 0xc1, 0x46, 0x18, 0x96, 0x31, 0x98, 0x54, - 0x71, 0x3e, 0xef, 0x33, 0x2f, 0x8c, 0x37, 0x02, 0xf3, 0xca, 0x24, 0x98, 0x4f, 0xae, 0x72, 0x9f, - 0x23, 0x58, 0x29, 0xe3, 0xb4, 0xc9, 0x12, 0xb9, 0x2c, 0x53, 0xf9, 0x06, 0xbc, 0xd6, 0xdc, 0x75, - 0x82, 0xe8, 0xa8, 0x82, 0x4f, 0x89, 0xff, 0x6d, 0x0f, 0x9f, 0x83, 0x8a, 0xe7, 0x74, 0x04, 0x96, - 0x19, 0x2b, 0xfb, 0xc4, 0x8b, 0x70, 0xca, 0xf1, 0xbc, 0x84, 0x72, 0xbe, 0x58, 0x91, 0xba, 0xea, - 0x17, 0x57, 0x61, 0x36, 0x0c, 0x5a, 0x41, 0xba, 0x38, 0x23, 0xb4, 0xe5, 0xcf, 0xd0, 0x3e, 0xcd, - 0x9e, 0x78, 0x9f, 0x5e, 0x20, 0x78, 0x6f, 0x24, 0x4e, 0xaf, 0xde, 0x76, 0x6d, 0x1d, 0xf5, 0xec, - 0x27, 0x31, 0x6b, 0xee, 0x3e, 0x8c, 0x5c, 0x16, 0x79, 0x41, 0xe4, 0xe7, 0x2b, 0xfe, 0x0a, 0x9c, - 0xa5, 0x99, 0xd8, 0x8e, 0xda, 0x2d, 0x97, 0x26, 0x6a, 0x6a, 0x9c, 0x11, 0x6b, 0xf7, 0xc5, 0x52, - 0xae, 0x8d, 0xf5, 0xae, 0x8e, 0xb2, 0x23, 0x7d, 0xb5, 0xfb, 0x0a, 0xc7, 0xb4, 0xb1, 0xce, 0x5b, - 0x3f, 0x3b, 0x54, 0x23, 0x1b, 0x6c, 0xe3, 0x32, 0x52, 0xff, 0x47, 0x1b, 0x9f, 0x98, 0x79, 0x65, - 0x12, 0xcc, 0x27, 0x56, 0x17, 0x6b, 0xbf, 0xce, 0xc3, 0xac, 0xe0, 0x84, 0xbf, 0x85, 0x39, 0x79, - 0xbd, 0xc0, 0xc6, 0x30, 0xbc, 0x97, 0x6f, 0x30, 0xb5, 0xe5, 0x52, 0x1d, 0x19, 0xc8, 0x78, 0xf7, - 0xbb, 0x3f, 0xff, 0xf9, 0x71, 0x7a, 0x19, 0x5f, 0x21, 0x5f, 0x08, 0xe5, 0xcf, 0x1c, 0x97, 0x93, - 0xa1, 0xeb, 0x92, 0xbc, 0xc4, 0xe0, 0xdf, 0x11, 0x54, 0x75, 0xdd, 0x81, 0x6f, 0x68, 0x03, 0x95, - 0x8f, 0x9e, 0xda, 0xfa, 0x78, 0x46, 0x0a, 0xee, 0x47, 0x02, 0xee, 0x07, 0xf8, 0xa6, 0x82, 0x7b, - 0x4d, 0x87, 0x57, 0xdf, 0xf0, 0xa4, 0x1b, 0x78, 0x3d, 0xfc, 0x1b, 0x82, 0xd7, 0x75, 0x11, 0x36, - 0xc2, 0xb0, 0x80, 0x47, 0xf9, 0x00, 0x2a, 0xe0, 0x71, 0xcc, 0x14, 0x31, 0x6e, 0x09, 0x1e, 0xeb, - 0x78, 0x6d, 0x7c, 0x1e, 0xf8, 0x5f, 0x04, 0x6f, 0x96, 0x1c, 0x7d, 0xf8, 0xd6, 0x38, 0x88, 0xf2, - 0x33, 0xa0, 0xf6, 0xe1, 0x89, 0x6c, 0x15, 0xa9, 0x1d, 0x41, 0xea, 0x31, 0xfe, 0x72, 0x7c, 0x52, - 0xf6, 0x0e, 0x4b, 0xec, 0x4c, 0x44, 0xba, 0xfd, 0x19, 0xd4, 0x23, 0x5d, 0xcf, 0xe9, 0xf4, 0x48, - 0x57, 0x0d, 0x96, 0x1e, 0xe9, 0x8a, 0x51, 0xd2, 0xc3, 0x7f, 0x20, 0xa8, 0xea, 0xda, 0xb1, 0xb8, - 0x10, 0x4b, 0x8e, 0x9e, 0xe2, 0x42, 0x2c, 0x3b, 0x3f, 0x8c, 0x6d, 0xc1, 0xf5, 0x0e, 0xde, 0x28, - 0xe3, 0xaa, 0x3f, 0x61, 0x48, 0x77, 0xf0, 0xfc, 0x96, 0x25, 0xa9, 0x8b, 0x55, 0x5a, 0x92, 0xe3, - 0x33, 0x3a, 0xe6, 0x44, 0x1c, 0xad, 0x24, 0xf5, 0x8c, 0xf0, 0xcf, 0x08, 0xe6, 0x73, 0xb7, 0x52, - 0xbc, 0x5a, 0x94, 0x55, 0xdd, 0x13, 0xa3, 0x76, 0x6d, 0x44, 0x6d, 0x05, 0xf5, 0xa6, 0x80, 0xda, - 0xc0, 0xa4, 0x0c, 0x6a, 0xfe, 0x2e, 0x2d, 0xbb, 0xff, 0x27, 0x04, 0xe7, 0x72, 0x2e, 0xb3, 0x1c, - 0xaf, 0x16, 0xa5, 0x6b, 0x0c, 0xa8, 0x45, 0x4f, 0x1a, 0x63, 0x4d, 0x40, 0x5d, 0xc5, 0x2b, 0xa3, - 0x43, 0xc5, 0x7b, 0x08, 0xce, 0x6b, 0x1e, 0x0a, 0x98, 0x68, 0x43, 0x17, 0xbf, 0x4b, 0x6a, 0xd7, - 0x47, 0x37, 0x50, 0x70, 0xef, 0x0b, 0xb8, 0x5b, 0x78, 0x73, 0x74, 0xb8, 0xb6, 0xdb, 0xb1, 0x0f, - 0x5f, 0x3f, 0xa4, 0x3b, 0xf8, 0x10, 0xea, 0xdd, 0xbe, 0xb7, 0xb7, 0x5f, 0x47, 0xcf, 0xf6, 0xeb, - 0xe8, 0xef, 0xfd, 0x3a, 0xfa, 0xe1, 0xa0, 0x3e, 0xf5, 0xec, 0xa0, 0x3e, 0xf5, 0xe2, 0xa0, 0x3e, - 0xf5, 0xa8, 0xe1, 0x07, 0xe9, 0x6e, 0xdb, 0x35, 0x9b, 0xac, 0xa5, 0x8b, 0xf5, 0xb4, 0x71, 0x9d, - 0x7c, 0x7d, 0x18, 0x31, 0xed, 0xc4, 0x94, 0xbb, 0x73, 0xe2, 0xbd, 0x7e, 0xe3, 0xbf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xf5, 0xa4, 0xa7, 0x11, 0x5b, 0x10, 0x00, 0x00, + 0xf8, 0x13, 0x52, 0x0f, 0x9b, 0x06, 0x55, 0x94, 0x03, 0x4a, 0x0b, 0x69, 0x42, 0x51, 0x55, 0x8c, + 0x7a, 0xe9, 0x01, 0xd7, 0x5e, 0x4f, 0x1c, 0x0b, 0xaf, 0xc7, 0xf5, 0x78, 0x2b, 0x96, 0x65, 0x2f, + 0x9c, 0x38, 0x22, 0xf1, 0x11, 0x10, 0xdf, 0x80, 0x0b, 0x37, 0xc4, 0x29, 0x07, 0x0e, 0xad, 0xb8, + 0xf4, 0x84, 0x50, 0xc2, 0xe7, 0x40, 0xc8, 0x33, 0xb3, 0xc9, 0x7a, 0x33, 0x76, 0x76, 0xa3, 0xe5, + 0xc0, 0xcd, 0x9e, 0xf7, 0xef, 0xf7, 0x7b, 0xf3, 0xde, 0xbc, 0x19, 0xa8, 0xf1, 0x34, 0x09, 0x3c, + 0x4a, 0x12, 0xda, 0x64, 0x89, 0xc7, 0xc9, 0xd3, 0x36, 0x4d, 0x3a, 0x66, 0x9c, 0xb0, 0x94, 0xe1, + 0x05, 0x29, 0x33, 0x95, 0xac, 0x56, 0xf5, 0x99, 0xcf, 0x84, 0x88, 0x64, 0x5f, 0x52, 0xab, 0x76, + 0xd9, 0x67, 0xcc, 0x0f, 0x29, 0x71, 0xe2, 0x80, 0x38, 0x51, 0xc4, 0x52, 0x27, 0x0d, 0x58, 0xc4, + 0x95, 0x74, 0xa5, 0xc9, 0x78, 0x8b, 0x71, 0xe2, 0x3a, 0x9c, 0x4a, 0xe7, 0xe4, 0x59, 0xc3, 0xa5, + 0xa9, 0xd3, 0x20, 0xb1, 0xe3, 0x07, 0x91, 0x50, 0xee, 0x7b, 0x1a, 0xc2, 0xe2, 0xd3, 0x88, 0xf2, + 0x40, 0x79, 0x32, 0xaa, 0x80, 0x3f, 0xcb, 0xec, 0x1f, 0x3a, 0x89, 0xd3, 0xe2, 0x16, 0x7d, 0xda, + 0xa6, 0x3c, 0x35, 0xee, 0xc3, 0xc5, 0xdc, 0x2a, 0x8f, 0x59, 0xc4, 0x29, 0x5e, 0x87, 0xb9, 0x58, + 0xac, 0x2c, 0xa2, 0x25, 0xf4, 0xd6, 0xb9, 0xb5, 0x4b, 0x66, 0x9e, 0x8b, 0x29, 0xf5, 0xef, 0xcc, + 0xec, 0xfd, 0x79, 0x75, 0xca, 0x52, 0xba, 0x86, 0x09, 0x97, 0x85, 0xb3, 0x7b, 0x34, 0xfd, 0x88, + 0xc6, 0x8c, 0x07, 0xa9, 0x25, 0xd4, 0x55, 0x30, 0xbc, 0x00, 0xd3, 0x81, 0x27, 0x3c, 0xce, 0x58, + 0xd3, 0x81, 0x67, 0x7c, 0x09, 0x57, 0x0a, 0xf4, 0x15, 0x8c, 0x4f, 0x60, 0xc1, 0x93, 0x02, 0x5b, + 0x06, 0x56, 0x70, 0xae, 0x0c, 0xc3, 0xc9, 0x99, 0x2b, 0x54, 0xf3, 0xde, 0xe0, 0xa2, 0xb1, 0xa3, + 0xc0, 0x6d, 0x84, 0xa1, 0x16, 0xdc, 0x26, 0xc0, 0x51, 0x46, 0x55, 0x9c, 0x37, 0x4c, 0x99, 0x7e, + 0x33, 0x4b, 0xbf, 0x29, 0xf7, 0x56, 0xa5, 0xdf, 0x7c, 0xe8, 0xf8, 0x54, 0xd9, 0x5a, 0x03, 0x96, + 0xc6, 0xcf, 0x48, 0xb1, 0x3a, 0x1e, 0xa8, 0x84, 0x55, 0xe5, 0x74, 0xac, 0xf0, 0xbd, 0x1c, 0xea, + 0x69, 0x81, 0xfa, 0xcd, 0x13, 0x51, 0x4b, 0x20, 0x39, 0xd8, 0x77, 0xe1, 0xaa, 0x40, 0x9d, 0x8f, + 0xd9, 0xd9, 0x62, 0x3c, 0xed, 0x67, 0x68, 0x09, 0xce, 0xef, 0x32, 0x9e, 0xda, 0x5f, 0xb3, 0x88, + 0xda, 0x6a, 0x23, 0xcf, 0x5a, 0x90, 0xad, 0x3d, 0x66, 0x11, 0xdd, 0xf6, 0x8c, 0x08, 0x96, 0x8a, + 0x9d, 0x4c, 0x9e, 0xbd, 0xf1, 0x1e, 0x2c, 0xf7, 0x0b, 0xe8, 0x11, 0xa7, 0x89, 0x45, 0x3d, 0xda, + 0x8a, 0x33, 0x3a, 0x45, 0x75, 0x77, 0x56, 0xd4, 0xdd, 0x77, 0x08, 0xae, 0x97, 0xdb, 0x29, 0xac, + 0x4f, 0xe0, 0x52, 0x9b, 0xd3, 0xc4, 0x4e, 0x0e, 0x15, 0xf2, 0x75, 0x78, 0x7d, 0x18, 0xb3, 0xce, + 0x9b, 0x82, 0x5e, 0x6d, 0x6b, 0x64, 0x46, 0x4b, 0x31, 0xd8, 0x08, 0xc3, 0x32, 0x06, 0x93, 0x2a, + 0xce, 0x17, 0x7d, 0xe6, 0x85, 0xf1, 0x46, 0x60, 0x5e, 0x99, 0x04, 0xf3, 0xc9, 0x55, 0xee, 0x0b, + 0x04, 0x2b, 0x65, 0x9c, 0x36, 0x59, 0x22, 0x97, 0x65, 0x2a, 0x5f, 0x83, 0x57, 0x9a, 0xbb, 0x4e, + 0x10, 0x1d, 0x55, 0xf0, 0x19, 0xf1, 0xbf, 0xed, 0xe1, 0x0b, 0x50, 0xf1, 0x9c, 0x8e, 0xc0, 0x32, + 0x63, 0x65, 0x9f, 0x78, 0x11, 0xce, 0x38, 0x9e, 0x97, 0x50, 0xce, 0x17, 0x2b, 0x52, 0x57, 0xfd, + 0xe2, 0x2a, 0xcc, 0x86, 0x41, 0x2b, 0x48, 0x17, 0x67, 0x84, 0xb6, 0xfc, 0x19, 0xda, 0xa7, 0xd9, + 0x53, 0xef, 0xd3, 0x4b, 0x04, 0xef, 0x8c, 0xc4, 0xe9, 0xff, 0xb7, 0x5d, 0x5b, 0x47, 0x3d, 0xfb, + 0x71, 0xcc, 0x9a, 0xbb, 0x8f, 0x22, 0x97, 0x45, 0x5e, 0x10, 0xf9, 0xf9, 0x8a, 0xbf, 0x06, 0xe7, + 0x69, 0x26, 0xb6, 0xa3, 0x76, 0xcb, 0xa5, 0x89, 0x9a, 0x1a, 0xe7, 0xc4, 0xda, 0x03, 0xb1, 0x94, + 0x6b, 0x63, 0xbd, 0xab, 0xa3, 0xec, 0x48, 0x5f, 0xed, 0xbe, 0xc2, 0x09, 0x6d, 0xac, 0xf3, 0xd6, + 0xcf, 0x0e, 0xd5, 0xc8, 0x06, 0xdb, 0xb8, 0x8c, 0xd4, 0x7f, 0xd1, 0xc6, 0xa7, 0x66, 0x5e, 0x99, + 0x04, 0xf3, 0x89, 0xd5, 0xc5, 0xda, 0x2f, 0xf3, 0x30, 0x2b, 0x38, 0xe1, 0x6f, 0x60, 0x4e, 0x5e, + 0x2f, 0xb0, 0x31, 0x0c, 0xef, 0xf8, 0x0d, 0xa6, 0xb6, 0x5c, 0xaa, 0x23, 0x03, 0x19, 0x6f, 0x7f, + 0xfb, 0xc7, 0xdf, 0x3f, 0x4c, 0x2f, 0xe3, 0x6b, 0xe4, 0x73, 0xa1, 0xfc, 0xa9, 0xe3, 0x72, 0x32, + 0x74, 0x5d, 0x92, 0x97, 0x18, 0xfc, 0x1b, 0x82, 0xaa, 0xae, 0x3b, 0xf0, 0x4d, 0x6d, 0xa0, 0xf2, + 0xd1, 0x53, 0x5b, 0x1f, 0xcf, 0x48, 0xc1, 0xfd, 0x50, 0xc0, 0x7d, 0x1f, 0xdf, 0x52, 0x70, 0x6f, + 0xe8, 0xf0, 0xea, 0x1b, 0x9e, 0x74, 0x03, 0xaf, 0x87, 0x7f, 0x45, 0xf0, 0xaa, 0x2e, 0xc2, 0x46, + 0x18, 0x16, 0xf0, 0x28, 0x1f, 0x40, 0x05, 0x3c, 0x4e, 0x98, 0x22, 0xc6, 0x6d, 0xc1, 0x63, 0x1d, + 0xaf, 0x8d, 0xcf, 0x03, 0xff, 0x83, 0xe0, 0xf5, 0x92, 0xa3, 0x0f, 0xdf, 0x1e, 0x07, 0x51, 0x7e, + 0x06, 0xd4, 0x3e, 0x38, 0x95, 0xad, 0x22, 0xb5, 0x23, 0x48, 0x3d, 0xc1, 0x5f, 0x8c, 0x4f, 0xca, + 0xde, 0x61, 0x89, 0x9d, 0x89, 0x48, 0xb7, 0x3f, 0x83, 0x7a, 0xa4, 0xeb, 0x39, 0x9d, 0x1e, 0xe9, + 0xaa, 0xc1, 0xd2, 0x23, 0x5d, 0x31, 0x4a, 0x7a, 0xf8, 0x77, 0x04, 0x55, 0x5d, 0x3b, 0x16, 0x17, + 0x62, 0xc9, 0xd1, 0x53, 0x5c, 0x88, 0x65, 0xe7, 0x87, 0xb1, 0x2d, 0xb8, 0xde, 0xc5, 0x1b, 0x65, + 0x5c, 0xf5, 0x27, 0x0c, 0xe9, 0x0e, 0x9e, 0xdf, 0xb2, 0x24, 0x75, 0xb1, 0x4a, 0x4b, 0x72, 0x7c, + 0x46, 0x27, 0x9c, 0x88, 0xa3, 0x95, 0xa4, 0x9e, 0x11, 0xfe, 0x09, 0xc1, 0x7c, 0xee, 0x56, 0x8a, + 0x57, 0x8b, 0xb2, 0xaa, 0x7b, 0x62, 0xd4, 0x6e, 0x8c, 0xa8, 0xad, 0xa0, 0xde, 0x12, 0x50, 0x1b, + 0x98, 0x94, 0x41, 0xcd, 0xdf, 0xa5, 0x65, 0xf7, 0xff, 0x88, 0xe0, 0x42, 0xce, 0x65, 0x96, 0xe3, + 0xd5, 0xa2, 0x74, 0x8d, 0x01, 0xb5, 0xe8, 0x49, 0x63, 0xac, 0x09, 0xa8, 0xab, 0x78, 0x65, 0x74, + 0xa8, 0x78, 0x0f, 0xc1, 0x45, 0xcd, 0x43, 0x01, 0x13, 0x6d, 0xe8, 0xe2, 0x77, 0x49, 0xed, 0xdd, + 0xd1, 0x0d, 0x14, 0xdc, 0x07, 0x02, 0xee, 0x16, 0xde, 0x1c, 0x1d, 0xae, 0xed, 0x76, 0xec, 0xc3, + 0xd7, 0x0f, 0xe9, 0x0e, 0x3e, 0x84, 0x7a, 0x77, 0xee, 0xef, 0xed, 0xd7, 0xd1, 0xf3, 0xfd, 0x3a, + 0xfa, 0x6b, 0xbf, 0x8e, 0xbe, 0x3f, 0xa8, 0x4f, 0x3d, 0x3f, 0xa8, 0x4f, 0xbd, 0x3c, 0xa8, 0x4f, + 0x3d, 0x6e, 0xf8, 0x41, 0xba, 0xdb, 0x76, 0xcd, 0x26, 0x6b, 0xe9, 0x62, 0x3d, 0x6b, 0x34, 0xc8, + 0x57, 0x87, 0x11, 0xd3, 0x4e, 0x4c, 0xb9, 0x3b, 0x27, 0xde, 0xeb, 0x37, 0xff, 0x0d, 0x00, 0x00, + 0xff, 0xff, 0xfb, 0x34, 0x2c, 0xb4, 0x5b, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/abci.go b/x/stakeibc/abci.go index 1e0abaedb2..b81aa89586 100644 --- a/x/stakeibc/abci.go +++ b/x/stakeibc/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/stakeibc/client/cli/query.go b/x/stakeibc/client/cli/query.go index 907ce7638a..b6277ba3b7 100644 --- a/x/stakeibc/client/cli/query.go +++ b/x/stakeibc/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/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/stakeibc/client/cli/query_epoch_tracker.go b/x/stakeibc/client/cli/query_epoch_tracker.go index a6dfec2d77..eff6755b12 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker.go +++ b/x/stakeibc/client/cli/query_epoch_tracker.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdListEpochTracker() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_epoch_tracker_test.go b/x/stakeibc/client/cli/query_epoch_tracker_test.go index af5b3551a6..a1156e50c1 100644 --- a/x/stakeibc/client/cli/query_epoch_tracker_test.go +++ b/x/stakeibc/client/cli/query_epoch_tracker_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/testutil/network" - "github.com/Stride-Labs/stride/v10/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/testutil/network" + "github.com/Stride-Labs/stride/v11/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/client/cli/query_host_zone.go b/x/stakeibc/client/cli/query_host_zone.go index ee3b3f424b..c5615dc47b 100644 --- a/x/stakeibc/client/cli/query_host_zone.go +++ b/x/stakeibc/client/cli/query_host_zone.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdListHostZone() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_module_address.go b/x/stakeibc/client/cli/query_module_address.go index 3404918106..27dd5037fc 100644 --- a/x/stakeibc/client/cli/query_module_address.go +++ b/x/stakeibc/client/cli/query_module_address.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/query_next_packet_sequence.go b/x/stakeibc/client/cli/query_next_packet_sequence.go index 630685d511..8a83a3b792 100644 --- a/x/stakeibc/client/cli/query_next_packet_sequence.go +++ b/x/stakeibc/client/cli/query_next_packet_sequence.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdNextPacketSequence() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_params.go b/x/stakeibc/client/cli/query_params.go index 1e0e0ddeb4..5d89f9c8fb 100644 --- a/x/stakeibc/client/cli/query_params.go +++ b/x/stakeibc/client/cli/query_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_register_ica.go b/x/stakeibc/client/cli/query_register_ica.go index b417d8cb7e..eeb115c7ff 100644 --- a/x/stakeibc/client/cli/query_register_ica.go +++ b/x/stakeibc/client/cli/query_register_ica.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdShowInterchainAccount() *cobra.Command { diff --git a/x/stakeibc/client/cli/query_validator.go b/x/stakeibc/client/cli/query_validator.go index b52855e975..a4f207a7cb 100644 --- a/x/stakeibc/client/cli/query_validator.go +++ b/x/stakeibc/client/cli/query_validator.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdShowValidators() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx.go b/x/stakeibc/client/cli/tx.go index 16a0eecf8f..928527d981 100644 --- a/x/stakeibc/client/cli/tx.go +++ b/x/stakeibc/client/cli/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var DefaultRelativePacketTimeoutTimestamp = cast.ToUint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/stakeibc/client/cli/tx_add_validators.go b/x/stakeibc/client/cli/tx_add_validators.go index 675d53235c..431c949dec 100644 --- a/x/stakeibc/client/cli/tx_add_validators.go +++ b/x/stakeibc/client/cli/tx_add_validators.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ValidatorsList struct { diff --git a/x/stakeibc/client/cli/tx_add_validators_proposal.go b/x/stakeibc/client/cli/tx_add_validators_proposal.go index 4f61bc3af1..8720a9932c 100644 --- a/x/stakeibc/client/cli/tx_add_validators_proposal.go +++ b/x/stakeibc/client/cli/tx_add_validators_proposal.go @@ -18,7 +18,7 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func parseAddValidatorsProposalFile(cdc codec.JSONCodec, proposalFile string) (proposal types.AddValidatorsProposal, err error) { diff --git a/x/stakeibc/client/cli/tx_change_validator_weight.go b/x/stakeibc/client/cli/tx_change_validator_weight.go index 10ec25ea3c..1a896c07b4 100644 --- a/x/stakeibc/client/cli/tx_change_validator_weight.go +++ b/x/stakeibc/client/cli/tx_change_validator_weight.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go index 5531bacd2e..c44e8c8e76 100644 --- a/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go +++ b/x/stakeibc/client/cli/tx_claim_undelegated_tokens.go @@ -9,7 +9,7 @@ import ( "github.com/spf13/cast" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_clear_balance.go b/x/stakeibc/client/cli/tx_clear_balance.go index 7443af917b..70d454beb4 100644 --- a/x/stakeibc/client/cli/tx_clear_balance.go +++ b/x/stakeibc/client/cli/tx_clear_balance.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_delete_validator.go b/x/stakeibc/client/cli/tx_delete_validator.go index c7ef581e08..15ce40a52c 100644 --- a/x/stakeibc/client/cli/tx_delete_validator.go +++ b/x/stakeibc/client/cli/tx_delete_validator.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func CmdDeleteValidator() *cobra.Command { diff --git a/x/stakeibc/client/cli/tx_liquid_stake.go b/x/stakeibc/client/cli/tx_liquid_stake.go index 19abf98bad..0dca3c306a 100644 --- a/x/stakeibc/client/cli/tx_liquid_stake.go +++ b/x/stakeibc/client/cli/tx_liquid_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_rebalance_validators.go b/x/stakeibc/client/cli/tx_rebalance_validators.go index 98488287fd..36698de3e5 100644 --- a/x/stakeibc/client/cli/tx_rebalance_validators.go +++ b/x/stakeibc/client/cli/tx_rebalance_validators.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_redeem_stake.go b/x/stakeibc/client/cli/tx_redeem_stake.go index c361fcf64c..b51718676a 100644 --- a/x/stakeibc/client/cli/tx_redeem_stake.go +++ b/x/stakeibc/client/cli/tx_redeem_stake.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_register_host_zone.go b/x/stakeibc/client/cli/tx_register_host_zone.go index edca70882f..e0fbb195f0 100644 --- a/x/stakeibc/client/cli/tx_register_host_zone.go +++ b/x/stakeibc/client/cli/tx_register_host_zone.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/client/cli/tx_restore_interchain_account.go b/x/stakeibc/client/cli/tx_restore_interchain_account.go index edcfe80658..45d68c64b1 100644 --- a/x/stakeibc/client/cli/tx_restore_interchain_account.go +++ b/x/stakeibc/client/cli/tx_restore_interchain_account.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/cli/tx_update_delegation.go b/x/stakeibc/client/cli/tx_update_delegation.go index c29a053bbe..53fa8a624c 100644 --- a/x/stakeibc/client/cli/tx_update_delegation.go +++ b/x/stakeibc/client/cli/tx_update_delegation.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ = strconv.Itoa(0) diff --git a/x/stakeibc/client/proposal_handler.go b/x/stakeibc/client/proposal_handler.go index eeff3df24a..0153f847ba 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/v10/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v11/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 b4aa41c02d..c5bd0e9f74 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/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 5afa021443..5c95383f89 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestGenesis(t *testing.T) { diff --git a/x/stakeibc/handler.go b/x/stakeibc/handler.go index dfefb53899..0b19d1d0bf 100644 --- a/x/stakeibc/handler.go +++ b/x/stakeibc/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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // NewHandler ... diff --git a/x/stakeibc/keeper/deposit_records.go b/x/stakeibc/keeper/deposit_records.go index 01bdd97008..50cb288954 100644 --- a/x/stakeibc/keeper/deposit_records.go +++ b/x/stakeibc/keeper/deposit_records.go @@ -11,9 +11,9 @@ import ( clienttypes "github.com/cosmos/ibc-go/v7/modules/core/02-client/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/utils" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // Create a new deposit record for each host zone for the given epoch diff --git a/x/stakeibc/keeper/deposit_records_test.go b/x/stakeibc/keeper/deposit_records_test.go index 8c9affeb19..b31ed97f11 100644 --- a/x/stakeibc/keeper/deposit_records_test.go +++ b/x/stakeibc/keeper/deposit_records_test.go @@ -12,10 +12,10 @@ import ( sdkmath "cosmossdk.io/math" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type TestDepositRecords struct { diff --git a/x/stakeibc/keeper/epoch_elapsed_shares_test.go b/x/stakeibc/keeper/epoch_elapsed_shares_test.go index 5ef264e414..0da208e64e 100644 --- a/x/stakeibc/keeper/epoch_elapsed_shares_test.go +++ b/x/stakeibc/keeper/epoch_elapsed_shares_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // These are used to indicate that the value does not matter for the sake of the test diff --git a/x/stakeibc/keeper/epoch_tracker.go b/x/stakeibc/keeper/epoch_tracker.go index 126dd4e8bc..033abd4fc1 100644 --- a/x/stakeibc/keeper/epoch_tracker.go +++ b/x/stakeibc/keeper/epoch_tracker.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/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 c9a603bf38..7b0d030586 100644 --- a/x/stakeibc/keeper/epoch_tracker_test.go +++ b/x/stakeibc/keeper/epoch_tracker_test.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/keeper/gov.go b/x/stakeibc/keeper/gov.go index 1761410e37..155f14d888 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/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/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 3b2b513d9a..8db44be4a8 100644 --- a/x/stakeibc/keeper/grpc_query.go +++ b/x/stakeibc/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/stakeibc/keeper/grpc_query_address_unbondings.go b/x/stakeibc/keeper/grpc_query_address_unbondings.go index addf4c002f..7464c770f3 100644 --- a/x/stakeibc/keeper/grpc_query_address_unbondings.go +++ b/x/stakeibc/keeper/grpc_query_address_unbondings.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) const nanosecondsInDay = 86400000000000 diff --git a/x/stakeibc/keeper/grpc_query_epoch_tracker.go b/x/stakeibc/keeper/grpc_query_epoch_tracker.go index 0d21390edb..555f9a121c 100644 --- a/x/stakeibc/keeper/grpc_query_epoch_tracker.go +++ b/x/stakeibc/keeper/grpc_query_epoch_tracker.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) EpochTrackerAll(c context.Context, req *types.QueryAllEpochTrackerRequest) (*types.QueryAllEpochTrackerResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go b/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go index acbfb84fc4..31fe63c62f 100644 --- a/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go +++ b/x/stakeibc/keeper/grpc_query_epoch_tracker_test.go @@ -9,9 +9,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // Prevent strconv unused error diff --git a/x/stakeibc/keeper/grpc_query_host_zone.go b/x/stakeibc/keeper/grpc_query_host_zone.go index 5a68cb2099..b03e196040 100644 --- a/x/stakeibc/keeper/grpc_query_host_zone.go +++ b/x/stakeibc/keeper/grpc_query_host_zone.go @@ -11,7 +11,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) HostZoneAll(c context.Context, req *types.QueryAllHostZoneRequest) (*types.QueryAllHostZoneResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_host_zone_test.go b/x/stakeibc/keeper/grpc_query_host_zone_test.go index 17fd85cc16..f809a96670 100644 --- a/x/stakeibc/keeper/grpc_query_host_zone_test.go +++ b/x/stakeibc/keeper/grpc_query_host_zone_test.go @@ -11,9 +11,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestHostZoneQuerySingle(t *testing.T) { diff --git a/x/stakeibc/keeper/grpc_query_module_address.go b/x/stakeibc/keeper/grpc_query_module_address.go index bc4b64ef5f..a3bf6365fb 100644 --- a/x/stakeibc/keeper/grpc_query_module_address.go +++ b/x/stakeibc/keeper/grpc_query_module_address.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) ModuleAddress(goCtx context.Context, req *types.QueryModuleAddressRequest) (*types.QueryModuleAddressResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_next_packet_sequence.go b/x/stakeibc/keeper/grpc_query_next_packet_sequence.go index 1587d46385..fb44a10ea2 100644 --- a/x/stakeibc/keeper/grpc_query_next_packet_sequence.go +++ b/x/stakeibc/keeper/grpc_query_next_packet_sequence.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) NextPacketSequence(c context.Context, req *types.QueryGetNextPacketSequenceRequest) (*types.QueryGetNextPacketSequenceResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go b/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go index 8209d3b6fb..c45c835f03 100644 --- a/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go +++ b/x/stakeibc/keeper/grpc_query_next_packet_sequence_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (s *KeeperTestSuite) TestNextPacketSequenceQuery() { diff --git a/x/stakeibc/keeper/grpc_query_params.go b/x/stakeibc/keeper/grpc_query_params.go index 51d36b4258..1f7a591082 100644 --- a/x/stakeibc/keeper/grpc_query_params.go +++ b/x/stakeibc/keeper/grpc_query_params.go @@ -7,7 +7,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) Params(c context.Context, req *types.QueryParamsRequest) (*types.QueryParamsResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_params_test.go b/x/stakeibc/keeper/grpc_query_params_test.go index b1174058d6..0f8677bba5 100644 --- a/x/stakeibc/keeper/grpc_query_params_test.go +++ b/x/stakeibc/keeper/grpc_query_params_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - testkeeper "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestParamsQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/grpc_query_register_ica.go b/x/stakeibc/keeper/grpc_query_register_ica.go index edfeea6f42..74491fd7d7 100644 --- a/x/stakeibc/keeper/grpc_query_register_ica.go +++ b/x/stakeibc/keeper/grpc_query_register_ica.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // InterchainAccountFromAddress implements the Query/InterchainAccountFromAddress gRPC method diff --git a/x/stakeibc/keeper/grpc_query_validator.go b/x/stakeibc/keeper/grpc_query_validator.go index dbff934d9d..f826f2573e 100644 --- a/x/stakeibc/keeper/grpc_query_validator.go +++ b/x/stakeibc/keeper/grpc_query_validator.go @@ -8,7 +8,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) Validators(c context.Context, req *types.QueryGetValidatorsRequest) (*types.QueryGetValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/grpc_query_validator_test.go b/x/stakeibc/keeper/grpc_query_validator_test.go index e5e09e52ba..d520ae466c 100644 --- a/x/stakeibc/keeper/grpc_query_validator_test.go +++ b/x/stakeibc/keeper/grpc_query_validator_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestValidatorQuery(t *testing.T) { diff --git a/x/stakeibc/keeper/hooks.go b/x/stakeibc/keeper/hooks.go index ad0c323f04..fcb756a198 100644 --- a/x/stakeibc/keeper/hooks.go +++ b/x/stakeibc/keeper/hooks.go @@ -7,10 +7,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/utils" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) BeforeEpochStart(ctx sdk.Context, epochInfo epochstypes.EpochInfo) { diff --git a/x/stakeibc/keeper/host_zone.go b/x/stakeibc/keeper/host_zone.go index a985d7451b..5c8369bd89 100644 --- a/x/stakeibc/keeper/host_zone.go +++ b/x/stakeibc/keeper/host_zone.go @@ -13,8 +13,8 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v10/utils" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // SetHostZone set a specific hostZone in the store diff --git a/x/stakeibc/keeper/host_zone_test.go b/x/stakeibc/keeper/host_zone_test.go index 42f4c93745..ca729ee756 100644 --- a/x/stakeibc/keeper/host_zone_test.go +++ b/x/stakeibc/keeper/host_zone_test.go @@ -9,10 +9,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/Stride-Labs/stride/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/testutil/nullify" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + keepertest "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/testutil/nullify" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func createNHostZone(keeper *keeper.Keeper, ctx sdk.Context, n int) []types.HostZone { diff --git a/x/stakeibc/keeper/icacallbacks.go b/x/stakeibc/keeper/icacallbacks.go index a48229b3c8..76fab749e9 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/v10/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" sdk "github.com/cosmos/cosmos-sdk/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" diff --git a/x/stakeibc/keeper/icacallbacks_claim.go b/x/stakeibc/keeper/icacallbacks_claim.go index 7570d02fa6..dc3b1387dc 100644 --- a/x/stakeibc/keeper/icacallbacks_claim.go +++ b/x/stakeibc/keeper/icacallbacks_claim.go @@ -3,10 +3,10 @@ package keeper import ( "fmt" - "github.com/Stride-Labs/stride/v10/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_claim_test.go b/x/stakeibc/keeper/icacallbacks_claim_test.go index 0b1ce31345..26f9ae901e 100644 --- a/x/stakeibc/keeper/icacallbacks_claim_test.go +++ b/x/stakeibc/keeper/icacallbacks_claim_test.go @@ -7,10 +7,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ClaimCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_delegate.go b/x/stakeibc/keeper/icacallbacks_delegate.go index d6f649ab80..a3e437aea0 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate.go +++ b/x/stakeibc/keeper/icacallbacks_delegate.go @@ -5,11 +5,11 @@ import ( "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/utils" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/icacallbacks_delegate_test.go b/x/stakeibc/keeper/icacallbacks_delegate_test.go index 0ed5e827be..4fe8703700 100644 --- a/x/stakeibc/keeper/icacallbacks_delegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_delegate_test.go @@ -6,12 +6,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type DelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_rebalance.go b/x/stakeibc/keeper/icacallbacks_rebalance.go index 42875e44ab..d255bf050e 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/v10/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/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 5a319d2fa8..af2bc6cb3c 100644 --- a/x/stakeibc/keeper/icacallbacks_rebalance_test.go +++ b/x/stakeibc/keeper/icacallbacks_rebalance_test.go @@ -5,10 +5,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/v10/x/icacallbacks/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type RebalanceCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_redemption.go b/x/stakeibc/keeper/icacallbacks_redemption.go index dbed1c0b53..e6484e1c1d 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/v10/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/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 282defdce6..d1e8bb5c58 100644 --- a/x/stakeibc/keeper/icacallbacks_redemption_test.go +++ b/x/stakeibc/keeper/icacallbacks_redemption_test.go @@ -7,12 +7,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" _ "github.com/stretchr/testify/suite" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type RedemptionCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_reinvest.go b/x/stakeibc/keeper/icacallbacks_reinvest.go index 76873ac0c5..36abfbd155 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest.go @@ -7,13 +7,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/v10/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" - "github.com/Stride-Labs/stride/v10/utils" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/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 ed573d85d4..b8dbec6164 100644 --- a/x/stakeibc/keeper/icacallbacks_reinvest_test.go +++ b/x/stakeibc/keeper/icacallbacks_reinvest_test.go @@ -7,16 +7,16 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app/apptesting" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ReinvestCallbackState struct { diff --git a/x/stakeibc/keeper/icacallbacks_undelegate.go b/x/stakeibc/keeper/icacallbacks_undelegate.go index 725fc45458..3a1e42028e 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/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 0de00e3cd4..0ad372d3c8 100644 --- a/x/stakeibc/keeper/icacallbacks_undelegate_test.go +++ b/x/stakeibc/keeper/icacallbacks_undelegate_test.go @@ -11,11 +11,11 @@ import ( sdkmath "cosmossdk.io/math" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type UndelegateCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks.go b/x/stakeibc/keeper/icqcallbacks.go index 62c7a9cb85..eb4a33c51c 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/v10/x/interchainquery/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" ) const ( diff --git a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go index 215a69d631..0588f4371a 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares.go @@ -10,10 +10,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v10/utils" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/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 375ecbbfb6..85feb2eee3 100644 --- a/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go +++ b/x/stakeibc/keeper/icqcallbacks_delegator_shares_test.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type DelegatorSharesICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_fee_balance.go b/x/stakeibc/keeper/icqcallbacks_fee_balance.go index 7597adc6d0..d0f00f7f1b 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/v10/utils" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqkeeper "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqkeeper "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/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 28d52f373a..94a8dc710d 100644 --- a/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_fee_balance_test.go @@ -8,10 +8,10 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type FeeBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go index 682eb23b5a..37ba9f2400 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate.go @@ -7,10 +7,10 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v10/utils" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/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 0c1ea1f777..239024d49a 100644 --- a/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go +++ b/x/stakeibc/keeper/icqcallbacks_validator_exchange_rate_test.go @@ -9,10 +9,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ValidatorICQCallbackState struct { diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go index 1470f39b2d..e139cf486c 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance.go @@ -12,11 +12,11 @@ import ( proto "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - icqkeeper "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" + icqkeeper "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/utils" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // WithdrawalBalanceCallback is a callback handler for WithdrawalBalance queries. diff --git a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go index f3de339d54..b590267e5a 100644 --- a/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go +++ b/x/stakeibc/keeper/icqcallbacks_withdrawal_balance_test.go @@ -9,11 +9,11 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type WithdrawalBalanceICQCallbackState struct { diff --git a/x/stakeibc/keeper/keeper.go b/x/stakeibc/keeper/keeper.go index 1f6fe3f320..510cf574da 100644 --- a/x/stakeibc/keeper/keeper.go +++ b/x/stakeibc/keeper/keeper.go @@ -12,8 +12,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - icqkeeper "github.com/Stride-Labs/stride/v10/x/interchainquery/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + icqkeeper "github.com/Stride-Labs/stride/v11/x/interchainquery/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" @@ -23,9 +23,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icacallbackskeeper "github.com/Stride-Labs/stride/v10/x/icacallbacks/keeper" - recordsmodulekeeper "github.com/Stride-Labs/stride/v10/x/records/keeper" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icacallbackskeeper "github.com/Stride-Labs/stride/v11/x/icacallbacks/keeper" + recordsmodulekeeper "github.com/Stride-Labs/stride/v11/x/records/keeper" ) type ( diff --git a/x/stakeibc/keeper/keeper_test.go b/x/stakeibc/keeper/keeper_test.go index 5420758ca1..b8dea5b701 100644 --- a/x/stakeibc/keeper/keeper_test.go +++ b/x/stakeibc/keeper/keeper_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) const ( diff --git a/x/stakeibc/keeper/msg_server.go b/x/stakeibc/keeper/msg_server.go index bdf8ebab6f..cc0c74e257 100644 --- a/x/stakeibc/keeper/msg_server.go +++ b/x/stakeibc/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type msgServer struct { diff --git a/x/stakeibc/keeper/msg_server_add_validators.go b/x/stakeibc/keeper/msg_server_add_validators.go index f16ba24549..d27715895a 100644 --- a/x/stakeibc/keeper/msg_server_add_validators.go +++ b/x/stakeibc/keeper/msg_server_add_validators.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) AddValidators(goCtx context.Context, msg *types.MsgAddValidators) (*types.MsgAddValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_add_validators_test.go b/x/stakeibc/keeper/msg_server_add_validators_test.go index fee24947a2..cefae20ce7 100644 --- a/x/stakeibc/keeper/msg_server_add_validators_test.go +++ b/x/stakeibc/keeper/msg_server_add_validators_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type AddValidatorsTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_change_validator_weight.go b/x/stakeibc/keeper/msg_server_change_validator_weight.go index 039f3a5e93..1ccded4930 100644 --- a/x/stakeibc/keeper/msg_server_change_validator_weight.go +++ b/x/stakeibc/keeper/msg_server_change_validator_weight.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) ChangeValidatorWeight(goCtx context.Context, msg *types.MsgChangeValidatorWeight) (*types.MsgChangeValidatorWeightResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go index 6b38347114..7c5bea3c62 100644 --- a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go +++ b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens.go @@ -4,15 +4,15 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordstypes "github.com/Stride-Labs/stride/v11/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/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type IcaTx struct { diff --git a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go index 31e6b5a178..a7cd17ca42 100644 --- a/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go +++ b/x/stakeibc/keeper/msg_server_claim_undelegated_tokens_test.go @@ -11,10 +11,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibckeeper "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibckeeper "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ClaimUndelegatedState struct { diff --git a/x/stakeibc/keeper/msg_server_clear_balance.go b/x/stakeibc/keeper/msg_server_clear_balance.go index 22c8cf57fc..ee1b7c8cc9 100644 --- a/x/stakeibc/keeper/msg_server_clear_balance.go +++ b/x/stakeibc/keeper/msg_server_clear_balance.go @@ -10,7 +10,7 @@ import ( ibctransfertypes "github.com/cosmos/ibc-go/v7/modules/apps/transfer/types" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) ClearBalance(goCtx context.Context, msg *types.MsgClearBalance) (*types.MsgClearBalanceResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_clear_balance_test.go b/x/stakeibc/keeper/msg_server_clear_balance_test.go index 96c4c30110..bebb36329e 100644 --- a/x/stakeibc/keeper/msg_server_clear_balance_test.go +++ b/x/stakeibc/keeper/msg_server_clear_balance_test.go @@ -9,8 +9,8 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type ClearBalanceState struct { diff --git a/x/stakeibc/keeper/msg_server_delete_validator.go b/x/stakeibc/keeper/msg_server_delete_validator.go index 9996bf69c0..d3ced7c652 100644 --- a/x/stakeibc/keeper/msg_server_delete_validator.go +++ b/x/stakeibc/keeper/msg_server_delete_validator.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) DeleteValidator(goCtx context.Context, msg *types.MsgDeleteValidator) (*types.MsgDeleteValidatorResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_delete_validator_test.go b/x/stakeibc/keeper/msg_server_delete_validator_test.go index 298158d809..34ed686b89 100644 --- a/x/stakeibc/keeper/msg_server_delete_validator_test.go +++ b/x/stakeibc/keeper/msg_server_delete_validator_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type DeleteValidatorTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_liquid_stake.go b/x/stakeibc/keeper/msg_server_liquid_stake.go index 1969626574..207307e73f 100644 --- a/x/stakeibc/keeper/msg_server_liquid_stake.go +++ b/x/stakeibc/keeper/msg_server_liquid_stake.go @@ -8,8 +8,8 @@ import ( errorsmod "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // Exchanges a user's native tokens for stTokens using the current redemption rate diff --git a/x/stakeibc/keeper/msg_server_liquid_stake_test.go b/x/stakeibc/keeper/msg_server_liquid_stake_test.go index 6ea0981bb9..2da2bb30e9 100644 --- a/x/stakeibc/keeper/msg_server_liquid_stake_test.go +++ b/x/stakeibc/keeper/msg_server_liquid_stake_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type Account struct { diff --git a/x/stakeibc/keeper/msg_server_rebalance_validators.go b/x/stakeibc/keeper/msg_server_rebalance_validators.go index 491c42e9ac..be2f949af6 100644 --- a/x/stakeibc/keeper/msg_server_rebalance_validators.go +++ b/x/stakeibc/keeper/msg_server_rebalance_validators.go @@ -13,8 +13,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" stakingTypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/Stride-Labs/stride/v10/utils" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) RebalanceValidators(goCtx context.Context, msg *types.MsgRebalanceValidators) (*types.MsgRebalanceValidatorsResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_rebalance_validators_test.go b/x/stakeibc/keeper/msg_server_rebalance_validators_test.go index 6bdd6fc745..0b5d978827 100644 --- a/x/stakeibc/keeper/msg_server_rebalance_validators_test.go +++ b/x/stakeibc/keeper/msg_server_rebalance_validators_test.go @@ -8,9 +8,9 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" ibctesting "github.com/cosmos/ibc-go/v7/testing" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type RebalanceValidatorsTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_redeem_stake.go b/x/stakeibc/keeper/msg_server_redeem_stake.go index 298aeb8059..86978ba532 100644 --- a/x/stakeibc/keeper/msg_server_redeem_stake.go +++ b/x/stakeibc/keeper/msg_server_redeem_stake.go @@ -4,14 +4,14 @@ import ( "context" "fmt" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) func (k msgServer) RedeemStake(goCtx context.Context, msg *types.MsgRedeemStake) (*types.MsgRedeemStakeResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_redeem_stake_test.go b/x/stakeibc/keeper/msg_server_redeem_stake_test.go index f22e07e9ef..da39809d6c 100644 --- a/x/stakeibc/keeper/msg_server_redeem_stake_test.go +++ b/x/stakeibc/keeper/msg_server_redeem_stake_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type RedeemStakeState struct { diff --git a/x/stakeibc/keeper/msg_server_register_host_zone.go b/x/stakeibc/keeper/msg_server_register_host_zone.go index 407c2ec73f..76db21eee4 100644 --- a/x/stakeibc/keeper/msg_server_register_host_zone.go +++ b/x/stakeibc/keeper/msg_server_register_host_zone.go @@ -7,10 +7,10 @@ import ( sdkmath "cosmossdk.io/math" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - "github.com/Stride-Labs/stride/v10/utils" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/stakeibc/keeper/msg_server_register_host_zone_test.go b/x/stakeibc/keeper/msg_server_register_host_zone_test.go index d68211cdb9..27ba6875da 100644 --- a/x/stakeibc/keeper/msg_server_register_host_zone_test.go +++ b/x/stakeibc/keeper/msg_server_register_host_zone_test.go @@ -12,10 +12,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type RegisterHostZoneTestCase struct { diff --git a/x/stakeibc/keeper/msg_server_restore_interchain_account.go b/x/stakeibc/keeper/msg_server_restore_interchain_account.go index dfed4b0bbd..45c057cce2 100644 --- a/x/stakeibc/keeper/msg_server_restore_interchain_account.go +++ b/x/stakeibc/keeper/msg_server_restore_interchain_account.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k msgServer) RestoreInterchainAccount(goCtx context.Context, msg *types.MsgRestoreInterchainAccount) (*types.MsgRestoreInterchainAccountResponse, error) { diff --git a/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go b/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go index 97ef9c6ad2..03661e21c6 100644 --- a/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go +++ b/x/stakeibc/keeper/msg_server_restore_interchain_account_test.go @@ -10,8 +10,8 @@ import ( icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type DepositRecordStatusUpdate struct { diff --git a/x/stakeibc/keeper/msg_server_submit_tx.go b/x/stakeibc/keeper/msg_server_submit_tx.go index 7d78b60686..c19fe4803d 100644 --- a/x/stakeibc/keeper/msg_server_submit_tx.go +++ b/x/stakeibc/keeper/msg_server_submit_tx.go @@ -10,11 +10,11 @@ import ( proto "github.com/cosmos/gogoproto/proto" "github.com/spf13/cast" - "github.com/Stride-Labs/stride/v10/utils" - icacallbackstypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/utils" + icacallbackstypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" bankTypes "github.com/cosmos/cosmos-sdk/x/bank/types" distributiontypes "github.com/cosmos/cosmos-sdk/x/distribution/types" @@ -22,8 +22,8 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - epochstypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - icqtypes "github.com/Stride-Labs/stride/v10/x/interchainquery/types" + epochstypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + icqtypes "github.com/Stride-Labs/stride/v11/x/interchainquery/types" sdk "github.com/cosmos/cosmos-sdk/types" icatypes "github.com/cosmos/ibc-go/v7/modules/apps/27-interchain-accounts/types" diff --git a/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go b/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go index e8a1ccd73d..62aef673d2 100644 --- a/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go +++ b/x/stakeibc/keeper/msg_server_update_validator_shares_exch_rate.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // This kicks off two ICQs, each with a callback, that will update the number of tokens on a validator diff --git a/x/stakeibc/keeper/params.go b/x/stakeibc/keeper/params.go index 02b1c38a67..b7134b01c9 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/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/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 0de70109ce..187b18d9d1 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/v10/testutil/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + testkeeper "github.com/Stride-Labs/stride/v11/testutil/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestGetParams(t *testing.T) { diff --git a/x/stakeibc/keeper/reward_allocation.go b/x/stakeibc/keeper/reward_allocation.go index e08209f83b..ba692dc5b6 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/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/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 434aad8a60..60814e22c7 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/v10/x/epochs/types" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (s *KeeperTestSuite) SetupTestRewardAllocation() { diff --git a/x/stakeibc/keeper/unbonding_records.go b/x/stakeibc/keeper/unbonding_records.go index 566c28e1f6..b27a75279e 100644 --- a/x/stakeibc/keeper/unbonding_records.go +++ b/x/stakeibc/keeper/unbonding_records.go @@ -14,9 +14,9 @@ import ( proto "github.com/cosmos/gogoproto/proto" - "github.com/Stride-Labs/stride/v10/utils" - recordstypes "github.com/Stride-Labs/stride/v10/x/records/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + recordstypes "github.com/Stride-Labs/stride/v11/x/records/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func (k Keeper) CreateEpochUnbondingRecord(ctx sdk.Context, epochNumber uint64) bool { diff --git a/x/stakeibc/keeper/unbonding_records_cleanup_test.go b/x/stakeibc/keeper/unbonding_records_cleanup_test.go index 3b6ac7981a..37df6739cb 100644 --- a/x/stakeibc/keeper/unbonding_records_cleanup_test.go +++ b/x/stakeibc/keeper/unbonding_records_cleanup_test.go @@ -4,9 +4,9 @@ import ( sdkmath "cosmossdk.io/math" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type CleanupEpochUnbondingRecordsTestCase struct { diff --git a/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go b/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go index 78039ac4e7..58cfb170a3 100644 --- a/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go +++ b/x/stakeibc/keeper/unbonding_records_get_host_zone_unbondings_msgs_test.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type GetHostZoneUnbondingMsgsTestCase struct { diff --git a/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go b/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go index 8def700fd7..2c458d16b9 100644 --- a/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go +++ b/x/stakeibc/keeper/unbonding_records_initiate_all_unbondings_test.go @@ -5,9 +5,9 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type InitiateAllHostZoneUnbondingsTestCase struct { diff --git a/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go b/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go index f3a1915771..74add7d525 100644 --- a/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go +++ b/x/stakeibc/keeper/unbonding_records_sweep_unbonded_tokens_test.go @@ -5,10 +5,10 @@ import ( ibctesting "github.com/cosmos/ibc-go/v7/testing" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" - epochtypes "github.com/Stride-Labs/stride/v10/x/epochs/types" - stakeibc "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + stakeibc "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type SweepUnbondedTokensTestCase struct { diff --git a/x/stakeibc/keeper/update_redemption_rates_test.go b/x/stakeibc/keeper/update_redemption_rates_test.go index f464dc4dd2..d85d4aed7a 100644 --- a/x/stakeibc/keeper/update_redemption_rates_test.go +++ b/x/stakeibc/keeper/update_redemption_rates_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" _ "github.com/stretchr/testify/suite" - recordtypes "github.com/Stride-Labs/stride/v10/x/records/types" + recordtypes "github.com/Stride-Labs/stride/v11/x/records/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) type UpdateRedemptionRatesTestCase struct { diff --git a/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go b/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go index 8af087c02e..3f674b1071 100644 --- a/x/stakeibc/keeper/update_validator_shares_exch_rate_test.go +++ b/x/stakeibc/keeper/update_validator_shares_exch_rate_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/v10/x/epochs/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + epochtypes "github.com/Stride-Labs/stride/v11/x/epochs/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // ================================ 1: QueryValidatorExchangeRate ============================================= diff --git a/x/stakeibc/keeper/validator_selection.go b/x/stakeibc/keeper/validator_selection.go index dc0f898705..1042e1cd9f 100644 --- a/x/stakeibc/keeper/validator_selection.go +++ b/x/stakeibc/keeper/validator_selection.go @@ -7,8 +7,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/Stride-Labs/stride/v10/utils" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/utils" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // This function returns a map from Validator Address to how many extra tokens need to be given to that validator diff --git a/x/stakeibc/migrations/v2/convert.go b/x/stakeibc/migrations/v2/convert.go index 29a9e95b41..8a442720f1 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/v10/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/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 d59fa8a64b..4e9a024ffe 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/v10/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func TestConvertToNewValidator(t *testing.T) { diff --git a/x/stakeibc/migrations/v2/migrations.go b/x/stakeibc/migrations/v2/migrations.go index 88b734f0f2..44230637a4 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/v10/x/stakeibc/migrations/v2/types" - stakeibctypes "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + oldstakeibctypes "github.com/Stride-Labs/stride/v11/x/stakeibc/migrations/v2/types" + stakeibctypes "github.com/Stride-Labs/stride/v11/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 5e80497349..cc54a39fe7 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/v10/x/stakeibc/client/cli" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/client/cli" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) var ( diff --git a/x/stakeibc/module_ibc.go b/x/stakeibc/module_ibc.go index 56ef7cfa85..1f6281747a 100644 --- a/x/stakeibc/module_ibc.go +++ b/x/stakeibc/module_ibc.go @@ -10,12 +10,12 @@ import ( channeltypes "github.com/cosmos/ibc-go/v7/modules/core/04-channel/types" ibcexported "github.com/cosmos/ibc-go/v7/modules/core/exported" - "github.com/Stride-Labs/stride/v10/x/icacallbacks" - icacallbacktypes "github.com/Stride-Labs/stride/v10/x/icacallbacks/types" + "github.com/Stride-Labs/stride/v11/x/icacallbacks" + icacallbacktypes "github.com/Stride-Labs/stride/v11/x/icacallbacks/types" - ratelimittypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + ratelimittypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // IBCModule implements the ICS26 interface for interchain accounts controller chains diff --git a/x/stakeibc/module_simulation.go b/x/stakeibc/module_simulation.go index 69f33499e2..ea016bfed3 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/v10/testutil/sample" - stakeibcsimulation "github.com/Stride-Labs/stride/v10/x/stakeibc/simulation" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/testutil/sample" + stakeibcsimulation "github.com/Stride-Labs/stride/v11/x/stakeibc/simulation" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) // avoid unused import issue diff --git a/x/stakeibc/proposal_handler.go b/x/stakeibc/proposal_handler.go index feefd76111..e814d0439e 100644 --- a/x/stakeibc/proposal_handler.go +++ b/x/stakeibc/proposal_handler.go @@ -6,9 +6,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/Stride-Labs/stride/v10/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func NewStakeibcProposalHandler(k keeper.Keeper) govtypes.Handler { diff --git a/x/stakeibc/simulation/add_validator.go b/x/stakeibc/simulation/add_validator.go index 74524bcf1d..f183363903 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgAddValidator( diff --git a/x/stakeibc/simulation/change_validator_weight.go b/x/stakeibc/simulation/change_validator_weight.go index ee7bd21247..b3eaee3b69 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgChangeValidatorWeight( diff --git a/x/stakeibc/simulation/claim_undelegated_tokens.go b/x/stakeibc/simulation/claim_undelegated_tokens.go index 1d430fcb32..eeb2ccce6e 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgClaimUndelegatedTokens( diff --git a/x/stakeibc/simulation/delete_validator.go b/x/stakeibc/simulation/delete_validator.go index 7f0b951d3d..28088b9fe9 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgDeleteValidator( diff --git a/x/stakeibc/simulation/liquid_stake.go b/x/stakeibc/simulation/liquid_stake.go index 6344c4d271..6819f91606 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgLiquidStake( diff --git a/x/stakeibc/simulation/rebalance_validators.go b/x/stakeibc/simulation/rebalance_validators.go index 7ac05e5cad..1200e2115f 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgRebalanceValidators( diff --git a/x/stakeibc/simulation/restore_interchain_account.go b/x/stakeibc/simulation/restore_interchain_account.go index 3a75c2327a..7f3a520edb 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgRestoreInterchainAccount( diff --git a/x/stakeibc/simulation/update_delegation.go b/x/stakeibc/simulation/update_delegation.go index 60ec67738f..88a49c187a 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/v10/x/stakeibc/keeper" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/x/stakeibc/keeper" + "github.com/Stride-Labs/stride/v11/x/stakeibc/types" ) func SimulateMsgUpdateValidatorSharesExchRate( diff --git a/x/stakeibc/types/address_unbonding.pb.go b/x/stakeibc/types/address_unbonding.pb.go index c8061ea74a..886f3aeffc 100644 --- a/x/stakeibc/types/address_unbonding.pb.go +++ b/x/stakeibc/types/address_unbonding.pb.go @@ -121,26 +121,26 @@ var fileDescriptor_6491082275bcb473 = []byte{ // 348 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, 0xfa, 0xb3, 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, - 0x27, 0x52, 0x65, 0x34, 0x06, 0x57, 0xaa, 0x60, 0x06, 0x34, 0x8c, 0xdc, 0x20, 0x8e, 0x33, 0x90, - 0xd2, 0xcf, 0x79, 0x28, 0x78, 0x4c, 0x79, 0xe2, 0xa4, 0x99, 0x50, 0x02, 0xef, 0x17, 0x42, 0xa7, - 0x12, 0xf6, 0xba, 0x89, 0x48, 0x84, 0xe6, 0xdc, 0xed, 0xad, 0x90, 0x1d, 0xbd, 0xd7, 0x50, 0xe7, - 0xaa, 0xb0, 0x78, 0xac, 0x1c, 0x30, 0x41, 0x7f, 0x4b, 0x5b, 0x62, 0x0e, 0x4c, 0xbb, 0xed, 0x55, - 0x23, 0xee, 0xa1, 0x56, 0x06, 0x11, 0xd0, 0x39, 0x64, 0xa4, 0xa6, 0xa9, 0xdd, 0x8c, 0x2f, 0x11, - 0xd9, 0x85, 0xf0, 0x41, 0x2a, 0xca, 0x02, 0x05, 0xb1, 0xaf, 0x28, 0x03, 0xf2, 0x47, 0x6b, 0x0f, - 0x76, 0xfc, 0x75, 0x45, 0x3f, 0x50, 0x06, 0xf8, 0x06, 0x35, 0x03, 0x26, 0x72, 0xae, 0x48, 0x7d, - 0xab, 0x1b, 0x39, 0x8b, 0x55, 0xdf, 0xf8, 0x5c, 0xf5, 0x8f, 0x13, 0xaa, 0xa6, 0x79, 0xe8, 0x44, - 0x82, 0xb9, 0x91, 0x90, 0x4c, 0xc8, 0xf2, 0x18, 0xca, 0x78, 0xe6, 0xaa, 0xd7, 0x14, 0xa4, 0x33, - 0xe6, 0xca, 0x2b, 0x5f, 0xe3, 0x2e, 0x6a, 0xc4, 0xc0, 0x05, 0x23, 0x0d, 0xbd, 0xae, 0x18, 0xb0, - 0x8d, 0x3a, 0xd1, 0x73, 0x40, 0x99, 0x4f, 0xa5, 0x9f, 0x82, 0x5e, 0x4f, 0x5a, 0x03, 0xd3, 0x6e, - 0x79, 0x7b, 0x1a, 0x1f, 0xcb, 0xbb, 0x02, 0xc5, 0x87, 0xe8, 0x3f, 0xa4, 0x22, 0x9a, 0xfa, 0x3c, - 0x67, 0x21, 0x64, 0xa4, 0x3d, 0x30, 0xed, 0xba, 0xf7, 0x4f, 0x63, 0xb7, 0x1a, 0x1a, 0x4d, 0x16, - 0x6b, 0xcb, 0x5c, 0xae, 0x2d, 0xf3, 0x6b, 0x6d, 0x99, 0x6f, 0x1b, 0xcb, 0x58, 0x6e, 0x2c, 0xe3, - 0x63, 0x63, 0x19, 0x4f, 0xe7, 0xbf, 0xc2, 0xde, 0xeb, 0xbf, 0x1f, 0x4e, 0x82, 0x50, 0xba, 0x65, - 0x61, 0xf3, 0xb3, 0x53, 0xf7, 0xe5, 0xa7, 0x36, 0x1d, 0x3e, 0x6c, 0xea, 0x12, 0x2e, 0xbe, 0x03, - 0x00, 0x00, 0xff, 0xff, 0xde, 0xda, 0xc7, 0x0c, 0xd6, 0x01, 0x00, 0x00, + 0xd0, 0x06, 0xdd, 0xb8, 0x95, 0x44, 0x13, 0x12, 0x62, 0x4c, 0xd5, 0x8d, 0x9b, 0xa6, 0x3f, 0x5f, + 0xca, 0x04, 0x67, 0xa6, 0xe9, 0x4c, 0x89, 0xbe, 0x85, 0x2f, 0xe2, 0x7b, 0xb0, 0x64, 0x69, 0x5c, + 0x10, 0x03, 0x2f, 0x62, 0x98, 0xb6, 0xe8, 0x6a, 0xe6, 0x3b, 0xe7, 0xcc, 0xf9, 0x4e, 0xe6, 0xa0, + 0x33, 0xa9, 0x32, 0x1a, 0x83, 0x2b, 0x55, 0x30, 0x07, 0x1a, 0x46, 0x6e, 0x10, 0xc7, 0x19, 0x48, + 0xe9, 0xe7, 0x3c, 0x14, 0x3c, 0xa6, 0x3c, 0x71, 0xd2, 0x4c, 0x28, 0x81, 0x0f, 0x0b, 0xa1, 0x53, + 0x09, 0x7b, 0xdd, 0x44, 0x24, 0x42, 0x73, 0xee, 0xee, 0x56, 0xc8, 0x4e, 0xde, 0x6b, 0xa8, 0x73, + 0x55, 0x58, 0x3c, 0x56, 0x0e, 0x98, 0xa0, 0xbf, 0xa5, 0x2d, 0x31, 0x07, 0xa6, 0xdd, 0xf6, 0xaa, + 0x11, 0xf7, 0x50, 0x2b, 0x83, 0x08, 0xe8, 0x02, 0x32, 0x52, 0xd3, 0xd4, 0x7e, 0xc6, 0x97, 0x88, + 0xec, 0x43, 0xf8, 0x20, 0x15, 0x65, 0x81, 0x82, 0xd8, 0x57, 0x94, 0x01, 0xf9, 0xa3, 0xb5, 0x47, + 0x7b, 0xfe, 0xba, 0xa2, 0x1f, 0x28, 0x03, 0x7c, 0x83, 0x9a, 0x01, 0x13, 0x39, 0x57, 0xa4, 0xbe, + 0xd3, 0x8d, 0x9d, 0xe5, 0xba, 0x6f, 0x7c, 0xae, 0xfb, 0xa7, 0x09, 0x55, 0xb3, 0x3c, 0x74, 0x22, + 0xc1, 0xdc, 0x48, 0x48, 0x26, 0x64, 0x79, 0x0c, 0x65, 0x3c, 0x77, 0xd5, 0x6b, 0x0a, 0xd2, 0x99, + 0x70, 0xe5, 0x95, 0xaf, 0x71, 0x17, 0x35, 0x62, 0xe0, 0x82, 0x91, 0x86, 0x5e, 0x57, 0x0c, 0xd8, + 0x46, 0x9d, 0xe8, 0x39, 0xa0, 0xcc, 0xa7, 0xd2, 0x4f, 0x41, 0xaf, 0x27, 0xad, 0x81, 0x69, 0xb7, + 0xbc, 0x03, 0x8d, 0x4f, 0xe4, 0x5d, 0x81, 0xe2, 0x63, 0xf4, 0x1f, 0x52, 0x11, 0xcd, 0x7c, 0x9e, + 0xb3, 0x10, 0x32, 0xd2, 0x1e, 0x98, 0x76, 0xdd, 0xfb, 0xa7, 0xb1, 0x5b, 0x0d, 0x8d, 0xa7, 0xcb, + 0x8d, 0x65, 0xae, 0x36, 0x96, 0xf9, 0xb5, 0xb1, 0xcc, 0xb7, 0xad, 0x65, 0xac, 0xb6, 0x96, 0xf1, + 0xb1, 0xb5, 0x8c, 0xa7, 0xf3, 0x5f, 0x61, 0xef, 0xf5, 0xdf, 0x0f, 0xa7, 0x41, 0x28, 0xdd, 0xb2, + 0xb0, 0xc5, 0x68, 0xe4, 0xbe, 0xfc, 0xd4, 0xa6, 0xc3, 0x87, 0x4d, 0x5d, 0xc2, 0xc5, 0x77, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x49, 0x7c, 0xda, 0xeb, 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 27aa1619ab..fadefcf64a 100644 --- a/x/stakeibc/types/callbacks.pb.go +++ b/x/stakeibc/types/callbacks.pb.go @@ -477,47 +477,47 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/callbacks.proto", fileDescriptor_f41c99b09b96a5ac) } var fileDescriptor_f41c99b09b96a5ac = []byte{ - // 630 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0x4f, 0x4f, 0x13, 0x41, - 0x18, 0xc6, 0xbb, 0x94, 0xa0, 0xbc, 0x2d, 0x16, 0x36, 0x46, 0x0b, 0x21, 0xdb, 0xba, 0x24, 0x4a, - 0x4c, 0xd8, 0x15, 0x3c, 0x19, 0x2f, 0x08, 0xc6, 0xa4, 0x09, 0x7a, 0x58, 0x82, 0x07, 0x2e, 0x9b, - 0xd9, 0x9d, 0x49, 0x3b, 0x61, 0x77, 0xa6, 0xd9, 0x77, 0x5a, 0xd4, 0x4f, 0xe0, 0xd1, 0xab, 0x1f, - 0x41, 0x2f, 0x7e, 0x07, 0x4f, 0x1c, 0x39, 0x1a, 0x0f, 0x68, 0xe8, 0x17, 0x31, 0xb3, 0x7f, 0xba, - 0xa5, 0x18, 0x62, 0x3d, 0xb5, 0x7d, 0xdf, 0x67, 0xfa, 0x3e, 0xcf, 0xfc, 0x66, 0x06, 0x5a, 0xa8, - 0x12, 0x4e, 0x99, 0x8b, 0x8a, 0x9c, 0x30, 0x1e, 0x84, 0x6e, 0x48, 0xa2, 0x28, 0x20, 0xe1, 0x09, - 0x3a, 0xfd, 0x44, 0x2a, 0x69, 0x36, 0x32, 0x81, 0x53, 0x08, 0xd6, 0xee, 0x76, 0x65, 0x57, 0xa6, - 0x3d, 0x57, 0x7f, 0xcb, 0x64, 0x6b, 0x56, 0x28, 0x31, 0x96, 0xe8, 0x06, 0x04, 0x99, 0x3b, 0xdc, - 0x0e, 0x98, 0x22, 0xdb, 0x6e, 0x28, 0xb9, 0xc8, 0xfa, 0xf6, 0x29, 0x34, 0x0e, 0xfb, 0x11, 0x57, - 0x2f, 0x59, 0xc4, 0xba, 0x44, 0x71, 0x29, 0xcc, 0x75, 0x58, 0x1c, 0x92, 0x88, 0x53, 0xa2, 0x64, - 0xd2, 0x34, 0xda, 0xc6, 0xe6, 0xa2, 0x57, 0x16, 0xcc, 0x57, 0xb0, 0x40, 0x62, 0x39, 0x10, 0xaa, - 0x39, 0xa7, 0x5b, 0x7b, 0xce, 0xd9, 0x45, 0xab, 0xf2, 0xf3, 0xa2, 0xf5, 0xb0, 0xcb, 0x55, 0x6f, - 0x10, 0x38, 0xa1, 0x8c, 0xdd, 0x7c, 0x66, 0xf6, 0xb1, 0x85, 0xf4, 0xc4, 0x55, 0xef, 0xfb, 0x0c, - 0x9d, 0x8e, 0x50, 0x5e, 0xbe, 0xda, 0xfe, 0x66, 0xc0, 0x72, 0x3e, 0x94, 0xed, 0xe7, 0xd9, 0xcc, - 0x36, 0xd4, 0x7b, 0x12, 0x95, 0xff, 0x41, 0x0a, 0xe6, 0x73, 0x9a, 0x4f, 0x07, 0x5d, 0x3b, 0x96, - 0x82, 0x75, 0xa8, 0xf9, 0x18, 0x56, 0x28, 0xeb, 0x4b, 0xe4, 0xca, 0x4f, 0x58, 0x28, 0x13, 0xaa, - 0x65, 0xda, 0xc9, 0xbc, 0xd7, 0xc8, 0x1b, 0x5e, 0x5a, 0xef, 0x50, 0xf3, 0x35, 0xac, 0xa0, 0xce, - 0xe6, 0xd3, 0x71, 0x38, 0x6c, 0x56, 0xdb, 0xd5, 0xcd, 0xda, 0x4e, 0xdb, 0x99, 0xda, 0x3e, 0x67, - 0x6a, 0x17, 0xbc, 0x65, 0xbc, 0x5a, 0x40, 0xfb, 0xa3, 0x01, 0x4b, 0xfb, 0x11, 0xe1, 0xf1, 0xd8, - 0xee, 0x33, 0x58, 0x1d, 0x20, 0x4b, 0xfc, 0x84, 0x51, 0x16, 0xf7, 0xb5, 0x6a, 0xc2, 0x54, 0xe6, - 0xfd, 0x9e, 0x16, 0x78, 0xe3, 0xfe, 0xd8, 0xdb, 0x2a, 0xdc, 0x0e, 0x7b, 0x84, 0x8b, 0xc2, 0xfe, - 0xa2, 0x77, 0x2b, 0xfd, 0xdd, 0xa1, 0xe6, 0x03, 0xa8, 0xb3, 0xbe, 0x0c, 0x7b, 0xbe, 0x18, 0xc4, - 0x01, 0x4b, 0x9a, 0xd5, 0x34, 0x5d, 0x2d, 0xad, 0xbd, 0x49, 0x4b, 0xf6, 0x17, 0x03, 0x96, 0x3d, - 0xc6, 0xc5, 0x90, 0xa1, 0x1a, 0xbb, 0x41, 0x68, 0x24, 0x79, 0xcd, 0xcf, 0x11, 0x69, 0x0f, 0xb5, - 0x9d, 0x55, 0x27, 0x23, 0xe1, 0xe8, 0x43, 0xe0, 0xe4, 0x87, 0xc0, 0xd9, 0x97, 0x5c, 0xec, 0xb9, - 0x9a, 0xde, 0xd7, 0x5f, 0xad, 0x47, 0xff, 0x40, 0x4f, 0x2f, 0xf0, 0xee, 0x14, 0x23, 0x5e, 0xa4, - 0x13, 0xae, 0x11, 0xab, 0x4e, 0x13, 0xb3, 0xbf, 0x1b, 0x60, 0x1e, 0x09, 0x3a, 0x3b, 0xea, 0xbf, - 0xe2, 0x9b, 0xfb, 0x5f, 0x7c, 0xe6, 0x73, 0x58, 0xcb, 0xb6, 0x75, 0x20, 0x02, 0x29, 0x28, 0x17, - 0xdd, 0x12, 0x56, 0x76, 0x2c, 0xe6, 0xbd, 0xfb, 0xa9, 0xe2, 0xa8, 0x10, 0x14, 0xb4, 0xd0, 0x46, - 0x30, 0x4b, 0x88, 0x33, 0x64, 0xb8, 0x79, 0xe8, 0xdc, 0xcd, 0x43, 0x3f, 0x1b, 0x50, 0xf3, 0x58, - 0x40, 0x22, 0x22, 0x42, 0x2e, 0xba, 0xe6, 0x06, 0x2c, 0x61, 0x12, 0xfa, 0xd3, 0x97, 0xb3, 0x8e, - 0x49, 0xf8, 0x76, 0x7c, 0x3f, 0x37, 0x60, 0x89, 0xa2, 0x9a, 0x10, 0x65, 0xa7, 0xab, 0x4e, 0x51, - 0x95, 0xa2, 0x5d, 0xa8, 0x92, 0x58, 0x65, 0xb0, 0x66, 0xbe, 0xc1, 0x7a, 0xa9, 0x7d, 0x0a, 0x2b, - 0x85, 0xb5, 0x59, 0x98, 0xee, 0x42, 0x3d, 0x29, 0x13, 0x15, 0x38, 0xd7, 0xaf, 0xe1, 0x9c, 0x88, - 0xed, 0x5d, 0x59, 0xb1, 0x77, 0x70, 0x76, 0x69, 0x19, 0xe7, 0x97, 0x96, 0xf1, 0xfb, 0xd2, 0x32, - 0x3e, 0x8d, 0xac, 0xca, 0xf9, 0xc8, 0xaa, 0xfc, 0x18, 0x59, 0x95, 0xe3, 0x9d, 0x09, 0xff, 0x87, - 0xe9, 0xff, 0x6d, 0x1d, 0x90, 0x00, 0xdd, 0xfc, 0x25, 0x1d, 0x6e, 0x3f, 0x71, 0xdf, 0x95, 0xef, - 0x69, 0x9a, 0x27, 0x58, 0x48, 0x5f, 0xc1, 0xa7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x23, 0x60, - 0xde, 0x44, 0x6f, 0x05, 0x00, 0x00, + // 631 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x94, 0xcf, 0x6e, 0xd3, 0x4c, + 0x14, 0xc5, 0xe3, 0xa6, 0xea, 0xf7, 0xf5, 0x26, 0x25, 0xad, 0x85, 0x20, 0xad, 0x2a, 0x27, 0xb8, + 0x12, 0x54, 0x48, 0xb5, 0x95, 0xb2, 0x42, 0x6c, 0x4a, 0x8b, 0x90, 0x22, 0x15, 0x16, 0xae, 0xca, + 0xa2, 0x1b, 0x6b, 0xec, 0x19, 0x25, 0xa3, 0xda, 0x33, 0x91, 0xef, 0x24, 0x05, 0x9e, 0x80, 0x25, + 0x5b, 0x1e, 0x01, 0x36, 0xbc, 0x03, 0xab, 0x2e, 0xbb, 0x44, 0x2c, 0x0a, 0x6a, 0x5e, 0x04, 0x8d, + 0xff, 0xc4, 0x69, 0x8a, 0x2a, 0xc2, 0x2a, 0xc9, 0xbd, 0x67, 0x72, 0xcf, 0x99, 0xdf, 0xcc, 0x40, + 0x0b, 0x55, 0xc2, 0x29, 0x73, 0x51, 0x91, 0x53, 0xc6, 0x83, 0xd0, 0x0d, 0x49, 0x14, 0x05, 0x24, + 0x3c, 0x45, 0x67, 0x90, 0x48, 0x25, 0xcd, 0x46, 0x26, 0x70, 0x0a, 0xc1, 0xc6, 0xdd, 0x9e, 0xec, + 0xc9, 0xb4, 0xe7, 0xea, 0x6f, 0x99, 0x6c, 0xc3, 0x0a, 0x25, 0xc6, 0x12, 0xdd, 0x80, 0x20, 0x73, + 0x47, 0x9d, 0x80, 0x29, 0xd2, 0x71, 0x43, 0xc9, 0x45, 0xd6, 0xb7, 0xcf, 0xa0, 0x71, 0x34, 0x88, + 0xb8, 0x7a, 0xc1, 0x22, 0xd6, 0x23, 0x8a, 0x4b, 0x61, 0x6e, 0xc2, 0xf2, 0x88, 0x44, 0x9c, 0x12, + 0x25, 0x93, 0xa6, 0xd1, 0x36, 0xb6, 0x97, 0xbd, 0xb2, 0x60, 0xbe, 0x84, 0x25, 0x12, 0xcb, 0xa1, + 0x50, 0xcd, 0x05, 0xdd, 0xda, 0x77, 0xce, 0x2f, 0x5b, 0x95, 0x1f, 0x97, 0xad, 0x87, 0x3d, 0xae, + 0xfa, 0xc3, 0xc0, 0x09, 0x65, 0xec, 0xe6, 0x33, 0xb3, 0x8f, 0x1d, 0xa4, 0xa7, 0xae, 0x7a, 0x37, + 0x60, 0xe8, 0x74, 0x85, 0xf2, 0xf2, 0xd5, 0xf6, 0x57, 0x03, 0x56, 0xf3, 0xa1, 0xec, 0x20, 0xcf, + 0x66, 0xb6, 0xa1, 0xde, 0x97, 0xa8, 0xfc, 0xf7, 0x52, 0x30, 0x9f, 0xd3, 0x7c, 0x3a, 0xe8, 0xda, + 0x89, 0x14, 0xac, 0x4b, 0xcd, 0xc7, 0xb0, 0x46, 0xd9, 0x40, 0x22, 0x57, 0x7e, 0xc2, 0x42, 0x99, + 0x50, 0x2d, 0xd3, 0x4e, 0x16, 0xbd, 0x46, 0xde, 0xf0, 0xd2, 0x7a, 0x97, 0x9a, 0xaf, 0x60, 0x0d, + 0x75, 0x36, 0x9f, 0x4e, 0xc2, 0x61, 0xb3, 0xda, 0xae, 0x6e, 0xd7, 0x76, 0xdb, 0xce, 0xcc, 0xf6, + 0x39, 0x33, 0xbb, 0xe0, 0xad, 0xe2, 0xf5, 0x02, 0xda, 0x1f, 0x0c, 0x58, 0x39, 0x88, 0x08, 0x8f, + 0x27, 0x76, 0x9f, 0xc2, 0xfa, 0x10, 0x59, 0xe2, 0x27, 0x8c, 0xb2, 0x78, 0xa0, 0x55, 0x53, 0xa6, + 0x32, 0xef, 0xf7, 0xb4, 0xc0, 0x9b, 0xf4, 0x27, 0xde, 0xd6, 0xe1, 0xff, 0xb0, 0x4f, 0xb8, 0x28, + 0xec, 0x2f, 0x7b, 0xff, 0xa5, 0xbf, 0xbb, 0xd4, 0x7c, 0x00, 0x75, 0x36, 0x90, 0x61, 0xdf, 0x17, + 0xc3, 0x38, 0x60, 0x49, 0xb3, 0x9a, 0xa6, 0xab, 0xa5, 0xb5, 0xd7, 0x69, 0xc9, 0xfe, 0x6c, 0xc0, + 0xaa, 0xc7, 0xb8, 0x18, 0x31, 0x54, 0x13, 0x37, 0x08, 0x8d, 0x24, 0xaf, 0xf9, 0x39, 0x22, 0xed, + 0xa1, 0xb6, 0xbb, 0xee, 0x64, 0x24, 0x1c, 0x7d, 0x08, 0x9c, 0xfc, 0x10, 0x38, 0x07, 0x92, 0x8b, + 0x7d, 0x57, 0xd3, 0xfb, 0xf2, 0xb3, 0xf5, 0xe8, 0x2f, 0xe8, 0xe9, 0x05, 0xde, 0x9d, 0x62, 0xc4, + 0xf3, 0x74, 0xc2, 0x0d, 0x62, 0xd5, 0x59, 0x62, 0xf6, 0x37, 0x03, 0xcc, 0x63, 0x41, 0xe7, 0x47, + 0xfd, 0x47, 0x7c, 0x0b, 0xff, 0x8a, 0xcf, 0x7c, 0x06, 0x1b, 0xd9, 0xb6, 0x0e, 0x45, 0x20, 0x05, + 0xe5, 0xa2, 0x57, 0xc2, 0xca, 0x8e, 0xc5, 0xa2, 0x77, 0x3f, 0x55, 0x1c, 0x17, 0x82, 0x82, 0x16, + 0xda, 0x08, 0x66, 0x09, 0x71, 0x8e, 0x0c, 0xb7, 0x0f, 0x5d, 0xb8, 0x7d, 0xe8, 0x27, 0x03, 0x6a, + 0x1e, 0x0b, 0x48, 0x44, 0x44, 0xc8, 0x45, 0xcf, 0xdc, 0x82, 0x15, 0x4c, 0x42, 0x7f, 0xf6, 0x72, + 0xd6, 0x31, 0x09, 0xdf, 0x4c, 0xee, 0xe7, 0x16, 0xac, 0x50, 0x54, 0x53, 0xa2, 0xec, 0x74, 0xd5, + 0x29, 0xaa, 0x52, 0xb4, 0x07, 0x55, 0x12, 0xab, 0x0c, 0xd6, 0xdc, 0x37, 0x58, 0x2f, 0xb5, 0xcf, + 0x60, 0xad, 0xb0, 0x36, 0x0f, 0xd3, 0x3d, 0xa8, 0x27, 0x65, 0xa2, 0x02, 0xe7, 0xe6, 0x0d, 0x9c, + 0x53, 0xb1, 0xbd, 0x6b, 0x2b, 0xf6, 0x0f, 0xcf, 0xaf, 0x2c, 0xe3, 0xe2, 0xca, 0x32, 0x7e, 0x5d, + 0x59, 0xc6, 0xc7, 0xb1, 0x55, 0xb9, 0x18, 0x5b, 0x95, 0xef, 0x63, 0xab, 0x72, 0xb2, 0x3b, 0xe5, + 0xff, 0x28, 0xfd, 0xbf, 0x9d, 0x43, 0x12, 0xa0, 0x9b, 0xbf, 0xa4, 0xa3, 0x4e, 0xc7, 0x7d, 0x5b, + 0xbe, 0xa7, 0x69, 0x9e, 0x60, 0x29, 0x7d, 0x05, 0x9f, 0xfc, 0x0e, 0x00, 0x00, 0xff, 0xff, 0xb4, + 0xc6, 0xc3, 0xa3, 0x6f, 0x05, 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 7ca84fdac0..0065e0f47f 100644 --- a/x/stakeibc/types/epoch_tracker.pb.go +++ b/x/stakeibc/types/epoch_tracker.pb.go @@ -114,8 +114,8 @@ var fileDescriptor_e7c48143f24adf66 = []byte{ 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x83, 0xc1, 0x7e, 0xd4, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, - 0x06, 0x4a, 0x99, 0xa1, 0x81, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, - 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x22, 0x93, 0x8b, 0x1e, 0x3a, 0x01, 0x00, + 0x06, 0x4a, 0x99, 0xa1, 0xa1, 0x7e, 0x05, 0x22, 0x68, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, + 0xc0, 0x61, 0x62, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x35, 0x96, 0xf9, 0x3a, 0x01, 0x00, 0x00, } diff --git a/x/stakeibc/types/expected_keepers.go b/x/stakeibc/types/expected_keepers.go index b0d9f792e2..79dcaf5667 100644 --- a/x/stakeibc/types/expected_keepers.go +++ b/x/stakeibc/types/expected_keepers.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - ratelimittypes "github.com/Stride-Labs/stride/v10/x/ratelimit/types" + ratelimittypes "github.com/Stride-Labs/stride/v11/x/ratelimit/types" ) // AccountKeeper defines the expected account keeper used for simulations (noalias) diff --git a/x/stakeibc/types/genesis.pb.go b/x/stakeibc/types/genesis.pb.go index 2f33b16095..bf8555e6b5 100644 --- a/x/stakeibc/types/genesis.pb.go +++ b/x/stakeibc/types/genesis.pb.go @@ -103,26 +103,26 @@ var fileDescriptor_dea81129ed6fb77a = []byte{ // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xcf, 0x4e, 0xea, 0x40, 0x14, 0xc6, 0x5b, 0x18, 0x4a, 0x19, 0xc8, 0xbd, 0x4d, 0x73, 0x13, 0xb8, 0xe4, 0x52, 0xc8, 0x75, - 0xc3, 0xc6, 0x56, 0x31, 0xbe, 0x00, 0x09, 0x51, 0x1b, 0x16, 0x0a, 0xae, 0xd8, 0x34, 0x6d, 0x99, - 0xb4, 0x13, 0x84, 0x69, 0x3a, 0x47, 0xa3, 0x3e, 0x85, 0x2b, 0x9f, 0x89, 0x25, 0x4b, 0x57, 0xc6, - 0xc0, 0x8b, 0x98, 0x76, 0xc6, 0x7f, 0x65, 0x37, 0x67, 0xbe, 0x5f, 0x7e, 0xe7, 0xcb, 0xc1, 0x1d, - 0x0e, 0x29, 0x9d, 0x13, 0x87, 0x83, 0xbf, 0x20, 0x34, 0x08, 0x9d, 0x88, 0xac, 0x08, 0xa7, 0xdc, - 0x4e, 0x52, 0x06, 0xcc, 0xfc, 0x2d, 0x62, 0xfb, 0x23, 0x6e, 0xff, 0x89, 0x58, 0xc4, 0xf2, 0xcc, - 0xc9, 0x5e, 0x02, 0x6b, 0xff, 0x2b, 0x5a, 0x12, 0x3f, 0xf5, 0x97, 0x52, 0xd2, 0xee, 0x16, 0xd3, - 0x98, 0x71, 0xf0, 0x1e, 0xd9, 0x8a, 0x48, 0xe0, 0xa0, 0x08, 0x90, 0x84, 0x85, 0xb1, 0x07, 0xa9, - 0x1f, 0x2e, 0x48, 0x2a, 0xa0, 0xff, 0xcf, 0x25, 0xdc, 0x38, 0x13, 0xe5, 0xa6, 0xe0, 0x03, 0x31, - 0x4f, 0xb1, 0x26, 0xd6, 0xb4, 0xd4, 0x9e, 0xda, 0xaf, 0x0f, 0x9a, 0x76, 0xa1, 0xac, 0x7d, 0x99, - 0xc7, 0x43, 0xb4, 0x7e, 0xed, 0x2a, 0x13, 0x09, 0x9b, 0x4d, 0x5c, 0x4d, 0x58, 0x0a, 0x1e, 0x9d, - 0xb7, 0x4a, 0x3d, 0xb5, 0x5f, 0x9b, 0x68, 0xd9, 0x78, 0x31, 0x37, 0x47, 0xf8, 0xd7, 0x67, 0x31, - 0xef, 0x86, 0x72, 0x68, 0x55, 0x7a, 0xe5, 0x7e, 0x7d, 0xf0, 0x77, 0xcf, 0x7b, 0xce, 0x38, 0xcc, - 0xd8, 0x8a, 0x48, 0x73, 0x23, 0x96, 0xf3, 0x98, 0x72, 0x30, 0xaf, 0xb0, 0xf9, 0xa3, 0xbe, 0x50, - 0xe1, 0x5c, 0xd5, 0xd9, 0x53, 0x8d, 0x32, 0xf4, 0x5a, 0x90, 0x52, 0x67, 0x90, 0x6f, 0x7f, 0x99, - 0xd2, 0x45, 0x7a, 0xd9, 0x40, 0x2e, 0xd2, 0x91, 0x51, 0x71, 0x91, 0xae, 0x19, 0x55, 0x17, 0xe9, - 0x35, 0x03, 0xbb, 0x48, 0xaf, 0x1b, 0x8d, 0xe1, 0x78, 0xbd, 0xb5, 0xd4, 0xcd, 0xd6, 0x52, 0xdf, - 0xb6, 0x96, 0xfa, 0xb4, 0xb3, 0x94, 0xcd, 0xce, 0x52, 0x5e, 0x76, 0x96, 0x32, 0x1b, 0x44, 0x14, - 0xe2, 0xdb, 0xc0, 0x0e, 0xd9, 0xd2, 0x99, 0xe6, 0x8b, 0x0f, 0xc7, 0x7e, 0xc0, 0x1d, 0x79, 0xee, - 0xbb, 0xe3, 0x23, 0xe7, 0xfe, 0xeb, 0xe8, 0xf0, 0x90, 0x10, 0x1e, 0x68, 0xf9, 0xb5, 0x4f, 0xde, - 0x03, 0x00, 0x00, 0xff, 0xff, 0x66, 0x4a, 0xc1, 0x39, 0x19, 0x02, 0x00, 0x00, + 0xc3, 0xc6, 0x36, 0x60, 0x7c, 0x01, 0x12, 0xa2, 0x36, 0x2c, 0x14, 0x5c, 0xb1, 0x69, 0xda, 0x32, + 0x69, 0x27, 0x08, 0xd3, 0x74, 0x8e, 0x46, 0x7d, 0x0a, 0x57, 0x3e, 0x13, 0x4b, 0x96, 0xae, 0x8c, + 0x81, 0x17, 0x31, 0xed, 0x8c, 0xff, 0xca, 0x6e, 0xce, 0x7c, 0xbf, 0xfc, 0xce, 0x97, 0x83, 0x3b, + 0x1c, 0x52, 0xba, 0x20, 0x0e, 0x07, 0x7f, 0x49, 0x68, 0x10, 0x3a, 0x11, 0x59, 0x13, 0x4e, 0xb9, + 0x9d, 0xa4, 0x0c, 0x98, 0xf9, 0x5b, 0xc4, 0xf6, 0x47, 0xdc, 0xfe, 0x13, 0xb1, 0x88, 0xe5, 0x99, + 0x93, 0xbd, 0x04, 0xd6, 0xfe, 0x57, 0xb4, 0x24, 0x7e, 0xea, 0xaf, 0xa4, 0xa4, 0xdd, 0x2d, 0xa6, + 0x31, 0xe3, 0xe0, 0x3d, 0xb2, 0x35, 0x91, 0xc0, 0x51, 0x11, 0x20, 0x09, 0x0b, 0x63, 0x0f, 0x52, + 0x3f, 0x5c, 0x92, 0x54, 0x40, 0xff, 0x9f, 0x4b, 0xb8, 0x71, 0x26, 0xca, 0xcd, 0xc0, 0x07, 0x62, + 0x9e, 0x62, 0x4d, 0xac, 0x69, 0xa9, 0x3d, 0xb5, 0x5f, 0x1f, 0x36, 0xed, 0x42, 0x59, 0xfb, 0x32, + 0x8f, 0x47, 0x68, 0xf3, 0xda, 0x55, 0xa6, 0x12, 0x36, 0x9b, 0xb8, 0x9a, 0xb0, 0x14, 0x3c, 0xba, + 0x68, 0x95, 0x7a, 0x6a, 0xbf, 0x36, 0xd5, 0xb2, 0xf1, 0x62, 0x61, 0x8e, 0xf1, 0xaf, 0xcf, 0x62, + 0xde, 0x0d, 0xe5, 0xd0, 0xaa, 0xf4, 0xca, 0xfd, 0xfa, 0xf0, 0xef, 0x81, 0xf7, 0x9c, 0x71, 0x98, + 0xb3, 0x35, 0x91, 0xe6, 0x46, 0x2c, 0xe7, 0x09, 0xe5, 0x60, 0x5e, 0x61, 0xf3, 0x47, 0x7d, 0xa1, + 0xc2, 0xb9, 0xaa, 0x73, 0xa0, 0x1a, 0x67, 0xe8, 0xb5, 0x20, 0xa5, 0xce, 0x20, 0xdf, 0xfe, 0x32, + 0xa5, 0x8b, 0xf4, 0xb2, 0x81, 0x5c, 0xa4, 0x23, 0xa3, 0xe2, 0x22, 0x5d, 0x33, 0xaa, 0x2e, 0xd2, + 0x6b, 0x06, 0x76, 0x91, 0x5e, 0x37, 0x1a, 0xa3, 0xc9, 0x66, 0x67, 0xa9, 0xdb, 0x9d, 0xa5, 0xbe, + 0xed, 0x2c, 0xf5, 0x69, 0x6f, 0x29, 0xdb, 0xbd, 0xa5, 0xbc, 0xec, 0x2d, 0x65, 0x3e, 0x8c, 0x28, + 0xc4, 0xb7, 0x81, 0x1d, 0xb2, 0x95, 0x33, 0xcb, 0x17, 0x1f, 0x4f, 0xfc, 0x80, 0x3b, 0xf2, 0xdc, + 0x77, 0x83, 0x81, 0x73, 0xff, 0x75, 0x74, 0x78, 0x48, 0x08, 0x0f, 0xb4, 0xfc, 0xda, 0x27, 0xef, + 0x01, 0x00, 0x00, 0xff, 0xff, 0xf1, 0xec, 0xdc, 0xde, 0x19, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/genesis_test.go b/x/stakeibc/types/genesis_test.go index 37b3d267b4..ae83b7632d 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/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/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 1350265cef..4dc35a5e30 100644 --- a/x/stakeibc/types/gov.pb.go +++ b/x/stakeibc/types/gov.pb.go @@ -88,9 +88,9 @@ var fileDescriptor_8204317b384c5680 = []byte{ 0x16, 0xc8, 0x33, 0x3a, 0xf9, 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, 0x51, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x30, 0xd8, 0x1d, 0xba, - 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0xd0, 0x80, 0x2b, 0x33, 0x34, 0xd0, 0xaf, 0x40, 0x04, 0x5f, 0x49, - 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0xec, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x66, - 0x4c, 0x24, 0xda, 0xa0, 0x01, 0x00, 0x00, + 0x3e, 0x89, 0x49, 0xc5, 0xfa, 0xd0, 0x80, 0x2b, 0x33, 0x34, 0xd4, 0xaf, 0x40, 0x04, 0x5f, 0x49, + 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0xec, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf1, + 0xea, 0x39, 0x3d, 0xa0, 0x01, 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 5518fbca1d..287c446f9f 100644 --- a/x/stakeibc/types/host_zone.pb.go +++ b/x/stakeibc/types/host_zone.pb.go @@ -203,46 +203,46 @@ var fileDescriptor_f81bf5b42c61245a = []byte{ // 672 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcf, 0x4e, 0xdb, 0x4a, 0x14, 0xc6, 0xe3, 0x0b, 0x17, 0x92, 0x09, 0xff, 0x32, 0x01, 0x64, 0x40, 0x37, 0xc9, 0x4d, 0xa5, - 0x2a, 0x8b, 0xe2, 0xb4, 0x61, 0x87, 0xd8, 0xf0, 0x47, 0x55, 0x83, 0xe8, 0xa2, 0xae, 0xc4, 0x82, - 0x8d, 0x35, 0x9e, 0x39, 0x49, 0x46, 0x38, 0x33, 0xa9, 0x67, 0x02, 0xa1, 0x8f, 0xd0, 0x55, 0x1f, - 0xa6, 0x0f, 0xc1, 0x12, 0x75, 0x55, 0x75, 0x81, 0x2a, 0x78, 0x83, 0x3e, 0x41, 0x95, 0xb1, 0x9d, - 0x98, 0x64, 0x01, 0x95, 0x58, 0xd9, 0x73, 0xbe, 0xef, 0xfc, 0xbe, 0xd1, 0x19, 0x7b, 0x50, 0x59, - 0xe9, 0x90, 0x33, 0xa8, 0x2b, 0x4d, 0xce, 0x81, 0xfb, 0xb4, 0xde, 0x91, 0x4a, 0x7b, 0x9f, 0xa5, - 0x00, 0xa7, 0x17, 0x4a, 0x2d, 0xf1, 0x72, 0x64, 0x70, 0x12, 0xc3, 0xe6, 0x54, 0xc7, 0x05, 0x09, - 0x38, 0x23, 0x5a, 0x86, 0x51, 0xc7, 0xe6, 0xff, 0x93, 0x06, 0x4e, 0x89, 0x47, 0x28, 0x95, 0x7d, - 0xa1, 0x63, 0xcb, 0x6a, 0x5b, 0xb6, 0xa5, 0x79, 0xad, 0x0f, 0xdf, 0xe2, 0xea, 0x06, 0x95, 0xaa, - 0x2b, 0x95, 0x17, 0x09, 0xd1, 0x22, 0x92, 0xaa, 0x5f, 0x10, 0xca, 0xbe, 0x93, 0x4a, 0x9f, 0x49, - 0x01, 0x78, 0x03, 0x65, 0x69, 0x87, 0x70, 0xe1, 0x71, 0x66, 0x5b, 0x15, 0xab, 0x96, 0x73, 0xe7, - 0xcd, 0xba, 0xc9, 0xf0, 0x0b, 0xb4, 0x48, 0xa5, 0x10, 0x40, 0x35, 0x97, 0x46, 0xff, 0xc7, 0xe8, - 0x0b, 0xe3, 0x62, 0x93, 0xe1, 0x2a, 0x5a, 0xf0, 0x81, 0x76, 0x76, 0x1a, 0xbd, 0x10, 0x5a, 0x7c, - 0x60, 0x17, 0x22, 0x4f, 0xba, 0x86, 0x1d, 0x54, 0xd4, 0x21, 0x11, 0xaa, 0x05, 0xa1, 0x47, 0x3b, - 0x44, 0x08, 0x08, 0x86, 0xb8, 0x05, 0x63, 0x2d, 0x24, 0xd2, 0x61, 0xa4, 0x34, 0x19, 0xde, 0x45, - 0x68, 0x34, 0x07, 0x65, 0xcf, 0x54, 0x66, 0x6a, 0xf9, 0xc6, 0xa6, 0x33, 0x31, 0x3b, 0xe7, 0x34, - 0xb1, 0xb8, 0x29, 0x37, 0xfe, 0x80, 0xd6, 0xfd, 0x80, 0xd0, 0xf3, 0x80, 0x2b, 0x0d, 0xcc, 0x4b, - 0x71, 0x66, 0x1f, 0xe5, 0xac, 0xa5, 0x3a, 0x4f, 0xc7, 0xc8, 0x63, 0x84, 0x2f, 0xb9, 0xee, 0xb0, - 0x90, 0x5c, 0x92, 0x20, 0x19, 0xbe, 0xfd, 0x6f, 0xc5, 0xaa, 0xe5, 0x1b, 0x5b, 0x53, 0xb8, 0xe6, - 0xe1, 0xfe, 0x7e, 0x64, 0x71, 0x0b, 0xe3, 0xb6, 0xb8, 0x84, 0xf7, 0x50, 0xbe, 0x05, 0x30, 0x82, - 0xcc, 0x3d, 0x0e, 0x41, 0x2d, 0x80, 0xa4, 0xfb, 0x18, 0x61, 0x06, 0x01, 0xb4, 0x89, 0x39, 0x91, - 0x04, 0x32, 0xff, 0x84, 0x9d, 0x8c, 0xdb, 0x52, 0xac, 0x10, 0x18, 0x74, 0x7b, 0x0f, 0x58, 0x2b, - 0x4f, 0x60, 0x8d, 0xdb, 0x12, 0xd6, 0x16, 0xca, 0x71, 0x9f, 0x7a, 0x0c, 0x84, 0xec, 0xda, 0x59, - 0x73, 0xac, 0x59, 0xee, 0xd3, 0xa3, 0xe1, 0x1a, 0xff, 0x87, 0x90, 0xf9, 0x0f, 0x22, 0x35, 0x67, - 0xd4, 0xdc, 0xb0, 0x12, 0xc9, 0x02, 0xad, 0x06, 0x44, 0x69, 0x2f, 0xb5, 0x99, 0x90, 0x68, 0xb0, - 0xd1, 0xd0, 0x78, 0xb0, 0x77, 0x7d, 0x5b, 0xce, 0xfc, 0xbc, 0x2d, 0xbf, 0x6c, 0x73, 0xdd, 0xe9, - 0xfb, 0x0e, 0x95, 0xdd, 0xf8, 0x63, 0x8e, 0x1f, 0xdb, 0x8a, 0x9d, 0xd7, 0xf5, 0x55, 0x0f, 0x94, - 0x73, 0x04, 0xf4, 0xfb, 0xb7, 0x6d, 0x14, 0x7f, 0xeb, 0x47, 0x40, 0x5d, 0x3c, 0x24, 0xbb, 0x23, - 0xb0, 0x4b, 0x34, 0x60, 0x40, 0xcb, 0x93, 0x51, 0xf9, 0x67, 0x88, 0x5a, 0x0a, 0x1f, 0xc6, 0xd4, - 0x51, 0xb1, 0x2f, 0x7c, 0x29, 0x18, 0x17, 0x6d, 0xaf, 0x15, 0xc2, 0xa7, 0x3e, 0x08, 0x7a, 0x65, - 0x2f, 0x55, 0xac, 0xda, 0xac, 0x8b, 0x47, 0xd2, 0xdb, 0x44, 0xc1, 0xef, 0x11, 0x32, 0xd3, 0x66, - 0x9e, 0x4f, 0x02, 0x7b, 0xd1, 0x6c, 0xc9, 0xf9, 0x8b, 0x2d, 0x35, 0x85, 0x76, 0x73, 0x11, 0xe1, - 0x80, 0x04, 0xf8, 0x15, 0x9a, 0x27, 0x8c, 0x85, 0xa0, 0x94, 0x8d, 0x0d, 0x0b, 0xff, 0xbe, 0x2d, - 0x2f, 0x5d, 0x91, 0x6e, 0xb0, 0x5b, 0x8d, 0x85, 0xaa, 0x9b, 0x58, 0xf0, 0x3a, 0x9a, 0xeb, 0x90, - 0x40, 0x03, 0xb3, 0x8b, 0x15, 0xab, 0x96, 0x75, 0xe3, 0x15, 0x0e, 0x50, 0xb1, 0xcb, 0xc5, 0xd4, - 0xd9, 0xac, 0x3e, 0xc3, 0xc0, 0x0a, 0x5d, 0x2e, 0x26, 0x8e, 0x66, 0x98, 0x46, 0x06, 0x53, 0x69, - 0x6b, 0xcf, 0x92, 0x46, 0x06, 0x0f, 0xd3, 0x8e, 0x67, 0xb3, 0xcb, 0x2b, 0x2b, 0x07, 0x27, 0xd7, - 0x77, 0x25, 0xeb, 0xe6, 0xae, 0x64, 0xfd, 0xba, 0x2b, 0x59, 0x5f, 0xef, 0x4b, 0x99, 0x9b, 0xfb, - 0x52, 0xe6, 0xc7, 0x7d, 0x29, 0x73, 0xd6, 0x48, 0x05, 0x7d, 0x34, 0xbf, 0xc3, 0xf6, 0x09, 0xf1, - 0x55, 0x3d, 0xbe, 0x91, 0x2f, 0xde, 0xbc, 0xae, 0x0f, 0xc6, 0xf7, 0xb2, 0x09, 0xf6, 0xe7, 0xcc, - 0x0d, 0xbb, 0xf3, 0x27, 0x00, 0x00, 0xff, 0xff, 0x61, 0xac, 0x1f, 0x82, 0x0a, 0x06, 0x00, 0x00, + 0x2a, 0x8b, 0xe2, 0x88, 0xb0, 0x43, 0x6c, 0xf8, 0xa3, 0xaa, 0x41, 0x74, 0x51, 0x57, 0x62, 0xc1, + 0xc6, 0x1a, 0xcf, 0x9c, 0x24, 0x23, 0x9c, 0x99, 0xd4, 0x33, 0x81, 0xd0, 0x47, 0xe8, 0xaa, 0x0f, + 0xd3, 0x87, 0x60, 0x89, 0xba, 0xaa, 0xba, 0x40, 0x15, 0xbc, 0x41, 0x9f, 0xa0, 0xca, 0xd8, 0x4e, + 0x4c, 0xb2, 0x80, 0x4a, 0xac, 0xec, 0x39, 0xdf, 0x77, 0x7e, 0xdf, 0xe8, 0x8c, 0x3d, 0xa8, 0xac, + 0x74, 0xc8, 0x19, 0xd4, 0x95, 0x26, 0x17, 0xc0, 0x7d, 0x5a, 0xef, 0x48, 0xa5, 0xbd, 0xcf, 0x52, + 0x80, 0xd3, 0x0b, 0xa5, 0x96, 0x78, 0x39, 0x32, 0x38, 0x89, 0x61, 0x73, 0xaa, 0xe3, 0x92, 0x04, + 0x9c, 0x11, 0x2d, 0xc3, 0xa8, 0x63, 0xf3, 0xff, 0x49, 0x03, 0xa7, 0xc4, 0x23, 0x94, 0xca, 0xbe, + 0xd0, 0xb1, 0x65, 0xb5, 0x2d, 0xdb, 0xd2, 0xbc, 0xd6, 0x87, 0x6f, 0x71, 0x75, 0x83, 0x4a, 0xd5, + 0x95, 0xca, 0x8b, 0x84, 0x68, 0x11, 0x49, 0xd5, 0x2f, 0x08, 0x65, 0xdf, 0x49, 0xa5, 0xcf, 0xa5, + 0x00, 0xbc, 0x81, 0xb2, 0xb4, 0x43, 0xb8, 0xf0, 0x38, 0xb3, 0xad, 0x8a, 0x55, 0xcb, 0xb9, 0xf3, + 0x66, 0xdd, 0x64, 0xf8, 0x15, 0x5a, 0xa4, 0x52, 0x08, 0xa0, 0x9a, 0x4b, 0xa3, 0xff, 0x63, 0xf4, + 0x85, 0x71, 0xb1, 0xc9, 0x70, 0x15, 0x2d, 0xf8, 0x40, 0x3b, 0xbb, 0x8d, 0x5e, 0x08, 0x2d, 0x3e, + 0xb0, 0x0b, 0x91, 0x27, 0x5d, 0xc3, 0x0e, 0x2a, 0xea, 0x90, 0x08, 0xd5, 0x82, 0xd0, 0xa3, 0x1d, + 0x22, 0x04, 0x04, 0x43, 0xdc, 0x82, 0xb1, 0x16, 0x12, 0xe9, 0x28, 0x52, 0x9a, 0x0c, 0xef, 0x21, + 0x34, 0x9a, 0x83, 0xb2, 0x67, 0x2a, 0x33, 0xb5, 0x7c, 0x63, 0xd3, 0x99, 0x98, 0x9d, 0x73, 0x96, + 0x58, 0xdc, 0x94, 0x1b, 0x7f, 0x40, 0xeb, 0x7e, 0x40, 0xe8, 0x45, 0xc0, 0x95, 0x06, 0xe6, 0xa5, + 0x38, 0xb3, 0x4f, 0x72, 0xd6, 0x52, 0x9d, 0x67, 0x63, 0xe4, 0x09, 0xc2, 0x57, 0x5c, 0x77, 0x58, + 0x48, 0xae, 0x48, 0x90, 0x0c, 0xdf, 0xfe, 0xb7, 0x62, 0xd5, 0xf2, 0x8d, 0xad, 0x29, 0x5c, 0xf3, + 0xe8, 0xe0, 0x20, 0xb2, 0xb8, 0x85, 0x71, 0x5b, 0x5c, 0xc2, 0xfb, 0x28, 0xdf, 0x02, 0x18, 0x41, + 0xe6, 0x9e, 0x86, 0xa0, 0x16, 0x40, 0xd2, 0x7d, 0x82, 0x30, 0x83, 0x00, 0xda, 0xc4, 0x9c, 0x48, + 0x02, 0x99, 0x7f, 0xc6, 0x4e, 0xc6, 0x6d, 0x29, 0x56, 0x08, 0x0c, 0xba, 0xbd, 0x47, 0xac, 0x95, + 0x67, 0xb0, 0xc6, 0x6d, 0x09, 0x6b, 0x0b, 0xe5, 0xb8, 0x4f, 0x3d, 0x06, 0x42, 0x76, 0xed, 0xac, + 0x39, 0xd6, 0x2c, 0xf7, 0xe9, 0xf1, 0x70, 0x8d, 0xff, 0x43, 0xc8, 0xfc, 0x07, 0x91, 0x9a, 0x33, + 0x6a, 0x6e, 0x58, 0x89, 0x64, 0x81, 0x56, 0x03, 0xa2, 0xb4, 0x97, 0xda, 0x4c, 0x48, 0x34, 0xd8, + 0x68, 0x68, 0x3c, 0xdc, 0xbf, 0xb9, 0x2b, 0x67, 0x7e, 0xde, 0x95, 0x5f, 0xb7, 0xb9, 0xee, 0xf4, + 0x7d, 0x87, 0xca, 0x6e, 0xfc, 0x31, 0xc7, 0x8f, 0x6d, 0xc5, 0x2e, 0xea, 0xfa, 0xba, 0x07, 0xca, + 0x39, 0x06, 0xfa, 0xfd, 0xdb, 0x36, 0x8a, 0xbf, 0xf5, 0x63, 0xa0, 0x2e, 0x1e, 0x92, 0xdd, 0x11, + 0xd8, 0x25, 0x1a, 0x30, 0xa0, 0xe5, 0xc9, 0xa8, 0xfc, 0x0b, 0x44, 0x2d, 0x85, 0x8f, 0x63, 0xea, + 0xa8, 0xd8, 0x17, 0xbe, 0x14, 0x8c, 0x8b, 0xb6, 0xd7, 0x0a, 0xe1, 0x53, 0x1f, 0x04, 0xbd, 0xb6, + 0x97, 0x2a, 0x56, 0x6d, 0xd6, 0xc5, 0x23, 0xe9, 0x6d, 0xa2, 0xe0, 0xf7, 0x08, 0x99, 0x69, 0x33, + 0xcf, 0x27, 0x81, 0xbd, 0x68, 0xb6, 0xe4, 0xfc, 0xc5, 0x96, 0x9a, 0x42, 0xbb, 0xb9, 0x88, 0x70, + 0x48, 0x02, 0xfc, 0x06, 0xcd, 0x13, 0xc6, 0x42, 0x50, 0xca, 0xc6, 0x86, 0x85, 0x7f, 0xdf, 0x95, + 0x97, 0xae, 0x49, 0x37, 0xd8, 0xab, 0xc6, 0x42, 0xd5, 0x4d, 0x2c, 0x78, 0x1d, 0xcd, 0x75, 0x48, + 0xa0, 0x81, 0xd9, 0xc5, 0x8a, 0x55, 0xcb, 0xba, 0xf1, 0x0a, 0x07, 0xa8, 0xd8, 0xe5, 0x62, 0xea, + 0x6c, 0x56, 0x5f, 0x60, 0x60, 0x85, 0x2e, 0x17, 0x13, 0x47, 0x33, 0x4c, 0x23, 0x83, 0xa9, 0xb4, + 0xb5, 0x17, 0x49, 0x23, 0x83, 0xc7, 0x69, 0x27, 0xb3, 0xd9, 0xe5, 0x95, 0x95, 0xc3, 0xd3, 0x9b, + 0xfb, 0x92, 0x75, 0x7b, 0x5f, 0xb2, 0x7e, 0xdd, 0x97, 0xac, 0xaf, 0x0f, 0xa5, 0xcc, 0xed, 0x43, + 0x29, 0xf3, 0xe3, 0xa1, 0x94, 0x39, 0x6f, 0xa4, 0x82, 0x3e, 0x9a, 0xdf, 0x61, 0xfb, 0x94, 0xf8, + 0xaa, 0x1e, 0xdf, 0xc8, 0x97, 0x3b, 0x3b, 0xf5, 0xc1, 0xf8, 0x5e, 0x36, 0xc1, 0xfe, 0x9c, 0xb9, + 0x61, 0x77, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0xf6, 0x0a, 0x02, 0x65, 0x0a, 0x06, 0x00, 0x00, } func (m *HostZone) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/ica_account.pb.go b/x/stakeibc/types/ica_account.pb.go index 2e8f7377f0..9528df8443 100644 --- a/x/stakeibc/types/ica_account.pb.go +++ b/x/stakeibc/types/ica_account.pb.go @@ -131,8 +131,8 @@ var fileDescriptor_2976ae6e7f6ce824 = []byte{ 0x9d, 0x7c, 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, 0x28, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0x3f, 0x18, 0xec, 0x3a, 0x5d, 0x9f, 0xc4, 0xa4, - 0x62, 0x7d, 0x68, 0x58, 0x96, 0x19, 0x1a, 0xe8, 0x57, 0x20, 0x42, 0xb4, 0xa4, 0xb2, 0x20, 0xb5, - 0x38, 0x89, 0x0d, 0x1c, 0x40, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xaa, 0xf7, 0x45, 0x06, + 0x62, 0x7d, 0x68, 0x58, 0x96, 0x19, 0x1a, 0xea, 0x57, 0x20, 0x42, 0xb4, 0xa4, 0xb2, 0x20, 0xb5, + 0x38, 0x89, 0x0d, 0x1c, 0x40, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x51, 0x58, 0xe1, 0x71, 0x01, 0x00, 0x00, } diff --git a/x/stakeibc/types/message_add_validators.go b/x/stakeibc/types/message_add_validators.go index 8126c3afdf..15602cefd3 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/v10/utils" + "github.com/Stride-Labs/stride/v11/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 5755dc6c5c..3d80ad51ac 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/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 531f2bed37..984805aaf6 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/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) const TypeMsgChangeValidatorWeight = "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 7ba2bc6888..5218d78389 100644 --- a/x/stakeibc/types/message_change_validator_weight_test.go +++ b/x/stakeibc/types/message_change_validator_weight_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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/testutil/sample" ) func TestMsgChangeValidatorWeight_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_claim_undelegated_tokens.go b/x/stakeibc/types/message_claim_undelegated_tokens.go index 56a92c69d4..4582e01430 100644 --- a/x/stakeibc/types/message_claim_undelegated_tokens.go +++ b/x/stakeibc/types/message_claim_undelegated_tokens.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/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) const TypeMsgClaimUndelegatedTokens = "claim_undelegated_tokens" diff --git a/x/stakeibc/types/message_claim_undelegated_tokens_test.go b/x/stakeibc/types/message_claim_undelegated_tokens_test.go index 2867ce8ec0..1c4219b43d 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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/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 7002cf7491..bc0d6f7c4b 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/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) const TypeMsgClearBalance = "clear_balance" diff --git a/x/stakeibc/types/message_delete_validator.go b/x/stakeibc/types/message_delete_validator.go index 2e07325707..02e445ce1a 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/v10/utils" + "github.com/Stride-Labs/stride/v11/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 e04fad3211..3130d3ee7c 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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/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 901f176d0b..7296dfb8c2 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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/testutil/sample" ) func TestMsgLiquidStake_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_rebalance_validators.go b/x/stakeibc/types/message_rebalance_validators.go index 2aba54bda4..7ca7943277 100644 --- a/x/stakeibc/types/message_rebalance_validators.go +++ b/x/stakeibc/types/message_rebalance_validators.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/Stride-Labs/stride/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) const ( diff --git a/x/stakeibc/types/message_rebalance_validators_test.go b/x/stakeibc/types/message_rebalance_validators_test.go index 8fc9013a33..bbb8d7f23e 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/v10/app/apptesting" - "github.com/Stride-Labs/stride/v10/x/stakeibc/types" + "github.com/Stride-Labs/stride/v11/app/apptesting" + "github.com/Stride-Labs/stride/v11/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 6edb078c78..0312b25d83 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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/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 650edffcda..7cfc765db7 100644 --- a/x/stakeibc/types/message_register_host_zone.go +++ b/x/stakeibc/types/message_register_host_zone.go @@ -10,7 +10,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/v10/utils" + "github.com/Stride-Labs/stride/v11/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 7bf9f2f065..54b8623ae3 100644 --- a/x/stakeibc/types/message_restore_interchain_account_test.go +++ b/x/stakeibc/types/message_restore_interchain_account_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/v10/testutil/sample" + "github.com/Stride-Labs/stride/v11/testutil/sample" ) func TestMsgRestoreInterchainAccount_ValidateBasic(t *testing.T) { diff --git a/x/stakeibc/types/message_update_delegation.go b/x/stakeibc/types/message_update_delegation.go index 0954882c8f..59dfcc18e8 100644 --- a/x/stakeibc/types/message_update_delegation.go +++ b/x/stakeibc/types/message_update_delegation.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/v10/utils" + "github.com/Stride-Labs/stride/v11/utils" ) const TypeMsgUpdateValidatorSharesExchRate = "update_validator_shares_exch_rate" diff --git a/x/stakeibc/types/packet.pb.go b/x/stakeibc/types/packet.pb.go index 96ffa76378..9be73f81aa 100644 --- a/x/stakeibc/types/packet.pb.go +++ b/x/stakeibc/types/packet.pb.go @@ -150,8 +150,8 @@ var fileDescriptor_a86fa6a12773333f = []byte{ 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x07, 0x83, 0x8d, 0xd6, 0xf5, 0x49, 0x4c, 0x2a, 0xd6, 0x87, 0xba, 0xbe, 0xcc, - 0xd0, 0x40, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, - 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x4e, 0xa6, 0xe6, 0xc3, 0xe3, 0x00, 0x00, 0x00, + 0xd0, 0x50, 0xbf, 0x02, 0xe1, 0x87, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x1f, 0x8c, + 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0xd9, 0x00, 0xfb, 0x24, 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 44a8b7a8f4..89389a768d 100644 --- a/x/stakeibc/types/params.pb.go +++ b/x/stakeibc/types/params.pb.go @@ -199,40 +199,40 @@ var fileDescriptor_5aeaab6a38c2b438 = []byte{ // 567 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x93, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0x5b, 0xa8, 0xca, 0xe6, 0x01, 0x6b, 0xc3, 0x3f, 0x6b, 0x82, 0x0c, 0x90, 0x90, 0x18, - 0x83, 0x06, 0xc6, 0x01, 0xc4, 0x0e, 0x48, 0x9b, 0x38, 0x0c, 0x6d, 0x53, 0xd5, 0x56, 0x1c, 0xb8, - 0x58, 0x8e, 0xf3, 0xa6, 0xb5, 0x96, 0xc4, 0x91, 0xed, 0x94, 0x6c, 0x9f, 0x82, 0x23, 0x47, 0x3e, - 0x0e, 0xc7, 0x1d, 0x39, 0xa2, 0xf6, 0x1b, 0xf0, 0x09, 0x50, 0xec, 0x34, 0x5d, 0xd0, 0xe0, 0x56, - 0x3d, 0xcf, 0xef, 0x7d, 0xf2, 0xfa, 0x71, 0x8d, 0xee, 0x2b, 0x2d, 0x79, 0x00, 0x9e, 0xd2, 0xf4, - 0x04, 0xb8, 0xcf, 0xbc, 0x94, 0x4a, 0x1a, 0xab, 0x5e, 0x2a, 0x85, 0x16, 0xce, 0xba, 0x75, 0x7b, - 0x0b, 0x77, 0xe3, 0xf6, 0x58, 0x8c, 0x85, 0xf1, 0xbc, 0xe2, 0x97, 0xc5, 0x1e, 0xff, 0x6e, 0xa3, - 0x76, 0xdf, 0xcc, 0x39, 0x5b, 0xa8, 0x23, 0xe1, 0x0b, 0x95, 0x81, 0x22, 0x3c, 0xd1, 0x20, 0xa7, - 0x34, 0xc2, 0xcd, 0x87, 0xcd, 0xa7, 0xad, 0xc1, 0x7a, 0xa9, 0x1f, 0x94, 0xb2, 0xb3, 0x8d, 0xba, - 0x01, 0x44, 0x30, 0xa6, 0x1a, 0x96, 0x6c, 0xdb, 0xb0, 0x9d, 0x85, 0x51, 0xc1, 0x5b, 0xa8, 0x13, - 0x40, 0x2a, 0x14, 0xd7, 0x4b, 0xf6, 0x8a, 0xcd, 0x2d, 0xf5, 0x0a, 0x7d, 0x8b, 0xb0, 0x84, 0x00, - 0xe2, 0x54, 0x73, 0x91, 0x10, 0x59, 0x8b, 0xbf, 0x6a, 0x46, 0xee, 0x2e, 0xfd, 0xc1, 0xc5, 0x8f, - 0x6c, 0xa3, 0xae, 0x3d, 0x30, 0x61, 0x22, 0x8e, 0xb9, 0x52, 0x5c, 0x24, 0xb8, 0x65, 0x37, 0xb2, - 0xc6, 0x7e, 0xa5, 0x17, 0xb0, 0x04, 0x9e, 0x4c, 0x41, 0x5d, 0x58, 0xe9, 0x9a, 0x85, 0x17, 0x46, - 0x95, 0xfc, 0x0c, 0x75, 0x39, 0xa3, 0x44, 0xf3, 0x18, 0x44, 0xa6, 0x49, 0x42, 0x13, 0xa1, 0xf0, - 0xaa, 0xdd, 0x9f, 0x33, 0x3a, 0xb2, 0xfa, 0x71, 0x21, 0x3b, 0x9b, 0x68, 0xcd, 0xcf, 0xc2, 0x10, - 0x24, 0x51, 0xfc, 0x0c, 0x30, 0x32, 0x14, 0xb2, 0xd2, 0x90, 0x9f, 0x81, 0xf3, 0x1c, 0x39, 0xdc, - 0x67, 0x55, 0x98, 0x1f, 0x09, 0x76, 0xa2, 0xf0, 0x9a, 0xfd, 0x34, 0xf7, 0x59, 0x99, 0xb6, 0x67, - 0x74, 0x67, 0x17, 0x6d, 0x84, 0x00, 0x44, 0x4b, 0x9a, 0xa8, 0x22, 0xb4, 0xbe, 0xc3, 0x75, 0x33, - 0x75, 0x2f, 0x04, 0x18, 0x95, 0x40, 0x6d, 0x97, 0xf7, 0xe8, 0x41, 0x4c, 0x73, 0x62, 0xee, 0x9f, - 0x14, 0x27, 0x60, 0x34, 0x8a, 0x14, 0x49, 0x41, 0x12, 0x48, 0x05, 0x9b, 0xe0, 0x1b, 0x66, 0x1e, - 0xc7, 0x34, 0x1f, 0x16, 0xcc, 0x01, 0xa3, 0xfb, 0x05, 0xd1, 0x07, 0xf9, 0xa1, 0xf0, 0x9d, 0x3e, - 0x7a, 0x12, 0x40, 0x48, 0xb3, 0x48, 0x93, 0x98, 0x27, 0xe4, 0xef, 0x8b, 0xd1, 0x13, 0x09, 0x6a, - 0x22, 0xa2, 0x00, 0xdf, 0x34, 0x41, 0x8f, 0x4a, 0xf8, 0x88, 0x27, 0x83, 0xda, 0x1d, 0x8d, 0x16, - 0x60, 0x2d, 0x91, 0xe6, 0xff, 0x49, 0x5c, 0xaf, 0x27, 0xd2, 0xfc, 0x5f, 0x89, 0xbb, 0x68, 0xc3, - 0xf4, 0x79, 0x79, 0x43, 0x1d, 0xdb, 0x50, 0xd1, 0xeb, 0x65, 0x0d, 0xed, 0xa0, 0x3b, 0x8a, 0x86, - 0xa0, 0x4f, 0x49, 0x92, 0xc5, 0x64, 0x4a, 0x23, 0x1e, 0x50, 0x2d, 0xa4, 0xc2, 0x5d, 0x33, 0x77, - 0xcb, 0x9a, 0xc7, 0x59, 0xfc, 0xa9, 0xb2, 0x9c, 0x37, 0x08, 0x97, 0x33, 0xa6, 0xdc, 0x88, 0xaa, - 0x49, 0x51, 0x29, 0x83, 0x44, 0x63, 0xc7, 0x8c, 0x95, 0x99, 0x47, 0x34, 0x1f, 0x16, 0x6e, 0xdf, - 0x9a, 0xef, 0x5a, 0xdf, 0xbe, 0x6f, 0x36, 0x3e, 0xb6, 0x56, 0x56, 0x3a, 0xab, 0x7b, 0x87, 0x3f, - 0x66, 0x6e, 0xf3, 0x7c, 0xe6, 0x36, 0x7f, 0xcd, 0xdc, 0xe6, 0xd7, 0xb9, 0xdb, 0x38, 0x9f, 0xbb, - 0x8d, 0x9f, 0x73, 0xb7, 0xf1, 0x79, 0x67, 0xcc, 0xf5, 0x24, 0xf3, 0x7b, 0x4c, 0xc4, 0xde, 0xd0, - 0xfc, 0x6d, 0x5f, 0x1c, 0x52, 0x5f, 0x79, 0xe5, 0x53, 0x9f, 0xbe, 0x7a, 0xe9, 0xe5, 0xcb, 0x07, - 0xaf, 0x4f, 0x53, 0x50, 0x7e, 0xdb, 0xbc, 0xe4, 0xd7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x57, - 0x55, 0x2e, 0x32, 0x10, 0x04, 0x00, 0x00, + 0x83, 0x46, 0x1b, 0x07, 0x10, 0x3b, 0x20, 0x6d, 0xe2, 0x30, 0xb4, 0x4d, 0x55, 0x5b, 0x71, 0xe0, + 0x62, 0x39, 0xce, 0x9b, 0xd6, 0x5a, 0x12, 0x47, 0xb6, 0x53, 0xb2, 0x7d, 0x0a, 0x8e, 0x1c, 0xf9, + 0x38, 0x1c, 0x77, 0xe4, 0x88, 0xda, 0x6f, 0xc0, 0x27, 0x40, 0xb1, 0xd3, 0x74, 0x41, 0x83, 0x5b, + 0xf5, 0x3c, 0xbf, 0xf7, 0xc9, 0xeb, 0xc7, 0x35, 0x7a, 0xa8, 0xb4, 0xe4, 0x01, 0x78, 0x4a, 0xd3, + 0x53, 0xe0, 0x3e, 0xf3, 0x52, 0x2a, 0x69, 0xac, 0x7a, 0xa9, 0x14, 0x5a, 0x38, 0xeb, 0xd6, 0xed, + 0x2d, 0xdc, 0x8d, 0xbb, 0x63, 0x31, 0x16, 0xc6, 0xf3, 0x8a, 0x5f, 0x16, 0x7b, 0xfa, 0xbb, 0x8d, + 0xda, 0x7d, 0x33, 0xe7, 0x6c, 0xa1, 0x8e, 0x84, 0x2f, 0x54, 0x06, 0x8a, 0xf0, 0x44, 0x83, 0x9c, + 0xd2, 0x08, 0x37, 0x1f, 0x37, 0x9f, 0xb7, 0x06, 0xeb, 0xa5, 0x7e, 0x58, 0xca, 0xce, 0x36, 0xea, + 0x06, 0x10, 0xc1, 0x98, 0x6a, 0x58, 0xb2, 0x6d, 0xc3, 0x76, 0x16, 0x46, 0x05, 0x6f, 0xa1, 0x4e, + 0x00, 0xa9, 0x50, 0x5c, 0x2f, 0xd9, 0x6b, 0x36, 0xb7, 0xd4, 0x2b, 0xf4, 0x2d, 0xc2, 0x12, 0x02, + 0x88, 0x53, 0xcd, 0x45, 0x42, 0x64, 0x2d, 0xfe, 0xba, 0x19, 0xb9, 0xbf, 0xf4, 0x07, 0x97, 0x3f, + 0xb2, 0x8d, 0xba, 0xf6, 0xc0, 0x84, 0x89, 0x38, 0xe6, 0x4a, 0x71, 0x91, 0xe0, 0x96, 0xdd, 0xc8, + 0x1a, 0x07, 0x95, 0x5e, 0xc0, 0x12, 0x78, 0x32, 0x05, 0x75, 0x69, 0xa5, 0x1b, 0x16, 0x5e, 0x18, + 0x55, 0xf2, 0x0b, 0xd4, 0xe5, 0x8c, 0x12, 0xcd, 0x63, 0x10, 0x99, 0x26, 0x09, 0x4d, 0x84, 0xc2, + 0xab, 0x76, 0x7f, 0xce, 0xe8, 0xc8, 0xea, 0x27, 0x85, 0xec, 0x6c, 0xa2, 0x35, 0x3f, 0x0b, 0x43, + 0x90, 0x44, 0xf1, 0x73, 0xc0, 0xc8, 0x50, 0xc8, 0x4a, 0x43, 0x7e, 0x0e, 0xce, 0x4b, 0xe4, 0x70, + 0x9f, 0x55, 0x61, 0x7e, 0x24, 0xd8, 0xa9, 0xc2, 0x6b, 0xf6, 0xd3, 0xdc, 0x67, 0x65, 0xda, 0xbe, + 0xd1, 0x9d, 0x3d, 0xb4, 0x11, 0x02, 0x10, 0x2d, 0x69, 0xa2, 0x8a, 0xd0, 0xfa, 0x0e, 0x37, 0xcd, + 0xd4, 0x83, 0x10, 0x60, 0x54, 0x02, 0xb5, 0x5d, 0xde, 0xa3, 0x47, 0x31, 0xcd, 0x89, 0xb9, 0x7f, + 0x52, 0x9c, 0x80, 0xd1, 0x28, 0x52, 0x24, 0x05, 0x49, 0x20, 0x15, 0x6c, 0x82, 0x6f, 0x99, 0x79, + 0x1c, 0xd3, 0x7c, 0x58, 0x30, 0x87, 0x8c, 0x1e, 0x14, 0x44, 0x1f, 0xe4, 0x87, 0xc2, 0x77, 0xfa, + 0xe8, 0x59, 0x00, 0x21, 0xcd, 0x22, 0x4d, 0x62, 0x9e, 0x90, 0xbf, 0x2f, 0x46, 0x4f, 0x24, 0xa8, + 0x89, 0x88, 0x02, 0x7c, 0xdb, 0x04, 0x3d, 0x29, 0xe1, 0x63, 0x9e, 0x0c, 0x6a, 0x77, 0x34, 0x5a, + 0x80, 0xb5, 0x44, 0x9a, 0xff, 0x27, 0x71, 0xbd, 0x9e, 0x48, 0xf3, 0x7f, 0x25, 0xee, 0xa1, 0x0d, + 0xd3, 0xe7, 0xd5, 0x0d, 0x75, 0x6c, 0x43, 0x45, 0xaf, 0x57, 0x35, 0xb4, 0x8b, 0xee, 0x29, 0x1a, + 0x82, 0x3e, 0x23, 0x49, 0x16, 0x93, 0x29, 0x8d, 0x78, 0x40, 0xb5, 0x90, 0x0a, 0x77, 0xcd, 0xdc, + 0x1d, 0x6b, 0x9e, 0x64, 0xf1, 0xa7, 0xca, 0x72, 0xde, 0x20, 0x5c, 0xce, 0x98, 0x72, 0x23, 0xaa, + 0x26, 0x45, 0xa5, 0x0c, 0x12, 0x8d, 0x1d, 0x33, 0x56, 0x66, 0x1e, 0xd3, 0x7c, 0x58, 0xb8, 0x7d, + 0x6b, 0xbe, 0x6b, 0x7d, 0xfb, 0xbe, 0xd9, 0xf8, 0xd8, 0x5a, 0x59, 0xe9, 0xac, 0xee, 0x1f, 0xfd, + 0x98, 0xb9, 0xcd, 0x8b, 0x99, 0xdb, 0xfc, 0x35, 0x73, 0x9b, 0x5f, 0xe7, 0x6e, 0xe3, 0x62, 0xee, + 0x36, 0x7e, 0xce, 0xdd, 0xc6, 0xe7, 0xdd, 0x31, 0xd7, 0x93, 0xcc, 0xef, 0x31, 0x11, 0x7b, 0x43, + 0xf3, 0xb7, 0x7d, 0x75, 0x44, 0x7d, 0xe5, 0x95, 0x4f, 0x7d, 0xba, 0xb3, 0xe3, 0xe5, 0xcb, 0x07, + 0xaf, 0xcf, 0x52, 0x50, 0x7e, 0xdb, 0xbc, 0xe4, 0xd7, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0xc0, + 0xf3, 0x33, 0xd5, 0x10, 0x04, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/stakeibc/types/query.pb.go b/x/stakeibc/types/query.pb.go index 1268a8d36b..190045516c 100644 --- a/x/stakeibc/types/query.pb.go +++ b/x/stakeibc/types/query.pb.go @@ -957,80 +957,80 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/query.proto", fileDescriptor_494b786fe66f2b80) } var fileDescriptor_494b786fe66f2b80 = []byte{ - // 1158 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0xdd, 0x6e, 0x1b, 0x45, - 0x1b, 0xc7, 0xb3, 0x4d, 0x9a, 0x8f, 0x27, 0x89, 0xf2, 0x76, 0xde, 0x88, 0x38, 0xdb, 0xc4, 0x21, - 0xd3, 0xd2, 0x7c, 0x90, 0x7a, 0x1b, 0xa7, 0x20, 0x35, 0xa2, 0x82, 0x44, 0x6a, 0x1b, 0xa3, 0x80, - 0x82, 0x0b, 0x15, 0x2a, 0x07, 0xd6, 0x78, 0x77, 0xb0, 0x57, 0x5d, 0xcf, 0xb8, 0xbb, 0xeb, 0x90, - 0x10, 0x59, 0x95, 0xb8, 0x82, 0x0a, 0xc4, 0x09, 0x67, 0x45, 0x1c, 0x70, 0xcc, 0x55, 0xf4, 0x8c, - 0x4a, 0x9c, 0x70, 0x14, 0xa1, 0x84, 0x2b, 0xa8, 0xb8, 0x00, 0xb4, 0x33, 0xb3, 0x6b, 0x7b, 0x3f, - 0x8c, 0xd3, 0x33, 0xcf, 0xcc, 0xf3, 0xf1, 0x9b, 0x67, 0x9e, 0xf9, 0xcf, 0x1a, 0xae, 0x7a, 0xbe, - 0x6b, 0x5b, 0xd4, 0xf0, 0x7c, 0xf2, 0x84, 0xda, 0x55, 0xd3, 0x78, 0xda, 0xa2, 0xee, 0x71, 0xa1, - 0xe9, 0x72, 0x9f, 0xa3, 0x19, 0xb9, 0x58, 0x08, 0x17, 0xf5, 0xd9, 0x1a, 0xaf, 0x71, 0xb1, 0x66, - 0x04, 0xbf, 0xa4, 0x99, 0xbe, 0x50, 0xe3, 0xbc, 0xe6, 0x50, 0x83, 0x34, 0x6d, 0x83, 0x30, 0xc6, - 0x7d, 0xe2, 0xdb, 0x9c, 0x79, 0x6a, 0x75, 0xdd, 0xe4, 0x5e, 0x83, 0x7b, 0x46, 0x95, 0x78, 0x54, - 0x46, 0x37, 0x0e, 0x37, 0xab, 0xd4, 0x27, 0x9b, 0x46, 0x93, 0xd4, 0x6c, 0x26, 0x8c, 0xc3, 0x48, - 0x71, 0x9a, 0x26, 0x71, 0x49, 0x23, 0x8c, 0xb4, 0x14, 0x5f, 0x3d, 0x24, 0x8e, 0x6d, 0x11, 0x9f, - 0xbb, 0x59, 0x06, 0x75, 0xee, 0xf9, 0x95, 0x6f, 0x39, 0xa3, 0xca, 0xe0, 0x5a, 0xdc, 0x80, 0x36, - 0xb9, 0x59, 0xaf, 0xf8, 0x2e, 0x31, 0x9f, 0xd0, 0x30, 0xca, 0x4a, 0xdc, 0x88, 0x58, 0x96, 0x4b, - 0x3d, 0xaf, 0xd2, 0x62, 0x55, 0xce, 0x2c, 0x9b, 0xd5, 0xa4, 0x21, 0x7e, 0x06, 0xab, 0x9f, 0x05, - 0xfb, 0x29, 0x31, 0x9f, 0xba, 0x66, 0x9d, 0xd8, 0x6c, 0xc7, 0x34, 0x79, 0x8b, 0xf9, 0xf7, 0x5d, - 0xde, 0xd8, 0x91, 0x4e, 0x65, 0xfa, 0xb4, 0x45, 0x3d, 0x1f, 0xcd, 0xc2, 0x65, 0xfe, 0x0d, 0xa3, - 0x6e, 0x4e, 0x7b, 0x5b, 0x5b, 0x9d, 0x28, 0xcb, 0x01, 0xba, 0x0b, 0xd3, 0x26, 0x67, 0x8c, 0x9a, - 0x41, 0x0d, 0x2a, 0xb6, 0x95, 0xbb, 0x14, 0xac, 0xee, 0xe6, 0x5e, 0x9f, 0x2e, 0xcd, 0x1e, 0x93, - 0x86, 0xb3, 0x8d, 0x7b, 0x96, 0x71, 0x79, 0xaa, 0x33, 0x2e, 0x59, 0xf8, 0xb9, 0x06, 0x6b, 0x03, - 0x10, 0x78, 0x4d, 0xce, 0x3c, 0x8a, 0x4c, 0xd0, 0xed, 0xc8, 0xae, 0x42, 0xa4, 0x61, 0x45, 0x6d, - 0x4e, 0x72, 0xed, 0xbe, 0xf3, 0xfa, 0x74, 0x69, 0x59, 0x66, 0xce, 0xb6, 0xc5, 0xe5, 0x9c, 0x1d, - 0x4f, 0xa8, 0x92, 0xe1, 0x59, 0x40, 0x82, 0xe8, 0x40, 0x1c, 0x9c, 0xda, 0x3d, 0xde, 0x87, 0xff, - 0xf7, 0xcc, 0x2a, 0xa2, 0xf7, 0x60, 0x54, 0x1e, 0xb0, 0xc8, 0x3e, 0x59, 0x9c, 0x2b, 0xc4, 0x1a, - 0xae, 0x20, 0x1d, 0x76, 0x47, 0x5e, 0x9e, 0x2e, 0x0d, 0x95, 0x95, 0x31, 0x7e, 0x1f, 0xe6, 0x45, - 0xb4, 0x07, 0xd4, 0x7f, 0x14, 0x76, 0x40, 0x54, 0xe8, 0x79, 0x18, 0x97, 0xd0, 0xb6, 0xa5, 0x6a, - 0x3d, 0x26, 0xc6, 0x25, 0x0b, 0x7f, 0x09, 0x7a, 0x9a, 0x9f, 0x82, 0xd9, 0x06, 0x88, 0xfa, 0x29, - 0x00, 0x1a, 0x5e, 0x9d, 0x2c, 0xea, 0x09, 0xa0, 0xc8, 0xb1, 0xdc, 0x65, 0x8d, 0x6f, 0xc3, 0x5c, - 0x18, 0x79, 0x8f, 0x7b, 0xfe, 0x63, 0xce, 0xe8, 0x40, 0x3c, 0xb9, 0xa4, 0x97, 0xa2, 0xf9, 0x00, - 0x26, 0xa2, 0xe6, 0x55, 0xd5, 0x99, 0x4f, 0xc0, 0x84, 0x5e, 0xaa, 0x3e, 0xe3, 0x75, 0x35, 0xc6, - 0x44, 0xf1, 0xec, 0x38, 0x4e, 0x9c, 0xe7, 0x3e, 0x40, 0xe7, 0xda, 0xa9, 0xc8, 0x37, 0x0a, 0xf2, - 0x8e, 0x16, 0x82, 0x3b, 0x5a, 0x90, 0x0a, 0xa0, 0xee, 0x68, 0xe1, 0x80, 0xd4, 0x42, 0xdf, 0x72, - 0x97, 0x27, 0x7e, 0xa1, 0x29, 0xfa, 0x9e, 0x1c, 0xe9, 0xf4, 0xc3, 0x17, 0xa2, 0x47, 0x0f, 0x7a, - 0x10, 0x2f, 0x09, 0xc4, 0x95, 0xff, 0x44, 0x94, 0xa9, 0x7b, 0x18, 0x0d, 0xd5, 0x28, 0x9f, 0x70, - 0xab, 0xe5, 0xd0, 0xd8, 0x8d, 0x44, 0x30, 0xc2, 0x48, 0x83, 0xaa, 0x43, 0x11, 0xbf, 0xf1, 0x2d, - 0xd5, 0x21, 0x31, 0x07, 0xb5, 0x2b, 0x04, 0x23, 0xc1, 0x0d, 0x08, 0x3d, 0x82, 0xdf, 0x78, 0x0f, - 0xae, 0x86, 0x67, 0x78, 0x2f, 0xd0, 0x92, 0xcf, 0xa5, 0x94, 0x84, 0x49, 0xd6, 0xe0, 0x7f, 0x52, - 0x62, 0x6c, 0x8b, 0x32, 0xdf, 0xfe, 0xda, 0x8e, 0x14, 0x60, 0x46, 0xcc, 0x97, 0xa2, 0x69, 0x5c, - 0x87, 0x85, 0xf4, 0x48, 0x2a, 0xfb, 0x1e, 0x4c, 0xf7, 0xa8, 0x95, 0x3a, 0xbb, 0xc5, 0x44, 0x5d, - 0xbb, 0xbd, 0x55, 0x6d, 0xa7, 0x68, 0xd7, 0x1c, 0x5e, 0x54, 0xcc, 0x3b, 0x8e, 0x93, 0xc2, 0x1c, - 0x81, 0x24, 0x96, 0xb3, 0x41, 0x86, 0xdf, 0x0c, 0xe4, 0x2b, 0x58, 0x0e, 0xb7, 0xfc, 0x29, 0x3d, - 0xf2, 0x0f, 0x82, 0x59, 0xff, 0x61, 0x80, 0xc1, 0xcc, 0xa8, 0x61, 0x17, 0x01, 0xcc, 0x3a, 0x61, - 0x8c, 0x3a, 0x9d, 0x2b, 0x34, 0xa1, 0x66, 0x4a, 0x16, 0x9a, 0x83, 0xb1, 0x26, 0x77, 0xfd, 0x48, - 0x3c, 0xcb, 0xa3, 0xc1, 0xb0, 0x64, 0xe1, 0x8f, 0x00, 0xf7, 0x0b, 0xae, 0x36, 0xa3, 0xc3, 0xb8, - 0xa7, 0xe6, 0x44, 0xec, 0x91, 0x72, 0x34, 0xc6, 0x45, 0x78, 0x4b, 0x16, 0x42, 0xf6, 0xc1, 0x17, - 0xa1, 0xfc, 0x7b, 0x28, 0x07, 0x63, 0x3d, 0xba, 0x59, 0x0e, 0x87, 0xf8, 0x08, 0xf2, 0xe9, 0x3e, - 0x51, 0xc6, 0x47, 0x80, 0x12, 0x0f, 0x4a, 0xa8, 0x37, 0xcb, 0x89, 0x1a, 0xc6, 0xe3, 0xa8, 0x3a, - 0x5e, 0x21, 0xf1, 0xf8, 0xc5, 0x7f, 0xa6, 0xe0, 0xb2, 0x48, 0x8d, 0x9e, 0xc1, 0xa8, 0xd4, 0x4d, - 0x74, 0x2d, 0x11, 0x2f, 0x29, 0xce, 0xfa, 0xf5, 0xfe, 0x46, 0x12, 0x1b, 0xaf, 0x7f, 0xf7, 0xc7, - 0xdf, 0x3f, 0x5c, 0xba, 0x8e, 0xb0, 0xf1, 0x50, 0x58, 0x3b, 0xa4, 0xea, 0x19, 0xe9, 0xcf, 0x35, - 0x7a, 0xa1, 0x01, 0x74, 0x14, 0x16, 0xad, 0xa7, 0x27, 0x48, 0x93, 0x6f, 0xfd, 0xdd, 0x81, 0x6c, - 0x15, 0xd3, 0xb6, 0x60, 0xba, 0x8d, 0x8a, 0x8a, 0xe9, 0xe6, 0x7e, 0x1a, 0x54, 0x47, 0xa7, 0x8d, - 0x93, 0x50, 0x8a, 0xdb, 0xe8, 0x27, 0x0d, 0xc6, 0x43, 0x05, 0x42, 0xab, 0x99, 0x59, 0x63, 0xf2, - 0xa9, 0xaf, 0x0d, 0x60, 0xa9, 0xe8, 0xee, 0x08, 0xba, 0x2d, 0xb4, 0xd9, 0x97, 0x2e, 0xd2, 0xc9, - 0x6e, 0xb8, 0xef, 0x35, 0x98, 0x0c, 0xe3, 0xed, 0x38, 0x4e, 0x16, 0x5f, 0x52, 0xde, 0xb3, 0xf8, - 0x52, 0x44, 0x1a, 0x17, 0x04, 0xdf, 0x2a, 0xba, 0x31, 0x18, 0x1f, 0xfa, 0x45, 0x83, 0xe9, 0x1e, - 0x61, 0xcc, 0x3a, 0xd8, 0x34, 0xb9, 0xcd, 0x3a, 0xd8, 0x54, 0xa5, 0x1d, 0xf0, 0x60, 0x1b, 0xc2, - 0x37, 0xfc, 0x2a, 0x31, 0x4e, 0x02, 0x09, 0x6f, 0xa3, 0x1f, 0x35, 0x58, 0xe8, 0xf7, 0x3d, 0x84, - 0xee, 0xa4, 0x93, 0x0c, 0xf0, 0x15, 0xa7, 0x6f, 0xbf, 0x89, 0xab, 0xba, 0xf7, 0xbf, 0x69, 0x30, - 0xd5, 0xad, 0x88, 0x68, 0x23, 0xb3, 0x95, 0x52, 0x54, 0x59, 0xbf, 0x39, 0xa0, 0xb5, 0xaa, 0xe0, - 0x3d, 0x51, 0xc1, 0x0f, 0xd1, 0xdd, 0xbe, 0x15, 0xec, 0xd1, 0x71, 0xe3, 0x24, 0xfe, 0x54, 0xb5, - 0xd1, 0xcf, 0x1a, 0xcc, 0x74, 0xc7, 0x0f, 0x9a, 0x71, 0x23, 0xb3, 0xc5, 0x2e, 0xc0, 0x9d, 0xf1, - 0xb8, 0xe0, 0xa2, 0xe0, 0xde, 0x40, 0xeb, 0x83, 0x73, 0xa3, 0xdf, 0x35, 0x40, 0x49, 0x89, 0x47, - 0xc5, 0xcc, 0x8a, 0x65, 0x3e, 0x36, 0xfa, 0xd6, 0x85, 0x7c, 0x14, 0xf3, 0x81, 0x60, 0xfe, 0x18, - 0xed, 0xf5, 0x65, 0x66, 0xf4, 0xc8, 0xaf, 0x34, 0x45, 0x84, 0x4a, 0xf8, 0xc4, 0x88, 0x3b, 0xaf, - 0x9e, 0xb6, 0xb6, 0x71, 0xa2, 0x1e, 0xb2, 0x36, 0xfa, 0x55, 0x83, 0x2b, 0xc9, 0x57, 0x67, 0x25, - 0xa3, 0x94, 0x71, 0x43, 0xdd, 0x18, 0xd0, 0xf0, 0x82, 0x52, 0xd5, 0x79, 0xae, 0x8c, 0x13, 0x75, - 0xe9, 0xda, 0xbb, 0xfb, 0x2f, 0xcf, 0xf2, 0xda, 0xab, 0xb3, 0xbc, 0xf6, 0xd7, 0x59, 0x5e, 0x7b, - 0x7e, 0x9e, 0x1f, 0x7a, 0x75, 0x9e, 0x1f, 0xfa, 0xf3, 0x3c, 0x3f, 0xf4, 0xb8, 0x58, 0xb3, 0xfd, - 0x7a, 0xab, 0x5a, 0x30, 0x79, 0x23, 0x2d, 0xec, 0xe1, 0xe6, 0x2d, 0xe3, 0xa8, 0x13, 0xdc, 0x3f, - 0x6e, 0x52, 0xaf, 0x3a, 0x2a, 0xfe, 0x59, 0x6d, 0xfd, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x59, 0x6d, - 0xf9, 0x0b, 0x97, 0x0e, 0x00, 0x00, + // 1156 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x97, 0x4d, 0x6f, 0x1b, 0x45, + 0x18, 0xc7, 0xb3, 0x4d, 0x9a, 0x97, 0x27, 0x89, 0x42, 0x87, 0x88, 0x38, 0xdb, 0xc4, 0x21, 0xd3, + 0xd2, 0xbc, 0x90, 0x7a, 0x89, 0x53, 0x90, 0x1a, 0x51, 0x41, 0x22, 0xb5, 0x8d, 0x51, 0x40, 0xc1, + 0x85, 0x0a, 0x95, 0x83, 0x35, 0xde, 0x1d, 0xec, 0x55, 0xd7, 0x33, 0xee, 0xee, 0x3a, 0x24, 0x44, + 0x56, 0x25, 0x3e, 0x41, 0x05, 0xe2, 0xc2, 0xad, 0x88, 0x03, 0x67, 0x3e, 0x45, 0x6f, 0x54, 0xe2, + 0xc2, 0x29, 0x42, 0x09, 0x9f, 0xa0, 0xe2, 0x03, 0xa0, 0x9d, 0x99, 0x5d, 0xdb, 0xfb, 0x62, 0x9c, + 0xde, 0x3c, 0x33, 0xcf, 0xcb, 0x6f, 0x9e, 0x79, 0xe6, 0x3f, 0x6b, 0xb8, 0xea, 0xf9, 0xae, 0x6d, + 0x51, 0xc3, 0xf3, 0xc9, 0x63, 0x6a, 0x57, 0x4d, 0xe3, 0x49, 0x8b, 0xba, 0xc7, 0x85, 0xa6, 0xcb, + 0x7d, 0x8e, 0x66, 0xe4, 0x62, 0x21, 0x5c, 0xd4, 0x67, 0x6b, 0xbc, 0xc6, 0xc5, 0x9a, 0x11, 0xfc, + 0x92, 0x66, 0xfa, 0x42, 0x8d, 0xf3, 0x9a, 0x43, 0x0d, 0xd2, 0xb4, 0x0d, 0xc2, 0x18, 0xf7, 0x89, + 0x6f, 0x73, 0xe6, 0xa9, 0xd5, 0x75, 0x93, 0x7b, 0x0d, 0xee, 0x19, 0x55, 0xe2, 0x51, 0x19, 0xdd, + 0x38, 0xdc, 0xac, 0x52, 0x9f, 0x6c, 0x1a, 0x4d, 0x52, 0xb3, 0x99, 0x30, 0x0e, 0x23, 0xc5, 0x69, + 0x9a, 0xc4, 0x25, 0x8d, 0x30, 0xd2, 0x52, 0x7c, 0xf5, 0x90, 0x38, 0xb6, 0x45, 0x7c, 0xee, 0x66, + 0x19, 0xd4, 0xb9, 0xe7, 0x57, 0xbe, 0xe3, 0x8c, 0x2a, 0x83, 0x6b, 0x71, 0x03, 0xda, 0xe4, 0x66, + 0xbd, 0xe2, 0xbb, 0xc4, 0x7c, 0x4c, 0xc3, 0x28, 0x2b, 0x71, 0x23, 0x62, 0x59, 0x2e, 0xf5, 0xbc, + 0x4a, 0x8b, 0x55, 0x39, 0xb3, 0x6c, 0x56, 0x93, 0x86, 0xf8, 0x29, 0xac, 0x7e, 0x1e, 0xec, 0xa7, + 0xc4, 0x7c, 0xea, 0x9a, 0x75, 0x62, 0xb3, 0x1d, 0xd3, 0xe4, 0x2d, 0xe6, 0xdf, 0x73, 0x79, 0x63, + 0x47, 0x3a, 0x95, 0xe9, 0x93, 0x16, 0xf5, 0x7c, 0x34, 0x0b, 0x97, 0xf9, 0xb7, 0x8c, 0xba, 0x39, + 0xed, 0x6d, 0x6d, 0x75, 0xa2, 0x2c, 0x07, 0xe8, 0x0e, 0x4c, 0x9b, 0x9c, 0x31, 0x6a, 0x06, 0x35, + 0xa8, 0xd8, 0x56, 0xee, 0x52, 0xb0, 0xba, 0x9b, 0x7b, 0x75, 0xba, 0x34, 0x7b, 0x4c, 0x1a, 0xce, + 0x36, 0xee, 0x59, 0xc6, 0xe5, 0xa9, 0xce, 0xb8, 0x64, 0xe1, 0x67, 0x1a, 0xac, 0x0d, 0x40, 0xe0, + 0x35, 0x39, 0xf3, 0x28, 0x32, 0x41, 0xb7, 0x23, 0xbb, 0x0a, 0x91, 0x86, 0x15, 0xb5, 0x39, 0xc9, + 0xb5, 0xfb, 0xce, 0xab, 0xd3, 0xa5, 0x65, 0x99, 0x39, 0xdb, 0x16, 0x97, 0x73, 0x76, 0x3c, 0xa1, + 0x4a, 0x86, 0x67, 0x01, 0x09, 0xa2, 0x03, 0x71, 0x70, 0x6a, 0xf7, 0x78, 0x1f, 0xde, 0xec, 0x99, + 0x55, 0x44, 0xef, 0xc3, 0xa8, 0x3c, 0x60, 0x91, 0x7d, 0xb2, 0x38, 0x57, 0x88, 0x35, 0x5c, 0x41, + 0x3a, 0xec, 0x8e, 0xbc, 0x38, 0x5d, 0x1a, 0x2a, 0x2b, 0x63, 0xfc, 0x01, 0xcc, 0x8b, 0x68, 0xf7, + 0xa9, 0xff, 0x30, 0xec, 0x80, 0xa8, 0xd0, 0xf3, 0x30, 0x2e, 0xa1, 0x6d, 0x4b, 0xd5, 0x7a, 0x4c, + 0x8c, 0x4b, 0x16, 0xfe, 0x0a, 0xf4, 0x34, 0x3f, 0x05, 0xb3, 0x0d, 0x10, 0xf5, 0x53, 0x00, 0x34, + 0xbc, 0x3a, 0x59, 0xd4, 0x13, 0x40, 0x91, 0x63, 0xb9, 0xcb, 0x1a, 0xdf, 0x82, 0xb9, 0x30, 0xf2, + 0x1e, 0xf7, 0xfc, 0x47, 0x9c, 0xd1, 0x81, 0x78, 0x72, 0x49, 0x2f, 0x45, 0xf3, 0x21, 0x4c, 0x44, + 0xcd, 0xab, 0xaa, 0x33, 0x9f, 0x80, 0x09, 0xbd, 0x54, 0x7d, 0xc6, 0xeb, 0x6a, 0x8c, 0x89, 0xe2, + 0xd9, 0x71, 0x9c, 0x38, 0xcf, 0x3d, 0x80, 0xce, 0xb5, 0x53, 0x91, 0x6f, 0x14, 0xe4, 0x1d, 0x2d, + 0x04, 0x77, 0xb4, 0x20, 0x15, 0x40, 0xdd, 0xd1, 0xc2, 0x01, 0xa9, 0x85, 0xbe, 0xe5, 0x2e, 0x4f, + 0xfc, 0x5c, 0x53, 0xf4, 0x3d, 0x39, 0xd2, 0xe9, 0x87, 0x2f, 0x44, 0x8f, 0xee, 0xf7, 0x20, 0x5e, + 0x12, 0x88, 0x2b, 0xff, 0x8b, 0x28, 0x53, 0xf7, 0x30, 0x1a, 0xaa, 0x51, 0x3e, 0xe5, 0x56, 0xcb, + 0xa1, 0xb1, 0x1b, 0x89, 0x60, 0x84, 0x91, 0x06, 0x55, 0x87, 0x22, 0x7e, 0xe3, 0xf7, 0x54, 0x87, + 0xc4, 0x1c, 0xd4, 0xae, 0x10, 0x8c, 0x04, 0x37, 0x20, 0xf4, 0x08, 0x7e, 0xe3, 0x3d, 0xb8, 0x1a, + 0x9e, 0xe1, 0xdd, 0x40, 0x4b, 0xbe, 0x90, 0x52, 0x12, 0x26, 0x59, 0x83, 0x37, 0xa4, 0xc4, 0xd8, + 0x16, 0x65, 0xbe, 0xfd, 0x8d, 0x1d, 0x29, 0xc0, 0x8c, 0x98, 0x2f, 0x45, 0xd3, 0xb8, 0x0e, 0x0b, + 0xe9, 0x91, 0x54, 0xf6, 0x3d, 0x98, 0xee, 0x51, 0x2b, 0x75, 0x76, 0x8b, 0x89, 0xba, 0x76, 0x7b, + 0xab, 0xda, 0x4e, 0xd1, 0xae, 0x39, 0xbc, 0xa8, 0x98, 0x77, 0x1c, 0x27, 0x85, 0x39, 0x02, 0x49, + 0x2c, 0x67, 0x83, 0x0c, 0xbf, 0x1e, 0xc8, 0xd7, 0xb0, 0x1c, 0x6e, 0xf9, 0x33, 0x7a, 0xe4, 0x1f, + 0x04, 0xb3, 0xfe, 0x83, 0x00, 0x83, 0x99, 0x51, 0xc3, 0x2e, 0x02, 0x98, 0x75, 0xc2, 0x18, 0x75, + 0x3a, 0x57, 0x68, 0x42, 0xcd, 0x94, 0x2c, 0x34, 0x07, 0x63, 0x4d, 0xee, 0xfa, 0x91, 0x78, 0x96, + 0x47, 0x83, 0x61, 0xc9, 0xc2, 0x1f, 0x03, 0xee, 0x17, 0x5c, 0x6d, 0x46, 0x87, 0x71, 0x4f, 0xcd, + 0x89, 0xd8, 0x23, 0xe5, 0x68, 0x8c, 0x8b, 0xf0, 0x96, 0x2c, 0x84, 0xec, 0x83, 0x2f, 0x43, 0xf9, + 0xf7, 0x50, 0x0e, 0xc6, 0x7a, 0x74, 0xb3, 0x1c, 0x0e, 0xf1, 0x11, 0xe4, 0xd3, 0x7d, 0xa2, 0x8c, + 0x0f, 0x01, 0x25, 0x1e, 0x94, 0x50, 0x6f, 0x96, 0x13, 0x35, 0x8c, 0xc7, 0x51, 0x75, 0xbc, 0x42, + 0xe2, 0xf1, 0x8b, 0xff, 0x4e, 0xc1, 0x65, 0x91, 0x1a, 0x3d, 0x85, 0x51, 0xa9, 0x9b, 0xe8, 0x5a, + 0x22, 0x5e, 0x52, 0x9c, 0xf5, 0xeb, 0xfd, 0x8d, 0x24, 0x36, 0x5e, 0xff, 0xfe, 0xcf, 0x7f, 0x7e, + 0xbc, 0x74, 0x1d, 0x61, 0xe3, 0x81, 0xb0, 0x76, 0x48, 0xd5, 0x33, 0xd2, 0x9f, 0x6b, 0xf4, 0x5c, + 0x03, 0xe8, 0x28, 0x2c, 0x5a, 0x4f, 0x4f, 0x90, 0x26, 0xdf, 0xfa, 0xbb, 0x03, 0xd9, 0x2a, 0xa6, + 0x6d, 0xc1, 0x74, 0x0b, 0x15, 0x15, 0xd3, 0xcd, 0xfd, 0x34, 0xa8, 0x8e, 0x4e, 0x1b, 0x27, 0xa1, + 0x14, 0xb7, 0xd1, 0xcf, 0x1a, 0x8c, 0x87, 0x0a, 0x84, 0x56, 0x33, 0xb3, 0xc6, 0xe4, 0x53, 0x5f, + 0x1b, 0xc0, 0x52, 0xd1, 0xdd, 0x16, 0x74, 0x5b, 0x68, 0xb3, 0x2f, 0x5d, 0xa4, 0x93, 0xdd, 0x70, + 0x3f, 0x68, 0x30, 0x19, 0xc6, 0xdb, 0x71, 0x9c, 0x2c, 0xbe, 0xa4, 0xbc, 0x67, 0xf1, 0xa5, 0x88, + 0x34, 0x2e, 0x08, 0xbe, 0x55, 0x74, 0x63, 0x30, 0x3e, 0xf4, 0xab, 0x06, 0xd3, 0x3d, 0xc2, 0x98, + 0x75, 0xb0, 0x69, 0x72, 0x9b, 0x75, 0xb0, 0xa9, 0x4a, 0x3b, 0xe0, 0xc1, 0x36, 0x84, 0x6f, 0xf8, + 0x55, 0x62, 0x9c, 0x04, 0x12, 0xde, 0x46, 0x3f, 0x69, 0xb0, 0xd0, 0xef, 0x7b, 0x08, 0xdd, 0x4e, + 0x27, 0x19, 0xe0, 0x2b, 0x4e, 0xdf, 0x7e, 0x1d, 0x57, 0x75, 0xef, 0x7f, 0xd7, 0x60, 0xaa, 0x5b, + 0x11, 0xd1, 0x46, 0x66, 0x2b, 0xa5, 0xa8, 0xb2, 0x7e, 0x73, 0x40, 0x6b, 0x55, 0xc1, 0xbb, 0xa2, + 0x82, 0x1f, 0xa1, 0x3b, 0x7d, 0x2b, 0xd8, 0xa3, 0xe3, 0xc6, 0x49, 0xfc, 0xa9, 0x6a, 0xa3, 0x5f, + 0x34, 0x98, 0xe9, 0x8e, 0x1f, 0x34, 0xe3, 0x46, 0x66, 0x8b, 0x5d, 0x80, 0x3b, 0xe3, 0x71, 0xc1, + 0x45, 0xc1, 0xbd, 0x81, 0xd6, 0x07, 0xe7, 0x46, 0x7f, 0x68, 0x80, 0x92, 0x12, 0x8f, 0x8a, 0x99, + 0x15, 0xcb, 0x7c, 0x6c, 0xf4, 0xad, 0x0b, 0xf9, 0x28, 0xe6, 0x03, 0xc1, 0xfc, 0x09, 0xda, 0xeb, + 0xcb, 0xcc, 0xe8, 0x91, 0x5f, 0x69, 0x8a, 0x08, 0x95, 0xf0, 0x89, 0x11, 0x77, 0x5e, 0x3d, 0x6d, + 0x6d, 0xe3, 0x44, 0x3d, 0x64, 0x6d, 0xf4, 0x9b, 0x06, 0x57, 0x92, 0xaf, 0xce, 0x4a, 0x46, 0x29, + 0xe3, 0x86, 0xba, 0x31, 0xa0, 0xe1, 0x05, 0xa5, 0xaa, 0xf3, 0x5c, 0x19, 0x27, 0xea, 0xd2, 0xb5, + 0x77, 0xf7, 0x5f, 0x9c, 0xe5, 0xb5, 0x97, 0x67, 0x79, 0xed, 0xef, 0xb3, 0xbc, 0xf6, 0xec, 0x3c, + 0x3f, 0xf4, 0xf2, 0x3c, 0x3f, 0xf4, 0xd7, 0x79, 0x7e, 0xe8, 0x51, 0xb1, 0x66, 0xfb, 0xf5, 0x56, + 0xb5, 0x60, 0xf2, 0x46, 0x5a, 0xd8, 0xc3, 0xcd, 0x4d, 0xe3, 0xa8, 0x13, 0xdc, 0x3f, 0x6e, 0x52, + 0xaf, 0x3a, 0x2a, 0xfe, 0x59, 0x6d, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0xce, 0xcb, 0xe4, 0xec, + 0x97, 0x0e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/stakeibc/types/tx.pb.go b/x/stakeibc/types/tx.pb.go index e460f796fb..d466c649c6 100644 --- a/x/stakeibc/types/tx.pb.go +++ b/x/stakeibc/types/tx.pb.go @@ -1114,83 +1114,83 @@ func init() { func init() { proto.RegisterFile("stride/stakeibc/tx.proto", fileDescriptor_9b7e09c9ad51cd54) } var fileDescriptor_9b7e09c9ad51cd54 = []byte{ - // 1214 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcd, 0x6f, 0xe3, 0x44, - 0x14, 0x8f, 0xb7, 0xdd, 0x6e, 0xfa, 0x9a, 0x7e, 0xb9, 0xdd, 0xe2, 0x7a, 0x69, 0x92, 0xba, 0x7c, - 0x94, 0x85, 0x26, 0x34, 0xdd, 0x0b, 0x15, 0x1c, 0x9a, 0x96, 0x15, 0x91, 0x5a, 0x90, 0xdc, 0x5d, - 0x56, 0xaa, 0x84, 0xa2, 0x89, 0x3d, 0x75, 0xac, 0xc6, 0xe3, 0xd4, 0xe3, 0x94, 0x94, 0x03, 0x42, - 0x48, 0x48, 0x5c, 0x90, 0xe0, 0xc2, 0x11, 0xed, 0x11, 0x89, 0x13, 0xd2, 0xfe, 0x11, 0x7b, 0x5c, - 0xed, 0x09, 0x71, 0x88, 0x50, 0x7b, 0xe1, 0xdc, 0xbf, 0x00, 0x79, 0x6c, 0x4f, 0xec, 0xc4, 0x49, - 0x3f, 0x16, 0xed, 0x29, 0x79, 0x33, 0xbf, 0x79, 0xbf, 0xdf, 0x7b, 0x7e, 0xef, 0x79, 0x0c, 0x12, - 0x75, 0x1d, 0x53, 0xc7, 0x45, 0xea, 0xa2, 0x23, 0x6c, 0xd6, 0xb4, 0xa2, 0xdb, 0x2e, 0x34, 0x1d, - 0xdb, 0xb5, 0xc5, 0x69, 0x7f, 0xa7, 0x10, 0xee, 0xc8, 0xcb, 0xbd, 0x50, 0x53, 0x43, 0x55, 0xa4, - 0x69, 0x76, 0x8b, 0xb8, 0xfe, 0x19, 0x39, 0xd7, 0x0b, 0x39, 0x41, 0x0d, 0x53, 0x47, 0xae, 0xed, - 0x04, 0x80, 0x79, 0xc3, 0x36, 0x6c, 0xf6, 0xb7, 0xe8, 0xfd, 0x0b, 0x56, 0x17, 0x35, 0x9b, 0x5a, - 0x36, 0xad, 0xfa, 0x1b, 0xbe, 0xe1, 0x6f, 0x29, 0xbf, 0x08, 0x30, 0xb5, 0x47, 0x8d, 0x5d, 0xf3, - 0xb8, 0x65, 0xea, 0xfb, 0x9e, 0x5b, 0x51, 0x82, 0x3b, 0x9a, 0x83, 0x3d, 0xa7, 0x92, 0x90, 0x17, - 0x56, 0xc7, 0xd5, 0xd0, 0x14, 0x1f, 0xc2, 0x18, 0xb2, 0x3c, 0x39, 0xd2, 0x2d, 0x6f, 0xa3, 0x5c, - 0x78, 0xde, 0xc9, 0xa5, 0xfe, 0xee, 0xe4, 0xde, 0x31, 0x4c, 0xb7, 0xde, 0xaa, 0x15, 0x34, 0xdb, - 0x0a, 0xbc, 0x07, 0x3f, 0x6b, 0x54, 0x3f, 0x2a, 0xba, 0xa7, 0x4d, 0x4c, 0x0b, 0x15, 0xe2, 0xaa, - 0xc1, 0x69, 0x71, 0x09, 0xa0, 0x6e, 0x53, 0xb7, 0xaa, 0x63, 0x62, 0x5b, 0xd2, 0x08, 0x23, 0x19, - 0xf7, 0x56, 0x76, 0xbc, 0x05, 0x45, 0x82, 0x85, 0xb8, 0x24, 0x15, 0xd3, 0xa6, 0x4d, 0x28, 0x56, - 0x7e, 0x17, 0x60, 0x7a, 0x8f, 0x1a, 0xdb, 0x0d, 0x8c, 0x9c, 0x32, 0x6a, 0x20, 0xa2, 0x0d, 0x93, - 0xbb, 0x08, 0x69, 0xad, 0x8e, 0x4c, 0x52, 0x35, 0x75, 0x5f, 0xb0, 0x7a, 0x87, 0xd9, 0x15, 0x3d, - 0x12, 0xc9, 0xc8, 0x2b, 0x45, 0xe2, 0x91, 0xd7, 0x11, 0x21, 0xb8, 0x21, 0x8d, 0x72, 0x06, 0xcf, - 0x54, 0x16, 0xe1, 0x8d, 0x1e, 0xa5, 0x3c, 0x8a, 0x3f, 0xfc, 0x9c, 0xab, 0x58, 0xc7, 0xd8, 0x7a, - 0x5d, 0x39, 0xbf, 0x07, 0x2c, 0xc3, 0xd5, 0x6f, 0x6c, 0x82, 0x83, 0x94, 0xa7, 0xbd, 0x85, 0x03, - 0x9b, 0x60, 0x51, 0x86, 0xb4, 0x83, 0x35, 0x6c, 0x9e, 0x60, 0x27, 0x88, 0x83, 0xdb, 0xc1, 0xd3, - 0x88, 0x88, 0xe5, 0x71, 0x7c, 0x7f, 0x1b, 0xe6, 0xd8, 0x96, 0x61, 0x52, 0x17, 0x3b, 0x9f, 0x85, - 0xde, 0x3e, 0x81, 0x49, 0xcd, 0x26, 0x04, 0x6b, 0xae, 0x69, 0x77, 0x93, 0x5f, 0x96, 0x2e, 0x3a, - 0xb9, 0xf9, 0x53, 0x64, 0x35, 0x36, 0x95, 0xd8, 0xb6, 0xa2, 0x66, 0xba, 0x76, 0x45, 0x17, 0x15, - 0xc8, 0xd4, 0xb0, 0x56, 0xdf, 0x28, 0x35, 0x1d, 0x7c, 0x68, 0xb6, 0xa5, 0x0c, 0x13, 0x14, 0x5b, - 0x13, 0x1f, 0xc4, 0x2a, 0x88, 0x49, 0x2e, 0xdf, 0xbd, 0xe8, 0xe4, 0x66, 0x7d, 0xff, 0xdd, 0x3d, - 0x25, 0x52, 0x58, 0xe2, 0x3a, 0x8c, 0x9b, 0x35, 0x2d, 0x38, 0x74, 0x9b, 0x1d, 0x9a, 0xbf, 0xe8, - 0xe4, 0x66, 0xfc, 0x43, 0x7c, 0x4b, 0x51, 0xd3, 0x66, 0x4d, 0xf3, 0x8f, 0x44, 0x1e, 0xcc, 0x58, - 0xfc, 0xc1, 0x7c, 0x0e, 0x73, 0xae, 0x83, 0x08, 0x3d, 0xc4, 0x4e, 0x35, 0x78, 0xe8, 0x5e, 0xac, - 0xc0, 0xdc, 0x66, 0x2f, 0x3a, 0x39, 0xd9, 0x77, 0x9b, 0x00, 0x52, 0xd4, 0xd9, 0x70, 0x75, 0xdb, - 0x5f, 0xac, 0xe8, 0xe2, 0x17, 0x30, 0xd7, 0x22, 0x35, 0x9b, 0xe8, 0x26, 0x31, 0xaa, 0x87, 0x0e, - 0x3e, 0x6e, 0x61, 0xa2, 0x9d, 0x4a, 0x13, 0x79, 0x61, 0x75, 0x34, 0xea, 0x2f, 0x01, 0xa4, 0xa8, - 0x22, 0x5f, 0x7d, 0x18, 0x2e, 0x8a, 0x0d, 0x98, 0xb3, 0x4c, 0x52, 0x75, 0xb0, 0x8e, 0xad, 0x26, - 0xcb, 0xb5, 0x83, 0x5c, 0x2c, 0x4d, 0x32, 0x81, 0x1f, 0x5f, 0xa3, 0x8c, 0x76, 0xb0, 0xf6, 0xf2, - 0xd9, 0x1a, 0x04, 0x73, 0x63, 0x07, 0x6b, 0xea, 0xac, 0x65, 0x12, 0x95, 0xfb, 0x55, 0x91, 0x8b, - 0x19, 0x1b, 0x6a, 0xf7, 0xb1, 0x4d, 0xfd, 0x2f, 0x6c, 0xa8, 0x1d, 0x67, 0xdb, 0x4c, 0xff, 0xf8, - 0x34, 0x97, 0xfa, 0xf7, 0x69, 0x2e, 0xa5, 0x2c, 0xc1, 0xbd, 0x84, 0x1a, 0xe4, 0x35, 0xfa, 0x83, - 0x00, 0x8b, 0xac, 0x0f, 0x91, 0x69, 0x3d, 0x26, 0x3a, 0x6e, 0x60, 0x03, 0xb9, 0x58, 0x7f, 0x64, - 0x1f, 0x61, 0x42, 0x87, 0xb4, 0x5d, 0x1e, 0x32, 0xbc, 0x5d, 0xba, 0xf3, 0x03, 0xc2, 0x8e, 0xa9, - 0xe8, 0xe2, 0x3c, 0xdc, 0xc6, 0x4d, 0x5b, 0xab, 0xb3, 0x66, 0x1a, 0x55, 0x7d, 0x43, 0x5c, 0x80, - 0x31, 0x8a, 0x89, 0xce, 0xfb, 0x28, 0xb0, 0x94, 0x15, 0x58, 0x1e, 0x28, 0x83, 0x8b, 0x75, 0x83, - 0x56, 0xab, 0xf9, 0x03, 0xe3, 0xcb, 0x70, 0xb8, 0x0f, 0x13, 0x1a, 0xeb, 0xeb, 0x5b, 0x3d, 0x7d, - 0xbd, 0x02, 0x93, 0xa4, 0x65, 0x55, 0x9d, 0xd0, 0x63, 0xa0, 0x35, 0x43, 0x5a, 0x16, 0x67, 0x51, - 0xf2, 0x90, 0x4d, 0x66, 0x8d, 0x26, 0x71, 0x66, 0x8f, 0x1a, 0x5b, 0xba, 0xfe, 0xea, 0x92, 0x36, - 0x01, 0xf8, 0x4b, 0x8b, 0x4a, 0x23, 0xf9, 0x91, 0xd5, 0x89, 0x92, 0x5c, 0xe8, 0x79, 0x17, 0x16, - 0x38, 0x8f, 0x1a, 0x41, 0x2b, 0x32, 0x48, 0xbd, 0x32, 0xb8, 0xc6, 0xdf, 0x04, 0xb6, 0xe9, 0xf5, - 0x93, 0xd1, 0x8d, 0xe1, 0x09, 0x36, 0x8d, 0xba, 0x7b, 0x53, 0xad, 0x1b, 0x90, 0x3e, 0x41, 0x8d, - 0x2a, 0xd2, 0x75, 0x27, 0x78, 0x4f, 0x48, 0x2f, 0x9f, 0xad, 0xcd, 0x07, 0xa5, 0xb9, 0xa5, 0xeb, - 0x0e, 0xa6, 0x74, 0xdf, 0x75, 0x4c, 0x62, 0xa8, 0x77, 0x4e, 0x50, 0xc3, 0x5b, 0xf1, 0x2a, 0xe0, - 0x6b, 0xc6, 0xca, 0x2a, 0x60, 0x54, 0x0d, 0x2c, 0x45, 0x81, 0xfc, 0x20, 0x7d, 0x3c, 0x88, 0xef, - 0x04, 0x10, 0xf7, 0xa8, 0xb1, 0x83, 0x1b, 0xd8, 0xed, 0x82, 0x5e, 0xa7, 0x7c, 0xe5, 0x4d, 0x90, - 0xfb, 0x15, 0x70, 0x81, 0xbf, 0x0a, 0x41, 0xbb, 0x51, 0xd7, 0x76, 0x70, 0x85, 0xb8, 0xd8, 0x61, - 0xaf, 0xd4, 0x2d, 0xff, 0x9a, 0x72, 0xb3, 0x97, 0x71, 0x19, 0x32, 0xc1, 0x35, 0xa7, 0xea, 0x8d, - 0x00, 0xa6, 0x75, 0xaa, 0x94, 0xeb, 0x2b, 0x8a, 0xca, 0xf6, 0x56, 0xc0, 0xf3, 0xe8, 0xb4, 0x89, - 0xd5, 0x09, 0xd4, 0x35, 0x94, 0xb7, 0x61, 0x65, 0x88, 0x2e, 0xae, 0xff, 0x98, 0x3d, 0x84, 0xc7, - 0x4d, 0x1d, 0x45, 0xa2, 0xdb, 0xaf, 0x23, 0x07, 0xd3, 0x4f, 0xdb, 0x5a, 0x9d, 0x4d, 0xb2, 0x1b, - 0xc5, 0x20, 0x81, 0x97, 0x41, 0xbb, 0x89, 0x83, 0x54, 0xab, 0xa1, 0xa9, 0xdc, 0x87, 0xd5, 0xcb, - 0x28, 0x43, 0x79, 0xa5, 0x3f, 0xc7, 0x61, 0x64, 0x8f, 0x1a, 0xe2, 0x13, 0x98, 0x88, 0xde, 0xc8, - 0xfa, 0x53, 0x11, 0xbf, 0x1f, 0xc9, 0xef, 0x5e, 0x02, 0x08, 0x09, 0x3c, 0xc7, 0xd1, 0x6b, 0x47, - 0xa2, 0xe3, 0x08, 0x20, 0xd9, 0x71, 0xc2, 0x5d, 0x40, 0x3c, 0x84, 0x99, 0xbe, 0x7b, 0xc0, 0x5b, - 0xc9, 0x87, 0xe3, 0x28, 0xf9, 0x83, 0xab, 0xa0, 0x38, 0x4f, 0x1b, 0x16, 0x06, 0xcc, 0xf2, 0xfb, - 0x49, 0x7e, 0x92, 0xb1, 0x72, 0xe9, 0xea, 0x58, 0xce, 0x6c, 0xc3, 0x5c, 0xd2, 0x64, 0x1e, 0x90, - 0xa1, 0x3e, 0xa0, 0x5c, 0xbc, 0x22, 0x90, 0x13, 0x7e, 0x05, 0x93, 0xf1, 0x89, 0xbb, 0x9c, 0xe4, - 0x21, 0x06, 0x91, 0xdf, 0xbb, 0x14, 0xc2, 0xdd, 0xb7, 0xe0, 0x6e, 0xf2, 0xb0, 0x4c, 0xf4, 0x91, - 0x08, 0x95, 0xd7, 0xaf, 0x0c, 0xe5, 0xb4, 0x1a, 0x4c, 0xf7, 0x8e, 0xb7, 0x95, 0x24, 0x2f, 0x3d, - 0x20, 0xf9, 0xfd, 0x2b, 0x80, 0x38, 0xc9, 0xb7, 0x20, 0x0d, 0x1c, 0x51, 0x03, 0xea, 0x2d, 0x19, - 0x2d, 0x3f, 0xb8, 0x0e, 0x9a, 0xf3, 0xff, 0x24, 0xc0, 0xd2, 0xf0, 0x21, 0x93, 0x98, 0xb9, 0xa1, - 0x47, 0xe4, 0x8f, 0xae, 0x7d, 0x84, 0xeb, 0x39, 0x80, 0x4c, 0xec, 0x9b, 0x29, 0x9f, 0x5c, 0xff, - 0x5d, 0x84, 0xbc, 0x7a, 0x19, 0x22, 0xf4, 0x5d, 0xde, 0x7d, 0x7e, 0x96, 0x15, 0x5e, 0x9c, 0x65, - 0x85, 0x7f, 0xce, 0xb2, 0xc2, 0xcf, 0xe7, 0xd9, 0xd4, 0x8b, 0xf3, 0x6c, 0xea, 0xaf, 0xf3, 0x6c, - 0xea, 0xa0, 0x14, 0xb9, 0xed, 0xed, 0x33, 0x6f, 0x6b, 0xbb, 0xa8, 0x46, 0x8b, 0xc1, 0x47, 0xec, - 0xc9, 0xfa, 0x87, 0xc5, 0x76, 0xe4, 0xc3, 0xd8, 0xbb, 0xfd, 0xd5, 0xc6, 0xd8, 0x67, 0xe9, 0xc6, - 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xaa, 0xf7, 0x87, 0x6f, 0x38, 0x0f, 0x00, 0x00, + // 1215 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcf, 0x4f, 0xe3, 0xc6, + 0x17, 0x8f, 0x17, 0x16, 0xc2, 0x23, 0xfc, 0x32, 0x2c, 0x5f, 0xe3, 0xfd, 0x92, 0x04, 0xd3, 0x1f, + 0x74, 0x5b, 0x12, 0x11, 0xf6, 0x52, 0xd4, 0x1e, 0x08, 0x74, 0xd5, 0x48, 0xd0, 0x4a, 0x66, 0xb7, + 0x2b, 0x21, 0x55, 0xd1, 0xc4, 0x1e, 0x1c, 0x8b, 0x78, 0x1c, 0x3c, 0x0e, 0x0d, 0x3d, 0x54, 0x55, + 0xa5, 0x4a, 0xbd, 0x54, 0x6a, 0x2f, 0x3d, 0x56, 0x7b, 0xac, 0xd4, 0x53, 0xa5, 0xfd, 0x23, 0xf6, + 0xb8, 0xda, 0x53, 0xd5, 0x43, 0x54, 0xc1, 0xa5, 0x67, 0xfe, 0x82, 0xca, 0x63, 0x7b, 0x62, 0x27, + 0x4e, 0xf8, 0xb1, 0xd5, 0x9e, 0x92, 0x37, 0xf3, 0x99, 0xf7, 0xf9, 0xbc, 0xe7, 0xf7, 0x9e, 0xc7, + 0x20, 0x51, 0xd7, 0x31, 0x75, 0x5c, 0xa4, 0x2e, 0x3a, 0xc6, 0x66, 0x4d, 0x2b, 0xba, 0xed, 0x42, + 0xd3, 0xb1, 0x5d, 0x5b, 0x9c, 0xf1, 0x77, 0x0a, 0xe1, 0x8e, 0xbc, 0xd2, 0x0b, 0x35, 0x35, 0x54, + 0x45, 0x9a, 0x66, 0xb7, 0x88, 0xeb, 0x9f, 0x91, 0x73, 0xbd, 0x90, 0x53, 0xd4, 0x30, 0x75, 0xe4, + 0xda, 0x4e, 0x00, 0x58, 0x30, 0x6c, 0xc3, 0x66, 0x7f, 0x8b, 0xde, 0xbf, 0x60, 0x75, 0x49, 0xb3, + 0xa9, 0x65, 0xd3, 0xaa, 0xbf, 0xe1, 0x1b, 0xfe, 0x96, 0xf2, 0xb3, 0x00, 0xd3, 0xfb, 0xd4, 0xd8, + 0x33, 0x4f, 0x5a, 0xa6, 0x7e, 0xe0, 0xb9, 0x15, 0x25, 0x18, 0xd7, 0x1c, 0xec, 0x39, 0x95, 0x84, + 0xbc, 0xb0, 0x36, 0xa1, 0x86, 0xa6, 0xf8, 0x08, 0xc6, 0x90, 0xe5, 0xc9, 0x91, 0xee, 0x78, 0x1b, + 0xe5, 0xc2, 0x8b, 0x4e, 0x2e, 0xf5, 0x57, 0x27, 0xf7, 0x8e, 0x61, 0xba, 0xf5, 0x56, 0xad, 0xa0, + 0xd9, 0x56, 0xe0, 0x3d, 0xf8, 0x59, 0xa7, 0xfa, 0x71, 0xd1, 0x3d, 0x6b, 0x62, 0x5a, 0xa8, 0x10, + 0x57, 0x0d, 0x4e, 0x8b, 0xcb, 0x00, 0x75, 0x9b, 0xba, 0x55, 0x1d, 0x13, 0xdb, 0x92, 0x46, 0x18, + 0xc9, 0x84, 0xb7, 0xb2, 0xeb, 0x2d, 0x28, 0x12, 0x2c, 0xc6, 0x25, 0xa9, 0x98, 0x36, 0x6d, 0x42, + 0xb1, 0xf2, 0x9b, 0x00, 0x33, 0xfb, 0xd4, 0xd8, 0x69, 0x60, 0xe4, 0x94, 0x51, 0x03, 0x11, 0x6d, + 0x98, 0xdc, 0x25, 0x48, 0x6b, 0x75, 0x64, 0x92, 0xaa, 0xa9, 0xfb, 0x82, 0xd5, 0x71, 0x66, 0x57, + 0xf4, 0x48, 0x24, 0x23, 0xaf, 0x15, 0x89, 0x47, 0x5e, 0x47, 0x84, 0xe0, 0x86, 0x34, 0xca, 0x19, + 0x3c, 0x53, 0x59, 0x82, 0xff, 0xf5, 0x28, 0xe5, 0x51, 0xfc, 0xee, 0xe7, 0x5c, 0xc5, 0x3a, 0xc6, + 0xd6, 0x9b, 0xca, 0xf9, 0x7d, 0x60, 0x19, 0xae, 0x7e, 0x6d, 0x13, 0x1c, 0xa4, 0x3c, 0xed, 0x2d, + 0x1c, 0xda, 0x04, 0x8b, 0x32, 0xa4, 0x1d, 0xac, 0x61, 0xf3, 0x14, 0x3b, 0x41, 0x1c, 0xdc, 0x0e, + 0x9e, 0x46, 0x44, 0x2c, 0x8f, 0xe3, 0xbb, 0xbb, 0x30, 0xcf, 0xb6, 0x0c, 0x93, 0xba, 0xd8, 0xf9, + 0x34, 0xf4, 0xf6, 0x31, 0x4c, 0x69, 0x36, 0x21, 0x58, 0x73, 0x4d, 0xbb, 0x9b, 0xfc, 0xb2, 0x74, + 0xd9, 0xc9, 0x2d, 0x9c, 0x21, 0xab, 0xb1, 0xa5, 0xc4, 0xb6, 0x15, 0x35, 0xd3, 0xb5, 0x2b, 0xba, + 0xa8, 0x40, 0xa6, 0x86, 0xb5, 0xfa, 0x66, 0xa9, 0xe9, 0xe0, 0x23, 0xb3, 0x2d, 0x65, 0x98, 0xa0, + 0xd8, 0x9a, 0xf8, 0x30, 0x56, 0x41, 0x4c, 0x72, 0xf9, 0xde, 0x65, 0x27, 0x37, 0xe7, 0xfb, 0xef, + 0xee, 0x29, 0x91, 0xc2, 0x12, 0x37, 0x60, 0xc2, 0xac, 0x69, 0xc1, 0xa1, 0xbb, 0xec, 0xd0, 0xc2, + 0x65, 0x27, 0x37, 0xeb, 0x1f, 0xe2, 0x5b, 0x8a, 0x9a, 0x36, 0x6b, 0x9a, 0x7f, 0x24, 0xf2, 0x60, + 0xc6, 0xe2, 0x0f, 0xe6, 0x33, 0x98, 0x77, 0x1d, 0x44, 0xe8, 0x11, 0x76, 0xaa, 0xc1, 0x43, 0xf7, + 0x62, 0x05, 0xe6, 0x36, 0x7b, 0xd9, 0xc9, 0xc9, 0xbe, 0xdb, 0x04, 0x90, 0xa2, 0xce, 0x85, 0xab, + 0x3b, 0xfe, 0x62, 0x45, 0x17, 0x3f, 0x87, 0xf9, 0x16, 0xa9, 0xd9, 0x44, 0x37, 0x89, 0x51, 0x3d, + 0x72, 0xf0, 0x49, 0x0b, 0x13, 0xed, 0x4c, 0x9a, 0xcc, 0x0b, 0x6b, 0xa3, 0x51, 0x7f, 0x09, 0x20, + 0x45, 0x15, 0xf9, 0xea, 0xa3, 0x70, 0x51, 0x6c, 0xc0, 0xbc, 0x65, 0x92, 0xaa, 0x83, 0x75, 0x6c, + 0x35, 0x59, 0xae, 0x1d, 0xe4, 0x62, 0x69, 0x8a, 0x09, 0xfc, 0xe8, 0x06, 0x65, 0xb4, 0x8b, 0xb5, + 0x57, 0xcf, 0xd7, 0x21, 0x98, 0x1b, 0xbb, 0x58, 0x53, 0xe7, 0x2c, 0x93, 0xa8, 0xdc, 0xaf, 0x8a, + 0x5c, 0xcc, 0xd8, 0x50, 0xbb, 0x8f, 0x6d, 0xfa, 0x3f, 0x61, 0x43, 0xed, 0x38, 0xdb, 0x56, 0xfa, + 0x87, 0x67, 0xb9, 0xd4, 0x3f, 0xcf, 0x72, 0x29, 0x65, 0x19, 0xee, 0x27, 0xd4, 0x20, 0xaf, 0xd1, + 0xef, 0x05, 0x58, 0x62, 0x7d, 0x88, 0x4c, 0xeb, 0x09, 0xd1, 0x71, 0x03, 0x1b, 0xc8, 0xc5, 0xfa, + 0x63, 0xfb, 0x18, 0x13, 0x3a, 0xa4, 0xed, 0xf2, 0x90, 0xe1, 0xed, 0xd2, 0x9d, 0x1f, 0x10, 0x76, + 0x4c, 0x45, 0x17, 0x17, 0xe0, 0x2e, 0x6e, 0xda, 0x5a, 0x9d, 0x35, 0xd3, 0xa8, 0xea, 0x1b, 0xe2, + 0x22, 0x8c, 0x51, 0x4c, 0x74, 0xde, 0x47, 0x81, 0xa5, 0xac, 0xc2, 0xca, 0x40, 0x19, 0x5c, 0xac, + 0x1b, 0xb4, 0x5a, 0xcd, 0x1f, 0x18, 0x5f, 0x84, 0xc3, 0x7d, 0x98, 0xd0, 0x58, 0x5f, 0xdf, 0xe9, + 0xe9, 0xeb, 0x55, 0x98, 0x22, 0x2d, 0xab, 0xea, 0x84, 0x1e, 0x03, 0xad, 0x19, 0xd2, 0xb2, 0x38, + 0x8b, 0x92, 0x87, 0x6c, 0x32, 0x6b, 0x34, 0x89, 0xb3, 0xfb, 0xd4, 0xd8, 0xd6, 0xf5, 0xd7, 0x97, + 0xb4, 0x05, 0xc0, 0x5f, 0x5a, 0x54, 0x1a, 0xc9, 0x8f, 0xac, 0x4d, 0x96, 0xe4, 0x42, 0xcf, 0xbb, + 0xb0, 0xc0, 0x79, 0xd4, 0x08, 0x5a, 0x91, 0x41, 0xea, 0x95, 0xc1, 0x35, 0xfe, 0x2a, 0xb0, 0x4d, + 0xaf, 0x9f, 0x8c, 0x6e, 0x0c, 0x4f, 0xb1, 0x69, 0xd4, 0xdd, 0xdb, 0x6a, 0xdd, 0x84, 0xf4, 0x29, + 0x6a, 0x54, 0x91, 0xae, 0x3b, 0xc1, 0x7b, 0x42, 0x7a, 0xf5, 0x7c, 0x7d, 0x21, 0x28, 0xcd, 0x6d, + 0x5d, 0x77, 0x30, 0xa5, 0x07, 0xae, 0x63, 0x12, 0x43, 0x1d, 0x3f, 0x45, 0x0d, 0x6f, 0xc5, 0xab, + 0x80, 0xaf, 0x18, 0x2b, 0xab, 0x80, 0x51, 0x35, 0xb0, 0x14, 0x05, 0xf2, 0x83, 0xf4, 0xf1, 0x20, + 0xbe, 0x15, 0x40, 0xdc, 0xa7, 0xc6, 0x2e, 0x6e, 0x60, 0xb7, 0x0b, 0x7a, 0x93, 0xf2, 0x95, 0xff, + 0x83, 0xdc, 0xaf, 0x80, 0x0b, 0xfc, 0x45, 0x08, 0xda, 0x8d, 0xba, 0xb6, 0x83, 0x2b, 0xc4, 0xc5, + 0x0e, 0x7b, 0xa5, 0x6e, 0xfb, 0xd7, 0x94, 0xdb, 0xbd, 0x8c, 0xcb, 0x90, 0x09, 0xae, 0x39, 0x55, + 0x6f, 0x04, 0x30, 0xad, 0xd3, 0xa5, 0x5c, 0x5f, 0x51, 0x54, 0x76, 0xb6, 0x03, 0x9e, 0xc7, 0x67, + 0x4d, 0xac, 0x4e, 0xa2, 0xae, 0xa1, 0xbc, 0x0d, 0xab, 0x43, 0x74, 0x71, 0xfd, 0x27, 0xec, 0x21, + 0x3c, 0x69, 0xea, 0x28, 0x12, 0xdd, 0x41, 0x1d, 0x39, 0x98, 0x7e, 0xd2, 0xd6, 0xea, 0x6c, 0x92, + 0xdd, 0x2a, 0x06, 0x09, 0xbc, 0x0c, 0xda, 0x4d, 0x1c, 0xa4, 0x5a, 0x0d, 0x4d, 0xe5, 0x01, 0xac, + 0x5d, 0x45, 0x19, 0xca, 0x2b, 0xfd, 0x31, 0x01, 0x23, 0xfb, 0xd4, 0x10, 0x9f, 0xc2, 0x64, 0xf4, + 0x46, 0xd6, 0x9f, 0x8a, 0xf8, 0xfd, 0x48, 0x7e, 0xf7, 0x0a, 0x40, 0x48, 0xe0, 0x39, 0x8e, 0x5e, + 0x3b, 0x12, 0x1d, 0x47, 0x00, 0xc9, 0x8e, 0x13, 0xee, 0x02, 0xe2, 0x11, 0xcc, 0xf6, 0xdd, 0x03, + 0xde, 0x4a, 0x3e, 0x1c, 0x47, 0xc9, 0x1f, 0x5c, 0x07, 0xc5, 0x79, 0xda, 0xb0, 0x38, 0x60, 0x96, + 0x3f, 0x48, 0xf2, 0x93, 0x8c, 0x95, 0x4b, 0xd7, 0xc7, 0x72, 0x66, 0x1b, 0xe6, 0x93, 0x26, 0xf3, + 0x80, 0x0c, 0xf5, 0x01, 0xe5, 0xe2, 0x35, 0x81, 0x9c, 0xf0, 0x4b, 0x98, 0x8a, 0x4f, 0xdc, 0x95, + 0x24, 0x0f, 0x31, 0x88, 0xfc, 0xde, 0x95, 0x10, 0xee, 0xbe, 0x05, 0xf7, 0x92, 0x87, 0x65, 0xa2, + 0x8f, 0x44, 0xa8, 0xbc, 0x71, 0x6d, 0x28, 0xa7, 0xd5, 0x60, 0xa6, 0x77, 0xbc, 0xad, 0x26, 0x79, + 0xe9, 0x01, 0xc9, 0xef, 0x5f, 0x03, 0xc4, 0x49, 0xbe, 0x01, 0x69, 0xe0, 0x88, 0x1a, 0x50, 0x6f, + 0xc9, 0x68, 0xf9, 0xe1, 0x4d, 0xd0, 0x9c, 0xff, 0x47, 0x01, 0x96, 0x87, 0x0f, 0x99, 0xc4, 0xcc, + 0x0d, 0x3d, 0x22, 0x7f, 0x78, 0xe3, 0x23, 0x5c, 0xcf, 0x21, 0x64, 0x62, 0xdf, 0x4c, 0xf9, 0xe4, + 0xfa, 0xef, 0x22, 0xe4, 0xb5, 0xab, 0x10, 0xa1, 0xef, 0xf2, 0xde, 0x8b, 0xf3, 0xac, 0xf0, 0xf2, + 0x3c, 0x2b, 0xfc, 0x7d, 0x9e, 0x15, 0x7e, 0xba, 0xc8, 0xa6, 0x5e, 0x5e, 0x64, 0x53, 0x7f, 0x5e, + 0x64, 0x53, 0x87, 0xa5, 0xc8, 0x6d, 0xef, 0x80, 0x79, 0x5b, 0xdf, 0x43, 0x35, 0x5a, 0x0c, 0x3e, + 0x62, 0x4f, 0x37, 0x36, 0x8a, 0xed, 0xc8, 0x87, 0xb1, 0x77, 0xfb, 0xab, 0x8d, 0xb1, 0xcf, 0xd2, + 0xcd, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x51, 0x9a, 0x88, 0x38, 0x0f, 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 8cccb0724b..1e41a0bf7e 100644 --- a/x/stakeibc/types/validator.pb.go +++ b/x/stakeibc/types/validator.pb.go @@ -148,34 +148,34 @@ func init() { proto.RegisterFile("stride/stakeibc/validator.proto", fileDescript var fileDescriptor_5d2f32e16bd6ab8f = []byte{ // 439 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0xbf, 0x6f, 0x13, 0x31, - 0x14, 0x8e, 0xcb, 0x35, 0x6d, 0x5c, 0x7e, 0x54, 0x56, 0xa8, 0x8e, 0x0c, 0x97, 0xd0, 0xa1, 0xca, - 0x92, 0x3b, 0x08, 0x2b, 0x4b, 0xa3, 0x32, 0x50, 0x55, 0x0c, 0x97, 0xc2, 0x80, 0x90, 0x4e, 0xbe, - 0xbb, 0xa7, 0x3b, 0x2b, 0x39, 0x3b, 0xb2, 0x5f, 0x4b, 0xd9, 0xf8, 0x13, 0xf8, 0x43, 0x18, 0xbb, - 0xb2, 0x77, 0xac, 0x3a, 0x21, 0x86, 0x0a, 0x25, 0xff, 0x08, 0xc2, 0xe7, 0x6b, 0x2b, 0xc4, 0xd2, - 0xc9, 0xf6, 0xe7, 0xcf, 0xef, 0xfb, 0x3e, 0xbf, 0x47, 0xfb, 0x06, 0xb5, 0xc8, 0x21, 0x32, 0xc8, - 0x67, 0x20, 0xd2, 0x2c, 0x3a, 0xe5, 0x73, 0x91, 0x73, 0x54, 0x3a, 0x5c, 0x68, 0x85, 0x8a, 0x3d, - 0xa9, 0x09, 0x61, 0x43, 0xe8, 0x3d, 0xcb, 0x94, 0xa9, 0x94, 0x49, 0xec, 0x75, 0x54, 0x1f, 0x6a, - 0x6e, 0xaf, 0x5b, 0xa8, 0x42, 0xd5, 0xf8, 0xdf, 0x5d, 0x8d, 0xee, 0xfe, 0x20, 0xf4, 0xe9, 0x87, - 0xa6, 0xea, 0x9b, 0xb3, 0xac, 0xe4, 0xb2, 0x80, 0x98, 0x23, 0xb0, 0xaf, 0x84, 0x06, 0x42, 0x22, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x52, 0x3d, 0x6f, 0xdb, 0x30, + 0x10, 0x35, 0x53, 0xc5, 0x89, 0x99, 0x7e, 0x04, 0x84, 0x1b, 0xa8, 0x1e, 0x64, 0x37, 0x43, 0xe0, + 0xc5, 0x12, 0xe2, 0xae, 0x5d, 0x62, 0xa4, 0x43, 0x83, 0xa0, 0x83, 0x9c, 0x76, 0x28, 0x0a, 0x08, + 0x94, 0x74, 0x90, 0x08, 0x5b, 0xa4, 0x41, 0x5e, 0xd2, 0x74, 0xeb, 0x4f, 0xe8, 0x0f, 0xe9, 0x98, + 0xb5, 0x7b, 0xc6, 0x20, 0x53, 0xd1, 0x21, 0x28, 0xec, 0x3f, 0x52, 0x94, 0xa2, 0x92, 0xa0, 0xe8, + 0x92, 0x89, 0xe4, 0xe3, 0xe3, 0xbd, 0xf7, 0x78, 0x47, 0xfb, 0x06, 0xb5, 0xc8, 0x21, 0x32, 0xc8, + 0x67, 0x20, 0xd2, 0x2c, 0x3a, 0xe3, 0x73, 0x91, 0x73, 0x54, 0x3a, 0x5c, 0x68, 0x85, 0x8a, 0x3d, + 0xab, 0x09, 0x61, 0x43, 0xe8, 0xbd, 0xc8, 0x94, 0xa9, 0x94, 0x49, 0xec, 0x75, 0x54, 0x1f, 0x6a, + 0x6e, 0xaf, 0x5b, 0xa8, 0x42, 0xd5, 0xf8, 0xdf, 0x5d, 0x8d, 0xee, 0xfe, 0x20, 0xf4, 0xf9, 0x87, + 0xa6, 0xea, 0x9b, 0xf3, 0xac, 0xe4, 0xb2, 0x80, 0x98, 0x23, 0xb0, 0xaf, 0x84, 0x06, 0x42, 0x22, 0x68, 0xc9, 0xe7, 0x09, 0xaa, 0x19, 0x48, 0x93, 0xa0, 0x4a, 0x4c, 0xc9, 0x35, 0x98, 0x44, 0x73, - 0x04, 0x9f, 0x0c, 0xc8, 0xb0, 0x33, 0x79, 0x7d, 0x71, 0xdd, 0x6f, 0xfd, 0xba, 0xee, 0xef, 0x15, - 0x02, 0xcb, 0x93, 0x34, 0xcc, 0x54, 0xe5, 0x94, 0xdd, 0x32, 0x32, 0xf9, 0x2c, 0xc2, 0x2f, 0x0b, - 0x30, 0xe1, 0x01, 0x64, 0x57, 0xe7, 0x23, 0xea, 0x8c, 0x1d, 0x40, 0x16, 0xf7, 0x1a, 0x8d, 0x63, - 0x2b, 0x71, 0xac, 0xa6, 0x56, 0xc0, 0x5a, 0x78, 0x4e, 0x1f, 0xc2, 0x42, 0x65, 0x65, 0x22, 0x4f, - 0xaa, 0x14, 0xb4, 0xbf, 0x36, 0x20, 0x43, 0x2f, 0xde, 0xb2, 0xd8, 0x3b, 0x0b, 0xed, 0x7e, 0x5f, - 0xa3, 0x9d, 0x1b, 0xff, 0x8c, 0x51, 0x4f, 0xf2, 0xca, 0x19, 0x8b, 0xed, 0x9e, 0x8d, 0xe9, 0x06, - 0xcf, 0x73, 0x0d, 0xc6, 0xd8, 0xf7, 0x9d, 0x89, 0x7f, 0x75, 0x3e, 0xea, 0x3a, 0x07, 0xfb, 0xf5, - 0xcd, 0x14, 0xb5, 0x90, 0x45, 0xdc, 0x10, 0xd9, 0x7b, 0xfa, 0x38, 0x87, 0x39, 0x14, 0x1c, 0x85, - 0x92, 0x09, 0xaf, 0xd0, 0x5f, 0xb7, 0x4f, 0xc3, 0x7b, 0x44, 0x7d, 0x2b, 0x31, 0x7e, 0x74, 0x5b, - 0x65, 0xbf, 0x42, 0xb6, 0x43, 0xdb, 0x9f, 0x41, 0x14, 0x25, 0xfa, 0x6d, 0x9b, 0xc4, 0x9d, 0xd8, - 0x27, 0xba, 0x73, 0xf3, 0xd3, 0xe0, 0x7a, 0x50, 0xff, 0xf0, 0xc6, 0x80, 0x0c, 0xb7, 0xc6, 0x7b, - 0xe1, 0x3f, 0x7d, 0x0e, 0xff, 0xdb, 0xb2, 0xb8, 0xdb, 0x54, 0xb9, 0x8b, 0x1e, 0x7a, 0x9b, 0x0f, - 0xb6, 0xbd, 0x43, 0x6f, 0xd3, 0xdb, 0x5e, 0x9f, 0x1c, 0x5d, 0x2c, 0x03, 0x72, 0xb9, 0x0c, 0xc8, - 0xef, 0x65, 0x40, 0xbe, 0xad, 0x82, 0xd6, 0xe5, 0x2a, 0x68, 0xfd, 0x5c, 0x05, 0xad, 0x8f, 0xe3, - 0x3b, 0x91, 0xa6, 0x56, 0x6d, 0x74, 0xc4, 0x53, 0x13, 0xb9, 0x11, 0x3c, 0x7d, 0xf9, 0x22, 0x3a, - 0xbb, 0x1d, 0x44, 0x1b, 0x31, 0x6d, 0xdb, 0x19, 0x7a, 0xf5, 0x27, 0x00, 0x00, 0xff, 0xff, 0x06, - 0xc4, 0x2d, 0x4c, 0xa8, 0x02, 0x00, 0x00, + 0x04, 0x9f, 0x0c, 0xc8, 0xb0, 0x33, 0x79, 0x7d, 0x79, 0xd3, 0x6f, 0xfd, 0xba, 0xe9, 0xef, 0x15, + 0x02, 0xcb, 0xd3, 0x34, 0xcc, 0x54, 0xe5, 0x94, 0xdd, 0x32, 0x32, 0xf9, 0x2c, 0xc2, 0x2f, 0x0b, + 0x30, 0xe1, 0x21, 0x64, 0xd7, 0x17, 0x23, 0xea, 0x8c, 0x1d, 0x42, 0x16, 0xf7, 0x1a, 0x8d, 0x13, + 0x2b, 0x71, 0xa2, 0xa6, 0x56, 0xc0, 0x5a, 0x78, 0x49, 0x1f, 0xc3, 0x42, 0x65, 0x65, 0x22, 0x4f, + 0xab, 0x14, 0xb4, 0xbf, 0x36, 0x20, 0x43, 0x2f, 0xde, 0xb2, 0xd8, 0x3b, 0x0b, 0xed, 0x7e, 0x5f, + 0xa3, 0x9d, 0x5b, 0xff, 0x8c, 0x51, 0x4f, 0xf2, 0xca, 0x19, 0x8b, 0xed, 0x9e, 0x8d, 0xe9, 0x06, + 0xcf, 0x73, 0x0d, 0xc6, 0xd8, 0xf7, 0x9d, 0x89, 0x7f, 0x7d, 0x31, 0xea, 0x3a, 0x07, 0x07, 0xf5, + 0xcd, 0x14, 0xb5, 0x90, 0x45, 0xdc, 0x10, 0xd9, 0x7b, 0xfa, 0x34, 0x87, 0x39, 0x14, 0x1c, 0x85, + 0x92, 0x09, 0xaf, 0xd0, 0x5f, 0xb7, 0x4f, 0xc3, 0x07, 0x44, 0x7d, 0x2b, 0x31, 0x7e, 0x72, 0x57, + 0xe5, 0xa0, 0x42, 0xb6, 0x43, 0xdb, 0x9f, 0x41, 0x14, 0x25, 0xfa, 0x6d, 0x9b, 0xc4, 0x9d, 0xd8, + 0x27, 0xba, 0x73, 0xfb, 0xd3, 0xe0, 0x7a, 0x50, 0xff, 0xf0, 0xc6, 0x80, 0x0c, 0xb7, 0xc6, 0x7b, + 0xe1, 0x3f, 0x7d, 0x0e, 0xff, 0xdb, 0xb2, 0xb8, 0xdb, 0x54, 0xb9, 0x8f, 0x1e, 0x79, 0x9b, 0x8f, + 0xb6, 0xbd, 0x23, 0x6f, 0xd3, 0xdb, 0x5e, 0x9f, 0x1c, 0x5f, 0x2e, 0x03, 0x72, 0xb5, 0x0c, 0xc8, + 0xef, 0x65, 0x40, 0xbe, 0xad, 0x82, 0xd6, 0xd5, 0x2a, 0x68, 0xfd, 0x5c, 0x05, 0xad, 0x8f, 0xe3, + 0x7b, 0x91, 0xa6, 0x56, 0x6d, 0x74, 0xcc, 0x53, 0x13, 0xb9, 0x11, 0x3c, 0xdb, 0xdf, 0x8f, 0xce, + 0xef, 0x06, 0xd1, 0x46, 0x4c, 0xdb, 0x76, 0x86, 0x5e, 0xfd, 0x09, 0x00, 0x00, 0xff, 0xff, 0x91, + 0x62, 0x30, 0xab, 0xa8, 0x02, 0x00, 0x00, } func (m *ValidatorExchangeRate) Marshal() (dAtA []byte, err error) {