From b23ad831f3e366d935164720a629b820acab6aae Mon Sep 17 00:00:00 2001 From: John Letey Date: Fri, 15 Sep 2023 18:35:42 -0600 Subject: [PATCH] chore: change module path to v4 --- Makefile | 2 +- app/ante.go | 10 +- app/app.go | 36 ++--- app/simulation_test.go | 4 +- app/upgrades/argon/upgrade.go | 2 +- app/upgrades/neon/store.go | 2 +- app/upgrades/neon/upgrade.go | 6 +- app/upgrades/radon/store.go | 4 +- app/upgrades/radon/upgrade.go | 6 +- cmd/nobled/main.go | 4 +- go.mod | 2 +- interchaintest/genesis_test.go | 2 +- interchaintest/globalfee_test.go | 2 +- interchaintest/go.mod | 4 +- interchaintest/noble_test.go | 2 +- interchaintest/paramauthority_test.go | 2 +- interchaintest/upgrade_radon_test.go | 4 +- interchaintest/upgrade_test.go | 2 +- proto/fiattokenfactory/blacklisted.proto | 2 +- proto/fiattokenfactory/blacklister.proto | 2 +- proto/fiattokenfactory/genesis.proto | 2 +- proto/fiattokenfactory/master_minter.proto | 2 +- .../fiattokenfactory/minter_controller.proto | 2 +- proto/fiattokenfactory/minters.proto | 2 +- proto/fiattokenfactory/minting_denom.proto | 2 +- proto/fiattokenfactory/owner.proto | 2 +- proto/fiattokenfactory/params.proto | 2 +- proto/fiattokenfactory/paused.proto | 2 +- proto/fiattokenfactory/pauser.proto | 2 +- proto/fiattokenfactory/query.proto | 2 +- proto/fiattokenfactory/tx.proto | 2 +- proto/globalfee/genesis.proto | 2 +- proto/globalfee/query.proto | 2 +- proto/tariff/genesis.proto | 2 +- proto/tariff/params.proto | 2 +- proto/tokenfactory/blacklisted.proto | 2 +- proto/tokenfactory/blacklister.proto | 2 +- proto/tokenfactory/genesis.proto | 2 +- proto/tokenfactory/master_minter.proto | 2 +- proto/tokenfactory/minter_controller.proto | 2 +- proto/tokenfactory/minters.proto | 2 +- proto/tokenfactory/minting_denom.proto | 2 +- proto/tokenfactory/owner.proto | 2 +- proto/tokenfactory/params.proto | 2 +- proto/tokenfactory/paused.proto | 2 +- proto/tokenfactory/pauser.proto | 2 +- proto/tokenfactory/query.proto | 2 +- proto/tokenfactory/tx.proto | 2 +- scripts/protocgen.sh | 2 +- testutil/keeper/fiattokenfactory.go | 4 +- testutil/keeper/tokenfactory.go | 4 +- testutil/network/network.go | 6 +- x/blockibc/blockibc.go | 8 +- x/fiattokenfactory/client/cli/query.go | 2 +- .../client/cli/query_blacklisted.go | 2 +- .../client/cli/query_blacklisted_test.go | 10 +- .../client/cli/query_blacklister.go | 2 +- .../client/cli/query_blacklister_test.go | 8 +- .../client/cli/query_master_minter.go | 2 +- .../client/cli/query_master_minter_test.go | 8 +- .../client/cli/query_minter_controller.go | 2 +- .../cli/query_minter_controller_test.go | 8 +- .../client/cli/query_minters.go | 2 +- .../client/cli/query_minters_test.go | 8 +- .../client/cli/query_minting_denom.go | 2 +- .../client/cli/query_minting_denom_test.go | 8 +- x/fiattokenfactory/client/cli/query_owner.go | 2 +- .../client/cli/query_owner_test.go | 8 +- x/fiattokenfactory/client/cli/query_params.go | 2 +- x/fiattokenfactory/client/cli/query_paused.go | 2 +- .../client/cli/query_paused_test.go | 8 +- x/fiattokenfactory/client/cli/query_pauser.go | 2 +- .../client/cli/query_pauser_test.go | 8 +- x/fiattokenfactory/client/cli/tx.go | 2 +- .../client/cli/tx_accept_owner.go | 2 +- x/fiattokenfactory/client/cli/tx_blacklist.go | 2 +- x/fiattokenfactory/client/cli/tx_burn.go | 2 +- .../client/cli/tx_configure_minter.go | 2 +- .../cli/tx_configure_minter_controller.go | 2 +- x/fiattokenfactory/client/cli/tx_mint.go | 2 +- x/fiattokenfactory/client/cli/tx_pause.go | 2 +- .../client/cli/tx_remove_minter.go | 2 +- .../client/cli/tx_remove_minter_controller.go | 2 +- .../client/cli/tx_unblacklist.go | 2 +- x/fiattokenfactory/client/cli/tx_unpause.go | 2 +- .../client/cli/tx_update_blacklister.go | 2 +- .../client/cli/tx_update_master_minter.go | 2 +- .../client/cli/tx_update_owner.go | 2 +- .../client/cli/tx_update_pauser.go | 2 +- x/fiattokenfactory/genesis.go | 4 +- x/fiattokenfactory/genesis_test.go | 8 +- x/fiattokenfactory/keeper/blacklisted.go | 2 +- x/fiattokenfactory/keeper/blacklisted_test.go | 10 +- x/fiattokenfactory/keeper/blacklister.go | 2 +- x/fiattokenfactory/keeper/blacklister_test.go | 8 +- x/fiattokenfactory/keeper/grpc_query.go | 2 +- .../keeper/grpc_query_blacklisted.go | 2 +- .../keeper/grpc_query_blacklisted_test.go | 8 +- .../keeper/grpc_query_blacklister.go | 2 +- .../keeper/grpc_query_blacklister_test.go | 6 +- .../keeper/grpc_query_master_minter.go | 2 +- .../keeper/grpc_query_master_minter_test.go | 6 +- .../keeper/grpc_query_minter_controller.go | 2 +- .../grpc_query_minter_controller_test.go | 6 +- .../keeper/grpc_query_minters.go | 2 +- .../keeper/grpc_query_minters_test.go | 6 +- .../keeper/grpc_query_minting_denom.go | 2 +- .../keeper/grpc_query_minting_denom_test.go | 6 +- x/fiattokenfactory/keeper/grpc_query_owner.go | 2 +- .../keeper/grpc_query_owner_test.go | 6 +- .../keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- .../keeper/grpc_query_paused.go | 2 +- .../keeper/grpc_query_paused_test.go | 6 +- .../keeper/grpc_query_pauser.go | 2 +- .../keeper/grpc_query_pauser_test.go | 6 +- x/fiattokenfactory/keeper/keeper.go | 2 +- x/fiattokenfactory/keeper/master_minter.go | 2 +- .../keeper/master_minter_test.go | 8 +- .../keeper/minter_controller.go | 2 +- .../keeper/minter_controller_test.go | 8 +- x/fiattokenfactory/keeper/minters.go | 2 +- x/fiattokenfactory/keeper/minters_test.go | 8 +- x/fiattokenfactory/keeper/minting_denom.go | 2 +- .../keeper/minting_denom_test.go | 8 +- x/fiattokenfactory/keeper/msg_server.go | 2 +- .../keeper/msg_server_accept_owner.go | 2 +- .../keeper/msg_server_blacklist.go | 2 +- x/fiattokenfactory/keeper/msg_server_burn.go | 2 +- .../keeper/msg_server_configure_minter.go | 2 +- .../msg_server_configure_minter_controller.go | 2 +- x/fiattokenfactory/keeper/msg_server_mint.go | 2 +- x/fiattokenfactory/keeper/msg_server_pause.go | 2 +- .../keeper/msg_server_remove_minter.go | 2 +- .../msg_server_remove_minter_controller.go | 2 +- .../keeper/msg_server_unblacklist.go | 2 +- .../keeper/msg_server_unpause.go | 2 +- .../keeper/msg_server_update_blacklister.go | 2 +- .../keeper/msg_server_update_master_minter.go | 2 +- .../keeper/msg_server_update_owner.go | 2 +- .../keeper/msg_server_update_pauser.go | 2 +- x/fiattokenfactory/keeper/owner.go | 2 +- x/fiattokenfactory/keeper/owner_test.go | 6 +- x/fiattokenfactory/keeper/params.go | 2 +- x/fiattokenfactory/keeper/params_test.go | 4 +- x/fiattokenfactory/keeper/paused.go | 2 +- x/fiattokenfactory/keeper/paused_test.go | 8 +- x/fiattokenfactory/keeper/pauser.go | 2 +- x/fiattokenfactory/keeper/pauser_test.go | 8 +- x/fiattokenfactory/module.go | 6 +- x/fiattokenfactory/module_simulation.go | 6 +- x/fiattokenfactory/simulation/blacklist.go | 4 +- x/fiattokenfactory/simulation/burn.go | 4 +- .../simulation/configure_minter.go | 4 +- .../simulation/configure_minter_controller.go | 4 +- x/fiattokenfactory/simulation/mint.go | 4 +- x/fiattokenfactory/simulation/pause.go | 4 +- .../simulation/remove_minter.go | 4 +- .../simulation/remove_minter_controller.go | 4 +- x/fiattokenfactory/simulation/unblacklist.go | 4 +- x/fiattokenfactory/simulation/unpause.go | 4 +- .../simulation/update_blacklister.go | 4 +- .../simulation/update_master_minter.go | 4 +- x/fiattokenfactory/simulation/update_owner.go | 4 +- .../simulation/update_pauser.go | 4 +- x/fiattokenfactory/types/blacklisted.pb.go | 12 +- x/fiattokenfactory/types/blacklister.pb.go | 11 +- x/fiattokenfactory/types/genesis.pb.go | 58 +++---- x/fiattokenfactory/types/genesis_test.go | 4 +- x/fiattokenfactory/types/master_minter.pb.go | 12 +- .../types/message_blacklist_test.go | 2 +- x/fiattokenfactory/types/message_burn_test.go | 2 +- ...essage_configure_minter_controller_test.go | 2 +- .../types/message_configure_minter_test.go | 2 +- x/fiattokenfactory/types/message_mint_test.go | 2 +- .../types/message_pause_test.go | 2 +- .../message_remove_minter_controller_test.go | 2 +- .../types/message_remove_minter_test.go | 2 +- .../types/message_unblacklist_test.go | 2 +- .../types/message_unpause_test.go | 2 +- .../types/message_update_blacklister_test.go | 2 +- .../message_update_master_minter_test.go | 2 +- .../types/message_update_owner_test.go | 2 +- .../types/message_update_pauser_test.go | 2 +- .../types/minter_controller.pb.go | 11 +- x/fiattokenfactory/types/minters.pb.go | 34 ++-- x/fiattokenfactory/types/minting_denom.pb.go | 11 +- x/fiattokenfactory/types/owner.pb.go | 12 +- x/fiattokenfactory/types/params.pb.go | 12 +- x/fiattokenfactory/types/paused.pb.go | 12 +- x/fiattokenfactory/types/pauser.pb.go | 12 +- x/fiattokenfactory/types/query.pb.go | 146 +++++++++--------- x/fiattokenfactory/types/tx.pb.go | 100 ++++++------ x/globalfee/alias.go | 2 +- x/globalfee/ante/antetest/fee_utils_test.go | 2 +- x/globalfee/ante/fee.go | 4 +- x/globalfee/ante/fee_utils.go | 2 +- x/globalfee/client/cli/query.go | 2 +- x/globalfee/genesis_test.go | 2 +- x/globalfee/module.go | 4 +- x/globalfee/querier.go | 2 +- x/globalfee/querier_test.go | 2 +- x/globalfee/types/genesis.pb.go | 54 +++---- x/globalfee/types/query.pb.go | 36 ++--- x/tariff/abci.go | 2 +- x/tariff/genesis.go | 4 +- x/tariff/keeper/keeper.go | 2 +- x/tariff/keeper/params.go | 2 +- x/tariff/module.go | 4 +- x/tariff/types/genesis.pb.go | 12 +- x/tariff/types/params.pb.go | 56 +++---- x/tokenfactory/client/cli/query.go | 2 +- .../client/cli/query_blacklisted.go | 2 +- .../client/cli/query_blacklisted_test.go | 10 +- .../client/cli/query_blacklister.go | 2 +- .../client/cli/query_blacklister_test.go | 8 +- .../client/cli/query_master_minter.go | 2 +- .../client/cli/query_master_minter_test.go | 8 +- .../client/cli/query_minter_controller.go | 2 +- .../cli/query_minter_controller_test.go | 8 +- x/tokenfactory/client/cli/query_minters.go | 2 +- .../client/cli/query_minters_test.go | 8 +- .../client/cli/query_minting_denom.go | 2 +- .../client/cli/query_minting_denom_test.go | 8 +- x/tokenfactory/client/cli/query_owner.go | 2 +- x/tokenfactory/client/cli/query_owner_test.go | 8 +- x/tokenfactory/client/cli/query_params.go | 2 +- x/tokenfactory/client/cli/query_paused.go | 2 +- .../client/cli/query_paused_test.go | 8 +- x/tokenfactory/client/cli/query_pauser.go | 2 +- .../client/cli/query_pauser_test.go | 8 +- x/tokenfactory/client/cli/tx.go | 2 +- x/tokenfactory/client/cli/tx_accept_owner.go | 2 +- x/tokenfactory/client/cli/tx_blacklist.go | 2 +- x/tokenfactory/client/cli/tx_burn.go | 2 +- .../client/cli/tx_configure_minter.go | 2 +- .../cli/tx_configure_minter_controller.go | 2 +- x/tokenfactory/client/cli/tx_mint.go | 2 +- x/tokenfactory/client/cli/tx_pause.go | 2 +- x/tokenfactory/client/cli/tx_remove_minter.go | 2 +- .../client/cli/tx_remove_minter_controller.go | 2 +- x/tokenfactory/client/cli/tx_unblacklist.go | 2 +- x/tokenfactory/client/cli/tx_unpause.go | 2 +- .../client/cli/tx_update_blacklister.go | 2 +- .../client/cli/tx_update_master_minter.go | 2 +- x/tokenfactory/client/cli/tx_update_owner.go | 2 +- x/tokenfactory/client/cli/tx_update_pauser.go | 2 +- x/tokenfactory/genesis.go | 4 +- x/tokenfactory/genesis_test.go | 8 +- x/tokenfactory/keeper/blacklisted.go | 2 +- x/tokenfactory/keeper/blacklisted_test.go | 10 +- x/tokenfactory/keeper/blacklister.go | 2 +- x/tokenfactory/keeper/blacklister_test.go | 8 +- x/tokenfactory/keeper/grpc_query.go | 2 +- .../keeper/grpc_query_blacklisted.go | 2 +- .../keeper/grpc_query_blacklisted_test.go | 8 +- .../keeper/grpc_query_blacklister.go | 2 +- .../keeper/grpc_query_blacklister_test.go | 6 +- .../keeper/grpc_query_master_minter.go | 2 +- .../keeper/grpc_query_master_minter_test.go | 6 +- .../keeper/grpc_query_minter_controller.go | 2 +- .../grpc_query_minter_controller_test.go | 6 +- x/tokenfactory/keeper/grpc_query_minters.go | 2 +- .../keeper/grpc_query_minters_test.go | 6 +- .../keeper/grpc_query_minting_denom.go | 2 +- .../keeper/grpc_query_minting_denom_test.go | 6 +- x/tokenfactory/keeper/grpc_query_owner.go | 2 +- .../keeper/grpc_query_owner_test.go | 6 +- x/tokenfactory/keeper/grpc_query_params.go | 2 +- .../keeper/grpc_query_params_test.go | 4 +- x/tokenfactory/keeper/grpc_query_paused.go | 2 +- .../keeper/grpc_query_paused_test.go | 6 +- x/tokenfactory/keeper/grpc_query_pauser.go | 2 +- .../keeper/grpc_query_pauser_test.go | 6 +- x/tokenfactory/keeper/keeper.go | 2 +- x/tokenfactory/keeper/master_minter.go | 2 +- x/tokenfactory/keeper/master_minter_test.go | 8 +- x/tokenfactory/keeper/minter_controller.go | 2 +- .../keeper/minter_controller_test.go | 8 +- x/tokenfactory/keeper/minters.go | 2 +- x/tokenfactory/keeper/minters_test.go | 8 +- x/tokenfactory/keeper/minting_denom.go | 2 +- x/tokenfactory/keeper/minting_denom_test.go | 8 +- x/tokenfactory/keeper/msg_server.go | 2 +- .../keeper/msg_server_accept_owner.go | 2 +- x/tokenfactory/keeper/msg_server_blacklist.go | 2 +- x/tokenfactory/keeper/msg_server_burn.go | 2 +- .../keeper/msg_server_configure_minter.go | 2 +- .../msg_server_configure_minter_controller.go | 2 +- x/tokenfactory/keeper/msg_server_mint.go | 2 +- x/tokenfactory/keeper/msg_server_pause.go | 2 +- .../keeper/msg_server_remove_minter.go | 2 +- .../msg_server_remove_minter_controller.go | 2 +- .../keeper/msg_server_unblacklist.go | 2 +- x/tokenfactory/keeper/msg_server_unpause.go | 2 +- .../keeper/msg_server_update_blacklister.go | 2 +- .../keeper/msg_server_update_master_minter.go | 2 +- .../keeper/msg_server_update_owner.go | 2 +- .../keeper/msg_server_update_pauser.go | 2 +- x/tokenfactory/keeper/owner.go | 2 +- x/tokenfactory/keeper/owner_test.go | 6 +- x/tokenfactory/keeper/params.go | 2 +- x/tokenfactory/keeper/params_test.go | 4 +- x/tokenfactory/keeper/paused.go | 2 +- x/tokenfactory/keeper/paused_test.go | 8 +- x/tokenfactory/keeper/pauser.go | 2 +- x/tokenfactory/keeper/pauser_test.go | 8 +- x/tokenfactory/module.go | 6 +- x/tokenfactory/module_simulation.go | 6 +- x/tokenfactory/simulation/blacklist.go | 4 +- x/tokenfactory/simulation/burn.go | 4 +- x/tokenfactory/simulation/configure_minter.go | 4 +- .../simulation/configure_minter_controller.go | 4 +- x/tokenfactory/simulation/mint.go | 4 +- x/tokenfactory/simulation/pause.go | 4 +- x/tokenfactory/simulation/remove_minter.go | 4 +- .../simulation/remove_minter_controller.go | 4 +- x/tokenfactory/simulation/unblacklist.go | 4 +- x/tokenfactory/simulation/unpause.go | 4 +- .../simulation/update_blacklister.go | 4 +- .../simulation/update_master_minter.go | 4 +- x/tokenfactory/simulation/update_owner.go | 4 +- x/tokenfactory/simulation/update_pauser.go | 4 +- x/tokenfactory/types/blacklisted.pb.go | 11 +- x/tokenfactory/types/blacklister.pb.go | 10 +- x/tokenfactory/types/genesis.pb.go | 56 +++---- x/tokenfactory/types/genesis_test.go | 4 +- x/tokenfactory/types/master_minter.pb.go | 12 +- .../types/message_blacklist_test.go | 2 +- x/tokenfactory/types/message_burn_test.go | 2 +- ...essage_configure_minter_controller_test.go | 2 +- .../types/message_configure_minter_test.go | 2 +- x/tokenfactory/types/message_mint_test.go | 2 +- x/tokenfactory/types/message_pause_test.go | 2 +- .../message_remove_minter_controller_test.go | 2 +- .../types/message_remove_minter_test.go | 2 +- .../types/message_unblacklist_test.go | 2 +- x/tokenfactory/types/message_unpause_test.go | 2 +- .../types/message_update_blacklister_test.go | 2 +- .../message_update_master_minter_test.go | 2 +- .../types/message_update_owner_test.go | 2 +- .../types/message_update_pauser_test.go | 2 +- x/tokenfactory/types/minter_controller.pb.go | 10 +- x/tokenfactory/types/minters.pb.go | 34 ++-- x/tokenfactory/types/minting_denom.pb.go | 10 +- x/tokenfactory/types/owner.pb.go | 12 +- x/tokenfactory/types/params.pb.go | 12 +- x/tokenfactory/types/paused.pb.go | 12 +- x/tokenfactory/types/pauser.pb.go | 12 +- x/tokenfactory/types/query.pb.go | 140 ++++++++--------- x/tokenfactory/types/tx.pb.go | 104 ++++++------- 351 files changed, 1080 insertions(+), 1076 deletions(-) diff --git a/Makefile b/Makefile index 93ae2ce8..79cbdc8b 100644 --- a/Makefile +++ b/Makefile @@ -132,7 +132,7 @@ proto-all: proto-format proto-lint proto-gen proto-gen: @echo "Generating Protobuf files" - @if docker ps -a --format '{{.Names}}' | grep -Eq "^${containerProtoGen}$$"; then docker start -a $(containerProtoGen); else docker run --name $(containerProtoGen) -v $(CURDIR):/workspace --workdir /workspace $(containerProtoImage) \ + @if docker ps -a --format '{{.Names}}' | grep -Eq "^${containerProtoGen}$$"; then docker start -a $(containerProtoGen); else docker run --name $(containerProtoGen) -v $(PWD):/workspace --workdir /workspace $(containerProtoImage) \ sh ./scripts/protocgen.sh; fi proto-format: diff --git a/app/ante.go b/app/ante.go index 71b240d8..f558ded2 100644 --- a/app/ante.go +++ b/app/ante.go @@ -2,10 +2,10 @@ package app import ( "github.com/cosmos/cosmos-sdk/types/bech32" - fiattokenfactory "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - fiattokenfactorytypes "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" - tokenfactory "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - tokenfactorytypes "github.com/strangelove-ventures/noble/x/tokenfactory/types" + fiattokenfactory "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + fiattokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" + tokenfactory "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + tokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" @@ -16,7 +16,7 @@ import ( ibcante "github.com/cosmos/ibc-go/v3/modules/core/ante" ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" - feeante "github.com/strangelove-ventures/noble/x/globalfee/ante" + feeante "github.com/strangelove-ventures/noble/v4/x/globalfee/ante" ) type HandlerOptions struct { diff --git a/app/app.go b/app/app.go index 3b889f21..87d8fabc 100644 --- a/app/app.go +++ b/app/app.go @@ -90,24 +90,24 @@ import ( "github.com/cosmos/cosmos-sdk/x/staking" stakingkeeper "github.com/cosmos/cosmos-sdk/x/staking/keeper" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/strangelove-ventures/noble/app/upgrades/argon" - "github.com/strangelove-ventures/noble/app/upgrades/argon4" - "github.com/strangelove-ventures/noble/app/upgrades/neon" - "github.com/strangelove-ventures/noble/app/upgrades/radon" - v3m1p0 "github.com/strangelove-ventures/noble/app/upgrades/v3.1.0" - "github.com/strangelove-ventures/noble/cmd" - "github.com/strangelove-ventures/noble/docs" - "github.com/strangelove-ventures/noble/x/blockibc" - fiattokenfactorymodule "github.com/strangelove-ventures/noble/x/fiattokenfactory" - fiattokenfactorymodulekeeper "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - fiattokenfactorymoduletypes "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" - "github.com/strangelove-ventures/noble/x/globalfee" - tariff "github.com/strangelove-ventures/noble/x/tariff" - tariffkeeper "github.com/strangelove-ventures/noble/x/tariff/keeper" - tarifftypes "github.com/strangelove-ventures/noble/x/tariff/types" - tokenfactorymodule "github.com/strangelove-ventures/noble/x/tokenfactory" - tokenfactorymodulekeeper "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - tokenfactorymoduletypes "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/app/upgrades/argon" + "github.com/strangelove-ventures/noble/v4/app/upgrades/argon4" + "github.com/strangelove-ventures/noble/v4/app/upgrades/neon" + "github.com/strangelove-ventures/noble/v4/app/upgrades/radon" + v3m1p0 "github.com/strangelove-ventures/noble/v4/app/upgrades/v3.1.0" + "github.com/strangelove-ventures/noble/v4/cmd" + "github.com/strangelove-ventures/noble/v4/docs" + "github.com/strangelove-ventures/noble/v4/x/blockibc" + fiattokenfactorymodule "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory" + fiattokenfactorymodulekeeper "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + fiattokenfactorymoduletypes "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee" + tariff "github.com/strangelove-ventures/noble/v4/x/tariff" + tariffkeeper "github.com/strangelove-ventures/noble/v4/x/tariff/keeper" + tarifftypes "github.com/strangelove-ventures/noble/v4/x/tariff/types" + tokenfactorymodule "github.com/strangelove-ventures/noble/v4/x/tokenfactory" + tokenfactorymodulekeeper "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + tokenfactorymoduletypes "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" cctp "github.com/circlefin/noble-cctp/x/cctp" cctpkeeper "github.com/circlefin/noble-cctp/x/cctp/keeper" diff --git a/app/simulation_test.go b/app/simulation_test.go index c0c387f6..017c58e8 100644 --- a/app/simulation_test.go +++ b/app/simulation_test.go @@ -4,8 +4,8 @@ import ( "os" "testing" - "github.com/strangelove-ventures/noble/app" - "github.com/strangelove-ventures/noble/cmd" + "github.com/strangelove-ventures/noble/v4/app" + "github.com/strangelove-ventures/noble/v4/cmd" "github.com/cosmos/cosmos-sdk/baseapp" "github.com/cosmos/cosmos-sdk/codec" diff --git a/app/upgrades/argon/upgrade.go b/app/upgrades/argon/upgrade.go index 0b55f5c3..6c9ceb91 100644 --- a/app/upgrades/argon/upgrade.go +++ b/app/upgrades/argon/upgrade.go @@ -11,7 +11,7 @@ import ( upgradeTypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" routerkeeper "github.com/strangelove-ventures/noble-router/x/router/keeper" routertypes "github.com/strangelove-ventures/noble-router/x/router/types" - fiattokenfactorykeeper "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" + fiattokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" paramauthoritykeeper "github.com/strangelove-ventures/paramauthority/x/params/keeper" ) diff --git a/app/upgrades/neon/store.go b/app/upgrades/neon/store.go index a7862731..5ab683a9 100644 --- a/app/upgrades/neon/store.go +++ b/app/upgrades/neon/store.go @@ -5,7 +5,7 @@ import ( storeTypes "github.com/cosmos/cosmos-sdk/store/types" // FiatTokenFactory - fiatTokenFactoryTypes "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + fiatTokenFactoryTypes "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" // Upgrade upgradeTypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" ) diff --git a/app/upgrades/neon/upgrade.go b/app/upgrades/neon/upgrade.go index b34f577a..94493ab0 100644 --- a/app/upgrades/neon/upgrade.go +++ b/app/upgrades/neon/upgrade.go @@ -9,9 +9,9 @@ import ( upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory" - fiattokenfactorykeeper "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - fiattokenfactorytypes "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory" + fiattokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + fiattokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func initialFiatTokenFactoryState() fiattokenfactorytypes.GenesisState { diff --git a/app/upgrades/radon/store.go b/app/upgrades/radon/store.go index 8bc7ce2a..6f1e0d27 100644 --- a/app/upgrades/radon/store.go +++ b/app/upgrades/radon/store.go @@ -5,9 +5,9 @@ import ( storeTypes "github.com/cosmos/cosmos-sdk/store/types" // GlobalFee - globalFeeTypes "github.com/strangelove-ventures/noble/x/globalfee/types" + globalFeeTypes "github.com/strangelove-ventures/noble/v4/x/globalfee/types" // Tariff - tariffTypes "github.com/strangelove-ventures/noble/x/tariff/types" + tariffTypes "github.com/strangelove-ventures/noble/v4/x/tariff/types" // Upgrade upgradeTypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" ) diff --git a/app/upgrades/radon/upgrade.go b/app/upgrades/radon/upgrade.go index 82d9fe22..d8649599 100644 --- a/app/upgrades/radon/upgrade.go +++ b/app/upgrades/radon/upgrade.go @@ -7,10 +7,10 @@ import ( paramauthoritykeeper "github.com/strangelove-ventures/paramauthority/x/params/keeper" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" - fiattokenfactorykeeper "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - globalfeetypes "github.com/strangelove-ventures/noble/x/globalfee/types" + fiattokenfactorykeeper "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + globalfeetypes "github.com/strangelove-ventures/noble/v4/x/globalfee/types" - tarifftypes "github.com/strangelove-ventures/noble/x/tariff/types" + tarifftypes "github.com/strangelove-ventures/noble/v4/x/tariff/types" ) func CreateRadonUpgradeHandler( diff --git a/cmd/nobled/main.go b/cmd/nobled/main.go index e4883a2c..eb8d9572 100644 --- a/cmd/nobled/main.go +++ b/cmd/nobled/main.go @@ -5,8 +5,8 @@ import ( svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/strangelove-ventures/noble/app" - "github.com/strangelove-ventures/noble/cmd" + "github.com/strangelove-ventures/noble/v4/app" + "github.com/strangelove-ventures/noble/v4/cmd" ) func main() { diff --git a/go.mod b/go.mod index 26cd8b8e..efaa801f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/strangelove-ventures/noble +module github.com/strangelove-ventures/noble/v4 go 1.21 diff --git a/interchaintest/genesis_test.go b/interchaintest/genesis_test.go index 4a98701e..75471f3c 100644 --- a/interchaintest/genesis_test.go +++ b/interchaintest/genesis_test.go @@ -13,7 +13,7 @@ import ( "github.com/strangelove-ventures/interchaintest/v3/ibc" "github.com/strangelove-ventures/interchaintest/v3/relayer" "github.com/strangelove-ventures/interchaintest/v3/relayer/rly" - tokenfactorytypes "github.com/strangelove-ventures/noble/x/tokenfactory/types" + tokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" proposaltypes "github.com/strangelove-ventures/paramauthority/x/params/types/proposal" upgradetypes "github.com/strangelove-ventures/paramauthority/x/upgrade/types" ) diff --git a/interchaintest/globalfee_test.go b/interchaintest/globalfee_test.go index e5d8066e..da82e43b 100644 --- a/interchaintest/globalfee_test.go +++ b/interchaintest/globalfee_test.go @@ -9,7 +9,7 @@ import ( "github.com/strangelove-ventures/interchaintest/v3" "github.com/strangelove-ventures/interchaintest/v3/chain/cosmos" "github.com/strangelove-ventures/interchaintest/v3/testreporter" - "github.com/strangelove-ventures/noble/cmd" + "github.com/strangelove-ventures/noble/v4/cmd" proposaltypes "github.com/strangelove-ventures/paramauthority/x/params/types/proposal" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" diff --git a/interchaintest/go.mod b/interchaintest/go.mod index 6540e553..0670ab68 100644 --- a/interchaintest/go.mod +++ b/interchaintest/go.mod @@ -10,9 +10,9 @@ require ( github.com/ethereum/go-ethereum v1.12.2 github.com/icza/dyno v0.0.0-20220812133438-f0b6f8a18845 github.com/strangelove-ventures/interchaintest/v3 v3.0.0-20230622221919-28c608364e27 - github.com/strangelove-ventures/noble v1.0.1-0.20230717234609-400609f26a31 github.com/strangelove-ventures/noble-router v0.0.0-20230926014033-6b65b68f8d24 github.com/strangelove-ventures/paramauthority v1.0.0 + github.com/strangelove-ventures/noble/v4 v4.0.0-00010101000000-000000000000 github.com/stretchr/testify v1.8.4 go.uber.org/zap v1.24.0 ) @@ -188,7 +188,7 @@ replace ( github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 // For this nested module, you always want to replace the parent reference with the current worktree. - github.com/strangelove-ventures/noble => ../ + github.com/strangelove-ventures/noble/v4 => ../ // cometbft github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27 diff --git a/interchaintest/noble_test.go b/interchaintest/noble_test.go index 9af3fd39..f8d420ab 100644 --- a/interchaintest/noble_test.go +++ b/interchaintest/noble_test.go @@ -9,7 +9,7 @@ import ( "github.com/strangelove-ventures/interchaintest/v3/chain/cosmos" "github.com/strangelove-ventures/interchaintest/v3/ibc" "github.com/strangelove-ventures/interchaintest/v3/testreporter" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" ) diff --git a/interchaintest/paramauthority_test.go b/interchaintest/paramauthority_test.go index 55f23f53..29f54b58 100644 --- a/interchaintest/paramauthority_test.go +++ b/interchaintest/paramauthority_test.go @@ -12,7 +12,7 @@ import ( "github.com/strangelove-ventures/interchaintest/v3/chain/cosmos" "github.com/strangelove-ventures/interchaintest/v3/ibc" "github.com/strangelove-ventures/interchaintest/v3/testreporter" - "github.com/strangelove-ventures/noble/cmd" + "github.com/strangelove-ventures/noble/v4/cmd" proposaltypes "github.com/strangelove-ventures/paramauthority/x/params/types/proposal" "github.com/stretchr/testify/require" "go.uber.org/zap/zaptest" diff --git a/interchaintest/upgrade_radon_test.go b/interchaintest/upgrade_radon_test.go index baabe15a..a87c6c98 100644 --- a/interchaintest/upgrade_radon_test.go +++ b/interchaintest/upgrade_radon_test.go @@ -8,8 +8,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/strangelove-ventures/interchaintest/v3/chain/cosmos" "github.com/strangelove-ventures/interchaintest/v3/ibc" - fiattokenfactorytypes "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" - globalfeetypes "github.com/strangelove-ventures/noble/x/globalfee/types" + fiattokenfactorytypes "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" + globalfeetypes "github.com/strangelove-ventures/noble/v4/x/globalfee/types" "github.com/stretchr/testify/require" ) diff --git a/interchaintest/upgrade_test.go b/interchaintest/upgrade_test.go index e83f947b..1ceea938 100644 --- a/interchaintest/upgrade_test.go +++ b/interchaintest/upgrade_test.go @@ -13,7 +13,7 @@ import ( "github.com/strangelove-ventures/interchaintest/v3/ibc" "github.com/strangelove-ventures/interchaintest/v3/testreporter" "github.com/strangelove-ventures/interchaintest/v3/testutil" - "github.com/strangelove-ventures/noble/cmd" + "github.com/strangelove-ventures/noble/v4/cmd" upgradetypes "github.com/strangelove-ventures/paramauthority/x/upgrade/types" "github.com/stretchr/testify/require" "go.uber.org/zap" diff --git a/proto/fiattokenfactory/blacklisted.proto b/proto/fiattokenfactory/blacklisted.proto index 7e0ea6dd..b968ee67 100644 --- a/proto/fiattokenfactory/blacklisted.proto +++ b/proto/fiattokenfactory/blacklisted.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message Blacklisted { bytes addressBz = 1; } diff --git a/proto/fiattokenfactory/blacklister.proto b/proto/fiattokenfactory/blacklister.proto index b2674f33..7e2a4280 100644 --- a/proto/fiattokenfactory/blacklister.proto +++ b/proto/fiattokenfactory/blacklister.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message Blacklister { string address = 1; } diff --git a/proto/fiattokenfactory/genesis.proto b/proto/fiattokenfactory/genesis.proto index 6b908805..d35ac127 100644 --- a/proto/fiattokenfactory/genesis.proto +++ b/proto/fiattokenfactory/genesis.proto @@ -14,7 +14,7 @@ import "fiattokenfactory/minter_controller.proto"; import "fiattokenfactory/minting_denom.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; // GenesisState defines the fiattokenfactory module's genesis state. message GenesisState { diff --git a/proto/fiattokenfactory/master_minter.proto b/proto/fiattokenfactory/master_minter.proto index b4ee3360..10a7bf87 100644 --- a/proto/fiattokenfactory/master_minter.proto +++ b/proto/fiattokenfactory/master_minter.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message MasterMinter { string address = 1; } diff --git a/proto/fiattokenfactory/minter_controller.proto b/proto/fiattokenfactory/minter_controller.proto index b3fc6076..e197ea4b 100644 --- a/proto/fiattokenfactory/minter_controller.proto +++ b/proto/fiattokenfactory/minter_controller.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message MinterController { string minter = 1; diff --git a/proto/fiattokenfactory/minters.proto b/proto/fiattokenfactory/minters.proto index 0c51cc7d..2acf009c 100644 --- a/proto/fiattokenfactory/minters.proto +++ b/proto/fiattokenfactory/minters.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/fiattokenfactory/minting_denom.proto b/proto/fiattokenfactory/minting_denom.proto index 7009e0aa..b2057e6f 100644 --- a/proto/fiattokenfactory/minting_denom.proto +++ b/proto/fiattokenfactory/minting_denom.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message MintingDenom { string denom = 1; } diff --git a/proto/fiattokenfactory/owner.proto b/proto/fiattokenfactory/owner.proto index 2a1d0e0d..3ccb0d35 100644 --- a/proto/fiattokenfactory/owner.proto +++ b/proto/fiattokenfactory/owner.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message Owner { string address = 1; } diff --git a/proto/fiattokenfactory/params.proto b/proto/fiattokenfactory/params.proto index 68d4adf6..9ae03ff2 100644 --- a/proto/fiattokenfactory/params.proto +++ b/proto/fiattokenfactory/params.proto @@ -3,7 +3,7 @@ package noble.fiattokenfactory; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; // Params defines the parameters for the module. message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/fiattokenfactory/paused.proto b/proto/fiattokenfactory/paused.proto index 0179a46c..eca2be1d 100644 --- a/proto/fiattokenfactory/paused.proto +++ b/proto/fiattokenfactory/paused.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message Paused { bool paused = 1; } diff --git a/proto/fiattokenfactory/pauser.proto b/proto/fiattokenfactory/pauser.proto index 7094d086..a07957cb 100644 --- a/proto/fiattokenfactory/pauser.proto +++ b/proto/fiattokenfactory/pauser.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.fiattokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; message Pauser { string address = 1; } diff --git a/proto/fiattokenfactory/query.proto b/proto/fiattokenfactory/query.proto index 1cc8a87f..87eb8577 100644 --- a/proto/fiattokenfactory/query.proto +++ b/proto/fiattokenfactory/query.proto @@ -17,7 +17,7 @@ import "fiattokenfactory/minting_denom.proto"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/fiattokenfactory/tx.proto b/proto/fiattokenfactory/tx.proto index 1686620d..6d77da41 100644 --- a/proto/fiattokenfactory/tx.proto +++ b/proto/fiattokenfactory/tx.proto @@ -5,7 +5,7 @@ package noble.fiattokenfactory; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/fiattokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types"; // Msg defines the Msg service. service Msg { diff --git a/proto/globalfee/genesis.proto b/proto/globalfee/genesis.proto index 0945ee5e..56345c7e 100644 --- a/proto/globalfee/genesis.proto +++ b/proto/globalfee/genesis.proto @@ -4,7 +4,7 @@ package noble.globalfee; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/globalfee/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/globalfee/types"; // GenesisState - initial state of module message GenesisState { diff --git a/proto/globalfee/query.proto b/proto/globalfee/query.proto index 55e8f85c..cf84a365 100644 --- a/proto/globalfee/query.proto +++ b/proto/globalfee/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "cosmos/base/v1beta1/coin.proto"; import "globalfee/genesis.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/globalfee/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/globalfee/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/tariff/genesis.proto b/proto/tariff/genesis.proto index 9aff23a5..487b28d0 100644 --- a/proto/tariff/genesis.proto +++ b/proto/tariff/genesis.proto @@ -4,7 +4,7 @@ package noble.tariff; import "gogoproto/gogo.proto"; import "tariff/params.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/tariff/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tariff/types"; // GenesisState defines the tariff module's genesis state. message GenesisState { diff --git a/proto/tariff/params.proto b/proto/tariff/params.proto index 550ee6d1..9c9290fe 100644 --- a/proto/tariff/params.proto +++ b/proto/tariff/params.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package noble.tariff; -option go_package = "github.com/strangelove-ventures/noble/x/tariff/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tariff/types"; option (gogoproto.equal_all) = true; import "gogoproto/gogo.proto"; diff --git a/proto/tokenfactory/blacklisted.proto b/proto/tokenfactory/blacklisted.proto index a269ef51..88320d68 100644 --- a/proto/tokenfactory/blacklisted.proto +++ b/proto/tokenfactory/blacklisted.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message Blacklisted { bytes addressBz = 1; } diff --git a/proto/tokenfactory/blacklister.proto b/proto/tokenfactory/blacklister.proto index 78efb100..367c2d97 100644 --- a/proto/tokenfactory/blacklister.proto +++ b/proto/tokenfactory/blacklister.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message Blacklister { string address = 1; } diff --git a/proto/tokenfactory/genesis.proto b/proto/tokenfactory/genesis.proto index 0fcc675d..791a7308 100644 --- a/proto/tokenfactory/genesis.proto +++ b/proto/tokenfactory/genesis.proto @@ -14,7 +14,7 @@ import "tokenfactory/minter_controller.proto"; import "tokenfactory/minting_denom.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; // GenesisState defines the tokenfactory module's genesis state. message GenesisState { diff --git a/proto/tokenfactory/master_minter.proto b/proto/tokenfactory/master_minter.proto index 569c6f9c..b56a95c4 100644 --- a/proto/tokenfactory/master_minter.proto +++ b/proto/tokenfactory/master_minter.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message MasterMinter { string address = 1; } diff --git a/proto/tokenfactory/minter_controller.proto b/proto/tokenfactory/minter_controller.proto index af291040..2e77e78b 100644 --- a/proto/tokenfactory/minter_controller.proto +++ b/proto/tokenfactory/minter_controller.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message MinterController { string minter = 1; diff --git a/proto/tokenfactory/minters.proto b/proto/tokenfactory/minters.proto index 6bdf07ae..51498946 100644 --- a/proto/tokenfactory/minters.proto +++ b/proto/tokenfactory/minters.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/tokenfactory/minting_denom.proto b/proto/tokenfactory/minting_denom.proto index a511756d..a605d8d2 100644 --- a/proto/tokenfactory/minting_denom.proto +++ b/proto/tokenfactory/minting_denom.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message MintingDenom { string denom = 1; } diff --git a/proto/tokenfactory/owner.proto b/proto/tokenfactory/owner.proto index 894e3bdb..eec9743a 100644 --- a/proto/tokenfactory/owner.proto +++ b/proto/tokenfactory/owner.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message Owner { string address = 1; } diff --git a/proto/tokenfactory/params.proto b/proto/tokenfactory/params.proto index 0fa84122..39961af7 100644 --- a/proto/tokenfactory/params.proto +++ b/proto/tokenfactory/params.proto @@ -3,7 +3,7 @@ package noble.tokenfactory; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; // Params defines the parameters for the module. message Params { option (gogoproto.goproto_stringer) = false; } diff --git a/proto/tokenfactory/paused.proto b/proto/tokenfactory/paused.proto index 67629ffb..2c9ed997 100644 --- a/proto/tokenfactory/paused.proto +++ b/proto/tokenfactory/paused.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message Paused { bool paused = 1; } diff --git a/proto/tokenfactory/pauser.proto b/proto/tokenfactory/pauser.proto index bdda1231..cf53f7eb 100644 --- a/proto/tokenfactory/pauser.proto +++ b/proto/tokenfactory/pauser.proto @@ -1,6 +1,6 @@ syntax = "proto3"; package noble.tokenfactory; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; message Pauser { string address = 1; } diff --git a/proto/tokenfactory/query.proto b/proto/tokenfactory/query.proto index cddfdb8c..47ae07c0 100644 --- a/proto/tokenfactory/query.proto +++ b/proto/tokenfactory/query.proto @@ -17,7 +17,7 @@ import "tokenfactory/minting_denom.proto"; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/tokenfactory/tx.proto b/proto/tokenfactory/tx.proto index 1f00f2ae..4a985d2b 100644 --- a/proto/tokenfactory/tx.proto +++ b/proto/tokenfactory/tx.proto @@ -5,7 +5,7 @@ package noble.tokenfactory; import "cosmos/base/v1beta1/coin.proto"; import "gogoproto/gogo.proto"; -option go_package = "github.com/strangelove-ventures/noble/x/tokenfactory/types"; +option go_package = "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types"; // Msg defines the Msg service. service Msg { diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 71c8b16a..f63f12a7 100644 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -26,5 +26,5 @@ Mgoogle/protobuf/any.proto=github.com/cosmos/cosmos-sdk/codec/types:. \ done # move proto files to the right places -cp -r github.com/strangelove-ventures/noble/* ./ +cp -r github.com/strangelove-ventures/noble/v4/* ./ rm -rf github.com \ No newline at end of file diff --git a/testutil/keeper/fiattokenfactory.go b/testutil/keeper/fiattokenfactory.go index 414f0a18..00c020f6 100644 --- a/testutil/keeper/fiattokenfactory.go +++ b/testutil/keeper/fiattokenfactory.go @@ -9,8 +9,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/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/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/tokenfactory.go b/testutil/keeper/tokenfactory.go index 87f75dba..2999cb79 100644 --- a/testutil/keeper/tokenfactory.go +++ b/testutil/keeper/tokenfactory.go @@ -9,8 +9,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/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/libs/log" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/testutil/network/network.go b/testutil/network/network.go index 2f9e9aea..f3dde61d 100644 --- a/testutil/network/network.go +++ b/testutil/network/network.go @@ -25,9 +25,9 @@ import ( stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" upgradetypes "github.com/cosmos/cosmos-sdk/x/upgrade/types" routertypes "github.com/strangelove-ventures/noble-router/x/router/types" - "github.com/strangelove-ventures/noble/app" - "github.com/strangelove-ventures/noble/cmd" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/app" + "github.com/strangelove-ventures/noble/v4/cmd" + "github.com/strangelove-ventures/noble/v4/testutil/sample" paramauthoritytypes "github.com/strangelove-ventures/paramauthority/x/params/types/proposal" paramauthorityupgradetypes "github.com/strangelove-ventures/paramauthority/x/upgrade/types" ) diff --git a/x/blockibc/blockibc.go b/x/blockibc/blockibc.go index f337d503..2638f1fe 100644 --- a/x/blockibc/blockibc.go +++ b/x/blockibc/blockibc.go @@ -9,10 +9,10 @@ import ( channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" - fiatKeeper "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - fiat_types "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + fiatKeeper "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + fiat_types "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ porttypes.IBCModule = &IBCMiddleware{} diff --git a/x/fiattokenfactory/client/cli/query.go b/x/fiattokenfactory/client/cli/query.go index 60cf985c..855cf9f5 100644 --- a/x/fiattokenfactory/client/cli/query.go +++ b/x/fiattokenfactory/client/cli/query.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/fiattokenfactory/client/cli/query_blacklisted.go b/x/fiattokenfactory/client/cli/query_blacklisted.go index da2a1c5c..a9d3e16c 100644 --- a/x/fiattokenfactory/client/cli/query_blacklisted.go +++ b/x/fiattokenfactory/client/cli/query_blacklisted.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdListBlacklisted() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_blacklisted_test.go b/x/fiattokenfactory/client/cli/query_blacklisted_test.go index 85ecf124..e0401e9a 100644 --- a/x/fiattokenfactory/client/cli/query_blacklisted_test.go +++ b/x/fiattokenfactory/client/cli/query_blacklisted_test.go @@ -7,16 +7,16 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/client/cli/query_blacklister.go b/x/fiattokenfactory/client/cli/query_blacklister.go index af156d5f..3144d065 100644 --- a/x/fiattokenfactory/client/cli/query_blacklister.go +++ b/x/fiattokenfactory/client/cli/query_blacklister.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowBlacklister() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_blacklister_test.go b/x/fiattokenfactory/client/cli/query_blacklister_test.go index c0e6ccff..b6f3e400 100644 --- a/x/fiattokenfactory/client/cli/query_blacklister_test.go +++ b/x/fiattokenfactory/client/cli/query_blacklister_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithBlacklisterObjects(t *testing.T) (*network.Network, types.Blacklister) { diff --git a/x/fiattokenfactory/client/cli/query_master_minter.go b/x/fiattokenfactory/client/cli/query_master_minter.go index 454e7619..3ecb8ba8 100644 --- a/x/fiattokenfactory/client/cli/query_master_minter.go +++ b/x/fiattokenfactory/client/cli/query_master_minter.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowMasterMinter() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_master_minter_test.go b/x/fiattokenfactory/client/cli/query_master_minter_test.go index 1e889e97..ac85998f 100644 --- a/x/fiattokenfactory/client/cli/query_master_minter_test.go +++ b/x/fiattokenfactory/client/cli/query_master_minter_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithMasterMinterObjects(t *testing.T) (*network.Network, types.MasterMinter) { diff --git a/x/fiattokenfactory/client/cli/query_minter_controller.go b/x/fiattokenfactory/client/cli/query_minter_controller.go index d1265229..ef9527bb 100644 --- a/x/fiattokenfactory/client/cli/query_minter_controller.go +++ b/x/fiattokenfactory/client/cli/query_minter_controller.go @@ -3,7 +3,7 @@ package cli import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/fiattokenfactory/client/cli/query_minter_controller_test.go b/x/fiattokenfactory/client/cli/query_minter_controller_test.go index 718181a0..9686c0e8 100644 --- a/x/fiattokenfactory/client/cli/query_minter_controller_test.go +++ b/x/fiattokenfactory/client/cli/query_minter_controller_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/client/cli/query_minters.go b/x/fiattokenfactory/client/cli/query_minters.go index b03f69a1..250a517d 100644 --- a/x/fiattokenfactory/client/cli/query_minters.go +++ b/x/fiattokenfactory/client/cli/query_minters.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdListMinters() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_minters_test.go b/x/fiattokenfactory/client/cli/query_minters_test.go index c78ea469..09835a74 100644 --- a/x/fiattokenfactory/client/cli/query_minters_test.go +++ b/x/fiattokenfactory/client/cli/query_minters_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/client/cli/query_minting_denom.go b/x/fiattokenfactory/client/cli/query_minting_denom.go index faf397a3..c05630c4 100644 --- a/x/fiattokenfactory/client/cli/query_minting_denom.go +++ b/x/fiattokenfactory/client/cli/query_minting_denom.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowMintingDenom() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_minting_denom_test.go b/x/fiattokenfactory/client/cli/query_minting_denom_test.go index 19f63ceb..116cdcae 100644 --- a/x/fiattokenfactory/client/cli/query_minting_denom_test.go +++ b/x/fiattokenfactory/client/cli/query_minting_denom_test.go @@ -10,10 +10,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithMintingDenomObjects(t *testing.T) (*network.Network, types.MintingDenom) { diff --git a/x/fiattokenfactory/client/cli/query_owner.go b/x/fiattokenfactory/client/cli/query_owner.go index 040c8e07..0161ae10 100644 --- a/x/fiattokenfactory/client/cli/query_owner.go +++ b/x/fiattokenfactory/client/cli/query_owner.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowOwner() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_owner_test.go b/x/fiattokenfactory/client/cli/query_owner_test.go index 2a2ceaa7..118bd1cf 100644 --- a/x/fiattokenfactory/client/cli/query_owner_test.go +++ b/x/fiattokenfactory/client/cli/query_owner_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithOwnerObjects(t *testing.T) (*network.Network, types.Owner) { diff --git a/x/fiattokenfactory/client/cli/query_params.go b/x/fiattokenfactory/client/cli/query_params.go index 7d1490be..ca669bd0 100644 --- a/x/fiattokenfactory/client/cli/query_params.go +++ b/x/fiattokenfactory/client/cli/query_params.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_paused.go b/x/fiattokenfactory/client/cli/query_paused.go index 152b4ad1..cbe8f7ef 100644 --- a/x/fiattokenfactory/client/cli/query_paused.go +++ b/x/fiattokenfactory/client/cli/query_paused.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowPaused() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_paused_test.go b/x/fiattokenfactory/client/cli/query_paused_test.go index 7ca21983..63f7c3a5 100644 --- a/x/fiattokenfactory/client/cli/query_paused_test.go +++ b/x/fiattokenfactory/client/cli/query_paused_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithPausedObjects(t *testing.T) (*network.Network, types.Paused) { diff --git a/x/fiattokenfactory/client/cli/query_pauser.go b/x/fiattokenfactory/client/cli/query_pauser.go index d91bed0d..5ac42540 100644 --- a/x/fiattokenfactory/client/cli/query_pauser.go +++ b/x/fiattokenfactory/client/cli/query_pauser.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func CmdShowPauser() *cobra.Command { diff --git a/x/fiattokenfactory/client/cli/query_pauser_test.go b/x/fiattokenfactory/client/cli/query_pauser_test.go index 4e4840e3..9ce442de 100644 --- a/x/fiattokenfactory/client/cli/query_pauser_test.go +++ b/x/fiattokenfactory/client/cli/query_pauser_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func networkWithPauserObjects(t *testing.T) (*network.Network, types.Pauser) { diff --git a/x/fiattokenfactory/client/cli/tx.go b/x/fiattokenfactory/client/cli/tx.go index 72a87b50..9b9a357e 100644 --- a/x/fiattokenfactory/client/cli/tx.go +++ b/x/fiattokenfactory/client/cli/tx.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/fiattokenfactory/client/cli/tx_accept_owner.go b/x/fiattokenfactory/client/cli/tx_accept_owner.go index 5b14b5be..8193bfa0 100644 --- a/x/fiattokenfactory/client/cli/tx_accept_owner.go +++ b/x/fiattokenfactory/client/cli/tx_accept_owner.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_blacklist.go b/x/fiattokenfactory/client/cli/tx_blacklist.go index 9f996cdc..865a6cbe 100644 --- a/x/fiattokenfactory/client/cli/tx_blacklist.go +++ b/x/fiattokenfactory/client/cli/tx_blacklist.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_burn.go b/x/fiattokenfactory/client/cli/tx_burn.go index f7f719dd..85b0c3af 100644 --- a/x/fiattokenfactory/client/cli/tx_burn.go +++ b/x/fiattokenfactory/client/cli/tx_burn.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_configure_minter.go b/x/fiattokenfactory/client/cli/tx_configure_minter.go index db6aa66b..232dffeb 100644 --- a/x/fiattokenfactory/client/cli/tx_configure_minter.go +++ b/x/fiattokenfactory/client/cli/tx_configure_minter.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_configure_minter_controller.go b/x/fiattokenfactory/client/cli/tx_configure_minter_controller.go index d8504623..404f6fc8 100644 --- a/x/fiattokenfactory/client/cli/tx_configure_minter_controller.go +++ b/x/fiattokenfactory/client/cli/tx_configure_minter_controller.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_mint.go b/x/fiattokenfactory/client/cli/tx_mint.go index 69bc4476..30079438 100644 --- a/x/fiattokenfactory/client/cli/tx_mint.go +++ b/x/fiattokenfactory/client/cli/tx_mint.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_pause.go b/x/fiattokenfactory/client/cli/tx_pause.go index d9793842..1a3f1073 100644 --- a/x/fiattokenfactory/client/cli/tx_pause.go +++ b/x/fiattokenfactory/client/cli/tx_pause.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_remove_minter.go b/x/fiattokenfactory/client/cli/tx_remove_minter.go index eeecaf99..aadeaa62 100644 --- a/x/fiattokenfactory/client/cli/tx_remove_minter.go +++ b/x/fiattokenfactory/client/cli/tx_remove_minter.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_remove_minter_controller.go b/x/fiattokenfactory/client/cli/tx_remove_minter_controller.go index eb81270e..048a5997 100644 --- a/x/fiattokenfactory/client/cli/tx_remove_minter_controller.go +++ b/x/fiattokenfactory/client/cli/tx_remove_minter_controller.go @@ -3,7 +3,7 @@ package cli import ( "strconv" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/fiattokenfactory/client/cli/tx_unblacklist.go b/x/fiattokenfactory/client/cli/tx_unblacklist.go index 7d2907ce..42f64af7 100644 --- a/x/fiattokenfactory/client/cli/tx_unblacklist.go +++ b/x/fiattokenfactory/client/cli/tx_unblacklist.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_unpause.go b/x/fiattokenfactory/client/cli/tx_unpause.go index 7eb1416f..9403c732 100644 --- a/x/fiattokenfactory/client/cli/tx_unpause.go +++ b/x/fiattokenfactory/client/cli/tx_unpause.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_update_blacklister.go b/x/fiattokenfactory/client/cli/tx_update_blacklister.go index b60ebaa4..5856485b 100644 --- a/x/fiattokenfactory/client/cli/tx_update_blacklister.go +++ b/x/fiattokenfactory/client/cli/tx_update_blacklister.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_update_master_minter.go b/x/fiattokenfactory/client/cli/tx_update_master_minter.go index 1337d74e..7b9ff22f 100644 --- a/x/fiattokenfactory/client/cli/tx_update_master_minter.go +++ b/x/fiattokenfactory/client/cli/tx_update_master_minter.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_update_owner.go b/x/fiattokenfactory/client/cli/tx_update_owner.go index 6a004a25..7e9b2606 100644 --- a/x/fiattokenfactory/client/cli/tx_update_owner.go +++ b/x/fiattokenfactory/client/cli/tx_update_owner.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/client/cli/tx_update_pauser.go b/x/fiattokenfactory/client/cli/tx_update_pauser.go index e1f33123..37f73daa 100644 --- a/x/fiattokenfactory/client/cli/tx_update_pauser.go +++ b/x/fiattokenfactory/client/cli/tx_update_pauser.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/fiattokenfactory/genesis.go b/x/fiattokenfactory/genesis.go index 5b3f6d4b..c7550c3f 100644 --- a/x/fiattokenfactory/genesis.go +++ b/x/fiattokenfactory/genesis.go @@ -2,8 +2,8 @@ package fiattokenfactory import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/genesis_test.go b/x/fiattokenfactory/genesis_test.go index def39a62..14ad914d 100644 --- a/x/fiattokenfactory/genesis_test.go +++ b/x/fiattokenfactory/genesis_test.go @@ -3,10 +3,10 @@ package fiattokenfactory_test import ( "testing" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - fiattokenfactory "github.com/strangelove-ventures/noble/x/fiattokenfactory" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + fiattokenfactory "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/keeper/blacklisted.go b/x/fiattokenfactory/keeper/blacklisted.go index 8ff18c40..ce6a8955 100644 --- a/x/fiattokenfactory/keeper/blacklisted.go +++ b/x/fiattokenfactory/keeper/blacklisted.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // SetBlacklisted set a specific blacklisted in the store from its index diff --git a/x/fiattokenfactory/keeper/blacklisted_test.go b/x/fiattokenfactory/keeper/blacklisted_test.go index d4d4491a..9d75abc0 100644 --- a/x/fiattokenfactory/keeper/blacklisted_test.go +++ b/x/fiattokenfactory/keeper/blacklisted_test.go @@ -5,11 +5,11 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/testutil/sample" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/keeper/blacklister.go b/x/fiattokenfactory/keeper/blacklister.go index 93469347..adecb806 100644 --- a/x/fiattokenfactory/keeper/blacklister.go +++ b/x/fiattokenfactory/keeper/blacklister.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/keeper/blacklister_test.go b/x/fiattokenfactory/keeper/blacklister_test.go index 1e0b671b..e03530d1 100644 --- a/x/fiattokenfactory/keeper/blacklister_test.go +++ b/x/fiattokenfactory/keeper/blacklister_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func createTestBlacklister(keeper *keeper.Keeper, ctx sdk.Context) types.Blacklister { diff --git a/x/fiattokenfactory/keeper/grpc_query.go b/x/fiattokenfactory/keeper/grpc_query.go index fb73d257..e73f366d 100644 --- a/x/fiattokenfactory/keeper/grpc_query.go +++ b/x/fiattokenfactory/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/fiattokenfactory/keeper/grpc_query_blacklisted.go b/x/fiattokenfactory/keeper/grpc_query_blacklisted.go index cd77768a..055dfd57 100644 --- a/x/fiattokenfactory/keeper/grpc_query_blacklisted.go +++ b/x/fiattokenfactory/keeper/grpc_query_blacklisted.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_blacklisted_test.go b/x/fiattokenfactory/keeper/grpc_query_blacklisted_test.go index 09d43032..bb85bb54 100644 --- a/x/fiattokenfactory/keeper/grpc_query_blacklisted_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_blacklisted_test.go @@ -6,14 +6,14 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/keeper/grpc_query_blacklister.go b/x/fiattokenfactory/keeper/grpc_query_blacklister.go index 18b4ad49..44e93eb2 100644 --- a/x/fiattokenfactory/keeper/grpc_query_blacklister.go +++ b/x/fiattokenfactory/keeper/grpc_query_blacklister.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_blacklister_test.go b/x/fiattokenfactory/keeper/grpc_query_blacklister_test.go index cdd438f4..91c6ee35 100644 --- a/x/fiattokenfactory/keeper/grpc_query_blacklister_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_blacklister_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestBlacklisterQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/grpc_query_master_minter.go b/x/fiattokenfactory/keeper/grpc_query_master_minter.go index 3c120c6f..f4658def 100644 --- a/x/fiattokenfactory/keeper/grpc_query_master_minter.go +++ b/x/fiattokenfactory/keeper/grpc_query_master_minter.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_master_minter_test.go b/x/fiattokenfactory/keeper/grpc_query_master_minter_test.go index 910329b5..8c5c2b9c 100644 --- a/x/fiattokenfactory/keeper/grpc_query_master_minter_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_master_minter_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestMasterMinterQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/grpc_query_minter_controller.go b/x/fiattokenfactory/keeper/grpc_query_minter_controller.go index ae5d0c6b..79108570 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minter_controller.go +++ b/x/fiattokenfactory/keeper/grpc_query_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/grpc_query_minter_controller_test.go b/x/fiattokenfactory/keeper/grpc_query_minter_controller_test.go index 9568ac77..f3c87e8a 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minter_controller_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_minter_controller_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/keeper/grpc_query_minters.go b/x/fiattokenfactory/keeper/grpc_query_minters.go index 51265fa1..10273728 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minters.go +++ b/x/fiattokenfactory/keeper/grpc_query_minters.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_minters_test.go b/x/fiattokenfactory/keeper/grpc_query_minters_test.go index d6829401..68bb6ef4 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minters_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_minters_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // Prevent strconv unused error diff --git a/x/fiattokenfactory/keeper/grpc_query_minting_denom.go b/x/fiattokenfactory/keeper/grpc_query_minting_denom.go index 878ddaf0..55f2d6f9 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minting_denom.go +++ b/x/fiattokenfactory/keeper/grpc_query_minting_denom.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" diff --git a/x/fiattokenfactory/keeper/grpc_query_minting_denom_test.go b/x/fiattokenfactory/keeper/grpc_query_minting_denom_test.go index afb16ab3..a323b6f5 100644 --- a/x/fiattokenfactory/keeper/grpc_query_minting_denom_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_minting_denom_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestMintingDenomQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/grpc_query_owner.go b/x/fiattokenfactory/keeper/grpc_query_owner.go index dad5af87..c95e0bba 100644 --- a/x/fiattokenfactory/keeper/grpc_query_owner.go +++ b/x/fiattokenfactory/keeper/grpc_query_owner.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_owner_test.go b/x/fiattokenfactory/keeper/grpc_query_owner_test.go index b5f15a7d..89f0d8c2 100644 --- a/x/fiattokenfactory/keeper/grpc_query_owner_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_owner_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestOwnerQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/grpc_query_params.go b/x/fiattokenfactory/keeper/grpc_query_params.go index 112b18ae..aa03991b 100644 --- a/x/fiattokenfactory/keeper/grpc_query_params.go +++ b/x/fiattokenfactory/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_params_test.go b/x/fiattokenfactory/keeper/grpc_query_params_test.go index 74e11b52..61432215 100644 --- a/x/fiattokenfactory/keeper/grpc_query_params_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + testkeeper "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_paused.go b/x/fiattokenfactory/keeper/grpc_query_paused.go index a8dcb6da..6485dbf9 100644 --- a/x/fiattokenfactory/keeper/grpc_query_paused.go +++ b/x/fiattokenfactory/keeper/grpc_query_paused.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" diff --git a/x/fiattokenfactory/keeper/grpc_query_paused_test.go b/x/fiattokenfactory/keeper/grpc_query_paused_test.go index cf201c08..5932a864 100644 --- a/x/fiattokenfactory/keeper/grpc_query_paused_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_paused_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestPausedQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/grpc_query_pauser.go b/x/fiattokenfactory/keeper/grpc_query_pauser.go index 8648c520..deadd409 100644 --- a/x/fiattokenfactory/keeper/grpc_query_pauser.go +++ b/x/fiattokenfactory/keeper/grpc_query_pauser.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/fiattokenfactory/keeper/grpc_query_pauser_test.go b/x/fiattokenfactory/keeper/grpc_query_pauser_test.go index 801e9d10..e26ad63b 100644 --- a/x/fiattokenfactory/keeper/grpc_query_pauser_test.go +++ b/x/fiattokenfactory/keeper/grpc_query_pauser_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestPauserQuery(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/keeper.go b/x/fiattokenfactory/keeper/keeper.go index c4196036..2c475abe 100644 --- a/x/fiattokenfactory/keeper/keeper.go +++ b/x/fiattokenfactory/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" diff --git a/x/fiattokenfactory/keeper/master_minter.go b/x/fiattokenfactory/keeper/master_minter.go index f46bbcee..70009928 100644 --- a/x/fiattokenfactory/keeper/master_minter.go +++ b/x/fiattokenfactory/keeper/master_minter.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/keeper/master_minter_test.go b/x/fiattokenfactory/keeper/master_minter_test.go index 64e88648..bd6cb2ba 100644 --- a/x/fiattokenfactory/keeper/master_minter_test.go +++ b/x/fiattokenfactory/keeper/master_minter_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func createTestMasterMinter(keeper *keeper.Keeper, ctx sdk.Context) types.MasterMinter { diff --git a/x/fiattokenfactory/keeper/minter_controller.go b/x/fiattokenfactory/keeper/minter_controller.go index d1db5787..f569647a 100644 --- a/x/fiattokenfactory/keeper/minter_controller.go +++ b/x/fiattokenfactory/keeper/minter_controller.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/minter_controller_test.go b/x/fiattokenfactory/keeper/minter_controller_test.go index be40481f..7c2ee07d 100644 --- a/x/fiattokenfactory/keeper/minter_controller_test.go +++ b/x/fiattokenfactory/keeper/minter_controller_test.go @@ -4,10 +4,10 @@ import ( "strconv" "testing" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" diff --git a/x/fiattokenfactory/keeper/minters.go b/x/fiattokenfactory/keeper/minters.go index 1fba1f20..bd8eaeee 100644 --- a/x/fiattokenfactory/keeper/minters.go +++ b/x/fiattokenfactory/keeper/minters.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // SetMinters set a specific minters in the store from its index diff --git a/x/fiattokenfactory/keeper/minters_test.go b/x/fiattokenfactory/keeper/minters_test.go index f08ad2bd..ba7d8978 100644 --- a/x/fiattokenfactory/keeper/minters_test.go +++ b/x/fiattokenfactory/keeper/minters_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/keeper/minting_denom.go b/x/fiattokenfactory/keeper/minting_denom.go index e53c7ea2..3ac2d565 100644 --- a/x/fiattokenfactory/keeper/minting_denom.go +++ b/x/fiattokenfactory/keeper/minting_denom.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/minting_denom_test.go b/x/fiattokenfactory/keeper/minting_denom_test.go index 9ac3a227..0715c079 100644 --- a/x/fiattokenfactory/keeper/minting_denom_test.go +++ b/x/fiattokenfactory/keeper/minting_denom_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func createTestMintingDenom(keeper *keeper.Keeper, ctx sdk.Context) types.MintingDenom { diff --git a/x/fiattokenfactory/keeper/msg_server.go b/x/fiattokenfactory/keeper/msg_server.go index 8cfa91d9..f7ed8fa6 100644 --- a/x/fiattokenfactory/keeper/msg_server.go +++ b/x/fiattokenfactory/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) type msgServer struct { diff --git a/x/fiattokenfactory/keeper/msg_server_accept_owner.go b/x/fiattokenfactory/keeper/msg_server_accept_owner.go index 7f72bf8b..dcb19adb 100644 --- a/x/fiattokenfactory/keeper/msg_server_accept_owner.go +++ b/x/fiattokenfactory/keeper/msg_server_accept_owner.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_blacklist.go b/x/fiattokenfactory/keeper/msg_server_blacklist.go index ba055563..08102215 100644 --- a/x/fiattokenfactory/keeper/msg_server_blacklist.go +++ b/x/fiattokenfactory/keeper/msg_server_blacklist.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_burn.go b/x/fiattokenfactory/keeper/msg_server_burn.go index cb3cdd1a..4f3740bf 100644 --- a/x/fiattokenfactory/keeper/msg_server_burn.go +++ b/x/fiattokenfactory/keeper/msg_server_burn.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_configure_minter.go b/x/fiattokenfactory/keeper/msg_server_configure_minter.go index 186cd1b7..ce43de8c 100644 --- a/x/fiattokenfactory/keeper/msg_server_configure_minter.go +++ b/x/fiattokenfactory/keeper/msg_server_configure_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_configure_minter_controller.go b/x/fiattokenfactory/keeper/msg_server_configure_minter_controller.go index 9986bb83..7a464b3b 100644 --- a/x/fiattokenfactory/keeper/msg_server_configure_minter_controller.go +++ b/x/fiattokenfactory/keeper/msg_server_configure_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_mint.go b/x/fiattokenfactory/keeper/msg_server_mint.go index 73306c70..d0474725 100644 --- a/x/fiattokenfactory/keeper/msg_server_mint.go +++ b/x/fiattokenfactory/keeper/msg_server_mint.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" diff --git a/x/fiattokenfactory/keeper/msg_server_pause.go b/x/fiattokenfactory/keeper/msg_server_pause.go index 7ac63acc..a743f4df 100644 --- a/x/fiattokenfactory/keeper/msg_server_pause.go +++ b/x/fiattokenfactory/keeper/msg_server_pause.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_remove_minter.go b/x/fiattokenfactory/keeper/msg_server_remove_minter.go index 12692654..09707f84 100644 --- a/x/fiattokenfactory/keeper/msg_server_remove_minter.go +++ b/x/fiattokenfactory/keeper/msg_server_remove_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_remove_minter_controller.go b/x/fiattokenfactory/keeper/msg_server_remove_minter_controller.go index 87f0244c..f13c696e 100644 --- a/x/fiattokenfactory/keeper/msg_server_remove_minter_controller.go +++ b/x/fiattokenfactory/keeper/msg_server_remove_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_unblacklist.go b/x/fiattokenfactory/keeper/msg_server_unblacklist.go index fc32528a..ef05c27c 100644 --- a/x/fiattokenfactory/keeper/msg_server_unblacklist.go +++ b/x/fiattokenfactory/keeper/msg_server_unblacklist.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_unpause.go b/x/fiattokenfactory/keeper/msg_server_unpause.go index 9d693321..4f08d1bb 100644 --- a/x/fiattokenfactory/keeper/msg_server_unpause.go +++ b/x/fiattokenfactory/keeper/msg_server_unpause.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_update_blacklister.go b/x/fiattokenfactory/keeper/msg_server_update_blacklister.go index 1f2187ce..03fec7d3 100644 --- a/x/fiattokenfactory/keeper/msg_server_update_blacklister.go +++ b/x/fiattokenfactory/keeper/msg_server_update_blacklister.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_update_master_minter.go b/x/fiattokenfactory/keeper/msg_server_update_master_minter.go index 677c1606..c6bd0042 100644 --- a/x/fiattokenfactory/keeper/msg_server_update_master_minter.go +++ b/x/fiattokenfactory/keeper/msg_server_update_master_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_update_owner.go b/x/fiattokenfactory/keeper/msg_server_update_owner.go index 77ca5b6a..d1d037eb 100644 --- a/x/fiattokenfactory/keeper/msg_server_update_owner.go +++ b/x/fiattokenfactory/keeper/msg_server_update_owner.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/msg_server_update_pauser.go b/x/fiattokenfactory/keeper/msg_server_update_pauser.go index c61a327e..32212cf9 100644 --- a/x/fiattokenfactory/keeper/msg_server_update_pauser.go +++ b/x/fiattokenfactory/keeper/msg_server_update_pauser.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/fiattokenfactory/keeper/owner.go b/x/fiattokenfactory/keeper/owner.go index fee2091e..a2d5ba15 100644 --- a/x/fiattokenfactory/keeper/owner.go +++ b/x/fiattokenfactory/keeper/owner.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/keeper/owner_test.go b/x/fiattokenfactory/keeper/owner_test.go index 21300cfa..f7e56a02 100644 --- a/x/fiattokenfactory/keeper/owner_test.go +++ b/x/fiattokenfactory/keeper/owner_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func TestOwnerGet(t *testing.T) { diff --git a/x/fiattokenfactory/keeper/params.go b/x/fiattokenfactory/keeper/params.go index 07a08d81..1ed5d003 100644 --- a/x/fiattokenfactory/keeper/params.go +++ b/x/fiattokenfactory/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // GetParams get all parameters as types.Params diff --git a/x/fiattokenfactory/keeper/params_test.go b/x/fiattokenfactory/keeper/params_test.go index d71aa9e9..d12f2fef 100644 --- a/x/fiattokenfactory/keeper/params_test.go +++ b/x/fiattokenfactory/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + testkeeper "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/keeper/paused.go b/x/fiattokenfactory/keeper/paused.go index 457b8b79..5283971b 100644 --- a/x/fiattokenfactory/keeper/paused.go +++ b/x/fiattokenfactory/keeper/paused.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/keeper/paused_test.go b/x/fiattokenfactory/keeper/paused_test.go index ca984ac1..1304f14a 100644 --- a/x/fiattokenfactory/keeper/paused_test.go +++ b/x/fiattokenfactory/keeper/paused_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func createTestPaused(keeper *keeper.Keeper, ctx sdk.Context) types.Paused { diff --git a/x/fiattokenfactory/keeper/pauser.go b/x/fiattokenfactory/keeper/pauser.go index c37c39fa..9664f439 100644 --- a/x/fiattokenfactory/keeper/pauser.go +++ b/x/fiattokenfactory/keeper/pauser.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/fiattokenfactory/keeper/pauser_test.go b/x/fiattokenfactory/keeper/pauser_test.go index da783534..119a5aba 100644 --- a/x/fiattokenfactory/keeper/pauser_test.go +++ b/x/fiattokenfactory/keeper/pauser_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func createTestPauser(keeper *keeper.Keeper, ctx sdk.Context) types.Pauser { diff --git a/x/fiattokenfactory/module.go b/x/fiattokenfactory/module.go index d0d82aca..4162ad20 100644 --- a/x/fiattokenfactory/module.go +++ b/x/fiattokenfactory/module.go @@ -16,9 +16,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/strangelove-ventures/noble/x/fiattokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) var ( diff --git a/x/fiattokenfactory/module_simulation.go b/x/fiattokenfactory/module_simulation.go index 3764b74a..e2a82303 100644 --- a/x/fiattokenfactory/module_simulation.go +++ b/x/fiattokenfactory/module_simulation.go @@ -9,9 +9,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/strangelove-ventures/noble/testutil/sample" - tokenfactorysimulation "github.com/strangelove-ventures/noble/x/fiattokenfactory/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + tokenfactorysimulation "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/simulation" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) // avoid unused import issue diff --git a/x/fiattokenfactory/simulation/blacklist.go b/x/fiattokenfactory/simulation/blacklist.go index 4da0173b..7c450371 100644 --- a/x/fiattokenfactory/simulation/blacklist.go +++ b/x/fiattokenfactory/simulation/blacklist.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgBlacklist( diff --git a/x/fiattokenfactory/simulation/burn.go b/x/fiattokenfactory/simulation/burn.go index 4ec20195..d05ec1be 100644 --- a/x/fiattokenfactory/simulation/burn.go +++ b/x/fiattokenfactory/simulation/burn.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgBurn( diff --git a/x/fiattokenfactory/simulation/configure_minter.go b/x/fiattokenfactory/simulation/configure_minter.go index bcb0bff0..0efdd739 100644 --- a/x/fiattokenfactory/simulation/configure_minter.go +++ b/x/fiattokenfactory/simulation/configure_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgConfigureMinter( diff --git a/x/fiattokenfactory/simulation/configure_minter_controller.go b/x/fiattokenfactory/simulation/configure_minter_controller.go index 07ac38bd..e85d70ce 100644 --- a/x/fiattokenfactory/simulation/configure_minter_controller.go +++ b/x/fiattokenfactory/simulation/configure_minter_controller.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgConfigureMinterController( diff --git a/x/fiattokenfactory/simulation/mint.go b/x/fiattokenfactory/simulation/mint.go index 14be291e..51d2f168 100644 --- a/x/fiattokenfactory/simulation/mint.go +++ b/x/fiattokenfactory/simulation/mint.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgMint( diff --git a/x/fiattokenfactory/simulation/pause.go b/x/fiattokenfactory/simulation/pause.go index d8537be3..b52b9f77 100644 --- a/x/fiattokenfactory/simulation/pause.go +++ b/x/fiattokenfactory/simulation/pause.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgPause( diff --git a/x/fiattokenfactory/simulation/remove_minter.go b/x/fiattokenfactory/simulation/remove_minter.go index 63f16a97..93ca0870 100644 --- a/x/fiattokenfactory/simulation/remove_minter.go +++ b/x/fiattokenfactory/simulation/remove_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgRemoveMinter( diff --git a/x/fiattokenfactory/simulation/remove_minter_controller.go b/x/fiattokenfactory/simulation/remove_minter_controller.go index 3e5b48f8..bbc3353b 100644 --- a/x/fiattokenfactory/simulation/remove_minter_controller.go +++ b/x/fiattokenfactory/simulation/remove_minter_controller.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgRemoveMinterController( diff --git a/x/fiattokenfactory/simulation/unblacklist.go b/x/fiattokenfactory/simulation/unblacklist.go index 38dd9c36..515cf809 100644 --- a/x/fiattokenfactory/simulation/unblacklist.go +++ b/x/fiattokenfactory/simulation/unblacklist.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUnblacklist( diff --git a/x/fiattokenfactory/simulation/unpause.go b/x/fiattokenfactory/simulation/unpause.go index a60955d4..13f7c31a 100644 --- a/x/fiattokenfactory/simulation/unpause.go +++ b/x/fiattokenfactory/simulation/unpause.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUnpause( diff --git a/x/fiattokenfactory/simulation/update_blacklister.go b/x/fiattokenfactory/simulation/update_blacklister.go index 41460449..ce0e6daa 100644 --- a/x/fiattokenfactory/simulation/update_blacklister.go +++ b/x/fiattokenfactory/simulation/update_blacklister.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUpdateBlacklister( diff --git a/x/fiattokenfactory/simulation/update_master_minter.go b/x/fiattokenfactory/simulation/update_master_minter.go index 43c67bf4..eb9dedb3 100644 --- a/x/fiattokenfactory/simulation/update_master_minter.go +++ b/x/fiattokenfactory/simulation/update_master_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUpdateMasterMinter( diff --git a/x/fiattokenfactory/simulation/update_owner.go b/x/fiattokenfactory/simulation/update_owner.go index fcbcc536..f1589d92 100644 --- a/x/fiattokenfactory/simulation/update_owner.go +++ b/x/fiattokenfactory/simulation/update_owner.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUpdateOwner( diff --git a/x/fiattokenfactory/simulation/update_pauser.go b/x/fiattokenfactory/simulation/update_pauser.go index 9b6ef1e5..b2649a4a 100644 --- a/x/fiattokenfactory/simulation/update_pauser.go +++ b/x/fiattokenfactory/simulation/update_pauser.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" ) func SimulateMsgUpdatePauser( diff --git a/x/fiattokenfactory/types/blacklisted.pb.go b/x/fiattokenfactory/types/blacklisted.pb.go index 39bc81c7..7e678ea8 100644 --- a/x/fiattokenfactory/types/blacklisted.pb.go +++ b/x/fiattokenfactory/types/blacklisted.pb.go @@ -75,19 +75,19 @@ func init() { } var fileDescriptor_c3e57170a8be2162 = []byte{ - // 178 bytes of a gzipped FileDescriptorProto + // 181 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4a, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x4f, 0xca, 0x49, 0x4c, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0x49, 0x4d, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xa9, 0xa4, 0xcd, 0xc5, 0xed, 0x84, 0x50, 0x2c, 0x24, 0xc3, 0xc5, 0x99, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0xec, 0x54, 0x25, 0xc1, 0xa8, 0xc0, - 0xa8, 0xc1, 0x13, 0x84, 0x10, 0x70, 0x8a, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, + 0xa8, 0xc1, 0x13, 0x84, 0x10, 0x70, 0x8a, 0x3e, 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, 0xbb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, + 0x86, 0x28, 0xc7, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0x9c, 0xfc, 0xb2, 0x54, 0xdd, 0xb2, 0xd4, 0xbc, 0x92, 0xd2, 0xa2, - 0xd4, 0x62, 0x7d, 0xb0, 0xf5, 0xfa, 0x15, 0xfa, 0x18, 0x4e, 0x2d, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, - 0x62, 0x03, 0xbb, 0xd2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x42, 0xcd, 0x4e, 0x79, 0xcb, 0x00, - 0x00, 0x00, + 0xd4, 0x62, 0x7d, 0xb0, 0xf5, 0xfa, 0x65, 0x26, 0xfa, 0x15, 0xfa, 0x18, 0xae, 0x2d, 0xa9, 0x2c, + 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x3b, 0xd4, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x9e, 0xf6, 0x40, + 0x15, 0xce, 0x00, 0x00, 0x00, } func (m *Blacklisted) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/blacklister.pb.go b/x/fiattokenfactory/types/blacklister.pb.go index a7d93b10..cd5b41f0 100644 --- a/x/fiattokenfactory/types/blacklister.pb.go +++ b/x/fiattokenfactory/types/blacklister.pb.go @@ -75,18 +75,19 @@ func init() { } var fileDescriptor_eb6b8f9253711167 = []byte{ - // 176 bytes of a gzipped FileDescriptorProto + // 179 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4a, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x4f, 0xca, 0x49, 0x4c, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xa9, 0xa4, 0xce, 0xc5, 0xed, 0x84, 0x50, 0x2c, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, - 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, + 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, - 0x5d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, + 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, - 0x3e, 0xd8, 0x6a, 0xfd, 0x0a, 0x7d, 0x0c, 0x67, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, - 0x5d, 0x68, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x37, 0x77, 0x46, 0x9b, 0xc7, 0x00, 0x00, 0x00, + 0x3e, 0xd8, 0x6a, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x0c, 0x97, 0x96, 0x54, 0x16, 0xa4, 0x16, + 0x27, 0xb1, 0x81, 0x1d, 0x69, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x92, 0x8b, 0x57, 0xca, + 0x00, 0x00, 0x00, } func (m *Blacklister) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/genesis.pb.go b/x/fiattokenfactory/types/genesis.pb.go index 4cadf103..d2342a89 100644 --- a/x/fiattokenfactory/types/genesis.pb.go +++ b/x/fiattokenfactory/types/genesis.pb.go @@ -147,37 +147,37 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/genesis.proto", fileDescriptor_300d22b176be1774) } var fileDescriptor_300d22b176be1774 = []byte{ - // 470 bytes of a gzipped FileDescriptorProto + // 472 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x41, 0x6f, 0xd3, 0x30, 0x14, 0xc7, 0x13, 0xb6, 0x16, 0x70, 0x26, 0x21, 0x59, 0x13, 0xb2, 0x2a, 0xe6, 0x4d, 0xa3, 0x87, - 0x5c, 0x48, 0xa4, 0x4d, 0xe2, 0x84, 0x38, 0x14, 0xd0, 0x38, 0x30, 0x81, 0xb2, 0x0b, 0xe2, 0x52, - 0x39, 0x99, 0x17, 0xa2, 0x25, 0x76, 0x65, 0xbb, 0x83, 0x7d, 0x0b, 0x3e, 0x56, 0x4f, 0xa8, 0x47, - 0x4e, 0x08, 0xb5, 0x5f, 0x04, 0xc5, 0xf6, 0xd2, 0xb4, 0x69, 0xda, 0xde, 0x22, 0xbd, 0xdf, 0xff, - 0x9f, 0xf7, 0xfe, 0xef, 0x19, 0xe0, 0x9b, 0x8c, 0x28, 0xc5, 0x6f, 0x29, 0xbb, 0x21, 0x89, 0xe2, - 0xe2, 0x3e, 0x4c, 0x29, 0xa3, 0x32, 0x93, 0xc1, 0x48, 0x70, 0xc5, 0xe1, 0x73, 0xc6, 0xe3, 0x9c, - 0x06, 0xab, 0x54, 0xef, 0x30, 0xe5, 0x29, 0xd7, 0x48, 0x58, 0x7e, 0x19, 0xba, 0x77, 0xd4, 0x70, - 0x1b, 0x11, 0x41, 0x0a, 0x6b, 0xd6, 0x3b, 0x6d, 0x94, 0xe3, 0x9c, 0x24, 0xb7, 0x79, 0x26, 0x15, - 0xbd, 0xde, 0x60, 0x31, 0x96, 0x55, 0xb9, 0xdf, 0x28, 0x17, 0x44, 0x2a, 0x2a, 0x86, 0x45, 0xc6, - 0x14, 0x15, 0x96, 0x6a, 0x4e, 0x65, 0xca, 0x72, 0xf3, 0x4f, 0xc4, 0x0e, 0x7d, 0x3e, 0x30, 0x2f, - 0x1a, 0x0c, 0xff, 0xc1, 0xaa, 0xaa, 0xdf, 0xd2, 0xc0, 0x30, 0xe1, 0x4c, 0x09, 0x9e, 0xe7, 0x15, - 0xd9, 0x5f, 0x4b, 0x66, 0x2c, 0x1d, 0x5e, 0x53, 0xc6, 0x0b, 0x43, 0x9d, 0xfe, 0xee, 0x80, 0x83, - 0x0b, 0xb3, 0x98, 0x2b, 0x45, 0x14, 0x85, 0x6f, 0x40, 0xd7, 0x44, 0x8b, 0xdc, 0x13, 0xd7, 0xf7, - 0xce, 0x70, 0xb0, 0x7e, 0x51, 0xc1, 0x17, 0x4d, 0x0d, 0xf6, 0x27, 0x7f, 0x8f, 0x9d, 0xc8, 0x6a, - 0xe0, 0x15, 0x78, 0x56, 0x4b, 0xfe, 0x53, 0x26, 0x15, 0x7a, 0x74, 0xb2, 0xe7, 0x7b, 0x67, 0x2f, - 0xdb, 0x6c, 0x06, 0x0b, 0xdc, 0x7a, 0xad, 0x3a, 0xc0, 0xd7, 0x65, 0x4b, 0xe5, 0xaa, 0xd0, 0xde, - 0xb6, 0x96, 0x4a, 0x2a, 0xb2, 0x34, 0xfc, 0x08, 0x0e, 0xcc, 0x0e, 0x2f, 0x75, 0x44, 0x68, 0x5f, - 0xab, 0xfb, 0x6d, 0xea, 0xcb, 0x1a, 0x1b, 0x2d, 0x29, 0xe1, 0x05, 0xf0, 0xec, 0x9e, 0xf5, 0x48, - 0x1d, 0x3d, 0xd2, 0x71, 0xab, 0x91, 0x41, 0xed, 0x38, 0x75, 0x65, 0x35, 0x8a, 0x40, 0xdd, 0x1d, - 0x46, 0x11, 0x76, 0x14, 0x01, 0x3f, 0x00, 0xaf, 0x76, 0x29, 0xe8, 0xb1, 0x16, 0xef, 0x90, 0xa9, - 0x88, 0xea, 0x3a, 0x78, 0x0e, 0x3a, 0xfa, 0x98, 0xd0, 0x13, 0x6d, 0x70, 0xd4, 0x66, 0xf0, 0xb9, - 0x84, 0x22, 0xc3, 0xc2, 0x18, 0x1c, 0x9a, 0x11, 0xde, 0x55, 0x27, 0xa6, 0x53, 0x78, 0xaa, 0x53, - 0xf0, 0x37, 0xa7, 0xb0, 0xd0, 0xd8, 0x38, 0xd6, 0x7a, 0xe9, 0x55, 0x99, 0xeb, 0x7c, 0x5f, 0x1e, - 0x27, 0x02, 0x5b, 0x56, 0x55, 0x63, 0xa3, 0x25, 0xe5, 0xe0, 0xeb, 0x64, 0x86, 0xdd, 0xe9, 0x0c, - 0xbb, 0xff, 0x66, 0xd8, 0xfd, 0x35, 0xc7, 0xce, 0x74, 0x8e, 0x9d, 0x3f, 0x73, 0xec, 0x7c, 0x7b, - 0x9b, 0x66, 0xea, 0xfb, 0x38, 0x0e, 0x12, 0x5e, 0x84, 0x52, 0x09, 0xc2, 0x52, 0x9a, 0xf3, 0x3b, - 0xfa, 0xea, 0x8e, 0x32, 0x35, 0x16, 0x54, 0x86, 0xfa, 0x67, 0xe1, 0xcf, 0xb0, 0xf1, 0x70, 0xd4, - 0xfd, 0x88, 0xca, 0xb8, 0xab, 0x5f, 0xcc, 0xf9, 0xff, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd0, 0x3e, - 0x71, 0x0e, 0xda, 0x04, 0x00, 0x00, + 0x5c, 0x48, 0xa4, 0x0d, 0x71, 0xe2, 0x42, 0x01, 0x8d, 0x03, 0x13, 0x28, 0xbb, 0xc1, 0xa1, 0x72, + 0x32, 0x2f, 0x44, 0x4b, 0xec, 0xca, 0x76, 0x0b, 0xfb, 0x16, 0x7c, 0xac, 0x9d, 0x50, 0x8f, 0x9c, + 0x10, 0x6a, 0xbf, 0x08, 0x8a, 0x6d, 0xd2, 0xb4, 0x69, 0xda, 0xde, 0x22, 0xbd, 0xdf, 0xff, 0x9f, + 0xf7, 0xfe, 0xef, 0x19, 0xe0, 0x9b, 0x8c, 0x28, 0xc5, 0x6f, 0x29, 0xbb, 0x21, 0x89, 0xe2, 0xe2, + 0x2e, 0x4c, 0x29, 0xa3, 0x32, 0x93, 0xc1, 0x48, 0x70, 0xc5, 0xe1, 0x53, 0xc6, 0xe3, 0x9c, 0x06, + 0xab, 0x54, 0xef, 0x30, 0xe5, 0x29, 0xd7, 0x48, 0x58, 0x7e, 0x19, 0xba, 0x77, 0xd4, 0x70, 0x1b, + 0x11, 0x41, 0x0a, 0x6b, 0xd6, 0x3b, 0x6d, 0x94, 0xe3, 0x9c, 0x24, 0xb7, 0x79, 0x26, 0x15, 0xbd, + 0xde, 0x60, 0x31, 0x96, 0x55, 0xb9, 0xdf, 0x28, 0x17, 0x44, 0x2a, 0x2a, 0x86, 0x45, 0xc6, 0x14, + 0x15, 0x96, 0x6a, 0x4e, 0x65, 0xca, 0x72, 0xf3, 0x4f, 0xc4, 0x0e, 0x7d, 0xfe, 0x67, 0x9e, 0x35, + 0x18, 0xfe, 0x9d, 0x55, 0x55, 0xbf, 0xa5, 0x81, 0x61, 0xc2, 0x99, 0x12, 0x3c, 0xcf, 0x2b, 0xb2, + 0xbf, 0x96, 0xcc, 0x58, 0x3a, 0xbc, 0xa6, 0x8c, 0x17, 0x86, 0x3a, 0xfd, 0xd5, 0x01, 0x07, 0x17, + 0x66, 0x31, 0x57, 0x8a, 0x28, 0x0a, 0x5f, 0x83, 0xae, 0x89, 0x16, 0xb9, 0x27, 0xae, 0xef, 0x9d, + 0xe1, 0x60, 0xfd, 0xa2, 0x82, 0xcf, 0x9a, 0x1a, 0xec, 0xdf, 0xff, 0x39, 0x76, 0x22, 0xab, 0x81, + 0x57, 0xe0, 0x49, 0x2d, 0xf9, 0x8f, 0x99, 0x54, 0xe8, 0xc1, 0xc9, 0x9e, 0xef, 0x9d, 0x3d, 0x6f, + 0xb3, 0x19, 0x2c, 0x70, 0xeb, 0xb5, 0xea, 0x00, 0x5f, 0x95, 0x2d, 0x95, 0xab, 0x42, 0x7b, 0xdb, + 0x5a, 0x2a, 0xa9, 0xc8, 0xd2, 0xf0, 0x03, 0x38, 0x30, 0x3b, 0xbc, 0xd4, 0x11, 0xa1, 0x7d, 0xad, + 0xee, 0xb7, 0xa9, 0x2f, 0x6b, 0x6c, 0xb4, 0xa4, 0x84, 0x17, 0xc0, 0xb3, 0x7b, 0xd6, 0x23, 0x75, + 0xf4, 0x48, 0xc7, 0xad, 0x46, 0x06, 0xb5, 0xe3, 0xd4, 0x95, 0xd5, 0x28, 0x02, 0x75, 0x77, 0x18, + 0x45, 0xd8, 0x51, 0x04, 0x7c, 0x0f, 0xbc, 0xda, 0xa5, 0xa0, 0x87, 0x5a, 0xbc, 0x43, 0xa6, 0x22, + 0xaa, 0xeb, 0xe0, 0x39, 0xe8, 0xe8, 0x63, 0x42, 0x8f, 0xb4, 0xc1, 0x51, 0x9b, 0xc1, 0xa7, 0x12, + 0x8a, 0x0c, 0x0b, 0x63, 0x70, 0x68, 0x46, 0x78, 0x5b, 0x9d, 0x98, 0x4e, 0xe1, 0xb1, 0x4e, 0xc1, + 0xdf, 0x9c, 0xc2, 0x42, 0x63, 0xe3, 0x58, 0xeb, 0xa5, 0x57, 0x65, 0xae, 0xf3, 0x5d, 0x79, 0x9c, + 0x08, 0x6c, 0x59, 0x55, 0x8d, 0x8d, 0x96, 0x94, 0x83, 0xaf, 0xf7, 0x33, 0xec, 0x4e, 0x67, 0xd8, + 0xfd, 0x3b, 0xc3, 0xee, 0xcf, 0x39, 0x76, 0xa6, 0x73, 0xec, 0xfc, 0x9e, 0x63, 0xe7, 0xcb, 0x9b, + 0x34, 0x53, 0xdf, 0xc6, 0x71, 0x90, 0xf0, 0x22, 0x94, 0x4a, 0x10, 0x96, 0xd2, 0x9c, 0x4f, 0xe8, + 0x8b, 0x09, 0x65, 0x6a, 0x2c, 0xa8, 0x0c, 0xf5, 0xcf, 0xc2, 0xc9, 0xcb, 0xf0, 0x47, 0xd8, 0x78, + 0x3b, 0xea, 0x6e, 0x44, 0x65, 0xdc, 0xd5, 0x8f, 0xe6, 0xfc, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, + 0x34, 0x05, 0x20, 0x62, 0xdd, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/genesis_test.go b/x/fiattokenfactory/types/genesis_test.go index 0f450261..1b497510 100644 --- a/x/fiattokenfactory/types/genesis_test.go +++ b/x/fiattokenfactory/types/genesis_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/testutil/sample" - "github.com/strangelove-ventures/noble/x/fiattokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + "github.com/strangelove-ventures/noble/v4/x/fiattokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/master_minter.pb.go b/x/fiattokenfactory/types/master_minter.pb.go index dd822ac8..f7d49f94 100644 --- a/x/fiattokenfactory/types/master_minter.pb.go +++ b/x/fiattokenfactory/types/master_minter.pb.go @@ -75,19 +75,19 @@ func init() { } var fileDescriptor_58170e99fb224a62 = []byte{ - // 181 bytes of a gzipped FileDescriptorProto + // 184 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0x4d, 0x2c, 0x2e, 0x49, 0x2d, 0x8a, 0xcf, 0xcd, 0xcc, 0x2b, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xab, 0xa4, 0xc1, 0xc5, 0xe3, 0x0b, 0x56, 0xee, 0x0b, 0x56, 0x2d, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x2c, - 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, + 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, - 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, + 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, - 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x6e, 0xfd, 0x0a, 0x7d, 0x0c, 0x97, 0x96, 0x54, 0x16, - 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x9d, 0x68, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x79, 0x81, 0xf0, - 0x06, 0xca, 0x00, 0x00, 0x00, + 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x6e, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x0c, 0xc7, + 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x5d, 0x69, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, + 0x12, 0x62, 0x6b, 0x4d, 0xcd, 0x00, 0x00, 0x00, } func (m *MasterMinter) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/message_blacklist_test.go b/x/fiattokenfactory/types/message_blacklist_test.go index d2fa60c4..3d99ca35 100644 --- a/x/fiattokenfactory/types/message_blacklist_test.go +++ b/x/fiattokenfactory/types/message_blacklist_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_burn_test.go b/x/fiattokenfactory/types/message_burn_test.go index 49965f60..ac49287d 100644 --- a/x/fiattokenfactory/types/message_burn_test.go +++ b/x/fiattokenfactory/types/message_burn_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_configure_minter_controller_test.go b/x/fiattokenfactory/types/message_configure_minter_controller_test.go index 305b243a..e683dee4 100644 --- a/x/fiattokenfactory/types/message_configure_minter_controller_test.go +++ b/x/fiattokenfactory/types/message_configure_minter_controller_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_configure_minter_test.go b/x/fiattokenfactory/types/message_configure_minter_test.go index 7e59a4cd..91192fa8 100644 --- a/x/fiattokenfactory/types/message_configure_minter_test.go +++ b/x/fiattokenfactory/types/message_configure_minter_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_mint_test.go b/x/fiattokenfactory/types/message_mint_test.go index 8d292e9f..4deb23a7 100644 --- a/x/fiattokenfactory/types/message_mint_test.go +++ b/x/fiattokenfactory/types/message_mint_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_pause_test.go b/x/fiattokenfactory/types/message_pause_test.go index 2ae825a2..0739f70e 100644 --- a/x/fiattokenfactory/types/message_pause_test.go +++ b/x/fiattokenfactory/types/message_pause_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_remove_minter_controller_test.go b/x/fiattokenfactory/types/message_remove_minter_controller_test.go index 4f828f82..f5565654 100644 --- a/x/fiattokenfactory/types/message_remove_minter_controller_test.go +++ b/x/fiattokenfactory/types/message_remove_minter_controller_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_remove_minter_test.go b/x/fiattokenfactory/types/message_remove_minter_test.go index 9d4b5794..c98b1e66 100644 --- a/x/fiattokenfactory/types/message_remove_minter_test.go +++ b/x/fiattokenfactory/types/message_remove_minter_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_unblacklist_test.go b/x/fiattokenfactory/types/message_unblacklist_test.go index dd3563b5..bb17a86a 100644 --- a/x/fiattokenfactory/types/message_unblacklist_test.go +++ b/x/fiattokenfactory/types/message_unblacklist_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_unpause_test.go b/x/fiattokenfactory/types/message_unpause_test.go index 1fea193b..ea75deb9 100644 --- a/x/fiattokenfactory/types/message_unpause_test.go +++ b/x/fiattokenfactory/types/message_unpause_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_update_blacklister_test.go b/x/fiattokenfactory/types/message_update_blacklister_test.go index 25bf72ef..3afe3a04 100644 --- a/x/fiattokenfactory/types/message_update_blacklister_test.go +++ b/x/fiattokenfactory/types/message_update_blacklister_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_update_master_minter_test.go b/x/fiattokenfactory/types/message_update_master_minter_test.go index 2948afa5..e1da89dc 100644 --- a/x/fiattokenfactory/types/message_update_master_minter_test.go +++ b/x/fiattokenfactory/types/message_update_master_minter_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_update_owner_test.go b/x/fiattokenfactory/types/message_update_owner_test.go index d6d7b4b6..e8549293 100644 --- a/x/fiattokenfactory/types/message_update_owner_test.go +++ b/x/fiattokenfactory/types/message_update_owner_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/message_update_pauser_test.go b/x/fiattokenfactory/types/message_update_pauser_test.go index 749f37ee..748ca839 100644 --- a/x/fiattokenfactory/types/message_update_pauser_test.go +++ b/x/fiattokenfactory/types/message_update_pauser_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/fiattokenfactory/types/minter_controller.pb.go b/x/fiattokenfactory/types/minter_controller.pb.go index cb0f63f4..875036a4 100644 --- a/x/fiattokenfactory/types/minter_controller.pb.go +++ b/x/fiattokenfactory/types/minter_controller.pb.go @@ -83,19 +83,20 @@ func init() { } var fileDescriptor_1affbda666df4b99 = []byte{ - // 192 bytes of a gzipped FileDescriptorProto + // 195 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0x48, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0xcd, 0xcc, 0x2b, 0x49, 0x2d, 0x8a, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xc9, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xaf, 0xe4, 0xc5, 0x25, 0xe0, 0x0b, 0xd6, 0xe2, 0x0c, 0xd7, 0x21, 0x24, 0xc6, 0xc5, 0x06, 0x31, 0x46, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x08, 0xca, 0x13, 0x92, 0xe3, 0xe2, 0x42, 0x98, 0x2b, 0xc1, 0x04, - 0x96, 0x43, 0x12, 0x71, 0x8a, 0x38, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, 0x07, 0x8f, + 0x96, 0x43, 0x12, 0x71, 0x8a, 0x3e, 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, - 0xbb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, + 0xc7, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0x9c, 0xfc, 0xb2, 0x54, 0xdd, 0xb2, 0xd4, 0xbc, 0x92, 0xd2, 0xa2, 0xd4, 0x62, - 0x7d, 0xb0, 0xeb, 0xf4, 0x2b, 0xf4, 0x31, 0xfc, 0x53, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, - 0xf6, 0x84, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0xc1, 0x8c, 0x7d, 0x78, 0xf0, 0x00, 0x00, 0x00, + 0x7d, 0xb0, 0xeb, 0xf4, 0xcb, 0x4c, 0xf4, 0x2b, 0xf4, 0x31, 0xbc, 0x54, 0x52, 0x59, 0x90, 0x5a, + 0x9c, 0xc4, 0x06, 0xf6, 0x87, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x14, 0x4c, 0x81, 0xa0, 0xf3, + 0x00, 0x00, 0x00, } func (m *MinterController) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/minters.pb.go b/x/fiattokenfactory/types/minters.pb.go index 8daac404..918c1ecd 100644 --- a/x/fiattokenfactory/types/minters.pb.go +++ b/x/fiattokenfactory/types/minters.pb.go @@ -83,23 +83,23 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/minters.proto", fileDescriptor_eaf83371ab173141) } var fileDescriptor_eaf83371ab173141 = []byte{ - // 251 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0x63, 0x84, 0xa8, 0x1a, 0xb6, 0x08, 0xa1, 0xd0, 0xc1, 0x54, 0x4c, 0x5d, 0xb0, 0x55, - 0x98, 0x61, 0x28, 0x33, 0x4b, 0x27, 0xc4, 0x66, 0xbb, 0xd7, 0x60, 0x91, 0xf8, 0x2a, 0xdf, 0x35, - 0xd0, 0xb7, 0xe0, 0xb1, 0x3a, 0x76, 0x64, 0x42, 0x28, 0x79, 0x11, 0xd4, 0x04, 0x84, 0x04, 0xdb, - 0x9d, 0xee, 0xbb, 0x4f, 0xfa, 0xff, 0x54, 0x2e, 0xbd, 0x61, 0xc6, 0x67, 0x08, 0x4b, 0xe3, 0x18, - 0xe3, 0x46, 0x57, 0x3e, 0x30, 0x44, 0x52, 0xab, 0x88, 0x8c, 0xd9, 0x69, 0x40, 0x5b, 0x82, 0xfa, - 0x4b, 0x8d, 0x4e, 0x0a, 0x2c, 0xb0, 0x43, 0xf4, 0x7e, 0xea, 0xe9, 0x91, 0x74, 0x48, 0x15, 0x92, - 0xb6, 0x86, 0x40, 0xd7, 0x53, 0x0b, 0x6c, 0xa6, 0xda, 0xa1, 0x0f, 0xfd, 0xfd, 0xc2, 0xa6, 0x83, - 0xfb, 0x5e, 0x9f, 0xe5, 0xe9, 0xc0, 0x2c, 0x16, 0x11, 0x88, 0x72, 0x31, 0x16, 0x93, 0xe1, 0xfc, - 0x67, 0xcd, 0x6e, 0xd2, 0xa1, 0x29, 0x4b, 0x7c, 0x31, 0xc1, 0x41, 0x7e, 0x30, 0x16, 0x93, 0xe3, - 0xab, 0x33, 0xd5, 0x8b, 0xd5, 0x5e, 0xac, 0xbe, 0xc5, 0xea, 0x0e, 0x7d, 0x98, 0x1d, 0x6e, 0x3f, - 0xce, 0x93, 0xf9, 0xef, 0xc7, 0xec, 0x61, 0xdb, 0x48, 0xb1, 0x6b, 0xa4, 0xf8, 0x6c, 0xa4, 0x78, - 0x6b, 0x65, 0xb2, 0x6b, 0x65, 0xf2, 0xde, 0xca, 0xe4, 0xf1, 0xb6, 0xf0, 0xfc, 0xb4, 0xb6, 0xca, - 0x61, 0xa5, 0x89, 0xa3, 0x09, 0x05, 0x94, 0x58, 0xc3, 0x65, 0x0d, 0x81, 0xd7, 0x11, 0x48, 0x77, - 0x59, 0xf5, 0xab, 0xfe, 0xd7, 0x09, 0x6f, 0x56, 0x40, 0xf6, 0xa8, 0x0b, 0x71, 0xfd, 0x15, 0x00, - 0x00, 0xff, 0xff, 0x0a, 0x9a, 0xb6, 0x1f, 0x34, 0x01, 0x00, 0x00, + // 255 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x90, 0x31, 0x4f, 0xf3, 0x30, + 0x10, 0x86, 0xe3, 0x4f, 0x9f, 0xa8, 0x1a, 0xb6, 0x08, 0xa1, 0xd0, 0xc1, 0x54, 0x4c, 0x5d, 0xf0, + 0xa9, 0xc0, 0xca, 0x40, 0x99, 0x59, 0x3a, 0xc2, 0x64, 0xbb, 0xd7, 0x60, 0x91, 0xf8, 0x2a, 0xfb, + 0x1a, 0xe8, 0xbf, 0xe0, 0x67, 0x75, 0xec, 0xc8, 0x84, 0x50, 0xf2, 0x47, 0x50, 0x13, 0x10, 0x12, + 0x6c, 0x77, 0xba, 0xe7, 0x1e, 0xe9, 0x7d, 0x53, 0xb9, 0x74, 0x9a, 0x99, 0x9e, 0xd0, 0x2f, 0xb5, + 0x65, 0x0a, 0x1b, 0xa8, 0x9c, 0x67, 0x0c, 0x51, 0xad, 0x02, 0x31, 0x65, 0xc7, 0x9e, 0x4c, 0x89, + 0xea, 0x37, 0x35, 0x3a, 0x2a, 0xa8, 0xa0, 0x0e, 0x81, 0xfd, 0xd4, 0xd3, 0x23, 0x69, 0x29, 0x56, + 0x14, 0xc1, 0xe8, 0x88, 0x50, 0x4f, 0x0d, 0xb2, 0x9e, 0x82, 0x25, 0xe7, 0xfb, 0xfb, 0x99, 0x49, + 0x07, 0x77, 0xbd, 0x3e, 0xcb, 0xd3, 0x81, 0x5e, 0x2c, 0x02, 0xc6, 0x98, 0x8b, 0xb1, 0x98, 0x0c, + 0xe7, 0xdf, 0x6b, 0x76, 0x9d, 0x0e, 0x75, 0x59, 0xd2, 0xb3, 0xf6, 0x16, 0xf3, 0x7f, 0x63, 0x31, + 0x39, 0xbc, 0x38, 0x51, 0xbd, 0x58, 0xed, 0xc5, 0xea, 0x4b, 0xac, 0x6e, 0xc9, 0xf9, 0xd9, 0xff, + 0xed, 0xfb, 0x69, 0x32, 0xff, 0xf9, 0x98, 0x3d, 0x6c, 0x1b, 0x29, 0x76, 0x8d, 0x14, 0x1f, 0x8d, + 0x14, 0xaf, 0xad, 0x4c, 0x76, 0xad, 0x4c, 0xde, 0x5a, 0x99, 0xdc, 0xdf, 0x14, 0x8e, 0x1f, 0xd7, + 0x46, 0x59, 0xaa, 0x20, 0x72, 0xd0, 0xbe, 0xc0, 0x92, 0x6a, 0x3c, 0xaf, 0xd1, 0xf3, 0x3a, 0x60, + 0x84, 0x2e, 0x2b, 0xd4, 0x57, 0xf0, 0x02, 0x7f, 0x6a, 0xe1, 0xcd, 0x0a, 0xa3, 0x39, 0xe8, 0x72, + 0x5c, 0x7e, 0x06, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x9b, 0x55, 0x2d, 0x37, 0x01, 0x00, 0x00, } func (m *Minters) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/minting_denom.pb.go b/x/fiattokenfactory/types/minting_denom.pb.go index 1762fe1f..342584b3 100644 --- a/x/fiattokenfactory/types/minting_denom.pb.go +++ b/x/fiattokenfactory/types/minting_denom.pb.go @@ -75,18 +75,19 @@ func init() { } var fileDescriptor_57da9c201498e652 = []byte{ - // 176 bytes of a gzipped FileDescriptorProto + // 179 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x49, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0xcd, 0xcc, 0x2b, 0xc9, 0xcc, 0x4b, 0x8f, 0x4f, 0x49, 0xcd, 0xcb, 0xcf, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xab, 0xa4, 0xc2, 0xc5, 0xe3, 0x0b, 0x51, 0xee, 0x02, 0x52, 0x2d, 0x24, 0xc2, 0xc5, 0x0a, 0xd6, 0x26, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, - 0x19, 0x04, 0xe1, 0x38, 0x45, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, + 0x19, 0x04, 0xe1, 0x38, 0x45, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, - 0x5d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, + 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, - 0x3e, 0xd8, 0x5e, 0xfd, 0x0a, 0x7d, 0x0c, 0x57, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, - 0x9d, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x49, 0x92, 0xa2, 0x21, 0xc6, 0x00, 0x00, 0x00, + 0x3e, 0xd8, 0x5e, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x0c, 0x87, 0x96, 0x54, 0x16, 0xa4, 0x16, + 0x27, 0xb1, 0x81, 0x5d, 0x68, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xef, 0xf6, 0x8a, 0x8d, 0xc9, + 0x00, 0x00, 0x00, } func (m *MintingDenom) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/owner.pb.go b/x/fiattokenfactory/types/owner.pb.go index 2121c024..bf41353b 100644 --- a/x/fiattokenfactory/types/owner.pb.go +++ b/x/fiattokenfactory/types/owner.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/owner.proto", fileDescriptor_c0cba5663ac2a21a) } var fileDescriptor_c0cba5663ac2a21a = []byte{ - // 170 bytes of a gzipped FileDescriptorProto + // 173 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x49, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0x2f, 0xcf, 0x4b, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xa3, 0xa4, 0xc8, 0xc5, 0xea, 0x0f, 0x52, 0x26, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, - 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9c, + 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x45, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, - 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5d, 0x7a, 0x66, 0x49, 0x46, 0x69, + 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, - 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x52, 0xfd, 0x0a, 0x7d, - 0x0c, 0xa7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xdd, 0x66, 0x0c, 0x08, 0x00, 0x00, - 0xff, 0xff, 0x5a, 0x42, 0x7b, 0xf0, 0xbb, 0x00, 0x00, 0x00, + 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x52, 0xfd, 0x32, 0x13, + 0xfd, 0x0a, 0x7d, 0x0c, 0xd7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x9d, 0x67, 0x0c, + 0x08, 0x00, 0x00, 0xff, 0xff, 0x78, 0x44, 0xdd, 0xed, 0xbe, 0x00, 0x00, 0x00, } func (m *Owner) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/params.pb.go b/x/fiattokenfactory/types/params.pb.go index 0278883a..30b93281 100644 --- a/x/fiattokenfactory/types/params.pb.go +++ b/x/fiattokenfactory/types/params.pb.go @@ -66,18 +66,18 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/params.proto", fileDescriptor_59029b001dd68fb6) } var fileDescriptor_59029b001dd68fb6 = []byte{ - // 170 bytes of a gzipped FileDescriptorProto + // 173 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0x24, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x56, 0xa2, 0x0f, 0x62, 0x41, 0x54, - 0x2b, 0xf1, 0x71, 0xb1, 0x05, 0x80, 0x75, 0x5b, 0xb1, 0xcc, 0x58, 0x20, 0xcf, 0xe0, 0x14, 0x71, + 0x2b, 0xf1, 0x71, 0xb1, 0x05, 0x80, 0x75, 0x5b, 0xb1, 0xcc, 0x58, 0x20, 0xcf, 0xe0, 0x14, 0x7d, 0xe2, 0x91, 0x1c, 0xe3, 0x85, 0x47, 0x72, 0x8c, 0x0f, 0x1e, 0xc9, 0x31, 0x4e, 0x78, 0x2c, 0xc7, - 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x76, 0xe9, 0x99, 0x25, 0x19, 0xa5, + 0x70, 0xe1, 0xb1, 0x1c, 0xc3, 0x8d, 0xc7, 0x72, 0x0c, 0x51, 0x8e, 0xe9, 0x99, 0x25, 0x19, 0xa5, 0x49, 0x7a, 0xc9, 0xf9, 0xb9, 0xfa, 0xc5, 0x25, 0x45, 0x89, 0x79, 0xe9, 0xa9, 0x39, 0xf9, 0x65, - 0xa9, 0xba, 0x65, 0xa9, 0x79, 0x25, 0xa5, 0x45, 0xa9, 0xc5, 0xfa, 0x60, 0x7b, 0xf5, 0x2b, 0xf4, - 0x31, 0x9c, 0x57, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xd0, 0x18, 0x10, 0x00, 0x00, - 0xff, 0xff, 0xa8, 0x98, 0xc2, 0xd8, 0xbf, 0x00, 0x00, 0x00, + 0xa9, 0xba, 0x65, 0xa9, 0x79, 0x25, 0xa5, 0x45, 0xa9, 0xc5, 0xfa, 0x60, 0x7b, 0xf5, 0xcb, 0x4c, + 0xf4, 0x2b, 0xf4, 0x31, 0x5c, 0x58, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xb6, 0xd3, 0x18, + 0x10, 0x00, 0x00, 0xff, 0xff, 0x53, 0xc5, 0xf7, 0x92, 0xc2, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/paused.pb.go b/x/fiattokenfactory/types/paused.pb.go index d27a0577..5557bd7f 100644 --- a/x/fiattokenfactory/types/paused.pb.go +++ b/x/fiattokenfactory/types/paused.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/paused.proto", fileDescriptor_9165baf6a99b8e45) } var fileDescriptor_9165baf6a99b8e45 = []byte{ - // 166 bytes of a gzipped FileDescriptorProto + // 169 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x2d, 0x4e, 0x4d, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xa4, 0xa4, 0xc0, 0xc5, 0x16, 0x00, 0x56, 0x27, 0x24, 0xc6, 0xc5, 0x06, 0xd1, - 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x11, 0x04, 0xe5, 0x39, 0x45, 0x9c, 0x78, 0x24, 0xc7, 0x78, + 0x21, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x11, 0x04, 0xe5, 0x39, 0x45, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, - 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, + 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, - 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x4e, 0xfd, 0x0a, 0x7d, 0x0c, 0xa7, 0x95, 0x54, - 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x9d, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x3d, - 0x2d, 0x62, 0xbb, 0x00, 0x00, 0x00, + 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x4e, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x0c, + 0xd7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x5d, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, + 0xff, 0x8f, 0x42, 0xcc, 0x65, 0xbe, 0x00, 0x00, 0x00, } func (m *Paused) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/pauser.pb.go b/x/fiattokenfactory/types/pauser.pb.go index 280040b0..b9ae980e 100644 --- a/x/fiattokenfactory/types/pauser.pb.go +++ b/x/fiattokenfactory/types/pauser.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/pauser.proto", fileDescriptor_9e1cae75310a046a) } var fileDescriptor_9e1cae75310a046a = []byte{ - // 171 bytes of a gzipped FileDescriptorProto + // 174 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x4d, 0xcb, 0x4c, 0x2c, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x2d, 0x4e, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xcb, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x57, 0xa4, 0xa4, 0xc4, 0xc5, 0x16, 0x00, 0x56, 0x27, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x45, - 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, - 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x5d, 0x7a, 0x66, 0x49, 0x46, + 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, + 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x63, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, - 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x56, 0xfd, 0x0a, - 0x7d, 0x0c, 0xc7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x1d, 0x67, 0x0c, 0x08, 0x00, - 0x00, 0xff, 0xff, 0x03, 0x47, 0x40, 0xa5, 0xbd, 0x00, 0x00, 0x00, + 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x56, 0xfd, 0x32, + 0x13, 0xfd, 0x0a, 0x7d, 0x0c, 0xf7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xdd, 0x67, + 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x73, 0x4c, 0xcc, 0x42, 0xc0, 0x00, 0x00, 0x00, } func (m *Pauser) Marshal() (dAtA []byte, err error) { diff --git a/x/fiattokenfactory/types/query.pb.go b/x/fiattokenfactory/types/query.pb.go index 7860bd30..63ce6b9a 100644 --- a/x/fiattokenfactory/types/query.pb.go +++ b/x/fiattokenfactory/types/query.pb.go @@ -1178,79 +1178,79 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/query.proto", fileDescriptor_f04e1100d4ebe501) } var fileDescriptor_f04e1100d4ebe501 = []byte{ - // 1141 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x98, 0xcf, 0x6f, 0xdc, 0x44, - 0x14, 0xc7, 0xe3, 0x86, 0x24, 0x62, 0x52, 0xa1, 0x30, 0x0d, 0x69, 0x65, 0x12, 0x6f, 0x98, 0x26, - 0x4d, 0x68, 0xba, 0xb6, 0x92, 0x02, 0x05, 0x09, 0xa8, 0x12, 0x7e, 0xf4, 0x80, 0x4a, 0xc3, 0x22, - 0x21, 0x94, 0x4b, 0xf0, 0xee, 0x4e, 0x8d, 0xa9, 0xd7, 0xb3, 0x1d, 0x7b, 0x03, 0x51, 0x55, 0x0e, - 0xdc, 0x10, 0x07, 0x90, 0x90, 0xb8, 0x71, 0xaa, 0x84, 0xb8, 0x70, 0xe2, 0xc8, 0x1f, 0x40, 0x0f, - 0x1c, 0x2a, 0x71, 0xe1, 0x84, 0xa2, 0x84, 0x3f, 0x04, 0x79, 0xfc, 0xbc, 0x1e, 0xef, 0xd8, 0x6b, - 0x3b, 0x4a, 0x6f, 0xd9, 0x99, 0xf7, 0xe6, 0x7d, 0x66, 0xe6, 0xfb, 0xde, 0xbc, 0x18, 0x2d, 0xde, - 0x75, 0xed, 0x30, 0x64, 0xf7, 0xa8, 0x7f, 0xd7, 0xee, 0x84, 0x8c, 0x1f, 0x5a, 0xf7, 0x07, 0x94, - 0x1f, 0x9a, 0x7d, 0xce, 0x42, 0x86, 0x17, 0x7c, 0xd6, 0xf6, 0xa8, 0x39, 0x6a, 0xa3, 0x2f, 0x3a, - 0x8c, 0x39, 0x1e, 0xb5, 0xec, 0xbe, 0x6b, 0xd9, 0xbe, 0xcf, 0x42, 0x3b, 0x74, 0x99, 0x1f, 0xc4, - 0x5e, 0xfa, 0xd5, 0x0e, 0x0b, 0x7a, 0x2c, 0xb0, 0xda, 0x76, 0x40, 0xe3, 0xe5, 0xac, 0x83, 0xcd, - 0x36, 0x0d, 0xed, 0x4d, 0xab, 0x6f, 0x3b, 0xae, 0x2f, 0x8c, 0xc1, 0x76, 0x49, 0x89, 0xdf, 0xb7, - 0xb9, 0xdd, 0x4b, 0x96, 0x22, 0xca, 0x74, 0xdb, 0xb3, 0x3b, 0xf7, 0x3c, 0x37, 0x08, 0x69, 0x77, - 0xcc, 0x12, 0x83, 0x60, 0x38, 0xbd, 0xa2, 0x4c, 0xf7, 0xec, 0x20, 0xa4, 0x7c, 0xbf, 0xe7, 0xfa, - 0x21, 0xe5, 0x60, 0x65, 0xa8, 0x56, 0x62, 0x3a, 0x18, 0x1f, 0x84, 0x57, 0xe0, 0x4c, 0x6c, 0xd4, - 0xa3, 0x66, 0x5f, 0xfa, 0xc3, 0xd9, 0xf5, 0x02, 0x80, 0xfd, 0x0e, 0xf3, 0x43, 0xce, 0x3c, 0x6f, - 0x68, 0xb9, 0x92, 0x6b, 0xe9, 0xfa, 0xce, 0x7e, 0x97, 0xfa, 0xac, 0x97, 0x6c, 0x48, 0xbe, 0x84, - 0xe4, 0xf8, 0x3b, 0xcc, 0x4d, 0x0e, 0x7e, 0xde, 0x61, 0x0e, 0x13, 0x7f, 0x5a, 0xd1, 0x5f, 0xf1, - 0x28, 0x99, 0x47, 0xf8, 0xa3, 0xe8, 0xc2, 0x76, 0xc5, 0x25, 0xb4, 0xe8, 0xfd, 0x01, 0x0d, 0x42, - 0xf2, 0x31, 0xba, 0x90, 0x19, 0x0d, 0xfa, 0xcc, 0x0f, 0x28, 0x7e, 0x13, 0x4d, 0xc7, 0x97, 0x75, - 0x49, 0x5b, 0xd6, 0xd6, 0x67, 0xb7, 0x0c, 0x33, 0x5f, 0x2e, 0x66, 0xec, 0xb7, 0xf3, 0xcc, 0xe3, - 0x7f, 0x1b, 0x13, 0x2d, 0xf0, 0x21, 0xaf, 0x21, 0x5d, 0x2c, 0x7a, 0x8b, 0x86, 0x3b, 0xe9, 0x9d, - 0x42, 0x48, 0x7c, 0x09, 0xcd, 0xd8, 0xdd, 0x2e, 0xa7, 0x41, 0xbc, 0xf8, 0xb3, 0xad, 0xe4, 0x27, - 0xf9, 0x02, 0xbd, 0x98, 0xeb, 0x07, 0x50, 0x1f, 0xa0, 0x59, 0x49, 0x22, 0x40, 0x76, 0xb9, 0x88, - 0x4c, 0x5a, 0x01, 0xf0, 0x64, 0x6f, 0xd2, 0x05, 0xc6, 0x6d, 0xcf, 0xcb, 0x61, 0x7c, 0x1f, 0xa1, - 0x54, 0xcf, 0x10, 0xe9, 0x8a, 0x19, 0x9f, 0xbb, 0x19, 0x9d, 0xbb, 0x19, 0xe7, 0x12, 0x9c, 0xbe, - 0xb9, 0x6b, 0x3b, 0x14, 0x7c, 0x5b, 0x92, 0x27, 0xf9, 0x5d, 0x83, 0x2d, 0x8d, 0x86, 0x29, 0xda, - 0xd2, 0xe4, 0xe9, 0xb7, 0x84, 0x6f, 0x65, 0xa0, 0xcf, 0x09, 0xe8, 0xb5, 0x52, 0xe8, 0x98, 0x24, - 0x43, 0x7d, 0x11, 0xbd, 0x90, 0xdc, 0xc3, 0xae, 0xc8, 0xb7, 0x44, 0x2d, 0x9f, 0xa0, 0x85, 0xd1, - 0x09, 0x59, 0x30, 0xd1, 0x48, 0xb9, 0x60, 0x22, 0xab, 0x54, 0x30, 0xd1, 0x2f, 0xb2, 0x94, 0x5e, - 0xfc, 0x6d, 0x91, 0xc1, 0xb7, 0x45, 0x82, 0x24, 0x61, 0x7d, 0xb4, 0x98, 0x3f, 0x0d, 0xc1, 0x3f, - 0x44, 0xe7, 0x7b, 0xd2, 0x38, 0x20, 0xac, 0x14, 0x21, 0xc8, 0x6b, 0x00, 0x48, 0xc6, 0x9f, 0x6c, - 0xa5, 0xdb, 0x8c, 0x47, 0x82, 0x72, 0xed, 0xee, 0xa1, 0x8b, 0x8a, 0x0f, 0xe0, 0xdd, 0x44, 0x33, - 0x50, 0x71, 0x80, 0xac, 0x51, 0x48, 0x16, 0x9b, 0x01, 0x54, 0xe2, 0x45, 0x3e, 0x03, 0x9e, 0x6d, - 0xcf, 0x1b, 0xe1, 0x39, 0x2b, 0x9d, 0x3e, 0xd2, 0x00, 0x5f, 0x0e, 0x91, 0x87, 0x3f, 0x59, 0x1f, - 0xff, 0xe9, 0xe9, 0x92, 0x17, 0xe9, 0x92, 0x2b, 0xba, 0xe4, 0x95, 0x74, 0xc9, 0x33, 0xba, 0xe4, - 0x64, 0x31, 0xaf, 0x90, 0x0d, 0xa3, 0xe6, 0x96, 0x2b, 0x9e, 0x9f, 0xdb, 0xbc, 0x7a, 0xb9, 0xe2, - 0x6a, 0x6e, 0x73, 0xb2, 0x80, 0xe6, 0x93, 0x58, 0x77, 0xa2, 0xa7, 0x25, 0x61, 0x68, 0xa5, 0x47, - 0x02, 0xe3, 0x10, 0xfd, 0x0d, 0x34, 0x25, 0xde, 0x20, 0x88, 0xbb, 0x54, 0x14, 0x57, 0x78, 0x41, - 0xc4, 0xd8, 0x83, 0xdc, 0x41, 0x8d, 0xac, 0x94, 0xdf, 0x19, 0xbe, 0x53, 0x89, 0xee, 0xae, 0xa1, - 0xe7, 0xd3, 0xc7, 0x6b, 0x3b, 0x93, 0x11, 0xea, 0x04, 0xf9, 0x1a, 0x2d, 0x17, 0x2f, 0x08, 0xbc, - 0x7b, 0x68, 0xae, 0x37, 0x32, 0x07, 0xe8, 0xeb, 0xe3, 0xe5, 0x96, 0xda, 0xc3, 0x2e, 0x94, 0x75, - 0x88, 0x0b, 0x1b, 0x1a, 0x8a, 0x5b, 0xdd, 0xd0, 0x59, 0x25, 0xd2, 0x9f, 0x1a, 0xec, 0x35, 0x37, - 0xd6, 0xd8, 0xbd, 0x4e, 0x9e, 0xc5, 0x5e, 0xcf, 0x2e, 0xd9, 0xe4, 0x9a, 0x1c, 0x37, 0x21, 0xef, - 0x46, 0x3d, 0x48, 0x5e, 0x4d, 0xce, 0x4c, 0x4b, 0x35, 0x59, 0x1a, 0x2f, 0xad, 0xc9, 0x92, 0xed, - 0xb0, 0x26, 0x4b, 0x63, 0x5b, 0x47, 0x73, 0x68, 0x4a, 0x04, 0xc4, 0xdf, 0x6a, 0x68, 0x3a, 0x6e, - 0x3b, 0xf0, 0xd5, 0xa2, 0xe5, 0xd4, 0x4e, 0x47, 0xdf, 0xa8, 0x64, 0x1b, 0xd3, 0x93, 0x2b, 0xdf, - 0xfc, 0xfd, 0xdf, 0x8f, 0xe7, 0x96, 0xb1, 0x61, 0x09, 0x27, 0xab, 0xa0, 0x95, 0xc5, 0xbf, 0x69, - 0x68, 0x56, 0x7a, 0x95, 0xf1, 0xd6, 0xd8, 0x20, 0xb9, 0xfd, 0x90, 0x7e, 0xbd, 0x96, 0x0f, 0x00, - 0xbe, 0x2a, 0x00, 0x2d, 0xdc, 0x2c, 0x02, 0x94, 0x1a, 0x03, 0xeb, 0x01, 0x3c, 0x52, 0x0f, 0xf1, - 0x2f, 0x1a, 0x7a, 0x4e, 0x5a, 0x6e, 0xdb, 0xf3, 0x4a, 0x90, 0x73, 0xdb, 0xa3, 0x12, 0xe4, 0xfc, - 0x5e, 0x87, 0x6c, 0x08, 0xe4, 0x55, 0x7c, 0xb9, 0x02, 0x32, 0xfe, 0x5e, 0x5c, 0x72, 0xd4, 0x1c, - 0xe0, 0x66, 0xd9, 0xf9, 0x64, 0x7a, 0x14, 0xdd, 0xac, 0x6a, 0x5e, 0xfd, 0xaa, 0x05, 0xc6, 0xaf, - 0x1a, 0x3a, 0x2f, 0x77, 0x0e, 0xb8, 0xf4, 0xde, 0x72, 0x5a, 0x19, 0xfd, 0x95, 0x7a, 0x4e, 0xc0, - 0xd8, 0x14, 0x8c, 0x6b, 0x78, 0xb5, 0x88, 0x31, 0xf3, 0x7f, 0x0f, 0xfe, 0x59, 0x43, 0x33, 0xf0, - 0x16, 0xe3, 0xd2, 0xe3, 0xc8, 0x76, 0x14, 0xba, 0x55, 0xd9, 0x1e, 0xd8, 0x36, 0x05, 0xdb, 0x06, - 0x7e, 0xb9, 0x90, 0x2d, 0x76, 0x90, 0x54, 0xf8, 0x93, 0x86, 0x10, 0x2c, 0x13, 0x29, 0xd0, 0x2c, - 0x53, 0x53, 0x2d, 0x44, 0xb5, 0x83, 0x21, 0x6b, 0x02, 0xf1, 0x25, 0xdc, 0x28, 0x41, 0x4c, 0x55, - 0xc7, 0x2b, 0xaa, 0x8e, 0xd7, 0x53, 0x1d, 0xaf, 0xa9, 0x3a, 0x8e, 0x1f, 0x65, 0x0a, 0x0c, 0xaf, - 0x53, 0x60, 0xf8, 0x29, 0x0a, 0x0c, 0x3f, 0x4d, 0xb6, 0x72, 0xfc, 0x9d, 0x86, 0xa6, 0x44, 0x23, - 0x81, 0xaf, 0x95, 0xc5, 0x92, 0xbb, 0x17, 0xbd, 0x59, 0xd1, 0x1a, 0x98, 0x56, 0x05, 0x53, 0x03, - 0x2f, 0x15, 0x31, 0x89, 0xfe, 0x05, 0xff, 0xa5, 0xa1, 0xb9, 0xd1, 0xf7, 0x12, 0xdf, 0xa8, 0xa6, - 0x6b, 0xa5, 0x33, 0xd0, 0x5f, 0xaf, 0xef, 0x08, 0xb8, 0xef, 0x09, 0xdc, 0x9b, 0xf8, 0xad, 0xf1, - 0xb2, 0x93, 0x3e, 0x03, 0x58, 0x0f, 0x94, 0xe6, 0xe9, 0x21, 0xfe, 0x43, 0x43, 0x17, 0x46, 0x63, - 0x44, 0x69, 0x73, 0xa3, 0x5a, 0x1a, 0xd4, 0xdd, 0xd1, 0x98, 0xc6, 0xa5, 0x6a, 0xae, 0x4b, 0x3b, - 0x8a, 0xcb, 0xa6, 0xf4, 0x90, 0x57, 0x28, 0x9b, 0x6a, 0xb7, 0x51, 0xa1, 0x6c, 0xe6, 0xf4, 0x20, - 0x15, 0xca, 0xa6, 0xfc, 0x75, 0x65, 0xe7, 0xd3, 0xc7, 0xc7, 0x86, 0xf6, 0xe4, 0xd8, 0xd0, 0x8e, - 0x8e, 0x0d, 0xed, 0x87, 0x13, 0x63, 0xe2, 0xc9, 0x89, 0x31, 0xf1, 0xcf, 0x89, 0x31, 0xb1, 0xf7, - 0xb6, 0xe3, 0x86, 0x9f, 0x0f, 0xda, 0x66, 0x87, 0xf5, 0xac, 0x20, 0xe4, 0xb6, 0xef, 0x50, 0x8f, - 0x1d, 0xd0, 0xe6, 0x01, 0xf5, 0xc3, 0x01, 0xa7, 0x01, 0xac, 0xff, 0x95, 0x1a, 0x21, 0x3c, 0xec, - 0xd3, 0xa0, 0x3d, 0x2d, 0x3e, 0xc1, 0x5c, 0xff, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x7a, 0x6b, - 0x04, 0x93, 0x13, 0x00, 0x00, + // 1146 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x98, 0x4f, 0x6f, 0xdc, 0xc4, + 0x1b, 0xc7, 0xe3, 0xe6, 0x97, 0x44, 0xbf, 0x49, 0x85, 0xc2, 0x34, 0xa4, 0x95, 0x49, 0xbc, 0x61, + 0x9a, 0x34, 0xa1, 0xe9, 0xda, 0x4a, 0x5a, 0x28, 0x48, 0xa0, 0x6a, 0xc3, 0x9f, 0x1e, 0x50, 0x69, + 0x58, 0x24, 0x0e, 0xe1, 0x10, 0xbc, 0xbb, 0x53, 0x63, 0xea, 0xf5, 0x6c, 0xc7, 0xde, 0x40, 0x54, + 0x95, 0x03, 0x37, 0xc4, 0x01, 0x24, 0x24, 0x6e, 0x9c, 0x2a, 0x21, 0x2e, 0x9c, 0x38, 0xf2, 0x02, + 0xe8, 0x81, 0x43, 0x25, 0x2e, 0x9c, 0x50, 0x95, 0xf0, 0x42, 0x90, 0xc7, 0x8f, 0xd7, 0xe3, 0x1d, + 0x7b, 0x6d, 0x47, 0xe1, 0x96, 0x9d, 0x79, 0x9e, 0x79, 0x3e, 0x33, 0xf3, 0x7d, 0x9e, 0x79, 0x62, + 0xb4, 0x7c, 0xcf, 0xb5, 0xc3, 0x90, 0xdd, 0xa7, 0xfe, 0x3d, 0xbb, 0x1b, 0x32, 0x7e, 0x64, 0x3d, + 0x18, 0x52, 0x7e, 0x64, 0x0e, 0x38, 0x0b, 0x19, 0x5e, 0xf2, 0x59, 0xc7, 0xa3, 0xe6, 0xb8, 0x8d, + 0xbe, 0xec, 0x30, 0xe6, 0x78, 0xd4, 0xb2, 0x07, 0xae, 0x65, 0xfb, 0x3e, 0x0b, 0xed, 0xd0, 0x65, + 0x7e, 0x10, 0x7b, 0xe9, 0x57, 0xbb, 0x2c, 0xe8, 0xb3, 0xc0, 0xea, 0xd8, 0x01, 0x8d, 0x97, 0xb3, + 0x0e, 0xb7, 0x3b, 0x34, 0xb4, 0xb7, 0xad, 0x81, 0xed, 0xb8, 0xbe, 0x30, 0x06, 0xdb, 0x15, 0x25, + 0xfe, 0xc0, 0xe6, 0x76, 0x3f, 0x59, 0x8a, 0x28, 0xd3, 0x1d, 0xcf, 0xee, 0xde, 0xf7, 0xdc, 0x20, + 0xa4, 0xbd, 0x09, 0x4b, 0x0c, 0x83, 0xd1, 0xf4, 0x9a, 0x32, 0xdd, 0xb7, 0x83, 0x90, 0xf2, 0x83, + 0xbe, 0xeb, 0x87, 0x94, 0x83, 0x95, 0xa1, 0x5a, 0x89, 0xe9, 0x60, 0x72, 0x10, 0x5e, 0x81, 0x33, + 0xb1, 0x51, 0x8f, 0x9a, 0x7d, 0xee, 0x8f, 0x66, 0x37, 0x0b, 0x00, 0x0e, 0xba, 0xcc, 0x0f, 0x39, + 0xf3, 0xbc, 0x91, 0xe5, 0x5a, 0xae, 0xa5, 0xeb, 0x3b, 0x07, 0x3d, 0xea, 0xb3, 0x7e, 0xb2, 0x21, + 0xf9, 0x12, 0x92, 0xe3, 0xef, 0x32, 0x37, 0x39, 0xf8, 0x45, 0x87, 0x39, 0x4c, 0xfc, 0x69, 0x45, + 0x7f, 0xc5, 0xa3, 0x64, 0x11, 0xe1, 0x0f, 0xa2, 0x0b, 0xdb, 0x13, 0x97, 0xd0, 0xa6, 0x0f, 0x86, + 0x34, 0x08, 0xc9, 0x87, 0xe8, 0x42, 0x66, 0x34, 0x18, 0x30, 0x3f, 0xa0, 0xf8, 0x0d, 0x34, 0x1b, + 0x5f, 0xd6, 0x25, 0x6d, 0x55, 0xdb, 0x9c, 0xdf, 0x31, 0xcc, 0x7c, 0xb9, 0x98, 0xb1, 0xdf, 0xee, + 0xff, 0x9e, 0xfc, 0xdd, 0x98, 0x6a, 0x83, 0x0f, 0x79, 0x15, 0xe9, 0x62, 0xd1, 0xdb, 0x34, 0xdc, + 0x4d, 0xef, 0x14, 0x42, 0xe2, 0x4b, 0x68, 0xce, 0xee, 0xf5, 0x38, 0x0d, 0xe2, 0xc5, 0xff, 0xdf, + 0x4e, 0x7e, 0x92, 0xcf, 0xd0, 0x8b, 0xb9, 0x7e, 0x00, 0xf5, 0x1e, 0x9a, 0x97, 0x24, 0x02, 0x64, + 0x97, 0x8b, 0xc8, 0xa4, 0x15, 0x00, 0x4f, 0xf6, 0x26, 0x3d, 0x60, 0x6c, 0x79, 0x5e, 0x0e, 0xe3, + 0xbb, 0x08, 0xa5, 0x7a, 0x86, 0x48, 0x57, 0xcc, 0xf8, 0xdc, 0xcd, 0xe8, 0xdc, 0xcd, 0x38, 0x97, + 0xe0, 0xf4, 0xcd, 0x3d, 0xdb, 0xa1, 0xe0, 0xdb, 0x96, 0x3c, 0xc9, 0xaf, 0x1a, 0x6c, 0x69, 0x3c, + 0x4c, 0xd1, 0x96, 0xa6, 0x4f, 0xbf, 0x25, 0x7c, 0x3b, 0x03, 0x7d, 0x4e, 0x40, 0x6f, 0x94, 0x42, + 0xc7, 0x24, 0x19, 0xea, 0x8b, 0xe8, 0x85, 0xe4, 0x1e, 0xf6, 0x44, 0xbe, 0x25, 0x6a, 0xf9, 0x08, + 0x2d, 0x8d, 0x4f, 0xc8, 0x82, 0x89, 0x46, 0xca, 0x05, 0x13, 0x59, 0xa5, 0x82, 0x89, 0x7e, 0x91, + 0x95, 0xf4, 0xe2, 0xef, 0x88, 0x0c, 0xbe, 0x23, 0x12, 0x24, 0x09, 0xeb, 0xa3, 0xe5, 0xfc, 0x69, + 0x08, 0xfe, 0x3e, 0x3a, 0xdf, 0x97, 0xc6, 0x01, 0x61, 0xad, 0x08, 0x41, 0x5e, 0x03, 0x40, 0x32, + 0xfe, 0x64, 0x27, 0xdd, 0x66, 0x3c, 0x12, 0x94, 0x6b, 0x77, 0x1f, 0x5d, 0x54, 0x7c, 0x00, 0xef, + 0x16, 0x9a, 0x83, 0x8a, 0x03, 0x64, 0x8d, 0x42, 0xb2, 0xd8, 0x0c, 0xa0, 0x12, 0x2f, 0xf2, 0x09, + 0xf0, 0xb4, 0x3c, 0x6f, 0x8c, 0xe7, 0xac, 0x74, 0xfa, 0x58, 0x03, 0x7c, 0x39, 0x44, 0x1e, 0xfe, + 0x74, 0x7d, 0xfc, 0xff, 0x4e, 0x97, 0xbc, 0x48, 0x97, 0x5c, 0xd1, 0x25, 0xaf, 0xa4, 0x4b, 0x9e, + 0xd1, 0x25, 0x27, 0xcb, 0x79, 0x85, 0x6c, 0x14, 0x35, 0xb7, 0x5c, 0xf1, 0xfc, 0xdc, 0xe6, 0xd5, + 0xcb, 0x15, 0x57, 0x73, 0x9b, 0x93, 0x25, 0xb4, 0x98, 0xc4, 0xba, 0x1b, 0x3d, 0x2d, 0x09, 0x43, + 0x3b, 0x3d, 0x12, 0x18, 0x87, 0xe8, 0xaf, 0xa3, 0x19, 0xf1, 0x06, 0x41, 0xdc, 0x95, 0xa2, 0xb8, + 0xc2, 0x0b, 0x22, 0xc6, 0x1e, 0xe4, 0x2e, 0x6a, 0x64, 0xa5, 0xfc, 0xd6, 0xe8, 0x9d, 0x4a, 0x74, + 0x77, 0x0d, 0x3d, 0x9f, 0x3e, 0x5e, 0xad, 0x4c, 0x46, 0xa8, 0x13, 0xe4, 0x4b, 0xb4, 0x5a, 0xbc, + 0x20, 0xf0, 0xee, 0xa3, 0x85, 0xfe, 0xd8, 0x1c, 0xa0, 0x6f, 0x4e, 0x96, 0x5b, 0x6a, 0x0f, 0xbb, + 0x50, 0xd6, 0x21, 0x2e, 0x6c, 0x68, 0x24, 0x6e, 0x75, 0x43, 0x67, 0x95, 0x48, 0xbf, 0x6b, 0xb0, + 0xd7, 0xdc, 0x58, 0x13, 0xf7, 0x3a, 0x7d, 0x16, 0x7b, 0x3d, 0xbb, 0x64, 0x93, 0x6b, 0x72, 0xdc, + 0x84, 0xbc, 0x1d, 0xf5, 0x20, 0x79, 0x35, 0x39, 0x33, 0x2d, 0xd5, 0x64, 0x69, 0xbc, 0xb4, 0x26, + 0x4b, 0xb6, 0xa3, 0x9a, 0x2c, 0x8d, 0xed, 0x3c, 0x5b, 0x40, 0x33, 0x22, 0x20, 0xfe, 0x5a, 0x43, + 0xb3, 0x71, 0xdb, 0x81, 0xaf, 0x16, 0x2d, 0xa7, 0x76, 0x3a, 0xfa, 0x56, 0x25, 0xdb, 0x98, 0x9e, + 0x5c, 0xf9, 0xea, 0xcf, 0x7f, 0xbe, 0x3f, 0xb7, 0x8a, 0x0d, 0x4b, 0x38, 0x59, 0x05, 0xad, 0x2c, + 0xfe, 0x45, 0x43, 0xf3, 0xd2, 0xab, 0x8c, 0x77, 0x26, 0x06, 0xc9, 0xed, 0x87, 0xf4, 0xeb, 0xb5, + 0x7c, 0x00, 0xf0, 0x15, 0x01, 0x68, 0xe1, 0x66, 0x11, 0xa0, 0xd4, 0x18, 0x58, 0x0f, 0xe1, 0x91, + 0x7a, 0x84, 0x7f, 0xd2, 0xd0, 0x73, 0xd2, 0x72, 0x2d, 0xcf, 0x2b, 0x41, 0xce, 0x6d, 0x8f, 0x4a, + 0x90, 0xf3, 0x7b, 0x1d, 0xb2, 0x25, 0x90, 0xd7, 0xf1, 0xe5, 0x0a, 0xc8, 0xf8, 0x5b, 0x71, 0xc9, + 0x51, 0x73, 0x80, 0x9b, 0x65, 0xe7, 0x93, 0xe9, 0x51, 0x74, 0xb3, 0xaa, 0x79, 0xf5, 0xab, 0x16, + 0x18, 0x3f, 0x6b, 0xe8, 0xbc, 0xdc, 0x39, 0xe0, 0xd2, 0x7b, 0xcb, 0x69, 0x65, 0xf4, 0x1b, 0xf5, + 0x9c, 0x80, 0xb1, 0x29, 0x18, 0x37, 0xf0, 0x7a, 0x11, 0x63, 0xe6, 0xff, 0x1e, 0xfc, 0xa3, 0x86, + 0xe6, 0xe0, 0x2d, 0xc6, 0xa5, 0xc7, 0x91, 0xed, 0x28, 0x74, 0xab, 0xb2, 0x3d, 0xb0, 0x6d, 0x0b, + 0xb6, 0x2d, 0xfc, 0x72, 0x21, 0x5b, 0xec, 0x20, 0xa9, 0xf0, 0x07, 0x0d, 0x21, 0x58, 0x26, 0x52, + 0xa0, 0x59, 0xa6, 0xa6, 0x5a, 0x88, 0x6a, 0x07, 0x43, 0x36, 0x04, 0xe2, 0x4b, 0xb8, 0x51, 0x82, + 0x98, 0xaa, 0x8e, 0x57, 0x54, 0x1d, 0xaf, 0xa7, 0x3a, 0x5e, 0x53, 0x75, 0x1c, 0x3f, 0xce, 0x14, + 0x18, 0x5e, 0xa7, 0xc0, 0xf0, 0x53, 0x14, 0x18, 0x7e, 0x9a, 0x6c, 0xe5, 0xf8, 0x1b, 0x0d, 0xcd, + 0x88, 0x46, 0x02, 0x5f, 0x2b, 0x8b, 0x25, 0x77, 0x2f, 0x7a, 0xb3, 0xa2, 0x35, 0x30, 0xad, 0x0b, + 0xa6, 0x06, 0x5e, 0x29, 0x62, 0x12, 0xfd, 0x0b, 0xfe, 0x43, 0x43, 0x0b, 0xe3, 0xef, 0x25, 0xbe, + 0x59, 0x4d, 0xd7, 0x4a, 0x67, 0xa0, 0xbf, 0x56, 0xdf, 0x11, 0x70, 0xdf, 0x11, 0xb8, 0xb7, 0xf0, + 0x9b, 0x93, 0x65, 0x27, 0x7d, 0x06, 0xb0, 0x1e, 0x2a, 0xcd, 0xd3, 0x23, 0xfc, 0x9b, 0x86, 0x2e, + 0x8c, 0xc7, 0x88, 0xd2, 0xe6, 0x66, 0xb5, 0x34, 0xa8, 0xbb, 0xa3, 0x09, 0x8d, 0x4b, 0xd5, 0x5c, + 0x97, 0x76, 0x14, 0x97, 0x4d, 0xe9, 0x21, 0xaf, 0x50, 0x36, 0xd5, 0x6e, 0xa3, 0x42, 0xd9, 0xcc, + 0xe9, 0x41, 0x2a, 0x94, 0x4d, 0xf9, 0xeb, 0xca, 0xee, 0xc7, 0x4f, 0x8e, 0x0d, 0xed, 0xe9, 0xb1, + 0xa1, 0x3d, 0x3b, 0x36, 0xb4, 0xef, 0x4e, 0x8c, 0xa9, 0xa7, 0x27, 0xc6, 0xd4, 0x5f, 0x27, 0xc6, + 0xd4, 0x7e, 0xcb, 0x71, 0xc3, 0x4f, 0x87, 0x1d, 0xb3, 0xcb, 0xfa, 0x56, 0x10, 0x72, 0xdb, 0x77, + 0xa8, 0xc7, 0x0e, 0x69, 0xf3, 0x90, 0xfa, 0xe1, 0x90, 0xd3, 0x00, 0xd6, 0x3f, 0xbc, 0x61, 0x7d, + 0xa1, 0x06, 0x09, 0x8f, 0x06, 0x34, 0xe8, 0xcc, 0x8a, 0xaf, 0x30, 0xd7, 0xff, 0x0d, 0x00, 0x00, + 0xff, 0xff, 0xa4, 0x99, 0x02, 0x07, 0x96, 0x13, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/fiattokenfactory/types/tx.pb.go b/x/fiattokenfactory/types/tx.pb.go index b463c251..434ba046 100644 --- a/x/fiattokenfactory/types/tx.pb.go +++ b/x/fiattokenfactory/types/tx.pb.go @@ -1385,58 +1385,58 @@ func init() { func init() { proto.RegisterFile("fiattokenfactory/tx.proto", fileDescriptor_0d272e143958733b) } var fileDescriptor_0d272e143958733b = []byte{ - // 804 bytes of a gzipped FileDescriptorProto + // 807 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0xdf, 0x4f, 0xd3, 0x40, 0x1c, 0x5f, 0x01, 0xc1, 0x7d, 0x21, 0x22, 0x0d, 0xce, 0xad, 0xc1, 0x32, 0x2b, 0x01, 0x42, 0xa0, - 0x0d, 0x88, 0x31, 0x26, 0x88, 0x71, 0xe8, 0xe3, 0x02, 0x99, 0xd1, 0xa8, 0x2f, 0xa6, 0x2b, 0xb7, - 0x32, 0xe9, 0xee, 0x66, 0xef, 0x36, 0xc0, 0x37, 0x5f, 0x7c, 0xd5, 0xbf, 0xca, 0xf0, 0xc8, 0xa3, - 0x4f, 0xc6, 0xc0, 0x3f, 0x62, 0x7a, 0x6b, 0x6f, 0x5d, 0xd7, 0x75, 0xeb, 0x7c, 0xeb, 0xae, 0x9f, - 0x1f, 0xdf, 0xdb, 0x7d, 0xee, 0xfb, 0x4d, 0xa1, 0x50, 0xab, 0x9b, 0x8c, 0x91, 0x53, 0x84, 0x6b, - 0xa6, 0xc5, 0x88, 0x7b, 0x61, 0xb0, 0x73, 0xbd, 0xe9, 0x12, 0x46, 0xe4, 0x1c, 0x26, 0x55, 0x07, - 0xe9, 0x51, 0x80, 0xa2, 0x5a, 0x84, 0x36, 0x08, 0x35, 0xaa, 0x26, 0x45, 0x46, 0x7b, 0xbb, 0x8a, - 0x98, 0xb9, 0x6d, 0x58, 0xa4, 0x8e, 0x3b, 0x3c, 0x65, 0xd1, 0x26, 0x36, 0xe1, 0x8f, 0x86, 0xf7, - 0xd4, 0x59, 0xd5, 0x5e, 0xc3, 0xbd, 0x32, 0xb5, 0xdf, 0x36, 0x8f, 0x4d, 0x86, 0xca, 0x26, 0x65, - 0xc8, 0x2d, 0xd7, 0x31, 0x43, 0xae, 0x2c, 0xc3, 0x54, 0xcd, 0x25, 0x8d, 0xbc, 0x54, 0x94, 0xd6, - 0xb3, 0x15, 0xfe, 0x2c, 0xe7, 0x61, 0xc6, 0x3c, 0x3e, 0x76, 0x11, 0xa5, 0xf9, 0x09, 0xbe, 0x1c, - 0xfc, 0xd4, 0x96, 0xe1, 0x41, 0xac, 0x4c, 0x05, 0xd1, 0x26, 0xc1, 0x14, 0x69, 0x2f, 0x60, 0x5e, - 0x00, 0x8e, 0xcc, 0x16, 0x4d, 0xed, 0x50, 0x80, 0xfb, 0x11, 0x01, 0xa1, 0xfd, 0x0a, 0x16, 0xc5, - 0xab, 0x92, 0x63, 0x5a, 0xa7, 0x4e, 0x9d, 0xa6, 0xdf, 0x82, 0x0a, 0x4b, 0x71, 0x2a, 0xc2, 0x65, - 0x1f, 0xee, 0x88, 0xf7, 0x87, 0x67, 0x38, 0xb5, 0x7e, 0x1e, 0x72, 0xbd, 0x7c, 0xa1, 0xbc, 0xc2, - 0x95, 0x5f, 0x5a, 0x16, 0x6a, 0xb2, 0x81, 0xca, 0x3e, 0x3f, 0x84, 0x12, 0xfc, 0x6f, 0x12, 0xc8, - 0x65, 0x6a, 0x1f, 0x10, 0x5c, 0xab, 0xdb, 0x2d, 0x17, 0x8d, 0x73, 0x82, 0xf2, 0x73, 0xc8, 0x9a, - 0x8e, 0x43, 0xce, 0x4c, 0x6c, 0xa1, 0xfc, 0x64, 0x51, 0x5a, 0x9f, 0xdd, 0x29, 0xe8, 0x9d, 0x48, - 0xe9, 0x5e, 0xa4, 0x74, 0x3f, 0x52, 0xfa, 0x01, 0xa9, 0xe3, 0xd2, 0xd4, 0xe5, 0x9f, 0xe5, 0x4c, - 0xa5, 0xcb, 0xd0, 0x96, 0x40, 0xe9, 0x2f, 0x21, 0x72, 0xfa, 0x15, 0xd4, 0x20, 0xed, 0xb1, 0xaa, - 0xf3, 0x4f, 0x3f, 0x2c, 0x20, 0xb4, 0x9b, 0x30, 0x53, 0xa6, 0xb6, 0xb7, 0x98, 0x72, 0xc7, 0x4f, - 0x61, 0xda, 0x6c, 0x90, 0x16, 0x66, 0xa3, 0x6e, 0xd7, 0x87, 0x6b, 0x0b, 0x7c, 0x37, 0x9e, 0xa3, - 0x28, 0xe2, 0x1d, 0x2f, 0xa2, 0xd4, 0x72, 0x71, 0x6c, 0x11, 0x5d, 0xab, 0x89, 0x71, 0xac, 0x3c, - 0x5d, 0x61, 0xb5, 0x07, 0x73, 0xde, 0x52, 0x90, 0xd0, 0x94, 0x7f, 0x64, 0x8e, 0xdf, 0x15, 0xc1, - 0x8e, 0xa6, 0x1b, 0x57, 0xc7, 0xd4, 0xf5, 0xd3, 0xdd, 0xe5, 0x0b, 0x65, 0x15, 0x6e, 0x97, 0xa9, - 0xcd, 0xaf, 0x6c, 0x6c, 0xae, 0x65, 0xb8, 0x1b, 0xbc, 0x17, 0x9c, 0x22, 0x00, 0x57, 0x6b, 0x0e, - 0x64, 0x2d, 0xf2, 0xc8, 0xfb, 0x08, 0xc1, 0xfb, 0xcc, 0xef, 0x70, 0x24, 0x85, 0x07, 0x04, 0x33, - 0x97, 0x38, 0xce, 0x80, 0xd0, 0xa9, 0x00, 0x96, 0x40, 0xf8, 0xdb, 0x0a, 0xad, 0xc8, 0x39, 0x98, - 0x6e, 0x70, 0x1d, 0x1e, 0x93, 0x6c, 0xc5, 0xff, 0xa5, 0xad, 0xc2, 0x4a, 0x92, 0x97, 0xa8, 0xe9, - 0x10, 0x0a, 0x91, 0xe8, 0xfe, 0x5f, 0x41, 0xda, 0x23, 0x78, 0x38, 0x50, 0x30, 0x70, 0xdd, 0xf9, - 0x35, 0x07, 0x93, 0x65, 0x6a, 0xcb, 0x5f, 0x41, 0x8e, 0x69, 0xee, 0x5b, 0x7a, 0xfc, 0x10, 0xd1, - 0x63, 0x9b, 0xb8, 0xf2, 0x24, 0x15, 0x3c, 0xa8, 0x41, 0x3e, 0x81, 0xb9, 0x9e, 0x86, 0xbf, 0x36, - 0x54, 0xa6, 0x03, 0x54, 0x8c, 0x11, 0x81, 0xc2, 0xe9, 0x0c, 0x16, 0xfa, 0xdb, 0xff, 0xe6, 0x50, - 0x95, 0x10, 0x5a, 0xd9, 0x4d, 0x83, 0x16, 0xc6, 0x08, 0x66, 0xc3, 0x13, 0x61, 0x75, 0xa8, 0x08, - 0xc7, 0x29, 0xfa, 0x68, 0xb8, 0xb0, 0x4d, 0x78, 0x3c, 0x24, 0xd9, 0x84, 0x70, 0x89, 0x36, 0x31, - 0x83, 0x44, 0xfe, 0x02, 0xf3, 0xd1, 0x21, 0xb2, 0x91, 0x20, 0x11, 0xc1, 0x2a, 0x3b, 0xa3, 0x63, - 0xc3, 0x19, 0xe9, 0x19, 0x0b, 0x49, 0x19, 0x09, 0x03, 0x13, 0x33, 0x12, 0x37, 0x27, 0xe4, 0x23, - 0x98, 0xe2, 0x43, 0x62, 0x39, 0x81, 0xe8, 0x01, 0x94, 0xb5, 0x21, 0x80, 0xb0, 0x22, 0xef, 0xf8, - 0x49, 0x8a, 0x1e, 0x20, 0x51, 0x31, 0xdc, 0xdb, 0xe5, 0x4f, 0x90, 0xed, 0x36, 0xf6, 0x95, 0x24, - 0x56, 0x80, 0x52, 0x36, 0x47, 0x41, 0xf5, 0xe4, 0x35, 0xd4, 0xe3, 0x13, 0xf3, 0xda, 0xc5, 0x25, - 0xe7, 0xb5, 0xbf, 0xe7, 0xcb, 0x6f, 0xe0, 0x56, 0xa7, 0xe1, 0x17, 0x13, 0x88, 0x1c, 0xa1, 0xac, - 0x0f, 0x43, 0x08, 0xd1, 0x0f, 0x30, 0x13, 0x4c, 0x04, 0x2d, 0xb1, 0x1e, 0x8e, 0x51, 0x36, 0x86, - 0x63, 0x84, 0xf4, 0x0f, 0x09, 0x0a, 0x83, 0xa7, 0xc6, 0xee, 0xe8, 0xb9, 0xee, 0xb2, 0x94, 0xbd, - 0x71, 0x58, 0xa2, 0xa2, 0xef, 0x12, 0xe4, 0x06, 0xcc, 0x8c, 0xed, 0x11, 0x93, 0x1f, 0xaa, 0xe5, - 0x59, 0x6a, 0x4a, 0x50, 0x48, 0xe9, 0xfd, 0xe5, 0xb5, 0x2a, 0x5d, 0x5d, 0xab, 0xd2, 0xdf, 0x6b, - 0x55, 0xfa, 0x79, 0xa3, 0x66, 0xae, 0x6e, 0xd4, 0xcc, 0xef, 0x1b, 0x35, 0xf3, 0x71, 0xdf, 0xae, - 0xb3, 0x93, 0x56, 0x55, 0xb7, 0x48, 0xc3, 0xa0, 0xcc, 0x35, 0xb1, 0x8d, 0x1c, 0xd2, 0x46, 0x5b, - 0x6d, 0x84, 0x59, 0xcb, 0x45, 0xd4, 0xe0, 0x9e, 0xc6, 0xb9, 0xd1, 0xff, 0x2d, 0x73, 0xd1, 0x44, - 0xb4, 0x3a, 0xcd, 0xbf, 0x40, 0x1e, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xb9, 0x3a, 0x01, 0xec, - 0xec, 0x0c, 0x00, 0x00, + 0x0d, 0x88, 0x31, 0x26, 0xa8, 0x61, 0xe8, 0xe3, 0x02, 0x99, 0xd1, 0x44, 0x7d, 0x30, 0x5d, 0xb9, + 0x95, 0x49, 0x77, 0x37, 0x7b, 0xb7, 0x01, 0xbe, 0xf9, 0xe2, 0xab, 0xfe, 0x55, 0x86, 0x47, 0x1e, + 0x7d, 0x32, 0x06, 0xfe, 0x11, 0xd3, 0x5b, 0x7b, 0xeb, 0xba, 0xae, 0x5b, 0xe7, 0x5b, 0x77, 0xfd, + 0xfc, 0xf8, 0xde, 0xee, 0x73, 0xdf, 0x6f, 0x0a, 0x85, 0x5a, 0xdd, 0x64, 0x8c, 0x9c, 0x22, 0x5c, + 0x33, 0x2d, 0x46, 0xdc, 0x0b, 0x83, 0x9d, 0xeb, 0x4d, 0x97, 0x30, 0x22, 0xe7, 0x30, 0xa9, 0x3a, + 0x48, 0x8f, 0x02, 0x14, 0xd5, 0x22, 0xb4, 0x41, 0xa8, 0x51, 0x35, 0x29, 0x32, 0xda, 0xdb, 0x55, + 0xc4, 0xcc, 0x6d, 0xc3, 0x22, 0x75, 0xdc, 0xe1, 0x29, 0x8b, 0x36, 0xb1, 0x09, 0x7f, 0x34, 0xbc, + 0xa7, 0xce, 0xaa, 0xf6, 0x1a, 0xee, 0x95, 0xa9, 0xfd, 0xb6, 0x79, 0x6c, 0x32, 0x54, 0x36, 0x29, + 0x43, 0x6e, 0xb9, 0x8e, 0x19, 0x72, 0x65, 0x19, 0xa6, 0x6a, 0x2e, 0x69, 0xe4, 0xa5, 0xa2, 0xb4, + 0x9e, 0xad, 0xf0, 0x67, 0x39, 0x0f, 0x33, 0xe6, 0xf1, 0xb1, 0x8b, 0x28, 0xcd, 0x4f, 0xf0, 0xe5, + 0xe0, 0xa7, 0xb6, 0x0c, 0x0f, 0x62, 0x65, 0x2a, 0x88, 0x36, 0x09, 0xa6, 0x48, 0x7b, 0x09, 0xf3, + 0x02, 0x70, 0x64, 0xb6, 0x68, 0x6a, 0x87, 0x02, 0xdc, 0x8f, 0x08, 0x08, 0xed, 0x57, 0xb0, 0x28, + 0x5e, 0x95, 0x1c, 0xd3, 0x3a, 0x75, 0xea, 0x34, 0xfd, 0x16, 0x54, 0x58, 0x8a, 0x53, 0x11, 0x2e, + 0x2f, 0xe0, 0x8e, 0x78, 0x7f, 0x78, 0x86, 0x53, 0xeb, 0xe7, 0x21, 0xd7, 0xcb, 0x17, 0xca, 0x2b, + 0x5c, 0x79, 0xdf, 0xb2, 0x50, 0x93, 0x0d, 0x54, 0xf6, 0xf9, 0x21, 0x94, 0xe0, 0x7f, 0x93, 0x40, + 0x2e, 0x53, 0xfb, 0x80, 0xe0, 0x5a, 0xdd, 0x6e, 0xb9, 0x68, 0x9c, 0x13, 0x94, 0x9f, 0x43, 0xd6, + 0x74, 0x1c, 0x72, 0x66, 0x62, 0x0b, 0xe5, 0x27, 0x8b, 0xd2, 0xfa, 0xec, 0x4e, 0x41, 0xef, 0x44, + 0x4a, 0xf7, 0x22, 0xa5, 0xfb, 0x91, 0xd2, 0x0f, 0x48, 0x1d, 0x97, 0xa6, 0x2e, 0xff, 0x2c, 0x67, + 0x2a, 0x5d, 0x86, 0xb6, 0x04, 0x4a, 0x7f, 0x09, 0x91, 0xd3, 0xaf, 0xa0, 0x06, 0x69, 0x8f, 0x55, + 0x9d, 0x7f, 0xfa, 0x61, 0x01, 0xa1, 0xdd, 0x84, 0x99, 0x32, 0xb5, 0xbd, 0xc5, 0x94, 0x3b, 0x7e, + 0x0a, 0xd3, 0x66, 0x83, 0xb4, 0x30, 0x1b, 0x75, 0xbb, 0x3e, 0x5c, 0x5b, 0xe0, 0xbb, 0xf1, 0x1c, + 0x45, 0x11, 0xef, 0x78, 0x11, 0xa5, 0x96, 0x8b, 0x63, 0x8b, 0xe8, 0x5a, 0x4d, 0x8c, 0x63, 0xe5, + 0xe9, 0x0a, 0xab, 0x3d, 0x98, 0xf3, 0x96, 0x82, 0x84, 0xa6, 0xfc, 0x23, 0x73, 0xfc, 0xae, 0x08, + 0x76, 0x34, 0xdd, 0xb8, 0x3a, 0xa6, 0xae, 0x9f, 0xee, 0x2e, 0x5f, 0x28, 0xab, 0x70, 0xbb, 0x4c, + 0x6d, 0x7e, 0x65, 0x63, 0x73, 0x2d, 0xc3, 0xdd, 0xe0, 0xbd, 0xe0, 0x14, 0x01, 0xb8, 0x5a, 0x73, + 0x20, 0x6b, 0x91, 0x47, 0xde, 0x47, 0x08, 0xde, 0x67, 0x7e, 0x87, 0x23, 0x29, 0x3c, 0x20, 0x98, + 0xb9, 0xc4, 0x71, 0x06, 0x84, 0x4e, 0x05, 0xb0, 0x04, 0xc2, 0xdf, 0x56, 0x68, 0x45, 0xce, 0xc1, + 0x74, 0x83, 0xeb, 0xf0, 0x98, 0x64, 0x2b, 0xfe, 0x2f, 0x6d, 0x15, 0x56, 0x92, 0xbc, 0x44, 0x4d, + 0x87, 0x50, 0x88, 0x44, 0xf7, 0xff, 0x0a, 0xd2, 0x1e, 0xc1, 0xc3, 0x81, 0x82, 0x81, 0xeb, 0xce, + 0xaf, 0x39, 0x98, 0x2c, 0x53, 0x5b, 0xfe, 0x0a, 0x72, 0x4c, 0x73, 0xdf, 0xd2, 0xe3, 0x87, 0x88, + 0x1e, 0xdb, 0xc4, 0x95, 0x27, 0xa9, 0xe0, 0x41, 0x0d, 0xf2, 0x09, 0xcc, 0xf5, 0x34, 0xfc, 0xb5, + 0xa1, 0x32, 0x1d, 0xa0, 0x62, 0x8c, 0x08, 0x14, 0x4e, 0x67, 0xb0, 0xd0, 0xdf, 0xfe, 0x37, 0x87, + 0xaa, 0x84, 0xd0, 0xca, 0x6e, 0x1a, 0xb4, 0x30, 0x46, 0x30, 0x1b, 0x9e, 0x08, 0xab, 0x43, 0x45, + 0x38, 0x4e, 0xd1, 0x47, 0xc3, 0x85, 0x6d, 0xc2, 0xe3, 0x21, 0xc9, 0x26, 0x84, 0x4b, 0xb4, 0x89, + 0x19, 0x24, 0xf2, 0x17, 0x98, 0x8f, 0x0e, 0x91, 0x8d, 0x04, 0x89, 0x08, 0x56, 0xd9, 0x19, 0x1d, + 0x1b, 0xce, 0x48, 0xcf, 0x58, 0x48, 0xca, 0x48, 0x18, 0x98, 0x98, 0x91, 0xb8, 0x39, 0x21, 0x1f, + 0xc1, 0x14, 0x1f, 0x12, 0xcb, 0x09, 0x44, 0x0f, 0xa0, 0xac, 0x0d, 0x01, 0x84, 0x15, 0x79, 0xc7, + 0x4f, 0x52, 0xf4, 0x00, 0x89, 0x8a, 0xe1, 0xde, 0x2e, 0x7f, 0x82, 0x6c, 0xb7, 0xb1, 0xaf, 0x24, + 0xb1, 0x02, 0x94, 0xb2, 0x39, 0x0a, 0xaa, 0x27, 0xaf, 0xa1, 0x1e, 0x9f, 0x98, 0xd7, 0x2e, 0x2e, + 0x39, 0xaf, 0xfd, 0x3d, 0x5f, 0x7e, 0x03, 0xb7, 0x3a, 0x0d, 0xbf, 0x98, 0x40, 0xe4, 0x08, 0x65, + 0x7d, 0x18, 0x42, 0x88, 0xbe, 0x87, 0x99, 0x60, 0x22, 0x68, 0x89, 0xf5, 0x70, 0x8c, 0xb2, 0x31, + 0x1c, 0x23, 0xa4, 0x7f, 0x48, 0x50, 0x18, 0x3c, 0x35, 0x76, 0x47, 0xcf, 0x75, 0x97, 0xa5, 0xec, + 0x8d, 0xc3, 0x12, 0x15, 0x7d, 0x97, 0x20, 0x37, 0x60, 0x66, 0x6c, 0x8f, 0x98, 0xfc, 0x50, 0x2d, + 0xcf, 0x52, 0x53, 0x82, 0x42, 0x4a, 0x1f, 0x2f, 0xaf, 0x55, 0xe9, 0xea, 0x5a, 0x95, 0xfe, 0x5e, + 0xab, 0xd2, 0xcf, 0x1b, 0x35, 0x73, 0x75, 0xa3, 0x66, 0x7e, 0xdf, 0xa8, 0x99, 0x0f, 0xfb, 0x76, + 0x9d, 0x9d, 0xb4, 0xaa, 0xba, 0x45, 0x1a, 0x06, 0x65, 0xae, 0x89, 0x6d, 0xe4, 0x90, 0x36, 0xda, + 0x6a, 0x23, 0xcc, 0x5a, 0x2e, 0xa2, 0x06, 0xf7, 0x34, 0xda, 0xbb, 0xc6, 0xb9, 0xd1, 0xff, 0x39, + 0x73, 0xd1, 0x44, 0xb4, 0x3a, 0xcd, 0x3f, 0x42, 0x1e, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x41, + 0x41, 0x4f, 0x11, 0xef, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/globalfee/alias.go b/x/globalfee/alias.go index 980b72e9..9de1305e 100644 --- a/x/globalfee/alias.go +++ b/x/globalfee/alias.go @@ -1,7 +1,7 @@ package globalfee import ( - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" ) const ( diff --git a/x/globalfee/ante/antetest/fee_utils_test.go b/x/globalfee/ante/antetest/fee_utils_test.go index a75c6861..eb412a9e 100644 --- a/x/globalfee/ante/antetest/fee_utils_test.go +++ b/x/globalfee/ante/antetest/fee_utils_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/strangelove-ventures/noble/x/globalfee/ante" + "github.com/strangelove-ventures/noble/v4/x/globalfee/ante" ) type feeUtilsTestSuite struct { diff --git a/x/globalfee/ante/fee.go b/x/globalfee/ante/fee.go index 68c36e94..6b3eece0 100644 --- a/x/globalfee/ante/fee.go +++ b/x/globalfee/ante/fee.go @@ -7,9 +7,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" paramtypes "github.com/cosmos/cosmos-sdk/x/params/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" - "github.com/strangelove-ventures/noble/x/globalfee" + "github.com/strangelove-ventures/noble/v4/x/globalfee" ) // FeeWithBypassDecorator will check if the transaction's fee is at least as large diff --git a/x/globalfee/ante/fee_utils.go b/x/globalfee/ante/fee_utils.go index de6aba35..4186319e 100644 --- a/x/globalfee/ante/fee_utils.go +++ b/x/globalfee/ante/fee_utils.go @@ -4,7 +4,7 @@ import ( "math" sdk "github.com/cosmos/cosmos-sdk/types" - globalfeetypes "github.com/strangelove-ventures/noble/x/globalfee/types" + globalfeetypes "github.com/strangelove-ventures/noble/v4/x/globalfee/types" tmstrings "github.com/tendermint/tendermint/libs/strings" ) diff --git a/x/globalfee/client/cli/query.go b/x/globalfee/client/cli/query.go index 1c3d6bf2..a16b27b5 100644 --- a/x/globalfee/client/cli/query.go +++ b/x/globalfee/client/cli/query.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" ) func GetQueryCmd() *cobra.Command { diff --git a/x/globalfee/genesis_test.go b/x/globalfee/genesis_test.go index 16f7e03e..119eab87 100644 --- a/x/globalfee/genesis_test.go +++ b/x/globalfee/genesis_test.go @@ -17,7 +17,7 @@ import ( tmproto "github.com/tendermint/tendermint/proto/tendermint/types" dbm "github.com/tendermint/tm-db" - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/globalfee/module.go b/x/globalfee/module.go index 5404e97d..1f0a2e1e 100644 --- a/x/globalfee/module.go +++ b/x/globalfee/module.go @@ -16,8 +16,8 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/strangelove-ventures/noble/x/globalfee/client/cli" - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/client/cli" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" ) var ( diff --git a/x/globalfee/querier.go b/x/globalfee/querier.go index a16d3968..338cfa05 100644 --- a/x/globalfee/querier.go +++ b/x/globalfee/querier.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/globalfee/types" + "github.com/strangelove-ventures/noble/v4/x/globalfee/types" ) var _ types.QueryServer = &GrpcQuerier{} diff --git a/x/globalfee/querier_test.go b/x/globalfee/querier_test.go index 5553b1b6..77f6482e 100644 --- a/x/globalfee/querier_test.go +++ b/x/globalfee/querier_test.go @@ -9,7 +9,7 @@ package globalfee // "github.com/stretchr/testify/assert" // "github.com/stretchr/testify/require" -// "github.com/strangelove-ventures/noble/x/globalfee/types" +// "github.com/strangelove-ventures/noble/v4/x/globalfee/types" // ) // func TestQueryMinimumGasPrices(t *testing.T) { diff --git a/x/globalfee/types/genesis.pb.go b/x/globalfee/types/genesis.pb.go index b0e4dec7..9e2419bc 100644 --- a/x/globalfee/types/genesis.pb.go +++ b/x/globalfee/types/genesis.pb.go @@ -137,33 +137,33 @@ func init() { func init() { proto.RegisterFile("globalfee/genesis.proto", fileDescriptor_735b05141d90e180) } var fileDescriptor_735b05141d90e180 = []byte{ - // 405 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xc1, 0x8a, 0xd3, 0x40, - 0x18, 0xc7, 0x93, 0x5d, 0x28, 0x98, 0x15, 0x5c, 0xc2, 0xc2, 0xc6, 0x65, 0x49, 0x96, 0x9c, 0x0a, - 0xba, 0x33, 0xec, 0x7a, 0x10, 0x3c, 0x46, 0x71, 0xd9, 0x43, 0xa1, 0x56, 0x2f, 0x7a, 0x09, 0x93, - 0xf8, 0x75, 0x1c, 0xcc, 0xcc, 0x84, 0x7c, 0xd3, 0x62, 0x8e, 0xbe, 0x81, 0xcf, 0xe1, 0x33, 0xf8, - 0x00, 0x05, 0x2f, 0x3d, 0x7a, 0x8a, 0xd2, 0xde, 0x7a, 0xf4, 0x09, 0x24, 0x99, 0x68, 0xd5, 0xd2, - 0x53, 0x42, 0xfe, 0xff, 0xef, 0xff, 0xfb, 0x67, 0xe6, 0xf3, 0x4e, 0x79, 0xa1, 0x33, 0x56, 0x4c, - 0x01, 0x28, 0x07, 0x05, 0x28, 0x90, 0x94, 0x95, 0x36, 0xda, 0xbf, 0xa7, 0x74, 0x56, 0x00, 0xf9, - 0x23, 0x9f, 0x9d, 0x70, 0xcd, 0x75, 0xa7, 0xd1, 0xf6, 0xcd, 0xda, 0xce, 0xc2, 0x5c, 0xa3, 0xd4, - 0x48, 0x33, 0x86, 0x40, 0xe7, 0x57, 0x19, 0x18, 0x76, 0x45, 0x73, 0x2d, 0x94, 0xd5, 0xe3, 0xd7, - 0xde, 0xdd, 0x1b, 0x9b, 0xfb, 0xd2, 0x30, 0x03, 0xfe, 0xad, 0x37, 0x28, 0x59, 0xc5, 0x24, 0x06, - 0xee, 0x85, 0x3b, 0x3c, 0xba, 0x3e, 0x25, 0xff, 0x71, 0xc8, 0xb8, 0x93, 0x93, 0x60, 0xd1, 0x44, - 0xce, 0xa6, 0x89, 0x8e, 0xad, 0xfd, 0xa1, 0x96, 0xc2, 0x80, 0x2c, 0x4d, 0x3d, 0xe9, 0x03, 0xe2, - 0xaf, 0x07, 0xde, 0xc0, 0x9a, 0xfd, 0x2f, 0xae, 0xe7, 0x4b, 0xa1, 0x84, 0x9c, 0xc9, 0x94, 0x33, - 0x4c, 0xcb, 0x4a, 0xe4, 0xd0, 0x22, 0x0e, 0x87, 0x47, 0xd7, 0xe7, 0xc4, 0x76, 0x24, 0x6d, 0x47, - 0xd2, 0x77, 0x24, 0xcf, 0x20, 0x7f, 0xaa, 0x85, 0x4a, 0xca, 0x9e, 0x73, 0xbe, 0x3b, 0xbf, 0x65, - 0xfe, 0x6c, 0xa2, 0xfb, 0x35, 0x93, 0xc5, 0x93, 0x78, 0xd7, 0x15, 0x7f, 0xfe, 0x1e, 0x3d, 0xe0, - 0xc2, 0xbc, 0x9b, 0x65, 0x24, 0xd7, 0x92, 0xf6, 0x07, 0x62, 0x1f, 0x97, 0xf8, 0xf6, 0x3d, 0x35, - 0x75, 0x09, 0xf8, 0x1b, 0x88, 0x93, 0xe3, 0x3e, 0xe3, 0x86, 0xe1, 0xb8, 0x4b, 0xf0, 0x3f, 0xba, - 0x5e, 0x90, 0xd5, 0x25, 0x43, 0x4c, 0xa5, 0x50, 0xe9, 0x14, 0x20, 0x95, 0xc8, 0xd3, 0x6e, 0x2e, - 0x38, 0xb8, 0x38, 0x1c, 0xde, 0x49, 0x6e, 0x37, 0x4d, 0x14, 0xef, 0xf3, 0xfc, 0x53, 0x34, 0xb2, - 0x45, 0xf7, 0x79, 0xe3, 0xc9, 0x89, 0x95, 0x46, 0x42, 0x3d, 0x07, 0x18, 0x21, 0x7f, 0xd5, 0x7e, - 0x4e, 0x5e, 0x2c, 0x56, 0xa1, 0xbb, 0x5c, 0x85, 0xee, 0x8f, 0x55, 0xe8, 0x7e, 0x5a, 0x87, 0xce, - 0x72, 0x1d, 0x3a, 0xdf, 0xd6, 0xa1, 0xf3, 0xe6, 0xf1, 0x5f, 0x3f, 0x87, 0xa6, 0x62, 0x8a, 0x43, - 0xa1, 0xe7, 0x70, 0x39, 0x07, 0x65, 0x66, 0x15, 0x20, 0xed, 0x6e, 0x90, 0x7e, 0xa0, 0xdb, 0x55, - 0xea, 0x48, 0xd9, 0xa0, 0x5b, 0x81, 0x47, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x38, 0x6a, 0xa8, - 0xa6, 0x64, 0x02, 0x00, 0x00, + // 407 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xc1, 0x6a, 0xd4, 0x40, + 0x18, 0xc7, 0x93, 0x16, 0x16, 0x4c, 0x05, 0x4b, 0x28, 0x34, 0x96, 0x92, 0x94, 0x9c, 0x16, 0xb4, + 0x33, 0xb4, 0x7a, 0xea, 0x31, 0x8a, 0xa5, 0x87, 0x42, 0x59, 0x7b, 0xd1, 0x4b, 0x98, 0xc4, 0xaf, + 0xe3, 0x60, 0x66, 0x26, 0xe4, 0x9b, 0x0d, 0xe6, 0xe8, 0x1b, 0xf8, 0x1c, 0x3e, 0x83, 0x0f, 0xb0, + 0xe0, 0x65, 0x8f, 0x9e, 0xa2, 0xec, 0xde, 0xf6, 0xe8, 0x13, 0x48, 0x32, 0xd1, 0xd5, 0x2e, 0x7b, + 0x4a, 0xc8, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xcc, 0x7c, 0xde, 0x21, 0x2f, 0x74, 0xc6, 0x8a, 0x3b, + 0x00, 0xca, 0x41, 0x01, 0x0a, 0x24, 0x65, 0xa5, 0x8d, 0xf6, 0x1f, 0x29, 0x9d, 0x15, 0x40, 0xfe, + 0xca, 0x47, 0x07, 0x5c, 0x73, 0xdd, 0x6b, 0xb4, 0x7b, 0xb3, 0xb6, 0xa3, 0x30, 0xd7, 0x28, 0x35, + 0xd2, 0x8c, 0x21, 0xd0, 0xfa, 0x2c, 0x03, 0xc3, 0xce, 0x68, 0xae, 0x85, 0xb2, 0x7a, 0xfc, 0xc6, + 0x7b, 0x78, 0x69, 0x73, 0x5f, 0x1b, 0x66, 0xc0, 0xbf, 0xf2, 0x46, 0x25, 0xab, 0x98, 0xc4, 0xc0, + 0x3d, 0x71, 0xc7, 0x7b, 0xe7, 0x87, 0xe4, 0x1e, 0x87, 0xdc, 0xf4, 0x72, 0x12, 0xcc, 0xda, 0xc8, + 0x59, 0xb5, 0xd1, 0xbe, 0xb5, 0x3f, 0xd5, 0x52, 0x18, 0x90, 0xa5, 0x69, 0x26, 0x43, 0x40, 0xfc, + 0x6d, 0xc7, 0x1b, 0x59, 0xb3, 0xff, 0xd5, 0xf5, 0x7c, 0x29, 0x94, 0x90, 0x53, 0x99, 0x72, 0x86, + 0x69, 0x59, 0x89, 0x1c, 0x3a, 0xc4, 0xee, 0x78, 0xef, 0xfc, 0x98, 0xd8, 0x8e, 0xa4, 0xeb, 0x48, + 0x86, 0x8e, 0xe4, 0x25, 0xe4, 0x2f, 0xb4, 0x50, 0x49, 0x39, 0x70, 0x8e, 0x37, 0xe7, 0xd7, 0xcc, + 0x5f, 0x6d, 0xf4, 0xb8, 0x61, 0xb2, 0xb8, 0x88, 0x37, 0x5d, 0xf1, 0x97, 0x1f, 0xd1, 0x13, 0x2e, + 0xcc, 0xfb, 0x69, 0x46, 0x72, 0x2d, 0xe9, 0x70, 0x20, 0xf6, 0x71, 0x8a, 0xef, 0x3e, 0x50, 0xd3, + 0x94, 0x80, 0x7f, 0x80, 0x38, 0xd9, 0x1f, 0x32, 0x2e, 0x19, 0xde, 0xf4, 0x09, 0xfe, 0x27, 0xd7, + 0x0b, 0xb2, 0xa6, 0x64, 0x88, 0xa9, 0x14, 0x2a, 0xbd, 0x03, 0x48, 0x25, 0xf2, 0xb4, 0x9f, 0x0b, + 0x76, 0x4e, 0x76, 0xc7, 0x0f, 0x92, 0xab, 0x55, 0x1b, 0xc5, 0xdb, 0x3c, 0xff, 0x15, 0x8d, 0x6c, + 0xd1, 0x6d, 0xde, 0x78, 0x72, 0x60, 0xa5, 0x6b, 0xa1, 0x5e, 0x01, 0x5c, 0x23, 0xbf, 0xed, 0x3e, + 0x27, 0xb7, 0xb3, 0x45, 0xe8, 0xce, 0x17, 0xa1, 0xfb, 0x73, 0x11, 0xba, 0x9f, 0x97, 0xa1, 0x33, + 0x5f, 0x86, 0xce, 0xf7, 0x65, 0xe8, 0xbc, 0xbd, 0xf8, 0xe7, 0xe7, 0xd0, 0x54, 0x4c, 0x71, 0x28, + 0x74, 0x0d, 0xa7, 0x35, 0x28, 0x33, 0xad, 0x00, 0x69, 0x7f, 0x83, 0xb4, 0x7e, 0x4e, 0x3f, 0xd2, + 0xf5, 0x36, 0xf5, 0xb0, 0x6c, 0xd4, 0x6f, 0xc1, 0xb3, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x69, + 0x55, 0xe0, 0xd9, 0x67, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/globalfee/types/query.pb.go b/x/globalfee/types/query.pb.go index ce8aecb6..06b6791e 100644 --- a/x/globalfee/types/query.pb.go +++ b/x/globalfee/types/query.pb.go @@ -74,24 +74,24 @@ func init() { func init() { proto.RegisterFile("globalfee/query.proto", fileDescriptor_387dd811257f4eeb) } var fileDescriptor_387dd811257f4eeb = []byte{ - // 268 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x8f, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x40, 0x1b, 0x24, 0x3a, 0x64, 0x41, 0x8a, 0x8a, 0x2a, 0x45, 0xc8, 0x88, 0x32, 0x30, 0x91, - 0x53, 0x61, 0x60, 0xe7, 0x0b, 0x28, 0x23, 0x9b, 0x1d, 0x1d, 0x26, 0x92, 0xe3, 0x4b, 0x7d, 0x4e, - 0xd4, 0xae, 0x7c, 0x01, 0x12, 0x3f, 0xc5, 0x58, 0x89, 0x85, 0x11, 0x25, 0x7c, 0x08, 0xaa, 0x13, - 0x28, 0xa2, 0x9b, 0xe5, 0xf7, 0xee, 0xfc, 0x1c, 0x1f, 0x6b, 0x43, 0x4a, 0x9a, 0x47, 0x44, 0x58, - 0xd6, 0xe8, 0xd6, 0x59, 0xe5, 0xc8, 0x53, 0x72, 0x64, 0x49, 0x19, 0xcc, 0x7e, 0x61, 0x3a, 0xd1, - 0xa4, 0x29, 0x30, 0xd8, 0x9e, 0x7a, 0x2d, 0x3d, 0xd1, 0x44, 0xda, 0x20, 0xc8, 0xaa, 0x00, 0x69, - 0x2d, 0x79, 0xe9, 0x0b, 0xb2, 0x3c, 0x50, 0x91, 0x13, 0x97, 0xc4, 0xa0, 0x24, 0x23, 0x34, 0x73, - 0x85, 0x5e, 0xce, 0x21, 0xa7, 0xc2, 0x0e, 0x7c, 0xba, 0x7b, 0x5b, 0xa3, 0x45, 0x2e, 0x86, 0xc1, - 0xd9, 0x24, 0x4e, 0x16, 0xdb, 0x98, 0x3b, 0xe9, 0x64, 0xc9, 0xf7, 0xb8, 0xac, 0x91, 0xfd, 0xd5, - 0x2a, 0x3e, 0x0c, 0xb7, 0x09, 0xc5, 0xe3, 0x9e, 0x24, 0xe7, 0xd9, 0xbf, 0xce, 0x6c, 0x7f, 0x2e, - 0x9d, 0xee, 0x49, 0x3d, 0x9f, 0x5d, 0x3c, 0xbf, 0x7f, 0xbd, 0x1e, 0x9c, 0x25, 0xa7, 0x10, 0x04, - 0xd8, 0xe5, 0xfc, 0xc4, 0x56, 0x41, 0xbc, 0x5d, 0xbc, 0xb5, 0x22, 0xda, 0xb4, 0x22, 0xfa, 0x6c, - 0x45, 0xf4, 0xd2, 0x89, 0xd1, 0xa6, 0x13, 0xa3, 0x8f, 0x4e, 0x8c, 0x1e, 0x6e, 0x74, 0xe1, 0x9f, - 0x6a, 0x95, 0xe5, 0x54, 0x02, 0x7b, 0x27, 0xad, 0x46, 0x43, 0x0d, 0x5e, 0x36, 0x68, 0x7d, 0xed, - 0x90, 0x87, 0xcd, 0xab, 0x3f, 0xbb, 0xfd, 0xba, 0x42, 0x56, 0xe3, 0xf0, 0xd3, 0xeb, 0xef, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x5b, 0x5e, 0x29, 0xf2, 0x80, 0x01, 0x00, 0x00, + // 271 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x8f, 0x31, 0x4b, 0xc3, 0x40, + 0x14, 0x80, 0x13, 0xc1, 0x0e, 0x59, 0x84, 0x50, 0x29, 0x04, 0x39, 0xb1, 0x0e, 0x4e, 0xe6, 0x51, + 0x75, 0x72, 0xf4, 0x17, 0xa8, 0x38, 0xb9, 0xdd, 0x85, 0xe7, 0x19, 0x48, 0xee, 0xa5, 0xf7, 0x2e, + 0xa1, 0x5d, 0xfd, 0x05, 0x82, 0x7f, 0xca, 0xb1, 0xe0, 0xe2, 0x28, 0x89, 0x3f, 0x44, 0x7a, 0x89, + 0x56, 0xda, 0xed, 0xb8, 0xef, 0x7b, 0xef, 0xbe, 0x8b, 0x0e, 0x75, 0x41, 0x4a, 0x16, 0x4f, 0x88, + 0x30, 0xaf, 0xd1, 0x2e, 0xd3, 0xca, 0x92, 0xa3, 0xf8, 0xc0, 0x90, 0x2a, 0x30, 0xfd, 0x83, 0xc9, + 0x58, 0x93, 0x26, 0xcf, 0x60, 0x7d, 0xea, 0xb5, 0xe4, 0x48, 0x13, 0xe9, 0x02, 0x41, 0x56, 0x39, + 0x48, 0x63, 0xc8, 0x49, 0x97, 0x93, 0xe1, 0x81, 0x8a, 0x8c, 0xb8, 0x24, 0x06, 0x25, 0x19, 0xa1, + 0x99, 0x29, 0x74, 0x72, 0x06, 0x19, 0xe5, 0x66, 0xe0, 0x93, 0xcd, 0xdb, 0x1a, 0x0d, 0x72, 0x3e, + 0x0c, 0x4e, 0xc7, 0x51, 0x7c, 0xb7, 0x8e, 0xb9, 0x95, 0x56, 0x96, 0x7c, 0x8f, 0xf3, 0x1a, 0xd9, + 0x5d, 0x2c, 0xa2, 0x7d, 0x7f, 0x1b, 0x53, 0x34, 0xea, 0x49, 0x7c, 0x9a, 0x6e, 0x75, 0xa6, 0xbb, + 0x73, 0xc9, 0x64, 0x47, 0xea, 0xf9, 0xf4, 0xec, 0xe5, 0xe3, 0xfb, 0x6d, 0xef, 0x24, 0x3e, 0x06, + 0x2f, 0xc0, 0x26, 0xe7, 0x37, 0xb6, 0xf2, 0xe2, 0xcd, 0xc3, 0x7b, 0x2b, 0xc2, 0x55, 0x2b, 0xc2, + 0xaf, 0x56, 0x84, 0xaf, 0x9d, 0x08, 0x56, 0x9d, 0x08, 0x3e, 0x3b, 0x11, 0x3c, 0x5e, 0xeb, 0xdc, + 0x3d, 0xd7, 0x2a, 0xcd, 0xa8, 0x04, 0x76, 0x56, 0x1a, 0x8d, 0x05, 0x35, 0x78, 0xde, 0xa0, 0x71, + 0xb5, 0x45, 0x1e, 0x36, 0x37, 0x57, 0xb0, 0xf8, 0xb7, 0xde, 0x2d, 0x2b, 0x64, 0x35, 0xf2, 0x9f, + 0xbd, 0xfc, 0x09, 0x00, 0x00, 0xff, 0xff, 0x05, 0x60, 0xe4, 0xb2, 0x83, 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/tariff/abci.go b/x/tariff/abci.go index 989b2670..ab214fcd 100644 --- a/x/tariff/abci.go +++ b/x/tariff/abci.go @@ -2,7 +2,7 @@ package tariff import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tariff/keeper" + "github.com/strangelove-ventures/noble/v4/x/tariff/keeper" ) // BeginBlocker sets the proposer for determining distribution during endblock diff --git a/x/tariff/genesis.go b/x/tariff/genesis.go index 4c7312bd..66d5b996 100644 --- a/x/tariff/genesis.go +++ b/x/tariff/genesis.go @@ -1,8 +1,8 @@ package tariff import ( - "github.com/strangelove-ventures/noble/x/tariff/keeper" - "github.com/strangelove-ventures/noble/x/tariff/types" + "github.com/strangelove-ventures/noble/v4/x/tariff/keeper" + "github.com/strangelove-ventures/noble/v4/x/tariff/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tariff/keeper/keeper.go b/x/tariff/keeper/keeper.go index 237e59b2..39c481f1 100644 --- a/x/tariff/keeper/keeper.go +++ b/x/tariff/keeper/keeper.go @@ -10,7 +10,7 @@ import ( chantypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/strangelove-ventures/noble/x/tariff/types" + "github.com/strangelove-ventures/noble/v4/x/tariff/types" ) var _ porttypes.ICS4Wrapper = Keeper{} diff --git a/x/tariff/keeper/params.go b/x/tariff/keeper/params.go index e2864136..6d11e863 100644 --- a/x/tariff/keeper/params.go +++ b/x/tariff/keeper/params.go @@ -2,7 +2,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tariff/types" + "github.com/strangelove-ventures/noble/v4/x/tariff/types" ) // GetParams get all parameters as types.Params diff --git a/x/tariff/module.go b/x/tariff/module.go index 188f50ad..24b3fab6 100644 --- a/x/tariff/module.go +++ b/x/tariff/module.go @@ -15,8 +15,8 @@ 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/strangelove-ventures/noble/x/tariff/keeper" - "github.com/strangelove-ventures/noble/x/tariff/types" + "github.com/strangelove-ventures/noble/v4/x/tariff/keeper" + "github.com/strangelove-ventures/noble/v4/x/tariff/types" ) var ( diff --git a/x/tariff/types/genesis.pb.go b/x/tariff/types/genesis.pb.go index 83c318e5..49ebc032 100644 --- a/x/tariff/types/genesis.pb.go +++ b/x/tariff/types/genesis.pb.go @@ -75,20 +75,20 @@ func init() { func init() { proto.RegisterFile("tariff/genesis.proto", fileDescriptor_4b81fe66a0cba126) } var fileDescriptor_4b81fe66a0cba126 = []byte{ - // 201 bytes of a gzipped FileDescriptorProto + // 204 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x29, 0x49, 0x2c, 0xca, 0x4c, 0x4b, 0xd3, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0xe2, 0xc9, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x83, 0xc8, 0x49, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x25, 0xf4, 0x41, 0x2c, 0x88, 0x1a, 0x29, 0x61, 0xa8, 0xce, 0x82, 0xc4, 0xa2, 0xc4, 0x5c, 0xa8, 0x46, 0x25, 0x27, 0x2e, 0x1e, 0x77, 0x88, 0x49, 0xc1, 0x25, 0x89, 0x25, 0xa9, 0x42, 0x46, 0x5c, 0x6c, 0x10, 0x79, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x11, 0x3d, 0x64, 0x93, 0xf5, - 0x02, 0xc0, 0x72, 0x4e, 0x2c, 0x27, 0xee, 0xc9, 0x33, 0x04, 0x41, 0x55, 0x3a, 0xf9, 0x9d, 0x78, + 0x02, 0xc0, 0x72, 0x4e, 0x2c, 0x27, 0xee, 0xc9, 0x33, 0x04, 0x41, 0x55, 0x3a, 0x05, 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, 0x49, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, + 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x79, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, - 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x70, 0xfd, 0x0a, 0x7d, 0xa8, - 0xd3, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x4e, 0x33, 0x06, 0x04, 0x00, 0x00, 0xff, - 0xff, 0x63, 0x4c, 0x46, 0x98, 0xeb, 0x00, 0x00, 0x00, + 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x70, 0xfd, 0x32, 0x13, 0xfd, + 0x0a, 0x7d, 0xa8, 0xeb, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xae, 0x33, 0x06, 0x04, + 0x00, 0x00, 0xff, 0xff, 0x3e, 0x19, 0xa8, 0xed, 0xee, 0x00, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/tariff/types/params.pb.go b/x/tariff/types/params.pb.go index 2a06ea88..8f764579 100644 --- a/x/tariff/types/params.pb.go +++ b/x/tariff/types/params.pb.go @@ -137,35 +137,35 @@ func init() { func init() { proto.RegisterFile("tariff/params.proto", fileDescriptor_8101061d71eef07f) } var fileDescriptor_8101061d71eef07f = []byte{ - // 441 bytes of a gzipped FileDescriptorProto + // 444 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x4f, 0x6b, 0xd4, 0x40, - 0x18, 0xc6, 0x93, 0x76, 0x5b, 0x71, 0x2c, 0x52, 0xc6, 0x8a, 0xb1, 0xe8, 0x64, 0x09, 0x22, 0xbd, - 0x34, 0x43, 0xd5, 0x53, 0x0f, 0x1e, 0x96, 0x55, 0x28, 0x22, 0x48, 0xf0, 0xe4, 0x65, 0x99, 0x6c, - 0xde, 0xdd, 0x0e, 0x6e, 0x66, 0xc2, 0xbc, 0xb3, 0xcb, 0x2e, 0x5e, 0xfd, 0x00, 0x1e, 0x7b, 0xf4, - 0xe8, 0x47, 0xe9, 0xb1, 0x47, 0xf1, 0x10, 0x64, 0xf7, 0x1b, 0xec, 0x27, 0x90, 0xcc, 0xb4, 0xb8, - 0xfd, 0x73, 0x29, 0xf4, 0x94, 0xe4, 0x7d, 0x9f, 0xfc, 0x9e, 0x3c, 0xe4, 0x19, 0xf2, 0xc8, 0x0a, - 0x23, 0x07, 0x03, 0x5e, 0x09, 0x23, 0x4a, 0x4c, 0x2b, 0xa3, 0xad, 0xa6, 0x5b, 0x4a, 0xe7, 0x23, - 0x48, 0xfd, 0x6a, 0x77, 0x67, 0xa8, 0x87, 0xda, 0x2d, 0x78, 0x73, 0xe7, 0x35, 0xbb, 0xac, 0xaf, - 0xb1, 0xd4, 0xc8, 0x73, 0x81, 0xc0, 0x27, 0x07, 0x39, 0x58, 0x71, 0xc0, 0xfb, 0x5a, 0x2a, 0xbf, - 0x4f, 0x4e, 0x5a, 0x64, 0xf3, 0x93, 0x83, 0xd2, 0xcf, 0x64, 0x03, 0x8f, 0x85, 0x81, 0x28, 0x6c, - 0x87, 0x7b, 0xf7, 0x3b, 0x6f, 0x4f, 0xeb, 0x38, 0xf8, 0x53, 0xc7, 0x2f, 0x87, 0xd2, 0x1e, 0x8f, - 0xf3, 0xb4, 0xaf, 0x4b, 0x7e, 0x0e, 0xf3, 0x97, 0x7d, 0x2c, 0xbe, 0x72, 0x3b, 0xab, 0x00, 0xd3, - 0x2e, 0xf4, 0x97, 0x75, 0xbc, 0x35, 0x13, 0xe5, 0xe8, 0x30, 0x71, 0x90, 0x24, 0xf3, 0x30, 0xfa, - 0x8d, 0x3c, 0x2e, 0x24, 0x5a, 0x23, 0xf3, 0xb1, 0x95, 0x5a, 0xf5, 0x40, 0x59, 0x69, 0x25, 0x60, - 0xb4, 0xd6, 0x5e, 0xdf, 0x7b, 0xf0, 0xaa, 0x9d, 0xae, 0x86, 0x48, 0xbb, 0x2b, 0xd2, 0x77, 0x8d, - 0x72, 0xd6, 0x79, 0xd1, 0x7c, 0xc7, 0xb2, 0x8e, 0x9f, 0x79, 0xfa, 0x8d, 0xb0, 0x24, 0xdb, 0x29, - 0xae, 0xbe, 0x29, 0x01, 0x29, 0x92, 0x6d, 0x6b, 0x84, 0xc2, 0x01, 0x98, 0xde, 0x00, 0xa0, 0x97, - 0x57, 0x18, 0xad, 0xbb, 0x74, 0x47, 0xb7, 0x48, 0x77, 0xa4, 0xec, 0xb2, 0x8e, 0x9f, 0x78, 0xff, - 0xab, 0xbc, 0x24, 0x7b, 0x78, 0x31, 0x7a, 0x0f, 0xd0, 0xa9, 0xae, 0x9b, 0x96, 0x62, 0x1a, 0xb5, - 0xee, 0xd0, 0xb4, 0x14, 0xd3, 0xcb, 0xa6, 0x1f, 0xc5, 0x94, 0x7e, 0x20, 0xf4, 0x92, 0xa8, 0x00, - 0xa5, 0xcb, 0x68, 0xc3, 0xd9, 0x3e, 0x5f, 0xd6, 0xf1, 0xd3, 0x1b, 0x40, 0x4e, 0x93, 0x64, 0xdb, - 0x2b, 0xa8, 0x6e, 0x33, 0x3a, 0x6c, 0x9d, 0xfc, 0x8c, 0x83, 0xe4, 0x7b, 0x48, 0xe8, 0xf5, 0xff, - 0x41, 0x23, 0x72, 0x4f, 0x14, 0x85, 0x01, 0x44, 0x5f, 0x94, 0xec, 0xe2, 0xf1, 0x7f, 0x81, 0xd6, - 0xee, 0xb0, 0x40, 0x9d, 0xec, 0xd7, 0x9c, 0x85, 0xa7, 0x73, 0x16, 0x9e, 0xcd, 0x59, 0xf8, 0x77, - 0xce, 0xc2, 0x1f, 0x0b, 0x16, 0x9c, 0x2d, 0x58, 0xf0, 0x7b, 0xc1, 0x82, 0x2f, 0x6f, 0x56, 0xe0, - 0xd8, 0x04, 0x19, 0xc2, 0x48, 0x4f, 0x60, 0x7f, 0x02, 0xca, 0x8e, 0x0d, 0x20, 0x77, 0xf5, 0xe2, - 0x53, 0x7e, 0x7e, 0x80, 0x9c, 0x5d, 0xbe, 0xe9, 0xca, 0xff, 0xfa, 0x5f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xe8, 0x02, 0x5e, 0x82, 0x57, 0x03, 0x00, 0x00, + 0x18, 0xc6, 0x93, 0x76, 0x5b, 0x31, 0x16, 0x29, 0x63, 0xc5, 0x58, 0x74, 0xb2, 0x04, 0x91, 0x5e, + 0x9a, 0xa1, 0x2a, 0x08, 0x3d, 0x78, 0x58, 0x56, 0xa1, 0x88, 0x20, 0x41, 0x2f, 0x5e, 0x96, 0xc9, + 0xe6, 0xdd, 0xed, 0xe0, 0x66, 0x26, 0xcc, 0x3b, 0xbb, 0xec, 0xe2, 0xd5, 0x0f, 0xe0, 0xb1, 0x47, + 0x8f, 0x7e, 0x94, 0x1e, 0x7b, 0x14, 0x0f, 0x41, 0x76, 0xbf, 0xc1, 0x7e, 0x02, 0xc9, 0x4c, 0x8b, + 0xe9, 0x9f, 0x4b, 0x61, 0x4f, 0x49, 0xde, 0xf7, 0xc9, 0xef, 0xc9, 0x43, 0x9e, 0x09, 0x1e, 0x18, + 0xae, 0xc5, 0x60, 0xc0, 0x4a, 0xae, 0x79, 0x81, 0x49, 0xa9, 0x95, 0x51, 0x64, 0x4b, 0xaa, 0x6c, + 0x04, 0x89, 0x5b, 0xed, 0xee, 0x0c, 0xd5, 0x50, 0xd9, 0x05, 0xab, 0xef, 0x9c, 0x66, 0x97, 0xf6, + 0x15, 0x16, 0x0a, 0x59, 0xc6, 0x11, 0xd8, 0xe4, 0x20, 0x03, 0xc3, 0x0f, 0x58, 0x5f, 0x09, 0xe9, + 0xf6, 0xf1, 0x49, 0x2b, 0xd8, 0xfc, 0x68, 0xa1, 0xe4, 0x53, 0xb0, 0x81, 0xc7, 0x5c, 0x43, 0xe8, + 0xb7, 0xfd, 0xbd, 0xbb, 0x9d, 0x37, 0xa7, 0x55, 0xe4, 0xfd, 0xa9, 0xa2, 0xe7, 0x43, 0x61, 0x8e, + 0xc7, 0x59, 0xd2, 0x57, 0x05, 0x3b, 0x87, 0xb9, 0xcb, 0x3e, 0xe6, 0x5f, 0x99, 0x99, 0x95, 0x80, + 0x49, 0x17, 0xfa, 0xcb, 0x2a, 0xda, 0x9a, 0xf1, 0x62, 0x74, 0x18, 0x5b, 0x48, 0x9c, 0x3a, 0x18, + 0xf9, 0x16, 0x3c, 0xcc, 0x05, 0x1a, 0x2d, 0xb2, 0xb1, 0x11, 0x4a, 0xf6, 0x40, 0x1a, 0x61, 0x04, + 0x60, 0xb8, 0xd6, 0x5e, 0xdf, 0xbb, 0xf7, 0xa2, 0x9d, 0x34, 0x43, 0x24, 0xdd, 0x86, 0xf4, 0x6d, + 0xad, 0x9c, 0x75, 0x9e, 0xd5, 0xdf, 0xb1, 0xac, 0xa2, 0x27, 0x8e, 0x7e, 0x23, 0x2c, 0x4e, 0x77, + 0xf2, 0xab, 0x6f, 0x0a, 0x40, 0x82, 0xc1, 0xb6, 0xd1, 0x5c, 0xe2, 0x00, 0x74, 0x6f, 0x00, 0xd0, + 0xcb, 0x4a, 0x0c, 0xd7, 0x6d, 0xba, 0xa3, 0x5b, 0xa4, 0x3b, 0x92, 0x66, 0x59, 0x45, 0x8f, 0x9c, + 0xff, 0x55, 0x5e, 0x9c, 0xde, 0xbf, 0x18, 0xbd, 0x03, 0xe8, 0x94, 0xd7, 0x4d, 0x0b, 0x3e, 0x0d, + 0x5b, 0x2b, 0x34, 0x2d, 0xf8, 0xf4, 0xb2, 0xe9, 0x07, 0x3e, 0x25, 0xef, 0x03, 0x72, 0x49, 0x94, + 0x83, 0x54, 0x45, 0xb8, 0x61, 0x6d, 0x9f, 0x2e, 0xab, 0xe8, 0xf1, 0x0d, 0x20, 0xab, 0x89, 0xd3, + 0xed, 0x06, 0xaa, 0x5b, 0x8f, 0x0e, 0x5b, 0x27, 0x3f, 0x23, 0x2f, 0xfe, 0xee, 0x07, 0xe4, 0xfa, + 0xff, 0x20, 0x61, 0x70, 0x87, 0xe7, 0xb9, 0x06, 0x44, 0x57, 0x94, 0xf4, 0xe2, 0xf1, 0x7f, 0x81, + 0xd6, 0x56, 0x58, 0xa0, 0xce, 0xe7, 0x5f, 0x73, 0xea, 0x9f, 0xce, 0xa9, 0x7f, 0x36, 0xa7, 0xfe, + 0xdf, 0x39, 0xf5, 0x7f, 0x2c, 0xa8, 0x77, 0xb6, 0xa0, 0xde, 0xef, 0x05, 0xf5, 0xbe, 0xbc, 0x6e, + 0xc0, 0xb1, 0x0e, 0x32, 0x84, 0x91, 0x9a, 0xc0, 0xfe, 0x04, 0xa4, 0x19, 0x6b, 0x40, 0x66, 0xeb, + 0xc5, 0x26, 0xaf, 0xd8, 0x94, 0x9d, 0x9f, 0x21, 0xeb, 0x98, 0x6d, 0xda, 0xfe, 0xbf, 0xfc, 0x17, + 0x00, 0x00, 0xff, 0xff, 0x65, 0x48, 0x08, 0xc0, 0x5a, 0x03, 0x00, 0x00, } func (this *Params) Equal(that interface{}) bool { diff --git a/x/tokenfactory/client/cli/query.go b/x/tokenfactory/client/cli/query.go index c064c281..8232d4d9 100644 --- a/x/tokenfactory/client/cli/query.go +++ b/x/tokenfactory/client/cli/query.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/tokenfactory/client/cli/query_blacklisted.go b/x/tokenfactory/client/cli/query_blacklisted.go index ee302345..f0185243 100644 --- a/x/tokenfactory/client/cli/query_blacklisted.go +++ b/x/tokenfactory/client/cli/query_blacklisted.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdListBlacklisted() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_blacklisted_test.go b/x/tokenfactory/client/cli/query_blacklisted_test.go index 08abdabe..e61cf057 100644 --- a/x/tokenfactory/client/cli/query_blacklisted_test.go +++ b/x/tokenfactory/client/cli/query_blacklisted_test.go @@ -7,16 +7,16 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/client/cli/query_blacklister.go b/x/tokenfactory/client/cli/query_blacklister.go index 45f105a7..ba7986cf 100644 --- a/x/tokenfactory/client/cli/query_blacklister.go +++ b/x/tokenfactory/client/cli/query_blacklister.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowBlacklister() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_blacklister_test.go b/x/tokenfactory/client/cli/query_blacklister_test.go index e5e745ba..ec8c357b 100644 --- a/x/tokenfactory/client/cli/query_blacklister_test.go +++ b/x/tokenfactory/client/cli/query_blacklister_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithBlacklisterObjects(t *testing.T) (*network.Network, types.Blacklister) { diff --git a/x/tokenfactory/client/cli/query_master_minter.go b/x/tokenfactory/client/cli/query_master_minter.go index e8baa2a8..76a6d0bd 100644 --- a/x/tokenfactory/client/cli/query_master_minter.go +++ b/x/tokenfactory/client/cli/query_master_minter.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowMasterMinter() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_master_minter_test.go b/x/tokenfactory/client/cli/query_master_minter_test.go index ad10d782..d655029e 100644 --- a/x/tokenfactory/client/cli/query_master_minter_test.go +++ b/x/tokenfactory/client/cli/query_master_minter_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithMasterMinterObjects(t *testing.T) (*network.Network, types.MasterMinter) { diff --git a/x/tokenfactory/client/cli/query_minter_controller.go b/x/tokenfactory/client/cli/query_minter_controller.go index bd1c708d..e0822f4e 100644 --- a/x/tokenfactory/client/cli/query_minter_controller.go +++ b/x/tokenfactory/client/cli/query_minter_controller.go @@ -3,7 +3,7 @@ package cli import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/tokenfactory/client/cli/query_minter_controller_test.go b/x/tokenfactory/client/cli/query_minter_controller_test.go index 95124004..5bd0355e 100644 --- a/x/tokenfactory/client/cli/query_minter_controller_test.go +++ b/x/tokenfactory/client/cli/query_minter_controller_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/client/cli/query_minters.go b/x/tokenfactory/client/cli/query_minters.go index 259ccde3..0a294edb 100644 --- a/x/tokenfactory/client/cli/query_minters.go +++ b/x/tokenfactory/client/cli/query_minters.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdListMinters() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_minters_test.go b/x/tokenfactory/client/cli/query_minters_test.go index cc5650f0..d196a9c1 100644 --- a/x/tokenfactory/client/cli/query_minters_test.go +++ b/x/tokenfactory/client/cli/query_minters_test.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/client/cli/query_minting_denom.go b/x/tokenfactory/client/cli/query_minting_denom.go index a8a9a0d9..2fddd511 100644 --- a/x/tokenfactory/client/cli/query_minting_denom.go +++ b/x/tokenfactory/client/cli/query_minting_denom.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowMintingDenom() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_minting_denom_test.go b/x/tokenfactory/client/cli/query_minting_denom_test.go index f675d1ec..82997e6b 100644 --- a/x/tokenfactory/client/cli/query_minting_denom_test.go +++ b/x/tokenfactory/client/cli/query_minting_denom_test.go @@ -10,10 +10,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithMintingDenomObjects(t *testing.T) (*network.Network, types.MintingDenom) { diff --git a/x/tokenfactory/client/cli/query_owner.go b/x/tokenfactory/client/cli/query_owner.go index ccfebf6c..ebb7155d 100644 --- a/x/tokenfactory/client/cli/query_owner.go +++ b/x/tokenfactory/client/cli/query_owner.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowOwner() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_owner_test.go b/x/tokenfactory/client/cli/query_owner_test.go index a422a939..c43d3de6 100644 --- a/x/tokenfactory/client/cli/query_owner_test.go +++ b/x/tokenfactory/client/cli/query_owner_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithOwnerObjects(t *testing.T) (*network.Network, types.Owner) { diff --git a/x/tokenfactory/client/cli/query_params.go b/x/tokenfactory/client/cli/query_params.go index 053c77ee..8a97fa32 100644 --- a/x/tokenfactory/client/cli/query_params.go +++ b/x/tokenfactory/client/cli/query_params.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdQueryParams() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_paused.go b/x/tokenfactory/client/cli/query_paused.go index 88242bc8..1c903d06 100644 --- a/x/tokenfactory/client/cli/query_paused.go +++ b/x/tokenfactory/client/cli/query_paused.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowPaused() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_paused_test.go b/x/tokenfactory/client/cli/query_paused_test.go index e67850b6..600bce33 100644 --- a/x/tokenfactory/client/cli/query_paused_test.go +++ b/x/tokenfactory/client/cli/query_paused_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithPausedObjects(t *testing.T) (*network.Network, types.Paused) { diff --git a/x/tokenfactory/client/cli/query_pauser.go b/x/tokenfactory/client/cli/query_pauser.go index 9e442f3c..7c0543d7 100644 --- a/x/tokenfactory/client/cli/query_pauser.go +++ b/x/tokenfactory/client/cli/query_pauser.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func CmdShowPauser() *cobra.Command { diff --git a/x/tokenfactory/client/cli/query_pauser_test.go b/x/tokenfactory/client/cli/query_pauser_test.go index 4c8f2388..bd14b906 100644 --- a/x/tokenfactory/client/cli/query_pauser_test.go +++ b/x/tokenfactory/client/cli/query_pauser_test.go @@ -9,10 +9,10 @@ import ( tmcli "github.com/tendermint/tendermint/libs/cli" "google.golang.org/grpc/status" - "github.com/strangelove-ventures/noble/testutil/network" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/network" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func networkWithPauserObjects(t *testing.T) (*network.Network, types.Pauser) { diff --git a/x/tokenfactory/client/cli/tx.go b/x/tokenfactory/client/cli/tx.go index c3ebef57..dab8caf0 100644 --- a/x/tokenfactory/client/cli/tx.go +++ b/x/tokenfactory/client/cli/tx.go @@ -5,7 +5,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/tokenfactory/client/cli/tx_accept_owner.go b/x/tokenfactory/client/cli/tx_accept_owner.go index 64d0695f..29c7606a 100644 --- a/x/tokenfactory/client/cli/tx_accept_owner.go +++ b/x/tokenfactory/client/cli/tx_accept_owner.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_blacklist.go b/x/tokenfactory/client/cli/tx_blacklist.go index 7622963e..350ac873 100644 --- a/x/tokenfactory/client/cli/tx_blacklist.go +++ b/x/tokenfactory/client/cli/tx_blacklist.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_burn.go b/x/tokenfactory/client/cli/tx_burn.go index faccee73..b0265773 100644 --- a/x/tokenfactory/client/cli/tx_burn.go +++ b/x/tokenfactory/client/cli/tx_burn.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_configure_minter.go b/x/tokenfactory/client/cli/tx_configure_minter.go index 35334ffc..4ae7f685 100644 --- a/x/tokenfactory/client/cli/tx_configure_minter.go +++ b/x/tokenfactory/client/cli/tx_configure_minter.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_configure_minter_controller.go b/x/tokenfactory/client/cli/tx_configure_minter_controller.go index cab5bd27..3232c7aa 100644 --- a/x/tokenfactory/client/cli/tx_configure_minter_controller.go +++ b/x/tokenfactory/client/cli/tx_configure_minter_controller.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_mint.go b/x/tokenfactory/client/cli/tx_mint.go index 9fdc4a8a..0d30842c 100644 --- a/x/tokenfactory/client/cli/tx_mint.go +++ b/x/tokenfactory/client/cli/tx_mint.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_pause.go b/x/tokenfactory/client/cli/tx_pause.go index 1fa930a2..827311d4 100644 --- a/x/tokenfactory/client/cli/tx_pause.go +++ b/x/tokenfactory/client/cli/tx_pause.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_remove_minter.go b/x/tokenfactory/client/cli/tx_remove_minter.go index 22421371..79a74085 100644 --- a/x/tokenfactory/client/cli/tx_remove_minter.go +++ b/x/tokenfactory/client/cli/tx_remove_minter.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_remove_minter_controller.go b/x/tokenfactory/client/cli/tx_remove_minter_controller.go index 30ffcb27..8c5a2cbc 100644 --- a/x/tokenfactory/client/cli/tx_remove_minter_controller.go +++ b/x/tokenfactory/client/cli/tx_remove_minter_controller.go @@ -3,7 +3,7 @@ package cli import ( "strconv" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" diff --git a/x/tokenfactory/client/cli/tx_unblacklist.go b/x/tokenfactory/client/cli/tx_unblacklist.go index e1374d1a..52365a42 100644 --- a/x/tokenfactory/client/cli/tx_unblacklist.go +++ b/x/tokenfactory/client/cli/tx_unblacklist.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_unpause.go b/x/tokenfactory/client/cli/tx_unpause.go index 4e5fad20..a975e9b6 100644 --- a/x/tokenfactory/client/cli/tx_unpause.go +++ b/x/tokenfactory/client/cli/tx_unpause.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_update_blacklister.go b/x/tokenfactory/client/cli/tx_update_blacklister.go index 91f8063d..bf2ac0d6 100644 --- a/x/tokenfactory/client/cli/tx_update_blacklister.go +++ b/x/tokenfactory/client/cli/tx_update_blacklister.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_update_master_minter.go b/x/tokenfactory/client/cli/tx_update_master_minter.go index 8111c82f..feb942b8 100644 --- a/x/tokenfactory/client/cli/tx_update_master_minter.go +++ b/x/tokenfactory/client/cli/tx_update_master_minter.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_update_owner.go b/x/tokenfactory/client/cli/tx_update_owner.go index 8b5b9764..658d0835 100644 --- a/x/tokenfactory/client/cli/tx_update_owner.go +++ b/x/tokenfactory/client/cli/tx_update_owner.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/client/cli/tx_update_pauser.go b/x/tokenfactory/client/cli/tx_update_pauser.go index 2b2bdcf5..d6168138 100644 --- a/x/tokenfactory/client/cli/tx_update_pauser.go +++ b/x/tokenfactory/client/cli/tx_update_pauser.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ = strconv.Itoa(0) diff --git a/x/tokenfactory/genesis.go b/x/tokenfactory/genesis.go index 1ae55ec6..a489bd9c 100644 --- a/x/tokenfactory/genesis.go +++ b/x/tokenfactory/genesis.go @@ -2,8 +2,8 @@ package tokenfactory import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/genesis_test.go b/x/tokenfactory/genesis_test.go index aefe73fd..06c743d4 100644 --- a/x/tokenfactory/genesis_test.go +++ b/x/tokenfactory/genesis_test.go @@ -3,10 +3,10 @@ package tokenfactory_test import ( "testing" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/keeper/blacklisted.go b/x/tokenfactory/keeper/blacklisted.go index 2c94a6c7..2e030683 100644 --- a/x/tokenfactory/keeper/blacklisted.go +++ b/x/tokenfactory/keeper/blacklisted.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // SetBlacklisted set a specific blacklisted in the store from its index diff --git a/x/tokenfactory/keeper/blacklisted_test.go b/x/tokenfactory/keeper/blacklisted_test.go index 1683525b..ec2f6118 100644 --- a/x/tokenfactory/keeper/blacklisted_test.go +++ b/x/tokenfactory/keeper/blacklisted_test.go @@ -5,11 +5,11 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/testutil/sample" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/keeper/blacklister.go b/x/tokenfactory/keeper/blacklister.go index 6de66e72..7d71d853 100644 --- a/x/tokenfactory/keeper/blacklister.go +++ b/x/tokenfactory/keeper/blacklister.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/keeper/blacklister_test.go b/x/tokenfactory/keeper/blacklister_test.go index 1ff3a45f..07c0ef9d 100644 --- a/x/tokenfactory/keeper/blacklister_test.go +++ b/x/tokenfactory/keeper/blacklister_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func createTestBlacklister(keeper *keeper.Keeper, ctx sdk.Context) types.Blacklister { diff --git a/x/tokenfactory/keeper/grpc_query.go b/x/tokenfactory/keeper/grpc_query.go index 6804963c..a88debfe 100644 --- a/x/tokenfactory/keeper/grpc_query.go +++ b/x/tokenfactory/keeper/grpc_query.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/tokenfactory/keeper/grpc_query_blacklisted.go b/x/tokenfactory/keeper/grpc_query_blacklisted.go index 314c1007..9fbebdcf 100644 --- a/x/tokenfactory/keeper/grpc_query_blacklisted.go +++ b/x/tokenfactory/keeper/grpc_query_blacklisted.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_blacklisted_test.go b/x/tokenfactory/keeper/grpc_query_blacklisted_test.go index 0b5e941b..c54d178c 100644 --- a/x/tokenfactory/keeper/grpc_query_blacklisted_test.go +++ b/x/tokenfactory/keeper/grpc_query_blacklisted_test.go @@ -6,14 +6,14 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/keeper/grpc_query_blacklister.go b/x/tokenfactory/keeper/grpc_query_blacklister.go index 9c8c4290..647360a1 100644 --- a/x/tokenfactory/keeper/grpc_query_blacklister.go +++ b/x/tokenfactory/keeper/grpc_query_blacklister.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_blacklister_test.go b/x/tokenfactory/keeper/grpc_query_blacklister_test.go index 44db7def..11ceb711 100644 --- a/x/tokenfactory/keeper/grpc_query_blacklister_test.go +++ b/x/tokenfactory/keeper/grpc_query_blacklister_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestBlacklisterQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/grpc_query_master_minter.go b/x/tokenfactory/keeper/grpc_query_master_minter.go index abbbb44a..bf020018 100644 --- a/x/tokenfactory/keeper/grpc_query_master_minter.go +++ b/x/tokenfactory/keeper/grpc_query_master_minter.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_master_minter_test.go b/x/tokenfactory/keeper/grpc_query_master_minter_test.go index 2661585d..5654adaf 100644 --- a/x/tokenfactory/keeper/grpc_query_master_minter_test.go +++ b/x/tokenfactory/keeper/grpc_query_master_minter_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestMasterMinterQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/grpc_query_minter_controller.go b/x/tokenfactory/keeper/grpc_query_minter_controller.go index ea46c903..b435ecf2 100644 --- a/x/tokenfactory/keeper/grpc_query_minter_controller.go +++ b/x/tokenfactory/keeper/grpc_query_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/grpc_query_minter_controller_test.go b/x/tokenfactory/keeper/grpc_query_minter_controller_test.go index c4d769d4..831391af 100644 --- a/x/tokenfactory/keeper/grpc_query_minter_controller_test.go +++ b/x/tokenfactory/keeper/grpc_query_minter_controller_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/keeper/grpc_query_minters.go b/x/tokenfactory/keeper/grpc_query_minters.go index 463a87f7..4536e237 100644 --- a/x/tokenfactory/keeper/grpc_query_minters.go +++ b/x/tokenfactory/keeper/grpc_query_minters.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_minters_test.go b/x/tokenfactory/keeper/grpc_query_minters_test.go index 0fbf0461..d72e0733 100644 --- a/x/tokenfactory/keeper/grpc_query_minters_test.go +++ b/x/tokenfactory/keeper/grpc_query_minters_test.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // Prevent strconv unused error diff --git a/x/tokenfactory/keeper/grpc_query_minting_denom.go b/x/tokenfactory/keeper/grpc_query_minting_denom.go index 49fce3a4..752f39c0 100644 --- a/x/tokenfactory/keeper/grpc_query_minting_denom.go +++ b/x/tokenfactory/keeper/grpc_query_minting_denom.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" diff --git a/x/tokenfactory/keeper/grpc_query_minting_denom_test.go b/x/tokenfactory/keeper/grpc_query_minting_denom_test.go index bd9cc979..53246ba8 100644 --- a/x/tokenfactory/keeper/grpc_query_minting_denom_test.go +++ b/x/tokenfactory/keeper/grpc_query_minting_denom_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestMintingDenomQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/grpc_query_owner.go b/x/tokenfactory/keeper/grpc_query_owner.go index dda60e31..e1e28e35 100644 --- a/x/tokenfactory/keeper/grpc_query_owner.go +++ b/x/tokenfactory/keeper/grpc_query_owner.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_owner_test.go b/x/tokenfactory/keeper/grpc_query_owner_test.go index 7b2a4e43..77f96678 100644 --- a/x/tokenfactory/keeper/grpc_query_owner_test.go +++ b/x/tokenfactory/keeper/grpc_query_owner_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestOwnerQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/grpc_query_params.go b/x/tokenfactory/keeper/grpc_query_params.go index 66e2fa0d..49bb851c 100644 --- a/x/tokenfactory/keeper/grpc_query_params.go +++ b/x/tokenfactory/keeper/grpc_query_params.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_params_test.go b/x/tokenfactory/keeper/grpc_query_params_test.go index fc55740a..d78827f4 100644 --- a/x/tokenfactory/keeper/grpc_query_params_test.go +++ b/x/tokenfactory/keeper/grpc_query_params_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - testkeeper "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + testkeeper "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/keeper/grpc_query_paused.go b/x/tokenfactory/keeper/grpc_query_paused.go index 5099204e..932d1c23 100644 --- a/x/tokenfactory/keeper/grpc_query_paused.go +++ b/x/tokenfactory/keeper/grpc_query_paused.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "google.golang.org/grpc/codes" diff --git a/x/tokenfactory/keeper/grpc_query_paused_test.go b/x/tokenfactory/keeper/grpc_query_paused_test.go index 4f7191c7..23801273 100644 --- a/x/tokenfactory/keeper/grpc_query_paused_test.go +++ b/x/tokenfactory/keeper/grpc_query_paused_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestPausedQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/grpc_query_pauser.go b/x/tokenfactory/keeper/grpc_query_pauser.go index 71ab8ca7..8ca7725e 100644 --- a/x/tokenfactory/keeper/grpc_query_pauser.go +++ b/x/tokenfactory/keeper/grpc_query_pauser.go @@ -4,7 +4,7 @@ import ( "context" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "google.golang.org/grpc/codes" "google.golang.org/grpc/status" ) diff --git a/x/tokenfactory/keeper/grpc_query_pauser_test.go b/x/tokenfactory/keeper/grpc_query_pauser_test.go index 927fa786..f9b39e7e 100644 --- a/x/tokenfactory/keeper/grpc_query_pauser_test.go +++ b/x/tokenfactory/keeper/grpc_query_pauser_test.go @@ -8,9 +8,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestPauserQuery(t *testing.T) { diff --git a/x/tokenfactory/keeper/keeper.go b/x/tokenfactory/keeper/keeper.go index 8fd740b1..b1056e5e 100644 --- a/x/tokenfactory/keeper/keeper.go +++ b/x/tokenfactory/keeper/keeper.go @@ -4,7 +4,7 @@ import ( "fmt" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/codec" storetypes "github.com/cosmos/cosmos-sdk/store/types" diff --git a/x/tokenfactory/keeper/master_minter.go b/x/tokenfactory/keeper/master_minter.go index bf041c78..e3842139 100644 --- a/x/tokenfactory/keeper/master_minter.go +++ b/x/tokenfactory/keeper/master_minter.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/keeper/master_minter_test.go b/x/tokenfactory/keeper/master_minter_test.go index f2ae902a..de7f5c69 100644 --- a/x/tokenfactory/keeper/master_minter_test.go +++ b/x/tokenfactory/keeper/master_minter_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func createTestMasterMinter(keeper *keeper.Keeper, ctx sdk.Context) types.MasterMinter { diff --git a/x/tokenfactory/keeper/minter_controller.go b/x/tokenfactory/keeper/minter_controller.go index 3cb6abda..31a33a6d 100644 --- a/x/tokenfactory/keeper/minter_controller.go +++ b/x/tokenfactory/keeper/minter_controller.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/minter_controller_test.go b/x/tokenfactory/keeper/minter_controller_test.go index 969af4cd..6f9c0250 100644 --- a/x/tokenfactory/keeper/minter_controller_test.go +++ b/x/tokenfactory/keeper/minter_controller_test.go @@ -4,10 +4,10 @@ import ( "strconv" "testing" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" diff --git a/x/tokenfactory/keeper/minters.go b/x/tokenfactory/keeper/minters.go index d8572cbb..d21c62dd 100644 --- a/x/tokenfactory/keeper/minters.go +++ b/x/tokenfactory/keeper/minters.go @@ -3,7 +3,7 @@ package keeper import ( "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // SetMinters set a specific minters in the store from its index diff --git a/x/tokenfactory/keeper/minters_test.go b/x/tokenfactory/keeper/minters_test.go index 76fa7bc6..817a1664 100644 --- a/x/tokenfactory/keeper/minters_test.go +++ b/x/tokenfactory/keeper/minters_test.go @@ -5,10 +5,10 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/keeper/minting_denom.go b/x/tokenfactory/keeper/minting_denom.go index e8a14e16..493edb37 100644 --- a/x/tokenfactory/keeper/minting_denom.go +++ b/x/tokenfactory/keeper/minting_denom.go @@ -3,7 +3,7 @@ package keeper import ( "fmt" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/cosmos/cosmos-sdk/store/prefix" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/minting_denom_test.go b/x/tokenfactory/keeper/minting_denom_test.go index fc3bb6ef..3a1930a0 100644 --- a/x/tokenfactory/keeper/minting_denom_test.go +++ b/x/tokenfactory/keeper/minting_denom_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func createTestMintingDenom(keeper *keeper.Keeper, ctx sdk.Context) types.MintingDenom { diff --git a/x/tokenfactory/keeper/msg_server.go b/x/tokenfactory/keeper/msg_server.go index e1e1f324..89464797 100644 --- a/x/tokenfactory/keeper/msg_server.go +++ b/x/tokenfactory/keeper/msg_server.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) type msgServer struct { diff --git a/x/tokenfactory/keeper/msg_server_accept_owner.go b/x/tokenfactory/keeper/msg_server_accept_owner.go index cc34af2d..1c037727 100644 --- a/x/tokenfactory/keeper/msg_server_accept_owner.go +++ b/x/tokenfactory/keeper/msg_server_accept_owner.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_blacklist.go b/x/tokenfactory/keeper/msg_server_blacklist.go index 1039094d..5972fe06 100644 --- a/x/tokenfactory/keeper/msg_server_blacklist.go +++ b/x/tokenfactory/keeper/msg_server_blacklist.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_burn.go b/x/tokenfactory/keeper/msg_server_burn.go index 84f6f54b..b5b62ed4 100644 --- a/x/tokenfactory/keeper/msg_server_burn.go +++ b/x/tokenfactory/keeper/msg_server_burn.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_configure_minter.go b/x/tokenfactory/keeper/msg_server_configure_minter.go index 0e1d7cbb..b41cd4c2 100644 --- a/x/tokenfactory/keeper/msg_server_configure_minter.go +++ b/x/tokenfactory/keeper/msg_server_configure_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_configure_minter_controller.go b/x/tokenfactory/keeper/msg_server_configure_minter_controller.go index 9faac8aa..f872961b 100644 --- a/x/tokenfactory/keeper/msg_server_configure_minter_controller.go +++ b/x/tokenfactory/keeper/msg_server_configure_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_mint.go b/x/tokenfactory/keeper/msg_server_mint.go index d1db443e..747155af 100644 --- a/x/tokenfactory/keeper/msg_server_mint.go +++ b/x/tokenfactory/keeper/msg_server_mint.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" diff --git a/x/tokenfactory/keeper/msg_server_pause.go b/x/tokenfactory/keeper/msg_server_pause.go index e2f74785..7fb3e512 100644 --- a/x/tokenfactory/keeper/msg_server_pause.go +++ b/x/tokenfactory/keeper/msg_server_pause.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_remove_minter.go b/x/tokenfactory/keeper/msg_server_remove_minter.go index 7de296de..8ae07b2e 100644 --- a/x/tokenfactory/keeper/msg_server_remove_minter.go +++ b/x/tokenfactory/keeper/msg_server_remove_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_remove_minter_controller.go b/x/tokenfactory/keeper/msg_server_remove_minter_controller.go index 8841d411..509043d3 100644 --- a/x/tokenfactory/keeper/msg_server_remove_minter_controller.go +++ b/x/tokenfactory/keeper/msg_server_remove_minter_controller.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_unblacklist.go b/x/tokenfactory/keeper/msg_server_unblacklist.go index 36016dc1..176eddc1 100644 --- a/x/tokenfactory/keeper/msg_server_unblacklist.go +++ b/x/tokenfactory/keeper/msg_server_unblacklist.go @@ -4,7 +4,7 @@ import ( "context" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_unpause.go b/x/tokenfactory/keeper/msg_server_unpause.go index 0ef94629..63d58ceb 100644 --- a/x/tokenfactory/keeper/msg_server_unpause.go +++ b/x/tokenfactory/keeper/msg_server_unpause.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_update_blacklister.go b/x/tokenfactory/keeper/msg_server_update_blacklister.go index cc176e96..0688cb67 100644 --- a/x/tokenfactory/keeper/msg_server_update_blacklister.go +++ b/x/tokenfactory/keeper/msg_server_update_blacklister.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_update_master_minter.go b/x/tokenfactory/keeper/msg_server_update_master_minter.go index 1175d087..f31df5f8 100644 --- a/x/tokenfactory/keeper/msg_server_update_master_minter.go +++ b/x/tokenfactory/keeper/msg_server_update_master_minter.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_update_owner.go b/x/tokenfactory/keeper/msg_server_update_owner.go index b42c1e60..df62f6a9 100644 --- a/x/tokenfactory/keeper/msg_server_update_owner.go +++ b/x/tokenfactory/keeper/msg_server_update_owner.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/msg_server_update_pauser.go b/x/tokenfactory/keeper/msg_server_update_pauser.go index e0b703ee..c33dd19e 100644 --- a/x/tokenfactory/keeper/msg_server_update_pauser.go +++ b/x/tokenfactory/keeper/msg_server_update_pauser.go @@ -3,7 +3,7 @@ package keeper import ( "context" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdkerrors "cosmossdk.io/errors" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/tokenfactory/keeper/owner.go b/x/tokenfactory/keeper/owner.go index a1f63a11..a8745747 100644 --- a/x/tokenfactory/keeper/owner.go +++ b/x/tokenfactory/keeper/owner.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/keeper/owner_test.go b/x/tokenfactory/keeper/owner_test.go index 78fea332..4395f0e8 100644 --- a/x/tokenfactory/keeper/owner_test.go +++ b/x/tokenfactory/keeper/owner_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func TestOwnerGet(t *testing.T) { diff --git a/x/tokenfactory/keeper/params.go b/x/tokenfactory/keeper/params.go index 317a6cda..8494253d 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/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // GetParams get all parameters as types.Params diff --git a/x/tokenfactory/keeper/params_test.go b/x/tokenfactory/keeper/params_test.go index 2d7859da..b367a8c2 100644 --- a/x/tokenfactory/keeper/params_test.go +++ b/x/tokenfactory/keeper/params_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "testing" - testkeeper "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + testkeeper "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/keeper/paused.go b/x/tokenfactory/keeper/paused.go index 020bb9d6..9eef0491 100644 --- a/x/tokenfactory/keeper/paused.go +++ b/x/tokenfactory/keeper/paused.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/keeper/paused_test.go b/x/tokenfactory/keeper/paused_test.go index 91e7a002..51fa9891 100644 --- a/x/tokenfactory/keeper/paused_test.go +++ b/x/tokenfactory/keeper/paused_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func createTestPaused(keeper *keeper.Keeper, ctx sdk.Context) types.Paused { diff --git a/x/tokenfactory/keeper/pauser.go b/x/tokenfactory/keeper/pauser.go index 6c732348..8db41987 100644 --- a/x/tokenfactory/keeper/pauser.go +++ b/x/tokenfactory/keeper/pauser.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/tokenfactory/keeper/pauser_test.go b/x/tokenfactory/keeper/pauser_test.go index 80ddf4d4..f93532f8 100644 --- a/x/tokenfactory/keeper/pauser_test.go +++ b/x/tokenfactory/keeper/pauser_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - keepertest "github.com/strangelove-ventures/noble/testutil/keeper" - "github.com/strangelove-ventures/noble/testutil/nullify" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + keepertest "github.com/strangelove-ventures/noble/v4/testutil/keeper" + "github.com/strangelove-ventures/noble/v4/testutil/nullify" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func createTestPauser(keeper *keeper.Keeper, ctx sdk.Context) types.Pauser { diff --git a/x/tokenfactory/module.go b/x/tokenfactory/module.go index 59373293..c7386c60 100644 --- a/x/tokenfactory/module.go +++ b/x/tokenfactory/module.go @@ -16,9 +16,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/strangelove-ventures/noble/x/tokenfactory/client/cli" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/client/cli" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) var ( diff --git a/x/tokenfactory/module_simulation.go b/x/tokenfactory/module_simulation.go index 6b5398a9..17a831e6 100644 --- a/x/tokenfactory/module_simulation.go +++ b/x/tokenfactory/module_simulation.go @@ -9,9 +9,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/strangelove-ventures/noble/testutil/sample" - tokenfactorysimulation "github.com/strangelove-ventures/noble/x/tokenfactory/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + tokenfactorysimulation "github.com/strangelove-ventures/noble/v4/x/tokenfactory/simulation" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) // avoid unused import issue diff --git a/x/tokenfactory/simulation/blacklist.go b/x/tokenfactory/simulation/blacklist.go index 86e349d8..9e00cb5f 100644 --- a/x/tokenfactory/simulation/blacklist.go +++ b/x/tokenfactory/simulation/blacklist.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgBlacklist( diff --git a/x/tokenfactory/simulation/burn.go b/x/tokenfactory/simulation/burn.go index b53ac578..f91aecfc 100644 --- a/x/tokenfactory/simulation/burn.go +++ b/x/tokenfactory/simulation/burn.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgBurn( diff --git a/x/tokenfactory/simulation/configure_minter.go b/x/tokenfactory/simulation/configure_minter.go index 28be6ab5..9c778cb6 100644 --- a/x/tokenfactory/simulation/configure_minter.go +++ b/x/tokenfactory/simulation/configure_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgConfigureMinter( diff --git a/x/tokenfactory/simulation/configure_minter_controller.go b/x/tokenfactory/simulation/configure_minter_controller.go index 5903fca4..f27e8ebd 100644 --- a/x/tokenfactory/simulation/configure_minter_controller.go +++ b/x/tokenfactory/simulation/configure_minter_controller.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgConfigureMinterController( diff --git a/x/tokenfactory/simulation/mint.go b/x/tokenfactory/simulation/mint.go index 3149fae1..087f9cd9 100644 --- a/x/tokenfactory/simulation/mint.go +++ b/x/tokenfactory/simulation/mint.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgMint( diff --git a/x/tokenfactory/simulation/pause.go b/x/tokenfactory/simulation/pause.go index 11bd5359..bed85eb0 100644 --- a/x/tokenfactory/simulation/pause.go +++ b/x/tokenfactory/simulation/pause.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgPause( diff --git a/x/tokenfactory/simulation/remove_minter.go b/x/tokenfactory/simulation/remove_minter.go index 2901216a..5a82eddb 100644 --- a/x/tokenfactory/simulation/remove_minter.go +++ b/x/tokenfactory/simulation/remove_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgRemoveMinter( diff --git a/x/tokenfactory/simulation/remove_minter_controller.go b/x/tokenfactory/simulation/remove_minter_controller.go index 2400812f..b2cd24f4 100644 --- a/x/tokenfactory/simulation/remove_minter_controller.go +++ b/x/tokenfactory/simulation/remove_minter_controller.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgRemoveMinterController( diff --git a/x/tokenfactory/simulation/unblacklist.go b/x/tokenfactory/simulation/unblacklist.go index 928f721b..4589f5ad 100644 --- a/x/tokenfactory/simulation/unblacklist.go +++ b/x/tokenfactory/simulation/unblacklist.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUnblacklist( diff --git a/x/tokenfactory/simulation/unpause.go b/x/tokenfactory/simulation/unpause.go index 52b82cfb..afbb5278 100644 --- a/x/tokenfactory/simulation/unpause.go +++ b/x/tokenfactory/simulation/unpause.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUnpause( diff --git a/x/tokenfactory/simulation/update_blacklister.go b/x/tokenfactory/simulation/update_blacklister.go index c58f1f96..ffc2f4ea 100644 --- a/x/tokenfactory/simulation/update_blacklister.go +++ b/x/tokenfactory/simulation/update_blacklister.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUpdateBlacklister( diff --git a/x/tokenfactory/simulation/update_master_minter.go b/x/tokenfactory/simulation/update_master_minter.go index eade6a57..bc586552 100644 --- a/x/tokenfactory/simulation/update_master_minter.go +++ b/x/tokenfactory/simulation/update_master_minter.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUpdateMasterMinter( diff --git a/x/tokenfactory/simulation/update_owner.go b/x/tokenfactory/simulation/update_owner.go index 910e2670..cec3cdd5 100644 --- a/x/tokenfactory/simulation/update_owner.go +++ b/x/tokenfactory/simulation/update_owner.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUpdateOwner( diff --git a/x/tokenfactory/simulation/update_pauser.go b/x/tokenfactory/simulation/update_pauser.go index 83d8b02f..108759f8 100644 --- a/x/tokenfactory/simulation/update_pauser.go +++ b/x/tokenfactory/simulation/update_pauser.go @@ -6,8 +6,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/strangelove-ventures/noble/x/tokenfactory/keeper" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/keeper" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" ) func SimulateMsgUpdatePauser( diff --git a/x/tokenfactory/types/blacklisted.pb.go b/x/tokenfactory/types/blacklisted.pb.go index f696dd90..5895bd69 100644 --- a/x/tokenfactory/types/blacklisted.pb.go +++ b/x/tokenfactory/types/blacklisted.pb.go @@ -73,18 +73,19 @@ func init() { func init() { proto.RegisterFile("tokenfactory/blacklisted.proto", fileDescriptor_43ff59c42df01ab4) } var fileDescriptor_43ff59c42df01ab4 = []byte{ - // 174 bytes of a gzipped FileDescriptorProto + // 177 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x4f, 0xca, 0x49, 0x4c, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0x49, 0x4d, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa5, 0xa4, 0xcd, 0xc5, 0xed, 0x84, 0x50, 0x28, 0x24, 0xc3, 0xc5, 0x99, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0xec, 0x54, 0x25, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x13, 0x84, - 0x10, 0x70, 0x0a, 0x39, 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, 0xab, 0xf4, + 0x10, 0x70, 0x0a, 0x3f, 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, 0xdb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0x9c, 0xfc, 0xb2, 0x54, 0xdd, 0xb2, 0xd4, 0xbc, 0x92, 0xd2, 0xa2, 0xd4, 0x62, 0x7d, 0xb0, - 0xd5, 0xfa, 0x15, 0xfa, 0x28, 0x4e, 0x2c, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xbb, 0xce, - 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x29, 0x39, 0xe6, 0x54, 0xbf, 0x00, 0x00, 0x00, + 0xd5, 0xfa, 0x65, 0x26, 0xfa, 0x15, 0xfa, 0x28, 0xae, 0x2c, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, + 0x03, 0x3b, 0xd0, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x21, 0x3e, 0x20, 0x5c, 0xc2, 0x00, 0x00, + 0x00, } func (m *Blacklisted) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/blacklister.pb.go b/x/tokenfactory/types/blacklister.pb.go index 5bd7adc2..fd0d7ed2 100644 --- a/x/tokenfactory/types/blacklister.pb.go +++ b/x/tokenfactory/types/blacklister.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/blacklister.proto", fileDescriptor_c4e04641cbe52423) } var fileDescriptor_c4e04641cbe52423 = []byte{ - // 172 bytes of a gzipped FileDescriptorProto + // 175 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2b, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x4f, 0xca, 0x49, 0x4c, 0xce, 0xce, 0xc9, 0x2c, 0x2e, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa5, 0xa4, 0xce, 0xc5, 0xed, 0x84, 0x50, 0x28, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, - 0x85, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, - 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x55, 0x7a, 0x66, 0x49, + 0x85, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, + 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x6d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x5a, 0xfd, - 0x0a, 0x7d, 0x14, 0xe7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x5d, 0x66, 0x0c, 0x08, - 0x00, 0x00, 0xff, 0xff, 0x00, 0x51, 0x17, 0x6d, 0xbb, 0x00, 0x00, 0x00, + 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x14, 0x17, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x1d, + 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x52, 0x60, 0x22, 0x0c, 0xbe, 0x00, 0x00, 0x00, } func (m *Blacklister) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/genesis.pb.go b/x/tokenfactory/types/genesis.pb.go index a60954c2..8fa2c1cb 100644 --- a/x/tokenfactory/types/genesis.pb.go +++ b/x/tokenfactory/types/genesis.pb.go @@ -147,36 +147,36 @@ func init() { func init() { proto.RegisterFile("tokenfactory/genesis.proto", fileDescriptor_415d5acd9b7bd461) } var fileDescriptor_415d5acd9b7bd461 = []byte{ - // 460 bytes of a gzipped FileDescriptorProto + // 464 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x93, 0x3f, 0x8f, 0xd3, 0x30, 0x18, 0xc6, 0x13, 0xee, 0x5a, 0xc0, 0x39, 0x09, 0xc9, 0xba, 0xc1, 0x17, 0xa4, 0x5c, 0x84, 0x6e, - 0xb8, 0x85, 0x44, 0x2a, 0x0b, 0x62, 0xa3, 0xad, 0xc4, 0x42, 0x55, 0x14, 0x98, 0x18, 0xa8, 0x92, - 0xd4, 0x84, 0xa8, 0x89, 0x5d, 0xd9, 0x6e, 0xa1, 0xdf, 0x82, 0x4f, 0xc1, 0x67, 0xe9, 0xd8, 0x91, - 0x09, 0xa1, 0xf6, 0x8b, 0xa0, 0xd8, 0x26, 0x8d, 0xaf, 0x69, 0xbb, 0x45, 0x7a, 0x7e, 0xcf, 0x9b, - 0xe7, 0xfd, 0x63, 0xe0, 0x0a, 0x3a, 0xc3, 0xe4, 0x6b, 0x9c, 0x0a, 0xca, 0x56, 0x61, 0x86, 0x09, - 0xe6, 0x39, 0x0f, 0xe6, 0x8c, 0x0a, 0x0a, 0x21, 0xa1, 0x49, 0x81, 0x83, 0x26, 0xe1, 0x5e, 0x67, - 0x34, 0xa3, 0x52, 0x0e, 0xab, 0x2f, 0x45, 0xba, 0x37, 0x46, 0x95, 0x79, 0xcc, 0xe2, 0x52, 0x17, - 0x71, 0x3d, 0x43, 0x4a, 0x8a, 0x38, 0x9d, 0x15, 0x39, 0x17, 0x78, 0x7a, 0xc4, 0xba, 0xe0, 0xb5, - 0xe4, 0x1b, 0x52, 0x19, 0x73, 0x81, 0xd9, 0xa4, 0xcc, 0x89, 0xc0, 0x4c, 0x13, 0x66, 0x7a, 0x25, - 0xf1, 0xe3, 0x85, 0xd9, 0x99, 0x4c, 0xff, 0x75, 0x64, 0xe8, 0xf4, 0x3b, 0xa9, 0x95, 0xbb, 0x96, - 0x1f, 0x4e, 0x52, 0x4a, 0x04, 0xa3, 0x45, 0x51, 0x53, 0xfe, 0x01, 0x95, 0x93, 0x6c, 0x32, 0xc5, - 0x84, 0x96, 0x8a, 0x78, 0xf1, 0xab, 0x03, 0xae, 0xde, 0xa9, 0x61, 0x7f, 0x14, 0xb1, 0xc0, 0xf0, - 0x35, 0xe8, 0xaa, 0xb1, 0x21, 0xdb, 0xb7, 0xef, 0x9d, 0x9e, 0x1b, 0x1c, 0x0e, 0x3f, 0xf8, 0x20, - 0x89, 0xfe, 0xe5, 0xfa, 0xcf, 0xad, 0x15, 0x69, 0x1e, 0x8e, 0xc1, 0xb3, 0xc6, 0x54, 0xdf, 0xe7, - 0x5c, 0xa0, 0x47, 0xfe, 0xc5, 0xbd, 0xd3, 0xbb, 0x6d, 0x2b, 0xd1, 0xdf, 0xa3, 0xba, 0xce, 0x43, - 0x37, 0xec, 0x55, 0x51, 0xaa, 0x35, 0xa0, 0x8b, 0x53, 0x51, 0x2a, 0x22, 0xd2, 0x24, 0x1c, 0x82, - 0x2b, 0xb5, 0x9f, 0x91, 0x1c, 0x09, 0xba, 0x94, 0x4e, 0xbf, 0xcd, 0x39, 0x6a, 0x70, 0x91, 0xe1, - 0x82, 0x03, 0xe0, 0xe8, 0x1d, 0xca, 0x36, 0x3a, 0xb2, 0x8d, 0xe7, 0xad, 0x45, 0x14, 0xa6, 0x5b, - 0x68, 0xba, 0xea, 0xf8, 0x0c, 0x75, 0xcf, 0xc4, 0x67, 0x3a, 0x3e, 0x83, 0x6f, 0x81, 0xd3, 0xb8, - 0x02, 0xf4, 0x58, 0x1a, 0xcf, 0xcc, 0x8f, 0x45, 0x4d, 0x0f, 0x0c, 0x41, 0x47, 0x1e, 0x0a, 0x7a, - 0x22, 0xcd, 0x37, 0x6d, 0xe6, 0x71, 0x05, 0x44, 0x8a, 0x83, 0x5f, 0xc0, 0xb5, 0x8a, 0x3d, 0xa8, - 0xcf, 0x47, 0x76, 0xfd, 0x54, 0x76, 0x7d, 0x77, 0xbc, 0xeb, 0x3d, 0xaf, 0xdb, 0x6f, 0xad, 0x23, - 0x57, 0xa2, 0x2e, 0x6f, 0x58, 0x1d, 0x1e, 0x02, 0x27, 0x56, 0xd2, 0xe0, 0x22, 0xc3, 0xd5, 0xff, - 0xb4, 0xde, 0x7a, 0xf6, 0x66, 0xeb, 0xd9, 0x7f, 0xb7, 0x9e, 0xfd, 0x73, 0xe7, 0x59, 0x9b, 0x9d, - 0x67, 0xfd, 0xde, 0x79, 0xd6, 0xe7, 0x37, 0x59, 0x2e, 0xbe, 0x2d, 0x92, 0x20, 0xa5, 0x65, 0xc8, - 0x05, 0x8b, 0x49, 0x86, 0x0b, 0xba, 0xc4, 0x2f, 0x97, 0x98, 0x88, 0x05, 0xc3, 0x3c, 0x94, 0x3f, - 0x0a, 0x7f, 0x84, 0xc6, 0x63, 0x10, 0xab, 0x39, 0xe6, 0x49, 0x57, 0xbe, 0x82, 0x57, 0xff, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x87, 0x27, 0x28, 0x63, 0x7e, 0x04, 0x00, 0x00, + 0xb8, 0x85, 0x58, 0x2a, 0x0c, 0x2c, 0x0c, 0xf4, 0x4e, 0x62, 0xe1, 0x74, 0x28, 0x0c, 0x48, 0x0c, + 0x54, 0x49, 0x6a, 0x42, 0xd4, 0xc4, 0xae, 0x6c, 0xb7, 0xd0, 0x6f, 0xc1, 0xa7, 0xe0, 0xb3, 0x74, + 0xec, 0xc8, 0x84, 0x50, 0xfb, 0x45, 0x50, 0x6c, 0x93, 0xc6, 0x34, 0x6d, 0xb7, 0x48, 0xcf, 0xef, + 0x79, 0xf3, 0xbc, 0x7f, 0x0c, 0x7c, 0xc9, 0x26, 0x84, 0x7e, 0x49, 0x32, 0xc9, 0xf8, 0x02, 0xe7, + 0x84, 0x12, 0x51, 0x88, 0x68, 0xca, 0x99, 0x64, 0x10, 0x52, 0x96, 0x96, 0x24, 0x6a, 0x13, 0xfe, + 0x79, 0xce, 0x72, 0xa6, 0x64, 0x5c, 0x7f, 0x69, 0xd2, 0xbf, 0xb0, 0xaa, 0x4c, 0x13, 0x9e, 0x54, + 0xa6, 0x88, 0x1f, 0x58, 0x52, 0x5a, 0x26, 0xd9, 0xa4, 0x2c, 0x84, 0x24, 0xe3, 0x3d, 0xd6, 0x99, + 0x68, 0xa4, 0xd0, 0x92, 0xaa, 0x44, 0x48, 0xc2, 0x47, 0x55, 0x41, 0x25, 0xe1, 0x86, 0xb0, 0xd3, + 0x6b, 0x49, 0xec, 0x2f, 0xcc, 0x8f, 0x64, 0xfa, 0xa7, 0x23, 0x4b, 0x67, 0xdf, 0x68, 0xa3, 0x5c, + 0x75, 0xfc, 0x70, 0x94, 0x31, 0x2a, 0x39, 0x2b, 0xcb, 0x86, 0x0a, 0x77, 0xa8, 0x82, 0xe6, 0xa3, + 0x31, 0xa1, 0xac, 0xd2, 0xc4, 0xb3, 0x9f, 0x3d, 0x70, 0xf6, 0x56, 0x0f, 0xfb, 0x83, 0x4c, 0x24, + 0x81, 0xaf, 0x40, 0x5f, 0x8f, 0x0d, 0xb9, 0xa1, 0x7b, 0xed, 0x0d, 0xfc, 0x68, 0x77, 0xf8, 0xd1, + 0x7b, 0x45, 0x0c, 0x4f, 0x97, 0xbf, 0x2f, 0x9d, 0xd8, 0xf0, 0xf0, 0x1e, 0x3c, 0x69, 0x4d, 0xf5, + 0x5d, 0x21, 0x24, 0x7a, 0x10, 0x9e, 0x5c, 0x7b, 0x83, 0xcb, 0xae, 0x12, 0xc3, 0x2d, 0x6a, 0xea, + 0xfc, 0xef, 0x86, 0x83, 0x3a, 0x4a, 0xbd, 0x06, 0x74, 0x72, 0x28, 0x4a, 0x4d, 0xc4, 0x86, 0x84, + 0xb7, 0xe0, 0x4c, 0xef, 0xe7, 0x4e, 0x8d, 0x04, 0x9d, 0x2a, 0x67, 0xd8, 0xe5, 0xbc, 0x6b, 0x71, + 0xb1, 0xe5, 0x82, 0x37, 0xc0, 0x33, 0x3b, 0x54, 0x6d, 0xf4, 0x54, 0x1b, 0x4f, 0x3b, 0x8b, 0x68, + 0xcc, 0xb4, 0xd0, 0x76, 0x35, 0xf1, 0x39, 0xea, 0x1f, 0x89, 0xcf, 0x4d, 0x7c, 0x0e, 0xdf, 0x00, + 0xaf, 0x75, 0x05, 0xe8, 0xa1, 0x32, 0x1e, 0x99, 0x1f, 0x8f, 0xdb, 0x1e, 0x88, 0x41, 0x4f, 0x1d, + 0x0a, 0x7a, 0xa4, 0xcc, 0x17, 0x5d, 0xe6, 0xfb, 0x1a, 0x88, 0x35, 0x07, 0x3f, 0x83, 0x73, 0x1d, + 0xfb, 0xa6, 0x39, 0x1f, 0xd5, 0xf5, 0x63, 0xd5, 0xf5, 0xd5, 0xfe, 0xae, 0xb7, 0xbc, 0x69, 0xbf, + 0xb3, 0x8e, 0x5a, 0x89, 0xbe, 0xbc, 0xdb, 0xfa, 0xf0, 0x10, 0x38, 0xb0, 0x92, 0x16, 0x17, 0x5b, + 0xae, 0xe1, 0xc7, 0xe5, 0x3a, 0x70, 0x57, 0xeb, 0xc0, 0xfd, 0xb3, 0x0e, 0xdc, 0x1f, 0x9b, 0xc0, + 0x59, 0x6d, 0x02, 0xe7, 0xd7, 0x26, 0x70, 0x3e, 0xbd, 0xce, 0x0b, 0xf9, 0x75, 0x96, 0x46, 0x19, + 0xab, 0xb0, 0x90, 0x3c, 0xa1, 0x39, 0x29, 0xd9, 0x9c, 0x3c, 0x9f, 0x13, 0x2a, 0x67, 0x9c, 0x08, + 0xac, 0x7e, 0x84, 0xe7, 0x2f, 0xf1, 0x77, 0x6c, 0xbd, 0x07, 0xb9, 0x98, 0x12, 0x91, 0xf6, 0xd5, + 0x43, 0x78, 0xf1, 0x37, 0x00, 0x00, 0xff, 0xff, 0x14, 0x9e, 0x5b, 0x27, 0x81, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/genesis_test.go b/x/tokenfactory/types/genesis_test.go index 511e7a08..da78dd6f 100644 --- a/x/tokenfactory/types/genesis_test.go +++ b/x/tokenfactory/types/genesis_test.go @@ -4,8 +4,8 @@ import ( "testing" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/strangelove-ventures/noble/testutil/sample" - "github.com/strangelove-ventures/noble/x/tokenfactory/types" + "github.com/strangelove-ventures/noble/v4/testutil/sample" + "github.com/strangelove-ventures/noble/v4/x/tokenfactory/types" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/master_minter.pb.go b/x/tokenfactory/types/master_minter.pb.go index 830d2d3d..150ac914 100644 --- a/x/tokenfactory/types/master_minter.pb.go +++ b/x/tokenfactory/types/master_minter.pb.go @@ -73,19 +73,19 @@ func init() { func init() { proto.RegisterFile("tokenfactory/master_minter.proto", fileDescriptor_c337f384f876b9f9) } var fileDescriptor_c337f384f876b9f9 = []byte{ - // 177 bytes of a gzipped FileDescriptorProto + // 180 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x28, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0x4d, 0x2c, 0x2e, 0x49, 0x2d, 0x8a, 0xcf, 0xcd, 0xcc, 0x2b, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa7, 0xa4, 0xc1, 0xc5, 0xe3, 0x0b, 0x56, 0xea, 0x0b, 0x56, 0x29, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, - 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x85, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, + 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x85, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, - 0x94, 0x55, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, + 0x94, 0x6d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, - 0xb1, 0x3e, 0xd8, 0x5e, 0xfd, 0x0a, 0x7d, 0x14, 0x17, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, - 0x81, 0x9d, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xb5, 0xe4, 0xf1, 0x88, 0xbe, 0x00, 0x00, - 0x00, + 0xb1, 0x3e, 0xd8, 0x5e, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x14, 0x47, 0x96, 0x54, 0x16, 0xa4, + 0x16, 0x27, 0xb1, 0x81, 0x5d, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xfc, 0x41, 0x6c, 0x1f, + 0xc1, 0x00, 0x00, 0x00, } func (m *MasterMinter) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/message_blacklist_test.go b/x/tokenfactory/types/message_blacklist_test.go index d2fa60c4..3d99ca35 100644 --- a/x/tokenfactory/types/message_blacklist_test.go +++ b/x/tokenfactory/types/message_blacklist_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_burn_test.go b/x/tokenfactory/types/message_burn_test.go index 49965f60..ac49287d 100644 --- a/x/tokenfactory/types/message_burn_test.go +++ b/x/tokenfactory/types/message_burn_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_configure_minter_controller_test.go b/x/tokenfactory/types/message_configure_minter_controller_test.go index 305b243a..e683dee4 100644 --- a/x/tokenfactory/types/message_configure_minter_controller_test.go +++ b/x/tokenfactory/types/message_configure_minter_controller_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_configure_minter_test.go b/x/tokenfactory/types/message_configure_minter_test.go index 7e59a4cd..91192fa8 100644 --- a/x/tokenfactory/types/message_configure_minter_test.go +++ b/x/tokenfactory/types/message_configure_minter_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_mint_test.go b/x/tokenfactory/types/message_mint_test.go index 8d292e9f..4deb23a7 100644 --- a/x/tokenfactory/types/message_mint_test.go +++ b/x/tokenfactory/types/message_mint_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_pause_test.go b/x/tokenfactory/types/message_pause_test.go index 2ae825a2..0739f70e 100644 --- a/x/tokenfactory/types/message_pause_test.go +++ b/x/tokenfactory/types/message_pause_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_remove_minter_controller_test.go b/x/tokenfactory/types/message_remove_minter_controller_test.go index 4f828f82..f5565654 100644 --- a/x/tokenfactory/types/message_remove_minter_controller_test.go +++ b/x/tokenfactory/types/message_remove_minter_controller_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_remove_minter_test.go b/x/tokenfactory/types/message_remove_minter_test.go index 9d4b5794..c98b1e66 100644 --- a/x/tokenfactory/types/message_remove_minter_test.go +++ b/x/tokenfactory/types/message_remove_minter_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_unblacklist_test.go b/x/tokenfactory/types/message_unblacklist_test.go index dd3563b5..bb17a86a 100644 --- a/x/tokenfactory/types/message_unblacklist_test.go +++ b/x/tokenfactory/types/message_unblacklist_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_unpause_test.go b/x/tokenfactory/types/message_unpause_test.go index 1fea193b..ea75deb9 100644 --- a/x/tokenfactory/types/message_unpause_test.go +++ b/x/tokenfactory/types/message_unpause_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_update_blacklister_test.go b/x/tokenfactory/types/message_update_blacklister_test.go index 25bf72ef..3afe3a04 100644 --- a/x/tokenfactory/types/message_update_blacklister_test.go +++ b/x/tokenfactory/types/message_update_blacklister_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_update_master_minter_test.go b/x/tokenfactory/types/message_update_master_minter_test.go index 2948afa5..e1da89dc 100644 --- a/x/tokenfactory/types/message_update_master_minter_test.go +++ b/x/tokenfactory/types/message_update_master_minter_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_update_owner_test.go b/x/tokenfactory/types/message_update_owner_test.go index d6d7b4b6..e8549293 100644 --- a/x/tokenfactory/types/message_update_owner_test.go +++ b/x/tokenfactory/types/message_update_owner_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/message_update_pauser_test.go b/x/tokenfactory/types/message_update_pauser_test.go index 749f37ee..748ca839 100644 --- a/x/tokenfactory/types/message_update_pauser_test.go +++ b/x/tokenfactory/types/message_update_pauser_test.go @@ -4,7 +4,7 @@ import ( "testing" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/strangelove-ventures/noble/testutil/sample" + "github.com/strangelove-ventures/noble/v4/testutil/sample" "github.com/stretchr/testify/require" ) diff --git a/x/tokenfactory/types/minter_controller.pb.go b/x/tokenfactory/types/minter_controller.pb.go index 38a03b49..f7c86d61 100644 --- a/x/tokenfactory/types/minter_controller.pb.go +++ b/x/tokenfactory/types/minter_controller.pb.go @@ -83,19 +83,19 @@ func init() { } var fileDescriptor_08f20cf60d2060bd = []byte{ - // 188 bytes of a gzipped FileDescriptorProto + // 191 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x29, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0xcd, 0xcc, 0x2b, 0x49, 0x2d, 0x8a, 0x4f, 0xce, 0xcf, 0x2b, 0x29, 0xca, 0xcf, 0xc9, 0x49, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xab, 0xe4, 0xc5, 0x25, 0xe0, 0x0b, 0x56, 0xee, 0x0c, 0x57, 0x2d, 0x24, 0xc6, 0xc5, 0x06, 0x31, 0x42, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x08, 0xca, 0x13, 0x92, 0xe3, 0xe2, 0x42, 0x98, 0x29, 0xc1, 0x04, 0x96, 0x43, 0x12, 0x71, - 0x0a, 0x39, 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, 0xab, 0xf4, 0xcc, 0x92, + 0x0a, 0x3f, 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, 0xdb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0x9c, 0xfc, 0xb2, 0x54, 0xdd, 0xb2, 0xd4, 0xbc, 0x92, 0xd2, 0xa2, 0xd4, 0x62, 0x7d, 0xb0, 0xcb, 0xf4, - 0x2b, 0xf4, 0x51, 0xfc, 0x51, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x76, 0xbc, 0x31, 0x20, - 0x00, 0x00, 0xff, 0xff, 0x03, 0x33, 0xa9, 0xaf, 0xe4, 0x00, 0x00, 0x00, + 0xcb, 0x4c, 0xf4, 0x2b, 0xf4, 0x51, 0xbc, 0x52, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x76, + 0xbf, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x67, 0x49, 0x76, 0x75, 0xe7, 0x00, 0x00, 0x00, } func (m *MinterController) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/minters.pb.go b/x/tokenfactory/types/minters.pb.go index 9632e8a0..adf466b4 100644 --- a/x/tokenfactory/types/minters.pb.go +++ b/x/tokenfactory/types/minters.pb.go @@ -83,23 +83,23 @@ func init() { func init() { proto.RegisterFile("tokenfactory/minters.proto", fileDescriptor_ac9d7080b5299f2f) } var fileDescriptor_ac9d7080b5299f2f = []byte{ - // 248 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xb1, 0x4e, 0xc3, 0x40, - 0x0c, 0x86, 0x73, 0x08, 0x51, 0x35, 0x6c, 0x11, 0x43, 0xc8, 0x70, 0x54, 0x4c, 0x5d, 0x38, 0xab, - 0xb0, 0x21, 0xb1, 0x94, 0x99, 0xa5, 0x62, 0x62, 0xbb, 0x4b, 0x4d, 0x88, 0x48, 0xce, 0xd5, 0xd9, - 0x0d, 0xf4, 0x2d, 0x78, 0xac, 0x8e, 0x1d, 0x99, 0x10, 0x4a, 0x5e, 0x04, 0x35, 0x01, 0x01, 0x9b, - 0xad, 0xff, 0xf7, 0x27, 0x7d, 0x8e, 0x33, 0xa1, 0x67, 0xf4, 0x8f, 0x36, 0x17, 0x0a, 0x1b, 0xa8, - 0x4b, 0x2f, 0x18, 0xd8, 0xac, 0x02, 0x09, 0x25, 0x89, 0x27, 0x57, 0xa1, 0xf9, 0xdb, 0xc8, 0x4e, - 0x0a, 0x2a, 0xa8, 0x8f, 0x61, 0x3f, 0x0d, 0xcd, 0x4c, 0xe7, 0xc4, 0x35, 0x31, 0x38, 0xcb, 0x08, - 0xcd, 0xcc, 0xa1, 0xd8, 0x19, 0xe4, 0x54, 0xfa, 0x21, 0x3f, 0x77, 0xf1, 0xe8, 0x6e, 0x40, 0x27, - 0x69, 0x3c, 0xb2, 0xcb, 0x65, 0x40, 0xe6, 0x54, 0x4d, 0xd4, 0x74, 0xbc, 0xf8, 0x59, 0x93, 0x9b, - 0x78, 0x6c, 0xab, 0x8a, 0x5e, 0xac, 0xcf, 0x31, 0x3d, 0x98, 0xa8, 0xe9, 0xf1, 0xe5, 0xa9, 0x19, - 0xc0, 0x66, 0x0f, 0x36, 0xdf, 0x60, 0x73, 0x4b, 0xa5, 0x9f, 0x1f, 0x6e, 0x3f, 0xce, 0xa2, 0xc5, - 0xef, 0xc5, 0xfc, 0x7e, 0xdb, 0x6a, 0xb5, 0x6b, 0xb5, 0xfa, 0x6c, 0xb5, 0x7a, 0xeb, 0x74, 0xb4, - 0xeb, 0x74, 0xf4, 0xde, 0xe9, 0xe8, 0xe1, 0xba, 0x28, 0xe5, 0x69, 0xed, 0x4c, 0x4e, 0x35, 0xb0, - 0x04, 0xeb, 0x0b, 0xac, 0xa8, 0xc1, 0x8b, 0x06, 0xbd, 0xac, 0x03, 0x32, 0xf4, 0x9e, 0xf0, 0x0a, - 0xff, 0x7e, 0x21, 0x9b, 0x15, 0xb2, 0x3b, 0xea, 0x05, 0xae, 0xbe, 0x02, 0x00, 0x00, 0xff, 0xff, - 0x17, 0x31, 0x15, 0x9f, 0x28, 0x01, 0x00, 0x00, + // 250 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x90, 0xb1, 0x4e, 0xc3, 0x30, + 0x10, 0x86, 0x63, 0x84, 0xa8, 0x1a, 0xb6, 0x88, 0x21, 0x64, 0x30, 0x15, 0x53, 0x17, 0x7c, 0x2a, + 0xb0, 0x76, 0x29, 0x33, 0x4b, 0x17, 0x24, 0x36, 0xdb, 0x3d, 0x42, 0x44, 0xe2, 0xab, 0xec, 0x6b, + 0xa0, 0x6f, 0xc1, 0x63, 0x75, 0xec, 0xc8, 0x84, 0x50, 0xf2, 0x22, 0x28, 0x09, 0x08, 0xba, 0xdd, + 0xe9, 0xff, 0xef, 0x93, 0xbe, 0x8b, 0x33, 0xa6, 0x17, 0x74, 0x4f, 0xda, 0x32, 0xf9, 0x2d, 0x54, + 0x85, 0x63, 0xf4, 0x41, 0xad, 0x3d, 0x31, 0x25, 0x89, 0x23, 0x53, 0xa2, 0xfa, 0xdf, 0xc8, 0xce, + 0x72, 0xca, 0xa9, 0x8f, 0xa1, 0x9b, 0x86, 0x66, 0x26, 0x2d, 0x85, 0x8a, 0x02, 0x18, 0x1d, 0x10, + 0xea, 0x99, 0x41, 0xd6, 0x33, 0xb0, 0x54, 0xb8, 0x21, 0xbf, 0x34, 0xf1, 0xe8, 0x7e, 0x40, 0x27, + 0x69, 0x3c, 0xd2, 0xab, 0x95, 0xc7, 0x10, 0x52, 0x31, 0x11, 0xd3, 0xf1, 0xf2, 0x77, 0x4d, 0xe6, + 0xf1, 0x58, 0x97, 0x25, 0xbd, 0x6a, 0x67, 0x31, 0x3d, 0x9a, 0x88, 0xe9, 0xe9, 0xf5, 0xb9, 0x1a, + 0xc0, 0xaa, 0x03, 0xab, 0x1f, 0xb0, 0xba, 0xa3, 0xc2, 0x2d, 0x8e, 0x77, 0x9f, 0x17, 0xd1, 0xf2, + 0xef, 0x62, 0xf1, 0xb0, 0x6b, 0xa4, 0xd8, 0x37, 0x52, 0x7c, 0x35, 0x52, 0xbc, 0xb7, 0x32, 0xda, + 0xb7, 0x32, 0xfa, 0x68, 0x65, 0xf4, 0x38, 0xcf, 0x0b, 0x7e, 0xde, 0x18, 0x65, 0xa9, 0x82, 0xc0, + 0x5e, 0xbb, 0x1c, 0x4b, 0xaa, 0xf1, 0xaa, 0x46, 0xc7, 0x1b, 0x8f, 0x01, 0x7a, 0x4f, 0xa8, 0x6f, + 0xe1, 0x0d, 0x0e, 0xde, 0xc1, 0xdb, 0x35, 0x06, 0x73, 0xd2, 0x3b, 0xdc, 0x7c, 0x07, 0x00, 0x00, + 0xff, 0xff, 0xde, 0xdf, 0xb8, 0x9e, 0x2b, 0x01, 0x00, 0x00, } func (m *Minters) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/minting_denom.pb.go b/x/tokenfactory/types/minting_denom.pb.go index 890098ec..269927c1 100644 --- a/x/tokenfactory/types/minting_denom.pb.go +++ b/x/tokenfactory/types/minting_denom.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/minting_denom.proto", fileDescriptor_478a1499404b8e04) } var fileDescriptor_478a1499404b8e04 = []byte{ - // 172 bytes of a gzipped FileDescriptorProto + // 175 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x28, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0xcd, 0xcc, 0x2b, 0xc9, 0xcc, 0x4b, 0x8f, 0x4f, 0x49, 0xcd, 0xcb, 0xcf, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa7, 0xa4, 0xc2, 0xc5, 0xe3, 0x0b, 0x51, 0xea, 0x02, 0x52, 0x29, 0x24, 0xc2, 0xc5, 0x0a, 0xd6, 0x22, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe1, 0x38, - 0x85, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, - 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x55, 0x7a, 0x66, 0x49, + 0x85, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, + 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x6d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x4e, 0xfd, - 0x0a, 0x7d, 0x14, 0xd7, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x9d, 0x65, 0x0c, 0x08, - 0x00, 0x00, 0xff, 0xff, 0xd9, 0x92, 0xd3, 0x79, 0xba, 0x00, 0x00, 0x00, + 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x14, 0x07, 0x96, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x5d, + 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xdd, 0xec, 0xa4, 0xf2, 0xbd, 0x00, 0x00, 0x00, } func (m *MintingDenom) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/owner.pb.go b/x/tokenfactory/types/owner.pb.go index b87cd5af..2ce9a717 100644 --- a/x/tokenfactory/types/owner.pb.go +++ b/x/tokenfactory/types/owner.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/owner.proto", fileDescriptor_9a4e397b1130eab4) } var fileDescriptor_9a4e397b1130eab4 = []byte{ - // 166 bytes of a gzipped FileDescriptorProto + // 169 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x28, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0xcf, 0x2f, 0xcf, 0x4b, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x96, 0x57, 0x52, 0xe4, 0x62, 0xf5, 0x07, 0x29, 0x11, 0x92, 0xe0, 0x62, 0x4f, 0x4c, 0x49, 0x29, 0x4a, 0x2d, 0x2e, - 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x71, 0x9d, 0x42, 0x4e, 0x3c, 0x92, 0x63, 0xbc, + 0x96, 0x60, 0x54, 0x60, 0xd4, 0xe0, 0x0c, 0x82, 0x71, 0x9d, 0xc2, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, 0x63, - 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x2a, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, + 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x36, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, 0x3f, 0x57, 0xbf, 0xb8, 0xa4, 0x28, 0x31, 0x2f, 0x3d, 0x35, 0x27, 0xbf, 0x2c, 0x55, 0xb7, 0x2c, 0x35, - 0xaf, 0xa4, 0xb4, 0x28, 0xb5, 0x58, 0x1f, 0x6c, 0xa1, 0x7e, 0x85, 0x3e, 0x8a, 0x93, 0x4a, 0x2a, - 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0x6e, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xb7, 0x50, - 0x01, 0x6f, 0xaf, 0x00, 0x00, 0x00, + 0xaf, 0xa4, 0xb4, 0x28, 0xb5, 0x58, 0x1f, 0x6c, 0xa1, 0x7e, 0x99, 0x89, 0x7e, 0x85, 0x3e, 0x8a, + 0xab, 0x4a, 0x2a, 0x0b, 0x52, 0x8b, 0x93, 0xd8, 0xc0, 0xce, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, + 0xff, 0xd5, 0x0c, 0xfc, 0x21, 0xb2, 0x00, 0x00, 0x00, } func (m *Owner) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/params.pb.go b/x/tokenfactory/types/params.pb.go index 101092e0..4f9abb80 100644 --- a/x/tokenfactory/types/params.pb.go +++ b/x/tokenfactory/types/params.pb.go @@ -66,18 +66,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/params.proto", fileDescriptor_0f39a375875b281a) } var fileDescriptor_0f39a375875b281a = []byte{ - // 166 bytes of a gzipped FileDescriptorProto + // 169 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2c, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0x20, 0x25, 0x92, 0x9e, 0x9f, 0x9e, 0x0f, 0x96, 0xd6, 0x07, 0xb1, 0x20, 0x2a, 0x95, 0xf8, 0xb8, 0xd8, - 0x02, 0xc0, 0x3a, 0xad, 0x58, 0x66, 0x2c, 0x90, 0x67, 0x70, 0x0a, 0x39, 0xf1, 0x48, 0x8e, 0xf1, + 0x02, 0xc0, 0x3a, 0xad, 0x58, 0x66, 0x2c, 0x90, 0x67, 0x70, 0x0a, 0x3f, 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, 0xab, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, + 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0xdb, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe2, 0x92, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0x9c, 0xfc, 0xb2, 0x54, 0xdd, 0xb2, 0xd4, - 0xbc, 0x92, 0xd2, 0xa2, 0xd4, 0x62, 0x7d, 0xb0, 0x9d, 0xfa, 0x15, 0xfa, 0x28, 0xce, 0x2a, 0xa9, - 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0x5b, 0x66, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x29, 0xdf, - 0x9c, 0x86, 0xb3, 0x00, 0x00, 0x00, + 0xbc, 0x92, 0xd2, 0xa2, 0xd4, 0x62, 0x7d, 0xb0, 0x9d, 0xfa, 0x65, 0x26, 0xfa, 0x15, 0xfa, 0x28, + 0x2e, 0x2b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xdb, 0x67, 0x0c, 0x08, 0x00, 0x00, 0xff, + 0xff, 0xbb, 0xf2, 0xd4, 0xe4, 0xb6, 0x00, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/paused.pb.go b/x/tokenfactory/types/paused.pb.go index d08aa77d..d5d017b2 100644 --- a/x/tokenfactory/types/paused.pb.go +++ b/x/tokenfactory/types/paused.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/paused.proto", fileDescriptor_f80e08031f66ef0e) } var fileDescriptor_f80e08031f66ef0e = []byte{ - // 162 bytes of a gzipped FileDescriptorProto + // 165 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2c, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x2d, 0x4e, 0x4d, 0xd1, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa0, 0xa4, 0xc0, 0xc5, 0x16, 0x00, 0x56, 0x23, 0x24, 0xc6, 0xc5, 0x06, 0x51, 0x2d, 0xc1, 0xa8, 0xc0, - 0xa8, 0xc1, 0x11, 0x04, 0xe5, 0x39, 0x85, 0x9c, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, + 0xa8, 0xc1, 0x11, 0x04, 0xe5, 0x39, 0x85, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, 0xc7, 0x70, 0xe3, 0xb1, 0x1c, - 0x43, 0x94, 0x55, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, + 0x43, 0x94, 0x6d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, 0x6a, 0x5e, 0x49, 0x69, 0x51, - 0x6a, 0xb1, 0x3e, 0xd8, 0x3e, 0xfd, 0x0a, 0x7d, 0x14, 0x27, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, - 0xb1, 0x81, 0x9d, 0x64, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xe6, 0xcf, 0xd8, 0x6a, 0xaf, 0x00, - 0x00, 0x00, + 0x6a, 0xb1, 0x3e, 0xd8, 0x3e, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, 0x14, 0x57, 0x95, 0x54, 0x16, + 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x5d, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0xf2, 0xb4, 0x54, + 0x45, 0xb2, 0x00, 0x00, 0x00, } func (m *Paused) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/pauser.pb.go b/x/tokenfactory/types/pauser.pb.go index b53fc734..0ef444d3 100644 --- a/x/tokenfactory/types/pauser.pb.go +++ b/x/tokenfactory/types/pauser.pb.go @@ -73,18 +73,18 @@ func init() { func init() { proto.RegisterFile("tokenfactory/pauser.proto", fileDescriptor_67e2f3360489cd3e) } var fileDescriptor_67e2f3360489cd3e = []byte{ - // 167 bytes of a gzipped FileDescriptorProto + // 170 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x92, 0x2c, 0xc9, 0xcf, 0x4e, 0xcd, 0x4b, 0x4b, 0x4c, 0x2e, 0xc9, 0x2f, 0xaa, 0xd4, 0x2f, 0x48, 0x2c, 0x2d, 0x4e, 0x2d, 0xd2, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0xca, 0xcb, 0x4f, 0xca, 0x49, 0xd5, 0x43, 0x56, 0xa0, 0xa4, 0xc4, 0xc5, 0x16, 0x00, 0x56, 0x23, 0x24, 0xc1, 0xc5, 0x9e, 0x98, 0x92, 0x52, 0x94, 0x5a, - 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x85, 0x9c, 0x78, 0x24, 0xc7, + 0x5c, 0x2c, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x19, 0x04, 0xe3, 0x3a, 0x85, 0x9f, 0x78, 0x24, 0xc7, 0x78, 0xe1, 0x91, 0x1c, 0xe3, 0x83, 0x47, 0x72, 0x8c, 0x13, 0x1e, 0xcb, 0x31, 0x5c, 0x78, 0x2c, - 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x55, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, + 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x6d, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, 0x7e, 0xae, 0x7e, 0x71, 0x49, 0x51, 0x62, 0x5e, 0x7a, 0x6a, 0x4e, 0x7e, 0x59, 0xaa, 0x6e, 0x59, - 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x46, 0xfd, 0x0a, 0x7d, 0x14, 0x47, 0x95, - 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x1d, 0x65, 0x0c, 0x08, 0x00, 0x00, 0xff, 0xff, 0x73, - 0x9d, 0xfd, 0x4a, 0xb1, 0x00, 0x00, 0x00, + 0x6a, 0x5e, 0x49, 0x69, 0x51, 0x6a, 0xb1, 0x3e, 0xd8, 0x46, 0xfd, 0x32, 0x13, 0xfd, 0x0a, 0x7d, + 0x14, 0x77, 0x95, 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0xdd, 0x65, 0x0c, 0x08, 0x00, 0x00, + 0xff, 0xff, 0x58, 0x25, 0x05, 0x7d, 0xb4, 0x00, 0x00, 0x00, } func (m *Pauser) Marshal() (dAtA []byte, err error) { diff --git a/x/tokenfactory/types/query.pb.go b/x/tokenfactory/types/query.pb.go index 97565bbb..8bcac196 100644 --- a/x/tokenfactory/types/query.pb.go +++ b/x/tokenfactory/types/query.pb.go @@ -1178,78 +1178,78 @@ func init() { func init() { proto.RegisterFile("tokenfactory/query.proto", fileDescriptor_78516c77a1ba9513) } var fileDescriptor_78516c77a1ba9513 = []byte{ - // 1127 bytes of a gzipped FileDescriptorProto + // 1131 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x58, 0x4f, 0x6f, 0x1b, 0x45, 0x14, 0xcf, 0x36, 0x24, 0x11, 0x93, 0x0a, 0xca, 0x34, 0xb4, 0xc9, 0x26, 0x75, 0x9c, 0x69, 0x69, - 0xea, 0x94, 0xee, 0x92, 0x04, 0x10, 0xd0, 0x93, 0x03, 0x22, 0x12, 0x52, 0x49, 0xb0, 0x50, 0x0f, - 0x5c, 0xc2, 0xda, 0x9e, 0x2e, 0x4b, 0xd7, 0x3b, 0xee, 0xec, 0x3a, 0x10, 0xaa, 0x08, 0x09, 0x6e, - 0x9c, 0x40, 0x1c, 0x90, 0x10, 0x12, 0xe2, 0x13, 0xf4, 0x2b, 0x20, 0xb8, 0xf4, 0x58, 0x89, 0x0b, - 0x27, 0x84, 0x12, 0x3e, 0x08, 0xda, 0xd9, 0xb7, 0xde, 0x19, 0xef, 0x78, 0x77, 0x0d, 0xe9, 0xcd, - 0x9e, 0xf7, 0xef, 0xf7, 0xde, 0xfc, 0xe6, 0xbd, 0x67, 0xa3, 0xc5, 0x88, 0xdd, 0xa7, 0xc1, 0x3d, - 0xa7, 0x13, 0x31, 0x7e, 0x64, 0x3f, 0x18, 0x50, 0x7e, 0x64, 0xf5, 0x39, 0x8b, 0x18, 0xc6, 0x01, - 0x6b, 0xfb, 0xd4, 0x92, 0xe5, 0xe6, 0x8a, 0xcb, 0x98, 0xeb, 0x53, 0xdb, 0xe9, 0x7b, 0xb6, 0x13, - 0x04, 0x2c, 0x72, 0x22, 0x8f, 0x05, 0x61, 0x62, 0x61, 0x6e, 0x74, 0x58, 0xd8, 0x63, 0xa1, 0xdd, - 0x76, 0x42, 0x9a, 0xb8, 0xb2, 0x0f, 0x37, 0xdb, 0x34, 0x72, 0x36, 0xed, 0xbe, 0xe3, 0x7a, 0x81, - 0x50, 0x06, 0xdd, 0x25, 0x25, 0x6e, 0xdf, 0xe1, 0x4e, 0x2f, 0x75, 0x53, 0x53, 0x44, 0x6d, 0xdf, - 0xe9, 0xdc, 0xf7, 0xbd, 0x30, 0xa2, 0xdd, 0x31, 0xa6, 0x83, 0x70, 0x28, 0xaa, 0x2b, 0xa2, 0x9e, - 0x13, 0x46, 0x94, 0x1f, 0xf4, 0xbc, 0x20, 0xa2, 0x1c, 0x34, 0x4c, 0x55, 0x43, 0x88, 0xc2, 0xf1, - 0x8e, 0x79, 0x09, 0xa6, 0x54, 0xae, 0x96, 0x91, 0x7d, 0x16, 0x0c, 0x25, 0xd7, 0x34, 0x01, 0x0f, - 0x3a, 0x2c, 0x88, 0x38, 0xf3, 0xfd, 0xa1, 0x56, 0x3d, 0xa7, 0xe5, 0x05, 0xee, 0x41, 0x97, 0x06, - 0xac, 0x97, 0x22, 0x90, 0x8b, 0x9b, 0x96, 0xb5, 0xc3, 0xbc, 0xb4, 0xa0, 0x0b, 0x2e, 0x73, 0x99, - 0xf8, 0x68, 0xc7, 0x9f, 0x92, 0x53, 0xb2, 0x80, 0xf0, 0x07, 0xf1, 0x45, 0xec, 0x8b, 0x02, 0xb7, - 0xe8, 0x83, 0x01, 0x0d, 0x23, 0xb2, 0x87, 0x2e, 0x2a, 0xa7, 0x61, 0x9f, 0x05, 0x21, 0xc5, 0x6f, - 0xa0, 0xd9, 0xe4, 0x22, 0x16, 0x8d, 0xba, 0x71, 0x63, 0x7e, 0xcb, 0xb4, 0xf2, 0x14, 0xb0, 0x12, - 0x9b, 0x9d, 0x67, 0x1e, 0xff, 0xb5, 0x3a, 0xd5, 0x02, 0x7d, 0xf2, 0x3a, 0x32, 0x85, 0xc3, 0x5d, - 0x1a, 0xed, 0x64, 0xf7, 0x05, 0xe1, 0xf0, 0x22, 0x9a, 0x73, 0xba, 0x5d, 0x4e, 0xc3, 0xc4, 0xf1, - 0xb3, 0xad, 0xf4, 0x2b, 0xb9, 0x87, 0x96, 0xb5, 0x76, 0x00, 0x68, 0x17, 0xcd, 0x4b, 0xd7, 0x0f, - 0xa8, 0x56, 0x75, 0xa8, 0x24, 0x6b, 0x80, 0x26, 0x5b, 0x92, 0x2e, 0xe0, 0x6b, 0xfa, 0xbe, 0x06, - 0xdf, 0xbb, 0x08, 0x65, 0xfc, 0x84, 0x28, 0xd7, 0xad, 0xa4, 0xde, 0x56, 0x5c, 0x6f, 0x2b, 0x79, - 0x17, 0x50, 0x75, 0x6b, 0xdf, 0x71, 0x29, 0xd8, 0xb6, 0x24, 0x4b, 0xf2, 0xc8, 0x80, 0x74, 0x46, - 0xc3, 0x8c, 0x4b, 0x67, 0xfa, 0xbf, 0xa5, 0x83, 0x77, 0x15, 0xc0, 0xe7, 0x04, 0xe0, 0xf5, 0x52, - 0xc0, 0x09, 0x0a, 0x05, 0xf1, 0x65, 0xf4, 0x62, 0x5a, 0xff, 0x7d, 0xf1, 0x8e, 0x52, 0x86, 0xb4, - 0xd0, 0xa5, 0x51, 0x81, 0x4c, 0x92, 0xf8, 0xa4, 0x98, 0x24, 0xb1, 0x46, 0x46, 0x92, 0xf8, 0x1b, - 0xb9, 0x92, 0x5d, 0xf6, 0x1d, 0xf1, 0x32, 0xef, 0x88, 0xc7, 0x90, 0x86, 0xfc, 0x14, 0xad, 0xe8, - 0xc5, 0x10, 0xf8, 0x3d, 0x74, 0xbe, 0x27, 0x9d, 0x43, 0xf8, 0xba, 0x2e, 0xbc, 0x6c, 0x0f, 0x20, - 0x14, 0x5b, 0xb2, 0x95, 0xa5, 0x97, 0x9c, 0x84, 0xe5, 0x5c, 0xbd, 0x8b, 0x2e, 0xe7, 0x6c, 0x00, - 0xda, 0x6d, 0x34, 0x07, 0x9d, 0x04, 0x50, 0x2d, 0x6b, 0x51, 0x25, 0x2a, 0x00, 0x28, 0xb5, 0x20, - 0x1f, 0x03, 0x96, 0xa6, 0xef, 0x8f, 0x60, 0x39, 0x2b, 0x5e, 0xfe, 0x6c, 0x00, 0x74, 0x39, 0x84, - 0x0e, 0xfa, 0xf4, 0x64, 0xd0, 0x9f, 0x1e, 0x0f, 0xf9, 0x38, 0x1e, 0xf2, 0x1c, 0x0f, 0x79, 0x29, - 0x0f, 0xb9, 0xc2, 0x43, 0x4e, 0x56, 0x74, 0xcd, 0x6a, 0x18, 0x51, 0xdb, 0x92, 0xb8, 0xfe, 0x0d, - 0xf3, 0x6a, 0x2d, 0x89, 0xe7, 0xdf, 0x30, 0x27, 0x97, 0xd0, 0x42, 0x1a, 0x67, 0x2f, 0x1e, 0x17, - 0x69, 0xfc, 0xf7, 0xb3, 0x52, 0xc0, 0x39, 0x44, 0x7e, 0x0d, 0xcd, 0x88, 0xb9, 0x02, 0x31, 0x97, - 0x74, 0x31, 0x85, 0x05, 0x44, 0x4b, 0xb4, 0xc9, 0x1e, 0x5a, 0x55, 0x69, 0xfb, 0xf6, 0x70, 0xf6, - 0xa4, 0x3c, 0x7b, 0x19, 0xbd, 0x90, 0x0d, 0xa4, 0xa6, 0xc2, 0xfe, 0xbc, 0x80, 0x7c, 0x81, 0xea, - 0xe3, 0x1d, 0x02, 0xd6, 0xbb, 0xe8, 0x42, 0x6f, 0x44, 0x06, 0xb0, 0xaf, 0x8d, 0xa7, 0x57, 0xa6, - 0x0b, 0x19, 0xe4, 0x7c, 0x10, 0x0f, 0x92, 0x19, 0x12, 0x39, 0x9f, 0xcc, 0x59, 0x3d, 0x9a, 0xdf, - 0x0d, 0xc8, 0x53, 0x1b, 0xab, 0x30, 0xcf, 0xe9, 0xff, 0x9b, 0xe7, 0xd9, 0x3d, 0x2c, 0xb9, 0xe7, - 0x26, 0x4b, 0xc5, 0x3b, 0xf1, 0x4e, 0xa1, 0xeb, 0xb9, 0x8a, 0x58, 0xea, 0xb9, 0xd2, 0x79, 0x61, - 0xcf, 0x95, 0xf4, 0x86, 0x3d, 0x57, 0x3a, 0xdb, 0xfa, 0xed, 0x79, 0x34, 0x23, 0x82, 0xe1, 0x63, - 0x34, 0x9b, 0x6c, 0x11, 0xf8, 0xba, 0xce, 0x53, 0x7e, 0x61, 0x31, 0xd7, 0x4b, 0xf5, 0x12, 0xc0, - 0x84, 0x7c, 0xf5, 0xc7, 0x3f, 0xdf, 0x9f, 0x5b, 0xc1, 0xa6, 0x2d, 0x0c, 0x6c, 0xcd, 0x96, 0x89, - 0x7f, 0x31, 0xd0, 0xbc, 0x34, 0x60, 0xb1, 0x35, 0xd6, 0xb9, 0x76, 0x9d, 0x31, 0xed, 0xca, 0xfa, - 0x00, 0x6a, 0x53, 0x80, 0xba, 0x89, 0x1b, 0x3a, 0x50, 0xd2, 0x5c, 0xb7, 0x1f, 0xc2, 0xac, 0x39, - 0xc6, 0x3f, 0x1a, 0xe8, 0x39, 0xc9, 0x55, 0xd3, 0xf7, 0x0b, 0x60, 0x6a, 0xb7, 0x9a, 0x02, 0x98, - 0xfa, 0xf5, 0x84, 0xac, 0x0b, 0x98, 0x6b, 0x78, 0xb5, 0x04, 0x26, 0xfe, 0xda, 0x88, 0x2f, 0x30, - 0x9e, 0xe9, 0xb8, 0x51, 0x54, 0x0b, 0x65, 0xa5, 0x30, 0x37, 0xaa, 0xa8, 0x56, 0xbb, 0x46, 0x11, - 0xfa, 0x27, 0x03, 0x9d, 0x97, 0x07, 0x3d, 0x2e, 0xbc, 0x17, 0xcd, 0xc6, 0x61, 0xbe, 0x52, 0xdd, - 0x00, 0x70, 0x35, 0x04, 0xae, 0xab, 0x78, 0x4d, 0x87, 0x4b, 0xf9, 0xb9, 0x81, 0xbf, 0x33, 0xd0, - 0x1c, 0x8c, 0x4d, 0x5c, 0x98, 0xba, 0x3a, 0xf4, 0xcd, 0x9b, 0x95, 0x74, 0x01, 0xcf, 0x2d, 0x81, - 0x67, 0x1d, 0xbf, 0xa4, 0xc5, 0x93, 0x28, 0x4b, 0xac, 0xfa, 0xc6, 0x40, 0x08, 0x5c, 0xc4, 0x8c, - 0xda, 0x28, 0x62, 0x48, 0x65, 0x58, 0xf9, 0xa5, 0x82, 0x5c, 0x15, 0xb0, 0xae, 0xe0, 0xe5, 0x02, - 0x58, 0x19, 0x8b, 0x78, 0x05, 0x16, 0xf1, 0xea, 0x2c, 0xe2, 0x13, 0xb0, 0x88, 0xe3, 0x1f, 0x94, - 0x66, 0xc0, 0xab, 0x36, 0x03, 0x3e, 0x61, 0x33, 0xe0, 0x93, 0xbe, 0x32, 0x8e, 0xbf, 0x44, 0x33, - 0x62, 0x9c, 0xe3, 0x1b, 0x45, 0x21, 0xe4, 0xdd, 0xc1, 0x6c, 0x54, 0xd0, 0x04, 0x18, 0x6b, 0x02, - 0xc6, 0x32, 0x5e, 0xd2, 0xc1, 0x10, 0x9b, 0x03, 0xfe, 0xd5, 0x40, 0x17, 0x46, 0x27, 0x16, 0xde, - 0x2e, 0xa7, 0x67, 0x6e, 0x26, 0x9b, 0xaf, 0x4e, 0x66, 0x04, 0x10, 0x9b, 0x02, 0xe2, 0x6d, 0xfc, - 0xe6, 0x78, 0x16, 0x49, 0x3f, 0xa4, 0xed, 0x87, 0xb9, 0x55, 0xe5, 0x18, 0x3f, 0x32, 0xd0, 0xc5, - 0x51, 0xff, 0x31, 0xf3, 0xb7, 0xcb, 0xd9, 0x3c, 0x49, 0x16, 0x05, 0x2b, 0x42, 0x95, 0x27, 0x2a, - 0x65, 0x91, 0x74, 0x35, 0x69, 0x6c, 0x96, 0x74, 0xb5, 0xfc, 0x4c, 0x2f, 0xe9, 0x6a, 0x9a, 0x29, - 0x5f, 0xd2, 0xd5, 0xe4, 0xff, 0x22, 0x76, 0x3e, 0x7c, 0x7c, 0x52, 0x33, 0x9e, 0x9c, 0xd4, 0x8c, - 0xbf, 0x4f, 0x6a, 0xc6, 0xb7, 0xa7, 0xb5, 0xa9, 0x27, 0xa7, 0xb5, 0xa9, 0x3f, 0x4f, 0x6b, 0x53, - 0x1f, 0xbd, 0xe5, 0x7a, 0xd1, 0x27, 0x83, 0xb6, 0xd5, 0x61, 0x3d, 0x3b, 0x8c, 0xb8, 0x13, 0xb8, - 0xd4, 0x67, 0x87, 0xf4, 0xd6, 0x21, 0x0d, 0xa2, 0x01, 0xa7, 0x21, 0xf8, 0xfe, 0x5c, 0xf5, 0x1e, - 0x1d, 0xf5, 0x69, 0xd8, 0x9e, 0x15, 0x7f, 0x56, 0x6c, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x30, - 0x0a, 0xaf, 0x2c, 0x8d, 0x12, 0x00, 0x00, + 0x9a, 0x94, 0xee, 0x92, 0xa4, 0x20, 0x50, 0xc5, 0xc1, 0x01, 0x11, 0x09, 0xa9, 0x24, 0xf8, 0x50, + 0x24, 0x2e, 0x61, 0x6d, 0x4f, 0x97, 0xa5, 0xeb, 0x1d, 0x77, 0x76, 0x6d, 0x08, 0x55, 0x84, 0x04, + 0x37, 0x4e, 0x20, 0x0e, 0x48, 0x08, 0x09, 0xf1, 0x09, 0xfa, 0x15, 0x10, 0x5c, 0x7a, 0xac, 0xc4, + 0x85, 0x13, 0x42, 0x09, 0x1f, 0x04, 0xed, 0xec, 0x5b, 0xef, 0x8c, 0x77, 0xbc, 0xbb, 0x86, 0x70, + 0xb3, 0xe7, 0xfd, 0xfb, 0xbd, 0x37, 0xbf, 0x79, 0xef, 0xd9, 0x68, 0x31, 0x62, 0x0f, 0x68, 0x70, + 0xdf, 0x69, 0x47, 0x8c, 0x1f, 0xd9, 0x0f, 0xfb, 0x94, 0x1f, 0x59, 0x3d, 0xce, 0x22, 0x86, 0x71, + 0xc0, 0x5a, 0x3e, 0xb5, 0x64, 0xb9, 0xb9, 0xe2, 0x32, 0xe6, 0xfa, 0xd4, 0x76, 0x7a, 0x9e, 0xed, + 0x04, 0x01, 0x8b, 0x9c, 0xc8, 0x63, 0x41, 0x98, 0x58, 0x98, 0x9b, 0x6d, 0x16, 0x76, 0x59, 0x68, + 0xb7, 0x9c, 0x90, 0x26, 0xae, 0xec, 0xc1, 0x56, 0x8b, 0x46, 0xce, 0x96, 0xdd, 0x73, 0x5c, 0x2f, + 0x10, 0xca, 0xa0, 0xbb, 0xa4, 0xc4, 0xed, 0x39, 0xdc, 0xe9, 0xa6, 0x6e, 0x6a, 0x8a, 0xa8, 0xe5, + 0x3b, 0xed, 0x07, 0xbe, 0x17, 0x46, 0xb4, 0x33, 0xc6, 0xb4, 0x1f, 0x0e, 0x45, 0x75, 0x45, 0xd4, + 0x75, 0xc2, 0x88, 0xf2, 0xc3, 0xae, 0x17, 0x44, 0x94, 0x83, 0x86, 0xa9, 0x6a, 0x08, 0x51, 0x38, + 0xde, 0x31, 0x2f, 0xc1, 0x94, 0xca, 0xd5, 0x32, 0xb2, 0x4f, 0x83, 0xa1, 0xe4, 0x9a, 0x26, 0xe0, + 0x61, 0x9b, 0x05, 0x11, 0x67, 0xbe, 0x3f, 0xd4, 0xaa, 0xe7, 0xb4, 0xbc, 0xc0, 0x3d, 0xec, 0xd0, + 0x80, 0x75, 0x53, 0x04, 0x72, 0x71, 0xd3, 0xb2, 0xb6, 0x99, 0x97, 0x16, 0x74, 0xc1, 0x65, 0x2e, + 0x13, 0x1f, 0xed, 0xf8, 0x53, 0x72, 0x4a, 0x16, 0x10, 0x7e, 0x3f, 0xbe, 0x88, 0x03, 0x51, 0xe0, + 0x26, 0x7d, 0xd8, 0xa7, 0x61, 0x44, 0xf6, 0xd1, 0x45, 0xe5, 0x34, 0xec, 0xb1, 0x20, 0xa4, 0xf8, + 0x75, 0x34, 0x9b, 0x5c, 0xc4, 0xa2, 0x51, 0x37, 0x6e, 0xcc, 0x6f, 0x9b, 0x56, 0x9e, 0x02, 0x56, + 0x62, 0xb3, 0xfb, 0xcc, 0x93, 0x3f, 0x57, 0xa7, 0x9a, 0xa0, 0x4f, 0x5e, 0x43, 0xa6, 0x70, 0xb8, + 0x47, 0xa3, 0xdd, 0xec, 0xbe, 0x20, 0x1c, 0x5e, 0x44, 0x73, 0x4e, 0xa7, 0xc3, 0x69, 0x98, 0x38, + 0x7e, 0xb6, 0x99, 0x7e, 0x25, 0xf7, 0xd1, 0xb2, 0xd6, 0x0e, 0x00, 0xed, 0xa1, 0x79, 0xe9, 0xfa, + 0x01, 0xd5, 0xaa, 0x0e, 0x95, 0x64, 0x0d, 0xd0, 0x64, 0x4b, 0xd2, 0x01, 0x7c, 0x0d, 0xdf, 0xd7, + 0xe0, 0x7b, 0x07, 0xa1, 0x8c, 0x9f, 0x10, 0xe5, 0xba, 0x95, 0xd4, 0xdb, 0x8a, 0xeb, 0x6d, 0x25, + 0xef, 0x02, 0xaa, 0x6e, 0x1d, 0x38, 0x2e, 0x05, 0xdb, 0xa6, 0x64, 0x49, 0x1e, 0x1b, 0x90, 0xce, + 0x68, 0x98, 0x71, 0xe9, 0x4c, 0xff, 0xbb, 0x74, 0xf0, 0x9e, 0x02, 0xf8, 0x9c, 0x00, 0xbc, 0x5e, + 0x0a, 0x38, 0x41, 0xa1, 0x20, 0xbe, 0x8c, 0x5e, 0x4c, 0xeb, 0x7f, 0x20, 0xde, 0x51, 0xca, 0x90, + 0x26, 0xba, 0x34, 0x2a, 0x90, 0x49, 0x12, 0x9f, 0x14, 0x93, 0x24, 0xd6, 0xc8, 0x48, 0x12, 0x7f, + 0x23, 0x57, 0xb2, 0xcb, 0xbe, 0x2b, 0x5e, 0xe6, 0x5d, 0xf1, 0x18, 0xd2, 0x90, 0x9f, 0xa0, 0x15, + 0xbd, 0x18, 0x02, 0xbf, 0x8b, 0xce, 0x77, 0xa5, 0x73, 0x08, 0x5f, 0xd7, 0x85, 0x97, 0xed, 0x01, + 0x84, 0x62, 0x4b, 0xb6, 0xb3, 0xf4, 0x92, 0x93, 0xb0, 0x9c, 0xab, 0xf7, 0xd0, 0xe5, 0x9c, 0x0d, + 0x40, 0xbb, 0x83, 0xe6, 0xa0, 0x93, 0x00, 0xaa, 0x65, 0x2d, 0xaa, 0x44, 0x05, 0x00, 0xa5, 0x16, + 0xe4, 0x23, 0xc0, 0xd2, 0xf0, 0xfd, 0x11, 0x2c, 0x67, 0xc5, 0xcb, 0x9f, 0x0c, 0x80, 0x2e, 0x87, + 0xd0, 0x41, 0x9f, 0x9e, 0x0c, 0xfa, 0xff, 0xc7, 0x43, 0x3e, 0x8e, 0x87, 0x3c, 0xc7, 0x43, 0x5e, + 0xca, 0x43, 0xae, 0xf0, 0x90, 0x93, 0x15, 0x5d, 0xb3, 0x1a, 0x46, 0xd4, 0xb6, 0x24, 0xae, 0x7f, + 0xc3, 0xbc, 0x5a, 0x4b, 0xe2, 0xf9, 0x37, 0xcc, 0xc9, 0x25, 0xb4, 0x90, 0xc6, 0xd9, 0x8f, 0xc7, + 0x45, 0x1a, 0xff, 0xbd, 0xac, 0x14, 0x70, 0x0e, 0x91, 0x5f, 0x45, 0x33, 0x62, 0xae, 0x40, 0xcc, + 0x25, 0x5d, 0x4c, 0x61, 0x01, 0xd1, 0x12, 0x6d, 0xb2, 0x8f, 0x56, 0x55, 0xda, 0xbe, 0x35, 0x9c, + 0x3d, 0x29, 0xcf, 0x5e, 0x46, 0x2f, 0x64, 0x03, 0xa9, 0xa1, 0xb0, 0x3f, 0x2f, 0x20, 0x9f, 0xa3, + 0xfa, 0x78, 0x87, 0x80, 0xf5, 0x1e, 0xba, 0xd0, 0x1d, 0x91, 0x01, 0xec, 0x6b, 0xe3, 0xe9, 0x95, + 0xe9, 0x42, 0x06, 0x39, 0x1f, 0xc4, 0x83, 0x64, 0x86, 0x44, 0xce, 0x27, 0x73, 0x56, 0x8f, 0xe6, + 0x37, 0x03, 0xf2, 0xd4, 0xc6, 0x2a, 0xcc, 0x73, 0xfa, 0xbf, 0xe6, 0x79, 0x76, 0x0f, 0x4b, 0xee, + 0xb9, 0xc9, 0x52, 0xf1, 0x76, 0xbc, 0x53, 0xe8, 0x7a, 0xae, 0x22, 0x96, 0x7a, 0xae, 0x74, 0x5e, + 0xd8, 0x73, 0x25, 0xbd, 0x61, 0xcf, 0x95, 0xce, 0xb6, 0x7f, 0x7d, 0x1e, 0xcd, 0x88, 0x60, 0xf8, + 0x18, 0xcd, 0x26, 0x5b, 0x04, 0xbe, 0xae, 0xf3, 0x94, 0x5f, 0x58, 0xcc, 0xf5, 0x52, 0xbd, 0x04, + 0x30, 0x21, 0x5f, 0xfe, 0xfe, 0xf7, 0x77, 0xe7, 0x56, 0xb0, 0x69, 0x0b, 0x03, 0x5b, 0xb3, 0x65, + 0xe2, 0x9f, 0x0d, 0x34, 0x2f, 0x0d, 0x58, 0x6c, 0x8d, 0x75, 0xae, 0x5d, 0x67, 0x4c, 0xbb, 0xb2, + 0x3e, 0x80, 0xda, 0x12, 0xa0, 0x6e, 0xe2, 0x0d, 0x1d, 0x28, 0x69, 0xae, 0xdb, 0x8f, 0x60, 0xd6, + 0x1c, 0xe3, 0x1f, 0x0c, 0xf4, 0x9c, 0xe4, 0xaa, 0xe1, 0xfb, 0x05, 0x30, 0xb5, 0x5b, 0x4d, 0x01, + 0x4c, 0xfd, 0x7a, 0x42, 0xd6, 0x05, 0xcc, 0x35, 0xbc, 0x5a, 0x02, 0x13, 0x7f, 0x65, 0xc4, 0x17, + 0x18, 0xcf, 0x74, 0xbc, 0x51, 0x54, 0x0b, 0x65, 0xa5, 0x30, 0x37, 0xab, 0xa8, 0x56, 0xbb, 0x46, + 0x11, 0xfa, 0x47, 0x03, 0x9d, 0x97, 0x07, 0x3d, 0x2e, 0xbc, 0x17, 0xcd, 0xc6, 0x61, 0xbe, 0x52, + 0xdd, 0x00, 0x70, 0x6d, 0x08, 0x5c, 0x57, 0xf1, 0x9a, 0x0e, 0x97, 0xf2, 0x73, 0x03, 0x7f, 0x6b, + 0xa0, 0x39, 0x18, 0x9b, 0xb8, 0x30, 0x75, 0x75, 0xe8, 0x9b, 0x37, 0x2b, 0xe9, 0x02, 0x9e, 0x5b, + 0x02, 0xcf, 0x3a, 0x7e, 0x49, 0x8b, 0x27, 0x51, 0x96, 0x58, 0xf5, 0xb5, 0x81, 0x10, 0xb8, 0x88, + 0x19, 0xb5, 0x59, 0xc4, 0x90, 0xca, 0xb0, 0xf2, 0x4b, 0x05, 0xb9, 0x2a, 0x60, 0x5d, 0xc1, 0xcb, + 0x05, 0xb0, 0x32, 0x16, 0xf1, 0x0a, 0x2c, 0xe2, 0xd5, 0x59, 0xc4, 0x27, 0x60, 0x11, 0xc7, 0xdf, + 0x2b, 0xcd, 0x80, 0x57, 0x6d, 0x06, 0x7c, 0xc2, 0x66, 0xc0, 0x27, 0x7d, 0x65, 0x1c, 0x7f, 0x81, + 0x66, 0xc4, 0x38, 0xc7, 0x37, 0x8a, 0x42, 0xc8, 0xbb, 0x83, 0xb9, 0x51, 0x41, 0x13, 0x60, 0xac, + 0x09, 0x18, 0xcb, 0x78, 0x49, 0x07, 0x43, 0x6c, 0x0e, 0xf8, 0x17, 0x03, 0x5d, 0x18, 0x9d, 0x58, + 0x78, 0xa7, 0x9c, 0x9e, 0xb9, 0x99, 0x6c, 0xde, 0x9e, 0xcc, 0x08, 0x20, 0x36, 0x04, 0xc4, 0x3b, + 0xf8, 0x8d, 0xf1, 0x2c, 0x92, 0x7e, 0x48, 0xdb, 0x8f, 0x72, 0xab, 0xca, 0x31, 0x7e, 0x6c, 0xa0, + 0x8b, 0xa3, 0xfe, 0x63, 0xe6, 0xef, 0x94, 0xb3, 0x79, 0x92, 0x2c, 0x0a, 0x56, 0x84, 0x2a, 0x4f, + 0x54, 0xca, 0x22, 0xe9, 0x6a, 0xd2, 0xd8, 0x2c, 0xe9, 0x6a, 0xf9, 0x99, 0x5e, 0xd2, 0xd5, 0x34, + 0x53, 0xbe, 0xa4, 0xab, 0xc9, 0xff, 0x45, 0xec, 0x7e, 0xf0, 0xe4, 0xa4, 0x66, 0x3c, 0x3d, 0xa9, + 0x19, 0x7f, 0x9d, 0xd4, 0x8c, 0x6f, 0x4e, 0x6b, 0x53, 0x4f, 0x4f, 0x6b, 0x53, 0x7f, 0x9c, 0xd6, + 0xa6, 0x3e, 0x7c, 0xd3, 0xf5, 0xa2, 0x8f, 0xfb, 0x2d, 0xab, 0xcd, 0xba, 0x76, 0x18, 0x71, 0x27, + 0x70, 0xa9, 0xcf, 0x06, 0xf4, 0xd6, 0x80, 0x06, 0x51, 0x9f, 0xd3, 0x10, 0x7c, 0x0f, 0x6e, 0xdb, + 0x9f, 0xa9, 0x01, 0xa2, 0xa3, 0x1e, 0x0d, 0x5b, 0xb3, 0xe2, 0xff, 0x8a, 0x9d, 0x7f, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xa2, 0x3a, 0xbc, 0xb4, 0x90, 0x12, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/tokenfactory/types/tx.pb.go b/x/tokenfactory/types/tx.pb.go index a857aac9..31540876 100644 --- a/x/tokenfactory/types/tx.pb.go +++ b/x/tokenfactory/types/tx.pb.go @@ -1385,58 +1385,58 @@ func init() { func init() { proto.RegisterFile("tokenfactory/tx.proto", fileDescriptor_51ab120c97d57038) } var fileDescriptor_51ab120c97d57038 = []byte{ - // 806 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x5d, 0x4f, 0xdb, 0x48, - 0x14, 0x8d, 0x81, 0x85, 0xcd, 0x05, 0x2d, 0xcb, 0x08, 0xb2, 0x89, 0x97, 0x35, 0x59, 0x83, 0x50, - 0xda, 0x0a, 0x1b, 0xa8, 0xaa, 0x56, 0x55, 0x3f, 0xd4, 0xd0, 0x4a, 0x95, 0xaa, 0x88, 0x36, 0xea, - 0x87, 0x54, 0xa9, 0x52, 0x1d, 0x33, 0xb8, 0x29, 0xce, 0x4c, 0xe4, 0x71, 0x02, 0xbc, 0x54, 0xea, - 0x53, 0x5f, 0xfb, 0xb3, 0x78, 0xa9, 0xc4, 0x63, 0x9f, 0xaa, 0x0a, 0xfe, 0x48, 0xe5, 0x89, 0x3d, - 0x99, 0x24, 0x9e, 0x90, 0xa4, 0x6f, 0xce, 0xdc, 0x73, 0xce, 0xbd, 0x93, 0x39, 0x3e, 0x23, 0xc3, - 0x4a, 0x48, 0x8f, 0x30, 0x39, 0x74, 0xdc, 0x90, 0x06, 0xa7, 0x76, 0x78, 0x62, 0x35, 0x03, 0x1a, - 0x52, 0x84, 0x08, 0xad, 0xf9, 0xd8, 0x92, 0x8b, 0xba, 0xe1, 0x52, 0xd6, 0xa0, 0xcc, 0xae, 0x39, - 0x0c, 0xdb, 0xed, 0x9d, 0x1a, 0x0e, 0x9d, 0x1d, 0xdb, 0xa5, 0x75, 0xd2, 0xe1, 0xe8, 0xcb, 0x1e, - 0xf5, 0x28, 0x7f, 0xb4, 0xa3, 0xa7, 0xce, 0xaa, 0xf9, 0x04, 0x56, 0x2a, 0xcc, 0x7b, 0xd5, 0x3c, - 0x70, 0x42, 0x5c, 0x71, 0x58, 0x88, 0x83, 0x4a, 0x9d, 0x84, 0x38, 0x40, 0x08, 0x66, 0x0e, 0x03, - 0xda, 0xc8, 0x6b, 0x45, 0xad, 0x94, 0xad, 0xf2, 0x67, 0x94, 0x87, 0x39, 0xe7, 0xe0, 0x20, 0xc0, - 0x8c, 0xe5, 0xa7, 0xf8, 0x72, 0xf2, 0xd3, 0x5c, 0x83, 0xff, 0x52, 0x65, 0xaa, 0x98, 0x35, 0x29, - 0x61, 0xd8, 0x7c, 0x08, 0x8b, 0x02, 0xf0, 0xdc, 0x69, 0xb1, 0xb1, 0x3b, 0x14, 0xe0, 0x9f, 0x3e, - 0x01, 0xa1, 0xfd, 0x18, 0x96, 0x45, 0xa9, 0xec, 0x3b, 0xee, 0x91, 0x5f, 0x67, 0xe3, 0x6f, 0xc1, - 0x80, 0xd5, 0x34, 0x15, 0xd1, 0xe5, 0x01, 0xfc, 0x25, 0xea, 0xfb, 0xc7, 0x64, 0x6c, 0xfd, 0x3c, - 0xe4, 0x7a, 0xf9, 0x42, 0x79, 0x83, 0x2b, 0x3f, 0x72, 0x5d, 0xdc, 0x0c, 0x95, 0xca, 0x31, 0x5f, - 0x42, 0x09, 0xfe, 0x67, 0x0d, 0x50, 0x85, 0x79, 0x7b, 0x94, 0x1c, 0xd6, 0xbd, 0x56, 0x80, 0x27, - 0x39, 0x41, 0x74, 0x1f, 0xb2, 0x8e, 0xef, 0xd3, 0x63, 0x87, 0xb8, 0x38, 0x3f, 0x5d, 0xd4, 0x4a, - 0xf3, 0xbb, 0x05, 0xab, 0x63, 0x29, 0x2b, 0xb2, 0x94, 0x15, 0x5b, 0xca, 0xda, 0xa3, 0x75, 0x52, - 0x9e, 0x39, 0xfb, 0xb1, 0x96, 0xa9, 0x76, 0x19, 0xe6, 0x2a, 0xe8, 0x83, 0x23, 0xf4, 0x9d, 0x7e, - 0x15, 0x37, 0x68, 0x7b, 0xa2, 0xe9, 0xe2, 0xd3, 0x97, 0x05, 0x84, 0x76, 0x13, 0xe6, 0x2a, 0xcc, - 0x8b, 0x16, 0xc7, 0xdc, 0xf1, 0x6d, 0x98, 0x75, 0x1a, 0xb4, 0x45, 0xc2, 0x51, 0xb7, 0x1b, 0xc3, - 0xcd, 0x25, 0xbe, 0x9b, 0xa8, 0xa3, 0x18, 0xe2, 0x35, 0x1f, 0xa2, 0xdc, 0x0a, 0x48, 0xea, 0x10, - 0xdd, 0x56, 0x53, 0x93, 0xb4, 0x8a, 0x74, 0x45, 0xab, 0x7b, 0xb0, 0x10, 0x2d, 0x25, 0x0e, 0x1d, - 0xf3, 0x8f, 0xcc, 0xf1, 0x77, 0x45, 0xb0, 0xfb, 0xdd, 0x4d, 0x6a, 0x13, 0xea, 0xc6, 0xee, 0xee, - 0xf2, 0x85, 0xb2, 0x01, 0x7f, 0x56, 0x98, 0xc7, 0x5f, 0xd9, 0x54, 0x5f, 0x23, 0xf8, 0x3b, 0xa9, - 0x0b, 0x4e, 0x11, 0x80, 0xab, 0x35, 0x95, 0xac, 0x65, 0x6e, 0xf9, 0x18, 0x21, 0x78, 0x1f, 0xf9, - 0x3b, 0xdc, 0xe7, 0xc2, 0x3d, 0x4a, 0xc2, 0x80, 0xfa, 0xbe, 0xc2, 0x74, 0x06, 0x80, 0x2b, 0x10, - 0xf1, 0xb6, 0xa4, 0x15, 0x94, 0x83, 0xd9, 0x06, 0xd7, 0xe1, 0x36, 0xc9, 0x56, 0xe3, 0x5f, 0xe6, - 0x26, 0x6c, 0x0c, 0xeb, 0x25, 0x66, 0xda, 0x87, 0x42, 0x9f, 0x75, 0x7f, 0x6f, 0x20, 0x73, 0x1d, - 0xfe, 0x57, 0x0a, 0x26, 0x5d, 0x77, 0xbf, 0xcd, 0xc3, 0x74, 0x85, 0x79, 0x28, 0x00, 0x94, 0x12, - 0xee, 0xd7, 0xac, 0xc1, 0x0b, 0xc4, 0x4a, 0x0d, 0x70, 0x7d, 0x67, 0x64, 0x68, 0xd2, 0x1b, 0xbd, - 0x87, 0x85, 0x9e, 0xa0, 0x5f, 0x1f, 0x2a, 0xd1, 0x01, 0xe9, 0x37, 0x46, 0x00, 0x89, 0x0e, 0x14, - 0x96, 0x06, 0xe3, 0xbe, 0x34, 0x54, 0x41, 0x42, 0xea, 0xdb, 0xa3, 0x22, 0x45, 0xc3, 0x77, 0x30, - 0x2f, 0x27, 0xbf, 0x39, 0x54, 0x80, 0x63, 0xf4, 0xeb, 0x57, 0x63, 0x64, 0x79, 0x39, 0xfe, 0x55, - 0xf2, 0x12, 0x46, 0x29, 0x9f, 0x72, 0x41, 0xa0, 0x3a, 0x2c, 0xf6, 0x5f, 0x0e, 0x9b, 0x0a, 0x7a, - 0x1f, 0x4e, 0xb7, 0x46, 0xc3, 0xc9, 0x67, 0xdf, 0x13, 0xf3, 0xaa, 0xb3, 0x97, 0x41, 0xca, 0xb3, - 0x4f, 0xcb, 0x7b, 0xf4, 0x14, 0x66, 0x78, 0xd8, 0xff, 0xab, 0x20, 0x45, 0x45, 0x7d, 0x7d, 0x48, - 0x51, 0x56, 0xe2, 0x89, 0xad, 0x52, 0x8a, 0x8a, 0x4a, 0x25, 0x39, 0x93, 0xd1, 0x1b, 0xc8, 0x76, - 0x03, 0xb9, 0xa8, 0x62, 0x24, 0x08, 0xbd, 0x74, 0x15, 0xa2, 0xc7, 0x77, 0x52, 0x26, 0x2b, 0x7d, - 0xd7, 0xc5, 0xa8, 0x7d, 0x37, 0x98, 0xcd, 0xe8, 0x19, 0xfc, 0xd1, 0x09, 0xe6, 0x55, 0x05, 0x89, - 0x57, 0xf5, 0x8d, 0x61, 0x55, 0x21, 0xf6, 0x02, 0xe6, 0x92, 0xc4, 0x36, 0x94, 0x33, 0xf0, 0xba, - 0xbe, 0x39, 0xbc, 0x2e, 0x24, 0xbf, 0x68, 0x50, 0x50, 0xa7, 0xf9, 0xf6, 0x68, 0xde, 0xec, 0x32, - 0xf4, 0x3b, 0xe3, 0x32, 0xc4, 0x24, 0x9f, 0x20, 0xa7, 0x88, 0xf0, 0xad, 0x11, 0xcc, 0x2b, 0x8d, - 0x70, 0x6b, 0x2c, 0x78, 0xd2, 0xbf, 0xfc, 0xf2, 0xec, 0xc2, 0xd0, 0xce, 0x2f, 0x0c, 0xed, 0xe7, - 0x85, 0xa1, 0x7d, 0xbd, 0x34, 0x32, 0xe7, 0x97, 0x46, 0xe6, 0xfb, 0xa5, 0x91, 0x79, 0x7b, 0xd7, - 0xab, 0x87, 0x1f, 0x5a, 0x35, 0xcb, 0xa5, 0x0d, 0x9b, 0x85, 0x81, 0x43, 0x3c, 0xec, 0xd3, 0x36, - 0xde, 0x6a, 0x63, 0x12, 0xb6, 0x02, 0xcc, 0x6c, 0xde, 0xcf, 0x3e, 0xb1, 0x7b, 0x3f, 0x25, 0x4e, - 0x9b, 0x98, 0xd5, 0x66, 0xf9, 0x47, 0xc0, 0xcd, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x78, 0xdd, - 0xe8, 0x82, 0x67, 0x0c, 0x00, 0x00, + // 808 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x57, 0x41, 0x4f, 0xdb, 0x48, + 0x18, 0x8d, 0x81, 0x85, 0xcd, 0x07, 0x5a, 0x96, 0x11, 0x64, 0x13, 0x2f, 0x6b, 0xb2, 0x06, 0xa1, + 0xec, 0x56, 0xd8, 0x40, 0x5b, 0xb5, 0x87, 0xd2, 0xaa, 0xa1, 0x95, 0x2a, 0x55, 0x11, 0x6d, 0xa4, + 0x16, 0xa9, 0x52, 0xa5, 0x3a, 0x66, 0x70, 0x53, 0x9c, 0x99, 0xc8, 0xe3, 0x04, 0xb8, 0x54, 0xea, + 0xa9, 0xd7, 0xfe, 0x2c, 0x2e, 0x95, 0x38, 0xf6, 0x54, 0x55, 0xf0, 0x47, 0x2a, 0x4f, 0xec, 0xc9, + 0x24, 0xf1, 0x84, 0x24, 0xbd, 0x39, 0xf3, 0xbd, 0xf7, 0xbe, 0x6f, 0x32, 0xcf, 0x6f, 0x64, 0x58, + 0x09, 0xe9, 0x09, 0x26, 0xc7, 0x8e, 0x1b, 0xd2, 0xe0, 0xdc, 0x0e, 0xcf, 0xac, 0x66, 0x40, 0x43, + 0x8a, 0x10, 0xa1, 0x35, 0x1f, 0x5b, 0x72, 0x51, 0x37, 0x5c, 0xca, 0x1a, 0x94, 0xd9, 0x35, 0x87, + 0x61, 0xbb, 0xbd, 0x53, 0xc3, 0xa1, 0xb3, 0x63, 0xbb, 0xb4, 0x4e, 0x3a, 0x1c, 0x7d, 0xd9, 0xa3, + 0x1e, 0xe5, 0x8f, 0x76, 0xf4, 0xd4, 0x59, 0x35, 0x9f, 0xc2, 0x4a, 0x85, 0x79, 0xaf, 0x9a, 0x47, + 0x4e, 0x88, 0x2b, 0x0e, 0x0b, 0x71, 0x50, 0xa9, 0x93, 0x10, 0x07, 0x08, 0xc1, 0xcc, 0x71, 0x40, + 0x1b, 0x79, 0xad, 0xa8, 0x95, 0xb2, 0x55, 0xfe, 0x8c, 0xf2, 0x30, 0xe7, 0x1c, 0x1d, 0x05, 0x98, + 0xb1, 0xfc, 0x14, 0x5f, 0x4e, 0x7e, 0x9a, 0x6b, 0xf0, 0x4f, 0xaa, 0x4c, 0x15, 0xb3, 0x26, 0x25, + 0x0c, 0x9b, 0x8f, 0x60, 0x51, 0x00, 0x5e, 0x38, 0x2d, 0x36, 0x76, 0x87, 0x02, 0xfc, 0xd5, 0x27, + 0x20, 0xb4, 0x9f, 0xc0, 0xb2, 0x28, 0x95, 0x7d, 0xc7, 0x3d, 0xf1, 0xeb, 0x6c, 0xfc, 0x2d, 0x18, + 0xb0, 0x9a, 0xa6, 0x22, 0xba, 0x3c, 0x84, 0x3f, 0x44, 0xfd, 0xe0, 0x94, 0x8c, 0xad, 0x9f, 0x87, + 0x5c, 0x2f, 0x5f, 0x28, 0x6f, 0x70, 0xe5, 0xc7, 0xae, 0x8b, 0x9b, 0xa1, 0x52, 0x39, 0xe6, 0x4b, + 0x28, 0xc1, 0xff, 0xa4, 0x01, 0xaa, 0x30, 0x6f, 0x9f, 0x92, 0xe3, 0xba, 0xd7, 0x0a, 0xf0, 0x24, + 0x27, 0x88, 0xf6, 0x20, 0xeb, 0xf8, 0x3e, 0x3d, 0x75, 0x88, 0x8b, 0xf3, 0xd3, 0x45, 0xad, 0x34, + 0xbf, 0x5b, 0xb0, 0x3a, 0x96, 0xb2, 0x22, 0x4b, 0x59, 0xb1, 0xa5, 0xac, 0x7d, 0x5a, 0x27, 0xe5, + 0x99, 0x8b, 0xef, 0x6b, 0x99, 0x6a, 0x97, 0x61, 0xae, 0x82, 0x3e, 0x38, 0x42, 0xdf, 0xe9, 0x57, + 0x71, 0x83, 0xb6, 0x27, 0x9a, 0x2e, 0x3e, 0x7d, 0x59, 0x40, 0x68, 0x37, 0x61, 0xae, 0xc2, 0xbc, + 0x68, 0x71, 0xcc, 0x1d, 0xdf, 0x83, 0x59, 0xa7, 0x41, 0x5b, 0x24, 0x1c, 0x75, 0xbb, 0x31, 0xdc, + 0x5c, 0xe2, 0xbb, 0x89, 0x3a, 0x8a, 0x21, 0x5e, 0xf3, 0x21, 0xca, 0xad, 0x80, 0xa4, 0x0e, 0xd1, + 0x6d, 0x35, 0x35, 0x49, 0xab, 0x48, 0x57, 0xb4, 0x7a, 0x00, 0x0b, 0xd1, 0x52, 0xe2, 0xd0, 0x31, + 0xff, 0xc8, 0x1c, 0x7f, 0x57, 0x04, 0xbb, 0xdf, 0xdd, 0xa4, 0x36, 0xa1, 0x6e, 0xec, 0xee, 0x2e, + 0x5f, 0x28, 0x1b, 0xf0, 0x7b, 0x85, 0x79, 0xfc, 0x95, 0x4d, 0xf5, 0x35, 0x82, 0x3f, 0x93, 0xba, + 0xe0, 0x14, 0x01, 0xb8, 0x5a, 0x53, 0xc9, 0x5a, 0xe6, 0x96, 0x8f, 0x11, 0x82, 0xf7, 0x81, 0xbf, + 0xc3, 0x7d, 0x2e, 0xdc, 0xa7, 0x24, 0x0c, 0xa8, 0xef, 0x2b, 0x4c, 0x67, 0x00, 0xb8, 0x02, 0x11, + 0x6f, 0x4b, 0x5a, 0x41, 0x39, 0x98, 0x6d, 0x70, 0x1d, 0x6e, 0x93, 0x6c, 0x35, 0xfe, 0x65, 0x6e, + 0xc2, 0xc6, 0xb0, 0x5e, 0x62, 0xa6, 0x03, 0x28, 0xf4, 0x59, 0xf7, 0xd7, 0x06, 0x32, 0xd7, 0xe1, + 0x5f, 0xa5, 0x60, 0xd2, 0x75, 0xf7, 0xeb, 0x3c, 0x4c, 0x57, 0x98, 0x87, 0x02, 0x40, 0x29, 0xe1, + 0xfe, 0x9f, 0x35, 0x78, 0x81, 0x58, 0xa9, 0x01, 0xae, 0xef, 0x8c, 0x0c, 0x4d, 0x7a, 0xa3, 0x77, + 0xb0, 0xd0, 0x13, 0xf4, 0xeb, 0x43, 0x25, 0x3a, 0x20, 0xfd, 0xd6, 0x08, 0x20, 0xd1, 0x81, 0xc2, + 0xd2, 0x60, 0xdc, 0x97, 0x86, 0x2a, 0x48, 0x48, 0x7d, 0x7b, 0x54, 0xa4, 0x68, 0xf8, 0x16, 0xe6, + 0xe5, 0xe4, 0x37, 0x87, 0x0a, 0x70, 0x8c, 0xfe, 0xff, 0xcd, 0x18, 0x59, 0x5e, 0x8e, 0x7f, 0x95, + 0xbc, 0x84, 0x51, 0xca, 0xa7, 0x5c, 0x10, 0xa8, 0x0e, 0x8b, 0xfd, 0x97, 0xc3, 0xa6, 0x82, 0xde, + 0x87, 0xd3, 0xad, 0xd1, 0x70, 0xf2, 0xd9, 0xf7, 0xc4, 0xbc, 0xea, 0xec, 0x65, 0x90, 0xf2, 0xec, + 0xd3, 0xf2, 0x1e, 0x3d, 0x83, 0x19, 0x1e, 0xf6, 0x7f, 0x2b, 0x48, 0x51, 0x51, 0x5f, 0x1f, 0x52, + 0x94, 0x95, 0x78, 0x62, 0xab, 0x94, 0xa2, 0xa2, 0x52, 0x49, 0xce, 0x64, 0x74, 0x08, 0xd9, 0x6e, + 0x20, 0x17, 0x55, 0x8c, 0x04, 0xa1, 0x97, 0x6e, 0x42, 0xf4, 0xf8, 0x4e, 0xca, 0x64, 0xa5, 0xef, + 0xba, 0x18, 0xb5, 0xef, 0x06, 0xb3, 0x19, 0x3d, 0x87, 0xdf, 0x3a, 0xc1, 0xbc, 0xaa, 0x20, 0xf1, + 0xaa, 0xbe, 0x31, 0xac, 0x2a, 0xc4, 0x5e, 0xc2, 0x5c, 0x92, 0xd8, 0x86, 0x72, 0x06, 0x5e, 0xd7, + 0x37, 0x87, 0xd7, 0x85, 0xe4, 0x67, 0x0d, 0x0a, 0xea, 0x34, 0xdf, 0x1e, 0xcd, 0x9b, 0x5d, 0x86, + 0x7e, 0x7f, 0x5c, 0x86, 0x98, 0xe4, 0x23, 0xe4, 0x14, 0x11, 0xbe, 0x35, 0x82, 0x79, 0xa5, 0x11, + 0xee, 0x8e, 0x05, 0x4f, 0xfa, 0x97, 0x0f, 0x2f, 0xae, 0x0c, 0xed, 0xf2, 0xca, 0xd0, 0x7e, 0x5c, + 0x19, 0xda, 0x97, 0x6b, 0x23, 0x73, 0x79, 0x6d, 0x64, 0xbe, 0x5d, 0x1b, 0x99, 0x37, 0x7b, 0x5e, + 0x3d, 0x7c, 0xdf, 0xaa, 0x59, 0x2e, 0x6d, 0xd8, 0x2c, 0x0c, 0x1c, 0xe2, 0x61, 0x9f, 0xb6, 0xf1, + 0x56, 0x1b, 0x93, 0xb0, 0x15, 0x60, 0x66, 0xf3, 0x7e, 0x76, 0xfb, 0x8e, 0x7d, 0x66, 0xf7, 0x7e, + 0x4d, 0x9c, 0x37, 0x31, 0xab, 0xcd, 0xf2, 0xef, 0x80, 0xdb, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, + 0x9f, 0x61, 0xf4, 0xec, 0x6a, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.