diff --git a/ante/ante.go b/ante/ante.go index 25d0471e..1b9dce20 100644 --- a/ante/ante.go +++ b/ante/ante.go @@ -4,7 +4,7 @@ import ( feemarketante "github.com/skip-mev/feemarket/x/feemarket/ante" feemarketkeeper "github.com/skip-mev/feemarket/x/feemarket/keeper" - milkywayerrors "github.com/milkyway-labs/milkyway/v3/types/errors" + milkywayerrors "github.com/milkyway-labs/milkyway/v4/types/errors" ibcante "github.com/cosmos/ibc-go/v8/modules/core/ante" ibckeeper "github.com/cosmos/ibc-go/v8/modules/core/keeper" diff --git a/ante/gov_expedited_ante.go b/ante/gov_expedited_ante.go index b6282aaf..4d801246 100644 --- a/ante/gov_expedited_ante.go +++ b/ante/gov_expedited_ante.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" - milkywayerrors "github.com/milkyway-labs/milkyway/v3/types/errors" + milkywayerrors "github.com/milkyway-labs/milkyway/v4/types/errors" ) var expeditedPropDecoratorEnabled = true diff --git a/ante/gov_expedited_ante_test.go b/ante/gov_expedited_ante_test.go index e5fabc9e..a3e73946 100644 --- a/ante/gov_expedited_ante_test.go +++ b/ante/gov_expedited_ante_test.go @@ -14,8 +14,8 @@ import ( govv1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1" govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/milkyway-labs/milkyway/v3/ante" - "github.com/milkyway-labs/milkyway/v3/app/helpers" + "github.com/milkyway-labs/milkyway/v4/ante" + "github.com/milkyway-labs/milkyway/v4/app/helpers" ) func TestGovExpeditedProposalsDecorator(t *testing.T) { diff --git a/ante/gov_vote_ante.go b/ante/gov_vote_ante.go index 0da40815..1efad4f1 100644 --- a/ante/gov_vote_ante.go +++ b/ante/gov_vote_ante.go @@ -12,7 +12,7 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - milkywayerrors "github.com/milkyway-labs/milkyway/v3/types/errors" + milkywayerrors "github.com/milkyway-labs/milkyway/v4/types/errors" ) var ( diff --git a/ante/gov_vote_ante_test.go b/ante/gov_vote_ante_test.go index a586f771..8ddd959f 100644 --- a/ante/gov_vote_ante_test.go +++ b/ante/gov_vote_ante_test.go @@ -15,8 +15,8 @@ import ( govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/milkyway-labs/milkyway/v3/ante" - "github.com/milkyway-labs/milkyway/v3/app/helpers" + "github.com/milkyway-labs/milkyway/v4/ante" + "github.com/milkyway-labs/milkyway/v4/app/helpers" ) // Test that the GovVoteDecorator rejects v1beta1 vote messages from accounts with less than 1 atom staked diff --git a/api/milkyway/restaking/v1/query.pulsar.go b/api/milkyway/restaking/v1/query.pulsar.go index 32ed287f..58211718 100644 --- a/api/milkyway/restaking/v1/query.pulsar.go +++ b/api/milkyway/restaking/v1/query.pulsar.go @@ -9,9 +9,9 @@ import ( _ "github.com/cosmos/cosmos-proto" runtime "github.com/cosmos/cosmos-proto/runtime" _ "github.com/cosmos/gogoproto/gogoproto" - v1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/operators/v1" - v11 "github.com/milkyway-labs/milkyway/v3/api/milkyway/pools/v1" - v12 "github.com/milkyway-labs/milkyway/v3/api/milkyway/services/v1" + v1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/operators/v1" + v11 "github.com/milkyway-labs/milkyway/v4/api/milkyway/pools/v1" + v12 "github.com/milkyway-labs/milkyway/v4/api/milkyway/services/v1" _ "google.golang.org/genproto/googleapis/api/annotations" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoiface "google.golang.org/protobuf/runtime/protoiface" diff --git a/api/milkyway/rewards/v1/messages.pulsar.go b/api/milkyway/rewards/v1/messages.pulsar.go index 9553a0ca..1c7e71b2 100644 --- a/api/milkyway/rewards/v1/messages.pulsar.go +++ b/api/milkyway/rewards/v1/messages.pulsar.go @@ -9,7 +9,7 @@ import ( _ "github.com/cosmos/cosmos-proto" runtime "github.com/cosmos/cosmos-proto/runtime" _ "github.com/cosmos/gogoproto/gogoproto" - v1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/restaking/v1" + v1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/restaking/v1" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoiface "google.golang.org/protobuf/runtime/protoiface" protoimpl "google.golang.org/protobuf/runtime/protoimpl" diff --git a/api/milkyway/rewards/v1/models.pulsar.go b/api/milkyway/rewards/v1/models.pulsar.go index 755eebda..7d226b2b 100644 --- a/api/milkyway/rewards/v1/models.pulsar.go +++ b/api/milkyway/rewards/v1/models.pulsar.go @@ -8,7 +8,7 @@ import ( _ "github.com/cosmos/cosmos-proto" runtime "github.com/cosmos/cosmos-proto/runtime" _ "github.com/cosmos/gogoproto/gogoproto" - v1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/restaking/v1" + v1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/restaking/v1" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoiface "google.golang.org/protobuf/runtime/protoiface" protoimpl "google.golang.org/protobuf/runtime/protoimpl" diff --git a/app/abci/abci_extensions.go b/app/abci/abci_extensions.go index 09bae9e6..1eddf96d 100644 --- a/app/abci/abci_extensions.go +++ b/app/abci/abci_extensions.go @@ -22,7 +22,7 @@ import ( oraclepreblock "github.com/skip-mev/connect/v2/abci/preblock/oracle" - "github.com/milkyway-labs/milkyway/v3/app/keepers" + "github.com/milkyway-labs/milkyway/v4/app/keepers" ) type SetupData struct { diff --git a/app/app.go b/app/app.go index 0bfeb243..b798220e 100644 --- a/app/app.go +++ b/app/app.go @@ -64,14 +64,14 @@ import ( feemarketkeeper "github.com/skip-mev/feemarket/x/feemarket/keeper" "github.com/spf13/cast" - milkywayante "github.com/milkyway-labs/milkyway/v3/ante" - milkywayabci "github.com/milkyway-labs/milkyway/v3/app/abci" - "github.com/milkyway-labs/milkyway/v3/app/keepers" - "github.com/milkyway-labs/milkyway/v3/app/upgrades" - v3 "github.com/milkyway-labs/milkyway/v3/app/upgrades/v3" - v4 "github.com/milkyway-labs/milkyway/v3/app/upgrades/v4" - _ "github.com/milkyway-labs/milkyway/v3/client/docs/statik" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + milkywayante "github.com/milkyway-labs/milkyway/v4/ante" + milkywayabci "github.com/milkyway-labs/milkyway/v4/app/abci" + "github.com/milkyway-labs/milkyway/v4/app/keepers" + "github.com/milkyway-labs/milkyway/v4/app/upgrades" + v3 "github.com/milkyway-labs/milkyway/v4/app/upgrades/v3" + v4 "github.com/milkyway-labs/milkyway/v4/app/upgrades/v4" + _ "github.com/milkyway-labs/milkyway/v4/client/docs/statik" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) var ( diff --git a/app/app_test.go b/app/app_test.go index 83f952d7..8011950a 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -7,9 +7,9 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/require" - milkyway "github.com/milkyway-labs/milkyway/v3/app" - milkywayhelpers "github.com/milkyway-labs/milkyway/v3/app/helpers" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + milkyway "github.com/milkyway-labs/milkyway/v4/app" + milkywayhelpers "github.com/milkyway-labs/milkyway/v4/app/helpers" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func TestMilkyWayApp_BlockedModuleAccountAddrs(t *testing.T) { diff --git a/app/encoding.go b/app/encoding.go index e48ae498..84ac036d 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -4,8 +4,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/std" - "github.com/milkyway-labs/milkyway/v3/app/keepers" - "github.com/milkyway-labs/milkyway/v3/app/params" + "github.com/milkyway-labs/milkyway/v4/app/keepers" + "github.com/milkyway-labs/milkyway/v4/app/params" ) // MakeEncodingConfig creates an EncodingConfig. diff --git a/app/genesis_account_fuzz_test.go b/app/genesis_account_fuzz_test.go index d1e6dabc..28cba6de 100644 --- a/app/genesis_account_fuzz_test.go +++ b/app/genesis_account_fuzz_test.go @@ -6,7 +6,7 @@ import ( fuzz "github.com/google/gofuzz" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) func TestFuzzGenesisAccountValidate(t *testing.T) { diff --git a/app/genesis_test.go b/app/genesis_test.go index c31d8d95..3cd394f3 100644 --- a/app/genesis_test.go +++ b/app/genesis_test.go @@ -13,7 +13,7 @@ import ( oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" "github.com/stretchr/testify/require" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) func TestNewDefaultGenesisState(t *testing.T) { diff --git a/app/helpers/test_helpers.go b/app/helpers/test_helpers.go index 928e138f..4c9c8d2c 100644 --- a/app/helpers/test_helpers.go +++ b/app/helpers/test_helpers.go @@ -31,7 +31,7 @@ import ( wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) // SimAppChainID hardcoded chainID for simulation diff --git a/app/keepers/keepers.go b/app/keepers/keepers.go index f2c670f5..737fec23 100644 --- a/app/keepers/keepers.go +++ b/app/keepers/keepers.go @@ -81,21 +81,21 @@ import ( icsprovider "github.com/cosmos/interchain-security/v6/x/ccv/provider" icsproviderkeeper "github.com/cosmos/interchain-security/v6/x/ccv/provider/keeper" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting" - liquidvestingkeeper "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - rewardskeeper "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting" + liquidvestingkeeper "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + rewardskeeper "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type AppKeepers struct { diff --git a/app/keepers/keys.go b/app/keepers/keys.go index 8df3d72d..11f93cfa 100644 --- a/app/keepers/keys.go +++ b/app/keepers/keys.go @@ -32,13 +32,13 @@ import ( wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (appKeepers *AppKeepers) GenerateKeys() { diff --git a/app/keepers/modules.go b/app/keepers/modules.go index 96d8c0b0..48527394 100644 --- a/app/keepers/modules.go +++ b/app/keepers/modules.go @@ -30,13 +30,13 @@ import ( "github.com/skip-mev/connect/v2/x/oracle" "github.com/skip-mev/feemarket/x/feemarket" - "github.com/milkyway-labs/milkyway/v3/x/assets" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting" - "github.com/milkyway-labs/milkyway/v3/x/operators" - "github.com/milkyway-labs/milkyway/v3/x/pools" - "github.com/milkyway-labs/milkyway/v3/x/restaking" - "github.com/milkyway-labs/milkyway/v3/x/rewards" - "github.com/milkyway-labs/milkyway/v3/x/services" + "github.com/milkyway-labs/milkyway/v4/x/assets" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting" + "github.com/milkyway-labs/milkyway/v4/x/operators" + "github.com/milkyway-labs/milkyway/v4/x/pools" + "github.com/milkyway-labs/milkyway/v4/x/restaking" + "github.com/milkyway-labs/milkyway/v4/x/rewards" + "github.com/milkyway-labs/milkyway/v4/x/services" ) var AppModuleBasics = module.NewBasicManager( diff --git a/app/modules.go b/app/modules.go index 4b5da10b..db1f92cb 100644 --- a/app/modules.go +++ b/app/modules.go @@ -65,20 +65,20 @@ import ( "github.com/CosmWasm/wasmd/x/wasm" wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" - "github.com/milkyway-labs/milkyway/v3/x/assets" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - "github.com/milkyway-labs/milkyway/v3/x/operators" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/pools" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - "github.com/milkyway-labs/milkyway/v3/x/services" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/assets" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/operators" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/pools" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/services" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var MaccPerms = map[string][]string{ diff --git a/app/post.go b/app/post.go index 6f669305..e9ecd722 100644 --- a/app/post.go +++ b/app/post.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/ante" + "github.com/milkyway-labs/milkyway/v4/ante" ) // PostHandlerOptions are the options required for constructing a FeeMarket PostHandler. diff --git a/app/sim/sim_state.go b/app/sim/sim_state.go index 12e1c15d..2f789f7e 100644 --- a/app/sim/sim_state.go +++ b/app/sim/sim_state.go @@ -22,7 +22,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) // Simulation parameter constants diff --git a/app/sim/sim_utils.go b/app/sim/sim_utils.go index 4543df13..2c6123ba 100644 --- a/app/sim/sim_utils.go +++ b/app/sim/sim_utils.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) // SimulationOperations retrieves the simulation params from the provided file path diff --git a/app/sim_test.go b/app/sim_test.go index 3fd19833..ace81f85 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -25,10 +25,10 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" simcli "github.com/cosmos/cosmos-sdk/x/simulation/client/cli" - "github.com/milkyway-labs/milkyway/v3/ante" - "github.com/milkyway-labs/milkyway/v3/app/sim" + "github.com/milkyway-labs/milkyway/v4/ante" + "github.com/milkyway-labs/milkyway/v4/app/sim" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) // AppChainID hardcoded chainID for simulation diff --git a/app/upgrades/types.go b/app/upgrades/types.go index 528117c8..96e9a0ff 100644 --- a/app/upgrades/types.go +++ b/app/upgrades/types.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/app/keepers" + "github.com/milkyway-labs/milkyway/v4/app/keepers" ) // Upgrade defines a struct containing necessary fields that a SoftwareUpgradeProposal diff --git a/app/upgrades/v3/constants.go b/app/upgrades/v3/constants.go index c9154ca3..e282d20e 100644 --- a/app/upgrades/v3/constants.go +++ b/app/upgrades/v3/constants.go @@ -3,7 +3,7 @@ package v3 import ( storetypes "cosmossdk.io/store/types" - "github.com/milkyway-labs/milkyway/v3/app/upgrades" + "github.com/milkyway-labs/milkyway/v4/app/upgrades" ) const UpgradeName = "v3" diff --git a/app/upgrades/v3/upgrades.go b/app/upgrades/v3/upgrades.go index 0aa0f83b..b9fd33ba 100644 --- a/app/upgrades/v3/upgrades.go +++ b/app/upgrades/v3/upgrades.go @@ -9,12 +9,12 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/app/keepers" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - rewardskeeper "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/app/keepers" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + rewardskeeper "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" ) func CreateUpgradeHandler( diff --git a/app/upgrades/v3/upgrades_test.go b/app/upgrades/v3/upgrades_test.go index 0eff0d4c..ac7da033 100644 --- a/app/upgrades/v3/upgrades_test.go +++ b/app/upgrades/v3/upgrades_test.go @@ -12,9 +12,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - milkywayapp "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/app/helpers" - v3 "github.com/milkyway-labs/milkyway/v3/app/upgrades/v3" + milkywayapp "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/app/helpers" + v3 "github.com/milkyway-labs/milkyway/v4/app/upgrades/v3" ) func TestUpgradeTestSuite(t *testing.T) { diff --git a/app/upgrades/v4/constants.go b/app/upgrades/v4/constants.go index 5ccac19b..5d480ad3 100644 --- a/app/upgrades/v4/constants.go +++ b/app/upgrades/v4/constants.go @@ -3,7 +3,7 @@ package v4 import ( storetypes "cosmossdk.io/store/types" - "github.com/milkyway-labs/milkyway/v3/app/upgrades" + "github.com/milkyway-labs/milkyway/v4/app/upgrades" ) const UpgradeName = "v4" diff --git a/app/upgrades/v4/upgrades.go b/app/upgrades/v4/upgrades.go index d34a10a7..88a95bc3 100644 --- a/app/upgrades/v4/upgrades.go +++ b/app/upgrades/v4/upgrades.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/app/keepers" + "github.com/milkyway-labs/milkyway/v4/app/keepers" ) func CreateUpgradeHandler( diff --git a/app/upgrades/v4/upgrades_test.go b/app/upgrades/v4/upgrades_test.go index 74ef0d48..2de6114b 100644 --- a/app/upgrades/v4/upgrades_test.go +++ b/app/upgrades/v4/upgrades_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - milkywayapp "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/app/helpers" - v4 "github.com/milkyway-labs/milkyway/v3/app/upgrades/v4" + milkywayapp "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/app/helpers" + v4 "github.com/milkyway-labs/milkyway/v4/app/upgrades/v4" ) func TestUpgradeTestSuite(t *testing.T) { diff --git a/cmd/milkywayd/cmd/bech32_convert.go b/cmd/milkywayd/cmd/bech32_convert.go index c2949f2d..e7af395b 100644 --- a/cmd/milkywayd/cmd/bech32_convert.go +++ b/cmd/milkywayd/cmd/bech32_convert.go @@ -5,7 +5,7 @@ import ( "github.com/spf13/cobra" - addressutil "github.com/milkyway-labs/milkyway/v3/pkg/address" + addressutil "github.com/milkyway-labs/milkyway/v4/pkg/address" ) var flagBech32Prefix = "prefix" diff --git a/cmd/milkywayd/cmd/root.go b/cmd/milkywayd/cmd/root.go index 462db4fa..0c4e0f3c 100644 --- a/cmd/milkywayd/cmd/root.go +++ b/cmd/milkywayd/cmd/root.go @@ -56,13 +56,13 @@ import ( genutiltypes "github.com/cosmos/cosmos-sdk/x/genutil/types" oracleconfig "github.com/skip-mev/connect/v2/oracle/config" - genutilcli "github.com/milkyway-labs/milkyway/v3/x/genutil/client/cli" + genutilcli "github.com/milkyway-labs/milkyway/v4/x/genutil/client/cli" "github.com/CosmWasm/wasmd/x/wasm" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) // NewRootCmd creates a new root command for simd. It is called once in the diff --git a/cmd/milkywayd/main.go b/cmd/milkywayd/main.go index 3ae5fa0e..854af177 100644 --- a/cmd/milkywayd/main.go +++ b/cmd/milkywayd/main.go @@ -5,8 +5,8 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - milkywayapp "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/cmd/milkywayd/cmd" + milkywayapp "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/cmd/milkywayd/cmd" ) func main() { diff --git a/go.mod b/go.mod index db93a13a..e5386618 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/milkyway-labs/milkyway/v3 +module github.com/milkyway-labs/milkyway/v4 go 1.23 diff --git a/proto/buf.gen.pulsar.yaml b/proto/buf.gen.pulsar.yaml index cbd17352..549436f3 100644 --- a/proto/buf.gen.pulsar.yaml +++ b/proto/buf.gen.pulsar.yaml @@ -2,7 +2,7 @@ version: v1 managed: enabled: true go_package_prefix: - default: github.com/milkyway-labs/milkyway/v3/api + default: github.com/milkyway-labs/milkyway/v4/api except: - buf.build/googleapis/googleapis - buf.build/cosmos/gogo-proto diff --git a/proto/milkyway/assets/v1/genesis.proto b/proto/milkyway/assets/v1/genesis.proto index 98bbfac8..90a3a31c 100644 --- a/proto/milkyway/assets/v1/genesis.proto +++ b/proto/milkyway/assets/v1/genesis.proto @@ -5,7 +5,7 @@ import "amino/amino.proto"; import "gogoproto/gogo.proto"; import "milkyway/assets/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/assets/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/assets/types"; // GenesisState defines the module's genesis state. message GenesisState { diff --git a/proto/milkyway/assets/v1/messages.proto b/proto/milkyway/assets/v1/messages.proto index 21b6f941..9a5b6023 100644 --- a/proto/milkyway/assets/v1/messages.proto +++ b/proto/milkyway/assets/v1/messages.proto @@ -7,7 +7,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "milkyway/assets/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/assets/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/assets/types"; // Msg defines the assets module's gRPC message service. service Msg { diff --git a/proto/milkyway/assets/v1/models.proto b/proto/milkyway/assets/v1/models.proto index 0a504d18..a2738978 100644 --- a/proto/milkyway/assets/v1/models.proto +++ b/proto/milkyway/assets/v1/models.proto @@ -3,7 +3,7 @@ package milkyway.assets.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/assets/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/assets/types"; option (gogoproto.goproto_getters_all) = false; // Asset represents an asset that can be registered on the chain. diff --git a/proto/milkyway/assets/v1/query.proto b/proto/milkyway/assets/v1/query.proto index a765c961..d887a744 100644 --- a/proto/milkyway/assets/v1/query.proto +++ b/proto/milkyway/assets/v1/query.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "milkyway/assets/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/assets/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/assets/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/milkyway/liquidvesting/v1/genesis.proto b/proto/milkyway/liquidvesting/v1/genesis.proto index 749e72ec..dd98f573 100644 --- a/proto/milkyway/liquidvesting/v1/genesis.proto +++ b/proto/milkyway/liquidvesting/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "milkyway/liquidvesting/v1/models.proto"; import "milkyway/liquidvesting/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types"; // GenesisState defines the liquidvesting module's genesis state. message GenesisState { diff --git a/proto/milkyway/liquidvesting/v1/messages.proto b/proto/milkyway/liquidvesting/v1/messages.proto index 23dfcf1c..a81c9aa8 100644 --- a/proto/milkyway/liquidvesting/v1/messages.proto +++ b/proto/milkyway/liquidvesting/v1/messages.proto @@ -8,7 +8,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "milkyway/liquidvesting/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types"; // Msg defines the services module's gRPC message service. service Msg { diff --git a/proto/milkyway/liquidvesting/v1/models.proto b/proto/milkyway/liquidvesting/v1/models.proto index 797239fc..85f07b4c 100644 --- a/proto/milkyway/liquidvesting/v1/models.proto +++ b/proto/milkyway/liquidvesting/v1/models.proto @@ -7,7 +7,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types"; // UserInsuranceFund defines a user's insurance fund. message UserInsuranceFund { diff --git a/proto/milkyway/liquidvesting/v1/params.proto b/proto/milkyway/liquidvesting/v1/params.proto index 7e66421d..e247e4cd 100644 --- a/proto/milkyway/liquidvesting/v1/params.proto +++ b/proto/milkyway/liquidvesting/v1/params.proto @@ -4,7 +4,7 @@ package milkyway.liquidvesting.v1; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/milkyway/liquidvesting/v1/query.proto b/proto/milkyway/liquidvesting/v1/query.proto index bebcc3e2..95901547 100644 --- a/proto/milkyway/liquidvesting/v1/query.proto +++ b/proto/milkyway/liquidvesting/v1/query.proto @@ -8,7 +8,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "milkyway/liquidvesting/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/milkyway/operators/v1/genesis.proto b/proto/milkyway/operators/v1/genesis.proto index e0aea456..bbc6a93a 100644 --- a/proto/milkyway/operators/v1/genesis.proto +++ b/proto/milkyway/operators/v1/genesis.proto @@ -6,7 +6,7 @@ import "google/protobuf/timestamp.proto"; import "milkyway/operators/v1/models.proto"; import "milkyway/operators/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/operators/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/operators/types"; // GenesisState defines the operators module's genesis state. message GenesisState { diff --git a/proto/milkyway/operators/v1/messages.proto b/proto/milkyway/operators/v1/messages.proto index b31a3a21..cefe5394 100644 --- a/proto/milkyway/operators/v1/messages.proto +++ b/proto/milkyway/operators/v1/messages.proto @@ -9,7 +9,7 @@ import "gogoproto/gogo.proto"; import "milkyway/operators/v1/models.proto"; import "milkyway/operators/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/operators/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/operators/types"; // Msg defines the avs module's gRPC message service. service Msg { diff --git a/proto/milkyway/operators/v1/models.proto b/proto/milkyway/operators/v1/models.proto index e2d530ca..a74b560f 100644 --- a/proto/milkyway/operators/v1/models.proto +++ b/proto/milkyway/operators/v1/models.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/operators/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/operators/types"; option (gogoproto.goproto_getters_all) = false; // OperatorStatus defines the possible statuses of an operator diff --git a/proto/milkyway/operators/v1/params.proto b/proto/milkyway/operators/v1/params.proto index b4aca80a..156724b1 100644 --- a/proto/milkyway/operators/v1/params.proto +++ b/proto/milkyway/operators/v1/params.proto @@ -4,7 +4,7 @@ package milkyway.operators.v1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/operators/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/operators/types"; // Params defines the parameters for the operators module. message Params { diff --git a/proto/milkyway/operators/v1/query.proto b/proto/milkyway/operators/v1/query.proto index 20665121..c2a6311b 100644 --- a/proto/milkyway/operators/v1/query.proto +++ b/proto/milkyway/operators/v1/query.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "milkyway/operators/v1/models.proto"; import "milkyway/operators/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/operators/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/operators/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/milkyway/pools/v1/genesis.proto b/proto/milkyway/pools/v1/genesis.proto index cf550cd3..3d0ac2d5 100644 --- a/proto/milkyway/pools/v1/genesis.proto +++ b/proto/milkyway/pools/v1/genesis.proto @@ -4,7 +4,7 @@ package milkyway.pools.v1; import "gogoproto/gogo.proto"; import "milkyway/pools/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/pools/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/pools/types"; // GenesisState defines the pools module's genesis state. message GenesisState { diff --git a/proto/milkyway/pools/v1/models.proto b/proto/milkyway/pools/v1/models.proto index e11cabfb..8a5781c3 100644 --- a/proto/milkyway/pools/v1/models.proto +++ b/proto/milkyway/pools/v1/models.proto @@ -4,7 +4,7 @@ package milkyway.pools.v1; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/pools/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/pools/types"; option (gogoproto.goproto_getters_all) = false; // Pool defines the structure of a restaking pool diff --git a/proto/milkyway/pools/v1/query.proto b/proto/milkyway/pools/v1/query.proto index af9bed68..1ff7f092 100644 --- a/proto/milkyway/pools/v1/query.proto +++ b/proto/milkyway/pools/v1/query.proto @@ -6,7 +6,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "milkyway/pools/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/pools/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/pools/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/milkyway/restaking/v1/genesis.proto b/proto/milkyway/restaking/v1/genesis.proto index 3933b786..89c9f735 100644 --- a/proto/milkyway/restaking/v1/genesis.proto +++ b/proto/milkyway/restaking/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "milkyway/restaking/v1/models.proto"; import "milkyway/restaking/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/restaking/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/restaking/types"; // OperatorJoinedServicesRecord represents the services joined by a // individual operator. diff --git a/proto/milkyway/restaking/v1/messages.proto b/proto/milkyway/restaking/v1/messages.proto index a8b8828d..c55ec35b 100644 --- a/proto/milkyway/restaking/v1/messages.proto +++ b/proto/milkyway/restaking/v1/messages.proto @@ -10,7 +10,7 @@ import "google/protobuf/timestamp.proto"; import "milkyway/restaking/v1/models.proto"; import "milkyway/restaking/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/restaking/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/restaking/types"; // Msg defines the restaking module's gRPC message service. service Msg { diff --git a/proto/milkyway/restaking/v1/models.proto b/proto/milkyway/restaking/v1/models.proto index c176bca1..eb976dd5 100644 --- a/proto/milkyway/restaking/v1/models.proto +++ b/proto/milkyway/restaking/v1/models.proto @@ -7,7 +7,7 @@ import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/restaking/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/restaking/types"; // DelegationType defines the type of delegation. enum DelegationType { diff --git a/proto/milkyway/restaking/v1/params.proto b/proto/milkyway/restaking/v1/params.proto index 473b10d8..1fa6f631 100644 --- a/proto/milkyway/restaking/v1/params.proto +++ b/proto/milkyway/restaking/v1/params.proto @@ -4,7 +4,7 @@ package milkyway.restaking.v1; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/restaking/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/restaking/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/milkyway/restaking/v1/query.proto b/proto/milkyway/restaking/v1/query.proto index a66b4d68..e41e20b3 100644 --- a/proto/milkyway/restaking/v1/query.proto +++ b/proto/milkyway/restaking/v1/query.proto @@ -13,7 +13,7 @@ import "milkyway/restaking/v1/models.proto"; import "milkyway/restaking/v1/params.proto"; import "milkyway/services/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/restaking/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/restaking/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/milkyway/rewards/v1/genesis.proto b/proto/milkyway/rewards/v1/genesis.proto index 8dff751b..077b0d07 100644 --- a/proto/milkyway/rewards/v1/genesis.proto +++ b/proto/milkyway/rewards/v1/genesis.proto @@ -8,7 +8,7 @@ import "google/protobuf/timestamp.proto"; import "milkyway/rewards/v1/models.proto"; import "milkyway/rewards/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/rewards/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/rewards/types"; // DelegatorWithdrawInfo is the address for where delegation rewards are // withdrawn to by default this struct is only used at genesis to feed in diff --git a/proto/milkyway/rewards/v1/messages.proto b/proto/milkyway/rewards/v1/messages.proto index 2d7aba3f..bb375a93 100644 --- a/proto/milkyway/rewards/v1/messages.proto +++ b/proto/milkyway/rewards/v1/messages.proto @@ -11,7 +11,7 @@ import "milkyway/restaking/v1/models.proto"; import "milkyway/rewards/v1/models.proto"; import "milkyway/rewards/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/rewards/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/rewards/types"; // Msg defines the services module's gRPC message service. service Msg { diff --git a/proto/milkyway/rewards/v1/models.proto b/proto/milkyway/rewards/v1/models.proto index e4c4d1df..ddaaf04e 100644 --- a/proto/milkyway/rewards/v1/models.proto +++ b/proto/milkyway/rewards/v1/models.proto @@ -9,7 +9,7 @@ import "google/protobuf/any.proto"; import "google/protobuf/timestamp.proto"; import "milkyway/restaking/v1/models.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/rewards/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/rewards/types"; option (gogoproto.goproto_getters_all) = false; // RewardsPlan represents a rewards allocation plan. diff --git a/proto/milkyway/rewards/v1/params.proto b/proto/milkyway/rewards/v1/params.proto index da12bea0..b7ab1b8d 100644 --- a/proto/milkyway/rewards/v1/params.proto +++ b/proto/milkyway/rewards/v1/params.proto @@ -4,7 +4,7 @@ package milkyway.rewards.v1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/rewards/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/rewards/types"; option (gogoproto.goproto_getters_all) = false; // Params defines the parameters for the module. diff --git a/proto/milkyway/rewards/v1/query.proto b/proto/milkyway/rewards/v1/query.proto index 49ce9588..d68b0a0b 100644 --- a/proto/milkyway/rewards/v1/query.proto +++ b/proto/milkyway/rewards/v1/query.proto @@ -9,7 +9,7 @@ import "google/api/annotations.proto"; import "milkyway/rewards/v1/models.proto"; import "milkyway/rewards/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/rewards/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/rewards/types"; option (gogoproto.goproto_getters_all) = false; // Query defines the gRPC querier service. diff --git a/proto/milkyway/services/v1/genesis.proto b/proto/milkyway/services/v1/genesis.proto index 40d25c54..fdf09b26 100644 --- a/proto/milkyway/services/v1/genesis.proto +++ b/proto/milkyway/services/v1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "milkyway/services/v1/models.proto"; import "milkyway/services/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/services/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/services/types"; // GenesisState defines the services module's genesis state. message GenesisState { diff --git a/proto/milkyway/services/v1/messages.proto b/proto/milkyway/services/v1/messages.proto index bffd9219..88e1d0d1 100644 --- a/proto/milkyway/services/v1/messages.proto +++ b/proto/milkyway/services/v1/messages.proto @@ -9,7 +9,7 @@ import "gogoproto/gogo.proto"; import "milkyway/services/v1/models.proto"; import "milkyway/services/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/services/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/services/types"; // Msg defines the services module's gRPC message service. service Msg { diff --git a/proto/milkyway/services/v1/models.proto b/proto/milkyway/services/v1/models.proto index 349a0e87..fe865abf 100644 --- a/proto/milkyway/services/v1/models.proto +++ b/proto/milkyway/services/v1/models.proto @@ -5,7 +5,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/services/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/services/types"; option (gogoproto.goproto_getters_all) = false; // ServiceStatus defines the status of a service diff --git a/proto/milkyway/services/v1/params.proto b/proto/milkyway/services/v1/params.proto index 2962b52a..ba347d45 100644 --- a/proto/milkyway/services/v1/params.proto +++ b/proto/milkyway/services/v1/params.proto @@ -4,7 +4,7 @@ package milkyway.services.v1; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/services/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/services/types"; // Params defines the parameters for the module. message Params { diff --git a/proto/milkyway/services/v1/query.proto b/proto/milkyway/services/v1/query.proto index cd6ee49a..595adc1f 100644 --- a/proto/milkyway/services/v1/query.proto +++ b/proto/milkyway/services/v1/query.proto @@ -7,7 +7,7 @@ import "google/api/annotations.proto"; import "milkyway/services/v1/models.proto"; import "milkyway/services/v1/params.proto"; -option go_package = "github.com/milkyway-labs/milkyway/v3/x/services/types"; +option go_package = "github.com/milkyway-labs/milkyway/v4/x/services/types"; // Query defines the gRPC querier service. service Query { diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 7588c244..2eb74409 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -20,5 +20,5 @@ cd .. # move proto files to the right places # # Note: Proto files are suffixed with the current binary version. -cp -r github.com/milkyway-labs/milkyway/v3/* ./ +cp -r github.com/milkyway-labs/milkyway/v4/* ./ rm -rf github.com diff --git a/testutils/storetesting/keeper.go b/testutils/storetesting/keeper.go index fe5cf6a1..b9574457 100644 --- a/testutils/storetesting/keeper.go +++ b/testutils/storetesting/keeper.go @@ -18,7 +18,7 @@ import ( distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - milkyway "github.com/milkyway-labs/milkyway/v3/app" + milkyway "github.com/milkyway-labs/milkyway/v4/app" ) type BaseKeeperTestData struct { diff --git a/utils/ibc_test.go b/utils/ibc_test.go index 8d49fdc6..00b3043a 100644 --- a/utils/ibc_test.go +++ b/utils/ibc_test.go @@ -7,7 +7,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func Test_DeserializeFungibleTokenPacketData(t *testing.T) { diff --git a/utils/restaking_test.go b/utils/restaking_test.go index 8c4b66d4..8bf18d65 100644 --- a/utils/restaking_test.go +++ b/utils/restaking_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func TestGetTokenDenomFromSharesDenom_IBCDenom(t *testing.T) { diff --git a/x/assets/autocli.go b/x/assets/autocli.go index f5c3e552..53dec610 100644 --- a/x/assets/autocli.go +++ b/x/assets/autocli.go @@ -6,7 +6,7 @@ import ( autocliv1 "cosmossdk.io/api/cosmos/autocli/v1" "github.com/cosmos/cosmos-sdk/version" - assetsv1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/assets/v1" + assetsv1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/assets/v1" ) // AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. diff --git a/x/assets/keeper/assets.go b/x/assets/keeper/assets.go index c6e0afa5..c066eeca 100644 --- a/x/assets/keeper/assets.go +++ b/x/assets/keeper/assets.go @@ -5,7 +5,7 @@ import ( "cosmossdk.io/collections" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) // SetAsset stores an asset in the store diff --git a/x/assets/keeper/assets_test.go b/x/assets/keeper/assets_test.go index 8cefaf65..5199d361 100644 --- a/x/assets/keeper/assets_test.go +++ b/x/assets/keeper/assets_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func (suite *KeeperTestSuite) TestKeeper_SetAsset() { diff --git a/x/assets/keeper/genesis.go b/x/assets/keeper/genesis.go index 51129eec..5f84480d 100644 --- a/x/assets/keeper/genesis.go +++ b/x/assets/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/assets/keeper/genesis_test.go b/x/assets/keeper/genesis_test.go index 56fa3262..251c5b8a 100644 --- a/x/assets/keeper/genesis_test.go +++ b/x/assets/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func (suite *KeeperTestSuite) TestExportGenesis() { diff --git a/x/assets/keeper/grpc_query.go b/x/assets/keeper/grpc_query.go index b0815841..48558435 100644 --- a/x/assets/keeper/grpc_query.go +++ b/x/assets/keeper/grpc_query.go @@ -11,7 +11,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) var _ types.QueryServer = queryServer{} diff --git a/x/assets/keeper/grpc_query_test.go b/x/assets/keeper/grpc_query_test.go index 15751905..763520b7 100644 --- a/x/assets/keeper/grpc_query_test.go +++ b/x/assets/keeper/grpc_query_test.go @@ -4,8 +4,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func (suite *KeeperTestSuite) TestQuerier_Assets() { diff --git a/x/assets/keeper/keeper.go b/x/assets/keeper/keeper.go index fcaa85f3..f0961f07 100644 --- a/x/assets/keeper/keeper.go +++ b/x/assets/keeper/keeper.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) type Keeper struct { diff --git a/x/assets/keeper/keeper_test.go b/x/assets/keeper/keeper_test.go index 9ff7aaad..762d9d17 100644 --- a/x/assets/keeper/keeper_test.go +++ b/x/assets/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - "github.com/milkyway-labs/milkyway/v3/x/assets/testutils" + "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + "github.com/milkyway-labs/milkyway/v4/x/assets/testutils" ) type KeeperTestSuite struct { diff --git a/x/assets/keeper/msg_server.go b/x/assets/keeper/msg_server.go index 604ed047..6e5e75e6 100644 --- a/x/assets/keeper/msg_server.go +++ b/x/assets/keeper/msg_server.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/assets/keeper/msg_server_test.go b/x/assets/keeper/msg_server_test.go index 1c6ecf8e..ab8ac90a 100644 --- a/x/assets/keeper/msg_server_test.go +++ b/x/assets/keeper/msg_server_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func (suite *KeeperTestSuite) TestMsgServer_RegisterAsset() { diff --git a/x/assets/module.go b/x/assets/module.go index d29bf41c..3d5dabf4 100644 --- a/x/assets/module.go +++ b/x/assets/module.go @@ -14,8 +14,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) const ( diff --git a/x/assets/testutils/keeper.go b/x/assets/testutils/keeper.go index b207d06c..dfce76fe 100644 --- a/x/assets/testutils/keeper.go +++ b/x/assets/testutils/keeper.go @@ -8,9 +8,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) type KeeperTestData struct { diff --git a/x/assets/types/genesis.pb.go b/x/assets/types/genesis.pb.go index 1f95d528..eb0c9f0a 100644 --- a/x/assets/types/genesis.pb.go +++ b/x/assets/types/genesis.pb.go @@ -89,9 +89,9 @@ var fileDescriptor_f17ee47d995cb1cb = []byte{ 0xac, 0x78, 0xbe, 0x41, 0x8b, 0x31, 0x08, 0xaa, 0xc7, 0xc9, 0xf7, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, 0x8c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, - 0xf5, 0x61, 0x26, 0xea, 0xe6, 0x24, 0x26, 0x15, 0xc3, 0x79, 0xfa, 0x65, 0xc6, 0xfa, 0x15, 0x30, + 0xf5, 0x61, 0x26, 0xea, 0xe6, 0x24, 0x26, 0x15, 0xc3, 0x79, 0xfa, 0x65, 0x26, 0xfa, 0x15, 0x30, 0x67, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xdd, 0x68, 0x0c, 0x08, 0x00, 0x00, 0xff, - 0xff, 0x65, 0x03, 0xeb, 0xf7, 0x25, 0x01, 0x00, 0x00, + 0xff, 0x12, 0x34, 0xf3, 0xc6, 0x25, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/assets/types/genesis_test.go b/x/assets/types/genesis_test.go index 77b833b5..f23a3ea9 100644 --- a/x/assets/types/genesis_test.go +++ b/x/assets/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func TestGenesis_Validate(t *testing.T) { diff --git a/x/assets/types/messages.pb.go b/x/assets/types/messages.pb.go index c7ac2445..d035f8f5 100644 --- a/x/assets/types/messages.pb.go +++ b/x/assets/types/messages.pb.go @@ -233,30 +233,30 @@ var fileDescriptor_fa7f7c938a129c02 = []byte{ // 420 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x92, 0x4f, 0x8f, 0xd2, 0x40, 0x18, 0xc6, 0x3b, 0x2a, 0x26, 0x8c, 0x31, 0x6a, 0x43, 0x62, 0xa9, 0xa6, 0x60, 0x63, 0x0c, 0x21, - 0x30, 0x13, 0x20, 0x7a, 0xe0, 0x06, 0xf1, 0xda, 0x4b, 0xbd, 0x79, 0x31, 0x85, 0x4e, 0x86, 0x46, - 0xda, 0x21, 0x7d, 0x07, 0xb4, 0x37, 0xe3, 0xd1, 0x93, 0xf1, 0x8b, 0xc8, 0x61, 0x3f, 0x04, 0x47, - 0xb2, 0xa7, 0x3d, 0x6c, 0x36, 0x1b, 0x38, 0xf0, 0x35, 0x36, 0xf4, 0x0f, 0xec, 0x16, 0x36, 0xe1, - 0xb0, 0x97, 0xa6, 0xef, 0xfb, 0xfe, 0xfa, 0x3e, 0xcf, 0x33, 0x1d, 0xfc, 0xce, 0xf7, 0xc6, 0xdf, - 0xa3, 0x1f, 0x4e, 0x44, 0x1d, 0x00, 0x26, 0x81, 0xce, 0x5a, 0xd4, 0x67, 0x00, 0x0e, 0x67, 0x40, - 0x26, 0xa1, 0x90, 0x42, 0x55, 0x33, 0x84, 0x24, 0x08, 0x99, 0xb5, 0xf4, 0x57, 0x8e, 0xef, 0x05, - 0x82, 0xc6, 0xcf, 0x04, 0xd3, 0x5f, 0x0f, 0x05, 0xf8, 0x02, 0xa8, 0x0f, 0x3c, 0x5e, 0x02, 0x3c, - 0x1d, 0x94, 0x93, 0xc1, 0xb7, 0xb8, 0xa2, 0x49, 0x91, 0x8e, 0x4a, 0x5c, 0x70, 0x91, 0xf4, 0xb7, - 0x6f, 0x69, 0xb7, 0x72, 0xcc, 0x93, 0x70, 0xd9, 0x38, 0xfd, 0xcc, 0xfc, 0x8f, 0xf0, 0x4b, 0x0b, - 0xb8, 0xcd, 0xb8, 0x07, 0x92, 0x85, 0xbd, 0x2d, 0xa5, 0x7e, 0xc2, 0x45, 0x67, 0x2a, 0x47, 0x22, - 0xf4, 0x64, 0xa4, 0xa1, 0x2a, 0xaa, 0x15, 0xfb, 0xda, 0xf9, 0x59, 0xb3, 0x94, 0x0a, 0xf6, 0x5c, - 0x37, 0x64, 0x00, 0x5f, 0x64, 0xe8, 0x05, 0xdc, 0xde, 0xa3, 0xea, 0x47, 0x5c, 0x88, 0x65, 0xb4, - 0x47, 0x55, 0x54, 0x7b, 0xd6, 0x2e, 0x93, 0xc3, 0xb8, 0x24, 0x56, 0xe8, 0x3f, 0x59, 0x5c, 0x55, - 0x14, 0x3b, 0xa1, 0xbb, 0x8d, 0xdf, 0x9b, 0x79, 0x7d, 0xbf, 0xe6, 0xcf, 0x66, 0x5e, 0x2f, 0xef, - 0x7c, 0xe7, 0xcd, 0x99, 0x3a, 0xd6, 0xf2, 0x3d, 0x9b, 0xc1, 0x44, 0x04, 0xc0, 0xcc, 0x7f, 0x08, - 0xab, 0x16, 0xf0, 0xcf, 0x2c, 0x7c, 0x90, 0x3c, 0x25, 0x5c, 0x70, 0x59, 0x20, 0xfc, 0x38, 0x4f, - 0xd1, 0x4e, 0x8a, 0x2e, 0x39, 0xb4, 0xfb, 0xe6, 0xb6, 0xdd, 0x9c, 0xba, 0xf9, 0x16, 0xeb, 0x87, - 0xdd, 0xcc, 0x72, 0xfb, 0x12, 0xe1, 0xc7, 0x16, 0x70, 0x75, 0x88, 0x9f, 0xdf, 0xfd, 0x09, 0xef, - 0x8f, 0x9d, 0x5e, 0x3e, 0xb9, 0xde, 0x38, 0x85, 0xca, 0xc4, 0x54, 0x0f, 0xbf, 0xc8, 0x9f, 0xcd, - 0x87, 0x7b, 0x16, 0xe4, 0x38, 0x9d, 0x9c, 0xc6, 0x65, 0x52, 0x7a, 0xe1, 0xd7, 0x66, 0x5e, 0x47, - 0x7d, 0x6b, 0xb1, 0x32, 0xd0, 0x72, 0x65, 0xa0, 0xeb, 0x95, 0x81, 0xfe, 0xae, 0x0d, 0x65, 0xb9, - 0x36, 0x94, 0x8b, 0xb5, 0xa1, 0x7c, 0xed, 0x70, 0x4f, 0x8e, 0xa6, 0x03, 0x32, 0x14, 0x3e, 0xcd, - 0x56, 0x37, 0xc7, 0xce, 0x00, 0x76, 0x15, 0x9d, 0x75, 0xe8, 0xcf, 0xec, 0xe2, 0xca, 0x68, 0xc2, - 0x60, 0xf0, 0x34, 0xbe, 0xb5, 0x9d, 0x9b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x4b, 0x8d, 0xf8, + 0x30, 0x13, 0x40, 0x3d, 0x70, 0x83, 0x78, 0xed, 0xa5, 0xde, 0xbc, 0x98, 0x42, 0x27, 0x43, 0x23, + 0xed, 0x90, 0xbe, 0x03, 0xda, 0x9b, 0xf1, 0xe8, 0xc9, 0xf8, 0x45, 0xe4, 0xe0, 0x87, 0xe0, 0x48, + 0xf6, 0xb4, 0x87, 0xcd, 0x66, 0x03, 0x07, 0xbe, 0xc6, 0x86, 0xfe, 0x81, 0xdd, 0xc2, 0x26, 0x1c, + 0xf6, 0xd2, 0xf4, 0x7d, 0xdf, 0x5f, 0xdf, 0xe7, 0x79, 0xa6, 0x83, 0xdf, 0xf8, 0xde, 0xf8, 0x5b, + 0xf4, 0xdd, 0x89, 0xa8, 0x03, 0xc0, 0x24, 0xd0, 0x59, 0x8b, 0xfa, 0x0c, 0xc0, 0xe1, 0x0c, 0xc8, + 0x24, 0x14, 0x52, 0xa8, 0x6a, 0x86, 0x90, 0x04, 0x21, 0xb3, 0x96, 0xfe, 0xc2, 0xf1, 0xbd, 0x40, + 0xd0, 0xf8, 0x99, 0x60, 0xfa, 0xcb, 0xa1, 0x00, 0x5f, 0x00, 0xf5, 0x81, 0xc7, 0x4b, 0x80, 0xa7, + 0x83, 0x72, 0x32, 0xf8, 0x1a, 0x57, 0x34, 0x29, 0xd2, 0x51, 0x89, 0x0b, 0x2e, 0x92, 0xfe, 0xf6, + 0x2d, 0xed, 0x56, 0x8e, 0x79, 0x12, 0x2e, 0x1b, 0xa7, 0x9f, 0x99, 0xff, 0x10, 0x7e, 0x6e, 0x01, + 0xb7, 0x19, 0xf7, 0x40, 0xb2, 0xb0, 0xb7, 0xa5, 0xd4, 0x8f, 0xb8, 0xe8, 0x4c, 0xe5, 0x48, 0x84, + 0x9e, 0x8c, 0x34, 0x54, 0x45, 0xb5, 0x62, 0x5f, 0x3b, 0xfb, 0xdf, 0x2c, 0xa5, 0x82, 0x3d, 0xd7, + 0x0d, 0x19, 0xc0, 0x67, 0x19, 0x7a, 0x01, 0xb7, 0xf7, 0xa8, 0xfa, 0x01, 0x17, 0x62, 0x19, 0xed, + 0x41, 0x15, 0xd5, 0x9e, 0xb4, 0xcb, 0xe4, 0x30, 0x2e, 0x89, 0x15, 0xfa, 0x8f, 0x16, 0x97, 0x15, + 0xc5, 0x4e, 0xe8, 0x6e, 0xe3, 0xd7, 0x66, 0x5e, 0xdf, 0xaf, 0xf9, 0xbd, 0x99, 0xd7, 0xcb, 0x3b, + 0xdf, 0x79, 0x73, 0xa6, 0x8e, 0xb5, 0x7c, 0xcf, 0x66, 0x30, 0x11, 0x01, 0x30, 0xf3, 0x2f, 0xc2, + 0xaa, 0x05, 0xfc, 0x13, 0x0b, 0xef, 0x25, 0x4f, 0x09, 0x17, 0x5c, 0x16, 0x08, 0x3f, 0xce, 0x53, + 0xb4, 0x93, 0xa2, 0x4b, 0x0e, 0xed, 0xbe, 0xba, 0x69, 0x37, 0xa7, 0x6e, 0xbe, 0xc6, 0xfa, 0x61, + 0x37, 0xb3, 0xdc, 0xbe, 0x40, 0xf8, 0xa1, 0x05, 0x5c, 0x1d, 0xe2, 0xa7, 0xb7, 0x7f, 0xc2, 0xdb, + 0x63, 0xa7, 0x97, 0x4f, 0xae, 0x37, 0x4e, 0xa1, 0x32, 0x31, 0xd5, 0xc3, 0xcf, 0xf2, 0x67, 0xf3, + 0xee, 0x8e, 0x05, 0x39, 0x4e, 0x27, 0xa7, 0x71, 0x99, 0x94, 0x5e, 0xf8, 0xb9, 0x99, 0xd7, 0x51, + 0xdf, 0x5a, 0xac, 0x0c, 0xb4, 0x5c, 0x19, 0xe8, 0x6a, 0x65, 0xa0, 0x3f, 0x6b, 0x43, 0x59, 0xae, + 0x0d, 0xe5, 0x7c, 0x6d, 0x28, 0x5f, 0x3a, 0xdc, 0x93, 0xa3, 0xe9, 0x80, 0x0c, 0x85, 0x4f, 0xb3, + 0xd5, 0xcd, 0xb1, 0x33, 0x80, 0x5d, 0x45, 0x67, 0xef, 0xe9, 0x8f, 0xec, 0xe2, 0xca, 0x68, 0xc2, + 0x60, 0xf0, 0x38, 0xbe, 0xb5, 0x9d, 0xeb, 0x00, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x7c, 0x95, 0xc9, 0x6c, 0x03, 0x00, 0x00, } diff --git a/x/assets/types/models.pb.go b/x/assets/types/models.pb.go index 246f6fc6..358acfce 100644 --- a/x/assets/types/models.pb.go +++ b/x/assets/types/models.pb.go @@ -87,8 +87,8 @@ var fileDescriptor_551852e014d32f36 = []byte{ 0x02, 0x4f, 0x3c, 0x94, 0x63, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0x2b, 0x75, 0x73, - 0x12, 0x93, 0x8a, 0xe1, 0x3c, 0xfd, 0x32, 0x63, 0xfd, 0x0a, 0x98, 0xcf, 0x4a, 0x2a, 0x0b, 0x52, - 0x8b, 0x93, 0xd8, 0xc0, 0x8e, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xa7, 0x2b, 0x2d, 0x6c, + 0x12, 0x93, 0x8a, 0xe1, 0x3c, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x98, 0xcf, 0x4a, 0x2a, 0x0b, 0x52, + 0x8b, 0x93, 0xd8, 0xc0, 0x8e, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd0, 0x1c, 0x35, 0x5d, 0xf9, 0x00, 0x00, 0x00, } diff --git a/x/assets/types/models_test.go b/x/assets/types/models_test.go index 995c6165..85a74dcf 100644 --- a/x/assets/types/models_test.go +++ b/x/assets/types/models_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func TestAsset_Validate(t *testing.T) { diff --git a/x/assets/types/query.pb.go b/x/assets/types/query.pb.go index ab52c830..2972cc26 100644 --- a/x/assets/types/query.pb.go +++ b/x/assets/types/query.pb.go @@ -244,36 +244,36 @@ func init() { func init() { proto.RegisterFile("milkyway/assets/v1/query.proto", fileDescriptor_2d64a9f39441c4d1) } var fileDescriptor_2d64a9f39441c4d1 = []byte{ - // 462 bytes of a gzipped FileDescriptorProto + // 463 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x52, 0xbf, 0x6e, 0xd3, 0x40, 0x1c, 0xf6, 0x05, 0x6c, 0xa9, 0xd7, 0xa9, 0x47, 0x85, 0x82, 0x55, 0xb9, 0x91, 0x05, 0x69, 0x88, - 0xc4, 0x9d, 0x9c, 0x88, 0x8d, 0x85, 0x0e, 0x30, 0x20, 0x24, 0xf0, 0xc8, 0x76, 0x4e, 0x4f, 0xc6, - 0xaa, 0xed, 0x73, 0x73, 0x17, 0x83, 0x85, 0xba, 0x74, 0x65, 0x41, 0x62, 0xe5, 0x01, 0x18, 0x79, - 0x8c, 0x8e, 0x95, 0x58, 0x98, 0x10, 0x4a, 0x90, 0x78, 0x0d, 0xe4, 0xbb, 0x73, 0xd3, 0x28, 0x6e, - 0xb2, 0x44, 0x77, 0xf9, 0x7d, 0xdf, 0xef, 0xfb, 0xe3, 0x83, 0x5e, 0x96, 0xa4, 0xa7, 0xd5, 0x07, - 0x5a, 0x11, 0x2a, 0x04, 0x93, 0x82, 0x94, 0x01, 0x39, 0x9b, 0xb1, 0x69, 0x85, 0x8b, 0x29, 0x97, - 0x1c, 0xa1, 0x66, 0x8e, 0xf5, 0x1c, 0x97, 0x81, 0xbb, 0x47, 0xb3, 0x24, 0xe7, 0x44, 0xfd, 0x6a, - 0x98, 0x3b, 0x9c, 0x70, 0x91, 0x71, 0x41, 0x22, 0x2a, 0x98, 0xe6, 0x93, 0x32, 0x88, 0x98, 0xa4, - 0x01, 0x29, 0x68, 0x9c, 0xe4, 0x54, 0x26, 0x3c, 0x37, 0xd8, 0xfd, 0x98, 0xc7, 0x5c, 0x1d, 0x49, - 0x7d, 0x32, 0xff, 0x1e, 0xc4, 0x9c, 0xc7, 0x29, 0x23, 0xb4, 0x48, 0x08, 0xcd, 0x73, 0x2e, 0x15, - 0x45, 0x98, 0xe9, 0x61, 0x8b, 0xcd, 0x8c, 0x9f, 0xb0, 0xd4, 0x00, 0x7c, 0x09, 0xd1, 0xdb, 0x5a, - 0xf6, 0xb9, 0x1a, 0x87, 0xec, 0x6c, 0xc6, 0x84, 0x44, 0xf7, 0xa1, 0x23, 0x93, 0xc9, 0x29, 0x9b, - 0x76, 0x41, 0x0f, 0x0c, 0x76, 0x42, 0x73, 0x43, 0x2f, 0x20, 0x5c, 0xda, 0xea, 0x76, 0x7a, 0x60, - 0xb0, 0x3b, 0xea, 0x63, 0x9d, 0x01, 0xd7, 0x19, 0xb0, 0xee, 0xc0, 0x64, 0xc0, 0x6f, 0x68, 0xcc, - 0xcc, 0xce, 0xf0, 0x06, 0xd3, 0xff, 0x06, 0xe0, 0xbd, 0x15, 0x59, 0x51, 0xf0, 0x5c, 0x30, 0xf4, - 0x0c, 0x3a, 0xda, 0x67, 0x17, 0xf4, 0xee, 0x0c, 0x76, 0x47, 0x0f, 0xf0, 0x7a, 0x8d, 0x58, 0x71, - 0x8e, 0x77, 0x2e, 0x7f, 0x1f, 0x5a, 0xdf, 0xff, 0xfd, 0x18, 0x82, 0xd0, 0x70, 0xd0, 0xcb, 0x16, - 0x77, 0x47, 0x5b, 0xdd, 0x69, 0xe9, 0x15, 0x7b, 0x8f, 0xe1, 0xde, 0xd2, 0x5d, 0xd3, 0xc9, 0x3e, - 0xb4, 0x4f, 0x58, 0xce, 0x33, 0x53, 0x89, 0xbe, 0xf8, 0xaf, 0x6e, 0xf6, 0x77, 0x9d, 0xe3, 0x29, - 0xb4, 0x95, 0x27, 0x85, 0xdd, 0x18, 0xe3, 0x6e, 0x1d, 0x23, 0xd4, 0xe8, 0xd1, 0xe7, 0x0e, 0xb4, - 0xd5, 0x36, 0x74, 0x0e, 0x1d, 0x5d, 0x0d, 0xea, 0xb7, 0x71, 0xd7, 0x3f, 0x99, 0x7b, 0xb4, 0x15, - 0xa7, 0xbd, 0xf9, 0xfe, 0xc5, 0xcf, 0xbf, 0x5f, 0x3b, 0x07, 0xc8, 0x25, 0x2d, 0x6f, 0xc3, 0x34, - 0x79, 0x01, 0xa0, 0xad, 0x68, 0xe8, 0xd1, 0xe6, 0xb5, 0x8d, 0x7a, 0x7f, 0x1b, 0xcc, 0x88, 0x0f, - 0x95, 0xf8, 0x43, 0xe4, 0xdf, 0x2e, 0x4e, 0x3e, 0xa9, 0x66, 0xcf, 0x8f, 0x5f, 0x5f, 0xce, 0x3d, - 0x70, 0x35, 0xf7, 0xc0, 0x9f, 0xb9, 0x07, 0xbe, 0x2c, 0x3c, 0xeb, 0x6a, 0xe1, 0x59, 0xbf, 0x16, - 0x9e, 0xf5, 0x6e, 0x1c, 0x27, 0xf2, 0xfd, 0x2c, 0xc2, 0x13, 0x9e, 0x5d, 0xef, 0x79, 0x92, 0xd2, - 0x48, 0x2c, 0xb7, 0x96, 0x63, 0xf2, 0xb1, 0x59, 0x28, 0xab, 0x82, 0x89, 0xc8, 0x51, 0x0f, 0x7e, - 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xbc, 0xae, 0x60, 0xba, 0x03, 0x00, 0x00, + 0xc4, 0x9d, 0x9c, 0xc2, 0xc6, 0x42, 0x07, 0x18, 0x10, 0x12, 0x78, 0x64, 0x3b, 0xa7, 0x27, 0x63, + 0xd5, 0xf6, 0xb9, 0xb9, 0x8b, 0xc1, 0x42, 0x5d, 0xba, 0xb2, 0x20, 0xb1, 0xf2, 0x00, 0x8c, 0x3c, + 0x46, 0xc7, 0x4a, 0x2c, 0x4c, 0x08, 0x25, 0x48, 0xbc, 0x06, 0xf2, 0xdd, 0xb9, 0x49, 0x14, 0x93, + 0x2c, 0xd1, 0x5d, 0x7e, 0xdf, 0xf7, 0xfb, 0xfe, 0xf8, 0xa0, 0x97, 0x25, 0xe9, 0x59, 0xf5, 0x9e, + 0x56, 0x84, 0x0a, 0xc1, 0xa4, 0x20, 0x65, 0x40, 0xce, 0xa7, 0x6c, 0x52, 0xe1, 0x62, 0xc2, 0x25, + 0x47, 0xa8, 0x99, 0x63, 0x3d, 0xc7, 0x65, 0xe0, 0xee, 0xd1, 0x2c, 0xc9, 0x39, 0x51, 0xbf, 0x1a, + 0xe6, 0x0e, 0xc7, 0x5c, 0x64, 0x5c, 0x90, 0x88, 0x0a, 0xa6, 0xf9, 0xa4, 0x0c, 0x22, 0x26, 0x69, + 0x40, 0x0a, 0x1a, 0x27, 0x39, 0x95, 0x09, 0xcf, 0x0d, 0x76, 0x3f, 0xe6, 0x31, 0x57, 0x47, 0x52, + 0x9f, 0xcc, 0xbf, 0x07, 0x31, 0xe7, 0x71, 0xca, 0x08, 0x2d, 0x12, 0x42, 0xf3, 0x9c, 0x4b, 0x45, + 0x11, 0x66, 0x7a, 0xd8, 0x62, 0x33, 0xe3, 0xa7, 0x2c, 0x35, 0x00, 0x5f, 0x42, 0xf4, 0xa6, 0x96, + 0x7d, 0xa6, 0xc6, 0x21, 0x3b, 0x9f, 0x32, 0x21, 0xd1, 0x5d, 0xe8, 0xc8, 0x64, 0x7c, 0xc6, 0x26, + 0x5d, 0xd0, 0x03, 0x83, 0x9d, 0xd0, 0xdc, 0xd0, 0x73, 0x08, 0x17, 0xb6, 0xba, 0x9d, 0x1e, 0x18, + 0xec, 0x8e, 0xfa, 0x58, 0x67, 0xc0, 0x75, 0x06, 0xac, 0x3b, 0x30, 0x19, 0xf0, 0x6b, 0x1a, 0x33, + 0xb3, 0x33, 0x5c, 0x62, 0xfa, 0x5f, 0x01, 0xbc, 0xb3, 0x22, 0x2b, 0x0a, 0x9e, 0x0b, 0x86, 0x9e, + 0x42, 0x47, 0xfb, 0xec, 0x82, 0xde, 0xad, 0xc1, 0xee, 0xe8, 0x1e, 0x5e, 0xaf, 0x11, 0x2b, 0xce, + 0xc9, 0xce, 0xd5, 0xaf, 0x43, 0xeb, 0xdb, 0xdf, 0xef, 0x43, 0x10, 0x1a, 0x0e, 0x7a, 0xd1, 0xe2, + 0xee, 0x68, 0xab, 0x3b, 0x2d, 0xbd, 0x62, 0xef, 0x21, 0xdc, 0x5b, 0xb8, 0x6b, 0x3a, 0xd9, 0x87, + 0xf6, 0x29, 0xcb, 0x79, 0x66, 0x2a, 0xd1, 0x17, 0xff, 0xe5, 0x72, 0x7f, 0x37, 0x39, 0x9e, 0x40, + 0x5b, 0x79, 0x52, 0xd8, 0x8d, 0x31, 0x6e, 0xd7, 0x31, 0x42, 0x8d, 0x1e, 0x7d, 0xea, 0x40, 0x5b, + 0x6d, 0x43, 0x17, 0xd0, 0xd1, 0xd5, 0xa0, 0x7e, 0x1b, 0x77, 0xfd, 0x93, 0xb9, 0x47, 0x5b, 0x71, + 0xda, 0x9b, 0xef, 0x5f, 0xfe, 0xf8, 0xf3, 0xa5, 0x73, 0x80, 0x5c, 0xd2, 0xf2, 0x36, 0x4c, 0x93, + 0x97, 0x00, 0xda, 0x8a, 0x86, 0x1e, 0x6c, 0x5e, 0xdb, 0xa8, 0xf7, 0xb7, 0xc1, 0x8c, 0xf8, 0x50, + 0x89, 0xdf, 0x47, 0xfe, 0xff, 0xc5, 0xc9, 0x47, 0xd5, 0xec, 0xc5, 0xc9, 0xab, 0xab, 0x99, 0x07, + 0xae, 0x67, 0x1e, 0xf8, 0x3d, 0xf3, 0xc0, 0xe7, 0xb9, 0x67, 0x5d, 0xcf, 0x3d, 0xeb, 0xe7, 0xdc, + 0xb3, 0xde, 0x1e, 0xc7, 0x89, 0x7c, 0x37, 0x8d, 0xf0, 0x98, 0x67, 0x37, 0x7b, 0x1e, 0xa5, 0x34, + 0x12, 0x8b, 0xad, 0xe5, 0x63, 0xf2, 0xa1, 0x59, 0x28, 0xab, 0x82, 0x89, 0xc8, 0x51, 0x0f, 0xfe, + 0xf8, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x91, 0x8b, 0xb6, 0x51, 0xba, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/assets/types/ticker_test.go b/x/assets/types/ticker_test.go index 3cf9ae31..61415388 100644 --- a/x/assets/types/ticker_test.go +++ b/x/assets/types/ticker_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/assets/types" ) func TestValidateTicker(t *testing.T) { diff --git a/x/genutil/client/cli/init.go b/x/genutil/client/cli/init.go index 307e1ddb..0c0dba5f 100644 --- a/x/genutil/client/cli/init.go +++ b/x/genutil/client/cli/init.go @@ -25,7 +25,7 @@ import ( "github.com/cosmos/go-bip39" "github.com/spf13/cobra" - milkywayapp "github.com/milkyway-labs/milkyway/v3/app" + milkywayapp "github.com/milkyway-labs/milkyway/v4/app" ) type printInfo struct { diff --git a/x/liquidvesting/abci.go b/x/liquidvesting/abci.go index 840773c4..3ac5627d 100644 --- a/x/liquidvesting/abci.go +++ b/x/liquidvesting/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // EndBlocker is called every block and is responsible for maturing unbonding delegations diff --git a/x/liquidvesting/autocli.go b/x/liquidvesting/autocli.go index 297dc56c..c8309fe2 100644 --- a/x/liquidvesting/autocli.go +++ b/x/liquidvesting/autocli.go @@ -6,7 +6,7 @@ import ( autocliv1 "cosmossdk.io/api/cosmos/autocli/v1" "github.com/cosmos/cosmos-sdk/version" - liquidvestingv1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/liquidvesting/v1" + liquidvestingv1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/liquidvesting/v1" ) // AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. diff --git a/x/liquidvesting/ibc_module.go b/x/liquidvesting/ibc_module.go index 81f0fb0b..00c2fd8a 100644 --- a/x/liquidvesting/ibc_module.go +++ b/x/liquidvesting/ibc_module.go @@ -11,9 +11,9 @@ import ( porttypes "github.com/cosmos/ibc-go/v8/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) type IBCModule struct { diff --git a/x/liquidvesting/keeper/alias_functions.go b/x/liquidvesting/keeper/alias_functions.go index 1b659b28..c3bcb23e 100644 --- a/x/liquidvesting/keeper/alias_functions.go +++ b/x/liquidvesting/keeper/alias_functions.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (k *Keeper) GetAllUsersInsuranceFundsEntries(ctx sdk.Context) ([]types.UserInsuranceFundEntry, error) { diff --git a/x/liquidvesting/keeper/alias_functions_test.go b/x/liquidvesting/keeper/alias_functions_test.go index a4568128..e3c5d2c1 100644 --- a/x/liquidvesting/keeper/alias_functions_test.go +++ b/x/liquidvesting/keeper/alias_functions_test.go @@ -3,11 +3,11 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_GetAllUserRestakedLockedRepresentations() { diff --git a/x/liquidvesting/keeper/burn.go b/x/liquidvesting/keeper/burn.go index 9351248e..225f589d 100644 --- a/x/liquidvesting/keeper/burn.go +++ b/x/liquidvesting/keeper/burn.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // IsBurner tells if a user have the permissions to burn tokens diff --git a/x/liquidvesting/keeper/burn_test.go b/x/liquidvesting/keeper/burn_test.go index a6b36007..ae256f07 100644 --- a/x/liquidvesting/keeper/burn_test.go +++ b/x/liquidvesting/keeper/burn_test.go @@ -4,7 +4,7 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (suite *KeeperTestSuite) TestKeeper_TestBurn() { diff --git a/x/liquidvesting/keeper/common_test.go b/x/liquidvesting/keeper/common_test.go index 5f575831..6495ad3b 100644 --- a/x/liquidvesting/keeper/common_test.go +++ b/x/liquidvesting/keeper/common_test.go @@ -17,16 +17,16 @@ import ( ibcexported "github.com/cosmos/ibc-go/v8/modules/core/exported" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/testutils" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/testutils" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) const ( diff --git a/x/liquidvesting/keeper/end_blocker.go b/x/liquidvesting/keeper/end_blocker.go index 1f41f480..619ae23d 100644 --- a/x/liquidvesting/keeper/end_blocker.go +++ b/x/liquidvesting/keeper/end_blocker.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // CompleteBurnCoins runs the endblocker logic to burn the coins after the diff --git a/x/liquidvesting/keeper/end_blocker_test.go b/x/liquidvesting/keeper/end_blocker_test.go index bd977f42..4a6933f1 100644 --- a/x/liquidvesting/keeper/end_blocker_test.go +++ b/x/liquidvesting/keeper/end_blocker_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_EndBlocker() { diff --git a/x/liquidvesting/keeper/genesis.go b/x/liquidvesting/keeper/genesis.go index cc392661..2e952018 100644 --- a/x/liquidvesting/keeper/genesis.go +++ b/x/liquidvesting/keeper/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/liquidvesting/keeper/genesis_test.go b/x/liquidvesting/keeper/genesis_test.go index 66142cdc..60cd9624 100644 --- a/x/liquidvesting/keeper/genesis_test.go +++ b/x/liquidvesting/keeper/genesis_test.go @@ -6,9 +6,9 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/liquidvesting/keeper/grpc_query.go b/x/liquidvesting/keeper/grpc_query.go index f097540e..32bb6fe3 100644 --- a/x/liquidvesting/keeper/grpc_query.go +++ b/x/liquidvesting/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) type Querier struct { diff --git a/x/liquidvesting/keeper/grpc_query_test.go b/x/liquidvesting/keeper/grpc_query_test.go index e6533927..d013c3db 100644 --- a/x/liquidvesting/keeper/grpc_query_test.go +++ b/x/liquidvesting/keeper/grpc_query_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (suite *KeeperTestSuite) TestQuerier_InsuranceFund() { diff --git a/x/liquidvesting/keeper/ibc.go b/x/liquidvesting/keeper/ibc.go index 5ba73732..67ca31dd 100644 --- a/x/liquidvesting/keeper/ibc.go +++ b/x/liquidvesting/keeper/ibc.go @@ -8,7 +8,7 @@ import ( transfertypes "github.com/cosmos/ibc-go/v8/modules/apps/transfer/types" channeltypes "github.com/cosmos/ibc-go/v8/modules/core/04-channel/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // OnRecvPacket processes the packet received from the IBC handler diff --git a/x/liquidvesting/keeper/ibc_test.go b/x/liquidvesting/keeper/ibc_test.go index 03821222..2234816d 100644 --- a/x/liquidvesting/keeper/ibc_test.go +++ b/x/liquidvesting/keeper/ibc_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/liquidvesting/keeper/insurance_fund.go b/x/liquidvesting/keeper/insurance_fund.go index 7509ed27..05c79f04 100644 --- a/x/liquidvesting/keeper/insurance_fund.go +++ b/x/liquidvesting/keeper/insurance_fund.go @@ -8,7 +8,7 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // AddToUserInsuranceFund adds the provided amount to the user's insurance fund. diff --git a/x/liquidvesting/keeper/insurance_fund_test.go b/x/liquidvesting/keeper/insurance_fund_test.go index 652bfcb6..80454e09 100644 --- a/x/liquidvesting/keeper/insurance_fund_test.go +++ b/x/liquidvesting/keeper/insurance_fund_test.go @@ -4,10 +4,10 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_AddToInsuranceFund() { diff --git a/x/liquidvesting/keeper/keeper.go b/x/liquidvesting/keeper/keeper.go index 98dcc606..4a17841b 100644 --- a/x/liquidvesting/keeper/keeper.go +++ b/x/liquidvesting/keeper/keeper.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) type Keeper struct { diff --git a/x/liquidvesting/keeper/mint.go b/x/liquidvesting/keeper/mint.go index 1393dbe6..04894bbf 100644 --- a/x/liquidvesting/keeper/mint.go +++ b/x/liquidvesting/keeper/mint.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // IsMinter tells if a user have the permissions to mint tokens. diff --git a/x/liquidvesting/keeper/mint_test.go b/x/liquidvesting/keeper/mint_test.go index 1af35686..292b077a 100644 --- a/x/liquidvesting/keeper/mint_test.go +++ b/x/liquidvesting/keeper/mint_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (suite *KeeperTestSuite) TestKeeper_MintLockedRepresentation() { diff --git a/x/liquidvesting/keeper/msg_server.go b/x/liquidvesting/keeper/msg_server.go index 4cfd67e0..75498cc1 100644 --- a/x/liquidvesting/keeper/msg_server.go +++ b/x/liquidvesting/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/liquidvesting/keeper/msg_server_test.go b/x/liquidvesting/keeper/msg_server_test.go index 2cf06f15..dd70a21d 100644 --- a/x/liquidvesting/keeper/msg_server_test.go +++ b/x/liquidvesting/keeper/msg_server_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (suite *KeeperTestSuite) TestMsgServer_MintLockedRepresentation() { diff --git a/x/liquidvesting/keeper/params.go b/x/liquidvesting/keeper/params.go index 0545dbbd..b329f88a 100644 --- a/x/liquidvesting/keeper/params.go +++ b/x/liquidvesting/keeper/params.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/collections" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func (k *Keeper) SetParams(ctx context.Context, params types.Params) error { diff --git a/x/liquidvesting/keeper/restake_restriction.go b/x/liquidvesting/keeper/restake_restriction.go index 2aba1b4e..35dbd41f 100644 --- a/x/liquidvesting/keeper/restake_restriction.go +++ b/x/liquidvesting/keeper/restake_restriction.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (k *Keeper) RestakeRestrictionFn(ctx context.Context, restakerAddress string, amount sdk.Coins, _ restakingtypes.DelegationTarget) error { diff --git a/x/liquidvesting/keeper/restake_restriction_test.go b/x/liquidvesting/keeper/restake_restriction_test.go index abd3cb5a..dbb9dcc0 100644 --- a/x/liquidvesting/keeper/restake_restriction_test.go +++ b/x/liquidvesting/keeper/restake_restriction_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestRestakeRestriction_TestPoolRestaking() { diff --git a/x/liquidvesting/keeper/send_restriction.go b/x/liquidvesting/keeper/send_restriction.go index 8fecb8b7..f15621c1 100644 --- a/x/liquidvesting/keeper/send_restriction.go +++ b/x/liquidvesting/keeper/send_restriction.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) // SendRestrictionFn function that can be used in the x/bank module to block the diff --git a/x/liquidvesting/keeper/send_restriction_test.go b/x/liquidvesting/keeper/send_restriction_test.go index f1eb9f4c..fe222a49 100644 --- a/x/liquidvesting/keeper/send_restriction_test.go +++ b/x/liquidvesting/keeper/send_restriction_test.go @@ -6,11 +6,11 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - liquidvestingtypes "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + liquidvestingtypes "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func MustGetLockedDenom(denom string) string { diff --git a/x/liquidvesting/module.go b/x/liquidvesting/module.go index f1bcd955..8f246588 100644 --- a/x/liquidvesting/module.go +++ b/x/liquidvesting/module.go @@ -13,8 +13,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) const ( diff --git a/x/liquidvesting/testutils/keeper.go b/x/liquidvesting/testutils/keeper.go index 2e25548d..62f72001 100644 --- a/x/liquidvesting/testutils/keeper.go +++ b/x/liquidvesting/testutils/keeper.go @@ -17,20 +17,20 @@ import ( oraclekeeper "github.com/skip-mev/connect/v2/x/oracle/keeper" oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/keeper" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/keeper" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type KeeperTestData struct { diff --git a/x/liquidvesting/types/expected_keepers.go b/x/liquidvesting/types/expected_keepers.go index 6b50d419..081257fb 100644 --- a/x/liquidvesting/types/expected_keepers.go +++ b/x/liquidvesting/types/expected_keepers.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) type AccountKeeper interface { diff --git a/x/liquidvesting/types/genesis.pb.go b/x/liquidvesting/types/genesis.pb.go index 4b0aa0fc..ddc75df8 100644 --- a/x/liquidvesting/types/genesis.pb.go +++ b/x/liquidvesting/types/genesis.pb.go @@ -100,24 +100,24 @@ var fileDescriptor_ec377133c71b10fb = []byte{ // 310 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0x3d, 0x4f, 0x02, 0x31, 0x18, 0xc7, 0xef, 0xc0, 0x90, 0x58, 0x9c, 0x2e, 0x0c, 0xc8, 0x50, 0xd1, 0x18, 0x65, 0xb1, 0x0d, - 0xb0, 0xb9, 0x98, 0x60, 0xd4, 0xb0, 0x19, 0x5f, 0x16, 0x17, 0xd2, 0xe3, 0xea, 0xd9, 0x78, 0xd7, - 0x62, 0x9f, 0xf6, 0xf4, 0x3e, 0x80, 0xbb, 0x1f, 0x8b, 0x91, 0xd1, 0xc9, 0x18, 0xf8, 0x22, 0x86, - 0x7b, 0x31, 0x91, 0x04, 0xdc, 0xfa, 0xf2, 0xfb, 0xff, 0x9e, 0x27, 0x7f, 0x74, 0x1c, 0x8b, 0xe8, - 0x39, 0x7d, 0x65, 0x29, 0x8d, 0xc4, 0x8b, 0x15, 0x41, 0xc2, 0xc1, 0x08, 0x19, 0xd2, 0xa4, 0x4b, - 0x43, 0x2e, 0x39, 0x08, 0x20, 0x13, 0xad, 0x8c, 0xf2, 0x76, 0x4b, 0x90, 0xfc, 0x01, 0x49, 0xd2, - 0x6d, 0x35, 0x42, 0x15, 0xaa, 0x8c, 0xa2, 0xcb, 0x53, 0x1e, 0x68, 0x1d, 0xad, 0x37, 0xc7, 0x2a, - 0xe0, 0x11, 0xfc, 0xcf, 0x4d, 0x98, 0x66, 0x71, 0xc1, 0x1d, 0xbc, 0x57, 0xd0, 0xce, 0x55, 0xbe, - 0xd2, 0xad, 0x61, 0x86, 0x7b, 0x67, 0xa8, 0x96, 0x03, 0x4d, 0xb7, 0xed, 0x76, 0xea, 0xbd, 0x7d, - 0xb2, 0x76, 0x45, 0x72, 0x9d, 0x81, 0x83, 0xad, 0xe9, 0xd7, 0x9e, 0x73, 0x53, 0xc4, 0xbc, 0x21, - 0x42, 0xbe, 0xd5, 0x72, 0x34, 0x56, 0x42, 0x42, 0xb3, 0xd2, 0xae, 0x76, 0xea, 0xbd, 0xc3, 0x0d, - 0x92, 0x81, 0xd5, 0xf2, 0x7c, 0xc9, 0x16, 0x9e, 0x6d, 0xbf, 0x7c, 0xf0, 0x04, 0x6a, 0x58, 0xe0, - 0x7a, 0x24, 0x24, 0x58, 0xcd, 0xe4, 0x98, 0x8f, 0x1e, 0xad, 0x0c, 0xa0, 0x59, 0xcd, 0xa4, 0xdd, - 0x0d, 0xd2, 0x7b, 0xe0, 0x7a, 0x58, 0xa6, 0x2e, 0xad, 0x0c, 0x2e, 0xa4, 0xd1, 0x69, 0x31, 0xc1, - 0xb3, 0xab, 0xbf, 0x30, 0xb8, 0x9b, 0xce, 0xb1, 0x3b, 0x9b, 0x63, 0xf7, 0x7b, 0x8e, 0xdd, 0x8f, - 0x05, 0x76, 0x66, 0x0b, 0xec, 0x7c, 0x2e, 0xb0, 0xf3, 0x70, 0x1a, 0x0a, 0xf3, 0x64, 0x7d, 0x32, - 0x56, 0x31, 0x2d, 0x07, 0x9e, 0x44, 0xcc, 0x87, 0xdf, 0x1b, 0x4d, 0xfa, 0xf4, 0x6d, 0xa5, 0x67, - 0x93, 0x4e, 0x38, 0xf8, 0xb5, 0xac, 0xe4, 0xfe, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x08, 0x0a, - 0xe2, 0x6c, 0x10, 0x02, 0x00, 0x00, + 0xe8, 0xe4, 0x62, 0x82, 0x51, 0xc3, 0x66, 0x7c, 0x59, 0x5c, 0x48, 0x8f, 0xab, 0x67, 0xe3, 0x5d, + 0x8b, 0x7d, 0xda, 0xd3, 0xfb, 0x00, 0xee, 0x7e, 0x2c, 0x46, 0x46, 0x27, 0x63, 0xe0, 0x8b, 0x18, + 0xee, 0xc5, 0x44, 0x12, 0x70, 0xeb, 0xcb, 0xef, 0xff, 0x7b, 0x9e, 0xfc, 0xd1, 0x61, 0x2c, 0xa2, + 0xe7, 0xf4, 0x95, 0xa5, 0x34, 0x12, 0x2f, 0x56, 0x04, 0x09, 0x07, 0x23, 0x64, 0x48, 0x93, 0x2e, + 0x0d, 0xb9, 0xe4, 0x20, 0x80, 0x8c, 0xb5, 0x32, 0xca, 0xdb, 0x2e, 0x41, 0xf2, 0x07, 0x24, 0x49, + 0xb7, 0xd5, 0x08, 0x55, 0xa8, 0x32, 0x8a, 0x2e, 0x4e, 0x79, 0xa0, 0x75, 0xb0, 0xda, 0x1c, 0xab, + 0x80, 0x47, 0xf0, 0x3f, 0x37, 0x66, 0x9a, 0xc5, 0x05, 0xb7, 0xf7, 0x5e, 0x41, 0x5b, 0x57, 0xf9, + 0x4a, 0xb7, 0x86, 0x19, 0xee, 0x9d, 0xa1, 0x5a, 0x0e, 0x34, 0xdd, 0xb6, 0xdb, 0xa9, 0xf7, 0x76, + 0xc9, 0xca, 0x15, 0xc9, 0x75, 0x06, 0xf6, 0x37, 0x26, 0x5f, 0x3b, 0xce, 0x4d, 0x11, 0xf3, 0x06, + 0x08, 0xf9, 0x56, 0xcb, 0xe1, 0x48, 0x09, 0x09, 0xcd, 0x4a, 0xbb, 0xda, 0xa9, 0xf7, 0xf6, 0xd7, + 0x48, 0xfa, 0x56, 0xcb, 0xf3, 0x05, 0x5b, 0x78, 0x36, 0xfd, 0xf2, 0xc1, 0x13, 0xa8, 0x61, 0x81, + 0xeb, 0xa1, 0x90, 0x60, 0x35, 0x93, 0x23, 0x3e, 0x7c, 0xb4, 0x32, 0x80, 0x66, 0x35, 0x93, 0x76, + 0xd7, 0x48, 0xef, 0x81, 0xeb, 0x41, 0x99, 0xba, 0xb4, 0x32, 0xb8, 0x90, 0x46, 0xa7, 0xc5, 0x04, + 0xcf, 0x2e, 0xff, 0x42, 0xff, 0x6e, 0x32, 0xc3, 0xee, 0x74, 0x86, 0xdd, 0xef, 0x19, 0x76, 0x3f, + 0xe6, 0xd8, 0x99, 0xce, 0xb1, 0xf3, 0x39, 0xc7, 0xce, 0xc3, 0x69, 0x28, 0xcc, 0x93, 0xf5, 0xc9, + 0x48, 0xc5, 0xb4, 0x1c, 0x78, 0x14, 0x31, 0x1f, 0x7e, 0x6f, 0x34, 0x39, 0xa1, 0x6f, 0x4b, 0x3d, + 0x9b, 0x74, 0xcc, 0xc1, 0xaf, 0x65, 0x25, 0x1f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x3f, 0x90, + 0x55, 0x44, 0x10, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/liquidvesting/types/ibc_hooks_test.go b/x/liquidvesting/types/ibc_hooks_test.go index 5f3bef1e..c44c9bf1 100644 --- a/x/liquidvesting/types/ibc_hooks_test.go +++ b/x/liquidvesting/types/ibc_hooks_test.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/liquidvesting/types" + "github.com/milkyway-labs/milkyway/v4/x/liquidvesting/types" ) func TestMsgDepositInsurance_Validate(t *testing.T) { diff --git a/x/liquidvesting/types/messages.pb.go b/x/liquidvesting/types/messages.pb.go index 70d08319..ab389165 100644 --- a/x/liquidvesting/types/messages.pb.go +++ b/x/liquidvesting/types/messages.pb.go @@ -488,9 +488,9 @@ var fileDescriptor_464962308475a38f = []byte{ 0x68, 0xf6, 0xd8, 0x85, 0x2d, 0xa5, 0x1f, 0x76, 0x34, 0xb6, 0x50, 0x39, 0x7d, 0xec, 0x20, 0x5f, 0xe1, 0xbf, 0x17, 0xfd, 0x5e, 0x49, 0xa9, 0x3d, 0xda, 0xd9, 0xd7, 0x94, 0xdd, 0x7d, 0x4d, 0xf9, 0xb1, 0xaf, 0x29, 0x6f, 0x0e, 0xb4, 0xcc, 0xee, 0x81, 0x96, 0xf9, 0x7a, 0xa0, 0x65, 0x9e, 0x56, - 0x8f, 0xcc, 0xf7, 0xe0, 0xf8, 0x95, 0x16, 0x6e, 0x42, 0xbc, 0x32, 0x3b, 0xab, 0xe6, 0xf3, 0xa1, - 0xfb, 0x1a, 0xce, 0x7d, 0x33, 0x1b, 0xfe, 0xa5, 0xae, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x40, - 0x51, 0x7c, 0x94, 0x3e, 0x08, 0x00, 0x00, + 0x8f, 0xcc, 0xf7, 0xe0, 0xf8, 0x95, 0x16, 0x6e, 0x42, 0xbc, 0x32, 0x3b, 0x6b, 0xe6, 0xf3, 0xa1, + 0xfb, 0x1a, 0xce, 0x7d, 0x33, 0x1b, 0xfe, 0xa5, 0xae, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x77, + 0xcb, 0xcb, 0xbc, 0x3e, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/liquidvesting/types/models.pb.go b/x/liquidvesting/types/models.pb.go index 439c76fb..95d049cc 100644 --- a/x/liquidvesting/types/models.pb.go +++ b/x/liquidvesting/types/models.pb.go @@ -234,39 +234,39 @@ func init() { } var fileDescriptor_2106835df08f3d44 = []byte{ - // 506 bytes of a gzipped FileDescriptorProto + // 507 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x53, 0x31, 0x6f, 0xd3, 0x40, 0x14, 0xf6, 0xa5, 0xa8, 0x90, 0x0b, 0x05, 0x62, 0x55, 0xc8, 0xc9, 0x60, 0x47, 0x11, 0x42, 0x11, - 0x52, 0xee, 0x48, 0xbb, 0x95, 0x09, 0x57, 0x45, 0x42, 0x62, 0x0a, 0x61, 0x61, 0x89, 0xce, 0xf6, - 0x61, 0x4e, 0xf5, 0xdd, 0x05, 0xdf, 0xd9, 0x10, 0x7e, 0x01, 0x63, 0x17, 0xf6, 0x8e, 0x88, 0x89, - 0x81, 0x91, 0x1f, 0xd0, 0xb1, 0x62, 0x62, 0xa2, 0x28, 0x19, 0xe0, 0x67, 0x20, 0xdb, 0x67, 0x53, - 0x40, 0x48, 0x0c, 0xb0, 0xd8, 0xfe, 0xde, 0xfb, 0xde, 0xbb, 0xef, 0x7d, 0xf7, 0x0c, 0x6f, 0x72, - 0x96, 0x1c, 0x2e, 0x9f, 0x93, 0x25, 0x4e, 0xd8, 0xb3, 0x8c, 0x45, 0x39, 0x55, 0x9a, 0x89, 0x18, - 0xe7, 0x13, 0xcc, 0x65, 0x44, 0x13, 0x85, 0x16, 0xa9, 0xd4, 0xd2, 0xee, 0xd5, 0x3c, 0xf4, 0x13, - 0x0f, 0xe5, 0x93, 0x7e, 0x97, 0x70, 0x26, 0x24, 0x2e, 0x9f, 0x15, 0xbb, 0xef, 0x86, 0x52, 0x71, - 0xa9, 0x70, 0x40, 0x14, 0xc5, 0xf9, 0x24, 0xa0, 0x9a, 0x4c, 0x70, 0x28, 0x99, 0x30, 0xf9, 0x5e, - 0x95, 0x9f, 0x97, 0x08, 0x57, 0xc0, 0xa4, 0xb6, 0x63, 0x19, 0xcb, 0x2a, 0x5e, 0x7c, 0x99, 0xa8, - 0x17, 0x4b, 0x19, 0x27, 0x14, 0x97, 0x28, 0xc8, 0x9e, 0x60, 0xcd, 0x38, 0x55, 0x9a, 0xf0, 0x45, - 0x45, 0x18, 0xbe, 0x84, 0xdd, 0x47, 0x8a, 0xa6, 0xf7, 0x85, 0xca, 0x52, 0x22, 0x42, 0x7a, 0x2f, - 0x13, 0x91, 0x4d, 0xe1, 0xc5, 0x80, 0x24, 0x05, 0x74, 0xc0, 0x60, 0x63, 0xd4, 0xd9, 0xe9, 0x21, - 0x73, 0x56, 0x21, 0x0c, 0x19, 0x61, 0x68, 0x5f, 0x32, 0xe1, 0xdf, 0x3e, 0xf9, 0xec, 0x59, 0x6f, - 0xcf, 0xbc, 0x51, 0xcc, 0xf4, 0xd3, 0x2c, 0x40, 0xa1, 0xe4, 0x46, 0x98, 0x79, 0x8d, 0x55, 0x74, - 0x88, 0xf5, 0x72, 0x41, 0x55, 0x59, 0xa0, 0xa6, 0x75, 0xef, 0xe1, 0xeb, 0x16, 0x6c, 0xfb, 0x59, - 0x2a, 0xca, 0xb0, 0x7d, 0x00, 0xbb, 0x11, 0x4d, 0x68, 0x4c, 0xb4, 0x4c, 0xe7, 0x24, 0x8a, 0x52, - 0xaa, 0x94, 0x03, 0x06, 0x60, 0xd4, 0xf6, 0x9d, 0x8f, 0xef, 0xc7, 0xdb, 0x46, 0xc1, 0xdd, 0x2a, - 0xf3, 0x50, 0xa7, 0x4c, 0xc4, 0xd3, 0x6b, 0x4d, 0x89, 0x89, 0xdb, 0x53, 0x78, 0x35, 0x94, 0x7c, - 0x91, 0x50, 0xcd, 0xa4, 0x98, 0x17, 0xe3, 0x3a, 0xad, 0x01, 0x18, 0x75, 0x76, 0xfa, 0xa8, 0xf2, - 0x02, 0xd5, 0x5e, 0xa0, 0x59, 0xed, 0x85, 0xbf, 0x55, 0x0c, 0x71, 0x74, 0xe6, 0x81, 0x37, 0x5f, - 0xdf, 0xdd, 0x02, 0xd3, 0x2b, 0x3f, 0x3a, 0x14, 0x1c, 0x3b, 0x84, 0x9b, 0x84, 0xcb, 0x4c, 0x68, - 0x67, 0xe3, 0xdf, 0xdb, 0x61, 0x5a, 0xef, 0x5d, 0x7a, 0x75, 0xec, 0x59, 0xdf, 0x8e, 0x3d, 0x6b, - 0x38, 0x83, 0x5b, 0x8d, 0x2d, 0x0f, 0x98, 0xd2, 0xf6, 0x3e, 0xbc, 0x10, 0x11, 0x4d, 0xcc, 0x65, - 0xdc, 0x40, 0x7f, 0xdc, 0x29, 0xd4, 0xd4, 0xf9, 0xed, 0x42, 0x48, 0x35, 0x4e, 0x59, 0x3c, 0xfc, - 0x00, 0xe0, 0xf5, 0xdf, 0xae, 0xfa, 0x40, 0xe8, 0x74, 0x69, 0xdf, 0x81, 0x97, 0x33, 0x45, 0xff, - 0xde, 0xf5, 0x4e, 0xc1, 0xae, 0x0d, 0x3f, 0xb7, 0x2c, 0xad, 0xff, 0xb7, 0x2c, 0xfe, 0xec, 0x64, - 0xe5, 0x82, 0xd3, 0x95, 0x0b, 0xbe, 0xac, 0x5c, 0x70, 0xb4, 0x76, 0xad, 0xd3, 0xb5, 0x6b, 0x7d, - 0x5a, 0xbb, 0xd6, 0xe3, 0xbd, 0x73, 0xcd, 0x6a, 0x67, 0xc6, 0x09, 0x09, 0x54, 0x83, 0x70, 0xbe, - 0x8b, 0x5f, 0xfc, 0xf2, 0xa3, 0x96, 0x87, 0x04, 0x9b, 0xe5, 0x32, 0xec, 0x7e, 0x0f, 0x00, 0x00, - 0xff, 0xff, 0x73, 0xd7, 0xaa, 0xb6, 0xcf, 0x03, 0x00, 0x00, + 0x52, 0xee, 0x48, 0x61, 0x2a, 0x13, 0xae, 0x8a, 0x84, 0xc4, 0x14, 0xc2, 0xc2, 0x12, 0x9d, 0xed, + 0xc3, 0x9c, 0xea, 0xbb, 0x0b, 0xbe, 0xb3, 0x21, 0xfc, 0x02, 0xc6, 0x2e, 0xec, 0x1d, 0x11, 0x13, + 0x03, 0x23, 0x3f, 0xa0, 0x63, 0xc5, 0xc4, 0x44, 0x51, 0x32, 0xc0, 0xcf, 0x40, 0xb6, 0xcf, 0xa6, + 0x80, 0x90, 0x18, 0x60, 0xb1, 0xfd, 0xbd, 0xf7, 0xbd, 0x77, 0xdf, 0xfb, 0xee, 0x19, 0x5e, 0xe7, + 0x2c, 0x39, 0x58, 0x3e, 0x27, 0x4b, 0x9c, 0xb0, 0x67, 0x19, 0x8b, 0x72, 0xaa, 0x34, 0x13, 0x31, + 0xce, 0x27, 0x98, 0xcb, 0x88, 0x26, 0x0a, 0x2d, 0x52, 0xa9, 0xa5, 0xdd, 0xab, 0x79, 0xe8, 0x27, + 0x1e, 0xca, 0x27, 0xfd, 0x2e, 0xe1, 0x4c, 0x48, 0x5c, 0x3e, 0x2b, 0x76, 0xdf, 0x0d, 0xa5, 0xe2, + 0x52, 0xe1, 0x80, 0x28, 0x8a, 0xf3, 0x49, 0x40, 0x35, 0x99, 0xe0, 0x50, 0x32, 0x61, 0xf2, 0xbd, + 0x2a, 0x3f, 0x2f, 0x11, 0xae, 0x80, 0x49, 0x6d, 0xc7, 0x32, 0x96, 0x55, 0xbc, 0xf8, 0x32, 0x51, + 0x2f, 0x96, 0x32, 0x4e, 0x28, 0x2e, 0x51, 0x90, 0x3d, 0xc1, 0x9a, 0x71, 0xaa, 0x34, 0xe1, 0x8b, + 0x8a, 0x30, 0x7c, 0x09, 0xbb, 0x8f, 0x14, 0x4d, 0xef, 0x0b, 0x95, 0xa5, 0x44, 0x84, 0xf4, 0x5e, + 0x26, 0x22, 0x9b, 0xc2, 0xf3, 0x01, 0x49, 0x0a, 0xe8, 0x80, 0xc1, 0xc6, 0xa8, 0xb3, 0xd3, 0x43, + 0xe6, 0xac, 0x42, 0x18, 0x32, 0xc2, 0xd0, 0x9e, 0x64, 0xc2, 0xbf, 0x79, 0xfc, 0xd9, 0xb3, 0xde, + 0x9e, 0x7a, 0xa3, 0x98, 0xe9, 0xa7, 0x59, 0x80, 0x42, 0xc9, 0x8d, 0x30, 0xf3, 0x1a, 0xab, 0xe8, + 0x00, 0xeb, 0xe5, 0x82, 0xaa, 0xb2, 0x40, 0x4d, 0xeb, 0xde, 0xc3, 0xd7, 0x2d, 0xd8, 0xf6, 0xb3, + 0x54, 0x94, 0x61, 0x7b, 0x1f, 0x76, 0x23, 0x9a, 0xd0, 0x98, 0x68, 0x99, 0xce, 0x49, 0x14, 0xa5, + 0x54, 0x29, 0x07, 0x0c, 0xc0, 0xa8, 0xed, 0x3b, 0x1f, 0xdf, 0x8f, 0xb7, 0x8d, 0x82, 0xbb, 0x55, + 0xe6, 0xa1, 0x4e, 0x99, 0x88, 0xa7, 0x57, 0x9a, 0x12, 0x13, 0xb7, 0xa7, 0xf0, 0x72, 0x28, 0xf9, + 0x22, 0xa1, 0x9a, 0x49, 0x31, 0x2f, 0xc6, 0x75, 0x5a, 0x03, 0x30, 0xea, 0xec, 0xf4, 0x51, 0xe5, + 0x05, 0xaa, 0xbd, 0x40, 0xb3, 0xda, 0x0b, 0x7f, 0xab, 0x18, 0xe2, 0xf0, 0xd4, 0x03, 0x6f, 0xbe, + 0xbe, 0xbb, 0x01, 0xa6, 0x97, 0x7e, 0x74, 0x28, 0x38, 0x76, 0x08, 0x37, 0x09, 0x97, 0x99, 0xd0, + 0xce, 0xc6, 0xbf, 0xb7, 0xc3, 0xb4, 0xde, 0xbd, 0xf0, 0xea, 0xc8, 0xb3, 0xbe, 0x1d, 0x79, 0xd6, + 0x70, 0x06, 0xb7, 0x1a, 0x5b, 0x1e, 0x30, 0xa5, 0xed, 0x3d, 0x78, 0x2e, 0x22, 0x9a, 0x98, 0xcb, + 0xb8, 0x86, 0xfe, 0xb8, 0x53, 0xa8, 0xa9, 0xf3, 0xdb, 0x85, 0x90, 0x6a, 0x9c, 0xb2, 0x78, 0xf8, + 0x01, 0xc0, 0xab, 0xbf, 0x5d, 0xf5, 0xbe, 0xd0, 0xe9, 0xd2, 0xbe, 0x03, 0x2f, 0x66, 0x8a, 0xfe, + 0xbd, 0xeb, 0x9d, 0x82, 0x5d, 0x1b, 0x7e, 0x66, 0x59, 0x5a, 0xff, 0x6f, 0x59, 0xfc, 0xd9, 0xf1, + 0xca, 0x05, 0x27, 0x2b, 0x17, 0x7c, 0x59, 0xb9, 0xe0, 0x70, 0xed, 0x5a, 0x27, 0x6b, 0xd7, 0xfa, + 0xb4, 0x76, 0xad, 0xc7, 0xbb, 0x67, 0x9a, 0xd5, 0xce, 0x8c, 0x13, 0x12, 0xa8, 0x06, 0xe1, 0xfc, + 0x36, 0x7e, 0xf1, 0xcb, 0x8f, 0x5a, 0x1e, 0x12, 0x6c, 0x96, 0xcb, 0x70, 0xeb, 0x7b, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x44, 0x4d, 0x1d, 0x9e, 0xcf, 0x03, 0x00, 0x00, } func (m *UserInsuranceFund) Marshal() (dAtA []byte, err error) { diff --git a/x/liquidvesting/types/params.pb.go b/x/liquidvesting/types/params.pb.go index 9899a2c2..d91fc6de 100644 --- a/x/liquidvesting/types/params.pb.go +++ b/x/liquidvesting/types/params.pb.go @@ -109,26 +109,26 @@ var fileDescriptor_47e3045990d8fa3d = []byte{ // 342 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x91, 0x3f, 0x4f, 0xc2, 0x40, 0x18, 0xc6, 0x5b, 0xfe, 0x29, 0x5d, 0x24, 0x95, 0xa1, 0x60, 0x52, 0x88, 0x83, 0xc1, 0x81, 0x5e, - 0x90, 0xcd, 0x4d, 0x64, 0x32, 0x0e, 0x04, 0x9d, 0x5c, 0xc8, 0xf5, 0x7a, 0x39, 0x2e, 0xb4, 0x77, - 0xf5, 0xee, 0x5a, 0xec, 0x27, 0x70, 0xf5, 0xc3, 0xf0, 0x21, 0x18, 0x09, 0x93, 0x71, 0x20, 0x06, - 0xbe, 0x88, 0x29, 0x2d, 0x24, 0xba, 0xb8, 0xdd, 0xfb, 0xe4, 0xf7, 0x7b, 0x2e, 0x79, 0x5f, 0xe3, - 0x2a, 0xa0, 0xfe, 0x2c, 0x99, 0xc3, 0x04, 0xf8, 0xf4, 0x35, 0xa2, 0x5e, 0x8c, 0xa5, 0xa2, 0x8c, - 0x80, 0xb8, 0x07, 0x42, 0x28, 0x60, 0x20, 0x9d, 0x50, 0x70, 0xc5, 0xcd, 0xc6, 0x81, 0x73, 0x7e, - 0x71, 0x4e, 0xdc, 0x6b, 0x36, 0x10, 0x97, 0x01, 0x97, 0x93, 0x3d, 0x08, 0xb2, 0x21, 0xb3, 0x9a, - 0x75, 0xc2, 0x09, 0xcf, 0xf2, 0xf4, 0x95, 0xa5, 0x97, 0xef, 0x05, 0xa3, 0x32, 0xda, 0x97, 0x9b, - 0x9e, 0x51, 0xa7, 0x4c, 0x46, 0x02, 0x32, 0x84, 0x27, 0x21, 0x16, 0x08, 0x33, 0x05, 0x09, 0xb6, - 0xf4, 0xb6, 0xde, 0xa9, 0x0e, 0x7a, 0xcb, 0x4d, 0x4b, 0xfb, 0xda, 0xb4, 0x2e, 0xb2, 0x52, 0xe9, - 0xcd, 0x1c, 0xca, 0x41, 0x00, 0xd5, 0xd4, 0x79, 0xc4, 0x04, 0xa2, 0x64, 0x88, 0xd1, 0x7a, 0xd1, - 0x35, 0xf2, 0x3f, 0x87, 0x18, 0x8d, 0xcf, 0x8f, 0x75, 0xa3, 0x63, 0x9b, 0x79, 0x63, 0x9c, 0xb8, - 0x91, 0x60, 0x58, 0x48, 0xab, 0xd0, 0x2e, 0x76, 0xaa, 0x03, 0x6b, 0xbd, 0xe8, 0xd6, 0x73, 0xeb, - 0xce, 0xf3, 0x04, 0x96, 0xf2, 0x49, 0x09, 0xca, 0xc8, 0xf8, 0x00, 0xa6, 0x4e, 0x40, 0x99, 0x4a, - 0x9d, 0xe2, 0x7f, 0x4e, 0x0e, 0x9a, 0xd7, 0x46, 0x0d, 0xfa, 0x3e, 0x9f, 0x63, 0x6f, 0x82, 0xa6, - 0x90, 0x31, 0xec, 0x4b, 0xab, 0x9c, 0xca, 0xe3, 0xb3, 0x3c, 0xbf, 0xcf, 0xe3, 0x87, 0xd2, 0x69, - 0xa9, 0x56, 0x1e, 0x3c, 0x2f, 0xb7, 0xb6, 0xbe, 0xda, 0xda, 0xfa, 0xf7, 0xd6, 0xd6, 0x3f, 0x76, - 0xb6, 0xb6, 0xda, 0xd9, 0xda, 0xe7, 0xce, 0xd6, 0x5e, 0x6e, 0x09, 0x55, 0xd3, 0xc8, 0x75, 0x10, - 0x0f, 0xc0, 0x61, 0xf5, 0x5d, 0x1f, 0xba, 0xf2, 0x38, 0x81, 0xb8, 0x0f, 0xde, 0xfe, 0x5c, 0x4d, - 0x25, 0x21, 0x96, 0x6e, 0x65, 0xbf, 0xe6, 0xfe, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x46, 0x2e, - 0xe8, 0xff, 0xdc, 0x01, 0x00, 0x00, + 0x50, 0x27, 0x37, 0x91, 0xc9, 0x38, 0x10, 0x74, 0x72, 0x21, 0xd7, 0xeb, 0xe5, 0xb8, 0xd0, 0xde, + 0xd5, 0xbb, 0x6b, 0xb1, 0x9f, 0xc0, 0xd5, 0x0f, 0xc3, 0x87, 0x60, 0x24, 0x4c, 0xc6, 0x81, 0x18, + 0xf8, 0x22, 0xa6, 0xb4, 0x90, 0xe8, 0xe2, 0x76, 0xef, 0x93, 0xdf, 0xef, 0xb9, 0xe4, 0x7d, 0x8d, + 0x8b, 0x80, 0xfa, 0xd3, 0x64, 0x06, 0x13, 0xe0, 0xd3, 0xd7, 0x88, 0x7a, 0x31, 0x96, 0x8a, 0x32, + 0x02, 0xe2, 0x1e, 0x08, 0xa1, 0x80, 0x81, 0x74, 0x42, 0xc1, 0x15, 0x37, 0x1b, 0x7b, 0xce, 0xf9, + 0xc5, 0x39, 0x71, 0xaf, 0xd9, 0x40, 0x5c, 0x06, 0x5c, 0x8e, 0x77, 0x20, 0xc8, 0x86, 0xcc, 0x6a, + 0xd6, 0x09, 0x27, 0x3c, 0xcb, 0xd3, 0x57, 0x96, 0x9e, 0xbf, 0x17, 0x8c, 0xca, 0x70, 0x57, 0x6e, + 0x7a, 0x46, 0x9d, 0x32, 0x19, 0x09, 0xc8, 0x10, 0x1e, 0x87, 0x58, 0x20, 0xcc, 0x14, 0x24, 0xd8, + 0xd2, 0xdb, 0x7a, 0xa7, 0xda, 0xef, 0x2d, 0xd6, 0x2d, 0xed, 0x6b, 0xdd, 0x3a, 0xcb, 0x4a, 0xa5, + 0x37, 0x75, 0x28, 0x07, 0x01, 0x54, 0x13, 0xe7, 0x11, 0x13, 0x88, 0x92, 0x01, 0x46, 0xab, 0x79, + 0xd7, 0xc8, 0xff, 0x1c, 0x60, 0x34, 0x3a, 0x3d, 0xd4, 0x0d, 0x0f, 0x6d, 0xe6, 0x95, 0x71, 0xe4, + 0x46, 0x82, 0x61, 0x21, 0xad, 0x42, 0xbb, 0xd8, 0xa9, 0xf6, 0xad, 0xd5, 0xbc, 0x5b, 0xcf, 0xad, + 0x3b, 0xcf, 0x13, 0x58, 0xca, 0x27, 0x25, 0x28, 0x23, 0xa3, 0x3d, 0x98, 0x3a, 0x01, 0x65, 0x2a, + 0x75, 0x8a, 0xff, 0x39, 0x39, 0x68, 0x5e, 0x1a, 0x35, 0xe8, 0xfb, 0x7c, 0x86, 0xbd, 0x31, 0x9a, + 0x40, 0xc6, 0xb0, 0x2f, 0xad, 0x72, 0x2a, 0x8f, 0x4e, 0xf2, 0xfc, 0x3e, 0x8f, 0x1f, 0x4a, 0xc7, + 0xa5, 0x5a, 0xb9, 0xff, 0xbc, 0xd8, 0xd8, 0xfa, 0x72, 0x63, 0xeb, 0xdf, 0x1b, 0x5b, 0xff, 0xd8, + 0xda, 0xda, 0x72, 0x6b, 0x6b, 0x9f, 0x5b, 0x5b, 0x7b, 0xb9, 0x25, 0x54, 0x4d, 0x22, 0xd7, 0x41, + 0x3c, 0x00, 0xfb, 0xd5, 0x77, 0x7d, 0xe8, 0xca, 0xc3, 0x04, 0xe2, 0x1b, 0xf0, 0xf6, 0xe7, 0x6a, + 0x2a, 0x09, 0xb1, 0x74, 0x2b, 0xbb, 0x35, 0x5f, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x71, 0xb4, + 0x5f, 0xd7, 0xdc, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/liquidvesting/types/query.pb.go b/x/liquidvesting/types/query.pb.go index 9eb58fe1..03ff9e74 100644 --- a/x/liquidvesting/types/query.pb.go +++ b/x/liquidvesting/types/query.pb.go @@ -588,7 +588,7 @@ var fileDescriptor_0b32b8fa870c8abf = []byte{ // 771 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0x4f, 0x4f, 0x13, 0x4d, 0x18, 0xef, 0x14, 0xde, 0x12, 0x86, 0xf7, 0x4f, 0x98, 0x17, 0x13, 0xa8, 0xba, 0xd0, 0x35, 0x22, - 0x60, 0xd8, 0xa1, 0xa0, 0x51, 0xd1, 0x28, 0x54, 0x45, 0xbd, 0xe1, 0x46, 0x3d, 0x78, 0x69, 0x66, + 0x60, 0xd8, 0xa1, 0x88, 0x51, 0xd1, 0x28, 0x54, 0x45, 0xbd, 0xe1, 0x46, 0x3d, 0x78, 0x69, 0x66, 0xbb, 0xe3, 0xb2, 0xa1, 0xdd, 0x29, 0x3b, 0xbb, 0xd5, 0xc6, 0x78, 0x90, 0x93, 0x47, 0xa3, 0x5f, 0xc2, 0x78, 0xd1, 0x0f, 0x61, 0x0c, 0xc7, 0x26, 0x5e, 0x4c, 0x4c, 0xd4, 0x80, 0x89, 0x7e, 0x0c, 0xb3, 0xb3, 0xb3, 0xd0, 0x85, 0x6e, 0x4b, 0x89, 0x70, 0x69, 0x37, 0xf3, 0x3c, 0xcf, 0x6f, 0x7e, @@ -627,13 +627,13 @@ var fileDescriptor_0b32b8fa870c8abf = []byte{ 0xa1, 0x52, 0xd5, 0x05, 0xa1, 0x2a, 0x8f, 0x70, 0x97, 0xaa, 0xd0, 0x17, 0x00, 0x87, 0x5a, 0x0d, 0x0e, 0xba, 0xbc, 0x1f, 0x36, 0x09, 0x63, 0x9b, 0xbd, 0x72, 0xb0, 0x60, 0x29, 0xe6, 0xb6, 0x10, 0x53, 0x40, 0x0b, 0x9d, 0xc4, 0xb8, 0xdb, 0x08, 0x45, 0x22, 0x20, 0x76, 0x17, 0xe9, 0x1d, 0x80, - 0xff, 0xc4, 0x7b, 0xee, 0x5c, 0x27, 0x66, 0x2d, 0xfb, 0xed, 0x7c, 0x97, 0x51, 0x52, 0x48, 0x5e, - 0x08, 0x39, 0x8b, 0x26, 0xdb, 0x08, 0x89, 0x17, 0x04, 0xbd, 0x02, 0x30, 0x13, 0x0e, 0x13, 0x9a, - 0xee, 0x74, 0x69, 0x6c, 0x8a, 0xb3, 0xda, 0x7e, 0xdd, 0x25, 0xb9, 0x49, 0x41, 0xee, 0x14, 0xca, - 0xe1, 0x4e, 0x1f, 0x48, 0x85, 0x7b, 0x1b, 0x9b, 0x0a, 0x68, 0x6c, 0x2a, 0xe0, 0xfb, 0xa6, 0x02, - 0x5e, 0x6e, 0x29, 0xa9, 0xc6, 0x96, 0x92, 0xfa, 0xbc, 0xa5, 0xa4, 0x1e, 0xce, 0x37, 0xad, 0xa0, - 0x08, 0x66, 0xba, 0x4c, 0x0c, 0xbe, 0x03, 0x5a, 0x9b, 0xc3, 0x4f, 0x76, 0x21, 0x8b, 0xd5, 0x64, - 0x64, 0xc4, 0x77, 0xd7, 0xdc, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x63, 0x70, 0x91, 0x3c, 0x76, + 0xff, 0xc4, 0x7b, 0x6e, 0xae, 0x13, 0xb3, 0x96, 0xfd, 0x76, 0xbe, 0xcb, 0x28, 0x29, 0x24, 0x2f, + 0x84, 0x9c, 0x45, 0x93, 0x6d, 0x84, 0xc4, 0x0b, 0x82, 0x5e, 0x01, 0x98, 0x09, 0x87, 0x09, 0x4d, + 0x77, 0xba, 0x34, 0x36, 0xc5, 0x59, 0x6d, 0xbf, 0xee, 0x92, 0xdc, 0xa4, 0x20, 0x77, 0x0a, 0xe5, + 0x70, 0xa7, 0x0f, 0xa4, 0xc2, 0xbd, 0x8d, 0x4d, 0x05, 0x34, 0x36, 0x15, 0xf0, 0x7d, 0x53, 0x01, + 0x2f, 0xb7, 0x94, 0x54, 0x63, 0x4b, 0x49, 0x7d, 0xde, 0x52, 0x52, 0x0f, 0xe7, 0x9b, 0x56, 0x50, + 0x04, 0x33, 0x5d, 0x26, 0x06, 0xdf, 0x01, 0xad, 0xcd, 0xe1, 0x27, 0xbb, 0x90, 0xc5, 0x6a, 0x32, + 0x32, 0xe2, 0xbb, 0xeb, 0xdc, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x54, 0xea, 0x26, 0x14, 0x76, 0x0a, 0x00, 0x00, } diff --git a/x/operators/abci.go b/x/operators/abci.go index 1d7b2f4a..dca6157c 100644 --- a/x/operators/abci.go +++ b/x/operators/abci.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // BeginBlocker is called at the beginning of every block. diff --git a/x/operators/abci_test.go b/x/operators/abci_test.go index 4b9eb0f5..e4e61cd4 100644 --- a/x/operators/abci_test.go +++ b/x/operators/abci_test.go @@ -7,9 +7,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators" - "github.com/milkyway-labs/milkyway/v3/x/operators/testutils" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators" + "github.com/milkyway-labs/milkyway/v4/x/operators/testutils" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func TestBeginBlocker(t *testing.T) { diff --git a/x/operators/autocli.go b/x/operators/autocli.go index aad2fc79..5fb37c1e 100644 --- a/x/operators/autocli.go +++ b/x/operators/autocli.go @@ -6,8 +6,8 @@ import ( autocliv1 "cosmossdk.io/api/cosmos/autocli/v1" "github.com/cosmos/cosmos-sdk/version" - operatorsv1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/operators/v1" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + operatorsv1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/operators/v1" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. diff --git a/x/operators/client/cli/tx.go b/x/operators/client/cli/tx.go index 875bf4ec..55a6d419 100644 --- a/x/operators/client/cli/tx.go +++ b/x/operators/client/cli/tx.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // GetTxCmd returns a new command to perform operators transactions diff --git a/x/operators/keeper/alias_functions.go b/x/operators/keeper/alias_functions.go index cc001e0a..7d3aa0ea 100644 --- a/x/operators/keeper/alias_functions.go +++ b/x/operators/keeper/alias_functions.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // createAccountIfNotExists creates an account if it does not exist diff --git a/x/operators/keeper/common_test.go b/x/operators/keeper/common_test.go index 44415622..c72a037c 100644 --- a/x/operators/keeper/common_test.go +++ b/x/operators/keeper/common_test.go @@ -10,8 +10,8 @@ import ( minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/testutils" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/testutils" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/operators/keeper/genesis.go b/x/operators/keeper/genesis.go index 4b7e0ffe..41abbcf5 100644 --- a/x/operators/keeper/genesis.go +++ b/x/operators/keeper/genesis.go @@ -7,7 +7,7 @@ import ( errorsmod "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/operators/keeper/genesis_test.go b/x/operators/keeper/genesis_test.go index e4378359..b3b86056 100644 --- a/x/operators/keeper/genesis_test.go +++ b/x/operators/keeper/genesis_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/operators/keeper/grpc_query.go b/x/operators/keeper/grpc_query.go index 954b9f6c..c752bfee 100644 --- a/x/operators/keeper/grpc_query.go +++ b/x/operators/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) var _ types.QueryServer = &Keeper{} diff --git a/x/operators/keeper/grpc_query_test.go b/x/operators/keeper/grpc_query_test.go index 707351b4..e0ce34da 100644 --- a/x/operators/keeper/grpc_query_test.go +++ b/x/operators/keeper/grpc_query_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestQueryServer_Operator() { diff --git a/x/operators/keeper/hooks.go b/x/operators/keeper/hooks.go index dfdbc89f..e43bf55d 100644 --- a/x/operators/keeper/hooks.go +++ b/x/operators/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) var _ types.OperatorsHooks = &Keeper{} diff --git a/x/operators/keeper/invariants.go b/x/operators/keeper/invariants.go index 4f512ed6..d7d0b3fe 100644 --- a/x/operators/keeper/invariants.go +++ b/x/operators/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // RegisterInvariants registers all operators module invariants diff --git a/x/operators/keeper/invariants_test.go b/x/operators/keeper/invariants_test.go index f372fd3c..b84347cf 100644 --- a/x/operators/keeper/invariants_test.go +++ b/x/operators/keeper/invariants_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestValidOperatorsInvariant() { diff --git a/x/operators/keeper/keeper.go b/x/operators/keeper/keeper.go index 10d51f76..47c67e6b 100644 --- a/x/operators/keeper/keeper.go +++ b/x/operators/keeper/keeper.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) type Keeper struct { diff --git a/x/operators/keeper/msg_server.go b/x/operators/keeper/msg_server.go index 19dfc250..029ed6a8 100644 --- a/x/operators/keeper/msg_server.go +++ b/x/operators/keeper/msg_server.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/operators/keeper/msg_server_test.go b/x/operators/keeper/msg_server_test.go index bdda383d..f6a006c3 100644 --- a/x/operators/keeper/msg_server_test.go +++ b/x/operators/keeper/msg_server_test.go @@ -9,8 +9,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestMsgServer_RegisterOperator() { diff --git a/x/operators/keeper/operators.go b/x/operators/keeper/operators.go index ab65ed2b..be92dd23 100644 --- a/x/operators/keeper/operators.go +++ b/x/operators/keeper/operators.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // SetNextOperatorID sets the next operator ID to be used when registering a new Operator diff --git a/x/operators/keeper/operators_test.go b/x/operators/keeper/operators_test.go index 8d5dc5d7..8ce5d562 100644 --- a/x/operators/keeper/operators_test.go +++ b/x/operators/keeper/operators_test.go @@ -7,7 +7,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestKeeper_SetNextOperatorID() { diff --git a/x/operators/keeper/params.go b/x/operators/keeper/params.go index 77cd2091..83c0e8b3 100644 --- a/x/operators/keeper/params.go +++ b/x/operators/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // SetParams sets module parameters diff --git a/x/operators/keeper/params_test.go b/x/operators/keeper/params_test.go index 26f81b08..b2e0dc61 100644 --- a/x/operators/keeper/params_test.go +++ b/x/operators/keeper/params_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func (suite *KeeperTestSuite) TestKeeper_SetParams() { diff --git a/x/operators/module.go b/x/operators/module.go index c42921f3..91f6f2fe 100644 --- a/x/operators/module.go +++ b/x/operators/module.go @@ -21,10 +21,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/x/operators/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/simulation" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/simulation" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) const ( diff --git a/x/operators/simulation/decoder.go b/x/operators/simulation/decoder.go index 0d4aa97d..be9540a3 100644 --- a/x/operators/simulation/decoder.go +++ b/x/operators/simulation/decoder.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/kv" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/operators/simulation/genesis.go b/x/operators/simulation/genesis.go index da2e178d..7f7a45ed 100644 --- a/x/operators/simulation/genesis.go +++ b/x/operators/simulation/genesis.go @@ -3,9 +3,9 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // RandomizedGenState generates a random GenesisState for the operators module diff --git a/x/operators/simulation/msg_factory.go b/x/operators/simulation/msg_factory.go index 8f93f89b..22825243 100644 --- a/x/operators/simulation/msg_factory.go +++ b/x/operators/simulation/msg_factory.go @@ -10,9 +10,9 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // Simulation operation weights constants diff --git a/x/operators/simulation/proposals.go b/x/operators/simulation/proposals.go index cc4a9152..d660c87d 100644 --- a/x/operators/simulation/proposals.go +++ b/x/operators/simulation/proposals.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) const ( diff --git a/x/operators/simulation/utils.go b/x/operators/simulation/utils.go index ec5d06c1..074fc488 100644 --- a/x/operators/simulation/utils.go +++ b/x/operators/simulation/utils.go @@ -9,10 +9,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) // RandomOperator returns a random operator diff --git a/x/operators/testutils/hooks_mocks.go b/x/operators/testutils/hooks_mocks.go index 56572097..59b36375 100644 --- a/x/operators/testutils/hooks_mocks.go +++ b/x/operators/testutils/hooks_mocks.go @@ -3,7 +3,7 @@ package testutils import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) var _ types.OperatorsHooks = &MockHooks{} diff --git a/x/operators/testutils/keeper.go b/x/operators/testutils/keeper.go index 99cdfb7d..becd42cc 100644 --- a/x/operators/testutils/keeper.go +++ b/x/operators/testutils/keeper.go @@ -8,9 +8,9 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) type KeeperTestData struct { diff --git a/x/operators/types/genesis.go b/x/operators/types/genesis.go index 60ad6ad1..7bf7536b 100644 --- a/x/operators/types/genesis.go +++ b/x/operators/types/genesis.go @@ -4,7 +4,7 @@ import ( "fmt" "time" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func NewGenesisState( diff --git a/x/operators/types/genesis.pb.go b/x/operators/types/genesis.pb.go index d1803799..a49ba0b0 100644 --- a/x/operators/types/genesis.pb.go +++ b/x/operators/types/genesis.pb.go @@ -238,35 +238,35 @@ var fileDescriptor_2071f056fdcb6ee8 = []byte{ // 499 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x4f, 0x6e, 0xd3, 0x40, 0x14, 0xc6, 0x33, 0xa4, 0x54, 0x30, 0x81, 0x10, 0x86, 0xa2, 0x86, 0x48, 0xd8, 0xd1, 0x20, 0xa4, - 0x48, 0x88, 0x19, 0x35, 0x95, 0x58, 0x00, 0x2b, 0x17, 0x09, 0xb1, 0x81, 0xca, 0x80, 0x90, 0xd8, - 0x18, 0x3b, 0x1e, 0x8c, 0x85, 0xed, 0xb1, 0xec, 0x49, 0x9a, 0x2c, 0xb8, 0x01, 0x8b, 0x9e, 0x82, - 0xb3, 0x74, 0xd9, 0x25, 0x62, 0x11, 0x90, 0x73, 0x03, 0x4e, 0x80, 0xec, 0x19, 0x4f, 0x42, 0x49, - 0x80, 0xee, 0xfc, 0xec, 0xdf, 0x7b, 0xdf, 0xfb, 0xf3, 0x19, 0xde, 0x89, 0xc3, 0xe8, 0xe3, 0xec, - 0xc8, 0x9d, 0x51, 0x9e, 0xb2, 0xcc, 0x15, 0x3c, 0xcb, 0xe9, 0x64, 0x8f, 0x06, 0x2c, 0x61, 0x79, - 0x98, 0x93, 0x34, 0xe3, 0x82, 0xa3, 0x9b, 0x35, 0x44, 0x34, 0x44, 0x26, 0x7b, 0xbd, 0x9d, 0x80, - 0x07, 0xbc, 0x22, 0x68, 0xf9, 0x24, 0xe1, 0x9e, 0x19, 0x70, 0x1e, 0x44, 0x8c, 0x56, 0x91, 0x37, - 0x7e, 0x4f, 0x45, 0x18, 0xb3, 0x5c, 0xb8, 0x71, 0xaa, 0x00, 0xbc, 0x5e, 0x32, 0xe6, 0x3e, 0x8b, - 0xf2, 0xbf, 0x33, 0xa9, 0x9b, 0xb9, 0xb1, 0x62, 0xf0, 0xb7, 0x26, 0xbc, 0xf2, 0x54, 0xf6, 0xf9, - 0x52, 0xb8, 0x82, 0xa1, 0x47, 0x70, 0x5b, 0x02, 0x5d, 0xd0, 0x07, 0x83, 0xd6, 0xf0, 0x36, 0x59, - 0xdb, 0x37, 0x39, 0xac, 0x20, 0x6b, 0xeb, 0x64, 0x6e, 0x36, 0x6c, 0x95, 0x82, 0x1e, 0xc3, 0x4e, - 0xc2, 0xa6, 0xc2, 0xa9, 0x49, 0x27, 0xf4, 0xbb, 0x17, 0xfa, 0x60, 0x70, 0xd5, 0x42, 0xc5, 0xdc, - 0x6c, 0x3f, 0x67, 0x53, 0xf1, 0x42, 0x7d, 0x7a, 0xf6, 0xc4, 0x6e, 0x27, 0xab, 0xb1, 0x8f, 0xde, - 0xc0, 0xcb, 0x5a, 0xa2, 0xdb, 0xec, 0x37, 0x07, 0xad, 0xa1, 0xb9, 0x41, 0xbd, 0xce, 0xb2, 0xba, - 0xa5, 0xfe, 0xcf, 0xb9, 0xd9, 0x99, 0xb9, 0x71, 0xf4, 0x10, 0x6b, 0x08, 0xdb, 0xcb, 0x5a, 0xe8, - 0x13, 0xbc, 0x31, 0x4e, 0x3c, 0x9e, 0xf8, 0x61, 0x12, 0x38, 0x4b, 0x89, 0xad, 0x4a, 0x62, 0xb0, - 0x41, 0xe2, 0x75, 0x9d, 0xa1, 0xb5, 0xb0, 0xd2, 0xea, 0x49, 0xad, 0x35, 0x25, 0xb1, 0x8d, 0xc6, - 0x67, 0xd3, 0x72, 0x74, 0x04, 0x3b, 0x9a, 0x70, 0xd4, 0x72, 0x2f, 0x56, 0xda, 0xf7, 0xfe, 0x31, - 0x9e, 0x5c, 0xb2, 0xcd, 0x46, 0x3c, 0xf3, 0x2d, 0x53, 0xc9, 0xef, 0x9e, 0x19, 0x55, 0x95, 0xc4, - 0xf6, 0x35, 0xfd, 0x4a, 0xe6, 0xe1, 0x2f, 0x00, 0x5e, 0xff, 0x63, 0x0c, 0x44, 0x61, 0x6b, 0xf5, - 0x3e, 0xa0, 0xba, 0x4f, 0xbb, 0x98, 0x9b, 0x70, 0xe5, 0x36, 0x90, 0x2f, 0xef, 0xf2, 0x0e, 0xde, - 0x5a, 0xce, 0x3a, 0xe2, 0x71, 0x1a, 0x31, 0x11, 0xf2, 0xc4, 0x29, 0x3d, 0x59, 0x9d, 0xb7, 0x35, - 0xec, 0x11, 0x69, 0x58, 0x52, 0x1b, 0x96, 0xbc, 0xaa, 0x0d, 0x6b, 0x5d, 0x2a, 0xfb, 0x3e, 0xfe, - 0x6e, 0x02, 0x7b, 0x57, 0x97, 0x39, 0xd0, 0x55, 0x4a, 0x0e, 0x7f, 0x06, 0x70, 0x67, 0xdd, 0xcc, - 0xe7, 0xef, 0xf5, 0x40, 0xdb, 0x57, 0x36, 0x76, 0xf7, 0xbf, 0x36, 0xfc, 0xbb, 0x8d, 0xad, 0xc3, - 0x93, 0xc2, 0x00, 0xa7, 0x85, 0x01, 0x7e, 0x14, 0x06, 0x38, 0x5e, 0x18, 0x8d, 0xd3, 0x85, 0xd1, - 0xf8, 0xba, 0x30, 0x1a, 0x6f, 0x1f, 0x04, 0xa1, 0xf8, 0x30, 0xf6, 0xc8, 0x88, 0xc7, 0xb4, 0x2e, - 0x7c, 0x3f, 0x72, 0xbd, 0x5c, 0x47, 0x74, 0xb2, 0x4f, 0xa7, 0x2b, 0x3f, 0x9c, 0x98, 0xa5, 0x2c, - 0xf7, 0xb6, 0xab, 0xbd, 0xec, 0xff, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xca, 0xab, 0xea, 0x34, 0x2a, + 0x48, 0x88, 0x19, 0x35, 0x20, 0x16, 0xc0, 0xca, 0x45, 0x42, 0x6c, 0xa0, 0x32, 0x20, 0x24, 0x36, + 0xc6, 0x8e, 0x07, 0x63, 0x61, 0x7b, 0x2c, 0x7b, 0x92, 0x26, 0x0b, 0x6e, 0xc0, 0xa2, 0xa7, 0xe0, + 0x2c, 0x5d, 0x76, 0x89, 0x58, 0x04, 0xe4, 0xdc, 0x80, 0x13, 0x20, 0x7b, 0xc6, 0x93, 0x50, 0x12, + 0xa0, 0x3b, 0x3f, 0xfb, 0xf7, 0xde, 0xf7, 0xfe, 0x7c, 0x86, 0xb7, 0xe2, 0x30, 0xfa, 0x38, 0x3b, + 0x74, 0x67, 0x94, 0xa7, 0x2c, 0x73, 0x05, 0xcf, 0x72, 0x3a, 0xd9, 0xa3, 0x01, 0x4b, 0x58, 0x1e, + 0xe6, 0x24, 0xcd, 0xb8, 0xe0, 0xe8, 0x7a, 0x0d, 0x11, 0x0d, 0x91, 0xc9, 0x5e, 0x6f, 0x27, 0xe0, + 0x01, 0xaf, 0x08, 0x5a, 0x3e, 0x49, 0xb8, 0x67, 0x06, 0x9c, 0x07, 0x11, 0xa3, 0x55, 0xe4, 0x8d, + 0xdf, 0x53, 0x11, 0xc6, 0x2c, 0x17, 0x6e, 0x9c, 0x2a, 0x00, 0xaf, 0x97, 0x8c, 0xb9, 0xcf, 0xa2, + 0xfc, 0xef, 0x4c, 0xea, 0x66, 0x6e, 0xac, 0x18, 0xfc, 0xad, 0x09, 0x2f, 0x3d, 0x95, 0x7d, 0xbe, + 0x14, 0xae, 0x60, 0xe8, 0x11, 0xdc, 0x96, 0x40, 0x17, 0xf4, 0xc1, 0xa0, 0x35, 0xbc, 0x49, 0xd6, + 0xf6, 0x4d, 0x0e, 0x2a, 0xc8, 0xda, 0x3a, 0x9e, 0x9b, 0x0d, 0x5b, 0xa5, 0xa0, 0xc7, 0xb0, 0x93, + 0xb0, 0xa9, 0x70, 0x6a, 0xd2, 0x09, 0xfd, 0xee, 0xb9, 0x3e, 0x18, 0x5c, 0xb6, 0x50, 0x31, 0x37, + 0xdb, 0xcf, 0xd9, 0x54, 0xbc, 0x50, 0x9f, 0x9e, 0x3d, 0xb1, 0xdb, 0xc9, 0x6a, 0xec, 0xa3, 0x37, + 0xf0, 0xa2, 0x96, 0xe8, 0x36, 0xfb, 0xcd, 0x41, 0x6b, 0x68, 0x6e, 0x50, 0xaf, 0xb3, 0xac, 0x6e, + 0xa9, 0xff, 0x73, 0x6e, 0x76, 0x66, 0x6e, 0x1c, 0x3d, 0xc4, 0x1a, 0xc2, 0xf6, 0xb2, 0x16, 0xfa, + 0x04, 0xaf, 0x8d, 0x13, 0x8f, 0x27, 0x7e, 0x98, 0x04, 0xce, 0x52, 0x62, 0xab, 0x92, 0x18, 0x6c, + 0x90, 0x78, 0x5d, 0x67, 0x68, 0x2d, 0xac, 0xb4, 0x7a, 0x52, 0x6b, 0x4d, 0x49, 0x6c, 0xa3, 0xf1, + 0xe9, 0xb4, 0x1c, 0x1d, 0xc2, 0x8e, 0x26, 0x1c, 0xb5, 0xdc, 0xf3, 0x95, 0xf6, 0x9d, 0x7f, 0x8c, + 0x27, 0x97, 0x6c, 0xb3, 0x11, 0xcf, 0x7c, 0xcb, 0x54, 0xf2, 0xbb, 0xa7, 0x46, 0x55, 0x25, 0xb1, + 0x7d, 0x45, 0xbf, 0x92, 0x79, 0xf8, 0x0b, 0x80, 0x57, 0xff, 0x18, 0x03, 0x51, 0xd8, 0x5a, 0xbd, + 0x0f, 0xa8, 0xee, 0xd3, 0x2e, 0xe6, 0x26, 0x5c, 0xb9, 0x0d, 0xe4, 0xcb, 0xbb, 0xbc, 0x83, 0x37, + 0x96, 0xb3, 0x8e, 0x78, 0x9c, 0x46, 0x4c, 0x84, 0x3c, 0x71, 0x4a, 0x4f, 0x56, 0xe7, 0x6d, 0x0d, + 0x7b, 0x44, 0x1a, 0x96, 0xd4, 0x86, 0x25, 0xaf, 0x6a, 0xc3, 0x5a, 0x17, 0xca, 0xbe, 0x8f, 0xbe, + 0x9b, 0xc0, 0xde, 0xd5, 0x65, 0xf6, 0x75, 0x95, 0x92, 0xc3, 0x9f, 0x01, 0xdc, 0x59, 0x37, 0xf3, + 0xd9, 0x7b, 0xdd, 0xd7, 0xf6, 0x95, 0x8d, 0xdd, 0xfe, 0xaf, 0x0d, 0xff, 0x6e, 0x63, 0xeb, 0xe0, + 0xb8, 0x30, 0xc0, 0x49, 0x61, 0x80, 0x1f, 0x85, 0x01, 0x8e, 0x16, 0x46, 0xe3, 0x64, 0x61, 0x34, + 0xbe, 0x2e, 0x8c, 0xc6, 0xdb, 0x07, 0x41, 0x28, 0x3e, 0x8c, 0x3d, 0x32, 0xe2, 0x31, 0xad, 0x0b, + 0xdf, 0x8d, 0x5c, 0x2f, 0xd7, 0x11, 0x9d, 0xdc, 0xa7, 0xd3, 0x95, 0x1f, 0x4e, 0xcc, 0x52, 0x96, + 0x7b, 0xdb, 0xd5, 0x5e, 0xee, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x4c, 0xed, 0x3f, 0xe6, 0x2a, 0x04, 0x00, 0x00, } diff --git a/x/operators/types/genesis_test.go b/x/operators/types/genesis_test.go index fc78c97e..3ada8a5a 100644 --- a/x/operators/types/genesis_test.go +++ b/x/operators/types/genesis_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/operators/types/keys_test.go b/x/operators/types/keys_test.go index b16327c6..2ecbc4d6 100644 --- a/x/operators/types/keys_test.go +++ b/x/operators/types/keys_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func TestSplitInactivatingOperatorQueueKey(t *testing.T) { diff --git a/x/operators/types/messages.pb.go b/x/operators/types/messages.pb.go index a0a6f980..2eb7b7ed 100644 --- a/x/operators/types/messages.pb.go +++ b/x/operators/types/messages.pb.go @@ -905,66 +905,66 @@ var fileDescriptor_376ca0aafe99868c = []byte{ // 989 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcd, 0x6f, 0xe3, 0x44, 0x14, 0xaf, 0xfb, 0xb5, 0x74, 0x42, 0xdb, 0xad, 0xe9, 0x6a, 0x13, 0xef, 0xd6, 0x5e, 0x59, 0xdd, - 0x55, 0x08, 0xad, 0xdd, 0x0f, 0x16, 0x89, 0xec, 0xa9, 0xd9, 0x72, 0x00, 0x11, 0xb6, 0xf2, 0x52, - 0x09, 0x71, 0x89, 0x26, 0xf1, 0xd4, 0x35, 0x8d, 0x3d, 0xd1, 0x8c, 0x93, 0x6c, 0x6e, 0x08, 0x71, - 0x42, 0x42, 0xe2, 0x6f, 0xe0, 0xb8, 0xa7, 0x1e, 0xb8, 0x23, 0x71, 0xda, 0xe3, 0xc2, 0x89, 0x53, - 0x40, 0xe9, 0xa1, 0x27, 0x84, 0xd4, 0xbf, 0x00, 0x79, 0x3c, 0x76, 0x1d, 0xc7, 0x0e, 0xcd, 0x22, - 0x45, 0x5c, 0xda, 0xce, 0x7b, 0xbf, 0xf7, 0xf1, 0x7b, 0xef, 0xf9, 0xcd, 0x14, 0x6c, 0x3a, 0x76, - 0xf3, 0xac, 0xd7, 0x85, 0x3d, 0x1d, 0xb7, 0x10, 0x81, 0x1e, 0x26, 0x54, 0xef, 0xec, 0xea, 0x0e, - 0xa2, 0x14, 0x5a, 0x88, 0x6a, 0x2d, 0x82, 0x3d, 0x2c, 0xde, 0x09, 0x51, 0x5a, 0x84, 0xd2, 0x3a, - 0xbb, 0xd2, 0x1a, 0x74, 0x6c, 0x17, 0xeb, 0xec, 0x67, 0x80, 0x94, 0xe4, 0x06, 0xa6, 0x0e, 0xa6, - 0x7a, 0x1d, 0x52, 0xa4, 0x77, 0x76, 0xeb, 0xc8, 0x83, 0xbb, 0x7a, 0x03, 0xdb, 0x2e, 0xd7, 0xdf, - 0xe5, 0x7a, 0x87, 0x5a, 0x2c, 0x0e, 0xb5, 0xb8, 0xa2, 0x10, 0x28, 0x6a, 0xec, 0xa4, 0x07, 0x07, - 0xae, 0x5a, 0xb7, 0xb0, 0x85, 0x03, 0xb9, 0xff, 0x17, 0x97, 0xaa, 0x19, 0x99, 0x63, 0x13, 0x35, - 0xe9, 0x78, 0x4c, 0x0b, 0x12, 0xe8, 0x70, 0x8c, 0xfa, 0xed, 0x1c, 0x78, 0xa7, 0x4a, 0x2d, 0x03, - 0x59, 0x36, 0xf5, 0x10, 0x79, 0xc6, 0x81, 0xe2, 0x0e, 0x58, 0xa4, 0xc8, 0x35, 0x11, 0xc9, 0x0b, - 0x0f, 0x84, 0xe2, 0x52, 0x25, 0xff, 0xdb, 0x4f, 0xdb, 0xeb, 0x3c, 0xaf, 0x03, 0xd3, 0x24, 0x88, - 0xd2, 0xe7, 0x1e, 0xb1, 0x5d, 0xcb, 0xe0, 0x38, 0x71, 0x0b, 0xdc, 0x72, 0xb0, 0x6b, 0x9f, 0x21, - 0x92, 0x9f, 0x65, 0x26, 0xe2, 0x55, 0x5f, 0x59, 0xe9, 0x41, 0xa7, 0x59, 0x56, 0xb9, 0x42, 0x35, - 0x42, 0x88, 0x8f, 0xee, 0xa2, 0x3a, 0xb5, 0x3d, 0x94, 0x9f, 0x4b, 0xa2, 0xb9, 0x42, 0x35, 0x42, - 0x88, 0xf8, 0x11, 0xc8, 0xb5, 0xec, 0x86, 0xd7, 0x26, 0xa8, 0xd6, 0x26, 0xcd, 0xfc, 0x3c, 0xb3, - 0xd8, 0x1c, 0xf4, 0x15, 0x70, 0x14, 0x88, 0x8f, 0x8d, 0x4f, 0xaf, 0xfa, 0x8a, 0x18, 0xd8, 0xc7, - 0xa0, 0xaa, 0x01, 0xf8, 0xe9, 0x98, 0x34, 0xc5, 0xaf, 0x00, 0x38, 0x41, 0xa8, 0x06, 0x1d, 0xdc, - 0x76, 0xbd, 0xfc, 0xc2, 0x83, 0xb9, 0x62, 0x6e, 0xaf, 0xa0, 0x71, 0x56, 0x7e, 0xcf, 0x34, 0xde, - 0x33, 0xed, 0x29, 0xb6, 0xdd, 0xca, 0xce, 0xab, 0xbe, 0x32, 0xf3, 0xf2, 0x0f, 0xa5, 0x68, 0xd9, - 0xde, 0x69, 0xbb, 0xae, 0x35, 0xb0, 0xc3, 0x5b, 0xc3, 0x7f, 0x6d, 0x53, 0xf3, 0x4c, 0xf7, 0x7a, - 0x2d, 0x44, 0x99, 0x01, 0x35, 0x96, 0x4e, 0x10, 0x3a, 0x60, 0xde, 0xcb, 0x5b, 0xdf, 0x5c, 0x9e, - 0x97, 0x78, 0x6d, 0xbe, 0xbb, 0x3c, 0x2f, 0xdd, 0x8f, 0x9a, 0x91, 0x52, 0x6e, 0xf5, 0x0b, 0x70, - 0x2f, 0x45, 0x6c, 0x20, 0xda, 0xc2, 0x2e, 0x45, 0xe2, 0x87, 0x60, 0xd5, 0x45, 0xdd, 0x5a, 0xd8, - 0xc6, 0x9a, 0x6d, 0xb2, 0xb6, 0x2c, 0x57, 0xd6, 0x06, 0x7d, 0x65, 0xf9, 0x33, 0xd4, 0x0d, 0x2d, - 0x3e, 0x3e, 0x34, 0x96, 0xdd, 0xd8, 0xd1, 0x54, 0x7f, 0x99, 0x05, 0x6b, 0x55, 0x6a, 0x1d, 0xb7, - 0x4c, 0xe8, 0xa1, 0xff, 0xd0, 0x5e, 0x1d, 0xe4, 0xe2, 0xe1, 0x67, 0x59, 0xf8, 0x15, 0xbf, 0x05, - 0xb1, 0xd8, 0x00, 0x47, 0x81, 0xc5, 0x77, 0xaf, 0xe7, 0x21, 0xe8, 0xf0, 0xea, 0x55, 0x5f, 0xc9, - 0x05, 0x1d, 0x72, 0xa1, 0x83, 0xd2, 0x87, 0x61, 0x7e, 0xe2, 0x61, 0x58, 0x78, 0xb3, 0x61, 0x28, - 0x97, 0x12, 0x0d, 0x92, 0xe2, 0x0d, 0x1a, 0x2e, 0x97, 0x7a, 0x0f, 0x14, 0x46, 0x84, 0x61, 0x73, - 0xd4, 0x97, 0x02, 0xb8, 0x53, 0xa5, 0xd6, 0x21, 0x82, 0x0d, 0xcf, 0xee, 0x4c, 0xb7, 0xca, 0x65, - 0x2d, 0xc1, 0x42, 0x8e, 0xb3, 0x18, 0x4d, 0x49, 0x55, 0xc0, 0x46, 0xaa, 0x22, 0xc9, 0xc6, 0xf8, - 0xff, 0xb1, 0x31, 0xb2, 0xd8, 0x18, 0xd9, 0x6c, 0x7e, 0x14, 0xd8, 0xf4, 0x1f, 0xa2, 0x26, 0x9a, - 0x2e, 0x93, 0xb1, 0xd3, 0x35, 0x9c, 0x0e, 0x9f, 0xae, 0x61, 0x61, 0xc4, 0xe0, 0x2f, 0x01, 0xac, - 0x57, 0xa9, 0xf5, 0x1c, 0x79, 0xa1, 0xea, 0x88, 0xed, 0xef, 0x69, 0x7c, 0xc2, 0x4f, 0xc1, 0x62, - 0x70, 0x59, 0xb0, 0x2f, 0x38, 0xb7, 0xf7, 0x50, 0x4b, 0xbd, 0x09, 0xb5, 0xe1, 0xcc, 0x2a, 0xf3, - 0xfe, 0xde, 0x34, 0xb8, 0x69, 0x79, 0x3b, 0x51, 0x89, 0x8d, 0x78, 0x25, 0x46, 0x68, 0xa9, 0x32, - 0xb8, 0x9f, 0x26, 0x8f, 0xea, 0xf1, 0xb7, 0xc0, 0x00, 0x9f, 0x13, 0xe8, 0xd2, 0x93, 0xeb, 0x55, - 0xf9, 0xac, 0xeb, 0x22, 0x42, 0x4f, 0xed, 0xd6, 0x34, 0xea, 0xf2, 0x18, 0x2c, 0xf9, 0xeb, 0x18, - 0x9a, 0x8e, 0xed, 0xf2, 0xe5, 0x96, 0x1d, 0xe5, 0x2d, 0x17, 0x75, 0x0f, 0x7c, 0x64, 0xf9, 0x71, - 0xa2, 0x12, 0x0f, 0xe3, 0x95, 0xc8, 0x24, 0xa4, 0x3e, 0x02, 0x9b, 0xe3, 0xf4, 0x51, 0x65, 0x7e, - 0x15, 0xc0, 0x6a, 0xb4, 0xa5, 0xf8, 0x90, 0x7c, 0x02, 0x96, 0x60, 0xdb, 0x3b, 0xc5, 0xc4, 0xf6, - 0x7a, 0xbc, 0x1e, 0x5b, 0x57, 0x7d, 0xe5, 0x76, 0xb0, 0x1b, 0x23, 0x95, 0x9a, 0x99, 0xfd, 0xb5, - 0xb9, 0xf8, 0x24, 0x9a, 0x86, 0x59, 0x36, 0x0d, 0x1b, 0x19, 0xd3, 0x90, 0x3a, 0x05, 0x8c, 0xfb, - 0xb5, 0x33, 0x9f, 0x7e, 0xda, 0xf3, 0x24, 0x91, 0xbf, 0x5a, 0x00, 0x77, 0x13, 0xa2, 0x90, 0xee, - 0xde, 0xcf, 0xb7, 0xc0, 0x5c, 0x95, 0x5a, 0x22, 0x01, 0xb7, 0x47, 0x5e, 0x2f, 0xa5, 0x8c, 0xd4, - 0x52, 0xee, 0x58, 0x69, 0xef, 0xe6, 0xd8, 0xe8, 0x3e, 0x6e, 0x82, 0x95, 0xc4, 0x85, 0x5a, 0xcc, - 0xf6, 0x32, 0x8c, 0x94, 0x76, 0x6e, 0x8a, 0x8c, 0xa2, 0xbd, 0x00, 0x62, 0xca, 0xe5, 0xb2, 0x95, - 0xed, 0x67, 0x14, 0x2d, 0xbd, 0x3f, 0x09, 0x3a, 0x1e, 0xd9, 0x98, 0x28, 0xb2, 0x31, 0x51, 0xe4, - 0xec, 0xc5, 0xed, 0x57, 0x38, 0xb1, 0xb4, 0x8b, 0xe3, 0x18, 0xc4, 0x91, 0xe3, 0x2a, 0x9c, 0xbe, - 0x64, 0xc5, 0xef, 0x05, 0x50, 0xc8, 0xde, 0x28, 0xfb, 0xd9, 0xfe, 0x32, 0x8d, 0xa4, 0x27, 0x6f, - 0x60, 0x14, 0xe5, 0xd3, 0x06, 0x6b, 0xa3, 0x0b, 0xff, 0xbd, 0x6c, 0x8f, 0x23, 0x60, 0x69, 0x7f, - 0x02, 0x70, 0x14, 0xf6, 0x04, 0xbc, 0x3d, 0xb4, 0x3d, 0x1e, 0xfd, 0xdb, 0xa8, 0xf2, 0x60, 0xda, - 0xcd, 0x70, 0x61, 0x1c, 0x69, 0xe1, 0xeb, 0xcb, 0xf3, 0x92, 0x50, 0x39, 0x7a, 0x35, 0x90, 0x85, - 0xd7, 0x03, 0x59, 0xf8, 0x73, 0x20, 0x0b, 0x3f, 0x5c, 0xc8, 0x33, 0xaf, 0x2f, 0xe4, 0x99, 0xdf, - 0x2f, 0xe4, 0x99, 0x2f, 0x3f, 0x88, 0xbd, 0xb8, 0x43, 0xd7, 0xdb, 0x4d, 0x58, 0xa7, 0xd1, 0x49, - 0xef, 0xec, 0xeb, 0x2f, 0x62, 0x8b, 0x83, 0xbd, 0xc2, 0xeb, 0x8b, 0xec, 0x9f, 0x9a, 0xfd, 0x7f, - 0x02, 0x00, 0x00, 0xff, 0xff, 0x9c, 0x0d, 0x4d, 0x59, 0xd8, 0x0d, 0x00, 0x00, + 0x55, 0x08, 0xad, 0xdd, 0x8f, 0x5d, 0x24, 0xb2, 0xa7, 0x66, 0xcb, 0x01, 0x44, 0xd8, 0xca, 0x4b, + 0x25, 0xc4, 0x25, 0x9a, 0xc4, 0x53, 0xd7, 0x34, 0xf6, 0x44, 0x33, 0x4e, 0xb2, 0xb9, 0x21, 0xc4, + 0x09, 0x09, 0x89, 0xbf, 0x81, 0xe3, 0x9e, 0x7a, 0xe0, 0x8e, 0xc4, 0x69, 0x8f, 0x0b, 0x27, 0x4e, + 0x01, 0xa5, 0x87, 0x9e, 0x10, 0x52, 0xff, 0x02, 0xe4, 0xf1, 0xd8, 0x75, 0x1c, 0x3b, 0x34, 0x45, + 0xaa, 0xf6, 0xd2, 0x76, 0xde, 0xfb, 0xbd, 0x8f, 0xdf, 0x7b, 0xcf, 0x6f, 0xa6, 0x60, 0xdd, 0xb1, + 0x9b, 0x27, 0xbd, 0x2e, 0xec, 0xe9, 0xb8, 0x85, 0x08, 0xf4, 0x30, 0xa1, 0x7a, 0x67, 0x5b, 0x77, + 0x10, 0xa5, 0xd0, 0x42, 0x54, 0x6b, 0x11, 0xec, 0x61, 0xf1, 0x4e, 0x88, 0xd2, 0x22, 0x94, 0xd6, + 0xd9, 0x96, 0x56, 0xa0, 0x63, 0xbb, 0x58, 0x67, 0x3f, 0x03, 0xa4, 0x24, 0x37, 0x30, 0x75, 0x30, + 0xd5, 0xeb, 0x90, 0x22, 0xbd, 0xb3, 0x5d, 0x47, 0x1e, 0xdc, 0xd6, 0x1b, 0xd8, 0x76, 0xb9, 0xfe, + 0x2e, 0xd7, 0x3b, 0xd4, 0x62, 0x71, 0xa8, 0xc5, 0x15, 0x85, 0x40, 0x51, 0x63, 0x27, 0x3d, 0x38, + 0x70, 0xd5, 0xaa, 0x85, 0x2d, 0x1c, 0xc8, 0xfd, 0xbf, 0xb8, 0x54, 0xcd, 0xc8, 0x1c, 0x9b, 0xa8, + 0x49, 0xc7, 0x63, 0x5a, 0x90, 0x40, 0x87, 0x63, 0xd4, 0xef, 0x66, 0xc0, 0x7b, 0x55, 0x6a, 0x19, + 0xc8, 0xb2, 0xa9, 0x87, 0xc8, 0x73, 0x0e, 0x14, 0xb7, 0xc0, 0x3c, 0x45, 0xae, 0x89, 0x48, 0x5e, + 0x78, 0x20, 0x14, 0x17, 0x2a, 0xf9, 0xdf, 0x7f, 0xde, 0x5c, 0xe5, 0x79, 0xed, 0x99, 0x26, 0x41, + 0x94, 0xbe, 0xf0, 0x88, 0xed, 0x5a, 0x06, 0xc7, 0x89, 0x1b, 0xe0, 0x96, 0x83, 0x5d, 0xfb, 0x04, + 0x91, 0xfc, 0x34, 0x33, 0x11, 0x2f, 0xfa, 0xca, 0x52, 0x0f, 0x3a, 0xcd, 0xb2, 0xca, 0x15, 0xaa, + 0x11, 0x42, 0x7c, 0x74, 0x17, 0xd5, 0xa9, 0xed, 0xa1, 0xfc, 0x4c, 0x12, 0xcd, 0x15, 0xaa, 0x11, + 0x42, 0xc4, 0x8f, 0x41, 0xae, 0x65, 0x37, 0xbc, 0x36, 0x41, 0xb5, 0x36, 0x69, 0xe6, 0x67, 0x99, + 0xc5, 0xfa, 0xa0, 0xaf, 0x80, 0x83, 0x40, 0x7c, 0x68, 0x7c, 0x76, 0xd1, 0x57, 0xc4, 0xc0, 0x3e, + 0x06, 0x55, 0x0d, 0xc0, 0x4f, 0x87, 0xa4, 0x29, 0x7e, 0x0d, 0xc0, 0x11, 0x42, 0x35, 0xe8, 0xe0, + 0xb6, 0xeb, 0xe5, 0xe7, 0x1e, 0xcc, 0x14, 0x73, 0x3b, 0x05, 0x8d, 0xb3, 0xf2, 0x7b, 0xa6, 0xf1, + 0x9e, 0x69, 0xcf, 0xb0, 0xed, 0x56, 0xb6, 0x5e, 0xf7, 0x95, 0xa9, 0x57, 0x7f, 0x2a, 0x45, 0xcb, + 0xf6, 0x8e, 0xdb, 0x75, 0xad, 0x81, 0x1d, 0xde, 0x1a, 0xfe, 0x6b, 0x93, 0x9a, 0x27, 0xba, 0xd7, + 0x6b, 0x21, 0xca, 0x0c, 0xa8, 0xb1, 0x70, 0x84, 0xd0, 0x1e, 0xf3, 0x5e, 0xde, 0xf8, 0xf6, 0xfc, + 0xb4, 0xc4, 0x6b, 0xf3, 0xfd, 0xf9, 0x69, 0xe9, 0x7e, 0xd4, 0x8c, 0x94, 0x72, 0xab, 0x5f, 0x82, + 0x7b, 0x29, 0x62, 0x03, 0xd1, 0x16, 0x76, 0x29, 0x12, 0x3f, 0x02, 0xcb, 0x2e, 0xea, 0xd6, 0xc2, + 0x36, 0xd6, 0x6c, 0x93, 0xb5, 0x65, 0xb1, 0xb2, 0x32, 0xe8, 0x2b, 0x8b, 0x9f, 0xa3, 0x6e, 0x68, + 0xf1, 0xc9, 0xbe, 0xb1, 0xe8, 0xc6, 0x8e, 0xa6, 0xfa, 0xeb, 0x34, 0x58, 0xa9, 0x52, 0xeb, 0xb0, + 0x65, 0x42, 0x0f, 0xfd, 0x8f, 0xf6, 0xea, 0x20, 0x17, 0x0f, 0x3f, 0xcd, 0xc2, 0x2f, 0xf9, 0x2d, + 0x88, 0xc5, 0x06, 0x38, 0x0a, 0x2c, 0xbe, 0x7f, 0x39, 0x0f, 0x41, 0x87, 0x97, 0x2f, 0xfa, 0x4a, + 0x2e, 0xe8, 0x90, 0x0b, 0x1d, 0x94, 0x3e, 0x0c, 0xb3, 0x13, 0x0f, 0xc3, 0xdc, 0xf5, 0x86, 0xa1, + 0x5c, 0x4a, 0x34, 0x48, 0x8a, 0x37, 0x68, 0xb8, 0x5c, 0xea, 0x3d, 0x50, 0x18, 0x11, 0x86, 0xcd, + 0x51, 0x5f, 0x09, 0xe0, 0x4e, 0x95, 0x5a, 0xfb, 0x08, 0x36, 0x3c, 0xbb, 0x73, 0xb3, 0x55, 0x2e, + 0x6b, 0x09, 0x16, 0x72, 0x9c, 0xc5, 0x68, 0x4a, 0xaa, 0x02, 0xd6, 0x52, 0x15, 0x49, 0x36, 0xc6, + 0xdb, 0xc7, 0xc6, 0xc8, 0x62, 0x63, 0x64, 0xb3, 0xf9, 0x49, 0x60, 0xd3, 0xbf, 0x8f, 0x9a, 0xe8, + 0x66, 0x99, 0x8c, 0x9d, 0xae, 0xe1, 0x74, 0xf8, 0x74, 0x0d, 0x0b, 0x23, 0x06, 0x7f, 0x0b, 0x60, + 0xb5, 0x4a, 0xad, 0x17, 0xc8, 0x0b, 0x55, 0x07, 0x6c, 0x7f, 0xdf, 0xc4, 0x27, 0xfc, 0x0c, 0xcc, + 0x07, 0x97, 0x05, 0xfb, 0x82, 0x73, 0x3b, 0x0f, 0xb5, 0xd4, 0x9b, 0x50, 0x1b, 0xce, 0xac, 0x32, + 0xeb, 0xef, 0x4d, 0x83, 0x9b, 0x96, 0x37, 0x13, 0x95, 0x58, 0x8b, 0x57, 0x62, 0x84, 0x96, 0x2a, + 0x83, 0xfb, 0x69, 0xf2, 0xa8, 0x1e, 0xff, 0x08, 0x0c, 0xf0, 0x05, 0x81, 0x2e, 0x3d, 0xba, 0x5c, + 0x95, 0xcf, 0xbb, 0x2e, 0x22, 0xf4, 0xd8, 0x6e, 0xdd, 0x44, 0x5d, 0x9e, 0x80, 0x05, 0x7f, 0x1d, + 0x43, 0xd3, 0xb1, 0x5d, 0xbe, 0xdc, 0xb2, 0xa3, 0xbc, 0xe3, 0xa2, 0xee, 0x9e, 0x8f, 0x2c, 0x3f, + 0x49, 0x54, 0xe2, 0x61, 0xbc, 0x12, 0x99, 0x84, 0xd4, 0x47, 0x60, 0x7d, 0x9c, 0x3e, 0xaa, 0xcc, + 0x6f, 0x02, 0x58, 0x8e, 0xb6, 0x14, 0x1f, 0x92, 0x4f, 0xc1, 0x02, 0x6c, 0x7b, 0xc7, 0x98, 0xd8, + 0x5e, 0x8f, 0xd7, 0x63, 0xe3, 0xa2, 0xaf, 0xdc, 0x0e, 0x76, 0x63, 0xa4, 0x52, 0x33, 0xb3, 0xbf, + 0x34, 0x17, 0x9f, 0x46, 0xd3, 0x30, 0xcd, 0xa6, 0x61, 0x2d, 0x63, 0x1a, 0x52, 0xa7, 0x80, 0x71, + 0xbf, 0x74, 0xe6, 0xd3, 0x4f, 0x7b, 0x9e, 0x24, 0xf2, 0x57, 0x0b, 0xe0, 0x6e, 0x42, 0x14, 0xd2, + 0xdd, 0xf9, 0xe5, 0x16, 0x98, 0xa9, 0x52, 0x4b, 0x24, 0xe0, 0xf6, 0xc8, 0xeb, 0xa5, 0x94, 0x91, + 0x5a, 0xca, 0x1d, 0x2b, 0xed, 0x5c, 0x1d, 0x1b, 0xdd, 0xc7, 0x4d, 0xb0, 0x94, 0xb8, 0x50, 0x8b, + 0xd9, 0x5e, 0x86, 0x91, 0xd2, 0xd6, 0x55, 0x91, 0x51, 0xb4, 0x97, 0x40, 0x4c, 0xb9, 0x5c, 0x36, + 0xb2, 0xfd, 0x8c, 0xa2, 0xa5, 0xc7, 0x93, 0xa0, 0xe3, 0x91, 0x8d, 0x89, 0x22, 0x1b, 0x13, 0x45, + 0xce, 0x5e, 0xdc, 0x7e, 0x85, 0x13, 0x4b, 0xbb, 0x38, 0x8e, 0x41, 0x1c, 0x39, 0xae, 0xc2, 0xe9, + 0x4b, 0x56, 0xfc, 0x41, 0x00, 0x85, 0xec, 0x8d, 0xb2, 0x9b, 0xed, 0x2f, 0xd3, 0x48, 0x7a, 0x7a, + 0x0d, 0xa3, 0x28, 0x9f, 0x36, 0x58, 0x19, 0x5d, 0xf8, 0x1f, 0x64, 0x7b, 0x1c, 0x01, 0x4b, 0xbb, + 0x13, 0x80, 0xa3, 0xb0, 0x47, 0xe0, 0xdd, 0xa1, 0xed, 0xf1, 0xe8, 0xbf, 0x46, 0x95, 0x07, 0xd3, + 0xae, 0x86, 0x0b, 0xe3, 0x48, 0x73, 0xdf, 0x9c, 0x9f, 0x96, 0x84, 0xca, 0xc1, 0xeb, 0x81, 0x2c, + 0xbc, 0x19, 0xc8, 0xc2, 0x5f, 0x03, 0x59, 0xf8, 0xf1, 0x4c, 0x9e, 0x7a, 0x73, 0x26, 0x4f, 0xfd, + 0x71, 0x26, 0x4f, 0x7d, 0xf5, 0x61, 0xec, 0xc5, 0x1d, 0xba, 0xde, 0x6c, 0xc2, 0x3a, 0x8d, 0x4e, + 0x7a, 0xe7, 0xb1, 0xfe, 0x32, 0xb6, 0x38, 0xd8, 0x2b, 0xbc, 0x3e, 0xcf, 0xfe, 0xa9, 0xd9, 0xfd, + 0x37, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x4b, 0x98, 0x8b, 0xd8, 0x0d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/operators/types/messages_test.go b/x/operators/types/messages_test.go index a08778b1..9def68a9 100644 --- a/x/operators/types/messages_test.go +++ b/x/operators/types/messages_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) var msgRegisterOperator = types.NewMsgRegisterOperator( diff --git a/x/operators/types/models.go b/x/operators/types/models.go index 9f67af38..2da2b7f0 100644 --- a/x/operators/types/models.go +++ b/x/operators/types/models.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) // GetOperatorAddress generates an operator address from its id diff --git a/x/operators/types/models.pb.go b/x/operators/types/models.pb.go index 7ec5e363..0ad9f60c 100644 --- a/x/operators/types/models.pb.go +++ b/x/operators/types/models.pb.go @@ -174,46 +174,46 @@ func init() { } var fileDescriptor_8fb40b1089c56c16 = []byte{ - // 615 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6b, 0x13, 0x4f, - 0x18, 0xc6, 0x77, 0xd3, 0x36, 0x6d, 0xa7, 0xfc, 0xd3, 0x30, 0xf4, 0x5f, 0xb6, 0x69, 0xd9, 0x84, - 0x8a, 0x10, 0x94, 0xce, 0x98, 0x16, 0xbc, 0x79, 0x48, 0x9a, 0x28, 0x81, 0xd2, 0x86, 0x49, 0xe2, - 0xc1, 0x83, 0x61, 0xb2, 0x3b, 0xa4, 0x43, 0xb2, 0x3b, 0x61, 0x66, 0x92, 0x1a, 0xf0, 0x03, 0x78, - 0x11, 0x04, 0x3f, 0x82, 0x37, 0xcf, 0x7e, 0x88, 0x1e, 0x8b, 0x27, 0xf1, 0x10, 0x35, 0xfd, 0x22, - 0x92, 0xdd, 0xd9, 0xb4, 0x94, 0x8a, 0x9e, 0x76, 0xdf, 0x79, 0x9e, 0x67, 0x7e, 0xc3, 0xbc, 0xef, - 0x80, 0xfd, 0x80, 0x0f, 0xfa, 0x93, 0x0b, 0x3a, 0xc1, 0x62, 0xc8, 0x24, 0xd5, 0x42, 0x2a, 0x3c, - 0x2e, 0xe1, 0x40, 0xf8, 0x6c, 0xa0, 0xd0, 0x50, 0x0a, 0x2d, 0xe0, 0xff, 0x89, 0x07, 0x2d, 0x3c, - 0x68, 0x5c, 0xca, 0xb9, 0x9e, 0x50, 0x81, 0x50, 0xb8, 0x4b, 0x15, 0xc3, 0xe3, 0x52, 0x97, 0x69, - 0x5a, 0xc2, 0x9e, 0xe0, 0x61, 0x1c, 0xcb, 0xed, 0xc4, 0x7a, 0x27, 0xaa, 0x70, 0x5c, 0x18, 0x69, - 0xab, 0x27, 0x7a, 0x22, 0x5e, 0x9f, 0xff, 0xc5, 0xab, 0xfb, 0xef, 0x97, 0xc1, 0xda, 0x99, 0x21, - 0xc0, 0x6d, 0x90, 0xe2, 0xbe, 0x63, 0x17, 0xec, 0xe2, 0x7f, 0x95, 0xf4, 0x6c, 0x9a, 0x4f, 0xd5, - 0xab, 0x24, 0xc5, 0x7d, 0xf8, 0x0c, 0xa4, 0x95, 0xa6, 0x7a, 0xa4, 0x9c, 0x54, 0xc1, 0x2e, 0x66, - 0x0e, 0x1f, 0xa2, 0x7b, 0x4f, 0x87, 0x92, 0x8d, 0x9a, 0x91, 0x99, 0x98, 0x10, 0x44, 0x60, 0x85, - 0xfa, 0x01, 0x0f, 0x9d, 0xa5, 0x82, 0x5d, 0x5c, 0xaf, 0x38, 0x5f, 0xbf, 0x1c, 0x6c, 0x99, 0xa3, - 0x95, 0x7d, 0x5f, 0x32, 0xa5, 0x9a, 0x5a, 0xf2, 0xb0, 0x47, 0x62, 0x1b, 0x74, 0xc0, 0x6a, 0x20, - 0x42, 0xde, 0x67, 0xd2, 0x59, 0x9e, 0x27, 0x48, 0x52, 0xce, 0x95, 0x0b, 0xd6, 0x55, 0x5c, 0x33, - 0x67, 0x25, 0x56, 0x4c, 0x09, 0x31, 0xd8, 0x18, 0x72, 0x4f, 0x8f, 0x24, 0xeb, 0x8c, 0xe4, 0xc0, - 0x49, 0x47, 0xa4, 0xcc, 0x6c, 0x9a, 0x07, 0x8d, 0x78, 0xb9, 0x4d, 0x4e, 0x08, 0x30, 0x96, 0xb6, - 0x1c, 0xc0, 0x43, 0xb0, 0x4a, 0x63, 0xb8, 0xb3, 0xfa, 0x97, 0x63, 0x25, 0x46, 0xe8, 0x81, 0xb4, - 0x16, 0x7d, 0x16, 0x2a, 0x67, 0xad, 0xb0, 0x54, 0xdc, 0x38, 0xdc, 0x41, 0xc6, 0x3f, 0x6f, 0x07, - 0x32, 0xed, 0x40, 0xc7, 0x82, 0x87, 0x95, 0x27, 0x97, 0xd3, 0xbc, 0xf5, 0xf9, 0x47, 0xbe, 0xd8, - 0xe3, 0xfa, 0x7c, 0xd4, 0x45, 0x9e, 0x08, 0x4c, 0x3b, 0xcc, 0xe7, 0x40, 0xf9, 0x7d, 0xac, 0x27, - 0x43, 0xa6, 0xa2, 0x80, 0x22, 0x66, 0x6b, 0xf8, 0x16, 0x64, 0x7d, 0x36, 0x60, 0xbd, 0xf9, 0x45, - 0x76, 0xd4, 0x39, 0x95, 0x4c, 0x39, 0xeb, 0x11, 0x6e, 0xef, 0x5e, 0x5c, 0x95, 0x79, 0x11, 0xf1, - 0xc8, 0x10, 0x1f, 0xff, 0x03, 0xd1, 0x64, 0x14, 0xd9, 0x5c, 0xa0, 0x9a, 0x11, 0x69, 0xff, 0x35, - 0xc8, 0x24, 0x5d, 0x6c, 0x50, 0x49, 0x03, 0x05, 0x4f, 0xc0, 0xa6, 0x27, 0x82, 0x80, 0x2b, 0xc5, - 0x45, 0xd8, 0x91, 0x54, 0xb3, 0x68, 0x42, 0xd6, 0x2b, 0x0f, 0xe6, 0xc0, 0xef, 0xd3, 0xfc, 0x6e, - 0xbc, 0xbd, 0xf2, 0xfb, 0x88, 0x0b, 0x1c, 0x50, 0x7d, 0x8e, 0x4e, 0x58, 0x8f, 0x7a, 0x93, 0x2a, - 0xf3, 0x48, 0xe6, 0x26, 0x4b, 0xa8, 0x66, 0x8f, 0x3e, 0xda, 0x37, 0x80, 0x78, 0x4c, 0x60, 0x1e, - 0xec, 0x9e, 0x35, 0x6a, 0xa4, 0xdc, 0x3a, 0x23, 0x9d, 0x66, 0xab, 0xdc, 0x6a, 0x37, 0x3b, 0xed, - 0xd3, 0x66, 0xa3, 0x76, 0x5c, 0x7f, 0x5e, 0xaf, 0x55, 0xb3, 0x16, 0xcc, 0x81, 0xed, 0xbb, 0x86, - 0xf2, 0x71, 0xab, 0xfe, 0xb2, 0x96, 0xb5, 0x61, 0x01, 0xec, 0xdd, 0xd5, 0xea, 0xa7, 0x91, 0x5a, - 0x6e, 0xd5, 0x4f, 0x5f, 0x64, 0x53, 0x70, 0x0f, 0x38, 0x7f, 0x70, 0xd4, 0xb2, 0x4b, 0xb9, 0xe5, - 0x77, 0x9f, 0x5c, 0xab, 0xd2, 0xba, 0xfc, 0xe5, 0x5a, 0x97, 0x33, 0xd7, 0xbe, 0x9a, 0xb9, 0xf6, - 0xcf, 0x99, 0x6b, 0x7f, 0xb8, 0x76, 0xad, 0xab, 0x6b, 0xd7, 0xfa, 0x76, 0xed, 0x5a, 0xaf, 0x9e, - 0xde, 0xba, 0xd1, 0x64, 0xf0, 0x0f, 0x06, 0xb4, 0xab, 0x16, 0x15, 0x1e, 0x1f, 0xe1, 0x37, 0xb7, - 0x5e, 0x73, 0x74, 0xcb, 0xdd, 0x74, 0xf4, 0xc4, 0x8e, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0xd2, - 0x9e, 0x9c, 0xfc, 0xf0, 0x03, 0x00, 0x00, + // 614 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xc1, 0x6a, 0x13, 0x41, + 0x18, 0xc7, 0x77, 0xd3, 0x36, 0x6d, 0xa7, 0x98, 0x86, 0xa1, 0x96, 0x6d, 0x5a, 0x36, 0xa1, 0x22, + 0x04, 0xa5, 0x33, 0xa6, 0x15, 0x6f, 0x1e, 0x92, 0x26, 0x4a, 0xa0, 0xb4, 0x61, 0x92, 0x78, 0xf0, + 0x60, 0x98, 0xec, 0x0e, 0xe9, 0x90, 0xec, 0x4e, 0x98, 0x99, 0xa4, 0x06, 0x7c, 0x00, 0x2f, 0x82, + 0xe0, 0x23, 0x78, 0xf3, 0xec, 0x43, 0xf4, 0x58, 0x3c, 0x89, 0x87, 0xa8, 0xe9, 0x8b, 0x48, 0x76, + 0x67, 0xdb, 0x52, 0x2a, 0x7a, 0xda, 0xfd, 0xe6, 0xff, 0xff, 0xcf, 0x6f, 0x98, 0xef, 0x1b, 0xb0, + 0x1b, 0xf0, 0x41, 0x7f, 0x72, 0x46, 0x27, 0x58, 0x0c, 0x99, 0xa4, 0x5a, 0x48, 0x85, 0xc7, 0x25, + 0x1c, 0x08, 0x9f, 0x0d, 0x14, 0x1a, 0x4a, 0xa1, 0x05, 0xbc, 0x9f, 0x78, 0xd0, 0x95, 0x07, 0x8d, + 0x4b, 0x39, 0xd7, 0x13, 0x2a, 0x10, 0x0a, 0x77, 0xa9, 0x62, 0x78, 0x5c, 0xea, 0x32, 0x4d, 0x4b, + 0xd8, 0x13, 0x3c, 0x8c, 0x63, 0xb9, 0xad, 0x58, 0xef, 0x44, 0x15, 0x8e, 0x0b, 0x23, 0x6d, 0xf4, + 0x44, 0x4f, 0xc4, 0xeb, 0xf3, 0xbf, 0x78, 0x75, 0xf7, 0xc3, 0x22, 0x58, 0x39, 0x31, 0x04, 0xb8, + 0x09, 0x52, 0xdc, 0x77, 0xec, 0x82, 0x5d, 0xbc, 0x57, 0x49, 0xcf, 0xa6, 0xf9, 0x54, 0xbd, 0x4a, + 0x52, 0xdc, 0x87, 0xcf, 0x41, 0x5a, 0x69, 0xaa, 0x47, 0xca, 0x49, 0x15, 0xec, 0x62, 0x66, 0xff, + 0x21, 0xba, 0xf3, 0x74, 0x28, 0xd9, 0xa8, 0x19, 0x99, 0x89, 0x09, 0x41, 0x04, 0x96, 0xa8, 0x1f, + 0xf0, 0xd0, 0x59, 0x28, 0xd8, 0xc5, 0xd5, 0x8a, 0xf3, 0xed, 0xeb, 0xde, 0x86, 0x39, 0x5a, 0xd9, + 0xf7, 0x25, 0x53, 0xaa, 0xa9, 0x25, 0x0f, 0x7b, 0x24, 0xb6, 0x41, 0x07, 0x2c, 0x07, 0x22, 0xe4, + 0x7d, 0x26, 0x9d, 0xc5, 0x79, 0x82, 0x24, 0xe5, 0x5c, 0x39, 0x63, 0x5d, 0xc5, 0x35, 0x73, 0x96, + 0x62, 0xc5, 0x94, 0x10, 0x83, 0xb5, 0x21, 0xf7, 0xf4, 0x48, 0xb2, 0xce, 0x48, 0x0e, 0x9c, 0x74, + 0x44, 0xca, 0xcc, 0xa6, 0x79, 0xd0, 0x88, 0x97, 0xdb, 0xe4, 0x88, 0x00, 0x63, 0x69, 0xcb, 0x01, + 0xdc, 0x07, 0xcb, 0x34, 0x86, 0x3b, 0xcb, 0xff, 0x38, 0x56, 0x62, 0x84, 0x1e, 0x48, 0x6b, 0xd1, + 0x67, 0xa1, 0x72, 0x56, 0x0a, 0x0b, 0xc5, 0xb5, 0xfd, 0x2d, 0x64, 0xfc, 0xf3, 0x76, 0x20, 0xd3, + 0x0e, 0x74, 0x28, 0x78, 0x58, 0x79, 0x72, 0x3e, 0xcd, 0x5b, 0x5f, 0x7e, 0xe6, 0x8b, 0x3d, 0xae, + 0x4f, 0x47, 0x5d, 0xe4, 0x89, 0xc0, 0xb4, 0xc3, 0x7c, 0xf6, 0x94, 0xdf, 0xc7, 0x7a, 0x32, 0x64, + 0x2a, 0x0a, 0x28, 0x62, 0xb6, 0x86, 0xef, 0x40, 0xd6, 0x67, 0x03, 0xd6, 0x9b, 0x5f, 0x64, 0x47, + 0x9d, 0x52, 0xc9, 0x94, 0xb3, 0x1a, 0xe1, 0x76, 0xee, 0xc4, 0x55, 0x99, 0x17, 0x11, 0x0f, 0x0c, + 0xf1, 0xf1, 0x7f, 0x10, 0x4d, 0x46, 0x91, 0xf5, 0x2b, 0x54, 0x33, 0x22, 0xed, 0xbe, 0x01, 0x99, + 0xa4, 0x8b, 0x0d, 0x2a, 0x69, 0xa0, 0xe0, 0x11, 0x58, 0xf7, 0x44, 0x10, 0x70, 0xa5, 0xb8, 0x08, + 0x3b, 0x92, 0x6a, 0x16, 0x4d, 0xc8, 0x6a, 0xe5, 0xc1, 0x1c, 0xf8, 0x63, 0x9a, 0xdf, 0x8e, 0xb7, + 0x57, 0x7e, 0x1f, 0x71, 0x81, 0x03, 0xaa, 0x4f, 0xd1, 0x11, 0xeb, 0x51, 0x6f, 0x52, 0x65, 0x1e, + 0xc9, 0x5c, 0x67, 0x09, 0xd5, 0xec, 0xd1, 0x27, 0xfb, 0x1a, 0x10, 0x8f, 0x09, 0xcc, 0x83, 0xed, + 0x93, 0x46, 0x8d, 0x94, 0x5b, 0x27, 0xa4, 0xd3, 0x6c, 0x95, 0x5b, 0xed, 0x66, 0xa7, 0x7d, 0xdc, + 0x6c, 0xd4, 0x0e, 0xeb, 0x2f, 0xea, 0xb5, 0x6a, 0xd6, 0x82, 0x39, 0xb0, 0x79, 0xdb, 0x50, 0x3e, + 0x6c, 0xd5, 0x5f, 0xd5, 0xb2, 0x36, 0x2c, 0x80, 0x9d, 0xdb, 0x5a, 0xfd, 0x38, 0x52, 0xcb, 0xad, + 0xfa, 0xf1, 0xcb, 0x6c, 0x0a, 0xee, 0x00, 0xe7, 0x2f, 0x8e, 0x5a, 0x76, 0x21, 0xb7, 0xf8, 0xfe, + 0xb3, 0x6b, 0x55, 0x5a, 0xe7, 0xbf, 0x5d, 0xeb, 0x7c, 0xe6, 0xda, 0x17, 0x33, 0xd7, 0xfe, 0x35, + 0x73, 0xed, 0x8f, 0x97, 0xae, 0x75, 0x71, 0xe9, 0x5a, 0xdf, 0x2f, 0x5d, 0xeb, 0xf5, 0xb3, 0x1b, + 0x37, 0x9a, 0x0c, 0xfe, 0xde, 0x80, 0x76, 0xd5, 0x55, 0x85, 0xc7, 0x4f, 0xf1, 0xdb, 0x1b, 0xaf, + 0x39, 0xba, 0xe5, 0x6e, 0x3a, 0x7a, 0x62, 0x07, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x54, 0xd8, + 0x49, 0x2e, 0xf0, 0x03, 0x00, 0x00, } func (m *Operator) Marshal() (dAtA []byte, err error) { diff --git a/x/operators/types/models_test.go b/x/operators/types/models_test.go index 22ebfff4..ca98afb4 100644 --- a/x/operators/types/models_test.go +++ b/x/operators/types/models_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func TestParseOperatorID(t *testing.T) { diff --git a/x/operators/types/params.pb.go b/x/operators/types/params.pb.go index d0e4267d..444b5f9a 100644 --- a/x/operators/types/params.pb.go +++ b/x/operators/types/params.pb.go @@ -99,24 +99,24 @@ var fileDescriptor_c14ac199294977d8 = []byte{ // 320 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0x31, 0x4e, 0xc3, 0x30, 0x14, 0x86, 0x63, 0x8a, 0x3a, 0x84, 0x05, 0x2a, 0x10, 0x6d, 0x85, 0x9c, 0x2a, 0x53, 0x97, 0xda, - 0x0a, 0x95, 0x18, 0x18, 0x8b, 0xc4, 0x5c, 0x55, 0x4c, 0x2c, 0x95, 0x93, 0x3e, 0x82, 0xd5, 0x3a, - 0x8e, 0x6c, 0x13, 0xc8, 0x2d, 0x18, 0xb9, 0x01, 0x12, 0x27, 0xe9, 0xd8, 0x91, 0xa9, 0x45, 0x89, - 0xb8, 0x00, 0x27, 0x40, 0x4d, 0x9a, 0x28, 0x93, 0x9f, 0xed, 0xe7, 0xef, 0xff, 0xf4, 0x6c, 0xbb, - 0x82, 0xaf, 0x96, 0xe9, 0x2b, 0x4b, 0xa9, 0x8c, 0x41, 0x31, 0x23, 0x95, 0xa6, 0x89, 0x47, 0x63, - 0xa6, 0x98, 0xd0, 0x24, 0x56, 0xd2, 0xc8, 0xce, 0x45, 0xd5, 0x43, 0xea, 0x1e, 0x92, 0x78, 0x7d, - 0x1c, 0x48, 0x2d, 0xa4, 0xa6, 0x3e, 0xd3, 0x40, 0x13, 0xcf, 0x07, 0xc3, 0x3c, 0x1a, 0x48, 0x1e, - 0x95, 0xcf, 0xfa, 0xe7, 0xa1, 0x0c, 0x65, 0x51, 0xd2, 0x7d, 0x55, 0x9e, 0xba, 0xbf, 0xc8, 0x6e, - 0x4f, 0x0b, 0x7a, 0xe7, 0x13, 0xd9, 0xbd, 0x8a, 0x38, 0x57, 0x10, 0x72, 0x6d, 0x14, 0x33, 0x5c, - 0x46, 0xf3, 0x27, 0x80, 0x2e, 0x1a, 0xb4, 0x86, 0x27, 0xd7, 0x3d, 0x52, 0xa6, 0x90, 0x7d, 0x0a, - 0x39, 0xa4, 0x90, 0x3b, 0xc9, 0xa3, 0xc9, 0x74, 0xbd, 0x75, 0xac, 0xbf, 0xad, 0x73, 0x95, 0x32, - 0xb1, 0xba, 0x75, 0x6b, 0x52, 0xa0, 0xa0, 0xa6, 0xb8, 0x5f, 0x3b, 0x67, 0x18, 0x72, 0xf3, 0xfc, - 0xe2, 0x93, 0x40, 0x0a, 0x7a, 0x50, 0x2e, 0x97, 0x91, 0x5e, 0x2c, 0xa9, 0x49, 0x63, 0xd0, 0x05, - 0x50, 0xcf, 0x2e, 0x2b, 0xc6, 0xac, 0x21, 0x73, 0x0f, 0xd0, 0xf1, 0xec, 0xb3, 0x05, 0xb0, 0xc0, - 0xf0, 0xa4, 0x24, 0x1b, 0x2e, 0xa0, 0x7b, 0x34, 0x40, 0xc3, 0xd6, 0xe4, 0xf8, 0x63, 0xe7, 0xa0, - 0xd9, 0x69, 0xf3, 0xfa, 0x81, 0x0b, 0x98, 0x4c, 0xd7, 0x19, 0x46, 0x9b, 0x0c, 0xa3, 0x9f, 0x0c, - 0xa3, 0xf7, 0x1c, 0x5b, 0x9b, 0x1c, 0x5b, 0xdf, 0x39, 0xb6, 0x1e, 0x6f, 0x1a, 0x3e, 0xd5, 0x64, - 0x47, 0x2b, 0xe6, 0xeb, 0x7a, 0x47, 0x93, 0x31, 0x7d, 0x6b, 0x7c, 0x48, 0xe1, 0xe8, 0xb7, 0x8b, - 0x01, 0x8e, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x1c, 0x9e, 0x52, 0x34, 0xb3, 0x01, 0x00, 0x00, + 0x0a, 0x20, 0x06, 0xc6, 0x22, 0x31, 0x57, 0x15, 0x13, 0x4b, 0xe5, 0xa4, 0x8f, 0x60, 0xb5, 0x8e, + 0x23, 0xdb, 0x04, 0x72, 0x0b, 0x46, 0x6e, 0x80, 0xc4, 0x49, 0x3a, 0x76, 0x64, 0x6a, 0x51, 0x22, + 0x2e, 0xc0, 0x09, 0x50, 0x93, 0x26, 0xca, 0xe4, 0x67, 0xfb, 0xf9, 0xfb, 0x3f, 0x3d, 0xdb, 0xae, + 0xe0, 0xcb, 0x45, 0xfa, 0xca, 0x52, 0x2a, 0x63, 0x50, 0xcc, 0x48, 0xa5, 0x69, 0xe2, 0xd1, 0x98, + 0x29, 0x26, 0x34, 0x89, 0x95, 0x34, 0xb2, 0x73, 0x56, 0xf5, 0x90, 0xba, 0x87, 0x24, 0x5e, 0x1f, + 0x07, 0x52, 0x0b, 0xa9, 0xa9, 0xcf, 0x34, 0xd0, 0xc4, 0xf3, 0xc1, 0x30, 0x8f, 0x06, 0x92, 0x47, + 0xe5, 0xb3, 0xfe, 0x69, 0x28, 0x43, 0x59, 0x94, 0x74, 0x57, 0x95, 0xa7, 0xee, 0x2f, 0xb2, 0xdb, + 0x93, 0x82, 0xde, 0xf9, 0x44, 0x76, 0xaf, 0x22, 0xce, 0x14, 0x84, 0x5c, 0x1b, 0xc5, 0x0c, 0x97, + 0xd1, 0xec, 0x09, 0xa0, 0x8b, 0x06, 0xad, 0xe1, 0xd1, 0x65, 0x8f, 0x94, 0x29, 0x64, 0x97, 0x42, + 0xf6, 0x29, 0xe4, 0x4e, 0xf2, 0x68, 0x3c, 0x59, 0x6d, 0x1c, 0xeb, 0x6f, 0xe3, 0x5c, 0xa4, 0x4c, + 0x2c, 0x6f, 0xdd, 0x9a, 0x14, 0x28, 0xa8, 0x29, 0xee, 0xd7, 0xd6, 0x19, 0x86, 0xdc, 0x3c, 0xbf, + 0xf8, 0x24, 0x90, 0x82, 0xee, 0x95, 0xcb, 0x65, 0xa4, 0xe7, 0x0b, 0x6a, 0xd2, 0x18, 0x74, 0x01, + 0xd4, 0xd3, 0xf3, 0x8a, 0x31, 0x6d, 0xc8, 0xdc, 0x03, 0x74, 0x3c, 0xfb, 0x64, 0x0e, 0x2c, 0x30, + 0x3c, 0x29, 0xc9, 0x86, 0x0b, 0xe8, 0x1e, 0x0c, 0xd0, 0xb0, 0x35, 0x3e, 0xfc, 0xd8, 0x3a, 0x68, + 0x7a, 0xdc, 0xbc, 0x7e, 0xe0, 0x02, 0xc6, 0x93, 0x55, 0x86, 0xd1, 0x3a, 0xc3, 0xe8, 0x27, 0xc3, + 0xe8, 0x3d, 0xc7, 0xd6, 0x3a, 0xc7, 0xd6, 0x77, 0x8e, 0xad, 0xc7, 0x9b, 0x86, 0x4f, 0x35, 0xd9, + 0xd1, 0x92, 0xf9, 0xba, 0xde, 0xd1, 0xe4, 0x9a, 0xbe, 0x35, 0x3e, 0xa4, 0x70, 0xf4, 0xdb, 0xc5, + 0x00, 0xaf, 0xfe, 0x03, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xd8, 0x87, 0xe6, 0xb3, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/operators/types/params_test.go b/x/operators/types/params_test.go index eb036d3c..3656c1f2 100644 --- a/x/operators/types/params_test.go +++ b/x/operators/types/params_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/operators/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/operators/types/query.pb.go b/x/operators/types/query.pb.go index b53978b5..7e905fd6 100644 --- a/x/operators/types/query.pb.go +++ b/x/operators/types/query.pb.go @@ -414,40 +414,40 @@ var fileDescriptor_d34b833547f80d63 = []byte{ // 569 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0x41, 0x6f, 0xd3, 0x30, 0x1c, 0xc5, 0xeb, 0x31, 0xaa, 0xed, 0x3f, 0x31, 0x24, 0xd3, 0xa1, 0xa9, 0xb0, 0xb4, 0x44, 0x1a, - 0x8c, 0xc1, 0x6c, 0xda, 0x89, 0xed, 0x80, 0x76, 0x60, 0x48, 0x20, 0x4e, 0x94, 0x8a, 0xd3, 0x2e, - 0x93, 0xbb, 0x5a, 0x21, 0xa2, 0x89, 0xb3, 0x38, 0x2d, 0x54, 0x88, 0x0b, 0x07, 0xce, 0x08, 0xce, - 0x5c, 0xf9, 0x08, 0x7c, 0x86, 0x1d, 0x27, 0x71, 0xe1, 0x84, 0x50, 0xcb, 0xe7, 0x40, 0xa8, 0x8e, - 0x93, 0xd6, 0x55, 0xb6, 0x66, 0xb7, 0xd4, 0x7d, 0xef, 0xef, 0x5f, 0x9e, 0x5f, 0x0c, 0xb7, 0x3c, - 0xb7, 0xf3, 0xa6, 0xff, 0x96, 0xf5, 0xa9, 0x08, 0x78, 0xc8, 0x22, 0x11, 0x4a, 0xda, 0xab, 0xd1, - 0xe3, 0x2e, 0x0f, 0xfb, 0x24, 0x08, 0x45, 0x24, 0xf0, 0x4a, 0x22, 0x21, 0xa9, 0x84, 0xf4, 0x6a, - 0xe5, 0xcd, 0x23, 0x21, 0x3d, 0x21, 0x69, 0x8b, 0x49, 0x1e, 0xeb, 0x69, 0xaf, 0xd6, 0xe2, 0x11, - 0xab, 0xd1, 0x80, 0x39, 0xae, 0xcf, 0x22, 0x57, 0xf8, 0xf1, 0x88, 0x72, 0xc9, 0x11, 0x8e, 0x50, - 0x8f, 0x74, 0xf4, 0xa4, 0x57, 0x6f, 0x3a, 0x42, 0x38, 0x1d, 0x4e, 0x59, 0xe0, 0x52, 0xe6, 0xfb, - 0x22, 0x52, 0x16, 0xa9, 0xff, 0xb5, 0xb3, 0xc9, 0x3c, 0xd1, 0xe6, 0x9d, 0x19, 0x9a, 0x80, 0x85, - 0xcc, 0xd3, 0x1a, 0x7b, 0x17, 0x4a, 0x2f, 0x47, 0x74, 0x2f, 0xb4, 0xa2, 0xc9, 0x8f, 0xbb, 0x5c, - 0x46, 0xb8, 0x02, 0x4b, 0x89, 0xe9, 0xd0, 0x6d, 0xaf, 0xa2, 0x2a, 0xda, 0xb8, 0xd2, 0x84, 0x64, - 0xe9, 0x79, 0xdb, 0x3e, 0x80, 0x95, 0x29, 0xa3, 0x0c, 0x84, 0x2f, 0x39, 0x7e, 0x0c, 0x0b, 0x89, - 0x4c, 0xd9, 0x96, 0xea, 0x15, 0x92, 0x99, 0x11, 0x49, 0xac, 0xfb, 0xf3, 0x27, 0xbf, 0x2b, 0x85, - 0x66, 0x6a, 0xb3, 0xf7, 0xa0, 0x6c, 0xcc, 0x6e, 0x28, 0xe2, 0xdc, 0x68, 0x12, 0x6e, 0x64, 0xda, - 0x35, 0xe0, 0x2b, 0xb8, 0x9a, 0xfa, 0xe3, 0x2c, 0x34, 0xe7, 0xfa, 0x0c, 0xce, 0x78, 0x8e, 0xa6, - 0x5d, 0x16, 0xc6, 0xaa, 0x7d, 0x38, 0x95, 0x47, 0x8a, 0xfb, 0x14, 0x60, 0x7c, 0xe2, 0x7a, 0xa7, - 0xdb, 0x24, 0xae, 0x07, 0x19, 0xd5, 0x83, 0xc4, 0x75, 0xd2, 0xf5, 0x20, 0x0d, 0xe6, 0x70, 0xed, - 0x6d, 0x4e, 0x38, 0xed, 0xef, 0x08, 0xae, 0x4f, 0xef, 0xa0, 0xdf, 0xe8, 0x09, 0x2c, 0xa6, 0xc0, - 0xab, 0xa8, 0x7a, 0x29, 0x7f, 0xe6, 0x63, 0x1f, 0x7e, 0x66, 0x70, 0xce, 0x29, 0xce, 0x3b, 0x33, - 0x39, 0x63, 0x02, 0x03, 0xb4, 0x04, 0x58, 0x71, 0x1a, 0xa7, 0x66, 0x37, 0xe1, 0x9a, 0xb1, 0xaa, - 0xd1, 0x1f, 0x41, 0xd1, 0x38, 0x83, 0xb5, 0x33, 0xb8, 0x8d, 0xec, 0xb5, 0xa5, 0xfe, 0x6f, 0x1e, - 0x2e, 0xab, 0xa1, 0xf8, 0x1b, 0x82, 0x85, 0xe4, 0xd5, 0xf0, 0xbd, 0x33, 0x66, 0x64, 0x15, 0xbd, - 0x7c, 0x3f, 0x9f, 0x38, 0xc6, 0xb5, 0x77, 0x3e, 0xfe, 0xfc, 0xfb, 0x75, 0xee, 0x01, 0x26, 0x34, - 0xfb, 0xdb, 0x1a, 0xff, 0x78, 0x3f, 0xd1, 0xd1, 0x0f, 0xf8, 0x07, 0x82, 0x65, 0xb3, 0x46, 0xb8, - 0x96, 0x67, 0x63, 0x23, 0xc3, 0x72, 0xfd, 0x22, 0x16, 0x4d, 0xbc, 0xa7, 0x88, 0x77, 0xf1, 0xc3, - 0x8b, 0x11, 0xeb, 0x5b, 0x02, 0x7f, 0x41, 0xb0, 0x98, 0x16, 0x0e, 0xe7, 0x0a, 0x2b, 0xc5, 0xdd, - 0xca, 0xa9, 0xd6, 0xa4, 0x1b, 0x8a, 0xd4, 0xc6, 0xd5, 0x59, 0xa4, 0xf8, 0x13, 0x82, 0xa2, 0x4e, - 0xf1, 0xee, 0x79, 0x7b, 0x98, 0xe9, 0x6d, 0xe6, 0x91, 0x6a, 0x96, 0x75, 0xc5, 0x52, 0xc1, 0x6b, - 0xf4, 0xbc, 0x3b, 0x74, 0xbf, 0x71, 0x32, 0xb0, 0xd0, 0xe9, 0xc0, 0x42, 0x7f, 0x06, 0x16, 0xfa, - 0x3c, 0xb4, 0x0a, 0xa7, 0x43, 0xab, 0xf0, 0x6b, 0x68, 0x15, 0x0e, 0x76, 0x1c, 0x37, 0x7a, 0xdd, - 0x6d, 0x91, 0x23, 0xe1, 0xa5, 0x23, 0xb6, 0x3a, 0xac, 0x25, 0xc7, 0x03, 0x7b, 0xdb, 0xf4, 0xdd, - 0xc4, 0xd4, 0xa8, 0x1f, 0x70, 0xd9, 0x2a, 0xaa, 0x6b, 0x79, 0xfb, 0x7f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x34, 0x2c, 0x7e, 0x7c, 0x7a, 0x06, 0x00, 0x00, + 0x8c, 0xc1, 0x6c, 0x5a, 0x60, 0x3b, 0xa0, 0x1d, 0x18, 0x12, 0x88, 0x13, 0xa5, 0xe2, 0xb4, 0xcb, + 0xe4, 0xae, 0x56, 0x88, 0x68, 0xe2, 0x2c, 0x4e, 0x0b, 0x15, 0xe2, 0xc2, 0x81, 0x33, 0x82, 0x33, + 0x57, 0x3e, 0x02, 0x9f, 0x61, 0xc7, 0x49, 0x5c, 0x38, 0x21, 0xd4, 0xf2, 0x39, 0x10, 0xaa, 0xe3, + 0xa4, 0x75, 0x95, 0xad, 0xd9, 0x2d, 0x75, 0xdf, 0xfb, 0xfb, 0x97, 0xe7, 0x17, 0xc3, 0x0d, 0xcf, + 0xed, 0xbc, 0xe9, 0xbf, 0x65, 0x7d, 0x2a, 0x02, 0x1e, 0xb2, 0x48, 0x84, 0x92, 0xf6, 0x6a, 0xf4, + 0xa8, 0xcb, 0xc3, 0x3e, 0x09, 0x42, 0x11, 0x09, 0xbc, 0x92, 0x48, 0x48, 0x2a, 0x21, 0xbd, 0x5a, + 0x79, 0xf3, 0x50, 0x48, 0x4f, 0x48, 0xda, 0x62, 0x92, 0xc7, 0x7a, 0xda, 0xab, 0xb5, 0x78, 0xc4, + 0x6a, 0x34, 0x60, 0x8e, 0xeb, 0xb3, 0xc8, 0x15, 0x7e, 0x3c, 0xa2, 0x5c, 0x72, 0x84, 0x23, 0xd4, + 0x23, 0x1d, 0x3d, 0xe9, 0xd5, 0xeb, 0x8e, 0x10, 0x4e, 0x87, 0x53, 0x16, 0xb8, 0x94, 0xf9, 0xbe, + 0x88, 0x94, 0x45, 0xea, 0x7f, 0xed, 0x6c, 0x32, 0x4f, 0xb4, 0x79, 0x67, 0x86, 0x26, 0x60, 0x21, + 0xf3, 0xb4, 0xc6, 0xde, 0x81, 0xd2, 0xcb, 0x11, 0xdd, 0x0b, 0xad, 0x68, 0xf2, 0xa3, 0x2e, 0x97, + 0x11, 0xae, 0xc0, 0x52, 0x62, 0x3a, 0x70, 0xdb, 0xab, 0xa8, 0x8a, 0x36, 0x2e, 0x35, 0x21, 0x59, + 0x7a, 0xde, 0xb6, 0xf7, 0x61, 0x65, 0xca, 0x28, 0x03, 0xe1, 0x4b, 0x8e, 0x1f, 0xc3, 0x42, 0x22, + 0x53, 0xb6, 0xa5, 0x7a, 0x85, 0x64, 0x66, 0x44, 0x12, 0xeb, 0xde, 0xfc, 0xf1, 0xef, 0x4a, 0xa1, + 0x99, 0xda, 0xec, 0x5d, 0x28, 0x1b, 0xb3, 0x1b, 0x8a, 0x38, 0x37, 0x9a, 0x84, 0x6b, 0x99, 0x76, + 0x0d, 0xf8, 0x0a, 0x2e, 0xa7, 0xfe, 0x38, 0x0b, 0xcd, 0xb9, 0x3e, 0x83, 0x33, 0x9e, 0xa3, 0x69, + 0x97, 0x85, 0xb1, 0x6a, 0x1f, 0x4c, 0xe5, 0x91, 0xe2, 0x3e, 0x05, 0x18, 0x9f, 0xb8, 0xde, 0xe9, + 0x26, 0x89, 0xeb, 0x41, 0x46, 0xf5, 0x20, 0x71, 0x9d, 0x74, 0x3d, 0x48, 0x83, 0x39, 0x5c, 0x7b, + 0x9b, 0x13, 0x4e, 0xfb, 0x3b, 0x82, 0xab, 0xd3, 0x3b, 0xe8, 0x37, 0x7a, 0x02, 0x8b, 0x29, 0xf0, + 0x2a, 0xaa, 0x5e, 0xc8, 0x9f, 0xf9, 0xd8, 0x87, 0x9f, 0x19, 0x9c, 0x73, 0x8a, 0xf3, 0xd6, 0x4c, + 0xce, 0x98, 0xc0, 0x00, 0x2d, 0x01, 0x56, 0x9c, 0xc6, 0xa9, 0xd9, 0x4d, 0xb8, 0x62, 0xac, 0x6a, + 0xf4, 0x47, 0x50, 0x34, 0xce, 0x60, 0xed, 0x14, 0x6e, 0x23, 0x7b, 0x6d, 0xa9, 0xff, 0x9b, 0x87, + 0x8b, 0x6a, 0x28, 0xfe, 0x86, 0x60, 0x21, 0x79, 0x35, 0x7c, 0xe7, 0x94, 0x19, 0x59, 0x45, 0x2f, + 0xdf, 0xcd, 0x27, 0x8e, 0x71, 0xed, 0xed, 0x8f, 0x3f, 0xff, 0x7e, 0x9d, 0xbb, 0x87, 0x09, 0xcd, + 0xfe, 0xb6, 0xc6, 0x3f, 0xde, 0x4f, 0x74, 0xf4, 0x03, 0xfe, 0x81, 0x60, 0xd9, 0xac, 0x11, 0xae, + 0xe5, 0xd9, 0xd8, 0xc8, 0xb0, 0x5c, 0x3f, 0x8f, 0x45, 0x13, 0xef, 0x2a, 0xe2, 0x1d, 0xfc, 0xf0, + 0x7c, 0xc4, 0xfa, 0x96, 0xc0, 0x5f, 0x10, 0x2c, 0xa6, 0x85, 0xc3, 0xb9, 0xc2, 0x4a, 0x71, 0xb7, + 0x72, 0xaa, 0x35, 0xe9, 0x86, 0x22, 0xb5, 0x71, 0x75, 0x16, 0x29, 0xfe, 0x84, 0xa0, 0xa8, 0x53, + 0xbc, 0x7d, 0xd6, 0x1e, 0x66, 0x7a, 0x9b, 0x79, 0xa4, 0x9a, 0x65, 0x5d, 0xb1, 0x54, 0xf0, 0x1a, + 0x3d, 0xeb, 0x0e, 0xdd, 0x6b, 0x1c, 0x0f, 0x2c, 0x74, 0x32, 0xb0, 0xd0, 0x9f, 0x81, 0x85, 0x3e, + 0x0f, 0xad, 0xc2, 0xc9, 0xd0, 0x2a, 0xfc, 0x1a, 0x5a, 0x85, 0xfd, 0x6d, 0xc7, 0x8d, 0x5e, 0x77, + 0x5b, 0xe4, 0x50, 0x78, 0xe9, 0x88, 0xad, 0x0e, 0x6b, 0xc9, 0xf1, 0xc0, 0xde, 0x03, 0xfa, 0x6e, + 0x62, 0x6a, 0xd4, 0x0f, 0xb8, 0x6c, 0x15, 0xd5, 0xb5, 0x7c, 0xff, 0x7f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xb2, 0x6a, 0xab, 0xae, 0x7a, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/pools/client/cli/query.go b/x/pools/client/cli/query.go index f55d594a..87e46328 100644 --- a/x/pools/client/cli/query.go +++ b/x/pools/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // GetQueryCmd returns the command allowing to perform queries diff --git a/x/pools/keeper/alias_functions.go b/x/pools/keeper/alias_functions.go index 6085206d..67d63ca6 100644 --- a/x/pools/keeper/alias_functions.go +++ b/x/pools/keeper/alias_functions.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // createAccountIfNotExists creates an account if it does not exist diff --git a/x/pools/keeper/alias_functions_test.go b/x/pools/keeper/alias_functions_test.go index d4e11c15..8dfd2c8f 100644 --- a/x/pools/keeper/alias_functions_test.go +++ b/x/pools/keeper/alias_functions_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func (suite *KeeperTestSuite) TestKeeper_GetPoolForDenom() { diff --git a/x/pools/keeper/common_test.go b/x/pools/keeper/common_test.go index 12746bee..0d091f91 100644 --- a/x/pools/keeper/common_test.go +++ b/x/pools/keeper/common_test.go @@ -21,9 +21,9 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/stretchr/testify/suite" - milkyway "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + milkyway "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/pools/keeper/genesis.go b/x/pools/keeper/genesis.go index fa60ace8..cedc906f 100644 --- a/x/pools/keeper/genesis.go +++ b/x/pools/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // ExportGenesis returns a new GenesisState instance containing the information currently present inside the store diff --git a/x/pools/keeper/genesis_test.go b/x/pools/keeper/genesis_test.go index bad0dc99..c57b2a96 100644 --- a/x/pools/keeper/genesis_test.go +++ b/x/pools/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/pools/keeper/grpc_query.go b/x/pools/keeper/grpc_query.go index d878bfc2..f3a5d80f 100644 --- a/x/pools/keeper/grpc_query.go +++ b/x/pools/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) var _ types.QueryServer = &Keeper{} diff --git a/x/pools/keeper/grpc_query_test.go b/x/pools/keeper/grpc_query_test.go index 07cac8a8..7c9a6aae 100644 --- a/x/pools/keeper/grpc_query_test.go +++ b/x/pools/keeper/grpc_query_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func (suite *KeeperTestSuite) TestQueryServer_PoolByID() { diff --git a/x/pools/keeper/hooks.go b/x/pools/keeper/hooks.go index 85beac64..8edbdb12 100644 --- a/x/pools/keeper/hooks.go +++ b/x/pools/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) var _ types.PoolsHooks = &Keeper{} diff --git a/x/pools/keeper/invariants.go b/x/pools/keeper/invariants.go index 82a29b6f..c56cb90e 100644 --- a/x/pools/keeper/invariants.go +++ b/x/pools/keeper/invariants.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // RegisterInvariants registers all pools module invariants diff --git a/x/pools/keeper/invariants_test.go b/x/pools/keeper/invariants_test.go index 5004301e..56efd88f 100644 --- a/x/pools/keeper/invariants_test.go +++ b/x/pools/keeper/invariants_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func (suite *KeeperTestSuite) TestValidPoolsInvariant() { diff --git a/x/pools/keeper/keeper.go b/x/pools/keeper/keeper.go index f5ff7be7..47b39c4d 100644 --- a/x/pools/keeper/keeper.go +++ b/x/pools/keeper/keeper.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) type Keeper struct { diff --git a/x/pools/keeper/pools.go b/x/pools/keeper/pools.go index f2be1ea4..fcaaa0dc 100644 --- a/x/pools/keeper/pools.go +++ b/x/pools/keeper/pools.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // SetNextPoolID sets the next pool ID to be used when registering a new Pool diff --git a/x/pools/keeper/pools_test.go b/x/pools/keeper/pools_test.go index bb583ec6..7e265247 100644 --- a/x/pools/keeper/pools_test.go +++ b/x/pools/keeper/pools_test.go @@ -4,7 +4,7 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func (suite *KeeperTestSuite) TestKeeper_SetNextPoolID() { diff --git a/x/pools/module.go b/x/pools/module.go index 6a93d474..488afdc5 100644 --- a/x/pools/module.go +++ b/x/pools/module.go @@ -17,10 +17,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/x/pools/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/pools/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) const ( diff --git a/x/pools/simulation/genesis.go b/x/pools/simulation/genesis.go index db4f7216..a16efb91 100644 --- a/x/pools/simulation/genesis.go +++ b/x/pools/simulation/genesis.go @@ -3,7 +3,7 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // GetGenesisState returns the pools genesis state from the SimulationState diff --git a/x/pools/simulation/utils.go b/x/pools/simulation/utils.go index da92acb5..737c4d36 100644 --- a/x/pools/simulation/utils.go +++ b/x/pools/simulation/utils.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) // GetRandomExistingPool returns a random existing pool diff --git a/x/pools/types/genesis.pb.go b/x/pools/types/genesis.pb.go index df1ee7b5..57bd3f14 100644 --- a/x/pools/types/genesis.pb.go +++ b/x/pools/types/genesis.pb.go @@ -100,9 +100,9 @@ var fileDescriptor_d15ae23e1a0ffba4 = []byte{ 0xf3, 0x40, 0x0c, 0x04, 0x4b, 0x2a, 0x05, 0x41, 0xf4, 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, 0x3e, 0xcc, 0x64, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x38, 0x4f, 0xbf, 0xcc, 0x58, 0xbf, 0x02, + 0xae, 0x3e, 0xcc, 0x64, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x38, 0x4f, 0xbf, 0xcc, 0x44, 0xbf, 0x02, 0xea, 0xed, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x9f, 0x8d, 0x01, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x14, 0x1a, 0x1e, 0xcd, 0x5f, 0x01, 0x00, 0x00, + 0xff, 0xff, 0xba, 0x82, 0xa7, 0xbb, 0x5f, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/pools/types/genesis_test.go b/x/pools/types/genesis_test.go index 4c90e85b..247550f6 100644 --- a/x/pools/types/genesis_test.go +++ b/x/pools/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func TestGenesis_Validate(t *testing.T) { diff --git a/x/pools/types/models.go b/x/pools/types/models.go index dd032552..4754443a 100644 --- a/x/pools/types/models.go +++ b/x/pools/types/models.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) // GetPoolAddress generates a pool address from its id diff --git a/x/pools/types/models.pb.go b/x/pools/types/models.pb.go index 672bfb09..4c41d64f 100644 --- a/x/pools/types/models.pb.go +++ b/x/pools/types/models.pb.go @@ -80,29 +80,29 @@ func init() { func init() { proto.RegisterFile("milkyway/pools/v1/models.proto", fileDescriptor_b29c6df2abe9a338) } var fileDescriptor_b29c6df2abe9a338 = []byte{ - // 344 bytes of a gzipped FileDescriptorProto + // 345 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x91, 0xdf, 0x4a, 0xc2, 0x50, 0x1c, 0xc7, 0xb7, 0xa5, 0x46, 0x07, 0xa2, 0x1a, 0x16, 0xcb, 0xe0, 0x28, 0x5d, 0x09, 0xe1, 0x0e, - 0xea, 0x13, 0x64, 0xde, 0x08, 0x5d, 0xc8, 0xbc, 0x8b, 0x40, 0x8e, 0x3b, 0x87, 0x39, 0xdc, 0xf6, - 0x93, 0x9d, 0x93, 0xb5, 0x67, 0xe8, 0xa6, 0x87, 0xf1, 0x21, 0xbc, 0x14, 0xaf, 0xa2, 0x0b, 0xa9, - 0xf9, 0x22, 0xe1, 0xce, 0x26, 0x41, 0x77, 0xfb, 0xfe, 0xfb, 0x0c, 0x7e, 0x07, 0xe1, 0xd0, 0x0f, - 0x66, 0xc9, 0x2b, 0x4d, 0xc8, 0x1c, 0x20, 0x10, 0x64, 0xd1, 0x26, 0x21, 0x30, 0x1e, 0x08, 0x7b, - 0x1e, 0x83, 0x04, 0xf3, 0xa2, 0xc8, 0xed, 0x2c, 0xb7, 0x17, 0xed, 0xda, 0xb5, 0x0b, 0x22, 0x04, - 0x31, 0xce, 0x0a, 0x44, 0x09, 0xd5, 0xae, 0x55, 0x3d, 0xf0, 0x40, 0xf9, 0xfb, 0x2f, 0xe5, 0xde, - 0xbe, 0x1b, 0xa8, 0x34, 0x04, 0x08, 0xcc, 0x2b, 0x64, 0xf8, 0xcc, 0xd2, 0x1b, 0x7a, 0xf3, 0xb4, - 0x57, 0x49, 0xb7, 0x75, 0x63, 0xd0, 0x77, 0x0c, 0x9f, 0x99, 0x55, 0x54, 0x66, 0x3c, 0x82, 0xd0, - 0x32, 0x1a, 0x7a, 0xf3, 0xc4, 0x51, 0xc2, 0xec, 0xa0, 0x63, 0xca, 0x58, 0xcc, 0x85, 0xb0, 0x8e, - 0xf6, 0x7e, 0xcf, 0xda, 0x2c, 0x5b, 0xd5, 0xfc, 0x7f, 0xf7, 0x2a, 0x19, 0xc9, 0xd8, 0x8f, 0x3c, - 0xa7, 0x28, 0x9a, 0x0f, 0xa8, 0x22, 0x61, 0xc6, 0x23, 0x61, 0x95, 0xb2, 0xc9, 0xdd, 0x6a, 0x5b, - 0xd7, 0xbe, 0xb6, 0xf5, 0x4b, 0x35, 0x13, 0x6c, 0x66, 0xfb, 0x40, 0x42, 0x2a, 0xa7, 0xf6, 0x20, - 0x92, 0x9b, 0x65, 0x0b, 0xe5, 0xbc, 0x41, 0x24, 0x9d, 0x7c, 0x6a, 0x3e, 0xa3, 0x73, 0xc6, 0x03, - 0xee, 0x51, 0x09, 0xf1, 0x58, 0x4c, 0x69, 0xcc, 0x85, 0x55, 0xce, 0x70, 0xed, 0x1c, 0x77, 0xf3, - 0x1f, 0xf7, 0xc8, 0x3d, 0xea, 0x26, 0x7d, 0xee, 0xfe, 0x81, 0xf6, 0xb9, 0xeb, 0x9c, 0x1d, 0x50, - 0xa3, 0x8c, 0xd4, 0x1b, 0xae, 0x7e, 0xb0, 0xb6, 0x4a, 0xb1, 0xbe, 0x4e, 0xb1, 0xfe, 0x9d, 0x62, - 0xfd, 0x63, 0x87, 0xb5, 0xf5, 0x0e, 0x6b, 0x9f, 0x3b, 0xac, 0x3d, 0x75, 0x3c, 0x5f, 0x4e, 0x5f, - 0x26, 0xb6, 0x0b, 0x21, 0x29, 0x4e, 0xdf, 0x0a, 0xe8, 0x44, 0x1c, 0x14, 0x59, 0x74, 0xc9, 0x5b, - 0xfe, 0x5a, 0x32, 0x99, 0x73, 0x31, 0xa9, 0x64, 0x67, 0xee, 0xfe, 0x06, 0x00, 0x00, 0xff, 0xff, - 0x42, 0x0d, 0x04, 0x15, 0xcc, 0x01, 0x00, 0x00, + 0x5a, 0x2f, 0x90, 0x79, 0x23, 0x74, 0x21, 0xf3, 0x2e, 0x02, 0x39, 0xee, 0x1c, 0xe6, 0x70, 0xdb, + 0x4f, 0x76, 0x4e, 0xd6, 0x9e, 0xa1, 0x9b, 0x1e, 0xc6, 0x87, 0xf0, 0x52, 0xbc, 0x8a, 0x2e, 0xa4, + 0xe6, 0x8b, 0x84, 0x3b, 0x9b, 0x04, 0xdd, 0xed, 0xfb, 0xef, 0x33, 0xf8, 0x1d, 0x84, 0x43, 0x3f, + 0x98, 0x26, 0xaf, 0x34, 0x21, 0x33, 0x80, 0x40, 0x90, 0x79, 0x9b, 0x84, 0xc0, 0x78, 0x20, 0xec, + 0x59, 0x0c, 0x12, 0xcc, 0xb3, 0x22, 0xb7, 0xb3, 0xdc, 0x9e, 0xb7, 0x6b, 0x97, 0x2e, 0x88, 0x10, + 0xc4, 0x28, 0x2b, 0x10, 0x25, 0x54, 0xbb, 0x56, 0xf5, 0xc0, 0x03, 0xe5, 0xef, 0xbe, 0x94, 0x7b, + 0xfd, 0x6e, 0xa0, 0xd2, 0x00, 0x20, 0x30, 0x2f, 0x90, 0xe1, 0x33, 0x4b, 0x6f, 0xe8, 0xcd, 0xe3, + 0x6e, 0x25, 0xdd, 0xd4, 0x8d, 0x7e, 0xcf, 0x31, 0x7c, 0x66, 0x56, 0x51, 0x99, 0xf1, 0x08, 0x42, + 0xcb, 0x68, 0xe8, 0xcd, 0x23, 0x47, 0x09, 0xb3, 0x83, 0x0e, 0x29, 0x63, 0x31, 0x17, 0xc2, 0x3a, + 0xd8, 0xf9, 0x5d, 0x6b, 0xbd, 0x68, 0x55, 0xf3, 0xff, 0xdd, 0xab, 0x64, 0x28, 0x63, 0x3f, 0xf2, + 0x9c, 0xa2, 0x68, 0x3e, 0xa0, 0x8a, 0x84, 0x29, 0x8f, 0x84, 0x55, 0xca, 0x26, 0x37, 0xcb, 0x4d, + 0x5d, 0xfb, 0xda, 0xd4, 0xcf, 0xd5, 0x4c, 0xb0, 0xa9, 0xed, 0x03, 0x09, 0xa9, 0x9c, 0xd8, 0xfd, + 0x48, 0xae, 0x17, 0x2d, 0x94, 0xf3, 0xfa, 0x91, 0x74, 0xf2, 0xa9, 0xf9, 0x8c, 0x4e, 0x19, 0x0f, + 0xb8, 0x47, 0x25, 0xc4, 0x23, 0x31, 0xa1, 0x31, 0x17, 0x56, 0x39, 0xc3, 0xb5, 0x73, 0xdc, 0xd5, + 0x7f, 0xdc, 0x23, 0xf7, 0xa8, 0x9b, 0xf4, 0xb8, 0xfb, 0x07, 0xda, 0xe3, 0xae, 0x73, 0xb2, 0x47, + 0x0d, 0x33, 0x52, 0x77, 0xb0, 0xfc, 0xc1, 0xda, 0x32, 0xc5, 0xfa, 0x2a, 0xc5, 0xfa, 0x77, 0x8a, + 0xf5, 0x8f, 0x2d, 0xd6, 0x56, 0x5b, 0xac, 0x7d, 0x6e, 0xb1, 0xf6, 0xd4, 0xf1, 0x7c, 0x39, 0x79, + 0x19, 0xdb, 0x2e, 0x84, 0xa4, 0x38, 0x7d, 0x2b, 0xa0, 0x63, 0xb1, 0x57, 0x64, 0x7e, 0x47, 0xde, + 0xf2, 0xd7, 0x92, 0xc9, 0x8c, 0x8b, 0x71, 0x25, 0x3b, 0xf3, 0xed, 0x6f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xec, 0x95, 0xbd, 0x63, 0xcc, 0x01, 0x00, 0x00, } func (m *Pool) Marshal() (dAtA []byte, err error) { diff --git a/x/pools/types/models_test.go b/x/pools/types/models_test.go index 09d966bd..ee7fb2ed 100644 --- a/x/pools/types/models_test.go +++ b/x/pools/types/models_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/pools/types" ) func TestPool_Validate(t *testing.T) { diff --git a/x/pools/types/query.pb.go b/x/pools/types/query.pb.go index afcf4626..f6d9a879 100644 --- a/x/pools/types/query.pb.go +++ b/x/pools/types/query.pb.go @@ -284,35 +284,35 @@ var fileDescriptor_bb7667236b657a7d = []byte{ // 490 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6b, 0xd4, 0x40, 0x14, 0xc7, 0x77, 0xda, 0xa6, 0xea, 0x14, 0x0f, 0x1d, 0x16, 0x76, 0x09, 0x1a, 0x97, 0xd0, 0xba, - 0xb2, 0xd0, 0x19, 0xb2, 0xfb, 0x0d, 0x4a, 0xa9, 0x14, 0x3c, 0xd4, 0x1c, 0xf5, 0x20, 0x93, 0x66, - 0x88, 0xc1, 0x24, 0x2f, 0xed, 0x64, 0xa3, 0xa1, 0xf4, 0x22, 0x78, 0x15, 0xd1, 0x8b, 0x1f, 0xa9, - 0xc7, 0x82, 0x17, 0x4f, 0x22, 0xbb, 0x7e, 0x10, 0xc9, 0xcc, 0xa4, 0x8d, 0x6c, 0xbb, 0xeb, 0x69, - 0x67, 0x76, 0xde, 0xff, 0xff, 0x7e, 0xfc, 0xdf, 0x0b, 0x7e, 0x9c, 0xc6, 0xc9, 0xbb, 0xea, 0x3d, - 0xaf, 0x58, 0x0e, 0x90, 0x48, 0x56, 0x7a, 0xec, 0x74, 0x2a, 0xce, 0x2a, 0x9a, 0x9f, 0x41, 0x01, - 0x64, 0xbb, 0x79, 0xa6, 0xea, 0x99, 0x96, 0x9e, 0x3d, 0x3a, 0x01, 0x99, 0x82, 0x64, 0x01, 0x97, - 0x42, 0xd7, 0xb2, 0xd2, 0x0b, 0x44, 0xc1, 0x3d, 0x96, 0xf3, 0x28, 0xce, 0x78, 0x11, 0x43, 0xa6, - 0xe5, 0x76, 0x37, 0x82, 0x08, 0xd4, 0x91, 0xd5, 0x27, 0xf3, 0xef, 0xa3, 0x08, 0x20, 0x4a, 0x04, - 0xe3, 0x79, 0xcc, 0x78, 0x96, 0x41, 0xa1, 0x24, 0xd2, 0xbc, 0x3a, 0x8b, 0x44, 0x29, 0x84, 0x22, - 0x31, 0xef, 0x2e, 0xc3, 0xdd, 0x97, 0x75, 0xd7, 0x63, 0x80, 0x64, 0xbf, 0x3a, 0x0a, 0x7d, 0x71, - 0x3a, 0x15, 0xb2, 0x20, 0x3d, 0x7c, 0xaf, 0x16, 0xbc, 0x89, 0xc3, 0x3e, 0x1a, 0xa0, 0x67, 0x0f, - 0xfd, 0xcd, 0xfa, 0x7a, 0x14, 0xba, 0x0c, 0xf7, 0x5a, 0x82, 0x03, 0x91, 0x41, 0xda, 0x68, 0xba, - 0xd8, 0x0a, 0xeb, 0xbb, 0x52, 0x3c, 0xf0, 0xf5, 0xc5, 0x3d, 0xc4, 0xdb, 0xd7, 0x02, 0x5f, 0xc8, - 0x1c, 0x32, 0x29, 0x88, 0x87, 0x37, 0x6a, 0x3f, 0x55, 0xb9, 0x35, 0xee, 0xd1, 0x85, 0x60, 0xa8, - 0xf2, 0xdf, 0xb8, 0xfc, 0xf5, 0xa4, 0xe3, 0xab, 0x52, 0xf7, 0x75, 0xcb, 0x47, 0x36, 0x2d, 0x0f, - 0x31, 0xbe, 0x89, 0xc9, 0xb8, 0x3d, 0xa5, 0x3a, 0x53, 0x5a, 0x67, 0x4a, 0x75, 0xfe, 0x26, 0x53, - 0x7a, 0xcc, 0x23, 0x61, 0xb4, 0x7e, 0x4b, 0xe9, 0x7e, 0x45, 0x98, 0xb4, 0xdd, 0x0d, 0xe6, 0x04, - 0x5b, 0x0a, 0xa8, 0x8f, 0x06, 0xeb, 0xab, 0x39, 0x75, 0x2d, 0x79, 0xfe, 0x0f, 0xd3, 0x9a, 0x62, - 0x1a, 0xae, 0x64, 0xd2, 0x1d, 0xdb, 0x50, 0xe3, 0xef, 0xeb, 0xd8, 0x52, 0x50, 0xe4, 0x13, 0xc2, - 0xf7, 0xcd, 0x84, 0x0e, 0xc8, 0xf0, 0x16, 0x8a, 0xdb, 0x66, 0x68, 0xef, 0x2c, 0x2b, 0x6c, 0x3a, - 0xba, 0xa3, 0x8f, 0x3f, 0xfe, 0x7c, 0x5b, 0xdb, 0x21, 0x2e, 0x5b, 0x5c, 0x15, 0x7d, 0x38, 0x37, - 0x9b, 0x70, 0x41, 0x3e, 0x23, 0xbc, 0xd5, 0x1a, 0x3c, 0x19, 0x2d, 0x47, 0x69, 0x6f, 0xc7, 0x7f, - 0xd2, 0xec, 0x29, 0x9a, 0x21, 0xd9, 0xbd, 0x83, 0x86, 0xa9, 0xa5, 0x62, 0xe7, 0xea, 0xe7, 0x82, - 0x94, 0xd8, 0x52, 0x13, 0x23, 0x4b, 0xdd, 0x9b, 0x75, 0xb1, 0x77, 0x57, 0x54, 0x19, 0x88, 0x81, - 0x82, 0xb0, 0x49, 0xff, 0xae, 0x48, 0xf6, 0x5f, 0x5c, 0xce, 0x1c, 0x74, 0x35, 0x73, 0xd0, 0xef, - 0x99, 0x83, 0xbe, 0xcc, 0x9d, 0xce, 0xd5, 0xdc, 0xe9, 0xfc, 0x9c, 0x3b, 0x9d, 0x57, 0xe3, 0x28, - 0x2e, 0xde, 0x4e, 0x03, 0x7a, 0x02, 0xe9, 0xb5, 0x7a, 0x2f, 0xe1, 0x81, 0xbc, 0xf1, 0x2a, 0x27, - 0xec, 0x83, 0x31, 0x2c, 0xaa, 0x5c, 0xc8, 0x60, 0x53, 0x7d, 0x8b, 0x93, 0xbf, 0x01, 0x00, 0x00, - 0xff, 0xff, 0xf6, 0x6f, 0x0e, 0x07, 0x3f, 0x04, 0x00, 0x00, + 0xb2, 0xd0, 0x19, 0xb2, 0xf5, 0x13, 0x94, 0x52, 0x29, 0x78, 0xa8, 0x39, 0xea, 0x41, 0x26, 0xcd, + 0x10, 0x83, 0x49, 0x5e, 0xda, 0xc9, 0x46, 0x43, 0xe9, 0x45, 0xf0, 0x2a, 0xa2, 0x17, 0x3f, 0x52, + 0x8f, 0x05, 0x2f, 0x9e, 0x44, 0x76, 0xfd, 0x20, 0x92, 0x99, 0x49, 0x1b, 0xd9, 0x76, 0xb7, 0xa7, + 0x9d, 0xd9, 0x79, 0xff, 0xff, 0xfb, 0xf1, 0x7f, 0x2f, 0xf8, 0x71, 0x1a, 0x27, 0xef, 0xab, 0x0f, + 0xbc, 0x62, 0x39, 0x40, 0x22, 0x59, 0xe9, 0xb1, 0x93, 0x89, 0x38, 0xad, 0x68, 0x7e, 0x0a, 0x05, + 0x90, 0xcd, 0xe6, 0x99, 0xaa, 0x67, 0x5a, 0x7a, 0xf6, 0xe8, 0x18, 0x64, 0x0a, 0x92, 0x05, 0x5c, + 0x0a, 0x5d, 0xcb, 0x4a, 0x2f, 0x10, 0x05, 0xf7, 0x58, 0xce, 0xa3, 0x38, 0xe3, 0x45, 0x0c, 0x99, + 0x96, 0xdb, 0xdd, 0x08, 0x22, 0x50, 0x47, 0x56, 0x9f, 0xcc, 0xbf, 0x8f, 0x22, 0x80, 0x28, 0x11, + 0x8c, 0xe7, 0x31, 0xe3, 0x59, 0x06, 0x85, 0x92, 0x48, 0xf3, 0xea, 0xcc, 0x13, 0xa5, 0x10, 0x8a, + 0xc4, 0xbc, 0xbb, 0x0c, 0x77, 0x5f, 0xd5, 0x5d, 0x8f, 0x00, 0x92, 0xbd, 0xea, 0x30, 0xf4, 0xc5, + 0xc9, 0x44, 0xc8, 0x82, 0xf4, 0xf0, 0xbd, 0x5a, 0xf0, 0x36, 0x0e, 0xfb, 0x68, 0x80, 0x9e, 0x3d, + 0xf4, 0xd7, 0xeb, 0xeb, 0x61, 0xe8, 0x32, 0xdc, 0x6b, 0x09, 0xf6, 0x45, 0x06, 0x69, 0xa3, 0xe9, + 0x62, 0x2b, 0xac, 0xef, 0x4a, 0xf1, 0xc0, 0xd7, 0x17, 0xf7, 0x00, 0x6f, 0x5e, 0x09, 0x7c, 0x21, + 0x73, 0xc8, 0xa4, 0x20, 0x1e, 0x5e, 0xab, 0xfd, 0x54, 0xe5, 0xc6, 0xb8, 0x47, 0xe7, 0x82, 0xa1, + 0xca, 0x7f, 0xed, 0xe2, 0xf7, 0x93, 0x8e, 0xaf, 0x4a, 0xdd, 0x37, 0x2d, 0x1f, 0xd9, 0xb4, 0x3c, + 0xc0, 0xf8, 0x3a, 0x26, 0xe3, 0xf6, 0x94, 0xea, 0x4c, 0x69, 0x9d, 0x29, 0xd5, 0xf9, 0x9b, 0x4c, + 0xe9, 0x11, 0x8f, 0x84, 0xd1, 0xfa, 0x2d, 0xa5, 0xfb, 0x0d, 0x61, 0xd2, 0x76, 0x37, 0x98, 0xbb, + 0xd8, 0x52, 0x40, 0x7d, 0x34, 0x58, 0x5d, 0xce, 0xa9, 0x6b, 0xc9, 0x8b, 0xff, 0x98, 0x56, 0x14, + 0xd3, 0x70, 0x29, 0x93, 0xee, 0xd8, 0x86, 0x1a, 0xff, 0x58, 0xc5, 0x96, 0x82, 0x22, 0x9f, 0x11, + 0xbe, 0x6f, 0x26, 0xb4, 0x4f, 0x86, 0x37, 0x50, 0xdc, 0x34, 0x43, 0x7b, 0x6b, 0x51, 0x61, 0xd3, + 0xd1, 0x1d, 0x7d, 0xfa, 0xf9, 0xf7, 0xfb, 0xca, 0x16, 0x71, 0xd9, 0xfc, 0xaa, 0xe8, 0xc3, 0x99, + 0xd9, 0x84, 0x73, 0xf2, 0x05, 0xe1, 0x8d, 0xd6, 0xe0, 0xc9, 0x68, 0x31, 0x4a, 0x7b, 0x3b, 0xee, + 0x48, 0xb3, 0xa3, 0x68, 0x86, 0x64, 0xfb, 0x16, 0x1a, 0xa6, 0x96, 0x8a, 0x9d, 0xa9, 0x9f, 0x73, + 0x52, 0x62, 0x4b, 0x4d, 0x8c, 0x2c, 0x74, 0x6f, 0xd6, 0xc5, 0xde, 0x5e, 0x52, 0x65, 0x20, 0x06, + 0x0a, 0xc2, 0x26, 0xfd, 0xdb, 0x22, 0xd9, 0x7b, 0x79, 0x31, 0x75, 0xd0, 0xe5, 0xd4, 0x41, 0x7f, + 0xa6, 0x0e, 0xfa, 0x3a, 0x73, 0x3a, 0x97, 0x33, 0xa7, 0xf3, 0x6b, 0xe6, 0x74, 0x5e, 0x8f, 0xa3, + 0xb8, 0x78, 0x37, 0x09, 0xe8, 0x31, 0xa4, 0x57, 0xea, 0x9d, 0x84, 0x07, 0xf2, 0xda, 0xab, 0x7c, + 0xce, 0x3e, 0x1a, 0xc3, 0xa2, 0xca, 0x85, 0x0c, 0xd6, 0xd5, 0xb7, 0xb8, 0xfb, 0x2f, 0x00, 0x00, + 0xff, 0xff, 0x58, 0xf7, 0xb7, 0x71, 0x3f, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/restaking/abci.go b/x/restaking/abci.go index dc154c78..502ed801 100644 --- a/x/restaking/abci.go +++ b/x/restaking/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // EndBlocker is called every block and is responsible for maturing unbonding delegations diff --git a/x/restaking/client/cli/query.go b/x/restaking/client/cli/query.go index 83c4022a..4926f72c 100644 --- a/x/restaking/client/cli/query.go +++ b/x/restaking/client/cli/query.go @@ -8,10 +8,10 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // GetQueryCmd returns the command allowing to perform queries diff --git a/x/restaking/client/cli/tx.go b/x/restaking/client/cli/tx.go index 38d5a0c9..f133cdce 100644 --- a/x/restaking/client/cli/tx.go +++ b/x/restaking/client/cli/tx.go @@ -10,11 +10,11 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // GetTxCmd returns a new command to perform restaking transactions diff --git a/x/restaking/keeper/alias_functions.go b/x/restaking/keeper/alias_functions.go index 5d1edacc..1706de16 100644 --- a/x/restaking/keeper/alias_functions.go +++ b/x/restaking/keeper/alias_functions.go @@ -13,11 +13,11 @@ import ( "github.com/cosmos/cosmos-sdk/runtime" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // -------------------------------------------------------------------------------------------------------------------- diff --git a/x/restaking/keeper/alias_functions_test.go b/x/restaking/keeper/alias_functions_test.go index d7461711..d7dc81ab 100644 --- a/x/restaking/keeper/alias_functions_test.go +++ b/x/restaking/keeper/alias_functions_test.go @@ -6,13 +6,13 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_GetAllOperatorsJoinedServicesRecord() { diff --git a/x/restaking/keeper/common_test.go b/x/restaking/keeper/common_test.go index a5f1ed0a..6a9ed8c0 100644 --- a/x/restaking/keeper/common_test.go +++ b/x/restaking/keeper/common_test.go @@ -17,14 +17,14 @@ import ( oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" "github.com/stretchr/testify/suite" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/testutils" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/testutils" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/restaking/keeper/end_blocker.go b/x/restaking/keeper/end_blocker.go index 8e3aa909..1c826786 100644 --- a/x/restaking/keeper/end_blocker.go +++ b/x/restaking/keeper/end_blocker.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // CompleteMatureUnbondingDelegations runs the endblocker logic for delegations diff --git a/x/restaking/keeper/end_blocker_test.go b/x/restaking/keeper/end_blocker_test.go index 40753825..07304bdd 100644 --- a/x/restaking/keeper/end_blocker_test.go +++ b/x/restaking/keeper/end_blocker_test.go @@ -6,10 +6,10 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_CompleteMatureUnbondingDelegations() { diff --git a/x/restaking/keeper/genesis.go b/x/restaking/keeper/genesis.go index 2e197e7c..43e4df51 100644 --- a/x/restaking/keeper/genesis.go +++ b/x/restaking/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // ExportGenesis returns a new GenesisState instance containing the information currently present inside the store diff --git a/x/restaking/keeper/genesis_test.go b/x/restaking/keeper/genesis_test.go index d3417747..8106f355 100644 --- a/x/restaking/keeper/genesis_test.go +++ b/x/restaking/keeper/genesis_test.go @@ -6,7 +6,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/restaking/keeper/grpc_query.go b/x/restaking/keeper/grpc_query.go index 17f48c9f..160498b0 100644 --- a/x/restaking/keeper/grpc_query.go +++ b/x/restaking/keeper/grpc_query.go @@ -11,10 +11,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type Querier struct { diff --git a/x/restaking/keeper/grpc_query_test.go b/x/restaking/keeper/grpc_query_test.go index 8fb4d622..bd3f9c0f 100644 --- a/x/restaking/keeper/grpc_query_test.go +++ b/x/restaking/keeper/grpc_query_test.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestQuerier_OperatorJoinedServices() { diff --git a/x/restaking/keeper/hooks.go b/x/restaking/keeper/hooks.go index db541b6c..fe11a4bd 100644 --- a/x/restaking/keeper/hooks.go +++ b/x/restaking/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var _ types.RestakingHooks = &Keeper{} diff --git a/x/restaking/keeper/invariants.go b/x/restaking/keeper/invariants.go index 3f53d753..5120fe2b 100644 --- a/x/restaking/keeper/invariants.go +++ b/x/restaking/keeper/invariants.go @@ -7,10 +7,10 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func RegisterInvariants(ir sdk.InvariantRegistry, k *Keeper) { diff --git a/x/restaking/keeper/keeper.go b/x/restaking/keeper/keeper.go index e65f4a9c..9669d8ea 100644 --- a/x/restaking/keeper/keeper.go +++ b/x/restaking/keeper/keeper.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) type Keeper struct { diff --git a/x/restaking/keeper/msg_server.go b/x/restaking/keeper/msg_server.go index 38d74d03..93ebf87c 100644 --- a/x/restaking/keeper/msg_server.go +++ b/x/restaking/keeper/msg_server.go @@ -13,10 +13,10 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/hashicorp/go-metrics" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/restaking/keeper/msg_server_test.go b/x/restaking/keeper/msg_server_test.go index 6684feb8..89e6744b 100644 --- a/x/restaking/keeper/msg_server_test.go +++ b/x/restaking/keeper/msg_server_test.go @@ -7,11 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestMsgServer_JoinService() { diff --git a/x/restaking/keeper/operator_restaking.go b/x/restaking/keeper/operator_restaking.go index bd936bd8..5d5e7070 100644 --- a/x/restaking/keeper/operator_restaking.go +++ b/x/restaking/keeper/operator_restaking.go @@ -9,8 +9,8 @@ import ( "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // AddServiceToOperatorJoinedServices adds the given service to the list of services joined by diff --git a/x/restaking/keeper/operator_restaking_test.go b/x/restaking/keeper/operator_restaking_test.go index 9e684145..7fbb1d21 100644 --- a/x/restaking/keeper/operator_restaking_test.go +++ b/x/restaking/keeper/operator_restaking_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_SaveOperatorDelegation() { diff --git a/x/restaking/keeper/operators_hooks.go b/x/restaking/keeper/operators_hooks.go index 809f68b5..8f48967e 100644 --- a/x/restaking/keeper/operators_hooks.go +++ b/x/restaking/keeper/operators_hooks.go @@ -7,8 +7,8 @@ import ( "cosmossdk.io/collections" errorsmod "cosmossdk.io/errors" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ operatorstypes.OperatorsHooks = &OperatorsHooks{} diff --git a/x/restaking/keeper/operators_hooks_test.go b/x/restaking/keeper/operators_hooks_test.go index ed0b9c73..e8195be6 100644 --- a/x/restaking/keeper/operators_hooks_test.go +++ b/x/restaking/keeper/operators_hooks_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestOperatorHooks_BeforeOperatorDeleted() { diff --git a/x/restaking/keeper/oracle.go b/x/restaking/keeper/oracle.go index 9def231f..18ea4454 100644 --- a/x/restaking/keeper/oracle.go +++ b/x/restaking/keeper/oracle.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" connecttypes "github.com/skip-mev/connect/v2/pkg/types" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // These code snippets are copied from x/rewards/keeper/oracle.go diff --git a/x/restaking/keeper/oracle_test.go b/x/restaking/keeper/oracle_test.go index a0c1270c..42ff71ca 100644 --- a/x/restaking/keeper/oracle_test.go +++ b/x/restaking/keeper/oracle_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func (suite *KeeperTestSuite) TestGetAssetAndPrice() { diff --git a/x/restaking/keeper/params.go b/x/restaking/keeper/params.go index e08d6f76..1daaa15a 100644 --- a/x/restaking/keeper/params.go +++ b/x/restaking/keeper/params.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/math" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // UnbondingTime returns the unbonding time. diff --git a/x/restaking/keeper/pool_restaking.go b/x/restaking/keeper/pool_restaking.go index 4bb3b42e..5717949d 100644 --- a/x/restaking/keeper/pool_restaking.go +++ b/x/restaking/keeper/pool_restaking.go @@ -7,8 +7,8 @@ import ( "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // GetPoolDelegation retrieves the delegation for the given user and pool diff --git a/x/restaking/keeper/pool_restaking_test.go b/x/restaking/keeper/pool_restaking_test.go index 2d89730b..e4baf68b 100644 --- a/x/restaking/keeper/pool_restaking_test.go +++ b/x/restaking/keeper/pool_restaking_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_SavePoolDelegation() { diff --git a/x/restaking/keeper/restake_restriction.go b/x/restaking/keeper/restake_restriction.go index 8b091d56..00bff33c 100644 --- a/x/restaking/keeper/restake_restriction.go +++ b/x/restaking/keeper/restake_restriction.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // SetRestakeRestriction sets a function that checks if a restake operation is allowed. diff --git a/x/restaking/keeper/restake_restriction_test.go b/x/restaking/keeper/restake_restriction_test.go index a0348a04..219e8c7e 100644 --- a/x/restaking/keeper/restake_restriction_test.go +++ b/x/restaking/keeper/restake_restriction_test.go @@ -4,11 +4,11 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_ValidateRestakeRestakingCap() { diff --git a/x/restaking/keeper/service_restaking.go b/x/restaking/keeper/service_restaking.go index d9226c50..0831dc28 100644 --- a/x/restaking/keeper/service_restaking.go +++ b/x/restaking/keeper/service_restaking.go @@ -9,9 +9,9 @@ import ( "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // ServiceAllowedOperatorsIterator returns an iterator that iterates over all diff --git a/x/restaking/keeper/service_restaking_test.go b/x/restaking/keeper/service_restaking_test.go index eae5eabd..c91823ca 100644 --- a/x/restaking/keeper/service_restaking_test.go +++ b/x/restaking/keeper/service_restaking_test.go @@ -4,8 +4,8 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // -------------------------------------------------------------------------------------------------------------------- diff --git a/x/restaking/keeper/services_hooks.go b/x/restaking/keeper/services_hooks.go index d095ecf4..b5a3d4d3 100644 --- a/x/restaking/keeper/services_hooks.go +++ b/x/restaking/keeper/services_hooks.go @@ -5,7 +5,7 @@ import ( "cosmossdk.io/collections" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type ServicesHooks struct { diff --git a/x/restaking/keeper/unbond.go b/x/restaking/keeper/unbond.go index 7a292410..682e1f77 100644 --- a/x/restaking/keeper/unbond.go +++ b/x/restaking/keeper/unbond.go @@ -9,11 +9,11 @@ import ( storetypes "cosmossdk.io/store/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // IncrementUnbondingID increments and returns a unique ID for an unbonding operation diff --git a/x/restaking/keeper/user_preferences.go b/x/restaking/keeper/user_preferences.go index 148f104b..6060beff 100644 --- a/x/restaking/keeper/user_preferences.go +++ b/x/restaking/keeper/user_preferences.go @@ -8,7 +8,7 @@ import ( cosmoserrors "cosmossdk.io/errors" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // SetUserPreferences sets the given preferences for the user having the given address diff --git a/x/restaking/keeper/user_preferences_test.go b/x/restaking/keeper/user_preferences_test.go index c03a10d4..06eb17ad 100644 --- a/x/restaking/keeper/user_preferences_test.go +++ b/x/restaking/keeper/user_preferences_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func (suite *KeeperTestSuite) TestKeeper_SetUserPreferences() { diff --git a/x/restaking/module.go b/x/restaking/module.go index 92769856..44d3da1b 100644 --- a/x/restaking/module.go +++ b/x/restaking/module.go @@ -18,13 +18,13 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/simulation" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/simulation" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" ) const ( diff --git a/x/restaking/simulation/decoder.go b/x/restaking/simulation/decoder.go index f839ca18..7cd82c34 100644 --- a/x/restaking/simulation/decoder.go +++ b/x/restaking/simulation/decoder.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/kv" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/restaking/simulation/genesis.go b/x/restaking/simulation/genesis.go index 06b703c5..5c106a7e 100644 --- a/x/restaking/simulation/genesis.go +++ b/x/restaking/simulation/genesis.go @@ -3,10 +3,10 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - operatorssimulation "github.com/milkyway-labs/milkyway/v3/x/operators/simulation" - poolssimulation "github.com/milkyway-labs/milkyway/v3/x/pools/simulation" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicessimulation "github.com/milkyway-labs/milkyway/v3/x/services/simulation" + operatorssimulation "github.com/milkyway-labs/milkyway/v4/x/operators/simulation" + poolssimulation "github.com/milkyway-labs/milkyway/v4/x/pools/simulation" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicessimulation "github.com/milkyway-labs/milkyway/v4/x/services/simulation" ) // RandomizedGenState generates a random GenesisState for the restaking module diff --git a/x/restaking/simulation/msg_factory.go b/x/restaking/simulation/msg_factory.go index 10069a67..70392611 100644 --- a/x/restaking/simulation/msg_factory.go +++ b/x/restaking/simulation/msg_factory.go @@ -11,17 +11,17 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorssimulation "github.com/milkyway-labs/milkyway/v3/x/operators/simulation" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolssimulation "github.com/milkyway-labs/milkyway/v3/x/pools/simulation" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicessimulation "github.com/milkyway-labs/milkyway/v3/x/services/simulation" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorssimulation "github.com/milkyway-labs/milkyway/v4/x/operators/simulation" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolssimulation "github.com/milkyway-labs/milkyway/v4/x/pools/simulation" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicessimulation "github.com/milkyway-labs/milkyway/v4/x/services/simulation" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // Simulation operation weights constants diff --git a/x/restaking/simulation/proposals.go b/x/restaking/simulation/proposals.go index ee1099f3..86b1308f 100644 --- a/x/restaking/simulation/proposals.go +++ b/x/restaking/simulation/proposals.go @@ -9,8 +9,8 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // Simulation operation weights constants diff --git a/x/restaking/simulation/utils.go b/x/restaking/simulation/utils.go index cf42a798..91621564 100644 --- a/x/restaking/simulation/utils.go +++ b/x/restaking/simulation/utils.go @@ -8,13 +8,13 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func RandomOperatorJoinedServices( diff --git a/x/restaking/testutils/hooks_mocks.go b/x/restaking/testutils/hooks_mocks.go index 0de802fd..c0f0c01e 100644 --- a/x/restaking/testutils/hooks_mocks.go +++ b/x/restaking/testutils/hooks_mocks.go @@ -3,7 +3,7 @@ package testutils import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var _ types.RestakingHooks = &MockHooks{} diff --git a/x/restaking/testutils/keeper.go b/x/restaking/testutils/keeper.go index 9569b71f..b039bcda 100644 --- a/x/restaking/testutils/keeper.go +++ b/x/restaking/testutils/keeper.go @@ -13,17 +13,17 @@ import ( oraclekeeper "github.com/skip-mev/connect/v2/x/oracle/keeper" oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type KeeperTestData struct { diff --git a/x/restaking/types/expected_keepers.go b/x/restaking/types/expected_keepers.go index eb5da61b..e925903e 100644 --- a/x/restaking/types/expected_keepers.go +++ b/x/restaking/types/expected_keepers.go @@ -8,10 +8,10 @@ import ( connecttypes "github.com/skip-mev/connect/v2/pkg/types" oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type AccountKeeper interface { diff --git a/x/restaking/types/genesis.go b/x/restaking/types/genesis.go index 5a56eb73..e3179330 100644 --- a/x/restaking/types/genesis.go +++ b/x/restaking/types/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) // NewGenesis creates a new genesis state diff --git a/x/restaking/types/genesis.pb.go b/x/restaking/types/genesis.pb.go index 45e14a10..3df1c3e6 100644 --- a/x/restaking/types/genesis.pb.go +++ b/x/restaking/types/genesis.pb.go @@ -365,42 +365,42 @@ var fileDescriptor_0378bd63cae7d256 = []byte{ // 609 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x86, 0xe3, 0xfe, 0x7e, 0x3d, 0x6e, 0x3f, 0xc0, 0x4a, 0xa9, 0x89, 0x84, 0x93, 0x06, 0xa9, - 0xaa, 0x80, 0xda, 0x6a, 0x2a, 0xb1, 0x61, 0xd5, 0x2a, 0x08, 0x85, 0x05, 0x44, 0x8e, 0xd8, 0xb0, - 0xc0, 0x72, 0xe2, 0xc1, 0x98, 0x3a, 0x1e, 0x6b, 0x8e, 0x93, 0x12, 0xb8, 0x02, 0x76, 0xdc, 0x08, - 0xf7, 0xd1, 0x65, 0x97, 0xac, 0x22, 0xe4, 0xdc, 0x08, 0xb2, 0x3d, 0xe3, 0xb8, 0x4d, 0x1c, 0x89, - 0x5d, 0xe2, 0x79, 0xcf, 0xf3, 0x8c, 0xc6, 0xaf, 0x07, 0x9e, 0x0c, 0x3d, 0xff, 0x72, 0x72, 0x65, - 0x4f, 0x0c, 0x46, 0x30, 0xb2, 0x2f, 0xbd, 0xc0, 0x35, 0xc6, 0xa7, 0x86, 0x4b, 0x02, 0x82, 0x1e, - 0xea, 0x21, 0xa3, 0x11, 0x55, 0xf6, 0x45, 0x48, 0xcf, 0x43, 0xfa, 0xf8, 0xb4, 0x56, 0x75, 0xa9, - 0x4b, 0xd3, 0x84, 0x91, 0xfc, 0xca, 0xc2, 0xb5, 0xe6, 0x72, 0xe2, 0x90, 0x3a, 0xc4, 0xc7, 0xd5, - 0x99, 0xd0, 0x66, 0xf6, 0x90, 0x67, 0x9a, 0xdf, 0xe0, 0xe1, 0xbb, 0x90, 0x30, 0x3b, 0xa2, 0xec, - 0x0d, 0xf5, 0x02, 0xe2, 0xf4, 0x08, 0x1b, 0x7b, 0x03, 0x82, 0x8a, 0x01, 0x32, 0xe5, 0x2b, 0x96, - 0xe7, 0xa8, 0x52, 0x43, 0x3a, 0xde, 0xbb, 0xf8, 0x3f, 0x9e, 0xd6, 0x41, 0x0c, 0x74, 0xda, 0x26, - 0x88, 0x48, 0xc7, 0x49, 0x06, 0x30, 0x1b, 0xb6, 0x3c, 0x07, 0xd5, 0xb5, 0xc6, 0xba, 0x18, 0xe0, - 0xcc, 0x4e, 0x1b, 0x4d, 0xe0, 0x91, 0x8e, 0x83, 0xcd, 0xef, 0x70, 0xc0, 0x57, 0xce, 0x7d, 0x9f, - 0x5e, 0x11, 0x47, 0x80, 0x51, 0x79, 0x0e, 0x30, 0x67, 0x71, 0xf7, 0x5e, 0x3c, 0xad, 0xef, 0xe4, - 0x28, 0x73, 0x27, 0x27, 0x29, 0x2d, 0xd8, 0x2d, 0x6c, 0x55, 0xa8, 0xef, 0xc5, 0xd3, 0xba, 0x3c, - 0xdf, 0x2b, 0x9a, 0xf2, 0x7c, 0xb3, 0xd8, 0xf4, 0xa1, 0xca, 0x59, 0x3d, 0x32, 0x18, 0x31, 0x2f, - 0x70, 0xbb, 0x94, 0xfa, 0xff, 0x6a, 0x3e, 0x82, 0xff, 0x42, 0x4a, 0xfd, 0x82, 0x55, 0x8e, 0xa7, - 0xf5, 0xed, 0x04, 0x95, 0x18, 0xb7, 0x93, 0xc5, 0xc4, 0xf6, 0x43, 0x82, 0xea, 0x7b, 0x24, 0xac, - 0xcb, 0xc8, 0x27, 0xc2, 0x48, 0x30, 0x20, 0xf8, 0x2a, 0x88, 0xd8, 0x44, 0x39, 0x84, 0xdd, 0x11, - 0x12, 0x66, 0xd9, 0x8e, 0xc3, 0x08, 0x62, 0x2a, 0xdc, 0x31, 0xe5, 0xe4, 0xd9, 0x79, 0xf6, 0x48, - 0x79, 0x0b, 0x72, 0x38, 0x1f, 0x53, 0xd7, 0x1a, 0xd2, 0xb1, 0xdc, 0x3a, 0xd2, 0x97, 0xb6, 0x45, - 0xbf, 0x23, 0xb9, 0xd8, 0xb8, 0x9e, 0xd6, 0x2b, 0x66, 0x11, 0xd0, 0xfc, 0xb5, 0x09, 0xbb, 0xaf, - 0xb3, 0xe6, 0xf5, 0x22, 0x3b, 0x22, 0xca, 0x4b, 0xd8, 0xca, 0x3a, 0x91, 0xda, 0xe5, 0xd6, 0xe3, - 0x12, 0x76, 0x37, 0x0d, 0x71, 0x24, 0x1f, 0x51, 0x28, 0x3c, 0x12, 0xc7, 0x8a, 0xd6, 0x97, 0xb4, - 0x42, 0x16, 0x3f, 0x9f, 0xec, 0x48, 0xe4, 0xd6, 0x49, 0x09, 0x6f, 0x79, 0xf1, 0x38, 0xff, 0x20, - 0xa7, 0xde, 0xe9, 0x25, 0x83, 0x9a, 0xe0, 0x5b, 0x76, 0xd6, 0x1b, 0x2b, 0xcf, 0xaa, 0xeb, 0xa9, - 0x51, 0x2f, 0x31, 0x96, 0xd4, 0x8d, 0x2b, 0x55, 0xc1, 0x5d, 0xa8, 0xa3, 0x07, 0x07, 0xb9, 0x13, - 0x79, 0x5d, 0xac, 0xe4, 0xdd, 0xa2, 0xba, 0x91, 0x0a, 0x9f, 0xad, 0x16, 0xde, 0xaa, 0x18, 0xb7, - 0xed, 0x0b, 0xe2, 0xed, 0xfe, 0x75, 0x40, 0x76, 0x88, 0x4f, 0x5c, 0x3b, 0xf2, 0x68, 0x80, 0xea, - 0x66, 0x8a, 0x3f, 0x2c, 0xc1, 0xb7, 0xf3, 0xa4, 0x78, 0xd1, 0x85, 0x59, 0x85, 0xc0, 0xfe, 0x28, - 0xe8, 0xd3, 0xc0, 0x49, 0x76, 0x5b, 0x84, 0x6e, 0xa5, 0xd0, 0xa7, 0x65, 0x15, 0x12, 0x33, 0x0b, - 0xf4, 0xea, 0x68, 0x71, 0x09, 0x95, 0x8f, 0xf0, 0x20, 0xa9, 0x2b, 0x5a, 0xc5, 0x96, 0x6e, 0xaf, - 0x3c, 0x96, 0x65, 0x9f, 0x02, 0x77, 0xdc, 0x4f, 0x59, 0xc5, 0x0a, 0x77, 0xaf, 0x63, 0x4d, 0xba, - 0x89, 0x35, 0xe9, 0x4f, 0xac, 0x49, 0x3f, 0x67, 0x5a, 0xe5, 0x66, 0xa6, 0x55, 0x7e, 0xcf, 0xb4, - 0xca, 0x87, 0x17, 0xae, 0x17, 0x7d, 0x1e, 0xf5, 0xf5, 0x01, 0x1d, 0x1a, 0x42, 0x74, 0xe2, 0xdb, - 0x7d, 0xcc, 0xff, 0x19, 0xe3, 0x33, 0xe3, 0x6b, 0xe1, 0xfa, 0x8b, 0x26, 0x21, 0xc1, 0xfe, 0x56, - 0x7a, 0xf7, 0x9d, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x96, 0xcf, 0xc4, 0x6f, 0x97, 0x05, 0x00, + 0xaa, 0x80, 0xda, 0x6a, 0x40, 0x6c, 0x58, 0xb5, 0x0a, 0x42, 0x61, 0x01, 0x91, 0x23, 0x36, 0x2c, + 0xb0, 0x9c, 0x78, 0x30, 0xa6, 0x8e, 0xc7, 0x9a, 0xe3, 0xa4, 0x04, 0xae, 0x80, 0x1d, 0x37, 0xc2, + 0x7d, 0x74, 0xd9, 0x25, 0xab, 0x08, 0x39, 0x37, 0x82, 0x6c, 0xcf, 0x38, 0x6e, 0x13, 0x47, 0x62, + 0x97, 0x78, 0xde, 0xf3, 0x3c, 0xa3, 0xf1, 0xeb, 0x81, 0x47, 0x43, 0xcf, 0xbf, 0x98, 0x5c, 0xda, + 0x13, 0x83, 0x11, 0x8c, 0xec, 0x0b, 0x2f, 0x70, 0x8d, 0xf1, 0xa9, 0xe1, 0x92, 0x80, 0xa0, 0x87, + 0x7a, 0xc8, 0x68, 0x44, 0x95, 0x7d, 0x11, 0xd2, 0xf3, 0x90, 0x3e, 0x3e, 0xad, 0x55, 0x5d, 0xea, + 0xd2, 0x34, 0x61, 0x24, 0xbf, 0xb2, 0x70, 0xad, 0xb9, 0x9c, 0x38, 0xa4, 0x0e, 0xf1, 0x71, 0x75, + 0x26, 0xb4, 0x99, 0x3d, 0xe4, 0x99, 0xe6, 0x37, 0xb8, 0xff, 0x2e, 0x24, 0xcc, 0x8e, 0x28, 0x7b, + 0x43, 0xbd, 0x80, 0x38, 0x3d, 0xc2, 0xc6, 0xde, 0x80, 0xa0, 0x62, 0x80, 0x4c, 0xf9, 0x8a, 0xe5, + 0x39, 0xaa, 0xd4, 0x90, 0x8e, 0xf7, 0xce, 0xff, 0x8f, 0xa7, 0x75, 0x10, 0x03, 0x9d, 0xb6, 0x09, + 0x22, 0xd2, 0x71, 0x92, 0x01, 0xcc, 0x86, 0x2d, 0xcf, 0x41, 0x75, 0xad, 0xb1, 0x2e, 0x06, 0x38, + 0xb3, 0xd3, 0x46, 0x13, 0x78, 0xa4, 0xe3, 0x60, 0xf3, 0x3b, 0x1c, 0xf0, 0x95, 0x33, 0xdf, 0xa7, + 0x97, 0xc4, 0x11, 0x60, 0x54, 0x9e, 0x02, 0xcc, 0x59, 0xdc, 0xbd, 0x17, 0x4f, 0xeb, 0x3b, 0x39, + 0xca, 0xdc, 0xc9, 0x49, 0x4a, 0x0b, 0x76, 0x0b, 0x5b, 0x15, 0xea, 0x3b, 0xf1, 0xb4, 0x2e, 0xcf, + 0xf7, 0x8a, 0xa6, 0x3c, 0xdf, 0x2c, 0x36, 0x7d, 0xa8, 0x72, 0x56, 0x8f, 0x0c, 0x46, 0xcc, 0x0b, + 0xdc, 0x2e, 0xa5, 0xfe, 0xbf, 0x9a, 0x8f, 0xe0, 0xbf, 0x90, 0x52, 0xbf, 0x60, 0x95, 0xe3, 0x69, + 0x7d, 0x3b, 0x41, 0x25, 0xc6, 0xed, 0x64, 0x31, 0xb1, 0xfd, 0x90, 0xa0, 0xfa, 0x1e, 0x09, 0xeb, + 0x32, 0xf2, 0x89, 0x30, 0x12, 0x0c, 0x08, 0xbe, 0x0a, 0x22, 0x36, 0x51, 0x0e, 0x61, 0x77, 0x84, + 0x84, 0x59, 0xb6, 0xe3, 0x30, 0x82, 0x98, 0x0a, 0x77, 0x4c, 0x39, 0x79, 0x76, 0x96, 0x3d, 0x52, + 0xde, 0x82, 0x1c, 0xce, 0xc7, 0xd4, 0xb5, 0x86, 0x74, 0x2c, 0xb7, 0x8e, 0xf4, 0xa5, 0x6d, 0xd1, + 0x6f, 0x49, 0xce, 0x37, 0xae, 0xa6, 0xf5, 0x8a, 0x59, 0x04, 0x34, 0x7f, 0x6d, 0xc2, 0xee, 0xeb, + 0xac, 0x79, 0xbd, 0xc8, 0x8e, 0x88, 0xf2, 0x12, 0xb6, 0xb2, 0x4e, 0xa4, 0x76, 0xb9, 0xf5, 0xb0, + 0x84, 0xdd, 0x4d, 0x43, 0x1c, 0xc9, 0x47, 0x14, 0x0a, 0x0f, 0xc4, 0xb1, 0xa2, 0xf5, 0x25, 0xad, + 0x90, 0xc5, 0xcf, 0x27, 0x3b, 0x12, 0xb9, 0x75, 0x52, 0xc2, 0x5b, 0x5e, 0x3c, 0xce, 0x3f, 0xc8, + 0xa9, 0xb7, 0x7a, 0xc9, 0xa0, 0x26, 0xf8, 0x96, 0x9d, 0xf5, 0xc6, 0xca, 0xb3, 0xea, 0x7a, 0x6a, + 0xd4, 0x4b, 0x8c, 0x25, 0x75, 0xe3, 0x4a, 0x55, 0x70, 0x17, 0xea, 0xe8, 0xc1, 0x41, 0xee, 0x44, + 0x5e, 0x17, 0x2b, 0x79, 0xb7, 0xa8, 0x6e, 0xa4, 0xc2, 0x27, 0xab, 0x85, 0x37, 0x2a, 0xc6, 0x6d, + 0xfb, 0x82, 0x78, 0xb3, 0x7f, 0x1d, 0x90, 0x1d, 0xe2, 0x13, 0xd7, 0x8e, 0x3c, 0x1a, 0xa0, 0xba, + 0x99, 0xe2, 0x0f, 0x4b, 0xf0, 0xed, 0x3c, 0x29, 0x5e, 0x74, 0x61, 0x56, 0x21, 0xb0, 0x3f, 0x0a, + 0xfa, 0x34, 0x70, 0x92, 0xdd, 0x16, 0xa1, 0x5b, 0x29, 0xf4, 0x71, 0x59, 0x85, 0xc4, 0xcc, 0x02, + 0xbd, 0x3a, 0x5a, 0x5c, 0x42, 0xe5, 0x23, 0xdc, 0x4b, 0xea, 0x8a, 0x56, 0xb1, 0xa5, 0xdb, 0x2b, + 0x8f, 0x65, 0xd9, 0xa7, 0xc0, 0x1d, 0x77, 0x53, 0x56, 0xb1, 0xc2, 0xdd, 0xab, 0x58, 0x93, 0xae, + 0x63, 0x4d, 0xfa, 0x13, 0x6b, 0xd2, 0xcf, 0x99, 0x56, 0xb9, 0x9e, 0x69, 0x95, 0xdf, 0x33, 0xad, + 0xf2, 0xe1, 0x85, 0xeb, 0x45, 0x9f, 0x47, 0x7d, 0x7d, 0x40, 0x87, 0x86, 0x10, 0x9d, 0xf8, 0x76, + 0x1f, 0xf3, 0x7f, 0xc6, 0xf8, 0xb9, 0xf1, 0xb5, 0x70, 0xfd, 0x45, 0x93, 0x90, 0x60, 0x7f, 0x2b, + 0xbd, 0xfb, 0x9e, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x10, 0x89, 0x11, 0xbd, 0x97, 0x05, 0x00, 0x00, } diff --git a/x/restaking/types/genesis_test.go b/x/restaking/types/genesis_test.go index 53ffe470..662b1fd2 100644 --- a/x/restaking/types/genesis_test.go +++ b/x/restaking/types/genesis_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func TestGenesis_Validate(t *testing.T) { diff --git a/x/restaking/types/keys.go b/x/restaking/types/keys.go index 8a90a2c3..37c9513d 100644 --- a/x/restaking/types/keys.go +++ b/x/restaking/types/keys.go @@ -5,9 +5,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) const ( diff --git a/x/restaking/types/messages.pb.go b/x/restaking/types/messages.pb.go index 074f3488..3eb58c36 100644 --- a/x/restaking/types/messages.pb.go +++ b/x/restaking/types/messages.pb.go @@ -1348,91 +1348,91 @@ func init() { } var fileDescriptor_9772be2b1a923bdb = []byte{ - // 1334 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4f, 0x6c, 0x1b, 0xc5, - 0x17, 0xf6, 0x3a, 0xfd, 0xf9, 0x27, 0x4f, 0xda, 0xb4, 0x5d, 0xda, 0x26, 0xd9, 0x36, 0x76, 0xd9, - 0x96, 0xd6, 0xa4, 0xce, 0x2e, 0x4e, 0x48, 0x69, 0x0d, 0x1c, 0xe2, 0x46, 0x48, 0xae, 0x6a, 0x88, - 0x9c, 0xf6, 0xc2, 0x25, 0x5a, 0x7b, 0x27, 0x9b, 0x55, 0x76, 0x77, 0xac, 0x9d, 0xb5, 0x93, 0xdc, - 0x10, 0x42, 0x02, 0x71, 0xaa, 0xc4, 0x89, 0x0b, 0xca, 0x05, 0x09, 0x71, 0xca, 0x81, 0x0b, 0x37, - 0x24, 0x2e, 0x15, 0xe2, 0x50, 0x38, 0x20, 0x4e, 0x69, 0xe5, 0x1c, 0x82, 0x38, 0x22, 0x71, 0x47, - 0xbb, 0x3b, 0x3b, 0xde, 0xff, 0xb1, 0x23, 0x88, 0x72, 0x49, 0xbc, 0xf3, 0xbe, 0xf7, 0xe6, 0x7d, - 0xdf, 0xcc, 0xbc, 0x79, 0x03, 0x6e, 0xea, 0xaa, 0xb6, 0xb9, 0xb3, 0x25, 0xed, 0x88, 0x26, 0xc4, - 0x96, 0xb4, 0xa9, 0x1a, 0x8a, 0xd8, 0xab, 0x88, 0x3a, 0xc4, 0x58, 0x52, 0x20, 0x16, 0x3a, 0x26, - 0xb2, 0x10, 0x7b, 0xd9, 0x43, 0x09, 0x14, 0x25, 0xf4, 0x2a, 0xdc, 0x45, 0x49, 0x57, 0x0d, 0x24, - 0x3a, 0x7f, 0x5d, 0x24, 0x57, 0x68, 0x23, 0xac, 0x23, 0x2c, 0xb6, 0x24, 0x0c, 0xc5, 0x5e, 0xa5, - 0x05, 0x2d, 0xa9, 0x22, 0xb6, 0x91, 0x6a, 0x10, 0xfb, 0x24, 0xb1, 0xeb, 0xd8, 0x9d, 0x07, 0x2b, - 0xc4, 0x30, 0xed, 0x1a, 0xd6, 0x9c, 0x2f, 0xd1, 0xfd, 0x20, 0xa6, 0x4b, 0x0a, 0x52, 0x90, 0x3b, - 0x6e, 0xff, 0x22, 0xa3, 0x45, 0x05, 0x21, 0x45, 0x83, 0xa2, 0xf3, 0xd5, 0xea, 0xae, 0x8b, 0x96, - 0xaa, 0xdb, 0xc9, 0xe9, 0x1d, 0x02, 0xe0, 0x13, 0xa8, 0x21, 0x19, 0x6a, 0x38, 0x1d, 0xd3, 0x91, - 0x4c, 0x49, 0x27, 0x18, 0xfe, 0x27, 0x06, 0x4c, 0x34, 0xb0, 0xf2, 0x10, 0xa9, 0xc6, 0x2a, 0x34, - 0x7b, 0x6a, 0x1b, 0xb2, 0x6f, 0x80, 0x1c, 0x86, 0x86, 0x0c, 0xcd, 0x29, 0xe6, 0x3a, 0x53, 0xca, - 0xd7, 0xa6, 0x7e, 0xfd, 0x6e, 0xee, 0x12, 0xc9, 0x79, 0x49, 0x96, 0x4d, 0x88, 0xf1, 0xaa, 0x65, - 0xaa, 0x86, 0xd2, 0x24, 0x38, 0x56, 0x04, 0xe3, 0xa8, 0x03, 0x4d, 0xc9, 0x42, 0xe6, 0x9a, 0x2a, - 0x4f, 0x65, 0xaf, 0x33, 0xa5, 0x73, 0xb5, 0x89, 0xfe, 0x7e, 0x11, 0x7c, 0x40, 0x86, 0xeb, 0xcb, - 0x4d, 0xe0, 0x41, 0xea, 0x32, 0x5b, 0x06, 0x00, 0xbb, 0xb3, 0xd9, 0xf8, 0x31, 0x07, 0x7f, 0xae, - 0xbf, 0x5f, 0xcc, 0x93, 0x1c, 0xea, 0xcb, 0xcd, 0x3c, 0x01, 0xd4, 0xe5, 0xea, 0xed, 0x8f, 0x0f, - 0xf7, 0x66, 0xc9, 0x5c, 0x9f, 0x1f, 0xee, 0xcd, 0x4e, 0x52, 0x5e, 0xc1, 0xcc, 0xf9, 0x29, 0x70, - 0x25, 0x38, 0xd2, 0x84, 0xb8, 0x83, 0x0c, 0x0c, 0xf9, 0x9f, 0x19, 0x70, 0xbe, 0x81, 0x95, 0x47, - 0x50, 0xea, 0xc1, 0x53, 0xcb, 0xb3, 0x14, 0xe2, 0x39, 0xe5, 0xe7, 0xe9, 0x4f, 0x9d, 0x9f, 0x06, - 0x93, 0xa1, 0x21, 0xca, 0xf4, 0x25, 0x03, 0xa6, 0x1b, 0x58, 0x59, 0x92, 0x65, 0x2f, 0xa7, 0xc7, - 0x68, 0x49, 0xd3, 0xd0, 0xd6, 0x23, 0x15, 0x5b, 0xc7, 0xe0, 0x1c, 0xa4, 0x90, 0x4d, 0xa7, 0x10, - 0x56, 0x68, 0xec, 0x28, 0x85, 0xaa, 0xf3, 0x21, 0xce, 0xbc, 0x9f, 0x73, 0x3c, 0x09, 0xfe, 0x06, - 0x78, 0x35, 0xd1, 0x48, 0x75, 0xf8, 0x93, 0x01, 0x85, 0x06, 0x56, 0x9a, 0x50, 0x47, 0x3d, 0xe8, - 0x01, 0xdf, 0x33, 0x91, 0xee, 0x40, 0xb5, 0x53, 0x29, 0xc6, 0x5b, 0x21, 0x31, 0x6e, 0xfb, 0xc5, - 0x48, 0x61, 0xc2, 0x97, 0xc0, 0xad, 0x74, 0x84, 0xff, 0x20, 0x5c, 0x6e, 0x60, 0xa5, 0x86, 0x4c, - 0x13, 0x6d, 0xad, 0x20, 0xa4, 0xad, 0xc2, 0x76, 0xd7, 0x54, 0xad, 0x9d, 0xff, 0x5c, 0x8d, 0x1b, - 0xe0, 0xff, 0x1d, 0x84, 0xb4, 0x81, 0x12, 0xa0, 0xbf, 0x5f, 0xcc, 0xd9, 0x29, 0xd4, 0x97, 0x9b, - 0x39, 0xdb, 0x54, 0x97, 0xab, 0x42, 0x48, 0x81, 0x82, 0x5f, 0x81, 0x68, 0xd2, 0x7c, 0x11, 0xcc, - 0xc4, 0x1a, 0x28, 0xdf, 0xdf, 0x18, 0xc0, 0x35, 0xb0, 0xf2, 0x00, 0x4a, 0x18, 0xfa, 0x01, 0xae, - 0xcb, 0xe9, 0x20, 0xbd, 0x10, 0x22, 0x7d, 0xc3, 0x4f, 0x3a, 0x21, 0x73, 0xfe, 0x26, 0xe0, 0x93, - 0xad, 0x94, 0xfe, 0xf7, 0x6e, 0xdd, 0x5b, 0x86, 0x1a, 0x54, 0x24, 0xcb, 0x41, 0xb2, 0x77, 0x41, - 0x5e, 0x76, 0xbf, 0xd1, 0xd1, 0xb4, 0x07, 0x50, 0x76, 0x09, 0xe4, 0x24, 0x1d, 0x75, 0x0d, 0xcb, - 0x61, 0x3d, 0x3e, 0x3f, 0x2d, 0x10, 0x0f, 0xfb, 0x3a, 0x14, 0xc8, 0x75, 0x28, 0x3c, 0x40, 0xaa, - 0x51, 0x9b, 0x78, 0xb6, 0x5f, 0xcc, 0xd8, 0x4c, 0x97, 0x1c, 0x87, 0x26, 0x71, 0xac, 0xde, 0xb1, - 0x99, 0x0e, 0x42, 0x46, 0x8a, 0x9c, 0x3f, 0x4f, 0x52, 0xe4, 0xfc, 0x43, 0x94, 0xd6, 0x57, 0x59, - 0xf0, 0x8a, 0xcf, 0xe6, 0x6d, 0xf9, 0x63, 0x53, 0x1b, 0xb9, 0xb0, 0xeb, 0x54, 0x8b, 0xb1, 0xeb, - 0x63, 0xe9, 0x5a, 0x54, 0x83, 0x5a, 0x7c, 0xfb, 0xa2, 0x58, 0x52, 0x54, 0x6b, 0xa3, 0xdb, 0x12, - 0xda, 0x48, 0x27, 0xbd, 0x00, 0xf9, 0x37, 0x87, 0xe5, 0x4d, 0xd1, 0xda, 0xe9, 0x40, 0xec, 0xb8, - 0x62, 0xaa, 0x9b, 0x18, 0xd5, 0xed, 0x5a, 0x9c, 0x6e, 0x5e, 0xb6, 0xfc, 0x0c, 0xb8, 0x1a, 0x33, - 0x4c, 0xf5, 0xfb, 0x32, 0x0b, 0x58, 0x9f, 0xdd, 0xbb, 0x11, 0x8f, 0x2b, 0xdf, 0x68, 0x67, 0xe2, - 0x84, 0xb5, 0x13, 0xa2, 0xda, 0x5d, 0x8d, 0xd3, 0xce, 0xbb, 0x5b, 0xaf, 0x39, 0x05, 0x23, 0x34, - 0x4a, 0x95, 0xfb, 0xc5, 0x3d, 0x50, 0x4f, 0x3a, 0xb2, 0xbd, 0x27, 0x9d, 0x4e, 0x8a, 0x7d, 0x08, - 0xf2, 0x52, 0xd7, 0xda, 0x40, 0xf6, 0xf9, 0x23, 0xb2, 0x95, 0xff, 0xda, 0x2f, 0x5e, 0xd8, 0x91, - 0x74, 0xad, 0xca, 0x53, 0x13, 0x9f, 0x2c, 0x25, 0xc5, 0xb0, 0x6f, 0x83, 0x9c, 0xdb, 0x9f, 0x91, - 0x43, 0x36, 0x23, 0xc4, 0x76, 0xa7, 0x82, 0x3b, 0x75, 0xed, 0x8c, 0x2d, 0x50, 0x93, 0xb8, 0x54, - 0x17, 0x1d, 0xaa, 0x34, 0x58, 0xf0, 0x3e, 0x1d, 0xf4, 0x80, 0xa1, 0xfc, 0xc9, 0x41, 0xf3, 0x0f, - 0x51, 0xba, 0x3f, 0x30, 0xe0, 0xa2, 0x6d, 0x33, 0xe4, 0x7f, 0xa3, 0x82, 0xbc, 0x33, 0x7c, 0x05, - 0xc9, 0xdb, 0xc4, 0xbe, 0x39, 0xdc, 0x9b, 0x65, 0xe8, 0x42, 0x2e, 0x7e, 0xb6, 0x5b, 0xcc, 0xfc, - 0xb1, 0x5b, 0xcc, 0x44, 0x17, 0x94, 0xf3, 0x2f, 0x68, 0x30, 0x59, 0xfe, 0xeb, 0xac, 0x73, 0xe3, - 0x0d, 0x46, 0x4f, 0xbe, 0x5a, 0x6c, 0x0c, 0xbf, 0xe3, 0x17, 0x6d, 0xde, 0xa3, 0xec, 0xf3, 0xa0, - 0x46, 0xf7, 0x93, 0x35, 0x2a, 0xc4, 0x6b, 0x44, 0x4b, 0xc6, 0x6e, 0x16, 0x5c, 0x0a, 0x58, 0x4e, - 0xb6, 0x2a, 0x9c, 0x9c, 0x46, 0xf7, 0x92, 0x35, 0x9a, 0x89, 0xd7, 0xc8, 0x2b, 0x0d, 0x9b, 0xa1, - 0x9d, 0xe4, 0x1d, 0x13, 0xb6, 0x09, 0xce, 0xb7, 0x91, 0xde, 0xd1, 0xa0, 0xa5, 0x22, 0x63, 0xcd, - 0x7e, 0xab, 0x39, 0x42, 0x8d, 0xcf, 0x73, 0x82, 0xfb, 0x90, 0x13, 0xbc, 0x87, 0x9c, 0xf0, 0xd8, - 0x7b, 0xc8, 0xd5, 0xce, 0xd9, 0x34, 0x9e, 0xbe, 0x28, 0x32, 0x6e, 0x7a, 0x13, 0x83, 0x08, 0x36, - 0x86, 0xff, 0xd1, 0xed, 0xd4, 0x56, 0xa1, 0xf5, 0x04, 0x43, 0x73, 0xc5, 0x84, 0xeb, 0xd0, 0x84, - 0x46, 0x1b, 0x62, 0xb6, 0x0c, 0xce, 0x74, 0xf1, 0x10, 0x2d, 0x8b, 0x83, 0x62, 0xdf, 0x07, 0xe3, - 0x9d, 0x81, 0x33, 0x39, 0x79, 0xb7, 0x12, 0xca, 0x4a, 0x68, 0x2a, 0x52, 0x5f, 0xfc, 0x01, 0xaa, - 0x65, 0x5b, 0x36, 0x27, 0x74, 0x64, 0x57, 0x45, 0x73, 0x25, 0x0d, 0x5a, 0xd4, 0xe0, 0x49, 0x37, - 0xff, 0xf7, 0x59, 0x30, 0xd6, 0xc0, 0x0a, 0xdb, 0x06, 0xe3, 0xfe, 0x47, 0xe8, 0x6b, 0x09, 0x09, - 0x06, 0xdf, 0x77, 0xdc, 0xdc, 0x50, 0x30, 0xba, 0x4e, 0xeb, 0xe0, 0x6c, 0xe0, 0x09, 0x78, 0x2b, - 0xd9, 0xdd, 0x8f, 0xe3, 0x84, 0xe1, 0x70, 0x74, 0x9e, 0x4f, 0x18, 0x70, 0x25, 0xe9, 0x05, 0x96, - 0x1c, 0x2a, 0xde, 0x83, 0xbb, 0x37, 0xaa, 0x07, 0x4d, 0xe3, 0x0b, 0x06, 0x5c, 0x4d, 0x7b, 0x00, - 0x2d, 0x26, 0x47, 0x4e, 0x71, 0xe3, 0xde, 0x3d, 0x96, 0x1b, 0xcd, 0x6a, 0x1b, 0xb0, 0x31, 0xcf, - 0x8f, 0x72, 0x72, 0xd0, 0x28, 0x9a, 0x7b, 0x73, 0x14, 0x34, 0x9d, 0xf9, 0x53, 0x06, 0x4c, 0x26, - 0xbd, 0x04, 0x2a, 0xc9, 0x11, 0x13, 0x5c, 0xb8, 0xfb, 0x23, 0xbb, 0xf8, 0x37, 0x62, 0xa0, 0x27, - 0x4f, 0xd9, 0x88, 0x7e, 0x5c, 0xda, 0x46, 0x8c, 0x6b, 0x94, 0x59, 0x13, 0x5c, 0x88, 0x34, 0xc9, - 0xb3, 0x47, 0xc7, 0xf0, 0xb0, 0xdc, 0xfc, 0xf0, 0x58, 0x3a, 0x27, 0x02, 0xe7, 0xc3, 0x8d, 0xe5, - 0xeb, 0x47, 0x87, 0xf1, 0x8e, 0x5a, 0x65, 0x68, 0xa8, 0x5f, 0xcc, 0x40, 0x3f, 0x96, 0x22, 0xa6, - 0x1f, 0x97, 0x26, 0x66, 0x5c, 0x33, 0xc4, 0x6e, 0x80, 0x89, 0x50, 0x23, 0x54, 0x4a, 0x89, 0x10, - 0x40, 0x72, 0xe5, 0x61, 0x90, 0x74, 0xa6, 0x0e, 0x60, 0x63, 0xfa, 0x95, 0xa1, 0x62, 0xd0, 0xa5, - 0x1b, 0x6d, 0x46, 0x03, 0x5c, 0x8c, 0xde, 0xfc, 0x77, 0x86, 0x09, 0xe1, 0x2d, 0xdc, 0x68, 0xf3, - 0x6d, 0x03, 0x36, 0xee, 0x66, 0x4b, 0x8e, 0x11, 0x45, 0xa7, 0x15, 0x81, 0xe4, 0x0b, 0x87, 0xfb, - 0xdf, 0x47, 0xf6, 0x75, 0x5b, 0x5b, 0x79, 0xd6, 0x2f, 0x30, 0xcf, 0xfb, 0x05, 0xe6, 0x65, 0xbf, - 0xc0, 0x3c, 0x3d, 0x28, 0x64, 0x9e, 0x1f, 0x14, 0x32, 0xbf, 0x1f, 0x14, 0x32, 0x1f, 0xde, 0xf5, - 0xb5, 0x15, 0xde, 0x04, 0x73, 0x9a, 0xd4, 0xc2, 0xf4, 0x4b, 0xec, 0x2d, 0x88, 0xdb, 0xbe, 0x86, - 0xda, 0x69, 0x35, 0x5a, 0x39, 0xe7, 0x8e, 0x5f, 0xf8, 0x27, 0x00, 0x00, 0xff, 0xff, 0xcf, 0xe2, - 0x26, 0x67, 0x76, 0x16, 0x00, 0x00, + // 1333 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x4d, 0x6c, 0x1b, 0x45, + 0x14, 0xf6, 0x3a, 0xc5, 0xc8, 0x93, 0x36, 0x6d, 0x97, 0xb6, 0x49, 0xb6, 0x8d, 0x5d, 0xb6, 0xa5, + 0x35, 0xa9, 0xb3, 0x8b, 0xd3, 0xa6, 0xb4, 0x06, 0x0e, 0x71, 0x23, 0x24, 0x57, 0x35, 0x44, 0x4e, + 0x7b, 0xe1, 0x12, 0xad, 0xbd, 0x93, 0xcd, 0x2a, 0xbb, 0x3b, 0xd6, 0xce, 0xda, 0x49, 0x6e, 0x08, + 0x21, 0x81, 0x38, 0x55, 0xe2, 0xc4, 0x05, 0xe5, 0x82, 0x84, 0x38, 0xe5, 0xc0, 0x85, 0x1b, 0x12, + 0x97, 0x0a, 0x71, 0x28, 0x1c, 0x10, 0xa7, 0xb4, 0x72, 0x0e, 0x41, 0x1c, 0x91, 0xb8, 0xa3, 0xdd, + 0x9d, 0x1d, 0xef, 0x7f, 0xec, 0x08, 0xa2, 0x5c, 0x12, 0xef, 0xbc, 0xef, 0xbd, 0x79, 0xdf, 0x37, + 0x33, 0x6f, 0xde, 0x80, 0xeb, 0xba, 0xaa, 0x6d, 0x6c, 0x6f, 0x4a, 0xdb, 0xa2, 0x09, 0xb1, 0x25, + 0x6d, 0xa8, 0x86, 0x22, 0xf6, 0x2a, 0xa2, 0x0e, 0x31, 0x96, 0x14, 0x88, 0x85, 0x8e, 0x89, 0x2c, + 0xc4, 0x5e, 0xf4, 0x50, 0x02, 0x45, 0x09, 0xbd, 0x0a, 0x77, 0x5e, 0xd2, 0x55, 0x03, 0x89, 0xce, + 0x5f, 0x17, 0xc9, 0x15, 0xda, 0x08, 0xeb, 0x08, 0x8b, 0x2d, 0x09, 0x43, 0xb1, 0x57, 0x69, 0x41, + 0x4b, 0xaa, 0x88, 0x6d, 0xa4, 0x1a, 0xc4, 0x3e, 0x49, 0xec, 0x3a, 0x76, 0xe7, 0xc1, 0x0a, 0x31, + 0x4c, 0xbb, 0x86, 0x55, 0xe7, 0x4b, 0x74, 0x3f, 0x88, 0xe9, 0x82, 0x82, 0x14, 0xe4, 0x8e, 0xdb, + 0xbf, 0xc8, 0x68, 0x51, 0x41, 0x48, 0xd1, 0xa0, 0xe8, 0x7c, 0xb5, 0xba, 0x6b, 0xa2, 0xa5, 0xea, + 0x76, 0x72, 0x7a, 0x87, 0x00, 0xf8, 0x04, 0x6a, 0x48, 0x86, 0x1a, 0x4e, 0xc7, 0x74, 0x24, 0x53, + 0xd2, 0x09, 0x86, 0xff, 0x99, 0x01, 0x13, 0x0d, 0xac, 0x3c, 0x44, 0xaa, 0xb1, 0x02, 0xcd, 0x9e, + 0xda, 0x86, 0xec, 0x5b, 0x20, 0x87, 0xa1, 0x21, 0x43, 0x73, 0x8a, 0xb9, 0xca, 0x94, 0xf2, 0xb5, + 0xa9, 0xdf, 0xbe, 0x9f, 0xbb, 0x40, 0x72, 0x5e, 0x94, 0x65, 0x13, 0x62, 0xbc, 0x62, 0x99, 0xaa, + 0xa1, 0x34, 0x09, 0x8e, 0x15, 0xc1, 0x38, 0xea, 0x40, 0x53, 0xb2, 0x90, 0xb9, 0xaa, 0xca, 0x53, + 0xd9, 0xab, 0x4c, 0xe9, 0x4c, 0x6d, 0xa2, 0xbf, 0x57, 0x04, 0x1f, 0x92, 0xe1, 0xfa, 0x52, 0x13, + 0x78, 0x90, 0xba, 0xcc, 0x96, 0x01, 0xc0, 0xee, 0x6c, 0x36, 0x7e, 0xcc, 0xc1, 0x9f, 0xe9, 0xef, + 0x15, 0xf3, 0x24, 0x87, 0xfa, 0x52, 0x33, 0x4f, 0x00, 0x75, 0xb9, 0x7a, 0xf3, 0x93, 0x83, 0xdd, + 0x59, 0x32, 0xd7, 0x17, 0x07, 0xbb, 0xb3, 0x93, 0x94, 0x57, 0x30, 0x73, 0x7e, 0x0a, 0x5c, 0x0a, + 0x8e, 0x34, 0x21, 0xee, 0x20, 0x03, 0x43, 0xfe, 0x17, 0x06, 0x9c, 0x6d, 0x60, 0xe5, 0x11, 0x94, + 0x7a, 0xf0, 0xc4, 0xf2, 0x2c, 0x85, 0x78, 0x4e, 0xf9, 0x79, 0xfa, 0x53, 0xe7, 0xa7, 0xc1, 0x64, + 0x68, 0x88, 0x32, 0x7d, 0xc9, 0x80, 0xe9, 0x06, 0x56, 0x16, 0x65, 0xd9, 0xcb, 0xe9, 0x31, 0x5a, + 0xd4, 0x34, 0xb4, 0xf9, 0x48, 0xc5, 0xd6, 0x11, 0x38, 0x07, 0x29, 0x64, 0xd3, 0x29, 0x84, 0x15, + 0x1a, 0x3b, 0x4c, 0xa1, 0xea, 0x7c, 0x88, 0x33, 0xef, 0xe7, 0x1c, 0x4f, 0x82, 0xbf, 0x06, 0x5e, + 0x4f, 0x34, 0x52, 0x1d, 0xfe, 0x62, 0x40, 0xa1, 0x81, 0x95, 0x26, 0xd4, 0x51, 0x0f, 0x7a, 0xc0, + 0xf7, 0x4d, 0xa4, 0x3b, 0x50, 0xed, 0x44, 0x8a, 0xf1, 0x76, 0x48, 0x8c, 0x9b, 0x7e, 0x31, 0x52, + 0x98, 0xf0, 0x25, 0x70, 0x23, 0x1d, 0xe1, 0x3f, 0x08, 0x17, 0x1b, 0x58, 0xa9, 0x21, 0xd3, 0x44, + 0x9b, 0xcb, 0x08, 0x69, 0x2b, 0xb0, 0xdd, 0x35, 0x55, 0x6b, 0xfb, 0x7f, 0x57, 0xe3, 0x1a, 0x78, + 0xb5, 0x83, 0x90, 0x36, 0x50, 0x02, 0xf4, 0xf7, 0x8a, 0x39, 0x3b, 0x85, 0xfa, 0x52, 0x33, 0x67, + 0x9b, 0xea, 0x72, 0x55, 0x08, 0x29, 0x50, 0xf0, 0x2b, 0x10, 0x4d, 0x9a, 0x2f, 0x82, 0x99, 0x58, + 0x03, 0xe5, 0xfb, 0x3b, 0x03, 0xb8, 0x06, 0x56, 0x1e, 0x40, 0x09, 0x43, 0x3f, 0xc0, 0x75, 0x39, + 0x19, 0xa4, 0x6f, 0x87, 0x48, 0x5f, 0xf3, 0x93, 0x4e, 0xc8, 0x9c, 0xbf, 0x0e, 0xf8, 0x64, 0x2b, + 0xa5, 0xff, 0x83, 0x5b, 0xf7, 0x96, 0xa0, 0x06, 0x15, 0xc9, 0x72, 0x90, 0xec, 0x5d, 0x90, 0x97, + 0xdd, 0x6f, 0x74, 0x38, 0xed, 0x01, 0x94, 0x5d, 0x04, 0x39, 0x49, 0x47, 0x5d, 0xc3, 0x72, 0x58, + 0x8f, 0xcf, 0x4f, 0x0b, 0xc4, 0xc3, 0xbe, 0x0e, 0x05, 0x72, 0x1d, 0x0a, 0x0f, 0x90, 0x6a, 0xd4, + 0x26, 0x9e, 0xed, 0x15, 0x33, 0x36, 0xd3, 0x45, 0xc7, 0xa1, 0x49, 0x1c, 0xab, 0xb7, 0x6c, 0xa6, + 0x83, 0x90, 0x91, 0x22, 0xe7, 0xcf, 0x93, 0x14, 0x39, 0xff, 0x10, 0xa5, 0xf5, 0x75, 0x16, 0xbc, + 0xe6, 0xb3, 0x79, 0x5b, 0xfe, 0xc8, 0xd4, 0x46, 0x2e, 0xec, 0x3a, 0xd5, 0x62, 0xec, 0xea, 0x58, + 0xba, 0x16, 0xd5, 0xa0, 0x16, 0xdf, 0xbd, 0x28, 0x96, 0x14, 0xd5, 0x5a, 0xef, 0xb6, 0x84, 0x36, + 0xd2, 0x49, 0x2f, 0x40, 0xfe, 0xcd, 0x61, 0x79, 0x43, 0xb4, 0xb6, 0x3b, 0x10, 0x3b, 0xae, 0x98, + 0xea, 0x26, 0x46, 0x75, 0xbb, 0x12, 0xa7, 0x9b, 0x97, 0x2d, 0x3f, 0x03, 0x2e, 0xc7, 0x0c, 0x53, + 0xfd, 0xbe, 0xca, 0x02, 0xd6, 0x67, 0xf7, 0x6e, 0xc4, 0xa3, 0xca, 0x37, 0xda, 0x99, 0x38, 0x66, + 0xed, 0x84, 0xa8, 0x76, 0x97, 0xe3, 0xb4, 0xf3, 0xee, 0xd6, 0x2b, 0x4e, 0xc1, 0x08, 0x8d, 0x52, + 0xe5, 0x7e, 0x75, 0x0f, 0xd4, 0x93, 0x8e, 0x6c, 0xef, 0x49, 0xa7, 0x93, 0x62, 0x1f, 0x82, 0xbc, + 0xd4, 0xb5, 0xd6, 0x91, 0x7d, 0xfe, 0x88, 0x6c, 0xe5, 0xbf, 0xf7, 0x8a, 0xe7, 0xb6, 0x25, 0x5d, + 0xab, 0xf2, 0xd4, 0xc4, 0x27, 0x4b, 0x49, 0x31, 0xec, 0x3b, 0x20, 0xe7, 0xf6, 0x67, 0xe4, 0x90, + 0xcd, 0x08, 0xb1, 0xdd, 0xa9, 0xe0, 0x4e, 0x5d, 0x3b, 0x65, 0x0b, 0xd4, 0x24, 0x2e, 0xd5, 0x05, + 0x87, 0x2a, 0x0d, 0x16, 0xbc, 0x4f, 0x07, 0x3d, 0x60, 0x28, 0x7f, 0x72, 0xd0, 0xfc, 0x43, 0x94, + 0xee, 0x8f, 0x0c, 0x38, 0x6f, 0xdb, 0x0c, 0xf9, 0xbf, 0xa8, 0x20, 0xef, 0x0e, 0x5f, 0x41, 0xf2, + 0x36, 0xb1, 0x6f, 0x0f, 0x76, 0x67, 0x19, 0xba, 0x90, 0x0b, 0x9f, 0xef, 0x14, 0x33, 0x7f, 0xee, + 0x14, 0x33, 0xd1, 0x05, 0xe5, 0xfc, 0x0b, 0x1a, 0x4c, 0x96, 0xff, 0x26, 0xeb, 0xdc, 0x78, 0x83, + 0xd1, 0xe3, 0xaf, 0x16, 0xeb, 0xc3, 0xef, 0xf8, 0x05, 0x9b, 0xf7, 0x28, 0xfb, 0x3c, 0xa8, 0xd1, + 0xfd, 0x64, 0x8d, 0x0a, 0xf1, 0x1a, 0xd1, 0x92, 0xb1, 0x93, 0x05, 0x17, 0x02, 0x96, 0xe3, 0xad, + 0x0a, 0xc7, 0xa7, 0xd1, 0xbd, 0x64, 0x8d, 0x66, 0xe2, 0x35, 0xf2, 0x4a, 0xc3, 0x46, 0x68, 0x27, + 0x79, 0xc7, 0x84, 0x6d, 0x82, 0xb3, 0x6d, 0xa4, 0x77, 0x34, 0x68, 0xa9, 0xc8, 0x58, 0xb5, 0xdf, + 0x6a, 0x8e, 0x50, 0xe3, 0xf3, 0x9c, 0xe0, 0x3e, 0xe4, 0x04, 0xef, 0x21, 0x27, 0x3c, 0xf6, 0x1e, + 0x72, 0xb5, 0x33, 0x36, 0x8d, 0xa7, 0x2f, 0x8a, 0x8c, 0x9b, 0xde, 0xc4, 0x20, 0x82, 0x8d, 0xe1, + 0x7f, 0x72, 0x3b, 0xb5, 0x15, 0x68, 0x3d, 0xc1, 0xd0, 0x5c, 0x36, 0xe1, 0x1a, 0x34, 0xa1, 0xd1, + 0x86, 0x98, 0x2d, 0x83, 0x53, 0x5d, 0x3c, 0x44, 0xcb, 0xe2, 0xa0, 0xd8, 0x0f, 0xc0, 0x78, 0x67, + 0xe0, 0x4c, 0x4e, 0xde, 0x8d, 0x84, 0xb2, 0x12, 0x9a, 0x8a, 0xd4, 0x17, 0x7f, 0x80, 0x6a, 0xd9, + 0x96, 0xcd, 0x09, 0x1d, 0xd9, 0x55, 0xd1, 0x5c, 0x49, 0x83, 0x16, 0x35, 0x78, 0xd2, 0xcd, 0xff, + 0x73, 0x1a, 0x8c, 0x35, 0xb0, 0xc2, 0xb6, 0xc1, 0xb8, 0xff, 0x11, 0xfa, 0x46, 0x42, 0x82, 0xc1, + 0xf7, 0x1d, 0x37, 0x37, 0x14, 0x8c, 0xae, 0xd3, 0x1a, 0x38, 0x1d, 0x78, 0x02, 0xde, 0x48, 0x76, + 0xf7, 0xe3, 0x38, 0x61, 0x38, 0x1c, 0x9d, 0xe7, 0x53, 0x06, 0x5c, 0x4a, 0x7a, 0x81, 0x25, 0x87, + 0x8a, 0xf7, 0xe0, 0xee, 0x8d, 0xea, 0x41, 0xd3, 0xf8, 0x92, 0x01, 0x97, 0xd3, 0x1e, 0x40, 0x0b, + 0xc9, 0x91, 0x53, 0xdc, 0xb8, 0xf7, 0x8e, 0xe4, 0x46, 0xb3, 0xda, 0x02, 0x6c, 0xcc, 0xf3, 0xa3, + 0x9c, 0x1c, 0x34, 0x8a, 0xe6, 0xee, 0x8c, 0x82, 0xa6, 0x33, 0x7f, 0xc6, 0x80, 0xc9, 0xa4, 0x97, + 0x40, 0x25, 0x39, 0x62, 0x82, 0x0b, 0x77, 0x7f, 0x64, 0x17, 0xff, 0x46, 0x0c, 0xf4, 0xe4, 0x29, + 0x1b, 0xd1, 0x8f, 0x4b, 0xdb, 0x88, 0x71, 0x8d, 0x32, 0x6b, 0x82, 0x73, 0x91, 0x26, 0x79, 0xf6, + 0xf0, 0x18, 0x1e, 0x96, 0x9b, 0x1f, 0x1e, 0x4b, 0xe7, 0x44, 0xe0, 0x6c, 0xb8, 0xb1, 0x7c, 0xf3, + 0xf0, 0x30, 0xde, 0x51, 0xab, 0x0c, 0x0d, 0xf5, 0x8b, 0x19, 0xe8, 0xc7, 0x52, 0xc4, 0xf4, 0xe3, + 0xd2, 0xc4, 0x8c, 0x6b, 0x86, 0xd8, 0x75, 0x30, 0x11, 0x6a, 0x84, 0x4a, 0x29, 0x11, 0x02, 0x48, + 0xae, 0x3c, 0x0c, 0x92, 0xce, 0xd4, 0x01, 0x6c, 0x4c, 0xbf, 0x32, 0x54, 0x0c, 0xba, 0x74, 0xa3, + 0xcd, 0x68, 0x80, 0xf3, 0xd1, 0x9b, 0xff, 0xd6, 0x30, 0x21, 0xbc, 0x85, 0x1b, 0x6d, 0xbe, 0x2d, + 0xc0, 0xc6, 0xdd, 0x6c, 0xc9, 0x31, 0xa2, 0xe8, 0xb4, 0x22, 0x90, 0x7c, 0xe1, 0x70, 0xaf, 0x7c, + 0x6c, 0x5f, 0xb7, 0xb5, 0xe5, 0x67, 0xfd, 0x02, 0xf3, 0xbc, 0x5f, 0x60, 0x5e, 0xf6, 0x0b, 0xcc, + 0xd3, 0xfd, 0x42, 0xe6, 0xf9, 0x7e, 0x21, 0xf3, 0xc7, 0x7e, 0x21, 0xf3, 0xd1, 0x5d, 0x5f, 0x5b, + 0xe1, 0x4d, 0x30, 0xa7, 0x49, 0x2d, 0x4c, 0xbf, 0xc4, 0xde, 0x1d, 0x71, 0xcb, 0xd7, 0x50, 0x3b, + 0xad, 0x46, 0x2b, 0xe7, 0xdc, 0xf1, 0xb7, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x49, 0xa4, 0xf3, + 0xb5, 0x76, 0x16, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/restaking/types/messages_test.go b/x/restaking/types/messages_test.go index 545abc3c..e4b0e64b 100644 --- a/x/restaking/types/messages_test.go +++ b/x/restaking/types/messages_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var msgUpdateOperatorParams = types.NewMsgJoinService(1, 1, "cosmos13t6y2nnugtshwuy0zkrq287a95lyy8vzleaxmd") diff --git a/x/restaking/types/models.go b/x/restaking/types/models.go index 3c60f033..b1fbef41 100644 --- a/x/restaking/types/models.go +++ b/x/restaking/types/models.go @@ -9,9 +9,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // -------------------------------------------------------------------------------------------------------------------- diff --git a/x/restaking/types/models.pb.go b/x/restaking/types/models.pb.go index 7a7a8a61..d7cd7fc3 100644 --- a/x/restaking/types/models.pb.go +++ b/x/restaking/types/models.pb.go @@ -472,64 +472,64 @@ func init() { var fileDescriptor_86f4cd48423b1e2f = []byte{ // 919 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x41, 0x6f, 0xe3, 0x44, - 0x14, 0x8e, 0x93, 0xd0, 0x6d, 0x27, 0x6d, 0x92, 0x1d, 0x0a, 0x75, 0xb3, 0xbb, 0x71, 0x88, 0x84, - 0x08, 0x8b, 0x6a, 0xd3, 0x54, 0x42, 0xa2, 0x70, 0x49, 0x1a, 0xc3, 0x06, 0x55, 0x4d, 0xe4, 0xba, - 0x48, 0x70, 0xb1, 0x26, 0xf6, 0xac, 0x3b, 0x6a, 0x32, 0x13, 0x79, 0x26, 0x81, 0xfc, 0x83, 0x3d, - 0x70, 0xd8, 0x9f, 0xb0, 0x02, 0x0e, 0x88, 0x03, 0xe2, 0xc0, 0x8f, 0xd8, 0x1b, 0x2b, 0x4e, 0x88, - 0x43, 0x17, 0xa5, 0x87, 0xe5, 0x67, 0x20, 0x8f, 0xed, 0x24, 0x0a, 0xa9, 0x58, 0x50, 0x11, 0x97, - 0x36, 0xf3, 0xde, 0xf7, 0xcd, 0xbc, 0xef, 0xbd, 0xef, 0x45, 0x01, 0xd5, 0x01, 0xe9, 0x5f, 0x4c, - 0xbe, 0x40, 0x13, 0x23, 0xc0, 0x5c, 0xa0, 0x0b, 0x42, 0x7d, 0x63, 0xbc, 0x6f, 0x0c, 0x98, 0x87, - 0xfb, 0x5c, 0x1f, 0x06, 0x4c, 0x30, 0xf8, 0x5a, 0x82, 0xd1, 0x67, 0x18, 0x7d, 0xbc, 0x5f, 0xba, - 0x8d, 0x06, 0x84, 0x32, 0x43, 0xfe, 0x8d, 0x90, 0xa5, 0xb2, 0xcb, 0xf8, 0x80, 0x71, 0xa3, 0x87, - 0x38, 0x36, 0xc6, 0xfb, 0x3d, 0x2c, 0xd0, 0xbe, 0xe1, 0x32, 0x42, 0xe3, 0xfc, 0x6e, 0x94, 0x77, - 0xe4, 0xc9, 0x88, 0x0e, 0x71, 0x6a, 0xdb, 0x67, 0x3e, 0x8b, 0xe2, 0xe1, 0xa7, 0x38, 0xaa, 0xf9, - 0x8c, 0xf9, 0x7d, 0x6c, 0xc8, 0x53, 0x6f, 0xf4, 0xd0, 0x10, 0x64, 0x10, 0xd6, 0x30, 0x18, 0x46, - 0x80, 0xea, 0xb7, 0x69, 0x00, 0x5a, 0xb8, 0x8f, 0x7d, 0x24, 0x08, 0xa3, 0xf0, 0x7d, 0x90, 0x15, - 0x93, 0x21, 0x56, 0x95, 0x8a, 0x52, 0xcb, 0xd7, 0xdf, 0xd4, 0x57, 0x56, 0xae, 0xcf, 0x09, 0xf6, - 0x64, 0x88, 0x2d, 0x49, 0x81, 0x1f, 0x80, 0xcd, 0x11, 0xc7, 0x81, 0x83, 0x3c, 0x2f, 0xc0, 0x9c, - 0xab, 0xe9, 0x8a, 0x52, 0xdb, 0x68, 0xaa, 0xbf, 0xfc, 0xb4, 0xb7, 0x1d, 0x17, 0xda, 0x88, 0x32, - 0xa7, 0x22, 0x20, 0xd4, 0xb7, 0x72, 0x21, 0x3a, 0x0e, 0xc1, 0xb7, 0xc1, 0x86, 0x40, 0x81, 0x8f, - 0x85, 0x43, 0x3c, 0x35, 0x53, 0x51, 0x6a, 0x5b, 0xcd, 0xcd, 0xe9, 0xa5, 0xb6, 0x6e, 0xcb, 0x60, - 0xbb, 0x65, 0xad, 0x47, 0xe9, 0xb6, 0x07, 0x09, 0x58, 0xe3, 0xe7, 0x28, 0xc0, 0x5c, 0xcd, 0x56, - 0x32, 0xb5, 0x5c, 0xfd, 0xae, 0x1e, 0x5f, 0x1f, 0x36, 0x4d, 0x8f, 0x9b, 0xa6, 0xb7, 0xb0, 0x7b, - 0xc4, 0x08, 0x6d, 0x1e, 0x3c, 0xbd, 0xd4, 0x52, 0xdf, 0x3f, 0xd7, 0xde, 0xf1, 0x89, 0x38, 0x1f, - 0xf5, 0x74, 0x97, 0x0d, 0xe2, 0xbe, 0xc5, 0xff, 0xf6, 0xb8, 0x77, 0x61, 0x84, 0x02, 0x78, 0xc2, - 0xe1, 0x56, 0xfc, 0xc0, 0xe1, 0xfa, 0xa3, 0x27, 0x5a, 0xea, 0x8f, 0x27, 0x5a, 0xaa, 0xfa, 0xb3, - 0x02, 0xe0, 0x5c, 0xb5, 0x85, 0xf9, 0x90, 0x51, 0x8e, 0xe1, 0x31, 0x00, 0xde, 0x2c, 0x2a, 0x9b, - 0x96, 0xab, 0xbf, 0xf1, 0xb7, 0x4d, 0x6b, 0x6e, 0x84, 0x45, 0x7d, 0xf7, 0xe2, 0xc7, 0xfb, 0x8a, - 0xb5, 0xc0, 0x87, 0x18, 0xdc, 0xea, 0xa1, 0x3e, 0xa2, 0x2e, 0x56, 0xd3, 0x52, 0xda, 0xee, 0x4a, - 0x69, 0x52, 0xd7, 0xbb, 0xb1, 0xae, 0xda, 0x4b, 0xe8, 0x8a, 0x44, 0x25, 0x77, 0x1f, 0x66, 0xa5, - 0xa2, 0xaf, 0xd3, 0xe0, 0xd5, 0x33, 0xda, 0x63, 0xd4, 0x23, 0xd4, 0xbf, 0x19, 0x07, 0x98, 0xe0, - 0x76, 0xac, 0x86, 0xbd, 0xbc, 0x0d, 0x8a, 0x33, 0xca, 0xbf, 0xf0, 0x82, 0x0d, 0x6e, 0x61, 0x2a, - 0x02, 0x32, 0x33, 0x83, 0x71, 0x4d, 0xbd, 0x2b, 0x94, 0x9a, 0x54, 0x04, 0x93, 0xc5, 0x51, 0x24, - 0x57, 0x2d, 0x8c, 0xfd, 0x87, 0x0c, 0x50, 0xaf, 0xa3, 0xc2, 0xb7, 0x40, 0xc1, 0x0d, 0xb0, 0x0c, - 0x38, 0xe7, 0x98, 0xf8, 0xe7, 0x42, 0x36, 0x2d, 0x63, 0xe5, 0x93, 0xf0, 0x03, 0x19, 0x85, 0x16, - 0x28, 0xb8, 0x6c, 0x30, 0xec, 0x63, 0x09, 0x0d, 0x37, 0x50, 0x76, 0x25, 0x57, 0x2f, 0xe9, 0xd1, - 0x7a, 0xea, 0xc9, 0x7a, 0xea, 0x76, 0xb2, 0x9e, 0xcd, 0xad, 0xb0, 0xb0, 0xc7, 0xcf, 0x35, 0x25, - 0x2a, 0x2e, 0x3f, 0xbf, 0x21, 0xc4, 0x40, 0x01, 0x0a, 0x84, 0x12, 0x41, 0x50, 0xdf, 0x49, 0x3c, - 0x93, 0xb9, 0x79, 0xcf, 0xe4, 0xe3, 0x37, 0x9a, 0xd1, 0x13, 0x8b, 0x0e, 0xcd, 0xfe, 0x77, 0x0e, - 0x85, 0x75, 0xb0, 0x39, 0x4a, 0xba, 0x1e, 0x9a, 0xe0, 0x95, 0x8a, 0x52, 0xcb, 0x36, 0x0b, 0xd3, - 0x4b, 0x2d, 0x37, 0x9b, 0x46, 0xbb, 0x65, 0xe5, 0x66, 0xa0, 0xb6, 0x27, 0x5d, 0xad, 0x54, 0x5f, - 0x28, 0x60, 0xad, 0x65, 0xb7, 0x90, 0x40, 0x10, 0x81, 0xdd, 0xf9, 0x25, 0xf3, 0x2d, 0x73, 0xfe, - 0xb9, 0xbb, 0x77, 0x46, 0x7f, 0xb5, 0x80, 0xfd, 0xbf, 0x18, 0x7e, 0xc1, 0x9a, 0x9f, 0x00, 0x10, - 0x09, 0x3d, 0x26, 0x5c, 0xc0, 0x0f, 0x41, 0xd6, 0x43, 0x02, 0xa9, 0x8a, 0x9c, 0xca, 0xbd, 0xeb, - 0x74, 0x49, 0xc2, 0xa2, 0xe7, 0x25, 0xab, 0xfa, 0x9b, 0x02, 0x0a, 0x67, 0x1c, 0x07, 0xdd, 0x00, - 0x3f, 0xc4, 0x01, 0xa6, 0x2e, 0xe6, 0xb0, 0x01, 0xee, 0x89, 0x60, 0xc4, 0x85, 0x43, 0x19, 0x75, - 0x90, 0xeb, 0x06, 0xd8, 0x23, 0x02, 0x7b, 0x0e, 0xc7, 0xc1, 0x98, 0xb8, 0x98, 0xcb, 0x16, 0xae, - 0x5b, 0x25, 0x09, 0x3a, 0x61, 0xb4, 0x31, 0x83, 0x9c, 0xc6, 0x08, 0x78, 0x08, 0x76, 0xa3, 0x2b, - 0x56, 0xd1, 0xd3, 0x92, 0xbe, 0x23, 0x01, 0x2b, 0xb8, 0x0f, 0xc0, 0xb6, 0x4c, 0x2d, 0x50, 0x1c, - 0xe2, 0x71, 0x69, 0xf2, 0xad, 0xe6, 0xeb, 0xd3, 0x4b, 0x0d, 0xda, 0x51, 0x3e, 0xa1, 0xb4, 0x5b, - 0xdc, 0x82, 0x62, 0x29, 0xe6, 0xf1, 0xfb, 0x5f, 0x29, 0x20, 0xbf, 0x34, 0x37, 0x0d, 0xdc, 0x69, - 0x99, 0xc7, 0xe6, 0xc7, 0x0d, 0xbb, 0xdd, 0x39, 0x71, 0xec, 0xcf, 0xba, 0xa6, 0x73, 0x76, 0x72, - 0xda, 0x35, 0x8f, 0xda, 0x1f, 0xb5, 0xcd, 0x56, 0x31, 0x05, 0x55, 0xb0, 0xbd, 0x0c, 0xe8, 0x76, - 0x3a, 0xc7, 0x45, 0x05, 0xde, 0x05, 0xea, 0x72, 0xa6, 0xd3, 0x35, 0xad, 0x86, 0xdd, 0xb1, 0x8a, - 0x69, 0x78, 0x07, 0xec, 0x2c, 0x67, 0x4f, 0x4d, 0xeb, 0xd3, 0xf6, 0x91, 0x59, 0xcc, 0x94, 0xb2, - 0x8f, 0xbe, 0x29, 0xa7, 0x9a, 0xdd, 0xa7, 0xd3, 0xb2, 0xf2, 0x6c, 0x5a, 0x56, 0x7e, 0x9f, 0x96, - 0x95, 0xc7, 0x57, 0xe5, 0xd4, 0xb3, 0xab, 0x72, 0xea, 0xd7, 0xab, 0x72, 0xea, 0xf3, 0xf7, 0x16, - 0x16, 0x25, 0x99, 0xdf, 0x5e, 0x1f, 0xf5, 0xf8, 0xec, 0x64, 0x8c, 0x0f, 0x8c, 0x2f, 0x17, 0x7e, - 0x68, 0xc8, 0xe5, 0xe9, 0xad, 0xc9, 0x6f, 0x8f, 0x83, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x26, - 0xeb, 0x07, 0x89, 0x8b, 0x08, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x56, 0x41, 0x6f, 0x1b, 0x45, + 0x14, 0xf6, 0xda, 0x26, 0x4d, 0xc6, 0x89, 0xed, 0x0e, 0x81, 0x6c, 0xdc, 0xd6, 0x6b, 0x2c, 0x21, + 0x4c, 0x51, 0x76, 0x89, 0x8b, 0x90, 0x08, 0x5c, 0xec, 0x78, 0xa1, 0x46, 0x51, 0x6c, 0x6d, 0x36, + 0x48, 0x70, 0x59, 0x8d, 0x77, 0xa7, 0x9b, 0x51, 0xec, 0x19, 0x6b, 0x67, 0x6c, 0xf0, 0x3f, 0xe8, + 0x81, 0x43, 0x7f, 0x42, 0x05, 0x1c, 0x10, 0x07, 0xc4, 0x81, 0x1f, 0xd1, 0x1b, 0x15, 0x27, 0xc4, + 0x21, 0x45, 0xce, 0xa1, 0xfc, 0x0c, 0xb4, 0xb3, 0xbb, 0xb6, 0x65, 0x1c, 0x51, 0x50, 0x50, 0x2f, + 0x89, 0xe7, 0xbd, 0xef, 0x9b, 0x79, 0xdf, 0x7b, 0xdf, 0xb3, 0x0c, 0xaa, 0x03, 0xd2, 0x3f, 0x9f, + 0x7c, 0x89, 0x26, 0x46, 0x80, 0xb9, 0x40, 0xe7, 0x84, 0xfa, 0xc6, 0x78, 0xdf, 0x18, 0x30, 0x0f, + 0xf7, 0xb9, 0x3e, 0x0c, 0x98, 0x60, 0xf0, 0xb5, 0x04, 0xa3, 0xcf, 0x30, 0xfa, 0x78, 0xbf, 0x74, + 0x13, 0x0d, 0x08, 0x65, 0x86, 0xfc, 0x1b, 0x21, 0x4b, 0x65, 0x97, 0xf1, 0x01, 0xe3, 0x46, 0x0f, + 0x71, 0x6c, 0x8c, 0xf7, 0x7b, 0x58, 0xa0, 0x7d, 0xc3, 0x65, 0x84, 0xc6, 0xf9, 0xdd, 0x28, 0xef, + 0xc8, 0x93, 0x11, 0x1d, 0xe2, 0xd4, 0xb6, 0xcf, 0x7c, 0x16, 0xc5, 0xc3, 0x4f, 0x71, 0x54, 0xf3, + 0x19, 0xf3, 0xfb, 0xd8, 0x90, 0xa7, 0xde, 0xe8, 0x81, 0x21, 0xc8, 0x20, 0xac, 0x61, 0x30, 0x8c, + 0x00, 0xd5, 0xef, 0xd2, 0x00, 0xb4, 0x70, 0x1f, 0xfb, 0x48, 0x10, 0x46, 0xe1, 0x07, 0x20, 0x2b, + 0x26, 0x43, 0xac, 0x2a, 0x15, 0xa5, 0x96, 0xaf, 0xbf, 0xa9, 0xaf, 0xac, 0x5c, 0x9f, 0x13, 0xec, + 0xc9, 0x10, 0x5b, 0x92, 0x02, 0x3f, 0x04, 0x9b, 0x23, 0x8e, 0x03, 0x07, 0x79, 0x5e, 0x80, 0x39, + 0x57, 0xd3, 0x15, 0xa5, 0xb6, 0xd1, 0x54, 0x7f, 0xfd, 0x79, 0x6f, 0x3b, 0x2e, 0xb4, 0x11, 0x65, + 0x4e, 0x44, 0x40, 0xa8, 0x6f, 0xe5, 0x42, 0x74, 0x1c, 0x82, 0x6f, 0x83, 0x0d, 0x81, 0x02, 0x1f, + 0x0b, 0x87, 0x78, 0x6a, 0xa6, 0xa2, 0xd4, 0xb6, 0x9a, 0x9b, 0xd3, 0x0b, 0x6d, 0xdd, 0x96, 0xc1, + 0x76, 0xcb, 0x5a, 0x8f, 0xd2, 0x6d, 0x0f, 0x12, 0xb0, 0xc6, 0xcf, 0x50, 0x80, 0xb9, 0x9a, 0xad, + 0x64, 0x6a, 0xb9, 0xfa, 0x6d, 0x3d, 0xbe, 0x3e, 0x6c, 0x9a, 0x1e, 0x37, 0x4d, 0x6f, 0x61, 0xf7, + 0x90, 0x11, 0xda, 0xbc, 0xf7, 0xe4, 0x42, 0x4b, 0xfd, 0xf0, 0x4c, 0x7b, 0xc7, 0x27, 0xe2, 0x6c, + 0xd4, 0xd3, 0x5d, 0x36, 0x88, 0xfb, 0x16, 0xff, 0xdb, 0xe3, 0xde, 0xb9, 0x11, 0x0a, 0xe0, 0x09, + 0x87, 0x5b, 0xf1, 0x03, 0x07, 0xeb, 0x0f, 0x1f, 0x6b, 0xa9, 0x3f, 0x1f, 0x6b, 0xa9, 0xea, 0x2f, + 0x0a, 0x80, 0x73, 0xd5, 0x16, 0xe6, 0x43, 0x46, 0x39, 0x86, 0x47, 0x00, 0x78, 0xb3, 0xa8, 0x6c, + 0x5a, 0xae, 0xfe, 0xc6, 0x3f, 0x36, 0xad, 0xb9, 0x11, 0x16, 0xf5, 0xfd, 0xf3, 0x9f, 0xee, 0x2a, + 0xd6, 0x02, 0x1f, 0x62, 0x70, 0xa3, 0x87, 0xfa, 0x88, 0xba, 0x58, 0x4d, 0x4b, 0x69, 0xbb, 0x2b, + 0xa5, 0x49, 0x5d, 0xef, 0xc6, 0xba, 0x6a, 0x2f, 0xa0, 0x2b, 0x12, 0x95, 0xdc, 0x7d, 0x90, 0x95, + 0x8a, 0xbe, 0x49, 0x83, 0x57, 0x4f, 0x69, 0x8f, 0x51, 0x8f, 0x50, 0xff, 0x7a, 0x1c, 0x60, 0x82, + 0x9b, 0xb1, 0x1a, 0xf6, 0xe2, 0x36, 0x28, 0xce, 0x28, 0xff, 0xc1, 0x0b, 0x36, 0xb8, 0x81, 0xa9, + 0x08, 0xc8, 0xcc, 0x0c, 0xc6, 0x15, 0xf5, 0xae, 0x50, 0x6a, 0x52, 0x11, 0x4c, 0x16, 0x47, 0x91, + 0x5c, 0xb5, 0x30, 0xf6, 0x1f, 0x33, 0x40, 0xbd, 0x8a, 0x0a, 0xdf, 0x02, 0x05, 0x37, 0xc0, 0x32, + 0xe0, 0x9c, 0x61, 0xe2, 0x9f, 0x09, 0xd9, 0xb4, 0x8c, 0x95, 0x4f, 0xc2, 0xf7, 0x65, 0x14, 0x5a, + 0xa0, 0xe0, 0xb2, 0xc1, 0xb0, 0x8f, 0x25, 0x34, 0xdc, 0x40, 0xd9, 0x95, 0x5c, 0xbd, 0xa4, 0x47, + 0xeb, 0xa9, 0x27, 0xeb, 0xa9, 0xdb, 0xc9, 0x7a, 0x36, 0xb7, 0xc2, 0xc2, 0x1e, 0x3d, 0xd3, 0x94, + 0xa8, 0xb8, 0xfc, 0xfc, 0x86, 0x10, 0x03, 0x05, 0x28, 0x10, 0x4a, 0x04, 0x41, 0x7d, 0x27, 0xf1, + 0x4c, 0xe6, 0xfa, 0x3d, 0x93, 0x8f, 0xdf, 0x68, 0x46, 0x4f, 0x2c, 0x3a, 0x34, 0xfb, 0xff, 0x39, + 0x14, 0xd6, 0xc1, 0xe6, 0x28, 0xe9, 0x7a, 0x68, 0x82, 0x57, 0x2a, 0x4a, 0x2d, 0xdb, 0x2c, 0x4c, + 0x2f, 0xb4, 0xdc, 0x6c, 0x1a, 0xed, 0x96, 0x95, 0x9b, 0x81, 0xda, 0x9e, 0x74, 0xb5, 0x52, 0x7d, + 0xae, 0x80, 0xb5, 0x96, 0xdd, 0x42, 0x02, 0x41, 0x04, 0x76, 0xe7, 0x97, 0xcc, 0xb7, 0xcc, 0xf9, + 0xf7, 0xee, 0xde, 0x19, 0xfd, 0xdd, 0x02, 0xf6, 0x4b, 0x31, 0xfc, 0x82, 0x35, 0x3f, 0x05, 0x20, + 0x12, 0x7a, 0x44, 0xb8, 0x80, 0x1f, 0x81, 0xac, 0x87, 0x04, 0x52, 0x15, 0x39, 0x95, 0x3b, 0x57, + 0xe9, 0x92, 0x84, 0x45, 0xcf, 0x4b, 0x56, 0xf5, 0x77, 0x05, 0x14, 0x4e, 0x39, 0x0e, 0xba, 0x01, + 0x7e, 0x80, 0x03, 0x4c, 0x5d, 0xcc, 0x61, 0x03, 0xdc, 0x11, 0xc1, 0x88, 0x0b, 0x87, 0x32, 0xea, + 0x20, 0xd7, 0x0d, 0xb0, 0x47, 0x04, 0xf6, 0x1c, 0x8e, 0x83, 0x31, 0x71, 0x31, 0x97, 0x2d, 0x5c, + 0xb7, 0x4a, 0x12, 0x74, 0xcc, 0x68, 0x63, 0x06, 0x39, 0x89, 0x11, 0xf0, 0x00, 0xec, 0x46, 0x57, + 0xac, 0xa2, 0xa7, 0x25, 0x7d, 0x47, 0x02, 0x56, 0x70, 0xef, 0x83, 0x6d, 0x99, 0x5a, 0xa0, 0x38, + 0xc4, 0xe3, 0xd2, 0xe4, 0x5b, 0xcd, 0xd7, 0xa7, 0x17, 0x1a, 0xb4, 0xa3, 0x7c, 0x42, 0x69, 0xb7, + 0xb8, 0x05, 0xc5, 0x52, 0xcc, 0xe3, 0x77, 0xbf, 0x56, 0x40, 0x7e, 0x69, 0x6e, 0x1a, 0xb8, 0xd5, + 0x32, 0x8f, 0xcc, 0x4f, 0x1a, 0x76, 0xbb, 0x73, 0xec, 0xd8, 0x9f, 0x77, 0x4d, 0xe7, 0xf4, 0xf8, + 0xa4, 0x6b, 0x1e, 0xb6, 0x3f, 0x6e, 0x9b, 0xad, 0x62, 0x0a, 0xaa, 0x60, 0x7b, 0x19, 0xd0, 0xed, + 0x74, 0x8e, 0x8a, 0x0a, 0xbc, 0x0d, 0xd4, 0xe5, 0x4c, 0xa7, 0x6b, 0x5a, 0x0d, 0xbb, 0x63, 0x15, + 0xd3, 0xf0, 0x16, 0xd8, 0x59, 0xce, 0x9e, 0x98, 0xd6, 0x67, 0xed, 0x43, 0xb3, 0x98, 0x29, 0x65, + 0x1f, 0x7e, 0x5b, 0x4e, 0x35, 0xbb, 0x4f, 0xa6, 0x65, 0xe5, 0xe9, 0xb4, 0xac, 0xfc, 0x31, 0x2d, + 0x2b, 0x8f, 0x2e, 0xcb, 0xa9, 0xa7, 0x97, 0xe5, 0xd4, 0x6f, 0x97, 0xe5, 0xd4, 0x17, 0xef, 0x2f, + 0x2c, 0x4a, 0x32, 0xbf, 0xbd, 0x3e, 0xea, 0xf1, 0xd9, 0xc9, 0x18, 0xbf, 0x67, 0x7c, 0xb5, 0xf0, + 0x43, 0x43, 0x2e, 0x4f, 0x6f, 0x4d, 0x7e, 0x7b, 0xdc, 0xfb, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xa0, + 0xad, 0xd2, 0x5b, 0x8b, 0x08, 0x00, 0x00, } func (this *UnbondingDelegationEntry) Equal(that interface{}) bool { diff --git a/x/restaking/types/models_test.go b/x/restaking/types/models_test.go index ddd6f783..ae687712 100644 --- a/x/restaking/types/models_test.go +++ b/x/restaking/types/models_test.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func TestPoolDelegation_Validate(t *testing.T) { diff --git a/x/restaking/types/params.pb.go b/x/restaking/types/params.pb.go index 04f7eacb..3a93e40f 100644 --- a/x/restaking/types/params.pb.go +++ b/x/restaking/types/params.pb.go @@ -99,27 +99,27 @@ func init() { } var fileDescriptor_342e630197fca2bb = []byte{ - // 307 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0xc1, 0x6a, 0xc2, 0x30, - 0x00, 0x86, 0x9b, 0x39, 0x04, 0xc3, 0xf4, 0x50, 0x36, 0x70, 0x0e, 0xa2, 0x08, 0x03, 0x61, 0x98, - 0x20, 0xc2, 0x1e, 0xc0, 0x79, 0xdc, 0x41, 0x64, 0xec, 0xb0, 0x4b, 0x49, 0xd3, 0x10, 0x83, 0x4d, - 0x53, 0x4c, 0xac, 0xeb, 0x5b, 0xec, 0xb8, 0x07, 0xf1, 0x21, 0x3c, 0xca, 0x4e, 0x63, 0x07, 0x37, - 0xda, 0x17, 0x19, 0x6b, 0xb5, 0xec, 0x96, 0xff, 0xcb, 0x9f, 0x9f, 0x3f, 0x3f, 0xec, 0x2b, 0x19, - 0x2e, 0xd3, 0x0d, 0x4d, 0xc9, 0x8a, 0x1b, 0x4b, 0x97, 0x32, 0x12, 0x24, 0x19, 0x91, 0x98, 0xae, - 0xa8, 0x32, 0x38, 0x5e, 0x69, 0xab, 0xdd, 0xab, 0x93, 0x07, 0x57, 0x1e, 0x9c, 0x8c, 0x3a, 0xd7, - 0x4c, 0x1b, 0xa5, 0x8d, 0x57, 0x98, 0x48, 0x29, 0xca, 0x17, 0x9d, 0x4b, 0xa1, 0x85, 0x2e, 0xf9, - 0xdf, 0xa9, 0xa4, 0xfd, 0x2d, 0x80, 0xf5, 0x59, 0x11, 0xec, 0xde, 0xc1, 0xd6, 0x3a, 0xf2, 0x75, - 0x14, 0xc8, 0x48, 0x78, 0x56, 0x2a, 0xde, 0x06, 0x3d, 0x30, 0xa8, 0x4d, 0xce, 0xdf, 0xbf, 0xbb, - 0x60, 0xde, 0xac, 0xee, 0x9e, 0xa4, 0xe2, 0xee, 0x2d, 0x6c, 0xd1, 0x30, 0xd4, 0x1b, 0x1e, 0x78, - 0x01, 0x8f, 0xb4, 0x32, 0xed, 0xb3, 0x5e, 0x6d, 0xd0, 0x98, 0x37, 0x8f, 0x74, 0x5a, 0x40, 0xf7, - 0x19, 0x36, 0xab, 0x7e, 0x1e, 0xa3, 0x71, 0xbb, 0xd6, 0x03, 0x83, 0xc6, 0x64, 0xb4, 0x3b, 0x74, - 0x9d, 0xaf, 0x43, 0xf7, 0xa6, 0x6c, 0x68, 0x82, 0x25, 0x96, 0x9a, 0x28, 0x6a, 0x17, 0xf8, 0x91, - 0x0b, 0xca, 0xd2, 0x29, 0x67, 0x1f, 0xdb, 0x21, 0x3c, 0x7e, 0x60, 0xca, 0xd9, 0xfc, 0xa2, 0xca, - 0x79, 0xa0, 0xf1, 0x64, 0xb6, 0xcb, 0x10, 0xd8, 0x67, 0x08, 0xfc, 0x64, 0x08, 0xbc, 0xe5, 0xc8, - 0xd9, 0xe7, 0xc8, 0xf9, 0xcc, 0x91, 0xf3, 0x72, 0x2f, 0xa4, 0x5d, 0xac, 0x7d, 0xcc, 0xb4, 0x22, - 0xa7, 0x8d, 0x86, 0x21, 0xf5, 0x4d, 0xa5, 0x48, 0x32, 0x26, 0xaf, 0xff, 0xa6, 0xb5, 0x69, 0xcc, - 0x8d, 0x5f, 0x2f, 0xf6, 0x18, 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xdf, 0x76, 0x54, 0xe1, 0x7d, - 0x01, 0x00, 0x00, + // 308 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, + 0x00, 0x86, 0x1b, 0x27, 0x83, 0x05, 0xb7, 0x43, 0x51, 0x98, 0x13, 0xb2, 0x31, 0x10, 0x06, 0xb2, + 0x84, 0xa1, 0xf8, 0x00, 0x73, 0x47, 0x0f, 0x63, 0x88, 0x07, 0x2f, 0x25, 0x4d, 0x43, 0x16, 0xd6, + 0x34, 0x65, 0xc9, 0x3a, 0xfb, 0x16, 0x1e, 0x7d, 0x90, 0x3d, 0xc4, 0x8e, 0xc3, 0x93, 0x78, 0x98, + 0xd2, 0xbe, 0x88, 0xd8, 0x6e, 0xc5, 0x5b, 0xfe, 0x2f, 0x7f, 0x7e, 0xfe, 0xfc, 0xb0, 0xaf, 0x64, + 0xb8, 0x48, 0xd7, 0x34, 0x25, 0x4b, 0x6e, 0x2c, 0x5d, 0xc8, 0x48, 0x90, 0x64, 0x44, 0x62, 0xba, + 0xa4, 0xca, 0xe0, 0x78, 0xa9, 0xad, 0x76, 0x2f, 0x8e, 0x1e, 0x5c, 0x79, 0x70, 0x32, 0xea, 0x5c, + 0x32, 0x6d, 0x94, 0x36, 0x5e, 0x61, 0x22, 0xa5, 0x28, 0x5f, 0x74, 0xce, 0x85, 0x16, 0xba, 0xe4, + 0x7f, 0xa7, 0x92, 0xf6, 0x37, 0x00, 0xd6, 0xa7, 0x45, 0xb0, 0x7b, 0x03, 0x5b, 0xab, 0xc8, 0xd7, + 0x51, 0x20, 0x23, 0xe1, 0x59, 0xa9, 0x78, 0x1b, 0xf4, 0xc0, 0xa0, 0x36, 0x3e, 0x7d, 0xff, 0xee, + 0x82, 0x59, 0xb3, 0xba, 0x7b, 0x92, 0x8a, 0xbb, 0xd7, 0xb0, 0x45, 0xc3, 0x50, 0xaf, 0x79, 0xe0, + 0x05, 0x3c, 0xd2, 0xca, 0xb4, 0x4f, 0x7a, 0xb5, 0x41, 0x63, 0xd6, 0x3c, 0xd0, 0x49, 0x01, 0xdd, + 0x67, 0xd8, 0xac, 0xfa, 0x79, 0x8c, 0xc6, 0xed, 0x5a, 0x0f, 0x0c, 0x1a, 0xe3, 0xd1, 0x76, 0xdf, + 0x75, 0xbe, 0xf6, 0xdd, 0xab, 0xb2, 0xa1, 0x09, 0x16, 0x58, 0x6a, 0xa2, 0xa8, 0x9d, 0xe3, 0x47, + 0x2e, 0x28, 0x4b, 0x27, 0x9c, 0x7d, 0x6c, 0x86, 0xf0, 0xf0, 0x81, 0x09, 0x67, 0xb3, 0xb3, 0x2a, + 0xe7, 0x81, 0xc6, 0xe3, 0xe9, 0x36, 0x43, 0x60, 0x97, 0x21, 0xf0, 0x93, 0x21, 0xf0, 0x96, 0x23, + 0x67, 0x97, 0x23, 0xe7, 0x33, 0x47, 0xce, 0xcb, 0xbd, 0x90, 0x76, 0xbe, 0xf2, 0x31, 0xd3, 0x8a, + 0x1c, 0x37, 0x1a, 0x86, 0xd4, 0x37, 0x95, 0x22, 0xc9, 0x1d, 0x79, 0xfd, 0x37, 0xad, 0x4d, 0x63, + 0x6e, 0xfc, 0x7a, 0xb1, 0xc7, 0xed, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x59, 0x30, 0x81, 0x33, + 0x7d, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/restaking/types/params_test.go b/x/restaking/types/params_test.go index 28e9e368..f6de4c35 100644 --- a/x/restaking/types/params_test.go +++ b/x/restaking/types/params_test.go @@ -7,7 +7,7 @@ import ( "cosmossdk.io/math" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/restaking/types/query.pb.go b/x/restaking/types/query.pb.go index ad972dfa..4122395a 100644 --- a/x/restaking/types/query.pb.go +++ b/x/restaking/types/query.pb.go @@ -12,9 +12,9 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - types "github.com/milkyway-labs/milkyway/v3/x/operators/types" - types1 "github.com/milkyway-labs/milkyway/v3/x/pools/types" - types2 "github.com/milkyway-labs/milkyway/v3/x/services/types" + types "github.com/milkyway-labs/milkyway/v4/x/operators/types" + types1 "github.com/milkyway-labs/milkyway/v4/x/pools/types" + types2 "github.com/milkyway-labs/milkyway/v4/x/services/types" _ "google.golang.org/genproto/googleapis/api/annotations" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -3382,145 +3382,145 @@ var fileDescriptor_946984316b0f92c4 = []byte{ // 2254 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x5b, 0xeb, 0x6f, 0x1c, 0x57, 0x15, 0xcf, 0x5d, 0xda, 0x3c, 0x8e, 0xfb, 0x48, 0x6e, 0x5c, 0xe2, 0xac, 0x1d, 0x3b, 0x9e, 0xa6, - 0x69, 0x62, 0x29, 0x3b, 0x5d, 0xdb, 0x79, 0x34, 0x2f, 0x3b, 0xae, 0xf3, 0x70, 0xf3, 0xb0, 0xb3, - 0x51, 0xdb, 0x10, 0x04, 0xd6, 0xd8, 0x3b, 0x2c, 0x4b, 0xd7, 0x3b, 0x9b, 0x9d, 0x5d, 0x97, 0xc8, - 0x18, 0x21, 0x44, 0x94, 0x42, 0xa1, 0x0f, 0x2a, 0x3e, 0xf1, 0x0f, 0x20, 0x10, 0x94, 0x0f, 0x20, - 0xf1, 0x10, 0x15, 0x2d, 0x12, 0x44, 0x08, 0x44, 0x4b, 0x3f, 0x14, 0xd1, 0x0a, 0xa2, 0xb8, 0x12, - 0x5f, 0x90, 0x00, 0x89, 0x3f, 0x00, 0xcd, 0xce, 0xb9, 0x73, 0x67, 0x77, 0xee, 0xdc, 0x79, 0xec, - 0x74, 0xe3, 0xe5, 0x4b, 0x94, 0x9d, 0xb9, 0xe7, 0xde, 0xdf, 0xef, 0x77, 0xce, 0x7d, 0xcc, 0x39, - 0xd7, 0x30, 0xbc, 0x54, 0x2c, 0x3d, 0x7f, 0xe3, 0x05, 0xed, 0x86, 0x5a, 0xd5, 0xcd, 0x9a, 0xf6, - 0x7c, 0xb1, 0x5c, 0x50, 0x97, 0xb3, 0xea, 0xf5, 0xba, 0x5e, 0xbd, 0x91, 0xa9, 0x54, 0x8d, 0x9a, - 0x41, 0x1f, 0x61, 0x4d, 0x32, 0x4e, 0x93, 0xcc, 0x72, 0x36, 0xbd, 0x4d, 0x5b, 0x2a, 0x96, 0x0d, - 0xb5, 0xf1, 0xaf, 0xdd, 0x32, 0x3d, 0xb2, 0x68, 0x98, 0x4b, 0x86, 0xa9, 0x2e, 0x68, 0xa6, 0x6e, - 0x77, 0xa1, 0x2e, 0x67, 0x17, 0xf4, 0x9a, 0x96, 0x55, 0x2b, 0x5a, 0xa1, 0x58, 0xd6, 0x6a, 0x45, - 0xa3, 0x8c, 0x6d, 0xfb, 0xb1, 0x2d, 0x6b, 0xe6, 0x1e, 0x32, 0xbd, 0xd3, 0x7e, 0x39, 0xdf, 0xf8, - 0xa5, 0xda, 0x3f, 0xf0, 0x55, 0x6f, 0xc1, 0x28, 0x18, 0xf6, 0x73, 0xeb, 0x7f, 0xf8, 0x74, 0xa0, - 0x60, 0x18, 0x85, 0x92, 0xae, 0x6a, 0x95, 0xa2, 0xaa, 0x95, 0xcb, 0x46, 0xad, 0x31, 0x14, 0xb3, - 0x51, 0x1c, 0x92, 0x46, 0x45, 0xaf, 0x6a, 0x35, 0xa3, 0x6a, 0x5a, 0x23, 0x2e, 0x19, 0x79, 0xbd, - 0xc4, 0xda, 0x0c, 0x3a, 0x6d, 0x2a, 0x86, 0x51, 0xf2, 0xbe, 0x57, 0xc4, 0x42, 0x85, 0x69, 0x53, - 0xd1, 0xaa, 0xda, 0x12, 0x6b, 0xc3, 0x05, 0x37, 0xf5, 0xea, 0x72, 0x71, 0x51, 0xf7, 0x0c, 0xa5, - 0x7c, 0x8b, 0x80, 0x72, 0xd9, 0x52, 0x63, 0x16, 0xd1, 0x3e, 0x6d, 0x14, 0xcb, 0x7a, 0xfe, 0x0a, - 0xb6, 0xcf, 0xe9, 0xd7, 0xeb, 0xba, 0x59, 0xa3, 0x43, 0xd0, 0xc3, 0xe8, 0xcc, 0x17, 0xf3, 0x7d, - 0x64, 0x37, 0xd9, 0xf7, 0x60, 0x0e, 0xd8, 0xa3, 0x99, 0x3c, 0x3d, 0x03, 0xc0, 0x65, 0xef, 0x4b, - 0xed, 0x26, 0xfb, 0x7a, 0x46, 0xf7, 0x66, 0x50, 0x4d, 0xcb, 0x47, 0x19, 0x5b, 0x73, 0xf4, 0x51, - 0x66, 0x4e, 0x2b, 0xe8, 0xd8, 0x79, 0xce, 0x65, 0xa9, 0xbc, 0x42, 0xe0, 0x51, 0x29, 0x1e, 0xb3, - 0x62, 0x94, 0x4d, 0xdd, 0x02, 0x84, 0x9c, 0xe6, 0x8b, 0x79, 0xb3, 0x8f, 0xec, 0xfe, 0x84, 0x05, - 0x08, 0x1f, 0xcd, 0xe4, 0x4d, 0x7a, 0x56, 0x00, 0xe8, 0xf1, 0x40, 0x40, 0x76, 0xef, 0x4d, 0x88, - 0xbe, 0xc9, 0x10, 0x21, 0x86, 0x53, 0xa5, 0x92, 0xf1, 0x82, 0x9e, 0x67, 0xf8, 0x1c, 0x89, 0x76, - 0x01, 0x70, 0x44, 0xa8, 0xd0, 0x16, 0x07, 0x50, 0x62, 0x02, 0x7d, 0x9b, 0xc0, 0x1e, 0x39, 0x1c, - 0x54, 0x68, 0x18, 0x1e, 0x70, 0xb9, 0x8c, 0x49, 0xd4, 0xc3, 0x7d, 0x96, 0xa0, 0x46, 0x5f, 0x27, - 0xb0, 0xdb, 0x0d, 0xea, 0x8a, 0xbe, 0x58, 0xaf, 0x16, 0xcb, 0x85, 0x39, 0x2b, 0xbc, 0x3b, 0x2c, - 0xd0, 0x2d, 0x02, 0xc3, 0x12, 0x2c, 0xa8, 0xce, 0x4e, 0xd8, 0x6c, 0xcd, 0x3d, 0x97, 0x32, 0x9b, - 0xac, 0xdf, 0x89, 0xaa, 0x72, 0x93, 0xc0, 0x80, 0x1b, 0xc9, 0xbd, 0x0a, 0x99, 0x1f, 0x12, 0xd8, - 0xe5, 0x83, 0x03, 0xd5, 0x78, 0x0a, 0xb6, 0x38, 0xab, 0x55, 0x43, 0x8e, 0x9e, 0xd1, 0xa1, 0x8c, - 0xb3, 0x14, 0x3b, 0xaf, 0x32, 0xcb, 0xd9, 0x0c, 0x33, 0x9e, 0xba, 0xef, 0xf6, 0xdf, 0x86, 0x36, - 0xe4, 0xb8, 0x5d, 0x72, 0xba, 0x7d, 0x19, 0xfa, 0x1b, 0x70, 0x2d, 0x8f, 0x4d, 0xeb, 0x25, 0xbd, - 0x60, 0x2f, 0xb0, 0x4c, 0xb5, 0x1d, 0xb0, 0x09, 0x5d, 0x87, 0x92, 0x6d, 0xb4, 0x3d, 0x97, 0x98, - 0x5e, 0xbf, 0x60, 0x7e, 0xf3, 0x00, 0x40, 0xb9, 0x2e, 0x43, 0x4f, 0x9e, 0x3f, 0x46, 0xc1, 0xf6, - 0x67, 0x84, 0x7b, 0x57, 0x86, 0x77, 0xc0, 0xec, 0x51, 0x3a, 0x77, 0x1f, 0xc9, 0x89, 0xf7, 0x25, - 0x48, 0x0b, 0xb0, 0x07, 0x6a, 0x77, 0x1a, 0xb6, 0x21, 0x1c, 0xa3, 0x3a, 0xaf, 0xe5, 0xf3, 0x55, - 0xdd, 0x34, 0x1b, 0x30, 0xb6, 0x4c, 0xf5, 0xfd, 0xf9, 0x27, 0x07, 0x7a, 0x11, 0xc9, 0x29, 0xfb, - 0xcd, 0x95, 0x9a, 0x35, 0xa3, 0x72, 0x5b, 0x1d, 0x13, 0x7c, 0xae, 0x94, 0x85, 0xae, 0x73, 0x84, - 0x9b, 0x05, 0xe0, 0xa4, 0x1b, 0x08, 0x62, 0xe8, 0xe6, 0xea, 0xc2, 0x9a, 0xec, 0x7b, 0x9c, 0x01, - 0x9f, 0x29, 0x2f, 0x18, 0xe5, 0x7c, 0xb1, 0x5c, 0xb8, 0x17, 0x41, 0xf3, 0x3e, 0x81, 0xc7, 0x02, - 0x90, 0xa0, 0x08, 0x3a, 0x3c, 0x52, 0x67, 0xef, 0xe7, 0xbd, 0x71, 0x34, 0xe2, 0xa3, 0x87, 0xa0, - 0x4f, 0x14, 0xa4, 0xb7, 0x2e, 0x18, 0x2e, 0xd1, 0x65, 0xec, 0x51, 0x19, 0xb3, 0x4e, 0xc5, 0xd6, - 0x4b, 0x01, 0xbe, 0x76, 0x04, 0x5e, 0x84, 0x5e, 0x91, 0xc0, 0x18, 0x6f, 0xd1, 0xf5, 0xdd, 0x2e, - 0xd0, 0x57, 0xf9, 0x06, 0x81, 0xa1, 0xa6, 0x83, 0x8a, 0x20, 0xe8, 0x3a, 0x76, 0x6a, 0x7a, 0x93, - 0xed, 0xbf, 0x42, 0x30, 0x5d, 0xb0, 0x6a, 0xbd, 0x48, 0x60, 0xd0, 0x87, 0x40, 0x68, 0x31, 0x13, - 0x0a, 0xb3, 0xaa, 0xaf, 0x5f, 0x3f, 0xbe, 0x65, 0xec, 0x75, 0x02, 0xfb, 0x9a, 0x06, 0x95, 0x2d, - 0x65, 0x1d, 0x8b, 0xaa, 0x0f, 0x08, 0xec, 0x0f, 0x81, 0xaa, 0x4b, 0x97, 0xb5, 0xd7, 0x08, 0x3c, - 0x1e, 0xc4, 0xae, 0xd3, 0xb1, 0xf7, 0x4a, 0x88, 0x38, 0xe8, 0xec, 0x32, 0x77, 0x8b, 0x4d, 0x4c, - 0x3c, 0x3b, 0x0a, 0xe2, 0xb1, 0x43, 0xa7, 0xd8, 0x5f, 0xb1, 0x05, 0x57, 0x84, 0xa4, 0x0b, 0x96, - 0xb8, 0x9b, 0x2d, 0xa7, 0x70, 0x6f, 0x94, 0x05, 0x08, 0x99, 0x50, 0x8c, 0x5d, 0xf7, 0x73, 0xe8, - 0xc7, 0xb7, 0xbc, 0xbd, 0xca, 0xa6, 0x1a, 0x8e, 0x29, 0x5b, 0xdd, 0x3a, 0x14, 0x4d, 0x7f, 0x65, - 0x33, 0x4d, 0x0a, 0xa9, 0x4b, 0x97, 0xb6, 0x97, 0x09, 0xec, 0x0d, 0x20, 0xd7, 0xd9, 0x98, 0x7b, - 0x39, 0x38, 0x00, 0x3a, 0xbb, 0xac, 0xfd, 0x94, 0x9d, 0x25, 0xa7, 0x19, 0x54, 0x9f, 0x8f, 0x4d, - 0xa1, 0x00, 0x24, 0xaa, 0x00, 0x89, 0x85, 0xed, 0x6f, 0xd8, 0x57, 0x86, 0x3f, 0xee, 0x2e, 0x58, - 0x0a, 0xdf, 0x24, 0x70, 0xc0, 0xcb, 0x42, 0xb6, 0x2a, 0xac, 0x33, 0x37, 0xdc, 0x21, 0x90, 0x09, - 0x4b, 0xa0, 0x4b, 0xd7, 0x90, 0x9f, 0xb3, 0x05, 0xd2, 0xa1, 0x28, 0xf9, 0xd0, 0x59, 0x67, 0xee, - 0xf9, 0x1d, 0x3b, 0xb8, 0xca, 0xb1, 0x77, 0xc1, 0x4c, 0x79, 0x9b, 0x40, 0x56, 0xcc, 0xa4, 0x8b, - 0x66, 0xcb, 0x47, 0x04, 0x46, 0xa3, 0x90, 0xe8, 0xd2, 0x19, 0xf3, 0x33, 0xb6, 0xc9, 0x39, 0x34, - 0xfd, 0xcf, 0xcc, 0xeb, 0xcc, 0x43, 0xbf, 0xf5, 0x4c, 0xf6, 0x2e, 0x3d, 0x64, 0xbf, 0x45, 0xe0, - 0x09, 0x21, 0x91, 0x2e, 0x9a, 0x2e, 0x6b, 0x9e, 0x39, 0xff, 0xff, 0x78, 0x46, 0xfd, 0x01, 0xc1, - 0x44, 0x75, 0xd3, 0x16, 0xba, 0x5e, 0x7d, 0xf2, 0x5d, 0x82, 0x89, 0xed, 0x56, 0xb4, 0xa8, 0xfe, - 0x18, 0xdc, 0xdf, 0x28, 0xe5, 0xa2, 0xda, 0x3b, 0xb8, 0xda, 0x8d, 0xc7, 0x96, 0xd2, 0x96, 0x01, - 0x4a, 0x6b, 0xb7, 0x4d, 0x4e, 0xcb, 0x15, 0xd8, 0xe9, 0x05, 0x97, 0xb0, 0x92, 0xae, 0xec, 0x6e, - 0xca, 0x9d, 0xdd, 0x55, 0x66, 0x45, 0x7e, 0x74, 0x84, 0xc9, 0xc2, 0x7d, 0x56, 0x3b, 0x3c, 0xbd, - 0x07, 0xe8, 0xd2, 0x68, 0xaa, 0xbc, 0xc1, 0x52, 0x0e, 0x9e, 0xed, 0x62, 0xbd, 0x46, 0xc7, 0x1b, - 0x2c, 0x35, 0x21, 0x42, 0xbc, 0x2e, 0x4b, 0x6c, 0xb7, 0x58, 0x32, 0xc2, 0x83, 0x38, 0x61, 0x89, - 0x5b, 0x32, 0x67, 0xa9, 0xd6, 0xcc, 0x99, 0xb2, 0xe8, 0xe7, 0x6c, 0x47, 0xb9, 0x53, 0xb0, 0x99, - 0xb5, 0xc7, 0x30, 0x0a, 0x29, 0x9c, 0x63, 0xa6, 0xfc, 0xc8, 0x43, 0xb7, 0xf5, 0x82, 0xc3, 0x3a, - 0x8b, 0xa8, 0xef, 0x7b, 0xe6, 0x80, 0xe7, 0x06, 0xc4, 0x04, 0x6c, 0x66, 0xb7, 0x3a, 0x30, 0x9e, - 0x76, 0x71, 0x59, 0xd8, 0x1b, 0x4b, 0x15, 0xb4, 0x64, 0xa2, 0xb0, 0x57, 0xc9, 0x05, 0xd3, 0xd7, - 0x58, 0xbd, 0xb4, 0x15, 0x6c, 0xc2, 0xe2, 0x36, 0xe7, 0x2a, 0x52, 0x2d, 0xb9, 0x0a, 0xe5, 0xb3, - 0x3e, 0x3e, 0x76, 0x14, 0x3b, 0x01, 0x9b, 0xb0, 0x35, 0xc6, 0x51, 0x28, 0xc1, 0x98, 0x8d, 0x32, - 0x89, 0x5b, 0xc0, 0x33, 0xa6, 0x5e, 0x9d, 0xab, 0xea, 0x9f, 0xd3, 0xab, 0x7a, 0xd9, 0x15, 0x41, - 0xc3, 0xf0, 0x40, 0xdd, 0xd4, 0x5b, 0xf8, 0xe5, 0x7a, 0xac, 0x67, 0xbc, 0x3a, 0x3a, 0x20, 0xee, - 0x01, 0x01, 0x5e, 0x82, 0x9e, 0x0a, 0x7f, 0x8c, 0x20, 0xf7, 0xfa, 0xed, 0xdc, 0xcd, 0x9d, 0xb0, - 0x63, 0x95, 0xab, 0x03, 0xa5, 0x17, 0xa8, 0x5d, 0x30, 0x6b, 0x5c, 0x0a, 0x42, 0xa0, 0xca, 0x73, - 0xb0, 0xbd, 0xe9, 0x29, 0x0e, 0x3e, 0x09, 0x1b, 0xed, 0xcb, 0x43, 0x5e, 0x71, 0x9a, 0xc6, 0xb5, - 0xcd, 0xa6, 0xb6, 0x58, 0xc3, 0x7d, 0xef, 0x1f, 0x3f, 0x1e, 0x21, 0x39, 0xb4, 0x1b, 0x7d, 0x77, - 0x1c, 0xee, 0x6f, 0xf4, 0x4c, 0x3f, 0x24, 0xf0, 0x49, 0xf1, 0x05, 0x1e, 0xfa, 0xa4, 0x4f, 0xb7, - 0xc1, 0x97, 0x90, 0xd2, 0x47, 0xe3, 0x98, 0xda, 0xec, 0x94, 0xf3, 0x2f, 0x5a, 0x50, 0xbf, 0xfa, - 0xde, 0x47, 0xaf, 0xa7, 0x26, 0xe9, 0x49, 0x55, 0x7c, 0x79, 0x8a, 0xdf, 0xd8, 0x5a, 0x71, 0x2d, - 0x5a, 0xab, 0xea, 0x17, 0x1a, 0x7d, 0xce, 0x3b, 0x33, 0xe7, 0xef, 0x04, 0x76, 0xf8, 0x5c, 0xbf, - 0xa1, 0x52, 0x90, 0xf2, 0x2b, 0x44, 0xe9, 0x63, 0xb1, 0x6c, 0xa3, 0x30, 0x74, 0xee, 0x81, 0xad, - 0xf0, 0x99, 0xb4, 0xaa, 0x6a, 0x76, 0x9f, 0xf3, 0x7c, 0xa3, 0x79, 0x8f, 0x40, 0xaf, 0xe8, 0xfe, - 0x0c, 0x3d, 0x1c, 0x02, 0xa2, 0xe8, 0xf6, 0x4f, 0xfa, 0x48, 0x74, 0x43, 0x24, 0x76, 0x8e, 0x13, - 0x3b, 0x41, 0x8f, 0x45, 0x22, 0x66, 0x62, 0x87, 0xf3, 0xf6, 0x81, 0xeb, 0x6d, 0x02, 0x5b, 0x5b, - 0xef, 0xc0, 0xd0, 0xb1, 0x10, 0xc0, 0x3c, 0x9e, 0x1a, 0x8f, 0x66, 0x84, 0x4c, 0x9e, 0xe2, 0x4c, - 0x8e, 0xd0, 0x43, 0x91, 0x98, 0x70, 0xd7, 0xfc, 0x92, 0xc0, 0xc3, 0x2d, 0x49, 0x3f, 0x3a, 0x2a, - 0x83, 0x23, 0xce, 0x6c, 0xa6, 0xc7, 0x22, 0xd9, 0x20, 0x83, 0x09, 0xce, 0x60, 0x9c, 0x8e, 0xfa, - 0x30, 0xb0, 0x2f, 0x35, 0xae, 0xe0, 0x71, 0x71, 0x55, 0x75, 0x7f, 0xe9, 0xfd, 0x81, 0xc0, 0x43, - 0xcd, 0x9d, 0xd3, 0x6c, 0x78, 0x20, 0x0c, 0xfb, 0x68, 0x14, 0x13, 0x84, 0x7e, 0x85, 0x43, 0x3f, - 0x47, 0xcf, 0x44, 0x87, 0xae, 0xae, 0x78, 0xf6, 0xb0, 0x55, 0x7a, 0x87, 0x40, 0x9f, 0x5f, 0xea, - 0x8f, 0x1e, 0x0b, 0x42, 0x29, 0xf9, 0x28, 0x4d, 0x1f, 0x8f, 0x67, 0x8c, 0x64, 0x67, 0x38, 0xd9, - 0x93, 0xf4, 0x78, 0x48, 0xb2, 0xc2, 0xef, 0x47, 0xfa, 0x1f, 0x02, 0x3b, 0x7c, 0xc6, 0x93, 0x2f, - 0x76, 0xf2, 0xeb, 0x22, 0xe9, 0x63, 0xb1, 0x6c, 0x91, 0xdf, 0x67, 0x38, 0xbf, 0x1c, 0x9d, 0x6b, - 0x87, 0x9f, 0xd0, 0xad, 0x7f, 0x22, 0xb0, 0x5d, 0x90, 0x32, 0xa4, 0x87, 0xc2, 0xec, 0x40, 0x02, - 0x67, 0x1e, 0x8e, 0x6c, 0x87, 0x3c, 0xcf, 0x72, 0x9e, 0xc7, 0xe9, 0xd1, 0x88, 0xdb, 0x96, 0xdb, - 0x8b, 0x77, 0x08, 0x50, 0xef, 0x40, 0xf4, 0x60, 0x34, 0x60, 0x8c, 0xcf, 0xa1, 0xa8, 0x66, 0x48, - 0xe7, 0xd3, 0x9c, 0xce, 0x1c, 0xbd, 0x14, 0x9f, 0x8e, 0xd0, 0x69, 0xff, 0x25, 0x30, 0x20, 0x4b, - 0x2c, 0xd2, 0x89, 0x30, 0xa8, 0x65, 0x73, 0x72, 0x32, 0x7e, 0x07, 0x28, 0xc0, 0x65, 0x2e, 0xc0, - 0x19, 0x3a, 0x1d, 0x51, 0x00, 0xf1, 0xfc, 0xbc, 0x99, 0x82, 0x7e, 0xc9, 0xd8, 0xf4, 0x64, 0x4c, - 0xd0, 0x8c, 0xf4, 0x44, 0x6c, 0x7b, 0xe4, 0xac, 0x73, 0xce, 0xd7, 0xe8, 0xd5, 0x24, 0x38, 0x0b, - 0xdd, 0xff, 0x7b, 0x02, 0xd4, 0x9b, 0xb5, 0x94, 0x47, 0xb8, 0x6f, 0x82, 0x56, 0x1e, 0xe1, 0xfe, - 0xc9, 0x51, 0xe5, 0x34, 0x27, 0x7b, 0x94, 0x1e, 0x89, 0xb4, 0xc5, 0xbb, 0x9d, 0xfa, 0x01, 0x81, - 0x6d, 0x9e, 0x51, 0xe8, 0x78, 0x24, 0x50, 0x8c, 0xca, 0xc1, 0x88, 0x56, 0xc8, 0xe4, 0x53, 0x9c, - 0xc9, 0x25, 0x7a, 0x21, 0x2e, 0x13, 0xa1, 0xab, 0xfe, 0x45, 0xa0, 0x5f, 0x92, 0xd3, 0x94, 0x87, - 0x6c, 0x70, 0x42, 0x57, 0x1e, 0xb2, 0x21, 0x92, 0xa9, 0xca, 0x2c, 0xe7, 0x3e, 0x4d, 0xa7, 0x22, - 0x71, 0x17, 0x4f, 0xd2, 0xaf, 0xa4, 0x20, 0xed, 0x3f, 0x30, 0x3d, 0x11, 0x0f, 0x30, 0xe3, 0x7b, - 0x32, 0xae, 0x39, 0xd2, 0x5d, 0xe4, 0x74, 0xaf, 0xd2, 0x67, 0xdb, 0xa7, 0xeb, 0x7b, 0x54, 0xf2, - 0xab, 0x5a, 0xcb, 0x8f, 0x4a, 0x01, 0x35, 0x7a, 0xf9, 0x51, 0x29, 0xa8, 0x50, 0x1e, 0xee, 0xa8, - 0x14, 0x40, 0xce, 0x3e, 0x6a, 0x58, 0x4b, 0xf1, 0x70, 0x60, 0x45, 0x98, 0x4e, 0x87, 0x86, 0x2b, - 0x8b, 0xf1, 0xd3, 0x6d, 0xf6, 0x12, 0xe5, 0x54, 0x1c, 0xc4, 0x9e, 0x07, 0x81, 0xad, 0xc3, 0xbf, - 0x09, 0x0c, 0xc8, 0x4a, 0xaf, 0xf2, 0x9d, 0x38, 0x44, 0xc1, 0x59, 0xbe, 0x13, 0x87, 0xa9, 0xfa, - 0x2a, 0x17, 0x39, 0xf1, 0x29, 0x3a, 0x19, 0x93, 0x38, 0xff, 0x2a, 0xfb, 0x4e, 0x0a, 0x1e, 0x0b, - 0x55, 0xde, 0xa4, 0xe7, 0x22, 0x41, 0x97, 0x85, 0xc0, 0x4c, 0x02, 0x3d, 0xa1, 0x1a, 0xcf, 0x71, - 0x35, 0x2e, 0xd0, 0xa7, 0xdb, 0x0e, 0x03, 0xae, 0xcb, 0x3f, 0x09, 0xf4, 0x4b, 0x8a, 0x8a, 0xf2, - 0xa5, 0x3e, 0xb8, 0x90, 0x9a, 0x9e, 0x88, 0x6d, 0x8f, 0xcc, 0x2f, 0x70, 0xe6, 0xa7, 0xe8, 0x44, - 0x4c, 0xe6, 0x4e, 0x66, 0xe8, 0xb5, 0x14, 0xec, 0x09, 0x53, 0xb6, 0xa3, 0x67, 0xa3, 0xe0, 0x96, - 0x05, 0xc1, 0xb9, 0xf6, 0x3b, 0x42, 0x25, 0x9e, 0xe5, 0x4a, 0x9c, 0xa7, 0x33, 0x6d, 0xc7, 0x80, - 0xa3, 0xc9, 0x5b, 0x04, 0x1e, 0x6a, 0x2e, 0x9b, 0xc9, 0x3f, 0xf9, 0x85, 0x05, 0x41, 0xf9, 0x27, - 0xbf, 0xb8, 0x2a, 0x17, 0x2e, 0x73, 0xe4, 0x90, 0x90, 0xad, 0xec, 0xb7, 0x09, 0x3c, 0xd8, 0x34, - 0x08, 0x7d, 0x22, 0x34, 0x1e, 0xc6, 0x20, 0x1b, 0xc1, 0x02, 0x09, 0xe4, 0x38, 0x81, 0xb3, 0xf4, - 0x74, 0x1b, 0x04, 0xf8, 0x57, 0x30, 0x7d, 0x97, 0x00, 0xf5, 0xd6, 0xa9, 0xe4, 0xe7, 0x64, 0xdf, - 0x4a, 0x9c, 0xfc, 0x9c, 0xec, 0x5f, 0x0e, 0x8b, 0x34, 0xed, 0xfc, 0x98, 0xf1, 0x55, 0xe6, 0x43, - 0x02, 0xdb, 0x3c, 0x83, 0xc9, 0x8f, 0xcb, 0x7e, 0x85, 0xaf, 0xf4, 0xc1, 0x88, 0x56, 0x48, 0xe8, - 0x1a, 0x27, 0x34, 0x4b, 0x2f, 0xb6, 0x49, 0xa8, 0xf9, 0x23, 0x88, 0xfe, 0xd1, 0x4d, 0xcf, 0xc9, - 0xa4, 0x8f, 0x47, 0x99, 0xf9, 0x66, 0x34, 0x7a, 0xf1, 0xf2, 0xe7, 0x01, 0xf4, 0x9c, 0x15, 0xe1, - 0x7d, 0x02, 0x5b, 0x5b, 0x87, 0x92, 0xe7, 0x61, 0x7d, 0x2a, 0x4b, 0xe9, 0xf1, 0x68, 0x46, 0x48, - 0xe6, 0x2a, 0x27, 0x73, 0x91, 0x9e, 0x6f, 0x8f, 0x4c, 0xd3, 0x71, 0x98, 0xfe, 0x9a, 0xc0, 0xc3, - 0x2d, 0x85, 0x19, 0x79, 0x72, 0x56, 0x5c, 0x4c, 0x92, 0x27, 0x67, 0x7d, 0xca, 0x47, 0xca, 0x34, - 0xa7, 0xf5, 0x24, 0x3d, 0xec, 0x43, 0xab, 0x6e, 0xea, 0x16, 0x23, 0x77, 0xa9, 0x6a, 0x55, 0x75, - 0x15, 0x8d, 0xe8, 0x4b, 0x04, 0x36, 0xda, 0x35, 0x1e, 0xba, 0x5f, 0x9a, 0xa2, 0x73, 0x17, 0x95, - 0xd2, 0x23, 0x61, 0x9a, 0x22, 0xce, 0x11, 0x8e, 0x73, 0x88, 0xee, 0x52, 0x65, 0x7f, 0xc8, 0x3e, - 0x35, 0x77, 0xfb, 0xee, 0x20, 0x79, 0xe7, 0xee, 0x20, 0xb9, 0x73, 0x77, 0x90, 0xbc, 0xba, 0x36, - 0xb8, 0xe1, 0x9d, 0xb5, 0xc1, 0x0d, 0x7f, 0x59, 0x1b, 0xdc, 0x70, 0xed, 0x50, 0xa1, 0x58, 0xfb, - 0x7c, 0x7d, 0x21, 0xb3, 0x68, 0x2c, 0x39, 0x5d, 0x1c, 0x28, 0x69, 0x0b, 0x26, 0xef, 0x70, 0x79, - 0x4c, 0xfd, 0xa2, 0xab, 0xd7, 0xda, 0x8d, 0x8a, 0x6e, 0x2e, 0x6c, 0x6c, 0xfc, 0xe1, 0xfb, 0xd8, - 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0xd4, 0xb0, 0x89, 0xd8, 0x8e, 0x40, 0x00, 0x00, + 0x69, 0x62, 0x29, 0x3b, 0x5d, 0xc7, 0x79, 0x34, 0x2f, 0x3b, 0xae, 0xf3, 0x70, 0xf3, 0xb0, 0xb3, + 0x51, 0xdb, 0x10, 0x04, 0xab, 0xb1, 0x77, 0x58, 0x96, 0xae, 0x77, 0x36, 0x3b, 0xbb, 0x2e, 0x91, + 0x31, 0x42, 0x88, 0x28, 0x85, 0x42, 0x1f, 0x54, 0x7c, 0xe2, 0x1f, 0x40, 0x20, 0x28, 0x1f, 0x40, + 0xe2, 0x21, 0x2a, 0x5a, 0x24, 0x88, 0x10, 0x88, 0x96, 0x7e, 0x28, 0xa2, 0x15, 0x44, 0x49, 0x25, + 0xbe, 0x20, 0x01, 0x12, 0x7f, 0x00, 0x9a, 0x9d, 0x73, 0xe7, 0xce, 0xee, 0xdc, 0xb9, 0xf3, 0xd8, + 0xe9, 0xc6, 0xcb, 0x97, 0x28, 0x3b, 0x73, 0xcf, 0xbd, 0xbf, 0xdf, 0xef, 0x9c, 0xfb, 0x98, 0x73, + 0xae, 0x61, 0x74, 0xa9, 0x54, 0x7e, 0xfe, 0xfa, 0x0b, 0xda, 0x75, 0xb5, 0xa6, 0x9b, 0x75, 0xed, + 0xf9, 0x52, 0xa5, 0xa8, 0x2e, 0x67, 0xd5, 0x6b, 0x0d, 0xbd, 0x76, 0x3d, 0x53, 0xad, 0x19, 0x75, + 0x83, 0x3e, 0xc2, 0x9a, 0x64, 0x9c, 0x26, 0x99, 0xe5, 0x6c, 0x7a, 0x8b, 0xb6, 0x54, 0xaa, 0x18, + 0x6a, 0xf3, 0x5f, 0xbb, 0x65, 0x7a, 0x6c, 0xd1, 0x30, 0x97, 0x0c, 0x53, 0x5d, 0xd0, 0x4c, 0xdd, + 0xee, 0x42, 0x5d, 0xce, 0x2e, 0xe8, 0x75, 0x2d, 0xab, 0x56, 0xb5, 0x62, 0xa9, 0xa2, 0xd5, 0x4b, + 0x46, 0x05, 0xdb, 0x0e, 0x62, 0x5b, 0xd6, 0xcc, 0x3d, 0x64, 0x7a, 0xbb, 0xfd, 0x32, 0xdf, 0xfc, + 0xa5, 0xda, 0x3f, 0xf0, 0x55, 0x7f, 0xd1, 0x28, 0x1a, 0xf6, 0x73, 0xeb, 0x7f, 0xf8, 0x74, 0xa8, + 0x68, 0x18, 0xc5, 0xb2, 0xae, 0x6a, 0xd5, 0x92, 0xaa, 0x55, 0x2a, 0x46, 0xbd, 0x39, 0x14, 0xb3, + 0x51, 0x1c, 0x92, 0x46, 0x55, 0xaf, 0x69, 0x75, 0xa3, 0x66, 0x5a, 0x23, 0x2e, 0x19, 0x05, 0xbd, + 0xcc, 0xda, 0x0c, 0x3b, 0x6d, 0xaa, 0x86, 0x51, 0xf6, 0xbe, 0x57, 0xc4, 0x42, 0x85, 0x69, 0x53, + 0xd5, 0x6a, 0xda, 0x12, 0x6b, 0xc3, 0x05, 0x37, 0xf5, 0xda, 0x72, 0x69, 0x51, 0xf7, 0x0c, 0xa5, + 0x7c, 0x8b, 0x80, 0x72, 0xc9, 0x52, 0x63, 0x0e, 0xd1, 0x3e, 0x6d, 0x94, 0x2a, 0x7a, 0xe1, 0x32, + 0xb6, 0xcf, 0xe9, 0xd7, 0x1a, 0xba, 0x59, 0xa7, 0x23, 0xd0, 0xc7, 0xe8, 0xe4, 0x4b, 0x85, 0x01, + 0xb2, 0x93, 0xec, 0x79, 0x30, 0x07, 0xec, 0xd1, 0x6c, 0x81, 0x9e, 0x06, 0xe0, 0xb2, 0x0f, 0xa4, + 0x76, 0x92, 0x3d, 0x7d, 0xe3, 0xbb, 0x33, 0xa8, 0xa6, 0xe5, 0xa3, 0x8c, 0xad, 0x39, 0xfa, 0x28, + 0x33, 0xaf, 0x15, 0x75, 0xec, 0x3c, 0xe7, 0xb2, 0x54, 0x5e, 0x21, 0xf0, 0xa8, 0x14, 0x8f, 0x59, + 0x35, 0x2a, 0xa6, 0x6e, 0x01, 0x42, 0x4e, 0xf9, 0x52, 0xc1, 0x1c, 0x20, 0x3b, 0x3f, 0x61, 0x01, + 0xc2, 0x47, 0xb3, 0x05, 0x93, 0x9e, 0x11, 0x00, 0x7a, 0x3c, 0x10, 0x90, 0xdd, 0x7b, 0x0b, 0xa2, + 0x6f, 0x32, 0x44, 0x88, 0xe1, 0x64, 0xb9, 0x6c, 0xbc, 0xa0, 0x17, 0x18, 0x3e, 0x47, 0xa2, 0x1d, + 0x00, 0x1c, 0x11, 0x2a, 0xb4, 0xc9, 0x01, 0x94, 0x98, 0x40, 0xdf, 0x26, 0xb0, 0x4b, 0x0e, 0x07, + 0x15, 0x1a, 0x85, 0x07, 0x5c, 0x2e, 0x63, 0x12, 0xf5, 0x71, 0x9f, 0x25, 0xa8, 0xd1, 0xd7, 0x09, + 0xec, 0x74, 0x83, 0xba, 0xac, 0x2f, 0x36, 0x6a, 0xa5, 0x4a, 0x71, 0xde, 0x0a, 0xef, 0x2e, 0x0b, + 0x74, 0x93, 0xc0, 0xa8, 0x04, 0x0b, 0xaa, 0xb3, 0x1d, 0x36, 0x5a, 0x73, 0xcf, 0xa5, 0xcc, 0x06, + 0xeb, 0x77, 0xa2, 0xaa, 0xdc, 0x20, 0x30, 0xe4, 0x46, 0x72, 0xaf, 0x42, 0xe6, 0x87, 0x04, 0x76, + 0xf8, 0xe0, 0x40, 0x35, 0x9e, 0x82, 0x4d, 0xce, 0x6a, 0xd5, 0x94, 0xa3, 0x6f, 0x7c, 0x24, 0xe3, + 0x2c, 0xc5, 0xce, 0xab, 0xcc, 0x72, 0x36, 0xc3, 0x8c, 0xa7, 0xef, 0xbb, 0xf5, 0xb7, 0x91, 0x75, + 0x39, 0x6e, 0x97, 0x9c, 0x6e, 0x5f, 0x86, 0xc1, 0x26, 0x5c, 0xcb, 0x63, 0x33, 0x7a, 0x59, 0x2f, + 0xda, 0x0b, 0x2c, 0x53, 0x6d, 0x1b, 0x6c, 0x40, 0xd7, 0xa1, 0x64, 0xeb, 0x6d, 0xcf, 0x25, 0xa6, + 0xd7, 0x2f, 0x98, 0xdf, 0x3c, 0x00, 0x50, 0xae, 0x4b, 0xd0, 0x57, 0xe0, 0x8f, 0x51, 0xb0, 0xbd, + 0x19, 0xe1, 0xde, 0x95, 0xe1, 0x1d, 0x30, 0x7b, 0x94, 0xce, 0xdd, 0x47, 0x72, 0xe2, 0x7d, 0x09, + 0xd2, 0x02, 0xec, 0x81, 0xda, 0x9d, 0x82, 0x2d, 0x08, 0xc7, 0xa8, 0xe5, 0xb5, 0x42, 0xa1, 0xa6, + 0x9b, 0x66, 0x13, 0xc6, 0xa6, 0xe9, 0x81, 0x3f, 0xff, 0x64, 0x5f, 0x3f, 0x22, 0x39, 0x69, 0xbf, + 0xb9, 0x5c, 0xb7, 0x66, 0x54, 0x6e, 0xb3, 0x63, 0x82, 0xcf, 0x95, 0x8a, 0xd0, 0x75, 0x8e, 0x70, + 0x73, 0x00, 0x9c, 0x74, 0x13, 0x41, 0x0c, 0xdd, 0x5c, 0x5d, 0x58, 0x93, 0x7d, 0x97, 0x33, 0xe0, + 0x33, 0x95, 0x05, 0xa3, 0x52, 0x28, 0x55, 0x8a, 0xf7, 0x22, 0x68, 0xde, 0x27, 0xf0, 0x58, 0x00, + 0x12, 0x14, 0x41, 0x87, 0x47, 0x1a, 0xec, 0x7d, 0xde, 0x1b, 0x47, 0x63, 0x3e, 0x7a, 0x08, 0xfa, + 0x44, 0x41, 0xfa, 0x1b, 0x82, 0xe1, 0x12, 0x5d, 0xc6, 0x1e, 0x95, 0x31, 0xeb, 0x56, 0x6c, 0xbd, + 0x14, 0xe0, 0x6b, 0x47, 0xe0, 0x45, 0xe8, 0x17, 0x09, 0x8c, 0xf1, 0x16, 0x5d, 0xdf, 0xad, 0x02, + 0x7d, 0x95, 0x6f, 0x10, 0x18, 0x69, 0x39, 0xa8, 0x08, 0x82, 0xae, 0x6b, 0xa7, 0xa6, 0x37, 0xd9, + 0xfe, 0x2b, 0x04, 0xd3, 0x03, 0xab, 0xd6, 0x8b, 0x04, 0x86, 0x7d, 0x08, 0x84, 0x16, 0x33, 0xa1, + 0x30, 0xab, 0xf9, 0xfa, 0xf5, 0xe3, 0x5b, 0xc6, 0x5e, 0x27, 0xb0, 0xa7, 0x65, 0x50, 0xd9, 0x52, + 0xd6, 0xb5, 0xa8, 0xfa, 0x80, 0xc0, 0xde, 0x10, 0xa8, 0x7a, 0x74, 0x59, 0x7b, 0x8d, 0xc0, 0xe3, + 0x41, 0xec, 0xba, 0x1d, 0x7b, 0xaf, 0x84, 0x88, 0x83, 0xee, 0x2e, 0x73, 0x37, 0xd9, 0xc4, 0xc4, + 0xb3, 0xa3, 0x20, 0x1e, 0xbb, 0x74, 0x8a, 0xfd, 0x15, 0x5b, 0x70, 0x45, 0x48, 0x7a, 0x60, 0x89, + 0xbb, 0xd1, 0x76, 0x0a, 0xf7, 0x46, 0x59, 0x80, 0x90, 0x09, 0xc5, 0xd8, 0x35, 0x3f, 0x87, 0x7e, + 0x7c, 0xcb, 0xdb, 0xab, 0x6c, 0xaa, 0xe1, 0x98, 0xb2, 0xd5, 0xad, 0x4b, 0xd1, 0xf4, 0x57, 0x36, + 0xd3, 0xa4, 0x90, 0x7a, 0x74, 0x69, 0x7b, 0x99, 0xc0, 0xee, 0x00, 0x72, 0xdd, 0x8d, 0xb9, 0x97, + 0x83, 0x03, 0xa0, 0xbb, 0xcb, 0xda, 0x4f, 0xd9, 0x59, 0x72, 0x86, 0x41, 0xf5, 0xf9, 0xd8, 0x14, + 0x0a, 0x40, 0xa2, 0x0a, 0x90, 0x58, 0xd8, 0xfe, 0x86, 0x7d, 0x65, 0xf8, 0xe3, 0xee, 0x81, 0xa5, + 0xf0, 0x4d, 0x02, 0xfb, 0xbc, 0x2c, 0x64, 0xab, 0xc2, 0x1a, 0x73, 0xc3, 0x6d, 0x02, 0x99, 0xb0, + 0x04, 0x7a, 0x74, 0x0d, 0xf9, 0x39, 0x5b, 0x20, 0x1d, 0x8a, 0x92, 0x0f, 0x9d, 0x35, 0xe6, 0x9e, + 0xdf, 0xb1, 0x83, 0xab, 0x1c, 0x7b, 0x0f, 0xcc, 0x94, 0xb7, 0x09, 0x64, 0xc5, 0x4c, 0x7a, 0x68, + 0xb6, 0x7c, 0x44, 0x60, 0x3c, 0x0a, 0x89, 0x1e, 0x9d, 0x31, 0x3f, 0x63, 0x9b, 0x9c, 0x43, 0xd3, + 0xff, 0xcc, 0xbc, 0xc6, 0x3c, 0xf4, 0x5b, 0xcf, 0x64, 0xef, 0xd1, 0x43, 0xf6, 0x5b, 0x04, 0x9e, + 0x10, 0x12, 0xe9, 0xa1, 0xe9, 0x72, 0xd7, 0x33, 0xe7, 0xff, 0x1f, 0xcf, 0xa8, 0x3f, 0x20, 0x98, + 0xa8, 0x6e, 0xd9, 0x42, 0xd7, 0xaa, 0x4f, 0xbe, 0x4b, 0x30, 0xb1, 0xdd, 0x8e, 0x16, 0xd5, 0xdf, + 0x0f, 0xf7, 0x37, 0x4b, 0xb9, 0xa8, 0xf6, 0x36, 0xae, 0x76, 0xf3, 0xb1, 0xa5, 0xb4, 0x65, 0x80, + 0xd2, 0xda, 0x6d, 0x93, 0xd3, 0x72, 0x05, 0xb6, 0x7b, 0xc1, 0x25, 0xac, 0xa4, 0x2b, 0xbb, 0x9b, + 0x72, 0x67, 0x77, 0x95, 0x39, 0x91, 0x1f, 0x1d, 0x61, 0xb2, 0x70, 0x9f, 0xd5, 0x0e, 0x4f, 0xef, + 0x01, 0xba, 0x34, 0x9b, 0x2a, 0x6f, 0xb0, 0x94, 0x83, 0x67, 0xbb, 0x58, 0xab, 0xd1, 0xf1, 0x06, + 0x4b, 0x4d, 0x88, 0x10, 0xaf, 0xc9, 0x12, 0xdb, 0x4d, 0x96, 0x8c, 0xf0, 0x20, 0x4e, 0x58, 0xe2, + 0xb6, 0xcc, 0x59, 0xaa, 0x3d, 0x73, 0xa6, 0x2c, 0xfa, 0x39, 0xdb, 0x51, 0xee, 0x24, 0x6c, 0x64, + 0xed, 0x31, 0x8c, 0x42, 0x0a, 0xe7, 0x98, 0x29, 0x3f, 0xf2, 0xd0, 0x6d, 0xbf, 0xe0, 0xb0, 0xc6, + 0x22, 0xea, 0xfb, 0x9e, 0x39, 0xe0, 0xb9, 0x01, 0x31, 0x09, 0x1b, 0xd9, 0xad, 0x0e, 0x8c, 0xa7, + 0x1d, 0x5c, 0x16, 0xf6, 0xc6, 0x52, 0x05, 0x2d, 0x99, 0x28, 0xec, 0x55, 0x72, 0xc1, 0xf4, 0x35, + 0x56, 0x2f, 0x6d, 0x07, 0x9b, 0xb0, 0xb8, 0xad, 0xb9, 0x8a, 0x54, 0x5b, 0xae, 0x42, 0xf9, 0xac, + 0x8f, 0x8f, 0x1d, 0xc5, 0x8e, 0xc3, 0x06, 0x6c, 0x8d, 0x71, 0x14, 0x4a, 0x30, 0x66, 0xa3, 0x4c, + 0xe1, 0x16, 0xf0, 0x8c, 0xa9, 0xd7, 0xe6, 0x6b, 0xfa, 0xe7, 0xf4, 0x9a, 0x5e, 0x71, 0x45, 0xd0, + 0x28, 0x3c, 0xd0, 0x30, 0xf5, 0x36, 0x7e, 0xb9, 0x3e, 0xeb, 0x19, 0xaf, 0x8e, 0x0e, 0x89, 0x7b, + 0x40, 0x80, 0x17, 0xa1, 0xaf, 0xca, 0x1f, 0x23, 0xc8, 0xdd, 0x7e, 0x3b, 0x77, 0x6b, 0x27, 0xec, + 0x58, 0xe5, 0xea, 0x40, 0xe9, 0x07, 0x6a, 0x17, 0xcc, 0x9a, 0x97, 0x82, 0x10, 0xa8, 0xf2, 0x1c, + 0x6c, 0x6d, 0x79, 0x8a, 0x83, 0x4f, 0xc1, 0x7a, 0xfb, 0xf2, 0x90, 0x57, 0x9c, 0x96, 0x71, 0x6d, + 0xb3, 0xe9, 0x4d, 0xd6, 0x70, 0xdf, 0xfb, 0xc7, 0x8f, 0xc7, 0x48, 0x0e, 0xed, 0xc6, 0xdf, 0x9d, + 0x80, 0xfb, 0x9b, 0x3d, 0xd3, 0x0f, 0x09, 0x7c, 0x52, 0x7c, 0x81, 0x87, 0x3e, 0xe9, 0xd3, 0x6d, + 0xf0, 0x25, 0xa4, 0xf4, 0x91, 0x38, 0xa6, 0x36, 0x3b, 0xe5, 0xdc, 0x8b, 0x16, 0xd4, 0xaf, 0xbe, + 0xf7, 0xd1, 0xeb, 0xa9, 0x29, 0x7a, 0x42, 0x15, 0x5f, 0x9e, 0xe2, 0x37, 0xb6, 0x56, 0x5c, 0x8b, + 0xd6, 0xaa, 0xfa, 0x85, 0x66, 0x9f, 0x79, 0x67, 0xe6, 0xfc, 0x9d, 0xc0, 0x36, 0x9f, 0xeb, 0x37, + 0x54, 0x0a, 0x52, 0x7e, 0x85, 0x28, 0x7d, 0x34, 0x96, 0x6d, 0x14, 0x86, 0xce, 0x3d, 0xb0, 0x15, + 0x3e, 0x93, 0x56, 0x55, 0xcd, 0xee, 0x33, 0xcf, 0x37, 0x9a, 0xf7, 0x08, 0xf4, 0x8b, 0xee, 0xcf, + 0xd0, 0x43, 0x21, 0x20, 0x8a, 0x6e, 0xff, 0xa4, 0x0f, 0x47, 0x37, 0x44, 0x62, 0x67, 0x39, 0xb1, + 0xe3, 0xf4, 0x68, 0x24, 0x62, 0x26, 0x76, 0x98, 0xb7, 0x0f, 0x5c, 0x6f, 0x13, 0xd8, 0xdc, 0x7e, + 0x07, 0x86, 0xee, 0x0f, 0x01, 0xcc, 0xe3, 0xa9, 0x89, 0x68, 0x46, 0xc8, 0xe4, 0x29, 0xce, 0xe4, + 0x30, 0x3d, 0x18, 0x89, 0x09, 0x77, 0xcd, 0x2f, 0x09, 0x3c, 0xdc, 0x96, 0xf4, 0xa3, 0xe3, 0x32, + 0x38, 0xe2, 0xcc, 0x66, 0x7a, 0x7f, 0x24, 0x1b, 0x64, 0x30, 0xc9, 0x19, 0x4c, 0xd0, 0x71, 0x1f, + 0x06, 0xf6, 0xa5, 0xc6, 0x15, 0x3c, 0x2e, 0xae, 0xaa, 0xee, 0x2f, 0xbd, 0x3f, 0x10, 0x78, 0xa8, + 0xb5, 0x73, 0x9a, 0x0d, 0x0f, 0x84, 0x61, 0x1f, 0x8f, 0x62, 0x82, 0xd0, 0x2f, 0x73, 0xe8, 0x67, + 0xe9, 0xe9, 0xe8, 0xd0, 0xd5, 0x15, 0xcf, 0x1e, 0xb6, 0x4a, 0x6f, 0x13, 0x18, 0xf0, 0x4b, 0xfd, + 0xd1, 0xa3, 0x41, 0x28, 0x25, 0x1f, 0xa5, 0xe9, 0x63, 0xf1, 0x8c, 0x91, 0xec, 0x2c, 0x27, 0x7b, + 0x82, 0x1e, 0x0b, 0x49, 0x56, 0xf8, 0xfd, 0x48, 0xff, 0x43, 0x60, 0x9b, 0xcf, 0x78, 0xf2, 0xc5, + 0x4e, 0x7e, 0x5d, 0x24, 0x7d, 0x34, 0x96, 0x2d, 0xf2, 0xfb, 0x0c, 0xe7, 0x97, 0xa3, 0xf3, 0x9d, + 0xf0, 0x13, 0xba, 0xf5, 0x4f, 0x04, 0xb6, 0x0a, 0x52, 0x86, 0xf4, 0x60, 0x98, 0x1d, 0x48, 0xe0, + 0xcc, 0x43, 0x91, 0xed, 0x90, 0xe7, 0x19, 0xce, 0xf3, 0x18, 0x3d, 0x12, 0x71, 0xdb, 0x72, 0x7b, + 0xf1, 0x36, 0x01, 0xea, 0x1d, 0x88, 0x1e, 0x88, 0x06, 0x8c, 0xf1, 0x39, 0x18, 0xd5, 0x0c, 0xe9, + 0x7c, 0x9a, 0xd3, 0x99, 0xa7, 0x17, 0xe3, 0xd3, 0x11, 0x3a, 0xed, 0xbf, 0x04, 0x86, 0x64, 0x89, + 0x45, 0x3a, 0x19, 0x06, 0xb5, 0x6c, 0x4e, 0x4e, 0xc5, 0xef, 0x00, 0x05, 0xb8, 0xc4, 0x05, 0x38, + 0x4d, 0x67, 0x22, 0x0a, 0x20, 0x9e, 0x9f, 0x37, 0x52, 0x30, 0x28, 0x19, 0x9b, 0x9e, 0x88, 0x09, + 0x9a, 0x91, 0x9e, 0x8c, 0x6d, 0x8f, 0x9c, 0x75, 0xce, 0xf9, 0x2a, 0xbd, 0x92, 0x04, 0x67, 0xa1, + 0xfb, 0x7f, 0x4f, 0x80, 0x7a, 0xb3, 0x96, 0xf2, 0x08, 0xf7, 0x4d, 0xd0, 0xca, 0x23, 0xdc, 0x3f, + 0x39, 0xaa, 0x9c, 0xe2, 0x64, 0x8f, 0xd0, 0xc3, 0x91, 0xb6, 0x78, 0xb7, 0x53, 0x3f, 0x20, 0xb0, + 0xc5, 0x33, 0x0a, 0x9d, 0x88, 0x04, 0x8a, 0x51, 0x39, 0x10, 0xd1, 0x0a, 0x99, 0x7c, 0x8a, 0x33, + 0xb9, 0x48, 0xcf, 0xc7, 0x65, 0x22, 0x74, 0xd5, 0xbf, 0x08, 0x0c, 0x4a, 0x72, 0x9a, 0xf2, 0x90, + 0x0d, 0x4e, 0xe8, 0xca, 0x43, 0x36, 0x44, 0x32, 0x55, 0x99, 0xe3, 0xdc, 0x67, 0xe8, 0x74, 0x24, + 0xee, 0xe2, 0x49, 0xfa, 0x95, 0x14, 0xa4, 0xfd, 0x07, 0xa6, 0xc7, 0xe3, 0x01, 0x66, 0x7c, 0x4f, + 0xc4, 0x35, 0x47, 0xba, 0x8b, 0x9c, 0xee, 0x15, 0xfa, 0x6c, 0xe7, 0x74, 0x7d, 0x8f, 0x4a, 0x7e, + 0x55, 0x6b, 0xf9, 0x51, 0x29, 0xa0, 0x46, 0x2f, 0x3f, 0x2a, 0x05, 0x15, 0xca, 0xc3, 0x1d, 0x95, + 0x02, 0xc8, 0xd9, 0x47, 0x0d, 0x6b, 0x29, 0x1e, 0x0d, 0xac, 0x08, 0xd3, 0x99, 0xd0, 0x70, 0x65, + 0x31, 0x7e, 0xaa, 0xc3, 0x5e, 0xa2, 0x9c, 0x8a, 0x83, 0xd8, 0xf3, 0x20, 0xb0, 0x75, 0xf8, 0x37, + 0x81, 0x21, 0x59, 0xe9, 0x55, 0xbe, 0x13, 0x87, 0x28, 0x38, 0xcb, 0x77, 0xe2, 0x30, 0x55, 0x5f, + 0xe5, 0x02, 0x27, 0x3e, 0x4d, 0xa7, 0x62, 0x12, 0xe7, 0x5f, 0x65, 0xdf, 0x49, 0xc1, 0x63, 0xa1, + 0xca, 0x9b, 0xf4, 0x6c, 0x24, 0xe8, 0xb2, 0x10, 0x98, 0x4d, 0xa0, 0x27, 0x54, 0xe3, 0x39, 0xae, + 0xc6, 0x79, 0xfa, 0x74, 0xc7, 0x61, 0xc0, 0x75, 0xf9, 0x27, 0x81, 0x41, 0x49, 0x51, 0x51, 0xbe, + 0xd4, 0x07, 0x17, 0x52, 0xd3, 0x93, 0xb1, 0xed, 0x91, 0xf9, 0x79, 0xce, 0xfc, 0x24, 0x9d, 0x8c, + 0xc9, 0xdc, 0xc9, 0x0c, 0xbd, 0x96, 0x82, 0x5d, 0x61, 0xca, 0x76, 0xf4, 0x4c, 0x14, 0xdc, 0xb2, + 0x20, 0x38, 0xdb, 0x79, 0x47, 0xa8, 0xc4, 0xb3, 0x5c, 0x89, 0x73, 0x74, 0xb6, 0xe3, 0x18, 0x70, + 0x34, 0x79, 0x8b, 0xc0, 0x43, 0xad, 0x65, 0x33, 0xf9, 0x27, 0xbf, 0xb0, 0x20, 0x28, 0xff, 0xe4, + 0x17, 0x57, 0xe5, 0xc2, 0x65, 0x8e, 0x1c, 0x12, 0xb2, 0x95, 0xfd, 0x16, 0x81, 0x07, 0x5b, 0x06, + 0xa1, 0x4f, 0x84, 0xc6, 0xc3, 0x18, 0x64, 0x23, 0x58, 0x20, 0x81, 0x1c, 0x27, 0x70, 0x86, 0x9e, + 0xea, 0x80, 0x00, 0xff, 0x0a, 0xa6, 0xef, 0x12, 0xa0, 0xde, 0x3a, 0x95, 0xfc, 0x9c, 0xec, 0x5b, + 0x89, 0x93, 0x9f, 0x93, 0xfd, 0xcb, 0x61, 0x91, 0xa6, 0x9d, 0x1f, 0x33, 0xbe, 0xca, 0x7c, 0x48, + 0x60, 0x8b, 0x67, 0x30, 0xf9, 0x71, 0xd9, 0xaf, 0xf0, 0x95, 0x3e, 0x10, 0xd1, 0x0a, 0x09, 0x5d, + 0xe5, 0x84, 0xe6, 0xe8, 0x85, 0x0e, 0x09, 0xb5, 0x7e, 0x04, 0xd1, 0x3f, 0xba, 0xe9, 0x39, 0x99, + 0xf4, 0x89, 0x28, 0x33, 0xdf, 0x8c, 0x46, 0x2f, 0x5e, 0xfe, 0x3c, 0x80, 0x9e, 0xb3, 0x22, 0xbc, + 0x4f, 0x60, 0x73, 0xfb, 0x50, 0xf2, 0x3c, 0xac, 0x4f, 0x65, 0x29, 0x3d, 0x11, 0xcd, 0x08, 0xc9, + 0x5c, 0xe1, 0x64, 0x2e, 0xd0, 0x73, 0x9d, 0x91, 0x69, 0x39, 0x0e, 0xd3, 0x5f, 0x13, 0x78, 0xb8, + 0xad, 0x30, 0x23, 0x4f, 0xce, 0x8a, 0x8b, 0x49, 0xf2, 0xe4, 0xac, 0x4f, 0xf9, 0x48, 0x99, 0xe1, + 0xb4, 0x9e, 0xa4, 0x87, 0x7c, 0x68, 0x35, 0x4c, 0xdd, 0x62, 0xe4, 0x2e, 0x55, 0xad, 0xaa, 0xae, + 0xa2, 0x11, 0x7d, 0x89, 0xc0, 0x7a, 0xbb, 0xc6, 0x43, 0xf7, 0x4a, 0x53, 0x74, 0xee, 0xa2, 0x52, + 0x7a, 0x2c, 0x4c, 0x53, 0xc4, 0x39, 0xc6, 0x71, 0x8e, 0xd0, 0x1d, 0xaa, 0xec, 0x0f, 0xd9, 0xa7, + 0xe7, 0x6f, 0xdd, 0x19, 0x26, 0xef, 0xdc, 0x19, 0x26, 0xb7, 0xef, 0x0c, 0x93, 0x57, 0xef, 0x0e, + 0xaf, 0x7b, 0xe7, 0xee, 0xf0, 0xba, 0xbf, 0xdc, 0x1d, 0x5e, 0x77, 0xf5, 0x60, 0xb1, 0x54, 0xff, + 0x7c, 0x63, 0x21, 0xb3, 0x68, 0x2c, 0x39, 0x5d, 0xec, 0x2b, 0x6b, 0x0b, 0x26, 0xef, 0x70, 0x79, + 0x42, 0xfd, 0xa2, 0xab, 0xd7, 0xfa, 0xf5, 0xaa, 0x6e, 0x2e, 0xac, 0x6f, 0xfe, 0xe1, 0xfb, 0xfe, + 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x52, 0xf6, 0x5c, 0x0a, 0x8e, 0x40, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/rewards/autocli.go b/x/rewards/autocli.go index 2309fed6..d09c7e62 100644 --- a/x/rewards/autocli.go +++ b/x/rewards/autocli.go @@ -6,7 +6,7 @@ import ( autocliv1 "cosmossdk.io/api/cosmos/autocli/v1" "github.com/cosmos/cosmos-sdk/version" - rewardsv1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/rewards/v1" + rewardsv1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/rewards/v1" ) // AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. diff --git a/x/rewards/client/cli/tx.go b/x/rewards/client/cli/tx.go index 1657f769..ca4eabd1 100644 --- a/x/rewards/client/cli/tx.go +++ b/x/rewards/client/cli/tx.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // GetTxCmd returns a new command to perform operators transactions diff --git a/x/rewards/client/cli/utils.go b/x/rewards/client/cli/utils.go index d311bb5e..26c5abcb 100644 --- a/x/rewards/client/cli/utils.go +++ b/x/rewards/client/cli/utils.go @@ -10,8 +10,8 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) type rewardsPlanJSON struct { diff --git a/x/rewards/client/cli/utils_test.go b/x/rewards/client/cli/utils_test.go index 5661dc37..fd03f5f2 100644 --- a/x/rewards/client/cli/utils_test.go +++ b/x/rewards/client/cli/utils_test.go @@ -10,9 +10,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - milkywayapp "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/x/rewards/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + milkywayapp "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/x/rewards/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func TestCLIUtils_parseRewardsPlan(t *testing.T) { diff --git a/x/rewards/keeper/alias_functions.go b/x/rewards/keeper/alias_functions.go index 568393b5..9a41c6e6 100644 --- a/x/rewards/keeper/alias_functions.go +++ b/x/rewards/keeper/alias_functions.go @@ -8,9 +8,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // DeleteHistoricalRewards deletes all historical rewards for a target diff --git a/x/rewards/keeper/allocation.go b/x/rewards/keeper/allocation.go index b98ba5b4..37c657fd 100644 --- a/x/rewards/keeper/allocation.go +++ b/x/rewards/keeper/allocation.go @@ -13,12 +13,12 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" gogotypes "github.com/cosmos/gogoproto/types" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // DistributionInfo stores information about a delegation target and its diff --git a/x/rewards/keeper/allocation_test.go b/x/rewards/keeper/allocation_test.go index b4839492..b3d85899 100644 --- a/x/rewards/keeper/allocation_test.go +++ b/x/rewards/keeper/allocation_test.go @@ -3,11 +3,11 @@ package keeper_test import ( "time" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func (suite *KeeperTestSuite) TestAllocateRewards_InactivePlan() { diff --git a/x/rewards/keeper/common_test.go b/x/rewards/keeper/common_test.go index 11d92dbe..f9be9176 100644 --- a/x/rewards/keeper/common_test.go +++ b/x/rewards/keeper/common_test.go @@ -18,20 +18,20 @@ import ( oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/testutils" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/testutils" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type KeeperTestSuite struct { diff --git a/x/rewards/keeper/delegation.go b/x/rewards/keeper/delegation.go index 594eb4b2..a3557a55 100644 --- a/x/rewards/keeper/delegation.go +++ b/x/rewards/keeper/delegation.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // initializeDelegation initializes a delegation for a target diff --git a/x/rewards/keeper/genesis.go b/x/rewards/keeper/genesis.go index af6b170c..4ec3c957 100644 --- a/x/rewards/keeper/genesis.go +++ b/x/rewards/keeper/genesis.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/rewards/keeper/grpc_query.go b/x/rewards/keeper/grpc_query.go index 4ce08b26..51ab7d41 100644 --- a/x/rewards/keeper/grpc_query.go +++ b/x/rewards/keeper/grpc_query.go @@ -10,8 +10,8 @@ import ( "cosmossdk.io/errors" "github.com/cosmos/cosmos-sdk/types/query" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) var _ types.QueryServer = queryServer{} diff --git a/x/rewards/keeper/grpc_query_test.go b/x/rewards/keeper/grpc_query_test.go index f14e1b6b..bf1c49f3 100644 --- a/x/rewards/keeper/grpc_query_test.go +++ b/x/rewards/keeper/grpc_query_test.go @@ -6,11 +6,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func (suite *KeeperTestSuite) TestQuerier_RewardsPlans() { diff --git a/x/rewards/keeper/hooks.go b/x/rewards/keeper/hooks.go index 09553f39..bc8f94d7 100644 --- a/x/rewards/keeper/hooks.go +++ b/x/rewards/keeper/hooks.go @@ -7,8 +7,8 @@ import ( "cosmossdk.io/collections" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // AfterDelegationTargetCreated is called after a delegation target is created diff --git a/x/rewards/keeper/invariants.go b/x/rewards/keeper/invariants.go index e89a773e..07af626a 100644 --- a/x/rewards/keeper/invariants.go +++ b/x/rewards/keeper/invariants.go @@ -7,11 +7,11 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // RegisterInvariants registers all module invariants diff --git a/x/rewards/keeper/invariants_test.go b/x/rewards/keeper/invariants_test.go index 9107124f..56accccb 100644 --- a/x/rewards/keeper/invariants_test.go +++ b/x/rewards/keeper/invariants_test.go @@ -4,11 +4,11 @@ import ( "cosmossdk.io/collections" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestInvariants_ReferenceCountInvariant() { diff --git a/x/rewards/keeper/keeper.go b/x/rewards/keeper/keeper.go index e8665846..2cf2d66c 100644 --- a/x/rewards/keeper/keeper.go +++ b/x/rewards/keeper/keeper.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" gogotypes "github.com/cosmos/gogoproto/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) type Keeper struct { diff --git a/x/rewards/keeper/msg_server.go b/x/rewards/keeper/msg_server.go index 43aef178..36facbf2 100644 --- a/x/rewards/keeper/msg_server.go +++ b/x/rewards/keeper/msg_server.go @@ -10,9 +10,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/rewards/keeper/msg_server_test.go b/x/rewards/keeper/msg_server_test.go index 1d18dc68..2ebceb69 100644 --- a/x/rewards/keeper/msg_server_test.go +++ b/x/rewards/keeper/msg_server_test.go @@ -8,13 +8,13 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestMsgCreateRewardsPlan() { diff --git a/x/rewards/keeper/opertors_hooks.go b/x/rewards/keeper/opertors_hooks.go index edbf2787..3bfa99e1 100644 --- a/x/rewards/keeper/opertors_hooks.go +++ b/x/rewards/keeper/opertors_hooks.go @@ -3,8 +3,8 @@ package keeper import ( "context" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var _ operatorstypes.OperatorsHooks = OperatorsHooks{} diff --git a/x/rewards/keeper/oracle.go b/x/rewards/keeper/oracle.go index 388a7c66..d9ea3a34 100644 --- a/x/rewards/keeper/oracle.go +++ b/x/rewards/keeper/oracle.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" connecttypes "github.com/skip-mev/connect/v2/pkg/types" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func (k *Keeper) GetAssetAndPrice(ctx context.Context, denom string) (assetstypes.Asset, math.LegacyDec, error) { diff --git a/x/rewards/keeper/oracle_test.go b/x/rewards/keeper/oracle_test.go index bfa9e351..4668397b 100644 --- a/x/rewards/keeper/oracle_test.go +++ b/x/rewards/keeper/oracle_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func (suite *KeeperTestSuite) TestGetAssetAndPrice() { diff --git a/x/rewards/keeper/params.go b/x/rewards/keeper/params.go index 9c89d3e8..1bfe2767 100644 --- a/x/rewards/keeper/params.go +++ b/x/rewards/keeper/params.go @@ -6,7 +6,7 @@ import ( "cosmossdk.io/collections" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // SetParams sets module parameters diff --git a/x/rewards/keeper/pool_service_shares.go b/x/rewards/keeper/pool_service_shares.go index b5dfe43c..984fbc48 100644 --- a/x/rewards/keeper/pool_service_shares.go +++ b/x/rewards/keeper/pool_service_shares.go @@ -3,7 +3,7 @@ package keeper import ( "context" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // AfterUserTrustedServiceUpdated is called after a user's trust in a service is diff --git a/x/rewards/keeper/pools_hooks.go b/x/rewards/keeper/pools_hooks.go index 915904fa..32ee9a1f 100644 --- a/x/rewards/keeper/pools_hooks.go +++ b/x/rewards/keeper/pools_hooks.go @@ -3,8 +3,8 @@ package keeper import ( "context" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var ( diff --git a/x/rewards/keeper/restaking_hooks.go b/x/rewards/keeper/restaking_hooks.go index ab8a6ead..ac117565 100644 --- a/x/rewards/keeper/restaking_hooks.go +++ b/x/rewards/keeper/restaking_hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) var _ restakingtypes.RestakingHooks = RestakingHooks{} diff --git a/x/rewards/keeper/rewards_plan.go b/x/rewards/keeper/rewards_plan.go index e86306a4..935e60c4 100644 --- a/x/rewards/keeper/rewards_plan.go +++ b/x/rewards/keeper/rewards_plan.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (k *Keeper) CreateRewardsPlan( diff --git a/x/rewards/keeper/rewards_plan_test.go b/x/rewards/keeper/rewards_plan_test.go index b355f9d8..3eda167c 100644 --- a/x/rewards/keeper/rewards_plan_test.go +++ b/x/rewards/keeper/rewards_plan_test.go @@ -5,10 +5,10 @@ import ( "cosmossdk.io/collections" - "github.com/milkyway-labs/milkyway/v3/app/testutil" - "github.com/milkyway-labs/milkyway/v3/utils" - rewardskeeper "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/app/testutil" + "github.com/milkyway-labs/milkyway/v4/utils" + rewardskeeper "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func (suite *KeeperTestSuite) TestCreateRewardsPlan_PoolOrOperatorNotFound() { diff --git a/x/rewards/keeper/services_hooks.go b/x/rewards/keeper/services_hooks.go index d36a5ae8..3ea7156c 100644 --- a/x/rewards/keeper/services_hooks.go +++ b/x/rewards/keeper/services_hooks.go @@ -3,8 +3,8 @@ package keeper import ( "context" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ servicestypes.ServicesHooks = ServicesHooks{} diff --git a/x/rewards/keeper/services_hoos_test.go b/x/rewards/keeper/services_hoos_test.go index 3a77099d..6ae93ed9 100644 --- a/x/rewards/keeper/services_hoos_test.go +++ b/x/rewards/keeper/services_hoos_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func (suite *KeeperTestSuite) TestServicesHooks_BeforeServiceDeleted() { diff --git a/x/rewards/keeper/target.go b/x/rewards/keeper/target.go index 24045f14..3590e78e 100644 --- a/x/rewards/keeper/target.go +++ b/x/rewards/keeper/target.go @@ -8,11 +8,11 @@ import ( "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // DelegationTarget is a wrapper around the delegation target that holds the diff --git a/x/rewards/keeper/withdraw.go b/x/rewards/keeper/withdraw.go index 54cb7864..ae5fcd38 100644 --- a/x/rewards/keeper/withdraw.go +++ b/x/rewards/keeper/withdraw.go @@ -10,8 +10,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) // SetWithdrawAddress sets a new address that will receive the rewards upon withdrawal diff --git a/x/rewards/module.go b/x/rewards/module.go index d136b4b3..b0fc0443 100644 --- a/x/rewards/module.go +++ b/x/rewards/module.go @@ -17,13 +17,13 @@ import ( "github.com/grpc-ecosystem/grpc-gateway/runtime" "github.com/spf13/cobra" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/simulation" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/simulation" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" ) const ( diff --git a/x/rewards/simulation/genesis.go b/x/rewards/simulation/genesis.go index 95399194..019fd31c 100644 --- a/x/rewards/simulation/genesis.go +++ b/x/rewards/simulation/genesis.go @@ -3,10 +3,10 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - operatorssimulation "github.com/milkyway-labs/milkyway/v3/x/operators/simulation" - poolssimulation "github.com/milkyway-labs/milkyway/v3/x/pools/simulation" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicessimulation "github.com/milkyway-labs/milkyway/v3/x/services/simulation" + operatorssimulation "github.com/milkyway-labs/milkyway/v4/x/operators/simulation" + poolssimulation "github.com/milkyway-labs/milkyway/v4/x/pools/simulation" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicessimulation "github.com/milkyway-labs/milkyway/v4/x/services/simulation" ) // RandomizedGenState generates a random GenesisState for the operators module diff --git a/x/rewards/simulation/msg_factory.go b/x/rewards/simulation/msg_factory.go index 3de93cc3..e98df612 100644 --- a/x/rewards/simulation/msg_factory.go +++ b/x/rewards/simulation/msg_factory.go @@ -14,18 +14,18 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorssimulation "github.com/milkyway-labs/milkyway/v3/x/operators/simulation" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolssimulation "github.com/milkyway-labs/milkyway/v3/x/pools/simulation" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicessimulation "github.com/milkyway-labs/milkyway/v3/x/services/simulation" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorssimulation "github.com/milkyway-labs/milkyway/v4/x/operators/simulation" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolssimulation "github.com/milkyway-labs/milkyway/v4/x/pools/simulation" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicessimulation "github.com/milkyway-labs/milkyway/v4/x/services/simulation" ) // Simulation operation weights constants diff --git a/x/rewards/simulation/proposals.go b/x/rewards/simulation/proposals.go index 7682e03c..4358bfab 100644 --- a/x/rewards/simulation/proposals.go +++ b/x/rewards/simulation/proposals.go @@ -11,8 +11,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) const ( diff --git a/x/rewards/simulation/utils.go b/x/rewards/simulation/utils.go index 7d28beb2..dd7b81b9 100644 --- a/x/rewards/simulation/utils.go +++ b/x/rewards/simulation/utils.go @@ -7,14 +7,14 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func RandomParams(r *rand.Rand, rewardsPlanCreationFeeDenoms []string) types.Params { diff --git a/x/rewards/testutils/keeper.go b/x/rewards/testutils/keeper.go index 2273ffc5..6474e30c 100644 --- a/x/rewards/testutils/keeper.go +++ b/x/rewards/testutils/keeper.go @@ -13,19 +13,19 @@ import ( oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - assetskeeper "github.com/milkyway-labs/milkyway/v3/x/assets/keeper" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorskeeper "github.com/milkyway-labs/milkyway/v3/x/operators/keeper" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingkeeper "github.com/milkyway-labs/milkyway/v3/x/restaking/keeper" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - rewardskeeper "github.com/milkyway-labs/milkyway/v3/x/rewards/keeper" - rewardstypes "github.com/milkyway-labs/milkyway/v3/x/rewards/types" - serviceskeeper "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + assetskeeper "github.com/milkyway-labs/milkyway/v4/x/assets/keeper" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorskeeper "github.com/milkyway-labs/milkyway/v4/x/operators/keeper" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingkeeper "github.com/milkyway-labs/milkyway/v4/x/restaking/keeper" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + rewardskeeper "github.com/milkyway-labs/milkyway/v4/x/rewards/keeper" + rewardstypes "github.com/milkyway-labs/milkyway/v4/x/rewards/types" + serviceskeeper "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type KeeperTestData struct { diff --git a/x/rewards/types/dec_pool_test.go b/x/rewards/types/dec_pool_test.go index 60f147cd..069c3a48 100644 --- a/x/rewards/types/dec_pool_test.go +++ b/x/rewards/types/dec_pool_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) type decpoolTestSuite struct { diff --git a/x/rewards/types/expected_keepers.go b/x/rewards/types/expected_keepers.go index 88d41cd2..6a8e479b 100644 --- a/x/rewards/types/expected_keepers.go +++ b/x/rewards/types/expected_keepers.go @@ -8,11 +8,11 @@ import ( connecttypes "github.com/skip-mev/connect/v2/pkg/types" oracletypes "github.com/skip-mev/connect/v2/x/oracle/types" - assetstypes "github.com/milkyway-labs/milkyway/v3/x/assets/types" - operatorstypes "github.com/milkyway-labs/milkyway/v3/x/operators/types" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + assetstypes "github.com/milkyway-labs/milkyway/v4/x/assets/types" + operatorstypes "github.com/milkyway-labs/milkyway/v4/x/operators/types" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type AccountKeeper interface { diff --git a/x/rewards/types/genesis.go b/x/rewards/types/genesis.go index fab99062..759a66b7 100644 --- a/x/rewards/types/genesis.go +++ b/x/rewards/types/genesis.go @@ -6,7 +6,7 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) func NewGenesisState( diff --git a/x/rewards/types/genesis.pb.go b/x/rewards/types/genesis.pb.go index 424f3d3e..761eb930 100644 --- a/x/rewards/types/genesis.pb.go +++ b/x/rewards/types/genesis.pb.go @@ -509,68 +509,68 @@ var fileDescriptor_95f74caade7824f2 = []byte{ // 1024 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x4f, 0x6f, 0x1b, 0x45, 0x14, 0xf7, 0x26, 0x26, 0x7f, 0xc6, 0x49, 0x13, 0x4f, 0x9d, 0xb0, 0x4d, 0x2b, 0xaf, 0x49, 0x24, - 0x14, 0x2a, 0xe2, 0xa5, 0x69, 0x0f, 0xc0, 0xad, 0x8e, 0x81, 0x58, 0x48, 0x6d, 0xe4, 0x44, 0xaa, - 0x54, 0x09, 0x2d, 0xe3, 0xdd, 0xc9, 0x7a, 0xc4, 0xee, 0xce, 0x6a, 0x66, 0x9c, 0x3f, 0xdf, 0x80, - 0x0b, 0x52, 0x0f, 0x7c, 0x80, 0x1e, 0x11, 0x12, 0x12, 0x87, 0x5e, 0xb8, 0x71, 0xec, 0xb1, 0xaa, - 0x38, 0x70, 0x4a, 0x91, 0x73, 0x80, 0x0f, 0xc0, 0x07, 0x40, 0x3b, 0x3b, 0xfb, 0xc7, 0xf1, 0xa6, - 0x0e, 0x6a, 0x7b, 0xb1, 0x3c, 0x33, 0xbf, 0xf7, 0xde, 0xef, 0xbd, 0x37, 0xbf, 0xb7, 0x03, 0x3e, - 0xf0, 0x89, 0xf7, 0xdd, 0xe9, 0x31, 0x3a, 0x35, 0x19, 0x3e, 0x46, 0xcc, 0xe1, 0xe6, 0xd1, 0x1d, - 0xd3, 0xc5, 0x01, 0xe6, 0x84, 0x37, 0x43, 0x46, 0x05, 0x85, 0xd7, 0x13, 0x48, 0x53, 0x41, 0x9a, - 0x47, 0x77, 0xd6, 0xaa, 0xc8, 0x27, 0x01, 0x35, 0xe5, 0x6f, 0x8c, 0x5b, 0xbb, 0x61, 0x53, 0xee, - 0x53, 0x6e, 0xc9, 0x95, 0x19, 0x2f, 0xd4, 0x51, 0xcd, 0xa5, 0x2e, 0x8d, 0xf7, 0xa3, 0x7f, 0x6a, - 0xd7, 0x70, 0x29, 0x75, 0x3d, 0x6c, 0xca, 0x55, 0x6f, 0x70, 0x68, 0x0a, 0xe2, 0x63, 0x2e, 0x90, - 0x1f, 0x2a, 0x40, 0xa3, 0x88, 0x9c, 0x4f, 0x1d, 0xec, 0xf1, 0xd7, 0x21, 0x42, 0xc4, 0x90, 0xaf, - 0x10, 0xeb, 0xbf, 0x68, 0x60, 0xa5, 0x8d, 0x3d, 0xec, 0x22, 0x41, 0xd9, 0x23, 0x22, 0xfa, 0x0e, - 0x43, 0xc7, 0x9d, 0xe0, 0x90, 0xc2, 0x2f, 0x40, 0xd5, 0x49, 0x0e, 0x2c, 0xe4, 0x38, 0x0c, 0x73, - 0xae, 0x6b, 0x0d, 0x6d, 0x73, 0xbe, 0xa5, 0xbf, 0x7c, 0xb6, 0x55, 0x53, 0x19, 0xdc, 0x8f, 0x4f, - 0xf6, 0x05, 0x23, 0x81, 0xdb, 0x5d, 0x4e, 0x4d, 0xd4, 0x3e, 0xdc, 0x01, 0xcb, 0xc7, 0xca, 0x6d, - 0xea, 0x65, 0x6a, 0x82, 0x97, 0xa5, 0xc4, 0x42, 0x6d, 0x7f, 0x3e, 0xf7, 0xfd, 0x53, 0xa3, 0xf4, - 0xcf, 0x53, 0xa3, 0xb4, 0xfe, 0x87, 0x06, 0xf4, 0x87, 0x03, 0xc1, 0x05, 0x0a, 0x9c, 0x08, 0x1a, - 0xa7, 0xd5, 0xc5, 0x36, 0x65, 0x0e, 0xdc, 0x05, 0x35, 0x15, 0x9f, 0xd0, 0xc0, 0x12, 0x88, 0xb9, - 0x58, 0x58, 0xc4, 0x91, 0xac, 0x17, 0x5b, 0xab, 0xc3, 0x33, 0x03, 0xb6, 0xd3, 0xf3, 0x03, 0x79, - 0xdc, 0x69, 0x77, 0xa1, 0x73, 0x71, 0xcf, 0x81, 0x0e, 0xb8, 0x4e, 0xb3, 0x28, 0x96, 0xaa, 0x9e, - 0x3e, 0xd5, 0x98, 0xde, 0xac, 0x6c, 0xdf, 0x6a, 0x16, 0xb4, 0xbc, 0xd9, 0xc6, 0xf6, 0x1e, 0xa5, - 0x5e, 0x6b, 0xe5, 0xf9, 0x99, 0x51, 0xfa, 0xf9, 0x95, 0x31, 0xa7, 0x36, 0xf8, 0x4f, 0x7f, 0xff, - 0x7a, 0x5b, 0xeb, 0x42, 0x3a, 0xc6, 0x3a, 0x97, 0xd6, 0x4b, 0x0d, 0xbc, 0xbf, 0x4b, 0xb8, 0xa0, - 0x8c, 0xd8, 0xc8, 0x7b, 0x57, 0x59, 0xad, 0x82, 0x99, 0x10, 0x33, 0x42, 0x1d, 0xd9, 0x81, 0x72, - 0x57, 0xad, 0xe0, 0xd7, 0x60, 0x36, 0xc9, 0x70, 0xba, 0xa1, 0x6d, 0x56, 0xb6, 0x3f, 0x2c, 0xcc, - 0x70, 0x8c, 0x60, 0x6b, 0x3e, 0xca, 0x35, 0xce, 0x2f, 0xf1, 0x90, 0x4b, 0xea, 0x99, 0x06, 0x6a, - 0x3b, 0x03, 0xc6, 0x70, 0x20, 0xde, 0x55, 0x46, 0xbb, 0x19, 0xf3, 0x29, 0xc9, 0x7c, 0xa3, 0x90, - 0xf9, 0x28, 0x8b, 0x09, 0xb4, 0x7f, 0x9c, 0x02, 0x37, 0x53, 0x49, 0xec, 0x0b, 0xc4, 0x04, 0x09, - 0xdc, 0x48, 0x12, 0x8a, 0xfd, 0x5b, 0x12, 0xc6, 0x65, 0x45, 0x98, 0xfa, 0xdf, 0x45, 0x78, 0x0c, - 0x16, 0xb9, 0xa2, 0x69, 0x91, 0xe0, 0x90, 0xaa, 0x26, 0xde, 0xbe, 0xe4, 0x9a, 0x16, 0x64, 0x96, - 0xaf, 0xc8, 0x02, 0xcf, 0x1d, 0xe4, 0xca, 0xf2, 0x9b, 0x06, 0x36, 0x1e, 0x86, 0x98, 0xc9, 0x1c, - 0x6c, 0x7b, 0xe0, 0x0f, 0x3c, 0x24, 0xb0, 0xb3, 0x43, 0x7d, 0x9f, 0x70, 0x4e, 0x68, 0xa0, 0xca, - 0x63, 0x82, 0x0a, 0x55, 0xb0, 0xac, 0xa7, 0xd7, 0x86, 0x67, 0x06, 0x48, 0xac, 0x3b, 0xed, 0x2e, - 0x48, 0x20, 0x1d, 0x07, 0x3e, 0x02, 0x15, 0x94, 0xf9, 0x53, 0x7d, 0x2c, 0x26, 0x5f, 0x18, 0x37, - 0x4f, 0x3e, 0xef, 0x29, 0xc7, 0xfd, 0xf7, 0xe9, 0x74, 0xca, 0x45, 0x85, 0x3b, 0x0d, 0x71, 0x4c, - 0x96, 0x43, 0x52, 0x2c, 0x74, 0x4d, 0x0a, 0x7d, 0xab, 0x90, 0xc4, 0x65, 0xe3, 0x27, 0xcf, 0xa3, - 0x40, 0xed, 0xf0, 0x10, 0xc0, 0x7e, 0xaa, 0xa0, 0x0b, 0x23, 0xe5, 0xe3, 0xab, 0x09, 0x6e, 0x3c, - 0x50, 0xb5, 0x7f, 0x11, 0x03, 0xbf, 0x01, 0x4b, 0x76, 0x7c, 0xdf, 0xad, 0x4c, 0xd5, 0x51, 0x90, - 0x8f, 0xae, 0xa0, 0x8d, 0xf1, 0x08, 0xd7, 0xec, 0x11, 0x00, 0x1c, 0x00, 0x3d, 0xbb, 0xfe, 0x23, - 0xf7, 0x8e, 0xeb, 0x65, 0x19, 0xe7, 0x93, 0xab, 0x5f, 0xbc, 0xf1, 0x70, 0xab, 0x4e, 0x11, 0x8e, - 0xaf, 0xff, 0x3b, 0x0b, 0x16, 0xbe, 0x8a, 0x3f, 0xbc, 0xfb, 0x02, 0x09, 0x0c, 0x3f, 0x03, 0x33, - 0xf1, 0x97, 0x4c, 0x5e, 0xb1, 0xca, 0xf6, 0xcd, 0xc2, 0xa8, 0x7b, 0x12, 0xd2, 0x2a, 0x47, 0x01, - 0xba, 0xca, 0x00, 0x7e, 0x09, 0x6a, 0x01, 0x3e, 0x49, 0xcb, 0x63, 0x85, 0x1e, 0x0a, 0x12, 0xe9, - 0x95, 0x5b, 0x2b, 0xc3, 0x33, 0xa3, 0xfa, 0x00, 0x9f, 0x24, 0x19, 0xef, 0x79, 0x28, 0xe8, 0xb4, - 0xbb, 0xd5, 0xe0, 0xc2, 0x56, 0x34, 0x37, 0x17, 0xf3, 0x2e, 0x92, 0x3a, 0x37, 0x0a, 0x99, 0xe4, - 0x4c, 0x15, 0x9d, 0x05, 0x96, 0x6d, 0x71, 0x88, 0xc0, 0x2d, 0x0f, 0xf1, 0x8c, 0x14, 0xf2, 0x3c, - 0x6a, 0xab, 0xe1, 0x40, 0x7c, 0xac, 0x97, 0x65, 0x96, 0x6b, 0xcd, 0xf8, 0x55, 0xd0, 0x4c, 0x5e, - 0x05, 0xcd, 0x83, 0xe4, 0x55, 0xd0, 0x2a, 0x3f, 0x79, 0x65, 0x68, 0xdd, 0x1b, 0x91, 0x17, 0x15, - 0xec, 0x7e, 0xea, 0x23, 0x42, 0x41, 0x9a, 0x6f, 0x5d, 0xfa, 0x55, 0x8e, 0x5b, 0xf7, 0x9e, 0xa4, - 0x3e, 0x61, 0x66, 0xe4, 0x1f, 0x08, 0xc5, 0x4d, 0xcb, 0x23, 0x78, 0x34, 0x99, 0xc2, 0xe8, 0x13, - 0x68, 0xb1, 0x58, 0x6e, 0xfa, 0xcc, 0xe4, 0xc9, 0x34, 0x2a, 0xd0, 0x91, 0xc9, 0x24, 0x7d, 0x25, - 0xca, 0xed, 0x81, 0x6a, 0x32, 0x44, 0x32, 0xff, 0xb3, 0x6f, 0xe2, 0x7f, 0x39, 0xf5, 0x97, 0xc4, - 0xf8, 0x16, 0x2c, 0x73, 0xcc, 0x8e, 0x88, 0x8d, 0xb3, 0x10, 0x73, 0x6f, 0x12, 0x62, 0x29, 0x71, - 0x97, 0x44, 0xf8, 0x41, 0x03, 0x8d, 0x74, 0x5c, 0xe6, 0x86, 0x97, 0x65, 0xa7, 0xf3, 0x8d, 0xeb, - 0xf3, 0xb2, 0x37, 0x9f, 0x16, 0x4f, 0xa3, 0xc9, 0x23, 0x39, 0x4f, 0xa0, 0x4e, 0x5f, 0x87, 0x97, - 0x7c, 0x36, 0xa2, 0x32, 0x5b, 0x8a, 0xa8, 0x25, 0xa8, 0x40, 0x9e, 0x95, 0x53, 0x7c, 0x1f, 0x31, - 0xcc, 0x75, 0x20, 0x29, 0xdd, 0x2b, 0xd6, 0x1c, 0xa5, 0xde, 0x7e, 0x6c, 0x7e, 0x10, 0x59, 0x67, - 0xca, 0x97, 0xb6, 0x79, 0x3a, 0x46, 0x38, 0x01, 0xfb, 0xe0, 0xf9, 0xb0, 0xae, 0xbd, 0x18, 0xd6, - 0xb5, 0xbf, 0x86, 0x75, 0xed, 0xc9, 0x79, 0xbd, 0xf4, 0xe2, 0xbc, 0x5e, 0xfa, 0xf3, 0xbc, 0x5e, - 0x7a, 0x7c, 0xcf, 0x25, 0xa2, 0x3f, 0xe8, 0x35, 0x6d, 0xea, 0x9b, 0x09, 0x8b, 0x2d, 0x0f, 0xf5, - 0x78, 0xba, 0x32, 0x8f, 0xee, 0x9a, 0x27, 0xe9, 0xcb, 0x57, 0x9c, 0x86, 0x98, 0xf7, 0x66, 0xa4, - 0x6e, 0xee, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x58, 0xdd, 0x7e, 0xd9, 0x0b, 0x00, 0x00, + 0x14, 0x2a, 0xe2, 0xa5, 0x21, 0x07, 0xe0, 0x56, 0xc7, 0x40, 0x2c, 0xa4, 0x36, 0x72, 0x22, 0x55, + 0xaa, 0x84, 0x96, 0xf1, 0xee, 0x64, 0x3d, 0x62, 0x77, 0x67, 0x35, 0x33, 0xce, 0x9f, 0x6f, 0xc0, + 0x05, 0xa9, 0x07, 0x3e, 0x40, 0x8f, 0x08, 0x09, 0x89, 0x43, 0x2f, 0xdc, 0x38, 0xf6, 0x58, 0x55, + 0x1c, 0x38, 0xa5, 0xc8, 0x39, 0xc0, 0x07, 0xe0, 0x03, 0xa0, 0x9d, 0x9d, 0xfd, 0xe3, 0x78, 0x53, + 0x07, 0x95, 0x5e, 0x2c, 0xcf, 0xcc, 0xef, 0xbd, 0xf7, 0x7b, 0xef, 0xcd, 0xef, 0xed, 0x80, 0xf7, + 0x7c, 0xe2, 0x7d, 0x7b, 0x76, 0x82, 0xce, 0x4c, 0x86, 0x4f, 0x10, 0x73, 0xb8, 0x79, 0x7c, 0xcf, + 0x74, 0x71, 0x80, 0x39, 0xe1, 0xcd, 0x90, 0x51, 0x41, 0xe1, 0xcd, 0x04, 0xd2, 0x54, 0x90, 0xe6, + 0xf1, 0xbd, 0xb5, 0x2a, 0xf2, 0x49, 0x40, 0x4d, 0xf9, 0x1b, 0xe3, 0xd6, 0x6e, 0xd9, 0x94, 0xfb, + 0x94, 0x5b, 0x72, 0x65, 0xc6, 0x0b, 0x75, 0x54, 0x73, 0xa9, 0x4b, 0xe3, 0xfd, 0xe8, 0x9f, 0xda, + 0x35, 0x5c, 0x4a, 0x5d, 0x0f, 0x9b, 0x72, 0xd5, 0x1b, 0x1c, 0x99, 0x82, 0xf8, 0x98, 0x0b, 0xe4, + 0x87, 0x0a, 0xd0, 0x28, 0x22, 0xe7, 0x53, 0x07, 0x7b, 0xfc, 0x75, 0x88, 0x10, 0x31, 0xe4, 0x2b, + 0xc4, 0xfa, 0xcf, 0x1a, 0x58, 0x69, 0x63, 0x0f, 0xbb, 0x48, 0x50, 0xf6, 0x88, 0x88, 0xbe, 0xc3, + 0xd0, 0x49, 0x27, 0x38, 0xa2, 0xf0, 0x73, 0x50, 0x75, 0x92, 0x03, 0x0b, 0x39, 0x0e, 0xc3, 0x9c, + 0xeb, 0x5a, 0x43, 0xdb, 0x9c, 0x6f, 0xe9, 0x2f, 0x9f, 0x6d, 0xd5, 0x54, 0x06, 0xf7, 0xe3, 0x93, + 0x03, 0xc1, 0x48, 0xe0, 0x76, 0x97, 0x53, 0x13, 0xb5, 0x0f, 0x77, 0xc1, 0xf2, 0x89, 0x72, 0x9b, + 0x7a, 0x99, 0x9a, 0xe0, 0x65, 0x29, 0xb1, 0x50, 0xdb, 0x9f, 0xcd, 0x7d, 0xf7, 0xd4, 0x28, 0xfd, + 0xfd, 0xd4, 0x28, 0xad, 0xff, 0xae, 0x01, 0xfd, 0xe1, 0x40, 0x70, 0x81, 0x02, 0x27, 0x82, 0xc6, + 0x69, 0x75, 0xb1, 0x4d, 0x99, 0x03, 0xf7, 0x40, 0x4d, 0xc5, 0x27, 0x34, 0xb0, 0x04, 0x62, 0x2e, + 0x16, 0x16, 0x71, 0x24, 0xeb, 0xc5, 0xd6, 0xea, 0xf0, 0xdc, 0x80, 0xed, 0xf4, 0xfc, 0x50, 0x1e, + 0x77, 0xda, 0x5d, 0xe8, 0x5c, 0xde, 0x73, 0xa0, 0x03, 0x6e, 0xd2, 0x2c, 0x8a, 0xa5, 0xaa, 0xa7, + 0x4f, 0x35, 0xa6, 0x37, 0x2b, 0xdb, 0x77, 0x9a, 0x05, 0x2d, 0x6f, 0xb6, 0xb1, 0xbd, 0x4f, 0xa9, + 0xd7, 0x5a, 0x79, 0x7e, 0x6e, 0x94, 0x7e, 0x7a, 0x65, 0xcc, 0xa9, 0x0d, 0xfe, 0xe3, 0x5f, 0xbf, + 0xdc, 0xd5, 0xba, 0x90, 0x8e, 0xb1, 0xce, 0xa5, 0xf5, 0x52, 0x03, 0xef, 0xee, 0x11, 0x2e, 0x28, + 0x23, 0x36, 0xf2, 0xde, 0x56, 0x56, 0xab, 0x60, 0x26, 0xc4, 0x8c, 0x50, 0x47, 0x76, 0xa0, 0xdc, + 0x55, 0x2b, 0xf8, 0x15, 0x98, 0x4d, 0x32, 0x9c, 0x6e, 0x68, 0x9b, 0x95, 0xed, 0xf7, 0x0b, 0x33, + 0x1c, 0x23, 0xd8, 0x9a, 0x8f, 0x72, 0x8d, 0xf3, 0x4b, 0x3c, 0xe4, 0x92, 0x7a, 0xa6, 0x81, 0xda, + 0xee, 0x80, 0x31, 0x1c, 0x88, 0xb7, 0x95, 0xd1, 0x5e, 0xc6, 0x7c, 0x4a, 0x32, 0xdf, 0x28, 0x64, + 0x3e, 0xca, 0x62, 0x02, 0xed, 0x1f, 0xa6, 0xc0, 0xed, 0x54, 0x12, 0x07, 0x02, 0x31, 0x41, 0x02, + 0x37, 0x92, 0x84, 0x62, 0xff, 0x3f, 0x09, 0xe3, 0xaa, 0x22, 0x4c, 0xfd, 0xe7, 0x22, 0x3c, 0x06, + 0x8b, 0x5c, 0xd1, 0xb4, 0x48, 0x70, 0x44, 0x55, 0x13, 0xef, 0x5e, 0x71, 0x4d, 0x0b, 0x32, 0xcb, + 0x57, 0x64, 0x81, 0xe7, 0x0e, 0x72, 0x65, 0xf9, 0x55, 0x03, 0x1b, 0x0f, 0x43, 0xcc, 0x64, 0x0e, + 0xb6, 0x3d, 0xf0, 0x07, 0x1e, 0x12, 0xd8, 0xd9, 0xa5, 0xbe, 0x4f, 0x38, 0x27, 0x34, 0x50, 0xe5, + 0x31, 0x41, 0x85, 0x2a, 0x58, 0xd6, 0xd3, 0x1b, 0xc3, 0x73, 0x03, 0x24, 0xd6, 0x9d, 0x76, 0x17, + 0x24, 0x90, 0x8e, 0x03, 0x1f, 0x81, 0x0a, 0xca, 0xfc, 0xa9, 0x3e, 0x16, 0x93, 0x2f, 0x8c, 0x9b, + 0x27, 0x9f, 0xf7, 0x94, 0xe3, 0xfe, 0xdb, 0x74, 0x3a, 0xe5, 0xa2, 0xc2, 0x9d, 0x85, 0x38, 0x26, + 0xcb, 0x21, 0x29, 0x16, 0xba, 0x26, 0x85, 0xbe, 0x55, 0x48, 0xe2, 0xaa, 0xf1, 0x93, 0xe7, 0x51, + 0xa0, 0x76, 0x78, 0x04, 0x60, 0x3f, 0x55, 0xd0, 0xa5, 0x91, 0xf2, 0xe1, 0xf5, 0x04, 0x37, 0x1e, + 0xa8, 0xda, 0xbf, 0x8c, 0x81, 0x5f, 0x83, 0x25, 0x3b, 0xbe, 0xef, 0x56, 0xa6, 0xea, 0x28, 0xc8, + 0x07, 0xd7, 0xd0, 0xc6, 0x78, 0x84, 0x1b, 0xf6, 0x08, 0x00, 0x0e, 0x80, 0x9e, 0x5d, 0xff, 0x91, + 0x7b, 0xc7, 0xf5, 0xb2, 0x8c, 0xf3, 0xd1, 0xf5, 0x2f, 0xde, 0x78, 0xb8, 0x55, 0xa7, 0x08, 0xc7, + 0xd7, 0xff, 0x99, 0x05, 0x0b, 0x5f, 0xc6, 0x1f, 0xde, 0x03, 0x81, 0x04, 0x86, 0x9f, 0x82, 0x99, + 0xf8, 0x4b, 0x26, 0xaf, 0x58, 0x65, 0xfb, 0x76, 0x61, 0xd4, 0x7d, 0x09, 0x69, 0x95, 0xa3, 0x00, + 0x5d, 0x65, 0x00, 0xbf, 0x00, 0xb5, 0x00, 0x9f, 0xa6, 0xe5, 0xb1, 0x42, 0x0f, 0x05, 0x89, 0xf4, + 0xca, 0xad, 0x95, 0xe1, 0xb9, 0x51, 0x7d, 0x80, 0x4f, 0x93, 0x8c, 0xf7, 0x3d, 0x14, 0x74, 0xda, + 0xdd, 0x6a, 0x70, 0x69, 0x2b, 0x9a, 0x9b, 0x8b, 0x79, 0x17, 0x49, 0x9d, 0x1b, 0x85, 0x4c, 0x72, + 0xa6, 0x8a, 0xce, 0x02, 0xcb, 0xb6, 0x38, 0x44, 0xe0, 0x8e, 0x87, 0x78, 0x46, 0x0a, 0x79, 0x1e, + 0xb5, 0xd5, 0x70, 0x20, 0x3e, 0xd6, 0xcb, 0x32, 0xcb, 0xb5, 0x66, 0xfc, 0x2a, 0x68, 0x26, 0xaf, + 0x82, 0xe6, 0x61, 0xf2, 0x2a, 0x68, 0x95, 0x9f, 0xbc, 0x32, 0xb4, 0xee, 0xad, 0xc8, 0x8b, 0x0a, + 0x76, 0x3f, 0xf5, 0x11, 0xa1, 0x20, 0xcd, 0xb7, 0x2e, 0xfd, 0x2a, 0xc7, 0xad, 0x7b, 0x47, 0x52, + 0x9f, 0x30, 0x33, 0xf2, 0x0f, 0x84, 0xe2, 0xa6, 0xe5, 0x11, 0x3c, 0x9a, 0x4c, 0x61, 0xf4, 0x09, + 0xb4, 0x58, 0x2c, 0x37, 0x7d, 0x66, 0xf2, 0x64, 0x1a, 0x15, 0xe8, 0xc8, 0x64, 0x92, 0xbe, 0x12, + 0xe5, 0xf6, 0x40, 0x35, 0x19, 0x22, 0x99, 0xff, 0xd9, 0x37, 0xf1, 0xbf, 0x9c, 0xfa, 0x4b, 0x62, + 0x7c, 0x03, 0x96, 0x39, 0x66, 0xc7, 0xc4, 0xc6, 0x59, 0x88, 0xb9, 0x37, 0x09, 0xb1, 0x94, 0xb8, + 0x4b, 0x22, 0x7c, 0xaf, 0x81, 0x46, 0x3a, 0x2e, 0x73, 0xc3, 0xcb, 0xb2, 0xd3, 0xf9, 0xc6, 0xf5, + 0x79, 0xd9, 0x9b, 0x4f, 0x8a, 0xa7, 0xd1, 0xe4, 0x91, 0x9c, 0x27, 0x50, 0xa7, 0xaf, 0xc3, 0x4b, + 0x3e, 0x1b, 0x51, 0x99, 0x2d, 0x45, 0xd4, 0x12, 0x54, 0x20, 0xcf, 0xca, 0x29, 0xbe, 0x8f, 0x18, + 0xe6, 0x3a, 0x90, 0x94, 0x76, 0x8a, 0x35, 0x47, 0xa9, 0x77, 0x10, 0x9b, 0x1f, 0x46, 0xd6, 0x99, + 0xf2, 0xa5, 0x6d, 0x9e, 0x8e, 0x11, 0x4e, 0xc0, 0x3e, 0x78, 0x3e, 0xac, 0x6b, 0x2f, 0x86, 0x75, + 0xed, 0xcf, 0x61, 0x5d, 0x7b, 0x72, 0x51, 0x2f, 0xbd, 0xb8, 0xa8, 0x97, 0xfe, 0xb8, 0xa8, 0x97, + 0x1e, 0xef, 0xb8, 0x44, 0xf4, 0x07, 0xbd, 0xa6, 0x4d, 0x7d, 0x33, 0x61, 0xb1, 0xe5, 0xa1, 0x1e, + 0x4f, 0x57, 0xe6, 0xf1, 0x8e, 0x79, 0x9a, 0xbe, 0x7c, 0xc5, 0x59, 0x88, 0x79, 0x6f, 0x46, 0xea, + 0xe6, 0xe3, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x5a, 0xa4, 0x8d, 0xb0, 0xd9, 0x0b, 0x00, 0x00, } func (m *DelegatorWithdrawInfo) Marshal() (dAtA []byte, err error) { diff --git a/x/rewards/types/genesis_test.go b/x/rewards/types/genesis_test.go index ad758097..e3f85f2e 100644 --- a/x/rewards/types/genesis_test.go +++ b/x/rewards/types/genesis_test.go @@ -6,9 +6,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/testutils" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/testutils" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func TestGenesisState_Validate(t *testing.T) { diff --git a/x/rewards/types/messages.go b/x/rewards/types/messages.go index 10ff1109..d480c30d 100644 --- a/x/rewards/types/messages.go +++ b/x/rewards/types/messages.go @@ -7,7 +7,7 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // NewMsgCreateRewardsPlan creates a new MsgCreateRewardsPlan instance diff --git a/x/rewards/types/messages.pb.go b/x/rewards/types/messages.pb.go index 149de8de..aa40c963 100644 --- a/x/rewards/types/messages.pb.go +++ b/x/rewards/types/messages.pb.go @@ -15,7 +15,7 @@ import ( grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types1 "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + types1 "github.com/milkyway-labs/milkyway/v4/x/restaking/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -596,82 +596,82 @@ func init() { } var fileDescriptor_1bde47e6c27c581f = []byte{ - // 1190 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0xcd, 0x6f, 0x1b, 0x45, - 0x14, 0xf7, 0xe6, 0xc3, 0xad, 0x27, 0x6d, 0x93, 0x6c, 0xd3, 0xc4, 0xd9, 0xb6, 0x5e, 0xb3, 0xd0, - 0x12, 0xa2, 0x66, 0xb7, 0x71, 0xa0, 0x08, 0x23, 0x81, 0x6a, 0xbb, 0x15, 0x3e, 0x24, 0x54, 0x9b, - 0x16, 0x24, 0x90, 0xb0, 0xd6, 0x9e, 0xc9, 0x66, 0x89, 0x77, 0xc7, 0xec, 0x8c, 0x63, 0x7c, 0x43, - 0x70, 0x41, 0x88, 0x43, 0xcf, 0x5c, 0xa8, 0x38, 0x21, 0x4e, 0x39, 0xc0, 0x89, 0x13, 0x48, 0xa0, - 0x1e, 0x2b, 0x4e, 0x48, 0x48, 0x2e, 0x72, 0x0e, 0xe1, 0xcf, 0x40, 0x3b, 0x3b, 0xbb, 0xd9, 0xd8, - 0xbb, 0x49, 0x0c, 0x1c, 0x90, 0xe0, 0x92, 0x78, 0xde, 0xfb, 0xbd, 0xdf, 0x9b, 0xf7, 0xb9, 0x03, - 0x14, 0xdb, 0x6a, 0xee, 0x74, 0x3b, 0x46, 0x57, 0x73, 0x51, 0xc7, 0x70, 0x21, 0xd1, 0x76, 0x57, - 0x35, 0x1b, 0x11, 0x62, 0x98, 0x88, 0xa8, 0x2d, 0x17, 0x53, 0x2c, 0x5e, 0x0c, 0x30, 0x2a, 0xc7, - 0xa8, 0xbb, 0xab, 0xd2, 0xac, 0x61, 0x5b, 0x0e, 0xd6, 0xd8, 0x5f, 0x1f, 0x27, 0xe5, 0x1a, 0x98, - 0xd8, 0x98, 0x68, 0x75, 0x83, 0x20, 0x6d, 0x77, 0xb5, 0x8e, 0xa8, 0xb1, 0xaa, 0x35, 0xb0, 0xe5, - 0x70, 0xfd, 0x02, 0xd7, 0xdb, 0xc4, 0x64, 0x5e, 0x88, 0xc9, 0x15, 0x8b, 0xbe, 0xa2, 0xc6, 0x4e, - 0x9a, 0x7f, 0xe0, 0xaa, 0x39, 0x13, 0x9b, 0xd8, 0x97, 0x7b, 0xbf, 0xb8, 0x54, 0x36, 0x31, 0x36, - 0x9b, 0x48, 0x63, 0xa7, 0x7a, 0x7b, 0x4b, 0xa3, 0x96, 0x8d, 0x08, 0x35, 0xec, 0x16, 0x07, 0x44, - 0xc3, 0x22, 0xd4, 0xd8, 0xb1, 0x1c, 0xdf, 0x25, 0x86, 0xa8, 0x19, 0x50, 0xe7, 0x63, 0x43, 0x3f, - 0x11, 0xd1, 0x32, 0x5c, 0xc3, 0xe6, 0x08, 0xe5, 0xfb, 0x34, 0x98, 0x5b, 0x27, 0x66, 0xd9, 0x45, - 0x06, 0x45, 0xba, 0x0f, 0xba, 0xd7, 0x34, 0x1c, 0xf1, 0x26, 0x48, 0x13, 0xe4, 0x40, 0xe4, 0x66, - 0x85, 0xbc, 0xb0, 0x94, 0x29, 0x65, 0x7f, 0xf9, 0x76, 0x65, 0x8e, 0x47, 0x76, 0x1b, 0x42, 0x17, - 0x11, 0xb2, 0x49, 0x5d, 0xcb, 0x31, 0x75, 0x8e, 0x13, 0xf3, 0x60, 0x0a, 0x22, 0xd2, 0x70, 0xad, - 0x16, 0xb5, 0xb0, 0x93, 0x1d, 0xf3, 0xcc, 0xf4, 0xa8, 0x48, 0xbc, 0x01, 0x00, 0x41, 0xee, 0xae, - 0xd5, 0x40, 0x35, 0x0b, 0x66, 0xc7, 0xf3, 0xc2, 0xd2, 0xf9, 0xd2, 0xf9, 0x7e, 0x4f, 0xce, 0x6c, - 0xfa, 0xd2, 0x6a, 0x45, 0xcf, 0x70, 0x40, 0x15, 0x8a, 0x0d, 0x90, 0x36, 0x6c, 0xdc, 0x76, 0x68, - 0x76, 0x22, 0x3f, 0xbe, 0x34, 0x55, 0x58, 0x54, 0xb9, 0x7b, 0xaf, 0x3c, 0x2a, 0x2f, 0x8f, 0x5a, - 0xc6, 0x96, 0x53, 0xba, 0xf9, 0xb8, 0x27, 0xa7, 0xbe, 0x79, 0x2a, 0x2f, 0x99, 0x16, 0xdd, 0x6e, - 0xd7, 0xd5, 0x06, 0xb6, 0x79, 0x15, 0xf8, 0xbf, 0x15, 0x02, 0x77, 0x34, 0xda, 0x6d, 0x21, 0xc2, - 0x0c, 0x88, 0xce, 0xa9, 0xc5, 0x32, 0x00, 0x84, 0x1a, 0x2e, 0xad, 0x79, 0x05, 0xc8, 0x4e, 0xe6, - 0x85, 0xa5, 0xa9, 0x82, 0xa4, 0xfa, 0xd5, 0x51, 0x83, 0xea, 0xa8, 0xf7, 0x83, 0xea, 0x94, 0xce, - 0x7a, 0x9e, 0x1e, 0x3e, 0x95, 0x05, 0x3d, 0xc3, 0xec, 0x3c, 0x8d, 0xf8, 0x3a, 0x38, 0x8b, 0x1c, - 0xe8, 0x53, 0xa4, 0x47, 0xa0, 0x38, 0x83, 0x1c, 0xc8, 0x08, 0xde, 0x02, 0x62, 0x0b, 0xe3, 0x26, - 0xa9, 0x41, 0x8b, 0x50, 0xd7, 0xaa, 0xb7, 0x59, 0x06, 0xcf, 0x30, 0xaa, 0x67, 0xd4, 0x98, 0xee, - 0x55, 0x2b, 0x11, 0x60, 0x69, 0xc2, 0x63, 0xd4, 0x67, 0x19, 0x45, 0x54, 0x21, 0xbe, 0x07, 0xe6, - 0x71, 0x0b, 0xb9, 0x06, 0xc5, 0xee, 0x00, 0xf7, 0xd9, 0xd1, 0xb8, 0x2f, 0x85, 0x34, 0x47, 0xf8, - 0xdf, 0x05, 0x62, 0x9b, 0xa0, 0x41, 0xee, 0x0c, 0xe3, 0xbe, 0x1e, 0xcb, 0xfd, 0xc0, 0x83, 0xc7, - 0x5d, 0xbe, 0x3d, 0xa8, 0x10, 0xdf, 0x07, 0x60, 0x0b, 0xa1, 0x1a, 0xef, 0x01, 0xf0, 0xcf, 0xf7, - 0x40, 0x66, 0x0b, 0xa1, 0xdb, 0x8c, 0xbd, 0xf8, 0xd2, 0xa7, 0x8f, 0xe4, 0xd4, 0x1f, 0x8f, 0xe4, - 0xd4, 0xc7, 0x07, 0x7b, 0xcb, 0xbc, 0xa1, 0x3f, 0x3b, 0xd8, 0x5b, 0xbe, 0x1a, 0x0e, 0x50, 0xdc, - 0x90, 0x28, 0x0d, 0x70, 0x25, 0x4e, 0xae, 0x23, 0xd2, 0xc2, 0x0e, 0x41, 0x62, 0x19, 0x5c, 0x74, - 0x50, 0xa7, 0xc6, 0xe3, 0xaf, 0xb5, 0x9a, 0x86, 0xe3, 0x75, 0xbe, 0x37, 0x51, 0x13, 0xa5, 0xb9, - 0x7e, 0x4f, 0x9e, 0xd9, 0x40, 0x9d, 0x88, 0x61, 0xb5, 0xa2, 0xcf, 0x38, 0x47, 0x25, 0x50, 0xf9, - 0x6e, 0x12, 0x88, 0xeb, 0xc4, 0xbc, 0x03, 0x2d, 0xfa, 0xf7, 0x06, 0x74, 0x1e, 0x8c, 0x59, 0x90, - 0xcd, 0xe5, 0x44, 0x29, 0xdd, 0xef, 0xc9, 0x63, 0xd5, 0x8a, 0x3e, 0x66, 0xc1, 0xc1, 0xc1, 0x1d, - 0x1f, 0x1e, 0xdc, 0xff, 0x47, 0xf1, 0x3f, 0x3d, 0x8a, 0xc5, 0xb5, 0x84, 0xf1, 0xb8, 0x1c, 0x1d, - 0x8f, 0x81, 0x06, 0x55, 0xae, 0x00, 0x69, 0x58, 0x1a, 0x8c, 0x86, 0xf2, 0xb3, 0x00, 0x2e, 0xad, - 0x13, 0x73, 0x13, 0xd1, 0xb7, 0x2d, 0xba, 0x0d, 0x5d, 0xa3, 0xc3, 0x9b, 0xf6, 0x2f, 0x34, 0x76, - 0x19, 0xcc, 0x74, 0x38, 0x49, 0xcd, 0xf0, 0x11, 0xfe, 0xe7, 0xe7, 0x18, 0xdb, 0xe9, 0xce, 0x51, - 0xb7, 0xc5, 0x5b, 0x09, 0x31, 0xe6, 0xa2, 0x31, 0x0e, 0x5f, 0x57, 0x91, 0xc1, 0xd5, 0x58, 0x45, - 0x18, 0xe9, 0x4f, 0x63, 0x2c, 0x11, 0x81, 0xba, 0x82, 0x9a, 0xc8, 0xf4, 0xea, 0xe7, 0x67, 0x45, - 0xbc, 0x03, 0x66, 0x61, 0x20, 0x0a, 0x6f, 0x7f, 0x52, 0xe4, 0x33, 0xa1, 0x49, 0x90, 0xb5, 0x0d, - 0x30, 0xcd, 0x65, 0x16, 0x76, 0x6a, 0xde, 0x7c, 0xb1, 0x14, 0x5c, 0x28, 0x5c, 0x8b, 0x16, 0x9f, - 0x3f, 0x25, 0x58, 0x6b, 0x85, 0xe8, 0xfb, 0xdd, 0x16, 0xd2, 0x2f, 0xc0, 0x23, 0x67, 0xf1, 0x0d, - 0x30, 0x17, 0xe5, 0x33, 0x5c, 0x13, 0xd1, 0xc3, 0xaf, 0xf6, 0x7c, 0xbf, 0x27, 0x8b, 0x11, 0x06, - 0xa6, 0xae, 0x56, 0x74, 0x11, 0x0e, 0xca, 0x60, 0xf1, 0x6e, 0x34, 0xb1, 0xc3, 0xb1, 0x7a, 0x39, - 0x7e, 0x36, 0x9a, 0xe3, 0x84, 0x44, 0x29, 0x5f, 0x0a, 0x40, 0x49, 0x56, 0x87, 0x3b, 0xb7, 0x1b, - 0xee, 0x2a, 0xe1, 0xa4, 0x5d, 0x75, 0x77, 0xd4, 0x5d, 0xf5, 0xc5, 0xc1, 0xde, 0xf2, 0x39, 0xcf, - 0x6d, 0xa3, 0x5b, 0xf3, 0xde, 0x85, 0xe4, 0xeb, 0x83, 0xbd, 0x65, 0x21, 0xd8, 0x60, 0xca, 0x8f, - 0x02, 0xeb, 0x85, 0xe0, 0x86, 0x6f, 0xf2, 0x41, 0x2d, 0x63, 0xdb, 0xb6, 0x08, 0xf1, 0xa6, 0x74, - 0xf4, 0xde, 0xd6, 0xc0, 0x54, 0x30, 0xf0, 0x35, 0xbe, 0xbd, 0xcf, 0x97, 0x2e, 0xf4, 0x7b, 0x32, - 0x08, 0xe8, 0xab, 0x15, 0x1d, 0x04, 0x90, 0x2a, 0x2c, 0xbe, 0x96, 0xd0, 0xc7, 0xd7, 0xe3, 0x72, - 0x3c, 0x7c, 0x45, 0xe5, 0x2b, 0x01, 0x5c, 0x3b, 0x16, 0xf1, 0x6f, 0xc8, 0xf4, 0x0f, 0x02, 0x98, - 0x5e, 0x27, 0xe6, 0x83, 0x16, 0x34, 0x28, 0xba, 0xc7, 0x1e, 0xb4, 0xe2, 0x2d, 0x90, 0x31, 0xda, - 0x74, 0x1b, 0xbb, 0x16, 0xed, 0x9e, 0x98, 0xde, 0x43, 0xa8, 0xf8, 0x0a, 0x48, 0xfb, 0x4f, 0x62, - 0x96, 0xdc, 0xa9, 0xc2, 0xe5, 0xd8, 0x6d, 0xe9, 0x3b, 0xe1, 0x2b, 0x92, 0x1b, 0x14, 0x5f, 0x8d, - 0xe6, 0xfa, 0x90, 0xd2, 0x4b, 0xf7, 0xf0, 0xd3, 0x7b, 0xe0, 0xbe, 0xca, 0x22, 0x58, 0x18, 0x10, - 0x05, 0x99, 0x2d, 0xfc, 0x36, 0x09, 0xc6, 0xd7, 0x89, 0x29, 0x7e, 0x00, 0x66, 0x87, 0x5f, 0xe6, - 0x2f, 0xc4, 0xde, 0x2f, 0xee, 0x1d, 0x22, 0xad, 0x9e, 0x1a, 0x1a, 0x16, 0x75, 0x07, 0x4c, 0x0f, - 0xbe, 0x34, 0x9e, 0x4f, 0x62, 0x19, 0x00, 0x4a, 0xda, 0x29, 0x81, 0xa1, 0x33, 0x0a, 0xc4, 0x98, - 0x0f, 0xc0, 0x72, 0x12, 0xcd, 0x30, 0x56, 0x2a, 0x9c, 0x1e, 0x1b, 0x7a, 0xfd, 0x44, 0x00, 0x0b, - 0x49, 0xdb, 0x38, 0x31, 0x84, 0x04, 0x03, 0xe9, 0xe5, 0x11, 0x0d, 0xc2, 0x5b, 0x7c, 0x2e, 0x00, - 0xe9, 0x98, 0x4d, 0x51, 0x38, 0x89, 0x77, 0xd8, 0x46, 0x2a, 0x8e, 0x6e, 0x13, 0x5e, 0xa7, 0x0e, - 0xce, 0x1d, 0x99, 0xa6, 0xe7, 0x92, 0xb8, 0xa2, 0x28, 0xe9, 0xc6, 0x69, 0x50, 0x81, 0x0f, 0x69, - 0xf2, 0x23, 0x6f, 0x88, 0x4b, 0x1b, 0x8f, 0xfb, 0x39, 0xe1, 0x49, 0x3f, 0x27, 0xfc, 0xde, 0xcf, - 0x09, 0x0f, 0xf7, 0x73, 0xa9, 0x27, 0xfb, 0xb9, 0xd4, 0xaf, 0xfb, 0xb9, 0xd4, 0x3b, 0x2f, 0x46, - 0xd6, 0x43, 0x40, 0xbc, 0xd2, 0x34, 0xea, 0x24, 0x3c, 0x69, 0xbb, 0x6b, 0xda, 0x87, 0xe1, 0x48, - 0xb1, 0x85, 0x51, 0x4f, 0xb3, 0x97, 0xdd, 0xda, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xda, 0x13, - 0xd9, 0x43, 0x0b, 0x10, 0x00, 0x00, + // 1192 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x56, 0xcf, 0x6f, 0x1b, 0xc5, + 0x17, 0xf7, 0xe6, 0x87, 0x5b, 0x4f, 0xda, 0xfc, 0xd8, 0xa6, 0x89, 0xb3, 0x6d, 0xbd, 0xfe, 0xee, + 0x97, 0x96, 0x10, 0x35, 0xbb, 0x8d, 0x5b, 0x8a, 0x30, 0x12, 0xa8, 0xb6, 0x5b, 0xe1, 0x43, 0x42, + 0xb5, 0x69, 0x41, 0x02, 0x09, 0x6b, 0xed, 0x99, 0x6c, 0x96, 0x78, 0x77, 0xcc, 0xce, 0x38, 0xc6, + 0x37, 0x04, 0x17, 0x84, 0x38, 0xf4, 0xcc, 0x85, 0x8a, 0x13, 0xe2, 0x94, 0x03, 0x9c, 0x38, 0x81, + 0x04, 0xea, 0xb1, 0xe2, 0x84, 0x84, 0xe4, 0x22, 0xe7, 0x10, 0xfe, 0x0c, 0xb4, 0xb3, 0xb3, 0x9b, + 0x8d, 0xbd, 0x9b, 0xc4, 0xc0, 0x01, 0x09, 0x2e, 0x89, 0xe7, 0xbd, 0xcf, 0xfb, 0xbc, 0x79, 0x3f, + 0x77, 0x80, 0x62, 0x5b, 0xcd, 0x9d, 0x6e, 0xc7, 0xe8, 0x6a, 0x2e, 0xea, 0x18, 0x2e, 0x24, 0xda, + 0xee, 0x9a, 0x66, 0x23, 0x42, 0x0c, 0x13, 0x11, 0xb5, 0xe5, 0x62, 0x8a, 0xc5, 0x0b, 0x01, 0x46, + 0xe5, 0x18, 0x75, 0x77, 0x4d, 0x9a, 0x33, 0x6c, 0xcb, 0xc1, 0x1a, 0xfb, 0xeb, 0xe3, 0xa4, 0x5c, + 0x03, 0x13, 0x1b, 0x13, 0xad, 0x6e, 0x10, 0xa4, 0xed, 0xae, 0xd5, 0x11, 0x35, 0xd6, 0xb4, 0x06, + 0xb6, 0x1c, 0xae, 0x5f, 0xe4, 0x7a, 0x9b, 0x98, 0xcc, 0x0b, 0x31, 0xb9, 0x62, 0xc9, 0x57, 0xd4, + 0xd8, 0x49, 0xf3, 0x0f, 0x5c, 0x35, 0x6f, 0x62, 0x13, 0xfb, 0x72, 0xef, 0x17, 0x97, 0xca, 0x26, + 0xc6, 0x66, 0x13, 0x69, 0xec, 0x54, 0x6f, 0x6f, 0x69, 0xd4, 0xb2, 0x11, 0xa1, 0x86, 0xdd, 0xe2, + 0x80, 0x68, 0x58, 0x84, 0x1a, 0x3b, 0x96, 0xe3, 0xbb, 0xc4, 0x10, 0x35, 0x03, 0xea, 0x7c, 0x6c, + 0xe8, 0x27, 0x22, 0x5a, 0x86, 0x6b, 0xd8, 0x1c, 0xa1, 0x7c, 0x97, 0x06, 0xf3, 0xeb, 0xc4, 0x2c, + 0xbb, 0xc8, 0xa0, 0x48, 0xf7, 0x41, 0xf7, 0x9b, 0x86, 0x23, 0xde, 0x00, 0x69, 0x82, 0x1c, 0x88, + 0xdc, 0xac, 0x90, 0x17, 0x96, 0x33, 0xa5, 0xec, 0xcf, 0xdf, 0xac, 0xce, 0xf3, 0xc8, 0xee, 0x40, + 0xe8, 0x22, 0x42, 0x36, 0xa9, 0x6b, 0x39, 0xa6, 0xce, 0x71, 0x62, 0x1e, 0x4c, 0x41, 0x44, 0x1a, + 0xae, 0xd5, 0xa2, 0x16, 0x76, 0xb2, 0x63, 0x9e, 0x99, 0x1e, 0x15, 0x89, 0xd7, 0x01, 0x20, 0xc8, + 0xdd, 0xb5, 0x1a, 0xa8, 0x66, 0xc1, 0xec, 0x78, 0x5e, 0x58, 0x3e, 0x5f, 0x3a, 0xdf, 0xef, 0xc9, + 0x99, 0x4d, 0x5f, 0x5a, 0xad, 0xe8, 0x19, 0x0e, 0xa8, 0x42, 0xb1, 0x01, 0xd2, 0x86, 0x8d, 0xdb, + 0x0e, 0xcd, 0x4e, 0xe4, 0xc7, 0x97, 0xa7, 0x0a, 0x4b, 0x2a, 0x77, 0xef, 0x95, 0x47, 0xe5, 0xe5, + 0x51, 0xcb, 0xd8, 0x72, 0x4a, 0x37, 0x9e, 0xf4, 0xe4, 0xd4, 0xd7, 0xcf, 0xe4, 0x65, 0xd3, 0xa2, + 0xdb, 0xed, 0xba, 0xda, 0xc0, 0x36, 0xaf, 0x02, 0xff, 0xb7, 0x4a, 0xe0, 0x8e, 0x46, 0xbb, 0x2d, + 0x44, 0x98, 0x01, 0xd1, 0x39, 0xb5, 0x58, 0x06, 0x80, 0x50, 0xc3, 0xa5, 0x35, 0xaf, 0x00, 0xd9, + 0xc9, 0xbc, 0xb0, 0x3c, 0x55, 0x90, 0x54, 0xbf, 0x3a, 0x6a, 0x50, 0x1d, 0xf5, 0x41, 0x50, 0x9d, + 0xd2, 0x59, 0xcf, 0xd3, 0xa3, 0x67, 0xb2, 0xa0, 0x67, 0x98, 0x9d, 0xa7, 0x11, 0x5f, 0x03, 0x67, + 0x91, 0x03, 0x7d, 0x8a, 0xf4, 0x08, 0x14, 0x67, 0x90, 0x03, 0x19, 0xc1, 0x9b, 0x40, 0x6c, 0x61, + 0xdc, 0x24, 0x35, 0x68, 0x11, 0xea, 0x5a, 0xf5, 0x36, 0xcb, 0xe0, 0x19, 0x46, 0xf5, 0x3f, 0x35, + 0xa6, 0x7b, 0xd5, 0x4a, 0x04, 0x58, 0x9a, 0xf0, 0x18, 0xf5, 0x39, 0x46, 0x11, 0x55, 0x88, 0xef, + 0x82, 0x05, 0xdc, 0x42, 0xae, 0x41, 0xb1, 0x3b, 0xc0, 0x7d, 0x76, 0x34, 0xee, 0x8b, 0x21, 0xcd, + 0x11, 0xfe, 0x77, 0x80, 0xd8, 0x26, 0x68, 0x90, 0x3b, 0xc3, 0xb8, 0xaf, 0xc5, 0x72, 0x3f, 0xf4, + 0xe0, 0x71, 0x97, 0x6f, 0x0f, 0x2a, 0xc4, 0xf7, 0x00, 0xd8, 0x42, 0xa8, 0xc6, 0x7b, 0x00, 0xfc, + 0xfd, 0x3d, 0x90, 0xd9, 0x42, 0xe8, 0x0e, 0x63, 0x2f, 0xbe, 0xf8, 0xc9, 0x63, 0x39, 0xf5, 0xfb, + 0x63, 0x39, 0xf5, 0xd1, 0xc1, 0xde, 0x0a, 0x6f, 0xe8, 0x4f, 0x0f, 0xf6, 0x56, 0xae, 0x84, 0x03, + 0x14, 0x37, 0x24, 0x4a, 0x03, 0x5c, 0x8e, 0x93, 0xeb, 0x88, 0xb4, 0xb0, 0x43, 0x90, 0x58, 0x06, + 0x17, 0x1c, 0xd4, 0xa9, 0xf1, 0xf8, 0x6b, 0xad, 0xa6, 0xe1, 0x78, 0x9d, 0xef, 0x4d, 0xd4, 0x44, + 0x69, 0xbe, 0xdf, 0x93, 0x67, 0x37, 0x50, 0x27, 0x62, 0x58, 0xad, 0xe8, 0xb3, 0xce, 0x51, 0x09, + 0x54, 0xbe, 0x9d, 0x04, 0xe2, 0x3a, 0x31, 0xef, 0x42, 0x8b, 0xfe, 0xb5, 0x01, 0x5d, 0x00, 0x63, + 0x16, 0x64, 0x73, 0x39, 0x51, 0x4a, 0xf7, 0x7b, 0xf2, 0x58, 0xb5, 0xa2, 0x8f, 0x59, 0x70, 0x70, + 0x70, 0xc7, 0x87, 0x07, 0xf7, 0xbf, 0x51, 0xfc, 0x57, 0x8f, 0x62, 0xf1, 0x66, 0xc2, 0x78, 0x5c, + 0x8a, 0x8e, 0xc7, 0x40, 0x83, 0x2a, 0x97, 0x81, 0x34, 0x2c, 0x0d, 0x46, 0x43, 0xf9, 0x49, 0x00, + 0x17, 0xd7, 0x89, 0xb9, 0x89, 0xe8, 0x5b, 0x16, 0xdd, 0x86, 0xae, 0xd1, 0xe1, 0x4d, 0xfb, 0x27, + 0x1a, 0xbb, 0x0c, 0x66, 0x3b, 0x9c, 0xa4, 0x66, 0xf8, 0x08, 0xff, 0xf3, 0x73, 0x8c, 0xed, 0x4c, + 0xe7, 0xa8, 0xdb, 0xe2, 0xed, 0x84, 0x18, 0x73, 0xd1, 0x18, 0x87, 0xaf, 0xab, 0xc8, 0xe0, 0x4a, + 0xac, 0x22, 0x8c, 0xf4, 0xc7, 0x31, 0x96, 0x88, 0x40, 0x5d, 0x41, 0x4d, 0x64, 0x7a, 0xf5, 0xf3, + 0xb3, 0x22, 0xde, 0x05, 0x73, 0x30, 0x10, 0x85, 0xb7, 0x3f, 0x29, 0xf2, 0xd9, 0xd0, 0x24, 0xc8, + 0xda, 0x06, 0x98, 0xe1, 0x32, 0x0b, 0x3b, 0x35, 0x6f, 0xbe, 0x58, 0x0a, 0xa6, 0x0b, 0x57, 0xa3, + 0xc5, 0xe7, 0x4f, 0x09, 0xd6, 0x5a, 0x21, 0xfa, 0x41, 0xb7, 0x85, 0xf4, 0x69, 0x78, 0xe4, 0x2c, + 0xbe, 0x0e, 0xe6, 0xa3, 0x7c, 0x86, 0x6b, 0x22, 0x7a, 0xf8, 0xd5, 0x5e, 0xe8, 0xf7, 0x64, 0x31, + 0xc2, 0xc0, 0xd4, 0xd5, 0x8a, 0x2e, 0xc2, 0x41, 0x19, 0x2c, 0xde, 0x8b, 0x26, 0x76, 0x38, 0x56, + 0x2f, 0xc7, 0xff, 0x8f, 0xe6, 0x38, 0x21, 0x51, 0xca, 0x17, 0x02, 0x50, 0x92, 0xd5, 0xe1, 0xce, + 0xed, 0x86, 0xbb, 0x4a, 0x38, 0x69, 0x57, 0xdd, 0x1b, 0x75, 0x57, 0x7d, 0x7e, 0xb0, 0xb7, 0x72, + 0xce, 0x73, 0xdb, 0xe8, 0xd6, 0xbc, 0x77, 0x21, 0xf9, 0xea, 0x60, 0x6f, 0x45, 0x08, 0x36, 0x98, + 0xf2, 0x83, 0xc0, 0x7a, 0x21, 0xb8, 0xe1, 0x1b, 0x7c, 0x50, 0xcb, 0xd8, 0xb6, 0x2d, 0x42, 0xbc, + 0x29, 0x1d, 0xbd, 0xb7, 0x35, 0x30, 0x15, 0x0c, 0x7c, 0x8d, 0x6f, 0xef, 0xf3, 0xa5, 0xe9, 0x7e, + 0x4f, 0x06, 0x01, 0x7d, 0xb5, 0xa2, 0x83, 0x00, 0x52, 0x85, 0xc5, 0x57, 0x13, 0xfa, 0xf8, 0x5a, + 0x5c, 0x8e, 0x87, 0xaf, 0xa8, 0x7c, 0x29, 0x80, 0xab, 0xc7, 0x22, 0xfe, 0x09, 0x99, 0xfe, 0x5e, + 0x00, 0x33, 0xeb, 0xc4, 0x7c, 0xd8, 0x82, 0x06, 0x45, 0xf7, 0xd9, 0x83, 0x56, 0xbc, 0x0d, 0x32, + 0x46, 0x9b, 0x6e, 0x63, 0xd7, 0xa2, 0xdd, 0x13, 0xd3, 0x7b, 0x08, 0x15, 0x5f, 0x06, 0x69, 0xff, + 0x49, 0xcc, 0x92, 0x3b, 0x55, 0xb8, 0x14, 0xbb, 0x2d, 0x7d, 0x27, 0x7c, 0x45, 0x72, 0x83, 0xe2, + 0x2b, 0xd1, 0x5c, 0x1f, 0x52, 0x7a, 0xe9, 0x1e, 0x7e, 0x7a, 0x0f, 0xdc, 0x57, 0x59, 0x02, 0x8b, + 0x03, 0xa2, 0x20, 0xb3, 0x85, 0x5f, 0x27, 0xc1, 0xf8, 0x3a, 0x31, 0xc5, 0xf7, 0xc1, 0xdc, 0xf0, + 0xcb, 0xfc, 0x85, 0xd8, 0xfb, 0xc5, 0xbd, 0x43, 0xa4, 0xb5, 0x53, 0x43, 0xc3, 0xa2, 0xee, 0x80, + 0x99, 0xc1, 0x97, 0xc6, 0xf3, 0x49, 0x2c, 0x03, 0x40, 0x49, 0x3b, 0x25, 0x30, 0x74, 0x46, 0x81, + 0x18, 0xf3, 0x01, 0x58, 0x49, 0xa2, 0x19, 0xc6, 0x4a, 0x85, 0xd3, 0x63, 0x43, 0xaf, 0x1f, 0x0b, + 0x60, 0x31, 0x69, 0x1b, 0x27, 0x86, 0x90, 0x60, 0x20, 0xbd, 0x34, 0xa2, 0x41, 0x78, 0x8b, 0xcf, + 0x04, 0x20, 0x1d, 0xb3, 0x29, 0x0a, 0x27, 0xf1, 0x0e, 0xdb, 0x48, 0xc5, 0xd1, 0x6d, 0xc2, 0xeb, + 0xd4, 0xc1, 0xb9, 0x23, 0xd3, 0xf4, 0x5c, 0x12, 0x57, 0x14, 0x25, 0x5d, 0x3f, 0x0d, 0x2a, 0xf0, + 0x21, 0x4d, 0x7e, 0xe8, 0x0d, 0x71, 0x69, 0xe3, 0x49, 0x3f, 0x27, 0x3c, 0xed, 0xe7, 0x84, 0xdf, + 0xfa, 0x39, 0xe1, 0xd1, 0x7e, 0x2e, 0xf5, 0x74, 0x3f, 0x97, 0xfa, 0x65, 0x3f, 0x97, 0x7a, 0xfb, + 0x56, 0x64, 0x3d, 0x04, 0xc4, 0xab, 0x4d, 0xa3, 0x4e, 0xc2, 0x93, 0xb6, 0x7b, 0x4b, 0xfb, 0x20, + 0x1c, 0x29, 0xb6, 0x30, 0xea, 0x69, 0xf6, 0xb2, 0xbb, 0xf9, 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x72, 0xef, 0x89, 0x8d, 0x0b, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/rewards/types/messages_test.go b/x/rewards/types/messages_test.go index 76f1746d..c79b86cb 100644 --- a/x/rewards/types/messages_test.go +++ b/x/rewards/types/messages_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) var msgCreateRewardsPlan = types.NewMsgCreateRewardsPlan( diff --git a/x/rewards/types/models.go b/x/rewards/types/models.go index 5e57801e..65e13835 100644 --- a/x/rewards/types/models.go +++ b/x/rewards/types/models.go @@ -11,8 +11,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" "github.com/cosmos/gogoproto/proto" - "github.com/milkyway-labs/milkyway/v3/utils" - restakingtypes "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + "github.com/milkyway-labs/milkyway/v4/utils" + restakingtypes "github.com/milkyway-labs/milkyway/v4/x/restaking/types" ) // MaxRewardsPlanDescriptionLength is the maximum length of a rewards plan description. diff --git a/x/rewards/types/models.pb.go b/x/rewards/types/models.pb.go index b7a00c6a..4d873bba 100644 --- a/x/rewards/types/models.pb.go +++ b/x/rewards/types/models.pb.go @@ -13,7 +13,7 @@ import ( _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" github_com_cosmos_gogoproto_types "github.com/cosmos/gogoproto/types" - types1 "github.com/milkyway-labs/milkyway/v3/x/restaking/types" + types1 "github.com/milkyway-labs/milkyway/v4/x/restaking/types" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" math "math" @@ -826,92 +826,92 @@ func init() { func init() { proto.RegisterFile("milkyway/rewards/v1/models.proto", fileDescriptor_fcf66d1f3415f5b6) } var fileDescriptor_fcf66d1f3415f5b6 = []byte{ - // 1358 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xcd, 0x6f, 0x1b, 0x45, - 0x14, 0xcf, 0x3a, 0x8e, 0x13, 0x8f, 0x13, 0xb7, 0x59, 0x92, 0xc8, 0x0d, 0xc8, 0x6b, 0x16, 0x28, - 0xe6, 0xc3, 0x36, 0x69, 0x91, 0x90, 0xca, 0x01, 0xe2, 0xb8, 0x6a, 0xad, 0x4a, 0x10, 0x6d, 0x5b, - 0x2a, 0x15, 0x89, 0xd5, 0x78, 0x67, 0xea, 0x8c, 0xea, 0xdd, 0x71, 0x67, 0xd6, 0x2e, 0xe6, 0xd8, - 0x13, 0x42, 0x20, 0x55, 0xe2, 0x0f, 0x00, 0x6e, 0xa8, 0x27, 0x0e, 0x15, 0x7f, 0x02, 0xaa, 0x7a, - 0xaa, 0x38, 0x71, 0x72, 0xc0, 0x3d, 0x80, 0x38, 0x70, 0xc8, 0x5f, 0x80, 0xe6, 0x63, 0x9d, 0xcd, - 0xc6, 0xf9, 0x30, 0xe2, 0x92, 0xec, 0xcc, 0x7b, 0xef, 0xf7, 0x3e, 0xe6, 0x37, 0x6f, 0x9e, 0x41, - 0xc9, 0x27, 0x9d, 0xbb, 0x83, 0xfb, 0x70, 0x50, 0x63, 0xf8, 0x3e, 0x64, 0x88, 0xd7, 0xfa, 0x1b, - 0x35, 0x9f, 0x22, 0xdc, 0xe1, 0xd5, 0x2e, 0xa3, 0x21, 0x35, 0x5f, 0x88, 0x34, 0xaa, 0x5a, 0xa3, - 0xda, 0xdf, 0x58, 0x5f, 0x86, 0x3e, 0x09, 0x68, 0x4d, 0xfe, 0x55, 0x7a, 0xeb, 0x45, 0x8f, 0x72, - 0x9f, 0xf2, 0x5a, 0x0b, 0x72, 0x5c, 0xeb, 0x6f, 0xb4, 0x70, 0x08, 0x37, 0x6a, 0x1e, 0x25, 0x81, - 0x96, 0x9f, 0x53, 0x72, 0x57, 0xae, 0x6a, 0x6a, 0xa1, 0x45, 0x2b, 0x6d, 0xda, 0xa6, 0x6a, 0x5f, - 0x7c, 0x45, 0x06, 0x6d, 0x4a, 0xdb, 0x1d, 0x5c, 0x93, 0xab, 0x56, 0xef, 0x4e, 0x0d, 0x06, 0x03, - 0x2d, 0xb2, 0x92, 0xa2, 0x90, 0xf8, 0x98, 0x87, 0xd0, 0xef, 0x6a, 0x05, 0x3b, 0x96, 0x16, 0x0f, - 0xe1, 0x5d, 0x12, 0xb4, 0x93, 0x89, 0xd9, 0xbf, 0xcc, 0x81, 0x9c, 0xa3, 0x52, 0xda, 0xee, 0xc0, - 0xc0, 0x5c, 0x03, 0x29, 0x82, 0x0a, 0x46, 0xc9, 0x28, 0xa7, 0xeb, 0x99, 0xd1, 0xd0, 0x4a, 0x35, - 0x1b, 0x4e, 0x8a, 0x20, 0xb3, 0x04, 0x72, 0x08, 0x73, 0x8f, 0x91, 0x6e, 0x48, 0x68, 0x50, 0x48, - 0x95, 0x8c, 0x72, 0xd6, 0x89, 0x6f, 0x99, 0x6f, 0x03, 0xc0, 0x31, 0xeb, 0x13, 0x0f, 0xbb, 0x04, - 0x15, 0x66, 0x4b, 0x46, 0x79, 0xa9, 0xbe, 0x34, 0x1a, 0x5a, 0xd9, 0xeb, 0x6a, 0xb7, 0xd9, 0x70, - 0xb2, 0x5a, 0xa1, 0x89, 0xcc, 0x7b, 0x20, 0x0f, 0x7d, 0xda, 0x0b, 0x42, 0xb7, 0x8b, 0x99, 0x8b, - 0xe0, 0xa0, 0x90, 0x2e, 0xcd, 0x96, 0x73, 0x17, 0xce, 0x55, 0x75, 0x51, 0x44, 0x05, 0xab, 0xba, - 0x82, 0xd5, 0x2d, 0x4a, 0x82, 0xfa, 0x3b, 0x4f, 0x86, 0xd6, 0xcc, 0xa3, 0x5d, 0xab, 0xdc, 0x26, - 0xe1, 0x4e, 0xaf, 0x55, 0xf5, 0xa8, 0xaf, 0x2b, 0xa8, 0xff, 0x55, 0x38, 0xba, 0x5b, 0x0b, 0x07, - 0x5d, 0xcc, 0xa5, 0x01, 0x77, 0x16, 0x95, 0x8b, 0x6d, 0xcc, 0x1a, 0x70, 0x60, 0x6e, 0x01, 0xc0, - 0x43, 0xc8, 0x42, 0x57, 0xd4, 0xa9, 0x30, 0x57, 0x32, 0xca, 0xb9, 0x0b, 0xeb, 0x55, 0x55, 0xc4, - 0x6a, 0x54, 0xc4, 0xea, 0x8d, 0xa8, 0x88, 0xf5, 0x05, 0xe1, 0xef, 0xe1, 0xae, 0x65, 0x38, 0x59, - 0x69, 0x27, 0x24, 0xe6, 0x07, 0x60, 0x01, 0x07, 0x48, 0x41, 0x64, 0xa6, 0x80, 0x98, 0xc7, 0x01, - 0x92, 0x00, 0xef, 0x83, 0x45, 0x4d, 0x21, 0xb7, 0x4b, 0x69, 0xa7, 0x30, 0x2f, 0x2a, 0x59, 0x2f, - 0xfc, 0xfa, 0xb8, 0xb2, 0xa2, 0x33, 0xdf, 0x44, 0x88, 0x61, 0xce, 0xaf, 0x87, 0x8c, 0x04, 0x6d, - 0x27, 0xa7, 0xb5, 0xb7, 0x29, 0xed, 0x98, 0x9f, 0x00, 0x53, 0x18, 0x71, 0x17, 0x11, 0x1e, 0x32, - 0xd2, 0xea, 0xc9, 0xc3, 0x58, 0x90, 0x71, 0xbc, 0x5c, 0x9d, 0xc0, 0xd1, 0x6a, 0x23, 0xa6, 0x58, - 0x4f, 0x8b, 0x70, 0x9c, 0x65, 0x09, 0x11, 0x17, 0x98, 0x9f, 0x81, 0x35, 0xda, 0xc5, 0x0c, 0x86, - 0x94, 0x25, 0xb0, 0xb3, 0xd3, 0x61, 0xaf, 0x8e, 0x61, 0x0e, 0xe0, 0x7f, 0x0a, 0xcc, 0x1e, 0xc7, - 0x49, 0x6c, 0x20, 0xb1, 0xcf, 0x4f, 0xc4, 0xbe, 0x29, 0xd4, 0x27, 0x05, 0xdf, 0x4b, 0x0a, 0x2e, - 0xa5, 0xff, 0xfa, 0xde, 0x32, 0xec, 0x67, 0x06, 0x58, 0x3c, 0xe0, 0xf3, 0x23, 0x70, 0x06, 0xe1, - 0x0e, 0x6e, 0x43, 0xb1, 0x72, 0x05, 0x2d, 0x24, 0xad, 0xf3, 0x17, 0x5e, 0x8b, 0x3b, 0xd4, 0xf7, - 0x42, 0xa6, 0x33, 0xd6, 0xbe, 0x31, 0xe8, 0x62, 0x27, 0x8f, 0x0e, 0xac, 0xcd, 0x35, 0x90, 0xb9, - 0x8f, 0x49, 0x7b, 0x27, 0x94, 0xe4, 0x5f, 0x72, 0xf4, 0xca, 0x74, 0x40, 0x5a, 0x82, 0xcf, 0xca, - 0x6c, 0x56, 0x0e, 0xb1, 0x61, 0x33, 0x18, 0xd4, 0xcb, 0x4f, 0x1f, 0x57, 0x5e, 0x3d, 0xa9, 0x84, - 0xd2, 0xab, 0xc4, 0xd2, 0x29, 0x6d, 0x82, 0xd5, 0xa4, 0xbc, 0x0e, 0x39, 0xf1, 0x2e, 0x9d, 0x1a, - 0xce, 0xfe, 0xc6, 0x00, 0x85, 0xe4, 0xe6, 0x2d, 0x19, 0x37, 0x46, 0xe6, 0x15, 0x30, 0xaf, 0x72, - 0xe0, 0x05, 0x43, 0x5e, 0xbe, 0xd7, 0x4f, 0x3c, 0x66, 0x65, 0xab, 0xcf, 0x22, 0xb2, 0x9e, 0x22, - 0x9e, 0x3e, 0x30, 0x0f, 0xc3, 0x99, 0x57, 0xc1, 0x4a, 0xfc, 0xa8, 0x20, 0x6b, 0xe3, 0xd0, 0xd5, - 0x6d, 0x68, 0xa9, 0xbe, 0x36, 0x1a, 0x5a, 0x66, 0xec, 0x70, 0xa4, 0xb8, 0xd9, 0x70, 0x4c, 0x94, - 0xdc, 0x43, 0x47, 0x1d, 0x92, 0x7d, 0x05, 0xbc, 0x98, 0x8c, 0xe5, 0x72, 0x1b, 0x76, 0x48, 0x08, - 0x19, 0x81, 0xc1, 0x14, 0x09, 0x7c, 0x65, 0x80, 0xe5, 0x43, 0xdc, 0x8c, 0xb9, 0x35, 0x0e, 0x70, - 0xe3, 0x96, 0xe6, 0x46, 0xea, 0x18, 0x6e, 0x54, 0x9e, 0x3e, 0xae, 0xbc, 0x71, 0xaa, 0x2b, 0x70, - 0x88, 0x20, 0xd7, 0xc0, 0xfa, 0x44, 0x25, 0xc5, 0x92, 0xe9, 0x80, 0xed, 0x7f, 0x0c, 0xb0, 0x7c, - 0x95, 0xf0, 0x90, 0x32, 0xe2, 0xc1, 0x8e, 0x7e, 0x13, 0xcc, 0x6f, 0x0d, 0x50, 0xf0, 0x7a, 0x7e, - 0xaf, 0x03, 0x43, 0xd2, 0xc7, 0xae, 0x42, 0x71, 0x99, 0xa8, 0x7a, 0xc4, 0x9a, 0xd2, 0x44, 0xd6, - 0xe8, 0xae, 0x2f, 0xda, 0x56, 0xfd, 0x3d, 0x41, 0x97, 0xbd, 0xa1, 0x65, 0x0d, 0xa0, 0xdf, 0xb9, - 0x64, 0x1f, 0x85, 0x67, 0x3f, 0xda, 0xb5, 0x16, 0x63, 0x76, 0xdc, 0x59, 0xdb, 0x57, 0x55, 0x01, - 0x39, 0x52, 0xd1, 0xdc, 0x02, 0x67, 0x18, 0xbe, 0x83, 0x19, 0x0e, 0x3c, 0xec, 0x7a, 0xa2, 0xc7, - 0xab, 0xf3, 0xae, 0xaf, 0xef, 0x0d, 0xad, 0x35, 0xe5, 0x25, 0xa1, 0x60, 0x3b, 0xf9, 0xf1, 0xce, - 0x96, 0xdc, 0xf8, 0xda, 0x00, 0xf9, 0xad, 0x1e, 0x63, 0x38, 0x08, 0xa3, 0x6c, 0x5b, 0x60, 0x5e, - 0xa7, 0x70, 0xea, 0xdc, 0xce, 0xeb, 0xdc, 0xf2, 0x91, 0x57, 0xa9, 0x75, 0x38, 0x95, 0x08, 0x58, - 0x70, 0xa5, 0x8b, 0x19, 0xa1, 0x48, 0x86, 0x9c, 0x76, 0xf4, 0xca, 0xee, 0x02, 0xf3, 0xe3, 0x5e, - 0xc8, 0x43, 0x18, 0x20, 0xd1, 0xf7, 0xb5, 0xf6, 0xed, 0x64, 0x44, 0x2f, 0x4d, 0xbe, 0xa3, 0xd8, - 0x93, 0xd1, 0xd8, 0x47, 0x46, 0xb3, 0xa0, 0x55, 0xf6, 0x23, 0xb1, 0x03, 0xb0, 0xba, 0xe9, 0xe9, - 0x0a, 0x63, 0xb4, 0x45, 0x7d, 0x9f, 0x70, 0x2e, 0xe8, 0x7c, 0x13, 0xe4, 0xbc, 0xf1, 0xea, 0x74, - 0x8e, 0x57, 0xf5, 0xe3, 0x3c, 0x76, 0xf3, 0xe3, 0x9f, 0x3f, 0xbd, 0x69, 0x38, 0x71, 0x1c, 0xfb, - 0xbb, 0x14, 0x58, 0xd5, 0xf7, 0x98, 0xb2, 0xeb, 0xe2, 0x49, 0x25, 0x41, 0xbb, 0x19, 0xdc, 0xa1, - 0xe2, 0x3c, 0xbb, 0x0c, 0xf7, 0x09, 0xed, 0x71, 0x57, 0x17, 0x47, 0x8d, 0x20, 0xb1, 0xf3, 0x4c, - 0x28, 0xd8, 0x4e, 0x3e, 0xda, 0xd9, 0x96, 0x1b, 0xe6, 0x17, 0x20, 0x23, 0xba, 0x39, 0xe6, 0x85, - 0x94, 0x0e, 0x78, 0xd2, 0x28, 0xd1, 0xc0, 0x9e, 0x9c, 0x26, 0x1a, 0xba, 0x52, 0x4b, 0x0a, 0x5d, - 0x59, 0x8a, 0x42, 0xbd, 0x75, 0x8a, 0xf1, 0x42, 0x83, 0x70, 0x47, 0x7b, 0x34, 0x2f, 0x83, 0xcc, - 0x8e, 0x6a, 0x00, 0xb3, 0x32, 0xee, 0xca, 0xdf, 0x43, 0xeb, 0x8c, 0xc7, 0xb0, 0xea, 0x68, 0x4a, - 0xb4, 0x9f, 0x4a, 0x42, 0x60, 0x3b, 0xda, 0xd8, 0x7e, 0x90, 0x02, 0xe7, 0xf6, 0x3b, 0xdd, 0xb8, - 0x56, 0x8a, 0x0c, 0xff, 0xfb, 0x8b, 0x76, 0x54, 0xdb, 0x4d, 0x4d, 0xdd, 0x76, 0xaf, 0x81, 0x8c, - 0xe2, 0x44, 0x61, 0xf6, 0xbf, 0x73, 0x45, 0x43, 0xd8, 0xbb, 0x06, 0xb0, 0xc4, 0xb6, 0xbe, 0x3e, - 0x37, 0x68, 0x08, 0x3b, 0xfb, 0xb4, 0xd9, 0x81, 0x0c, 0x73, 0xf3, 0x15, 0x30, 0x2f, 0xa6, 0x98, - 0xfd, 0x47, 0x02, 0x8c, 0x86, 0x56, 0x46, 0x58, 0x35, 0x1b, 0x4e, 0x46, 0x88, 0x9a, 0x28, 0x31, - 0x91, 0xa6, 0x4e, 0x98, 0x48, 0x09, 0xc8, 0x70, 0x09, 0x3e, 0xce, 0xe1, 0x38, 0xfa, 0x5c, 0xd4, - 0x39, 0x4c, 0xc9, 0x16, 0xe9, 0xc0, 0xfe, 0xc1, 0x00, 0x69, 0x39, 0xcf, 0x9d, 0x07, 0x73, 0x08, - 0x07, 0xd4, 0x97, 0x49, 0x64, 0xeb, 0x67, 0xf7, 0x86, 0xd6, 0xa2, 0xa2, 0x88, 0xdc, 0xb6, 0x1d, - 0x25, 0x36, 0xef, 0x81, 0x39, 0xf1, 0x23, 0x22, 0x62, 0xf6, 0x31, 0x43, 0xf2, 0x87, 0x9a, 0xd6, - 0x1a, 0x46, 0x5a, 0xd9, 0x53, 0x0d, 0xcd, 0xca, 0x93, 0xfd, 0xb3, 0x01, 0xe6, 0xf5, 0xf9, 0x9c, - 0x3a, 0xcc, 0x07, 0x06, 0xc8, 0x22, 0xec, 0xb9, 0xf1, 0x58, 0x8f, 0x2f, 0xe3, 0x15, 0x1d, 0xee, - 0xd9, 0x08, 0x4e, 0x1b, 0x4f, 0x7d, 0x11, 0x17, 0x90, 0xfe, 0xb2, 0xbf, 0x34, 0x40, 0x2e, 0xd6, - 0x79, 0x13, 0x2c, 0x30, 0x4e, 0x60, 0xc1, 0x35, 0x95, 0x81, 0x1c, 0x91, 0xc7, 0x19, 0x1c, 0x47, - 0xe6, 0xb3, 0x49, 0x32, 0xcb, 0x50, 0xe4, 0x57, 0xdd, 0x79, 0xf2, 0x47, 0x71, 0xe6, 0xc9, 0xa8, - 0x68, 0x3c, 0x1b, 0x15, 0x8d, 0xdf, 0x47, 0x45, 0xe3, 0xe1, 0xf3, 0xe2, 0xcc, 0xb3, 0xe7, 0xc5, - 0x99, 0xdf, 0x9e, 0x17, 0x67, 0x6e, 0xbf, 0x1b, 0xcb, 0x2f, 0xf2, 0x50, 0xe9, 0xc0, 0x16, 0x1f, - 0xaf, 0x6a, 0xfd, 0x8b, 0xb5, 0xcf, 0xc7, 0xbf, 0x49, 0x65, 0xc6, 0xad, 0x8c, 0x1c, 0x1e, 0x2e, - 0xfe, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x82, 0x6b, 0x2e, 0x9f, 0xb4, 0x0e, 0x00, 0x00, + // 1360 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x4d, 0x6f, 0x1b, 0xc5, + 0x1b, 0xcf, 0x3a, 0x8e, 0x13, 0x8f, 0x13, 0xb7, 0xd9, 0x7f, 0x12, 0xb9, 0xf9, 0x23, 0xaf, 0x59, + 0xa0, 0x98, 0x17, 0xdb, 0xa4, 0xad, 0x84, 0x54, 0x0e, 0x10, 0xc7, 0x55, 0x6b, 0x55, 0x82, 0x68, + 0xdb, 0x52, 0xa9, 0x48, 0xac, 0xc6, 0x3b, 0x53, 0x67, 0x54, 0xef, 0x8e, 0x3b, 0xb3, 0x76, 0x31, + 0xc7, 0x9e, 0x10, 0x02, 0xa9, 0x12, 0x1f, 0x00, 0xb8, 0xa1, 0x9e, 0x38, 0x54, 0x7c, 0x04, 0x54, + 0xf5, 0x54, 0x71, 0xe2, 0xe4, 0x80, 0x7b, 0x00, 0x71, 0xe0, 0x90, 0x4f, 0x80, 0xe6, 0x65, 0x9d, + 0xcd, 0xc6, 0x79, 0x31, 0xe2, 0x92, 0xec, 0xcc, 0xf3, 0x3c, 0xbf, 0xe7, 0x65, 0x7e, 0xf3, 0xcc, + 0x63, 0x50, 0xf2, 0x49, 0xe7, 0xde, 0xe0, 0x01, 0x1c, 0xd4, 0x18, 0x7e, 0x00, 0x19, 0xe2, 0xb5, + 0xfe, 0x46, 0xcd, 0xa7, 0x08, 0x77, 0x78, 0xb5, 0xcb, 0x68, 0x48, 0xcd, 0xff, 0x45, 0x1a, 0x55, + 0xad, 0x51, 0xed, 0x6f, 0xac, 0x2f, 0x43, 0x9f, 0x04, 0xb4, 0x26, 0xff, 0x2a, 0xbd, 0xf5, 0xa2, + 0x47, 0xb9, 0x4f, 0x79, 0xad, 0x05, 0x39, 0xae, 0xf5, 0x37, 0x5a, 0x38, 0x84, 0x1b, 0x35, 0x8f, + 0x92, 0x40, 0xcb, 0xcf, 0x29, 0xb9, 0x2b, 0x57, 0x35, 0xb5, 0xd0, 0xa2, 0x95, 0x36, 0x6d, 0x53, + 0xb5, 0x2f, 0xbe, 0x22, 0x83, 0x36, 0xa5, 0xed, 0x0e, 0xae, 0xc9, 0x55, 0xab, 0x77, 0xb7, 0x06, + 0x83, 0x81, 0x16, 0x59, 0x49, 0x51, 0x48, 0x7c, 0xcc, 0x43, 0xe8, 0x77, 0xb5, 0x82, 0x1d, 0x4b, + 0x8b, 0x87, 0xf0, 0x1e, 0x09, 0xda, 0xc9, 0xc4, 0xec, 0x9f, 0xe7, 0x40, 0xce, 0x51, 0x29, 0x6d, + 0x77, 0x60, 0x60, 0xae, 0x81, 0x14, 0x41, 0x05, 0xa3, 0x64, 0x94, 0xd3, 0xf5, 0xcc, 0x68, 0x68, + 0xa5, 0x9a, 0x0d, 0x27, 0x45, 0x90, 0x59, 0x02, 0x39, 0x84, 0xb9, 0xc7, 0x48, 0x37, 0x24, 0x34, + 0x28, 0xa4, 0x4a, 0x46, 0x39, 0xeb, 0xc4, 0xb7, 0xcc, 0xb7, 0x01, 0xe0, 0x98, 0xf5, 0x89, 0x87, + 0x5d, 0x82, 0x0a, 0xb3, 0x25, 0xa3, 0xbc, 0x54, 0x5f, 0x1a, 0x0d, 0xad, 0xec, 0x0d, 0xb5, 0xdb, + 0x6c, 0x38, 0x59, 0xad, 0xd0, 0x44, 0xe6, 0x7d, 0x90, 0x87, 0x3e, 0xed, 0x05, 0xa1, 0xdb, 0xc5, + 0xcc, 0x45, 0x70, 0x50, 0x48, 0x97, 0x66, 0xcb, 0xb9, 0x0b, 0xe7, 0xaa, 0xba, 0x28, 0xa2, 0x82, + 0x55, 0x5d, 0xc1, 0xea, 0x16, 0x25, 0x41, 0xfd, 0x9d, 0xa7, 0x43, 0x6b, 0xe6, 0xf1, 0xae, 0x55, + 0x6e, 0x93, 0x70, 0xa7, 0xd7, 0xaa, 0x7a, 0xd4, 0xd7, 0x15, 0xd4, 0xff, 0x2a, 0x1c, 0xdd, 0xab, + 0x85, 0x83, 0x2e, 0xe6, 0xd2, 0x80, 0x3b, 0x8b, 0xca, 0xc5, 0x36, 0x66, 0x0d, 0x38, 0x30, 0xb7, + 0x00, 0xe0, 0x21, 0x64, 0xa1, 0x2b, 0xea, 0x54, 0x98, 0x2b, 0x19, 0xe5, 0xdc, 0x85, 0xf5, 0xaa, + 0x2a, 0x62, 0x35, 0x2a, 0x62, 0xf5, 0x66, 0x54, 0xc4, 0xfa, 0x82, 0xf0, 0xf7, 0x68, 0xd7, 0x32, + 0x9c, 0xac, 0xb4, 0x13, 0x12, 0xf3, 0x7d, 0xb0, 0x80, 0x03, 0xa4, 0x20, 0x32, 0x53, 0x40, 0xcc, + 0xe3, 0x00, 0x49, 0x80, 0xf7, 0xc0, 0xa2, 0xa6, 0x90, 0xdb, 0xa5, 0xb4, 0x53, 0x98, 0x17, 0x95, + 0xac, 0x17, 0x7e, 0x79, 0x52, 0x59, 0xd1, 0x99, 0x6f, 0x22, 0xc4, 0x30, 0xe7, 0x37, 0x42, 0x46, + 0x82, 0xb6, 0x93, 0xd3, 0xda, 0xdb, 0x94, 0x76, 0xcc, 0x8f, 0x81, 0x29, 0x8c, 0xb8, 0x8b, 0x08, + 0x0f, 0x19, 0x69, 0xf5, 0xe4, 0x61, 0x2c, 0xc8, 0x38, 0x5e, 0xae, 0x4e, 0xe0, 0x68, 0xb5, 0x11, + 0x53, 0xac, 0xa7, 0x45, 0x38, 0xce, 0xb2, 0x84, 0x88, 0x0b, 0xcc, 0x4f, 0xc1, 0x1a, 0xed, 0x62, + 0x06, 0x43, 0xca, 0x12, 0xd8, 0xd9, 0xe9, 0xb0, 0x57, 0xc7, 0x30, 0x07, 0xf0, 0x3f, 0x01, 0x66, + 0x8f, 0xe3, 0x24, 0x36, 0x90, 0xd8, 0xe7, 0x27, 0x62, 0xdf, 0x12, 0xea, 0x93, 0x82, 0xef, 0x25, + 0x05, 0x97, 0xd3, 0x7f, 0x7e, 0x67, 0x19, 0xf6, 0x73, 0x03, 0x2c, 0x1e, 0xf0, 0xf9, 0x21, 0x38, + 0x83, 0x70, 0x07, 0xb7, 0xa1, 0x58, 0xb9, 0x82, 0x16, 0x92, 0xd6, 0xf9, 0x0b, 0xaf, 0xc5, 0x1d, + 0xea, 0x7b, 0x21, 0xd3, 0x19, 0x6b, 0xdf, 0x1c, 0x74, 0xb1, 0x93, 0x47, 0x07, 0xd6, 0xe6, 0x1a, + 0xc8, 0x3c, 0xc0, 0xa4, 0xbd, 0x13, 0x4a, 0xf2, 0x2f, 0x39, 0x7a, 0x65, 0x3a, 0x20, 0x2d, 0xc1, + 0x67, 0x65, 0x36, 0x2b, 0x87, 0xd8, 0xb0, 0x19, 0x0c, 0xea, 0xe5, 0x67, 0x4f, 0x2a, 0xaf, 0x9e, + 0x54, 0x42, 0xe9, 0x55, 0x62, 0xe9, 0x94, 0x36, 0xc1, 0x6a, 0x52, 0x5e, 0x87, 0x9c, 0x78, 0x97, + 0x4f, 0x0d, 0x67, 0x7f, 0x6d, 0x80, 0x42, 0x72, 0xf3, 0xb6, 0x8c, 0x1b, 0x23, 0xf3, 0x2a, 0x98, + 0x57, 0x39, 0xf0, 0x82, 0x21, 0x2f, 0xdf, 0xeb, 0x27, 0x1e, 0xb3, 0xb2, 0xd5, 0x67, 0x11, 0x59, + 0x4f, 0x11, 0x4f, 0x1f, 0x98, 0x87, 0xe1, 0xcc, 0x6b, 0x60, 0x25, 0x7e, 0x54, 0x90, 0xb5, 0x71, + 0xe8, 0xea, 0x36, 0xb4, 0x54, 0x5f, 0x1b, 0x0d, 0x2d, 0x33, 0x76, 0x38, 0x52, 0xdc, 0x6c, 0x38, + 0x26, 0x4a, 0xee, 0xa1, 0xa3, 0x0e, 0xc9, 0xbe, 0x0a, 0xfe, 0x9f, 0x8c, 0xe5, 0x4a, 0x1b, 0x76, + 0x48, 0x08, 0x19, 0x81, 0xc1, 0x14, 0x09, 0x7c, 0x69, 0x80, 0xe5, 0x43, 0xdc, 0x8c, 0xb9, 0x35, + 0x0e, 0x70, 0xe3, 0xb6, 0xe6, 0x46, 0xea, 0x18, 0x6e, 0x54, 0x9e, 0x3d, 0xa9, 0xbc, 0x71, 0xaa, + 0x2b, 0x70, 0x88, 0x20, 0xd7, 0xc1, 0xfa, 0x44, 0x25, 0xc5, 0x92, 0xe9, 0x80, 0xed, 0xbf, 0x0d, + 0xb0, 0x7c, 0x8d, 0xf0, 0x90, 0x32, 0xe2, 0xc1, 0x8e, 0x7e, 0x13, 0xcc, 0x6f, 0x0c, 0x50, 0xf0, + 0x7a, 0x7e, 0xaf, 0x03, 0x43, 0xd2, 0xc7, 0xae, 0x42, 0x71, 0x99, 0xa8, 0x7a, 0xc4, 0x9a, 0xd2, + 0x44, 0xd6, 0xe8, 0xae, 0x2f, 0xda, 0x56, 0xfd, 0x5d, 0x41, 0x97, 0xbd, 0xa1, 0x65, 0x0d, 0xa0, + 0xdf, 0xb9, 0x6c, 0x1f, 0x85, 0x67, 0x3f, 0xde, 0xb5, 0x16, 0x63, 0x76, 0xdc, 0x59, 0xdb, 0x57, + 0x55, 0x01, 0x39, 0x52, 0xd1, 0xdc, 0x02, 0x67, 0x18, 0xbe, 0x8b, 0x19, 0x0e, 0x3c, 0xec, 0x7a, + 0xa2, 0xc7, 0xab, 0xf3, 0xae, 0xaf, 0xef, 0x0d, 0xad, 0x35, 0xe5, 0x25, 0xa1, 0x60, 0x3b, 0xf9, + 0xf1, 0xce, 0x96, 0xdc, 0xf8, 0xca, 0x00, 0xf9, 0xad, 0x1e, 0x63, 0x38, 0x08, 0xa3, 0x6c, 0x5b, + 0x60, 0x5e, 0xa7, 0x70, 0xea, 0xdc, 0xce, 0xeb, 0xdc, 0xf2, 0x91, 0x57, 0xa9, 0x75, 0x38, 0x95, + 0x08, 0x58, 0x70, 0xa5, 0x8b, 0x19, 0xa1, 0x48, 0x86, 0x9c, 0x76, 0xf4, 0xca, 0xee, 0x02, 0xf3, + 0xa3, 0x5e, 0xc8, 0x43, 0x18, 0x20, 0xd1, 0xf7, 0xb5, 0xf6, 0x9d, 0x64, 0x44, 0x2f, 0x4d, 0xbe, + 0xa3, 0xd8, 0x93, 0xd1, 0xd8, 0x47, 0x46, 0xb3, 0xa0, 0x55, 0xf6, 0x23, 0xb1, 0x03, 0xb0, 0xba, + 0xe9, 0xe9, 0x0a, 0x63, 0xb4, 0x45, 0x7d, 0x9f, 0x70, 0x2e, 0xe8, 0x7c, 0x0b, 0xe4, 0xbc, 0xf1, + 0xea, 0x74, 0x8e, 0x57, 0xf5, 0xe3, 0x3c, 0x76, 0xf3, 0xc3, 0x1f, 0x3f, 0xbe, 0x69, 0x38, 0x71, + 0x1c, 0xfb, 0xdb, 0x14, 0x58, 0xd5, 0xf7, 0x98, 0xb2, 0x1b, 0xe2, 0x49, 0x25, 0x41, 0xbb, 0x19, + 0xdc, 0xa5, 0xe2, 0x3c, 0xbb, 0x0c, 0xf7, 0x09, 0xed, 0x71, 0x57, 0x17, 0x47, 0x8d, 0x20, 0xb1, + 0xf3, 0x4c, 0x28, 0xd8, 0x4e, 0x3e, 0xda, 0xd9, 0x96, 0x1b, 0xe6, 0xe7, 0x20, 0x23, 0xba, 0x39, + 0xe6, 0x85, 0x94, 0x0e, 0x78, 0xd2, 0x28, 0xd1, 0xc0, 0x9e, 0x9c, 0x26, 0x1a, 0xba, 0x52, 0x4b, + 0x0a, 0x5d, 0x59, 0x8a, 0x42, 0xbd, 0x75, 0x8a, 0xf1, 0x42, 0x83, 0x70, 0x47, 0x7b, 0x34, 0xaf, + 0x80, 0xcc, 0x8e, 0x6a, 0x00, 0xb3, 0x32, 0xee, 0xca, 0x5f, 0x43, 0xeb, 0x8c, 0xc7, 0xb0, 0xea, + 0x68, 0x4a, 0xb4, 0x9f, 0x4a, 0x42, 0x60, 0x3b, 0xda, 0xd8, 0x7e, 0x98, 0x02, 0xe7, 0xf6, 0x3b, + 0xdd, 0xb8, 0x56, 0x8a, 0x0c, 0xff, 0xf9, 0x8b, 0x76, 0x54, 0xdb, 0x4d, 0x4d, 0xdd, 0x76, 0xaf, + 0x83, 0x8c, 0xe2, 0x44, 0x61, 0xf6, 0xdf, 0x73, 0x45, 0x43, 0xd8, 0xbb, 0x06, 0xb0, 0xc4, 0xb6, + 0xbe, 0x3e, 0x37, 0x69, 0x08, 0x3b, 0xfb, 0xb4, 0xd9, 0x81, 0x0c, 0x73, 0xf3, 0x15, 0x30, 0x2f, + 0xa6, 0x98, 0xfd, 0x47, 0x02, 0x8c, 0x86, 0x56, 0x46, 0x58, 0x35, 0x1b, 0x4e, 0x46, 0x88, 0x9a, + 0x28, 0x31, 0x91, 0xa6, 0x4e, 0x98, 0x48, 0x09, 0xc8, 0x70, 0x09, 0x3e, 0xce, 0xe1, 0x38, 0xfa, + 0x5c, 0xd4, 0x39, 0x4c, 0xc9, 0x16, 0xe9, 0xc0, 0xfe, 0xde, 0x00, 0x69, 0x39, 0xcf, 0x9d, 0x07, + 0x73, 0x08, 0x07, 0xd4, 0x97, 0x49, 0x64, 0xeb, 0x67, 0xf7, 0x86, 0xd6, 0xa2, 0xa2, 0x88, 0xdc, + 0xb6, 0x1d, 0x25, 0x36, 0xef, 0x83, 0x39, 0xf1, 0x23, 0x22, 0x62, 0xf6, 0x31, 0x43, 0xf2, 0x07, + 0x9a, 0xd6, 0x1a, 0x46, 0x5a, 0xd9, 0x53, 0x0d, 0xcd, 0xca, 0x93, 0xfd, 0x93, 0x01, 0xe6, 0xf5, + 0xf9, 0x9c, 0x3a, 0xcc, 0x87, 0x06, 0xc8, 0x22, 0xec, 0xb9, 0xf1, 0x58, 0x8f, 0x2f, 0xe3, 0x55, + 0x1d, 0xee, 0xd9, 0x08, 0x4e, 0x1b, 0x4f, 0x7d, 0x11, 0x17, 0x90, 0xfe, 0xb2, 0xbf, 0x30, 0x40, + 0x2e, 0xd6, 0x79, 0x13, 0x2c, 0x30, 0x4e, 0x60, 0xc1, 0x75, 0x95, 0x81, 0x1c, 0x91, 0xc7, 0x19, + 0x1c, 0x47, 0xe6, 0xb3, 0x49, 0x32, 0xcb, 0x50, 0xe4, 0x57, 0xdd, 0x79, 0xfa, 0x7b, 0x71, 0xe6, + 0xe9, 0xa8, 0x68, 0x3c, 0x1f, 0x15, 0x8d, 0xdf, 0x46, 0x45, 0xe3, 0xd1, 0x8b, 0xe2, 0xcc, 0xf3, + 0x17, 0xc5, 0x99, 0x5f, 0x5f, 0x14, 0x67, 0xee, 0x5c, 0x8a, 0xe5, 0x17, 0x79, 0xa8, 0x74, 0x60, + 0x8b, 0x8f, 0x57, 0xb5, 0xfe, 0xa5, 0xda, 0x67, 0xe3, 0xdf, 0xa4, 0x32, 0xe3, 0x56, 0x46, 0x0e, + 0x0f, 0x17, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x2a, 0x97, 0x7e, 0x51, 0xb4, 0x0e, 0x00, 0x00, } func (this *RewardsPlan) Equal(that interface{}) bool { diff --git a/x/rewards/types/models_test.go b/x/rewards/types/models_test.go index 7d9edb77..dfaaf08a 100644 --- a/x/rewards/types/models_test.go +++ b/x/rewards/types/models_test.go @@ -12,8 +12,8 @@ import ( "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func TestRewardsPlan_Validate(t *testing.T) { diff --git a/x/rewards/types/params.pb.go b/x/rewards/types/params.pb.go index cf32f0c5..aebdc755 100644 --- a/x/rewards/types/params.pb.go +++ b/x/rewards/types/params.pb.go @@ -77,7 +77,7 @@ var fileDescriptor_d0e2cca7ddea4eaf = []byte{ // 275 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x90, 0xbd, 0x4e, 0xc3, 0x30, 0x14, 0x85, 0x63, 0x21, 0x75, 0x08, 0x5b, 0x41, 0x88, 0x76, 0x70, 0x2b, 0xa6, 0x2e, 0xf5, 0x25, - 0x94, 0x27, 0x68, 0x25, 0xe6, 0xaa, 0x23, 0x4b, 0x74, 0x93, 0x9a, 0x10, 0x35, 0xc9, 0x8d, 0x62, + 0xd0, 0x27, 0x68, 0x25, 0xe6, 0xaa, 0x23, 0x4b, 0x74, 0x93, 0x9a, 0x10, 0x35, 0xc9, 0x8d, 0x62, 0x93, 0x92, 0x17, 0x60, 0x86, 0xd7, 0xe0, 0x49, 0x32, 0x76, 0x64, 0xe2, 0x27, 0x79, 0x11, 0x54, 0xc7, 0xad, 0x3a, 0xf9, 0xda, 0x3a, 0xe7, 0x7c, 0xbe, 0xc7, 0x1d, 0xa7, 0x71, 0xb2, 0xa9, 0xb6, 0x58, 0x41, 0x21, 0xb7, 0x58, 0xac, 0x15, 0x94, 0x1e, 0xe4, 0x58, 0x60, 0xaa, 0x44, 0x5e, 0x90, @@ -89,9 +89,9 @@ var fileDescriptor_d0e2cca7ddea4eaf = []byte{ 0x6f, 0xeb, 0xef, 0x91, 0xf3, 0xf9, 0x33, 0x9a, 0x44, 0xb1, 0x7e, 0x7e, 0x09, 0x44, 0x48, 0x29, 0xd8, 0x2f, 0x75, 0xc7, 0x54, 0xad, 0x37, 0xa0, 0xab, 0x5c, 0x2a, 0x63, 0x50, 0xab, 0x2b, 0x4b, 0x5b, 0x26, 0x98, 0x2d, 0x2c, 0xeb, 0x41, 0xca, 0xf9, 0xaa, 0xfe, 0xe3, 0x4e, 0xdd, 0x70, 0xb6, - 0x6b, 0x38, 0xfb, 0x6d, 0x38, 0x7b, 0x6f, 0xb9, 0xb3, 0x6b, 0xb9, 0xf3, 0xd5, 0x72, 0xe7, 0xf1, - 0xfe, 0x24, 0xff, 0xd0, 0xc3, 0x34, 0xc1, 0x40, 0x1d, 0x6f, 0x50, 0xce, 0xe0, 0xf5, 0x58, 0x9e, - 0x21, 0x06, 0x3d, 0xb3, 0xee, 0xec, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x2b, 0xf8, 0xc7, 0xc4, 0x5d, + 0x6b, 0x38, 0xfb, 0x6d, 0x38, 0x7b, 0x6f, 0xb9, 0xb3, 0x6b, 0xb9, 0xf3, 0xd5, 0x72, 0xe7, 0x71, + 0x76, 0x92, 0x7f, 0xe8, 0x61, 0x9a, 0x60, 0xa0, 0x8e, 0x37, 0x28, 0x67, 0xf0, 0x7a, 0x2c, 0xcf, + 0x10, 0x83, 0x9e, 0x59, 0xf7, 0xfe, 0x3f, 0x00, 0x00, 0xff, 0xff, 0x83, 0x04, 0x97, 0x0a, 0x5d, 0x01, 0x00, 0x00, } diff --git a/x/rewards/types/params_test.go b/x/rewards/types/params_test.go index 77963207..12c91639 100644 --- a/x/rewards/types/params_test.go +++ b/x/rewards/types/params_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/rewards/types/pool_test.go b/x/rewards/types/pool_test.go index b106c08c..6bcc0726 100644 --- a/x/rewards/types/pool_test.go +++ b/x/rewards/types/pool_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/rewards/types" + "github.com/milkyway-labs/milkyway/v4/x/rewards/types" ) var ( diff --git a/x/rewards/types/query.pb.go b/x/rewards/types/query.pb.go index 1a2a2f30..be60ca3f 100644 --- a/x/rewards/types/query.pb.go +++ b/x/rewards/types/query.pb.go @@ -1029,86 +1029,86 @@ func init() { func init() { proto.RegisterFile("milkyway/rewards/v1/query.proto", fileDescriptor_f900c2389df7beb1) } var fileDescriptor_f900c2389df7beb1 = []byte{ - // 1264 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcd, 0x6f, 0x1b, 0xc5, - 0x1b, 0xce, 0xf8, 0xd7, 0xa6, 0xbf, 0xbc, 0x49, 0x45, 0x3b, 0x49, 0xa8, 0xe3, 0xb6, 0x4e, 0xd8, - 0xb6, 0x49, 0x14, 0x35, 0xbb, 0xca, 0x87, 0x48, 0x93, 0x50, 0x48, 0x9c, 0x10, 0xb0, 0x68, 0xd5, - 0xd4, 0xa6, 0x42, 0xc0, 0x21, 0x5a, 0x7b, 0x57, 0xee, 0x82, 0xed, 0x71, 0x77, 0xd7, 0x76, 0xa3, - 0x28, 0x12, 0x82, 0x2b, 0x12, 0x48, 0x70, 0xe1, 0xc6, 0x11, 0x71, 0xe2, 0x80, 0x38, 0x73, 0xe0, - 0x90, 0x0b, 0x52, 0x05, 0x17, 0x0e, 0x40, 0x69, 0x82, 0xc4, 0x85, 0x0b, 0xff, 0x01, 0xda, 0xd9, - 0x77, 0xed, 0xb5, 0x3d, 0xbb, 0x9b, 0x38, 0xf8, 0x12, 0x65, 0x67, 0xdf, 0x8f, 0xe7, 0x79, 0x66, - 0xde, 0x9d, 0x47, 0x86, 0xf1, 0x92, 0x51, 0x7c, 0x7f, 0xb7, 0xae, 0xee, 0x2a, 0xa6, 0x5e, 0x57, - 0x4d, 0xcd, 0x52, 0x6a, 0x73, 0xca, 0xa3, 0xaa, 0x6e, 0xee, 0xca, 0x15, 0x93, 0xd9, 0x8c, 0x0e, - 0x7b, 0x01, 0x32, 0x06, 0xc8, 0xb5, 0xb9, 0xc4, 0x45, 0xb5, 0x64, 0x94, 0x99, 0xc2, 0xff, 0xba, - 0x71, 0x89, 0x99, 0x3c, 0xb3, 0x4a, 0xcc, 0x52, 0x72, 0xaa, 0xa5, 0xbb, 0x05, 0x94, 0xda, 0x5c, - 0x4e, 0xb7, 0xd5, 0x39, 0xa5, 0xa2, 0x16, 0x8c, 0xb2, 0x6a, 0x1b, 0xac, 0x8c, 0xb1, 0x63, 0x6e, - 0xec, 0x0e, 0x7f, 0x52, 0xdc, 0x07, 0x7c, 0x35, 0x52, 0x60, 0x05, 0xe6, 0xae, 0x3b, 0xff, 0xe1, - 0xea, 0x95, 0x02, 0x63, 0x85, 0xa2, 0xae, 0xa8, 0x15, 0x43, 0x51, 0xcb, 0x65, 0x66, 0xf3, 0x6a, - 0x5e, 0xce, 0x84, 0x88, 0x43, 0x89, 0x69, 0x7a, 0x31, 0x34, 0xa2, 0xa2, 0x9a, 0x6a, 0x09, 0x23, - 0xa4, 0x11, 0xa0, 0xf7, 0x1d, 0xd0, 0xdb, 0x7c, 0x31, 0xa3, 0x3f, 0xaa, 0xea, 0x96, 0x2d, 0x6d, - 0xc3, 0x70, 0xcb, 0xaa, 0x55, 0x61, 0x65, 0x4b, 0xa7, 0xcb, 0xd0, 0xef, 0x26, 0xc7, 0xc9, 0x04, - 0x99, 0x1e, 0x9c, 0xbf, 0x2c, 0x0b, 0x44, 0x92, 0xdd, 0xa4, 0xd4, 0x99, 0x83, 0xdf, 0xc7, 0xfb, - 0x32, 0x98, 0x20, 0xe5, 0x20, 0xce, 0x2b, 0x66, 0xdc, 0xb8, 0xed, 0xa2, 0x5a, 0xf6, 0xba, 0xd1, - 0x2d, 0x80, 0xa6, 0x54, 0x58, 0x7a, 0x52, 0x46, 0x79, 0x1c, 0x5d, 0x65, 0x77, 0x63, 0x50, 0x57, - 0x79, 0x5b, 0x2d, 0xe8, 0x98, 0x9b, 0xf1, 0x65, 0x4a, 0xdf, 0x11, 0x18, 0x13, 0x34, 0x41, 0xf0, - 0xdb, 0x70, 0x1e, 0x41, 0xee, 0x54, 0x9c, 0x17, 0x71, 0x32, 0xf1, 0xbf, 0xe9, 0xc1, 0xf9, 0x09, - 0x21, 0x07, 0x5f, 0x85, 0xd4, 0x80, 0x43, 0xe4, 0xab, 0xbf, 0xbe, 0x99, 0x21, 0x99, 0x21, 0xd3, - 0x57, 0x99, 0xbe, 0xd6, 0x82, 0x3b, 0xc6, 0x71, 0x4f, 0x45, 0xe2, 0x76, 0xe1, 0xb4, 0x00, 0x9f, - 0x87, 0x4b, 0xed, 0xb8, 0x3d, 0x6d, 0x2e, 0xc1, 0x39, 0x07, 0xed, 0x8e, 0xa1, 0x71, 0x61, 0xce, - 0x64, 0xfa, 0x9d, 0xc7, 0xb4, 0x26, 0xe9, 0x9d, 0x82, 0x36, 0xa8, 0xa6, 0x61, 0xc8, 0x4f, 0x15, - 0xa1, 0x45, 0x33, 0x75, 0xb7, 0x6c, 0xd0, 0x47, 0x52, 0xba, 0x0d, 0x92, 0x7b, 0x12, 0x18, 0x2b, - 0xde, 0xab, 0xda, 0x96, 0xad, 0x96, 0x35, 0xa3, 0x5c, 0xc0, 0x2c, 0x3f, 0x4a, 0xc6, 0x8a, 0x1e, - 0xca, 0xf3, 0x99, 0x7e, 0xe7, 0x31, 0xad, 0x49, 0x16, 0x5c, 0x0b, 0x4d, 0x47, 0xc0, 0x77, 0xe0, - 0x1c, 0x36, 0xc5, 0xed, 0x9f, 0x12, 0x62, 0xed, 0xac, 0xe0, 0xdf, 0x1c, 0xaf, 0x84, 0x94, 0x86, - 0x49, 0xde, 0xf4, 0x5e, 0x45, 0x37, 0x55, 0x9b, 0x99, 0xc1, 0xb8, 0xc7, 0x61, 0x90, 0x61, 0x50, - 0x13, 0x3b, 0x78, 0x4b, 0x69, 0x4d, 0xaa, 0xc3, 0x54, 0x64, 0xa9, 0x9e, 0x70, 0xd8, 0x82, 0x1b, - 0xbc, 0x71, 0x56, 0x37, 0x6b, 0x46, 0x5e, 0x0f, 0xa6, 0x70, 0x15, 0xc0, 0x72, 0x63, 0x9a, 0x0c, - 0x06, 0x70, 0x25, 0xad, 0x49, 0x35, 0xd4, 0x22, 0xa4, 0x4e, 0x4f, 0xf0, 0xaf, 0x43, 0xb2, 0x45, - 0xb8, 0x0d, 0x56, 0x2a, 0x19, 0x96, 0x65, 0xb0, 0xf2, 0xb1, 0xb5, 0x7f, 0x0c, 0xe3, 0x81, 0x25, - 0x10, 0xf3, 0x03, 0x80, 0x7c, 0x63, 0x15, 0x61, 0xcf, 0x08, 0x61, 0xaf, 0xe7, 0xf3, 0xd5, 0x52, - 0xb5, 0xa8, 0xda, 0xba, 0xd6, 0xac, 0xe3, 0x47, 0xee, 0x2b, 0x24, 0x7d, 0x44, 0xe0, 0x85, 0xc6, - 0xb1, 0xdd, 0xd4, 0x8b, 0x7a, 0x81, 0xcf, 0x69, 0x9b, 0xf2, 0xaf, 0xc2, 0x45, 0xcd, 0x7d, 0xc7, - 0xcc, 0x1d, 0x55, 0xd3, 0x4c, 0xdd, 0x72, 0xa5, 0x1b, 0x48, 0xc5, 0x7f, 0xfa, 0x76, 0x76, 0x04, - 0x3f, 0x04, 0xeb, 0xee, 0x9b, 0xac, 0x6d, 0x3a, 0x92, 0x5d, 0x68, 0xa4, 0xe0, 0xba, 0x7f, 0x76, - 0x62, 0x6d, 0xb3, 0x23, 0x85, 0x81, 0x40, 0x09, 0xee, 0xfa, 0xb7, 0xcd, 0xf9, 0xa0, 0x5d, 0x11, - 0xf2, 0xdf, 0xd4, 0xf3, 0x4e, 0x9d, 0xd4, 0xa8, 0xc3, 0xf8, 0xeb, 0xa7, 0xe3, 0xff, 0xc7, 0x05, - 0xab, 0x6d, 0xdf, 0x3e, 0x21, 0x78, 0xf0, 0x3c, 0xd5, 0x7b, 0x4d, 0xbf, 0xed, 0x18, 0xc4, 0x04, - 0x23, 0x38, 0x19, 0x05, 0xa8, 0x37, 0x52, 0x7c, 0x4c, 0xe0, 0xba, 0x7f, 0x76, 0x7a, 0xad, 0x44, - 0xeb, 0x24, 0xc7, 0x3a, 0x27, 0xf9, 0x46, 0x04, 0x9a, 0xde, 0xc8, 0xf0, 0x1e, 0xce, 0xc2, 0xa6, - 0x87, 0xf7, 0x4d, 0x66, 0xab, 0xc5, 0x9e, 0x48, 0x20, 0xfd, 0x40, 0xf0, 0xcc, 0x07, 0x34, 0x43, - 0x86, 0xd9, 0x76, 0x86, 0x72, 0x00, 0x43, 0x4f, 0xa2, 0x46, 0x39, 0xb7, 0x92, 0xe8, 0x8b, 0x45, - 0xd3, 0x70, 0xd6, 0x76, 0x9a, 0xc5, 0x63, 0xdd, 0x8b, 0xe6, 0x56, 0x90, 0x4a, 0x78, 0x70, 0x1a, - 0x6d, 0xdf, 0x32, 0xec, 0x87, 0x9a, 0xa9, 0xd6, 0x91, 0xe7, 0x7f, 0xac, 0x5a, 0x11, 0x4f, 0x46, - 0x70, 0x3b, 0xd4, 0x6d, 0x03, 0x2e, 0xd4, 0xf1, 0xd5, 0xb1, 0xdb, 0x3d, 0x57, 0x6f, 0x2d, 0x36, - 0xff, 0xf9, 0x30, 0x9c, 0xe5, 0xed, 0xe8, 0x07, 0x04, 0xfa, 0x5d, 0xb3, 0x47, 0xc5, 0x77, 0x45, - 0xa7, 0xb3, 0x4c, 0x4c, 0x47, 0x07, 0xba, 0x60, 0xa5, 0x6b, 0x1f, 0xfe, 0xfc, 0xe7, 0x67, 0xb1, - 0xab, 0xf4, 0xb2, 0x12, 0x6c, 0x62, 0xe9, 0x17, 0x04, 0x86, 0xfc, 0x6e, 0x8f, 0xce, 0x06, 0xd7, - 0x17, 0x58, 0xcf, 0x84, 0x7c, 0xdc, 0x70, 0x04, 0x35, 0xc3, 0x41, 0x5d, 0xa7, 0x92, 0x10, 0x54, - 0x8b, 0xbf, 0xa4, 0x5f, 0x12, 0x18, 0xf4, 0x15, 0xa1, 0x37, 0x8f, 0xd5, 0xcb, 0x43, 0x36, 0x7b, - 0xcc, 0x68, 0x04, 0xb6, 0xc8, 0x81, 0xc9, 0xf4, 0x66, 0x34, 0x30, 0x65, 0x0f, 0x1d, 0xe5, 0x3e, - 0xfd, 0x91, 0xc0, 0xf3, 0x62, 0x6b, 0x46, 0x97, 0x42, 0x36, 0x2a, 0xcc, 0x0b, 0x26, 0x6e, 0x9d, - 0x3c, 0x11, 0x39, 0xac, 0x71, 0x0e, 0x2b, 0xf4, 0x96, 0x78, 0xc7, 0x9d, 0x31, 0x53, 0xf6, 0xf0, - 0xae, 0xdc, 0x57, 0x58, 0xb3, 0xd0, 0x8e, 0x37, 0xc3, 0xcf, 0x08, 0x24, 0x82, 0xad, 0x1a, 0x5d, - 0x0d, 0x86, 0x16, 0xe9, 0x15, 0x13, 0x2f, 0x75, 0x97, 0x8c, 0xdc, 0x5e, 0xe7, 0xdc, 0x52, 0x74, - 0x4d, 0xc8, 0xcd, 0xbb, 0xee, 0x2c, 0x65, 0xcf, 0x77, 0x19, 0x8a, 0x39, 0xfe, 0x4a, 0x60, 0x2c, - 0xd0, 0xcd, 0xd1, 0x95, 0x60, 0x94, 0x51, 0x56, 0x32, 0xb1, 0xda, 0x55, 0x2e, 0x12, 0xdc, 0xe2, - 0x04, 0xd7, 0xe8, 0xcb, 0x42, 0x82, 0x78, 0x8d, 0x59, 0xca, 0x5e, 0xf3, 0x8a, 0x13, 0xd3, 0xfb, - 0x9e, 0x00, 0xed, 0x74, 0x7c, 0x74, 0x21, 0x5a, 0xfd, 0x0e, 0x8b, 0x99, 0x58, 0x3c, 0x59, 0x12, - 0x32, 0x79, 0x85, 0x33, 0x59, 0xa6, 0x4b, 0x27, 0xda, 0xaa, 0xa6, 0x7d, 0xa4, 0xbf, 0x11, 0x18, - 0x15, 0x9a, 0x36, 0xfa, 0x62, 0xf8, 0x6c, 0x04, 0x39, 0x8c, 0xc4, 0xd2, 0x89, 0xf3, 0x90, 0x4b, - 0x96, 0x73, 0xb9, 0x4b, 0xdf, 0x10, 0x72, 0x69, 0xdc, 0x24, 0x96, 0xb2, 0xd7, 0x71, 0x11, 0xed, - 0x37, 0x22, 0xdb, 0x26, 0x8f, 0xfe, 0x43, 0x60, 0x2c, 0xd0, 0x8d, 0x85, 0x9d, 0xc0, 0x28, 0x4f, - 0x99, 0x58, 0xed, 0x2a, 0x17, 0xb9, 0xbe, 0xcb, 0xb9, 0x3e, 0xa0, 0xd9, 0xd3, 0x70, 0x0d, 0xd8, - 0x5e, 0xfa, 0x37, 0x81, 0x78, 0x90, 0xf3, 0xa2, 0xcb, 0x91, 0x83, 0x13, 0xc8, 0x78, 0xa5, 0x9b, - 0x54, 0x24, 0xfc, 0x36, 0x27, 0x9c, 0xa5, 0xf7, 0x4f, 0x43, 0x58, 0x38, 0x99, 0xce, 0xc5, 0x30, - 0x2a, 0xf4, 0x60, 0x61, 0x47, 0x38, 0xcc, 0x21, 0x86, 0x1d, 0xe1, 0x50, 0xb3, 0x27, 0x6d, 0x70, - 0x96, 0xb7, 0xe9, 0xea, 0x29, 0x58, 0xd2, 0xa7, 0x04, 0xe2, 0x41, 0xf6, 0x28, 0x6c, 0xfb, 0x22, - 0x1c, 0x5c, 0xd8, 0xf6, 0x45, 0xb9, 0x31, 0xe9, 0x0e, 0x27, 0xb6, 0x45, 0x37, 0xbb, 0x21, 0xd6, - 0xee, 0xe3, 0x52, 0x99, 0x83, 0x67, 0xc9, 0xbe, 0x83, 0xc3, 0x24, 0x79, 0x72, 0x98, 0x24, 0x7f, - 0x1c, 0x26, 0xc9, 0xa7, 0x47, 0xc9, 0xbe, 0x27, 0x47, 0xc9, 0xbe, 0x5f, 0x8e, 0x92, 0x7d, 0xef, - 0x2c, 0x16, 0x0c, 0xfb, 0x61, 0x35, 0x27, 0xe7, 0x59, 0xa9, 0xd1, 0x6d, 0xb6, 0xa8, 0xe6, 0xac, - 0x66, 0xef, 0xda, 0x82, 0xf2, 0xb8, 0x01, 0xc0, 0xde, 0xad, 0xe8, 0x56, 0xae, 0x9f, 0xff, 0x46, - 0xb8, 0xf0, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe9, 0xd5, 0x2f, 0x03, 0x2d, 0x15, 0x00, 0x00, + // 1262 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0xcf, 0x6f, 0x1b, 0x45, + 0x14, 0xce, 0x98, 0x36, 0x25, 0x2f, 0xa9, 0x68, 0x27, 0x09, 0x75, 0xdc, 0xd6, 0x09, 0xdb, 0x36, + 0x89, 0xa2, 0x66, 0x57, 0x49, 0x23, 0xd2, 0x24, 0x14, 0x12, 0x27, 0x04, 0x2c, 0x5a, 0x35, 0xb5, + 0xa9, 0x10, 0x70, 0x88, 0xd6, 0xde, 0x95, 0xbb, 0x60, 0x7b, 0xdc, 0xdd, 0xb5, 0xdd, 0x28, 0x8a, + 0x84, 0xe0, 0x8a, 0x04, 0x12, 0x5c, 0xb8, 0x71, 0x44, 0x9c, 0x38, 0x20, 0xce, 0x1c, 0x38, 0xe4, + 0x82, 0x54, 0xc1, 0x85, 0x03, 0x50, 0x9a, 0x20, 0x71, 0xe1, 0xc2, 0x7f, 0x80, 0x76, 0xf6, 0xad, + 0xbd, 0xb6, 0x67, 0x77, 0x13, 0xa7, 0xbe, 0x44, 0xd9, 0xd9, 0xf7, 0xe3, 0xfb, 0xbe, 0x99, 0xb7, + 0xf3, 0xc9, 0x30, 0x5e, 0x32, 0x8a, 0x1f, 0xee, 0xd4, 0xd5, 0x1d, 0xc5, 0xd4, 0xeb, 0xaa, 0xa9, + 0x59, 0x4a, 0x6d, 0x4e, 0x79, 0x58, 0xd5, 0xcd, 0x1d, 0xb9, 0x62, 0x32, 0x9b, 0xd1, 0x61, 0x2f, + 0x40, 0xc6, 0x00, 0xb9, 0x36, 0x97, 0x38, 0xaf, 0x96, 0x8c, 0x32, 0x53, 0xf8, 0x5f, 0x37, 0x2e, + 0x31, 0x93, 0x67, 0x56, 0x89, 0x59, 0x4a, 0x4e, 0xb5, 0x74, 0xb7, 0x80, 0x52, 0x9b, 0xcb, 0xe9, + 0xb6, 0x3a, 0xa7, 0x54, 0xd4, 0x82, 0x51, 0x56, 0x6d, 0x83, 0x95, 0x31, 0x76, 0xcc, 0x8d, 0xdd, + 0xe6, 0x4f, 0x8a, 0xfb, 0x80, 0xaf, 0x46, 0x0a, 0xac, 0xc0, 0xdc, 0x75, 0xe7, 0x3f, 0x5c, 0xbd, + 0x54, 0x60, 0xac, 0x50, 0xd4, 0x15, 0xb5, 0x62, 0x28, 0x6a, 0xb9, 0xcc, 0x6c, 0x5e, 0xcd, 0xcb, + 0x99, 0x10, 0x71, 0x28, 0x31, 0x4d, 0x2f, 0x86, 0x46, 0x54, 0x54, 0x53, 0x2d, 0x61, 0x84, 0x34, + 0x02, 0xf4, 0x9e, 0x03, 0x7a, 0x8b, 0x2f, 0x66, 0xf4, 0x87, 0x55, 0xdd, 0xb2, 0xa5, 0x2d, 0x18, + 0x6e, 0x59, 0xb5, 0x2a, 0xac, 0x6c, 0xe9, 0x74, 0x09, 0xfa, 0xdd, 0xe4, 0x38, 0x99, 0x20, 0xd3, + 0x83, 0xf3, 0x17, 0x65, 0x81, 0x48, 0xb2, 0x9b, 0x94, 0x3a, 0xb5, 0xff, 0xe7, 0x78, 0x5f, 0x06, + 0x13, 0xa4, 0x1c, 0xc4, 0x79, 0xc5, 0x8c, 0x1b, 0xb7, 0x55, 0x54, 0xcb, 0x5e, 0x37, 0xba, 0x09, + 0xd0, 0x94, 0x0a, 0x4b, 0x4f, 0xca, 0x28, 0x8f, 0xa3, 0xab, 0xec, 0x6e, 0x0c, 0xea, 0x2a, 0x6f, + 0xa9, 0x05, 0x1d, 0x73, 0x33, 0xbe, 0x4c, 0xe9, 0x07, 0x02, 0x63, 0x82, 0x26, 0x08, 0x7e, 0x0b, + 0xce, 0x22, 0xc8, 0xed, 0x8a, 0xf3, 0x22, 0x4e, 0x26, 0x9e, 0x9b, 0x1e, 0x9c, 0x9f, 0x10, 0x72, + 0xf0, 0x55, 0x48, 0x0d, 0x38, 0x44, 0xbe, 0xf9, 0xe7, 0xbb, 0x19, 0x92, 0x19, 0x32, 0x7d, 0x95, + 0xe9, 0x1b, 0x2d, 0xb8, 0x63, 0x1c, 0xf7, 0x54, 0x24, 0x6e, 0x17, 0x4e, 0x0b, 0xf0, 0x79, 0xb8, + 0xd0, 0x8e, 0xdb, 0xd3, 0xe6, 0x02, 0x9c, 0x71, 0xd0, 0x6e, 0x1b, 0x1a, 0x17, 0xe6, 0x54, 0xa6, + 0xdf, 0x79, 0x4c, 0x6b, 0x92, 0xde, 0x29, 0x68, 0x83, 0x6a, 0x1a, 0x86, 0xfc, 0x54, 0x11, 0x5a, + 0x34, 0x53, 0x77, 0xcb, 0x06, 0x7d, 0x24, 0xa5, 0x5b, 0x20, 0xb9, 0x27, 0x81, 0xb1, 0xe2, 0xdd, + 0xaa, 0x6d, 0xd9, 0x6a, 0x59, 0x33, 0xca, 0x05, 0xcc, 0xf2, 0xa3, 0x64, 0xac, 0xe8, 0xa1, 0x3c, + 0x9b, 0xe9, 0x77, 0x1e, 0xd3, 0x9a, 0x64, 0xc1, 0x95, 0xd0, 0x74, 0x04, 0x7c, 0x1b, 0xce, 0x60, + 0x53, 0xdc, 0xfe, 0x29, 0x21, 0xd6, 0xce, 0x0a, 0xfe, 0xcd, 0xf1, 0x4a, 0x48, 0x69, 0x98, 0xe4, + 0x4d, 0xef, 0x56, 0x74, 0x53, 0xb5, 0x99, 0x19, 0x8c, 0x7b, 0x1c, 0x06, 0x19, 0x06, 0x35, 0xb1, + 0x83, 0xb7, 0x94, 0xd6, 0xa4, 0x3a, 0x4c, 0x45, 0x96, 0xea, 0x09, 0x87, 0x4d, 0xb8, 0xc6, 0x1b, + 0x67, 0x75, 0xb3, 0x66, 0xe4, 0xf5, 0x60, 0x0a, 0x97, 0x01, 0x2c, 0x37, 0xa6, 0xc9, 0x60, 0x00, + 0x57, 0xd2, 0x9a, 0x54, 0x43, 0x2d, 0x42, 0xea, 0xf4, 0x04, 0xff, 0x1a, 0x24, 0x5b, 0x84, 0x5b, + 0x67, 0xa5, 0x92, 0x61, 0x59, 0x06, 0x2b, 0x1f, 0x59, 0xfb, 0x47, 0x30, 0x1e, 0x58, 0x02, 0x31, + 0xdf, 0x07, 0xc8, 0x37, 0x56, 0x11, 0xf6, 0x8c, 0x10, 0xf6, 0x5a, 0x3e, 0x5f, 0x2d, 0x55, 0x8b, + 0xaa, 0xad, 0x6b, 0xcd, 0x3a, 0x7e, 0xe4, 0xbe, 0x42, 0xd2, 0x27, 0x04, 0x5e, 0x6a, 0x1c, 0xdb, + 0x0d, 0xbd, 0xa8, 0x17, 0xf8, 0x9c, 0xb6, 0x29, 0xff, 0x3a, 0x9c, 0xd7, 0xdc, 0x77, 0xcc, 0xdc, + 0x56, 0x35, 0xcd, 0xd4, 0x2d, 0x57, 0xba, 0x81, 0x54, 0xfc, 0x97, 0xef, 0x67, 0x47, 0xf0, 0x43, + 0xb0, 0xe6, 0xbe, 0xc9, 0xda, 0xa6, 0x23, 0xd9, 0xb9, 0x46, 0x0a, 0xae, 0xfb, 0x67, 0x27, 0xd6, + 0x36, 0x3b, 0x52, 0x18, 0x08, 0x94, 0xe0, 0x8e, 0x7f, 0xdb, 0x9c, 0x0f, 0xda, 0x25, 0x21, 0xff, + 0x0d, 0x3d, 0xef, 0xd4, 0x49, 0x8d, 0x3a, 0x8c, 0xbf, 0x7d, 0x32, 0xfe, 0x3c, 0x2e, 0x58, 0x6d, + 0xfb, 0xf6, 0x19, 0xc1, 0x83, 0xe7, 0xa9, 0xde, 0x6b, 0xfa, 0x6d, 0xc7, 0x20, 0x26, 0x18, 0xc1, + 0xc9, 0x28, 0x40, 0xbd, 0x91, 0xe2, 0x53, 0x02, 0x57, 0xfd, 0xb3, 0xd3, 0x6b, 0x25, 0x5a, 0x27, + 0x39, 0xd6, 0x39, 0xc9, 0xd7, 0x22, 0xd0, 0xf4, 0x46, 0x86, 0x0f, 0x70, 0x16, 0x36, 0x3c, 0xbc, + 0x6f, 0x33, 0x5b, 0x2d, 0xf6, 0x44, 0x02, 0xe9, 0x27, 0x82, 0x67, 0x3e, 0xa0, 0x19, 0x32, 0xcc, + 0xb6, 0x33, 0x94, 0x03, 0x18, 0x7a, 0x12, 0x35, 0xca, 0xb9, 0x95, 0x44, 0x5f, 0x2c, 0x9a, 0x86, + 0xd3, 0xb6, 0xd3, 0x2c, 0x1e, 0xeb, 0x5e, 0x34, 0xb7, 0x82, 0x54, 0xc2, 0x83, 0xd3, 0x68, 0xfb, + 0x8e, 0x61, 0x3f, 0xd0, 0x4c, 0xb5, 0x8e, 0x3c, 0x9f, 0xb1, 0x6a, 0x45, 0x3c, 0x19, 0xc1, 0xed, + 0x50, 0xb7, 0x75, 0x38, 0x57, 0xc7, 0x57, 0x47, 0x6e, 0xf7, 0x42, 0xbd, 0xb5, 0xd8, 0xfc, 0x97, + 0xc3, 0x70, 0x9a, 0xb7, 0xa3, 0x1f, 0x11, 0xe8, 0x77, 0xcd, 0x1e, 0x15, 0xdf, 0x15, 0x9d, 0xce, + 0x32, 0x31, 0x1d, 0x1d, 0xe8, 0x82, 0x95, 0xae, 0x7c, 0xfc, 0xeb, 0xdf, 0x5f, 0xc4, 0x2e, 0xd3, + 0x8b, 0x4a, 0xb0, 0x89, 0xa5, 0x5f, 0x11, 0x18, 0xf2, 0xbb, 0x3d, 0x3a, 0x1b, 0x5c, 0x5f, 0x60, + 0x3d, 0x13, 0xf2, 0x51, 0xc3, 0x11, 0xd4, 0x0c, 0x07, 0x75, 0x95, 0x4a, 0x42, 0x50, 0x2d, 0xfe, + 0x92, 0x7e, 0x4d, 0x60, 0xd0, 0x57, 0x84, 0x5e, 0x3f, 0x52, 0x2f, 0x0f, 0xd9, 0xec, 0x11, 0xa3, + 0x11, 0xd8, 0x02, 0x07, 0x26, 0xd3, 0xeb, 0xd1, 0xc0, 0x94, 0x5d, 0x74, 0x94, 0x7b, 0xf4, 0x67, + 0x02, 0x2f, 0x8a, 0xad, 0x19, 0x5d, 0x0c, 0xd9, 0xa8, 0x30, 0x2f, 0x98, 0xb8, 0x79, 0xfc, 0x44, + 0xe4, 0xb0, 0xca, 0x39, 0x2c, 0xd3, 0x9b, 0xe2, 0x1d, 0x77, 0xc6, 0x4c, 0xd9, 0xc5, 0xbb, 0x72, + 0x4f, 0x61, 0xcd, 0x42, 0xdb, 0xde, 0x0c, 0x3f, 0x25, 0x90, 0x08, 0xb6, 0x6a, 0x74, 0x25, 0x18, + 0x5a, 0xa4, 0x57, 0x4c, 0xbc, 0xd2, 0x5d, 0x32, 0x72, 0x7b, 0x93, 0x73, 0x4b, 0xd1, 0x55, 0x21, + 0x37, 0xef, 0xba, 0xb3, 0x94, 0x5d, 0xdf, 0x65, 0x28, 0xe6, 0xf8, 0x3b, 0x81, 0xb1, 0x40, 0x37, + 0x47, 0x97, 0x83, 0x51, 0x46, 0x59, 0xc9, 0xc4, 0x4a, 0x57, 0xb9, 0x48, 0x70, 0x93, 0x13, 0x5c, + 0xa5, 0xaf, 0x0a, 0x09, 0xe2, 0x35, 0x66, 0x29, 0xbb, 0xcd, 0x2b, 0x4e, 0x4c, 0xef, 0x47, 0x02, + 0xb4, 0xd3, 0xf1, 0xd1, 0x1b, 0xd1, 0xea, 0x77, 0x58, 0xcc, 0xc4, 0xc2, 0xf1, 0x92, 0x90, 0xc9, + 0x6b, 0x9c, 0xc9, 0x12, 0x5d, 0x3c, 0xd6, 0x56, 0x35, 0xed, 0x23, 0xfd, 0x83, 0xc0, 0xa8, 0xd0, + 0xb4, 0xd1, 0x97, 0xc3, 0x67, 0x23, 0xc8, 0x61, 0x24, 0x16, 0x8f, 0x9d, 0x87, 0x5c, 0xb2, 0x9c, + 0xcb, 0x1d, 0xfa, 0x96, 0x90, 0x4b, 0xe3, 0x26, 0xb1, 0x94, 0xdd, 0x8e, 0x8b, 0x68, 0xaf, 0x11, + 0xd9, 0x36, 0x79, 0xf4, 0x3f, 0x02, 0x63, 0x81, 0x6e, 0x2c, 0xec, 0x04, 0x46, 0x79, 0xca, 0xc4, + 0x4a, 0x57, 0xb9, 0xc8, 0xf5, 0x7d, 0xce, 0xf5, 0x3e, 0xcd, 0x9e, 0x84, 0x6b, 0xc0, 0xf6, 0xd2, + 0x7f, 0x09, 0xc4, 0x83, 0x9c, 0x17, 0x5d, 0x8a, 0x1c, 0x9c, 0x40, 0xc6, 0xcb, 0xdd, 0xa4, 0x22, + 0xe1, 0x77, 0x39, 0xe1, 0x2c, 0xbd, 0x77, 0x12, 0xc2, 0xc2, 0xc9, 0x74, 0x2e, 0x86, 0x51, 0xa1, + 0x07, 0x0b, 0x3b, 0xc2, 0x61, 0x0e, 0x31, 0xec, 0x08, 0x87, 0x9a, 0x3d, 0x69, 0x9d, 0xb3, 0xbc, + 0x45, 0x57, 0x4e, 0xc0, 0x92, 0x3e, 0x21, 0x10, 0x0f, 0xb2, 0x47, 0x61, 0xdb, 0x17, 0xe1, 0xe0, + 0xc2, 0xb6, 0x2f, 0xca, 0x8d, 0x49, 0xb7, 0x39, 0xb1, 0x4d, 0xba, 0xd1, 0x0d, 0xb1, 0x76, 0x1f, + 0x97, 0xca, 0xec, 0x3f, 0x4d, 0xf6, 0xed, 0x1f, 0x24, 0xc9, 0xe3, 0x83, 0x24, 0xf9, 0xeb, 0x20, + 0x49, 0x3e, 0x3f, 0x4c, 0xf6, 0x3d, 0x3e, 0x4c, 0xf6, 0xfd, 0x76, 0x98, 0xec, 0x7b, 0x6f, 0xa1, + 0x60, 0xd8, 0x0f, 0xaa, 0x39, 0x39, 0xcf, 0x4a, 0x8d, 0x6e, 0xb3, 0x45, 0x35, 0x67, 0x35, 0x7b, + 0xd7, 0x16, 0x94, 0x47, 0x0d, 0x00, 0xf6, 0x4e, 0x45, 0xb7, 0x72, 0xfd, 0xfc, 0x37, 0xc2, 0x1b, + 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x41, 0x29, 0x7f, 0xcd, 0x2d, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/services/autocli.go b/x/services/autocli.go index 5a9d2368..c0f0931d 100644 --- a/x/services/autocli.go +++ b/x/services/autocli.go @@ -6,8 +6,8 @@ import ( autocliv1 "cosmossdk.io/api/cosmos/autocli/v1" "github.com/cosmos/cosmos-sdk/version" - servicesv1 "github.com/milkyway-labs/milkyway/v3/api/milkyway/services/v1" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + servicesv1 "github.com/milkyway-labs/milkyway/v4/api/milkyway/services/v1" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // AutoCLIOptions implements the autocli.HasAutoCLIConfig interface. diff --git a/x/services/client/cli/tx.go b/x/services/client/cli/tx.go index 140ca69b..7d59881e 100644 --- a/x/services/client/cli/tx.go +++ b/x/services/client/cli/tx.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // GetTxCmd returns a new command to perform services transactions diff --git a/x/services/keeper/alias_functions.go b/x/services/keeper/alias_functions.go index 45375a1c..904f98b1 100644 --- a/x/services/keeper/alias_functions.go +++ b/x/services/keeper/alias_functions.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // createAccountIfNotExists creates an account if it does not exist diff --git a/x/services/keeper/common_test.go b/x/services/keeper/common_test.go index 60171b68..fc03a8ee 100644 --- a/x/services/keeper/common_test.go +++ b/x/services/keeper/common_test.go @@ -10,8 +10,8 @@ import ( minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" "github.com/stretchr/testify/suite" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/testutils" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/testutils" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/services/keeper/genesis.go b/x/services/keeper/genesis.go index 469b38c1..1622021e 100644 --- a/x/services/keeper/genesis.go +++ b/x/services/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/services/keeper/genesis_test.go b/x/services/keeper/genesis_test.go index 1645a7d5..487d9d37 100644 --- a/x/services/keeper/genesis_test.go +++ b/x/services/keeper/genesis_test.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/services/keeper/grpc_query.go b/x/services/keeper/grpc_query.go index 2c0ba2a6..7bcd753e 100644 --- a/x/services/keeper/grpc_query.go +++ b/x/services/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ types.QueryServer = &Keeper{} diff --git a/x/services/keeper/grpc_query_test.go b/x/services/keeper/grpc_query_test.go index c7a623f5..392f3447 100644 --- a/x/services/keeper/grpc_query_test.go +++ b/x/services/keeper/grpc_query_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_Services() { diff --git a/x/services/keeper/hooks.go b/x/services/keeper/hooks.go index cb78e626..9d9ea7d6 100644 --- a/x/services/keeper/hooks.go +++ b/x/services/keeper/hooks.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // Implement ServicesHooks interface diff --git a/x/services/keeper/invariants.go b/x/services/keeper/invariants.go index 110c0bd5..24e09cad 100644 --- a/x/services/keeper/invariants.go +++ b/x/services/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // RegisterInvariants registers all services module invariants diff --git a/x/services/keeper/invariants_test.go b/x/services/keeper/invariants_test.go index a3a7c2a6..20888205 100644 --- a/x/services/keeper/invariants_test.go +++ b/x/services/keeper/invariants_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestValidServicesInvariant() { diff --git a/x/services/keeper/keeper.go b/x/services/keeper/keeper.go index 2028a9db..093a0d7f 100644 --- a/x/services/keeper/keeper.go +++ b/x/services/keeper/keeper.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type Keeper struct { diff --git a/x/services/keeper/msg_server.go b/x/services/keeper/msg_server.go index def54956..df3bd359 100644 --- a/x/services/keeper/msg_server.go +++ b/x/services/keeper/msg_server.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ types.MsgServer = msgServer{} diff --git a/x/services/keeper/msg_server_test.go b/x/services/keeper/msg_server_test.go index fa27d524..9a6dfc9f 100644 --- a/x/services/keeper/msg_server_test.go +++ b/x/services/keeper/msg_server_test.go @@ -7,8 +7,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" distrtypes "github.com/cosmos/cosmos-sdk/x/distribution/types" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestMsgServer_CreateService() { diff --git a/x/services/keeper/params.go b/x/services/keeper/params.go index 7dd602d5..16dd4b2d 100644 --- a/x/services/keeper/params.go +++ b/x/services/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // SetParams sets module parameters diff --git a/x/services/keeper/params_test.go b/x/services/keeper/params_test.go index 56ca898b..1fae7a13 100644 --- a/x/services/keeper/params_test.go +++ b/x/services/keeper/params_test.go @@ -4,7 +4,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_SetParams() { diff --git a/x/services/keeper/services.go b/x/services/keeper/services.go index fd8d8cb8..271b9596 100644 --- a/x/services/keeper/services.go +++ b/x/services/keeper/services.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // SetNextServiceID sets the next service ID to be used when registering a new Service diff --git a/x/services/keeper/services_test.go b/x/services/keeper/services_test.go index a961c8b4..e6bafed8 100644 --- a/x/services/keeper/services_test.go +++ b/x/services/keeper/services_test.go @@ -5,7 +5,7 @@ import ( sdkmath "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func (suite *KeeperTestSuite) TestKeeper_SetNextServiceID() { diff --git a/x/services/module.go b/x/services/module.go index ab5fb8c4..2acaacda 100644 --- a/x/services/module.go +++ b/x/services/module.go @@ -20,10 +20,10 @@ import ( authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/client/cli" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/simulation" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/client/cli" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/simulation" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) const ( diff --git a/x/services/simulation/decoder.go b/x/services/simulation/decoder.go index f70c12da..508fcf67 100644 --- a/x/services/simulation/decoder.go +++ b/x/services/simulation/decoder.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/kv" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/x/services/simulation/genesis.go b/x/services/simulation/genesis.go index 7fe59e99..5b181f68 100644 --- a/x/services/simulation/genesis.go +++ b/x/services/simulation/genesis.go @@ -3,7 +3,7 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // RandomizedGenState generates a random GenesisState for the services module diff --git a/x/services/simulation/msg_factory.go b/x/services/simulation/msg_factory.go index a84e866f..d91eb0bb 100644 --- a/x/services/simulation/msg_factory.go +++ b/x/services/simulation/msg_factory.go @@ -11,9 +11,9 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // Simulation operation weights constants diff --git a/x/services/simulation/proposals.go b/x/services/simulation/proposals.go index b97fe52a..0eb8f873 100644 --- a/x/services/simulation/proposals.go +++ b/x/services/simulation/proposals.go @@ -9,8 +9,8 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // Simulation operation weights constants diff --git a/x/services/simulation/utils.go b/x/services/simulation/utils.go index d797ca18..0c37d96d 100644 --- a/x/services/simulation/utils.go +++ b/x/services/simulation/utils.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/milkyway-labs/milkyway/v3/testutils/simtesting" - "github.com/milkyway-labs/milkyway/v3/utils" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/testutils/simtesting" + "github.com/milkyway-labs/milkyway/v4/utils" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) // RandomService returns a random service diff --git a/x/services/testutils/hooks_mocks.go b/x/services/testutils/hooks_mocks.go index 3bc0c4bd..215795d0 100644 --- a/x/services/testutils/hooks_mocks.go +++ b/x/services/testutils/hooks_mocks.go @@ -3,7 +3,7 @@ package testutils import ( "context" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var _ types.ServicesHooks = &MockHooks{} diff --git a/x/services/testutils/keeper.go b/x/services/testutils/keeper.go index 9a62a7fa..bc2ccd54 100644 --- a/x/services/testutils/keeper.go +++ b/x/services/testutils/keeper.go @@ -15,12 +15,12 @@ import ( govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" "go.uber.org/mock/gomock" - milkyway "github.com/milkyway-labs/milkyway/v3/app" - "github.com/milkyway-labs/milkyway/v3/testutils/storetesting" - poolskeeper "github.com/milkyway-labs/milkyway/v3/x/pools/keeper" - poolstypes "github.com/milkyway-labs/milkyway/v3/x/pools/types" - "github.com/milkyway-labs/milkyway/v3/x/services/keeper" - servicestypes "github.com/milkyway-labs/milkyway/v3/x/services/types" + milkyway "github.com/milkyway-labs/milkyway/v4/app" + "github.com/milkyway-labs/milkyway/v4/testutils/storetesting" + poolskeeper "github.com/milkyway-labs/milkyway/v4/x/pools/keeper" + poolstypes "github.com/milkyway-labs/milkyway/v4/x/pools/types" + "github.com/milkyway-labs/milkyway/v4/x/services/keeper" + servicestypes "github.com/milkyway-labs/milkyway/v4/x/services/types" ) type KeeperTestData struct { diff --git a/x/services/types/genesis.go b/x/services/types/genesis.go index 92884e1d..70260993 100644 --- a/x/services/types/genesis.go +++ b/x/services/types/genesis.go @@ -3,7 +3,7 @@ package types import ( "fmt" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) // NewGenesisState returns a new GenesisState instance diff --git a/x/services/types/genesis.pb.go b/x/services/types/genesis.pb.go index fe95625e..cade059b 100644 --- a/x/services/types/genesis.pb.go +++ b/x/services/types/genesis.pb.go @@ -187,8 +187,8 @@ var fileDescriptor_6ecc30a12329c1a6 = []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, 0xd3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, 0x98, 0xb1, 0xba, 0x39, 0x89, 0x49, 0xc5, 0x70, 0x9e, 0x7e, - 0x99, 0xb1, 0x7e, 0x05, 0x22, 0x65, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x93, 0x85, - 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x57, 0x97, 0x88, 0xae, 0x02, 0x00, 0x00, + 0x99, 0x89, 0x7e, 0x05, 0x22, 0x65, 0x94, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x93, 0x85, + 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xf7, 0x2c, 0x54, 0x50, 0xae, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/services/types/genesis_test.go b/x/services/types/genesis_test.go index 1e9a5cc6..3288d1e3 100644 --- a/x/services/types/genesis_test.go +++ b/x/services/types/genesis_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/services/types/messages.pb.go b/x/services/types/messages.pb.go index 5d80649f..3ec87a44 100644 --- a/x/services/types/messages.pb.go +++ b/x/services/types/messages.pb.go @@ -1114,78 +1114,78 @@ func init() { } var fileDescriptor_47bb30a8b53f4868 = []byte{ - // 1127 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0xbf, 0x73, 0xe3, 0x54, - 0x10, 0x8e, 0xf2, 0x0b, 0xbc, 0x8e, 0x93, 0x9c, 0xc8, 0x70, 0x8e, 0x2e, 0xb1, 0xef, 0x94, 0x4b, - 0xc8, 0x85, 0x58, 0x8a, 0x1d, 0x8e, 0xe1, 0x4c, 0x15, 0x5f, 0x28, 0x60, 0x30, 0x97, 0x51, 0x48, - 0x43, 0xe3, 0x91, 0xad, 0x17, 0x45, 0xc4, 0x92, 0x3c, 0x7a, 0xb2, 0x8d, 0x3b, 0x86, 0x8a, 0xa1, - 0xb8, 0xe1, 0x1f, 0xa0, 0xa0, 0xa0, 0xa1, 0x4a, 0x41, 0x41, 0x45, 0x7d, 0x1d, 0x37, 0x0c, 0x05, - 0x95, 0x61, 0x9c, 0x22, 0x33, 0x94, 0x99, 0xa1, 0xa1, 0x62, 0xfc, 0xf4, 0x24, 0x4b, 0xb2, 0x25, - 0x9c, 0xc0, 0xe5, 0x9a, 0xc4, 0xda, 0xfd, 0xf6, 0xed, 0x7e, 0xbb, 0xab, 0xdd, 0x27, 0x58, 0xd3, - 0xb5, 0xfa, 0x69, 0xa7, 0x2d, 0x77, 0x44, 0x8c, 0xac, 0x96, 0x56, 0x43, 0x58, 0x6c, 0xe5, 0x45, - 0x1d, 0x61, 0x2c, 0xab, 0x08, 0x0b, 0x0d, 0xcb, 0xb4, 0x4d, 0x76, 0xc9, 0x05, 0x09, 0x2e, 0x48, - 0x68, 0xe5, 0xb9, 0x5b, 0xb2, 0xae, 0x19, 0xa6, 0x48, 0xfe, 0x3a, 0x40, 0x2e, 0x53, 0x33, 0xb1, - 0x6e, 0x62, 0xb1, 0x2a, 0x63, 0x24, 0xb6, 0xf2, 0x55, 0x64, 0xcb, 0x79, 0xb1, 0x66, 0x6a, 0x06, - 0xd5, 0xdf, 0xa6, 0x7a, 0x1d, 0xab, 0xc4, 0x0d, 0x56, 0xa9, 0x62, 0xd9, 0x51, 0x54, 0xc8, 0x93, - 0xe8, 0x3c, 0x50, 0xd5, 0x92, 0x6a, 0xaa, 0xa6, 0x23, 0xef, 0xff, 0xa2, 0xd2, 0x7b, 0xa3, 0xe3, - 0x36, 0x15, 0x54, 0xc7, 0xb1, 0x90, 0x86, 0x6c, 0xc9, 0x3a, 0x85, 0xf0, 0x3f, 0x4e, 0xc1, 0x62, - 0x19, 0xab, 0x8f, 0x2d, 0x24, 0xdb, 0xe8, 0xd0, 0x41, 0xb1, 0x3b, 0x30, 0x8b, 0x91, 0xa1, 0x20, - 0x2b, 0xcd, 0xdc, 0x65, 0x36, 0x13, 0xa5, 0xf4, 0x2f, 0x3f, 0xe4, 0x96, 0x68, 0x48, 0x7b, 0x8a, - 0x62, 0x21, 0x8c, 0x0f, 0x6d, 0x4b, 0x33, 0x54, 0x89, 0xe2, 0xd8, 0x35, 0x98, 0x36, 0x64, 0x1d, - 0xa5, 0x27, 0x09, 0x7e, 0xe1, 0xb2, 0x9b, 0x4d, 0x76, 0x64, 0xbd, 0x5e, 0xe4, 0xfb, 0x52, 0x5e, - 0x22, 0x4a, 0xf6, 0x1d, 0x48, 0x2a, 0x08, 0xd7, 0x2c, 0xad, 0x61, 0x6b, 0xa6, 0x91, 0x9e, 0x22, - 0xd8, 0xd7, 0x2f, 0xbb, 0x59, 0xd6, 0xc1, 0xfa, 0x94, 0xbc, 0xe4, 0x87, 0xb2, 0xdb, 0xf0, 0x4a, - 0x1b, 0x55, 0xb1, 0x66, 0xa3, 0xf4, 0x34, 0xb1, 0x62, 0x2f, 0xbb, 0xd9, 0x79, 0xc7, 0x8a, 0x2a, - 0x78, 0xc9, 0x85, 0xb0, 0xef, 0x41, 0xb2, 0xa1, 0xd5, 0xec, 0xa6, 0x85, 0x2a, 0x4d, 0xab, 0x9e, - 0x9e, 0x21, 0x16, 0xf7, 0x7b, 0xdd, 0x2c, 0x1c, 0x38, 0xe2, 0x23, 0xe9, 0xc3, 0x81, 0x57, 0x1f, - 0x94, 0x97, 0x80, 0x3e, 0x1d, 0x59, 0x75, 0xf6, 0x53, 0x80, 0x63, 0x84, 0x2a, 0xb2, 0x6e, 0x36, - 0x0d, 0x3b, 0x3d, 0x7b, 0x77, 0x6a, 0x33, 0x59, 0x58, 0x16, 0x68, 0x1a, 0xfa, 0xf5, 0x15, 0x68, - 0x7d, 0x85, 0xc7, 0xa6, 0x66, 0x94, 0x76, 0x9e, 0x75, 0xb3, 0x13, 0xdf, 0xff, 0x9e, 0xdd, 0x54, - 0x35, 0xfb, 0xa4, 0x59, 0x15, 0x6a, 0xa6, 0x4e, 0xcb, 0x48, 0xff, 0xe5, 0xb0, 0x72, 0x2a, 0xda, - 0x9d, 0x06, 0xc2, 0xc4, 0x00, 0x4b, 0x89, 0x63, 0x84, 0xf6, 0xc8, 0xe9, 0xc5, 0xc2, 0x17, 0x17, - 0x67, 0x5b, 0x34, 0x99, 0x5f, 0x5d, 0x9c, 0x6d, 0xf1, 0xc3, 0x95, 0x0b, 0x57, 0x89, 0x97, 0x20, - 0x1d, 0x96, 0x49, 0x08, 0x37, 0x4c, 0x03, 0x23, 0xf6, 0x6d, 0x98, 0x37, 0x50, 0xbb, 0x42, 0x8d, - 0x2b, 0x9a, 0x42, 0x2a, 0x99, 0x2a, 0x2d, 0xf6, 0xba, 0xd9, 0xb9, 0x8f, 0x50, 0x9b, 0xe2, 0xdf, - 0xdf, 0x97, 0xe6, 0x8c, 0xc1, 0x93, 0xc2, 0xff, 0x3d, 0x49, 0xda, 0xe1, 0xa8, 0xa1, 0xfc, 0xa7, - 0x76, 0xd8, 0x06, 0xf0, 0xb9, 0x9e, 0x24, 0xae, 0x53, 0xbd, 0x6e, 0x36, 0x31, 0xf0, 0x9b, 0xc0, - 0xae, 0x53, 0xaf, 0x79, 0xa6, 0xae, 0xd0, 0x3c, 0xd3, 0xd7, 0x6a, 0x9e, 0x99, 0x2b, 0x37, 0xcf, - 0xec, 0xf5, 0x9a, 0x67, 0xcc, 0x82, 0x06, 0xf2, 0xcc, 0x73, 0xa4, 0xa0, 0x01, 0x99, 0x5b, 0x50, - 0xfe, 0x5b, 0x06, 0xd8, 0x32, 0x56, 0xf7, 0x6a, 0xb6, 0xd6, 0xba, 0xb9, 0xd2, 0x14, 0xdf, 0x0c, - 0xd1, 0xb8, 0xe3, 0xd1, 0x18, 0x0e, 0x86, 0x5f, 0x01, 0x6e, 0x58, 0xea, 0x31, 0xf8, 0x8e, 0x81, - 0xa5, 0x32, 0x56, 0xf7, 0x91, 0x7c, 0xc3, 0x1c, 0x72, 0x21, 0x0e, 0xab, 0x7e, 0x0e, 0x43, 0xe1, - 0xf0, 0x19, 0x58, 0x19, 0x25, 0xf7, 0x78, 0x7c, 0xc3, 0x90, 0x57, 0x64, 0x1f, 0xd5, 0xd1, 0xcd, - 0x71, 0x78, 0x10, 0xe2, 0xb0, 0x1c, 0xe4, 0xe0, 0x0b, 0x85, 0x76, 0x51, 0x40, 0xe6, 0xc5, 0xfe, - 0x27, 0x03, 0x77, 0xca, 0x58, 0xfd, 0xd8, 0x92, 0x0d, 0x7c, 0x8c, 0x2c, 0xaa, 0x7e, 0xd2, 0x36, - 0x90, 0x85, 0x4f, 0xb4, 0xc6, 0x0b, 0x7f, 0xd3, 0x1f, 0x42, 0xa2, 0x3f, 0x96, 0x64, 0x45, 0xd7, - 0xdc, 0xf9, 0x1f, 0xed, 0xe2, 0x55, 0x03, 0xb5, 0xf7, 0xfa, 0xc8, 0xe2, 0x5b, 0x21, 0xf6, 0xf7, - 0xfd, 0xec, 0xa3, 0xc8, 0xf0, 0xeb, 0xb0, 0x16, 0xa3, 0xf6, 0x72, 0xf2, 0x17, 0x03, 0xaf, 0x95, - 0xb1, 0x7a, 0x88, 0x6c, 0x0a, 0x39, 0x20, 0xfb, 0xf1, 0x85, 0xe7, 0xe2, 0x00, 0xe6, 0x5d, 0xb4, - 0xb3, 0x91, 0x49, 0x42, 0x92, 0x85, 0x35, 0x61, 0xd4, 0x5d, 0x43, 0x08, 0x04, 0x57, 0x9a, 0xee, - 0x2f, 0x1b, 0x29, 0x85, 0xfd, 0xc2, 0xe2, 0x76, 0x28, 0x4d, 0x2b, 0xfe, 0x34, 0x85, 0xf9, 0xf1, - 0xab, 0xa4, 0x15, 0xc2, 0x62, 0x2f, 0x2d, 0x3f, 0x33, 0xb0, 0xe0, 0x4d, 0x23, 0x9a, 0x92, 0x0f, - 0x20, 0x21, 0x37, 0xed, 0x13, 0xd3, 0xd2, 0xec, 0x0e, 0xcd, 0xca, 0xf6, 0x65, 0x37, 0xbb, 0xe8, - 0xcc, 0x42, 0x4f, 0xc5, 0x47, 0x66, 0x6a, 0x60, 0xce, 0x16, 0x61, 0x96, 0xd2, 0x9e, 0x24, 0xb4, - 0x57, 0x46, 0xd3, 0x0e, 0xf0, 0xa5, 0x16, 0x4e, 0x3f, 0x0c, 0xce, 0xea, 0x73, 0xbd, 0x17, 0x33, - 0x5f, 0x29, 0xe1, 0x65, 0xb8, 0x1d, 0x12, 0x79, 0x64, 0x7f, 0x72, 0xa7, 0x6b, 0xcd, 0x42, 0x8a, - 0xe6, 0x66, 0xe4, 0x7f, 0xe5, 0x7b, 0xb5, 0xf7, 0x5d, 0x18, 0x66, 0x18, 0x1a, 0xbd, 0x81, 0x48, - 0xbd, 0xd1, 0x1b, 0x90, 0x7a, 0xf4, 0x7e, 0x65, 0x60, 0xb5, 0x8c, 0x55, 0x09, 0xb5, 0xcc, 0x53, - 0x77, 0x26, 0xb8, 0x58, 0x99, 0xec, 0xc8, 0x97, 0xc7, 0xf4, 0xd1, 0x30, 0xd3, 0x0d, 0x3f, 0xd3, - 0xe8, 0xa0, 0xf9, 0x37, 0x60, 0x3d, 0x16, 0xe0, 0xf2, 0x2f, 0x3c, 0x4d, 0xc0, 0x54, 0x19, 0xab, - 0xac, 0x0a, 0xa9, 0xe0, 0x45, 0x77, 0x63, 0x74, 0xd3, 0x85, 0xaf, 0x55, 0x9c, 0x30, 0x1e, 0xce, - 0xbb, 0x7e, 0xa9, 0x90, 0x0a, 0x5e, 0xa1, 0xa2, 0x1d, 0x05, 0x70, 0x31, 0x8e, 0x46, 0x5e, 0x0b, - 0x58, 0x1d, 0x16, 0xc2, 0x57, 0x82, 0xcd, 0xc8, 0x23, 0x42, 0x48, 0x6e, 0x67, 0x5c, 0xa4, 0xe7, - 0x0e, 0xc3, 0xad, 0xe1, 0xfd, 0xbd, 0x15, 0x79, 0xcc, 0x10, 0x96, 0x2b, 0x8c, 0x8f, 0xf5, 0x27, - 0x33, 0xb8, 0x6c, 0x37, 0x62, 0x0e, 0xf1, 0xe1, 0x62, 0x92, 0x39, 0x72, 0x3b, 0xb2, 0x5f, 0x32, - 0x90, 0x8e, 0x5c, 0x8d, 0xf9, 0xc8, 0xc3, 0xa2, 0x4c, 0xb8, 0x47, 0x57, 0x36, 0xf1, 0x42, 0x69, - 0xc0, 0xe2, 0xd0, 0x42, 0x7a, 0x10, 0x79, 0x5c, 0x18, 0xca, 0xe5, 0xc7, 0x86, 0x7a, 0x1e, 0x15, - 0x98, 0x0b, 0xcc, 0xfa, 0xf5, 0x7f, 0xe9, 0x44, 0xea, 0x29, 0x37, 0x16, 0x2c, 0xd8, 0xaf, 0xc1, - 0x21, 0x1b, 0xd7, 0xaf, 0x01, 0x64, 0x6c, 0xbf, 0x8e, 0x1c, 0x7c, 0xec, 0x53, 0x06, 0xb8, 0x98, - 0xa9, 0xb7, 0x1b, 0x79, 0x60, 0xb4, 0x11, 0xf7, 0xee, 0x35, 0x8c, 0xdc, 0x80, 0xb8, 0x99, 0xcf, - 0x2f, 0xce, 0xb6, 0x98, 0xd2, 0x93, 0x67, 0xbd, 0x0c, 0xf3, 0xbc, 0x97, 0x61, 0xfe, 0xe8, 0x65, - 0x98, 0xaf, 0xcf, 0x33, 0x13, 0xcf, 0xcf, 0x33, 0x13, 0xbf, 0x9d, 0x67, 0x26, 0x3e, 0x79, 0xe8, - 0xfb, 0x7a, 0x74, 0xfd, 0xe4, 0xea, 0x72, 0x15, 0x7b, 0x4f, 0x62, 0x6b, 0x57, 0xfc, 0x6c, 0xb0, - 0xe5, 0xc8, 0x07, 0x65, 0x75, 0x96, 0x7c, 0xcd, 0xef, 0xfe, 0x13, 0x00, 0x00, 0xff, 0xff, 0xda, - 0x5f, 0xd6, 0xea, 0xcd, 0x10, 0x00, 0x00, + // 1128 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x57, 0x31, 0x73, 0xe3, 0x54, + 0x10, 0x8e, 0x92, 0x9c, 0xc1, 0xeb, 0x38, 0xc9, 0x89, 0x0c, 0xe7, 0xe8, 0x12, 0xfb, 0x4e, 0xb9, + 0x84, 0x5c, 0x88, 0xa5, 0xd8, 0x77, 0xc7, 0x70, 0xa6, 0x8a, 0x2f, 0x14, 0x30, 0x98, 0xcb, 0x28, + 0xa4, 0xa1, 0xf1, 0xc8, 0xd6, 0x8b, 0x22, 0x62, 0x49, 0x1e, 0x3d, 0xd9, 0xc6, 0x1d, 0x43, 0xc5, + 0x50, 0xdc, 0xf0, 0x07, 0x28, 0x28, 0x68, 0xa8, 0x52, 0x50, 0x50, 0x51, 0x5f, 0xc7, 0x0d, 0x43, + 0x41, 0x65, 0x18, 0xa7, 0xc8, 0x0c, 0x65, 0x66, 0x68, 0xa8, 0x18, 0x3f, 0x3d, 0xc9, 0x92, 0x6c, + 0x09, 0x27, 0x70, 0xa1, 0x49, 0xac, 0xdd, 0x6f, 0xdf, 0xee, 0xb7, 0xbb, 0xda, 0x7d, 0x82, 0x35, + 0x5d, 0x6b, 0x9c, 0x74, 0x3b, 0x72, 0x57, 0xc4, 0xc8, 0x6a, 0x6b, 0x75, 0x84, 0xc5, 0x76, 0x41, + 0xd4, 0x11, 0xc6, 0xb2, 0x8a, 0xb0, 0xd0, 0xb4, 0x4c, 0xdb, 0x64, 0x97, 0x5c, 0x90, 0xe0, 0x82, + 0x84, 0x76, 0x81, 0xbb, 0x29, 0xeb, 0x9a, 0x61, 0x8a, 0xe4, 0xaf, 0x03, 0xe4, 0xb2, 0x75, 0x13, + 0xeb, 0x26, 0x16, 0x6b, 0x32, 0x46, 0x62, 0xbb, 0x50, 0x43, 0xb6, 0x5c, 0x10, 0xeb, 0xa6, 0x66, + 0x50, 0xfd, 0x2d, 0xaa, 0xd7, 0xb1, 0x4a, 0xdc, 0x60, 0x95, 0x2a, 0x96, 0x1d, 0x45, 0x95, 0x3c, + 0x89, 0xce, 0x03, 0x55, 0x2d, 0xa9, 0xa6, 0x6a, 0x3a, 0xf2, 0xc1, 0x2f, 0x2a, 0xbd, 0x3b, 0x3e, + 0x6e, 0x53, 0x41, 0x0d, 0x1c, 0x0b, 0x69, 0xca, 0x96, 0xac, 0x53, 0x08, 0xff, 0xc3, 0x0c, 0x2c, + 0x56, 0xb0, 0xfa, 0xc4, 0x42, 0xb2, 0x8d, 0x0e, 0x1c, 0x14, 0xbb, 0x03, 0x09, 0x8c, 0x0c, 0x05, + 0x59, 0x19, 0xe6, 0x0e, 0xb3, 0x99, 0x2c, 0x67, 0x7e, 0xfe, 0x3e, 0xbf, 0x44, 0x43, 0xda, 0x55, + 0x14, 0x0b, 0x61, 0x7c, 0x60, 0x5b, 0x9a, 0xa1, 0x4a, 0x14, 0xc7, 0xae, 0xc1, 0xac, 0x21, 0xeb, + 0x28, 0x33, 0x4d, 0xf0, 0x0b, 0x17, 0xbd, 0x5c, 0xaa, 0x2b, 0xeb, 0x8d, 0x12, 0x3f, 0x90, 0xf2, + 0x12, 0x51, 0xb2, 0x6f, 0x43, 0x4a, 0x41, 0xb8, 0x6e, 0x69, 0x4d, 0x5b, 0x33, 0x8d, 0xcc, 0x0c, + 0xc1, 0xbe, 0x7e, 0xd1, 0xcb, 0xb1, 0x0e, 0xd6, 0xa7, 0xe4, 0x25, 0x3f, 0x94, 0xdd, 0x86, 0x57, + 0x3a, 0xa8, 0x86, 0x35, 0x1b, 0x65, 0x66, 0x89, 0x15, 0x7b, 0xd1, 0xcb, 0xcd, 0x3b, 0x56, 0x54, + 0xc1, 0x4b, 0x2e, 0x84, 0x7d, 0x17, 0x52, 0x4d, 0xad, 0x6e, 0xb7, 0x2c, 0x54, 0x6d, 0x59, 0x8d, + 0xcc, 0x0d, 0x62, 0x71, 0xaf, 0xdf, 0xcb, 0xc1, 0xbe, 0x23, 0x3e, 0x94, 0x3e, 0x18, 0x7a, 0xf5, + 0x41, 0x79, 0x09, 0xe8, 0xd3, 0xa1, 0xd5, 0x60, 0x3f, 0x01, 0x38, 0x42, 0xa8, 0x2a, 0xeb, 0x66, + 0xcb, 0xb0, 0x33, 0x89, 0x3b, 0x33, 0x9b, 0xa9, 0xe2, 0xb2, 0x40, 0xd3, 0x30, 0xa8, 0xaf, 0x40, + 0xeb, 0x2b, 0x3c, 0x31, 0x35, 0xa3, 0xbc, 0xf3, 0xbc, 0x97, 0x9b, 0xfa, 0xee, 0xb7, 0xdc, 0xa6, + 0xaa, 0xd9, 0xc7, 0xad, 0x9a, 0x50, 0x37, 0x75, 0x5a, 0x46, 0xfa, 0x2f, 0x8f, 0x95, 0x13, 0xd1, + 0xee, 0x36, 0x11, 0x26, 0x06, 0x58, 0x4a, 0x1e, 0x21, 0xb4, 0x4b, 0x4e, 0x2f, 0x15, 0x3f, 0x3f, + 0x3f, 0xdd, 0xa2, 0xc9, 0xfc, 0xf2, 0xfc, 0x74, 0x8b, 0x1f, 0xad, 0x5c, 0xb8, 0x4a, 0xbc, 0x04, + 0x99, 0xb0, 0x4c, 0x42, 0xb8, 0x69, 0x1a, 0x18, 0xb1, 0x6f, 0xc1, 0xbc, 0x81, 0x3a, 0x55, 0x6a, + 0x5c, 0xd5, 0x14, 0x52, 0xc9, 0x74, 0x79, 0xb1, 0xdf, 0xcb, 0xcd, 0x7d, 0x88, 0x3a, 0x14, 0xff, + 0xde, 0x9e, 0x34, 0x67, 0x0c, 0x9f, 0x14, 0xfe, 0xaf, 0x69, 0xd2, 0x0e, 0x87, 0x4d, 0xe5, 0x5f, + 0xb5, 0xc3, 0x36, 0x80, 0xcf, 0xf5, 0x34, 0x71, 0x9d, 0xee, 0xf7, 0x72, 0xc9, 0xa1, 0xdf, 0x24, + 0x76, 0x9d, 0x7a, 0xcd, 0x33, 0x73, 0x89, 0xe6, 0x99, 0xbd, 0x52, 0xf3, 0xdc, 0xb8, 0x74, 0xf3, + 0x24, 0xae, 0xd6, 0x3c, 0x13, 0x16, 0x34, 0x90, 0x67, 0x9e, 0x23, 0x05, 0x0d, 0xc8, 0xdc, 0x82, + 0xf2, 0xdf, 0x30, 0xc0, 0x56, 0xb0, 0xba, 0x5b, 0xb7, 0xb5, 0xf6, 0xf5, 0x95, 0xa6, 0xf4, 0x66, + 0x88, 0xc6, 0x6d, 0x8f, 0xc6, 0x68, 0x30, 0xfc, 0x0a, 0x70, 0xa3, 0x52, 0x8f, 0xc1, 0xb7, 0x0c, + 0x2c, 0x55, 0xb0, 0xba, 0x87, 0xe4, 0x6b, 0xe6, 0x90, 0x0f, 0x71, 0x58, 0xf5, 0x73, 0x18, 0x09, + 0x87, 0xcf, 0xc2, 0xca, 0x38, 0xb9, 0xc7, 0xe3, 0x6b, 0x86, 0xbc, 0x22, 0x7b, 0xa8, 0x81, 0xae, + 0x8f, 0xc3, 0xfd, 0x10, 0x87, 0xe5, 0x20, 0x07, 0x5f, 0x28, 0xb4, 0x8b, 0x02, 0x32, 0x2f, 0xf6, + 0x3f, 0x18, 0xb8, 0x5d, 0xc1, 0xea, 0x47, 0x96, 0x6c, 0xe0, 0x23, 0x64, 0x51, 0xf5, 0xd3, 0x8e, + 0x81, 0x2c, 0x7c, 0xac, 0x35, 0x5f, 0xfa, 0x9b, 0xfe, 0x08, 0x92, 0x83, 0xb1, 0x24, 0x2b, 0xba, + 0xe6, 0xce, 0xff, 0x68, 0x17, 0xaf, 0x1a, 0xa8, 0xb3, 0x3b, 0x40, 0x96, 0x1e, 0x86, 0xd8, 0xdf, + 0xf3, 0xb3, 0x8f, 0x22, 0xc3, 0xaf, 0xc3, 0x5a, 0x8c, 0xda, 0xcb, 0xc9, 0x9f, 0x0c, 0xbc, 0x56, + 0xc1, 0xea, 0x01, 0xb2, 0x29, 0x64, 0x9f, 0xec, 0xc7, 0x97, 0x9e, 0x8b, 0x7d, 0x98, 0x77, 0xd1, + 0xce, 0x46, 0x26, 0x09, 0x49, 0x15, 0xd7, 0x84, 0x71, 0x77, 0x0d, 0x21, 0x10, 0x5c, 0x79, 0x76, + 0xb0, 0x6c, 0xa4, 0x34, 0xf6, 0x0b, 0x4b, 0xdb, 0xa1, 0x34, 0xad, 0xf8, 0xd3, 0x14, 0xe6, 0xc7, + 0xaf, 0x92, 0x56, 0x08, 0x8b, 0xbd, 0xb4, 0xfc, 0xc4, 0xc0, 0x82, 0x37, 0x8d, 0x68, 0x4a, 0xde, + 0x87, 0xa4, 0xdc, 0xb2, 0x8f, 0x4d, 0x4b, 0xb3, 0xbb, 0x34, 0x2b, 0xdb, 0x17, 0xbd, 0xdc, 0xa2, + 0x33, 0x0b, 0x3d, 0x15, 0x1f, 0x99, 0xa9, 0xa1, 0x39, 0x5b, 0x82, 0x04, 0xa5, 0x3d, 0x4d, 0x68, + 0xaf, 0x8c, 0xa7, 0x1d, 0xe0, 0x4b, 0x2d, 0x9c, 0x7e, 0x18, 0x9e, 0x35, 0xe0, 0x7a, 0x37, 0x66, + 0xbe, 0x52, 0xc2, 0xcb, 0x70, 0x2b, 0x24, 0xf2, 0xc8, 0xfe, 0xe8, 0x4e, 0xd7, 0xba, 0x85, 0x14, + 0xcd, 0xcd, 0xc8, 0x7f, 0xca, 0xf7, 0x72, 0xef, 0xbb, 0x30, 0xca, 0x30, 0x34, 0x7a, 0x03, 0x91, + 0x7a, 0xa3, 0x37, 0x20, 0xf5, 0xe8, 0xfd, 0xc2, 0xc0, 0x6a, 0x05, 0xab, 0x12, 0x6a, 0x9b, 0x27, + 0xee, 0x4c, 0x70, 0xb1, 0x32, 0xd9, 0x91, 0xff, 0x1f, 0xd3, 0xc7, 0xa3, 0x4c, 0x37, 0xfc, 0x4c, + 0xa3, 0x83, 0xe6, 0xdf, 0x80, 0xf5, 0x58, 0x80, 0xcb, 0xbf, 0xf8, 0x2c, 0x09, 0x33, 0x15, 0xac, + 0xb2, 0x2a, 0xa4, 0x83, 0x17, 0xdd, 0x8d, 0xf1, 0x4d, 0x17, 0xbe, 0x56, 0x71, 0xc2, 0x64, 0x38, + 0xef, 0xfa, 0xa5, 0x42, 0x3a, 0x78, 0x85, 0x8a, 0x76, 0x14, 0xc0, 0xc5, 0x38, 0x1a, 0x7b, 0x2d, + 0x60, 0x75, 0x58, 0x08, 0x5f, 0x09, 0x36, 0x23, 0x8f, 0x08, 0x21, 0xb9, 0x9d, 0x49, 0x91, 0x9e, + 0x3b, 0x0c, 0x37, 0x47, 0xf7, 0xf7, 0x56, 0xe4, 0x31, 0x23, 0x58, 0xae, 0x38, 0x39, 0xd6, 0x9f, + 0xcc, 0xe0, 0xb2, 0xdd, 0x88, 0x39, 0xc4, 0x87, 0x8b, 0x49, 0xe6, 0xd8, 0xed, 0xc8, 0x7e, 0xc1, + 0x40, 0x26, 0x72, 0x35, 0x16, 0x22, 0x0f, 0x8b, 0x32, 0xe1, 0x1e, 0x5f, 0xda, 0xc4, 0x0b, 0xa5, + 0x09, 0x8b, 0x23, 0x0b, 0xe9, 0x7e, 0xe4, 0x71, 0x61, 0x28, 0x57, 0x98, 0x18, 0xea, 0x79, 0x54, + 0x60, 0x2e, 0x30, 0xeb, 0xd7, 0xff, 0xa1, 0x13, 0xa9, 0xa7, 0xfc, 0x44, 0xb0, 0x60, 0xbf, 0x06, + 0x87, 0x6c, 0x5c, 0xbf, 0x06, 0x90, 0xb1, 0xfd, 0x3a, 0x76, 0xf0, 0xb1, 0xcf, 0x18, 0xe0, 0x62, + 0xa6, 0xde, 0x83, 0xc8, 0x03, 0xa3, 0x8d, 0xb8, 0x77, 0xae, 0x60, 0xe4, 0x06, 0xc4, 0xdd, 0xf8, + 0xec, 0xfc, 0x74, 0x8b, 0x29, 0x3f, 0x7d, 0xde, 0xcf, 0x32, 0x2f, 0xfa, 0x59, 0xe6, 0xf7, 0x7e, + 0x96, 0xf9, 0xea, 0x2c, 0x3b, 0xf5, 0xe2, 0x2c, 0x3b, 0xf5, 0xeb, 0x59, 0x76, 0xea, 0xe3, 0x47, + 0xbe, 0xaf, 0x47, 0xd7, 0x4f, 0xbe, 0x21, 0xd7, 0xb0, 0xf7, 0x24, 0xb6, 0x1f, 0x8a, 0x9f, 0x0e, + 0xb7, 0x1c, 0xf9, 0xa0, 0xac, 0x25, 0xc8, 0xd7, 0xfc, 0x83, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, + 0xfc, 0x24, 0x15, 0x32, 0xcd, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/services/types/messages_test.go b/x/services/types/messages_test.go index 95777906..d0cee1ec 100644 --- a/x/services/types/messages_test.go +++ b/x/services/types/messages_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) var msgCreateService = types.NewMsgCreateService( diff --git a/x/services/types/models.go b/x/services/types/models.go index 04266558..0a333147 100644 --- a/x/services/types/models.go +++ b/x/services/types/models.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/milkyway-labs/milkyway/v3/utils" + "github.com/milkyway-labs/milkyway/v4/utils" ) // GetServiceAddress generates a service address from its id diff --git a/x/services/types/models.pb.go b/x/services/types/models.pb.go index 3d5bbf64..bcca179e 100644 --- a/x/services/types/models.pb.go +++ b/x/services/types/models.pb.go @@ -180,46 +180,46 @@ func init() { func init() { proto.RegisterFile("milkyway/services/v1/models.proto", fileDescriptor_4411e719afee9a70) } var fileDescriptor_4411e719afee9a70 = []byte{ - // 617 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0xb5, 0x93, 0x34, 0x69, 0x27, 0x6a, 0xbf, 0x68, 0xd4, 0xaf, 0x4c, 0x03, 0x72, 0x4c, 0x11, - 0x92, 0x05, 0xaa, 0x4d, 0x5a, 0xc1, 0x86, 0x55, 0x7e, 0x8c, 0x14, 0x09, 0x55, 0x95, 0x9d, 0x74, - 0xc1, 0x26, 0x9a, 0x78, 0x46, 0xe9, 0xa8, 0xb6, 0x27, 0xf2, 0x4c, 0x52, 0x2a, 0xf1, 0x00, 0xb0, - 0xe3, 0x1d, 0xd8, 0xb1, 0xe6, 0x19, 0x50, 0x97, 0x15, 0x2b, 0x56, 0x05, 0xd2, 0x17, 0x41, 0x1d, - 0x4f, 0x4a, 0x15, 0x55, 0x82, 0x95, 0x7d, 0xcf, 0x39, 0x77, 0xce, 0xd1, 0xdc, 0xb9, 0xe0, 0x61, - 0xc2, 0xe2, 0x93, 0xb3, 0x53, 0x7c, 0xe6, 0x09, 0x9a, 0xcd, 0x58, 0x44, 0x85, 0x37, 0x6b, 0x7a, - 0x09, 0x27, 0x34, 0x16, 0xee, 0x24, 0xe3, 0x92, 0xc3, 0xcd, 0x85, 0xc4, 0x5d, 0x48, 0xdc, 0x59, - 0xb3, 0x6e, 0x45, 0x5c, 0x24, 0x5c, 0x78, 0x23, 0x2c, 0xa8, 0x37, 0x6b, 0x8e, 0xa8, 0xc4, 0x4d, - 0x2f, 0xe2, 0x2c, 0xcd, 0xbb, 0xea, 0xdb, 0x39, 0x3f, 0x54, 0x95, 0x97, 0x17, 0x9a, 0xda, 0x1c, - 0xf3, 0x31, 0xcf, 0xf1, 0xeb, 0xbf, 0x1c, 0xdd, 0xf9, 0x5a, 0x02, 0x95, 0x30, 0x37, 0x80, 0x5b, - 0xa0, 0xc0, 0x08, 0x32, 0x6d, 0xd3, 0x59, 0x6f, 0x97, 0xe7, 0x97, 0x8d, 0x42, 0xaf, 0x1b, 0x14, - 0x18, 0x81, 0x2f, 0x41, 0x59, 0x48, 0x2c, 0xa7, 0x02, 0x15, 0x6c, 0xd3, 0xd9, 0xd8, 0x7b, 0xe4, - 0xde, 0x95, 0xcd, 0xd5, 0xc7, 0x84, 0x4a, 0x1a, 0xe8, 0x16, 0xe8, 0x82, 0x15, 0x4c, 0x12, 0x96, - 0xa2, 0xa2, 0x6d, 0x3a, 0x6b, 0x6d, 0xf4, 0xed, 0xcb, 0xee, 0xa6, 0xce, 0xd5, 0x22, 0x24, 0xa3, - 0x42, 0x84, 0x32, 0x63, 0xe9, 0x38, 0xc8, 0x65, 0x10, 0x82, 0x52, 0x8a, 0x13, 0x8a, 0x4a, 0xd7, - 0xf2, 0x40, 0xfd, 0x43, 0x1b, 0x54, 0x09, 0x15, 0x51, 0xc6, 0x26, 0x92, 0xf1, 0x14, 0xad, 0x28, - 0xea, 0x36, 0x04, 0x11, 0xa8, 0x9c, 0xd2, 0x91, 0x60, 0x92, 0xa2, 0xb2, 0x62, 0x17, 0x25, 0xf4, - 0x40, 0x75, 0xc2, 0x22, 0x39, 0xcd, 0xe8, 0x70, 0x9a, 0xc5, 0xa8, 0xa2, 0x52, 0x6c, 0xcc, 0x2f, - 0x1b, 0xe0, 0x30, 0x87, 0x07, 0xc1, 0xeb, 0x00, 0x68, 0xc9, 0x20, 0x8b, 0xe1, 0x1e, 0xa8, 0xe0, - 0x3c, 0x18, 0x5a, 0xfd, 0x4b, 0xe4, 0x85, 0x10, 0x46, 0xa0, 0x2c, 0xf9, 0x09, 0x4d, 0x05, 0x5a, - 0xb3, 0x8b, 0x4e, 0x75, 0x6f, 0xdb, 0xd5, 0xfa, 0xeb, 0x39, 0xb9, 0x7a, 0x4e, 0x6e, 0x87, 0xb3, - 0xb4, 0xfd, 0xec, 0xfc, 0xb2, 0x61, 0x7c, 0xfe, 0xd1, 0x70, 0xc6, 0x4c, 0x1e, 0x4f, 0x47, 0x6e, - 0xc4, 0x13, 0x3d, 0x27, 0xfd, 0xd9, 0x15, 0xe4, 0xc4, 0x93, 0x67, 0x13, 0x2a, 0x54, 0x83, 0x08, - 0xf4, 0xd1, 0xf0, 0x1d, 0xa8, 0x11, 0x1a, 0xd3, 0x31, 0x96, 0x3c, 0x1b, 0x8a, 0x63, 0x9c, 0x51, - 0x81, 0x80, 0xb2, 0x7b, 0x70, 0xa7, 0x5d, 0x97, 0x46, 0xca, 0x71, 0x5f, 0x3b, 0x3e, 0xfd, 0x07, - 0x47, 0xdd, 0x23, 0x82, 0xff, 0x6e, 0xac, 0x42, 0xe5, 0x04, 0x2d, 0x00, 0x70, 0x14, 0x65, 0x94, - 0x30, 0x49, 0x09, 0xaa, 0xda, 0xa6, 0xb3, 0x1a, 0xdc, 0x42, 0x76, 0x5e, 0x80, 0x75, 0xfd, 0x00, - 0x0e, 0x71, 0x86, 0x13, 0x01, 0x1f, 0x83, 0x0d, 0x1c, 0xc7, 0xfc, 0x94, 0x92, 0x21, 0xa1, 0x29, - 0x4f, 0x04, 0x32, 0xed, 0xa2, 0xb3, 0x16, 0xac, 0x6b, 0xb4, 0xab, 0xc0, 0x27, 0x1f, 0xcc, 0x9b, - 0xc6, 0xfc, 0xe5, 0x40, 0x0b, 0xd4, 0x43, 0x3f, 0x38, 0xea, 0x75, 0xfc, 0x61, 0xd8, 0x6f, 0xf5, - 0x07, 0xe1, 0x70, 0x70, 0x10, 0x1e, 0xfa, 0x9d, 0xde, 0xab, 0x9e, 0xdf, 0xad, 0x19, 0xb0, 0x0e, - 0xb6, 0x96, 0xf8, 0x4e, 0xe0, 0xb7, 0xfa, 0x7e, 0xb7, 0x66, 0xc2, 0x6d, 0xf0, 0xff, 0x12, 0xd7, - 0xea, 0xf4, 0x7b, 0x47, 0x7e, 0xad, 0x00, 0xef, 0x83, 0x7b, 0x4b, 0x54, 0xef, 0x40, 0x93, 0xc5, - 0x7a, 0xe9, 0xfd, 0x27, 0xcb, 0x68, 0x87, 0xe7, 0xbf, 0x2c, 0xe3, 0x7c, 0x6e, 0x99, 0x17, 0x73, - 0xcb, 0xfc, 0x39, 0xb7, 0xcc, 0x8f, 0x57, 0x96, 0x71, 0x71, 0x65, 0x19, 0xdf, 0xaf, 0x2c, 0xe3, - 0xcd, 0xf3, 0x5b, 0xf7, 0xb7, 0x58, 0x80, 0xdd, 0x18, 0x8f, 0xc4, 0x4d, 0xe5, 0xcd, 0xf6, 0xbd, - 0xb7, 0x7f, 0x56, 0x5a, 0x5d, 0xe9, 0xa8, 0xac, 0x16, 0x6d, 0xff, 0x77, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x7e, 0x4d, 0x68, 0xe7, 0xf4, 0x03, 0x00, 0x00, + // 615 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x53, 0x4f, 0x6f, 0xd3, 0x30, + 0x1c, 0x4d, 0xda, 0xae, 0xdd, 0x5c, 0x6d, 0x54, 0xd6, 0x18, 0x5e, 0x41, 0x69, 0x18, 0x42, 0x8a, + 0x40, 0x4b, 0xe8, 0x06, 0x5c, 0x38, 0xf5, 0x4f, 0x90, 0x2a, 0xa1, 0x69, 0x4a, 0xda, 0x1d, 0xb8, + 0x54, 0x6e, 0x6c, 0x75, 0xd6, 0x92, 0xb8, 0x8a, 0xdd, 0x8e, 0x49, 0x7c, 0x00, 0xb8, 0xf1, 0x1d, + 0xb8, 0x71, 0xe6, 0x33, 0xa0, 0x1d, 0x27, 0x4e, 0x9c, 0x06, 0x74, 0x5f, 0x04, 0xcd, 0x71, 0xc7, + 0x34, 0x4d, 0x82, 0x53, 0xf2, 0x7b, 0xef, 0xfd, 0xfc, 0x9e, 0xfc, 0xf3, 0x0f, 0x3c, 0x4c, 0x58, + 0x7c, 0x74, 0x72, 0x8c, 0x4f, 0x3c, 0x41, 0xb3, 0x19, 0x8b, 0xa8, 0xf0, 0x66, 0x4d, 0x2f, 0xe1, + 0x84, 0xc6, 0xc2, 0x9d, 0x64, 0x5c, 0x72, 0xb8, 0xbe, 0x90, 0xb8, 0x0b, 0x89, 0x3b, 0x6b, 0xd6, + 0xad, 0x88, 0x8b, 0x84, 0x0b, 0x6f, 0x84, 0x05, 0xf5, 0x66, 0xcd, 0x11, 0x95, 0xb8, 0xe9, 0x45, + 0x9c, 0xa5, 0x79, 0x57, 0x7d, 0x33, 0xe7, 0x87, 0xaa, 0xf2, 0xf2, 0x42, 0x53, 0xeb, 0x63, 0x3e, + 0xe6, 0x39, 0x7e, 0xf9, 0x97, 0xa3, 0x5b, 0xdf, 0x4a, 0xa0, 0x12, 0xe6, 0x06, 0x70, 0x03, 0x14, + 0x18, 0x41, 0xa6, 0x6d, 0x3a, 0xab, 0xed, 0xf2, 0xfc, 0xbc, 0x51, 0xe8, 0x75, 0x83, 0x02, 0x23, + 0xf0, 0x15, 0x28, 0x0b, 0x89, 0xe5, 0x54, 0xa0, 0x82, 0x6d, 0x3a, 0x6b, 0x3b, 0x8f, 0xdc, 0xdb, + 0xb2, 0xb9, 0xfa, 0x98, 0x50, 0x49, 0x03, 0xdd, 0x02, 0x5d, 0xb0, 0x84, 0x49, 0xc2, 0x52, 0x54, + 0xb4, 0x4d, 0x67, 0xa5, 0x8d, 0xbe, 0x7f, 0xdd, 0x5e, 0xd7, 0xb9, 0x5a, 0x84, 0x64, 0x54, 0x88, + 0x50, 0x66, 0x2c, 0x1d, 0x07, 0xb9, 0x0c, 0x42, 0x50, 0x4a, 0x71, 0x42, 0x51, 0xe9, 0x52, 0x1e, + 0xa8, 0x7f, 0x68, 0x83, 0x2a, 0xa1, 0x22, 0xca, 0xd8, 0x44, 0x32, 0x9e, 0xa2, 0x25, 0x45, 0x5d, + 0x87, 0x20, 0x02, 0x95, 0x63, 0x3a, 0x12, 0x4c, 0x52, 0x54, 0x56, 0xec, 0xa2, 0x84, 0x1e, 0xa8, + 0x4e, 0x58, 0x24, 0xa7, 0x19, 0x1d, 0x4e, 0xb3, 0x18, 0x55, 0x54, 0x8a, 0xb5, 0xf9, 0x79, 0x03, + 0xec, 0xe7, 0xf0, 0x20, 0x78, 0x13, 0x00, 0x2d, 0x19, 0x64, 0x31, 0xdc, 0x01, 0x15, 0x9c, 0x07, + 0x43, 0xcb, 0xff, 0x88, 0xbc, 0x10, 0xc2, 0x08, 0x94, 0x25, 0x3f, 0xa2, 0xa9, 0x40, 0x2b, 0x76, + 0xd1, 0xa9, 0xee, 0x6c, 0xba, 0x5a, 0x7f, 0x39, 0x27, 0x57, 0xcf, 0xc9, 0xed, 0x70, 0x96, 0xb6, + 0x9f, 0x9d, 0x9e, 0x37, 0x8c, 0x2f, 0x3f, 0x1b, 0xce, 0x98, 0xc9, 0xc3, 0xe9, 0xc8, 0x8d, 0x78, + 0xa2, 0xe7, 0xa4, 0x3f, 0xdb, 0x82, 0x1c, 0x79, 0xf2, 0x64, 0x42, 0x85, 0x6a, 0x10, 0x81, 0x3e, + 0x1a, 0xbe, 0x07, 0x35, 0x42, 0x63, 0x3a, 0xc6, 0x92, 0x67, 0x43, 0x71, 0x88, 0x33, 0x2a, 0x10, + 0x50, 0x76, 0x0f, 0x6e, 0xb5, 0xeb, 0xd2, 0x48, 0x39, 0xee, 0x6a, 0xc7, 0xa7, 0xff, 0xe1, 0xa8, + 0x7b, 0x44, 0x70, 0xe7, 0xca, 0x2a, 0x54, 0x4e, 0xd0, 0x02, 0x00, 0x47, 0x51, 0x46, 0x09, 0x93, + 0x94, 0xa0, 0xaa, 0x6d, 0x3a, 0xcb, 0xc1, 0x35, 0x64, 0xeb, 0x25, 0x58, 0xd5, 0x0f, 0x60, 0x1f, + 0x67, 0x38, 0x11, 0xf0, 0x31, 0x58, 0xc3, 0x71, 0xcc, 0x8f, 0x29, 0x19, 0x12, 0x9a, 0xf2, 0x44, + 0x20, 0xd3, 0x2e, 0x3a, 0x2b, 0xc1, 0xaa, 0x46, 0xbb, 0x0a, 0x7c, 0xf2, 0xd1, 0xbc, 0x6a, 0xcc, + 0x5f, 0x0e, 0xb4, 0x40, 0x3d, 0xf4, 0x83, 0x83, 0x5e, 0xc7, 0x1f, 0x86, 0xfd, 0x56, 0x7f, 0x10, + 0x0e, 0x07, 0x7b, 0xe1, 0xbe, 0xdf, 0xe9, 0xbd, 0xee, 0xf9, 0xdd, 0x9a, 0x01, 0xeb, 0x60, 0xe3, + 0x06, 0xdf, 0x09, 0xfc, 0x56, 0xdf, 0xef, 0xd6, 0x4c, 0xb8, 0x09, 0xee, 0xde, 0xe0, 0x5a, 0x9d, + 0x7e, 0xef, 0xc0, 0xaf, 0x15, 0xe0, 0x7d, 0x70, 0xef, 0x06, 0xd5, 0xdb, 0xd3, 0x64, 0xb1, 0x5e, + 0xfa, 0xf0, 0xd9, 0x32, 0xda, 0xe1, 0xe9, 0x6f, 0xcb, 0x38, 0x9d, 0x5b, 0xe6, 0xd9, 0xdc, 0x32, + 0x7f, 0xcd, 0x2d, 0xf3, 0xd3, 0x85, 0x65, 0x9c, 0x5d, 0x58, 0xc6, 0x8f, 0x0b, 0xcb, 0x78, 0xfb, + 0xe2, 0xda, 0xfd, 0x2d, 0x16, 0x60, 0x3b, 0xc6, 0x23, 0x71, 0x55, 0x79, 0xb3, 0xe7, 0xde, 0xbb, + 0xbf, 0x2b, 0xad, 0xae, 0x74, 0x54, 0x56, 0x8b, 0xb6, 0xfb, 0x27, 0x00, 0x00, 0xff, 0xff, 0x58, + 0x36, 0xab, 0x3f, 0xf4, 0x03, 0x00, 0x00, } func (m *Service) Marshal() (dAtA []byte, err error) { diff --git a/x/services/types/models_test.go b/x/services/types/models_test.go index b1fa9048..8b8f312f 100644 --- a/x/services/types/models_test.go +++ b/x/services/types/models_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func TestParseServiceID(t *testing.T) { diff --git a/x/services/types/params.pb.go b/x/services/types/params.pb.go index f86f926e..c1e5cd08 100644 --- a/x/services/types/params.pb.go +++ b/x/services/types/params.pb.go @@ -97,8 +97,8 @@ var fileDescriptor_e59659c9aefe294d = []byte{ 0x24, 0x53, 0xdc, 0x52, 0x53, 0x9d, 0xfc, 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, 0x14, 0xc9, 0x6c, 0x58, 0x30, 0xe9, 0xe6, 0x24, 0x26, 0x15, 0xc3, 0x79, 0xfa, 0x65, - 0xc6, 0xfa, 0x15, 0x88, 0xc0, 0x05, 0x5b, 0x97, 0xc4, 0x06, 0x0e, 0x0d, 0x63, 0x40, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xbc, 0xdc, 0x81, 0x92, 0x7e, 0x01, 0x00, 0x00, + 0x26, 0xfa, 0x15, 0x88, 0xc0, 0x05, 0x5b, 0x97, 0xc4, 0x06, 0x0e, 0x0d, 0x63, 0x40, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x9a, 0xa7, 0x42, 0x4a, 0x7e, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/services/types/params_test.go b/x/services/types/params_test.go index b886f275..f566054e 100644 --- a/x/services/types/params_test.go +++ b/x/services/types/params_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/milkyway-labs/milkyway/v3/x/services/types" + "github.com/milkyway-labs/milkyway/v4/x/services/types" ) func TestParams_Validate(t *testing.T) { diff --git a/x/services/types/query.pb.go b/x/services/types/query.pb.go index e950eb8e..a48a7709 100644 --- a/x/services/types/query.pb.go +++ b/x/services/types/query.pb.go @@ -412,7 +412,7 @@ var fileDescriptor_fbb3d1e27b44d645 = []byte{ // 569 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x94, 0xc1, 0x6e, 0xd3, 0x40, 0x10, 0x86, 0xb3, 0xa5, 0xa4, 0x65, 0xaa, 0x70, 0x58, 0x82, 0x54, 0xac, 0xd4, 0x04, 0x83, 0x4a, - 0xda, 0xaa, 0x5e, 0x92, 0x94, 0x4b, 0x24, 0x84, 0xd4, 0x03, 0x88, 0x13, 0x69, 0x10, 0x17, 0x0e, + 0xda, 0xaa, 0x5e, 0x92, 0x86, 0x4b, 0x24, 0x84, 0xd4, 0x03, 0x88, 0x13, 0x69, 0x10, 0x17, 0x0e, 0xa0, 0x4d, 0xb2, 0x32, 0x16, 0x89, 0xd7, 0xcd, 0x3a, 0x81, 0x08, 0x71, 0x81, 0x23, 0x17, 0x24, 0xc4, 0x03, 0xf0, 0x02, 0x3c, 0x47, 0x8f, 0x95, 0xb8, 0x70, 0x42, 0x28, 0xe9, 0x83, 0xa0, 0xac, 0xc7, 0x49, 0x8c, 0x2c, 0xc7, 0xdc, 0x56, 0xe3, 0xff, 0x9f, 0xf9, 0xf6, 0xd7, 0x78, 0xa1, 0xdc, @@ -429,23 +429,23 @@ var fileDescriptor_fbb3d1e27b44d645 = []byte{ 0x81, 0x7d, 0x77, 0xed, 0x30, 0x3b, 0x7b, 0x96, 0x9d, 0x1d, 0x46, 0x8d, 0xd9, 0xd9, 0x4d, 0xee, 0x08, 0xf4, 0xb6, 0x96, 0x9c, 0xd6, 0x77, 0x02, 0xd7, 0xff, 0x19, 0x80, 0xd4, 0x0f, 0x61, 0x33, 0xa2, 0xdb, 0x26, 0xe5, 0x4b, 0x95, 0xad, 0xda, 0x4e, 0x32, 0x37, 0x3a, 0x11, 0x7c, 0x6e, 0xa2, - 0x8f, 0x63, 0x88, 0x6b, 0x1a, 0xf1, 0xee, 0x4a, 0xc4, 0x70, 0x7a, 0x8c, 0xf1, 0x08, 0x63, 0xc5, - 0x41, 0x51, 0x04, 0x3b, 0x00, 0x38, 0xeb, 0x95, 0xdb, 0xd5, 0x11, 0x14, 0x5a, 0x57, 0xb0, 0xf2, - 0xa4, 0x6b, 0x3d, 0x8f, 0x27, 0x37, 0xbf, 0xd7, 0x03, 0xd8, 0x40, 0x11, 0xc6, 0x96, 0xe9, 0x5a, - 0x91, 0xc7, 0x6a, 0xc0, 0x8d, 0xe5, 0xb6, 0xb1, 0x05, 0x58, 0x85, 0xe4, 0x81, 0x91, 0xe4, 0x45, - 0xb0, 0x26, 0x5c, 0x8d, 0xcc, 0xb1, 0x75, 0xb9, 0x9d, 0xca, 0x17, 0xdb, 0x9a, 0x82, 0x5a, 0x2e, - 0xd6, 0x2e, 0xd6, 0xe1, 0xb2, 0x1e, 0x48, 0xbf, 0x11, 0xd8, 0x40, 0x03, 0xdd, 0x4b, 0xee, 0x97, - 0x10, 0xb1, 0xb1, 0x9f, 0x45, 0x1a, 0xe2, 0x5b, 0xf5, 0x8f, 0x3f, 0x2f, 0xbe, 0xae, 0x1d, 0xd2, + 0x8f, 0x63, 0x88, 0x6b, 0x1a, 0xf1, 0xee, 0x4a, 0xc4, 0x70, 0x7a, 0x8c, 0xb1, 0x8e, 0xb1, 0xe2, + 0xa0, 0x28, 0x82, 0x1d, 0x00, 0x9c, 0xf5, 0xca, 0xed, 0xea, 0x08, 0x0a, 0xad, 0x2b, 0x58, 0x79, + 0xd2, 0xb5, 0x9e, 0xc7, 0x93, 0x9b, 0xdf, 0xeb, 0x01, 0x6c, 0xa0, 0x08, 0x63, 0xcb, 0x74, 0xad, + 0xc8, 0x63, 0x35, 0xe0, 0xc6, 0x72, 0xdb, 0xd8, 0x02, 0xac, 0x42, 0xf2, 0xc0, 0x48, 0xf2, 0x22, + 0x58, 0x13, 0xae, 0x46, 0xe6, 0xd8, 0xba, 0xdc, 0x4e, 0xe5, 0x8b, 0x6d, 0x4d, 0x41, 0x2d, 0x17, + 0x6b, 0x17, 0xeb, 0x70, 0x59, 0x0f, 0xa4, 0xdf, 0x08, 0x6c, 0xa0, 0x81, 0xee, 0x25, 0xf7, 0x4b, + 0x88, 0xd8, 0xd8, 0xcf, 0x22, 0x0d, 0xf1, 0xad, 0xa3, 0x8f, 0x3f, 0x2f, 0xbe, 0xae, 0x1d, 0xd2, 0x03, 0x96, 0xf8, 0xfb, 0xcc, 0xcf, 0xef, 0x17, 0x09, 0x7d, 0xa0, 0x9f, 0x09, 0x6c, 0x46, 0x9b, 0x47, 0x33, 0x4c, 0x8b, 0x92, 0x36, 0x0e, 0x32, 0x69, 0x11, 0x6d, 0x57, 0xa3, 0x95, 0xa9, 0x99, 0x8e, 0x46, 0x7f, 0x10, 0x28, 0xc4, 0x62, 0xa5, 0x6c, 0xf5, 0x98, 0xd8, 0x06, 0x18, 0xf7, 0xb2, - 0x1b, 0x10, 0xae, 0xa1, 0xe1, 0x8e, 0x68, 0xed, 0x3f, 0x72, 0xc3, 0xc7, 0x88, 0x7e, 0x22, 0x90, - 0x47, 0xd2, 0x4a, 0xca, 0xe0, 0x38, 0xe2, 0x5e, 0x06, 0x25, 0xb2, 0xdd, 0xd1, 0x6c, 0x26, 0x2d, - 0xb1, 0x94, 0x27, 0xf1, 0xf8, 0xe9, 0xd9, 0xc4, 0x24, 0xe7, 0x13, 0x93, 0xfc, 0x99, 0x98, 0xe4, - 0xcb, 0xd4, 0xcc, 0x9d, 0x4f, 0xcd, 0xdc, 0xaf, 0xa9, 0x99, 0x7b, 0x71, 0xdf, 0x71, 0x83, 0xd7, - 0xc3, 0xb6, 0xdd, 0x91, 0xfd, 0x79, 0x87, 0xc3, 0x1e, 0x6f, 0xab, 0x45, 0xbf, 0x51, 0x9d, 0xbd, - 0x5b, 0x34, 0x0d, 0xc6, 0xbe, 0x50, 0xed, 0xbc, 0x7e, 0x64, 0xeb, 0x7f, 0x03, 0x00, 0x00, 0xff, - 0xff, 0x86, 0x24, 0xc6, 0x34, 0x44, 0x06, 0x00, 0x00, + 0x1b, 0x10, 0xae, 0xa1, 0xe1, 0xea, 0xb4, 0xf6, 0x1f, 0xb9, 0xe1, 0x63, 0x44, 0x3f, 0x11, 0xc8, + 0x23, 0x69, 0x25, 0x65, 0x70, 0x1c, 0x71, 0x2f, 0x83, 0x12, 0xd9, 0xee, 0x68, 0x36, 0x93, 0x96, + 0x58, 0xca, 0x93, 0x78, 0xfc, 0xf4, 0x6c, 0x62, 0x92, 0xf3, 0x89, 0x49, 0xfe, 0x4c, 0x4c, 0xf2, + 0x65, 0x6a, 0xe6, 0xce, 0xa7, 0x66, 0xee, 0xd7, 0xd4, 0xcc, 0xbd, 0xb8, 0xef, 0xb8, 0xc1, 0xeb, + 0x61, 0xdb, 0xee, 0xc8, 0xfe, 0xbc, 0xc3, 0x61, 0x8f, 0xb7, 0xd5, 0xa2, 0xdf, 0xa8, 0xce, 0xde, + 0x2d, 0x9a, 0x06, 0x63, 0x5f, 0xa8, 0x76, 0x5e, 0x3f, 0xb2, 0x47, 0x7f, 0x03, 0x00, 0x00, 0xff, + 0xff, 0xa0, 0x5f, 0x05, 0xec, 0x44, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.