From 3b41803de2f567800372835e4804232988c16186 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Mon, 21 Aug 2023 16:04:48 -0600 Subject: [PATCH 1/2] bump to v12 --- Makefile | 2 +- app/ante.go | 6 +- app/app.go | 68 ++++++------- app/app_test.go | 2 +- app/encoding.go | 2 +- app/upgrades.go | 6 +- app/wasm.go | 2 +- cmd/starsd/cmd/genesis.go | 8 +- cmd/starsd/cmd/root.go | 4 +- cmd/starsd/main.go | 4 +- go.mod | 2 +- internal/ante/min_commission_test.go | 4 +- internal/ante/min_deposit_test.go | 4 +- .../tokenfactory/v1beta1/genesis.proto | 2 +- .../osmosis/tokenfactory/v1beta1/query.proto | 2 +- .../tokenfactory/v1beta1/tokenfactory.proto | 2 +- proto/osmosis/tokenfactory/v1beta1/tx.proto | 2 +- proto/stargaze/alloc/v1beta1/genesis.proto | 2 +- proto/stargaze/alloc/v1beta1/params.proto | 2 +- proto/stargaze/alloc/v1beta1/query.proto | 2 +- proto/stargaze/alloc/v1beta1/tx.proto | 2 +- .../stargaze/claim/v1beta1/claim_record.proto | 2 +- proto/stargaze/claim/v1beta1/genesis.proto | 2 +- proto/stargaze/claim/v1beta1/params.proto | 2 +- proto/stargaze/claim/v1beta1/query.proto | 2 +- proto/stargaze/claim/v1beta1/tx.proto | 2 +- proto/stargaze/cron/v1/genesis.proto | 2 +- proto/stargaze/cron/v1/proposal.proto | 2 +- proto/stargaze/cron/v1/query.proto | 2 +- proto/stargaze/globalfee/v1/genesis.proto | 2 +- proto/stargaze/globalfee/v1/globalfee.proto | 2 +- proto/stargaze/globalfee/v1/proposal.proto | 2 +- proto/stargaze/globalfee/v1/query.proto | 2 +- proto/stargaze/globalfee/v1/tx.proto | 2 +- proto/stargaze/mint/v1beta1/genesis.proto | 2 +- proto/stargaze/mint/v1beta1/mint.proto | 2 +- proto/stargaze/mint/v1beta1/query.proto | 2 +- scripts/protocgen.sh | 2 +- testutil/keeper/cron.go | 4 +- testutil/keeper/globalfee.go | 6 +- testutil/network/network.go | 2 +- testutil/simapp/simapp.go | 2 +- x/alloc/abci.go | 4 +- x/alloc/client/cli/query.go | 2 +- x/alloc/client/cli/tx.go | 2 +- .../client/cli/tx_create_vesting_account.go | 2 +- x/alloc/genesis.go | 4 +- x/alloc/handler.go | 4 +- x/alloc/keeper/grpc_query.go | 2 +- x/alloc/keeper/keeper.go | 2 +- x/alloc/keeper/keeper_test.go | 8 +- x/alloc/keeper/migrations.go | 2 +- x/alloc/keeper/msg_server.go | 2 +- .../msg_server_create_vesting_account.go | 2 +- .../keeper/msg_server_fund_fee_collector.go | 2 +- x/alloc/keeper/params.go | 2 +- x/alloc/migrations/v3/store.go | 2 +- x/alloc/migrations/v3/store_test.go | 6 +- x/alloc/module.go | 6 +- x/alloc/types/genesis.pb.go | 4 +- x/alloc/types/genesis_test.go | 2 +- .../message_create_vesting_account_test.go | 2 +- x/alloc/types/params.pb.go | 78 +++++++-------- x/alloc/types/query.pb.go | 4 +- x/alloc/types/tx.pb.go | 58 +++++------ x/alloc/wasm/encoder.go | 4 +- x/claim/abci.go | 2 +- x/claim/client/cli/query.go | 2 +- x/claim/client/cli/tx.go | 2 +- x/claim/client/cli/tx_initial_claim.go | 2 +- x/claim/handler.go | 4 +- x/claim/keeper/claim.go | 2 +- x/claim/keeper/claim_test.go | 2 +- x/claim/keeper/genesis.go | 2 +- x/claim/keeper/genesis_test.go | 2 +- x/claim/keeper/grpc_query.go | 2 +- x/claim/keeper/hooks.go | 2 +- x/claim/keeper/keeper.go | 2 +- x/claim/keeper/keeper_test.go | 8 +- x/claim/keeper/msg_server.go | 2 +- x/claim/keeper/msg_server_claim_for.go | 2 +- x/claim/keeper/msg_server_initial_claim.go | 2 +- x/claim/keeper/params.go | 2 +- x/claim/module.go | 6 +- x/claim/simulation/genesis.go | 2 +- x/claim/types/claim_record.pb.go | 54 +++++----- x/claim/types/genesis.pb.go | 6 +- x/claim/types/genesis_test.go | 2 +- x/claim/types/message_claim_for_test.go | 2 +- x/claim/types/message_initial_claim_test.go | 2 +- x/claim/types/params.pb.go | 4 +- x/claim/types/query.pb.go | 98 +++++++++---------- x/claim/types/tx.pb.go | 50 +++++----- x/claim/wasm/encoder.go | 4 +- x/cron/abci.go | 6 +- x/cron/client/cli/gov.go | 2 +- x/cron/client/cli/query.go | 2 +- x/cron/client/cli/tx.go | 2 +- x/cron/client/proposal_handler.go | 4 +- x/cron/client/rest/tx.go | 2 +- x/cron/genesis.go | 4 +- x/cron/keeper/grpc_query.go | 2 +- x/cron/keeper/keeper.go | 2 +- x/cron/keeper/msg_server.go | 2 +- x/cron/keeper/privileged.go | 2 +- x/cron/keeper/privileged_test.go | 4 +- x/cron/keeper/proposal_handler.go | 2 +- x/cron/keeper/proposal_handler_test.go | 4 +- x/cron/module.go | 8 +- x/cron/types/genesis.pb.go | 4 +- x/cron/types/genesis_test.go | 2 +- x/cron/types/proposal.pb.go | 44 ++++----- x/cron/types/query.pb.go | 44 ++++----- x/globalfee/ante/fee.go | 2 +- x/globalfee/ante/fee_setup_test.go | 8 +- x/globalfee/client/cli/gov_tx.go | 2 +- x/globalfee/client/cli/query.go | 2 +- x/globalfee/client/cli/tx.go | 2 +- x/globalfee/client/proposal_handler.go | 4 +- x/globalfee/client/rest/gov_tx_remove_code.go | 2 +- .../client/rest/gov_tx_remove_contract.go | 2 +- x/globalfee/client/rest/gov_tx_set_code.go | 2 +- .../client/rest/gov_tx_set_contract.go | 2 +- x/globalfee/genesis.go | 4 +- x/globalfee/keeper/code_authorization.go | 2 +- x/globalfee/keeper/code_authorization_test.go | 4 +- x/globalfee/keeper/contract_authorization.go | 2 +- .../keeper/contract_authorization_test.go | 6 +- x/globalfee/keeper/grpc_keeper.go | 2 +- x/globalfee/keeper/keeper.go | 2 +- x/globalfee/keeper/msg_server.go | 2 +- x/globalfee/keeper/msg_server_test.go | 8 +- x/globalfee/keeper/params.go | 2 +- x/globalfee/keeper/proposal_handler.go | 2 +- x/globalfee/keeper/proposal_handler_test.go | 4 +- x/globalfee/module.go | 6 +- x/globalfee/types/code_authorization_test.go | 2 +- .../types/contract_authorization_test.go | 2 +- x/globalfee/types/genesis.pb.go | 38 +++---- x/globalfee/types/genesis_test.go | 2 +- x/globalfee/types/globalfee.pb.go | 56 +++++------ x/globalfee/types/params_test.go | 2 +- x/globalfee/types/proposal.pb.go | 62 ++++++------ x/globalfee/types/query.pb.go | 4 +- x/globalfee/types/tx.pb.go | 46 ++++----- x/ibchooks/client/cli/query.go | 4 +- x/ibchooks/keeper/keeper.go | 2 +- x/ibchooks/module.go | 4 +- x/ibchooks/wasm_hook.go | 4 +- x/mint/abci.go | 4 +- x/mint/client/cli/query.go | 2 +- x/mint/client/rest/grpc_query_test.go | 2 +- x/mint/client/rest/query.go | 2 +- x/mint/genesis.go | 4 +- x/mint/keeper/grpc_query.go | 2 +- x/mint/keeper/grpc_query_test.go | 4 +- x/mint/keeper/integration_test.go | 4 +- x/mint/keeper/keeper.go | 2 +- x/mint/keeper/querier.go | 2 +- x/mint/keeper/querier_test.go | 4 +- x/mint/module.go | 8 +- x/mint/module_test.go | 2 +- x/mint/types/genesis.pb.go | 4 +- x/mint/types/mint.pb.go | 56 +++++------ x/mint/types/query.pb.go | 6 +- x/tokenfactory/client/cli/query.go | 2 +- x/tokenfactory/client/cli/tx.go | 2 +- x/tokenfactory/keeper/admins.go | 2 +- x/tokenfactory/keeper/admins_test.go | 2 +- x/tokenfactory/keeper/bank_actions.go | 2 +- x/tokenfactory/keeper/create_denom.go | 2 +- x/tokenfactory/keeper/create_denom_test.go | 2 +- x/tokenfactory/keeper/genesis.go | 2 +- x/tokenfactory/keeper/genesis_test.go | 2 +- x/tokenfactory/keeper/grpc_query.go | 2 +- x/tokenfactory/keeper/keeper.go | 2 +- x/tokenfactory/keeper/keeper_test.go | 8 +- x/tokenfactory/keeper/msg_server.go | 2 +- x/tokenfactory/keeper/msg_server_test.go | 2 +- x/tokenfactory/keeper/params.go | 2 +- x/tokenfactory/module.go | 6 +- x/tokenfactory/types/denoms_test.go | 2 +- x/tokenfactory/types/genesis_test.go | 2 +- x/tokenfactory/types/msgs_test.go | 2 +- 184 files changed, 628 insertions(+), 628 deletions(-) diff --git a/Makefile b/Makefile index fdd1d7a79..35a80f55a 100644 --- a/Makefile +++ b/Makefile @@ -124,7 +124,7 @@ docker-test: build-linux test: - go test -v -race github.com/public-awesome/stargaze/v11/x/... + go test -v -race github.com/public-awesome/stargaze/v12/x/... test-pfm: cd e2e && go test -v -race -run TestPacketForwardMiddleware . diff --git a/app/ante.go b/app/ante.go index 4c74a5e52..de2b4deeb 100644 --- a/app/ante.go +++ b/app/ante.go @@ -11,9 +11,9 @@ import ( stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" ibcante "github.com/cosmos/ibc-go/v4/modules/core/ante" ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper" - stargazeante "github.com/public-awesome/stargaze/v11/internal/ante" - globalfeeante "github.com/public-awesome/stargaze/v11/x/globalfee/ante" - globalfeekeeper "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" + stargazeante "github.com/public-awesome/stargaze/v12/internal/ante" + globalfeeante "github.com/public-awesome/stargaze/v12/x/globalfee/ante" + globalfeekeeper "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" ) // HandlerOptions extend the SDK's AnteHandler options by requiring the IBC diff --git a/app/app.go b/app/app.go index 021d10ec1..531fb241e 100644 --- a/app/app.go +++ b/app/app.go @@ -78,12 +78,12 @@ import ( ibcporttypes "github.com/cosmos/ibc-go/v4/modules/core/05-port/types" ibchost "github.com/cosmos/ibc-go/v4/modules/core/24-host" ibckeeper "github.com/cosmos/ibc-go/v4/modules/core/keeper" - "github.com/public-awesome/stargaze/v11/x/mint" - mintkeeper "github.com/public-awesome/stargaze/v11/x/mint/keeper" - minttypes "github.com/public-awesome/stargaze/v11/x/mint/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory" - tokenfactorykeeper "github.com/public-awesome/stargaze/v11/x/tokenfactory/keeper" - tokenfactorytypes "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/mint" + mintkeeper "github.com/public-awesome/stargaze/v12/x/mint/keeper" + minttypes "github.com/public-awesome/stargaze/v12/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory" + tokenfactorykeeper "github.com/public-awesome/stargaze/v12/x/tokenfactory/keeper" + tokenfactorytypes "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/spf13/cast" abci "github.com/tendermint/tendermint/abci/types" tmjson "github.com/tendermint/tendermint/libs/json" @@ -96,37 +96,37 @@ import ( authzkeeper "github.com/cosmos/cosmos-sdk/x/authz/keeper" authzmodule "github.com/cosmos/cosmos-sdk/x/authz/module" - "github.com/public-awesome/stargaze/v11/app/openapiconsole" + "github.com/public-awesome/stargaze/v12/app/openapiconsole" "github.com/CosmWasm/wasmd/x/wasm" wasmclient "github.com/CosmWasm/wasmd/x/wasm/client" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" vestingtypes "github.com/cosmos/cosmos-sdk/x/auth/vesting/types" - "github.com/public-awesome/stargaze/v11/docs" - sgstatesync "github.com/public-awesome/stargaze/v11/internal/statesync" - sgwasm "github.com/public-awesome/stargaze/v11/internal/wasm" - allocmodule "github.com/public-awesome/stargaze/v11/x/alloc" - allocmodulekeeper "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - allocmoduletypes "github.com/public-awesome/stargaze/v11/x/alloc/types" - allocwasm "github.com/public-awesome/stargaze/v11/x/alloc/wasm" - claimmodule "github.com/public-awesome/stargaze/v11/x/claim" - claimmodulekeeper "github.com/public-awesome/stargaze/v11/x/claim/keeper" - claimmoduletypes "github.com/public-awesome/stargaze/v11/x/claim/types" - claimwasm "github.com/public-awesome/stargaze/v11/x/claim/wasm" - - cronmodule "github.com/public-awesome/stargaze/v11/x/cron" - cronclient "github.com/public-awesome/stargaze/v11/x/cron/client" - cronmodulekeeper "github.com/public-awesome/stargaze/v11/x/cron/keeper" - cronmoduletypes "github.com/public-awesome/stargaze/v11/x/cron/types" - - globalfeemodule "github.com/public-awesome/stargaze/v11/x/globalfee" - globalfeeclient "github.com/public-awesome/stargaze/v11/x/globalfee/client" - globalfeemodulekeeper "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - globalfeemoduletypes "github.com/public-awesome/stargaze/v11/x/globalfee/types" - - "github.com/public-awesome/stargaze/v11/x/ibchooks" - ibchookskeeper "github.com/public-awesome/stargaze/v11/x/ibchooks/keeper" - ibchookstypes "github.com/public-awesome/stargaze/v11/x/ibchooks/types" + "github.com/public-awesome/stargaze/v12/docs" + sgstatesync "github.com/public-awesome/stargaze/v12/internal/statesync" + sgwasm "github.com/public-awesome/stargaze/v12/internal/wasm" + allocmodule "github.com/public-awesome/stargaze/v12/x/alloc" + allocmodulekeeper "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + allocmoduletypes "github.com/public-awesome/stargaze/v12/x/alloc/types" + allocwasm "github.com/public-awesome/stargaze/v12/x/alloc/wasm" + claimmodule "github.com/public-awesome/stargaze/v12/x/claim" + claimmodulekeeper "github.com/public-awesome/stargaze/v12/x/claim/keeper" + claimmoduletypes "github.com/public-awesome/stargaze/v12/x/claim/types" + claimwasm "github.com/public-awesome/stargaze/v12/x/claim/wasm" + + cronmodule "github.com/public-awesome/stargaze/v12/x/cron" + cronclient "github.com/public-awesome/stargaze/v12/x/cron/client" + cronmodulekeeper "github.com/public-awesome/stargaze/v12/x/cron/keeper" + cronmoduletypes "github.com/public-awesome/stargaze/v12/x/cron/types" + + globalfeemodule "github.com/public-awesome/stargaze/v12/x/globalfee" + globalfeeclient "github.com/public-awesome/stargaze/v12/x/globalfee/client" + globalfeemodulekeeper "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + globalfeemoduletypes "github.com/public-awesome/stargaze/v12/x/globalfee/types" + + "github.com/public-awesome/stargaze/v12/x/ibchooks" + ibchookskeeper "github.com/public-awesome/stargaze/v12/x/ibchooks/keeper" + ibchookstypes "github.com/public-awesome/stargaze/v12/x/ibchooks/types" packetforward "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4/router" packetforwardkeeper "github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v4/router/keeper" @@ -137,9 +137,9 @@ import ( icahostkeeper "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/host/keeper" icahosttypes "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/host/types" icatypes "github.com/cosmos/ibc-go/v4/modules/apps/27-interchain-accounts/types" - stargazerest "github.com/public-awesome/stargaze/v11/internal/rest" + stargazerest "github.com/public-awesome/stargaze/v12/internal/rest" - sgappparams "github.com/public-awesome/stargaze/v11/app/params" + sgappparams "github.com/public-awesome/stargaze/v12/app/params" ) const ( diff --git a/app/app_test.go b/app/app_test.go index bc29daad3..6cad73187 100644 --- a/app/app_test.go +++ b/app/app_test.go @@ -3,7 +3,7 @@ package app_test import ( "testing" - "github.com/public-awesome/stargaze/v11/testutil/simapp" + "github.com/public-awesome/stargaze/v12/testutil/simapp" ) func TestAnteHandler(t *testing.T) { diff --git a/app/encoding.go b/app/encoding.go index 8f2b56f7e..49ac4e1ad 100644 --- a/app/encoding.go +++ b/app/encoding.go @@ -2,7 +2,7 @@ package app import ( "github.com/cosmos/cosmos-sdk/std" - "github.com/public-awesome/stargaze/v11/app/params" + "github.com/public-awesome/stargaze/v12/app/params" ) // MakeEncodingConfig creates a new EncodingConfig with all modules registered diff --git a/app/upgrades.go b/app/upgrades.go index aa497214d..bdbf553be 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -9,9 +9,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - allocmoduletypes "github.com/public-awesome/stargaze/v11/x/alloc/types" - ibchooks "github.com/public-awesome/stargaze/v11/x/ibchooks/types" - tokenfactorytypes "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + allocmoduletypes "github.com/public-awesome/stargaze/v12/x/alloc/types" + ibchooks "github.com/public-awesome/stargaze/v12/x/ibchooks/types" + tokenfactorytypes "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // next upgrade name diff --git a/app/wasm.go b/app/wasm.go index 8baa739b3..99c1b1121 100644 --- a/app/wasm.go +++ b/app/wasm.go @@ -4,7 +4,7 @@ import ( "strings" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" - tokenfactorytypes "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + tokenfactorytypes "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) var wasmCapabilities = []string{ diff --git a/cmd/starsd/cmd/genesis.go b/cmd/starsd/cmd/genesis.go index 4247249a2..62738a71d 100644 --- a/cmd/starsd/cmd/genesis.go +++ b/cmd/starsd/cmd/genesis.go @@ -27,14 +27,14 @@ import ( slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" ibctransfertypes "github.com/cosmos/ibc-go/v4/modules/apps/transfer/types" - minttypes "github.com/public-awesome/stargaze/v11/x/mint/types" + minttypes "github.com/public-awesome/stargaze/v12/x/mint/types" // appParams "github.com/public-awesome/stargaze/app/params" "github.com/CosmWasm/wasmd/x/wasm" wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" - alloctypes "github.com/public-awesome/stargaze/v11/x/alloc/types" - claimtypes "github.com/public-awesome/stargaze/v11/x/claim/types" - globalfeetypes "github.com/public-awesome/stargaze/v11/x/globalfee/types" + alloctypes "github.com/public-awesome/stargaze/v12/x/alloc/types" + claimtypes "github.com/public-awesome/stargaze/v12/x/claim/types" + globalfeetypes "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) const ( diff --git a/cmd/starsd/cmd/root.go b/cmd/starsd/cmd/root.go index 28b3677b4..213cd50e6 100644 --- a/cmd/starsd/cmd/root.go +++ b/cmd/starsd/cmd/root.go @@ -34,8 +34,8 @@ import ( "github.com/CosmWasm/wasmd/x/wasm" wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/app/params" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/app/params" ) // NewRootCmd creates a new root command for wasmd. It is called once in the diff --git a/cmd/starsd/main.go b/cmd/starsd/main.go index 81dbb7478..970f64b80 100644 --- a/cmd/starsd/main.go +++ b/cmd/starsd/main.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/server" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/cmd/starsd/cmd" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/cmd/starsd/cmd" ) // func main() { diff --git a/go.mod b/go.mod index 61ef9e0b6..982ad89ad 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/public-awesome/stargaze/v11 +module github.com/public-awesome/stargaze/v12 go 1.20 diff --git a/internal/ante/min_commission_test.go b/internal/ante/min_commission_test.go index a42a9b8c0..999736752 100644 --- a/internal/ante/min_commission_test.go +++ b/internal/ante/min_commission_test.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/authz" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" "github.com/cosmos/cosmos-sdk/x/staking/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" "github.com/stretchr/testify/require" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/internal/ante/min_deposit_test.go b/internal/ante/min_deposit_test.go index bf03b4259..bd03d5b79 100644 --- a/internal/ante/min_deposit_test.go +++ b/internal/ante/min_deposit_test.go @@ -10,8 +10,8 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" "github.com/stretchr/testify/require" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/proto/osmosis/tokenfactory/v1beta1/genesis.proto b/proto/osmosis/tokenfactory/v1beta1/genesis.proto index 125cc1180..93582c233 100644 --- a/proto/osmosis/tokenfactory/v1beta1/genesis.proto +++ b/proto/osmosis/tokenfactory/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package osmosis.tokenfactory.v1beta1; import "gogoproto/gogo.proto"; import "osmosis/tokenfactory/v1beta1/tokenfactory.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/tokenfactory/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/tokenfactory/types"; // GenesisState defines the tokenfactory module's genesis state. message GenesisState { diff --git a/proto/osmosis/tokenfactory/v1beta1/query.proto b/proto/osmosis/tokenfactory/v1beta1/query.proto index 309ccb3ab..ea427c947 100644 --- a/proto/osmosis/tokenfactory/v1beta1/query.proto +++ b/proto/osmosis/tokenfactory/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; import "osmosis/tokenfactory/v1beta1/tokenfactory.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/tokenfactory/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/tokenfactory/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/osmosis/tokenfactory/v1beta1/tokenfactory.proto b/proto/osmosis/tokenfactory/v1beta1/tokenfactory.proto index 4a0fb2302..aeb49ce7f 100644 --- a/proto/osmosis/tokenfactory/v1beta1/tokenfactory.proto +++ b/proto/osmosis/tokenfactory/v1beta1/tokenfactory.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/tokenfactory/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/tokenfactory/types"; // DenomAuthorityMetadata specifies metadata for addresses that have specific // capabilities over a token factory denom. Right now there is only one Admin diff --git a/proto/osmosis/tokenfactory/v1beta1/tx.proto b/proto/osmosis/tokenfactory/v1beta1/tx.proto index 3afc1eeac..8483423cd 100644 --- a/proto/osmosis/tokenfactory/v1beta1/tx.proto +++ b/proto/osmosis/tokenfactory/v1beta1/tx.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; import "cosmos/bank/v1beta1/bank.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/tokenfactory/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/tokenfactory/types"; // Msg defines the tokefactory module's gRPC message service. service Msg { diff --git a/proto/stargaze/alloc/v1beta1/genesis.proto b/proto/stargaze/alloc/v1beta1/genesis.proto index 3873269c5..7da401fc0 100644 --- a/proto/stargaze/alloc/v1beta1/genesis.proto +++ b/proto/stargaze/alloc/v1beta1/genesis.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "stargaze/alloc/v1beta1/params.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/public-awesome/stargaze/v11/x/alloc/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/alloc/types"; // GenesisState defines the alloc module's genesis state. message GenesisState { diff --git a/proto/stargaze/alloc/v1beta1/params.proto b/proto/stargaze/alloc/v1beta1/params.proto index f95da3409..47ad8903f 100644 --- a/proto/stargaze/alloc/v1beta1/params.proto +++ b/proto/stargaze/alloc/v1beta1/params.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package publicawesome.stargaze.alloc.v1beta1; -option go_package = "github.com/public-awesome/stargaze/v11/x/alloc/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/alloc/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/stargaze/alloc/v1beta1/query.proto b/proto/stargaze/alloc/v1beta1/query.proto index 78caa37fc..d9eed7f3d 100644 --- a/proto/stargaze/alloc/v1beta1/query.proto +++ b/proto/stargaze/alloc/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "stargaze/alloc/v1beta1/params.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/public-awesome/stargaze/v11/x/alloc/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/alloc/types"; // QueryParamsRequest is the request type for the Query/Params RPC method. message QueryParamsRequest {} diff --git a/proto/stargaze/alloc/v1beta1/tx.proto b/proto/stargaze/alloc/v1beta1/tx.proto index d7947967f..e9f7a4fa5 100644 --- a/proto/stargaze/alloc/v1beta1/tx.proto +++ b/proto/stargaze/alloc/v1beta1/tx.proto @@ -6,7 +6,7 @@ import "cosmos/base/v1beta1/coin.proto"; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/public-awesome/stargaze/v11/x/alloc/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/alloc/types"; // Msg defines the alloc Msg service. service Msg { diff --git a/proto/stargaze/claim/v1beta1/claim_record.proto b/proto/stargaze/claim/v1beta1/claim_record.proto index 37fa8b002..ec730f9d3 100644 --- a/proto/stargaze/claim/v1beta1/claim_record.proto +++ b/proto/stargaze/claim/v1beta1/claim_record.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.claim.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/claim/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/claim/types"; enum Action { option (gogoproto.goproto_enum_prefix) = false; diff --git a/proto/stargaze/claim/v1beta1/genesis.proto b/proto/stargaze/claim/v1beta1/genesis.proto index 53611519f..ec8265b5f 100644 --- a/proto/stargaze/claim/v1beta1/genesis.proto +++ b/proto/stargaze/claim/v1beta1/genesis.proto @@ -7,7 +7,7 @@ import "cosmos/base/v1beta1/coin.proto"; import "stargaze/claim/v1beta1/claim_record.proto"; import "stargaze/claim/v1beta1/params.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/claim/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/claim/types"; // GenesisState defines the claim module's genesis state. message GenesisState { diff --git a/proto/stargaze/claim/v1beta1/params.proto b/proto/stargaze/claim/v1beta1/params.proto index 187433dc2..46c8c9c74 100644 --- a/proto/stargaze/claim/v1beta1/params.proto +++ b/proto/stargaze/claim/v1beta1/params.proto @@ -6,7 +6,7 @@ import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; import "stargaze/claim/v1beta1/claim_record.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/claim/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/claim/types"; message ClaimAuthorization { string contract_address = 1 diff --git a/proto/stargaze/claim/v1beta1/query.proto b/proto/stargaze/claim/v1beta1/query.proto index df5477d80..94945533e 100644 --- a/proto/stargaze/claim/v1beta1/query.proto +++ b/proto/stargaze/claim/v1beta1/query.proto @@ -8,7 +8,7 @@ import "stargaze/claim/v1beta1/claim_record.proto"; import "stargaze/claim/v1beta1/params.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/public-awesome/stargaze/v11/x/claim/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/claim/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stargaze/claim/v1beta1/tx.proto b/proto/stargaze/claim/v1beta1/tx.proto index 58260462c..c4cd6b3c9 100644 --- a/proto/stargaze/claim/v1beta1/tx.proto +++ b/proto/stargaze/claim/v1beta1/tx.proto @@ -7,7 +7,7 @@ import "stargaze/claim/v1beta1/claim_record.proto"; // this line is used by starport scaffolding # proto/tx/import -option go_package = "github.com/public-awesome/stargaze/v11/x/claim/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/claim/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/stargaze/cron/v1/genesis.proto b/proto/stargaze/cron/v1/genesis.proto index ffff02bdf..6dd31b8f3 100644 --- a/proto/stargaze/cron/v1/genesis.proto +++ b/proto/stargaze/cron/v1/genesis.proto @@ -3,7 +3,7 @@ package publicawesome.stargaze.cron.v1; import "gogoproto/gogo.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/cron/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/cron/types"; // GenesisState defines the cron module's genesis state. message GenesisState { diff --git a/proto/stargaze/cron/v1/proposal.proto b/proto/stargaze/cron/v1/proposal.proto index f22d0f153..c32881fbb 100644 --- a/proto/stargaze/cron/v1/proposal.proto +++ b/proto/stargaze/cron/v1/proposal.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.cron.v1; import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/cron/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/cron/types"; // PromoteToPrivilegedContractProposal gov proposal content type to add // "privileges" to a contract diff --git a/proto/stargaze/cron/v1/query.proto b/proto/stargaze/cron/v1/query.proto index 607318741..7cf58019a 100644 --- a/proto/stargaze/cron/v1/query.proto +++ b/proto/stargaze/cron/v1/query.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.cron.v1; import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/cron/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/cron/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stargaze/globalfee/v1/genesis.proto b/proto/stargaze/globalfee/v1/genesis.proto index 5db34920b..3aac6a197 100644 --- a/proto/stargaze/globalfee/v1/genesis.proto +++ b/proto/stargaze/globalfee/v1/genesis.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1; import "stargaze/globalfee/v1/globalfee.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/globalfee/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/globalfee/types"; // GenesisState defines the globalfee module's genesis state. message GenesisState { diff --git a/proto/stargaze/globalfee/v1/globalfee.proto b/proto/stargaze/globalfee/v1/globalfee.proto index 163d138ef..076d57e21 100644 --- a/proto/stargaze/globalfee/v1/globalfee.proto +++ b/proto/stargaze/globalfee/v1/globalfee.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/globalfee/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/globalfee/types"; // Params holds parameters for the globalfee module. message Params { diff --git a/proto/stargaze/globalfee/v1/proposal.proto b/proto/stargaze/globalfee/v1/proposal.proto index 677e59171..d69a4f7bc 100644 --- a/proto/stargaze/globalfee/v1/proposal.proto +++ b/proto/stargaze/globalfee/v1/proposal.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "cosmos_proto/cosmos.proto"; import "stargaze/globalfee/v1/globalfee.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/globalfee/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/globalfee/types"; message SetCodeAuthorizationProposal { option (cosmos_proto.implements_interface) = "cosmos.gov.v1beta1.Content"; diff --git a/proto/stargaze/globalfee/v1/query.proto b/proto/stargaze/globalfee/v1/query.proto index f78dfe95e..0bd3dbfa5 100644 --- a/proto/stargaze/globalfee/v1/query.proto +++ b/proto/stargaze/globalfee/v1/query.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1; import "google/api/annotations.proto"; import "stargaze/globalfee/v1/globalfee.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/globalfee/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/globalfee/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/stargaze/globalfee/v1/tx.proto b/proto/stargaze/globalfee/v1/tx.proto index f392a639b..30c55005a 100644 --- a/proto/stargaze/globalfee/v1/tx.proto +++ b/proto/stargaze/globalfee/v1/tx.proto @@ -4,7 +4,7 @@ package publicawesome.stargaze.globalfee.v1; import "gogoproto/gogo.proto"; import "stargaze/globalfee/v1/globalfee.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/globalfee/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/globalfee/types"; // Msg defines the alloc Msg service. service Msg { diff --git a/proto/stargaze/mint/v1beta1/genesis.proto b/proto/stargaze/mint/v1beta1/genesis.proto index 0869f96a6..ac842fdfd 100644 --- a/proto/stargaze/mint/v1beta1/genesis.proto +++ b/proto/stargaze/mint/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package stargaze.mint.v1beta1; import "gogoproto/gogo.proto"; import "stargaze/mint/v1beta1/mint.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/mint/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/mint/types"; // GenesisState defines the mint module's genesis state. message GenesisState { diff --git a/proto/stargaze/mint/v1beta1/mint.proto b/proto/stargaze/mint/v1beta1/mint.proto index 01cecf813..82fb06f66 100644 --- a/proto/stargaze/mint/v1beta1/mint.proto +++ b/proto/stargaze/mint/v1beta1/mint.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package stargaze.mint.v1beta1; -option go_package = "github.com/public-awesome/stargaze/v11/x/mint/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/mint/types"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto/stargaze/mint/v1beta1/query.proto b/proto/stargaze/mint/v1beta1/query.proto index fb611a746..8b0c711c7 100644 --- a/proto/stargaze/mint/v1beta1/query.proto +++ b/proto/stargaze/mint/v1beta1/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "stargaze/mint/v1beta1/mint.proto"; -option go_package = "github.com/public-awesome/stargaze/v11/x/mint/types"; +option go_package = "github.com/public-awesome/stargaze/v12/x/mint/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index b60453374..58465c792 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -17,5 +17,5 @@ cd .. # move proto files to the right places -cp -r github.com/public-awesome/stargaze/v11/* ./ +cp -r github.com/public-awesome/stargaze/v12/* ./ rm -rf github.com diff --git a/testutil/keeper/cron.go b/testutil/keeper/cron.go index eca029305..236cc5762 100644 --- a/testutil/keeper/cron.go +++ b/testutil/keeper/cron.go @@ -10,8 +10,8 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" typesparams "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/cron/keeper" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/keeper" + "github.com/public-awesome/stargaze/v12/x/cron/types" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/testutil/keeper/globalfee.go b/testutil/keeper/globalfee.go index 273a08a53..8bea2f2ec 100644 --- a/testutil/keeper/globalfee.go +++ b/testutil/keeper/globalfee.go @@ -10,9 +10,9 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" diff --git a/testutil/network/network.go b/testutil/network/network.go index d0f72c4fb..c06f3b550 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -17,7 +17,7 @@ import ( tmrand "github.com/tendermint/tendermint/libs/rand" tmdb "github.com/tendermint/tm-db" - "github.com/public-awesome/stargaze/v11/app" + "github.com/public-awesome/stargaze/v12/app" ) type ( diff --git a/testutil/simapp/simapp.go b/testutil/simapp/simapp.go index d19262867..fff8f5020 100644 --- a/testutil/simapp/simapp.go +++ b/testutil/simapp/simapp.go @@ -25,7 +25,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" + stargazeapp "github.com/public-awesome/stargaze/v12/app" ) // New creates application instance with in-memory database and disabled logging. diff --git a/x/alloc/abci.go b/x/alloc/abci.go index f451a8678..4f6292e2d 100644 --- a/x/alloc/abci.go +++ b/x/alloc/abci.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // BeginBlocker to distribute specific rewards on every begin block diff --git a/x/alloc/client/cli/query.go b/x/alloc/client/cli/query.go index 502be7c04..79a163417 100644 --- a/x/alloc/client/cli/query.go +++ b/x/alloc/client/cli/query.go @@ -13,7 +13,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/alloc/client/cli/tx.go b/x/alloc/client/cli/tx.go index fa1d133bc..2276cf051 100644 --- a/x/alloc/client/cli/tx.go +++ b/x/alloc/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/alloc/client/cli/tx_create_vesting_account.go b/x/alloc/client/cli/tx_create_vesting_account.go index c740fab5a..2d2491bfe 100644 --- a/x/alloc/client/cli/tx_create_vesting_account.go +++ b/x/alloc/client/cli/tx_create_vesting_account.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) var _ = strconv.Itoa(0) diff --git a/x/alloc/genesis.go b/x/alloc/genesis.go index 91b2243de..c228c5045 100644 --- a/x/alloc/genesis.go +++ b/x/alloc/genesis.go @@ -2,8 +2,8 @@ package alloc import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // InitGenesis initializes the alloc module's state from a provided genesis diff --git a/x/alloc/handler.go b/x/alloc/handler.go index 5fdc0bc01..79bf5a284 100644 --- a/x/alloc/handler.go +++ b/x/alloc/handler.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // NewHandler ... diff --git a/x/alloc/keeper/grpc_query.go b/x/alloc/keeper/grpc_query.go index 91ffd513b..6a0088dc1 100644 --- a/x/alloc/keeper/grpc_query.go +++ b/x/alloc/keeper/grpc_query.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/alloc/keeper/keeper.go b/x/alloc/keeper/keeper.go index b71aa9445..ab077af52 100644 --- a/x/alloc/keeper/keeper.go +++ b/x/alloc/keeper/keeper.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) type ( diff --git a/x/alloc/keeper/keeper_test.go b/x/alloc/keeper/keeper_test.go index bbd64feb7..c840247e6 100644 --- a/x/alloc/keeper/keeper_test.go +++ b/x/alloc/keeper/keeper_test.go @@ -8,10 +8,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" - "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" + "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + "github.com/public-awesome/stargaze/v12/x/alloc/types" "github.com/stretchr/testify/suite" "github.com/tendermint/tendermint/crypto/secp256k1" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/x/alloc/keeper/migrations.go b/x/alloc/keeper/migrations.go index 981be2a3a..c48e9f084 100644 --- a/x/alloc/keeper/migrations.go +++ b/x/alloc/keeper/migrations.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - v3 "github.com/public-awesome/stargaze/v11/x/alloc/migrations/v3" + v3 "github.com/public-awesome/stargaze/v12/x/alloc/migrations/v3" ) // Migrator is a struct for handling in-place store migrations. diff --git a/x/alloc/keeper/msg_server.go b/x/alloc/keeper/msg_server.go index 31c4027b2..9bf91076d 100644 --- a/x/alloc/keeper/msg_server.go +++ b/x/alloc/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) type msgServer struct { diff --git a/x/alloc/keeper/msg_server_create_vesting_account.go b/x/alloc/keeper/msg_server_create_vesting_account.go index a802a2093..b8333f71e 100644 --- a/x/alloc/keeper/msg_server_create_vesting_account.go +++ b/x/alloc/keeper/msg_server_create_vesting_account.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/alloc/keeper/msg_server_fund_fee_collector.go b/x/alloc/keeper/msg_server_fund_fee_collector.go index 114be4d3f..5b837afcc 100644 --- a/x/alloc/keeper/msg_server_fund_fee_collector.go +++ b/x/alloc/keeper/msg_server_fund_fee_collector.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) func (k msgServer) FundFairburnPool(goCtx context.Context, msg *types.MsgFundFairburnPool) (*types.MsgFundFairburnPoolResponse, error) { diff --git a/x/alloc/keeper/params.go b/x/alloc/keeper/params.go index 606d80441..265d969f8 100644 --- a/x/alloc/keeper/params.go +++ b/x/alloc/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // GetParams returns the total set of alloc module parameters. diff --git a/x/alloc/migrations/v3/store.go b/x/alloc/migrations/v3/store.go index cbed7daef..bc97e9bc5 100644 --- a/x/alloc/migrations/v3/store.go +++ b/x/alloc/migrations/v3/store.go @@ -5,7 +5,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) // MigrateStore performs in-place store migrations from v2 to v3 diff --git a/x/alloc/migrations/v3/store_test.go b/x/alloc/migrations/v3/store_test.go index 019c7b90c..adc956f87 100644 --- a/x/alloc/migrations/v3/store_test.go +++ b/x/alloc/migrations/v3/store_test.go @@ -6,9 +6,9 @@ import ( "github.com/cosmos/cosmos-sdk/store" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - v3 "github.com/public-awesome/stargaze/v11/x/alloc/migrations/v3" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + v3 "github.com/public-awesome/stargaze/v12/x/alloc/migrations/v3" + "github.com/public-awesome/stargaze/v12/x/alloc/types" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" diff --git a/x/alloc/module.go b/x/alloc/module.go index f97c3dfec..6a4d2efe9 100644 --- a/x/alloc/module.go +++ b/x/alloc/module.go @@ -18,9 +18,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/public-awesome/stargaze/v11/x/alloc/client/cli" - "github.com/public-awesome/stargaze/v11/x/alloc/keeper" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/client/cli" + "github.com/public-awesome/stargaze/v12/x/alloc/keeper" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) var ( diff --git a/x/alloc/types/genesis.pb.go b/x/alloc/types/genesis.pb.go index e8b58b075..55063b339 100644 --- a/x/alloc/types/genesis.pb.go +++ b/x/alloc/types/genesis.pb.go @@ -90,9 +90,9 @@ var fileDescriptor_315d75f3d3600549 = []byte{ 0x80, 0xf5, 0x38, 0xb1, 0x9c, 0xb8, 0x27, 0xcf, 0x10, 0x04, 0x35, 0xc1, 0xc9, 0xef, 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, 0x4c, 0xd2, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, - 0x92, 0xf3, 0x73, 0xf5, 0x21, 0xe6, 0xeb, 0x42, 0x2d, 0xd0, 0x87, 0x3b, 0xba, 0xcc, 0xd0, 0x50, + 0x92, 0xf3, 0x73, 0xf5, 0x21, 0xe6, 0xeb, 0x42, 0x2d, 0xd0, 0x87, 0x3b, 0xba, 0xcc, 0xd0, 0x48, 0xbf, 0x02, 0xea, 0xf4, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, 0x93, 0x8d, 0x01, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x9a, 0x0c, 0x24, 0x4d, 0x3b, 0x01, 0x00, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xa7, 0x35, 0xc1, 0x3b, 0x3b, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/alloc/types/genesis_test.go b/x/alloc/types/genesis_test.go index f4532983c..918e81996 100644 --- a/x/alloc/types/genesis_test.go +++ b/x/alloc/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + "github.com/public-awesome/stargaze/v12/x/alloc/types" "github.com/stretchr/testify/require" ) diff --git a/x/alloc/types/message_create_vesting_account_test.go b/x/alloc/types/message_create_vesting_account_test.go index 07891ece5..5c30e01c5 100644 --- a/x/alloc/types/message_create_vesting_account_test.go +++ b/x/alloc/types/message_create_vesting_account_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/testutil/sample" + "github.com/public-awesome/stargaze/v12/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/alloc/types/params.pb.go b/x/alloc/types/params.pb.go index abf3ea16a..fdbd0fda6 100644 --- a/x/alloc/types/params.pb.go +++ b/x/alloc/types/params.pb.go @@ -193,45 +193,45 @@ func init() { } var fileDescriptor_23171fab5d42f6a5 = []byte{ - // 600 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0xe3, 0xa6, 0x04, 0xb1, 0x55, 0x4a, 0x6b, 0x81, 0x6a, 0x7a, 0xb0, 0xe9, 0x52, 0x50, - 0x40, 0xd4, 0x56, 0x0a, 0x5c, 0x90, 0x10, 0x6a, 0x88, 0x84, 0x40, 0x08, 0x45, 0xbe, 0x54, 0xe2, - 0x62, 0xad, 0xed, 0x6d, 0xba, 0xc2, 0xf6, 0x5a, 0xbb, 0xeb, 0x84, 0x70, 0xe0, 0x01, 0x38, 0x71, - 0xe0, 0xc0, 0x33, 0x70, 0x43, 0xe2, 0x21, 0x7a, 0xec, 0x11, 0x71, 0x08, 0x28, 0x79, 0x83, 0x3c, - 0x01, 0xb2, 0xd7, 0x76, 0xda, 0x86, 0x54, 0xa9, 0x7a, 0xf2, 0x7a, 0xed, 0xf9, 0xe7, 0x9b, 0x99, - 0x5f, 0x03, 0xee, 0x70, 0x81, 0x58, 0x17, 0x7d, 0xc4, 0x16, 0x0a, 0x02, 0xea, 0x59, 0xbd, 0xa6, - 0x8b, 0x05, 0x6a, 0x5a, 0x31, 0x62, 0x28, 0xe4, 0x66, 0xcc, 0xa8, 0xa0, 0xea, 0x76, 0x9c, 0xb8, - 0x01, 0xf1, 0x50, 0x1f, 0x73, 0x1a, 0x62, 0xb3, 0x08, 0x31, 0xb3, 0x10, 0x33, 0x0f, 0xd9, 0xbc, - 0xd1, 0xa5, 0x5d, 0x9a, 0x05, 0x58, 0xe9, 0x49, 0xc6, 0x6e, 0xea, 0x1e, 0xe5, 0x21, 0xe5, 0x96, - 0x8b, 0x38, 0x2e, 0xd5, 0x3d, 0x4a, 0x22, 0xf9, 0x1d, 0x7e, 0x53, 0xc0, 0xf5, 0x7d, 0x4c, 0xba, - 0x87, 0x02, 0xfb, 0x7b, 0xbe, 0xcf, 0x30, 0xe7, 0xea, 0x43, 0x70, 0x15, 0xc9, 0xa3, 0xa6, 0xdc, - 0x56, 0x1a, 0xd7, 0x5a, 0xea, 0x64, 0x68, 0xac, 0x0e, 0x50, 0x18, 0x3c, 0x85, 0xf9, 0x07, 0x68, - 0x17, 0xbf, 0xa8, 0xfb, 0xa0, 0xd6, 0xcf, 0x04, 0xb4, 0xa5, 0xec, 0xe7, 0xe7, 0x47, 0x43, 0xa3, - 0xf2, 0x7b, 0x68, 0xdc, 0xeb, 0x12, 0x71, 0x98, 0xb8, 0xa6, 0x47, 0x43, 0x2b, 0x87, 0x90, 0x8f, - 0x1d, 0xee, 0xbf, 0xb7, 0xc4, 0x20, 0xc6, 0xdc, 0x6c, 0x63, 0x6f, 0x32, 0x34, 0xea, 0x52, 0x5a, - 0xaa, 0x40, 0x3b, 0x97, 0x83, 0x93, 0x25, 0xb0, 0xd1, 0x26, 0x5c, 0x30, 0xe2, 0x26, 0x82, 0xd0, - 0xa8, 0xc3, 0x68, 0x4c, 0x59, 0x7a, 0xe2, 0x6a, 0x04, 0x56, 0xa3, 0x03, 0xe1, 0x90, 0xc8, 0xc3, - 0x91, 0x20, 0x3d, 0x5c, 0x90, 0xbe, 0xbc, 0x70, 0xf2, 0x9b, 0x32, 0xf9, 0x69, 0x35, 0x68, 0xd7, - 0xa3, 0x03, 0xf1, 0xaa, 0x7c, 0x57, 0xfb, 0x60, 0xdd, 0xc7, 0x3d, 0x1c, 0xd0, 0x18, 0x33, 0x87, - 0xe1, 0x3e, 0x62, 0x3e, 0xcf, 0xeb, 0x7d, 0x7d, 0xe1, 0x94, 0x9a, 0x4c, 0x39, 0x23, 0x08, 0xed, - 0xb5, 0xf2, 0xce, 0x96, 0x57, 0x69, 0xa1, 0x1e, 0x0d, 0xc3, 0x24, 0x22, 0x62, 0xe0, 0xc4, 0x94, - 0x06, 0x5a, 0xf5, 0x72, 0x85, 0x9e, 0x56, 0x83, 0x76, 0xbd, 0xbc, 0xe8, 0xa4, 0xef, 0x9f, 0xaf, - 0x80, 0x5a, 0x27, 0x33, 0x9f, 0xfa, 0x09, 0x68, 0xfe, 0x89, 0xf6, 0x3b, 0xf1, 0xb4, 0xff, 0x59, - 0xb7, 0x57, 0x76, 0x9f, 0x99, 0x8b, 0x38, 0xd3, 0x9c, 0x33, 0xc4, 0xd6, 0x72, 0x5a, 0x83, 0xbd, - 0xe1, 0xcf, 0x99, 0xf1, 0x0f, 0x05, 0x6c, 0xf7, 0x73, 0x6b, 0x3a, 0x33, 0xcd, 0x72, 0x18, 0xf6, - 0x30, 0xe9, 0x61, 0x96, 0xce, 0xa1, 0xda, 0x58, 0xd9, 0x7d, 0xb2, 0x18, 0xcc, 0x19, 0xb3, 0xb7, - 0xee, 0xa7, 0x10, 0x93, 0xa1, 0xb1, 0x35, 0x67, 0x28, 0x65, 0x1e, 0x68, 0x6f, 0x15, 0x34, 0xed, - 0x33, 0x53, 0xb2, 0x0b, 0x14, 0xf5, 0xa7, 0x02, 0xee, 0x96, 0xcc, 0x53, 0x3f, 0xfd, 0x07, 0xba, - 0x7a, 0x19, 0xe8, 0x07, 0x39, 0x34, 0x94, 0xd0, 0xe7, 0x24, 0x82, 0x36, 0x2c, 0x78, 0xa6, 0x76, - 0x9e, 0xc1, 0xfe, 0xaa, 0x80, 0x75, 0x9e, 0xc4, 0x71, 0x80, 0x43, 0x1c, 0x09, 0x07, 0x85, 0x34, - 0x89, 0x84, 0xb6, 0x9c, 0x21, 0xde, 0x32, 0xa5, 0xa1, 0xcc, 0x74, 0x85, 0x94, 0x44, 0x2f, 0x28, - 0x89, 0x5a, 0x6f, 0x72, 0x8c, 0xdc, 0xd0, 0x33, 0x0a, 0xf0, 0xfb, 0x1f, 0xa3, 0xb1, 0x80, 0x41, - 0x53, 0x31, 0x6e, 0xaf, 0x4d, 0xe3, 0xf7, 0xb2, 0xf0, 0xd6, 0xdb, 0xa3, 0x91, 0xae, 0x1c, 0x8f, - 0x74, 0xe5, 0xef, 0x48, 0x57, 0xbe, 0x8c, 0xf5, 0xca, 0xf1, 0x58, 0xaf, 0xfc, 0x1a, 0xeb, 0x95, - 0x77, 0x8f, 0x4f, 0xa8, 0xca, 0x0e, 0xee, 0xe4, 0x2d, 0xb4, 0xca, 0x8d, 0xda, 0x6b, 0x36, 0xad, - 0x0f, 0xf9, 0x5e, 0xcd, 0xf2, 0xb8, 0xb5, 0x6c, 0xe7, 0x3d, 0xfa, 0x17, 0x00, 0x00, 0xff, 0xff, - 0xfb, 0x5f, 0x3d, 0xfc, 0x76, 0x05, 0x00, 0x00, + // 602 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x94, 0xc1, 0x6e, 0xd3, 0x4c, + 0x10, 0xc7, 0xe3, 0xa6, 0x5f, 0x3e, 0xb1, 0x55, 0x4a, 0x6b, 0x81, 0x6a, 0x7a, 0xb0, 0xe9, 0x52, + 0x50, 0x40, 0xd4, 0x56, 0x02, 0x5c, 0x90, 0x10, 0x6a, 0x88, 0x84, 0x40, 0x08, 0x45, 0xbe, 0x54, + 0xe2, 0x62, 0xad, 0xed, 0x6d, 0xba, 0xc2, 0xf6, 0x5a, 0xbb, 0xeb, 0x84, 0x70, 0xe0, 0x01, 0x38, + 0x71, 0xe0, 0xc0, 0x33, 0x70, 0x43, 0xe2, 0x21, 0x7a, 0xec, 0x11, 0x71, 0x08, 0x28, 0x79, 0x83, + 0x3c, 0x01, 0xb2, 0xd7, 0x76, 0xda, 0x86, 0xa0, 0x54, 0x3d, 0x79, 0xbd, 0xf6, 0xfc, 0xe7, 0x37, + 0x33, 0x7f, 0x0d, 0xb8, 0xc5, 0x05, 0x62, 0x3d, 0xf4, 0x1e, 0x5b, 0x28, 0x08, 0xa8, 0x67, 0xf5, + 0x9b, 0x2e, 0x16, 0xa8, 0x69, 0xc5, 0x88, 0xa1, 0x90, 0x9b, 0x31, 0xa3, 0x82, 0xaa, 0xbb, 0x71, + 0xe2, 0x06, 0xc4, 0x43, 0x03, 0xcc, 0x69, 0x88, 0xcd, 0x22, 0xc4, 0xcc, 0x42, 0xcc, 0x3c, 0x64, + 0xfb, 0x5a, 0x8f, 0xf6, 0x68, 0x16, 0x60, 0xa5, 0x27, 0x19, 0xbb, 0xad, 0x7b, 0x94, 0x87, 0x94, + 0x5b, 0x2e, 0xe2, 0xb8, 0x54, 0xf7, 0x28, 0x89, 0xe4, 0x77, 0xf8, 0x45, 0x01, 0x57, 0x0f, 0x30, + 0xe9, 0x1d, 0x09, 0xec, 0xef, 0xfb, 0x3e, 0xc3, 0x9c, 0xab, 0xf7, 0xc1, 0xff, 0x48, 0x1e, 0x35, + 0xe5, 0xa6, 0xd2, 0xb8, 0xd2, 0x56, 0xa7, 0x23, 0x63, 0x7d, 0x88, 0xc2, 0xe0, 0x31, 0xcc, 0x3f, + 0x40, 0xbb, 0xf8, 0x45, 0x3d, 0x00, 0xb5, 0x41, 0x26, 0xa0, 0xad, 0x64, 0x3f, 0x3f, 0x3d, 0x1e, + 0x19, 0x95, 0x9f, 0x23, 0xe3, 0x4e, 0x8f, 0x88, 0xa3, 0xc4, 0x35, 0x3d, 0x1a, 0x5a, 0x39, 0x84, + 0x7c, 0xec, 0x71, 0xff, 0xad, 0x25, 0x86, 0x31, 0xe6, 0x66, 0x07, 0x7b, 0xd3, 0x91, 0x51, 0x97, + 0xd2, 0x52, 0x05, 0xda, 0xb9, 0x1c, 0x9c, 0xae, 0x80, 0xad, 0x0e, 0xe1, 0x82, 0x11, 0x37, 0x11, + 0x84, 0x46, 0x5d, 0x46, 0x63, 0xca, 0xd2, 0x13, 0x57, 0x23, 0xb0, 0x1e, 0x1d, 0x0a, 0x87, 0x44, + 0x1e, 0x8e, 0x04, 0xe9, 0xe3, 0x82, 0xf4, 0xf9, 0x85, 0x93, 0x5f, 0x97, 0xc9, 0xcf, 0xaa, 0x41, + 0xbb, 0x1e, 0x1d, 0x8a, 0x17, 0xe5, 0xbb, 0x3a, 0x00, 0x9b, 0x3e, 0xee, 0xe3, 0x80, 0xc6, 0x98, + 0x39, 0x0c, 0x0f, 0x10, 0xf3, 0x79, 0x5e, 0xef, 0xcb, 0x0b, 0xa7, 0xd4, 0x64, 0xca, 0x39, 0x41, + 0x68, 0x6f, 0x94, 0x77, 0xb6, 0xbc, 0x4a, 0x0b, 0xf5, 0x68, 0x18, 0x26, 0x11, 0x11, 0x43, 0x27, + 0xa6, 0x34, 0xd0, 0xaa, 0x97, 0x2b, 0xf4, 0xac, 0x1a, 0xb4, 0xeb, 0xe5, 0x45, 0x37, 0x7d, 0xff, + 0xf8, 0x1f, 0xa8, 0x75, 0x33, 0xf3, 0xa9, 0x1f, 0x80, 0xe6, 0x9f, 0x6a, 0xbf, 0x13, 0xcf, 0xfa, + 0x9f, 0x75, 0x7b, 0xad, 0xf5, 0xc4, 0x5c, 0xc6, 0x99, 0xe6, 0x82, 0x21, 0xb6, 0x57, 0xd3, 0x1a, + 0xec, 0x2d, 0x7f, 0xc1, 0x8c, 0xbf, 0x29, 0x60, 0x77, 0x90, 0x5b, 0xd3, 0x99, 0x6b, 0x96, 0xc3, + 0xb0, 0x87, 0x49, 0x1f, 0xb3, 0x74, 0x0e, 0xd5, 0xc6, 0x5a, 0xeb, 0xd1, 0x72, 0x30, 0xe7, 0xcc, + 0xde, 0xbe, 0x9b, 0x42, 0x4c, 0x47, 0xc6, 0xce, 0x82, 0xa1, 0x94, 0x79, 0xa0, 0xbd, 0x53, 0xd0, + 0x74, 0xce, 0x4d, 0xc9, 0x2e, 0x50, 0xd4, 0xef, 0x0a, 0xb8, 0x5d, 0x32, 0xcf, 0xfc, 0xf4, 0x17, + 0xe8, 0xea, 0x65, 0xa0, 0xef, 0xe5, 0xd0, 0x50, 0x42, 0xff, 0x23, 0x11, 0xb4, 0x61, 0xc1, 0x33, + 0xb3, 0xf3, 0x1c, 0xf6, 0x67, 0x05, 0x6c, 0xf2, 0x24, 0x8e, 0x03, 0x1c, 0xe2, 0x48, 0x38, 0x28, + 0xa4, 0x49, 0x24, 0xb4, 0xd5, 0x0c, 0xf1, 0x86, 0x29, 0x0d, 0x65, 0xa6, 0x2b, 0xa4, 0x24, 0x7a, + 0x46, 0x49, 0xd4, 0x7e, 0x95, 0x63, 0xe4, 0x86, 0x9e, 0x53, 0x80, 0x5f, 0x7f, 0x19, 0x8d, 0x25, + 0x0c, 0x9a, 0x8a, 0x71, 0x7b, 0x63, 0x16, 0xbf, 0x9f, 0x85, 0xb7, 0x5f, 0x1f, 0x8f, 0x75, 0xe5, + 0x64, 0xac, 0x2b, 0xbf, 0xc7, 0xba, 0xf2, 0x69, 0xa2, 0x57, 0x4e, 0x26, 0x7a, 0xe5, 0xc7, 0x44, + 0xaf, 0xbc, 0x79, 0x78, 0x4a, 0x55, 0x76, 0x70, 0x2f, 0x6f, 0xa1, 0x55, 0x6e, 0xd4, 0x7e, 0xb3, + 0x65, 0xbd, 0xcb, 0xf7, 0x6a, 0x96, 0xc7, 0xad, 0x65, 0x3b, 0xef, 0xc1, 0x9f, 0x00, 0x00, 0x00, + 0xff, 0xff, 0xc6, 0x66, 0xd8, 0x8a, 0x76, 0x05, 0x00, 0x00, } func (m *WeightedAddress) Marshal() (dAtA []byte, err error) { diff --git a/x/alloc/types/query.pb.go b/x/alloc/types/query.pb.go index f1f06331e..d303a0a9e 100644 --- a/x/alloc/types/query.pb.go +++ b/x/alloc/types/query.pb.go @@ -139,9 +139,9 @@ var fileDescriptor_119e427aa09d6464 = []byte{ 0xd6, 0x74, 0xf9, 0xc9, 0x64, 0x26, 0x05, 0x21, 0x39, 0x7d, 0xbc, 0x01, 0xe6, 0xe4, 0x77, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x26, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, - 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x10, 0x67, 0xe8, 0x42, 0xdd, 0x81, 0x30, 0xb2, 0xcc, 0xd0, 0x50, + 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0x10, 0x67, 0xe8, 0x42, 0xdd, 0x81, 0x30, 0xb2, 0xcc, 0xd0, 0x48, 0xbf, 0x02, 0x6a, 0x70, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0x38, 0x06, 0x8c, 0x01, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x0d, 0x16, 0x7c, 0x9f, 0x26, 0x02, 0x00, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x30, 0x2f, 0x99, 0xe9, 0x26, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/alloc/types/tx.pb.go b/x/alloc/types/tx.pb.go index d1f89465a..0eb8232c1 100644 --- a/x/alloc/types/tx.pb.go +++ b/x/alloc/types/tx.pb.go @@ -244,39 +244,39 @@ func init() { proto.RegisterFile("stargaze/alloc/v1beta1/tx.proto", fileDescript var fileDescriptor_8d14330d7694f253 = []byte{ // 536 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x7d, 0x49, 0x49, 0x93, 0x2b, 0x12, 0xe0, 0x14, 0x1a, 0x82, 0xb0, 0x83, 0xc5, 0x90, - 0xa5, 0x67, 0x52, 0xba, 0x10, 0x89, 0x21, 0xa9, 0xe8, 0x16, 0x84, 0x2c, 0xc4, 0xc0, 0x52, 0x9d, + 0x14, 0xc7, 0x7d, 0x49, 0x49, 0x9b, 0x2b, 0x12, 0xe0, 0x14, 0x1a, 0x82, 0xb0, 0x83, 0xc5, 0x90, + 0xa5, 0x67, 0x12, 0xba, 0x10, 0x89, 0x21, 0xa9, 0xe8, 0x16, 0x84, 0x2c, 0xc4, 0xc0, 0x52, 0x9d, 0xed, 0x87, 0xb1, 0xb0, 0xef, 0x22, 0xdf, 0xa5, 0x34, 0x7c, 0x02, 0xc6, 0x7e, 0x80, 0x0e, 0x99, 0xf9, 0x02, 0x7c, 0x85, 0x8e, 0x1d, 0x99, 0x02, 0x4a, 0x96, 0xce, 0x19, 0x98, 0x91, 0x7d, 0x76, 0x1a, 0x41, 0x2b, 0x55, 0x20, 0xa6, 0xe4, 0xe9, 0xbd, 0xdf, 0x7b, 0xff, 0xfb, 0xbf, 0xf3, 0x61, - 0x53, 0x48, 0x9a, 0x04, 0xf4, 0x13, 0xd8, 0x34, 0x8a, 0xb8, 0x67, 0x1f, 0x76, 0x5c, 0x90, 0xb4, - 0x63, 0xcb, 0x23, 0x32, 0x4c, 0xb8, 0xe4, 0xfa, 0xe3, 0xe1, 0xc8, 0x8d, 0x42, 0x8f, 0x7e, 0x04, - 0xc1, 0x63, 0x20, 0x45, 0x39, 0xc9, 0xca, 0x49, 0x5e, 0xde, 0xdc, 0x0c, 0x78, 0xc0, 0x33, 0xc0, - 0x4e, 0xff, 0x29, 0xb6, 0x69, 0x78, 0x5c, 0xc4, 0x5c, 0xd8, 0x2e, 0x15, 0xb0, 0xec, 0xec, 0xf1, - 0x90, 0xa9, 0xbc, 0xf5, 0xb3, 0x84, 0xb7, 0x06, 0x22, 0xd8, 0x4b, 0x80, 0x4a, 0x78, 0x03, 0x42, + 0x53, 0x48, 0x9a, 0x04, 0xf4, 0x13, 0xd8, 0x34, 0x8a, 0xb8, 0x67, 0x1f, 0xb6, 0x5d, 0x90, 0xb4, + 0x6d, 0xcb, 0x23, 0x32, 0x4c, 0xb8, 0xe4, 0xfa, 0xe3, 0xe1, 0xc8, 0x8d, 0x42, 0x8f, 0x7e, 0x04, + 0xc1, 0x63, 0x20, 0x45, 0x39, 0xc9, 0xca, 0x49, 0x5e, 0xde, 0xd8, 0x0a, 0x78, 0xc0, 0x33, 0xc0, + 0x4e, 0xff, 0x29, 0xb6, 0x61, 0x78, 0x5c, 0xc4, 0x5c, 0xd8, 0x2e, 0x15, 0xb0, 0xec, 0xec, 0xf1, + 0x90, 0xa9, 0xbc, 0xf5, 0xb3, 0x84, 0xb7, 0x07, 0x22, 0xd8, 0x4b, 0x80, 0x4a, 0x78, 0x03, 0x42, 0x86, 0x2c, 0xe8, 0x79, 0x1e, 0x1f, 0x31, 0xa9, 0x77, 0xf1, 0xcd, 0x77, 0x09, 0x8f, 0x0f, 0xa8, - 0xef, 0x27, 0x20, 0x44, 0x03, 0xb5, 0x50, 0xbb, 0xd6, 0xdf, 0x5a, 0x4c, 0xcd, 0xfa, 0x98, 0xc6, - 0x51, 0xd7, 0x5a, 0xcd, 0x5a, 0xce, 0x46, 0x1a, 0xf6, 0x54, 0xa4, 0xef, 0x62, 0x2c, 0xf9, 0x92, - 0x2c, 0x65, 0xe4, 0xdd, 0xc5, 0xd4, 0xbc, 0xa3, 0xc8, 0x8b, 0x9c, 0xe5, 0xd4, 0x24, 0x2f, 0x28, - 0x0f, 0x57, 0x68, 0x9c, 0xce, 0x6e, 0x94, 0x5b, 0xe5, 0xf6, 0xc6, 0xce, 0x7d, 0xa2, 0xe4, 0x93, - 0x54, 0x7e, 0x71, 0x52, 0xb2, 0xc7, 0x43, 0xd6, 0x7f, 0x72, 0x3a, 0x35, 0xb5, 0x2f, 0xdf, 0xcd, - 0x76, 0x10, 0xca, 0xf7, 0x23, 0x97, 0x78, 0x3c, 0xb6, 0xf3, 0xb3, 0xaa, 0x9f, 0x6d, 0xe1, 0x7f, - 0xb0, 0xe5, 0x78, 0x08, 0x22, 0x03, 0x84, 0x93, 0xb7, 0x4e, 0xa5, 0xa5, 0x16, 0xca, 0x03, 0x19, - 0xc6, 0xd0, 0x58, 0x6b, 0xa1, 0x76, 0x79, 0x55, 0xda, 0x45, 0xce, 0x72, 0x6a, 0x59, 0xf0, 0x3a, - 0x8c, 0x41, 0x27, 0xb8, 0x0a, 0xcc, 0x57, 0xcc, 0x8d, 0x8c, 0xa9, 0x2f, 0xa6, 0xe6, 0x2d, 0xc5, - 0x14, 0x19, 0xcb, 0x59, 0x07, 0xe6, 0x67, 0xf5, 0x0d, 0xbc, 0xee, 0x43, 0x44, 0xc7, 0xe0, 0x37, - 0x2a, 0x2d, 0xd4, 0xae, 0x3a, 0x45, 0xd8, 0x5d, 0x3b, 0x9f, 0x98, 0xc8, 0x7a, 0x84, 0xcd, 0x2b, - 0x7c, 0x77, 0x40, 0x0c, 0x39, 0x13, 0x60, 0x9d, 0x20, 0x5c, 0x1f, 0x88, 0x60, 0x7f, 0xc4, 0xfc, - 0x7d, 0x1a, 0x26, 0xee, 0x28, 0x61, 0xaf, 0x38, 0x8f, 0xf4, 0x7b, 0xb8, 0x22, 0x80, 0xf9, 0x90, - 0xa8, 0x8d, 0x38, 0x79, 0xb4, 0xe2, 0x5e, 0xe9, 0xbf, 0xb9, 0xd7, 0xad, 0x7e, 0x9e, 0x98, 0xda, - 0xf9, 0xc4, 0xd4, 0xac, 0x87, 0xf8, 0xc1, 0x25, 0xea, 0x0a, 0xf5, 0x3b, 0x5f, 0x4b, 0xb8, 0x3c, - 0x10, 0x81, 0x7e, 0x82, 0xf0, 0xe6, 0xa5, 0xd7, 0xeb, 0x39, 0xb9, 0xce, 0xbd, 0x26, 0x57, 0xb8, - 0xd4, 0x7c, 0xf1, 0x4f, 0x78, 0x21, 0x53, 0x3f, 0x46, 0xf8, 0xf6, 0x1f, 0x0e, 0x3f, 0xbb, 0x76, - 0xef, 0xdf, 0xd1, 0x66, 0xef, 0xaf, 0xd1, 0x42, 0x52, 0xff, 0xe5, 0xe9, 0xcc, 0x40, 0x67, 0x33, - 0x03, 0xfd, 0x98, 0x19, 0xe8, 0x78, 0x6e, 0x68, 0x67, 0x73, 0x43, 0xfb, 0x36, 0x37, 0xb4, 0xb7, - 0xbb, 0x2b, 0xeb, 0x52, 0x63, 0xb6, 0xf3, 0x39, 0xf6, 0xf2, 0x11, 0x39, 0xec, 0x74, 0xec, 0xa3, - 0xfc, 0x29, 0xc9, 0x16, 0xe8, 0x56, 0xb2, 0x4f, 0xfd, 0xe9, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x4a, 0x36, 0xdf, 0x7c, 0x69, 0x04, 0x00, 0x00, + 0xef, 0x27, 0x20, 0x44, 0x1d, 0x35, 0x51, 0xab, 0xda, 0xdf, 0x5e, 0x4c, 0xcd, 0xda, 0x98, 0xc6, + 0x51, 0xd7, 0x5a, 0xcd, 0x5a, 0xce, 0x66, 0x1a, 0xf6, 0x54, 0xa4, 0xef, 0x62, 0x2c, 0xf9, 0x92, + 0x2c, 0x65, 0xe4, 0xdd, 0xc5, 0xd4, 0xbc, 0xa3, 0xc8, 0x8b, 0x9c, 0xe5, 0x54, 0x25, 0x2f, 0x28, + 0x0f, 0x57, 0x68, 0x9c, 0xce, 0xae, 0x97, 0x9b, 0xe5, 0xd6, 0x66, 0xe7, 0x3e, 0x51, 0xf2, 0x49, + 0x2a, 0xbf, 0x38, 0x29, 0xd9, 0xe3, 0x21, 0xeb, 0x3f, 0x39, 0x9d, 0x9a, 0xda, 0x97, 0xef, 0x66, + 0x2b, 0x08, 0xe5, 0xfb, 0x91, 0x4b, 0x3c, 0x1e, 0xdb, 0xf9, 0x59, 0xd5, 0xcf, 0x8e, 0xf0, 0x3f, + 0xd8, 0x72, 0x3c, 0x04, 0x91, 0x01, 0xc2, 0xc9, 0x5b, 0xa7, 0xd2, 0x52, 0x0b, 0xe5, 0x81, 0x0c, + 0x63, 0xa8, 0xaf, 0x35, 0x51, 0xab, 0xbc, 0x2a, 0xed, 0x22, 0x67, 0x39, 0xd5, 0x2c, 0x78, 0x1d, + 0xc6, 0xa0, 0x13, 0xbc, 0x01, 0xcc, 0x57, 0xcc, 0x8d, 0x8c, 0xa9, 0x2d, 0xa6, 0xe6, 0x2d, 0xc5, + 0x14, 0x19, 0xcb, 0x59, 0x07, 0xe6, 0x67, 0xf5, 0x75, 0xbc, 0xee, 0x43, 0x44, 0xc7, 0xe0, 0xd7, + 0x2b, 0x4d, 0xd4, 0xda, 0x70, 0x8a, 0xb0, 0xbb, 0x76, 0x3e, 0x31, 0x91, 0xf5, 0x08, 0x9b, 0x57, + 0xf8, 0xee, 0x80, 0x18, 0x72, 0x26, 0xc0, 0x3a, 0x41, 0xb8, 0x36, 0x10, 0xc1, 0xfe, 0x88, 0xf9, + 0xfb, 0x34, 0x4c, 0xdc, 0x51, 0xc2, 0x5e, 0x71, 0x1e, 0xe9, 0xf7, 0x70, 0x45, 0x00, 0xf3, 0x21, + 0x51, 0x1b, 0x71, 0xf2, 0x68, 0xc5, 0xbd, 0xd2, 0x7f, 0x73, 0xaf, 0xbb, 0xf1, 0x79, 0x62, 0x6a, + 0xe7, 0x13, 0x53, 0xb3, 0x1e, 0xe2, 0x07, 0x97, 0xa8, 0x2b, 0xd4, 0x77, 0xbe, 0x96, 0x70, 0x79, + 0x20, 0x02, 0xfd, 0x04, 0xe1, 0xad, 0x4b, 0xaf, 0xd7, 0x73, 0x72, 0x9d, 0x7b, 0x4d, 0xae, 0x70, + 0xa9, 0xf1, 0xe2, 0x9f, 0xf0, 0x42, 0xa6, 0x7e, 0x8c, 0xf0, 0xed, 0x3f, 0x1c, 0x7e, 0x76, 0xed, + 0xde, 0xbf, 0xa3, 0x8d, 0xde, 0x5f, 0xa3, 0x85, 0xa4, 0xfe, 0xcb, 0xd3, 0x99, 0x81, 0xce, 0x66, + 0x06, 0xfa, 0x31, 0x33, 0xd0, 0xf1, 0xdc, 0xd0, 0xce, 0xe6, 0x86, 0xf6, 0x6d, 0x6e, 0x68, 0x6f, + 0x77, 0x57, 0xd6, 0xa5, 0xc6, 0xec, 0xe4, 0x73, 0xec, 0xe5, 0x23, 0x72, 0xd8, 0xee, 0xd8, 0x47, + 0xf9, 0x53, 0x92, 0x2d, 0xd0, 0xad, 0x64, 0x9f, 0xfa, 0xd3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x77, 0x0f, 0x3a, 0x0a, 0x69, 0x04, 0x00, 0x00, } func (this *MsgCreateVestingAccount) Equal(that interface{}) bool { diff --git a/x/alloc/wasm/encoder.go b/x/alloc/wasm/encoder.go index 4f85f49dc..82d84da13 100644 --- a/x/alloc/wasm/encoder.go +++ b/x/alloc/wasm/encoder.go @@ -8,8 +8,8 @@ import ( wasmvmtypes "github.com/CosmWasm/wasmvm/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - sgwasm "github.com/public-awesome/stargaze/v11/internal/wasm" - "github.com/public-awesome/stargaze/v11/x/alloc/types" + sgwasm "github.com/public-awesome/stargaze/v12/internal/wasm" + "github.com/public-awesome/stargaze/v12/x/alloc/types" ) var _ sgwasm.Encoder = Encoder diff --git a/x/claim/abci.go b/x/claim/abci.go index cfa374e35..02cb2cbb5 100644 --- a/x/claim/abci.go +++ b/x/claim/abci.go @@ -2,7 +2,7 @@ package claim import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/keeper" + "github.com/public-awesome/stargaze/v12/x/claim/keeper" ) // EndBlocker called every block, process inflation, update validator set. diff --git a/x/claim/client/cli/query.go b/x/claim/client/cli/query.go index ae1d71cb6..667a568d9 100644 --- a/x/claim/client/cli/query.go +++ b/x/claim/client/cli/query.go @@ -16,7 +16,7 @@ import ( // "github.com/cosmos/cosmos-sdk/client/flags" // sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/claim/client/cli/tx.go b/x/claim/client/cli/tx.go index 3be8493d3..78addda53 100644 --- a/x/claim/client/cli/tx.go +++ b/x/claim/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/claim/client/cli/tx_initial_claim.go b/x/claim/client/cli/tx_initial_claim.go index 11a19c97c..ce9a5bdd7 100644 --- a/x/claim/client/cli/tx_initial_claim.go +++ b/x/claim/client/cli/tx_initial_claim.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) var _ = strconv.Itoa(0) diff --git a/x/claim/handler.go b/x/claim/handler.go index f6d0ec107..b90dec9b4 100644 --- a/x/claim/handler.go +++ b/x/claim/handler.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/x/claim/keeper" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/keeper" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // NewHandler ... diff --git a/x/claim/keeper/claim.go b/x/claim/keeper/claim.go index bdd27a30d..4a241dd8d 100644 --- a/x/claim/keeper/claim.go +++ b/x/claim/keeper/claim.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/gogo/protobuf/proto" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // CreateModuleAccount creates module account of airdrop module diff --git a/x/claim/keeper/claim_test.go b/x/claim/keeper/claim_test.go index 23531fdb1..a3e306e31 100644 --- a/x/claim/keeper/claim_test.go +++ b/x/claim/keeper/claim_test.go @@ -8,7 +8,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) func (suite *KeeperTestSuite) TestHookOfUnclaimableAccount() { diff --git a/x/claim/keeper/genesis.go b/x/claim/keeper/genesis.go index 6f375025c..f89d4dd28 100644 --- a/x/claim/keeper/genesis.go +++ b/x/claim/keeper/genesis.go @@ -4,7 +4,7 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" abci "github.com/tendermint/tendermint/abci/types" ) diff --git a/x/claim/keeper/genesis_test.go b/x/claim/keeper/genesis_test.go index 745a39696..ff1b24114 100644 --- a/x/claim/keeper/genesis_test.go +++ b/x/claim/keeper/genesis_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) func (s *KeeperTestSuite) TestExportGenesis() { diff --git a/x/claim/keeper/grpc_query.go b/x/claim/keeper/grpc_query.go index 1c6026ffd..84bf3e7b3 100644 --- a/x/claim/keeper/grpc_query.go +++ b/x/claim/keeper/grpc_query.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/claim/keeper/hooks.go b/x/claim/keeper/hooks.go index 8c0c6e0d3..bce88e517 100644 --- a/x/claim/keeper/hooks.go +++ b/x/claim/keeper/hooks.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) func (k Keeper) AfterProposalVote(ctx sdk.Context, _ uint64, voterAddr sdk.AccAddress) { diff --git a/x/claim/keeper/keeper.go b/x/claim/keeper/keeper.go index d3b96b0b8..48fc45e79 100644 --- a/x/claim/keeper/keeper.go +++ b/x/claim/keeper/keeper.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) type ( diff --git a/x/claim/keeper/keeper_test.go b/x/claim/keeper/keeper_test.go index 0050b02d1..aca19c06e 100644 --- a/x/claim/keeper/keeper_test.go +++ b/x/claim/keeper/keeper_test.go @@ -11,10 +11,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" - "github.com/public-awesome/stargaze/v11/x/claim/keeper" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" + "github.com/public-awesome/stargaze/v12/x/claim/keeper" + "github.com/public-awesome/stargaze/v12/x/claim/types" "github.com/stretchr/testify/suite" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" ) diff --git a/x/claim/keeper/msg_server.go b/x/claim/keeper/msg_server.go index cc32ef226..5576bb536 100644 --- a/x/claim/keeper/msg_server.go +++ b/x/claim/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) type msgServer struct { diff --git a/x/claim/keeper/msg_server_claim_for.go b/x/claim/keeper/msg_server_claim_for.go index 190758d33..337d7e16e 100644 --- a/x/claim/keeper/msg_server_claim_for.go +++ b/x/claim/keeper/msg_server_claim_for.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) func (k msgServer) ClaimFor(goCtx context.Context, msg *types.MsgClaimFor) (*types.MsgClaimForResponse, error) { diff --git a/x/claim/keeper/msg_server_initial_claim.go b/x/claim/keeper/msg_server_initial_claim.go index 79402feea..9b2971a78 100644 --- a/x/claim/keeper/msg_server_initial_claim.go +++ b/x/claim/keeper/msg_server_initial_claim.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) func (k msgServer) InitialClaim(goCtx context.Context, msg *types.MsgInitialClaim) (*types.MsgInitialClaimResponse, error) { diff --git a/x/claim/keeper/params.go b/x/claim/keeper/params.go index 20aa24428..52754fde2 100644 --- a/x/claim/keeper/params.go +++ b/x/claim/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // GetParams returns the total set of claim parameters. diff --git a/x/claim/module.go b/x/claim/module.go index 99426f1e5..c043de912 100644 --- a/x/claim/module.go +++ b/x/claim/module.go @@ -18,9 +18,9 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/public-awesome/stargaze/v11/x/claim/client/cli" - "github.com/public-awesome/stargaze/v11/x/claim/keeper" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/client/cli" + "github.com/public-awesome/stargaze/v12/x/claim/keeper" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) var ( diff --git a/x/claim/simulation/genesis.go b/x/claim/simulation/genesis.go index a3f4e72f5..2dc23128f 100644 --- a/x/claim/simulation/genesis.go +++ b/x/claim/simulation/genesis.go @@ -2,7 +2,7 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" ) // RandomizedGenState generates a random GenesisState for claim diff --git a/x/claim/types/claim_record.pb.go b/x/claim/types/claim_record.pb.go index 4e6baa831..60a48e9bc 100644 --- a/x/claim/types/claim_record.pb.go +++ b/x/claim/types/claim_record.pb.go @@ -133,35 +133,35 @@ func init() { } var fileDescriptor_8a75b9157744df4f = []byte{ - // 443 bytes of a gzipped FileDescriptorProto + // 444 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x52, 0xc1, 0x6e, 0xd3, 0x30, 0x18, 0x4e, 0xda, 0x6a, 0x80, 0x07, 0x23, 0x18, 0xb4, 0x95, 0x1e, 0x9c, 0x2a, 0xe2, 0x50, 0x10, - 0xb3, 0x55, 0xe0, 0xc4, 0x6d, 0x29, 0x42, 0x02, 0x89, 0x1d, 0x3a, 0xc4, 0x81, 0x4b, 0xe5, 0x24, - 0xbf, 0x82, 0xb5, 0x24, 0x8e, 0x62, 0x77, 0x30, 0x9e, 0x80, 0x23, 0xef, 0xc0, 0x05, 0x71, 0xe4, - 0x29, 0x76, 0xdc, 0x91, 0x53, 0x41, 0xed, 0x1b, 0xec, 0x09, 0x50, 0x6c, 0x07, 0x26, 0x24, 0x4e, - 0xb6, 0x3f, 0xff, 0xdf, 0xf7, 0x7f, 0xff, 0xaf, 0x0f, 0xdd, 0x57, 0x9a, 0x37, 0x39, 0xff, 0x08, - 0x2c, 0x2d, 0xb8, 0x28, 0xd9, 0xc9, 0x34, 0x01, 0xcd, 0xa7, 0xf6, 0xb5, 0x68, 0x20, 0x95, 0x4d, - 0x46, 0xeb, 0x46, 0x6a, 0x89, 0xef, 0xd5, 0xcb, 0xa4, 0x10, 0x29, 0x7f, 0x0f, 0x4a, 0x96, 0x40, - 0x3b, 0x22, 0x35, 0xa5, 0xd4, 0x11, 0x47, 0x77, 0x72, 0x99, 0x4b, 0x43, 0x60, 0xed, 0xcd, 0x72, - 0x47, 0x24, 0x95, 0xaa, 0x94, 0x8a, 0x25, 0x5c, 0xc1, 0xdf, 0x1e, 0x52, 0x54, 0xf6, 0x3f, 0xfa, - 0xde, 0x43, 0xdb, 0xb3, 0x56, 0x67, 0x6e, 0x3a, 0xe2, 0x87, 0xe8, 0x0a, 0xcf, 0xb2, 0x06, 0x94, - 0x1a, 0xfa, 0x63, 0x7f, 0x72, 0x2d, 0xc6, 0x17, 0xab, 0x70, 0xe7, 0x94, 0x97, 0xc5, 0xd3, 0xc8, - 0x7d, 0x44, 0xf3, 0xae, 0x04, 0x7f, 0xf5, 0xd1, 0x50, 0x54, 0x42, 0x0b, 0x5e, 0x2c, 0x8c, 0x1b, - 0x9e, 0x14, 0xb0, 0xe0, 0xa5, 0x5c, 0x56, 0x7a, 0xd8, 0x1b, 0xf7, 0x27, 0xdb, 0x8f, 0xee, 0x52, - 0xeb, 0x80, 0xb6, 0x0e, 0x3a, 0xb3, 0x74, 0x26, 0x45, 0x15, 0x1f, 0x9d, 0xad, 0x42, 0xef, 0x62, - 0x15, 0x86, 0x56, 0xfe, 0x7f, 0x42, 0xd1, 0xb7, 0x9f, 0xe1, 0x24, 0x17, 0xfa, 0xdd, 0x32, 0xa1, - 0xa9, 0x2c, 0x99, 0x9b, 0xc8, 0x1e, 0xfb, 0x2a, 0x3b, 0x66, 0xfa, 0xb4, 0x06, 0x65, 0x34, 0xd5, - 0x7c, 0xd7, 0xc9, 0xcc, 0x3a, 0x95, 0x03, 0x23, 0x82, 0x5f, 0xa2, 0x80, 0xa7, 0x5a, 0xc8, 0x6a, - 0x91, 0xca, 0xb2, 0x2e, 0x40, 0x43, 0x36, 0x1c, 0x8c, 0xfb, 0x93, 0xab, 0x71, 0xe8, 0x6c, 0xec, - 0xb9, 0x29, 0xff, 0xa9, 0x8a, 0xe6, 0x37, 0x2d, 0x34, 0xeb, 0x90, 0x07, 0x1a, 0x6d, 0x1d, 0x18, - 0x08, 0xef, 0x22, 0x6c, 0x6f, 0x2f, 0x2e, 0x75, 0x0d, 0x3c, 0x1c, 0xa0, 0xeb, 0x16, 0x8f, 0x45, - 0x76, 0xf8, 0xfc, 0x75, 0xe0, 0xe3, 0x5b, 0xe8, 0x86, 0x45, 0x5e, 0x89, 0x4a, 0xb7, 0x50, 0x0f, - 0xef, 0x20, 0x64, 0xa1, 0x37, 0x52, 0x43, 0xd0, 0xc7, 0x7b, 0xe8, 0xb6, 0x7d, 0x3f, 0x83, 0x02, - 0x72, 0xae, 0xe1, 0x48, 0xf3, 0x63, 0x08, 0x06, 0xa3, 0xc1, 0xa7, 0x2f, 0xc4, 0x8b, 0x0f, 0xcf, - 0xd6, 0xc4, 0x3f, 0x5f, 0x13, 0xff, 0xd7, 0x9a, 0xf8, 0x9f, 0x37, 0xc4, 0x3b, 0xdf, 0x10, 0xef, - 0xc7, 0x86, 0x78, 0x6f, 0x9f, 0x5c, 0xda, 0x8e, 0xcd, 0xca, 0xbe, 0x0b, 0x0b, 0xfb, 0x93, 0xb2, - 0x93, 0xe9, 0x94, 0x7d, 0x70, 0x59, 0x33, 0xfb, 0x4a, 0xb6, 0x4c, 0x02, 0x1e, 0xff, 0x0e, 0x00, - 0x00, 0xff, 0xff, 0x29, 0x7b, 0xcd, 0x48, 0x8a, 0x02, 0x00, 0x00, + 0xb3, 0xd5, 0xc1, 0x89, 0xdb, 0x52, 0x84, 0x04, 0x12, 0x3b, 0x74, 0x88, 0x03, 0x97, 0xca, 0x49, + 0x7e, 0x05, 0x6b, 0x49, 0x5c, 0xc5, 0xee, 0x60, 0x3c, 0x01, 0x47, 0xde, 0x81, 0x0b, 0xe2, 0xc8, + 0x53, 0xec, 0xb8, 0x23, 0xa7, 0x82, 0xda, 0x37, 0xd8, 0x13, 0xa0, 0xd8, 0x0e, 0x54, 0x48, 0x3b, + 0xd9, 0xfe, 0xfc, 0x7f, 0xdf, 0xff, 0xfd, 0xbf, 0x3e, 0xf4, 0x50, 0x69, 0x5e, 0xe7, 0xfc, 0x13, + 0xb0, 0xb4, 0xe0, 0xa2, 0x64, 0xa7, 0xe3, 0x04, 0x34, 0x1f, 0xdb, 0xd7, 0xac, 0x86, 0x54, 0xd6, + 0x19, 0x9d, 0xd7, 0x52, 0x4b, 0xfc, 0x60, 0xbe, 0x48, 0x0a, 0x91, 0xf2, 0x0f, 0xa0, 0x64, 0x09, + 0xb4, 0x25, 0x52, 0x53, 0x4a, 0x1d, 0x71, 0x70, 0x2f, 0x97, 0xb9, 0x34, 0x04, 0xd6, 0xdc, 0x2c, + 0x77, 0x40, 0x52, 0xa9, 0x4a, 0xa9, 0x58, 0xc2, 0x15, 0xfc, 0xeb, 0x21, 0x45, 0x65, 0xff, 0xa3, + 0x1f, 0x1d, 0xb4, 0x3d, 0x69, 0x74, 0xa6, 0xa6, 0x23, 0x7e, 0x8c, 0xae, 0xf1, 0x2c, 0xab, 0x41, + 0xa9, 0xbe, 0x3f, 0xf4, 0x47, 0x37, 0x62, 0x7c, 0xb9, 0x0c, 0x77, 0xce, 0x78, 0x59, 0x3c, 0x8b, + 0xdc, 0x47, 0x34, 0x6d, 0x4b, 0xf0, 0x37, 0x1f, 0xf5, 0x45, 0x25, 0xb4, 0xe0, 0xc5, 0xcc, 0xb8, + 0xe1, 0x49, 0x01, 0x33, 0x5e, 0xca, 0x45, 0xa5, 0xfb, 0x9d, 0x61, 0x77, 0xb4, 0x7d, 0x70, 0x9f, + 0x5a, 0x07, 0xb4, 0x71, 0xd0, 0x9a, 0xa5, 0x13, 0x29, 0xaa, 0xf8, 0xf8, 0x7c, 0x19, 0x7a, 0x97, + 0xcb, 0x30, 0xb4, 0xf2, 0x57, 0x09, 0x45, 0xdf, 0x7f, 0x85, 0xa3, 0x5c, 0xe8, 0xf7, 0x8b, 0x84, + 0xa6, 0xb2, 0x64, 0x6e, 0x22, 0x7b, 0xec, 0xab, 0xec, 0x84, 0xe9, 0xb3, 0x39, 0x28, 0xa3, 0xa9, + 0xa6, 0xbb, 0x4e, 0x66, 0xd2, 0xaa, 0x1c, 0x1a, 0x11, 0xfc, 0x0a, 0x05, 0x3c, 0xd5, 0x42, 0x56, + 0xb3, 0x54, 0x96, 0xf3, 0x02, 0x34, 0x64, 0xfd, 0xde, 0xb0, 0x3b, 0xba, 0x1e, 0x87, 0xce, 0xc6, + 0x9e, 0x9b, 0xf2, 0xbf, 0xaa, 0x68, 0x7a, 0xdb, 0x42, 0x93, 0x16, 0x79, 0xa4, 0xd1, 0xd6, 0xa1, + 0x81, 0xf0, 0x2e, 0xc2, 0xf6, 0xf6, 0x72, 0xa3, 0x6b, 0xe0, 0xe1, 0x00, 0xdd, 0xb4, 0x78, 0x2c, + 0xb2, 0xa3, 0x17, 0x6f, 0x02, 0x1f, 0xdf, 0x41, 0xb7, 0x2c, 0xf2, 0x5a, 0x54, 0xba, 0x81, 0x3a, + 0x78, 0x07, 0x21, 0x0b, 0xbd, 0x95, 0x1a, 0x82, 0x2e, 0xde, 0x43, 0x77, 0xed, 0xfb, 0x39, 0x14, + 0x90, 0x73, 0x0d, 0xc7, 0x9a, 0x9f, 0x40, 0xd0, 0x1b, 0xf4, 0x3e, 0x7f, 0x25, 0x5e, 0x7c, 0x74, + 0xbe, 0x22, 0xfe, 0xc5, 0x8a, 0xf8, 0xbf, 0x57, 0xc4, 0xff, 0xb2, 0x26, 0xde, 0xc5, 0x9a, 0x78, + 0x3f, 0xd7, 0xc4, 0x7b, 0xf7, 0x74, 0x63, 0x3b, 0x36, 0x2b, 0xfb, 0x2e, 0x2c, 0xec, 0x6f, 0xca, + 0x4e, 0xc7, 0x07, 0xec, 0xa3, 0xcb, 0x9a, 0xd9, 0x57, 0xb2, 0x65, 0x12, 0xf0, 0xe4, 0x4f, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x14, 0x42, 0x28, 0x3e, 0x8a, 0x02, 0x00, 0x00, } func (m *ClaimRecord) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/genesis.pb.go b/x/claim/types/genesis.pb.go index 16f6704b6..d0d3e0fd9 100644 --- a/x/claim/types/genesis.pb.go +++ b/x/claim/types/genesis.pb.go @@ -98,7 +98,7 @@ func init() { } var fileDescriptor_cac1d615666a45cf = []byte{ - // 364 bytes of a gzipped FileDescriptorProto + // 365 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x91, 0x41, 0x4f, 0xc2, 0x30, 0x14, 0xc7, 0x37, 0x48, 0x38, 0x0c, 0xb8, 0x2c, 0x68, 0x90, 0xe8, 0x20, 0x13, 0x13, 0x4c, 0xb4, 0xcd, 0xd0, 0x93, 0x37, 0xc7, 0xc1, 0x9b, 0x31, 0xf3, 0xa6, 0x07, 0xd2, 0x95, 0x66, 0x2e, 0x59, @@ -120,8 +120,8 @@ var fileDescriptor_cac1d615666a45cf = []byte{ 0x43, 0x05, 0xfd, 0x71, 0x75, 0x83, 0x1a, 0xfe, 0x19, 0xe5, 0xfe, 0xed, 0x74, 0xe1, 0x98, 0xb3, 0x85, 0x63, 0x7e, 0x2e, 0x1c, 0xf3, 0x6d, 0xe9, 0x18, 0xb3, 0xa5, 0x63, 0xbc, 0x2f, 0x1d, 0xe3, 0xe1, 0x32, 0x8a, 0xc5, 0x53, 0x11, 0x02, 0xcc, 0x28, 0x54, 0x08, 0xe7, 0x9a, 0x01, 0x6e, 0x8e, - 0x36, 0xf6, 0x3c, 0xf8, 0xa2, 0x4f, 0x27, 0x26, 0x19, 0xe1, 0x61, 0x45, 0x9e, 0xec, 0xe2, 0x3b, - 0x00, 0x00, 0xff, 0xff, 0xbc, 0x29, 0xd7, 0xfa, 0x86, 0x02, 0x00, 0x00, + 0x36, 0xf6, 0xfa, 0xf0, 0x45, 0x9f, 0x4e, 0x4c, 0x32, 0xc2, 0xc3, 0x8a, 0x3c, 0xd9, 0xc5, 0x77, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x81, 0x10, 0x32, 0x8c, 0x86, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/genesis_test.go b/x/claim/types/genesis_test.go index a5cd3045f..2807806ab 100644 --- a/x/claim/types/genesis_test.go +++ b/x/claim/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "time" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/claim/types" + "github.com/public-awesome/stargaze/v12/x/claim/types" "github.com/stretchr/testify/require" ) diff --git a/x/claim/types/message_claim_for_test.go b/x/claim/types/message_claim_for_test.go index 06886fbde..4fa232401 100644 --- a/x/claim/types/message_claim_for_test.go +++ b/x/claim/types/message_claim_for_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/testutil/sample" + "github.com/public-awesome/stargaze/v12/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/claim/types/message_initial_claim_test.go b/x/claim/types/message_initial_claim_test.go index f88978d64..30775259d 100644 --- a/x/claim/types/message_initial_claim_test.go +++ b/x/claim/types/message_initial_claim_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/testutil/sample" + "github.com/public-awesome/stargaze/v12/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/claim/types/params.pb.go b/x/claim/types/params.pb.go index 3f0cecd56..1f567186e 100644 --- a/x/claim/types/params.pb.go +++ b/x/claim/types/params.pb.go @@ -211,8 +211,8 @@ var fileDescriptor_c219c2c72539a013 = []byte{ 0x1b, 0x52, 0x1a, 0x4a, 0xe5, 0x68, 0x73, 0xf6, 0xc5, 0xa8, 0x39, 0xaf, 0x2e, 0xe7, 0xba, 0x72, 0x35, 0xd7, 0x95, 0x1f, 0x73, 0x5d, 0xb9, 0x58, 0xe8, 0xb5, 0xab, 0x85, 0x5e, 0xfb, 0xb6, 0xd0, 0x6b, 0x1f, 0x9f, 0x46, 0x31, 0x3d, 0x2e, 0x7c, 0x2b, 0xc0, 0xa9, 0x2d, 0x48, 0x9f, 0x48, 0x54, - 0xfb, 0xfa, 0x1b, 0x3d, 0xe9, 0xf5, 0xec, 0x4f, 0xf2, 0x4b, 0xa5, 0xd3, 0x0c, 0xe5, 0x7e, 0x9d, - 0x47, 0x7f, 0xf8, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xfc, 0xe9, 0xa1, 0x66, 0x6a, 0x04, 0x00, 0x00, + 0xfb, 0xfa, 0x1b, 0x3d, 0xe9, 0xf5, 0xed, 0x4f, 0xf2, 0x4b, 0xa5, 0xd3, 0x0c, 0xe5, 0x7e, 0x9d, + 0x47, 0x7f, 0xf8, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xc1, 0xd0, 0x44, 0x10, 0x6a, 0x04, 0x00, 0x00, } func (m *ClaimAuthorization) Marshal() (dAtA []byte, err error) { diff --git a/x/claim/types/query.pb.go b/x/claim/types/query.pb.go index ad8347884..ab9da8ac1 100644 --- a/x/claim/types/query.pb.go +++ b/x/claim/types/query.pb.go @@ -487,55 +487,55 @@ func init() { } var fileDescriptor_b21e213c864ce5ea = []byte{ - // 766 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x96, 0x41, 0x6b, 0x13, 0x4d, - 0x18, 0xc7, 0x33, 0x7d, 0xdf, 0xe6, 0x7d, 0x9d, 0xd4, 0x82, 0xd3, 0x80, 0x71, 0x2b, 0x9b, 0x38, - 0x8a, 0x44, 0x6c, 0x77, 0x4c, 0x2b, 0x62, 0x05, 0xb5, 0x49, 0xb5, 0x85, 0x82, 0xa2, 0x41, 0x10, - 0xbc, 0x84, 0xc9, 0x66, 0x8c, 0xc1, 0xdd, 0x9d, 0x74, 0x67, 0x53, 0xad, 0xa5, 0x17, 0xef, 0x62, - 0x41, 0x0f, 0x7e, 0x01, 0x11, 0xbc, 0xfb, 0x0d, 0x3c, 0xf4, 0x58, 0xf0, 0xe2, 0x29, 0x95, 0xd6, - 0x93, 0xc7, 0x7e, 0x02, 0xd9, 0x99, 0x49, 0xb2, 0xb5, 0x49, 0x4d, 0x5a, 0xd0, 0x53, 0x92, 0xdd, - 0x79, 0xfe, 0xcf, 0xff, 0xf7, 0xcc, 0xcc, 0x9f, 0x40, 0x2c, 0x02, 0xea, 0x57, 0xe9, 0x0b, 0x46, - 0x6c, 0x87, 0xd6, 0x5c, 0xb2, 0x9c, 0x2b, 0xb3, 0x80, 0xe6, 0xc8, 0x52, 0x83, 0xf9, 0x2b, 0x56, - 0xdd, 0xe7, 0x01, 0x47, 0xe7, 0xea, 0x8d, 0xb2, 0x53, 0xb3, 0xe9, 0x33, 0x26, 0xb8, 0xcb, 0xac, - 0x56, 0x85, 0x25, 0x2b, 0x2c, 0x5d, 0x61, 0x24, 0xab, 0xbc, 0xca, 0x65, 0x01, 0x09, 0xbf, 0xa9, - 0x5a, 0xe3, 0x74, 0x95, 0xf3, 0xaa, 0xc3, 0x08, 0xad, 0xd7, 0x08, 0xf5, 0x3c, 0x1e, 0xd0, 0xa0, - 0xc6, 0x3d, 0xa1, 0xdf, 0x9a, 0x36, 0x17, 0x2e, 0x17, 0xa4, 0x4c, 0x05, 0x6b, 0xb7, 0xb6, 0x79, - 0xcd, 0xd3, 0xef, 0x2f, 0xf4, 0x70, 0x27, 0x7f, 0x95, 0x7c, 0x66, 0x73, 0xbf, 0xa2, 0x97, 0x9e, - 0xed, 0xb1, 0xb4, 0x4e, 0x7d, 0xea, 0xea, 0x7e, 0x18, 0xc3, 0xcc, 0xfd, 0x10, 0xec, 0x0e, 0xaf, - 0x34, 0x1c, 0x96, 0xb7, 0x6d, 0xde, 0xf0, 0x82, 0x02, 0x75, 0xa8, 0x67, 0xb3, 0x22, 0x5b, 0x6a, - 0x30, 0x11, 0xe0, 0x4f, 0x00, 0x9e, 0x39, 0x60, 0x91, 0xa8, 0x73, 0x4f, 0x30, 0xf4, 0x1a, 0xc0, - 0xa4, 0xdb, 0x65, 0x41, 0x0a, 0x64, 0xfe, 0xc9, 0x26, 0xa6, 0x4e, 0x59, 0x8a, 0xcc, 0x0a, 0xc9, - 0x5a, 0x23, 0xb2, 0xe6, 0x78, 0xcd, 0x2b, 0xcc, 0x6e, 0x34, 0xd3, 0xb1, 0xdd, 0x66, 0x7a, 0x64, - 0x85, 0xba, 0xce, 0x35, 0x1c, 0xd2, 0x0a, 0xfc, 0x71, 0x2b, 0x9d, 0xad, 0xd6, 0x82, 0x27, 0x8d, - 0xb2, 0x65, 0x73, 0x97, 0xe8, 0xb1, 0xa8, 0x8f, 0x49, 0x51, 0x79, 0x4a, 0x82, 0x95, 0x3a, 0x13, - 0x52, 0x40, 0x14, 0xbb, 0x36, 0xc6, 0x49, 0x88, 0xa4, 0xed, 0x7b, 0x12, 0xb8, 0x45, 0x43, 0xe1, - 0xd8, 0x9e, 0xa7, 0xda, 0xfe, 0x22, 0x8c, 0xab, 0xc1, 0xa4, 0x40, 0x06, 0x64, 0x13, 0x53, 0x13, - 0x56, 0x3f, 0x7b, 0x6c, 0x29, 0x95, 0xc2, 0xbf, 0x21, 0x42, 0x51, 0x2b, 0xe0, 0x79, 0x78, 0x52, - 0xb6, 0x98, 0x0b, 0x97, 0x16, 0xe5, 0x9e, 0xe8, 0xee, 0xe8, 0x22, 0xfc, 0x8f, 0x56, 0x2a, 0x3e, - 0x13, 0xaa, 0xcf, 0xb1, 0xc2, 0x89, 0xdd, 0x66, 0xfa, 0xb8, 0x02, 0x17, 0xcc, 0xab, 0x30, 0x1f, - 0x17, 0x5b, 0x2b, 0xf0, 0x2b, 0x00, 0x53, 0xfb, 0x85, 0xb4, 0xe1, 0x25, 0x38, 0x12, 0xdd, 0x74, - 0x6d, 0x3b, 0xd7, 0x9f, 0xed, 0x88, 0x60, 0x61, 0x5c, 0x8f, 0x7f, 0x4c, 0x8f, 0x3f, 0x22, 0x8a, - 0x8b, 0x09, 0xbb, 0xb3, 0x12, 0x7f, 0x00, 0xd0, 0xec, 0xf8, 0xa1, 0x65, 0x87, 0xcd, 0x73, 0x3f, - 0x6f, 0x87, 0xe7, 0xb7, 0xc5, 0x37, 0xf1, 0x2b, 0x1f, 0xda, 0x6d, 0xa6, 0x47, 0x95, 0x72, 0x0b, - 0xab, 0x0d, 0x88, 0x1e, 0xc2, 0x38, 0x95, 0xe5, 0xa9, 0xa1, 0x0c, 0xc8, 0x8e, 0xf6, 0x3b, 0x74, - 0xd5, 0x32, 0x3a, 0x3a, 0xa5, 0x82, 0x8b, 0x5a, 0x0e, 0xbf, 0x05, 0x30, 0xdd, 0xd3, 0x69, 0x7b, - 0x80, 0xc3, 0xf2, 0xa8, 0xfd, 0x89, 0x03, 0xaa, 0x3a, 0xe1, 0x45, 0x68, 0x48, 0x57, 0x0f, 0x78, - 0x40, 0x9d, 0xb6, 0xb5, 0x43, 0xcd, 0x0e, 0xaf, 0x03, 0x38, 0xde, 0x55, 0xec, 0xaf, 0xe1, 0x4d, - 0xbd, 0xfb, 0x1f, 0x0e, 0x4b, 0x4b, 0x68, 0x0b, 0xc0, 0x64, 0xb7, 0xb4, 0x40, 0xf3, 0xfd, 0xed, - 0xf0, 0xef, 0x32, 0xc9, 0x58, 0x38, 0xb2, 0x8e, 0x1a, 0x13, 0xbe, 0xf2, 0xf2, 0xcb, 0xf7, 0x37, - 0x43, 0x97, 0x90, 0x45, 0x7a, 0xc4, 0xa5, 0x8a, 0x96, 0x12, 0x55, 0xe5, 0xa5, 0xb2, 0x06, 0x79, - 0x0f, 0x60, 0x5c, 0x5d, 0x7e, 0x74, 0x75, 0x00, 0x2f, 0x7b, 0xb2, 0xc8, 0x98, 0x39, 0x44, 0xa5, - 0xf6, 0x7d, 0x5e, 0xfa, 0xce, 0x20, 0x93, 0x1c, 0x18, 0xf3, 0xe8, 0x33, 0x80, 0x89, 0xc8, 0x6d, - 0x47, 0xd7, 0x07, 0x68, 0xb9, 0x3f, 0xbf, 0x8c, 0x1b, 0x87, 0x2d, 0xef, 0x77, 0xdc, 0xd1, 0xf8, - 0x21, 0xab, 0xfa, 0xb0, 0xaf, 0xa1, 0x1f, 0x00, 0xa2, 0xfd, 0x77, 0x19, 0xdd, 0x1a, 0xd4, 0x4e, - 0xb7, 0xd0, 0x32, 0x6e, 0x1f, 0x51, 0x45, 0xb3, 0x2d, 0x48, 0xb6, 0x3c, 0xba, 0x79, 0x20, 0x5b, - 0x58, 0x5b, 0x7a, 0xcc, 0xfd, 0x92, 0x8a, 0xaa, 0x0e, 0x23, 0x59, 0x55, 0x4f, 0xd6, 0xd0, 0x26, - 0x80, 0xa3, 0x7b, 0x6f, 0x35, 0x9a, 0x1d, 0xc0, 0x62, 0xd7, 0x74, 0x31, 0xf2, 0x47, 0x50, 0xd0, - 0x80, 0x33, 0x12, 0x70, 0x1a, 0xe5, 0x7a, 0x01, 0x06, 0x61, 0x5d, 0xa9, 0x8d, 0xd9, 0x61, 0x2b, - 0xdc, 0xdd, 0xd8, 0x36, 0xc1, 0xe6, 0xb6, 0x09, 0xbe, 0x6d, 0x9b, 0x60, 0x7d, 0xc7, 0x8c, 0x6d, - 0xee, 0x98, 0xb1, 0xaf, 0x3b, 0x66, 0xec, 0xd1, 0xe5, 0x48, 0xca, 0x28, 0x87, 0x93, 0xda, 0x62, - 0xa7, 0xcb, 0x72, 0x2e, 0x47, 0x9e, 0xeb, 0x5e, 0x32, 0x77, 0xca, 0x71, 0xf9, 0xf7, 0x65, 0xfa, - 0x67, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd8, 0x2c, 0xfe, 0x6d, 0xae, 0x09, 0x00, 0x00, + // 763 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x96, 0x41, 0x6b, 0x13, 0x41, + 0x18, 0x86, 0x33, 0xd5, 0x46, 0x9d, 0xd4, 0x82, 0xd3, 0x80, 0x71, 0x2b, 0x9b, 0x38, 0x8a, 0x44, + 0x6c, 0x77, 0x4c, 0x2a, 0x62, 0x05, 0xb5, 0x49, 0xb5, 0x85, 0x82, 0xa2, 0x41, 0x10, 0xbc, 0x84, + 0xc9, 0x66, 0x8c, 0xc1, 0xcd, 0x4e, 0xba, 0xb3, 0xa9, 0xd6, 0xd2, 0x8b, 0x77, 0xb1, 0xa0, 0x07, + 0xff, 0x80, 0x08, 0xde, 0xfd, 0x07, 0x1e, 0x7a, 0x2c, 0x78, 0xf1, 0x94, 0x4a, 0xeb, 0xc9, 0x63, + 0x7f, 0x81, 0xec, 0xcc, 0x24, 0xd9, 0xda, 0xa4, 0x26, 0x2d, 0xe8, 0x29, 0xc9, 0xee, 0x7c, 0xef, + 0xf7, 0x3e, 0xdf, 0xcc, 0xbc, 0x04, 0x62, 0xe1, 0x53, 0xaf, 0x42, 0x5f, 0x31, 0x62, 0x3b, 0xb4, + 0x5a, 0x23, 0x4b, 0x99, 0x12, 0xf3, 0x69, 0x86, 0x2c, 0x36, 0x98, 0xb7, 0x6c, 0xd5, 0x3d, 0xee, + 0x73, 0x74, 0xa1, 0xde, 0x28, 0x39, 0x55, 0x9b, 0xbe, 0x60, 0x82, 0xd7, 0x98, 0xd5, 0xaa, 0xb0, + 0x64, 0x85, 0xa5, 0x2b, 0x8c, 0x78, 0x85, 0x57, 0xb8, 0x2c, 0x20, 0xc1, 0x37, 0x55, 0x6b, 0x9c, + 0xad, 0x70, 0x5e, 0x71, 0x18, 0xa1, 0xf5, 0x2a, 0xa1, 0xae, 0xcb, 0x7d, 0xea, 0x57, 0xb9, 0x2b, + 0xf4, 0x5b, 0xd3, 0xe6, 0xa2, 0xc6, 0x05, 0x29, 0x51, 0xc1, 0xda, 0xad, 0x6d, 0x5e, 0x75, 0xf5, + 0xfb, 0x4b, 0x3d, 0xdc, 0xc9, 0x5f, 0x45, 0x8f, 0xd9, 0xdc, 0x2b, 0xeb, 0xa5, 0xe7, 0x7b, 0x2c, + 0xad, 0x53, 0x8f, 0xd6, 0x74, 0x3f, 0x8c, 0x61, 0xea, 0x61, 0x00, 0x76, 0x8f, 0x97, 0x1b, 0x0e, + 0xcb, 0xd9, 0x36, 0x6f, 0xb8, 0x7e, 0x9e, 0x3a, 0xd4, 0xb5, 0x59, 0x81, 0x2d, 0x36, 0x98, 0xf0, + 0xf1, 0x17, 0x00, 0xcf, 0xed, 0xb3, 0x48, 0xd4, 0xb9, 0x2b, 0x18, 0x7a, 0x0b, 0x60, 0xbc, 0xd6, + 0x65, 0x41, 0x02, 0xa4, 0x8e, 0xa4, 0x63, 0xd9, 0x33, 0x96, 0x22, 0xb3, 0x02, 0xb2, 0xd6, 0x88, + 0xac, 0x59, 0x5e, 0x75, 0xf3, 0x33, 0xeb, 0xcd, 0x64, 0x64, 0xa7, 0x99, 0x1c, 0x59, 0xa6, 0x35, + 0xe7, 0x06, 0x0e, 0x68, 0x05, 0xfe, 0xbc, 0x99, 0x4c, 0x57, 0xaa, 0xfe, 0xb3, 0x46, 0xc9, 0xb2, + 0x79, 0x8d, 0xe8, 0xb1, 0xa8, 0x8f, 0x49, 0x51, 0x7e, 0x4e, 0xfc, 0xe5, 0x3a, 0x13, 0x52, 0x40, + 0x14, 0xba, 0x36, 0xc6, 0x71, 0x88, 0xa4, 0xed, 0x07, 0x12, 0xb8, 0x45, 0x43, 0xe1, 0xd8, 0xae, + 0xa7, 0xda, 0xfe, 0x02, 0x8c, 0xaa, 0xc1, 0x24, 0x40, 0x0a, 0xa4, 0x63, 0xd9, 0x09, 0xab, 0x9f, + 0x3d, 0xb6, 0x94, 0x4a, 0xfe, 0x68, 0x80, 0x50, 0xd0, 0x0a, 0x78, 0x0e, 0x9e, 0x96, 0x2d, 0x66, + 0x83, 0xa5, 0x05, 0xb9, 0x27, 0xba, 0x3b, 0xba, 0x0c, 0x8f, 0xd1, 0x72, 0xd9, 0x63, 0x42, 0xf5, + 0x39, 0x91, 0x3f, 0xb5, 0xd3, 0x4c, 0x9e, 0x54, 0xe0, 0x82, 0xb9, 0x65, 0xe6, 0xe1, 0x42, 0x6b, + 0x05, 0x7e, 0x03, 0x60, 0x62, 0xaf, 0x90, 0x36, 0xbc, 0x08, 0x47, 0xc2, 0x9b, 0xae, 0x6d, 0x67, + 0xfa, 0xb3, 0x1d, 0x12, 0xcc, 0x8f, 0xeb, 0xf1, 0x8f, 0xe9, 0xf1, 0x87, 0x44, 0x71, 0x21, 0x66, + 0x77, 0x56, 0xe2, 0x4f, 0x00, 0x9a, 0x1d, 0x3f, 0xb4, 0xe4, 0xb0, 0x39, 0xee, 0xe5, 0xec, 0xe0, + 0xfc, 0xb6, 0xf8, 0x26, 0xfe, 0xe4, 0x43, 0x3b, 0xcd, 0xe4, 0xa8, 0x52, 0x6e, 0x61, 0xb5, 0x01, + 0xd1, 0x63, 0x18, 0xa5, 0xb2, 0x3c, 0x31, 0x94, 0x02, 0xe9, 0xd1, 0x7e, 0x87, 0xae, 0x5a, 0x86, + 0x47, 0xa7, 0x54, 0x70, 0x41, 0xcb, 0xe1, 0xf7, 0x00, 0x26, 0x7b, 0x3a, 0x6d, 0x0f, 0x70, 0x58, + 0x1e, 0xb5, 0x7f, 0x71, 0x40, 0x55, 0x27, 0xbc, 0x00, 0x0d, 0xe9, 0xea, 0x11, 0xf7, 0xa9, 0xd3, + 0xb6, 0x76, 0xa0, 0xd9, 0xe1, 0x35, 0x00, 0xc7, 0xbb, 0x8a, 0xfd, 0x37, 0xbc, 0xec, 0x87, 0xe3, + 0x70, 0x58, 0x5a, 0x42, 0x9b, 0x00, 0xc6, 0xbb, 0xa5, 0x05, 0x9a, 0xeb, 0x6f, 0x87, 0xff, 0x96, + 0x49, 0xc6, 0xfc, 0xa1, 0x75, 0xd4, 0x98, 0xf0, 0xb5, 0xd7, 0xdf, 0x7e, 0xbe, 0x1b, 0xba, 0x82, + 0x2c, 0xd2, 0x23, 0x2e, 0x55, 0xb4, 0x14, 0xa9, 0x2a, 0x2f, 0x96, 0x34, 0xc8, 0x47, 0x00, 0xa3, + 0xea, 0xf2, 0xa3, 0xeb, 0x03, 0x78, 0xd9, 0x95, 0x45, 0xc6, 0xf4, 0x01, 0x2a, 0xb5, 0xef, 0x8b, + 0xd2, 0x77, 0x0a, 0x99, 0x64, 0xdf, 0x98, 0x47, 0x5f, 0x01, 0x8c, 0x85, 0x6e, 0x3b, 0xba, 0x39, + 0x40, 0xcb, 0xbd, 0xf9, 0x65, 0xdc, 0x3a, 0x68, 0x79, 0xbf, 0xe3, 0x0e, 0xc7, 0x0f, 0x59, 0xd1, + 0x87, 0x7d, 0x15, 0xfd, 0x02, 0x10, 0xed, 0xbd, 0xcb, 0xe8, 0xce, 0xa0, 0x76, 0xba, 0x85, 0x96, + 0x71, 0xf7, 0x90, 0x2a, 0x9a, 0x6d, 0x5e, 0xb2, 0xe5, 0xd0, 0xed, 0x7d, 0xd9, 0x82, 0xda, 0xe2, + 0x53, 0xee, 0x15, 0x55, 0x54, 0x75, 0x18, 0xc9, 0x8a, 0x7a, 0xb2, 0x8a, 0x36, 0x00, 0x1c, 0xdd, + 0x7d, 0xab, 0xd1, 0xcc, 0x00, 0x16, 0xbb, 0xa6, 0x8b, 0x91, 0x3b, 0x84, 0x82, 0x06, 0x9c, 0x96, + 0x80, 0x53, 0x28, 0xd3, 0x0b, 0xd0, 0x0f, 0xea, 0x8a, 0x6d, 0xcc, 0x0e, 0x5b, 0xfe, 0xfe, 0xfa, + 0x96, 0x09, 0x36, 0xb6, 0x4c, 0xf0, 0x63, 0xcb, 0x04, 0x6b, 0xdb, 0x66, 0x64, 0x63, 0xdb, 0x8c, + 0x7c, 0xdf, 0x36, 0x23, 0x4f, 0xae, 0x86, 0x52, 0x46, 0x39, 0x9c, 0xd4, 0x16, 0x3b, 0x5d, 0x96, + 0x32, 0x59, 0xf2, 0x52, 0xf7, 0x92, 0xb9, 0x53, 0x8a, 0xca, 0xbf, 0x2f, 0x53, 0xbf, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xe5, 0x15, 0x1b, 0x1b, 0xae, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/types/tx.pb.go b/x/claim/types/tx.pb.go index 9790e0fea..1f3a2fea2 100644 --- a/x/claim/types/tx.pb.go +++ b/x/claim/types/tx.pb.go @@ -244,34 +244,34 @@ func init() { proto.RegisterFile("stargaze/claim/v1beta1/tx.proto", fileDescript var fileDescriptor_9ee4a19153cf6635 = []byte{ // 455 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0xbf, 0x6e, 0xd4, 0x40, - 0x10, 0xc6, 0x6f, 0xef, 0xa4, 0x03, 0x36, 0x10, 0x24, 0xf3, 0xcf, 0xb8, 0xb0, 0x4f, 0x16, 0x85, - 0x23, 0x91, 0x5d, 0xf9, 0x80, 0x02, 0x24, 0x8a, 0x24, 0x08, 0x29, 0xc5, 0x51, 0xb8, 0xa4, 0x89, + 0x10, 0xc6, 0x6f, 0xef, 0xa4, 0x03, 0x36, 0x10, 0x24, 0xf3, 0xcf, 0x5c, 0x61, 0x9f, 0x2c, 0x0a, + 0x47, 0x22, 0xbb, 0xb2, 0x81, 0x02, 0x24, 0x8a, 0x24, 0x08, 0x29, 0xc5, 0x51, 0xb8, 0xa4, 0x89, 0xd6, 0xf6, 0xca, 0xac, 0xb0, 0xbd, 0x96, 0x67, 0x2f, 0x5c, 0xa8, 0x81, 0x86, 0x86, 0xb7, 0x40, 0xe2, 0x1d, 0xe8, 0x53, 0xa6, 0xa4, 0x0a, 0xe8, 0xee, 0x0d, 0x78, 0x02, 0x74, 0xeb, 0xb5, 0x75, - 0x17, 0x29, 0xd2, 0x41, 0x45, 0x65, 0xaf, 0x66, 0x7e, 0xdf, 0xcc, 0x7c, 0xbb, 0x83, 0x3d, 0x50, - 0xac, 0xce, 0xd8, 0x7b, 0x4e, 0x93, 0x9c, 0x89, 0x82, 0x1e, 0x87, 0x31, 0x57, 0x2c, 0xa4, 0x6a, + 0x17, 0x29, 0xd2, 0x41, 0x45, 0x65, 0xaf, 0x66, 0x7e, 0xdf, 0xcc, 0x7c, 0xbb, 0x83, 0x5d, 0x50, + 0xac, 0xce, 0xd8, 0x7b, 0x4e, 0x93, 0x9c, 0x89, 0x82, 0x1e, 0x07, 0x31, 0x57, 0x2c, 0xa0, 0x6a, 0x46, 0xaa, 0x5a, 0x2a, 0x69, 0x3d, 0xa8, 0xa6, 0x71, 0x2e, 0x12, 0xf6, 0x8e, 0x83, 0x2c, 0x38, - 0x69, 0xd3, 0x89, 0x4e, 0x27, 0x26, 0xdd, 0xb9, 0x9d, 0xc9, 0x4c, 0x6a, 0x80, 0x2e, 0xff, 0x1a, - 0xd6, 0x71, 0x13, 0x09, 0x85, 0x04, 0x1a, 0x33, 0xe0, 0x9d, 0x72, 0x22, 0x45, 0x69, 0xe2, 0x3b, - 0x97, 0x14, 0xd7, 0xa7, 0xa3, 0x9a, 0x27, 0xb2, 0x4e, 0x9b, 0x54, 0x7f, 0x07, 0xdf, 0x9c, 0x40, - 0x76, 0x58, 0x0a, 0x25, 0x58, 0x7e, 0xb0, 0x8c, 0x5b, 0x77, 0xf1, 0x10, 0x78, 0x99, 0xf2, 0xda, - 0x46, 0x23, 0x14, 0x5c, 0x8b, 0xcc, 0xc9, 0xff, 0x8a, 0xf0, 0xbd, 0x0b, 0xb9, 0x11, 0x87, 0x4a, - 0x96, 0xc0, 0xad, 0xcf, 0x08, 0x6f, 0x6b, 0x75, 0x9e, 0x1e, 0xb1, 0x42, 0x4e, 0x4b, 0x65, 0xf7, - 0x47, 0x83, 0x60, 0x6b, 0x7c, 0x9f, 0x34, 0xbd, 0x92, 0x65, 0xaf, 0xed, 0x58, 0xe4, 0x40, 0x8a, - 0x72, 0xff, 0xf0, 0xf4, 0xdc, 0xeb, 0xfd, 0x3e, 0xf7, 0xee, 0x9c, 0xb0, 0x22, 0x7f, 0xe6, 0xaf, - 0xe3, 0xfe, 0xb7, 0x9f, 0x5e, 0x90, 0x09, 0xf5, 0x66, 0x1a, 0x93, 0x44, 0x16, 0xd4, 0x4c, 0xdc, - 0x7c, 0x76, 0x21, 0x7d, 0x4b, 0xd5, 0x49, 0xc5, 0x41, 0x2b, 0x41, 0x74, 0xc3, 0xc0, 0x7b, 0x0d, - 0xfb, 0x11, 0xe1, 0xad, 0x09, 0x64, 0xba, 0xc5, 0x97, 0xb2, 0xbe, 0x6c, 0x22, 0xcb, 0xc6, 0x57, - 0x58, 0x9a, 0xd6, 0x1c, 0xc0, 0xee, 0xeb, 0x40, 0x7b, 0xb4, 0x5e, 0xe0, 0x21, 0x4b, 0x94, 0x90, - 0xa5, 0x3d, 0x18, 0xa1, 0x60, 0x7b, 0xfc, 0x90, 0x6c, 0x72, 0x5d, 0x64, 0x4f, 0x33, 0x91, 0x61, - 0xfd, 0xef, 0x08, 0xdf, 0x5a, 0xe9, 0xa3, 0x73, 0x6b, 0xa5, 0x2e, 0x5a, 0xaf, 0xfb, 0x5f, 0xf9, - 0x38, 0xfe, 0xd4, 0xc7, 0x83, 0x09, 0x64, 0xd6, 0x07, 0x84, 0xaf, 0xaf, 0x3d, 0x91, 0x27, 0x9b, - 0xd9, 0x71, 0xe1, 0xb5, 0x38, 0xcf, 0xff, 0x09, 0xeb, 0x6c, 0x9b, 0xe1, 0xab, 0xdd, 0x95, 0x86, - 0x1b, 0x4b, 0xb5, 0x88, 0xf3, 0xf4, 0xaf, 0x91, 0xb6, 0xf2, 0xfe, 0xab, 0xd3, 0xb9, 0x8b, 0xce, - 0xe6, 0x2e, 0xfa, 0x35, 0x77, 0xd1, 0x97, 0x85, 0xdb, 0x3b, 0x5b, 0xb8, 0xbd, 0x1f, 0x0b, 0xb7, - 0xf7, 0xfa, 0xf1, 0x8a, 0xb7, 0x8d, 0xfc, 0xae, 0xd1, 0xa7, 0xdd, 0x12, 0x1e, 0x87, 0x21, 0x9d, - 0x99, 0x55, 0xd4, 0x6e, 0xc7, 0x43, 0xbd, 0x7c, 0x8f, 0xfe, 0x04, 0x00, 0x00, 0xff, 0xff, 0x9a, - 0x40, 0x7a, 0x1f, 0x26, 0x04, 0x00, 0x00, + 0x69, 0xd3, 0x89, 0x4e, 0x27, 0x26, 0x7d, 0x74, 0x3b, 0x93, 0x99, 0xd4, 0x00, 0x5d, 0xfe, 0x35, + 0xec, 0xc8, 0x49, 0x24, 0x14, 0x12, 0x68, 0xcc, 0x80, 0x77, 0xca, 0x89, 0x14, 0xa5, 0x89, 0xef, + 0x5c, 0x52, 0x5c, 0x9f, 0x8e, 0x6a, 0x9e, 0xc8, 0x3a, 0x6d, 0x52, 0xbd, 0x1d, 0x7c, 0x73, 0x02, + 0xd9, 0x61, 0x29, 0x94, 0x60, 0xf9, 0xc1, 0x32, 0x6e, 0xdd, 0xc5, 0x43, 0xe0, 0x65, 0xca, 0x6b, + 0x1b, 0x8d, 0x91, 0x7f, 0x2d, 0x32, 0x27, 0xef, 0x2b, 0xc2, 0xf7, 0x2e, 0xe4, 0x46, 0x1c, 0x2a, + 0x59, 0x02, 0xb7, 0x3e, 0x23, 0xbc, 0xad, 0xd5, 0x79, 0x7a, 0xc4, 0x0a, 0x39, 0x2d, 0x95, 0xdd, + 0x1f, 0x0f, 0xfc, 0xad, 0xf0, 0x3e, 0x69, 0x7a, 0x25, 0xcb, 0x5e, 0xdb, 0xb1, 0xc8, 0x81, 0x14, + 0xe5, 0xfe, 0xe1, 0xe9, 0xb9, 0xdb, 0xfb, 0x7d, 0xee, 0xde, 0x39, 0x61, 0x45, 0xfe, 0xcc, 0x5b, + 0xc7, 0xbd, 0x6f, 0x3f, 0x5d, 0x3f, 0x13, 0xea, 0xcd, 0x34, 0x26, 0x89, 0x2c, 0xa8, 0x99, 0xb8, + 0xf9, 0xec, 0x42, 0xfa, 0x96, 0xaa, 0x93, 0x8a, 0x83, 0x56, 0x82, 0xe8, 0x86, 0x81, 0xf7, 0x1a, + 0xf6, 0x23, 0xc2, 0x5b, 0x13, 0xc8, 0x74, 0x8b, 0x2f, 0x65, 0x7d, 0xd9, 0x44, 0x96, 0x8d, 0xaf, + 0xb0, 0x34, 0xad, 0x39, 0x80, 0xdd, 0xd7, 0x81, 0xf6, 0x68, 0xbd, 0xc0, 0x43, 0x96, 0x28, 0x21, + 0x4b, 0x7b, 0x30, 0x46, 0xfe, 0x76, 0xf8, 0x90, 0x6c, 0x72, 0x5d, 0x64, 0x4f, 0x33, 0x91, 0x61, + 0xbd, 0xef, 0x08, 0xdf, 0x5a, 0xe9, 0xa3, 0x73, 0x6b, 0xa5, 0x2e, 0x5a, 0xaf, 0xfb, 0x5f, 0xf9, + 0x18, 0x7e, 0xea, 0xe3, 0xc1, 0x04, 0x32, 0xeb, 0x03, 0xc2, 0xd7, 0xd7, 0x9e, 0xc8, 0x93, 0xcd, + 0xec, 0xb8, 0xf0, 0x5a, 0x46, 0xcf, 0xff, 0x09, 0xeb, 0x6c, 0x9b, 0xe1, 0xab, 0xdd, 0x95, 0x06, + 0x1b, 0x4b, 0xb5, 0xc8, 0xe8, 0xe9, 0x5f, 0x23, 0x6d, 0xe5, 0xfd, 0x57, 0xa7, 0x73, 0x07, 0x9d, + 0xcd, 0x1d, 0xf4, 0x6b, 0xee, 0xa0, 0x2f, 0x0b, 0xa7, 0x77, 0xb6, 0x70, 0x7a, 0x3f, 0x16, 0x4e, + 0xef, 0xf5, 0xe3, 0x15, 0x6f, 0x1b, 0xf9, 0x5d, 0xa3, 0x4f, 0xbb, 0x25, 0x3c, 0x0e, 0x42, 0x3a, + 0x33, 0xab, 0xa8, 0xdd, 0x8e, 0x87, 0x7a, 0xf9, 0x1e, 0xfd, 0x09, 0x00, 0x00, 0xff, 0xff, 0xa7, + 0x79, 0x9f, 0x69, 0x26, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/claim/wasm/encoder.go b/x/claim/wasm/encoder.go index a9e33d512..c014bfd15 100644 --- a/x/claim/wasm/encoder.go +++ b/x/claim/wasm/encoder.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - sgwasm "github.com/public-awesome/stargaze/v11/internal/wasm" - claimtypes "github.com/public-awesome/stargaze/v11/x/claim/types" + sgwasm "github.com/public-awesome/stargaze/v12/internal/wasm" + claimtypes "github.com/public-awesome/stargaze/v12/x/claim/types" ) var _ sgwasm.Encoder = Encoder diff --git a/x/cron/abci.go b/x/cron/abci.go index 6ade9245a..8611c2f6b 100644 --- a/x/cron/abci.go +++ b/x/cron/abci.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/cron/contract" - "github.com/public-awesome/stargaze/v11/x/cron/keeper" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/contract" + "github.com/public-awesome/stargaze/v12/x/cron/keeper" + "github.com/public-awesome/stargaze/v12/x/cron/types" abci "github.com/tendermint/tendermint/abci/types" "github.com/tendermint/tendermint/libs/log" ) diff --git a/x/cron/client/cli/gov.go b/x/cron/client/cli/gov.go index 19069cbe8..6dfc5bebb 100644 --- a/x/cron/client/cli/gov.go +++ b/x/cron/client/cli/gov.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/gov/client/cli" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) func ProposalSetPrivilegeContractCmd() *cobra.Command { diff --git a/x/cron/client/cli/query.go b/x/cron/client/cli/query.go index f8f3e6de1..f623382c1 100644 --- a/x/cron/client/cli/query.go +++ b/x/cron/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/cron/client/cli/tx.go b/x/cron/client/cli/tx.go index 0b8ab5598..a7d766ead 100644 --- a/x/cron/client/cli/tx.go +++ b/x/cron/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) var DefaultRelativePacketTimeoutTimestamp = uint64((time.Duration(10) * time.Minute).Nanoseconds()) diff --git a/x/cron/client/proposal_handler.go b/x/cron/client/proposal_handler.go index 752ee2698..35ae2f300 100644 --- a/x/cron/client/proposal_handler.go +++ b/x/cron/client/proposal_handler.go @@ -2,8 +2,8 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/public-awesome/stargaze/v11/x/cron/client/cli" - "github.com/public-awesome/stargaze/v11/x/cron/client/rest" + "github.com/public-awesome/stargaze/v12/x/cron/client/cli" + "github.com/public-awesome/stargaze/v12/x/cron/client/rest" ) var ( diff --git a/x/cron/client/rest/tx.go b/x/cron/client/rest/tx.go index 293cb3dfc..b0cc3b2c7 100644 --- a/x/cron/client/rest/tx.go +++ b/x/cron/client/rest/tx.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/rest" govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) func ProposalSetPrivilegeContractHandler(cliCtx client.Context) govrest.ProposalRESTHandler { diff --git a/x/cron/genesis.go b/x/cron/genesis.go index 4fe31cf3e..73e5980a5 100644 --- a/x/cron/genesis.go +++ b/x/cron/genesis.go @@ -2,8 +2,8 @@ package cron import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/cron/keeper" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/keeper" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) // InitGenesis initializes the module's state from a provided genesis state. diff --git a/x/cron/keeper/grpc_query.go b/x/cron/keeper/grpc_query.go index 29a7e4eb0..c4a043b98 100644 --- a/x/cron/keeper/grpc_query.go +++ b/x/cron/keeper/grpc_query.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/cron/keeper/keeper.go b/x/cron/keeper/keeper.go index 97f2fffec..f36ffe4f2 100644 --- a/x/cron/keeper/keeper.go +++ b/x/cron/keeper/keeper.go @@ -7,7 +7,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" "github.com/tendermint/tendermint/libs/log" ) diff --git a/x/cron/keeper/msg_server.go b/x/cron/keeper/msg_server.go index d96ba3ee8..1c6287e82 100644 --- a/x/cron/keeper/msg_server.go +++ b/x/cron/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) type msgServer struct { diff --git a/x/cron/keeper/privileged.go b/x/cron/keeper/privileged.go index 46cbeafd9..0eac29aa4 100644 --- a/x/cron/keeper/privileged.go +++ b/x/cron/keeper/privileged.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) // SetPrivileged checks if the given contract exists and adds it to the list of privilege contracts diff --git a/x/cron/keeper/privileged_test.go b/x/cron/keeper/privileged_test.go index f2effa43f..4bf813f7e 100644 --- a/x/cron/keeper/privileged_test.go +++ b/x/cron/keeper/privileged_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/testutil/keeper" - "github.com/public-awesome/stargaze/v11/testutil/sample" + "github.com/public-awesome/stargaze/v12/testutil/keeper" + "github.com/public-awesome/stargaze/v12/testutil/sample" ) func Test_SetPrivileged(t *testing.T) { diff --git a/x/cron/keeper/proposal_handler.go b/x/cron/keeper/proposal_handler.go index 50beabfdc..a0e1f2cac 100644 --- a/x/cron/keeper/proposal_handler.go +++ b/x/cron/keeper/proposal_handler.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" ) // govKeeper is a subset of Keeper that is needed for the gov proposal handling diff --git a/x/cron/keeper/proposal_handler_test.go b/x/cron/keeper/proposal_handler_test.go index a656fa404..1ac704fdb 100644 --- a/x/cron/keeper/proposal_handler_test.go +++ b/x/cron/keeper/proposal_handler_test.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/address" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/cron/keeper" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/keeper" + "github.com/public-awesome/stargaze/v12/x/cron/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/rand" diff --git a/x/cron/module.go b/x/cron/module.go index 415443994..6803fa4cf 100644 --- a/x/cron/module.go +++ b/x/cron/module.go @@ -18,10 +18,10 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/public-awesome/stargaze/v11/x/cron/client/cli" - "github.com/public-awesome/stargaze/v11/x/cron/keeper" - "github.com/public-awesome/stargaze/v11/x/cron/types" - "github.com/public-awesome/stargaze/v11/x/mint/client/rest" + "github.com/public-awesome/stargaze/v12/x/cron/client/cli" + "github.com/public-awesome/stargaze/v12/x/cron/keeper" + "github.com/public-awesome/stargaze/v12/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/mint/client/rest" ) var ( diff --git a/x/cron/types/genesis.pb.go b/x/cron/types/genesis.pb.go index 474d19563..9c7d4f693 100644 --- a/x/cron/types/genesis.pb.go +++ b/x/cron/types/genesis.pb.go @@ -91,8 +91,8 @@ var fileDescriptor_bedc0fa88062b612 = []byte{ 0xef, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x19, 0xa7, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0xfc, 0xa6, 0x0b, 0xf5, 0x9c, 0x3e, 0x3c, 0x28, - 0xca, 0x0c, 0x0d, 0xf5, 0x2b, 0x20, 0x01, 0x52, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, - 0x96, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xee, 0xcd, 0xf8, 0x77, 0x2e, 0x01, 0x00, 0x00, + 0xca, 0x0c, 0x8d, 0xf4, 0x2b, 0x20, 0x01, 0x52, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, + 0x96, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xae, 0x60, 0x80, 0x4e, 0x2e, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/cron/types/genesis_test.go b/x/cron/types/genesis_test.go index 48d304a78..06830da98 100644 --- a/x/cron/types/genesis_test.go +++ b/x/cron/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/cron/types" + "github.com/public-awesome/stargaze/v12/x/cron/types" "github.com/stretchr/testify/require" ) diff --git a/x/cron/types/proposal.pb.go b/x/cron/types/proposal.pb.go index 36ae1622c..d0f0b5d23 100644 --- a/x/cron/types/proposal.pb.go +++ b/x/cron/types/proposal.pb.go @@ -162,28 +162,28 @@ func init() { func init() { proto.RegisterFile("stargaze/cron/v1/proposal.proto", fileDescriptor_c3c0dd977741a5f7) } var fileDescriptor_c3c0dd977741a5f7 = []byte{ - // 330 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x92, 0xc1, 0x4a, 0xc3, 0x30, - 0x18, 0xc7, 0x17, 0x45, 0xd1, 0x2a, 0x28, 0x55, 0x64, 0xee, 0x90, 0x8e, 0x0a, 0xe2, 0x65, 0x09, - 0x65, 0x17, 0xd9, 0x71, 0x7a, 0x15, 0xc6, 0xf0, 0xe4, 0x45, 0xd2, 0x2c, 0xd4, 0x40, 0xdb, 0xaf, - 0x24, 0x59, 0x74, 0x3e, 0x85, 0x0f, 0xe3, 0x43, 0x88, 0xa7, 0x5d, 0x84, 0x9d, 0x86, 0x6c, 0x6f, - 0xb0, 0x27, 0x90, 0x36, 0xdd, 0xd8, 0x33, 0x78, 0x4b, 0xf2, 0xff, 0x7d, 0x7c, 0xf9, 0xc3, 0xcf, - 0x0b, 0xb4, 0x61, 0x2a, 0x61, 0xef, 0x82, 0x72, 0x05, 0x39, 0xb5, 0x11, 0x2d, 0x14, 0x14, 0xa0, - 0x59, 0x4a, 0x0a, 0x05, 0x06, 0x7c, 0x5c, 0x8c, 0xe3, 0x54, 0x72, 0xf6, 0x2a, 0x34, 0x64, 0x82, - 0xac, 0x71, 0x52, 0xe2, 0xc4, 0x46, 0xad, 0xf3, 0x04, 0x12, 0xa8, 0x50, 0x5a, 0x9e, 0xdc, 0x54, - 0xeb, 0x92, 0x83, 0xce, 0x40, 0x3f, 0xbb, 0xc0, 0x5d, 0x5c, 0x14, 0xce, 0x90, 0x77, 0x35, 0x50, - 0x90, 0x81, 0x11, 0x8f, 0x30, 0x50, 0xd2, 0xca, 0x54, 0x24, 0x62, 0x74, 0x07, 0xb9, 0x51, 0x8c, - 0x9b, 0x41, 0xbd, 0xde, 0xbf, 0xf6, 0xf6, 0x8c, 0x34, 0xa9, 0x68, 0xa2, 0x36, 0xba, 0x39, 0xec, - 0x9f, 0xae, 0xe6, 0xc1, 0xf1, 0x84, 0x65, 0x69, 0x2f, 0xac, 0x9e, 0xc3, 0xa1, 0x8b, 0xfd, 0x5b, - 0xef, 0x68, 0x24, 0x34, 0x57, 0xb2, 0x30, 0x12, 0xf2, 0xe6, 0x4e, 0x45, 0x5f, 0xac, 0xe6, 0x81, - 0xef, 0xe8, 0xad, 0x30, 0x1c, 0x6e, 0xa3, 0x3e, 0xf5, 0x0e, 0x78, 0xbd, 0xb5, 0xb9, 0x5b, 0x8d, - 0x9d, 0xad, 0xe6, 0xc1, 0x89, 0x1b, 0x5b, 0x27, 0xe1, 0x70, 0x03, 0xf5, 0xf0, 0xf7, 0x67, 0xa7, - 0x55, 0x97, 0x49, 0xc0, 0x12, 0x1b, 0xc5, 0xc2, 0xb0, 0x88, 0x94, 0x7f, 0x17, 0xb9, 0x09, 0x7f, - 0x90, 0xd7, 0xbe, 0x17, 0x65, 0xb3, 0x7f, 0xd5, 0xab, 0xff, 0xf0, 0xb5, 0xc0, 0x68, 0xba, 0xc0, - 0xe8, 0x77, 0x81, 0xd1, 0xc7, 0x12, 0x37, 0xa6, 0x4b, 0xdc, 0x98, 0x2d, 0x71, 0xe3, 0xa9, 0x9b, - 0x48, 0xf3, 0x32, 0x8e, 0x09, 0x87, 0x8c, 0x3a, 0x51, 0x3a, 0xb5, 0x29, 0x74, 0x23, 0x96, 0x8d, - 0x22, 0xfa, 0xe6, 0xf4, 0x32, 0x93, 0x42, 0xe8, 0x78, 0xbf, 0x12, 0xa1, 0xfb, 0x17, 0x00, 0x00, - 0xff, 0xff, 0xe6, 0x7c, 0xa2, 0x32, 0x7c, 0x02, 0x00, 0x00, + // 332 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x92, 0x41, 0x4a, 0x33, 0x31, + 0x18, 0x86, 0x9b, 0xff, 0x47, 0xd1, 0x51, 0x50, 0x46, 0x91, 0xda, 0x45, 0xa6, 0x8c, 0x20, 0x6e, + 0x9a, 0x30, 0x76, 0x23, 0x5d, 0x56, 0xb7, 0x42, 0x29, 0xae, 0xdc, 0x48, 0x26, 0x0d, 0x63, 0x60, + 0x66, 0xbe, 0x21, 0x49, 0xa3, 0xf5, 0x14, 0x1e, 0xc6, 0x43, 0x88, 0xab, 0x6e, 0x84, 0xae, 0x8a, + 0xb4, 0x37, 0xe8, 0x09, 0x64, 0x26, 0xd3, 0xd2, 0x33, 0xb8, 0x4b, 0xf2, 0x3e, 0x1f, 0x5f, 0x5e, + 0x78, 0xbc, 0x40, 0x1b, 0xa6, 0x12, 0xf6, 0x26, 0x28, 0x57, 0x90, 0x53, 0x1b, 0xd1, 0x42, 0x41, + 0x01, 0x9a, 0xa5, 0xa4, 0x50, 0x60, 0xc0, 0xc7, 0xc5, 0x38, 0x4e, 0x25, 0x67, 0x2f, 0x42, 0x43, + 0x26, 0xc8, 0x1a, 0x27, 0x25, 0x4e, 0x6c, 0xd4, 0x3a, 0x4d, 0x20, 0x81, 0x0a, 0xa5, 0xe5, 0xc9, + 0x4d, 0xb5, 0xce, 0x39, 0xe8, 0x0c, 0xf4, 0x93, 0x0b, 0xdc, 0xc5, 0x45, 0xe1, 0x0c, 0x79, 0x17, + 0x03, 0x05, 0x19, 0x18, 0xf1, 0x00, 0x03, 0x25, 0xad, 0x4c, 0x45, 0x22, 0x46, 0xb7, 0x90, 0x1b, + 0xc5, 0xb8, 0x19, 0xd4, 0xeb, 0xfd, 0x4b, 0x6f, 0xc7, 0x48, 0x93, 0x8a, 0x26, 0x6a, 0xa3, 0xab, + 0xfd, 0xfe, 0xf1, 0x6a, 0x1e, 0x1c, 0x4e, 0x58, 0x96, 0xf6, 0xc2, 0xea, 0x39, 0x1c, 0xba, 0xd8, + 0xbf, 0xf1, 0x0e, 0x46, 0x42, 0x73, 0x25, 0x0b, 0x23, 0x21, 0x6f, 0xfe, 0xab, 0xe8, 0xb3, 0xd5, + 0x3c, 0xf0, 0x1d, 0xbd, 0x15, 0x86, 0xc3, 0x6d, 0xd4, 0xa7, 0xde, 0x1e, 0xaf, 0xb7, 0x36, 0xff, + 0x57, 0x63, 0x27, 0xab, 0x79, 0x70, 0xe4, 0xc6, 0xd6, 0x49, 0x38, 0xdc, 0x40, 0x3d, 0xfc, 0xf5, + 0xd1, 0x69, 0xd5, 0x65, 0x12, 0xb0, 0xc4, 0x46, 0xb1, 0x30, 0x2c, 0x22, 0xe5, 0xdf, 0x45, 0x6e, + 0xc2, 0x6f, 0xe4, 0xb5, 0xef, 0x44, 0xd9, 0xec, 0x4f, 0xf5, 0xea, 0xdf, 0x7f, 0x2e, 0x30, 0x9a, + 0x2e, 0x30, 0xfa, 0x59, 0x60, 0xf4, 0xbe, 0xc4, 0x8d, 0xe9, 0x12, 0x37, 0x66, 0x4b, 0xdc, 0x78, + 0xec, 0x26, 0xd2, 0x3c, 0x8f, 0x63, 0xc2, 0x21, 0xa3, 0x4e, 0x94, 0x4e, 0x6d, 0x0a, 0xdd, 0x88, + 0x65, 0xa3, 0x6b, 0xfa, 0xea, 0xf4, 0x32, 0x93, 0x42, 0xe8, 0x78, 0xb7, 0x12, 0xa1, 0xfb, 0x1b, + 0x00, 0x00, 0xff, 0xff, 0xa6, 0xd1, 0xda, 0x0b, 0x7c, 0x02, 0x00, 0x00, } func (m *PromoteToPrivilegedContractProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/cron/types/query.pb.go b/x/cron/types/query.pb.go index 2e56d7be9..dc96836e3 100644 --- a/x/cron/types/query.pb.go +++ b/x/cron/types/query.pb.go @@ -123,28 +123,28 @@ func init() { func init() { proto.RegisterFile("stargaze/cron/v1/query.proto", fileDescriptor_1ff790427fdb65fe) } var fileDescriptor_1ff790427fdb65fe = []byte{ - // 331 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xb1, 0x4a, 0x33, 0x41, - 0x14, 0x85, 0xb3, 0xff, 0x8f, 0x82, 0x5b, 0x08, 0x2e, 0x16, 0xb2, 0x86, 0x51, 0x63, 0xa1, 0xa2, - 0x99, 0x61, 0x4d, 0xa7, 0x95, 0xa9, 0x15, 0x34, 0x65, 0x9a, 0x30, 0xd9, 0x5c, 0xc6, 0x81, 0xdd, - 0xbd, 0x93, 0x99, 0xd9, 0xd5, 0xb5, 0xf4, 0x09, 0x04, 0x5f, 0xc5, 0xda, 0xda, 0x32, 0x60, 0x63, - 0x25, 0x92, 0x58, 0xf9, 0x14, 0x92, 0xac, 0x6b, 0x90, 0xa8, 0x85, 0xdd, 0xc0, 0xf9, 0xce, 0xbd, - 0xe7, 0xcc, 0x75, 0xab, 0xc6, 0x72, 0x2d, 0xf8, 0x15, 0xb0, 0x50, 0x63, 0xc2, 0xb2, 0x80, 0xf5, - 0x53, 0xd0, 0x39, 0x55, 0x1a, 0x2d, 0x7a, 0x44, 0xa5, 0xdd, 0x48, 0x86, 0xfc, 0x02, 0x0c, 0xc6, - 0x40, 0x4b, 0x96, 0x8e, 0x59, 0x9a, 0x05, 0xfe, 0xb2, 0x40, 0x81, 0x13, 0x94, 0x8d, 0x5f, 0x85, - 0xcb, 0xaf, 0x0a, 0x44, 0x11, 0x01, 0xe3, 0x4a, 0x32, 0x9e, 0x24, 0x68, 0xb9, 0x95, 0x98, 0x98, - 0x42, 0xad, 0x55, 0x5d, 0xff, 0x6c, 0xbc, 0xe2, 0x58, 0x1a, 0x7b, 0xaa, 0x65, 0x26, 0x23, 0x10, - 0xd0, 0x6b, 0x41, 0x3f, 0x05, 0x63, 0x6b, 0xb9, 0xbb, 0xfa, 0xad, 0x6a, 0x14, 0x26, 0x06, 0xbc, - 0xb6, 0xeb, 0x85, 0x98, 0x58, 0xcd, 0x43, 0xdb, 0xe1, 0xbd, 0x9e, 0x06, 0x63, 0xc0, 0xac, 0x38, - 0xeb, 0xff, 0xb7, 0x17, 0x9a, 0xbb, 0x6f, 0xcf, 0x6b, 0x5b, 0xea, 0xd3, 0xd3, 0x99, 0x05, 0xf7, - 0x30, 0x96, 0x16, 0x62, 0x65, 0xf3, 0xd6, 0x52, 0xa9, 0x1e, 0x95, 0xe2, 0xfe, 0xbd, 0xe3, 0xce, - 0x4d, 0x76, 0x7b, 0x77, 0x8e, 0xbb, 0xf8, 0x35, 0x80, 0x77, 0x40, 0x7f, 0xff, 0x0a, 0xfa, 0x73, - 0x27, 0xff, 0xf0, 0x4f, 0xde, 0xa2, 0x71, 0x6d, 0xe7, 0xfa, 0xf1, 0xf5, 0xf6, 0xdf, 0xa6, 0xb7, - 0xc1, 0x66, 0x2e, 0x15, 0x49, 0x63, 0xeb, 0xd3, 0xc2, 0xcd, 0x93, 0x87, 0x21, 0x71, 0x06, 0x43, - 0xe2, 0xbc, 0x0c, 0x89, 0x73, 0x33, 0x22, 0x95, 0xc1, 0x88, 0x54, 0x9e, 0x46, 0xa4, 0xd2, 0x6e, - 0x08, 0x69, 0xcf, 0xd3, 0x2e, 0x0d, 0x31, 0x66, 0x45, 0x96, 0xfa, 0x47, 0x98, 0xe9, 0xd4, 0x2c, - 0x08, 0xd8, 0x65, 0x31, 0xdb, 0xe6, 0x0a, 0x4c, 0x77, 0x7e, 0x72, 0xaf, 0xc6, 0x7b, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x79, 0x0d, 0xca, 0xc3, 0x23, 0x02, 0x00, 0x00, + // 329 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x91, 0xb1, 0x4b, 0xc3, 0x40, + 0x14, 0xc6, 0x1b, 0x45, 0xc1, 0x0c, 0x82, 0xc1, 0x41, 0x62, 0x39, 0xb5, 0x0e, 0x2a, 0xda, 0x3b, + 0xda, 0x6e, 0x3a, 0xd9, 0x59, 0x41, 0x3b, 0x76, 0x29, 0xd7, 0xf4, 0x71, 0x1e, 0x24, 0x79, 0xd7, + 0xbb, 0x4b, 0x34, 0x8e, 0xfe, 0x05, 0x82, 0xff, 0x8a, 0xb3, 0xb3, 0x63, 0xc1, 0xc5, 0x49, 0xa4, + 0x75, 0xf2, 0xaf, 0x90, 0x36, 0xc6, 0x22, 0x55, 0x07, 0xb7, 0x83, 0xef, 0xf7, 0xbd, 0xf7, 0x7d, + 0xf7, 0xdc, 0xb2, 0xb1, 0x5c, 0x0b, 0x7e, 0x0d, 0x2c, 0xd0, 0x18, 0xb3, 0xb4, 0xc6, 0xfa, 0x09, + 0xe8, 0x8c, 0x2a, 0x8d, 0x16, 0x3d, 0xa2, 0x92, 0x6e, 0x28, 0x03, 0x7e, 0x09, 0x06, 0x23, 0xa0, + 0x05, 0x4b, 0xc7, 0x2c, 0x4d, 0x6b, 0xfe, 0xaa, 0x40, 0x81, 0x13, 0x94, 0x8d, 0x5f, 0xb9, 0xcb, + 0x2f, 0x0b, 0x44, 0x11, 0x02, 0xe3, 0x4a, 0x32, 0x1e, 0xc7, 0x68, 0xb9, 0x95, 0x18, 0x9b, 0x5c, + 0xad, 0x94, 0x5d, 0xff, 0x7c, 0xbc, 0xe2, 0x44, 0x1a, 0x7b, 0xa6, 0x65, 0x2a, 0x43, 0x10, 0xd0, + 0x6b, 0x41, 0x3f, 0x01, 0x63, 0x2b, 0x99, 0xbb, 0xfe, 0xa3, 0x6a, 0x14, 0xc6, 0x06, 0xbc, 0xb6, + 0xeb, 0x05, 0x18, 0x5b, 0xcd, 0x03, 0xdb, 0xe1, 0xbd, 0x9e, 0x06, 0x63, 0xc0, 0xac, 0x39, 0x9b, + 0xf3, 0xbb, 0x4b, 0xcd, 0xfd, 0xf7, 0x97, 0x8d, 0x1d, 0xf5, 0xe5, 0xe9, 0xcc, 0x82, 0x07, 0x18, + 0x49, 0x0b, 0x91, 0xb2, 0x59, 0x6b, 0xa5, 0x50, 0x8f, 0x0b, 0xb1, 0xfe, 0xe0, 0xb8, 0x0b, 0x93, + 0xdd, 0xde, 0xbd, 0xe3, 0x2e, 0x7f, 0x0f, 0xe0, 0x1d, 0xd2, 0xbf, 0xbf, 0x82, 0xfe, 0xde, 0xc9, + 0x3f, 0xfa, 0x97, 0x37, 0x6f, 0x5c, 0xd9, 0xbb, 0x79, 0x7a, 0xbb, 0x9b, 0xdb, 0xf6, 0xb6, 0xd8, + 0xcc, 0xa5, 0x42, 0x69, 0x6c, 0x75, 0x5a, 0xb8, 0x79, 0xfa, 0x38, 0x24, 0xce, 0x60, 0x48, 0x9c, + 0xd7, 0x21, 0x71, 0x6e, 0x47, 0xa4, 0x34, 0x18, 0x91, 0xd2, 0xf3, 0x88, 0x94, 0xda, 0x0d, 0x21, + 0xed, 0x45, 0xd2, 0xa5, 0x01, 0x46, 0x2c, 0xcf, 0x52, 0xfd, 0x0c, 0x33, 0x9d, 0x9a, 0xd6, 0xea, + 0xec, 0x2a, 0x9f, 0x6d, 0x33, 0x05, 0xa6, 0xbb, 0x38, 0xb9, 0x57, 0xe3, 0x23, 0x00, 0x00, 0xff, + 0xff, 0x39, 0xa0, 0xb2, 0xfa, 0x23, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/globalfee/ante/fee.go b/x/globalfee/ante/fee.go index 541e13783..5b5c30269 100644 --- a/x/globalfee/ante/fee.go +++ b/x/globalfee/ante/fee.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) var _ sdk.AnteDecorator = FeeDecorator{} diff --git a/x/globalfee/ante/fee_setup_test.go b/x/globalfee/ante/fee_setup_test.go index 139d8409f..fa073b1f7 100644 --- a/x/globalfee/ante/fee_setup_test.go +++ b/x/globalfee/ante/fee_setup_test.go @@ -16,10 +16,10 @@ import ( xauthsigning "github.com/cosmos/cosmos-sdk/x/auth/signing" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" - "github.com/public-awesome/stargaze/v11/x/globalfee/ante" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" + "github.com/public-awesome/stargaze/v12/x/globalfee/ante" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/suite" "github.com/tendermint/tendermint/crypto" "github.com/tendermint/tendermint/crypto/secp256k1" diff --git a/x/globalfee/client/cli/gov_tx.go b/x/globalfee/client/cli/gov_tx.go index 4c9c0b340..51e86773d 100644 --- a/x/globalfee/client/cli/gov_tx.go +++ b/x/globalfee/client/cli/gov_tx.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/x/gov/client/cli" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/spf13/cobra" ) diff --git a/x/globalfee/client/cli/query.go b/x/globalfee/client/cli/query.go index c48bfcfbb..c43106ab1 100644 --- a/x/globalfee/client/cli/query.go +++ b/x/globalfee/client/cli/query.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/spf13/cobra" ) diff --git a/x/globalfee/client/cli/tx.go b/x/globalfee/client/cli/tx.go index f38c45f4c..af29f37a4 100644 --- a/x/globalfee/client/cli/tx.go +++ b/x/globalfee/client/cli/tx.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/spf13/cobra" ) diff --git a/x/globalfee/client/proposal_handler.go b/x/globalfee/client/proposal_handler.go index fa0e43e44..8f3d3339e 100644 --- a/x/globalfee/client/proposal_handler.go +++ b/x/globalfee/client/proposal_handler.go @@ -2,8 +2,8 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/public-awesome/stargaze/v11/x/globalfee/client/cli" - "github.com/public-awesome/stargaze/v11/x/globalfee/client/rest" + "github.com/public-awesome/stargaze/v12/x/globalfee/client/cli" + "github.com/public-awesome/stargaze/v12/x/globalfee/client/rest" ) var ( diff --git a/x/globalfee/client/rest/gov_tx_remove_code.go b/x/globalfee/client/rest/gov_tx_remove_code.go index b01545e57..d2d81caee 100644 --- a/x/globalfee/client/rest/gov_tx_remove_code.go +++ b/x/globalfee/client/rest/gov_tx_remove_code.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/rest" govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) func ProposalRemoveCodeAuthorizationHandler(cliCtx client.Context) govrest.ProposalRESTHandler { diff --git a/x/globalfee/client/rest/gov_tx_remove_contract.go b/x/globalfee/client/rest/gov_tx_remove_contract.go index c67acf441..4bc6a0bef 100644 --- a/x/globalfee/client/rest/gov_tx_remove_contract.go +++ b/x/globalfee/client/rest/gov_tx_remove_contract.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/rest" govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) func ProposalRemoveContractAuthorizationHandler(cliCtx client.Context) govrest.ProposalRESTHandler { diff --git a/x/globalfee/client/rest/gov_tx_set_code.go b/x/globalfee/client/rest/gov_tx_set_code.go index 52b84490d..bd2c78205 100644 --- a/x/globalfee/client/rest/gov_tx_set_code.go +++ b/x/globalfee/client/rest/gov_tx_set_code.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/rest" govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) func ProposalSetCodeAuthorizationHandler(cliCtx client.Context) govrest.ProposalRESTHandler { diff --git a/x/globalfee/client/rest/gov_tx_set_contract.go b/x/globalfee/client/rest/gov_tx_set_contract.go index 8d859f61d..2f28c6b47 100644 --- a/x/globalfee/client/rest/gov_tx_set_contract.go +++ b/x/globalfee/client/rest/gov_tx_set_contract.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/rest" govrest "github.com/cosmos/cosmos-sdk/x/gov/client/rest" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) func ProposalSetContractAuthorizationHandler(cliCtx client.Context) govrest.ProposalRESTHandler { diff --git a/x/globalfee/genesis.go b/x/globalfee/genesis.go index 28a792159..6d16a463c 100644 --- a/x/globalfee/genesis.go +++ b/x/globalfee/genesis.go @@ -2,8 +2,8 @@ package globalfee import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) // InitGenesis initializes the module genesis state. diff --git a/x/globalfee/keeper/code_authorization.go b/x/globalfee/keeper/code_authorization.go index b5780827b..c674240a3 100644 --- a/x/globalfee/keeper/code_authorization.go +++ b/x/globalfee/keeper/code_authorization.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) // IterateCodeAuthorizations executes the given func on all the code authorizations diff --git a/x/globalfee/keeper/code_authorization_test.go b/x/globalfee/keeper/code_authorization_test.go index f1f288fdb..29e8c0097 100644 --- a/x/globalfee/keeper/code_authorization_test.go +++ b/x/globalfee/keeper/code_authorization_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - "github.com/public-awesome/stargaze/v11/testutil/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/testutil/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/keeper/contract_authorization.go b/x/globalfee/keeper/contract_authorization.go index 451a2fb19..a86b608cc 100644 --- a/x/globalfee/keeper/contract_authorization.go +++ b/x/globalfee/keeper/contract_authorization.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) // IterateContractAuthorizations executes the given func on all the contract authorizations diff --git a/x/globalfee/keeper/contract_authorization_test.go b/x/globalfee/keeper/contract_authorization_test.go index 533ea3391..8d6636945 100644 --- a/x/globalfee/keeper/contract_authorization_test.go +++ b/x/globalfee/keeper/contract_authorization_test.go @@ -4,9 +4,9 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/testutil/keeper" - "github.com/public-awesome/stargaze/v11/testutil/sample" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/testutil/keeper" + "github.com/public-awesome/stargaze/v12/testutil/sample" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/keeper/grpc_keeper.go b/x/globalfee/keeper/grpc_keeper.go index 029197ae3..69c4afa43 100644 --- a/x/globalfee/keeper/grpc_keeper.go +++ b/x/globalfee/keeper/grpc_keeper.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/globalfee/keeper/keeper.go b/x/globalfee/keeper/keeper.go index 5603a9609..065649b65 100644 --- a/x/globalfee/keeper/keeper.go +++ b/x/globalfee/keeper/keeper.go @@ -7,7 +7,7 @@ import ( paramTypes "github.com/cosmos/cosmos-sdk/x/params/types" "github.com/tendermint/tendermint/libs/log" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) // Keeper provides module state operations. diff --git a/x/globalfee/keeper/msg_server.go b/x/globalfee/keeper/msg_server.go index 7a5970bdd..f5f11215b 100644 --- a/x/globalfee/keeper/msg_server.go +++ b/x/globalfee/keeper/msg_server.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) type msgServer struct { diff --git a/x/globalfee/keeper/msg_server_test.go b/x/globalfee/keeper/msg_server_test.go index 5aa207215..3f7a2be36 100644 --- a/x/globalfee/keeper/msg_server_test.go +++ b/x/globalfee/keeper/msg_server_test.go @@ -4,10 +4,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/public-awesome/stargaze/v11/testutil/keeper" - "github.com/public-awesome/stargaze/v11/testutil/sample" - "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + keepertest "github.com/public-awesome/stargaze/v12/testutil/keeper" + "github.com/public-awesome/stargaze/v12/testutil/sample" + "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/keeper/params.go b/x/globalfee/keeper/params.go index fde7f3f90..919f5cdf9 100644 --- a/x/globalfee/keeper/params.go +++ b/x/globalfee/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) // SetParams sets the total set of minting parameters. diff --git a/x/globalfee/keeper/proposal_handler.go b/x/globalfee/keeper/proposal_handler.go index 7183b7619..fb604101f 100644 --- a/x/globalfee/keeper/proposal_handler.go +++ b/x/globalfee/keeper/proposal_handler.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) type govKeeper interface { diff --git a/x/globalfee/keeper/proposal_handler_test.go b/x/globalfee/keeper/proposal_handler_test.go index 92c769322..0d4cfd96c 100644 --- a/x/globalfee/keeper/proposal_handler_test.go +++ b/x/globalfee/keeper/proposal_handler_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/module.go b/x/globalfee/module.go index 56b3b5a0a..2e1cf53a2 100644 --- a/x/globalfee/module.go +++ b/x/globalfee/module.go @@ -17,9 +17,9 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/client/cli" - "github.com/public-awesome/stargaze/v11/x/globalfee/keeper" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/client/cli" + "github.com/public-awesome/stargaze/v12/x/globalfee/keeper" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" ) var ( diff --git a/x/globalfee/types/code_authorization_test.go b/x/globalfee/types/code_authorization_test.go index ede59ca5b..0cd3d9a29 100644 --- a/x/globalfee/types/code_authorization_test.go +++ b/x/globalfee/types/code_authorization_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/types/contract_authorization_test.go b/x/globalfee/types/contract_authorization_test.go index 3405edae6..71926f0ff 100644 --- a/x/globalfee/types/contract_authorization_test.go +++ b/x/globalfee/types/contract_authorization_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/types/genesis.pb.go b/x/globalfee/types/genesis.pb.go index adb1dd52a..c19f97c99 100644 --- a/x/globalfee/types/genesis.pb.go +++ b/x/globalfee/types/genesis.pb.go @@ -99,25 +99,25 @@ var fileDescriptor_36828f28a9fbff57 = []byte{ // 335 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x41, 0x4b, 0x02, 0x41, 0x14, 0xc7, 0x77, 0x12, 0x3c, 0xac, 0x1d, 0x62, 0x8b, 0x12, 0xa1, 0xd5, 0x12, 0xc1, 0xa8, 0x66, - 0x58, 0x83, 0x88, 0x6e, 0xd9, 0xa1, 0x6b, 0xd8, 0x2d, 0x88, 0x98, 0x1d, 0xa7, 0x75, 0xc0, 0xf5, - 0x2d, 0x3b, 0x4f, 0x4b, 0x3f, 0x44, 0xf4, 0x09, 0xea, 0xeb, 0x78, 0xf4, 0xd8, 0x49, 0x42, 0x6f, - 0x7d, 0x8a, 0x68, 0x77, 0x93, 0x4d, 0x14, 0xf6, 0xf6, 0x18, 0xe6, 0xff, 0xfb, 0xff, 0xe0, 0x3d, - 0xb3, 0xaa, 0x91, 0x87, 0x1e, 0x1f, 0x49, 0xe6, 0x75, 0xc1, 0xe5, 0xdd, 0x27, 0x29, 0xd9, 0xc0, - 0x61, 0x9e, 0xec, 0x49, 0xad, 0x34, 0x0d, 0x42, 0x40, 0xb0, 0xaa, 0x41, 0xdf, 0xed, 0x2a, 0xc1, - 0x9f, 0xa5, 0x06, 0x5f, 0xd2, 0xbf, 0x08, 0x5d, 0x44, 0xe8, 0xc0, 0x29, 0xd5, 0xd6, 0x90, 0x16, - 0x7f, 0x22, 0x56, 0x69, 0xc7, 0x03, 0x0f, 0xa2, 0x91, 0xfd, 0x4e, 0xf1, 0xeb, 0xe1, 0x47, 0xce, - 0xdc, 0xbc, 0x89, 0x3b, 0xef, 0x90, 0xa3, 0xb4, 0x1e, 0xcc, 0x7c, 0xc0, 0x43, 0xee, 0xeb, 0x22, - 0xa9, 0x90, 0x7a, 0xa1, 0x71, 0x4c, 0x33, 0x38, 0xd0, 0xdb, 0x28, 0xd2, 0x2c, 0x8e, 0xa7, 0x65, - 0xe3, 0x7b, 0x5a, 0xde, 0x8a, 0x11, 0x27, 0xe0, 0x2b, 0x94, 0x7e, 0x80, 0xc3, 0x56, 0x02, 0xb5, - 0x5e, 0x89, 0xb9, 0x2d, 0xa0, 0x2d, 0x1f, 0x79, 0x1f, 0x3b, 0x10, 0xaa, 0x11, 0x47, 0x05, 0x3d, - 0x5d, 0xdc, 0xa8, 0xe4, 0xea, 0x85, 0xc6, 0x79, 0xa6, 0xb2, 0x6b, 0x68, 0xcb, 0xab, 0x74, 0xbc, - 0x59, 0x4b, 0x7a, 0xf7, 0x57, 0xa0, 0x53, 0x12, 0x96, 0x58, 0x4e, 0x6a, 0xeb, 0x9d, 0x98, 0x7b, - 0x02, 0x7a, 0x18, 0x72, 0x81, 0xcb, 0x52, 0xb9, 0x48, 0xea, 0x32, 0xa3, 0x54, 0xcc, 0xf8, 0x2f, - 0x76, 0x94, 0x88, 0x1d, 0xac, 0xa9, 0x48, 0xc9, 0xed, 0x8a, 0x55, 0x04, 0xdd, 0x6c, 0x8d, 0x67, - 0x36, 0x99, 0xcc, 0x6c, 0xf2, 0x35, 0xb3, 0xc9, 0xdb, 0xdc, 0x36, 0x26, 0x73, 0xdb, 0xf8, 0x9c, - 0xdb, 0xc6, 0xfd, 0x85, 0xa7, 0xb0, 0xd3, 0x77, 0xa9, 0x00, 0x9f, 0xc5, 0x8a, 0xa7, 0x89, 0x23, - 0x5b, 0x9c, 0xc4, 0xc0, 0x71, 0xd8, 0x4b, 0xea, 0x30, 0x70, 0x18, 0x48, 0xed, 0xe6, 0xa3, 0xe5, - 0x9f, 0xfd, 0x04, 0x00, 0x00, 0xff, 0xff, 0x30, 0x78, 0x7b, 0x90, 0x85, 0x02, 0x00, 0x00, + 0xd0, 0x20, 0xa2, 0x5b, 0x76, 0xe8, 0x1a, 0x76, 0x0b, 0x22, 0x66, 0xc7, 0xd7, 0xba, 0xe0, 0xfa, + 0x96, 0x9d, 0xa7, 0xa5, 0x1f, 0x22, 0xfa, 0x04, 0xf5, 0x75, 0x3c, 0x7a, 0xec, 0x24, 0xa1, 0xb7, + 0x3e, 0x45, 0xb4, 0xbb, 0xc9, 0x26, 0x0a, 0xde, 0x1e, 0xc3, 0xfc, 0x7f, 0xff, 0x1f, 0xbc, 0x67, + 0x96, 0x35, 0xc9, 0xd0, 0x95, 0x43, 0x10, 0x6e, 0x07, 0x1d, 0xd9, 0x79, 0x02, 0x10, 0xfd, 0x9a, + 0x70, 0xa1, 0x0b, 0xda, 0xd3, 0x3c, 0x08, 0x91, 0xd0, 0x2a, 0x07, 0x3d, 0xa7, 0xe3, 0x29, 0xf9, + 0x0c, 0x1a, 0x7d, 0xe0, 0x7f, 0x11, 0x3e, 0x8f, 0xf0, 0x7e, 0xad, 0x50, 0x59, 0x41, 0x9a, 0xff, + 0x89, 0x58, 0x85, 0x1d, 0x17, 0x5d, 0x8c, 0x46, 0xf1, 0x3b, 0xc5, 0xaf, 0x87, 0x1f, 0x19, 0x73, + 0xf3, 0x26, 0xee, 0xbc, 0x23, 0x49, 0x60, 0x3d, 0x98, 0xd9, 0x40, 0x86, 0xd2, 0xd7, 0x79, 0x56, + 0x62, 0xd5, 0x5c, 0xfd, 0x98, 0xaf, 0xe1, 0xc0, 0x6f, 0xa3, 0x48, 0x23, 0x3f, 0x9a, 0x14, 0x8d, + 0xef, 0x49, 0x71, 0x2b, 0x46, 0x9c, 0xa0, 0xef, 0x11, 0xf8, 0x01, 0x0d, 0x9a, 0x09, 0xd4, 0x7a, + 0x65, 0xe6, 0xb6, 0xc2, 0x16, 0x3c, 0xca, 0x1e, 0xb5, 0x31, 0xf4, 0x86, 0x92, 0x3c, 0xec, 0xea, + 0xfc, 0x46, 0x29, 0x53, 0xcd, 0xd5, 0xcf, 0xd7, 0x2a, 0xbb, 0xc6, 0x16, 0x5c, 0xa5, 0xe3, 0x8d, + 0x4a, 0xd2, 0xbb, 0xbf, 0x04, 0x9d, 0x92, 0xb0, 0xd4, 0x62, 0x52, 0x5b, 0xef, 0xcc, 0xdc, 0x53, + 0xd8, 0xa5, 0x50, 0x2a, 0x5a, 0x94, 0xca, 0x44, 0x52, 0x97, 0x6b, 0x4a, 0xc5, 0x8c, 0xff, 0x62, + 0x47, 0x89, 0xd8, 0xc1, 0x8a, 0x8a, 0x94, 0xdc, 0xae, 0x5a, 0x46, 0xd0, 0x8d, 0xe6, 0x68, 0x6a, + 0xb3, 0xf1, 0xd4, 0x66, 0x5f, 0x53, 0x9b, 0xbd, 0xcd, 0x6c, 0x63, 0x3c, 0xb3, 0x8d, 0xcf, 0x99, + 0x6d, 0xdc, 0x5f, 0xb8, 0x1e, 0xb5, 0x7b, 0x0e, 0x57, 0xe8, 0x8b, 0x58, 0xf1, 0x34, 0x71, 0x14, + 0xf3, 0x93, 0xe8, 0xd7, 0xea, 0xe2, 0x25, 0x75, 0x18, 0x34, 0x08, 0x40, 0x3b, 0xd9, 0x68, 0xf9, + 0x67, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf3, 0x55, 0xef, 0x23, 0x85, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/globalfee/types/genesis_test.go b/x/globalfee/types/genesis_test.go index c48f7b51c..a07d77156 100644 --- a/x/globalfee/types/genesis_test.go +++ b/x/globalfee/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/types/globalfee.pb.go b/x/globalfee/types/globalfee.pb.go index e374847ca..93cee566b 100644 --- a/x/globalfee/types/globalfee.pb.go +++ b/x/globalfee/types/globalfee.pb.go @@ -203,34 +203,34 @@ var fileDescriptor_33ee3d8d8859c0c7 = []byte{ // 472 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x3f, 0x6f, 0xd3, 0x40, 0x18, 0xc6, 0xed, 0xb6, 0x4a, 0x95, 0x43, 0x82, 0x62, 0x8a, 0x08, 0x25, 0xb2, 0x23, 0x23, 0xa4, - 0x48, 0xb4, 0x3e, 0x19, 0x84, 0x84, 0xba, 0xd5, 0xa9, 0x40, 0xdd, 0x2a, 0x8f, 0x2c, 0xd1, 0xf9, - 0xee, 0x70, 0x4e, 0xf8, 0xfc, 0x5a, 0xbe, 0x4b, 0x68, 0x3a, 0xf1, 0x05, 0x90, 0x18, 0x19, 0x99, - 0xf9, 0x0c, 0x7c, 0x80, 0x8e, 0x1d, 0x99, 0x0c, 0x4a, 0x36, 0xc6, 0x7c, 0x02, 0xe4, 0x7f, 0xa4, - 0x55, 0x26, 0x26, 0x9f, 0xfd, 0xfc, 0xde, 0xf7, 0x79, 0xfd, 0xde, 0x83, 0x9e, 0x29, 0x4d, 0xf2, - 0x98, 0x5c, 0x72, 0x1c, 0x27, 0x10, 0x91, 0xe4, 0x3d, 0xe7, 0x78, 0xe6, 0xaf, 0x5f, 0xbc, 0x2c, - 0x07, 0x0d, 0xd6, 0xd3, 0x6c, 0x1a, 0x25, 0x82, 0x92, 0x8f, 0x5c, 0x81, 0xe4, 0x5e, 0x5b, 0xe4, - 0xad, 0xb9, 0x99, 0x7f, 0xb0, 0x1f, 0x43, 0x0c, 0x15, 0x8f, 0xcb, 0x53, 0x5d, 0x7a, 0x60, 0x53, - 0x50, 0x12, 0x14, 0x8e, 0x88, 0x2a, 0x5b, 0x47, 0x5c, 0x13, 0x1f, 0x53, 0x10, 0x69, 0xad, 0xbb, - 0x9f, 0xb6, 0x50, 0xe7, 0x9c, 0xe4, 0x44, 0x2a, 0xcb, 0x47, 0xfb, 0x59, 0x2e, 0x66, 0x22, 0xe1, - 0x31, 0x67, 0x63, 0xc2, 0x58, 0xce, 0x95, 0xe2, 0xaa, 0x67, 0x0e, 0xb6, 0x87, 0xdd, 0xf0, 0xc1, - 0x5a, 0x3b, 0x69, 0x25, 0xeb, 0x87, 0x89, 0x2c, 0x29, 0x52, 0x21, 0xa7, 0x72, 0x1c, 0x13, 0x35, - 0xce, 0x72, 0x41, 0xb9, 0xea, 0x6d, 0x0d, 0xb6, 0x87, 0x77, 0x5e, 0xf4, 0xbd, 0xda, 0xdb, 0x2b, - 0xbd, 0xbd, 0xc6, 0xdb, 0x3b, 0xe5, 0x74, 0x04, 0x22, 0x0d, 0xb2, 0xab, 0xc2, 0x31, 0xfe, 0x14, - 0x4e, 0x7f, 0xb3, 0xfe, 0x10, 0xa4, 0xd0, 0x5c, 0x66, 0x7a, 0xbe, 0x2a, 0x9c, 0xc7, 0x73, 0x22, - 0x93, 0x63, 0x77, 0x93, 0x72, 0xbf, 0xff, 0x72, 0x9e, 0xc7, 0x42, 0x4f, 0xa6, 0x91, 0x47, 0x41, - 0xe2, 0xe6, 0x47, 0xeb, 0xc7, 0x91, 0x62, 0x1f, 0xb0, 0x9e, 0x67, 0x5c, 0xb5, 0x86, 0x2a, 0xdc, - 0x6b, 0x7a, 0xbc, 0x25, 0xea, 0xbc, 0xea, 0x70, 0xbc, 0xf3, 0xf5, 0x9b, 0x63, 0xb8, 0x17, 0xe8, - 0xfe, 0x08, 0x18, 0x3f, 0x99, 0xea, 0x09, 0xe4, 0xe2, 0x92, 0x68, 0x01, 0xa9, 0xf5, 0x0a, 0xed, - 0x52, 0x60, 0x7c, 0x2c, 0x58, 0xcf, 0x1c, 0x98, 0xc3, 0x9d, 0xa0, 0xbf, 0x28, 0x9c, 0x4e, 0xc9, - 0x9d, 0x9d, 0xae, 0x0a, 0xe7, 0x6e, 0x3d, 0x55, 0x83, 0xb8, 0x61, 0xa7, 0x3c, 0x9d, 0x31, 0xeb, - 0x10, 0xed, 0x4a, 0xae, 0x27, 0xc0, 0xea, 0x25, 0x74, 0x03, 0x6b, 0x0d, 0x37, 0x82, 0x1b, 0xb6, - 0x88, 0xfb, 0xd9, 0x44, 0x0f, 0x47, 0x90, 0xea, 0x9c, 0x50, 0x7d, 0xdb, 0xfe, 0x0d, 0xda, 0xa3, - 0x8d, 0xd0, 0xde, 0x44, 0x35, 0x47, 0x37, 0x78, 0xb2, 0x2a, 0x9c, 0x47, 0xad, 0xfb, 0x6d, 0xc2, - 0x0d, 0xef, 0xb5, 0x9f, 0x9a, 0x2b, 0xfa, 0xbf, 0x79, 0x82, 0xf0, 0x6a, 0x61, 0x9b, 0xd7, 0x0b, - 0xdb, 0xfc, 0xbd, 0xb0, 0xcd, 0x2f, 0x4b, 0xdb, 0xb8, 0x5e, 0xda, 0xc6, 0xcf, 0xa5, 0x6d, 0xbc, - 0x7b, 0x7d, 0x63, 0xd1, 0x75, 0x18, 0x8f, 0x9a, 0x34, 0xe2, 0x7f, 0x11, 0x9e, 0xf9, 0x3e, 0xbe, - 0xb8, 0x11, 0xe4, 0x6a, 0xfd, 0x51, 0xa7, 0xca, 0xd9, 0xcb, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x50, 0x4e, 0x46, 0xec, 0xeb, 0x02, 0x00, 0x00, + 0x48, 0xb4, 0x3e, 0xb9, 0x08, 0x09, 0x75, 0xab, 0x53, 0x81, 0xba, 0x55, 0x1e, 0x59, 0xa2, 0xf3, + 0xdd, 0xe1, 0x9c, 0xf0, 0xf9, 0xb5, 0x7c, 0x97, 0xd0, 0x74, 0xe2, 0x0b, 0x20, 0x31, 0x32, 0x32, + 0xf3, 0x19, 0xf8, 0x00, 0x1d, 0x3b, 0x32, 0x19, 0x94, 0x6c, 0x8c, 0xf9, 0x04, 0xc8, 0xff, 0x48, + 0xab, 0x4e, 0x9d, 0x7c, 0xf6, 0xf3, 0x7b, 0xdf, 0xe7, 0xf5, 0x7b, 0x0f, 0x7a, 0xa1, 0x34, 0xc9, + 0x63, 0x72, 0xc1, 0x71, 0x9c, 0x40, 0x44, 0x92, 0x0f, 0x9c, 0xe3, 0x99, 0xbf, 0x7e, 0xf1, 0xb2, + 0x1c, 0x34, 0x58, 0xcf, 0xb3, 0x69, 0x94, 0x08, 0x4a, 0x3e, 0x71, 0x05, 0x92, 0x7b, 0x6d, 0x91, + 0xb7, 0xe6, 0x66, 0xfe, 0xde, 0x6e, 0x0c, 0x31, 0x54, 0x3c, 0x2e, 0x4f, 0x75, 0xe9, 0x9e, 0x4d, + 0x41, 0x49, 0x50, 0x38, 0x22, 0xaa, 0x6c, 0x1d, 0x71, 0x4d, 0x7c, 0x4c, 0x41, 0xa4, 0xb5, 0xee, + 0x7e, 0xde, 0x40, 0x9d, 0x33, 0x92, 0x13, 0xa9, 0x2c, 0x1f, 0xed, 0x66, 0xb9, 0x98, 0x89, 0x84, + 0xc7, 0x9c, 0x8d, 0x09, 0x63, 0x39, 0x57, 0x8a, 0xab, 0x9e, 0x39, 0xd8, 0x1c, 0x76, 0xc3, 0x47, + 0x6b, 0xed, 0xb8, 0x95, 0xac, 0x9f, 0x26, 0xb2, 0xa4, 0x48, 0x85, 0x9c, 0xca, 0x71, 0x4c, 0xd4, + 0x38, 0xcb, 0x05, 0xe5, 0xaa, 0xb7, 0x31, 0xd8, 0x1c, 0xde, 0x3b, 0xec, 0x7b, 0xb5, 0xb7, 0x57, + 0x7a, 0x7b, 0x8d, 0xb7, 0x77, 0xc2, 0xe9, 0x08, 0x44, 0x1a, 0x64, 0x97, 0x85, 0x63, 0xfc, 0x2d, + 0x9c, 0xfe, 0xed, 0xfa, 0x7d, 0x90, 0x42, 0x73, 0x99, 0xe9, 0xf9, 0xaa, 0x70, 0x9e, 0xce, 0x89, + 0x4c, 0x8e, 0xdc, 0xdb, 0x94, 0xfb, 0xe3, 0xb7, 0xf3, 0x32, 0x16, 0x7a, 0x32, 0x8d, 0x3c, 0x0a, + 0x12, 0x37, 0x3f, 0x5a, 0x3f, 0x0e, 0x14, 0xfb, 0x88, 0xf5, 0x3c, 0xe3, 0xaa, 0x35, 0x54, 0xe1, + 0x4e, 0xd3, 0xe3, 0x1d, 0x51, 0x67, 0x55, 0x87, 0xa3, 0xad, 0x6f, 0xdf, 0x1d, 0xc3, 0x3d, 0x47, + 0x0f, 0x47, 0xc0, 0xf8, 0xf1, 0x54, 0x4f, 0x20, 0x17, 0x17, 0x44, 0x0b, 0x48, 0xad, 0xd7, 0x68, + 0x9b, 0x02, 0xe3, 0x63, 0xc1, 0x7a, 0xe6, 0xc0, 0x1c, 0x6e, 0x05, 0xfd, 0x45, 0xe1, 0x74, 0x4a, + 0xee, 0xf4, 0x64, 0x55, 0x38, 0xf7, 0xeb, 0xa9, 0x1a, 0xc4, 0x0d, 0x3b, 0xe5, 0xe9, 0x94, 0x59, + 0xfb, 0x68, 0x5b, 0x72, 0x3d, 0x01, 0x56, 0x2f, 0xa1, 0x1b, 0x58, 0x6b, 0xb8, 0x11, 0xdc, 0xb0, + 0x45, 0xdc, 0x2f, 0x26, 0x7a, 0x3c, 0x82, 0x54, 0xe7, 0x84, 0xea, 0x9b, 0xf6, 0x6f, 0xd1, 0x0e, + 0x6d, 0x84, 0xf6, 0x26, 0xaa, 0x39, 0xba, 0xc1, 0xb3, 0x55, 0xe1, 0x3c, 0x69, 0xdd, 0x6f, 0x12, + 0x6e, 0xf8, 0xa0, 0xfd, 0xd4, 0x5c, 0xd1, 0xdd, 0xe6, 0x09, 0xc2, 0xcb, 0x85, 0x6d, 0x5e, 0x2d, + 0x6c, 0xf3, 0xcf, 0xc2, 0x36, 0xbf, 0x2e, 0x6d, 0xe3, 0x6a, 0x69, 0x1b, 0xbf, 0x96, 0xb6, 0xf1, + 0xfe, 0xcd, 0xb5, 0x45, 0xd7, 0x61, 0x3c, 0x68, 0xd2, 0x88, 0xff, 0x47, 0x78, 0xe6, 0x1f, 0xe2, + 0xf3, 0x6b, 0x41, 0xae, 0xd6, 0x1f, 0x75, 0xaa, 0x9c, 0xbd, 0xfa, 0x17, 0x00, 0x00, 0xff, 0xff, + 0x93, 0x63, 0xd2, 0x5f, 0xeb, 0x02, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/globalfee/types/params_test.go b/x/globalfee/types/params_test.go index d6d875cac..cb54246dc 100644 --- a/x/globalfee/types/params_test.go +++ b/x/globalfee/types/params_test.go @@ -4,7 +4,7 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/globalfee/types" + "github.com/public-awesome/stargaze/v12/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/x/globalfee/types/proposal.pb.go b/x/globalfee/types/proposal.pb.go index 334aeca41..b85fd2982 100644 --- a/x/globalfee/types/proposal.pb.go +++ b/x/globalfee/types/proposal.pb.go @@ -277,37 +277,37 @@ func init() { var fileDescriptor_dfbafea4596a115d = []byte{ // 494 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x54, 0x41, 0x6e, 0xd3, 0x40, - 0x14, 0xcd, 0x04, 0x08, 0xea, 0x14, 0x41, 0xb1, 0xa0, 0xa4, 0xa1, 0xb5, 0xc3, 0x14, 0x50, 0x37, - 0xb5, 0x65, 0x10, 0xa8, 0xca, 0x0e, 0x83, 0x90, 0xba, 0x43, 0x66, 0xc7, 0xa6, 0x1a, 0x8f, 0x07, - 0xd7, 0x92, 0x9d, 0xb1, 0x3c, 0x13, 0x43, 0xbb, 0xe6, 0x00, 0x2c, 0xb8, 0x03, 0x17, 0x60, 0xc7, - 0x05, 0x10, 0xab, 0x2e, 0x11, 0x0b, 0x0b, 0x39, 0x07, 0x40, 0xf2, 0x09, 0x2a, 0xcf, 0x38, 0xa9, - 0xd5, 0x5a, 0x4a, 0x76, 0xd9, 0xcd, 0xcc, 0x7f, 0xef, 0xff, 0xff, 0xde, 0x7c, 0x7d, 0xf8, 0x98, - 0x0b, 0x9c, 0x06, 0xf8, 0x94, 0x5a, 0x41, 0xc4, 0x3c, 0x1c, 0x7d, 0xa4, 0xd4, 0xca, 0x6c, 0x2b, - 0x49, 0x59, 0xc2, 0x38, 0x8e, 0xcc, 0x24, 0x65, 0x82, 0x69, 0xbb, 0xc9, 0xc4, 0x8b, 0x42, 0x82, - 0x3f, 0x51, 0xce, 0x62, 0x6a, 0xce, 0x38, 0xe6, 0x9c, 0x63, 0x66, 0xf6, 0xe0, 0x5e, 0xc0, 0x02, - 0x26, 0xf1, 0x56, 0x75, 0x52, 0xd4, 0xc1, 0x16, 0x61, 0x3c, 0x66, 0xfc, 0x48, 0x05, 0xd4, 0xa5, - 0x0e, 0x3d, 0x69, 0xaf, 0x7d, 0x91, 0x54, 0xc2, 0xd0, 0xf7, 0x2e, 0xdc, 0x7e, 0x4f, 0xc5, 0x6b, - 0xe6, 0xd3, 0x57, 0x13, 0x71, 0xcc, 0xd2, 0xf0, 0x14, 0x8b, 0x90, 0x8d, 0xdf, 0xd5, 0x3d, 0x6a, - 0x4f, 0xe1, 0x0d, 0x11, 0x8a, 0x88, 0xf6, 0xc1, 0x10, 0xec, 0xad, 0x39, 0x1b, 0x65, 0x6e, 0xdc, - 0x3a, 0xc1, 0x71, 0x34, 0x42, 0xf2, 0x19, 0xb9, 0x2a, 0xac, 0x1d, 0xc0, 0x75, 0x9f, 0x72, 0x92, - 0x86, 0x49, 0x45, 0xef, 0x77, 0x25, 0x7a, 0xb3, 0xcc, 0x0d, 0x4d, 0xa1, 0x1b, 0x41, 0xe4, 0x36, - 0xa1, 0xda, 0x17, 0x00, 0x35, 0xc2, 0x7c, 0x7a, 0x84, 0x9b, 0x0d, 0xf4, 0xaf, 0x0d, 0xc1, 0xde, - 0xfa, 0xb3, 0x97, 0xe6, 0x12, 0xee, 0x98, 0x57, 0xda, 0x77, 0x76, 0xca, 0xdc, 0xd8, 0x52, 0x95, - 0xaf, 0xe6, 0x46, 0xee, 0x5d, 0x72, 0x99, 0x31, 0xd2, 0x7f, 0xff, 0xd8, 0x1f, 0xd4, 0x16, 0x06, - 0x2c, 0x33, 0x33, 0xdb, 0xa3, 0x02, 0x57, 0xb9, 0xc7, 0x82, 0x8e, 0x05, 0xfa, 0x0b, 0xa0, 0xe1, - 0xd2, 0x98, 0x65, 0x74, 0x95, 0x66, 0xbd, 0x80, 0x37, 0xa5, 0x9e, 0xd0, 0x97, 0x06, 0x5d, 0x77, - 0xb6, 0x8b, 0xdc, 0xe8, 0x55, 0x1d, 0x1d, 0xbe, 0x29, 0x73, 0xe3, 0x76, 0x43, 0x72, 0xe8, 0x23, - 0xb7, 0x57, 0x9d, 0x0e, 0xfd, 0x85, 0xe2, 0x7e, 0x76, 0xe1, 0x50, 0x8e, 0xc1, 0x58, 0xa4, 0x98, - 0x88, 0x55, 0xa9, 0xfb, 0x06, 0xe0, 0x26, 0xa9, 0x7b, 0x68, 0x1d, 0x87, 0xd1, 0x92, 0xe3, 0xd0, - 0x22, 0xc3, 0x79, 0x54, 0xe6, 0xc6, 0xce, 0xcc, 0x9f, 0xb6, 0x1a, 0xc8, 0xbd, 0x4f, 0xda, 0x98, - 0x0b, 0xdd, 0xfb, 0x0f, 0xe0, 0xee, 0x6c, 0x34, 0x56, 0x6b, 0xe0, 0x5b, 0xb8, 0x71, 0xa1, 0xcd, - 0xf7, 0x53, 0xca, 0xb9, 0x74, 0x6e, 0xcd, 0x79, 0x58, 0xe6, 0xc6, 0x83, 0xcb, 0xea, 0x15, 0x02, - 0xb9, 0x77, 0xe6, 0xba, 0xd5, 0xcb, 0x22, 0xc5, 0x8e, 0xfb, 0xab, 0xd0, 0xc1, 0x59, 0xa1, 0x83, - 0x7f, 0x85, 0x0e, 0xbe, 0x4e, 0xf5, 0xce, 0xd9, 0x54, 0xef, 0xfc, 0x99, 0xea, 0x9d, 0x0f, 0x07, - 0x41, 0x28, 0x8e, 0x27, 0x9e, 0x49, 0x58, 0x6c, 0xa9, 0xbf, 0xda, 0xaf, 0x3f, 0xcb, 0x9a, 0x6f, - 0xa4, 0xcc, 0xb6, 0xad, 0xcf, 0x8d, 0xbd, 0x24, 0x4e, 0x12, 0xca, 0xbd, 0x9e, 0xdc, 0x48, 0xcf, - 0xcf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x57, 0x5d, 0x06, 0xc3, 0x36, 0x05, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xc4, 0x54, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0xcd, 0x06, 0x08, 0xea, 0x16, 0x41, 0xb1, 0xa0, 0xa4, 0xa1, 0xb5, 0x83, 0x0b, 0xa8, 0x97, + 0xda, 0x4a, 0x11, 0xa8, 0xca, 0x0d, 0x83, 0x90, 0x7a, 0x43, 0xe6, 0xc6, 0xa5, 0x5a, 0xaf, 0x17, + 0xd7, 0x92, 0x9d, 0xb1, 0xbc, 0x1b, 0x43, 0x7b, 0xe6, 0x03, 0x38, 0xf0, 0x0f, 0xfc, 0x00, 0x37, + 0x7e, 0x00, 0x71, 0xea, 0x11, 0x71, 0xb0, 0x50, 0xf2, 0x01, 0x48, 0xfe, 0x02, 0xe4, 0x5d, 0x27, + 0xb5, 0x5a, 0x4b, 0xc9, 0x2d, 0xb7, 0xdd, 0x9d, 0xf7, 0x66, 0xe6, 0xbd, 0x1d, 0x0d, 0x7e, 0xcc, + 0x05, 0x49, 0x03, 0x72, 0xc6, 0xec, 0x20, 0x02, 0x8f, 0x44, 0x1f, 0x18, 0xb3, 0xb3, 0x81, 0x9d, + 0xa4, 0x90, 0x00, 0x27, 0x91, 0x95, 0xa4, 0x20, 0x40, 0xdb, 0x4d, 0xc6, 0x5e, 0x14, 0x52, 0xf2, + 0x91, 0x71, 0x88, 0x99, 0x35, 0xe3, 0x58, 0x73, 0x8e, 0x95, 0x0d, 0x7a, 0xf7, 0x02, 0x08, 0x40, + 0xe2, 0xed, 0xf2, 0xa4, 0xa8, 0xbd, 0x2d, 0x0a, 0x3c, 0x06, 0x7e, 0xac, 0x02, 0xea, 0x52, 0x85, + 0x9e, 0x34, 0xd7, 0xbe, 0x48, 0x2a, 0x61, 0xe6, 0xb7, 0x36, 0xde, 0x7e, 0xc7, 0xc4, 0x2b, 0xf0, + 0xd9, 0xcb, 0xb1, 0x38, 0x81, 0x34, 0x3c, 0x23, 0x22, 0x84, 0xd1, 0xdb, 0xaa, 0x47, 0xed, 0x29, + 0xbe, 0x21, 0x42, 0x11, 0xb1, 0x2e, 0xea, 0xa3, 0xbd, 0x35, 0x67, 0xa3, 0xc8, 0x8d, 0x5b, 0xa7, + 0x24, 0x8e, 0x86, 0xa6, 0x7c, 0x36, 0x5d, 0x15, 0xd6, 0x0e, 0xf1, 0xba, 0xcf, 0x38, 0x4d, 0xc3, + 0xa4, 0xa4, 0x77, 0xdb, 0x12, 0xbd, 0x59, 0xe4, 0x86, 0xa6, 0xd0, 0xb5, 0xa0, 0xe9, 0xd6, 0xa1, + 0xda, 0x67, 0x84, 0x35, 0x0a, 0x3e, 0x3b, 0x26, 0xf5, 0x06, 0xba, 0xd7, 0xfa, 0x68, 0x6f, 0xfd, + 0xe0, 0x85, 0xb5, 0x84, 0x3b, 0xd6, 0x95, 0xf6, 0x9d, 0x9d, 0x22, 0x37, 0xb6, 0x54, 0xe5, 0xab, + 0xb9, 0x4d, 0xf7, 0x2e, 0xbd, 0xcc, 0x18, 0xea, 0xbf, 0xbe, 0xef, 0xf7, 0x2a, 0x0b, 0x03, 0xc8, + 0xac, 0x6c, 0xe0, 0x31, 0x41, 0xca, 0xdc, 0x23, 0xc1, 0x46, 0xc2, 0xfc, 0x83, 0xb0, 0xe1, 0xb2, + 0x18, 0x32, 0xb6, 0x4a, 0xb3, 0x9e, 0xe3, 0x9b, 0x52, 0x4f, 0xe8, 0x4b, 0x83, 0xae, 0x3b, 0xdb, + 0x93, 0xdc, 0xe8, 0x94, 0x1d, 0x1d, 0xbd, 0x2e, 0x72, 0xe3, 0x76, 0x4d, 0x72, 0xe8, 0x9b, 0x6e, + 0xa7, 0x3c, 0x1d, 0xf9, 0x0b, 0xc5, 0xfd, 0x68, 0xe3, 0xbe, 0x1c, 0x83, 0x91, 0x48, 0x09, 0x15, + 0xab, 0x52, 0xf7, 0x15, 0xe1, 0x4d, 0x5a, 0xf5, 0xd0, 0x38, 0x0e, 0xc3, 0x25, 0xc7, 0xa1, 0x41, + 0x86, 0xf3, 0xa8, 0xc8, 0x8d, 0x9d, 0x99, 0x3f, 0x4d, 0x35, 0x4c, 0xf7, 0x3e, 0x6d, 0x62, 0x2e, + 0x74, 0xef, 0x1f, 0xc2, 0xbb, 0xb3, 0xd1, 0x58, 0xad, 0x81, 0x6f, 0xf0, 0xc6, 0x85, 0x36, 0xdf, + 0x4f, 0x19, 0xe7, 0xd2, 0xb9, 0x35, 0xe7, 0x61, 0x91, 0x1b, 0x0f, 0x2e, 0xab, 0x57, 0x08, 0xd3, + 0xbd, 0x33, 0xd7, 0xad, 0x5e, 0x16, 0x29, 0x76, 0xdc, 0x9f, 0x13, 0x1d, 0x9d, 0x4f, 0x74, 0xf4, + 0x77, 0xa2, 0xa3, 0x2f, 0x53, 0xbd, 0x75, 0x3e, 0xd5, 0x5b, 0xbf, 0xa7, 0x7a, 0xeb, 0xfd, 0x61, + 0x10, 0x8a, 0x93, 0xb1, 0x67, 0x51, 0x88, 0x6d, 0xf5, 0x57, 0xfb, 0xd5, 0x67, 0xd9, 0xf3, 0x8d, + 0x94, 0x0d, 0x0e, 0xec, 0x4f, 0xb5, 0xbd, 0x24, 0x4e, 0x13, 0xc6, 0xbd, 0x8e, 0xdc, 0x48, 0xcf, + 0xfe, 0x07, 0x00, 0x00, 0xff, 0xff, 0x94, 0x70, 0x92, 0x70, 0x36, 0x05, 0x00, 0x00, } func (m *SetCodeAuthorizationProposal) Marshal() (dAtA []byte, err error) { diff --git a/x/globalfee/types/query.pb.go b/x/globalfee/types/query.pb.go index 638c83892..d594ef6b8 100644 --- a/x/globalfee/types/query.pb.go +++ b/x/globalfee/types/query.pb.go @@ -420,8 +420,8 @@ var fileDescriptor_47d932d0017ba0ee = []byte{ 0xec, 0x00, 0x4a, 0xfc, 0xaa, 0x14, 0x7f, 0x17, 0x97, 0x33, 0xc4, 0x27, 0xeb, 0x59, 0x6f, 0x7e, 0xed, 0xeb, 0xe8, 0xb0, 0xaf, 0xa3, 0x9f, 0x7d, 0x1d, 0x7d, 0x1a, 0xe8, 0x85, 0xc3, 0x81, 0x5e, 0xf8, 0x3e, 0xd0, 0x0b, 0x5b, 0x35, 0xd7, 0x13, 0xed, 0xa8, 0x65, 0xda, 0xac, 0x6b, 0xc5, 0xa2, - 0x56, 0x95, 0xaa, 0x31, 0x72, 0xaf, 0x52, 0xb1, 0xde, 0xff, 0x83, 0x2f, 0x76, 0x03, 0xca, 0x5b, - 0x45, 0xf9, 0xcd, 0x58, 0xfb, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xa4, 0x84, 0x2e, 0xa6, 0xc2, 0x06, + 0x56, 0x95, 0xaa, 0x31, 0x72, 0xaf, 0x52, 0xb5, 0xde, 0xff, 0x83, 0x2f, 0x76, 0x03, 0xca, 0x5b, + 0x45, 0xf9, 0xcd, 0x58, 0xfb, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x67, 0xa9, 0xba, 0x15, 0xc2, 0x06, 0x00, 0x00, } diff --git a/x/globalfee/types/tx.pb.go b/x/globalfee/types/tx.pb.go index 60b31c880..804097019 100644 --- a/x/globalfee/types/tx.pb.go +++ b/x/globalfee/types/tx.pb.go @@ -399,34 +399,34 @@ var fileDescriptor_f5157c8f1c83ee51 = []byte{ // 478 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x94, 0xcf, 0x6e, 0xd3, 0x40, 0x10, 0xc6, 0xb3, 0xfc, 0x09, 0xea, 0x70, 0x00, 0xac, 0xd2, 0x46, 0xae, 0xb4, 0x2d, 0x0e, 0x45, - 0xe1, 0x80, 0xad, 0x14, 0x09, 0x21, 0x84, 0x04, 0xb4, 0x95, 0xa0, 0x42, 0xb9, 0x2c, 0x27, 0xb8, + 0xe1, 0x80, 0xad, 0x04, 0x09, 0x21, 0x84, 0x04, 0xb4, 0x95, 0xa0, 0x42, 0xb9, 0x2c, 0x27, 0xb8, 0x20, 0x7b, 0x3d, 0x6c, 0x2d, 0x25, 0x5e, 0xe3, 0xdd, 0x98, 0xd2, 0xa7, 0xe0, 0x88, 0xb8, 0x56, - 0x42, 0xdc, 0x78, 0x0d, 0x8e, 0x3d, 0x72, 0x42, 0xc8, 0x79, 0x11, 0x14, 0x27, 0x76, 0x22, 0xb0, + 0x42, 0xdc, 0x78, 0x0d, 0x8e, 0x3d, 0x72, 0x42, 0xc8, 0x79, 0x11, 0x14, 0x27, 0x76, 0x23, 0xb0, 0x23, 0x47, 0xe1, 0x66, 0xcf, 0xce, 0x7c, 0xdf, 0x6f, 0x46, 0xa3, 0x01, 0xaa, 0xb4, 0x1b, 0x0b, - 0xf7, 0x14, 0x1d, 0xd1, 0x97, 0x9e, 0xdb, 0x7f, 0x87, 0xe8, 0x24, 0x5d, 0x47, 0x9f, 0xd8, 0x51, - 0x2c, 0xb5, 0x34, 0xda, 0xd1, 0xd0, 0xeb, 0x07, 0xdc, 0xfd, 0x80, 0x4a, 0x0e, 0xd0, 0xce, 0xb3, - 0xed, 0x22, 0xdb, 0x4e, 0xba, 0xe6, 0xba, 0x90, 0x42, 0x66, 0xf9, 0xce, 0xf8, 0x6b, 0x52, 0x6a, - 0xee, 0x96, 0x4b, 0xcf, 0x2a, 0xb3, 0x34, 0xeb, 0x33, 0x81, 0xcd, 0x9e, 0x12, 0xaf, 0x50, 0x1f, - 0x48, 0x1f, 0x9f, 0x0d, 0xf5, 0xb1, 0x8c, 0x83, 0x53, 0x57, 0x07, 0x32, 0x34, 0x36, 0xa0, 0xa9, - 0x30, 0xf4, 0x31, 0x6e, 0x91, 0x1d, 0xd2, 0x59, 0x63, 0xd3, 0x3f, 0x03, 0xc1, 0xe0, 0xd2, 0xc7, - 0xb7, 0xee, 0x7c, 0x76, 0xeb, 0xc2, 0x0e, 0xe9, 0x5c, 0xdd, 0x7b, 0x60, 0xd7, 0x40, 0xb6, 0xff, + 0xf7, 0x04, 0x1d, 0x31, 0x90, 0x9e, 0x3b, 0x78, 0x87, 0xe8, 0x24, 0x5d, 0x47, 0x1f, 0xdb, 0x51, + 0x2c, 0xb5, 0x34, 0xda, 0xd1, 0xc8, 0x1b, 0x04, 0xdc, 0xfd, 0x80, 0x4a, 0x0e, 0xd1, 0xce, 0xb3, + 0xed, 0x22, 0xdb, 0x4e, 0xba, 0xe6, 0xba, 0x90, 0x42, 0x66, 0xf9, 0xce, 0xe4, 0x6b, 0x5a, 0x6a, + 0xee, 0x96, 0x4b, 0x9f, 0x57, 0x66, 0x69, 0xd6, 0x67, 0x02, 0x9b, 0x7d, 0x25, 0x5e, 0xa1, 0xde, + 0x97, 0x3e, 0x3e, 0x1b, 0xe9, 0x23, 0x19, 0x07, 0x27, 0xae, 0x0e, 0x64, 0x68, 0x6c, 0x40, 0x53, + 0x61, 0xe8, 0x63, 0xdc, 0x22, 0x3b, 0xa4, 0xb3, 0xc6, 0x66, 0x7f, 0x06, 0x82, 0xc1, 0xa5, 0x8f, + 0x6f, 0xdd, 0xf9, 0xec, 0xd6, 0x85, 0x1d, 0xd2, 0xb9, 0xda, 0x7b, 0x60, 0xd7, 0x40, 0xb6, 0xff, 0xf1, 0x62, 0x37, 0xf8, 0xdf, 0x21, 0xeb, 0x16, 0x6c, 0x57, 0x90, 0x31, 0x54, 0x91, 0x0c, 0x15, - 0x5a, 0xaf, 0xc1, 0xec, 0x29, 0xc1, 0x70, 0x20, 0x13, 0xac, 0xcf, 0xdf, 0x86, 0x2b, 0x19, 0x7f, - 0xe0, 0x67, 0xd0, 0x97, 0xf6, 0x21, 0xfd, 0xb5, 0xdd, 0x1c, 0xd7, 0x1f, 0x1d, 0xb2, 0xe6, 0xf8, - 0xe9, 0xc8, 0xb7, 0x6e, 0x83, 0x55, 0x2d, 0x5d, 0x00, 0x7c, 0x23, 0xb0, 0x95, 0x43, 0x86, 0x3a, - 0x76, 0xb9, 0xae, 0x87, 0xf0, 0x1e, 0x36, 0xf8, 0xb4, 0xa0, 0x74, 0x8c, 0x8f, 0x6a, 0x8e, 0xb1, + 0x5a, 0xaf, 0xc1, 0xec, 0x2b, 0xc1, 0x70, 0x28, 0x13, 0xac, 0xcf, 0xdf, 0x86, 0x2b, 0x19, 0x7f, + 0xe0, 0x67, 0xd0, 0x97, 0xf6, 0x20, 0xfd, 0xb5, 0xdd, 0x9c, 0xd4, 0x1f, 0x1e, 0xb0, 0xe6, 0xe4, + 0xe9, 0xd0, 0xb7, 0x6e, 0x83, 0x55, 0x2d, 0x5d, 0x00, 0x7c, 0x23, 0xb0, 0x95, 0x43, 0x86, 0x3a, + 0x76, 0xb9, 0xae, 0x87, 0xf0, 0x1e, 0x36, 0xf8, 0xac, 0xa0, 0x74, 0x8c, 0x8f, 0x6a, 0x8e, 0xb1, 0xc4, 0x93, 0xdd, 0xe4, 0x65, 0x61, 0x6b, 0x17, 0xda, 0x0b, 0x48, 0x8b, 0x8e, 0x38, 0xd0, 0xb9, - 0xbe, 0x97, 0xe9, 0xe9, 0x2e, 0x5c, 0x9f, 0xf5, 0xe4, 0xfb, 0x31, 0x2a, 0x95, 0x75, 0xb3, 0xc6, - 0xae, 0x15, 0x44, 0x93, 0xb0, 0xd5, 0x81, 0x3b, 0x8b, 0x4d, 0x72, 0x9c, 0xbd, 0xb3, 0xcb, 0x70, - 0xb1, 0xa7, 0x84, 0xf1, 0x85, 0xc0, 0x7a, 0xe9, 0x92, 0x3e, 0xae, 0x35, 0xa9, 0x8a, 0x45, 0x32, - 0x0f, 0x57, 0xa9, 0xce, 0x21, 0x8d, 0x33, 0x02, 0x9b, 0x55, 0x4b, 0xf8, 0xa4, 0xae, 0x43, 0x85, + 0xbe, 0x97, 0xe9, 0xe9, 0x2e, 0x5c, 0x3f, 0xef, 0xc9, 0xf7, 0x63, 0x54, 0x2a, 0xeb, 0x66, 0x8d, + 0x5d, 0x2b, 0x88, 0xa6, 0x61, 0xab, 0x03, 0x77, 0x16, 0x9b, 0xe4, 0x38, 0xbd, 0xd3, 0xcb, 0x70, + 0xb1, 0xaf, 0x84, 0xf1, 0x85, 0xc0, 0x7a, 0xe9, 0x92, 0x3e, 0xae, 0x35, 0xa9, 0x8a, 0x45, 0x32, + 0x0f, 0x56, 0xa9, 0xce, 0x21, 0x8d, 0x53, 0x02, 0x9b, 0x55, 0x4b, 0xf8, 0xa4, 0xae, 0x43, 0x85, 0x80, 0xf9, 0x7c, 0x45, 0x81, 0x82, 0xf2, 0x2b, 0x81, 0x56, 0xe5, 0xa2, 0x3e, 0x5d, 0x6a, 0x10, - 0x25, 0x0a, 0xe6, 0x8b, 0x55, 0x15, 0x0a, 0xd0, 0xef, 0x04, 0xb6, 0x16, 0x2d, 0xe0, 0xc1, 0xb2, - 0x13, 0x29, 0xc3, 0x7d, 0xf9, 0x1f, 0x44, 0x72, 0xe2, 0x7d, 0xf6, 0x23, 0xa5, 0xe4, 0x3c, 0xa5, - 0xe4, 0x77, 0x4a, 0xc9, 0xa7, 0x11, 0x6d, 0x9c, 0x8f, 0x68, 0xe3, 0xe7, 0x88, 0x36, 0xde, 0x3c, - 0x14, 0x81, 0x3e, 0x1e, 0x7a, 0x36, 0x97, 0x03, 0x67, 0x62, 0x78, 0x6f, 0xea, 0xe8, 0x14, 0x07, - 0x3a, 0xe9, 0x76, 0x9d, 0x93, 0xb9, 0x33, 0xad, 0x3f, 0x46, 0xa8, 0xbc, 0x66, 0x76, 0xa0, 0xef, - 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x3c, 0x8c, 0x26, 0xa8, 0x24, 0x06, 0x00, 0x00, + 0x25, 0x0a, 0xe6, 0x8b, 0x55, 0x15, 0x0a, 0xd0, 0xef, 0x04, 0xb6, 0x16, 0x2d, 0xe0, 0xfe, 0xb2, + 0x13, 0x29, 0xc3, 0x7d, 0xf9, 0x1f, 0x44, 0x72, 0xe2, 0x3d, 0xf6, 0x23, 0xa5, 0xe4, 0x2c, 0xa5, + 0xe4, 0x77, 0x4a, 0xc9, 0xa7, 0x31, 0x6d, 0x9c, 0x8d, 0x69, 0xe3, 0xe7, 0x98, 0x36, 0xde, 0x3c, + 0x14, 0x81, 0x3e, 0x1a, 0x79, 0x36, 0x97, 0x43, 0x67, 0x6a, 0x78, 0x6f, 0xe6, 0xe8, 0x14, 0x07, + 0x3a, 0xe9, 0xf6, 0x9c, 0xe3, 0xb9, 0x33, 0xad, 0x3f, 0x46, 0xa8, 0xbc, 0x66, 0x76, 0xa0, 0xef, + 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xff, 0xa1, 0xb2, 0x1b, 0x24, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/ibchooks/client/cli/query.go b/x/ibchooks/client/cli/query.go index 155db8b68..c0513c551 100644 --- a/x/ibchooks/client/cli/query.go +++ b/x/ibchooks/client/cli/query.go @@ -7,8 +7,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/version" - "github.com/public-awesome/stargaze/v11/x/ibchooks/keeper" - "github.com/public-awesome/stargaze/v11/x/ibchooks/types" + "github.com/public-awesome/stargaze/v12/x/ibchooks/keeper" + "github.com/public-awesome/stargaze/v12/x/ibchooks/types" "github.com/spf13/cobra" ) diff --git a/x/ibchooks/keeper/keeper.go b/x/ibchooks/keeper/keeper.go index 19ba000f6..8d3076f68 100644 --- a/x/ibchooks/keeper/keeper.go +++ b/x/ibchooks/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" "github.com/cosmos/cosmos-sdk/types/address" - "github.com/public-awesome/stargaze/v11/x/ibchooks/types" + "github.com/public-awesome/stargaze/v12/x/ibchooks/types" "github.com/tendermint/tendermint/libs/log" diff --git a/x/ibchooks/module.go b/x/ibchooks/module.go index a44edd4c0..aecc2db17 100644 --- a/x/ibchooks/module.go +++ b/x/ibchooks/module.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/public-awesome/stargaze/v11/x/ibchooks/client/cli" - "github.com/public-awesome/stargaze/v11/x/ibchooks/types" + "github.com/public-awesome/stargaze/v12/x/ibchooks/client/cli" + "github.com/public-awesome/stargaze/v12/x/ibchooks/types" "github.com/spf13/cobra" cdctypes "github.com/cosmos/cosmos-sdk/codec/types" diff --git a/x/ibchooks/wasm_hook.go b/x/ibchooks/wasm_hook.go index 5fd310dc1..c12f059ba 100644 --- a/x/ibchooks/wasm_hook.go +++ b/x/ibchooks/wasm_hook.go @@ -7,8 +7,8 @@ import ( wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" capabilitytypes "github.com/cosmos/cosmos-sdk/x/capability/types" - "github.com/public-awesome/stargaze/v11/x/ibchooks/keeper" - "github.com/public-awesome/stargaze/v11/x/ibchooks/types" + "github.com/public-awesome/stargaze/v12/x/ibchooks/keeper" + "github.com/public-awesome/stargaze/v12/x/ibchooks/types" wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" diff --git a/x/mint/abci.go b/x/mint/abci.go index 524fd32f4..15e53f0fd 100644 --- a/x/mint/abci.go +++ b/x/mint/abci.go @@ -5,8 +5,8 @@ import ( "github.com/cosmos/cosmos-sdk/telemetry" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/mint/keeper" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/keeper" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) // BeginBlocker mints new tokens for the previous block. diff --git a/x/mint/client/cli/query.go b/x/mint/client/cli/query.go index e7ac817fa..7aba4b9aa 100644 --- a/x/mint/client/cli/query.go +++ b/x/mint/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) // GetQueryCmd returns the cli query commands for the minting module. diff --git a/x/mint/client/rest/grpc_query_test.go b/x/mint/client/rest/grpc_query_test.go index 24a2b7e06..b4f102160 100644 --- a/x/mint/client/rest/grpc_query_test.go +++ b/x/mint/client/rest/grpc_query_test.go @@ -15,7 +15,7 @@ import ( "github.com/stretchr/testify/suite" "github.com/cosmos/cosmos-sdk/testutil/network" - minttypes "github.com/public-awesome/stargaze/v11/x/mint/types" + minttypes "github.com/public-awesome/stargaze/v12/x/mint/types" ) type IntegrationTestSuite struct { diff --git a/x/mint/client/rest/query.go b/x/mint/client/rest/query.go index 249e6d545..4ca63e7d0 100644 --- a/x/mint/client/rest/query.go +++ b/x/mint/client/rest/query.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/types/rest" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) func registerQueryRoutes(clientCtx client.Context, r *mux.Router) { diff --git a/x/mint/genesis.go b/x/mint/genesis.go index 95b39a44d..d4e2988cf 100644 --- a/x/mint/genesis.go +++ b/x/mint/genesis.go @@ -2,8 +2,8 @@ package mint import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/mint/keeper" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/keeper" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) // InitGenesis new mint genesis diff --git a/x/mint/keeper/grpc_query.go b/x/mint/keeper/grpc_query.go index 3ab7e3699..cc987a6f6 100644 --- a/x/mint/keeper/grpc_query.go +++ b/x/mint/keeper/grpc_query.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/mint/keeper/grpc_query_test.go b/x/mint/keeper/grpc_query_test.go index 0ce38494b..7d4c77108 100644 --- a/x/mint/keeper/grpc_query_test.go +++ b/x/mint/keeper/grpc_query_test.go @@ -9,8 +9,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) type MintTestSuite struct { diff --git a/x/mint/keeper/integration_test.go b/x/mint/keeper/integration_test.go index d69d60921..01698dbc3 100644 --- a/x/mint/keeper/integration_test.go +++ b/x/mint/keeper/integration_test.go @@ -10,8 +10,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp" sdk "github.com/cosmos/cosmos-sdk/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/x/mint/types" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/x/mint/types" abci "github.com/tendermint/tendermint/abci/types" dbm "github.com/tendermint/tm-db" ) diff --git a/x/mint/keeper/keeper.go b/x/mint/keeper/keeper.go index 0847c7c7f..a5ebc813e 100644 --- a/x/mint/keeper/keeper.go +++ b/x/mint/keeper/keeper.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) // Keeper of the mint store diff --git a/x/mint/keeper/querier.go b/x/mint/keeper/querier.go index 2fbcc6b65..5e105bcca 100644 --- a/x/mint/keeper/querier.go +++ b/x/mint/keeper/querier.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) // NewQuerier returns a minting Querier handler. diff --git a/x/mint/keeper/querier_test.go b/x/mint/keeper/querier_test.go index 483fdfded..570d5b550 100644 --- a/x/mint/keeper/querier_test.go +++ b/x/mint/keeper/querier_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" sdk "github.com/cosmos/cosmos-sdk/types" - keep "github.com/public-awesome/stargaze/v11/x/mint/keeper" - "github.com/public-awesome/stargaze/v11/x/mint/types" + keep "github.com/public-awesome/stargaze/v12/x/mint/keeper" + "github.com/public-awesome/stargaze/v12/x/mint/types" abci "github.com/tendermint/tendermint/abci/types" ) diff --git a/x/mint/module.go b/x/mint/module.go index 4bf379e6f..43477a230 100644 --- a/x/mint/module.go +++ b/x/mint/module.go @@ -15,10 +15,10 @@ import ( cdctypes "github.com/cosmos/cosmos-sdk/codec/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/public-awesome/stargaze/v11/x/mint/client/cli" - "github.com/public-awesome/stargaze/v11/x/mint/client/rest" - "github.com/public-awesome/stargaze/v11/x/mint/keeper" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/client/cli" + "github.com/public-awesome/stargaze/v12/x/mint/client/rest" + "github.com/public-awesome/stargaze/v12/x/mint/keeper" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) var ( diff --git a/x/mint/module_test.go b/x/mint/module_test.go index 1c208be01..fa7349b16 100644 --- a/x/mint/module_test.go +++ b/x/mint/module_test.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/simapp" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/public-awesome/stargaze/v11/x/mint/types" + "github.com/public-awesome/stargaze/v12/x/mint/types" ) func TestItCreatesModuleAccountOnInitBlock(t *testing.T) { diff --git a/x/mint/types/genesis.pb.go b/x/mint/types/genesis.pb.go index a7f4f77a2..0c1551dc5 100644 --- a/x/mint/types/genesis.pb.go +++ b/x/mint/types/genesis.pb.go @@ -100,9 +100,9 @@ var fileDescriptor_97324df1b14fbd08 = []byte{ 0xf2, 0x3d, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, 0xe4, 0x18, 0x27, 0x3c, 0x96, 0x63, 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xe3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0x82, 0xd2, 0xa4, 0x9c, 0xcc, 0x64, 0xdd, 0xc4, - 0xf2, 0xd4, 0xe2, 0xfc, 0xdc, 0x54, 0x7d, 0xb8, 0x07, 0xcb, 0x0c, 0x0d, 0xf5, 0x2b, 0x20, 0xde, + 0xf2, 0xd4, 0xe2, 0xfc, 0xdc, 0x54, 0x7d, 0xb8, 0x07, 0xcb, 0x0c, 0x8d, 0xf4, 0x2b, 0x20, 0xde, 0x2c, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x7b, 0xd0, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, - 0x8f, 0x9d, 0x3a, 0x83, 0x56, 0x01, 0x00, 0x00, + 0xcf, 0x30, 0x42, 0xba, 0x56, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/mint/types/mint.pb.go b/x/mint/types/mint.pb.go index 49bc83111..68a456e61 100644 --- a/x/mint/types/mint.pb.go +++ b/x/mint/types/mint.pb.go @@ -144,34 +144,34 @@ func init() { proto.RegisterFile("stargaze/mint/v1beta1/mint.proto", fileDescrip var fileDescriptor_736e1519c3888655 = []byte{ // 466 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0xc1, 0x6e, 0xd3, 0x30, - 0x1c, 0xc6, 0x63, 0x56, 0x2a, 0xd5, 0x08, 0x6d, 0x8b, 0x80, 0x85, 0x4a, 0x4b, 0xa2, 0x1c, 0x50, - 0x2f, 0x8b, 0x15, 0x76, 0xdb, 0x8d, 0x68, 0x42, 0x02, 0x69, 0x52, 0x15, 0x71, 0x00, 0x2e, 0x91, - 0x93, 0x7a, 0xc1, 0x5a, 0x1c, 0x47, 0xb6, 0xd3, 0x51, 0x6e, 0xbc, 0x00, 0xda, 0x91, 0x23, 0x8f, - 0xb3, 0xe3, 0xc4, 0x09, 0x71, 0x08, 0xa8, 0x7d, 0x83, 0x3e, 0x01, 0x8a, 0xdd, 0x6e, 0xa8, 0xd3, - 0x0e, 0x3b, 0x25, 0xfe, 0xe5, 0xcb, 0xdf, 0xdf, 0xf7, 0x25, 0x86, 0xbe, 0x54, 0x58, 0x14, 0xf8, - 0x0b, 0x41, 0x8c, 0x56, 0x0a, 0x4d, 0xa3, 0x8c, 0x28, 0x1c, 0xe9, 0x45, 0x58, 0x0b, 0xae, 0xb8, - 0xfd, 0x74, 0xad, 0x08, 0x35, 0x5c, 0x29, 0x86, 0x4f, 0x0a, 0x5e, 0x70, 0xad, 0x40, 0xdd, 0x9d, - 0x11, 0x0f, 0xbd, 0x82, 0xf3, 0xa2, 0x24, 0x48, 0xaf, 0xb2, 0xe6, 0x14, 0x29, 0xca, 0x88, 0x54, - 0x98, 0xd5, 0x46, 0x10, 0x7c, 0x05, 0xb0, 0x7f, 0x42, 0x2b, 0x45, 0x84, 0x7d, 0x0e, 0x77, 0x71, - 0x55, 0x35, 0xb8, 0x4c, 0x6b, 0xc1, 0xa7, 0x54, 0x52, 0x5e, 0x49, 0x07, 0xf8, 0x60, 0x34, 0x88, - 0xdf, 0x5e, 0xb6, 0x9e, 0xf5, 0xbb, 0xf5, 0x5e, 0x14, 0x54, 0x7d, 0x6a, 0xb2, 0x30, 0xe7, 0x0c, - 0xe5, 0x5c, 0x32, 0x2e, 0x57, 0x97, 0x03, 0x39, 0x39, 0x43, 0x6a, 0x56, 0x13, 0x19, 0x1e, 0x93, - 0x7c, 0xd9, 0x7a, 0xce, 0x0c, 0xb3, 0xf2, 0x28, 0xb8, 0x35, 0x30, 0x48, 0x76, 0x0c, 0x1b, 0xdf, - 0xa0, 0x9f, 0x5b, 0xb0, 0x3f, 0xc6, 0x02, 0x33, 0x69, 0xef, 0x43, 0xd8, 0xa5, 0x4a, 0x27, 0xa4, - 0xe2, 0xcc, 0x6c, 0x9e, 0x0c, 0x3a, 0x72, 0xdc, 0x01, 0xfb, 0x3d, 0x84, 0x5d, 0x7a, 0x95, 0x76, - 0x31, 0x9c, 0x07, 0x3e, 0x18, 0x3d, 0x7a, 0x39, 0x0c, 0x4d, 0xc6, 0x70, 0x9d, 0x31, 0x7c, 0xb7, - 0xce, 0x18, 0xef, 0x77, 0xbe, 0x97, 0xad, 0xb7, 0x6b, 0xdc, 0xdc, 0xbc, 0x1b, 0x5c, 0xfc, 0xf1, - 0x40, 0x32, 0xd0, 0xa0, 0x93, 0xdb, 0xdf, 0x00, 0x7c, 0x4e, 0x2b, 0xaa, 0x28, 0x2e, 0xd3, 0xdb, - 0x2d, 0x6c, 0xe9, 0x16, 0x92, 0x7b, 0xb7, 0xe0, 0x9b, 0x7d, 0xef, 0x1c, 0x1c, 0x24, 0x7b, 0xab, - 0x67, 0xaf, 0x36, 0x4a, 0xb1, 0x15, 0xdc, 0x11, 0x64, 0xd2, 0xe4, 0x8a, 0xf2, 0x2a, 0x3d, 0xc5, - 0xb9, 0xe2, 0xc2, 0xe9, 0x69, 0x1b, 0x6f, 0xee, 0x6d, 0x63, 0xcf, 0xd8, 0xd8, 0x9c, 0x17, 0x24, - 0xdb, 0xd7, 0xe8, 0xb5, 0x26, 0x76, 0x0c, 0xb7, 0xb3, 0x92, 0xe7, 0x67, 0x32, 0xad, 0x89, 0x48, - 0x67, 0x04, 0x0b, 0xe7, 0xa1, 0x0f, 0x46, 0xbd, 0x78, 0xb8, 0x6c, 0xbd, 0x67, 0x66, 0xcc, 0x86, - 0x20, 0x48, 0x1e, 0x1b, 0x32, 0x26, 0xe2, 0x03, 0xc1, 0xe2, 0xa8, 0xf7, 0xfd, 0x87, 0x67, 0xc5, - 0x27, 0x97, 0x73, 0x17, 0x5c, 0xcd, 0x5d, 0xf0, 0x77, 0xee, 0x82, 0x8b, 0x85, 0x6b, 0x5d, 0x2d, - 0x5c, 0xeb, 0xd7, 0xc2, 0xb5, 0x3e, 0x1e, 0xfe, 0xe7, 0xbb, 0x6e, 0xb2, 0x92, 0xe6, 0x07, 0xf8, - 0x9c, 0x48, 0xce, 0x08, 0xba, 0xfe, 0xf9, 0xa7, 0x51, 0x84, 0x3e, 0x9b, 0x23, 0xa0, 0x83, 0x64, - 0x7d, 0xfd, 0x75, 0x0f, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0xff, 0x20, 0x1e, 0xbc, 0x20, 0x03, + 0x1c, 0xc6, 0x63, 0x56, 0x2a, 0xd5, 0x08, 0x6d, 0x8b, 0x80, 0x85, 0x48, 0x4b, 0xa2, 0x1c, 0x50, + 0x2f, 0x8b, 0xd5, 0xed, 0xb6, 0x1b, 0xd1, 0x84, 0x04, 0xd2, 0xa4, 0x2a, 0xe2, 0x00, 0x5c, 0x22, + 0x27, 0xf5, 0x82, 0xb5, 0x38, 0x8e, 0x6c, 0xa7, 0xa3, 0xdc, 0x78, 0x01, 0xb4, 0x23, 0x47, 0x1e, + 0x67, 0xc7, 0x89, 0x13, 0xe2, 0x10, 0x50, 0xfb, 0x06, 0x7d, 0x02, 0x14, 0xbb, 0xdd, 0x50, 0x27, + 0x0e, 0x3b, 0x25, 0xfe, 0xe5, 0xcb, 0xdf, 0xdf, 0xf7, 0x25, 0x86, 0x81, 0x54, 0x58, 0x14, 0xf8, + 0x33, 0x41, 0x8c, 0x56, 0x0a, 0x4d, 0x47, 0x19, 0x51, 0x78, 0xa4, 0x17, 0x51, 0x2d, 0xb8, 0xe2, + 0xf6, 0xd3, 0xb5, 0x22, 0xd2, 0x70, 0xa5, 0x70, 0x9f, 0x14, 0xbc, 0xe0, 0x5a, 0x81, 0xba, 0x3b, + 0x23, 0x76, 0xfd, 0x82, 0xf3, 0xa2, 0x24, 0x48, 0xaf, 0xb2, 0xe6, 0x0c, 0x29, 0xca, 0x88, 0x54, + 0x98, 0xd5, 0x46, 0x10, 0x7e, 0x01, 0xb0, 0x7f, 0x4a, 0x2b, 0x45, 0x84, 0x7d, 0x01, 0x77, 0x71, + 0x55, 0x35, 0xb8, 0x4c, 0x6b, 0xc1, 0xa7, 0x54, 0x52, 0x5e, 0x49, 0x07, 0x04, 0x60, 0x38, 0x88, + 0xdf, 0x5c, 0xb5, 0xbe, 0xf5, 0xab, 0xf5, 0x5f, 0x14, 0x54, 0x7d, 0x6c, 0xb2, 0x28, 0xe7, 0x0c, + 0xe5, 0x5c, 0x32, 0x2e, 0x57, 0x97, 0x03, 0x39, 0x39, 0x47, 0x6a, 0x56, 0x13, 0x19, 0x9d, 0x90, + 0x7c, 0xd9, 0xfa, 0xce, 0x0c, 0xb3, 0xf2, 0x38, 0xbc, 0x33, 0x30, 0x4c, 0x76, 0x0c, 0x1b, 0xdf, + 0xa2, 0x1f, 0x5b, 0xb0, 0x3f, 0xc6, 0x02, 0x33, 0x69, 0xef, 0x43, 0xd8, 0xa5, 0x4a, 0x27, 0xa4, + 0xe2, 0xcc, 0x6c, 0x9e, 0x0c, 0x3a, 0x72, 0xd2, 0x01, 0xfb, 0x1d, 0x84, 0x5d, 0x7a, 0x95, 0x76, + 0x31, 0x9c, 0x07, 0x01, 0x18, 0x3e, 0x3a, 0x74, 0x23, 0x93, 0x31, 0x5a, 0x67, 0x8c, 0xde, 0xae, + 0x33, 0xc6, 0xfb, 0x9d, 0xef, 0x65, 0xeb, 0xef, 0x1a, 0x37, 0xb7, 0xef, 0x86, 0x97, 0xbf, 0x7d, + 0x90, 0x0c, 0x34, 0xe8, 0xe4, 0xf6, 0x57, 0x00, 0x9f, 0xd3, 0x8a, 0x2a, 0x8a, 0xcb, 0xf4, 0x6e, + 0x0b, 0x5b, 0xba, 0x85, 0xe4, 0xde, 0x2d, 0x04, 0x66, 0xdf, 0xff, 0x0e, 0x0e, 0x93, 0xbd, 0xd5, + 0xb3, 0x97, 0x1b, 0xa5, 0xd8, 0x0a, 0xee, 0x08, 0x32, 0x69, 0x72, 0x45, 0x79, 0x95, 0x9e, 0xe1, + 0x5c, 0x71, 0xe1, 0xf4, 0xb4, 0x8d, 0xd7, 0xf7, 0xb6, 0xb1, 0x67, 0x6c, 0x6c, 0xce, 0x0b, 0x93, + 0xed, 0x1b, 0xf4, 0x4a, 0x13, 0x3b, 0x86, 0xdb, 0x59, 0xc9, 0xf3, 0x73, 0x99, 0xd6, 0x44, 0xa4, + 0x33, 0x82, 0x85, 0xf3, 0x30, 0x00, 0xc3, 0x5e, 0xec, 0x2e, 0x5b, 0xff, 0x99, 0x19, 0xb3, 0x21, + 0x08, 0x93, 0xc7, 0x86, 0x8c, 0x89, 0x78, 0x4f, 0xb0, 0x38, 0xee, 0x7d, 0xfb, 0xee, 0x5b, 0xf1, + 0xe9, 0xd5, 0xdc, 0x03, 0xd7, 0x73, 0x0f, 0xfc, 0x99, 0x7b, 0xe0, 0x72, 0xe1, 0x59, 0xd7, 0x0b, + 0xcf, 0xfa, 0xb9, 0xf0, 0xac, 0x0f, 0x47, 0xff, 0xf8, 0xae, 0x9b, 0xac, 0xa4, 0xf9, 0x01, 0xbe, + 0x20, 0x92, 0x33, 0x82, 0x6e, 0x7e, 0xfe, 0xe9, 0xe8, 0x10, 0x7d, 0x32, 0x47, 0x40, 0x07, 0xc9, + 0xfa, 0xfa, 0xeb, 0x1e, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xbf, 0x8d, 0x66, 0x85, 0x20, 0x03, 0x00, 0x00, } diff --git a/x/mint/types/query.pb.go b/x/mint/types/query.pb.go index 09787f7eb..e243b7b02 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -225,9 +225,9 @@ var fileDescriptor_48e6003689853ab9 = []byte{ 0x60, 0x67, 0x6a, 0x09, 0x69, 0xe0, 0x70, 0x26, 0x46, 0x64, 0x38, 0xf9, 0x9e, 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, 0x31, 0x52, 0xc4, 0x14, 0x94, 0x26, 0xe5, 0x64, 0x26, - 0xeb, 0x26, 0x96, 0xa7, 0x16, 0xe7, 0xe7, 0xa6, 0x22, 0x0c, 0x2f, 0x33, 0x34, 0xd4, 0xaf, 0x80, - 0x58, 0x01, 0x8e, 0xa9, 0x24, 0x36, 0x70, 0x12, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x0d, - 0x92, 0xf5, 0xc6, 0x34, 0x03, 0x00, 0x00, + 0xeb, 0x26, 0x96, 0xa7, 0x16, 0xe7, 0xe7, 0xa6, 0x22, 0x0c, 0x2f, 0x33, 0x34, 0xd2, 0xaf, 0x80, + 0x58, 0x01, 0x8e, 0xa9, 0x24, 0x36, 0x70, 0x12, 0x35, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x4d, + 0x3f, 0x8d, 0xff, 0x34, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/tokenfactory/client/cli/query.go b/x/tokenfactory/client/cli/query.go index 0fc05d143..9881b11f4 100644 --- a/x/tokenfactory/client/cli/query.go +++ b/x/tokenfactory/client/cli/query.go @@ -3,7 +3,7 @@ package cli import ( "fmt" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/spf13/cobra" "github.com/cosmos/cosmos-sdk/client" diff --git a/x/tokenfactory/client/cli/tx.go b/x/tokenfactory/client/cli/tx.go index 84a1523d9..fe5c3249f 100644 --- a/x/tokenfactory/client/cli/tx.go +++ b/x/tokenfactory/client/cli/tx.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/spf13/cobra" ) diff --git a/x/tokenfactory/keeper/admins.go b/x/tokenfactory/keeper/admins.go index aeeb9d1da..746ac5948 100644 --- a/x/tokenfactory/keeper/admins.go +++ b/x/tokenfactory/keeper/admins.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/gogo/protobuf/proto" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // GetAuthorityMetadata returns the authority metadata for a specific denom diff --git a/x/tokenfactory/keeper/admins_test.go b/x/tokenfactory/keeper/admins_test.go index 680a362e8..8a69f3fa5 100644 --- a/x/tokenfactory/keeper/admins_test.go +++ b/x/tokenfactory/keeper/admins_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) func (suite *KeeperTestSuite) TestAdminMsgs() { diff --git a/x/tokenfactory/keeper/bank_actions.go b/x/tokenfactory/keeper/bank_actions.go index b7f919660..7ee131443 100644 --- a/x/tokenfactory/keeper/bank_actions.go +++ b/x/tokenfactory/keeper/bank_actions.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) func (k Keeper) mintTo(ctx sdk.Context, amount sdk.Coin, mintTo string) error { diff --git a/x/tokenfactory/keeper/create_denom.go b/x/tokenfactory/keeper/create_denom.go index 1d3fba947..2503dfc6e 100644 --- a/x/tokenfactory/keeper/create_denom.go +++ b/x/tokenfactory/keeper/create_denom.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // ConvertToBaseToken converts a fee amount in a whitelisted fee token to the base fee token amount diff --git a/x/tokenfactory/keeper/create_denom_test.go b/x/tokenfactory/keeper/create_denom_test.go index 0c2995266..67263dcaf 100644 --- a/x/tokenfactory/keeper/create_denom_test.go +++ b/x/tokenfactory/keeper/create_denom_test.go @@ -4,7 +4,7 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) func (suite *KeeperTestSuite) TestMsgCreateDenom() { diff --git a/x/tokenfactory/keeper/genesis.go b/x/tokenfactory/keeper/genesis.go index d3903aaf8..544fb1902 100644 --- a/x/tokenfactory/keeper/genesis.go +++ b/x/tokenfactory/keeper/genesis.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // InitGenesis initializes the tokenfactory module's state from a provided genesis diff --git a/x/tokenfactory/keeper/genesis_test.go b/x/tokenfactory/keeper/genesis_test.go index d21919e84..8da8cf185 100644 --- a/x/tokenfactory/keeper/genesis_test.go +++ b/x/tokenfactory/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) func (suite *KeeperTestSuite) TestGenesis() { diff --git a/x/tokenfactory/keeper/grpc_query.go b/x/tokenfactory/keeper/grpc_query.go index 3dddce168..7451d7ece 100644 --- a/x/tokenfactory/keeper/grpc_query.go +++ b/x/tokenfactory/keeper/grpc_query.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/tokenfactory/keeper/keeper.go b/x/tokenfactory/keeper/keeper.go index ac282c069..d8b71fc42 100644 --- a/x/tokenfactory/keeper/keeper.go +++ b/x/tokenfactory/keeper/keeper.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/tendermint/tendermint/libs/log" "github.com/cosmos/cosmos-sdk/store/prefix" diff --git a/x/tokenfactory/keeper/keeper_test.go b/x/tokenfactory/keeper/keeper_test.go index 67abde9dd..9948ea19e 100644 --- a/x/tokenfactory/keeper/keeper_test.go +++ b/x/tokenfactory/keeper/keeper_test.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" - stargazeapp "github.com/public-awesome/stargaze/v11/app" - "github.com/public-awesome/stargaze/v11/testutil/simapp" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/keeper" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + stargazeapp "github.com/public-awesome/stargaze/v12/app" + "github.com/public-awesome/stargaze/v12/testutil/simapp" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/keeper" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/stretchr/testify/suite" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" ) diff --git a/x/tokenfactory/keeper/msg_server.go b/x/tokenfactory/keeper/msg_server.go index 19aca1db2..12d7f1fc5 100644 --- a/x/tokenfactory/keeper/msg_server.go +++ b/x/tokenfactory/keeper/msg_server.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) type msgServer struct { diff --git a/x/tokenfactory/keeper/msg_server_test.go b/x/tokenfactory/keeper/msg_server_test.go index 48ef6324f..172c5d1e6 100644 --- a/x/tokenfactory/keeper/msg_server_test.go +++ b/x/tokenfactory/keeper/msg_server_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // TestMintDenomMsg tests TypeMsgMint message is emitted on a successful mint diff --git a/x/tokenfactory/keeper/params.go b/x/tokenfactory/keeper/params.go index acc5a5dd3..28f000178 100644 --- a/x/tokenfactory/keeper/params.go +++ b/x/tokenfactory/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" ) // GetParams returns the total set params. diff --git a/x/tokenfactory/module.go b/x/tokenfactory/module.go index 90e121c5e..5346dda5a 100644 --- a/x/tokenfactory/module.go +++ b/x/tokenfactory/module.go @@ -20,9 +20,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/gorilla/mux" "github.com/grpc-ecosystem/grpc-gateway/runtime" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/client/cli" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/keeper" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/client/cli" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/keeper" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" ) diff --git a/x/tokenfactory/types/denoms_test.go b/x/tokenfactory/types/denoms_test.go index 7ec0fb910..fe9da8b93 100644 --- a/x/tokenfactory/types/denoms_test.go +++ b/x/tokenfactory/types/denoms_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/genesis_test.go b/x/tokenfactory/types/genesis_test.go index a51d827c2..fa46e8019 100644 --- a/x/tokenfactory/types/genesis_test.go +++ b/x/tokenfactory/types/genesis_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/msgs_test.go b/x/tokenfactory/types/msgs_test.go index 2559a1fd7..dad63fb91 100644 --- a/x/tokenfactory/types/msgs_test.go +++ b/x/tokenfactory/types/msgs_test.go @@ -5,7 +5,7 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/public-awesome/stargaze/v11/x/tokenfactory/types" + "github.com/public-awesome/stargaze/v12/x/tokenfactory/types" "github.com/stretchr/testify/require" banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" From 66801b5eec16acf32bab463f2e99168a81200cc0 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Mon, 21 Aug 2023 16:19:05 -0600 Subject: [PATCH 2/2] update drone sig --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 32d49e233..5ead886b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -416,5 +416,6 @@ volumes: --- kind: signature -hmac: 02da8ca441f7bd076cdb9d309b9bbaedf0aa0f37d164254bcc15b72bcb9e904c +hmac: 080a970b32e1116f813eb85afec92aa95a77ec11f20da1baafc48d40a9a99c6f + ...