From fb2dcb15fa7d7a54fad88a25fa250fd45a769015 Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Fri, 1 Oct 2021 11:19:41 +0200 Subject: [PATCH 1/4] chore: version 2.0.1 --- CHANGELOG.md | 4 + app/app.go | 18 +-- app/desmos/cmd/chainlink/create_json.go | 8 +- app/desmos/cmd/chainlink/create_json_test.go | 10 +- app/desmos/cmd/root.go | 10 +- app/desmos/cmd/sign/sign_test.go | 4 +- app/desmos/cmd/testnet.go | 2 +- app/desmos/main.go | 4 +- app/sim_test.go | 6 +- go.mod | 2 +- proto/desmos/fees/v1beta1/genesis.proto | 2 +- proto/desmos/fees/v1beta1/min_fee.proto | 2 +- proto/desmos/fees/v1beta1/params.proto | 2 +- proto/desmos/fees/v1beta1/query.proto | 2 +- proto/desmos/posts/v1beta1/genesis.proto | 2 +- proto/desmos/posts/v1beta1/msgs.proto | 2 +- proto/desmos/posts/v1beta1/params.proto | 2 +- proto/desmos/posts/v1beta1/polls.proto | 2 +- proto/desmos/posts/v1beta1/posts.proto | 2 +- proto/desmos/posts/v1beta1/query.proto | 2 +- proto/desmos/posts/v1beta1/reactions.proto | 2 +- proto/desmos/posts/v1beta1/report.proto | 2 +- .../legacy/v100/models_app_links.proto | 2 +- .../profiles/legacy/v100/models_params.proto | 2 +- .../desmos/profiles/v1beta1/client/cli.proto | 2 +- proto/desmos/profiles/v1beta1/genesis.proto | 2 +- .../profiles/v1beta1/models_app_links.proto | 2 +- .../profiles/v1beta1/models_chain_links.proto | 2 +- .../v1beta1/models_dtag_requests.proto | 2 +- .../profiles/v1beta1/models_packets.proto | 2 +- .../profiles/v1beta1/models_params.proto | 2 +- .../profiles/v1beta1/models_profile.proto | 2 +- .../v1beta1/models_relationships.proto | 2 +- .../desmos/profiles/v1beta1/msg_server.proto | 2 +- .../profiles/v1beta1/msgs_app_links.proto | 2 +- .../profiles/v1beta1/msgs_chain_links.proto | 2 +- .../profiles/v1beta1/msgs_dtag_requests.proto | 2 +- .../profiles/v1beta1/msgs_profile.proto | 2 +- .../profiles/v1beta1/msgs_relationships.proto | 2 +- proto/desmos/profiles/v1beta1/query.proto | 2 +- .../profiles/v1beta1/query_app_links.proto | 2 +- .../profiles/v1beta1/query_chain_links.proto | 2 +- .../v1beta1/query_dtag_requests.proto | 2 +- .../profiles/v1beta1/query_params.proto | 2 +- .../profiles/v1beta1/query_profile.proto | 2 +- .../v1beta1/query_relationships.proto | 2 +- proto/desmos/subspaces/v1beta1/genesis.proto | 2 +- proto/desmos/subspaces/v1beta1/msgs.proto | 2 +- proto/desmos/subspaces/v1beta1/query.proto | 2 +- proto/desmos/subspaces/v1beta1/subspace.proto | 2 +- scripts/protocgen.sh | 2 +- testutil/ibctesting/chain.go | 4 +- testutil/ibctesting/coordinator.go | 2 +- testutil/ibctesting/helpler.go | 2 +- testutil/network.go | 2 +- testutil/profiles.go | 2 +- x/commons/common_test.go | 4 +- x/profiles/client/cli/cli_app_links.go | 2 +- x/profiles/client/cli/cli_app_links_test.go | 4 +- x/profiles/client/cli/cli_chain_links.go | 4 +- x/profiles/client/cli/cli_chain_links_test.go | 6 +- x/profiles/client/cli/cli_dtag_requests.go | 2 +- .../client/cli/cli_dtag_requests_test.go | 4 +- x/profiles/client/cli/cli_params.go | 2 +- x/profiles/client/cli/cli_params_test.go | 4 +- x/profiles/client/cli/cli_profile.go | 2 +- x/profiles/client/cli/cli_profile_test.go | 4 +- x/profiles/client/cli/cli_relationships.go | 2 +- .../client/cli/cli_relationships_test.go | 4 +- x/profiles/client/cli/cli_test.go | 8 +- x/profiles/client/cli/query.go | 2 +- x/profiles/client/cli/tx.go | 2 +- x/profiles/client/utils/cli.pb.go | 50 +++---- x/profiles/client/utils/utils.go | 2 +- x/profiles/client/utils/utils_test.go | 6 +- x/profiles/handler.go | 4 +- x/profiles/keeper/alias_functions.go | 2 +- x/profiles/keeper/alias_functions_test.go | 4 +- x/profiles/keeper/common_test.go | 8 +- x/profiles/keeper/genesis.go | 2 +- x/profiles/keeper/genesis_test.go | 4 +- x/profiles/keeper/grpc_query.go | 2 +- x/profiles/keeper/grpc_query_test.go | 4 +- x/profiles/keeper/invariants.go | 2 +- x/profiles/keeper/invariants_test.go | 6 +- x/profiles/keeper/keeper.go | 2 +- x/profiles/keeper/keeper_app_links.go | 2 +- x/profiles/keeper/keeper_app_links_test.go | 4 +- x/profiles/keeper/keeper_blocks.go | 2 +- x/profiles/keeper/keeper_blocks_test.go | 4 +- x/profiles/keeper/keeper_chain_links.go | 2 +- x/profiles/keeper/keeper_chain_links_test.go | 4 +- x/profiles/keeper/keeper_dtag_transfers.go | 2 +- .../keeper/keeper_dtag_transfers_test.go | 4 +- x/profiles/keeper/keeper_ibc.go | 2 +- x/profiles/keeper/keeper_params.go | 2 +- x/profiles/keeper/keeper_params_test.go | 2 +- x/profiles/keeper/keeper_relationships.go | 2 +- .../keeper/keeper_relationships_test.go | 4 +- x/profiles/keeper/keeper_test.go | 4 +- x/profiles/keeper/migrations.go | 2 +- x/profiles/keeper/msg_server_app_link.go | 2 +- x/profiles/keeper/msg_server_blocks.go | 2 +- x/profiles/keeper/msg_server_blocks_test.go | 6 +- x/profiles/keeper/msg_server_chain_link.go | 2 +- .../keeper/msg_server_chain_link_test.go | 6 +- .../keeper/msg_server_dtag_transfers.go | 2 +- .../keeper/msg_server_dtag_transfers_test.go | 6 +- x/profiles/keeper/msg_server_relationships.go | 2 +- .../keeper/msg_server_relationships_test.go | 6 +- x/profiles/keeper/msgs_server_profile.go | 2 +- x/profiles/keeper/msgs_server_profile_test.go | 6 +- x/profiles/keeper/relay_app_links.go | 6 +- x/profiles/keeper/relay_app_links_test.go | 10 +- x/profiles/keeper/relay_chain_links.go | 2 +- x/profiles/keeper/relay_chain_links_test.go | 2 +- x/profiles/legacy/v100/models_app_links.pb.go | 124 ++++++++--------- x/profiles/legacy/v100/models_params.pb.go | 90 ++++++------ x/profiles/legacy/v200/store.go | 4 +- x/profiles/module.go | 8 +- x/profiles/module_ibc.go | 6 +- x/profiles/simulation/decoder.go | 2 +- x/profiles/simulation/decoder_test.go | 6 +- x/profiles/simulation/genesis.go | 2 +- x/profiles/simulation/operations.go | 4 +- .../simulation/operations_dtag_transfers.go | 6 +- x/profiles/simulation/operations_profile.go | 6 +- .../simulation/operations_relationships.go | 6 +- .../simulation/operations_user_blocks.go | 6 +- x/profiles/simulation/params.go | 2 +- x/profiles/simulation/utils.go | 2 +- x/profiles/types/account_test.go | 6 +- x/profiles/types/genesis.pb.go | 67 ++++----- x/profiles/types/genesis_test.go | 4 +- x/profiles/types/models_app_links.pb.go | 124 ++++++++--------- x/profiles/types/models_app_links_test.go | 2 +- x/profiles/types/models_chain_links.pb.go | 76 +++++----- x/profiles/types/models_chain_links_test.go | 6 +- x/profiles/types/models_dtag_requests.pb.go | 48 +++---- x/profiles/types/models_dtag_requests_test.go | 2 +- x/profiles/types/models_packets.pb.go | 57 ++++---- x/profiles/types/models_packets_test.go | 2 +- x/profiles/types/models_params.pb.go | 90 ++++++------ x/profiles/types/models_params_test.go | 2 +- x/profiles/types/models_profile.go | 2 +- x/profiles/types/models_profile.pb.go | 64 ++++----- x/profiles/types/models_profile_test.go | 2 +- x/profiles/types/models_relationships.go | 2 +- x/profiles/types/models_relationships.pb.go | 50 +++---- x/profiles/types/models_relationships_test.go | 4 +- x/profiles/types/msg_server.pb.go | 72 +++++----- x/profiles/types/msgs_app_links.pb.go | 74 +++++----- x/profiles/types/msgs_app_links_test.go | 2 +- x/profiles/types/msgs_chain_links.pb.go | 62 ++++----- x/profiles/types/msgs_chain_links_test.go | 4 +- x/profiles/types/msgs_dtag_requests.pb.go | 59 ++++---- x/profiles/types/msgs_dtag_requests_test.go | 2 +- x/profiles/types/msgs_profile.pb.go | 62 ++++----- x/profiles/types/msgs_profile_test.go | 2 +- x/profiles/types/msgs_relationships.go | 2 +- x/profiles/types/msgs_relationships.pb.go | 66 ++++----- x/profiles/types/msgs_relationships_test.go | 2 +- x/profiles/types/query.pb.go | 88 ++++++------ x/profiles/types/query_app_links.pb.go | 56 ++++---- x/profiles/types/query_chain_links.pb.go | 52 +++---- x/profiles/types/query_dtag_requests.pb.go | 50 +++---- x/profiles/types/query_params.pb.go | 40 +++--- x/profiles/types/query_profile.pb.go | 42 +++--- x/profiles/types/query_relationships.pb.go | 59 ++++---- x/staging/fees/ante/ante.go | 2 +- x/staging/fees/ante/ante_test.go | 4 +- x/staging/fees/ante/common_test.go | 6 +- x/staging/fees/client/cli/query.go | 2 +- x/staging/fees/keeper/common_test.go | 6 +- x/staging/fees/keeper/genesis.go | 2 +- x/staging/fees/keeper/grpc_query.go | 2 +- x/staging/fees/keeper/keeper.go | 2 +- x/staging/fees/keeper/keeper_test.go | 4 +- x/staging/fees/module.go | 8 +- x/staging/fees/simulation/genesis.go | 6 +- x/staging/fees/simulation/params.go | 2 +- x/staging/fees/types/genesis.pb.go | 13 +- x/staging/fees/types/genesis_test.go | 2 +- x/staging/fees/types/min_fee.pb.go | 11 +- x/staging/fees/types/min_fee_test.go | 2 +- x/staging/fees/types/params.pb.go | 13 +- x/staging/fees/types/params_test.go | 2 +- x/staging/fees/types/query.pb.go | 39 +++--- x/staging/posts/client/cli/cli_test.go | 6 +- x/staging/posts/client/cli/query.go | 2 +- x/staging/posts/client/cli/tx.go | 2 +- x/staging/posts/client/testutil/helpers.go | 2 +- x/staging/posts/handler.go | 4 +- x/staging/posts/keeper/common_functions.go | 2 +- .../posts/keeper/common_functions_test.go | 2 +- x/staging/posts/keeper/common_test.go | 14 +- x/staging/posts/keeper/genesis.go | 2 +- x/staging/posts/keeper/genesis_test.go | 2 +- x/staging/posts/keeper/grpc_query.go | 4 +- x/staging/posts/keeper/grpc_query_test.go | 2 +- x/staging/posts/keeper/invariants.go | 2 +- x/staging/posts/keeper/invariants_test.go | 4 +- x/staging/posts/keeper/keeper.go | 2 +- x/staging/posts/keeper/keeper_bench_test.go | 4 +- x/staging/posts/keeper/keeper_polls.go | 2 +- x/staging/posts/keeper/keeper_polls_test.go | 2 +- x/staging/posts/keeper/keeper_reactions.go | 2 +- .../posts/keeper/keeper_reactions_test.go | 2 +- x/staging/posts/keeper/keeper_reports.go | 2 +- x/staging/posts/keeper/keeper_reports_test.go | 2 +- x/staging/posts/keeper/keeper_test.go | 2 +- x/staging/posts/keeper/msgs_server.go | 2 +- x/staging/posts/keeper/msgs_server_test.go | 6 +- x/staging/posts/keeper/params.go | 2 +- x/staging/posts/keeper/params_test.go | 2 +- x/staging/posts/module.go | 8 +- x/staging/posts/simulation/decoder.go | 2 +- x/staging/posts/simulation/decoder_test.go | 6 +- x/staging/posts/simulation/genesis.go | 2 +- x/staging/posts/simulation/operations.go | 4 +- .../posts/simulation/operations_polls.go | 4 +- .../posts/simulation/operations_posts.go | 4 +- .../posts/simulation/operations_reactions.go | 4 +- .../posts/simulation/operations_reports.go | 4 +- x/staging/posts/simulation/params.go | 2 +- x/staging/posts/simulation/utils.go | 4 +- x/staging/posts/types/genesis.pb.go | 52 +++---- x/staging/posts/types/genesis_test.go | 2 +- x/staging/posts/types/keys_test.go | 4 +- x/staging/posts/types/msgs.go | 6 +- x/staging/posts/types/msgs.pb.go | 130 +++++++++--------- x/staging/posts/types/msgs_test.go | 4 +- x/staging/posts/types/params.pb.go | 50 +++---- x/staging/posts/types/params_test.go | 2 +- x/staging/posts/types/polls.pb.go | 74 +++++----- x/staging/posts/types/polls_test.go | 4 +- x/staging/posts/types/posts.go | 4 +- x/staging/posts/types/posts.pb.go | 108 +++++++-------- x/staging/posts/types/posts_test.go | 2 +- x/staging/posts/types/query.pb.go | 126 ++++++++--------- x/staging/posts/types/reactions.go | 4 +- x/staging/posts/types/reactions.pb.go | 44 +++--- x/staging/posts/types/reactions_test.go | 4 +- x/staging/posts/types/report.pb.go | 42 +++--- x/staging/posts/types/report_test.go | 4 +- x/staging/subspaces/client/cli/cli_test.go | 6 +- x/staging/subspaces/client/cli/query.go | 2 +- x/staging/subspaces/client/cli/tx.go | 2 +- x/staging/subspaces/handler.go | 4 +- x/staging/subspaces/keeper/alias_functions.go | 2 +- .../subspaces/keeper/alias_functions_test.go | 2 +- x/staging/subspaces/keeper/common_test.go | 6 +- x/staging/subspaces/keeper/genesis.go | 2 +- x/staging/subspaces/keeper/genesis_test.go | 2 +- x/staging/subspaces/keeper/grpc_query.go | 2 +- x/staging/subspaces/keeper/grpc_query_test.go | 2 +- x/staging/subspaces/keeper/invariants.go | 2 +- x/staging/subspaces/keeper/invariants_test.go | 4 +- x/staging/subspaces/keeper/keeper.go | 2 +- x/staging/subspaces/keeper/keeper_test.go | 2 +- x/staging/subspaces/keeper/msg_server.go | 2 +- x/staging/subspaces/keeper/msg_server_test.go | 4 +- x/staging/subspaces/module.go | 8 +- x/staging/subspaces/simulation/decoder.go | 2 +- .../subspaces/simulation/decoder_test.go | 6 +- x/staging/subspaces/simulation/genesis.go | 2 +- x/staging/subspaces/simulation/operations.go | 4 +- .../subspaces/simulation/operations_admins.go | 4 +- .../simulation/operations_subspaces.go | 4 +- .../subspaces/simulation/operations_users.go | 4 +- x/staging/subspaces/simulation/utils.go | 2 +- x/staging/subspaces/types/genesis.pb.go | 46 +++---- x/staging/subspaces/types/genesis_test.go | 2 +- x/staging/subspaces/types/msgs.pb.go | 96 ++++++------- x/staging/subspaces/types/msgs_test.go | 2 +- x/staging/subspaces/types/query.pb.go | 86 ++++++------ x/staging/subspaces/types/subspace.pb.go | 69 +++++----- x/staging/subspaces/types/subspace_test.go | 2 +- 278 files changed, 1710 insertions(+), 1697 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b279a248..0f457249a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --> +## Version 2.0.1 +### Changes +* ([\#637](https://github.com/desmos-labs/desmos/pull/637)) Updated `go.mod` module to `v2` + ## Version 2.0.0 ### Features #### Profiles diff --git a/app/app.go b/app/app.go index 4b62a255d5..f165d3e717 100644 --- a/app/app.go +++ b/app/app.go @@ -77,15 +77,15 @@ import ( "github.com/cosmos/cosmos-sdk/x/upgrade" upgradeclient "github.com/cosmos/cosmos-sdk/x/upgrade/client" - "github.com/desmos-labs/desmos/x/profiles" - profileskeeper "github.com/desmos-labs/desmos/x/profiles/keeper" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" - feeskeeper "github.com/desmos-labs/desmos/x/staging/fees/keeper" - feestypes "github.com/desmos-labs/desmos/x/staging/fees/types" - postskeeper "github.com/desmos-labs/desmos/x/staging/posts/keeper" - poststypes "github.com/desmos-labs/desmos/x/staging/posts/types" - subspaceskeeper "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/profiles" + profileskeeper "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" + feeskeeper "github.com/desmos-labs/desmos/v2/x/staging/fees/keeper" + feestypes "github.com/desmos-labs/desmos/v2/x/staging/fees/types" + postskeeper "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + poststypes "github.com/desmos-labs/desmos/v2/x/staging/posts/types" + subspaceskeeper "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" diff --git a/app/desmos/cmd/chainlink/create_json.go b/app/desmos/cmd/chainlink/create_json.go index 4aa5014d59..8cd09adac2 100644 --- a/app/desmos/cmd/chainlink/create_json.go +++ b/app/desmos/cmd/chainlink/create_json.go @@ -5,16 +5,16 @@ import ( "fmt" "io/ioutil" - chainlinktypes "github.com/desmos-labs/desmos/app/desmos/cmd/chainlink/types" + chainlinktypes "github.com/desmos-labs/desmos/v2/app/desmos/cmd/chainlink/types" "github.com/cosmos/cosmos-sdk/crypto/hd" "github.com/cosmos/cosmos-sdk/crypto/keyring" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/app" - profilescliutils "github.com/desmos-labs/desmos/x/profiles/client/utils" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/app" + profilescliutils "github.com/desmos-labs/desmos/v2/x/profiles/client/utils" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCreateChainLinkJSON returns the command allowing to generate the chain link JSON diff --git a/app/desmos/cmd/chainlink/create_json_test.go b/app/desmos/cmd/chainlink/create_json_test.go index 161bcfdb5d..6f9be5cc69 100644 --- a/app/desmos/cmd/chainlink/create_json_test.go +++ b/app/desmos/cmd/chainlink/create_json_test.go @@ -6,8 +6,8 @@ import ( "path" "testing" - cmd "github.com/desmos-labs/desmos/app/desmos/cmd/chainlink" - "github.com/desmos-labs/desmos/app/desmos/cmd/chainlink/types" + cmd "github.com/desmos-labs/desmos/v2/app/desmos/cmd/chainlink" + "github.com/desmos-labs/desmos/v2/app/desmos/cmd/chainlink/types" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/crypto/hd" @@ -16,9 +16,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" - profilescliutils "github.com/desmos-labs/desmos/x/profiles/client/utils" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/app" + profilescliutils "github.com/desmos-labs/desmos/v2/x/profiles/client/utils" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // MockGetter represents a mock implementation of ChainLinkReferenceGetter diff --git a/app/desmos/cmd/root.go b/app/desmos/cmd/root.go index fc476ed71b..059ea638ce 100644 --- a/app/desmos/cmd/root.go +++ b/app/desmos/cmd/root.go @@ -7,10 +7,10 @@ import ( serverconfig "github.com/cosmos/cosmos-sdk/server/config" - chainlinktypes "github.com/desmos-labs/desmos/app/desmos/cmd/chainlink/types" + chainlinktypes "github.com/desmos-labs/desmos/v2/app/desmos/cmd/chainlink/types" - "github.com/desmos-labs/desmos/app/desmos/cmd/chainlink" - "github.com/desmos-labs/desmos/app/desmos/cmd/sign" + "github.com/desmos-labs/desmos/v2/app/desmos/cmd/chainlink" + "github.com/desmos-labs/desmos/v2/app/desmos/cmd/sign" config "github.com/cosmos/cosmos-sdk/client/config" @@ -20,7 +20,7 @@ import ( "github.com/cosmos/cosmos-sdk/simapp/params" "github.com/cosmos/cosmos-sdk/snapshots" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" "github.com/spf13/cast" "github.com/spf13/cobra" @@ -44,7 +44,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" cosmosgenutilcli "github.com/cosmos/cosmos-sdk/x/genutil/client/cli" - genutilcli "github.com/desmos-labs/desmos/x/genutil/client/cli" + genutilcli "github.com/desmos-labs/desmos/v2/x/genutil/client/cli" ) // NewRootCmd creates a new root command for desmos. It is called once in the diff --git a/app/desmos/cmd/sign/sign_test.go b/app/desmos/cmd/sign/sign_test.go index 1777b6f61b..1dca2a26cf 100644 --- a/app/desmos/cmd/sign/sign_test.go +++ b/app/desmos/cmd/sign/sign_test.go @@ -6,7 +6,7 @@ import ( "os" "testing" - cmd "github.com/desmos-labs/desmos/app/desmos/cmd/sign" + cmd "github.com/desmos-labs/desmos/v2/app/desmos/cmd/sign" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" @@ -16,7 +16,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" ) func TestGetSignCmd(t *testing.T) { diff --git a/app/desmos/cmd/testnet.go b/app/desmos/cmd/testnet.go index 5941f8c8cf..3095c57eb0 100644 --- a/app/desmos/cmd/testnet.go +++ b/app/desmos/cmd/testnet.go @@ -10,7 +10,7 @@ import ( "os" "path/filepath" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" "github.com/spf13/cobra" diff --git a/app/desmos/main.go b/app/desmos/main.go index ee28165bff..5b84912947 100644 --- a/app/desmos/main.go +++ b/app/desmos/main.go @@ -5,11 +5,11 @@ import ( "github.com/cosmos/cosmos-sdk/server" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/desmos-labs/desmos/app/desmos/cmd" + "github.com/desmos-labs/desmos/v2/app/desmos/cmd" ) func main() { diff --git a/app/sim_test.go b/app/sim_test.go index 91ce6473c3..efa4ae1301 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -16,9 +16,9 @@ import ( slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" - poststypes "github.com/desmos-labs/desmos/x/staging/posts/types" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" + poststypes "github.com/desmos-labs/desmos/v2/x/staging/posts/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/go.mod b/go.mod index 2abd42e25c..ca13480908 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/desmos-labs/desmos +module github.com/desmos-labs/desmos/v2 go 1.15 diff --git a/proto/desmos/fees/v1beta1/genesis.proto b/proto/desmos/fees/v1beta1/genesis.proto index a024428425..5fabbc446c 100644 --- a/proto/desmos/fees/v1beta1/genesis.proto +++ b/proto/desmos/fees/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package desmos.fees.v1beta1; import "gogoproto/gogo.proto"; import "desmos/fees/v1beta1/params.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/fees/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/fees/types"; // GenesisState contains the data of the genesis state for the fees module message GenesisState { diff --git a/proto/desmos/fees/v1beta1/min_fee.proto b/proto/desmos/fees/v1beta1/min_fee.proto index de22393e8b..d7f5c74a60 100644 --- a/proto/desmos/fees/v1beta1/min_fee.proto +++ b/proto/desmos/fees/v1beta1/min_fee.proto @@ -4,7 +4,7 @@ package desmos.fees.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/fees/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/fees/types"; // MinFee contains the minimum amount of coins that should be paid as a fee for // each message of the specific type sent diff --git a/proto/desmos/fees/v1beta1/params.proto b/proto/desmos/fees/v1beta1/params.proto index 94089fef7b..133ccbf73b 100644 --- a/proto/desmos/fees/v1beta1/params.proto +++ b/proto/desmos/fees/v1beta1/params.proto @@ -4,7 +4,7 @@ package desmos.fees.v1beta1; import "gogoproto/gogo.proto"; import "desmos/fees/v1beta1/min_fee.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/fees/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/fees/types"; // Params contains the parameters for the fees module message Params { diff --git a/proto/desmos/fees/v1beta1/query.proto b/proto/desmos/fees/v1beta1/query.proto index 7a5599c1d0..670eddb899 100644 --- a/proto/desmos/fees/v1beta1/query.proto +++ b/proto/desmos/fees/v1beta1/query.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/api/annotations.proto"; import "desmos/fees/v1beta1/params.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/fees/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/fees/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/desmos/posts/v1beta1/genesis.proto b/proto/desmos/posts/v1beta1/genesis.proto index ceaa01fa0b..0d2f1e3ac4 100644 --- a/proto/desmos/posts/v1beta1/genesis.proto +++ b/proto/desmos/posts/v1beta1/genesis.proto @@ -8,7 +8,7 @@ import "desmos/posts/v1beta1/reactions.proto"; import "desmos/posts/v1beta1/params.proto"; import "desmos/posts/v1beta1/report.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // GenesisState contains the data of the genesis state for the posts module message GenesisState { diff --git a/proto/desmos/posts/v1beta1/msgs.proto b/proto/desmos/posts/v1beta1/msgs.proto index be809d33e2..de932f181a 100644 --- a/proto/desmos/posts/v1beta1/msgs.proto +++ b/proto/desmos/posts/v1beta1/msgs.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "desmos/posts/v1beta1/posts.proto"; import "desmos/posts/v1beta1/polls.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // Msg defines the relationships Msg service. service Msg { diff --git a/proto/desmos/posts/v1beta1/params.proto b/proto/desmos/posts/v1beta1/params.proto index 621afd8bff..94362f7e95 100644 --- a/proto/desmos/posts/v1beta1/params.proto +++ b/proto/desmos/posts/v1beta1/params.proto @@ -3,7 +3,7 @@ package desmos.posts.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // Params contains the parameters for the posts module message Params { diff --git a/proto/desmos/posts/v1beta1/polls.proto b/proto/desmos/posts/v1beta1/polls.proto index cb42b3e73a..ac29c1071f 100644 --- a/proto/desmos/posts/v1beta1/polls.proto +++ b/proto/desmos/posts/v1beta1/polls.proto @@ -4,7 +4,7 @@ package desmos.posts.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // ProvidedAnswer contains the data of a single poll answer inserted by the // creator diff --git a/proto/desmos/posts/v1beta1/posts.proto b/proto/desmos/posts/v1beta1/posts.proto index e515d100f9..91503671f7 100644 --- a/proto/desmos/posts/v1beta1/posts.proto +++ b/proto/desmos/posts/v1beta1/posts.proto @@ -5,7 +5,7 @@ import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; import "desmos/posts/v1beta1/polls.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // Post contains all the data of a Desmos post message Post { diff --git a/proto/desmos/posts/v1beta1/query.proto b/proto/desmos/posts/v1beta1/query.proto index 3847a89a4c..2aceb1e871 100644 --- a/proto/desmos/posts/v1beta1/query.proto +++ b/proto/desmos/posts/v1beta1/query.proto @@ -11,7 +11,7 @@ import "desmos/posts/v1beta1/polls.proto"; import "desmos/posts/v1beta1/params.proto"; import "desmos/posts/v1beta1/report.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/desmos/posts/v1beta1/reactions.proto b/proto/desmos/posts/v1beta1/reactions.proto index 482721fe2f..1a8389b029 100644 --- a/proto/desmos/posts/v1beta1/reactions.proto +++ b/proto/desmos/posts/v1beta1/reactions.proto @@ -3,7 +3,7 @@ package desmos.posts.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // RegisteredReaction represents a registered reaction that can be referenced // by its shortCode inside post reactions diff --git a/proto/desmos/posts/v1beta1/report.proto b/proto/desmos/posts/v1beta1/report.proto index 56887c19cc..ed157833dc 100644 --- a/proto/desmos/posts/v1beta1/report.proto +++ b/proto/desmos/posts/v1beta1/report.proto @@ -3,7 +3,7 @@ package desmos.posts.v1beta1; import "gogoproto/gogo.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/posts/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/posts/types"; // Report is the struct of a post's reports message Report { diff --git a/proto/desmos/profiles/legacy/v100/models_app_links.proto b/proto/desmos/profiles/legacy/v100/models_app_links.proto index af36f48d48..9c342fe4a4 100644 --- a/proto/desmos/profiles/legacy/v100/models_app_links.proto +++ b/proto/desmos/profiles/legacy/v100/models_app_links.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package desmos.profiles.legacy.v100; -option go_package = "github.com/desmos-labs/desmos/x/profiles/legacy/v100"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/legacy/v100"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto/desmos/profiles/legacy/v100/models_params.proto b/proto/desmos/profiles/legacy/v100/models_params.proto index 17446f60a1..8c2acca313 100644 --- a/proto/desmos/profiles/legacy/v100/models_params.proto +++ b/proto/desmos/profiles/legacy/v100/models_params.proto @@ -4,7 +4,7 @@ package desmos.profiles.legacy.v100; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/legacy/v100"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/legacy/v100"; // Params contains the parameters for the profiles module message Params { diff --git a/proto/desmos/profiles/v1beta1/client/cli.proto b/proto/desmos/profiles/v1beta1/client/cli.proto index e87e86875a..4f0cd1a77a 100644 --- a/proto/desmos/profiles/v1beta1/client/cli.proto +++ b/proto/desmos/profiles/v1beta1/client/cli.proto @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/client/utils"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/client/utils"; // ChainLinkJSON contains the data required to create a ChainLink using the CLI // command diff --git a/proto/desmos/profiles/v1beta1/genesis.proto b/proto/desmos/profiles/v1beta1/genesis.proto index fd7aee296e..c5435ec113 100644 --- a/proto/desmos/profiles/v1beta1/genesis.proto +++ b/proto/desmos/profiles/v1beta1/genesis.proto @@ -9,7 +9,7 @@ import "desmos/profiles/v1beta1/models_dtag_requests.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; import "desmos/profiles/v1beta1/models_app_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // GenesisState defines the profiles module's genesis state. message GenesisState { diff --git a/proto/desmos/profiles/v1beta1/models_app_links.proto b/proto/desmos/profiles/v1beta1/models_app_links.proto index dd729f4b02..e338e6005e 100644 --- a/proto/desmos/profiles/v1beta1/models_app_links.proto +++ b/proto/desmos/profiles/v1beta1/models_app_links.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package desmos.profiles.v1beta1; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; diff --git a/proto/desmos/profiles/v1beta1/models_chain_links.proto b/proto/desmos/profiles/v1beta1/models_chain_links.proto index 3547826cbc..c86ee2e027 100644 --- a/proto/desmos/profiles/v1beta1/models_chain_links.proto +++ b/proto/desmos/profiles/v1beta1/models_chain_links.proto @@ -6,7 +6,7 @@ import "google/protobuf/any.proto"; import "google/protobuf/timestamp.proto"; import "cosmos_proto/cosmos.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // ChainLink contains the data representing either an inter- or cross- chain // link diff --git a/proto/desmos/profiles/v1beta1/models_dtag_requests.proto b/proto/desmos/profiles/v1beta1/models_dtag_requests.proto index 18a9da1793..322fec91d2 100644 --- a/proto/desmos/profiles/v1beta1/models_dtag_requests.proto +++ b/proto/desmos/profiles/v1beta1/models_dtag_requests.proto @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // DTagTransferRequest represent a DTag transfer request between two users message DTagTransferRequest { diff --git a/proto/desmos/profiles/v1beta1/models_packets.proto b/proto/desmos/profiles/v1beta1/models_packets.proto index f8c30eeb94..c0252dbe9f 100644 --- a/proto/desmos/profiles/v1beta1/models_packets.proto +++ b/proto/desmos/profiles/v1beta1/models_packets.proto @@ -6,7 +6,7 @@ import "google/protobuf/any.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // LinkChainAccountPacketData defines the object that should be sent inside a // MsgSendPacket when wanting to link an external chain to a Desmos profile diff --git a/proto/desmos/profiles/v1beta1/models_params.proto b/proto/desmos/profiles/v1beta1/models_params.proto index 10e14018cd..a1259a9a0f 100644 --- a/proto/desmos/profiles/v1beta1/models_params.proto +++ b/proto/desmos/profiles/v1beta1/models_params.proto @@ -4,7 +4,7 @@ package desmos.profiles.v1beta1; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // Params contains the parameters for the profiles module message Params { diff --git a/proto/desmos/profiles/v1beta1/models_profile.proto b/proto/desmos/profiles/v1beta1/models_profile.proto index 02311f4616..070f8f88a6 100644 --- a/proto/desmos/profiles/v1beta1/models_profile.proto +++ b/proto/desmos/profiles/v1beta1/models_profile.proto @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // ___________________________________________________________________________________________________________________ diff --git a/proto/desmos/profiles/v1beta1/models_relationships.proto b/proto/desmos/profiles/v1beta1/models_relationships.proto index 42f694aea1..ac37d4be29 100644 --- a/proto/desmos/profiles/v1beta1/models_relationships.proto +++ b/proto/desmos/profiles/v1beta1/models_relationships.proto @@ -7,7 +7,7 @@ import "google/protobuf/timestamp.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // Relationship is the struct of a relationship. // It represent the concept of "follow" of traditional social networks. diff --git a/proto/desmos/profiles/v1beta1/msg_server.proto b/proto/desmos/profiles/v1beta1/msg_server.proto index 38bde4be6b..91ffe9ee55 100644 --- a/proto/desmos/profiles/v1beta1/msg_server.proto +++ b/proto/desmos/profiles/v1beta1/msg_server.proto @@ -13,7 +13,7 @@ import "desmos/profiles/v1beta1/msgs_dtag_requests.proto"; import "desmos/profiles/v1beta1/msgs_chain_links.proto"; import "desmos/profiles/v1beta1/msgs_app_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // Msg defines the relationships Msg service. service Msg { diff --git a/proto/desmos/profiles/v1beta1/msgs_app_links.proto b/proto/desmos/profiles/v1beta1/msgs_app_links.proto index 666b2286a9..03c28d0ed9 100644 --- a/proto/desmos/profiles/v1beta1/msgs_app_links.proto +++ b/proto/desmos/profiles/v1beta1/msgs_app_links.proto @@ -1,7 +1,7 @@ syntax = "proto3"; package desmos.profiles.v1beta1; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; import "desmos/profiles/v1beta1/models_app_links.proto"; diff --git a/proto/desmos/profiles/v1beta1/msgs_chain_links.proto b/proto/desmos/profiles/v1beta1/msgs_chain_links.proto index adfedd9463..07cc0eedaa 100644 --- a/proto/desmos/profiles/v1beta1/msgs_chain_links.proto +++ b/proto/desmos/profiles/v1beta1/msgs_chain_links.proto @@ -6,7 +6,7 @@ import "google/protobuf/any.proto"; import "cosmos_proto/cosmos.proto"; import "desmos/profiles/v1beta1/models_chain_links.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // MsgLinkChainAccount represents a message to link an account to a profile. message MsgLinkChainAccount { diff --git a/proto/desmos/profiles/v1beta1/msgs_dtag_requests.proto b/proto/desmos/profiles/v1beta1/msgs_dtag_requests.proto index 97482f4ddf..522efafc2e 100644 --- a/proto/desmos/profiles/v1beta1/msgs_dtag_requests.proto +++ b/proto/desmos/profiles/v1beta1/msgs_dtag_requests.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_profile.proto"; import "desmos/profiles/v1beta1/models_relationships.proto"; import "desmos/profiles/v1beta1/models_dtag_requests.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // MsgRequestDTagTransfer represents the message used to request the DTag // transfer to another user. diff --git a/proto/desmos/profiles/v1beta1/msgs_profile.proto b/proto/desmos/profiles/v1beta1/msgs_profile.proto index 530f30a1d9..1308c264f6 100644 --- a/proto/desmos/profiles/v1beta1/msgs_profile.proto +++ b/proto/desmos/profiles/v1beta1/msgs_profile.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_profile.proto"; import "desmos/profiles/v1beta1/models_relationships.proto"; import "desmos/profiles/v1beta1/models_dtag_requests.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // MsgSaveProfile represents a message to save a profile. message MsgSaveProfile { diff --git a/proto/desmos/profiles/v1beta1/msgs_relationships.proto b/proto/desmos/profiles/v1beta1/msgs_relationships.proto index bc3b5380c1..4c32b756f9 100644 --- a/proto/desmos/profiles/v1beta1/msgs_relationships.proto +++ b/proto/desmos/profiles/v1beta1/msgs_relationships.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_profile.proto"; import "desmos/profiles/v1beta1/models_relationships.proto"; import "desmos/profiles/v1beta1/models_dtag_requests.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // MsgCreateRelationship represents a message to create a relationship // between two users on a specific subspace. diff --git a/proto/desmos/profiles/v1beta1/query.proto b/proto/desmos/profiles/v1beta1/query.proto index b2b719de17..cf290cfca8 100644 --- a/proto/desmos/profiles/v1beta1/query.proto +++ b/proto/desmos/profiles/v1beta1/query.proto @@ -13,7 +13,7 @@ import "desmos/profiles/v1beta1/query_app_links.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/desmos/profiles/v1beta1/query_app_links.proto b/proto/desmos/profiles/v1beta1/query_app_links.proto index b019c4fce7..e5ffaf3521 100644 --- a/proto/desmos/profiles/v1beta1/query_app_links.proto +++ b/proto/desmos/profiles/v1beta1/query_app_links.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_app_links.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryUserApplicationLinkRequest represents the request used when querying an // application link using an application name and username for a given user diff --git a/proto/desmos/profiles/v1beta1/query_chain_links.proto b/proto/desmos/profiles/v1beta1/query_chain_links.proto index 59d870c476..a1634bbc72 100644 --- a/proto/desmos/profiles/v1beta1/query_chain_links.proto +++ b/proto/desmos/profiles/v1beta1/query_chain_links.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_chain_links.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryUserChainLinkRequest represents the request that should be used in order // to retrieve the link associated with the provided user, for the given chain diff --git a/proto/desmos/profiles/v1beta1/query_dtag_requests.proto b/proto/desmos/profiles/v1beta1/query_dtag_requests.proto index e25661e512..a669924a65 100644 --- a/proto/desmos/profiles/v1beta1/query_dtag_requests.proto +++ b/proto/desmos/profiles/v1beta1/query_dtag_requests.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_dtag_requests.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryIncomingDTagTransferRequestsRequest is the request type for the // Query/IncomingDTagTransferRequests RPC endpoint diff --git a/proto/desmos/profiles/v1beta1/query_params.proto b/proto/desmos/profiles/v1beta1/query_params.proto index 18e589b0fc..69aa346dc7 100644 --- a/proto/desmos/profiles/v1beta1/query_params.proto +++ b/proto/desmos/profiles/v1beta1/query_params.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_params.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryParamsRequest is the request type for the Query/Params RPC endpoint message QueryParamsRequest {} diff --git a/proto/desmos/profiles/v1beta1/query_profile.proto b/proto/desmos/profiles/v1beta1/query_profile.proto index 7830dfaa55..c547b3d78c 100644 --- a/proto/desmos/profiles/v1beta1/query_profile.proto +++ b/proto/desmos/profiles/v1beta1/query_profile.proto @@ -7,7 +7,7 @@ import "google/protobuf/any.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryProfileRequest is the request type for the Query/Profile RPC method. message QueryProfileRequest { diff --git a/proto/desmos/profiles/v1beta1/query_relationships.proto b/proto/desmos/profiles/v1beta1/query_relationships.proto index f65bbcfd8a..5994d87e13 100644 --- a/proto/desmos/profiles/v1beta1/query_relationships.proto +++ b/proto/desmos/profiles/v1beta1/query_relationships.proto @@ -8,7 +8,7 @@ import "desmos/profiles/v1beta1/models_relationships.proto"; import "cosmos_proto/cosmos.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/profiles/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/profiles/types"; // QueryRelationshipsRequest is the request type for the // Query/Relationships RPC method. diff --git a/proto/desmos/subspaces/v1beta1/genesis.proto b/proto/desmos/subspaces/v1beta1/genesis.proto index 5669e5bf61..0126f43fb4 100644 --- a/proto/desmos/subspaces/v1beta1/genesis.proto +++ b/proto/desmos/subspaces/v1beta1/genesis.proto @@ -4,7 +4,7 @@ package desmos.subspaces.v1beta1; import "gogoproto/gogo.proto"; import "desmos/subspaces/v1beta1/subspace.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/subspaces/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types"; // GenesisState contains the data of the genesis state for the subspaces module message GenesisState { diff --git a/proto/desmos/subspaces/v1beta1/msgs.proto b/proto/desmos/subspaces/v1beta1/msgs.proto index 4d7a3cf56e..5e9cec3bc2 100644 --- a/proto/desmos/subspaces/v1beta1/msgs.proto +++ b/proto/desmos/subspaces/v1beta1/msgs.proto @@ -4,7 +4,7 @@ package desmos.subspaces.v1beta1; import "gogoproto/gogo.proto"; import "desmos/subspaces/v1beta1/subspace.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/subspaces/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types"; // Msg defines subspaces Msg service. service Msg { diff --git a/proto/desmos/subspaces/v1beta1/query.proto b/proto/desmos/subspaces/v1beta1/query.proto index de0e0470f7..70b7cda805 100644 --- a/proto/desmos/subspaces/v1beta1/query.proto +++ b/proto/desmos/subspaces/v1beta1/query.proto @@ -6,7 +6,7 @@ import "google/api/annotations.proto"; import "desmos/subspaces/v1beta1/subspace.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/subspaces/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types"; // Query defines the gRPC querier service service Query { diff --git a/proto/desmos/subspaces/v1beta1/subspace.proto b/proto/desmos/subspaces/v1beta1/subspace.proto index 1bf55188fb..4b47dc7463 100644 --- a/proto/desmos/subspaces/v1beta1/subspace.proto +++ b/proto/desmos/subspaces/v1beta1/subspace.proto @@ -4,7 +4,7 @@ package desmos.subspaces.v1beta1; import "gogoproto/gogo.proto"; import "google/protobuf/timestamp.proto"; -option go_package = "github.com/desmos-labs/desmos/x/staging/subspaces/types"; +option go_package = "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types"; // SubspaceType contains all the possible subspace types enum SubspaceType { diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 63e5c096c6..0a448daa0b 100755 --- 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/desmos-labs/desmos/* ./ +cp -r github.com/desmos-labs/desmos/v2/* ./ rm -rf github.com diff --git a/testutil/ibctesting/chain.go b/testutil/ibctesting/chain.go index b82dcfeb89..a9bc7ca8d9 100644 --- a/testutil/ibctesting/chain.go +++ b/testutil/ibctesting/chain.go @@ -36,9 +36,9 @@ import ( ibctmtypes "github.com/cosmos/ibc-go/modules/light-clients/07-tendermint/types" "github.com/cosmos/ibc-go/testing/mock" - simapp "github.com/desmos-labs/desmos/app" + simapp "github.com/desmos-labs/desmos/v2/app" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" ) const ( diff --git a/testutil/ibctesting/coordinator.go b/testutil/ibctesting/coordinator.go index 4116e6e27d..ce2f83a789 100644 --- a/testutil/ibctesting/coordinator.go +++ b/testutil/ibctesting/coordinator.go @@ -6,7 +6,7 @@ import ( "testing" "time" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" abci "github.com/tendermint/tendermint/abci/types" diff --git a/testutil/ibctesting/helpler.go b/testutil/ibctesting/helpler.go index 52cfe04002..dac0dc412d 100644 --- a/testutil/ibctesting/helpler.go +++ b/testutil/ibctesting/helpler.go @@ -23,7 +23,7 @@ import ( banktypes "github.com/cosmos/cosmos-sdk/x/bank/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - simapp "github.com/desmos-labs/desmos/app" + simapp "github.com/desmos-labs/desmos/v2/app" ) // DefaultConsensusParams defines the default Tendermint consensus params used in diff --git a/testutil/network.go b/testutil/network.go index 6774382906..14cd59173a 100644 --- a/testutil/network.go +++ b/testutil/network.go @@ -17,7 +17,7 @@ import ( tmrand "github.com/tendermint/tendermint/libs/rand" dbm "github.com/tendermint/tm-db" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" ) // NewAppConstructor returns a new Desmos AppConstructor diff --git a/testutil/profiles.go b/testutil/profiles.go index 79004145fc..5fa2567f14 100644 --- a/testutil/profiles.go +++ b/testutil/profiles.go @@ -11,7 +11,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/gogo/protobuf/proto" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func NewAny(value proto.Message) *codectypes.Any { diff --git a/x/commons/common_test.go b/x/commons/common_test.go index 96fcc68b0f..32d8b11150 100644 --- a/x/commons/common_test.go +++ b/x/commons/common_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/commons" + "github.com/desmos-labs/desmos/v2/x/commons" ) func TestUnique(t *testing.T) { @@ -80,7 +80,7 @@ func TestIsURIValid(t *testing.T) { expValid: true, }, { - // This test refers to this issue: https://github.com/desmos-labs/desmos/issues/233 + // This test refers to this issue: https://github.com/desmos-labs/desmos/v2/issues/233 // It has been included to avoid regressions from being ever introduced about it uri: "https://timgsa.baidu.com/timg?\\n\\nimage&quality=80&size=b9999_10000&sec=1594915557404&di=70d5872ec070ce3d22c7f2f11f10d7ff&imgtype=0&src=http%3A%2F%2Fa2.att.hudong.com%2F36%2F48%2F19300001357258133412489354717.jpg", expValid: true, diff --git a/x/profiles/client/cli/cli_app_links.go b/x/profiles/client/cli/cli_app_links.go index 79343c5f92..3075e007ad 100644 --- a/x/profiles/client/cli/cli_app_links.go +++ b/x/profiles/client/cli/cli_app_links.go @@ -14,7 +14,7 @@ import ( clienttypes "github.com/cosmos/ibc-go/modules/core/02-client/types" channelutils "github.com/cosmos/ibc-go/modules/core/04-channel/client/utils" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) const ( diff --git a/x/profiles/client/cli/cli_app_links_test.go b/x/profiles/client/cli/cli_app_links_test.go index 34bc72ae8c..b53d830ff6 100644 --- a/x/profiles/client/cli/cli_app_links_test.go +++ b/x/profiles/client/cli/cli_app_links_test.go @@ -10,8 +10,8 @@ import ( "github.com/golang/protobuf/proto" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryApplicationsLinks() { diff --git a/x/profiles/client/cli/cli_chain_links.go b/x/profiles/client/cli/cli_chain_links.go index 6e55f58a2f..58309b612f 100644 --- a/x/profiles/client/cli/cli_chain_links.go +++ b/x/profiles/client/cli/cli_chain_links.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - profilescliutils "github.com/desmos-labs/desmos/x/profiles/client/utils" - "github.com/desmos-labs/desmos/x/profiles/types" + profilescliutils "github.com/desmos-labs/desmos/v2/x/profiles/client/utils" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCmdLinkChainAccount returns the command allowing to link an external chain account diff --git a/x/profiles/client/cli/cli_chain_links_test.go b/x/profiles/client/cli/cli_chain_links_test.go index 46d7fe5590..9fc77498a6 100644 --- a/x/profiles/client/cli/cli_chain_links_test.go +++ b/x/profiles/client/cli/cli_chain_links_test.go @@ -12,9 +12,9 @@ import ( "github.com/golang/protobuf/proto" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryChainLinks() { diff --git a/x/profiles/client/cli/cli_dtag_requests.go b/x/profiles/client/cli/cli_dtag_requests.go index a43aa0e104..33da5a9f1e 100644 --- a/x/profiles/client/cli/cli_dtag_requests.go +++ b/x/profiles/client/cli/cli_dtag_requests.go @@ -10,7 +10,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCmdRequestDTagTransfer returns the command to create a DTag transfer request diff --git a/x/profiles/client/cli/cli_dtag_requests_test.go b/x/profiles/client/cli/cli_dtag_requests_test.go index 28a55ef8fe..901fce3872 100644 --- a/x/profiles/client/cli/cli_dtag_requests_test.go +++ b/x/profiles/client/cli/cli_dtag_requests_test.go @@ -9,8 +9,8 @@ import ( "github.com/golang/protobuf/proto" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryDTagRequests() { diff --git a/x/profiles/client/cli/cli_params.go b/x/profiles/client/cli/cli_params.go index 2189954fe9..a3bf3cc189 100644 --- a/x/profiles/client/cli/cli_params.go +++ b/x/profiles/client/cli/cli_params.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCmdQueryParams returns the command allowing to query the profiles module params diff --git a/x/profiles/client/cli/cli_params_test.go b/x/profiles/client/cli/cli_params_test.go index 4e7ce22202..fb5be2d071 100644 --- a/x/profiles/client/cli/cli_params_test.go +++ b/x/profiles/client/cli/cli_params_test.go @@ -6,8 +6,8 @@ import ( clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryParams() { diff --git a/x/profiles/client/cli/cli_profile.go b/x/profiles/client/cli/cli_profile.go index 158f747dbb..2476a4b03f 100644 --- a/x/profiles/client/cli/cli_profile.go +++ b/x/profiles/client/cli/cli_profile.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCmdSaveProfile returns the command used to save a profile diff --git a/x/profiles/client/cli/cli_profile_test.go b/x/profiles/client/cli/cli_profile_test.go index 8d850d50a9..95d483ff3d 100644 --- a/x/profiles/client/cli/cli_profile_test.go +++ b/x/profiles/client/cli/cli_profile_test.go @@ -13,8 +13,8 @@ import ( "github.com/golang/protobuf/proto" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryProfile() { diff --git a/x/profiles/client/cli/cli_relationships.go b/x/profiles/client/cli/cli_relationships.go index 6dea61b71f..ec7d626f36 100644 --- a/x/profiles/client/cli/cli_relationships.go +++ b/x/profiles/client/cli/cli_relationships.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/tx" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // GetCmdCreateRelationship returns the command allowing to create a relationship diff --git a/x/profiles/client/cli/cli_relationships_test.go b/x/profiles/client/cli/cli_relationships_test.go index 85341a3349..de510f912a 100644 --- a/x/profiles/client/cli/cli_relationships_test.go +++ b/x/profiles/client/cli/cli_relationships_test.go @@ -10,8 +10,8 @@ import ( "github.com/golang/protobuf/proto" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (s *IntegrationTestSuite) TestCmdQueryRelationships() { diff --git a/x/profiles/client/cli/cli_test.go b/x/profiles/client/cli/cli_test.go index 7e318ac635..63905f0a0a 100644 --- a/x/profiles/client/cli/cli_test.go +++ b/x/profiles/client/cli/cli_test.go @@ -8,8 +8,8 @@ import ( cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/profiles/client/utils" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/profiles/client/utils" codectypes "github.com/cosmos/cosmos-sdk/codec/types" "github.com/cosmos/cosmos-sdk/crypto/hd" @@ -22,8 +22,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/suite" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) const ( diff --git a/x/profiles/client/cli/query.go b/x/profiles/client/cli/query.go index b83fada068..6146f05b64 100644 --- a/x/profiles/client/cli/query.go +++ b/x/profiles/client/cli/query.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // DONTCOVER diff --git a/x/profiles/client/cli/tx.go b/x/profiles/client/cli/tx.go index 0fe8632425..c6a0c34648 100644 --- a/x/profiles/client/cli/tx.go +++ b/x/profiles/client/cli/tx.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // DONTCOVER diff --git a/x/profiles/client/utils/cli.pb.go b/x/profiles/client/utils/cli.pb.go index dc62ee8a01..194b5b956d 100644 --- a/x/profiles/client/utils/cli.pb.go +++ b/x/profiles/client/utils/cli.pb.go @@ -6,7 +6,7 @@ package utils import ( fmt "fmt" types "github.com/cosmos/cosmos-sdk/codec/types" - types1 "github.com/desmos-labs/desmos/x/profiles/types" + types1 "github.com/desmos-labs/desmos/v2/x/profiles/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" _ "github.com/regen-network/cosmos-proto" @@ -103,30 +103,30 @@ func init() { var fileDescriptor_f52ea77743352919 = []byte{ // 386 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x3f, 0x8f, 0xda, 0x30, - 0x18, 0x87, 0x13, 0xaa, 0xfe, 0x51, 0xa0, 0x1d, 0x52, 0x06, 0x4a, 0x25, 0xa7, 0x8d, 0x3a, 0xb0, - 0x60, 0x97, 0x56, 0x5d, 0xd8, 0x08, 0x9d, 0x50, 0x55, 0x5a, 0xba, 0x75, 0x41, 0x4e, 0xe2, 0x04, - 0x0b, 0x27, 0x8e, 0x62, 0x53, 0x95, 0x6f, 0xd1, 0xb1, 0x53, 0xc5, 0x87, 0xe8, 0x87, 0x40, 0x37, - 0x31, 0xde, 0x84, 0x4e, 0xb0, 0xdc, 0xcc, 0x27, 0x38, 0xc5, 0x76, 0xc4, 0xe9, 0x24, 0xa6, 0xbc, - 0xce, 0xfb, 0xfc, 0x1e, 0xbf, 0x76, 0xe2, 0xf4, 0x62, 0x22, 0x32, 0x2e, 0x50, 0x51, 0xf2, 0x84, - 0x32, 0x22, 0xd0, 0xaf, 0x41, 0x48, 0x24, 0x1e, 0xa0, 0x88, 0x51, 0x92, 0xcb, 0xea, 0x01, 0x8b, - 0x92, 0x4b, 0xee, 0x02, 0x4d, 0xc2, 0x9a, 0x84, 0x86, 0x84, 0x9a, 0xec, 0xb6, 0x53, 0x9e, 0x72, - 0x85, 0xa2, 0xaa, 0xd2, 0xa9, 0xee, 0xab, 0x94, 0xf3, 0x94, 0x11, 0xa4, 0x56, 0xe1, 0x2a, 0x41, - 0x38, 0x5f, 0x9b, 0x96, 0xf7, 0xb0, 0x25, 0x69, 0x46, 0x84, 0xc4, 0x59, 0x51, 0x67, 0x23, 0x5e, - 0xed, 0x38, 0xd7, 0x52, 0xbd, 0x30, 0xad, 0xf7, 0x97, 0xc6, 0xce, 0x78, 0x4c, 0x98, 0x98, 0x47, - 0x0b, 0x4c, 0xf3, 0x39, 0xa3, 0xf9, 0xd2, 0x24, 0xfc, 0x7f, 0x0d, 0xe7, 0xf9, 0xb8, 0x7a, 0xfb, - 0x85, 0xe6, 0xcb, 0xc9, 0x8f, 0xe9, 0x57, 0xf7, 0xbb, 0xf3, 0x14, 0xc7, 0x71, 0x49, 0x84, 0xe8, - 0xd8, 0x6f, 0xec, 0x5e, 0xf3, 0x43, 0x1b, 0xea, 0x89, 0x60, 0x3d, 0x11, 0x1c, 0xe5, 0xeb, 0xe0, - 0xed, 0x69, 0xef, 0xbd, 0x58, 0xe3, 0x8c, 0x0d, 0x7d, 0x83, 0xfb, 0x57, 0xff, 0xfb, 0xcd, 0x91, - 0xae, 0x3f, 0x63, 0x89, 0x67, 0xb5, 0xc7, 0x9d, 0x38, 0x8f, 0x8b, 0x92, 0xf3, 0xa4, 0xd3, 0x50, - 0x42, 0x00, 0x2f, 0xdd, 0xd9, 0xb7, 0x8a, 0x0a, 0xda, 0xdb, 0xbd, 0x67, 0x9d, 0xf6, 0x5e, 0x4b, - 0xeb, 0x55, 0xd4, 0x9f, 0x69, 0x85, 0x1b, 0x3b, 0x2d, 0x7d, 0x8a, 0x88, 0xe7, 0x09, 0x4d, 0x3b, - 0x8f, 0x94, 0xf2, 0xdd, 0x45, 0xa5, 0x3a, 0xdc, 0x58, 0xb1, 0xc1, 0x6b, 0x23, 0x7e, 0xa9, 0xc5, - 0xf7, 0x3d, 0xfe, 0xac, 0x19, 0x9d, 0xc9, 0xe1, 0xb3, 0xbf, 0x1b, 0xcf, 0xbe, 0xdd, 0x78, 0x76, - 0x30, 0xdd, 0x1e, 0x80, 0xbd, 0x3b, 0x00, 0xfb, 0xe6, 0x00, 0xec, 0x3f, 0x47, 0x60, 0xed, 0x8e, - 0xc0, 0xba, 0x3e, 0x02, 0xeb, 0xe7, 0xa7, 0x94, 0xca, 0xc5, 0x2a, 0x84, 0x11, 0xcf, 0x90, 0xde, - 0xbd, 0xcf, 0x70, 0x28, 0x4c, 0x8d, 0x7e, 0x9f, 0xbf, 0x82, 0xf9, 0x69, 0x56, 0x92, 0x32, 0x11, - 0x3e, 0x51, 0xd7, 0xf8, 0xf1, 0x2e, 0x00, 0x00, 0xff, 0xff, 0x19, 0xcb, 0xa4, 0xeb, 0x63, 0x02, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x3d, 0x0f, 0xd2, 0x40, + 0x18, 0xc7, 0x5b, 0x8c, 0x2f, 0x29, 0xe8, 0x50, 0x19, 0x10, 0x93, 0xab, 0x36, 0x0e, 0x2c, 0xdc, + 0x09, 0x2e, 0x86, 0x8d, 0xe2, 0x44, 0x8c, 0x2f, 0x75, 0x73, 0x21, 0xd7, 0xf6, 0x5a, 0x2e, 0x5c, + 0x7b, 0x4d, 0xef, 0x20, 0xf2, 0x2d, 0x1c, 0x9d, 0x0c, 0x1f, 0xc2, 0x0f, 0x41, 0x9c, 0x18, 0x9d, + 0x88, 0x81, 0xc5, 0x99, 0x4f, 0x60, 0x7a, 0x77, 0x0d, 0xc6, 0x84, 0xa9, 0xcf, 0xf5, 0xf9, 0xfd, + 0x7f, 0xf7, 0xdc, 0xb5, 0xce, 0x20, 0x21, 0x22, 0xe7, 0x02, 0x95, 0x15, 0x4f, 0x29, 0x23, 0x02, + 0x6d, 0x46, 0x11, 0x91, 0x78, 0x84, 0x62, 0x46, 0x49, 0x21, 0xeb, 0x07, 0x2c, 0x2b, 0x2e, 0xb9, + 0x0b, 0x34, 0x09, 0x1b, 0x12, 0x1a, 0x12, 0x6a, 0xb2, 0xdf, 0xcd, 0x78, 0xc6, 0x15, 0x8a, 0xea, + 0x4a, 0xa7, 0xfa, 0x4f, 0x32, 0xce, 0x33, 0x46, 0x90, 0x5a, 0x45, 0xeb, 0x14, 0xe1, 0x62, 0x6b, + 0x5a, 0xde, 0xff, 0x2d, 0x49, 0x73, 0x22, 0x24, 0xce, 0xcb, 0x26, 0x1b, 0xf3, 0x7a, 0xc7, 0x85, + 0x96, 0xea, 0x85, 0x69, 0xbd, 0xbc, 0x35, 0x76, 0xce, 0x13, 0xc2, 0xc4, 0x22, 0x5e, 0x62, 0x5a, + 0x2c, 0x18, 0x2d, 0x56, 0x26, 0xe1, 0x7f, 0x6f, 0x39, 0x0f, 0x67, 0xf5, 0xdb, 0xb7, 0xb4, 0x58, + 0xcd, 0x3f, 0xbd, 0x7f, 0xe7, 0x7e, 0x74, 0xee, 0xe3, 0x24, 0xa9, 0x88, 0x10, 0x3d, 0xfb, 0x99, + 0x3d, 0x68, 0x8f, 0xbb, 0x50, 0x4f, 0x04, 0x9b, 0x89, 0xe0, 0xb4, 0xd8, 0x06, 0xcf, 0x2f, 0x47, + 0xef, 0xd1, 0x16, 0xe7, 0x6c, 0xe2, 0x1b, 0xdc, 0xff, 0xf9, 0x63, 0xd8, 0x9e, 0xea, 0xfa, 0x0d, + 0x96, 0x38, 0x6c, 0x3c, 0xee, 0xdc, 0xb9, 0x5b, 0x56, 0x9c, 0xa7, 0xbd, 0x96, 0x12, 0x02, 0x78, + 0xeb, 0xce, 0x3e, 0xd4, 0x54, 0xd0, 0xdd, 0x1f, 0x3d, 0xeb, 0x72, 0xf4, 0x3a, 0x5a, 0xaf, 0xa2, + 0x7e, 0xa8, 0x15, 0x6e, 0xe2, 0x74, 0xf4, 0x29, 0x62, 0x5e, 0xa4, 0x34, 0xeb, 0xdd, 0x51, 0xca, + 0x17, 0x37, 0x95, 0xea, 0x70, 0x33, 0xc5, 0x06, 0x4f, 0x8d, 0xf8, 0xb1, 0x16, 0xff, 0xeb, 0xf1, + 0xc3, 0x76, 0x7c, 0x25, 0x27, 0x0f, 0xbe, 0xed, 0x3c, 0xfb, 0xcf, 0xce, 0xb3, 0x83, 0x70, 0x7f, + 0x02, 0xf6, 0xe1, 0x04, 0xec, 0xdf, 0x27, 0x60, 0x7f, 0x3d, 0x03, 0xeb, 0x70, 0x06, 0xd6, 0xaf, + 0x33, 0xb0, 0x3e, 0xbf, 0xce, 0xa8, 0x5c, 0xae, 0x23, 0x18, 0xf3, 0x1c, 0xe9, 0xdd, 0x87, 0x0c, + 0x47, 0xc2, 0xd4, 0x68, 0x33, 0x46, 0x5f, 0xae, 0x1f, 0xc2, 0xfc, 0x37, 0x6b, 0x49, 0x99, 0x88, + 0xee, 0xa9, 0x9b, 0x7c, 0xf5, 0x37, 0x00, 0x00, 0xff, 0xff, 0xaf, 0x2c, 0x0a, 0x1a, 0x66, 0x02, 0x00, 0x00, } diff --git a/x/profiles/client/utils/utils.go b/x/profiles/client/utils/utils.go index 27facb852d..ff3300e670 100644 --- a/x/profiles/client/utils/utils.go +++ b/x/profiles/client/utils/utils.go @@ -7,7 +7,7 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/cosmos/cosmos-sdk/codec" ) diff --git a/x/profiles/client/utils/utils_test.go b/x/profiles/client/utils/utils_test.go index a8807d768f..aa32bfcf65 100644 --- a/x/profiles/client/utils/utils_test.go +++ b/x/profiles/client/utils/utils_test.go @@ -11,9 +11,9 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/profiles/client/utils" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/profiles/client/utils" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestParseLinkAccountJSON(t *testing.T) { diff --git a/x/profiles/handler.go b/x/profiles/handler.go index 99bcbd0fb3..c278e8f983 100644 --- a/x/profiles/handler.go +++ b/x/profiles/handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/gogo/protobuf/proto" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // NewHandler returns a handler for "profile" type messages. diff --git a/x/profiles/keeper/alias_functions.go b/x/profiles/keeper/alias_functions.go index cd0113632d..52a1ee7b45 100644 --- a/x/profiles/keeper/alias_functions.go +++ b/x/profiles/keeper/alias_functions.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // IterateProfiles iterates through the Profiles set and performs the provided function diff --git a/x/profiles/keeper/alias_functions_test.go b/x/profiles/keeper/alias_functions_test.go index aa49f9d644..ed2f8c80d4 100644 --- a/x/profiles/keeper/alias_functions_test.go +++ b/x/profiles/keeper/alias_functions_test.go @@ -3,14 +3,14 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_IterateProfile() { diff --git a/x/profiles/keeper/common_test.go b/x/profiles/keeper/common_test.go index 1ae233019d..166bcc8d68 100644 --- a/x/profiles/keeper/common_test.go +++ b/x/profiles/keeper/common_test.go @@ -18,8 +18,8 @@ import ( paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/testutil/ibctesting" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/testutil/ibctesting" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store" @@ -34,8 +34,8 @@ import ( ibchost "github.com/cosmos/ibc-go/modules/core/24-host" ibckeeper "github.com/cosmos/ibc-go/modules/core/keeper" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/profiles/keeper/genesis.go b/x/profiles/keeper/genesis.go index 1e65918430..05723afb65 100644 --- a/x/profiles/keeper/genesis.go +++ b/x/profiles/keeper/genesis.go @@ -5,7 +5,7 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" abci "github.com/tendermint/tendermint/abci/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/profiles/keeper/genesis_test.go b/x/profiles/keeper/genesis_test.go index f480c52de0..200f2ae29f 100644 --- a/x/profiles/keeper/genesis_test.go +++ b/x/profiles/keeper/genesis_test.go @@ -4,12 +4,12 @@ import ( "encoding/hex" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) Test_ExportGenesis() { diff --git a/x/profiles/keeper/grpc_query.go b/x/profiles/keeper/grpc_query.go index 2b67b1f3ad..35dbaccbad 100644 --- a/x/profiles/keeper/grpc_query.go +++ b/x/profiles/keeper/grpc_query.go @@ -13,7 +13,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/profiles/keeper/grpc_query_test.go b/x/profiles/keeper/grpc_query_test.go index f3076c126a..7eaf19d095 100644 --- a/x/profiles/keeper/grpc_query_test.go +++ b/x/profiles/keeper/grpc_query_test.go @@ -3,12 +3,12 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestQueryServer_Profile() { diff --git a/x/profiles/keeper/invariants.go b/x/profiles/keeper/invariants.go index 5df7e16301..7cc7df60e5 100644 --- a/x/profiles/keeper/invariants.go +++ b/x/profiles/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // RegisterInvariants registers all posts invariants diff --git a/x/profiles/keeper/invariants_test.go b/x/profiles/keeper/invariants_test.go index d5d777e6a6..8cafc5c21a 100644 --- a/x/profiles/keeper/invariants_test.go +++ b/x/profiles/keeper/invariants_test.go @@ -4,15 +4,15 @@ import ( "fmt" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" codectypes "github.com/cosmos/cosmos-sdk/codec/types" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestInvariants() { diff --git a/x/profiles/keeper/keeper.go b/x/profiles/keeper/keeper.go index fc7f382bd6..2b1f696e57 100644 --- a/x/profiles/keeper/keeper.go +++ b/x/profiles/keeper/keeper.go @@ -14,7 +14,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/tendermint/tendermint/libs/log" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine diff --git a/x/profiles/keeper/keeper_app_links.go b/x/profiles/keeper/keeper_app_links.go index 1390996c74..30485bef3d 100644 --- a/x/profiles/keeper/keeper_app_links.go +++ b/x/profiles/keeper/keeper_app_links.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // Connections are stored using three keys: diff --git a/x/profiles/keeper/keeper_app_links_test.go b/x/profiles/keeper/keeper_app_links_test.go index b74fe2c5db..b2c90004c9 100644 --- a/x/profiles/keeper/keeper_app_links_test.go +++ b/x/profiles/keeper/keeper_app_links_test.go @@ -3,11 +3,11 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) Test_SaveApplicationLink() { diff --git a/x/profiles/keeper/keeper_blocks.go b/x/profiles/keeper/keeper_blocks.go index 1e07bb4fd7..1ea6b0d4c6 100644 --- a/x/profiles/keeper/keeper_blocks.go +++ b/x/profiles/keeper/keeper_blocks.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SaveUserBlock allows to store the given block inside the store, returning an error if diff --git a/x/profiles/keeper/keeper_blocks_test.go b/x/profiles/keeper/keeper_blocks_test.go index 9d8399c75b..16421d2562 100644 --- a/x/profiles/keeper/keeper_blocks_test.go +++ b/x/profiles/keeper/keeper_blocks_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_IsUserBlocked() { diff --git a/x/profiles/keeper/keeper_chain_links.go b/x/profiles/keeper/keeper_chain_links.go index 10bf65eac8..54a1384583 100644 --- a/x/profiles/keeper/keeper_chain_links.go +++ b/x/profiles/keeper/keeper_chain_links.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SaveChainLink stores the given chain link diff --git a/x/profiles/keeper/keeper_chain_links_test.go b/x/profiles/keeper/keeper_chain_links_test.go index 9389ab27ac..8940676781 100644 --- a/x/profiles/keeper/keeper_chain_links_test.go +++ b/x/profiles/keeper/keeper_chain_links_test.go @@ -4,7 +4,7 @@ import ( "encoding/hex" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_StoreChainLink() { diff --git a/x/profiles/keeper/keeper_dtag_transfers.go b/x/profiles/keeper/keeper_dtag_transfers.go index 42065c9012..579cef65d2 100644 --- a/x/profiles/keeper/keeper_dtag_transfers.go +++ b/x/profiles/keeper/keeper_dtag_transfers.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SaveDTagTransferRequest save the given request associating it to the request recipient. diff --git a/x/profiles/keeper/keeper_dtag_transfers_test.go b/x/profiles/keeper/keeper_dtag_transfers_test.go index 91826c7420..ab6419ac04 100644 --- a/x/profiles/keeper/keeper_dtag_transfers_test.go +++ b/x/profiles/keeper/keeper_dtag_transfers_test.go @@ -3,9 +3,9 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_SaveDTagTransferRequest() { diff --git a/x/profiles/keeper/keeper_ibc.go b/x/profiles/keeper/keeper_ibc.go index dfac2207f1..0b4e565942 100644 --- a/x/profiles/keeper/keeper_ibc.go +++ b/x/profiles/keeper/keeper_ibc.go @@ -7,7 +7,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/modules/core/04-channel/types" host "github.com/cosmos/ibc-go/modules/core/24-host" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // DONTCOVER diff --git a/x/profiles/keeper/keeper_params.go b/x/profiles/keeper/keeper_params.go index d96a9eab84..a3c5ae2934 100644 --- a/x/profiles/keeper/keeper_params.go +++ b/x/profiles/keeper/keeper_params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SetParams sets params on the store diff --git a/x/profiles/keeper/keeper_params_test.go b/x/profiles/keeper/keeper_params_test.go index 61713c1ee1..202489236e 100644 --- a/x/profiles/keeper/keeper_params_test.go +++ b/x/profiles/keeper/keeper_params_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_SetParams() { diff --git a/x/profiles/keeper/keeper_relationships.go b/x/profiles/keeper/keeper_relationships.go index 75f236620c..1ba9bc2e4d 100644 --- a/x/profiles/keeper/keeper_relationships.go +++ b/x/profiles/keeper/keeper_relationships.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SaveRelationship allows to store the given relationship returning an error if he's already present. diff --git a/x/profiles/keeper/keeper_relationships_test.go b/x/profiles/keeper/keeper_relationships_test.go index d44de77c04..59b664974e 100644 --- a/x/profiles/keeper/keeper_relationships_test.go +++ b/x/profiles/keeper/keeper_relationships_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_SaveRelationship() { diff --git a/x/profiles/keeper/keeper_test.go b/x/profiles/keeper/keeper_test.go index d918868978..dd84b3b7e1 100644 --- a/x/profiles/keeper/keeper_test.go +++ b/x/profiles/keeper/keeper_test.go @@ -4,11 +4,11 @@ import ( "strings" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestKeeper_StoreProfile() { diff --git a/x/profiles/keeper/migrations.go b/x/profiles/keeper/migrations.go index 3737da285f..07dd1a5943 100644 --- a/x/profiles/keeper/migrations.go +++ b/x/profiles/keeper/migrations.go @@ -4,7 +4,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - v200 "github.com/desmos-labs/desmos/x/profiles/legacy/v200" + v200 "github.com/desmos-labs/desmos/v2/x/profiles/legacy/v200" ) // DONTCOVER diff --git a/x/profiles/keeper/msg_server_app_link.go b/x/profiles/keeper/msg_server_app_link.go index 348fd11276..46645166e1 100644 --- a/x/profiles/keeper/msg_server_app_link.go +++ b/x/profiles/keeper/msg_server_app_link.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // LinkApplication defines a rpc handler method for MsgLinkApplication. diff --git a/x/profiles/keeper/msg_server_blocks.go b/x/profiles/keeper/msg_server_blocks.go index 4903ef98cf..57e82cf4a2 100644 --- a/x/profiles/keeper/msg_server_blocks.go +++ b/x/profiles/keeper/msg_server_blocks.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (k msgServer) BlockUser(goCtx context.Context, msg *types.MsgBlockUser) (*types.MsgBlockUserResponse, error) { diff --git a/x/profiles/keeper/msg_server_blocks_test.go b/x/profiles/keeper/msg_server_blocks_test.go index 83354f962a..3ece25a3b0 100644 --- a/x/profiles/keeper/msg_server_blocks_test.go +++ b/x/profiles/keeper/msg_server_blocks_test.go @@ -3,10 +3,10 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestMsgServer_BlockUser() { diff --git a/x/profiles/keeper/msg_server_chain_link.go b/x/profiles/keeper/msg_server_chain_link.go index 5d9990a503..1290f4d792 100644 --- a/x/profiles/keeper/msg_server_chain_link.go +++ b/x/profiles/keeper/msg_server_chain_link.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (k msgServer) LinkChainAccount(goCtx context.Context, msg *types.MsgLinkChainAccount) (*types.MsgLinkChainAccountResponse, error) { diff --git a/x/profiles/keeper/msg_server_chain_link_test.go b/x/profiles/keeper/msg_server_chain_link_test.go index 34ffc2f873..f3d7ec53fb 100644 --- a/x/profiles/keeper/msg_server_chain_link_test.go +++ b/x/profiles/keeper/msg_server_chain_link_test.go @@ -4,18 +4,18 @@ import ( "encoding/hex" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestMsgServer_LinkChainAccount() { diff --git a/x/profiles/keeper/msg_server_dtag_transfers.go b/x/profiles/keeper/msg_server_dtag_transfers.go index 35bc1ed07a..400b6a00bc 100644 --- a/x/profiles/keeper/msg_server_dtag_transfers.go +++ b/x/profiles/keeper/msg_server_dtag_transfers.go @@ -7,7 +7,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (k msgServer) RequestDTagTransfer(goCtx context.Context, msg *types.MsgRequestDTagTransfer) (*types.MsgRequestDTagTransferResponse, error) { diff --git a/x/profiles/keeper/msg_server_dtag_transfers_test.go b/x/profiles/keeper/msg_server_dtag_transfers_test.go index 8aa329de0e..23bebfeaf7 100644 --- a/x/profiles/keeper/msg_server_dtag_transfers_test.go +++ b/x/profiles/keeper/msg_server_dtag_transfers_test.go @@ -3,12 +3,12 @@ package keeper_test import ( "fmt" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestMsgServer_RequestDTagTransfer() { diff --git a/x/profiles/keeper/msg_server_relationships.go b/x/profiles/keeper/msg_server_relationships.go index fd162bd20f..9b71bfe4ce 100644 --- a/x/profiles/keeper/msg_server_relationships.go +++ b/x/profiles/keeper/msg_server_relationships.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (k msgServer) CreateRelationship(goCtx context.Context, msg *types.MsgCreateRelationship) (*types.MsgCreateRelationshipResponse, error) { diff --git a/x/profiles/keeper/msg_server_relationships_test.go b/x/profiles/keeper/msg_server_relationships_test.go index 2cdb6b69c1..0f46b48277 100644 --- a/x/profiles/keeper/msg_server_relationships_test.go +++ b/x/profiles/keeper/msg_server_relationships_test.go @@ -3,10 +3,10 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestMsgServer_CreateRelationship() { diff --git a/x/profiles/keeper/msgs_server_profile.go b/x/profiles/keeper/msgs_server_profile.go index 37d91e82a6..b20e01b337 100644 --- a/x/profiles/keeper/msgs_server_profile.go +++ b/x/profiles/keeper/msgs_server_profile.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) var _ types.MsgServer = &msgServer{} diff --git a/x/profiles/keeper/msgs_server_profile_test.go b/x/profiles/keeper/msgs_server_profile_test.go index 3c10b5dbab..f23fc2e5cc 100644 --- a/x/profiles/keeper/msgs_server_profile_test.go +++ b/x/profiles/keeper/msgs_server_profile_test.go @@ -3,13 +3,13 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" - "github.com/desmos-labs/desmos/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestMsgServer_SaveProfile() { diff --git a/x/profiles/keeper/relay_app_links.go b/x/profiles/keeper/relay_app_links.go index 33ed2c1ae5..a9a77dce88 100644 --- a/x/profiles/keeper/relay_app_links.go +++ b/x/profiles/keeper/relay_app_links.go @@ -13,11 +13,11 @@ import ( channeltypes "github.com/cosmos/ibc-go/modules/core/04-channel/types" host "github.com/cosmos/ibc-go/modules/core/24-host" - "github.com/desmos-labs/desmos/pkg/obi" + "github.com/desmos-labs/desmos/v2/pkg/obi" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" - oracletypes "github.com/desmos-labs/desmos/x/oracle/types" + oracletypes "github.com/desmos-labs/desmos/v2/x/oracle/types" ) // oracleScriptCallData represents the data that should be OBI-encoded and sent to perform an oracle request diff --git a/x/profiles/keeper/relay_app_links_test.go b/x/profiles/keeper/relay_app_links_test.go index a278f569da..f0cc8bf699 100644 --- a/x/profiles/keeper/relay_app_links_test.go +++ b/x/profiles/keeper/relay_app_links_test.go @@ -6,22 +6,22 @@ import ( "strings" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" - "github.com/desmos-labs/desmos/pkg/obi" + "github.com/desmos-labs/desmos/v2/pkg/obi" clienttypes "github.com/cosmos/ibc-go/modules/core/02-client/types" "github.com/cosmos/ibc-go/modules/core/exported" - "github.com/desmos-labs/desmos/testutil/ibctesting" + "github.com/desmos-labs/desmos/v2/testutil/ibctesting" channeltypes "github.com/cosmos/ibc-go/modules/core/04-channel/types" sdk "github.com/cosmos/cosmos-sdk/types" - oracletypes "github.com/desmos-labs/desmos/x/oracle/types" + oracletypes "github.com/desmos-labs/desmos/v2/x/oracle/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func createRequestPacketData(clientID string) oracletypes.OracleRequestPacketData { diff --git a/x/profiles/keeper/relay_chain_links.go b/x/profiles/keeper/relay_chain_links.go index 4e9a6f8603..ce80aa86f5 100644 --- a/x/profiles/keeper/relay_chain_links.go +++ b/x/profiles/keeper/relay_chain_links.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // OnRecvLinkChainAccountPacket processes the reception of a LinkChainAccountPacket diff --git a/x/profiles/keeper/relay_chain_links_test.go b/x/profiles/keeper/relay_chain_links_test.go index e6e6003266..a3aa288e99 100644 --- a/x/profiles/keeper/relay_chain_links_test.go +++ b/x/profiles/keeper/relay_chain_links_test.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func (suite *KeeperTestSuite) TestOnRecvPacket() { diff --git a/x/profiles/legacy/v100/models_app_links.pb.go b/x/profiles/legacy/v100/models_app_links.pb.go index aaa29c8ef1..b7e44a50d7 100644 --- a/x/profiles/legacy/v100/models_app_links.pb.go +++ b/x/profiles/legacy/v100/models_app_links.pb.go @@ -451,68 +451,68 @@ func init() { } var fileDescriptor_f4a1b113ce1d1ab5 = []byte{ - // 971 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xcf, 0x6e, 0xdb, 0x46, - 0x10, 0xc6, 0x45, 0x49, 0x56, 0xa4, 0x75, 0x6c, 0xab, 0x6b, 0xb7, 0x15, 0x58, 0x44, 0x64, 0xe8, - 0xa2, 0x70, 0x1d, 0x84, 0x8c, 0x95, 0x1e, 0x0a, 0x03, 0x3d, 0x88, 0x12, 0xdd, 0x30, 0x75, 0x25, - 0x63, 0x45, 0x27, 0x68, 0x2e, 0xc4, 0x9a, 0x5c, 0xab, 0x6c, 0x28, 0x51, 0xe5, 0x9f, 0xa0, 0x69, - 0xd1, 0x7b, 0x60, 0xf4, 0x90, 0x17, 0x30, 0x10, 0xa0, 0x0f, 0x52, 0xf4, 0x96, 0x63, 0x2e, 0x05, - 0x7a, 0x62, 0x0b, 0xf9, 0xd2, 0xb3, 0x9e, 0xa0, 0xe0, 0x2e, 0x29, 0xc9, 0x8d, 0xad, 0x0a, 0xc8, - 0x6d, 0xbd, 0x33, 0xdf, 0x6f, 0x86, 0xf3, 0x8d, 0x17, 0x02, 0x0d, 0x9b, 0x04, 0x03, 0x2f, 0x50, - 0x46, 0xbe, 0x77, 0xea, 0xb8, 0x24, 0x50, 0x5c, 0xd2, 0xc7, 0xd6, 0x73, 0xe5, 0xd9, 0xde, 0xbd, - 0x7b, 0xca, 0xc0, 0xb3, 0x89, 0x1b, 0x98, 0x78, 0x34, 0x32, 0x5d, 0x67, 0xf8, 0x34, 0x90, 0x47, - 0xbe, 0x17, 0x7a, 0xf0, 0x23, 0xa6, 0x91, 0x33, 0x8d, 0xcc, 0x34, 0x72, 0xa2, 0xe1, 0xb7, 0xfa, - 0x5e, 0xdf, 0xa3, 0x79, 0x4a, 0x72, 0x62, 0x12, 0x5e, 0xe8, 0x7b, 0x5e, 0xdf, 0x25, 0x0a, 0xfd, - 0xeb, 0x24, 0x3a, 0x55, 0x42, 0x67, 0x40, 0x82, 0x10, 0x0f, 0x46, 0x2c, 0x41, 0xfa, 0xa5, 0x08, - 0x36, 0x9a, 0xa3, 0x91, 0xeb, 0x58, 0x38, 0x74, 0xbc, 0xe1, 0xa1, 0x33, 0x7c, 0x0a, 0xb7, 0x41, - 0x31, 0x0a, 0x88, 0x5f, 0xe3, 0x44, 0x6e, 0xa7, 0xa2, 0x6e, 0x4c, 0x62, 0x61, 0xf5, 0x39, 0x1e, - 0xb8, 0xfb, 0x52, 0x72, 0x2b, 0x21, 0x1a, 0x84, 0x0f, 0x41, 0xd1, 0xc6, 0x21, 0xae, 0xe5, 0x45, - 0x6e, 0x67, 0xb5, 0x71, 0x5b, 0x5e, 0xd0, 0x9b, 0xdc, 0xc6, 0x21, 0x56, 0x37, 0x5f, 0xc7, 0x42, - 0x6e, 0xc6, 0x4a, 0xc4, 0x12, 0xa2, 0x0c, 0xf8, 0x0d, 0x58, 0x09, 0x42, 0x1c, 0x92, 0x5a, 0x41, - 0xe4, 0x76, 0xd6, 0x1b, 0x7b, 0x0b, 0x61, 0xff, 0xe9, 0xb6, 0x97, 0x08, 0xd5, 0xea, 0x24, 0x16, - 0x6e, 0x32, 0x30, 0x25, 0x49, 0x88, 0x11, 0xe1, 0x08, 0xac, 0x7b, 0x3e, 0xb6, 0x5c, 0x62, 0xfa, - 0xe4, 0xfb, 0x88, 0x04, 0x61, 0xad, 0x48, 0x1b, 0xde, 0x5d, 0x58, 0xa3, 0x4b, 0x25, 0x88, 0x29, - 0xd4, 0x5b, 0x69, 0xe7, 0xef, 0xb3, 0x02, 0x97, 0x79, 0x12, 0x5a, 0xf3, 0xe6, 0xb3, 0x61, 0x07, - 0x94, 0x7c, 0x12, 0x44, 0x6e, 0x58, 0x5b, 0xa1, 0x95, 0xb6, 0x17, 0x56, 0x42, 0x34, 0x55, 0x7d, - 0x6f, 0x12, 0x0b, 0x6b, 0x0c, 0xcf, 0xc4, 0x12, 0x4a, 0x29, 0x10, 0x83, 0x35, 0xcb, 0x27, 0xf4, - 0x7b, 0xcd, 0xc4, 0xbd, 0x5a, 0x89, 0x62, 0x79, 0x99, 0x59, 0x2b, 0x67, 0xd6, 0xca, 0x46, 0x66, - 0xad, 0x2a, 0xa6, 0x0d, 0x6f, 0x31, 0xe2, 0x25, 0xb9, 0xf4, 0xf2, 0x2f, 0x81, 0x43, 0x37, 0xb3, - 0xbb, 0x44, 0xb4, 0x5f, 0x7e, 0xf1, 0x4a, 0xc8, 0xfd, 0xf3, 0x4a, 0xe0, 0xa4, 0x9f, 0x40, 0x31, - 0x31, 0x0b, 0x7e, 0x0e, 0x56, 0xf1, 0x6c, 0xce, 0xe9, 0x26, 0x7c, 0x30, 0x89, 0x05, 0xc8, 0x90, - 0x73, 0x41, 0x09, 0xcd, 0xa7, 0x42, 0x05, 0x94, 0x93, 0xfd, 0x18, 0xe2, 0x01, 0xa1, 0xbb, 0x51, - 0x51, 0x37, 0x27, 0xb1, 0xb0, 0x31, 0x5b, 0xa0, 0x24, 0x22, 0xa1, 0x69, 0xd2, 0x5c, 0xf1, 0xdf, - 0x0b, 0x60, 0xed, 0xd2, 0xe4, 0xe1, 0x36, 0xc8, 0x3b, 0x36, 0xad, 0x5e, 0x50, 0x37, 0xc7, 0xb1, - 0x90, 0xd7, 0xdb, 0x93, 0x58, 0xa8, 0x30, 0x98, 0x63, 0x4b, 0x28, 0xef, 0xd8, 0xf0, 0x31, 0xa8, - 0xa6, 0x96, 0x04, 0x96, 0xef, 0x8c, 0x42, 0xd3, 0xb1, 0x69, 0xe5, 0x82, 0x7a, 0x77, 0x1c, 0x0b, - 0xeb, 0x8c, 0xd8, 0xa3, 0x21, 0x2a, 0xff, 0xf0, 0x92, 0x8d, 0x53, 0x8d, 0x84, 0xd2, 0x4d, 0x49, - 0x53, 0x6d, 0xf8, 0x1d, 0xa8, 0x58, 0xd8, 0x75, 0x4d, 0xba, 0xe7, 0x05, 0x3a, 0xf5, 0xfb, 0xcb, - 0xaf, 0x8d, 0xdc, 0xc2, 0xae, 0x4b, 0x37, 0xbf, 0x96, 0xda, 0x51, 0x4d, 0xed, 0xc8, 0x98, 0x12, - 0x2a, 0x5b, 0x69, 0x0e, 0xfc, 0x02, 0x54, 0x2c, 0xd7, 0x21, 0x43, 0xda, 0x7d, 0x91, 0xce, 0x4d, - 0x1c, 0xc7, 0x42, 0xb9, 0x45, 0x2f, 0x69, 0xdf, 0x99, 0x3c, 0x4b, 0x4b, 0xe4, 0x2c, 0x6a, 0xf3, - 0x3f, 0x83, 0x72, 0x56, 0xee, 0x1d, 0xbc, 0xdb, 0x9b, 0xff, 0x60, 0x66, 0xde, 0xd6, 0xe2, 0xbe, - 0xf7, 0x8b, 0x89, 0x73, 0x73, 0x1e, 0xfe, 0x91, 0x07, 0x25, 0xb6, 0xd3, 0xf0, 0x4b, 0x70, 0x23, - 0x88, 0x2c, 0x8b, 0x04, 0x01, 0xed, 0x61, 0xb5, 0x71, 0x67, 0x89, 0xff, 0x04, 0xb9, 0xc7, 0x24, - 0x0f, 0x72, 0x28, 0x53, 0xc3, 0x36, 0x28, 0x9d, 0x62, 0xc7, 0x25, 0x76, 0xfa, 0xd8, 0xec, 0x2e, - 0xc3, 0x39, 0xa0, 0x8a, 0x07, 0x39, 0x94, 0x6a, 0x79, 0x0f, 0xdc, 0x48, 0xd9, 0xf0, 0x13, 0xb0, - 0xf2, 0x0c, 0xbb, 0x11, 0x49, 0x67, 0x33, 0xf7, 0x78, 0xd0, 0x6b, 0x09, 0xb1, 0x30, 0x6c, 0x80, - 0x4a, 0xe0, 0xf4, 0x87, 0x38, 0x8c, 0x7c, 0xf2, 0xf6, 0x3c, 0xa6, 0x21, 0x09, 0xcd, 0xd2, 0x66, - 0xa3, 0xe0, 0xf7, 0x41, 0x89, 0x35, 0x91, 0xd4, 0x23, 0xbe, 0xef, 0xf9, 0x6f, 0xd7, 0xa3, 0xd7, - 0x12, 0x62, 0xe1, 0x99, 0x76, 0x76, 0x52, 0x57, 0x40, 0x21, 0x88, 0x06, 0xbb, 0xbf, 0x15, 0xc0, - 0xd6, 0x55, 0x2f, 0x1f, 0x7c, 0x0c, 0xe4, 0xe6, 0xd1, 0xd1, 0xa1, 0xde, 0x6a, 0x1a, 0x7a, 0xb7, - 0x63, 0x1e, 0xea, 0x9d, 0xaf, 0xcc, 0x9e, 0xd1, 0x34, 0x34, 0x53, 0xef, 0xe8, 0x86, 0xde, 0x3c, - 0xd4, 0x9f, 0x68, 0x6d, 0xf3, 0xb8, 0xd3, 0x3b, 0xd2, 0x5a, 0xfa, 0x81, 0xae, 0xb5, 0xab, 0x39, - 0x7e, 0xfb, 0xec, 0x5c, 0x14, 0xae, 0xa2, 0xe9, 0x43, 0x27, 0x74, 0xb0, 0xeb, 0xfc, 0x48, 0x6c, - 0x68, 0x80, 0x3b, 0xd7, 0x80, 0x1f, 0x69, 0x48, 0x3f, 0xc8, 0xee, 0x7b, 0x46, 0x13, 0x19, 0x5a, - 0xbb, 0xca, 0x4d, 0xa9, 0x53, 0xda, 0x23, 0xe2, 0x3b, 0xa7, 0x69, 0x89, 0x5e, 0x88, 0xfd, 0x90, - 0xd8, 0xf0, 0x08, 0x7c, 0xba, 0x0c, 0x55, 0x43, 0xa8, 0x8b, 0xaa, 0x79, 0xfe, 0xf6, 0xd9, 0xb9, - 0x78, 0xeb, 0x3a, 0xa6, 0x96, 0x0c, 0x6d, 0xe9, 0x3e, 0x8f, 0x5b, 0x2d, 0xad, 0xd7, 0xab, 0x16, - 0xfe, 0xa7, 0xcf, 0x74, 0x45, 0x1e, 0x02, 0xf1, 0x1a, 0xaa, 0xa1, 0x7f, 0xad, 0xb5, 0xcd, 0xee, - 0xb1, 0x51, 0x2d, 0xf2, 0x1f, 0x9f, 0x9d, 0x8b, 0xe2, 0x75, 0xa8, 0xe4, 0x69, 0xb5, 0xbb, 0x51, - 0xc8, 0x17, 0x5f, 0xfc, 0x5a, 0xcf, 0xa9, 0x9d, 0xd7, 0xe3, 0x3a, 0xf7, 0x66, 0x5c, 0xe7, 0xfe, - 0x1e, 0xd7, 0xb9, 0x97, 0x17, 0xf5, 0xdc, 0x9b, 0x8b, 0x7a, 0xee, 0xcf, 0x8b, 0x7a, 0xee, 0xc9, - 0x67, 0x7d, 0x27, 0xfc, 0x36, 0x3a, 0x91, 0x2d, 0x6f, 0xa0, 0xb0, 0xcd, 0xbe, 0xeb, 0xe2, 0x93, - 0x20, 0x3d, 0x2b, 0x3f, 0x5c, 0xf9, 0x23, 0xe1, 0xa4, 0x44, 0x1f, 0xfe, 0xfb, 0xff, 0x06, 0x00, - 0x00, 0xff, 0xff, 0x0a, 0xd1, 0x16, 0xc8, 0x4a, 0x08, 0x00, 0x00, + // 974 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xdf, 0x6f, 0xdb, 0x54, + 0x14, 0xc7, 0xe3, 0x24, 0xcd, 0x92, 0xdb, 0x75, 0x0d, 0xb7, 0x05, 0x22, 0xa3, 0xc5, 0x9e, 0x8b, + 0x50, 0xe9, 0x34, 0x7b, 0xcd, 0x1e, 0x40, 0x95, 0x78, 0x88, 0x13, 0x97, 0x79, 0x94, 0xa4, 0xdc, + 0xb8, 0x9b, 0xd8, 0x8b, 0x75, 0x6b, 0xdf, 0x06, 0x33, 0x27, 0x0e, 0xfe, 0x51, 0x31, 0x10, 0xef, + 0x53, 0xc5, 0xc3, 0xfe, 0x81, 0x4a, 0x93, 0xf8, 0x43, 0x10, 0x6f, 0x7b, 0xdc, 0x0b, 0x12, 0x4f, + 0x06, 0xa5, 0x2f, 0x3c, 0xe7, 0x2f, 0x40, 0xbe, 0xd7, 0x4e, 0x52, 0xd6, 0x86, 0x48, 0xbc, 0xdd, + 0xde, 0x73, 0xbe, 0x9f, 0x73, 0x7c, 0xbe, 0xa7, 0x57, 0x01, 0x0d, 0x9b, 0x04, 0x03, 0x2f, 0x50, + 0x46, 0xbe, 0x77, 0xe2, 0xb8, 0x24, 0x50, 0x5c, 0xd2, 0xc7, 0xd6, 0x73, 0xe5, 0x74, 0xf7, 0xfe, + 0x7d, 0x65, 0xe0, 0xd9, 0xc4, 0x0d, 0x4c, 0x3c, 0x1a, 0x99, 0xae, 0x33, 0x7c, 0x16, 0xc8, 0x23, + 0xdf, 0x0b, 0x3d, 0xf8, 0x01, 0xd3, 0xc8, 0x99, 0x46, 0x66, 0x1a, 0x39, 0xd1, 0xf0, 0x9b, 0x7d, + 0xaf, 0xef, 0xd1, 0x3c, 0x25, 0x39, 0x31, 0x09, 0x2f, 0xf4, 0x3d, 0xaf, 0xef, 0x12, 0x85, 0xfe, + 0x75, 0x1c, 0x9d, 0x28, 0xa1, 0x33, 0x20, 0x41, 0x88, 0x07, 0x23, 0x96, 0x20, 0xfd, 0x5c, 0x04, + 0xeb, 0xcd, 0xd1, 0xc8, 0x75, 0x2c, 0x1c, 0x3a, 0xde, 0xf0, 0xc0, 0x19, 0x3e, 0x83, 0x5b, 0xa0, + 0x18, 0x05, 0xc4, 0xaf, 0x71, 0x22, 0xb7, 0x5d, 0x51, 0xd7, 0x27, 0xb1, 0xb0, 0xfa, 0x1c, 0x0f, + 0xdc, 0x3d, 0x29, 0xb9, 0x95, 0x10, 0x0d, 0xc2, 0x47, 0xa0, 0x68, 0xe3, 0x10, 0xd7, 0xf2, 0x22, + 0xb7, 0xbd, 0xda, 0xb8, 0x23, 0x2f, 0xe8, 0x4d, 0x6e, 0xe3, 0x10, 0xab, 0x1b, 0xaf, 0x63, 0x21, + 0x37, 0x63, 0x25, 0x62, 0x09, 0x51, 0x06, 0xfc, 0x1a, 0xac, 0x04, 0x21, 0x0e, 0x49, 0xad, 0x20, + 0x72, 0xdb, 0xb7, 0x1a, 0xbb, 0x0b, 0x61, 0xff, 0xea, 0xb6, 0x97, 0x08, 0xd5, 0xea, 0x24, 0x16, + 0x6e, 0x32, 0x30, 0x25, 0x49, 0x88, 0x11, 0xe1, 0x08, 0xdc, 0xf2, 0x7c, 0x6c, 0xb9, 0xc4, 0xf4, + 0xc9, 0x77, 0x11, 0x09, 0xc2, 0x5a, 0x91, 0x36, 0xbc, 0xb3, 0xb0, 0x46, 0x97, 0x4a, 0x10, 0x53, + 0xa8, 0xb7, 0xd3, 0xce, 0xdf, 0x65, 0x05, 0x2e, 0xf3, 0x24, 0xb4, 0xe6, 0xcd, 0x67, 0xc3, 0x0e, + 0x28, 0xf9, 0x24, 0x88, 0xdc, 0xb0, 0xb6, 0x42, 0x2b, 0x6d, 0x2d, 0xac, 0x84, 0x68, 0xaa, 0xfa, + 0xce, 0x24, 0x16, 0xd6, 0x18, 0x9e, 0x89, 0x25, 0x94, 0x52, 0x20, 0x06, 0x6b, 0x96, 0x4f, 0xe8, + 0xf7, 0x9a, 0x89, 0x7b, 0xb5, 0x12, 0xc5, 0xf2, 0x32, 0xb3, 0x56, 0xce, 0xac, 0x95, 0x8d, 0xcc, + 0x5a, 0x55, 0x4c, 0x1b, 0xde, 0x64, 0xc4, 0x4b, 0x72, 0xe9, 0xe5, 0x9f, 0x02, 0x87, 0x6e, 0x66, + 0x77, 0x89, 0x68, 0xaf, 0xfc, 0xe2, 0x95, 0x90, 0xfb, 0xfb, 0x95, 0xc0, 0x49, 0x3f, 0x82, 0x62, + 0x62, 0x16, 0xfc, 0x14, 0xac, 0xe2, 0xd9, 0x9c, 0xd3, 0x4d, 0x78, 0x6f, 0x12, 0x0b, 0x90, 0x21, + 0xe7, 0x82, 0x12, 0x9a, 0x4f, 0x85, 0x0a, 0x28, 0x27, 0xfb, 0x31, 0xc4, 0x03, 0x42, 0x77, 0xa3, + 0xa2, 0x6e, 0x4c, 0x62, 0x61, 0x7d, 0xb6, 0x40, 0x49, 0x44, 0x42, 0xd3, 0xa4, 0xb9, 0xe2, 0xbf, + 0x15, 0xc0, 0xda, 0xa5, 0xc9, 0xc3, 0x2d, 0x90, 0x77, 0x6c, 0x5a, 0xbd, 0xa0, 0x6e, 0x8c, 0x63, + 0x21, 0xaf, 0xb7, 0x27, 0xb1, 0x50, 0x61, 0x30, 0xc7, 0x96, 0x50, 0xde, 0xb1, 0xe1, 0x13, 0x50, + 0x4d, 0x2d, 0x09, 0x2c, 0xdf, 0x19, 0x85, 0xa6, 0x63, 0xd3, 0xca, 0x05, 0xf5, 0xde, 0x38, 0x16, + 0x6e, 0x31, 0x62, 0x8f, 0x86, 0xa8, 0xfc, 0xfd, 0x4b, 0x36, 0x4e, 0x35, 0x12, 0x4a, 0x37, 0x25, + 0x4d, 0xb5, 0xe1, 0xb7, 0xa0, 0x62, 0x61, 0xd7, 0x35, 0xe9, 0x9e, 0x17, 0xe8, 0xd4, 0x1f, 0x2c, + 0xbf, 0x36, 0x72, 0x0b, 0xbb, 0x2e, 0xdd, 0xfc, 0x5a, 0x6a, 0x47, 0x35, 0xb5, 0x23, 0x63, 0x4a, + 0xa8, 0x6c, 0xa5, 0x39, 0xf0, 0x33, 0x50, 0xb1, 0x5c, 0x87, 0x0c, 0x69, 0xf7, 0x45, 0x3a, 0x37, + 0x71, 0x1c, 0x0b, 0xe5, 0x16, 0xbd, 0xa4, 0x7d, 0x67, 0xf2, 0x2c, 0x2d, 0x91, 0xb3, 0xa8, 0xcd, + 0xff, 0x04, 0xca, 0x59, 0xb9, 0xff, 0xe1, 0xdd, 0xee, 0xfc, 0x07, 0x33, 0xf3, 0x36, 0x17, 0xf7, + 0xbd, 0x57, 0x4c, 0x9c, 0x9b, 0xf3, 0xf0, 0xf7, 0x3c, 0x28, 0xb1, 0x9d, 0x86, 0x9f, 0x83, 0x1b, + 0x41, 0x64, 0x59, 0x24, 0x08, 0x68, 0x0f, 0xab, 0x8d, 0xbb, 0x4b, 0xfc, 0x27, 0xc8, 0x3d, 0x26, + 0x79, 0x98, 0x43, 0x99, 0x1a, 0xb6, 0x41, 0xe9, 0x04, 0x3b, 0x2e, 0xb1, 0xd3, 0xc7, 0x66, 0x67, + 0x19, 0xce, 0x3e, 0x55, 0x3c, 0xcc, 0xa1, 0x54, 0xcb, 0x7b, 0xe0, 0x46, 0xca, 0x86, 0x1f, 0x81, + 0x95, 0x53, 0xec, 0x46, 0x24, 0x9d, 0xcd, 0xdc, 0xe3, 0x41, 0xaf, 0x25, 0xc4, 0xc2, 0xb0, 0x01, + 0x2a, 0x81, 0xd3, 0x1f, 0xe2, 0x30, 0xf2, 0xc9, 0xdb, 0xf3, 0x98, 0x86, 0x24, 0x34, 0x4b, 0x9b, + 0x8d, 0x82, 0xdf, 0x03, 0x25, 0xd6, 0x44, 0x52, 0x8f, 0xf8, 0xbe, 0xe7, 0xbf, 0x5d, 0x8f, 0x5e, + 0x4b, 0x88, 0x85, 0x67, 0xda, 0xd9, 0x49, 0x5d, 0x01, 0x85, 0x20, 0x1a, 0xec, 0xfc, 0x5a, 0x00, + 0x9b, 0x57, 0xbd, 0x7c, 0xf0, 0x09, 0x90, 0x9b, 0x87, 0x87, 0x07, 0x7a, 0xab, 0x69, 0xe8, 0xdd, + 0x8e, 0x79, 0xa0, 0x77, 0xbe, 0x30, 0x7b, 0x46, 0xd3, 0xd0, 0x4c, 0xbd, 0xa3, 0x1b, 0x7a, 0xf3, + 0x40, 0x7f, 0xaa, 0xb5, 0xcd, 0xa3, 0x4e, 0xef, 0x50, 0x6b, 0xe9, 0xfb, 0xba, 0xd6, 0xae, 0xe6, + 0xf8, 0xad, 0xb3, 0x73, 0x51, 0xb8, 0x8a, 0xa6, 0x0f, 0x9d, 0xd0, 0xc1, 0xae, 0xf3, 0x03, 0xb1, + 0xa1, 0x01, 0xee, 0x5e, 0x03, 0x7e, 0xac, 0x21, 0x7d, 0x3f, 0xbb, 0xef, 0x19, 0x4d, 0x64, 0x68, + 0xed, 0x2a, 0x37, 0xa5, 0x4e, 0x69, 0x8f, 0x89, 0xef, 0x9c, 0xa4, 0x25, 0x7a, 0x21, 0xf6, 0x43, + 0x62, 0xc3, 0x43, 0xf0, 0xf1, 0x32, 0x54, 0x0d, 0xa1, 0x2e, 0xaa, 0xe6, 0xf9, 0x3b, 0x67, 0xe7, + 0xe2, 0xed, 0xeb, 0x98, 0x5a, 0x32, 0xb4, 0xa5, 0xfb, 0x3c, 0x6a, 0xb5, 0xb4, 0x5e, 0xaf, 0x5a, + 0xf8, 0x8f, 0x3e, 0xd3, 0x15, 0x79, 0x04, 0xc4, 0x6b, 0xa8, 0x86, 0xfe, 0xa5, 0xd6, 0x36, 0xbb, + 0x47, 0x46, 0xb5, 0xc8, 0x7f, 0x78, 0x76, 0x2e, 0x8a, 0xd7, 0xa1, 0x92, 0xa7, 0xd5, 0xee, 0x46, + 0x21, 0x5f, 0x7c, 0xf1, 0x4b, 0x3d, 0xa7, 0x7e, 0xf5, 0x7a, 0x5c, 0xe7, 0xde, 0x8c, 0xeb, 0xdc, + 0x5f, 0xe3, 0x3a, 0xf7, 0xf2, 0xa2, 0x9e, 0x7b, 0x73, 0x51, 0xcf, 0xfd, 0x71, 0x51, 0xcf, 0x3d, + 0xfd, 0xa4, 0xef, 0x84, 0xdf, 0x44, 0xc7, 0xb2, 0xe5, 0x0d, 0x14, 0xb6, 0xd9, 0xf7, 0x5c, 0x7c, + 0x1c, 0xa4, 0x67, 0xe5, 0xb4, 0xa1, 0x7c, 0x7f, 0xe5, 0xef, 0x84, 0xe3, 0x12, 0x7d, 0xfb, 0x1f, + 0xfc, 0x13, 0x00, 0x00, 0xff, 0xff, 0xb5, 0x94, 0x5b, 0x74, 0x4d, 0x08, 0x00, 0x00, } func (this *ApplicationLink) Equal(that interface{}) bool { diff --git a/x/profiles/legacy/v100/models_params.pb.go b/x/profiles/legacy/v100/models_params.pb.go index 68da2086ce..86331a9348 100644 --- a/x/profiles/legacy/v100/models_params.pb.go +++ b/x/profiles/legacy/v100/models_params.pb.go @@ -255,53 +255,53 @@ func init() { } var fileDescriptor_15231883c5ba9cf9 = []byte{ - // 726 bytes of a gzipped FileDescriptorProto + // 729 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0x4f, 0x6f, 0xd3, 0x30, 0x18, 0xc6, 0xdb, 0xa6, 0x2b, 0x8d, 0x3b, 0xfe, 0x2c, 0x1a, 0x50, 0x36, 0x29, 0x99, 0x7c, 0x18, - 0x45, 0x68, 0xc9, 0x3a, 0x90, 0x90, 0x26, 0x71, 0x20, 0xdb, 0x84, 0x26, 0x8d, 0x31, 0x05, 0x0e, - 0x13, 0x97, 0xe0, 0xa4, 0x5e, 0x16, 0x35, 0x89, 0xa3, 0x38, 0x9d, 0xda, 0x13, 0x57, 0x8e, 0x7c, - 0x02, 0xc4, 0x99, 0x4f, 0xb2, 0xe3, 0x8e, 0x88, 0x43, 0x86, 0xba, 0x6f, 0xd0, 0x4f, 0x80, 0x6c, - 0xa7, 0x69, 0x37, 0xa1, 0x32, 0x40, 0x9c, 0xea, 0xf8, 0xf5, 0xf3, 0x7b, 0x5e, 0xbf, 0xaf, 0x6b, - 0x03, 0xa3, 0x83, 0x69, 0x48, 0xa8, 0x11, 0x27, 0xe4, 0xc8, 0x0f, 0x30, 0x35, 0x02, 0xec, 0x21, - 0x77, 0x60, 0x9c, 0xb4, 0xd7, 0xd7, 0x8d, 0x90, 0x74, 0x70, 0x40, 0xed, 0x18, 0x25, 0x28, 0xa4, - 0x7a, 0x9c, 0x90, 0x94, 0x28, 0xcb, 0x42, 0xa0, 0x8f, 0x05, 0xba, 0x10, 0xe8, 0x4c, 0xb0, 0xb4, - 0xe8, 0x11, 0x8f, 0xf0, 0x75, 0x06, 0x1b, 0x09, 0xc9, 0x92, 0xea, 0x12, 0xee, 0xe1, 0x20, 0x8a, - 0x8d, 0x93, 0xb6, 0x83, 0x53, 0xd4, 0x36, 0x5c, 0xe2, 0x47, 0x22, 0x0e, 0x47, 0x15, 0x50, 0x3b, - 0xe0, 0x1e, 0xca, 0x7b, 0x50, 0x8f, 0x7c, 0xb7, 0x1b, 0xa1, 0x10, 0x37, 0xcb, 0x2b, 0xe5, 0x56, - 0x63, 0xe3, 0xb1, 0x3e, 0xc3, 0x50, 0xdf, 0xcf, 0x17, 0x0b, 0xb9, 0x79, 0xff, 0x34, 0xd3, 0x4a, - 0xa3, 0x4c, 0xbb, 0x3d, 0x40, 0x61, 0xb0, 0x09, 0xc7, 0x28, 0x68, 0x15, 0x54, 0xe5, 0x10, 0x54, - 0x3b, 0x29, 0xf2, 0x9a, 0x15, 0x4e, 0x7f, 0x38, 0x93, 0xbe, 0xfd, 0x16, 0x79, 0x39, 0x79, 0x99, - 0x91, 0x87, 0x99, 0x56, 0x65, 0x73, 0xa3, 0x4c, 0x6b, 0x08, 0x07, 0x86, 0x82, 0x16, 0x27, 0x2a, - 0x7b, 0x40, 0x72, 0x7c, 0xd2, 0x94, 0x38, 0x78, 0x75, 0x26, 0xd8, 0xf4, 0x49, 0xce, 0x55, 0xf2, - 0x8c, 0x81, 0xe0, 0x39, 0x3e, 0x81, 0x16, 0xc3, 0x28, 0x87, 0xa0, 0x46, 0x12, 0xe4, 0x06, 0xb8, - 0x59, 0xe5, 0xc0, 0x47, 0x33, 0x81, 0xaf, 0xf9, 0xd2, 0x9c, 0x79, 0x37, 0x67, 0xde, 0x14, 0x4c, - 0x81, 0x81, 0x56, 0xce, 0xdb, 0xac, 0x7e, 0xfc, 0xa2, 0x95, 0x60, 0x56, 0x06, 0xb7, 0x2e, 0x57, - 0x4f, 0x71, 0x00, 0x08, 0xfd, 0xc8, 0x0e, 0x70, 0xe4, 0xa5, 0xc7, 0xbc, 0xfc, 0xf3, 0xe6, 0x16, - 0x63, 0x7d, 0xcf, 0xb4, 0x55, 0xcf, 0x4f, 0x8f, 0x7b, 0x8e, 0xee, 0x92, 0xd0, 0xc8, 0xdb, 0x29, - 0x7e, 0xd6, 0x68, 0xa7, 0x6b, 0xa4, 0x83, 0x18, 0x53, 0x7d, 0x37, 0x4a, 0x47, 0x99, 0xb6, 0x20, - 0x5c, 0x27, 0x24, 0x68, 0xc9, 0xa1, 0x1f, 0xed, 0xf1, 0x31, 0xf7, 0x40, 0xfd, 0xb1, 0x47, 0xe5, - 0x1f, 0x3d, 0x0a, 0x12, 0xf3, 0x40, 0x7d, 0xe1, 0x91, 0x6f, 0xf0, 0x73, 0x05, 0x80, 0x49, 0x03, - 0x95, 0x16, 0xa8, 0x25, 0xd8, 0xb3, 0x71, 0x9f, 0x6f, 0x4c, 0x36, 0x17, 0x26, 0x05, 0x12, 0xf3, - 0xd0, 0x9a, 0x4b, 0xb0, 0xb7, 0xd3, 0x57, 0xc8, 0xa5, 0x32, 0x88, 0x14, 0x0f, 0xfe, 0x2c, 0xc5, - 0x61, 0xa6, 0xc9, 0xaf, 0xc6, 0x7b, 0xfe, 0x6d, 0x4d, 0xc8, 0xa5, 0x9a, 0x48, 0x7f, 0x6d, 0x38, - 0x2e, 0xc0, 0x35, 0x0b, 0xd4, 0x03, 0x72, 0x71, 0x0e, 0xaf, 0xf4, 0x45, 0xfa, 0x8f, 0x7d, 0x39, - 0x97, 0xc0, 0xfc, 0xf4, 0x71, 0x55, 0x9e, 0x03, 0x99, 0xba, 0x89, 0x1f, 0xa7, 0xb6, 0xdf, 0xe1, - 0xcd, 0x91, 0xcc, 0x95, 0x61, 0xa6, 0xd5, 0xdf, 0xf0, 0xc9, 0xdd, 0xed, 0x51, 0xa6, 0xdd, 0x11, - 0xdc, 0x62, 0x19, 0xb4, 0xea, 0x62, 0xbc, 0xdb, 0x51, 0xda, 0x40, 0x46, 0xb4, 0x6b, 0xbb, 0xa4, - 0x17, 0xa5, 0xbc, 0x5b, 0x55, 0x73, 0x71, 0x22, 0x29, 0x42, 0xd0, 0xaa, 0x23, 0xda, 0xdd, 0x62, - 0x43, 0x26, 0x61, 0xad, 0x10, 0x12, 0xe9, 0xaa, 0xa4, 0x08, 0x41, 0xab, 0x1e, 0xfa, 0x91, 0x90, - 0x3c, 0x03, 0x8d, 0x38, 0xc1, 0x31, 0x4a, 0xb0, 0xed, 0x21, 0xca, 0xff, 0x93, 0x55, 0xf3, 0xde, - 0x28, 0xd3, 0x14, 0x21, 0x9a, 0x0a, 0x42, 0x0b, 0xe4, 0x5f, 0x2f, 0x11, 0x65, 0x42, 0xdc, 0xc7, - 0x6e, 0x2f, 0x15, 0xc2, 0xb9, 0xab, 0xc2, 0xa9, 0x20, 0xb4, 0x40, 0xfe, 0xc5, 0x84, 0x6d, 0x20, - 0x1f, 0x61, 0x6c, 0xc7, 0x68, 0x80, 0x93, 0x66, 0x8d, 0x9f, 0xd9, 0xa9, 0x24, 0x8b, 0x10, 0xb4, - 0xea, 0x47, 0x18, 0x1f, 0xb0, 0xa1, 0xf2, 0x01, 0x00, 0x36, 0x8f, 0x42, 0xbe, 0xb1, 0x1b, 0x2b, - 0x52, 0xab, 0xb1, 0xf1, 0x40, 0x17, 0xbd, 0xd2, 0xd9, 0xed, 0xab, 0xe7, 0xb7, 0xaf, 0xbe, 0x45, - 0xfc, 0xc8, 0xdc, 0xc9, 0xef, 0x89, 0x85, 0x09, 0x52, 0x48, 0xe1, 0xd7, 0x73, 0xad, 0x75, 0x8d, - 0xa6, 0x33, 0x0a, 0xb5, 0x58, 0x9a, 0x2f, 0xb8, 0x4e, 0x74, 0xd8, 0xdc, 0x3f, 0x1d, 0xaa, 0xe5, - 0xb3, 0xa1, 0x5a, 0xfe, 0x31, 0x54, 0xcb, 0x9f, 0x2e, 0xd4, 0xd2, 0xd9, 0x85, 0x5a, 0xfa, 0x76, - 0xa1, 0x96, 0xde, 0x3d, 0x9d, 0x82, 0x8a, 0xeb, 0x6c, 0x2d, 0x40, 0x0e, 0x1d, 0x3f, 0x42, 0xfd, - 0x5f, 0x3e, 0x43, 0x4e, 0x8d, 0x3f, 0x13, 0x4f, 0x7e, 0x06, 0x00, 0x00, 0xff, 0xff, 0x96, 0x98, - 0x88, 0x61, 0xac, 0x06, 0x00, 0x00, + 0x45, 0x68, 0xc9, 0x3a, 0x0e, 0x93, 0x26, 0x71, 0x20, 0xdb, 0x84, 0x26, 0x0d, 0x18, 0x81, 0xc3, + 0xc4, 0x25, 0x38, 0xa9, 0x97, 0x45, 0x4d, 0xe2, 0x28, 0x4e, 0xa7, 0xf6, 0xc4, 0x95, 0x23, 0x9f, + 0x00, 0x71, 0xe6, 0x93, 0xec, 0xb8, 0x23, 0xe2, 0x90, 0xa1, 0xee, 0x1b, 0xf4, 0x13, 0x20, 0xdb, + 0x69, 0xda, 0x4d, 0xa8, 0x0c, 0x10, 0xa7, 0x3a, 0x7e, 0xfd, 0xfc, 0x9e, 0xd7, 0xef, 0xeb, 0xda, + 0xc0, 0xe8, 0x60, 0x1a, 0x12, 0x6a, 0xc4, 0x09, 0x39, 0xf2, 0x03, 0x4c, 0x8d, 0x00, 0x7b, 0xc8, + 0x1d, 0x18, 0x27, 0xed, 0xf5, 0x75, 0x23, 0x24, 0x1d, 0x1c, 0x50, 0x3b, 0x46, 0x09, 0x0a, 0xa9, + 0x1e, 0x27, 0x24, 0x25, 0xca, 0xb2, 0x10, 0xe8, 0x63, 0x81, 0x2e, 0x04, 0x3a, 0x13, 0x2c, 0x2d, + 0x7a, 0xc4, 0x23, 0x7c, 0x9d, 0xc1, 0x46, 0x42, 0xb2, 0xa4, 0xba, 0x84, 0x7b, 0x38, 0x88, 0x62, + 0xe3, 0xa4, 0xed, 0xe0, 0x14, 0xb5, 0x0d, 0x97, 0xf8, 0x91, 0x88, 0xc3, 0x51, 0x05, 0xd4, 0x0e, + 0xb8, 0x87, 0xf2, 0x1e, 0xd4, 0x23, 0xdf, 0xed, 0x46, 0x28, 0xc4, 0xcd, 0xf2, 0x4a, 0xb9, 0xd5, + 0xd8, 0x78, 0xac, 0xcf, 0x30, 0xd4, 0x5f, 0xe6, 0x8b, 0x85, 0xdc, 0xbc, 0x7f, 0x9a, 0x69, 0xa5, + 0x51, 0xa6, 0xdd, 0x1e, 0xa0, 0x30, 0xd8, 0x82, 0x63, 0x14, 0xb4, 0x0a, 0xaa, 0x72, 0x08, 0xaa, + 0x9d, 0x14, 0x79, 0xcd, 0x0a, 0xa7, 0x3f, 0x9c, 0x49, 0xdf, 0x79, 0x8b, 0xbc, 0x9c, 0xbc, 0xcc, + 0xc8, 0xc3, 0x4c, 0xab, 0xb2, 0xb9, 0x51, 0xa6, 0x35, 0x84, 0x03, 0x43, 0x41, 0x8b, 0x13, 0x95, + 0x7d, 0x20, 0x39, 0x3e, 0x69, 0x4a, 0x1c, 0xbc, 0x3a, 0x13, 0x6c, 0xfa, 0x24, 0xe7, 0x2a, 0x79, + 0xc6, 0x40, 0xf0, 0x1c, 0x9f, 0x40, 0x8b, 0x61, 0x94, 0x43, 0x50, 0x23, 0x09, 0x72, 0x03, 0xdc, + 0xac, 0x72, 0xe0, 0xa3, 0x99, 0xc0, 0x57, 0x7c, 0x69, 0xce, 0xbc, 0x9b, 0x33, 0x6f, 0x0a, 0xa6, + 0xc0, 0x40, 0x2b, 0xe7, 0x6d, 0x55, 0x3f, 0x7e, 0xd1, 0x4a, 0x30, 0x2b, 0x83, 0x5b, 0x97, 0xab, + 0xa7, 0x38, 0x00, 0x84, 0x7e, 0x64, 0x07, 0x38, 0xf2, 0xd2, 0x63, 0x5e, 0xfe, 0x79, 0x73, 0x9b, + 0xb1, 0xbe, 0x67, 0xda, 0xaa, 0xe7, 0xa7, 0xc7, 0x3d, 0x47, 0x77, 0x49, 0x68, 0xe4, 0xed, 0x14, + 0x3f, 0x6b, 0xb4, 0xd3, 0x35, 0xd2, 0x41, 0x8c, 0xa9, 0xbe, 0x17, 0xa5, 0xa3, 0x4c, 0x5b, 0x10, + 0xae, 0x13, 0x12, 0xb4, 0xe4, 0xd0, 0x8f, 0xf6, 0xf9, 0x98, 0x7b, 0xa0, 0xfe, 0xd8, 0xa3, 0xf2, + 0x8f, 0x1e, 0x05, 0x89, 0x79, 0xa0, 0xbe, 0xf0, 0xc8, 0x37, 0xf8, 0xb9, 0x02, 0xc0, 0xa4, 0x81, + 0x4a, 0x0b, 0xd4, 0x12, 0xec, 0xd9, 0xb8, 0xcf, 0x37, 0x26, 0x9b, 0x0b, 0x93, 0x02, 0x89, 0x79, + 0x68, 0xcd, 0x25, 0xd8, 0xdb, 0xed, 0x2b, 0xe4, 0x52, 0x19, 0x44, 0x8a, 0x07, 0x7f, 0x96, 0xe2, + 0x30, 0xd3, 0xe4, 0x17, 0xe3, 0x3d, 0xff, 0xb6, 0x26, 0xe4, 0x52, 0x4d, 0xa4, 0xbf, 0x36, 0x1c, + 0x17, 0xe0, 0x9a, 0x05, 0xea, 0x01, 0xb9, 0x38, 0x87, 0x57, 0xfa, 0x22, 0xfd, 0xc7, 0xbe, 0x9c, + 0x4b, 0x60, 0x7e, 0xfa, 0xb8, 0x2a, 0x4f, 0x81, 0x4c, 0xdd, 0xc4, 0x8f, 0x53, 0xdb, 0xef, 0xf0, + 0xe6, 0x48, 0xe6, 0xca, 0x30, 0xd3, 0xea, 0x6f, 0xf8, 0xe4, 0xde, 0xce, 0x28, 0xd3, 0xee, 0x08, + 0x6e, 0xb1, 0x0c, 0x5a, 0x75, 0x31, 0xde, 0xeb, 0x28, 0x6d, 0x20, 0x23, 0xda, 0xb5, 0x5d, 0xd2, + 0x8b, 0x52, 0xde, 0xad, 0xaa, 0xb9, 0x38, 0x91, 0x14, 0x21, 0x68, 0xd5, 0x11, 0xed, 0x6e, 0xb3, + 0x21, 0x93, 0xb0, 0x56, 0x08, 0x89, 0x74, 0x55, 0x52, 0x84, 0xa0, 0x55, 0x0f, 0xfd, 0x48, 0x48, + 0x36, 0x41, 0x23, 0x4e, 0x70, 0x8c, 0x12, 0x6c, 0x7b, 0x88, 0xf2, 0xff, 0x64, 0xd5, 0xbc, 0x37, + 0xca, 0x34, 0x45, 0x88, 0xa6, 0x82, 0xd0, 0x02, 0xf9, 0xd7, 0x73, 0x44, 0x99, 0x10, 0xf7, 0xb1, + 0xdb, 0x4b, 0x85, 0x70, 0xee, 0xaa, 0x70, 0x2a, 0x08, 0x2d, 0x90, 0x7f, 0x31, 0x61, 0x1b, 0xc8, + 0x47, 0x18, 0xdb, 0x31, 0x1a, 0xe0, 0xa4, 0x59, 0xe3, 0x67, 0x76, 0x2a, 0xc9, 0x22, 0x04, 0xad, + 0xfa, 0x11, 0xc6, 0x07, 0x6c, 0xa8, 0x7c, 0x00, 0x80, 0xcd, 0xa3, 0x90, 0x6f, 0xec, 0xc6, 0x8a, + 0xd4, 0x6a, 0x6c, 0x3c, 0xd0, 0x45, 0xaf, 0x74, 0x76, 0xfb, 0xea, 0xf9, 0xed, 0xab, 0x6f, 0x13, + 0x3f, 0x32, 0x77, 0xf3, 0x7b, 0x62, 0x61, 0x82, 0x14, 0x52, 0xf8, 0xf5, 0x5c, 0x6b, 0x5d, 0xa3, + 0xe9, 0x8c, 0x42, 0x2d, 0x96, 0xe6, 0x33, 0xae, 0x13, 0x1d, 0x36, 0x5f, 0x9f, 0x0e, 0xd5, 0xf2, + 0xd9, 0x50, 0x2d, 0xff, 0x18, 0xaa, 0xe5, 0x4f, 0x17, 0x6a, 0xe9, 0xec, 0x42, 0x2d, 0x7d, 0xbb, + 0x50, 0x4b, 0xef, 0x36, 0xa7, 0xa0, 0xe2, 0x3a, 0x5b, 0x0b, 0x90, 0x43, 0xc7, 0x8f, 0xd0, 0xc9, + 0x86, 0xd1, 0xff, 0xe5, 0x4b, 0xe4, 0xd4, 0xf8, 0x4b, 0xf1, 0xe4, 0x67, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x87, 0x9f, 0x5e, 0xb6, 0xaf, 0x06, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/legacy/v200/store.go b/x/profiles/legacy/v200/store.go index 8fac0b9c37..ef04f8dcf9 100644 --- a/x/profiles/legacy/v200/store.go +++ b/x/profiles/legacy/v200/store.go @@ -7,8 +7,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - v100 "github.com/desmos-labs/desmos/x/profiles/legacy/v100" - "github.com/desmos-labs/desmos/x/profiles/types" + v100 "github.com/desmos-labs/desmos/v2/x/profiles/legacy/v100" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // MigrateStore performs in-place store migrations from v1.0 to v2.0 The diff --git a/x/profiles/module.go b/x/profiles/module.go index 662795404b..481d912f88 100644 --- a/x/profiles/module.go +++ b/x/profiles/module.go @@ -20,10 +20,10 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/desmos-labs/desmos/x/profiles/client/cli" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/simulation" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/client/cli" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/simulation" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // type check to ensure the interface is properly implemented diff --git a/x/profiles/module_ibc.go b/x/profiles/module_ibc.go index 4e4798d7d4..a2ba2e44ea 100644 --- a/x/profiles/module_ibc.go +++ b/x/profiles/module_ibc.go @@ -4,7 +4,7 @@ import ( "fmt" "math" - oracletypes "github.com/desmos-labs/desmos/x/oracle/types" + oracletypes "github.com/desmos-labs/desmos/v2/x/oracle/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" @@ -15,8 +15,8 @@ import ( ibcexported "github.com/cosmos/ibc-go/modules/core/exported" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) var ( diff --git a/x/profiles/simulation/decoder.go b/x/profiles/simulation/decoder.go index a4e259b989..5aa1685bf2 100644 --- a/x/profiles/simulation/decoder.go +++ b/x/profiles/simulation/decoder.go @@ -8,7 +8,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // NewDecodeStore returns a new decoder that unmarshals the KVPair's Value diff --git a/x/profiles/simulation/decoder_test.go b/x/profiles/simulation/decoder_test.go index ea40ca54e3..5418918a19 100644 --- a/x/profiles/simulation/decoder_test.go +++ b/x/profiles/simulation/decoder_test.go @@ -10,10 +10,10 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" - "github.com/desmos-labs/desmos/x/profiles/simulation" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/simulation" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestDecodeStore(t *testing.T) { diff --git a/x/profiles/simulation/genesis.go b/x/profiles/simulation/genesis.go index b312063799..77dac13872 100644 --- a/x/profiles/simulation/genesis.go +++ b/x/profiles/simulation/genesis.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // RandomizedGenState generates a random GenesisState for profile diff --git a/x/profiles/simulation/operations.go b/x/profiles/simulation/operations.go index 2750eb2876..42ee9353f5 100644 --- a/x/profiles/simulation/operations.go +++ b/x/profiles/simulation/operations.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sim "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/app/params" - "github.com/desmos-labs/desmos/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/app/params" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" ) // Simulation operation weights constants diff --git a/x/profiles/simulation/operations_dtag_transfers.go b/x/profiles/simulation/operations_dtag_transfers.go index 40d14c74be..5ea00fb7ff 100644 --- a/x/profiles/simulation/operations_dtag_transfers.go +++ b/x/profiles/simulation/operations_dtag_transfers.go @@ -5,7 +5,7 @@ package simulation import ( "math/rand" - "github.com/desmos-labs/desmos/testutil/simtesting" + "github.com/desmos-labs/desmos/v2/testutil/simtesting" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" @@ -16,8 +16,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SimulateMsgRequestDTagTransfer tests and runs a single MsgRequestDTagTransfer diff --git a/x/profiles/simulation/operations_profile.go b/x/profiles/simulation/operations_profile.go index a2806e3054..7ca41985f8 100644 --- a/x/profiles/simulation/operations_profile.go +++ b/x/profiles/simulation/operations_profile.go @@ -5,7 +5,7 @@ package simulation import ( "math/rand" - "github.com/desmos-labs/desmos/testutil/simtesting" + "github.com/desmos-labs/desmos/v2/testutil/simtesting" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" @@ -14,8 +14,8 @@ import ( "github.com/cosmos/cosmos-sdk/baseapp" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/profiles/simulation/operations_relationships.go b/x/profiles/simulation/operations_relationships.go index e5823ff1f7..8afbebbcf4 100644 --- a/x/profiles/simulation/operations_relationships.go +++ b/x/profiles/simulation/operations_relationships.go @@ -5,10 +5,10 @@ package simulation import ( "math/rand" - "github.com/desmos-labs/desmos/testutil/simtesting" + "github.com/desmos-labs/desmos/v2/testutil/simtesting" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" diff --git a/x/profiles/simulation/operations_user_blocks.go b/x/profiles/simulation/operations_user_blocks.go index 8f0713256e..d1d566defb 100644 --- a/x/profiles/simulation/operations_user_blocks.go +++ b/x/profiles/simulation/operations_user_blocks.go @@ -5,7 +5,7 @@ package simulation import ( "math/rand" - "github.com/desmos-labs/desmos/testutil/simtesting" + "github.com/desmos-labs/desmos/v2/testutil/simtesting" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" @@ -15,8 +15,8 @@ import ( cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/keeper" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) // SimulateMsgBlockUser tests and runs a single msg block user diff --git a/x/profiles/simulation/params.go b/x/profiles/simulation/params.go index c1c2a7c546..231afc8584 100644 --- a/x/profiles/simulation/params.go +++ b/x/profiles/simulation/params.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func ParamChanges(r *rand.Rand) []simtypes.ParamChange { diff --git a/x/profiles/simulation/utils.go b/x/profiles/simulation/utils.go index 9a6190e6bf..561bd39527 100644 --- a/x/profiles/simulation/utils.go +++ b/x/profiles/simulation/utils.go @@ -12,7 +12,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) var ( diff --git a/x/profiles/types/account_test.go b/x/profiles/types/account_test.go index 77765c15a8..4efe72095b 100644 --- a/x/profiles/types/account_test.go +++ b/x/profiles/types/account_test.go @@ -6,14 +6,14 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestProfile_Update(t *testing.T) { diff --git a/x/profiles/types/genesis.pb.go b/x/profiles/types/genesis.pb.go index e75e8f3ad8..1d3719f1bc 100644 --- a/x/profiles/types/genesis.pb.go +++ b/x/profiles/types/genesis.pb.go @@ -76,40 +76,41 @@ func init() { } var fileDescriptor_24f308c1ccf2d582 = []byte{ - // 528 bytes of a gzipped FileDescriptorProto + // 531 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xc1, 0x6e, 0xd3, 0x30, - 0x1c, 0xc6, 0x1b, 0xb6, 0x15, 0xd5, 0x65, 0x12, 0x44, 0x05, 0xa2, 0x0a, 0x92, 0xca, 0x68, 0x52, - 0x25, 0x46, 0xc2, 0xca, 0x6d, 0x12, 0x07, 0xd2, 0x49, 0x30, 0x09, 0xa1, 0x11, 0xc6, 0x85, 0x4b, - 0xe4, 0xa4, 0x5e, 0x6a, 0x35, 0x8d, 0x8d, 0xed, 0x01, 0x7b, 0x03, 0x8e, 0x3c, 0x02, 0xbc, 0xcd, - 0x8e, 0x3b, 0x72, 0x8a, 0x50, 0x2b, 0x5e, 0xa0, 0x4f, 0x80, 0x6a, 0xbb, 0xac, 0x1d, 0x8b, 0xca, - 0xcd, 0xaa, 0x7f, 0xbf, 0xef, 0xfb, 0xd7, 0xb1, 0xc1, 0xce, 0x00, 0x8b, 0x31, 0x15, 0x01, 0xe3, - 0xf4, 0x84, 0xe4, 0x58, 0x04, 0x9f, 0xf6, 0x12, 0x2c, 0xd1, 0x5e, 0x90, 0xe1, 0x02, 0x0b, 0x22, - 0x7c, 0xc6, 0xa9, 0xa4, 0xf6, 0x7d, 0x8d, 0xf9, 0x0b, 0xcc, 0x37, 0x58, 0xbb, 0x95, 0xd1, 0x8c, - 0x2a, 0x26, 0x98, 0xaf, 0x34, 0xde, 0x7e, 0x5c, 0x95, 0x3a, 0xa6, 0x03, 0x9c, 0x8b, 0x98, 0x21, - 0x8e, 0xc6, 0x26, 0xbb, 0xbd, 0xbb, 0x0e, 0xd6, 0xbf, 0x1b, 0xba, 0xb7, 0x86, 0xe6, 0x38, 0x47, - 0x92, 0xd0, 0x42, 0x0c, 0x09, 0x13, 0xff, 0xe9, 0x0c, 0x24, 0xca, 0x62, 0x8e, 0x3f, 0x9e, 0x62, - 0x21, 0x17, 0xce, 0xd3, 0x35, 0x4e, 0x3a, 0x44, 0xa4, 0x88, 0x73, 0x52, 0x8c, 0x16, 0x86, 0xbf, - 0xc6, 0x40, 0x8c, 0x2d, 0xf3, 0xf0, 0xf7, 0x16, 0xb8, 0xf5, 0x52, 0x9f, 0xf2, 0x3b, 0x89, 0x24, - 0xb6, 0x7f, 0x58, 0xe0, 0x9e, 0x1a, 0x45, 0x72, 0x54, 0x88, 0x13, 0xcc, 0xff, 0xce, 0xe4, 0x58, - 0x9d, 0x8d, 0x6e, 0xb3, 0xb7, 0xeb, 0x57, 0x7c, 0x06, 0xff, 0xe0, 0x18, 0x65, 0xc7, 0xc6, 0x8a, - 0xb4, 0x14, 0x3e, 0x3f, 0x2f, 0xbd, 0xda, 0xa4, 0xf4, 0x5a, 0xd7, 0x6c, 0x8a, 0x59, 0xe9, 0x3d, - 0x3c, 0x43, 0xe3, 0x7c, 0x1f, 0x5e, 0xdf, 0x08, 0xa3, 0xd6, 0x7c, 0xe3, 0xaa, 0x66, 0x13, 0xb0, - 0xbd, 0x72, 0xc2, 0xce, 0x0d, 0x35, 0xd9, 0x4e, 0xe5, 0x64, 0xd1, 0x12, 0x1d, 0x3e, 0x98, 0x8f, - 0x34, 0x2b, 0xbd, 0x96, 0xae, 0x5e, 0x49, 0x82, 0xd1, 0x6a, 0xb2, 0xfd, 0x16, 0xd4, 0x93, 0x9c, - 0xa6, 0x23, 0xe1, 0x6c, 0xa8, 0x0e, 0x58, 0xd9, 0xf1, 0x5e, 0x60, 0x1e, 0xce, 0xd1, 0xf0, 0xae, - 0x29, 0xd8, 0xd6, 0x05, 0xda, 0x87, 0x91, 0x09, 0xb2, 0xdf, 0x80, 0xba, 0xbe, 0x7a, 0xce, 0x66, - 0xc7, 0xea, 0x36, 0x7b, 0x5e, 0x65, 0xe4, 0x91, 0xc2, 0xae, 0xe6, 0x69, 0x19, 0x46, 0x26, 0xc5, - 0xee, 0x83, 0x26, 0x49, 0xd2, 0x98, 0x51, 0x2e, 0x63, 0x32, 0x70, 0xb6, 0x3a, 0x56, 0xb7, 0x11, - 0x3e, 0x9a, 0x94, 0x5e, 0xe3, 0x30, 0xec, 0x1f, 0x51, 0x2e, 0x0f, 0x0f, 0x66, 0xa5, 0x67, 0x6b, - 0x79, 0x89, 0x84, 0x51, 0x83, 0x24, 0xa9, 0x02, 0x06, 0x76, 0x0c, 0x9a, 0x4b, 0x97, 0xc9, 0xa9, - 0xaf, 0xf9, 0xb3, 0xfd, 0x39, 0xfb, 0x9a, 0x14, 0xa3, 0xb0, 0x6d, 0x86, 0x33, 0xf9, 0x4b, 0x21, - 0x30, 0x02, 0xe9, 0x02, 0x13, 0xf6, 0x67, 0x70, 0x07, 0x31, 0x96, 0x93, 0x54, 0x1d, 0xae, 0xa9, - 0xb9, 0xa9, 0x6a, 0xba, 0x95, 0x35, 0x2f, 0x2e, 0x0d, 0x55, 0xd6, 0x31, 0x65, 0x8e, 0x2e, 0xfb, - 0x27, 0x10, 0x46, 0xb7, 0xd1, 0xaa, 0x22, 0xf6, 0x37, 0xbf, 0x7e, 0xf7, 0x6a, 0xe1, 0xab, 0xf3, - 0x89, 0x6b, 0x5d, 0x4c, 0x5c, 0xeb, 0xd7, 0xc4, 0xb5, 0xbe, 0x4d, 0xdd, 0xda, 0xc5, 0xd4, 0xad, - 0xfd, 0x9c, 0xba, 0xb5, 0x0f, 0x7e, 0x46, 0xe4, 0xf0, 0x34, 0xf1, 0x53, 0x3a, 0x0e, 0xf4, 0x1c, - 0x4f, 0x72, 0x94, 0x08, 0xb3, 0x0e, 0xbe, 0x5c, 0x3e, 0x25, 0x79, 0xc6, 0xb0, 0x48, 0xea, 0xea, - 0xe1, 0x3c, 0xfb, 0x13, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x23, 0xa4, 0x8c, 0xb5, 0x04, 0x00, 0x00, + 0x1c, 0xc6, 0x1b, 0xb6, 0x15, 0x35, 0x65, 0x12, 0x44, 0x05, 0xa2, 0x0a, 0x92, 0xca, 0x68, 0x52, + 0x25, 0x46, 0x42, 0xcb, 0x6d, 0x12, 0x07, 0xd2, 0x49, 0x68, 0x02, 0xa1, 0x11, 0xc6, 0x85, 0x4b, + 0xe4, 0xa4, 0x5e, 0x6a, 0x35, 0x8d, 0x8d, 0xed, 0x0d, 0xf6, 0x06, 0x1c, 0x79, 0x04, 0x78, 0x9b, + 0x1d, 0x77, 0xe4, 0x14, 0xa1, 0x56, 0xbc, 0x40, 0x9f, 0x00, 0xd5, 0x76, 0x59, 0x3b, 0x16, 0x65, + 0x37, 0xab, 0xfe, 0xfd, 0xbe, 0xef, 0x5f, 0xc7, 0x36, 0x77, 0x86, 0x88, 0x4f, 0x08, 0xf7, 0x29, + 0x23, 0xc7, 0x38, 0x43, 0xdc, 0x3f, 0xed, 0xc5, 0x48, 0xc0, 0x9e, 0x9f, 0xa2, 0x1c, 0x71, 0xcc, + 0x3d, 0xca, 0x88, 0x20, 0xd6, 0x43, 0x85, 0x79, 0x4b, 0xcc, 0xd3, 0x58, 0xbb, 0x95, 0x92, 0x94, + 0x48, 0xc6, 0x5f, 0xac, 0x14, 0xde, 0x7e, 0x5a, 0x96, 0x3a, 0x21, 0x43, 0x94, 0xf1, 0x88, 0x42, + 0x06, 0x27, 0x3a, 0xbb, 0xbd, 0x5b, 0x05, 0xab, 0xdf, 0x35, 0xdd, 0xaf, 0xa0, 0x19, 0xca, 0xa0, + 0xc0, 0x24, 0xe7, 0x23, 0x4c, 0xf9, 0x0d, 0x9d, 0xa1, 0x80, 0x69, 0xc4, 0xd0, 0xe7, 0x13, 0xc4, + 0xc5, 0xd2, 0x79, 0x5e, 0xe1, 0x24, 0x23, 0x88, 0xf3, 0x28, 0xc3, 0xf9, 0x78, 0x69, 0x78, 0x15, + 0x06, 0xa4, 0x74, 0x95, 0x07, 0x7f, 0xb6, 0xcc, 0x3b, 0xaf, 0xd5, 0x29, 0x7f, 0x10, 0x50, 0x20, + 0xeb, 0xa7, 0x61, 0x3e, 0x90, 0xa3, 0x08, 0x06, 0x73, 0x7e, 0x8c, 0xd8, 0xbf, 0x99, 0x6c, 0xa3, + 0xb3, 0xd1, 0x6d, 0xf6, 0x77, 0xbd, 0x92, 0xcf, 0xe0, 0xed, 0x1f, 0xc1, 0xf4, 0x48, 0x5b, 0xa1, + 0x92, 0x82, 0x97, 0xe7, 0x85, 0x5b, 0x9b, 0x16, 0x6e, 0xeb, 0x9a, 0x4d, 0x3e, 0x2f, 0xdc, 0xc7, + 0x67, 0x70, 0x92, 0xed, 0x81, 0xeb, 0x1b, 0x41, 0xd8, 0x5a, 0x6c, 0x5c, 0xd5, 0x2c, 0x6c, 0x6e, + 0xaf, 0x9d, 0xb0, 0x7d, 0x4b, 0x4e, 0xb6, 0x53, 0x3a, 0x59, 0xb8, 0x42, 0x07, 0x8f, 0x16, 0x23, + 0xcd, 0x0b, 0xb7, 0xa5, 0xaa, 0xd7, 0x92, 0x40, 0xb8, 0x9e, 0x6c, 0xbd, 0x37, 0xeb, 0x71, 0x46, + 0x92, 0x31, 0xb7, 0x37, 0x64, 0x07, 0x28, 0xed, 0xf8, 0xc8, 0x11, 0x0b, 0x16, 0x68, 0x70, 0x5f, + 0x17, 0x6c, 0xab, 0x02, 0xe5, 0x83, 0x50, 0x07, 0x59, 0xef, 0xcc, 0xba, 0xba, 0x7a, 0xf6, 0x66, + 0xc7, 0xe8, 0x36, 0xfb, 0x6e, 0x69, 0xe4, 0xa1, 0xc4, 0xae, 0xe6, 0x29, 0x19, 0x84, 0x3a, 0xc5, + 0x1a, 0x98, 0x4d, 0x1c, 0x27, 0x11, 0x25, 0x4c, 0x44, 0x78, 0x68, 0x6f, 0x75, 0x8c, 0x6e, 0x23, + 0x78, 0x32, 0x2d, 0xdc, 0xc6, 0x41, 0x30, 0x38, 0x24, 0x4c, 0x1c, 0xec, 0xcf, 0x0b, 0xd7, 0x52, + 0xf2, 0x0a, 0x09, 0xc2, 0x06, 0x8e, 0x13, 0x09, 0x0c, 0xad, 0xc8, 0x6c, 0xae, 0x5c, 0x26, 0xbb, + 0x5e, 0xf1, 0x67, 0x07, 0x0b, 0xf6, 0x2d, 0xce, 0xc7, 0x41, 0x5b, 0x0f, 0xa7, 0xf3, 0x57, 0x42, + 0x40, 0x68, 0x26, 0x4b, 0x8c, 0x5b, 0x5f, 0xcc, 0x7b, 0x90, 0xd2, 0x0c, 0x27, 0xf2, 0x70, 0x75, + 0xcd, 0x6d, 0x59, 0xd3, 0x2d, 0xad, 0x79, 0x75, 0x69, 0xc8, 0xb2, 0x8e, 0x2e, 0xb3, 0x55, 0xd9, + 0x7f, 0x81, 0x20, 0xbc, 0x0b, 0xd7, 0x15, 0xbe, 0xb7, 0xf9, 0xed, 0x87, 0x5b, 0x0b, 0xde, 0x9c, + 0x4f, 0x1d, 0xe3, 0x62, 0xea, 0x18, 0xbf, 0xa7, 0x8e, 0xf1, 0x7d, 0xe6, 0xd4, 0x2e, 0x66, 0x4e, + 0xed, 0xd7, 0xcc, 0xa9, 0x7d, 0xea, 0xa5, 0x58, 0x8c, 0x4e, 0x62, 0x2f, 0x21, 0x13, 0x5f, 0xcd, + 0xf1, 0x2c, 0x83, 0x31, 0xd7, 0x6b, 0xff, 0xb4, 0xef, 0x7f, 0xbd, 0x7c, 0x4d, 0xe2, 0x8c, 0x22, + 0x1e, 0xd7, 0xe5, 0xdb, 0x79, 0xf1, 0x37, 0x00, 0x00, 0xff, 0xff, 0xc6, 0x2b, 0x84, 0xfb, 0xb8, + 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/genesis_test.go b/x/profiles/types/genesis_test.go index dda1e5b991..d23dc65bc0 100644 --- a/x/profiles/types/genesis_test.go +++ b/x/profiles/types/genesis_test.go @@ -4,12 +4,12 @@ import ( "testing" "time" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/profiles/types/models_app_links.pb.go b/x/profiles/types/models_app_links.pb.go index 5c36da3a55..2255366cd4 100644 --- a/x/profiles/types/models_app_links.pb.go +++ b/x/profiles/types/models_app_links.pb.go @@ -451,68 +451,68 @@ func init() { } var fileDescriptor_33caa1214beac081 = []byte{ - // 964 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0xc7, 0xe3, 0xc4, 0xcd, 0x26, 0xd3, 0x6d, 0x1b, 0xa6, 0x85, 0x8d, 0x2c, 0x35, 0x36, 0x2e, - 0x2a, 0x05, 0x54, 0x5b, 0x2d, 0x17, 0x54, 0x09, 0x89, 0x38, 0x71, 0x55, 0x2f, 0xa5, 0xa9, 0x26, - 0xee, 0xae, 0xb4, 0x17, 0x6b, 0x62, 0x4f, 0x82, 0xb5, 0x4e, 0x1c, 0xfc, 0x63, 0xc5, 0x82, 0xb8, - 0xaf, 0x7a, 0xda, 0x7f, 0xa0, 0xd2, 0x4a, 0xfc, 0x1d, 0x88, 0xeb, 0x5e, 0x90, 0xf6, 0xc8, 0xc9, - 0xa0, 0xf4, 0xc2, 0x39, 0x67, 0x0e, 0xc8, 0x33, 0x76, 0x92, 0xb2, 0x1b, 0x5a, 0x89, 0xdb, 0x74, - 0xde, 0xf7, 0x7d, 0xde, 0xf3, 0xfb, 0xbe, 0x8e, 0x02, 0x14, 0x87, 0x84, 0x43, 0x3f, 0x54, 0xc7, - 0x81, 0xdf, 0x77, 0x3d, 0x12, 0xaa, 0xcf, 0x0e, 0x7a, 0x24, 0xc2, 0x07, 0xea, 0xd0, 0x77, 0x88, - 0x17, 0x5a, 0x78, 0x3c, 0xb6, 0x3c, 0x77, 0xf4, 0x34, 0x54, 0xc6, 0x81, 0x1f, 0xf9, 0xf0, 0x01, - 0xd3, 0x2b, 0xb9, 0x5e, 0xc9, 0xf4, 0xc2, 0xd6, 0xc0, 0x1f, 0xf8, 0x54, 0xa3, 0xa6, 0x27, 0x26, - 0x17, 0xc4, 0x81, 0xef, 0x0f, 0x3c, 0xa2, 0xd2, 0xbf, 0x7a, 0x71, 0x5f, 0x8d, 0xdc, 0x21, 0x09, - 0x23, 0x3c, 0x1c, 0x33, 0x81, 0xfc, 0x77, 0x09, 0x6c, 0x34, 0xc7, 0x63, 0xcf, 0xb5, 0x71, 0xe4, - 0xfa, 0xa3, 0x53, 0x77, 0xf4, 0x14, 0xee, 0x00, 0x3e, 0x0e, 0x49, 0x50, 0xe7, 0x24, 0x6e, 0xaf, - 0xaa, 0x6d, 0x4c, 0x13, 0x71, 0xf5, 0x39, 0x1e, 0x7a, 0x47, 0x72, 0x7a, 0x2b, 0x23, 0x1a, 0x84, - 0xc7, 0x80, 0x77, 0x70, 0x84, 0xeb, 0x45, 0x89, 0xdb, 0x5b, 0x3d, 0xdc, 0x56, 0x96, 0xf4, 0xa5, - 0xb4, 0x71, 0x84, 0xb5, 0xcd, 0xd7, 0x89, 0x58, 0x98, 0x73, 0xd2, 0x44, 0x19, 0xd1, 0x7c, 0x78, - 0x01, 0x56, 0xc2, 0x08, 0x47, 0xa4, 0x5e, 0x92, 0xb8, 0xbd, 0xf5, 0xc3, 0xfd, 0xa5, 0xa0, 0x7f, - 0x75, 0xd9, 0x4d, 0x93, 0xb4, 0xda, 0x34, 0x11, 0xef, 0x33, 0x28, 0xa5, 0xc8, 0x88, 0xd1, 0xa0, - 0x07, 0xd6, 0xfd, 0x00, 0xdb, 0x1e, 0xb1, 0x02, 0xf2, 0x5d, 0x4c, 0xc2, 0xa8, 0xce, 0xd3, 0x46, - 0x77, 0x97, 0xf2, 0x3b, 0x54, 0x8e, 0x98, 0x5a, 0xdb, 0xce, 0x3a, 0x7e, 0x9f, 0xc1, 0x6f, 0xb2, - 0x64, 0xb4, 0xe6, 0x2f, 0xaa, 0xe1, 0x43, 0x50, 0x0e, 0x48, 0x18, 0x7b, 0x51, 0x7d, 0x85, 0x56, - 0x11, 0x97, 0x56, 0x41, 0x54, 0xa6, 0xbd, 0x37, 0x4d, 0xc4, 0x35, 0x86, 0x66, 0x89, 0x32, 0xca, - 0x08, 0x10, 0x83, 0x35, 0x3b, 0x20, 0xf4, 0x3b, 0xad, 0xd4, 0xad, 0x7a, 0x99, 0x22, 0x05, 0x85, - 0x59, 0xa9, 0xe4, 0x56, 0x2a, 0x66, 0x6e, 0xa5, 0x26, 0x65, 0xcd, 0x6e, 0x31, 0xe2, 0x8d, 0x74, - 0xf9, 0xe5, 0x1f, 0x22, 0x87, 0xee, 0xe7, 0x77, 0x69, 0xd2, 0x51, 0xe5, 0xc5, 0x2b, 0xb1, 0xf0, - 0xd7, 0x2b, 0x91, 0x93, 0x7f, 0x04, 0x7c, 0x6a, 0x10, 0xfc, 0x02, 0xac, 0xe2, 0xf9, 0x7c, 0x33, - 0xe7, 0x3f, 0x98, 0x26, 0x22, 0x64, 0xc8, 0x85, 0xa0, 0x8c, 0x16, 0xa5, 0x50, 0x05, 0x95, 0x74, - 0x1f, 0x46, 0x78, 0x48, 0xe8, 0x2e, 0x54, 0xb5, 0xcd, 0x69, 0x22, 0x6e, 0xcc, 0x17, 0x26, 0x8d, - 0xc8, 0x68, 0x26, 0x5a, 0x28, 0xfe, 0x4b, 0x09, 0xac, 0xdd, 0x98, 0x3a, 0xdc, 0x01, 0x45, 0xd7, - 0xa1, 0xd5, 0x79, 0x6d, 0x73, 0x92, 0x88, 0x45, 0xa3, 0x3d, 0x4d, 0xc4, 0x2a, 0x83, 0xb9, 0x8e, - 0x8c, 0x8a, 0xae, 0x03, 0x1f, 0x83, 0x5a, 0x66, 0x47, 0x68, 0x07, 0xee, 0x38, 0xb2, 0x5c, 0x87, - 0x56, 0xe6, 0xb5, 0xfd, 0x49, 0x22, 0xae, 0x33, 0x62, 0x97, 0x86, 0x68, 0xfa, 0x83, 0x1b, 0x16, - 0xce, 0x72, 0x64, 0x94, 0x6d, 0x48, 0x26, 0x75, 0x60, 0x1f, 0x54, 0x6d, 0xec, 0x79, 0x16, 0xdd, - 0xeb, 0x12, 0x9d, 0xba, 0x7a, 0xb7, 0x75, 0x51, 0x5a, 0xd8, 0xf3, 0xe8, 0xa6, 0xd7, 0x33, 0x2b, - 0x6a, 0x99, 0x15, 0x39, 0x4f, 0x46, 0x15, 0x3b, 0xd3, 0xc0, 0x2f, 0x41, 0xd5, 0xf6, 0x5c, 0x32, - 0xa2, 0x9d, 0xf3, 0x74, 0x66, 0xd2, 0x24, 0x11, 0x2b, 0x2d, 0x7a, 0x49, 0x7b, 0xce, 0xd3, 0x73, - 0x59, 0x9a, 0xce, 0xa2, 0x8e, 0xf0, 0x13, 0xa8, 0xe4, 0xe5, 0xfe, 0x87, 0x6f, 0x07, 0x8b, 0x1f, - 0xcb, 0x8c, 0xdb, 0xfa, 0xef, 0xbe, 0x8f, 0xf8, 0xd4, 0xb5, 0x05, 0xff, 0x7e, 0x2b, 0x82, 0x32, - 0xdb, 0x67, 0xd8, 0x02, 0xf7, 0xc2, 0xd8, 0xb6, 0x49, 0x18, 0xd2, 0x1e, 0x56, 0x0f, 0x3f, 0xbe, - 0xe5, 0x3f, 0x40, 0xe9, 0x32, 0xf9, 0x49, 0x01, 0xe5, 0x99, 0xf0, 0x2b, 0x50, 0xee, 0x63, 0xd7, - 0x23, 0x4e, 0xf6, 0xa8, 0xec, 0xde, 0xc6, 0x38, 0xa6, 0xea, 0x93, 0x02, 0xca, 0xf2, 0x04, 0x1f, - 0xdc, 0xcb, 0xb8, 0x70, 0x17, 0xac, 0x3c, 0xc3, 0x5e, 0x4c, 0xb2, 0x99, 0x2c, 0x3c, 0x14, 0xf4, - 0x5a, 0x46, 0x2c, 0x0c, 0x0f, 0x41, 0x35, 0x74, 0x07, 0x23, 0x1c, 0xc5, 0x01, 0x79, 0x7b, 0x0e, - 0xb3, 0x90, 0x8c, 0xe6, 0xb2, 0xf9, 0x08, 0x84, 0x23, 0x50, 0x66, 0x4d, 0xa4, 0xf5, 0x48, 0x10, - 0xf8, 0xc1, 0xdb, 0xf5, 0xe8, 0xb5, 0x8c, 0x58, 0x78, 0x9e, 0x3b, 0x3f, 0x69, 0x2b, 0xa0, 0x14, - 0xc6, 0xc3, 0x4f, 0x7f, 0x2d, 0x81, 0xad, 0x77, 0xbd, 0x72, 0xf0, 0x31, 0x50, 0x9a, 0xe7, 0xe7, - 0xa7, 0x46, 0xab, 0x69, 0x1a, 0x9d, 0x33, 0xeb, 0xd4, 0x38, 0xfb, 0xda, 0xea, 0x9a, 0x4d, 0x53, - 0xb7, 0x8c, 0x33, 0xc3, 0x34, 0x9a, 0xa7, 0xc6, 0x13, 0xbd, 0x6d, 0x5d, 0x9c, 0x75, 0xcf, 0xf5, - 0x96, 0x71, 0x6c, 0xe8, 0xed, 0x5a, 0x41, 0xd8, 0xb9, 0xbc, 0x92, 0xc4, 0x77, 0xd1, 0x8c, 0x91, - 0x1b, 0xb9, 0xd8, 0x73, 0x7f, 0x20, 0x0e, 0x34, 0xc1, 0x67, 0x4b, 0xc0, 0x8f, 0x74, 0x64, 0x1c, - 0xe7, 0xf7, 0x5d, 0xb3, 0x89, 0x4c, 0xbd, 0x5d, 0xe3, 0x66, 0xd4, 0x19, 0xed, 0x11, 0x09, 0xdc, - 0x7e, 0x56, 0xa2, 0x1b, 0xe1, 0x20, 0x22, 0x0e, 0x3c, 0x07, 0x9f, 0xdc, 0x85, 0xaa, 0x23, 0xd4, - 0x41, 0xb5, 0xa2, 0xf0, 0xe1, 0xe5, 0x95, 0xb4, 0xbd, 0x8c, 0xa9, 0xa7, 0x43, 0xbb, 0x73, 0x9f, - 0x17, 0xad, 0x96, 0xde, 0xed, 0xd6, 0x4a, 0xb7, 0xf4, 0x99, 0xad, 0xc8, 0x43, 0x20, 0x2d, 0xa1, - 0x9a, 0xc6, 0x37, 0x7a, 0xdb, 0xea, 0x5c, 0x98, 0x35, 0x5e, 0xf8, 0xe8, 0xf2, 0x4a, 0x92, 0x96, - 0xa1, 0xd2, 0xe7, 0xd4, 0xe9, 0xc4, 0x91, 0xc0, 0xbf, 0xf8, 0xb9, 0x51, 0xd0, 0x4e, 0x5e, 0x4f, - 0x1a, 0xdc, 0x9b, 0x49, 0x83, 0xfb, 0x73, 0xd2, 0xe0, 0x5e, 0x5e, 0x37, 0x0a, 0x6f, 0xae, 0x1b, - 0x85, 0xdf, 0xaf, 0x1b, 0x85, 0x27, 0xca, 0xc0, 0x8d, 0xbe, 0x8d, 0x7b, 0x8a, 0xed, 0x0f, 0x55, - 0xb6, 0xd5, 0xfb, 0x1e, 0xee, 0x85, 0xd9, 0x59, 0xfd, 0x7e, 0xfe, 0x03, 0x20, 0x7a, 0x3e, 0x26, - 0x61, 0xaf, 0x4c, 0x9f, 0xf9, 0xcf, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0x27, 0x5b, 0xca, 0x2c, - 0x20, 0x08, 0x00, 0x00, + // 969 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x96, 0x4f, 0x6f, 0xdb, 0x46, + 0x13, 0xc6, 0x45, 0x89, 0x56, 0xac, 0x75, 0x6c, 0xeb, 0x5d, 0xfb, 0x6d, 0x04, 0x02, 0x16, 0x59, + 0xba, 0x70, 0xdd, 0x16, 0x26, 0x61, 0xf5, 0x52, 0x18, 0x28, 0x50, 0x51, 0xa2, 0x11, 0x26, 0xae, + 0x65, 0xac, 0xe8, 0x04, 0xc8, 0x85, 0x58, 0x91, 0x2b, 0x95, 0x08, 0x25, 0xaa, 0xfc, 0x63, 0x34, + 0x2d, 0x7a, 0x0f, 0x7c, 0xca, 0x17, 0x30, 0x10, 0xa0, 0x9f, 0xa3, 0xe8, 0x35, 0x97, 0x02, 0x39, + 0xf6, 0xc4, 0x16, 0xf2, 0xa5, 0x67, 0x9d, 0x7b, 0x28, 0xb8, 0x4b, 0x4a, 0x72, 0x13, 0xd5, 0x06, + 0x7a, 0x5b, 0xef, 0x3c, 0xf3, 0x9b, 0xe1, 0x3c, 0xe3, 0x85, 0x80, 0xe2, 0x90, 0x70, 0xe8, 0x87, + 0xea, 0x38, 0xf0, 0xfb, 0xae, 0x47, 0x42, 0xf5, 0xe2, 0xb0, 0x47, 0x22, 0x7c, 0xa8, 0x0e, 0x7d, + 0x87, 0x78, 0xa1, 0x85, 0xc7, 0x63, 0xcb, 0x73, 0x47, 0xcf, 0x43, 0x65, 0x1c, 0xf8, 0x91, 0x0f, + 0x1f, 0x30, 0xbd, 0x92, 0xeb, 0x95, 0x4c, 0x2f, 0x6c, 0x0f, 0xfc, 0x81, 0x4f, 0x35, 0x6a, 0x7a, + 0x62, 0x72, 0x41, 0x1c, 0xf8, 0xfe, 0xc0, 0x23, 0x2a, 0xfd, 0xab, 0x17, 0xf7, 0xd5, 0xc8, 0x1d, + 0x92, 0x30, 0xc2, 0xc3, 0x31, 0x13, 0xc8, 0x7f, 0x95, 0xc0, 0x66, 0x73, 0x3c, 0xf6, 0x5c, 0x1b, + 0x47, 0xae, 0x3f, 0x3a, 0x71, 0x47, 0xcf, 0xe1, 0x2e, 0xe0, 0xe3, 0x90, 0x04, 0x35, 0x4e, 0xe2, + 0xf6, 0x2b, 0xda, 0xe6, 0x34, 0x11, 0xd7, 0x5e, 0xe0, 0xa1, 0x77, 0x24, 0xa7, 0xb7, 0x32, 0xa2, + 0x41, 0x78, 0x0c, 0x78, 0x07, 0x47, 0xb8, 0x56, 0x94, 0xb8, 0xfd, 0xb5, 0xc6, 0x8e, 0xb2, 0xa4, + 0x2f, 0xa5, 0x8d, 0x23, 0xac, 0x6d, 0xbd, 0x49, 0xc4, 0xc2, 0x9c, 0x93, 0x26, 0xca, 0x88, 0xe6, + 0xc3, 0x73, 0xb0, 0x12, 0x46, 0x38, 0x22, 0xb5, 0x92, 0xc4, 0xed, 0x6f, 0x34, 0x0e, 0x96, 0x82, + 0xfe, 0xd1, 0x65, 0x37, 0x4d, 0xd2, 0xaa, 0xd3, 0x44, 0xbc, 0xcf, 0xa0, 0x94, 0x22, 0x23, 0x46, + 0x83, 0x1e, 0xd8, 0xf0, 0x03, 0x6c, 0x7b, 0xc4, 0x0a, 0xc8, 0xb7, 0x31, 0x09, 0xa3, 0x1a, 0x4f, + 0x1b, 0xdd, 0x5b, 0xca, 0xef, 0x50, 0x39, 0x62, 0x6a, 0x6d, 0x27, 0xeb, 0xf8, 0xff, 0x0c, 0x7e, + 0x93, 0x25, 0xa3, 0x75, 0x7f, 0x51, 0x0d, 0x1f, 0x81, 0x72, 0x40, 0xc2, 0xd8, 0x8b, 0x6a, 0x2b, + 0xb4, 0x8a, 0xb8, 0xb4, 0x0a, 0xa2, 0x32, 0xed, 0x7f, 0xd3, 0x44, 0x5c, 0x67, 0x68, 0x96, 0x28, + 0xa3, 0x8c, 0x00, 0x31, 0x58, 0xb7, 0x03, 0x42, 0xbf, 0xd3, 0x4a, 0xdd, 0xaa, 0x95, 0x29, 0x52, + 0x50, 0x98, 0x95, 0x4a, 0x6e, 0xa5, 0x62, 0xe6, 0x56, 0x6a, 0x52, 0xd6, 0xec, 0x36, 0x23, 0xde, + 0x48, 0x97, 0x5f, 0xfd, 0x2e, 0x72, 0xe8, 0x7e, 0x7e, 0x97, 0x26, 0x1d, 0xad, 0xbe, 0x7c, 0x2d, + 0x16, 0xfe, 0x7c, 0x2d, 0x72, 0xf2, 0x0f, 0x80, 0x4f, 0x0d, 0x82, 0x5f, 0x80, 0x35, 0x3c, 0x9f, + 0x6f, 0xe6, 0xfc, 0x07, 0xd3, 0x44, 0x84, 0x0c, 0xb9, 0x10, 0x94, 0xd1, 0xa2, 0x14, 0xaa, 0x60, + 0x35, 0xdd, 0x87, 0x11, 0x1e, 0x12, 0xba, 0x0b, 0x15, 0x6d, 0x6b, 0x9a, 0x88, 0x9b, 0xf3, 0x85, + 0x49, 0x23, 0x32, 0x9a, 0x89, 0x16, 0x8a, 0xff, 0x5c, 0x02, 0xeb, 0x37, 0xa6, 0x0e, 0x77, 0x41, + 0xd1, 0x75, 0x68, 0x75, 0x5e, 0xdb, 0x9a, 0x24, 0x62, 0xd1, 0x68, 0x4f, 0x13, 0xb1, 0xc2, 0x60, + 0xae, 0x23, 0xa3, 0xa2, 0xeb, 0xc0, 0xa7, 0xa0, 0x9a, 0xd9, 0x11, 0xda, 0x81, 0x3b, 0x8e, 0x2c, + 0xd7, 0xa1, 0x95, 0x79, 0xed, 0x60, 0x92, 0x88, 0x1b, 0x8c, 0xd8, 0xa5, 0x21, 0x9a, 0xfe, 0xe0, + 0x86, 0x85, 0xb3, 0x1c, 0x19, 0x65, 0x1b, 0x92, 0x49, 0x1d, 0xd8, 0x07, 0x15, 0x1b, 0x7b, 0x9e, + 0x45, 0xf7, 0xba, 0x44, 0xa7, 0xae, 0xde, 0x6d, 0x5d, 0x94, 0x16, 0xf6, 0x3c, 0xba, 0xe9, 0xb5, + 0xcc, 0x8a, 0x6a, 0x66, 0x45, 0xce, 0x93, 0xd1, 0xaa, 0x9d, 0x69, 0xe0, 0x97, 0xa0, 0x62, 0x7b, + 0x2e, 0x19, 0xd1, 0xce, 0x79, 0x3a, 0x33, 0x69, 0x92, 0x88, 0xab, 0x2d, 0x7a, 0x49, 0x7b, 0xce, + 0xd3, 0x73, 0x59, 0x9a, 0xce, 0xa2, 0x8e, 0xf0, 0x23, 0x58, 0xcd, 0xcb, 0xfd, 0x07, 0xdf, 0x0e, + 0x17, 0x3f, 0x96, 0x19, 0xb7, 0xfd, 0xef, 0x7d, 0x1f, 0xf1, 0xa9, 0x6b, 0x0b, 0xfe, 0xfd, 0x5a, + 0x04, 0x65, 0xb6, 0xcf, 0xb0, 0x05, 0xee, 0x85, 0xb1, 0x6d, 0x93, 0x30, 0xa4, 0x3d, 0xac, 0x35, + 0x3e, 0xbe, 0xe5, 0x3f, 0x40, 0xe9, 0x32, 0xf9, 0xc3, 0x02, 0xca, 0x33, 0xe1, 0x57, 0xa0, 0xdc, + 0xc7, 0xae, 0x47, 0x9c, 0xec, 0x51, 0xd9, 0xbb, 0x8d, 0x71, 0x4c, 0xd5, 0x0f, 0x0b, 0x28, 0xcb, + 0x13, 0x7c, 0x70, 0x2f, 0xe3, 0xc2, 0x3d, 0xb0, 0x72, 0x81, 0xbd, 0x98, 0x64, 0x33, 0x59, 0x78, + 0x28, 0xe8, 0xb5, 0x8c, 0x58, 0x18, 0x36, 0x40, 0x25, 0x74, 0x07, 0x23, 0x1c, 0xc5, 0x01, 0x79, + 0x77, 0x0e, 0xb3, 0x90, 0x8c, 0xe6, 0xb2, 0xf9, 0x08, 0x84, 0x23, 0x50, 0x66, 0x4d, 0xa4, 0xf5, + 0x48, 0x10, 0xf8, 0xc1, 0xbb, 0xf5, 0xe8, 0xb5, 0x8c, 0x58, 0x78, 0x9e, 0x3b, 0x3f, 0x69, 0x2b, + 0xa0, 0x14, 0xc6, 0xc3, 0x4f, 0x7f, 0x29, 0x81, 0xed, 0xf7, 0xbd, 0x72, 0xf0, 0x29, 0x50, 0x9a, + 0x67, 0x67, 0x27, 0x46, 0xab, 0x69, 0x1a, 0x9d, 0x53, 0xeb, 0xc4, 0x38, 0x7d, 0x6c, 0x75, 0xcd, + 0xa6, 0xa9, 0x5b, 0xc6, 0xa9, 0x61, 0x1a, 0xcd, 0x13, 0xe3, 0x99, 0xde, 0xb6, 0xce, 0x4f, 0xbb, + 0x67, 0x7a, 0xcb, 0x38, 0x36, 0xf4, 0x76, 0xb5, 0x20, 0xec, 0x5e, 0x5e, 0x49, 0xe2, 0xfb, 0x68, + 0xc6, 0xc8, 0x8d, 0x5c, 0xec, 0xb9, 0xdf, 0x13, 0x07, 0x9a, 0xe0, 0xb3, 0x25, 0xe0, 0x27, 0x3a, + 0x32, 0x8e, 0xf3, 0xfb, 0xae, 0xd9, 0x44, 0xa6, 0xde, 0xae, 0x72, 0x33, 0xea, 0x8c, 0xf6, 0x84, + 0x04, 0x6e, 0x3f, 0x2b, 0xd1, 0x8d, 0x70, 0x10, 0x11, 0x07, 0x9e, 0x81, 0x4f, 0xee, 0x42, 0xd5, + 0x11, 0xea, 0xa0, 0x6a, 0x51, 0xf8, 0xf0, 0xf2, 0x4a, 0xda, 0x59, 0xc6, 0xd4, 0xd3, 0xa1, 0xdd, + 0xb9, 0xcf, 0xf3, 0x56, 0x4b, 0xef, 0x76, 0xab, 0xa5, 0x5b, 0xfa, 0xcc, 0x56, 0xe4, 0x11, 0x90, + 0x96, 0x50, 0x4d, 0xe3, 0x6b, 0xbd, 0x6d, 0x75, 0xce, 0xcd, 0x2a, 0x2f, 0x7c, 0x74, 0x79, 0x25, + 0x49, 0xcb, 0x50, 0xe9, 0x73, 0xea, 0x74, 0xe2, 0x48, 0xe0, 0x5f, 0xfe, 0x54, 0x2f, 0x68, 0x8f, + 0xdf, 0x4c, 0xea, 0xdc, 0xdb, 0x49, 0x9d, 0xfb, 0x63, 0x52, 0xe7, 0x5e, 0x5d, 0xd7, 0x0b, 0x6f, + 0xaf, 0xeb, 0x85, 0xdf, 0xae, 0xeb, 0x85, 0x67, 0x87, 0x03, 0x37, 0xfa, 0x26, 0xee, 0x29, 0xb6, + 0x3f, 0x54, 0xd9, 0x56, 0x1f, 0x78, 0xb8, 0x17, 0x66, 0x67, 0xf5, 0xa2, 0xa1, 0x7e, 0x37, 0xff, + 0x0d, 0x10, 0xbd, 0x18, 0x93, 0xb0, 0x57, 0xa6, 0x2f, 0xfd, 0xe7, 0x7f, 0x07, 0x00, 0x00, 0xff, + 0xff, 0xbb, 0xec, 0x83, 0x18, 0x23, 0x08, 0x00, 0x00, } func (this *ApplicationLink) Equal(that interface{}) bool { diff --git a/x/profiles/types/models_app_links_test.go b/x/profiles/types/models_app_links_test.go index 1f42157aa0..d7d0177814 100644 --- a/x/profiles/types/models_app_links_test.go +++ b/x/profiles/types/models_app_links_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestApplicationLink_Validate(t *testing.T) { diff --git a/x/profiles/types/models_chain_links.pb.go b/x/profiles/types/models_chain_links.pb.go index 0f08bf66d2..1dc146dc59 100644 --- a/x/profiles/types/models_chain_links.pb.go +++ b/x/profiles/types/models_chain_links.pb.go @@ -254,46 +254,46 @@ func init() { } var fileDescriptor_1c1946212735e419 = []byte{ - // 622 bytes of a gzipped FileDescriptorProto + // 624 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x54, 0xbf, 0x6f, 0xd3, 0x4e, 0x14, 0x8f, 0xbf, 0x6d, 0x5a, 0xe5, 0x92, 0x7c, 0x69, 0x8f, 0x20, 0x42, 0x2b, 0xf9, 0xca, 0x81, - 0x50, 0x19, 0x6a, 0xd3, 0x16, 0x24, 0xd4, 0x89, 0xba, 0x0c, 0x08, 0x18, 0xc0, 0xea, 0xc4, 0x12, - 0x9d, 0x9d, 0x8b, 0x6b, 0xd5, 0xf6, 0x59, 0xbe, 0x73, 0x95, 0x4c, 0xac, 0x8c, 0x1d, 0x19, 0x3b, - 0xf1, 0x17, 0xf0, 0x17, 0x30, 0x55, 0x4c, 0x15, 0x13, 0x93, 0x41, 0xed, 0xc2, 0x9c, 0xbf, 0x00, - 0xdd, 0x9d, 0xdd, 0x84, 0x56, 0x41, 0x62, 0x7b, 0x7e, 0x9f, 0x1f, 0xef, 0xdd, 0x7b, 0x4f, 0x06, - 0x8f, 0xfa, 0x94, 0xc7, 0x8c, 0xdb, 0x69, 0xc6, 0x06, 0x61, 0x44, 0xb9, 0x7d, 0xb4, 0xe9, 0x51, - 0x41, 0x36, 0xed, 0x98, 0xf5, 0x69, 0xc4, 0x7b, 0xfe, 0x01, 0x09, 0x93, 0x5e, 0x14, 0x26, 0x87, - 0xdc, 0x4a, 0x33, 0x26, 0x18, 0xbc, 0xad, 0x15, 0x56, 0xa5, 0xb0, 0x4a, 0xc5, 0x4a, 0x27, 0x60, - 0x01, 0x53, 0x1c, 0x5b, 0x46, 0x9a, 0xbe, 0x72, 0x27, 0x60, 0x2c, 0x88, 0xa8, 0xad, 0xbe, 0xbc, - 0x7c, 0x60, 0x93, 0x64, 0x54, 0x42, 0xe8, 0x2a, 0x24, 0xc2, 0x98, 0x72, 0x41, 0xe2, 0xb4, 0xd2, - 0xfa, 0x4c, 0x96, 0xea, 0x69, 0x53, 0xfd, 0xa1, 0x21, 0xfc, 0x69, 0x0e, 0x34, 0xf6, 0x64, 0x6f, - 0xaf, 0xc3, 0xe4, 0x10, 0xde, 0x03, 0xf3, 0x39, 0xa7, 0x59, 0xd7, 0x58, 0x33, 0xd6, 0x1b, 0xce, - 0x8d, 0x71, 0x81, 0x9a, 0x23, 0x12, 0x47, 0x3b, 0x58, 0x66, 0xb1, 0xab, 0x40, 0xf8, 0x16, 0x2c, - 0x92, 0x7e, 0x3f, 0xa3, 0x9c, 0x77, 0xff, 0x5b, 0x33, 0xd6, 0x9b, 0x5b, 0x1d, 0x4b, 0x37, 0x60, - 0x55, 0x0d, 0x58, 0xbb, 0xc9, 0xc8, 0xb9, 0x3b, 0x2e, 0xd0, 0xff, 0x5a, 0x5d, 0xd2, 0xf1, 0xd7, - 0xcf, 0x1b, 0xcd, 0x5d, 0x1d, 0x3f, 0x27, 0x82, 0xb8, 0x95, 0x0f, 0x7c, 0x09, 0xea, 0x69, 0xc6, - 0xd8, 0xa0, 0x3b, 0xa7, 0x0c, 0x4d, 0x6b, 0xc6, 0x6c, 0xac, 0x37, 0x92, 0xe5, 0x74, 0x4e, 0x0b, - 0x54, 0x1b, 0x17, 0xa8, 0xa5, 0xed, 0x95, 0x14, 0xbb, 0xda, 0x02, 0xf6, 0x41, 0x4b, 0x0f, 0xdb, - 0x67, 0xc9, 0x20, 0x0c, 0xba, 0xf3, 0xca, 0xf2, 0xfe, 0x4c, 0x4b, 0xf5, 0xfa, 0x3d, 0xc5, 0x75, - 0x56, 0x4b, 0xe3, 0x9b, 0xda, 0x78, 0xda, 0x07, 0xbb, 0x4d, 0x7f, 0xc2, 0x84, 0x04, 0xb4, 0xfd, - 0x8c, 0x12, 0x11, 0xb2, 0xa4, 0x27, 0xc7, 0xdd, 0xad, 0xab, 0x32, 0x2b, 0xd7, 0x46, 0xb1, 0x5f, - 0xed, 0xc2, 0x59, 0x2b, 0xcd, 0x3b, 0xa5, 0xf9, 0xb4, 0x1c, 0x1f, 0xff, 0x40, 0x86, 0xdb, 0xaa, - 0x72, 0x52, 0xb4, 0xd3, 0xfa, 0x70, 0x82, 0x6a, 0x1f, 0x4f, 0x90, 0xf1, 0xeb, 0x04, 0x19, 0xf8, - 0x19, 0x68, 0x4e, 0x75, 0x2a, 0x37, 0x95, 0x90, 0x98, 0x5e, 0xdf, 0x94, 0xcc, 0x62, 0x57, 0x81, - 0x57, 0x1c, 0xbe, 0x18, 0xa0, 0xae, 0xe6, 0x07, 0x77, 0xc1, 0x62, 0x9a, 0x7b, 0xbd, 0x43, 0x3a, - 0x52, 0xfa, 0x59, 0x1b, 0x84, 0x93, 0x0d, 0x96, 0x74, 0xec, 0x2e, 0xa4, 0xb9, 0xf7, 0x8a, 0x8e, - 0xe0, 0x16, 0x68, 0xf0, 0x30, 0x48, 0x88, 0xc8, 0x33, 0xaa, 0xce, 0xa0, 0xe1, 0x74, 0xc6, 0x05, - 0x5a, 0xd2, 0xf4, 0x4b, 0x08, 0xbb, 0x13, 0x1a, 0x7c, 0x0c, 0x40, 0x1a, 0xc9, 0x89, 0x0a, 0x3a, - 0x14, 0x6a, 0xd5, 0x0d, 0xe7, 0xd6, 0xb8, 0x40, 0xcb, 0x65, 0x8d, 0x4b, 0x0c, 0xbb, 0x0d, 0xf5, - 0xb1, 0x4f, 0x87, 0xe2, 0xca, 0x23, 0xde, 0x83, 0xb6, 0x43, 0xfd, 0x83, 0xed, 0xad, 0xf2, 0x8e, - 0xe0, 0x03, 0x50, 0x3f, 0x22, 0x51, 0x5e, 0x4d, 0x62, 0x69, 0x72, 0x16, 0x2a, 0x8d, 0x5d, 0x0d, - 0xc3, 0x87, 0x60, 0x21, 0xcd, 0xe8, 0x20, 0x1c, 0x96, 0xdd, 0x2e, 0x8f, 0x0b, 0xd4, 0xae, 0xee, - 0x47, 0xe6, 0xe5, 0xdb, 0x54, 0xb0, 0xb3, 0x3a, 0x5d, 0xf1, 0xdb, 0x9f, 0x37, 0x8b, 0xf7, 0x41, - 0xdb, 0x21, 0x9c, 0x3e, 0x79, 0xfa, 0x8f, 0x0d, 0xfc, 0xd5, 0xd5, 0x79, 0x71, 0x7a, 0x6e, 0x1a, - 0x67, 0xe7, 0xa6, 0xf1, 0xf3, 0xdc, 0x34, 0x8e, 0x2f, 0xcc, 0xda, 0xd9, 0x85, 0x59, 0xfb, 0x7e, - 0x61, 0xd6, 0xde, 0x59, 0x41, 0x28, 0x0e, 0x72, 0xcf, 0xf2, 0x59, 0x6c, 0xeb, 0x13, 0xde, 0x88, - 0x88, 0xc7, 0xcb, 0xd8, 0x1e, 0x4e, 0xfe, 0x38, 0x62, 0x94, 0x52, 0xee, 0x2d, 0xa8, 0x15, 0x6e, - 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x15, 0x97, 0x7f, 0xeb, 0x91, 0x04, 0x00, 0x00, + 0x50, 0x19, 0x6a, 0xd3, 0x14, 0x24, 0xd4, 0x89, 0xba, 0x4c, 0x94, 0x01, 0xac, 0x4e, 0x2c, 0xd1, + 0xd9, 0xb9, 0xb8, 0x56, 0x6d, 0x9f, 0xe5, 0x3b, 0x57, 0xc9, 0xc4, 0xca, 0xd8, 0x91, 0xb1, 0x13, + 0x7f, 0x01, 0x7f, 0x01, 0x53, 0xc5, 0x54, 0x31, 0x31, 0x19, 0xd4, 0x2e, 0xcc, 0xf9, 0x0b, 0xd0, + 0xdd, 0xd9, 0x4d, 0x68, 0x55, 0x24, 0xb6, 0xe7, 0xf7, 0xf9, 0xf1, 0xde, 0xbd, 0xf7, 0x64, 0xf0, + 0x64, 0x40, 0x79, 0xcc, 0xb8, 0x9d, 0x66, 0x6c, 0x18, 0x46, 0x94, 0xdb, 0x47, 0x9b, 0x1e, 0x15, + 0x64, 0xd3, 0x8e, 0xd9, 0x80, 0x46, 0xbc, 0xef, 0x1f, 0x90, 0x30, 0xe9, 0x47, 0x61, 0x72, 0xc8, + 0xad, 0x34, 0x63, 0x82, 0xc1, 0xbb, 0x5a, 0x61, 0x55, 0x0a, 0xab, 0x54, 0xac, 0x74, 0x02, 0x16, + 0x30, 0xc5, 0xb1, 0x65, 0xa4, 0xe9, 0x2b, 0xf7, 0x02, 0xc6, 0x82, 0x88, 0xda, 0xea, 0xcb, 0xcb, + 0x87, 0x36, 0x49, 0xc6, 0x25, 0x84, 0xae, 0x42, 0x22, 0x8c, 0x29, 0x17, 0x24, 0x4e, 0x2b, 0xad, + 0xcf, 0x64, 0xa9, 0xbe, 0x36, 0xd5, 0x1f, 0x1a, 0xc2, 0x9f, 0xe6, 0x40, 0x63, 0x57, 0xf6, 0xf6, + 0x3a, 0x4c, 0x0e, 0xe1, 0x03, 0x30, 0x9f, 0x73, 0x9a, 0x75, 0x8d, 0x35, 0x63, 0xbd, 0xe1, 0xdc, + 0x9a, 0x14, 0xa8, 0x39, 0x26, 0x71, 0xb4, 0x8d, 0x65, 0x16, 0xbb, 0x0a, 0x84, 0x6f, 0xc1, 0x22, + 0x19, 0x0c, 0x32, 0xca, 0x79, 0xf7, 0xbf, 0x35, 0x63, 0xbd, 0xd9, 0xeb, 0x58, 0xba, 0x01, 0xab, + 0x6a, 0xc0, 0xda, 0x49, 0xc6, 0xce, 0xfd, 0x49, 0x81, 0xfe, 0xd7, 0xea, 0x92, 0x8e, 0xbf, 0x7e, + 0xde, 0x68, 0xee, 0xe8, 0xf8, 0x25, 0x11, 0xc4, 0xad, 0x7c, 0xe0, 0x2b, 0x50, 0x4f, 0x33, 0xc6, + 0x86, 0xdd, 0x39, 0x65, 0x68, 0x5a, 0x37, 0xcc, 0xc6, 0x7a, 0x23, 0x59, 0x4e, 0xe7, 0xb4, 0x40, + 0xb5, 0x49, 0x81, 0x5a, 0xda, 0x5e, 0x49, 0xb1, 0xab, 0x2d, 0xe0, 0x00, 0xb4, 0xf4, 0xb0, 0x7d, + 0x96, 0x0c, 0xc3, 0xa0, 0x3b, 0xaf, 0x2c, 0x1f, 0xde, 0x68, 0xa9, 0x5e, 0xbf, 0xab, 0xb8, 0xce, + 0x6a, 0x69, 0x7c, 0x5b, 0x1b, 0xcf, 0xfa, 0x60, 0xb7, 0xe9, 0x4f, 0x99, 0x90, 0x80, 0xb6, 0x9f, + 0x51, 0x22, 0x42, 0x96, 0xf4, 0xe5, 0xb8, 0xbb, 0x75, 0x55, 0x66, 0xe5, 0xda, 0x28, 0xf6, 0xab, + 0x5d, 0x38, 0x6b, 0xa5, 0x79, 0xa7, 0x34, 0x9f, 0x95, 0xe3, 0xe3, 0x1f, 0xc8, 0x70, 0x5b, 0x55, + 0x4e, 0x8a, 0xb6, 0x5b, 0x1f, 0x4e, 0x50, 0xed, 0xe3, 0x09, 0x32, 0x7e, 0x9d, 0x20, 0x03, 0xbf, + 0x00, 0xcd, 0x99, 0x4e, 0xe5, 0xa6, 0x12, 0x12, 0xd3, 0xeb, 0x9b, 0x92, 0x59, 0xec, 0x2a, 0xf0, + 0x8a, 0xc3, 0x17, 0x03, 0xd4, 0xd5, 0xfc, 0xe0, 0x0e, 0x58, 0x4c, 0x73, 0xaf, 0x7f, 0x48, 0xc7, + 0x4a, 0x7f, 0xd3, 0x06, 0xe1, 0x74, 0x83, 0x25, 0x1d, 0xbb, 0x0b, 0x69, 0xee, 0xed, 0xd1, 0x31, + 0xec, 0x81, 0x06, 0x0f, 0x83, 0x84, 0x88, 0x3c, 0xa3, 0xea, 0x0c, 0x1a, 0x4e, 0x67, 0x52, 0xa0, + 0x25, 0x4d, 0xbf, 0x84, 0xb0, 0x3b, 0xa5, 0xc1, 0xa7, 0x00, 0xa4, 0x91, 0x9c, 0xa8, 0xa0, 0x23, + 0xa1, 0x56, 0xdd, 0x70, 0xee, 0x4c, 0x0a, 0xb4, 0x5c, 0xd6, 0xb8, 0xc4, 0xb0, 0xdb, 0x50, 0x1f, + 0xfb, 0x74, 0x24, 0xae, 0x3c, 0xe2, 0x3d, 0x68, 0x3b, 0xd4, 0x3f, 0xd8, 0xea, 0x95, 0x77, 0x04, + 0x1f, 0x81, 0xfa, 0x11, 0x89, 0xf2, 0x6a, 0x12, 0x4b, 0xd3, 0xb3, 0x50, 0x69, 0xec, 0x6a, 0x18, + 0x3e, 0x06, 0x0b, 0x69, 0x46, 0x87, 0xe1, 0xa8, 0xec, 0x76, 0x79, 0x52, 0xa0, 0x76, 0x75, 0x3f, + 0x32, 0x2f, 0xdf, 0xa6, 0x82, 0xed, 0xd5, 0xd9, 0x8a, 0xdf, 0xfe, 0xbc, 0x59, 0xbc, 0x0f, 0xda, + 0x0e, 0xe1, 0xf4, 0xd9, 0xf3, 0x7f, 0x6c, 0xe0, 0xaf, 0xae, 0xce, 0xde, 0xe9, 0xb9, 0x69, 0x9c, + 0x9d, 0x9b, 0xc6, 0xcf, 0x73, 0xd3, 0x38, 0xbe, 0x30, 0x6b, 0x67, 0x17, 0x66, 0xed, 0xfb, 0x85, + 0x59, 0x7b, 0xb7, 0x19, 0x84, 0xe2, 0x20, 0xf7, 0x2c, 0x9f, 0xc5, 0xb6, 0x3e, 0xe1, 0x8d, 0x88, + 0x78, 0xbc, 0x8c, 0xed, 0xa3, 0x9e, 0x3d, 0x9a, 0xfe, 0x74, 0xc4, 0x38, 0xa5, 0xdc, 0x5b, 0x50, + 0x5b, 0xdc, 0xfa, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x02, 0x28, 0xe3, 0x94, 0x04, 0x00, 0x00, } func (this *ChainLink) Equal(that interface{}) bool { diff --git a/x/profiles/types/models_chain_links_test.go b/x/profiles/types/models_chain_links_test.go index 70678b07f8..445637f684 100644 --- a/x/profiles/types/models_chain_links_test.go +++ b/x/profiles/types/models_chain_links_test.go @@ -3,7 +3,7 @@ package types_test import ( "encoding/hex" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" "github.com/mr-tron/base58" @@ -16,11 +16,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestChainConfig_Validate(t *testing.T) { diff --git a/x/profiles/types/models_dtag_requests.pb.go b/x/profiles/types/models_dtag_requests.pb.go index a0b1992d4d..a62345fffb 100644 --- a/x/profiles/types/models_dtag_requests.pb.go +++ b/x/profiles/types/models_dtag_requests.pb.go @@ -80,30 +80,30 @@ func init() { } var fileDescriptor_08f2e5360e821c5e = []byte{ - // 354 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0x63, 0x90, 0x2a, 0x48, 0xa9, 0x10, 0x69, 0x25, 0x4a, 0x87, 0x18, 0x65, 0x01, 0x06, - 0x62, 0x0a, 0x5b, 0xc7, 0x8a, 0x01, 0x89, 0x2d, 0xea, 0xc4, 0x12, 0x39, 0xc9, 0x35, 0x8d, 0x48, - 0xe2, 0x60, 0xbb, 0x15, 0x7d, 0x03, 0x46, 0x46, 0xc6, 0x3e, 0x0e, 0x03, 0x43, 0x47, 0xa6, 0x08, - 0xa5, 0x0b, 0x73, 0x9f, 0x00, 0x25, 0x4e, 0x41, 0xb0, 0xb0, 0xdd, 0xdd, 0xff, 0xfd, 0x67, 0xdf, - 0xaf, 0x5f, 0x06, 0x20, 0x12, 0x26, 0x48, 0xc6, 0xd9, 0x38, 0x8a, 0x41, 0x90, 0x59, 0xdf, 0x03, - 0x49, 0xfb, 0x24, 0x61, 0x01, 0xc4, 0xc2, 0x0d, 0x24, 0x0d, 0x5d, 0x0e, 0x0f, 0x53, 0x10, 0x52, - 0xd8, 0x19, 0x67, 0x92, 0x19, 0x87, 0xca, 0x63, 0x6f, 0x3c, 0x76, 0xed, 0xe9, 0x75, 0x42, 0x16, - 0xb2, 0x8a, 0x21, 0x65, 0xa5, 0xf0, 0xde, 0x51, 0xc8, 0x58, 0x18, 0x03, 0xa9, 0x3a, 0x6f, 0x3a, - 0x26, 0x34, 0x9d, 0xd7, 0x12, 0xfe, 0x2b, 0xc9, 0x28, 0x01, 0x21, 0x69, 0x92, 0x6d, 0xbc, 0x3e, - 0x2b, 0x9f, 0x72, 0xd5, 0x52, 0xd5, 0xd4, 0xd2, 0xc5, 0x3f, 0x3f, 0xf7, 0x27, 0x34, 0x4a, 0xdd, - 0x38, 0x4a, 0xef, 0x6b, 0x87, 0xf5, 0x86, 0xf4, 0xf6, 0xf5, 0x88, 0x86, 0x23, 0x4e, 0x53, 0x31, - 0x06, 0xee, 0xa8, 0xb3, 0x8c, 0x5b, 0xbd, 0x55, 0x9d, 0x29, 0x99, 0x2b, 0x39, 0x0d, 0xa0, 0x8b, - 0x8e, 0xd1, 0xe9, 0xee, 0xf0, 0xa4, 0xc8, 0x71, 0xb3, 0xe2, 0xd9, 0xa8, 0x1c, 0xaf, 0x73, 0xdc, - 0x99, 0xd3, 0x24, 0x1e, 0x58, 0xbf, 0x68, 0xcb, 0x69, 0x96, 0x7d, 0x0d, 0x19, 0x67, 0x7a, 0x43, - 0x40, 0x1a, 0x00, 0xef, 0x6e, 0x55, 0x5b, 0x0e, 0xd6, 0x39, 0x6e, 0x29, 0x9b, 0x9a, 0x5b, 0x4e, - 0x0d, 0x18, 0x44, 0xdf, 0xe1, 0xe0, 0x43, 0x34, 0x03, 0xde, 0xdd, 0xae, 0xe0, 0xf6, 0x3a, 0xc7, - 0xfb, 0x0a, 0xde, 0x28, 0x96, 0xf3, 0x0d, 0x0d, 0xf6, 0x9e, 0x16, 0x58, 0x7b, 0x59, 0x60, 0xf4, - 0xb9, 0xc0, 0x68, 0x78, 0xf3, 0x5a, 0x98, 0x68, 0x59, 0x98, 0xe8, 0xa3, 0x30, 0xd1, 0xf3, 0xca, - 0xd4, 0x96, 0x2b, 0x53, 0x7b, 0x5f, 0x99, 0xda, 0x9d, 0x1d, 0x46, 0x72, 0x32, 0xf5, 0x6c, 0x9f, - 0x25, 0x44, 0xa5, 0x74, 0x1e, 0x53, 0x4f, 0xd4, 0x35, 0x79, 0xfc, 0xc9, 0x4c, 0xce, 0x33, 0x10, - 0x5e, 0xa3, 0xca, 0xe7, 0xea, 0x2b, 0x00, 0x00, 0xff, 0xff, 0xa0, 0xf6, 0xa2, 0xe6, 0x0d, 0x02, - 0x00, 0x00, + // 357 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4e, 0xfb, 0x30, + 0x10, 0xc6, 0xe3, 0xff, 0x5f, 0xaa, 0x20, 0xa5, 0x42, 0xa4, 0x95, 0x28, 0x1d, 0x62, 0x94, 0x05, + 0x18, 0x88, 0x69, 0xd9, 0x3a, 0x56, 0x6c, 0xdd, 0xa2, 0x4e, 0x2c, 0x91, 0x93, 0x5c, 0xd3, 0x88, + 0x24, 0x0e, 0xb6, 0x5b, 0xd1, 0x37, 0x60, 0x64, 0x64, 0xec, 0xe3, 0x30, 0x30, 0x74, 0x64, 0x8a, + 0x50, 0xba, 0x30, 0xf7, 0x09, 0x50, 0xe2, 0x14, 0x04, 0x0b, 0xdb, 0xdd, 0x7d, 0xbf, 0xef, 0xec, + 0xfb, 0xf4, 0x41, 0x00, 0x22, 0x61, 0x82, 0x64, 0x9c, 0x4d, 0xa3, 0x18, 0x04, 0x59, 0xf4, 0x3d, + 0x90, 0xb4, 0x4f, 0x12, 0x16, 0x40, 0x2c, 0xdc, 0x40, 0xd2, 0xd0, 0xe5, 0x70, 0x3f, 0x07, 0x21, + 0x85, 0x9d, 0x71, 0x26, 0x99, 0x71, 0xac, 0x3c, 0xf6, 0xce, 0x63, 0xd7, 0x9e, 0x5e, 0x27, 0x64, + 0x21, 0xab, 0x18, 0x52, 0x56, 0x0a, 0xef, 0x9d, 0x84, 0x8c, 0x85, 0x31, 0x90, 0xaa, 0xf3, 0xe6, + 0x53, 0x42, 0xd3, 0x65, 0x2d, 0xe1, 0xdf, 0x92, 0x8c, 0x12, 0x10, 0x92, 0x26, 0xd9, 0xce, 0xeb, + 0xb3, 0xf2, 0x29, 0x57, 0x2d, 0x55, 0x4d, 0x2d, 0x5d, 0xfd, 0xf1, 0x73, 0x7f, 0x46, 0xa3, 0xd4, + 0x8d, 0xa3, 0xf4, 0xae, 0x76, 0x58, 0xaf, 0x48, 0x6f, 0xdf, 0x4c, 0x68, 0x38, 0xe1, 0x34, 0x15, + 0x53, 0xe0, 0x8e, 0x3a, 0xcb, 0x18, 0xeb, 0xad, 0xea, 0x4c, 0xc9, 0x5c, 0xc9, 0x69, 0x00, 0x5d, + 0x74, 0x8a, 0xce, 0xf7, 0x47, 0x67, 0x45, 0x8e, 0x9b, 0x15, 0xcf, 0x26, 0xe5, 0x78, 0x9b, 0xe3, + 0xce, 0x92, 0x26, 0xf1, 0xd0, 0xfa, 0x41, 0x5b, 0x4e, 0xb3, 0xec, 0x6b, 0xc8, 0xb8, 0xd0, 0x1b, + 0x02, 0xd2, 0x00, 0x78, 0xf7, 0x5f, 0xb5, 0xe5, 0x68, 0x9b, 0xe3, 0x96, 0xb2, 0xa9, 0xb9, 0xe5, + 0xd4, 0x80, 0x41, 0xf4, 0x3d, 0x0e, 0x3e, 0x44, 0x0b, 0xe0, 0xdd, 0xff, 0x15, 0xdc, 0xde, 0xe6, + 0xf8, 0x50, 0xc1, 0x3b, 0xc5, 0x72, 0xbe, 0xa0, 0xe1, 0xc1, 0xe3, 0x0a, 0x6b, 0xcf, 0x2b, 0x8c, + 0x3e, 0x56, 0x18, 0x8d, 0xc6, 0x2f, 0x85, 0x89, 0xd6, 0x85, 0x89, 0xde, 0x0b, 0x13, 0x3d, 0x6d, + 0x4c, 0x6d, 0xbd, 0x31, 0xb5, 0xb7, 0x8d, 0xa9, 0xdd, 0xf6, 0xc3, 0x48, 0xce, 0xe6, 0x9e, 0xed, + 0xb3, 0x84, 0xa8, 0x94, 0x2e, 0x63, 0xea, 0x89, 0xba, 0x26, 0x8b, 0x01, 0x79, 0xf8, 0x8e, 0x4d, + 0x2e, 0x33, 0x10, 0x5e, 0xa3, 0x8a, 0xe8, 0xfa, 0x33, 0x00, 0x00, 0xff, 0xff, 0xba, 0xca, 0x39, + 0xa4, 0x10, 0x02, 0x00, 0x00, } func (this *DTagTransferRequest) Equal(that interface{}) bool { diff --git a/x/profiles/types/models_dtag_requests_test.go b/x/profiles/types/models_dtag_requests_test.go index 991f1b2714..dfd26bd256 100644 --- a/x/profiles/types/models_dtag_requests_test.go +++ b/x/profiles/types/models_dtag_requests_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/models_packets.pb.go b/x/profiles/types/models_packets.pb.go index 6b53652306..7eb61875dc 100644 --- a/x/profiles/types/models_packets.pb.go +++ b/x/profiles/types/models_packets.pb.go @@ -125,36 +125,37 @@ func init() { } var fileDescriptor_923faf54c46abe52 = []byte{ - // 463 bytes of a gzipped FileDescriptorProto + // 466 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x52, 0x4d, 0x6e, 0xd3, 0x40, 0x14, 0xb6, 0x21, 0x20, 0xd5, 0x01, 0x44, 0x9d, 0x22, 0xd2, 0x20, 0x39, 0x91, 0x05, 0x52, 0x16, - 0x74, 0x86, 0xc2, 0xae, 0xbb, 0xb8, 0x2c, 0xba, 0x40, 0xa2, 0xca, 0x92, 0x05, 0xd1, 0x78, 0x3c, - 0x71, 0x47, 0xb1, 0xe7, 0x59, 0x9e, 0x09, 0x6a, 0x6e, 0xc0, 0x92, 0x23, 0x20, 0x71, 0x05, 0x0e, - 0x51, 0xb1, 0xea, 0x92, 0x55, 0x84, 0x92, 0x1b, 0xf4, 0x04, 0xc8, 0x33, 0x63, 0xea, 0x40, 0x2a, - 0xba, 0x9b, 0xf7, 0xde, 0xf7, 0xf3, 0xfc, 0xf9, 0x79, 0x2f, 0x13, 0x26, 0x73, 0x90, 0xb8, 0x28, - 0x61, 0xca, 0x33, 0x26, 0xf1, 0xa7, 0xc3, 0x98, 0x29, 0x72, 0x88, 0x73, 0x48, 0x58, 0x26, 0x27, - 0x05, 0xa1, 0x33, 0xa6, 0x24, 0x2a, 0x4a, 0x50, 0xe0, 0x3f, 0x35, 0x68, 0x54, 0xa3, 0x91, 0x45, - 0xf7, 0xf6, 0x52, 0x48, 0x41, 0x63, 0x70, 0xf5, 0x32, 0xf0, 0xde, 0x7e, 0x0a, 0x90, 0x66, 0x0c, - 0xeb, 0x2a, 0x9e, 0x4f, 0x31, 0x11, 0x8b, 0x7a, 0x44, 0xa1, 0x52, 0x9a, 0x18, 0x8e, 0x29, 0xec, - 0xe8, 0xd5, 0x7f, 0x56, 0xa2, 0x67, 0x84, 0x8b, 0x49, 0xc6, 0xc5, 0xcc, 0x32, 0xc2, 0x6f, 0x2d, - 0xaf, 0xf7, 0x8e, 0x8b, 0xd9, 0x71, 0x35, 0x19, 0x51, 0x0a, 0x73, 0xa1, 0x4e, 0xf5, 0xe2, 0x6f, - 0x89, 0x22, 0x3e, 0xf3, 0x1e, 0x49, 0x98, 0x97, 0x94, 0x4d, 0x48, 0x92, 0x94, 0x4c, 0xca, 0xae, - 0x3b, 0x70, 0x87, 0xed, 0xd7, 0x7b, 0xc8, 0xec, 0x87, 0xea, 0xfd, 0xd0, 0x48, 0x2c, 0xa2, 0xe1, - 0xd5, 0xb2, 0xff, 0x64, 0x41, 0xf2, 0xec, 0x28, 0xdc, 0x64, 0x85, 0x3f, 0xbe, 0x1f, 0xb4, 0x47, - 0xe6, 0x5d, 0xe9, 0x8e, 0x1f, 0x9a, 0xb9, 0x6d, 0xf9, 0x1f, 0xbd, 0x07, 0x96, 0x50, 0x94, 0x00, - 0xd3, 0xee, 0x1d, 0x6d, 0x12, 0xa0, 0x1b, 0x32, 0x43, 0xa7, 0x15, 0x2a, 0x7a, 0x76, 0xb1, 0xec, - 0x3b, 0x57, 0xcb, 0x7e, 0x67, 0xc3, 0x52, 0x2b, 0x84, 0xe3, 0xb6, 0x29, 0x35, 0xd2, 0x3f, 0xf7, - 0x3a, 0x76, 0x6a, 0x12, 0xa0, 0x20, 0xa6, 0x3c, 0xed, 0xde, 0xd5, 0x36, 0xcf, 0x6f, 0xb4, 0xd1, - 0xa1, 0x1c, 0x6b, 0x6c, 0x14, 0x5a, 0xb3, 0xde, 0x86, 0x59, 0x53, 0x2e, 0x1c, 0xef, 0x9a, 0x6e, - 0x83, 0xe6, 0xbf, 0xf7, 0x3a, 0x09, 0x93, 0x8a, 0x0b, 0xa2, 0x38, 0x88, 0x3f, 0x29, 0xb6, 0x06, - 0xee, 0x70, 0x27, 0x0a, 0xae, 0xf5, 0xb6, 0x80, 0xc2, 0xb1, 0xdf, 0xe8, 0xd6, 0x51, 0xe5, 0xde, - 0x6e, 0x13, 0x6b, 0xf2, 0xba, 0x77, 0xab, 0xbc, 0x06, 0xf6, 0x13, 0xba, 0xff, 0x5a, 0xda, 0xd0, - 0x1e, 0x37, 0x7a, 0x9a, 0x73, 0xd4, 0xfa, 0xfc, 0xb5, 0xef, 0x84, 0x27, 0xde, 0xfe, 0xf6, 0x23, - 0x19, 0xd1, 0x99, 0xff, 0x62, 0xeb, 0x8d, 0xec, 0xfc, 0xf5, 0x8f, 0x8d, 0x52, 0x74, 0x72, 0xb1, - 0x0a, 0xdc, 0xcb, 0x55, 0xe0, 0xfe, 0x5a, 0x05, 0xee, 0x97, 0x75, 0xe0, 0x5c, 0xae, 0x03, 0xe7, - 0xe7, 0x3a, 0x70, 0x3e, 0xa0, 0x94, 0xab, 0xb3, 0x79, 0x8c, 0x28, 0xe4, 0xd8, 0x7c, 0xc7, 0x41, - 0x46, 0x62, 0x69, 0xdf, 0xf8, 0xfc, 0xfa, 0xa8, 0xd5, 0xa2, 0x60, 0x32, 0xbe, 0xaf, 0x4f, 0xef, - 0xcd, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x54, 0x7e, 0x0e, 0x6b, 0x87, 0x03, 0x00, 0x00, + 0x74, 0x86, 0x94, 0x5d, 0x77, 0x71, 0x59, 0x20, 0x81, 0x44, 0x95, 0x25, 0x0b, 0xa2, 0xf1, 0x78, + 0xe2, 0x8e, 0x62, 0xcf, 0xb3, 0x3c, 0x93, 0xaa, 0xb9, 0x01, 0x4b, 0x8e, 0x80, 0xc4, 0x15, 0x38, + 0x44, 0xc5, 0xaa, 0x4b, 0x56, 0x11, 0x4a, 0x6e, 0xd0, 0x13, 0x20, 0xcf, 0x4c, 0xa8, 0x03, 0xa9, + 0xe8, 0x6e, 0xde, 0x7b, 0xdf, 0xcf, 0xf3, 0xe7, 0xe7, 0xbd, 0x4c, 0x98, 0xcc, 0x41, 0xe2, 0xa2, + 0x84, 0x09, 0xcf, 0x98, 0xc4, 0x67, 0x83, 0x98, 0x29, 0x32, 0xc0, 0x39, 0x24, 0x2c, 0x93, 0xe3, + 0x82, 0xd0, 0x29, 0x53, 0x12, 0x15, 0x25, 0x28, 0xf0, 0x9f, 0x1a, 0x34, 0x5a, 0xa3, 0x91, 0x45, + 0x77, 0xf6, 0x52, 0x48, 0x41, 0x63, 0x70, 0xf5, 0x32, 0xf0, 0xce, 0x7e, 0x0a, 0x90, 0x66, 0x0c, + 0xeb, 0x2a, 0x9e, 0x4d, 0x30, 0x11, 0xf3, 0xf5, 0x88, 0x42, 0xa5, 0x34, 0x36, 0x1c, 0x53, 0xd8, + 0xd1, 0xab, 0xff, 0xac, 0x44, 0x4f, 0x09, 0x17, 0xe3, 0x8c, 0x8b, 0xa9, 0x65, 0x84, 0xdf, 0x1a, + 0x5e, 0xe7, 0x3d, 0x17, 0xd3, 0xe3, 0x6a, 0x32, 0xa4, 0x14, 0x66, 0x42, 0x9d, 0xe8, 0xc5, 0xdf, + 0x10, 0x45, 0x7c, 0xe6, 0x3d, 0x92, 0x30, 0x2b, 0x29, 0x1b, 0x93, 0x24, 0x29, 0x99, 0x94, 0x6d, + 0xb7, 0xe7, 0xf6, 0x9b, 0x87, 0x7b, 0xc8, 0xec, 0x87, 0xd6, 0xfb, 0xa1, 0xa1, 0x98, 0x47, 0xfd, + 0xab, 0x45, 0xf7, 0xc9, 0x9c, 0xe4, 0xd9, 0x51, 0xb8, 0xc9, 0x0a, 0x7f, 0x7c, 0x3f, 0x68, 0x0e, + 0xcd, 0xbb, 0xd2, 0x1d, 0x3d, 0x34, 0x73, 0xdb, 0xf2, 0x3f, 0x79, 0x0f, 0x2c, 0xa1, 0x28, 0x01, + 0x26, 0xed, 0x3b, 0xda, 0x24, 0x40, 0x37, 0x64, 0x86, 0x4e, 0x2a, 0x54, 0xf4, 0xec, 0x62, 0xd1, + 0x75, 0xae, 0x16, 0xdd, 0xd6, 0x86, 0xa5, 0x56, 0x08, 0x47, 0x4d, 0x53, 0x6a, 0xa4, 0x7f, 0xee, + 0xb5, 0xec, 0xd4, 0x24, 0x40, 0x41, 0x4c, 0x78, 0xda, 0xbe, 0xab, 0x6d, 0x9e, 0xdf, 0x68, 0xa3, + 0x43, 0x39, 0xd6, 0xd8, 0x28, 0xb4, 0x66, 0x9d, 0x0d, 0xb3, 0xba, 0x5c, 0x38, 0xda, 0x35, 0xdd, + 0x1a, 0xcd, 0xff, 0xe0, 0xb5, 0x12, 0x26, 0x15, 0x17, 0x44, 0x71, 0x10, 0x7f, 0x52, 0x6c, 0xf4, + 0xdc, 0xfe, 0x4e, 0x14, 0x5c, 0xeb, 0x6d, 0x01, 0x85, 0x23, 0xbf, 0xd6, 0x5d, 0x47, 0x95, 0x7b, + 0xbb, 0x75, 0xac, 0xc9, 0xeb, 0xde, 0xad, 0xf2, 0xea, 0xd9, 0x4f, 0x68, 0xff, 0x6b, 0x69, 0x43, + 0x7b, 0x5c, 0xeb, 0x69, 0xce, 0x51, 0xe3, 0xf3, 0xd7, 0xae, 0x13, 0xbe, 0xf5, 0xf6, 0xb7, 0x1f, + 0xc9, 0x90, 0x4e, 0xfd, 0x17, 0x5b, 0x6f, 0x64, 0xe7, 0xaf, 0x7f, 0x6c, 0x94, 0xa2, 0x77, 0x17, + 0xcb, 0xc0, 0xbd, 0x5c, 0x06, 0xee, 0xaf, 0x65, 0xe0, 0x7e, 0x59, 0x05, 0xce, 0xe5, 0x2a, 0x70, + 0x7e, 0xae, 0x02, 0xe7, 0xe3, 0x20, 0xe5, 0xea, 0x74, 0x16, 0x23, 0x0a, 0x39, 0x36, 0xdf, 0x71, + 0x90, 0x91, 0x58, 0xda, 0x37, 0x3e, 0x3b, 0xc4, 0xe7, 0xd7, 0x77, 0xad, 0xe6, 0x05, 0x93, 0xf1, + 0x7d, 0x7d, 0x7d, 0xaf, 0x7f, 0x07, 0x00, 0x00, 0xff, 0xff, 0xbb, 0xec, 0xce, 0x3a, 0x8a, 0x03, + 0x00, 0x00, } func (m *LinkChainAccountPacketData) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/models_packets_test.go b/x/profiles/types/models_packets_test.go index b5b917ccab..b2f9b9b007 100644 --- a/x/profiles/types/models_packets_test.go +++ b/x/profiles/types/models_packets_test.go @@ -6,7 +6,7 @@ import ( "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestLinkChainAccountPacketData_Validate(t *testing.T) { diff --git a/x/profiles/types/models_params.pb.go b/x/profiles/types/models_params.pb.go index 52eb6171c6..e1297c67c6 100644 --- a/x/profiles/types/models_params.pb.go +++ b/x/profiles/types/models_params.pb.go @@ -252,51 +252,51 @@ func init() { } var fileDescriptor_a621950d5c07fbad = []byte{ - // 691 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0xcd, 0x6e, 0xd3, 0x4c, - 0x14, 0x86, 0x93, 0xd8, 0x8d, 0xe2, 0x49, 0xbf, 0x0f, 0x6a, 0x15, 0x1a, 0x8a, 0x64, 0x57, 0x83, - 0x80, 0x48, 0xa8, 0xb6, 0x5a, 0x16, 0x48, 0x95, 0x58, 0xe0, 0xb6, 0xa2, 0x95, 0xf8, 0xa9, 0x4c, - 0x57, 0x08, 0xc9, 0x1a, 0x3b, 0x53, 0xd7, 0x4a, 0xec, 0xb1, 0x3c, 0x0e, 0x4a, 0x57, 0x6c, 0x59, - 0x72, 0x05, 0x88, 0x35, 0xe2, 0x42, 0xba, 0xec, 0x12, 0xb1, 0x30, 0xc8, 0xbd, 0x83, 0x5c, 0x01, - 0x9a, 0x9f, 0x38, 0x69, 0xa5, 0x88, 0x02, 0x62, 0x95, 0x63, 0x9f, 0xf3, 0x3e, 0x67, 0xe6, 0xbc, - 0x9e, 0x09, 0x78, 0xd0, 0xc3, 0x34, 0x26, 0xd4, 0x4e, 0x33, 0x72, 0x14, 0x0d, 0x30, 0xb5, 0xdf, - 0x6e, 0xf8, 0x38, 0x47, 0x1b, 0x76, 0x4c, 0x7a, 0x78, 0x40, 0xbd, 0x14, 0x65, 0x28, 0xa6, 0x56, - 0x9a, 0x91, 0x9c, 0xe8, 0x2b, 0xa2, 0xd8, 0x9a, 0x14, 0x5b, 0xb2, 0x78, 0x75, 0x39, 0x24, 0x21, - 0xe1, 0x35, 0x36, 0x8b, 0x44, 0xf9, 0xaa, 0x11, 0x10, 0xce, 0xf6, 0x11, 0xc5, 0x15, 0x37, 0x20, - 0x51, 0x22, 0xf2, 0xb0, 0x6c, 0x80, 0xe6, 0x01, 0xe7, 0xeb, 0x6f, 0x40, 0x2b, 0x89, 0x82, 0x7e, - 0x82, 0x62, 0xdc, 0xa9, 0xaf, 0xd5, 0xbb, 0xed, 0xcd, 0xfb, 0xd6, 0x9c, 0x66, 0xd6, 0x0b, 0x59, - 0x28, 0xa4, 0xce, 0xca, 0x69, 0x61, 0xd6, 0xc6, 0x85, 0x79, 0xed, 0x04, 0xc5, 0x83, 0x2d, 0x38, - 0xc1, 0x40, 0xb7, 0x22, 0xea, 0x87, 0x40, 0xed, 0xe5, 0x28, 0xec, 0x34, 0x38, 0xf9, 0xce, 0x5c, - 0xf2, 0xce, 0x21, 0x0a, 0x25, 0xf5, 0x36, 0xa3, 0x96, 0x85, 0xa9, 0xb2, 0x77, 0xe3, 0xc2, 0x6c, - 0x0b, 0x3a, 0xc3, 0x40, 0x97, 0xd3, 0xf4, 0x3d, 0xa0, 0xf8, 0x11, 0xe9, 0x28, 0x1c, 0x0a, 0xe7, - 0x42, 0x9d, 0x88, 0x48, 0xa6, 0x2e, 0x57, 0x0a, 0x04, 0xcb, 0x8f, 0x08, 0x74, 0x19, 0x42, 0x3f, - 0x04, 0x4d, 0x92, 0xa1, 0x60, 0x80, 0x3b, 0x2a, 0x87, 0xdd, 0x9d, 0x0b, 0x7b, 0xc9, 0xcb, 0x24, - 0xef, 0x86, 0xe4, 0xfd, 0x27, 0x78, 0x02, 0x01, 0x5d, 0xc9, 0xda, 0x52, 0xdf, 0x7f, 0x32, 0x6b, - 0xb0, 0xa8, 0x83, 0xff, 0x2f, 0x4e, 0x4c, 0xf7, 0x01, 0x88, 0xa3, 0xc4, 0x1b, 0xe0, 0x24, 0xcc, - 0x8f, 0xf9, 0xb8, 0x17, 0x9d, 0x6d, 0xc6, 0xfa, 0x56, 0x98, 0xf7, 0xc2, 0x28, 0x3f, 0x1e, 0xfa, - 0x56, 0x40, 0x62, 0x5b, 0xda, 0x27, 0x7e, 0xd6, 0x69, 0xaf, 0x6f, 0xe7, 0x27, 0x29, 0xa6, 0xd6, - 0x7e, 0x92, 0x8f, 0x0b, 0x73, 0x49, 0x74, 0x9d, 0x92, 0xa0, 0xab, 0xc5, 0x51, 0xf2, 0x8c, 0xc7, - 0xbc, 0x07, 0x1a, 0x4d, 0x7a, 0x34, 0xfe, 0xb2, 0x47, 0x45, 0x62, 0x3d, 0xd0, 0x48, 0xf4, 0x90, - 0x1b, 0xfc, 0xd8, 0x00, 0x60, 0x6a, 0x9c, 0xde, 0x05, 0xcd, 0x0c, 0x87, 0x1e, 0x1e, 0xf1, 0x8d, - 0x69, 0xce, 0xd2, 0x74, 0x40, 0xe2, 0x3d, 0x74, 0x17, 0x32, 0x1c, 0xee, 0x8e, 0x74, 0x72, 0x61, - 0x0c, 0x62, 0x89, 0x07, 0xbf, 0xb7, 0xc4, 0xb2, 0x30, 0xb5, 0xe7, 0x93, 0x3d, 0xff, 0x72, 0x26, - 0xe4, 0xc2, 0x4c, 0x94, 0x3f, 0x6e, 0x38, 0x19, 0xc0, 0x15, 0x07, 0x34, 0x04, 0x5a, 0xf5, 0x0d, - 0x5e, 0xf2, 0x45, 0xf9, 0x87, 0xbe, 0x7c, 0x51, 0xc0, 0xe2, 0xec, 0xe7, 0xaa, 0x3f, 0x06, 0x1a, - 0x0d, 0xb2, 0x28, 0xcd, 0xbd, 0xa8, 0xc7, 0xcd, 0x51, 0x9d, 0xb5, 0xb2, 0x30, 0x5b, 0xaf, 0xf8, - 0xcb, 0xfd, 0x9d, 0x71, 0x61, 0x5e, 0x17, 0xdc, 0xaa, 0x0c, 0xba, 0x2d, 0x11, 0xef, 0xf7, 0xf4, - 0x0d, 0xa0, 0x21, 0xda, 0xf7, 0x02, 0x32, 0x4c, 0x72, 0xee, 0x96, 0xea, 0x2c, 0x4f, 0x25, 0x55, - 0x0a, 0xba, 0x2d, 0x44, 0xfb, 0xdb, 0x2c, 0x64, 0x12, 0x66, 0x85, 0x90, 0x28, 0x97, 0x25, 0x55, - 0x0a, 0xba, 0xad, 0x38, 0x4a, 0x84, 0xe4, 0x11, 0x68, 0xa7, 0x19, 0x4e, 0x51, 0x86, 0xbd, 0x10, - 0x51, 0x7e, 0x1e, 0x55, 0xe7, 0xe6, 0xb8, 0x30, 0x75, 0x21, 0x9a, 0x49, 0x42, 0x17, 0xc8, 0xa7, - 0xa7, 0x88, 0x32, 0x21, 0x1e, 0xe1, 0x60, 0x98, 0x0b, 0xe1, 0xc2, 0x65, 0xe1, 0x4c, 0x12, 0xba, - 0x40, 0x3e, 0x31, 0xe1, 0x3b, 0x00, 0x8e, 0x30, 0xf6, 0x50, 0xcc, 0x57, 0xd9, 0x5c, 0x53, 0xba, - 0xed, 0xcd, 0x5b, 0x96, 0x18, 0xbc, 0xc5, 0xae, 0xce, 0xea, 0xf0, 0x6f, 0x93, 0x28, 0x71, 0x76, - 0xe5, 0xa1, 0x97, 0x16, 0x4c, 0xa5, 0xf0, 0xf3, 0x77, 0xb3, 0x7b, 0x05, 0x07, 0x19, 0x85, 0xba, - 0xda, 0x11, 0xc6, 0x4f, 0xb8, 0x4e, 0xd8, 0xe5, 0xec, 0x9d, 0x96, 0x46, 0xfd, 0xac, 0x34, 0xea, - 0x3f, 0x4a, 0xa3, 0xfe, 0xe1, 0xdc, 0xa8, 0x9d, 0x9d, 0x1b, 0xb5, 0xaf, 0xe7, 0x46, 0xed, 0xb5, - 0x35, 0x03, 0x15, 0xf7, 0xd2, 0xfa, 0x00, 0xf9, 0x54, 0xc6, 0xf6, 0x68, 0xfa, 0xdf, 0xc1, 0x1b, - 0xf8, 0x4d, 0x7e, 0xbb, 0x3f, 0xfc, 0x19, 0x00, 0x00, 0xff, 0xff, 0x67, 0x57, 0xc5, 0xda, 0x5b, - 0x06, 0x00, 0x00, + // 693 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x95, 0xcb, 0x6e, 0xd3, 0x40, + 0x14, 0x86, 0x73, 0x71, 0xa3, 0x78, 0x52, 0x2e, 0xb5, 0x0a, 0x0d, 0x45, 0xb2, 0xab, 0x41, 0x40, + 0x24, 0x54, 0x5b, 0x29, 0x0b, 0xa4, 0x4a, 0x2c, 0x70, 0x5b, 0x41, 0xc5, 0xad, 0x32, 0x5d, 0x21, + 0x24, 0x6b, 0xec, 0x4c, 0x5d, 0x2b, 0xb1, 0xc7, 0xf2, 0x38, 0x55, 0xba, 0x62, 0xcb, 0x92, 0x27, + 0x40, 0xac, 0x11, 0x0f, 0xd2, 0x65, 0x97, 0x88, 0x85, 0x41, 0xee, 0x1b, 0xe4, 0x09, 0xd0, 0x5c, + 0xe2, 0xa4, 0x95, 0x22, 0x0a, 0x88, 0x55, 0x8e, 0x7d, 0xce, 0xff, 0x9d, 0x99, 0xf3, 0x7b, 0x26, + 0xe0, 0x41, 0x0f, 0xd3, 0x88, 0x50, 0x2b, 0x49, 0xc9, 0x41, 0x38, 0xc0, 0xd4, 0x3a, 0xea, 0x7a, + 0x38, 0x43, 0x5d, 0x2b, 0x22, 0x3d, 0x3c, 0xa0, 0x6e, 0x82, 0x52, 0x14, 0x51, 0x33, 0x49, 0x49, + 0x46, 0xb4, 0x15, 0x51, 0x6c, 0x4e, 0x8a, 0x4d, 0x59, 0xbc, 0xba, 0x1c, 0x90, 0x80, 0xf0, 0x1a, + 0x8b, 0x45, 0xa2, 0x7c, 0x55, 0xf7, 0x09, 0x67, 0x7b, 0x88, 0xe2, 0x92, 0xeb, 0x93, 0x30, 0x16, + 0x79, 0x58, 0xd4, 0x40, 0x63, 0x8f, 0xf3, 0xb5, 0x77, 0xa0, 0x19, 0x87, 0x7e, 0x3f, 0x46, 0x11, + 0x6e, 0x57, 0xd7, 0xaa, 0x9d, 0xd6, 0xc6, 0x7d, 0x73, 0x4e, 0x33, 0xf3, 0x95, 0x2c, 0x14, 0x52, + 0x7b, 0xe5, 0x24, 0x37, 0x2a, 0xe3, 0xdc, 0xb8, 0x76, 0x8c, 0xa2, 0xc1, 0x26, 0x9c, 0x60, 0xa0, + 0x53, 0x12, 0xb5, 0x7d, 0xa0, 0xf4, 0x32, 0x14, 0xb4, 0x6b, 0x9c, 0x7c, 0x67, 0x2e, 0x79, 0x7b, + 0x1f, 0x05, 0x92, 0x7a, 0x9b, 0x51, 0x8b, 0xdc, 0x50, 0xd8, 0xbb, 0x71, 0x6e, 0xb4, 0x04, 0x9d, + 0x61, 0xa0, 0xc3, 0x69, 0xda, 0x33, 0x50, 0xf7, 0x42, 0xd2, 0xae, 0x73, 0x28, 0x9c, 0x0b, 0xb5, + 0x43, 0x22, 0x99, 0x9a, 0x5c, 0x29, 0x10, 0x2c, 0x2f, 0x24, 0xd0, 0x61, 0x08, 0x6d, 0x1f, 0x34, + 0x48, 0x8a, 0xfc, 0x01, 0x6e, 0x2b, 0x1c, 0x76, 0x77, 0x2e, 0xec, 0x35, 0x2f, 0x93, 0xbc, 0x1b, + 0x92, 0x77, 0x45, 0xf0, 0x04, 0x02, 0x3a, 0x92, 0xb5, 0xa9, 0x7c, 0xf8, 0x6c, 0x54, 0x60, 0x5e, + 0x05, 0x57, 0xcf, 0x4f, 0x4c, 0xf3, 0x00, 0x88, 0xc2, 0xd8, 0x1d, 0xe0, 0x38, 0xc8, 0x0e, 0xf9, + 0xb8, 0x17, 0xed, 0x2d, 0xc6, 0xfa, 0x9e, 0x1b, 0xf7, 0x82, 0x30, 0x3b, 0x1c, 0x7a, 0xa6, 0x4f, + 0x22, 0x4b, 0xda, 0x27, 0x7e, 0xd6, 0x69, 0xaf, 0x6f, 0x65, 0xc7, 0x09, 0xa6, 0xe6, 0x6e, 0x9c, + 0x8d, 0x73, 0x63, 0x49, 0x74, 0x9d, 0x92, 0xa0, 0xa3, 0x46, 0x61, 0xfc, 0x82, 0xc7, 0xbc, 0x07, + 0x1a, 0x4d, 0x7a, 0xd4, 0xfe, 0xb1, 0x47, 0x49, 0x62, 0x3d, 0xd0, 0x48, 0xf4, 0x90, 0x1b, 0xfc, + 0x54, 0x03, 0x60, 0x6a, 0x9c, 0xd6, 0x01, 0x8d, 0x14, 0x07, 0x2e, 0x1e, 0xf1, 0x8d, 0xa9, 0xf6, + 0xd2, 0x74, 0x40, 0xe2, 0x3d, 0x74, 0x16, 0x52, 0x1c, 0xec, 0x8c, 0x34, 0x72, 0x6e, 0x0c, 0x62, + 0x89, 0x7b, 0x7f, 0xb6, 0xc4, 0x22, 0x37, 0xd4, 0x97, 0x93, 0x3d, 0xff, 0x76, 0x26, 0xe4, 0xdc, + 0x4c, 0xea, 0x7f, 0xdd, 0x70, 0x32, 0x80, 0x4b, 0x0e, 0x68, 0x08, 0xd4, 0xf2, 0x1b, 0xbc, 0xe0, + 0x4b, 0xfd, 0x3f, 0xfa, 0xf2, 0xb5, 0x0e, 0x16, 0x67, 0x3f, 0x57, 0xed, 0x31, 0x50, 0xa9, 0x9f, + 0x86, 0x49, 0xe6, 0x86, 0x3d, 0x6e, 0x8e, 0x62, 0xaf, 0x15, 0xb9, 0xd1, 0x7c, 0xc3, 0x5f, 0xee, + 0x6e, 0x8f, 0x73, 0xe3, 0xba, 0xe0, 0x96, 0x65, 0xd0, 0x69, 0x8a, 0x78, 0xb7, 0xa7, 0x75, 0x81, + 0x8a, 0x68, 0xdf, 0xf5, 0xc9, 0x30, 0xce, 0xb8, 0x5b, 0x8a, 0xbd, 0x3c, 0x95, 0x94, 0x29, 0xe8, + 0x34, 0x11, 0xed, 0x6f, 0xb1, 0x90, 0x49, 0x98, 0x15, 0x42, 0x52, 0xbf, 0x28, 0x29, 0x53, 0xd0, + 0x69, 0x46, 0x61, 0x2c, 0x24, 0x8f, 0x40, 0x2b, 0x49, 0x71, 0x82, 0x52, 0xec, 0x06, 0x88, 0xf2, + 0xf3, 0xa8, 0xd8, 0x37, 0xc7, 0xb9, 0xa1, 0x09, 0xd1, 0x4c, 0x12, 0x3a, 0x40, 0x3e, 0x3d, 0x45, + 0x94, 0x09, 0xf1, 0x08, 0xfb, 0xc3, 0x4c, 0x08, 0x17, 0x2e, 0x0a, 0x67, 0x92, 0xd0, 0x01, 0xf2, + 0x89, 0x09, 0xdf, 0x03, 0x70, 0x80, 0xb1, 0x8b, 0x22, 0xbe, 0xca, 0xc6, 0x5a, 0xbd, 0xd3, 0xda, + 0xb8, 0x65, 0x8a, 0xc1, 0x9b, 0xec, 0xea, 0x2c, 0x0f, 0xff, 0x16, 0x09, 0x63, 0x7b, 0x47, 0x1e, + 0x7a, 0x69, 0xc1, 0x54, 0x0a, 0xbf, 0xfc, 0x30, 0x3a, 0x97, 0x70, 0x90, 0x51, 0xa8, 0xa3, 0x1e, + 0x60, 0xfc, 0x84, 0xeb, 0x84, 0x5d, 0xf6, 0xf3, 0x93, 0x42, 0xaf, 0x9e, 0x16, 0x7a, 0xf5, 0x67, + 0xa1, 0x57, 0x3f, 0x9e, 0xe9, 0x95, 0xd3, 0x33, 0xbd, 0xf2, 0xed, 0x4c, 0xaf, 0xbc, 0xed, 0xce, + 0x40, 0xc5, 0xbd, 0xb4, 0x3e, 0x40, 0x1e, 0x95, 0xb1, 0x75, 0xb4, 0x61, 0x8d, 0xa6, 0x7f, 0x1f, + 0xbc, 0x87, 0xd7, 0xe0, 0x17, 0xfc, 0xc3, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x10, 0x33, 0x13, + 0x54, 0x5e, 0x06, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/models_params_test.go b/x/profiles/types/models_params_test.go index 746670763e..97283df6d2 100644 --- a/x/profiles/types/models_params_test.go +++ b/x/profiles/types/models_params_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) func TestValidateParams(t *testing.T) { diff --git a/x/profiles/types/models_profile.go b/x/profiles/types/models_profile.go index c327545ea5..b63798f47e 100644 --- a/x/profiles/types/models_profile.go +++ b/x/profiles/types/models_profile.go @@ -3,7 +3,7 @@ package types import ( "fmt" - "github.com/desmos-labs/desmos/x/commons" + "github.com/desmos-labs/desmos/v2/x/commons" ) // NewPictures is a constructor function for Pictures diff --git a/x/profiles/types/models_profile.pb.go b/x/profiles/types/models_profile.pb.go index d5f0276f7a..83cd93126d 100644 --- a/x/profiles/types/models_profile.pb.go +++ b/x/profiles/types/models_profile.pb.go @@ -143,39 +143,39 @@ func init() { } var fileDescriptor_a19232e029005b86 = []byte{ - // 507 bytes of a gzipped FileDescriptorProto + // 510 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x92, 0xb1, 0x6e, 0xd3, 0x40, - 0x18, 0xc7, 0x6d, 0x92, 0x36, 0xee, 0x35, 0x14, 0x64, 0x22, 0xc5, 0x64, 0xf0, 0x85, 0x1b, 0x50, - 0x25, 0xda, 0x33, 0x81, 0x2d, 0x62, 0xa9, 0xd5, 0x01, 0xb6, 0xca, 0xaa, 0x18, 0x58, 0xa2, 0xb3, - 0x73, 0x75, 0x8f, 0xda, 0xbe, 0xc8, 0xbe, 0x54, 0xe4, 0x0d, 0x18, 0x3b, 0x76, 0x41, 0xca, 0x43, - 0xf0, 0x10, 0x15, 0x53, 0x47, 0x26, 0x83, 0x92, 0x05, 0x31, 0xfa, 0x09, 0x90, 0x7d, 0x77, 0xad, - 0x0a, 0x42, 0xdd, 0xee, 0xbe, 0xff, 0xef, 0xfb, 0x7f, 0x7f, 0xdf, 0x67, 0xb0, 0x37, 0xa5, 0x45, - 0xca, 0x0b, 0x6f, 0x96, 0xf3, 0x13, 0x96, 0xd0, 0xc2, 0x3b, 0x1f, 0x85, 0x54, 0x90, 0x91, 0x97, - 0xf2, 0x29, 0x4d, 0x8a, 0x89, 0xaa, 0xe3, 0x59, 0xce, 0x05, 0xb7, 0xfb, 0x92, 0xc6, 0x9a, 0xc6, - 0x8a, 0x1e, 0xf4, 0x62, 0x1e, 0xf3, 0x86, 0xf1, 0xea, 0x93, 0xc4, 0x07, 0x4f, 0x63, 0xce, 0xe3, - 0x84, 0x7a, 0xcd, 0x2d, 0x9c, 0x9f, 0x78, 0x24, 0x5b, 0x28, 0x09, 0xfe, 0x2d, 0x09, 0x96, 0xd2, - 0x42, 0x90, 0x74, 0xa6, 0x7b, 0x23, 0x5e, 0x8f, 0x9a, 0x48, 0x53, 0x79, 0x51, 0xd2, 0xcb, 0x7b, - 0x32, 0x47, 0xa7, 0x84, 0x65, 0x93, 0x84, 0x65, 0x67, 0xaa, 0x03, 0x7d, 0x69, 0x81, 0xce, 0x91, - 0xa4, 0xed, 0x37, 0xa0, 0x43, 0xa2, 0x88, 0xcf, 0x33, 0xe1, 0x98, 0x43, 0x73, 0x77, 0xfb, 0x55, - 0x0f, 0xcb, 0x2c, 0x58, 0x67, 0xc1, 0x07, 0xd9, 0xc2, 0xef, 0x7e, 0xfb, 0xba, 0x6f, 0x1d, 0x48, - 0xf0, 0x5d, 0xa0, 0x5b, 0xec, 0x17, 0xa0, 0x3d, 0x15, 0x24, 0x76, 0x1e, 0x0c, 0xcd, 0xdd, 0x2d, - 0xbf, 0xbf, 0x2a, 0x61, 0xfb, 0xf0, 0x98, 0xc4, 0x55, 0x09, 0xb7, 0x17, 0x24, 0x4d, 0xc6, 0xa8, - 0x56, 0x51, 0xd0, 0x40, 0xb6, 0x07, 0xac, 0x8c, 0x45, 0x67, 0x19, 0x49, 0xa9, 0xd3, 0x6a, 0x1a, - 0x9e, 0x54, 0x25, 0x7c, 0x24, 0x41, 0xad, 0xa0, 0xe0, 0x06, 0xb2, 0x87, 0xa0, 0x15, 0x32, 0xee, - 0xb4, 0x1b, 0x76, 0xa7, 0x2a, 0x21, 0x90, 0x6c, 0xc8, 0x38, 0x0a, 0x6a, 0xc9, 0x7e, 0x0f, 0xac, - 0x19, 0x8b, 0xc4, 0x3c, 0xa7, 0x85, 0xb3, 0xd1, 0xc4, 0x7f, 0x86, 0xff, 0xb3, 0x14, 0x7c, 0xa4, - 0x40, 0xbf, 0x7f, 0x55, 0x42, 0xe3, 0x76, 0xb2, 0x36, 0x40, 0xc1, 0x8d, 0x97, 0x9d, 0x83, 0x87, - 0x51, 0x4e, 0x89, 0x60, 0x3c, 0x9b, 0x4c, 0x89, 0xa0, 0xce, 0x66, 0x63, 0x3e, 0xf8, 0xe7, 0x6d, - 0x8e, 0xf5, 0x9e, 0xfc, 0x51, 0xed, 0xfa, 0xbb, 0x84, 0x77, 0x1b, 0xab, 0x12, 0xf6, 0xe4, 0x98, - 0x3b, 0x65, 0x74, 0xf1, 0x03, 0x9a, 0x41, 0x57, 0xd7, 0x0e, 0x89, 0xa0, 0x63, 0xeb, 0xf3, 0x12, - 0x1a, 0x97, 0x4b, 0x68, 0xa0, 0x8f, 0xc0, 0xd2, 0x61, 0xed, 0x3d, 0xd0, 0x51, 0x5f, 0xd2, 0xec, - 0x67, 0xcb, 0xb7, 0xab, 0x12, 0xee, 0xa8, 0xe4, 0x52, 0x40, 0x81, 0x46, 0xec, 0xe7, 0x60, 0x23, - 0xe2, 0xe7, 0x34, 0x57, 0x0b, 0x79, 0x5c, 0x95, 0xb0, 0xab, 0xc6, 0xd7, 0x65, 0x14, 0x48, 0x79, - 0x6c, 0x5d, 0x2e, 0xa1, 0xf9, 0x6b, 0x09, 0x4d, 0xff, 0xed, 0xd5, 0xca, 0x35, 0xaf, 0x57, 0xae, - 0xf9, 0x73, 0xe5, 0x9a, 0x17, 0x6b, 0xd7, 0xb8, 0x5e, 0xbb, 0xc6, 0xf7, 0xb5, 0x6b, 0x7c, 0xc0, - 0x31, 0x13, 0xa7, 0xf3, 0x10, 0x47, 0x3c, 0xf5, 0xe4, 0x9b, 0xee, 0x27, 0x24, 0x2c, 0xd4, 0xd9, - 0xfb, 0x74, 0xfb, 0xc3, 0x89, 0xc5, 0x8c, 0x16, 0xe1, 0x66, 0xf3, 0x28, 0xaf, 0xff, 0x04, 0x00, - 0x00, 0xff, 0xff, 0xe5, 0xfa, 0xfb, 0x50, 0x44, 0x03, 0x00, 0x00, + 0x18, 0xc7, 0x6d, 0x9a, 0x36, 0xee, 0x35, 0x14, 0x64, 0x22, 0xc5, 0x64, 0xf0, 0x85, 0x1b, 0x50, + 0x25, 0x5a, 0x1f, 0x29, 0x5b, 0xc4, 0x52, 0xab, 0x0b, 0x62, 0xa9, 0xac, 0x8a, 0x81, 0x25, 0x3a, + 0x3b, 0x57, 0xf7, 0xa8, 0xed, 0x8b, 0xec, 0x4b, 0x44, 0xde, 0x80, 0xb1, 0x63, 0x17, 0xa4, 0x3c, + 0x04, 0x0f, 0x51, 0x31, 0x75, 0x64, 0x32, 0x28, 0x59, 0x10, 0xa3, 0x9f, 0x00, 0xd9, 0x77, 0xd7, + 0xaa, 0x20, 0xc4, 0x76, 0xf7, 0xfd, 0x7f, 0xdf, 0xff, 0xfb, 0xfb, 0x3e, 0x83, 0xfd, 0x09, 0x2d, + 0x52, 0x5e, 0xe0, 0x69, 0xce, 0xcf, 0x58, 0x42, 0x0b, 0x3c, 0x1f, 0x86, 0x54, 0x90, 0x21, 0x4e, + 0xf9, 0x84, 0x26, 0xc5, 0x58, 0xd5, 0xbd, 0x69, 0xce, 0x05, 0xb7, 0x7b, 0x92, 0xf6, 0x34, 0xed, + 0x29, 0xba, 0xdf, 0x8d, 0x79, 0xcc, 0x1b, 0x06, 0xd7, 0x27, 0x89, 0xf7, 0x9f, 0xc6, 0x9c, 0xc7, + 0x09, 0xc5, 0xcd, 0x2d, 0x9c, 0x9d, 0x61, 0x92, 0x2d, 0x94, 0x04, 0xff, 0x94, 0x04, 0x4b, 0x69, + 0x21, 0x48, 0x3a, 0xd5, 0xbd, 0x11, 0xaf, 0x47, 0x8d, 0xa5, 0xa9, 0xbc, 0x28, 0xe9, 0xe5, 0x7f, + 0x32, 0x47, 0xe7, 0x84, 0x65, 0xe3, 0x84, 0x65, 0x17, 0xaa, 0x03, 0x7d, 0xde, 0x00, 0xed, 0x13, + 0x49, 0xdb, 0xaf, 0x41, 0x9b, 0x44, 0x11, 0x9f, 0x65, 0xc2, 0x31, 0x07, 0xe6, 0xde, 0xce, 0x61, + 0xd7, 0x93, 0x59, 0x3c, 0x9d, 0xc5, 0x3b, 0xca, 0x16, 0x7e, 0xe7, 0xeb, 0x97, 0x03, 0xeb, 0x48, + 0x82, 0x6f, 0x02, 0xdd, 0x62, 0xbf, 0x00, 0xad, 0x89, 0x20, 0xb1, 0xf3, 0x60, 0x60, 0xee, 0x6d, + 0xfb, 0xbd, 0x55, 0x09, 0x5b, 0xc7, 0xa7, 0x24, 0xae, 0x4a, 0xb8, 0xb3, 0x20, 0x69, 0x32, 0x42, + 0xb5, 0x8a, 0x82, 0x06, 0xb2, 0x31, 0xb0, 0x32, 0x16, 0x5d, 0x64, 0x24, 0xa5, 0xce, 0x46, 0xd3, + 0xf0, 0xa4, 0x2a, 0xe1, 0x23, 0x09, 0x6a, 0x05, 0x05, 0xb7, 0x90, 0x3d, 0x00, 0x1b, 0x21, 0xe3, + 0x4e, 0xab, 0x61, 0x77, 0xab, 0x12, 0x02, 0xc9, 0x86, 0x8c, 0xa3, 0xa0, 0x96, 0xec, 0x77, 0xc0, + 0x9a, 0xb2, 0x48, 0xcc, 0x72, 0x5a, 0x38, 0x9b, 0x4d, 0xfc, 0x67, 0xde, 0x3f, 0x96, 0xe2, 0x9d, + 0x28, 0xd0, 0xef, 0x5d, 0x97, 0xd0, 0xb8, 0x9b, 0xac, 0x0d, 0x50, 0x70, 0xeb, 0x65, 0xe7, 0xe0, + 0x61, 0x94, 0x53, 0x22, 0x18, 0xcf, 0xc6, 0x13, 0x22, 0xa8, 0xb3, 0xd5, 0x98, 0xf7, 0xff, 0x7a, + 0x9b, 0x53, 0xbd, 0x27, 0x7f, 0x58, 0xbb, 0xfe, 0x2a, 0xe1, 0xfd, 0xc6, 0xaa, 0x84, 0x5d, 0x39, + 0xe6, 0x5e, 0x19, 0x5d, 0x7e, 0x87, 0x66, 0xd0, 0xd1, 0xb5, 0x63, 0x22, 0xe8, 0xc8, 0xfa, 0xb4, + 0x84, 0xc6, 0xd5, 0x12, 0x1a, 0xe8, 0x03, 0xb0, 0x74, 0x58, 0x7b, 0x1f, 0xb4, 0xd5, 0x97, 0x34, + 0xfb, 0xd9, 0xf6, 0xed, 0xaa, 0x84, 0xbb, 0x2a, 0xb9, 0x14, 0x50, 0xa0, 0x11, 0xfb, 0x39, 0xd8, + 0x8c, 0xf8, 0x9c, 0xe6, 0x6a, 0x21, 0x8f, 0xab, 0x12, 0x76, 0xd4, 0xf8, 0xba, 0x8c, 0x02, 0x29, + 0x8f, 0xac, 0xab, 0x25, 0x34, 0x7f, 0x2e, 0xa1, 0xe9, 0xbf, 0xbd, 0x5e, 0xb9, 0xe6, 0xcd, 0xca, + 0x35, 0x7f, 0xac, 0x5c, 0xf3, 0x72, 0xed, 0x1a, 0x37, 0x6b, 0xd7, 0xf8, 0xb6, 0x76, 0x8d, 0xf7, + 0xc3, 0x98, 0x89, 0xf3, 0x59, 0xe8, 0x45, 0x3c, 0xc5, 0xf2, 0x4d, 0x0f, 0x12, 0x12, 0x16, 0xea, + 0x8c, 0xe7, 0x87, 0xf8, 0xe3, 0xdd, 0x3f, 0x27, 0x16, 0x53, 0x5a, 0x84, 0x5b, 0xcd, 0xbb, 0xbc, + 0xfa, 0x1d, 0x00, 0x00, 0xff, 0xff, 0x7b, 0x23, 0x6a, 0x6c, 0x47, 0x03, 0x00, 0x00, } func (this *Pictures) Equal(that interface{}) bool { diff --git a/x/profiles/types/models_profile_test.go b/x/profiles/types/models_profile_test.go index 4ef2c3b80c..07c2c699b2 100644 --- a/x/profiles/types/models_profile_test.go +++ b/x/profiles/types/models_profile_test.go @@ -3,7 +3,7 @@ package types_test import ( "testing" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/models_relationships.go b/x/profiles/types/models_relationships.go index 8ea5046a7a..d92083294a 100644 --- a/x/profiles/types/models_relationships.go +++ b/x/profiles/types/models_relationships.go @@ -3,7 +3,7 @@ package types import ( "fmt" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" "github.com/cosmos/cosmos-sdk/codec" diff --git a/x/profiles/types/models_relationships.pb.go b/x/profiles/types/models_relationships.pb.go index fa65d2fb2e..ec69626c94 100644 --- a/x/profiles/types/models_relationships.pb.go +++ b/x/profiles/types/models_relationships.pb.go @@ -173,32 +173,32 @@ func init() { } var fileDescriptor_47c7d48489f1a7d0 = []byte{ - // 393 bytes of a gzipped FileDescriptorProto + // 395 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x91, 0xbf, 0x4e, 0xeb, 0x30, - 0x18, 0xc5, 0xeb, 0x7b, 0xaf, 0x7a, 0xdb, 0xe8, 0x5e, 0xfe, 0x84, 0x4a, 0x94, 0x0e, 0x09, 0xf2, - 0x04, 0x12, 0xc4, 0xb4, 0x6c, 0x1d, 0x3b, 0x31, 0x47, 0x62, 0x61, 0xa9, 0x9c, 0xc4, 0x4d, 0xad, - 0x3a, 0x71, 0x64, 0xbb, 0x88, 0xbe, 0x05, 0x23, 0x63, 0x77, 0x5e, 0x84, 0x05, 0xa9, 0x23, 0x53, - 0x84, 0xda, 0x85, 0x39, 0x4f, 0x80, 0x92, 0x38, 0x2d, 0xff, 0x24, 0xc4, 0xf6, 0x7d, 0x39, 0xbf, - 0x13, 0x9f, 0xa3, 0xcf, 0xe8, 0x05, 0x44, 0x46, 0x5c, 0xa2, 0x44, 0xf0, 0x11, 0x65, 0x44, 0xa2, - 0xeb, 0xae, 0x47, 0x14, 0xee, 0xa2, 0x88, 0x07, 0x84, 0xc9, 0xa1, 0x20, 0x0c, 0x2b, 0xca, 0x63, - 0x39, 0xa6, 0x89, 0x74, 0x12, 0xc1, 0x15, 0x37, 0xf7, 0x4b, 0x8f, 0x53, 0x79, 0x1c, 0xed, 0xe9, - 0xb4, 0x42, 0x1e, 0xf2, 0x82, 0x41, 0xf9, 0x54, 0xe2, 0x9d, 0x83, 0x90, 0xf3, 0x90, 0x11, 0x54, - 0x6c, 0xde, 0x74, 0x84, 0x70, 0x3c, 0xd3, 0x92, 0xfd, 0x51, 0x52, 0x34, 0x22, 0x52, 0xe1, 0x28, - 0xa9, 0xbc, 0x3e, 0xcf, 0x9f, 0x1a, 0x96, 0x3f, 0x2d, 0x17, 0x2d, 0x9d, 0x7d, 0x93, 0xdc, 0x1f, - 0x63, 0x1a, 0x0f, 0x19, 0x8d, 0x27, 0xda, 0x01, 0xef, 0x81, 0xf1, 0xcf, 0x7d, 0xd3, 0xc7, 0x3c, - 0x31, 0xfe, 0xfa, 0x82, 0x60, 0xc5, 0x45, 0x1b, 0x1c, 0x82, 0xa3, 0xe6, 0xc0, 0xcc, 0x52, 0x7b, - 0x6b, 0x86, 0x23, 0xd6, 0x87, 0x5a, 0x80, 0x6e, 0x85, 0x98, 0x3d, 0xa3, 0x29, 0x88, 0x4f, 0x13, - 0x4a, 0x62, 0xd5, 0xfe, 0x55, 0xf0, 0xad, 0x2c, 0xb5, 0x77, 0x4a, 0x7e, 0x2d, 0x41, 0x77, 0x83, - 0x99, 0xc8, 0x68, 0xc8, 0xa9, 0x27, 0x13, 0xec, 0x93, 0xf6, 0xef, 0xc2, 0xb2, 0x97, 0xa5, 0xf6, - 0x76, 0x69, 0xa9, 0x14, 0xe8, 0xae, 0xa1, 0x7e, 0xe3, 0x6e, 0x6e, 0x83, 0x97, 0xb9, 0x0d, 0xe0, - 0x23, 0x30, 0x9a, 0x97, 0x92, 0x88, 0x01, 0xe3, 0xfe, 0x24, 0x8f, 0xea, 0xe5, 0x03, 0xf9, 0x22, - 0xaa, 0x16, 0xa0, 0x5b, 0x21, 0x1b, 0x3a, 0xd0, 0x41, 0x3f, 0xd1, 0xc1, 0x9a, 0x0e, 0xcc, 0x63, - 0xa3, 0x2e, 0x08, 0x96, 0x3c, 0xd6, 0x11, 0x77, 0xb3, 0xd4, 0xfe, 0x5f, 0xb5, 0xca, 0xbf, 0x43, - 0x57, 0x03, 0xef, 0xfa, 0xfc, 0xf9, 0x51, 0x9f, 0xc1, 0xc5, 0xc3, 0xd2, 0x02, 0x8b, 0xa5, 0x05, - 0x9e, 0x97, 0x16, 0xb8, 0x5d, 0x59, 0xb5, 0xc5, 0xca, 0xaa, 0x3d, 0xad, 0xac, 0xda, 0x95, 0x13, - 0x52, 0x35, 0x9e, 0x7a, 0x8e, 0xcf, 0x23, 0x54, 0x1e, 0xf5, 0x94, 0x61, 0x4f, 0xea, 0x19, 0xdd, - 0x6c, 0x4e, 0xac, 0x66, 0x09, 0x91, 0x5e, 0xbd, 0x38, 0xe7, 0xf9, 0x6b, 0x00, 0x00, 0x00, 0xff, - 0xff, 0x81, 0x0d, 0xce, 0x57, 0xbc, 0x02, 0x00, 0x00, + 0x18, 0xc5, 0xeb, 0x7b, 0xaf, 0x7a, 0xdb, 0xe8, 0xfe, 0x81, 0x50, 0x89, 0xd2, 0x21, 0x41, 0x9e, + 0x40, 0x82, 0x98, 0x96, 0xad, 0x63, 0x57, 0xb6, 0x48, 0x2c, 0x2c, 0x95, 0x93, 0xb8, 0xa9, 0x55, + 0x27, 0x8e, 0x6c, 0xb7, 0xa2, 0x6f, 0xc1, 0xc8, 0xd8, 0x9d, 0x17, 0x61, 0x41, 0xea, 0xc8, 0x14, + 0xa1, 0x76, 0x61, 0xce, 0x13, 0xa0, 0x24, 0x4e, 0xcb, 0x3f, 0x09, 0xb1, 0x7d, 0x5f, 0xce, 0xef, + 0xc4, 0xe7, 0xe8, 0x33, 0x7a, 0x01, 0x91, 0x11, 0x97, 0x28, 0x11, 0x7c, 0x44, 0x19, 0x91, 0x68, + 0xd6, 0xf5, 0x88, 0xc2, 0x5d, 0x14, 0xf1, 0x80, 0x30, 0x39, 0x14, 0x84, 0x61, 0x45, 0x79, 0x2c, + 0xc7, 0x34, 0x91, 0x4e, 0x22, 0xb8, 0xe2, 0xe6, 0x7e, 0xe9, 0x71, 0x2a, 0x8f, 0xa3, 0x3d, 0x9d, + 0x56, 0xc8, 0x43, 0x5e, 0x30, 0x28, 0x9f, 0x4a, 0xbc, 0x73, 0x10, 0x72, 0x1e, 0x32, 0x82, 0x8a, + 0xcd, 0x9b, 0x8e, 0x10, 0x8e, 0xe7, 0x5a, 0xb2, 0xdf, 0x4b, 0x8a, 0x46, 0x44, 0x2a, 0x1c, 0x25, + 0x95, 0xd7, 0xe7, 0xf9, 0x53, 0xc3, 0xf2, 0xa7, 0xe5, 0xa2, 0xa5, 0xb3, 0x2f, 0x92, 0xfb, 0x63, + 0x4c, 0xe3, 0x21, 0xa3, 0xf1, 0x44, 0x3b, 0xe0, 0x1d, 0x30, 0xfe, 0xb8, 0xaf, 0xfa, 0x98, 0x27, + 0xc6, 0x6f, 0x5f, 0x10, 0xac, 0xb8, 0x68, 0x83, 0x43, 0x70, 0xd4, 0x1c, 0x98, 0x59, 0x6a, 0xff, + 0x9b, 0xe3, 0x88, 0xf5, 0xa1, 0x16, 0xa0, 0x5b, 0x21, 0x66, 0xcf, 0x68, 0x0a, 0xe2, 0xd3, 0x84, + 0x92, 0x58, 0xb5, 0x7f, 0x14, 0x7c, 0x2b, 0x4b, 0xed, 0x9d, 0x92, 0xdf, 0x48, 0xd0, 0xdd, 0x62, + 0x26, 0x32, 0x1a, 0x72, 0xea, 0xc9, 0x04, 0xfb, 0xa4, 0xfd, 0xb3, 0xb0, 0xec, 0x65, 0xa9, 0xfd, + 0xbf, 0xb4, 0x54, 0x0a, 0x74, 0x37, 0x50, 0xbf, 0x71, 0xbb, 0xb0, 0xc1, 0xf3, 0xc2, 0x06, 0xf0, + 0x01, 0x18, 0xcd, 0x4b, 0x49, 0xc4, 0x80, 0x71, 0x7f, 0x92, 0x47, 0xf5, 0xf2, 0x81, 0x7c, 0x12, + 0x55, 0x0b, 0xd0, 0xad, 0x90, 0x2d, 0x1d, 0xe8, 0xa0, 0x1f, 0xe8, 0x60, 0x43, 0x07, 0xe6, 0xb1, + 0x51, 0x17, 0x04, 0x4b, 0x1e, 0xeb, 0x88, 0xbb, 0x59, 0x6a, 0xff, 0xad, 0x5a, 0xe5, 0xdf, 0xa1, + 0xab, 0x81, 0x37, 0x7d, 0x7e, 0x7d, 0xab, 0xcf, 0xe0, 0xe2, 0x7e, 0x65, 0x81, 0xe5, 0xca, 0x02, + 0x4f, 0x2b, 0x0b, 0xdc, 0xac, 0xad, 0xda, 0x72, 0x6d, 0xd5, 0x1e, 0xd7, 0x56, 0xed, 0xaa, 0x1b, + 0x52, 0x35, 0x9e, 0x7a, 0x8e, 0xcf, 0x23, 0x54, 0x1e, 0xf5, 0x94, 0x61, 0x4f, 0xea, 0x19, 0xcd, + 0x7a, 0xe8, 0x7a, 0x7b, 0x65, 0x35, 0x4f, 0x88, 0xf4, 0xea, 0xc5, 0x45, 0xcf, 0x5f, 0x02, 0x00, + 0x00, 0xff, 0xff, 0xd9, 0xf3, 0xfa, 0x2e, 0xbf, 0x02, 0x00, 0x00, } func (this *Relationship) Equal(that interface{}) bool { diff --git a/x/profiles/types/models_relationships_test.go b/x/profiles/types/models_relationships_test.go index d8c10a930b..ec141cc9b3 100644 --- a/x/profiles/types/models_relationships_test.go +++ b/x/profiles/types/models_relationships_test.go @@ -3,9 +3,9 @@ package types_test import ( "testing" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/msg_server.pb.go b/x/profiles/types/msg_server.pb.go index c747ff6b5d..f3184ef8ee 100644 --- a/x/profiles/types/msg_server.pb.go +++ b/x/profiles/types/msg_server.pb.go @@ -33,43 +33,43 @@ func init() { } var fileDescriptor_e042115035680605 = []byte{ - // 566 bytes of a gzipped FileDescriptorProto + // 568 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x95, 0x4f, 0x6f, 0xd3, 0x30, - 0x18, 0xc6, 0x57, 0x21, 0x21, 0xe1, 0x69, 0x02, 0x0c, 0x12, 0x5a, 0x0e, 0xb9, 0x21, 0xfe, 0xad, - 0x09, 0xdd, 0x18, 0x9c, 0x38, 0x74, 0xdd, 0x81, 0x03, 0x93, 0x50, 0x59, 0x2f, 0x5c, 0x2a, 0x27, - 0x7d, 0xeb, 0x46, 0x75, 0xed, 0x60, 0xbb, 0x15, 0x95, 0x90, 0xf8, 0x0a, 0xf0, 0xad, 0x76, 0xdc, - 0x91, 0x23, 0x6a, 0xbf, 0x08, 0x4a, 0xd2, 0x1a, 0xf7, 0x4f, 0xdc, 0x86, 0x5b, 0x5c, 0xff, 0x9e, - 0xf7, 0x79, 0xfc, 0xda, 0xb5, 0xd1, 0xf3, 0x1e, 0xa8, 0x91, 0x50, 0x61, 0x2a, 0x45, 0x3f, 0x61, - 0xa0, 0xc2, 0x49, 0x23, 0x02, 0x4d, 0x1a, 0xe1, 0x48, 0xd1, 0xae, 0x02, 0x39, 0x01, 0x19, 0xa4, - 0x52, 0x68, 0x81, 0x9f, 0x14, 0x64, 0xb0, 0x24, 0x83, 0x05, 0xe9, 0x3d, 0xa6, 0x82, 0x8a, 0x9c, - 0x09, 0xb3, 0xaf, 0x02, 0xf7, 0x8e, 0xa9, 0x10, 0x94, 0x41, 0x98, 0x8f, 0xa2, 0x71, 0x3f, 0x24, - 0x7c, 0xba, 0x9c, 0x8a, 0x45, 0x56, 0xa9, 0x5b, 0x68, 0x8a, 0xc1, 0x62, 0xea, 0xa4, 0x34, 0x8e, - 0xe8, 0x01, 0xcb, 0x25, 0xd9, 0xef, 0x0b, 0xfa, 0x74, 0x07, 0x2d, 0x81, 0x11, 0x9d, 0x08, 0xae, - 0x06, 0x49, 0xaa, 0xf6, 0xd4, 0xf4, 0x34, 0xa1, 0x5d, 0x09, 0x5f, 0xc7, 0xa0, 0xf4, 0x52, 0xf3, - 0xd2, 0xd1, 0xa4, 0xf5, 0x4c, 0xaf, 0x9d, 0xec, 0xb6, 0x44, 0x6e, 0xc5, 0xb6, 0x3c, 0x81, 0x53, - 0x11, 0x0f, 0x48, 0xc2, 0xbb, 0x2c, 0xe1, 0xc3, 0xdd, 0x5d, 0xcd, 0x78, 0x92, 0xa6, 0x36, 0x7d, - 0x7a, 0x73, 0x84, 0xee, 0x5c, 0x29, 0x8a, 0x29, 0x3a, 0xfc, 0x4c, 0x26, 0xf0, 0xa9, 0x10, 0xe1, - 0x67, 0x41, 0xc9, 0x01, 0x08, 0xae, 0x14, 0xb5, 0x40, 0x2f, 0xdc, 0x13, 0x6c, 0x83, 0x4a, 0x05, - 0x57, 0x80, 0x47, 0xe8, 0xe8, 0x12, 0x18, 0x68, 0x63, 0xf5, 0xc2, 0x55, 0x61, 0x05, 0xf5, 0x1a, - 0x7b, 0xa3, 0xc6, 0xee, 0x07, 0x7a, 0xd4, 0x2e, 0xfa, 0x79, 0x79, 0x4d, 0xe8, 0xb5, 0x24, 0x5c, - 0xf5, 0x41, 0x62, 0x67, 0xec, 0x2d, 0x02, 0xef, 0x5d, 0x45, 0x81, 0x09, 0xf0, 0xab, 0x86, 0x8e, - 0x5b, 0x84, 0xc7, 0xc0, 0x56, 0xa7, 0x73, 0x05, 0x3e, 0x77, 0x95, 0x2d, 0x95, 0x79, 0xef, 0xff, - 0x4b, 0xb6, 0x92, 0xa9, 0x19, 0xc7, 0x90, 0xea, 0xca, 0x99, 0x4a, 0x65, 0xee, 0x4c, 0xa5, 0xb2, - 0x95, 0x4c, 0x6d, 0xe8, 0x8f, 0x15, 0x54, 0xce, 0x54, 0x2a, 0x73, 0x67, 0x2a, 0x95, 0x99, 0x4c, - 0xdf, 0x11, 0x6e, 0x49, 0x20, 0x1a, 0xda, 0xd6, 0x3f, 0x19, 0x07, 0xce, 0xe6, 0x6f, 0xf0, 0xde, - 0xdb, 0x6a, 0xbc, 0xed, 0x5e, 0x9c, 0xe9, 0xfd, 0xdd, 0x37, 0x79, 0xb7, 0xfb, 0x26, 0x6f, 0xdc, - 0x09, 0xba, 0x77, 0xc1, 0x44, 0x3c, 0xec, 0x28, 0x90, 0xf8, 0xa9, 0xab, 0x88, 0xc1, 0xbc, 0xfa, - 0x5e, 0x98, 0xb1, 0xa0, 0xe8, 0xb0, 0xc3, 0x23, 0x63, 0xe2, 0xbc, 0x73, 0x2c, 0xd0, 0x7d, 0xe7, - 0x58, 0xa0, 0x31, 0x9a, 0xa0, 0x07, 0x1f, 0x13, 0x3e, 0x6c, 0x65, 0x77, 0x65, 0x33, 0x8e, 0xc5, - 0x98, 0x6b, 0x7c, 0xe2, 0x2a, 0xb2, 0x4e, 0x7b, 0x6f, 0xaa, 0xd0, 0xf6, 0x0e, 0x76, 0x38, 0x5b, - 0x77, 0x0e, 0xdc, 0xf1, 0xd7, 0x79, 0xf7, 0x0e, 0x6e, 0xf2, 0xc6, 0x5d, 0xa1, 0xfb, 0x59, 0xb2, - 0x66, 0x9a, 0xb2, 0x24, 0xce, 0x37, 0x18, 0xbf, 0xda, 0xb5, 0x0c, 0x0b, 0xf6, 0xce, 0x2a, 0xc0, - 0xc6, 0x74, 0x8a, 0x1e, 0x16, 0x91, 0x6c, 0xdb, 0xfa, 0xee, 0x15, 0xd8, 0xc6, 0xe7, 0x95, 0xf0, - 0xa5, 0xf5, 0xc5, 0x87, 0x9b, 0x99, 0x5f, 0xbb, 0x9d, 0xf9, 0xb5, 0x3f, 0x33, 0xbf, 0xf6, 0x73, - 0xee, 0x1f, 0xdc, 0xce, 0xfd, 0x83, 0xdf, 0x73, 0xff, 0xe0, 0x4b, 0x40, 0x13, 0x3d, 0x18, 0x47, - 0x41, 0x2c, 0x46, 0x61, 0x51, 0xba, 0xce, 0x48, 0xa4, 0x16, 0xdf, 0xe1, 0xb7, 0x7f, 0x6f, 0xa5, - 0x9e, 0xa6, 0xa0, 0xa2, 0xbb, 0xf9, 0xdb, 0x78, 0xf6, 0x37, 0x00, 0x00, 0xff, 0xff, 0x68, 0x11, - 0x52, 0x2e, 0x30, 0x09, 0x00, 0x00, + 0x18, 0xc6, 0x5b, 0x21, 0x21, 0xe1, 0x69, 0x02, 0x0c, 0x12, 0x5a, 0x0e, 0xb9, 0x21, 0xfe, 0xad, + 0x09, 0xed, 0x18, 0x9c, 0x38, 0x74, 0xdd, 0x0d, 0x26, 0xa1, 0xb2, 0x5e, 0xb8, 0x54, 0x4e, 0xfa, + 0xd6, 0x8d, 0xea, 0xda, 0x21, 0x76, 0x2b, 0x2a, 0x21, 0xf1, 0x15, 0xe0, 0x5b, 0xed, 0xb8, 0x23, + 0x47, 0xd4, 0x7e, 0x11, 0x94, 0xa4, 0x35, 0xee, 0x9f, 0xb8, 0x09, 0xb7, 0xb8, 0xfe, 0x3d, 0xef, + 0xf3, 0xf8, 0xb5, 0x6b, 0xa3, 0xe7, 0x03, 0x90, 0x13, 0x21, 0xfd, 0x38, 0x11, 0xc3, 0x88, 0x81, + 0xf4, 0x67, 0xcd, 0x00, 0x14, 0x69, 0xfa, 0x13, 0x49, 0xfb, 0x12, 0x92, 0x19, 0x24, 0x5e, 0x9c, + 0x08, 0x25, 0xf0, 0x93, 0x9c, 0xf4, 0xd6, 0xa4, 0xb7, 0x22, 0x9d, 0xc7, 0x54, 0x50, 0x91, 0x31, + 0x7e, 0xfa, 0x95, 0xe3, 0xce, 0x09, 0x15, 0x82, 0x32, 0xf0, 0xb3, 0x51, 0x30, 0x1d, 0xfa, 0x84, + 0xcf, 0xd7, 0x53, 0xa1, 0x48, 0x2b, 0xf5, 0x73, 0x4d, 0x3e, 0x58, 0x4d, 0x9d, 0x16, 0xc6, 0x11, + 0x03, 0x60, 0x99, 0x24, 0xfd, 0x7d, 0x45, 0xb7, 0x0e, 0xd0, 0x09, 0x30, 0xa2, 0x22, 0xc1, 0xe5, + 0x28, 0x8a, 0x65, 0x49, 0xcd, 0x40, 0x11, 0xda, 0x4f, 0xe0, 0xeb, 0x14, 0xa4, 0x5a, 0x6b, 0x5e, + 0x5a, 0x9a, 0xb4, 0x9d, 0xe9, 0xb5, 0x95, 0xdd, 0x97, 0xc8, 0xae, 0xd8, 0x97, 0xc7, 0xb3, 0x2a, + 0xc2, 0x11, 0x89, 0x78, 0x9f, 0x45, 0x7c, 0x7c, 0xb8, 0xab, 0x29, 0x4f, 0xe2, 0xd8, 0xa4, 0x5b, + 0x37, 0xc7, 0xe8, 0xce, 0x95, 0xa4, 0x98, 0xa2, 0xa3, 0xcf, 0x64, 0x06, 0x9f, 0x72, 0x11, 0x7e, + 0xe6, 0x15, 0x1c, 0x00, 0xef, 0x4a, 0x52, 0x03, 0x74, 0xfc, 0x92, 0x60, 0x17, 0x64, 0x2c, 0xb8, + 0x04, 0x3c, 0x41, 0xc7, 0x97, 0xc0, 0x40, 0x69, 0xab, 0x17, 0xb6, 0x0a, 0x1b, 0xa8, 0xd3, 0x2c, + 0x8d, 0x6a, 0xbb, 0x1f, 0xe8, 0x51, 0x37, 0xef, 0xe7, 0xe5, 0x35, 0xa1, 0xd7, 0x09, 0xe1, 0x72, + 0x08, 0x09, 0xb6, 0xc6, 0xde, 0x23, 0x70, 0xde, 0x55, 0x14, 0xe8, 0x00, 0xbf, 0xea, 0xe8, 0xa4, + 0x43, 0x78, 0x08, 0x6c, 0x73, 0x3a, 0x53, 0xe0, 0x73, 0x5b, 0xd9, 0x42, 0x99, 0xf3, 0xfe, 0xbf, + 0x64, 0x1b, 0x99, 0xda, 0x61, 0x08, 0xb1, 0xaa, 0x9c, 0xa9, 0x50, 0x66, 0xcf, 0x54, 0x28, 0xdb, + 0xc8, 0xd4, 0x85, 0xe1, 0x54, 0x42, 0xe5, 0x4c, 0x85, 0x32, 0x7b, 0xa6, 0x42, 0x99, 0xce, 0xf4, + 0x1d, 0xe1, 0x4e, 0x02, 0x44, 0x41, 0xd7, 0xf8, 0x27, 0x63, 0xcf, 0xda, 0xfc, 0x1d, 0xde, 0x79, + 0x5b, 0x8d, 0x37, 0xdd, 0xf3, 0x33, 0x5d, 0xde, 0x7d, 0x97, 0xb7, 0xbb, 0xef, 0xf2, 0xda, 0x9d, + 0xa0, 0x7b, 0x17, 0x4c, 0x84, 0xe3, 0x9e, 0x84, 0x04, 0x3f, 0xb5, 0x15, 0xd1, 0x98, 0xd3, 0x28, + 0x85, 0x69, 0x0b, 0x8a, 0x8e, 0x7a, 0x3c, 0xd0, 0x26, 0xd6, 0x3b, 0xc7, 0x00, 0xed, 0x77, 0x8e, + 0x01, 0x6a, 0xa3, 0x19, 0x7a, 0xf0, 0x31, 0xe2, 0xe3, 0x4e, 0x7a, 0x57, 0xb6, 0xc3, 0x50, 0x4c, + 0xb9, 0xc2, 0xa7, 0xb6, 0x22, 0xdb, 0xb4, 0xf3, 0xa6, 0x0a, 0x6d, 0xee, 0x60, 0x8f, 0xb3, 0x6d, + 0x67, 0xcf, 0x1e, 0x7f, 0x9b, 0xb7, 0xef, 0xe0, 0x2e, 0xaf, 0xdd, 0x25, 0xba, 0x9f, 0x26, 0x6b, + 0xc7, 0x31, 0x8b, 0xc2, 0x6c, 0x83, 0xf1, 0xab, 0x43, 0xcb, 0x30, 0x60, 0xe7, 0xac, 0x02, 0xac, + 0x4d, 0xe7, 0xe8, 0x61, 0x1e, 0xc9, 0xb4, 0x6d, 0x1c, 0x5e, 0x81, 0x69, 0x7c, 0x5e, 0x09, 0x5f, + 0x5b, 0x5f, 0x7c, 0xb8, 0x59, 0xb8, 0xf5, 0xdb, 0x85, 0x5b, 0xff, 0xb3, 0x70, 0xeb, 0x3f, 0x97, + 0x6e, 0xed, 0x76, 0xe9, 0xd6, 0x7e, 0x2f, 0xdd, 0xda, 0x97, 0x26, 0x8d, 0xd4, 0x68, 0x1a, 0x78, + 0xa1, 0x98, 0xf8, 0x79, 0xe9, 0x06, 0x23, 0x81, 0x5c, 0x7d, 0xfb, 0xb3, 0x96, 0xff, 0xed, 0xdf, + 0x73, 0xa9, 0xe6, 0x31, 0xc8, 0xe0, 0x6e, 0xf6, 0x3c, 0x9e, 0xfd, 0x0d, 0x00, 0x00, 0xff, 0xff, + 0xbd, 0x9a, 0x07, 0x97, 0x33, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/profiles/types/msgs_app_links.pb.go b/x/profiles/types/msgs_app_links.pb.go index 5bdf3f66c7..22f1074e30 100644 --- a/x/profiles/types/msgs_app_links.pb.go +++ b/x/profiles/types/msgs_app_links.pb.go @@ -212,43 +212,43 @@ func init() { } var fileDescriptor_6e498d4bf623671e = []byte{ - // 561 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x53, 0x3f, 0x6f, 0xd3, 0x40, - 0x1c, 0xb5, 0x69, 0x29, 0xc9, 0x55, 0x29, 0xad, 0x09, 0x60, 0xa2, 0xd4, 0x8e, 0x6e, 0x0a, 0x12, - 0x9c, 0x15, 0x18, 0x40, 0x9d, 0xc0, 0x30, 0x14, 0x89, 0x4a, 0xc8, 0x2a, 0x0b, 0x4b, 0x38, 0x3b, - 0x87, 0x73, 0xaa, 0xed, 0xb3, 0x7c, 0x97, 0x88, 0x7e, 0x03, 0x46, 0x3e, 0x42, 0x3f, 0x05, 0x9f, - 0xa1, 0x63, 0x47, 0x26, 0x0b, 0x25, 0x0b, 0xb3, 0x47, 0x26, 0xe4, 0xbb, 0xcb, 0x3f, 0x4a, 0xa7, - 0xbc, 0x7b, 0xbf, 0xf7, 0x7e, 0xf9, 0xdd, 0xcf, 0xef, 0xc0, 0x93, 0x11, 0xe1, 0x29, 0xe3, 0x5e, - 0x5e, 0xb0, 0x2f, 0x34, 0x21, 0xdc, 0x9b, 0x0e, 0x42, 0x22, 0xf0, 0xc0, 0x4b, 0x79, 0xcc, 0x87, - 0x38, 0xcf, 0x87, 0x09, 0xcd, 0xce, 0x38, 0xca, 0x0b, 0x26, 0x98, 0xf5, 0x50, 0xa9, 0xd1, 0x42, - 0x8d, 0xb4, 0xba, 0x83, 0x6e, 0x6c, 0xc3, 0x46, 0x24, 0xb9, 0xd6, 0xa8, 0xd3, 0x8e, 0x59, 0xcc, - 0x24, 0xf4, 0x6a, 0xa4, 0x59, 0x97, 0x86, 0x91, 0x17, 0xb1, 0x82, 0x78, 0x51, 0x42, 0x49, 0x26, - 0xbc, 0xe9, 0x40, 0x23, 0x25, 0x80, 0x7f, 0xb6, 0x80, 0x75, 0xc2, 0xe3, 0xf7, 0x34, 0x3b, 0x7b, - 0x9d, 0xe7, 0x09, 0x8d, 0xb0, 0xa0, 0x2c, 0xb3, 0x1e, 0x83, 0x1d, 0x4e, 0xb2, 0x11, 0x29, 0x6c, - 0xb3, 0x67, 0xf6, 0x9b, 0xfe, 0x41, 0x55, 0xba, 0xad, 0x73, 0x9c, 0x26, 0x47, 0x50, 0xf1, 0x30, - 0xd0, 0x02, 0xeb, 0x14, 0x34, 0xeb, 0x39, 0x86, 0x23, 0x2c, 0xb0, 0x7d, 0xab, 0x67, 0xf6, 0x77, - 0x9f, 0x1d, 0xa2, 0x1b, 0x6e, 0x85, 0xde, 0x62, 0x81, 0x7d, 0xfb, 0xb2, 0x74, 0x8d, 0xaa, 0x74, - 0xf7, 0x55, 0xc3, 0xa5, 0x1b, 0x06, 0x8d, 0x1a, 0xd7, 0x1a, 0x6b, 0x00, 0x9a, 0x11, 0x4e, 0x12, - 0xd5, 0x75, 0x4b, 0xce, 0xd0, 0x5e, 0x59, 0x96, 0x25, 0x18, 0x34, 0x6a, 0x2c, 0x2d, 0x2f, 0xc0, - 0x2e, 0x67, 0x93, 0x22, 0x22, 0xc3, 0x9c, 0x15, 0xc2, 0xde, 0x96, 0xa6, 0x07, 0x55, 0xe9, 0x5a, - 0x7a, 0xf0, 0x55, 0x11, 0x06, 0x40, 0x9d, 0x3e, 0xb0, 0x42, 0x58, 0xaf, 0xc0, 0x9e, 0xae, 0x45, - 0x63, 0x9c, 0x65, 0x24, 0xb1, 0x6f, 0x4b, 0xef, 0xa3, 0xaa, 0x74, 0xef, 0x6f, 0x78, 0x75, 0x1d, - 0x06, 0x2d, 0x45, 0xbc, 0x51, 0x67, 0xeb, 0x33, 0xd8, 0x13, 0x34, 0x25, 0x6c, 0x22, 0x86, 0x63, - 0x42, 0xe3, 0xb1, 0xb0, 0x77, 0xe4, 0x22, 0x3a, 0x88, 0x86, 0x11, 0xaa, 0xf7, 0x8f, 0xf4, 0xd6, - 0xa7, 0x03, 0x74, 0x2c, 0x15, 0xfe, 0xa1, 0xde, 0x82, 0xfe, 0x87, 0x4d, 0x3f, 0x0c, 0x5a, 0x9a, - 0x50, 0x6a, 0xeb, 0x1d, 0x38, 0x58, 0x28, 0xea, 0x5f, 0x2e, 0x70, 0x9a, 0xdb, 0x77, 0x7a, 0x66, - 0x7f, 0xdb, 0xef, 0x56, 0xa5, 0x6b, 0x6f, 0x36, 0x59, 0x4a, 0x60, 0xb0, 0xaf, 0xb9, 0xd3, 0x05, - 0x75, 0xd4, 0xf8, 0x76, 0xe1, 0x1a, 0xbf, 0x2f, 0x5c, 0x03, 0x76, 0x41, 0xe7, 0xfa, 0xb7, 0x0f, - 0x08, 0xcf, 0x59, 0xc6, 0x09, 0xfc, 0x61, 0x82, 0xf6, 0x09, 0x8f, 0x3f, 0x66, 0xc9, 0x3f, 0xe1, - 0x78, 0x09, 0x76, 0xf1, 0xea, 0xa8, 0x13, 0xb2, 0xb6, 0xe8, 0xb5, 0x22, 0x0c, 0xd6, 0xa5, 0x96, - 0x07, 0x1a, 0x13, 0x4e, 0x8a, 0x0c, 0xa7, 0x44, 0x46, 0xa5, 0xe9, 0xdf, 0xab, 0x4a, 0xf7, 0xae, - 0xb2, 0x2d, 0x2a, 0x30, 0x58, 0x8a, 0x64, 0x0e, 0x69, 0x9c, 0x91, 0x42, 0x67, 0x60, 0x3d, 0x87, - 0x92, 0xaf, 0x73, 0x28, 0xc1, 0xda, 0xb5, 0x1c, 0xd0, 0xfd, 0xdf, 0xdc, 0x8b, 0x8b, 0xf9, 0xc7, - 0x97, 0x33, 0xc7, 0xbc, 0x9a, 0x39, 0xe6, 0xaf, 0x99, 0x63, 0x7e, 0x9f, 0x3b, 0xc6, 0xd5, 0xdc, - 0x31, 0x7e, 0xce, 0x1d, 0xe3, 0x13, 0x8a, 0xa9, 0x18, 0x4f, 0x42, 0x14, 0xb1, 0xd4, 0x53, 0x11, - 0x7e, 0x9a, 0xe0, 0x90, 0x6b, 0xec, 0x7d, 0x5d, 0xbd, 0x46, 0x71, 0x9e, 0x13, 0x1e, 0xee, 0xc8, - 0x47, 0xf4, 0xfc, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x70, 0x1d, 0x81, 0xb1, 0xf4, 0x03, 0x00, - 0x00, + // 565 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x53, 0xcd, 0x6e, 0xd3, 0x4c, + 0x14, 0xb5, 0xbf, 0xf6, 0x0b, 0xc9, 0x44, 0x29, 0xad, 0x09, 0x60, 0xa2, 0xd4, 0x8e, 0x66, 0x15, + 0x24, 0xb0, 0xe5, 0xb2, 0x00, 0x75, 0x05, 0x86, 0x05, 0x08, 0x2a, 0x21, 0xab, 0x6c, 0xd8, 0x84, + 0xb1, 0x33, 0x38, 0xa3, 0xda, 0x1e, 0xcb, 0x33, 0x89, 0xe8, 0x1b, 0xb0, 0xe4, 0x11, 0xfa, 0x14, + 0x3c, 0x43, 0x97, 0x5d, 0xb2, 0xb2, 0x50, 0xb2, 0x61, 0xed, 0x25, 0x2b, 0xe4, 0x99, 0xc9, 0x1f, + 0xa5, 0xab, 0x9c, 0x39, 0xf7, 0x9c, 0x9b, 0x3b, 0xd7, 0x67, 0xc0, 0xa3, 0x31, 0x66, 0x29, 0x65, + 0x6e, 0x5e, 0xd0, 0xcf, 0x24, 0xc1, 0xcc, 0x9d, 0x79, 0x21, 0xe6, 0xc8, 0x73, 0x53, 0x16, 0xb3, + 0x11, 0xca, 0xf3, 0x51, 0x42, 0xb2, 0x33, 0xe6, 0xe4, 0x05, 0xe5, 0xd4, 0xb8, 0x2f, 0xd5, 0xce, + 0x52, 0xed, 0x28, 0x75, 0xcf, 0xb9, 0xb1, 0x0d, 0x1d, 0xe3, 0xe4, 0x5a, 0xa3, 0x5e, 0x37, 0xa6, + 0x31, 0x15, 0xd0, 0xad, 0x91, 0x62, 0x6d, 0x12, 0x46, 0x6e, 0x44, 0x0b, 0xec, 0x46, 0x09, 0xc1, + 0x19, 0x77, 0x67, 0x9e, 0x42, 0x52, 0x00, 0x7f, 0xef, 0x00, 0xe3, 0x84, 0xc5, 0xef, 0x48, 0x76, + 0xf6, 0x22, 0xcf, 0x13, 0x12, 0x21, 0x4e, 0x68, 0x66, 0x3c, 0x04, 0x0d, 0x86, 0xb3, 0x31, 0x2e, + 0x4c, 0x7d, 0xa0, 0x0f, 0x5b, 0xfe, 0x41, 0x55, 0xda, 0x9d, 0x73, 0x94, 0x26, 0xc7, 0x50, 0xf2, + 0x30, 0x50, 0x02, 0xe3, 0x14, 0xb4, 0xea, 0x39, 0x46, 0x63, 0xc4, 0x91, 0xf9, 0xdf, 0x40, 0x1f, + 0xb6, 0x8f, 0x0e, 0x9d, 0x1b, 0x6e, 0xe5, 0xbc, 0x42, 0x1c, 0xf9, 0xe6, 0x65, 0x69, 0x6b, 0x55, + 0x69, 0xef, 0xcb, 0x86, 0x2b, 0x37, 0x0c, 0x9a, 0x35, 0xae, 0x35, 0x86, 0x07, 0x5a, 0x11, 0x4a, + 0x12, 0xd9, 0x75, 0x47, 0xcc, 0xd0, 0x5d, 0x5b, 0x56, 0x25, 0x18, 0x34, 0x6b, 0x2c, 0x2c, 0x4f, + 0x41, 0x9b, 0xd1, 0x69, 0x11, 0xe1, 0x51, 0x4e, 0x0b, 0x6e, 0xee, 0x0a, 0xd3, 0xbd, 0xaa, 0xb4, + 0x0d, 0x35, 0xf8, 0xba, 0x08, 0x03, 0x20, 0x4f, 0xef, 0x69, 0xc1, 0x8d, 0xe7, 0x60, 0x4f, 0xd5, + 0xa2, 0x09, 0xca, 0x32, 0x9c, 0x98, 0xff, 0x0b, 0xef, 0x83, 0xaa, 0xb4, 0xef, 0x6e, 0x79, 0x55, + 0x1d, 0x06, 0x1d, 0x49, 0xbc, 0x94, 0x67, 0xe3, 0x13, 0xd8, 0xe3, 0x24, 0xc5, 0x74, 0xca, 0x47, + 0x13, 0x4c, 0xe2, 0x09, 0x37, 0x1b, 0x62, 0x11, 0x3d, 0x87, 0x84, 0x91, 0x53, 0xef, 0xdf, 0x51, + 0x5b, 0x9f, 0x79, 0xce, 0x6b, 0xa1, 0xf0, 0x0f, 0xd5, 0x16, 0xd4, 0x3f, 0x6c, 0xfb, 0x61, 0xd0, + 0x51, 0x84, 0x54, 0x1b, 0x6f, 0xc0, 0xc1, 0x52, 0x51, 0xff, 0x32, 0x8e, 0xd2, 0xdc, 0xbc, 0x35, + 0xd0, 0x87, 0xbb, 0x7e, 0xbf, 0x2a, 0x6d, 0x73, 0xbb, 0xc9, 0x4a, 0x02, 0x83, 0x7d, 0xc5, 0x9d, + 0x2e, 0xa9, 0xe3, 0xe6, 0xd7, 0x0b, 0x5b, 0xfb, 0x75, 0x61, 0x6b, 0xb0, 0x0f, 0x7a, 0xd7, 0xbf, + 0x7d, 0x80, 0x59, 0x4e, 0x33, 0x86, 0xe1, 0x77, 0x1d, 0x74, 0x4f, 0x58, 0xfc, 0x21, 0x4b, 0xfe, + 0x0a, 0xc7, 0x33, 0xd0, 0x46, 0xeb, 0xa3, 0x4a, 0xc8, 0xc6, 0xa2, 0x37, 0x8a, 0x30, 0xd8, 0x94, + 0x1a, 0x2e, 0x68, 0x4e, 0x19, 0x2e, 0x32, 0x94, 0x62, 0x11, 0x95, 0x96, 0x7f, 0xa7, 0x2a, 0xed, + 0xdb, 0xd2, 0xb6, 0xac, 0xc0, 0x60, 0x25, 0x12, 0x39, 0x24, 0x71, 0x86, 0x0b, 0x95, 0x81, 0xcd, + 0x1c, 0x0a, 0xbe, 0xce, 0xa1, 0x00, 0x1b, 0xd7, 0xb2, 0x40, 0xff, 0x5f, 0x73, 0x2f, 0x2f, 0xe6, + 0xbf, 0xbd, 0x9c, 0x5b, 0xfa, 0xd5, 0xdc, 0xd2, 0x7f, 0xce, 0x2d, 0xfd, 0xdb, 0xc2, 0xd2, 0xae, + 0x16, 0x96, 0xf6, 0x63, 0x61, 0x69, 0x1f, 0xbd, 0x98, 0xf0, 0xc9, 0x34, 0x74, 0x22, 0x9a, 0xba, + 0x32, 0xc2, 0x8f, 0x13, 0x14, 0x32, 0x85, 0xdd, 0xd9, 0x91, 0xfb, 0x65, 0xfd, 0x20, 0xf9, 0x79, + 0x8e, 0x59, 0xd8, 0x10, 0xef, 0xe8, 0xc9, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x88, 0xa4, 0x5d, + 0x36, 0xf7, 0x03, 0x00, 0x00, } func (m *MsgLinkApplication) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/msgs_app_links_test.go b/x/profiles/types/msgs_app_links_test.go index 6152d9d78c..1cf84cf2b7 100644 --- a/x/profiles/types/msgs_app_links_test.go +++ b/x/profiles/types/msgs_app_links_test.go @@ -7,7 +7,7 @@ import ( clienttypes "github.com/cosmos/ibc-go/modules/core/02-client/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" ) var msgLinkApplication = types.NewMsgLinkApplication( diff --git a/x/profiles/types/msgs_chain_links.pb.go b/x/profiles/types/msgs_chain_links.pb.go index 6300153283..517bff4397 100644 --- a/x/profiles/types/msgs_chain_links.pb.go +++ b/x/profiles/types/msgs_chain_links.pb.go @@ -252,38 +252,38 @@ func init() { } var fileDescriptor_da9916e62e3c000d = []byte{ - // 490 bytes of a gzipped FileDescriptorProto + // 492 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0xe3, 0x42, 0x2b, 0x65, 0xd3, 0x4a, 0xd4, 0x6d, 0x44, 0x48, 0x55, 0xbb, 0x5a, 0x21, - 0x14, 0x0e, 0x5d, 0x53, 0xe0, 0xc4, 0x2d, 0x2e, 0x07, 0x0e, 0x14, 0x81, 0x25, 0x2e, 0x5c, 0xa2, - 0xf5, 0x66, 0xb3, 0xb5, 0x62, 0xef, 0x58, 0x5e, 0x07, 0xc8, 0x5b, 0xf0, 0x08, 0x3c, 0x04, 0x0f, - 0x51, 0x71, 0xca, 0x91, 0x93, 0x85, 0x12, 0xf1, 0x02, 0x7e, 0x02, 0xe4, 0x5d, 0x5b, 0x21, 0x28, - 0xb9, 0xed, 0xce, 0x7c, 0xf3, 0xcf, 0x3f, 0xb3, 0x8b, 0xc8, 0x98, 0xab, 0x04, 0x94, 0x97, 0x66, - 0x30, 0x89, 0x62, 0xae, 0xbc, 0xcf, 0x57, 0x21, 0xcf, 0xe9, 0x95, 0x97, 0x28, 0xa1, 0x46, 0xec, - 0x96, 0x46, 0x72, 0x14, 0x47, 0x72, 0xaa, 0x48, 0x9a, 0x41, 0x0e, 0xf6, 0x43, 0xc3, 0x93, 0x86, - 0x27, 0x35, 0xdf, 0x3f, 0x15, 0x20, 0x40, 0x33, 0x5e, 0x75, 0x32, 0x78, 0xff, 0x91, 0x00, 0x10, - 0x31, 0xf7, 0xf4, 0x2d, 0x9c, 0x4d, 0x3c, 0x2a, 0xe7, 0x4d, 0x8a, 0x41, 0xa5, 0x34, 0x32, 0x35, - 0xe6, 0x52, 0xa7, 0x9e, 0xed, 0x34, 0x05, 0x63, 0x1e, 0x6f, 0xb1, 0x85, 0xff, 0xec, 0xa1, 0x93, - 0x1b, 0x25, 0xde, 0x46, 0x72, 0x7a, 0x5d, 0x25, 0x87, 0x8c, 0xc1, 0x4c, 0xe6, 0x36, 0x43, 0x47, - 0x06, 0xa6, 0xe3, 0x71, 0xc6, 0x95, 0xea, 0x59, 0x17, 0xd6, 0xa0, 0xf3, 0xfc, 0x94, 0x18, 0x5f, - 0xa4, 0xf1, 0x45, 0x86, 0x72, 0xee, 0x0f, 0xca, 0xc2, 0xed, 0xce, 0x69, 0x12, 0xbf, 0xc2, 0x0a, - 0x66, 0x19, 0xe3, 0x4d, 0x15, 0xfe, 0xf9, 0xe3, 0xb2, 0x33, 0x34, 0xe7, 0xd7, 0x34, 0xa7, 0xc1, - 0xa1, 0x16, 0xad, 0x23, 0xf6, 0x07, 0xb4, 0x9f, 0x66, 0x00, 0x93, 0xde, 0x9e, 0x16, 0x77, 0xc8, - 0x8e, 0x1d, 0x91, 0xf7, 0x15, 0xe5, 0x9f, 0xdd, 0x15, 0x6e, 0xab, 0x2c, 0xdc, 0x93, 0x8d, 0x56, - 0x5a, 0x01, 0x07, 0x46, 0xc9, 0x9e, 0x22, 0xd3, 0x62, 0xc4, 0x40, 0x4e, 0x22, 0xd1, 0xbb, 0xa7, - 0x95, 0x1f, 0xef, 0x54, 0xd6, 0x43, 0x5f, 0x6b, 0xd6, 0xc7, 0xb5, 0x7e, 0x7f, 0x43, 0xff, 0x5f, - 0x39, 0x1c, 0x74, 0xd8, 0xba, 0xc0, 0x7e, 0x8a, 0x0e, 0x54, 0x24, 0x24, 0xcf, 0x7a, 0xf7, 0x2f, - 0xac, 0x41, 0xdb, 0x3f, 0x2e, 0x0b, 0xf7, 0xa8, 0x2e, 0xd6, 0x71, 0x1c, 0xd4, 0x00, 0x3e, 0x47, - 0x67, 0x5b, 0xd6, 0x1c, 0x70, 0x95, 0x82, 0x54, 0x1c, 0x7f, 0xb7, 0x50, 0xf7, 0x46, 0x89, 0x8f, - 0x32, 0xfe, 0xff, 0x21, 0x9e, 0xa0, 0x7d, 0xf8, 0x52, 0xb5, 0xb0, 0x74, 0x8b, 0x07, 0x65, 0xe1, - 0x1e, 0x9a, 0x16, 0x3a, 0x8c, 0x03, 0x93, 0xb6, 0x5f, 0x22, 0x64, 0x9c, 0x4a, 0x9a, 0x70, 0xbd, - 0xd0, 0xb6, 0xdf, 0x2d, 0x0b, 0xf7, 0xd8, 0xc0, 0xeb, 0x1c, 0x0e, 0xda, 0xfa, 0xf2, 0x8e, 0x26, - 0xbc, 0x9a, 0x20, 0xa7, 0x99, 0xe0, 0xb9, 0x5e, 0xd4, 0xc6, 0x04, 0x26, 0x8e, 0x83, 0x1a, 0xc0, - 0x2e, 0x3a, 0xdf, 0xea, 0xb0, 0x99, 0xc1, 0x7f, 0x73, 0xb7, 0x74, 0xac, 0xc5, 0xd2, 0xb1, 0x7e, - 0x2f, 0x1d, 0xeb, 0xdb, 0xca, 0x69, 0x2d, 0x56, 0x4e, 0xeb, 0xd7, 0xca, 0x69, 0x7d, 0x22, 0x22, - 0xca, 0x6f, 0x67, 0x21, 0x61, 0x90, 0x78, 0xe6, 0x21, 0x2e, 0x63, 0x1a, 0xaa, 0xfa, 0xec, 0x7d, - 0x5d, 0xff, 0xd7, 0x7c, 0x9e, 0x72, 0x15, 0x1e, 0xe8, 0xdf, 0xf5, 0xe2, 0x6f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x3a, 0x0e, 0xff, 0x85, 0x64, 0x03, 0x00, 0x00, + 0x10, 0x86, 0xe3, 0x42, 0x2b, 0x75, 0xd3, 0x4a, 0xd4, 0x6d, 0x44, 0x48, 0x55, 0xbb, 0x5a, 0x21, + 0x14, 0x0e, 0x5d, 0x93, 0xc2, 0x89, 0x5b, 0x5c, 0x6e, 0x50, 0x04, 0x96, 0xb8, 0x70, 0x89, 0xd6, + 0x9b, 0xcd, 0xd6, 0x8a, 0xbd, 0x63, 0x79, 0x9d, 0x42, 0xde, 0x82, 0x47, 0xe0, 0x21, 0x78, 0x88, + 0x8a, 0x53, 0x8f, 0x9c, 0x2c, 0x94, 0x88, 0x17, 0xf0, 0x13, 0x20, 0xef, 0xda, 0x0a, 0x41, 0xc9, + 0x6d, 0x77, 0xe6, 0x9b, 0x7f, 0xfe, 0x99, 0x5d, 0x44, 0xc6, 0x5c, 0x25, 0xa0, 0xbc, 0x34, 0x83, + 0x49, 0x14, 0x73, 0xe5, 0xdd, 0x0e, 0x42, 0x9e, 0xd3, 0x81, 0x97, 0x28, 0xa1, 0x46, 0xec, 0x86, + 0x46, 0x72, 0x14, 0x47, 0x72, 0xaa, 0x48, 0x9a, 0x41, 0x0e, 0xf6, 0x63, 0xc3, 0x93, 0x86, 0x27, + 0x35, 0xdf, 0x3b, 0x11, 0x20, 0x40, 0x33, 0x5e, 0x75, 0x32, 0x78, 0xef, 0x89, 0x00, 0x10, 0x31, + 0xf7, 0xf4, 0x2d, 0x9c, 0x4d, 0x3c, 0x2a, 0xe7, 0x4d, 0x8a, 0x41, 0xa5, 0x34, 0x32, 0x35, 0xe6, + 0x52, 0xa7, 0x5e, 0x6c, 0x35, 0x05, 0x63, 0x1e, 0x6f, 0xb0, 0x85, 0xff, 0xec, 0xa0, 0xe3, 0x6b, + 0x25, 0xde, 0x45, 0x72, 0x7a, 0x55, 0x25, 0x87, 0x8c, 0xc1, 0x4c, 0xe6, 0x36, 0x43, 0x87, 0x06, + 0xa6, 0xe3, 0x71, 0xc6, 0x95, 0xea, 0x5a, 0xe7, 0x56, 0xbf, 0x7d, 0x79, 0x42, 0x8c, 0x2f, 0xd2, + 0xf8, 0x22, 0x43, 0x39, 0xf7, 0xfb, 0x65, 0xe1, 0x76, 0xe6, 0x34, 0x89, 0x5f, 0x63, 0x05, 0xb3, + 0x8c, 0xf1, 0xa6, 0x0a, 0xff, 0xfc, 0x71, 0xd1, 0x1e, 0x9a, 0xf3, 0x1b, 0x9a, 0xd3, 0xe0, 0x40, + 0x8b, 0xd6, 0x11, 0xfb, 0x23, 0xda, 0x4d, 0x33, 0x80, 0x49, 0x77, 0x47, 0x8b, 0x3b, 0x64, 0xcb, + 0x8e, 0xc8, 0x87, 0x8a, 0xf2, 0x4f, 0xef, 0x0a, 0xb7, 0x55, 0x16, 0xee, 0xf1, 0x5a, 0x2b, 0xad, + 0x80, 0x03, 0xa3, 0x64, 0x4f, 0x91, 0x69, 0x31, 0x62, 0x20, 0x27, 0x91, 0xe8, 0x3e, 0xd0, 0xca, + 0x4f, 0xb7, 0x2a, 0xeb, 0xa1, 0xaf, 0x34, 0xeb, 0xe3, 0x5a, 0xbf, 0xb7, 0xa6, 0xff, 0xaf, 0x1c, + 0x0e, 0xda, 0x6c, 0x55, 0x60, 0x3f, 0x47, 0x7b, 0x2a, 0x12, 0x92, 0x67, 0xdd, 0x87, 0xe7, 0x56, + 0x7f, 0xdf, 0x3f, 0x2a, 0x0b, 0xf7, 0xb0, 0x2e, 0xd6, 0x71, 0x1c, 0xd4, 0x00, 0x3e, 0x43, 0xa7, + 0x1b, 0xd6, 0x1c, 0x70, 0x95, 0x82, 0x54, 0x1c, 0x7f, 0xb7, 0x50, 0xe7, 0x5a, 0x89, 0x4f, 0x32, + 0xfe, 0xff, 0x21, 0x9e, 0xa1, 0x5d, 0xf8, 0x52, 0xb5, 0xb0, 0x74, 0x8b, 0x47, 0x65, 0xe1, 0x1e, + 0x98, 0x16, 0x3a, 0x8c, 0x03, 0x93, 0xb6, 0x5f, 0x21, 0x64, 0x9c, 0x4a, 0x9a, 0x70, 0xbd, 0xd0, + 0x7d, 0xbf, 0x53, 0x16, 0xee, 0x91, 0x81, 0x57, 0x39, 0x1c, 0xec, 0xeb, 0xcb, 0x7b, 0x9a, 0xf0, + 0x6a, 0x82, 0x9c, 0x66, 0x82, 0xe7, 0x7a, 0x51, 0x6b, 0x13, 0x98, 0x38, 0x0e, 0x6a, 0x00, 0xbb, + 0xe8, 0x6c, 0xa3, 0xc3, 0x66, 0x06, 0xff, 0xed, 0xdd, 0xc2, 0xb1, 0xee, 0x17, 0x8e, 0xf5, 0x7b, + 0xe1, 0x58, 0xdf, 0x96, 0x4e, 0xeb, 0x7e, 0xe9, 0xb4, 0x7e, 0x2d, 0x9d, 0xd6, 0xe7, 0x81, 0x88, + 0xf2, 0x9b, 0x59, 0x48, 0x18, 0x24, 0x9e, 0x79, 0x88, 0x8b, 0x98, 0x86, 0xaa, 0x3e, 0x7b, 0xb7, + 0x97, 0xde, 0xd7, 0xd5, 0x97, 0xcd, 0xe7, 0x29, 0x57, 0xe1, 0x9e, 0xfe, 0x60, 0x2f, 0xff, 0x06, + 0x00, 0x00, 0xff, 0xff, 0x03, 0xb1, 0x02, 0x9d, 0x67, 0x03, 0x00, 0x00, } func (m *MsgLinkChainAccount) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/msgs_chain_links_test.go b/x/profiles/types/msgs_chain_links_test.go index e768612b9c..ffafbb40e8 100644 --- a/x/profiles/types/msgs_chain_links_test.go +++ b/x/profiles/types/msgs_chain_links_test.go @@ -3,12 +3,12 @@ package types_test import ( "testing" - "github.com/desmos-labs/desmos/testutil" + "github.com/desmos-labs/desmos/v2/testutil" "github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/msgs_dtag_requests.pb.go b/x/profiles/types/msgs_dtag_requests.pb.go index f1819ce4a2..d3d8b366a3 100644 --- a/x/profiles/types/msgs_dtag_requests.pb.go +++ b/x/profiles/types/msgs_dtag_requests.pb.go @@ -366,35 +366,36 @@ func init() { } var fileDescriptor_9fa5249e7ef8c1bf = []byte{ - // 448 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x93, 0xb1, 0x6e, 0xd4, 0x40, - 0x10, 0x86, 0xed, 0x20, 0x25, 0xc7, 0x4a, 0x08, 0x71, 0x20, 0x08, 0x11, 0xb2, 0x23, 0x0b, 0x21, - 0x40, 0xe0, 0x25, 0xd0, 0xa5, 0x23, 0x04, 0x89, 0x26, 0x14, 0x56, 0x2a, 0x9a, 0xd3, 0xda, 0x37, - 0xde, 0x58, 0xb2, 0x77, 0xcd, 0xce, 0x3a, 0xc7, 0x35, 0x54, 0x14, 0x94, 0x3c, 0x42, 0x1e, 0x07, - 0x89, 0x26, 0x25, 0x95, 0x85, 0x7c, 0x0d, 0xa2, 0xcc, 0x13, 0x20, 0x7b, 0xed, 0x3b, 0x05, 0x7c, - 0x90, 0xa3, 0xa0, 0xdb, 0x9d, 0xf9, 0x7f, 0xfb, 0xfb, 0x77, 0x34, 0xe4, 0xc9, 0x18, 0x30, 0x93, - 0x48, 0x73, 0x25, 0xe3, 0x24, 0x05, 0xa4, 0xc7, 0x3b, 0x21, 0x68, 0xb6, 0x43, 0x33, 0xe4, 0x38, - 0x1a, 0x6b, 0xc6, 0x47, 0x0a, 0xde, 0x16, 0x80, 0x1a, 0xfd, 0x5c, 0x49, 0x2d, 0x87, 0xb7, 0x8c, - 0xc3, 0xef, 0x1c, 0x7e, 0xeb, 0xd8, 0xba, 0xc1, 0x25, 0x97, 0x8d, 0x86, 0xd6, 0x27, 0x23, 0xdf, - 0xba, 0xcd, 0xa5, 0xe4, 0x29, 0xd0, 0xe6, 0x16, 0x16, 0x31, 0x65, 0x62, 0xda, 0xb5, 0x22, 0x59, - 0x7f, 0x69, 0x64, 0x3c, 0xe6, 0xd2, 0xb6, 0x1e, 0x2d, 0xc5, 0x92, 0x63, 0x48, 0x1b, 0x4b, 0x5d, - 0x6f, 0xd5, 0x4f, 0xff, 0xa2, 0x56, 0x90, 0x32, 0x9d, 0x48, 0x81, 0x47, 0x49, 0x8e, 0x17, 0xf4, - 0xf4, 0x44, 0xf7, 0xde, 0x93, 0x9b, 0x07, 0xc8, 0x03, 0x53, 0xdc, 0x3f, 0x64, 0xfc, 0x50, 0x31, - 0x81, 0x31, 0xa8, 0x21, 0x25, 0x03, 0x05, 0x11, 0x24, 0xc7, 0xa0, 0x36, 0xed, 0x6d, 0xfb, 0xfe, - 0xe5, 0xbd, 0xeb, 0x67, 0xa5, 0x7b, 0x75, 0xca, 0xb2, 0x74, 0xd7, 0xeb, 0x3a, 0x5e, 0x30, 0x17, - 0x0d, 0x1f, 0x90, 0x75, 0x04, 0x31, 0x06, 0xb5, 0xb9, 0xd6, 0xc8, 0xaf, 0x9d, 0x95, 0xee, 0x15, - 0x23, 0x37, 0x75, 0x2f, 0x68, 0x05, 0xbb, 0x83, 0x8f, 0x27, 0xae, 0xf5, 0xfd, 0xc4, 0xb5, 0xbc, - 0x6d, 0xe2, 0xf4, 0xff, 0x3f, 0x00, 0xcc, 0xa5, 0x40, 0xf0, 0x3e, 0xd8, 0xe4, 0xce, 0x01, 0xf2, - 0x17, 0x4c, 0x44, 0x90, 0x9e, 0x57, 0x34, 0xa6, 0xff, 0x04, 0x7a, 0x8f, 0xdc, 0xfd, 0x13, 0xc5, - 0x1c, 0xf7, 0x8b, 0xc1, 0x7d, 0x1e, 0x45, 0x90, 0xeb, 0x3e, 0xdc, 0x97, 0x64, 0x20, 0x60, 0xd2, - 0x0c, 0xa3, 0xc5, 0x7d, 0x58, 0x95, 0xee, 0xc6, 0x6b, 0x98, 0xd4, 0xea, 0x1f, 0xa5, 0x3b, 0x6f, - 0x2f, 0x52, 0x74, 0x15, 0x2f, 0xd8, 0x10, 0x30, 0xd9, 0xd7, 0x8c, 0xaf, 0x10, 0xe2, 0xdc, 0x03, - 0x5d, 0xba, 0xc0, 0x03, 0xfd, 0x96, 0x7a, 0x69, 0x98, 0x5f, 0x87, 0x14, 0x40, 0x5c, 0x20, 0xf4, - 0xa5, 0x5e, 0xe0, 0xda, 0xab, 0xe0, 0xae, 0xfd, 0x0b, 0xee, 0x52, 0x8a, 0x0e, 0x77, 0xef, 0xd5, - 0xe7, 0xca, 0xb1, 0x4f, 0x2b, 0xc7, 0xfe, 0x56, 0x39, 0xf6, 0xa7, 0x99, 0x63, 0x9d, 0xce, 0x1c, - 0xeb, 0xeb, 0xcc, 0xb1, 0xde, 0xf8, 0x3c, 0xd1, 0x47, 0x45, 0xe8, 0x47, 0x32, 0xa3, 0x66, 0x9d, - 0x1e, 0xa7, 0x2c, 0xc4, 0xf6, 0x4c, 0xdf, 0x2d, 0x96, 0x4b, 0x4f, 0x73, 0xc0, 0x70, 0xbd, 0x59, - 0xa3, 0x67, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xc7, 0x16, 0xde, 0xff, 0x75, 0x04, 0x00, 0x00, + // 451 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x93, 0x31, 0x6f, 0xd3, 0x40, + 0x14, 0xc7, 0xed, 0x22, 0xb5, 0xe1, 0x24, 0x84, 0x08, 0x08, 0x4a, 0x85, 0xec, 0xca, 0x42, 0x08, + 0x10, 0xe4, 0x48, 0xd9, 0xba, 0x51, 0xca, 0x84, 0xca, 0x60, 0x75, 0x62, 0x89, 0xce, 0xce, 0xf3, + 0xd5, 0x92, 0x7d, 0x67, 0xee, 0x9d, 0x13, 0xb2, 0x30, 0x31, 0x30, 0xf2, 0x11, 0xfa, 0x71, 0x90, + 0x58, 0x3a, 0x32, 0x59, 0xc8, 0x59, 0x10, 0x63, 0x3f, 0x01, 0xb2, 0xcf, 0x4e, 0x54, 0x70, 0xa0, + 0x65, 0xe8, 0x76, 0xf7, 0xde, 0xff, 0x6f, 0xff, 0xfe, 0xf7, 0xf4, 0xc8, 0xb3, 0x31, 0x60, 0x2a, + 0x91, 0x66, 0x4a, 0x46, 0x71, 0x02, 0x48, 0x27, 0xc3, 0x00, 0x34, 0x1b, 0xd2, 0x14, 0x39, 0x8e, + 0xc6, 0x9a, 0xf1, 0x91, 0x82, 0x77, 0x39, 0xa0, 0xc6, 0x41, 0xa6, 0xa4, 0x96, 0xfd, 0x3b, 0xc6, + 0x31, 0x68, 0x1d, 0x83, 0xc6, 0xb1, 0x75, 0x8b, 0x4b, 0x2e, 0x6b, 0x0d, 0xad, 0x4e, 0x46, 0xbe, + 0x75, 0x97, 0x4b, 0xc9, 0x13, 0xa0, 0xf5, 0x2d, 0xc8, 0x23, 0xca, 0xc4, 0xac, 0x6d, 0x85, 0xb2, + 0xfa, 0xd2, 0xc8, 0x78, 0xcc, 0xa5, 0x69, 0x3d, 0x59, 0x89, 0x25, 0xc7, 0x90, 0xd4, 0x96, 0xaa, + 0xde, 0xa8, 0x77, 0xfe, 0xa1, 0x56, 0x90, 0x30, 0x1d, 0x4b, 0x81, 0x47, 0x71, 0x86, 0xe7, 0xf4, + 0x74, 0x44, 0xf7, 0x3e, 0x90, 0xdb, 0x07, 0xc8, 0x7d, 0x53, 0xdc, 0x3f, 0x64, 0xfc, 0x50, 0x31, + 0x81, 0x11, 0xa8, 0x3e, 0x25, 0x3d, 0x05, 0x21, 0xc4, 0x13, 0x50, 0x9b, 0xf6, 0xb6, 0xfd, 0xf0, + 0xea, 0xde, 0xcd, 0xd3, 0xc2, 0xbd, 0x3e, 0x63, 0x69, 0xb2, 0xeb, 0xb5, 0x1d, 0xcf, 0x5f, 0x88, + 0xfa, 0x8f, 0xc8, 0x3a, 0x82, 0x18, 0x83, 0xda, 0x5c, 0xab, 0xe5, 0x37, 0x4e, 0x0b, 0xf7, 0x9a, + 0x91, 0x9b, 0xba, 0xe7, 0x37, 0x82, 0xdd, 0xde, 0xa7, 0x63, 0xd7, 0xfa, 0x71, 0xec, 0x5a, 0xde, + 0x36, 0x71, 0xba, 0xff, 0xef, 0x03, 0x66, 0x52, 0x20, 0x78, 0x1f, 0x6d, 0x72, 0xef, 0x00, 0xf9, + 0x4b, 0x26, 0x42, 0x48, 0xce, 0x2a, 0x6a, 0xd3, 0x25, 0x81, 0x3e, 0x20, 0xf7, 0xff, 0x46, 0xb1, + 0xc0, 0xfd, 0x6a, 0x70, 0x5f, 0x84, 0x21, 0x64, 0xba, 0x0b, 0xf7, 0x15, 0xe9, 0x09, 0x98, 0xd6, + 0xc3, 0x68, 0x70, 0x1f, 0x97, 0x85, 0xbb, 0xf1, 0x06, 0xa6, 0x95, 0xfa, 0x67, 0xe1, 0x2e, 0xda, + 0xcb, 0x14, 0x6d, 0xc5, 0xf3, 0x37, 0x04, 0x4c, 0xf7, 0x35, 0xe3, 0x17, 0x08, 0x71, 0xe6, 0x81, + 0xae, 0x9c, 0xe3, 0x81, 0xfe, 0x48, 0xbd, 0x32, 0xcc, 0xef, 0x43, 0xf2, 0x21, 0xca, 0x11, 0xba, + 0x52, 0x2f, 0x71, 0xed, 0x8b, 0xe0, 0xae, 0xfd, 0x0f, 0xee, 0x4a, 0x8a, 0x16, 0x77, 0xef, 0xf5, + 0x97, 0xd2, 0xb1, 0x4f, 0x4a, 0xc7, 0xfe, 0x5e, 0x3a, 0xf6, 0xe7, 0xb9, 0x63, 0x9d, 0xcc, 0x1d, + 0xeb, 0xdb, 0xdc, 0xb1, 0xde, 0x0e, 0x79, 0xac, 0x8f, 0xf2, 0x60, 0x10, 0xca, 0x94, 0x9a, 0x75, + 0x7a, 0x9a, 0xb0, 0x00, 0x9b, 0x33, 0x9d, 0xec, 0xd0, 0xf7, 0xcb, 0xfd, 0xd2, 0xb3, 0x0c, 0x30, + 0x58, 0xaf, 0x37, 0xe9, 0xf9, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfd, 0xd9, 0x6c, 0xee, 0x78, + 0x04, 0x00, 0x00, } func (m *MsgRequestDTagTransfer) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/msgs_dtag_requests_test.go b/x/profiles/types/msgs_dtag_requests_test.go index e43b6e51a5..d19d577dad 100644 --- a/x/profiles/types/msgs_dtag_requests_test.go +++ b/x/profiles/types/msgs_dtag_requests_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/msgs_profile.pb.go b/x/profiles/types/msgs_profile.pb.go index 64e23133f4..4e7f894d14 100644 --- a/x/profiles/types/msgs_profile.pb.go +++ b/x/profiles/types/msgs_profile.pb.go @@ -192,37 +192,37 @@ func init() { } var fileDescriptor_ba44ae1080fac42f = []byte{ - // 467 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x3f, 0x6f, 0xd4, 0x30, - 0x18, 0xc6, 0x93, 0xf6, 0x28, 0xc5, 0xc0, 0x15, 0x85, 0xaa, 0x0d, 0x37, 0xc4, 0x95, 0x27, 0xfe, - 0xb4, 0xb1, 0x0a, 0x5b, 0xc7, 0xaa, 0x03, 0x42, 0x2a, 0xaa, 0x02, 0x62, 0x60, 0x39, 0x39, 0xb9, - 0xb7, 0x6e, 0x44, 0x12, 0x87, 0xd8, 0x77, 0xe2, 0xbe, 0x01, 0x23, 0x1f, 0xa1, 0x1f, 0x87, 0xb1, - 0x23, 0x93, 0x85, 0xee, 0x16, 0xd4, 0x09, 0xe5, 0x13, 0xa0, 0xd8, 0xc9, 0xc1, 0x9d, 0x84, 0xa0, - 0x9b, 0xdf, 0xf7, 0xf9, 0x3d, 0xcf, 0xeb, 0xc4, 0x2f, 0x7a, 0x3a, 0x02, 0x99, 0x0b, 0x49, 0xcb, - 0x4a, 0x9c, 0xa7, 0x19, 0x48, 0x3a, 0x39, 0x8c, 0x41, 0xb1, 0x43, 0x9a, 0x4b, 0x2e, 0x87, 0x6d, - 0x37, 0x2c, 0x2b, 0xa1, 0x84, 0xb7, 0x6b, 0xd9, 0xb0, 0x63, 0xc3, 0x96, 0x1d, 0x6c, 0x73, 0xc1, - 0x85, 0x61, 0x68, 0x73, 0xb2, 0xf8, 0xe0, 0x11, 0x17, 0x82, 0x67, 0x40, 0x4d, 0x15, 0x8f, 0xcf, - 0x29, 0x2b, 0xa6, 0x9d, 0x94, 0x88, 0x26, 0x69, 0x68, 0x3d, 0xb6, 0x68, 0xa5, 0xfd, 0xbf, 0x5e, - 0x48, 0x8c, 0x20, 0x5b, 0xb9, 0xd2, 0xe0, 0xf9, 0x3f, 0xe8, 0x0a, 0x32, 0xa6, 0x52, 0x51, 0xc8, - 0x8b, 0xb4, 0x94, 0xff, 0xe9, 0x19, 0x29, 0xc6, 0x87, 0x15, 0x7c, 0x1c, 0x83, 0x54, 0xad, 0x87, - 0xfc, 0x5c, 0x43, 0xfd, 0x53, 0xc9, 0xdf, 0xb0, 0x09, 0x9c, 0x59, 0x9b, 0xf7, 0x0c, 0xf5, 0x1a, - 0xd2, 0x77, 0xf7, 0xdc, 0xc7, 0x77, 0x8e, 0x77, 0x67, 0x1a, 0xf7, 0x4e, 0xde, 0x32, 0x5e, 0x6b, - 0x7c, 0x77, 0xca, 0xf2, 0xec, 0x88, 0x34, 0x2a, 0x89, 0x0c, 0xe4, 0x51, 0xb4, 0x59, 0xa4, 0xc9, - 0x87, 0x82, 0xe5, 0xe0, 0xaf, 0x19, 0xc3, 0xc3, 0x5a, 0xe3, 0x2d, 0x0b, 0x76, 0x0a, 0x89, 0x16, - 0x90, 0xb7, 0x87, 0xd6, 0xe3, 0x54, 0xf8, 0xeb, 0x86, 0xed, 0xd7, 0x1a, 0x23, 0xcb, 0xc6, 0xa9, - 0x20, 0x51, 0x23, 0x79, 0xef, 0xd0, 0x56, 0xfb, 0x05, 0xc3, 0x32, 0x4d, 0xd4, 0xb8, 0x02, 0xbf, - 0x67, 0xe8, 0x83, 0x6b, 0x8d, 0x57, 0xa5, 0x5a, 0xe3, 0x1d, 0x1b, 0xb0, 0x22, 0x90, 0xa8, 0xdf, - 0x76, 0xce, 0x6c, 0xc3, 0x7b, 0x8d, 0xee, 0x27, 0x62, 0x02, 0xd5, 0x22, 0xf5, 0x96, 0x49, 0x7d, - 0x72, 0xad, 0xf1, 0xb2, 0x50, 0x6b, 0xbc, 0x6d, 0x33, 0x97, 0xda, 0x24, 0xba, 0x67, 0xea, 0x2e, - 0x6f, 0x1f, 0xdd, 0x4e, 0x2a, 0x60, 0x4a, 0x54, 0xfe, 0x86, 0x49, 0xf2, 0x6a, 0x8d, 0xfb, 0xad, - 0xd1, 0x0a, 0x24, 0xea, 0x90, 0xa3, 0xcd, 0xcf, 0x97, 0xd8, 0xf9, 0x71, 0x89, 0x1d, 0xe2, 0xa3, - 0x9d, 0xe5, 0x3f, 0x1e, 0x81, 0x2c, 0x45, 0x21, 0x81, 0xbc, 0x42, 0x0f, 0x4e, 0x25, 0x3f, 0x81, - 0x0c, 0xd4, 0xe2, 0x35, 0xfe, 0x98, 0xe2, 0xde, 0x64, 0xca, 0x00, 0xf9, 0xab, 0x59, 0xdd, 0x9c, - 0xe3, 0x97, 0x5f, 0x67, 0x81, 0x7b, 0x35, 0x0b, 0xdc, 0xef, 0xb3, 0xc0, 0xfd, 0x32, 0x0f, 0x9c, - 0xab, 0x79, 0xe0, 0x7c, 0x9b, 0x07, 0xce, 0xfb, 0x90, 0xa7, 0xea, 0x62, 0x1c, 0x87, 0x89, 0xc8, - 0xa9, 0xdd, 0xa6, 0x83, 0x8c, 0xc5, 0xb2, 0x3d, 0xd3, 0x4f, 0xbf, 0x77, 0x4b, 0x4d, 0x4b, 0x90, - 0xf1, 0x86, 0xd9, 0xa2, 0x17, 0xbf, 0x02, 0x00, 0x00, 0xff, 0xff, 0x88, 0x90, 0xd6, 0x15, 0x6e, - 0x03, 0x00, 0x00, + // 469 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x4f, 0x6f, 0xd3, 0x30, + 0x18, 0xc6, 0x93, 0xad, 0x8c, 0x61, 0xa0, 0x43, 0x61, 0xda, 0x42, 0x0f, 0xf1, 0xe4, 0x13, 0x7f, + 0xb6, 0x5a, 0x1d, 0xb7, 0x1d, 0xa7, 0x9d, 0x40, 0x43, 0x53, 0x40, 0x1c, 0xb8, 0x54, 0x4e, 0xfa, + 0xce, 0x8b, 0x48, 0xe2, 0x10, 0xbb, 0x15, 0xfd, 0x06, 0x1c, 0xf9, 0x08, 0xfb, 0x38, 0x1c, 0x77, + 0xe4, 0x64, 0xa1, 0xf6, 0x82, 0x7a, 0x42, 0xf9, 0x04, 0x28, 0x76, 0x52, 0x68, 0x25, 0x04, 0xdc, + 0xfc, 0xbe, 0xcf, 0xef, 0x79, 0x5e, 0x27, 0x7e, 0xd1, 0xd3, 0x11, 0xc8, 0x4c, 0x48, 0x5a, 0x94, + 0xe2, 0x32, 0x49, 0x41, 0xd2, 0xc9, 0x20, 0x02, 0xc5, 0x06, 0x34, 0x93, 0x5c, 0x0e, 0x9b, 0x6e, + 0xbf, 0x28, 0x85, 0x12, 0xde, 0xbe, 0x65, 0xfb, 0x2d, 0xdb, 0x6f, 0xd8, 0xde, 0x2e, 0x17, 0x5c, + 0x18, 0x86, 0xd6, 0x27, 0x8b, 0xf7, 0x1e, 0x71, 0x21, 0x78, 0x0a, 0xd4, 0x54, 0xd1, 0xf8, 0x92, + 0xb2, 0x7c, 0xda, 0x4a, 0xb1, 0xa8, 0x93, 0x86, 0xd6, 0x63, 0x8b, 0x46, 0x3a, 0xfc, 0xe3, 0x85, + 0xc4, 0x08, 0xd2, 0xb5, 0x2b, 0xf5, 0x8e, 0xff, 0x42, 0x97, 0x90, 0x32, 0x95, 0x88, 0x5c, 0x5e, + 0x25, 0x85, 0xfc, 0x47, 0xcf, 0x48, 0x31, 0x3e, 0x2c, 0xe1, 0xc3, 0x18, 0xa4, 0x6a, 0x3c, 0xe4, + 0xc7, 0x06, 0xea, 0x9e, 0x4b, 0xfe, 0x9a, 0x4d, 0xe0, 0xc2, 0xda, 0xbc, 0x67, 0xa8, 0x53, 0x93, + 0xbe, 0x7b, 0xe0, 0x3e, 0xbe, 0x73, 0xba, 0x3f, 0xd3, 0xb8, 0x73, 0xf6, 0x86, 0xf1, 0x4a, 0xe3, + 0xbb, 0x53, 0x96, 0xa5, 0x27, 0xa4, 0x56, 0x49, 0x68, 0x20, 0x8f, 0xa2, 0xed, 0x3c, 0x89, 0xdf, + 0xe7, 0x2c, 0x03, 0x7f, 0xc3, 0x18, 0x1e, 0x56, 0x1a, 0xef, 0x58, 0xb0, 0x55, 0x48, 0xb8, 0x84, + 0xbc, 0x03, 0xb4, 0x19, 0x25, 0xc2, 0xdf, 0x34, 0x6c, 0xb7, 0xd2, 0x18, 0x59, 0x36, 0x4a, 0x04, + 0x09, 0x6b, 0xc9, 0x7b, 0x8b, 0x76, 0x9a, 0x2f, 0x18, 0x16, 0x49, 0xac, 0xc6, 0x25, 0xf8, 0x1d, + 0x43, 0x1f, 0x2d, 0x34, 0x5e, 0x97, 0x2a, 0x8d, 0xf7, 0x6c, 0xc0, 0x9a, 0x40, 0xc2, 0x6e, 0xd3, + 0xb9, 0xb0, 0x0d, 0xef, 0x15, 0xba, 0x1f, 0x8b, 0x09, 0x94, 0xcb, 0xd4, 0x5b, 0x26, 0xf5, 0xc9, + 0x42, 0xe3, 0x55, 0xa1, 0xd2, 0x78, 0xd7, 0x66, 0xae, 0xb4, 0x49, 0x78, 0xcf, 0xd4, 0x6d, 0xde, + 0x21, 0xba, 0x1d, 0x97, 0xc0, 0x94, 0x28, 0xfd, 0x2d, 0x93, 0xe4, 0x55, 0x1a, 0x77, 0x1b, 0xa3, + 0x15, 0x48, 0xd8, 0x22, 0x27, 0xdb, 0x9f, 0xae, 0xb1, 0xf3, 0xfd, 0x1a, 0x3b, 0xc4, 0x47, 0x7b, + 0xab, 0x7f, 0x3c, 0x04, 0x59, 0x88, 0x5c, 0x02, 0x79, 0x81, 0x1e, 0x9c, 0x4b, 0x7e, 0x06, 0x29, + 0xa8, 0xe5, 0x6b, 0xfc, 0x36, 0xc5, 0xfd, 0x9f, 0x29, 0x3d, 0xe4, 0xaf, 0x67, 0xb5, 0x73, 0x4e, + 0x5f, 0x7e, 0x99, 0x05, 0xee, 0xcd, 0x2c, 0x70, 0xbf, 0xcd, 0x02, 0xf7, 0xf3, 0x3c, 0x70, 0x6e, + 0xe6, 0x81, 0xf3, 0x75, 0x1e, 0x38, 0xef, 0x06, 0x3c, 0x51, 0x57, 0xe3, 0xa8, 0x1f, 0x8b, 0x8c, + 0xda, 0x6d, 0x3a, 0x4a, 0x59, 0x24, 0x9b, 0x33, 0x9d, 0x1c, 0xd3, 0x8f, 0xbf, 0xd6, 0x4b, 0x4d, + 0x0b, 0x90, 0xd1, 0x96, 0x59, 0xa4, 0xe7, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x15, 0xa4, 0xa8, + 0xf6, 0x71, 0x03, 0x00, 0x00, } func (m *MsgSaveProfile) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/msgs_profile_test.go b/x/profiles/types/msgs_profile_test.go index d75865892b..eb96b4f538 100644 --- a/x/profiles/types/msgs_profile_test.go +++ b/x/profiles/types/msgs_profile_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/msgs_relationships.go b/x/profiles/types/msgs_relationships.go index f12d54cfb9..cc04c9be3b 100644 --- a/x/profiles/types/msgs_relationships.go +++ b/x/profiles/types/msgs_relationships.go @@ -1,7 +1,7 @@ package types import ( - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/profiles/types/msgs_relationships.pb.go b/x/profiles/types/msgs_relationships.pb.go index 88440ddde5..a670fc29ff 100644 --- a/x/profiles/types/msgs_relationships.pb.go +++ b/x/profiles/types/msgs_relationships.pb.go @@ -425,39 +425,39 @@ func init() { } var fileDescriptor_2d797ddfd6bfe874 = []byte{ - // 503 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x93, 0x31, 0x6e, 0xd4, 0x40, - 0x14, 0x86, 0xd7, 0x10, 0x85, 0x30, 0x84, 0x44, 0x38, 0x21, 0x59, 0x22, 0x61, 0xa3, 0xa1, 0x01, - 0x29, 0xd8, 0x04, 0xba, 0xd0, 0x2d, 0x14, 0x34, 0xdb, 0x58, 0x4a, 0x43, 0xb3, 0x1a, 0xdb, 0x2f, - 0x13, 0x0b, 0xaf, 0xc7, 0xcc, 0x1b, 0x47, 0xec, 0x0d, 0x28, 0xb9, 0x00, 0x52, 0x6a, 0x0a, 0x8e, - 0x81, 0x28, 0x53, 0x52, 0x59, 0x68, 0xb7, 0xa1, 0xf6, 0x09, 0x90, 0x3d, 0x63, 0x67, 0x37, 0x09, - 0x0a, 0x69, 0xe8, 0x3c, 0xef, 0x7d, 0xbf, 0xfd, 0x7f, 0xb2, 0x86, 0x3c, 0x8f, 0x01, 0xc7, 0x02, - 0xfd, 0x5c, 0x8a, 0xc3, 0x24, 0x05, 0xf4, 0x8f, 0xf7, 0x42, 0x50, 0x6c, 0xcf, 0x1f, 0x23, 0xc7, - 0x91, 0x84, 0x94, 0xa9, 0x44, 0x64, 0x78, 0x94, 0xe4, 0xe8, 0xe5, 0x52, 0x28, 0x61, 0x6f, 0xeb, - 0x84, 0xd7, 0x26, 0x3c, 0x93, 0xd8, 0xd9, 0xe4, 0x82, 0x8b, 0x86, 0xf1, 0xeb, 0x27, 0x8d, 0xef, - 0x3c, 0xe0, 0x42, 0xf0, 0x14, 0xfc, 0xe6, 0x14, 0x16, 0x87, 0x3e, 0xcb, 0x26, 0xed, 0x2a, 0x12, - 0xf5, 0x9b, 0x46, 0x3a, 0xa3, 0x0f, 0x66, 0xb5, 0xfb, 0xd7, 0x5a, 0x22, 0x86, 0xb4, 0x89, 0xd4, - 0x73, 0x43, 0xbf, 0xb8, 0x82, 0xbe, 0x44, 0xe3, 0xca, 0x4c, 0xac, 0x18, 0x1f, 0x49, 0xf8, 0x50, - 0x00, 0x2a, 0x93, 0xa1, 0xdf, 0x2c, 0x72, 0x7f, 0x88, 0xfc, 0xb5, 0x04, 0xa6, 0x20, 0x98, 0x7b, - 0xa9, 0xfd, 0x94, 0x2c, 0x23, 0x64, 0x31, 0xc8, 0xbe, 0xf5, 0xc8, 0x7a, 0x72, 0x7b, 0x70, 0xaf, - 0x2a, 0xdd, 0xbb, 0x13, 0x36, 0x4e, 0xf7, 0xa9, 0x9e, 0xd3, 0xc0, 0x00, 0xb6, 0x4f, 0x56, 0x24, - 0x44, 0x90, 0x1c, 0x83, 0xec, 0xdf, 0x68, 0xe0, 0x8d, 0xaa, 0x74, 0xd7, 0x35, 0xdc, 0x6e, 0x68, - 0xd0, 0x41, 0x75, 0x00, 0x8b, 0x10, 0x73, 0x16, 0x41, 0xff, 0xe6, 0xf9, 0x40, 0xbb, 0xa1, 0x41, - 0x07, 0xed, 0xaf, 0x7c, 0x3a, 0x71, 0x7b, 0xbf, 0x4f, 0xdc, 0x1e, 0x75, 0xc9, 0xc3, 0x4b, 0xfb, - 0x06, 0x80, 0xb9, 0xc8, 0x10, 0xe8, 0x57, 0x6d, 0xf4, 0x06, 0x52, 0x38, 0x67, 0xf4, 0x98, 0x2c, - 0x15, 0xd8, 0xf9, 0xac, 0x57, 0xa5, 0x7b, 0x47, 0x7f, 0xb1, 0x9e, 0xd2, 0xa0, 0x59, 0xda, 0xaf, - 0xc8, 0x6a, 0x24, 0x8a, 0x4c, 0x81, 0xcc, 0x99, 0x54, 0x13, 0xe3, 0xb3, 0x5d, 0x95, 0xee, 0x86, - 0x86, 0xe7, 0xb7, 0x34, 0x58, 0x80, 0xaf, 0xed, 0x65, 0x6c, 0x2e, 0x76, 0xed, 0x6c, 0xbe, 0x5b, - 0x64, 0x75, 0x88, 0x7c, 0x90, 0x8a, 0xe8, 0xfd, 0x41, 0xdd, 0x6f, 0x97, 0xdc, 0x0a, 0xeb, 0x43, - 0xe7, 0x61, 0x57, 0xa5, 0xbb, 0xa6, 0xbf, 0x60, 0x16, 0x34, 0x68, 0x91, 0x33, 0x3a, 0x36, 0x22, - 0x17, 0xe8, 0xb8, 0xa3, 0xe3, 0xfa, 0x97, 0x4b, 0x60, 0x28, 0x32, 0x53, 0x7e, 0xee, 0x97, 0xeb, - 0x39, 0x0d, 0x0c, 0xb0, 0x60, 0xba, 0xf4, 0x2f, 0xa6, 0x5b, 0x64, 0x73, 0xde, 0xa3, 0x13, 0xfc, - 0x62, 0x91, 0xb5, 0x21, 0xf2, 0x83, 0x2c, 0xfc, 0x2f, 0x8a, 0xd7, 0xee, 0xdd, 0x27, 0x5b, 0x8b, - 0xf5, 0xda, 0xe6, 0x83, 0xb7, 0x3f, 0xa6, 0x8e, 0x75, 0x3a, 0x75, 0xac, 0x5f, 0x53, 0xc7, 0xfa, - 0x3c, 0x73, 0x7a, 0xa7, 0x33, 0xa7, 0xf7, 0x73, 0xe6, 0xf4, 0xde, 0x79, 0x3c, 0x51, 0x47, 0x45, - 0xe8, 0x45, 0x62, 0xec, 0xeb, 0x3b, 0xf9, 0x2c, 0x65, 0x21, 0x9a, 0x67, 0xff, 0xe3, 0xd9, 0x0d, - 0x55, 0x93, 0x1c, 0x30, 0x5c, 0x6e, 0xee, 0xe2, 0xcb, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x67, - 0x96, 0xde, 0xf9, 0xba, 0x04, 0x00, 0x00, + // 507 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x93, 0x31, 0x6f, 0xd3, 0x4c, + 0x18, 0xc7, 0xe3, 0xf7, 0xad, 0x4a, 0x39, 0x4a, 0x2b, 0xd2, 0xd2, 0x86, 0x4a, 0xd8, 0xe8, 0x58, + 0x40, 0x2a, 0x39, 0x52, 0xb6, 0xb2, 0x05, 0x36, 0x94, 0xc5, 0x52, 0x17, 0x96, 0xe8, 0x6c, 0x3f, + 0xbd, 0x46, 0x38, 0x3e, 0x73, 0xcf, 0x39, 0x22, 0xdf, 0x80, 0x91, 0x2f, 0x80, 0xd4, 0x99, 0x81, + 0x8f, 0x81, 0x18, 0x3b, 0x32, 0x59, 0x28, 0x59, 0x98, 0xfd, 0x09, 0x90, 0x7d, 0x67, 0x37, 0x69, + 0x8b, 0x4a, 0x17, 0x36, 0xdf, 0xf3, 0xfc, 0xfe, 0xf6, 0xff, 0x27, 0xeb, 0xc8, 0xf3, 0x08, 0x70, + 0x2c, 0x91, 0xa5, 0x4a, 0x1e, 0x8f, 0x62, 0x40, 0x36, 0xe9, 0x05, 0xa0, 0x79, 0x8f, 0x8d, 0x51, + 0xe0, 0x50, 0x41, 0xcc, 0xf5, 0x48, 0x26, 0x78, 0x32, 0x4a, 0xb1, 0x9b, 0x2a, 0xa9, 0x65, 0x7b, + 0xd7, 0x24, 0xba, 0x75, 0xa2, 0x6b, 0x13, 0x7b, 0xdb, 0x42, 0x0a, 0x59, 0x31, 0xac, 0x7c, 0x32, + 0xf8, 0xde, 0x03, 0x21, 0xa5, 0x88, 0x81, 0x55, 0xa7, 0x20, 0x3b, 0x66, 0x3c, 0x99, 0xd6, 0xab, + 0x50, 0x96, 0x6f, 0x1a, 0x9a, 0x8c, 0x39, 0xd8, 0xd5, 0xfe, 0x1f, 0x6b, 0xc9, 0x08, 0xe2, 0x2a, + 0x52, 0xce, 0x2d, 0x7d, 0x70, 0x0d, 0x7d, 0x85, 0xc6, 0xb5, 0x99, 0x48, 0x73, 0x31, 0x54, 0xf0, + 0x3e, 0x03, 0xd4, 0x36, 0x43, 0xbf, 0x3a, 0xe4, 0xfe, 0x00, 0xc5, 0x2b, 0x05, 0x5c, 0x83, 0xbf, + 0xf0, 0xd2, 0xf6, 0x53, 0xb2, 0x8a, 0x90, 0x44, 0xa0, 0x3a, 0xce, 0x23, 0xe7, 0xc9, 0xed, 0xfe, + 0xbd, 0x22, 0xf7, 0xee, 0x4e, 0xf9, 0x38, 0x3e, 0xa4, 0x66, 0x4e, 0x7d, 0x0b, 0xb4, 0x19, 0x59, + 0x53, 0x10, 0xc2, 0x68, 0x02, 0xaa, 0xf3, 0x5f, 0x05, 0x6f, 0x15, 0xb9, 0xb7, 0x69, 0xe0, 0x7a, + 0x43, 0xfd, 0x06, 0x2a, 0x03, 0x98, 0x05, 0x98, 0xf2, 0x10, 0x3a, 0xff, 0x5f, 0x0c, 0xd4, 0x1b, + 0xea, 0x37, 0xd0, 0xe1, 0xda, 0xc7, 0x53, 0xaf, 0xf5, 0xeb, 0xd4, 0x6b, 0x51, 0x8f, 0x3c, 0xbc, + 0xb2, 0xaf, 0x0f, 0x98, 0xca, 0x04, 0x81, 0x7e, 0x31, 0x46, 0xaf, 0x21, 0x86, 0x0b, 0x46, 0x8f, + 0xc9, 0x4a, 0x86, 0x8d, 0xcf, 0x66, 0x91, 0x7b, 0x77, 0xcc, 0x17, 0xcb, 0x29, 0xf5, 0xab, 0x65, + 0xfb, 0x25, 0x59, 0x0f, 0x65, 0x96, 0x68, 0x50, 0x29, 0x57, 0x7a, 0x6a, 0x7d, 0x76, 0x8b, 0xdc, + 0xdb, 0x32, 0xf0, 0xe2, 0x96, 0xfa, 0x4b, 0xf0, 0x8d, 0xbd, 0xac, 0xcd, 0xe5, 0xae, 0x8d, 0xcd, + 0x37, 0x87, 0xac, 0x0f, 0x50, 0xf4, 0x63, 0x19, 0xbe, 0x3b, 0x2a, 0xfb, 0xed, 0x93, 0x5b, 0x41, + 0x79, 0x68, 0x3c, 0xda, 0x45, 0xee, 0x6d, 0x98, 0x2f, 0xd8, 0x05, 0xf5, 0x6b, 0xe4, 0x9c, 0x8e, + 0xac, 0xc8, 0x25, 0x3a, 0x6a, 0xe8, 0xa8, 0xfc, 0xe5, 0x0a, 0x38, 0xca, 0xc4, 0x96, 0x5f, 0xf8, + 0xe5, 0x66, 0x4e, 0x7d, 0x0b, 0x2c, 0x99, 0xae, 0xfc, 0x8d, 0xe9, 0x0e, 0xd9, 0x5e, 0xf4, 0x68, + 0x04, 0x3f, 0x3b, 0x64, 0x63, 0x80, 0xe2, 0x28, 0x09, 0xfe, 0x89, 0xe2, 0x8d, 0x7b, 0x77, 0xc8, + 0xce, 0x72, 0xbd, 0xba, 0x79, 0xff, 0xcd, 0xf7, 0x99, 0xeb, 0x9c, 0xcd, 0x5c, 0xe7, 0xe7, 0xcc, + 0x75, 0x3e, 0xcd, 0xdd, 0xd6, 0xd9, 0xdc, 0x6d, 0xfd, 0x98, 0xbb, 0xad, 0xb7, 0x3d, 0x31, 0xd2, + 0x27, 0x59, 0xd0, 0x0d, 0xe5, 0x98, 0x99, 0x3b, 0xf9, 0x2c, 0xe6, 0x01, 0xda, 0x67, 0x36, 0x39, + 0x60, 0x1f, 0xce, 0x2f, 0xa9, 0x9e, 0xa6, 0x80, 0xc1, 0x6a, 0x75, 0x1d, 0x5f, 0xfc, 0x0e, 0x00, + 0x00, 0xff, 0xff, 0xd0, 0x1c, 0x97, 0x0c, 0xbd, 0x04, 0x00, 0x00, } func (m *MsgCreateRelationship) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/msgs_relationships_test.go b/x/profiles/types/msgs_relationships_test.go index 603f53e481..a25b196771 100644 --- a/x/profiles/types/msgs_relationships_test.go +++ b/x/profiles/types/msgs_relationships_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/profiles/types" + "github.com/desmos-labs/desmos/v2/x/profiles/types" "github.com/stretchr/testify/require" ) diff --git a/x/profiles/types/query.pb.go b/x/profiles/types/query.pb.go index 321baf0b94..f655c5caad 100644 --- a/x/profiles/types/query.pb.go +++ b/x/profiles/types/query.pb.go @@ -35,52 +35,52 @@ func init() { } var fileDescriptor_5e0074f57a59f38d = []byte{ - // 712 bytes of a gzipped FileDescriptorProto + // 714 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x95, 0x4f, 0x6b, 0x13, 0x4f, 0x18, 0xc7, 0xbb, 0x3f, 0xf8, 0x55, 0x18, 0xa8, 0xc8, 0x28, 0x48, 0x43, 0x89, 0xa8, 0x07, 0xb5, - 0x69, 0x76, 0x9a, 0x56, 0x4b, 0x2d, 0x52, 0x69, 0xda, 0x83, 0x15, 0x0f, 0xb5, 0xd4, 0x8b, 0x97, - 0x30, 0xbb, 0x9d, 0x6e, 0x87, 0x6e, 0x66, 0xa6, 0x33, 0x93, 0x62, 0x09, 0xb9, 0x78, 0xf6, 0x20, - 0x78, 0xe9, 0x0b, 0xf0, 0x25, 0xf8, 0x0e, 0xbc, 0x08, 0x5e, 0x0a, 0x82, 0x78, 0xf0, 0x20, 0xad, - 0x17, 0xdf, 0x85, 0xec, 0xfc, 0x49, 0x4c, 0x24, 0x9b, 0x4d, 0xbd, 0x65, 0x67, 0xbf, 0xdf, 0x79, - 0x3e, 0xdf, 0xe7, 0x99, 0xd9, 0x80, 0xdb, 0xbb, 0x44, 0x35, 0xb9, 0x42, 0x42, 0xf2, 0x3d, 0x9a, - 0x12, 0x85, 0x8e, 0x6a, 0x11, 0xd1, 0xb8, 0x86, 0x0e, 0x5b, 0x44, 0x1e, 0x87, 0x42, 0x72, 0xcd, - 0xe1, 0x75, 0x2b, 0x0a, 0xbd, 0x28, 0x74, 0xa2, 0xd2, 0xb5, 0x84, 0x27, 0xdc, 0x68, 0x50, 0xf6, - 0xcb, 0xca, 0x4b, 0x33, 0x09, 0xe7, 0x49, 0x4a, 0x10, 0x16, 0x14, 0x61, 0xc6, 0xb8, 0xc6, 0x9a, - 0x72, 0xa6, 0xdc, 0xdb, 0x69, 0xf7, 0xd6, 0x3c, 0x45, 0xad, 0x3d, 0x84, 0x99, 0xab, 0x53, 0xaa, - 0xe4, 0xc2, 0x34, 0xdc, 0xb2, 0x13, 0xd7, 0xf2, 0xc5, 0x92, 0xa4, 0xb6, 0xec, 0x3e, 0x15, 0xaa, - 0x98, 0x65, 0x57, 0xe3, 0xa4, 0x21, 0xc9, 0x61, 0x8b, 0x28, 0xed, 0x2d, 0xb3, 0x23, 0x90, 0xb0, - 0xc4, 0x4d, 0xaf, 0x45, 0xf9, 0xda, 0x78, 0x1f, 0x53, 0xd6, 0x48, 0x29, 0x3b, 0xf0, 0x86, 0x6a, - 0xbe, 0x01, 0x0b, 0xd1, 0x27, 0x9f, 0x8e, 0x79, 0x26, 0x6f, 0xd8, 0x86, 0xdb, 0x07, 0x8f, 0x69, - 0x9f, 0x50, 0x84, 0x15, 0xb1, 0xee, 0xee, 0x5e, 0x02, 0x27, 0x94, 0x99, 0x56, 0x58, 0xed, 0xc2, - 0xe7, 0xcb, 0xe0, 0xff, 0xe7, 0x99, 0x04, 0x9e, 0x04, 0xe0, 0xd2, 0x96, 0xad, 0x0d, 0xe7, 0xc2, - 0x21, 0x43, 0x0e, 0x8d, 0xd6, 0xc9, 0xb6, 0x6d, 0x77, 0x4a, 0xd5, 0x82, 0x6a, 0x25, 0x38, 0x53, - 0xe4, 0xd6, 0xfc, 0xeb, 0x2f, 0x3f, 0xdf, 0xfd, 0x37, 0x0b, 0xef, 0x0e, 0x6d, 0x51, 0x77, 0xa1, - 0xdd, 0x52, 0x44, 0x76, 0xe0, 0xaf, 0x00, 0xcc, 0x6c, 0xb2, 0x98, 0x37, 0x29, 0x4b, 0x36, 0x76, - 0x70, 0xb2, 0x23, 0x31, 0x53, 0x7b, 0x44, 0x3a, 0x00, 0x05, 0xd7, 0xf2, 0x09, 0xf2, 0xbc, 0x3e, - 0x44, 0xfd, 0x5f, 0xb6, 0x70, 0xc9, 0xea, 0x26, 0xd9, 0x23, 0xb8, 0x32, 0x34, 0x99, 0x39, 0x55, - 0xda, 0xf9, 0xbb, 0xc7, 0x0b, 0xb5, 0x25, 0x89, 0x09, 0x3d, 0xca, 0xb2, 0xbe, 0x09, 0xc0, 0xe4, - 0x96, 0x39, 0x48, 0xb0, 0x32, 0xa2, 0xaf, 0x46, 0xe5, 0xf9, 0xe7, 0x8a, 0x89, 0x1d, 0xe9, 0x1d, - 0x43, 0x7a, 0x13, 0xde, 0x18, 0x3e, 0x03, 0xcb, 0xf0, 0x21, 0x00, 0x53, 0xdb, 0x7f, 0xde, 0x1e, - 0xb8, 0x90, 0x5f, 0xa8, 0x4f, 0xec, 0xe1, 0x16, 0xc7, 0xf2, 0x38, 0xc6, 0x15, 0xc3, 0x78, 0x1f, - 0x2e, 0x78, 0xc6, 0xbe, 0x5b, 0xdc, 0x05, 0xed, 0x5f, 0x75, 0x27, 0xe6, 0x24, 0x00, 0x93, 0xf5, - 0x94, 0xc7, 0x07, 0x23, 0xbb, 0x68, 0x55, 0x05, 0xbb, 0xe8, 0xc5, 0x8e, 0x70, 0xd1, 0x10, 0x56, - 0x61, 0x25, 0x9f, 0x30, 0x32, 0x2e, 0x8f, 0xf6, 0x3e, 0x00, 0x60, 0x3d, 0xbb, 0xfd, 0xcf, 0xb2, - 0xdb, 0x0c, 0x51, 0x7e, 0xc5, 0x9e, 0xd2, 0x23, 0xce, 0x17, 0x37, 0x0c, 0xc3, 0xfc, 0x6b, 0xd8, - 0xe6, 0x6b, 0x54, 0x35, 0x9f, 0x17, 0x8f, 0xf9, 0x31, 0x00, 0x53, 0x2f, 0x14, 0x91, 0xdd, 0xfd, - 0x46, 0x0d, 0xbe, 0x4f, 0x5c, 0x70, 0xf0, 0x03, 0x1e, 0xc7, 0xbb, 0x69, 0x78, 0xd7, 0xe1, 0xda, - 0x18, 0xbc, 0xa8, 0x6d, 0xbf, 0xa8, 0x0c, 0x37, 0x49, 0x07, 0xb5, 0x35, 0x96, 0x09, 0xd1, 0x9d, - 0xec, 0xf8, 0x5e, 0x59, 0x13, 0x22, 0xa5, 0xb1, 0x99, 0x8b, 0x6d, 0xf9, 0x83, 0x7c, 0xa8, 0x41, - 0xbd, 0xcf, 0xb2, 0x34, 0xae, 0xcd, 0xc5, 0xa9, 0x99, 0x38, 0x15, 0x78, 0x6f, 0x68, 0x1c, 0x2c, - 0x44, 0x7f, 0xf3, 0xbf, 0x06, 0xe0, 0x6a, 0xd6, 0x9b, 0x81, 0x3d, 0xe1, 0xf2, 0xe8, 0x76, 0x0e, - 0x58, 0x3c, 0xfc, 0xc3, 0x0b, 0x38, 0x1d, 0xff, 0x53, 0xc3, 0xbf, 0x01, 0xeb, 0x85, 0xf9, 0x51, - 0x1b, 0xf7, 0xf6, 0xea, 0xd8, 0x45, 0x33, 0x18, 0xf8, 0x3d, 0x00, 0xd3, 0x03, 0x75, 0xea, 0xc7, - 0xeb, 0x29, 0x25, 0x4c, 0x6f, 0x6e, 0xc0, 0xd5, 0xb1, 0x3a, 0xdc, 0x33, 0xfa, 0x90, 0x8f, 0x2f, - 0xec, 0x77, 0x51, 0x57, 0x4d, 0xd4, 0x65, 0xb8, 0x54, 0x20, 0x6a, 0x6c, 0xcc, 0x0a, 0xb5, 0xed, - 0x8f, 0x06, 0xdd, 0xed, 0xd4, 0x9f, 0x7c, 0x3a, 0x2b, 0x07, 0xa7, 0x67, 0xe5, 0xe0, 0xc7, 0x59, - 0x39, 0x78, 0x7b, 0x5e, 0x9e, 0x38, 0x3d, 0x2f, 0x4f, 0x7c, 0x3b, 0x2f, 0x4f, 0xbc, 0x0c, 0x13, - 0xaa, 0xf7, 0x5b, 0x51, 0x18, 0xf3, 0xa6, 0xdb, 0xbb, 0x9a, 0xe2, 0x48, 0xf9, 0x3a, 0xaf, 0x7a, - 0x95, 0xf4, 0xb1, 0x20, 0x2a, 0x9a, 0x34, 0x7f, 0xcf, 0x8b, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, - 0xd2, 0x6a, 0x7a, 0x47, 0x93, 0x09, 0x00, 0x00, + 0x69, 0x32, 0x4d, 0xaa, 0xa5, 0x16, 0xa9, 0x34, 0xed, 0xa5, 0xea, 0xa1, 0x96, 0x7a, 0xf1, 0x12, + 0x66, 0xb7, 0xd3, 0xed, 0xd0, 0xcd, 0xcc, 0x74, 0x66, 0x52, 0x2c, 0x21, 0x17, 0xcf, 0x1e, 0x04, + 0x2f, 0x7d, 0x01, 0xbe, 0x04, 0xdf, 0x81, 0x17, 0xc1, 0x4b, 0x41, 0x10, 0x0f, 0x1e, 0xa4, 0xf1, + 0xe2, 0xbb, 0x90, 0x9d, 0x3f, 0x89, 0x89, 0x64, 0xb3, 0xa9, 0xb7, 0xec, 0xec, 0xf7, 0x3b, 0xcf, + 0xe7, 0xfb, 0x3c, 0x33, 0x1b, 0x70, 0x7b, 0x8f, 0xa8, 0x26, 0x57, 0x48, 0x48, 0xbe, 0x4f, 0x13, + 0xa2, 0xd0, 0x71, 0x35, 0x24, 0x1a, 0x57, 0xd1, 0x51, 0x8b, 0xc8, 0x93, 0x8a, 0x90, 0x5c, 0x73, + 0x78, 0xdd, 0x8a, 0x2a, 0x5e, 0x54, 0x71, 0xa2, 0xc2, 0xb5, 0x98, 0xc7, 0xdc, 0x68, 0x50, 0xfa, + 0xcb, 0xca, 0x0b, 0x73, 0x31, 0xe7, 0x71, 0x42, 0x10, 0x16, 0x14, 0x61, 0xc6, 0xb8, 0xc6, 0x9a, + 0x72, 0xa6, 0xdc, 0xdb, 0x59, 0xf7, 0xd6, 0x3c, 0x85, 0xad, 0x7d, 0x84, 0x99, 0xab, 0x53, 0x28, + 0x65, 0xc2, 0x34, 0xdc, 0xb2, 0x13, 0x57, 0xb3, 0xc5, 0x92, 0x24, 0xb6, 0xec, 0x01, 0x15, 0x2a, + 0x9f, 0x65, 0x4f, 0xe3, 0xb8, 0x21, 0xc9, 0x51, 0x8b, 0x28, 0xed, 0x2d, 0xf3, 0x63, 0x90, 0xb0, + 0xc4, 0x4d, 0xaf, 0x45, 0xd9, 0xda, 0xe8, 0x00, 0x53, 0xd6, 0x48, 0x28, 0x3b, 0xf4, 0x86, 0x72, + 0xb6, 0x01, 0x0b, 0x31, 0x20, 0x9f, 0x8d, 0x78, 0x2a, 0x6f, 0xd8, 0x86, 0xdb, 0x07, 0x8f, 0x69, + 0x9f, 0x50, 0x88, 0x15, 0xb1, 0xee, 0xde, 0x5e, 0x02, 0xc7, 0x94, 0x99, 0x56, 0x58, 0x6d, 0xed, + 0xf3, 0x65, 0xf0, 0xff, 0xf3, 0x54, 0x02, 0x4f, 0x03, 0x70, 0x69, 0xdb, 0xd6, 0x86, 0x0b, 0x95, + 0x11, 0x43, 0xae, 0x18, 0xad, 0x93, 0xed, 0xd8, 0xee, 0x14, 0xca, 0x39, 0xd5, 0x4a, 0x70, 0xa6, + 0xc8, 0xad, 0xc5, 0xd7, 0x5f, 0x7e, 0xbe, 0xfb, 0x6f, 0x1e, 0xde, 0x1d, 0xd9, 0xa2, 0xde, 0x42, + 0xbb, 0xa5, 0x88, 0xec, 0xc0, 0x5f, 0x01, 0x98, 0xdb, 0x62, 0x11, 0x6f, 0x52, 0x16, 0x6f, 0xee, + 0xe2, 0x78, 0x57, 0x62, 0xa6, 0xf6, 0x89, 0x74, 0x00, 0x0a, 0xae, 0x67, 0x13, 0x64, 0x79, 0x7d, + 0x88, 0xfa, 0xbf, 0x6c, 0xe1, 0x92, 0xd5, 0x4d, 0xb2, 0x47, 0x70, 0x75, 0x64, 0x32, 0x73, 0xaa, + 0xb4, 0xf3, 0xf7, 0x8e, 0x17, 0x6a, 0x4b, 0x12, 0x11, 0x7a, 0x9c, 0x66, 0x7d, 0x13, 0x80, 0xe9, + 0x6d, 0x73, 0x90, 0x60, 0x69, 0x4c, 0x5f, 0x8d, 0xca, 0xf3, 0x2f, 0xe4, 0x13, 0x3b, 0xd2, 0x3b, + 0x86, 0xf4, 0x26, 0xbc, 0x31, 0x7a, 0x06, 0x96, 0xe1, 0x43, 0x00, 0x66, 0x76, 0xfe, 0xbc, 0x3d, + 0xb0, 0x96, 0x5d, 0x68, 0x40, 0xec, 0xe1, 0x96, 0x26, 0xf2, 0x38, 0xc6, 0x55, 0xc3, 0x78, 0x1f, + 0xd6, 0x3c, 0xe3, 0xc0, 0x2d, 0xee, 0x81, 0x0e, 0xae, 0xba, 0x13, 0x73, 0x1a, 0x80, 0xe9, 0x7a, + 0xc2, 0xa3, 0xc3, 0xb1, 0x5d, 0xb4, 0xaa, 0x9c, 0x5d, 0xf4, 0x62, 0x47, 0xb8, 0x64, 0x08, 0xcb, + 0xb0, 0x94, 0x4d, 0x18, 0x1a, 0x97, 0x47, 0x7b, 0x1f, 0x00, 0xb0, 0x91, 0xde, 0xfe, 0x67, 0xe9, + 0x6d, 0x86, 0x28, 0xbb, 0x62, 0x5f, 0xe9, 0x11, 0x17, 0xf3, 0x1b, 0x46, 0x61, 0xfe, 0x35, 0x6c, + 0xf3, 0x35, 0x2a, 0x9b, 0xcf, 0x8b, 0xc7, 0xfc, 0x18, 0x80, 0x99, 0x17, 0x8a, 0xc8, 0xde, 0x7e, + 0xe3, 0x06, 0x3f, 0x20, 0xce, 0x39, 0xf8, 0x21, 0x8f, 0xe3, 0xdd, 0x32, 0xbc, 0x1b, 0x70, 0x7d, + 0x02, 0x5e, 0xd4, 0xb6, 0x5f, 0x54, 0x86, 0x9b, 0xa4, 0x83, 0xda, 0x1a, 0xcb, 0x98, 0xe8, 0x4e, + 0x7a, 0x7c, 0xaf, 0xac, 0x0b, 0x91, 0xd0, 0xc8, 0xcc, 0xc5, 0xb6, 0xfc, 0x41, 0x36, 0xd4, 0xb0, + 0xde, 0x67, 0x59, 0x9e, 0xd4, 0xe6, 0xe2, 0x54, 0x4d, 0x9c, 0x12, 0xbc, 0x37, 0x32, 0x0e, 0x16, + 0x62, 0xb0, 0xf9, 0x5f, 0x03, 0x70, 0x35, 0xed, 0xcd, 0xd0, 0x9e, 0x70, 0x65, 0x7c, 0x3b, 0x87, + 0x2c, 0x1e, 0xfe, 0xe1, 0x05, 0x9c, 0x8e, 0xff, 0x89, 0xe1, 0xdf, 0x84, 0xf5, 0xdc, 0xfc, 0xa8, + 0x8d, 0xfb, 0x7b, 0x75, 0xec, 0xa2, 0x19, 0x0c, 0xfc, 0x1e, 0x80, 0xd9, 0xa1, 0x3a, 0xf5, 0x93, + 0x8d, 0x84, 0x12, 0xa6, 0xb7, 0x36, 0xe1, 0xda, 0x44, 0x1d, 0xee, 0x1b, 0x7d, 0xc8, 0xc7, 0x17, + 0xf6, 0xbb, 0xa8, 0x6b, 0x26, 0xea, 0x0a, 0x5c, 0xce, 0x11, 0x35, 0x32, 0x66, 0x85, 0xda, 0xf6, + 0x47, 0x83, 0xee, 0x75, 0xea, 0x4f, 0x3f, 0x9d, 0x17, 0x83, 0xb3, 0xf3, 0x62, 0xf0, 0xe3, 0xbc, + 0x18, 0xbc, 0xed, 0x16, 0xa7, 0xce, 0xba, 0xc5, 0xa9, 0x6f, 0xdd, 0xe2, 0xd4, 0xcb, 0x6a, 0x4c, + 0xf5, 0x41, 0x2b, 0xac, 0x44, 0xbc, 0xe9, 0xf6, 0x2e, 0x27, 0x38, 0x54, 0xbe, 0xce, 0x71, 0x0d, + 0xbd, 0xea, 0x17, 0xd3, 0x27, 0x82, 0xa8, 0x70, 0xda, 0xfc, 0x43, 0x2f, 0xfd, 0x0e, 0x00, 0x00, + 0xff, 0xff, 0xd5, 0xe9, 0xb0, 0xa6, 0x96, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/profiles/types/query_app_links.pb.go b/x/profiles/types/query_app_links.pb.go index b7067b8ce8..4679fa25c1 100644 --- a/x/profiles/types/query_app_links.pb.go +++ b/x/profiles/types/query_app_links.pb.go @@ -360,36 +360,36 @@ func init() { } var fileDescriptor_18d2a2b45fd238cb = []byte{ - // 460 bytes of a gzipped FileDescriptorProto + // 463 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x53, 0xd1, 0x6e, 0xd3, 0x30, 0x14, 0x6d, 0x58, 0x41, 0x9b, 0xfb, 0x16, 0x21, 0xd1, 0x85, 0x91, 0x55, 0x91, 0x18, 0x13, 0xd2, - 0x6c, 0x6d, 0x7c, 0x01, 0xa5, 0x02, 0x26, 0xf1, 0x00, 0x95, 0x78, 0xe1, 0xa5, 0x72, 0x92, 0xdb, - 0x60, 0xcd, 0xb1, 0xbd, 0xd8, 0x41, 0x84, 0xaf, 0xe0, 0x4b, 0xf8, 0x8e, 0x3d, 0xee, 0x91, 0x27, - 0x84, 0xda, 0x1f, 0x41, 0xb1, 0xbd, 0x76, 0x54, 0x0b, 0x93, 0xd0, 0xde, 0x7c, 0x7d, 0xce, 0xbd, - 0xf7, 0x9c, 0x63, 0x19, 0x1d, 0xe5, 0xa0, 0x4b, 0xa9, 0x89, 0xaa, 0xe4, 0x9c, 0x71, 0xd0, 0xe4, - 0xcb, 0x71, 0x0a, 0x86, 0x1e, 0x93, 0xf3, 0x1a, 0xaa, 0x66, 0x46, 0x95, 0x9a, 0x71, 0x26, 0xce, - 0x34, 0x56, 0x95, 0x34, 0x32, 0x7c, 0xe4, 0xe8, 0xf8, 0x8a, 0x8e, 0x3d, 0x3d, 0x7a, 0x58, 0xc8, - 0x42, 0x5a, 0x0e, 0x69, 0x4f, 0x8e, 0x1e, 0xed, 0x15, 0x52, 0x16, 0x1c, 0x08, 0x55, 0x8c, 0x50, - 0x21, 0xa4, 0xa1, 0x86, 0x49, 0xe1, 0x87, 0x45, 0xbb, 0x1e, 0xb5, 0x55, 0x5a, 0xcf, 0x09, 0x15, - 0x8d, 0x87, 0x70, 0x97, 0xac, 0x52, 0xe6, 0xc0, 0xf5, 0xa6, 0xae, 0x68, 0x37, 0x93, 0x2d, 0x7f, - 0xe6, 0x14, 0xb8, 0xc2, 0x43, 0xcf, 0x5d, 0x45, 0x52, 0xaa, 0xc1, 0xb9, 0x5a, 0x0d, 0x53, 0xb4, - 0x60, 0xc2, 0x4a, 0x72, 0xdc, 0x44, 0xa3, 0xfd, 0x0f, 0x2d, 0xe3, 0xa3, 0x86, 0xea, 0xa5, 0x52, - 0x9c, 0x65, 0x16, 0x7d, 0xc7, 0xc4, 0xd9, 0x14, 0xce, 0x6b, 0xd0, 0x26, 0x0c, 0x51, 0xbf, 0xd6, - 0x50, 0x0d, 0x83, 0x51, 0x70, 0xb8, 0x33, 0xb5, 0xe7, 0x70, 0x84, 0x06, 0x74, 0xcd, 0x1e, 0xde, - 0xb3, 0xd0, 0xf5, 0xab, 0x30, 0x42, 0xdb, 0x2d, 0x53, 0xd0, 0x12, 0x86, 0x5b, 0x16, 0x5e, 0xd5, - 0xc9, 0x1c, 0x8d, 0xba, 0x97, 0x6a, 0x25, 0x85, 0x86, 0x70, 0x8c, 0xfa, 0xad, 0x5d, 0xbb, 0x75, - 0x70, 0x72, 0x88, 0x3b, 0x9e, 0x01, 0x6f, 0xf4, 0x8f, 0xfb, 0x17, 0xbf, 0xf6, 0x7b, 0x53, 0xdb, - 0x9b, 0x7c, 0x43, 0x7b, 0x76, 0xcf, 0x06, 0x47, 0xff, 0xcb, 0xd9, 0x6b, 0x84, 0xd6, 0x21, 0x59, - 0x63, 0x83, 0x93, 0x03, 0xec, 0xf3, 0x6d, 0x13, 0xc5, 0x36, 0xd1, 0xd5, 0xfe, 0xf7, 0xb4, 0x00, - 0x3f, 0x6f, 0x7a, 0xad, 0x33, 0xf9, 0x11, 0xa0, 0x27, 0x1d, 0xcb, 0xbd, 0xc3, 0x09, 0xba, 0x6f, - 0x1f, 0x74, 0x18, 0x8c, 0xb6, 0xfe, 0xc3, 0xa2, 0x6b, 0x0e, 0xdf, 0xdc, 0xa0, 0xf7, 0xd9, 0xad, - 0x7a, 0x9d, 0x84, 0xbf, 0x04, 0x4f, 0xd0, 0xd3, 0x9b, 0xf4, 0x8e, 0x9b, 0x57, 0x9c, 0x81, 0x30, - 0xa7, 0x93, 0xab, 0xd4, 0x1e, 0xa3, 0x9d, 0xcc, 0x5e, 0xcd, 0x58, 0xee, 0xa3, 0xdb, 0x76, 0x17, - 0xa7, 0x79, 0xc2, 0xd1, 0xc1, 0x6d, 0x53, 0xee, 0xee, 0x81, 0xc7, 0x6f, 0x2f, 0x16, 0x71, 0x70, - 0xb9, 0x88, 0x83, 0xdf, 0x8b, 0x38, 0xf8, 0xbe, 0x8c, 0x7b, 0x97, 0xcb, 0xb8, 0xf7, 0x73, 0x19, - 0xf7, 0x3e, 0xe1, 0x82, 0x99, 0xcf, 0x75, 0x8a, 0x33, 0x59, 0x12, 0x37, 0xf9, 0x88, 0xd3, 0x54, - 0xfb, 0x33, 0xf9, 0xba, 0xfe, 0x67, 0xa6, 0x51, 0xa0, 0xd3, 0x07, 0xf6, 0x3b, 0xbc, 0xf8, 0x13, - 0x00, 0x00, 0xff, 0xff, 0xb7, 0x75, 0xa8, 0xc0, 0x1e, 0x04, 0x00, 0x00, + 0x6c, 0xb5, 0x7c, 0x01, 0xa5, 0x02, 0x4d, 0xf0, 0x00, 0x95, 0x78, 0xe1, 0xa5, 0x72, 0x9a, 0xdb, + 0x60, 0xcd, 0xb1, 0xbd, 0xd8, 0x99, 0x08, 0x5f, 0xc1, 0x97, 0xf0, 0x1d, 0x7b, 0xdc, 0x23, 0x4f, + 0x08, 0xb5, 0x3f, 0x82, 0x62, 0x7b, 0xed, 0xa8, 0x16, 0x26, 0x21, 0xde, 0x7c, 0x7d, 0xce, 0xbd, + 0xf7, 0x9c, 0x63, 0x19, 0x9d, 0x64, 0xa0, 0x0b, 0xa9, 0x89, 0x2a, 0xe5, 0x82, 0x71, 0xd0, 0xe4, + 0x62, 0x98, 0x82, 0xa1, 0x43, 0x72, 0x5e, 0x41, 0x59, 0xcf, 0xa8, 0x52, 0x33, 0xce, 0xc4, 0x99, + 0xc6, 0xaa, 0x94, 0x46, 0x86, 0x8f, 0x1c, 0x1d, 0x5f, 0xd3, 0xb1, 0xa7, 0x47, 0x0f, 0x73, 0x99, + 0x4b, 0xcb, 0x21, 0xcd, 0xc9, 0xd1, 0xa3, 0x83, 0x5c, 0xca, 0x9c, 0x03, 0xa1, 0x8a, 0x11, 0x2a, + 0x84, 0x34, 0xd4, 0x30, 0x29, 0xfc, 0xb0, 0x68, 0xdf, 0xa3, 0xb6, 0x4a, 0xab, 0x05, 0xa1, 0xa2, + 0xf6, 0x10, 0x6e, 0x93, 0x55, 0xc8, 0x0c, 0xb8, 0xde, 0xd6, 0x15, 0xed, 0xcf, 0x65, 0xc3, 0x9f, + 0x39, 0x05, 0xae, 0xf0, 0xd0, 0x73, 0x57, 0x91, 0x94, 0x6a, 0x70, 0xae, 0xd6, 0xc3, 0x14, 0xcd, + 0x99, 0xb0, 0x92, 0x1c, 0x37, 0xd1, 0xe8, 0xf0, 0x43, 0xc3, 0xf8, 0xa8, 0xa1, 0x7c, 0xa9, 0x14, + 0x67, 0x73, 0x8b, 0xbe, 0x63, 0xe2, 0x6c, 0x0a, 0xe7, 0x15, 0x68, 0x13, 0x86, 0xa8, 0x5b, 0x69, + 0x28, 0xfb, 0xc1, 0x20, 0x38, 0xde, 0x9b, 0xda, 0x73, 0x38, 0x40, 0x3d, 0xba, 0x61, 0xf7, 0xef, + 0x59, 0xe8, 0xe6, 0x55, 0x18, 0xa1, 0xdd, 0x86, 0x29, 0x68, 0x01, 0xfd, 0x1d, 0x0b, 0xaf, 0xeb, + 0x64, 0x81, 0x06, 0xed, 0x4b, 0xb5, 0x92, 0x42, 0x43, 0x38, 0x46, 0xdd, 0xc6, 0xae, 0xdd, 0xda, + 0x1b, 0x1d, 0xe3, 0x96, 0x67, 0xc0, 0x5b, 0xfd, 0xe3, 0xee, 0xe5, 0xcf, 0xc3, 0xce, 0xd4, 0xf6, + 0x26, 0x5f, 0xd1, 0x81, 0xdd, 0xb3, 0xc5, 0xd1, 0x7f, 0x73, 0xf6, 0x1a, 0xa1, 0x4d, 0x48, 0xd6, + 0x58, 0x6f, 0x74, 0x84, 0x7d, 0xbe, 0x4d, 0xa2, 0xd8, 0x26, 0xba, 0xde, 0xff, 0x9e, 0xe6, 0xe0, + 0xe7, 0x4d, 0x6f, 0x74, 0x26, 0xdf, 0x03, 0xf4, 0xa4, 0x65, 0xb9, 0x77, 0x38, 0x41, 0xf7, 0xed, + 0x83, 0xf6, 0x83, 0xc1, 0xce, 0x3f, 0x58, 0x74, 0xcd, 0xe1, 0x9b, 0x5b, 0xf4, 0x3e, 0xbb, 0x53, + 0xaf, 0x93, 0xf0, 0x87, 0xe0, 0x09, 0x7a, 0x7a, 0x9b, 0xde, 0x71, 0xfd, 0x8a, 0x33, 0x10, 0xe6, + 0x74, 0x72, 0x9d, 0xda, 0x63, 0xb4, 0x37, 0xb7, 0x57, 0x33, 0x96, 0xf9, 0xe8, 0x76, 0xdd, 0xc5, + 0x69, 0x96, 0x70, 0x74, 0x74, 0xd7, 0x94, 0xff, 0xf7, 0xc0, 0xe3, 0xb7, 0x97, 0xcb, 0x38, 0xb8, + 0x5a, 0xc6, 0xc1, 0xaf, 0x65, 0x1c, 0x7c, 0x5b, 0xc5, 0x9d, 0xab, 0x55, 0xdc, 0xf9, 0xb1, 0x8a, + 0x3b, 0x9f, 0x86, 0x39, 0x33, 0x9f, 0xab, 0x14, 0xcf, 0x65, 0x41, 0xdc, 0xe4, 0x13, 0x4e, 0x53, + 0xed, 0xcf, 0xe4, 0x62, 0x44, 0xbe, 0x6c, 0xbe, 0x9a, 0xa9, 0x15, 0xe8, 0xf4, 0x81, 0xfd, 0x11, + 0x2f, 0x7e, 0x07, 0x00, 0x00, 0xff, 0xff, 0xff, 0x5d, 0x2b, 0x4d, 0x21, 0x04, 0x00, 0x00, } func (m *QueryUserApplicationLinkRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/query_chain_links.pb.go b/x/profiles/types/query_chain_links.pb.go index 88e11fa166..a5d9aaced3 100644 --- a/x/profiles/types/query_chain_links.pb.go +++ b/x/profiles/types/query_chain_links.pb.go @@ -261,34 +261,34 @@ func init() { } var fileDescriptor_c44c4be38a628772 = []byte{ - // 424 bytes of a gzipped FileDescriptorProto + // 426 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x53, 0xc1, 0x8e, 0xd3, 0x30, 0x10, 0x4d, 0xd8, 0xb2, 0xd2, 0x7a, 0x6f, 0x11, 0xda, 0x4d, 0x23, 0x08, 0xab, 0x1c, 0x00, 0x21, - 0x61, 0xb3, 0xe5, 0x8a, 0x38, 0x14, 0x09, 0x38, 0x20, 0x04, 0x91, 0xb8, 0xf4, 0x52, 0x39, 0xed, - 0xd4, 0xb5, 0x9a, 0xd8, 0x69, 0xec, 0x20, 0xfa, 0x17, 0x7c, 0x03, 0x5f, 0xd3, 0x63, 0x8f, 0x9c, - 0x10, 0x6a, 0x7f, 0x04, 0xc5, 0x76, 0xd3, 0x4a, 0x6d, 0x41, 0x7b, 0xf3, 0xe4, 0xcd, 0x9b, 0xf7, - 0xde, 0xc4, 0x46, 0x64, 0x0c, 0xaa, 0x90, 0x8a, 0x94, 0x95, 0x9c, 0xf0, 0x1c, 0x14, 0xf9, 0x76, - 0x9b, 0x81, 0xa6, 0xb7, 0x64, 0x5e, 0x43, 0xb5, 0x18, 0x8e, 0xa6, 0x94, 0x8b, 0x61, 0xce, 0xc5, - 0x4c, 0xe1, 0xb2, 0x92, 0x5a, 0x06, 0xd7, 0x96, 0x80, 0xb7, 0x04, 0xec, 0x08, 0xd1, 0x03, 0x26, - 0x99, 0x34, 0x3d, 0xa4, 0x39, 0xd9, 0xf6, 0xe8, 0x21, 0x93, 0x92, 0xe5, 0x40, 0x68, 0xc9, 0x09, - 0x15, 0x42, 0x6a, 0xaa, 0xb9, 0x14, 0x6e, 0x58, 0xd4, 0x75, 0xa8, 0xa9, 0xb2, 0x7a, 0x42, 0xa8, - 0x58, 0x38, 0xe8, 0xe5, 0x29, 0x63, 0x85, 0x1c, 0x43, 0xae, 0x0e, 0x9d, 0x45, 0xdd, 0x91, 0x6c, - 0x18, 0x43, 0xeb, 0xc1, 0x16, 0x0e, 0x7a, 0x6e, 0x2b, 0x92, 0x51, 0x05, 0x36, 0x59, 0x3b, 0xae, - 0xa4, 0x8c, 0x0b, 0x63, 0xca, 0xf6, 0x26, 0x13, 0xd4, 0xfd, 0xd2, 0x74, 0x7c, 0x55, 0x50, 0xbd, - 0x6d, 0x44, 0x3e, 0x72, 0x31, 0x4b, 0x61, 0x5e, 0x83, 0xd2, 0x41, 0x80, 0x3a, 0xb5, 0x82, 0x2a, - 0xf4, 0x6f, 0xfc, 0x67, 0x17, 0xa9, 0x39, 0x07, 0x8f, 0x10, 0xb2, 0x66, 0x04, 0x2d, 0x20, 0xbc, - 0x67, 0x90, 0x0b, 0xf3, 0xe5, 0x13, 0x2d, 0x20, 0xb8, 0x42, 0xe7, 0x9a, 0x56, 0x0c, 0x74, 0x78, - 0x66, 0x20, 0x57, 0x25, 0x03, 0x14, 0x1d, 0xd3, 0x51, 0xa5, 0x14, 0x0a, 0x82, 0xd7, 0xa8, 0xd3, - 0x64, 0x33, 0x42, 0x97, 0xbd, 0x04, 0x9f, 0xd8, 0x3a, 0x6e, 0x99, 0xfd, 0xce, 0xf2, 0xf7, 0x63, - 0x2f, 0x35, 0xac, 0x44, 0xa3, 0x2b, 0x33, 0xbb, 0x45, 0xd5, 0xbf, 0x02, 0xbc, 0x43, 0x68, 0xb7, - 0x05, 0x13, 0xe0, 0xb2, 0xf7, 0x04, 0xbb, 0x05, 0x36, 0x2b, 0xc3, 0x66, 0x65, 0xad, 0xe6, 0x67, - 0xca, 0xc0, 0xcd, 0x4b, 0xf7, 0x98, 0xc9, 0x4f, 0x1f, 0x5d, 0x1f, 0xc8, 0xba, 0x3c, 0x6f, 0xd0, - 0x7d, 0xf3, 0xaf, 0x42, 0xff, 0xe6, 0xec, 0x4e, 0x81, 0x2c, 0x2d, 0x78, 0x7f, 0xc4, 0xe3, 0xd3, - 0xff, 0x7a, 0xb4, 0xe2, 0xfb, 0x26, 0xfb, 0x1f, 0x96, 0xeb, 0xd8, 0x5f, 0xad, 0x63, 0xff, 0xcf, - 0x3a, 0xf6, 0x7f, 0x6c, 0x62, 0x6f, 0xb5, 0x89, 0xbd, 0x5f, 0x9b, 0xd8, 0x1b, 0x60, 0xc6, 0xf5, - 0xb4, 0xce, 0xf0, 0x48, 0x16, 0xee, 0x55, 0xbc, 0xc8, 0x69, 0xa6, 0xb6, 0x2f, 0xe4, 0xfb, 0xee, - 0x2a, 0xea, 0x45, 0x09, 0x2a, 0x3b, 0x37, 0xf7, 0xe5, 0xd5, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, - 0x0b, 0xb6, 0x3f, 0x0a, 0x43, 0x03, 0x00, 0x00, + 0x61, 0xd3, 0x72, 0x45, 0x1c, 0x16, 0x09, 0x0e, 0x20, 0x04, 0x91, 0xb8, 0xec, 0xa5, 0x72, 0xda, + 0xa9, 0x6b, 0x35, 0xb1, 0xd3, 0xd8, 0xa9, 0xe8, 0x5f, 0xf0, 0x0d, 0x7c, 0x4d, 0x8f, 0x3d, 0x72, + 0x42, 0xa8, 0xfd, 0x11, 0x14, 0xdb, 0x4d, 0x2b, 0xb5, 0x05, 0x71, 0xf3, 0xe4, 0xcd, 0x9b, 0xf7, + 0xde, 0xc4, 0x46, 0x64, 0x04, 0xaa, 0x90, 0x8a, 0x94, 0x95, 0x1c, 0xf3, 0x1c, 0x14, 0x99, 0xf7, + 0x32, 0xd0, 0xb4, 0x47, 0x66, 0x35, 0x54, 0x8b, 0xc1, 0x70, 0x42, 0xb9, 0x18, 0xe4, 0x5c, 0x4c, + 0x15, 0x2e, 0x2b, 0xa9, 0x65, 0x70, 0x6d, 0x09, 0x78, 0x4b, 0xc0, 0x8e, 0x10, 0x3d, 0x60, 0x92, + 0x49, 0xd3, 0x43, 0x9a, 0x93, 0x6d, 0x8f, 0x1e, 0x32, 0x29, 0x59, 0x0e, 0x84, 0x96, 0x9c, 0x50, + 0x21, 0xa4, 0xa6, 0x9a, 0x4b, 0xe1, 0x86, 0x45, 0x5d, 0x87, 0x9a, 0x2a, 0xab, 0xc7, 0x84, 0x8a, + 0x85, 0x83, 0x5e, 0x9e, 0x32, 0x56, 0xc8, 0x11, 0xe4, 0xea, 0xd0, 0x59, 0xd4, 0x1d, 0xca, 0x86, + 0x31, 0xb0, 0x1e, 0x6c, 0xe1, 0xa0, 0xe7, 0xb6, 0x22, 0x19, 0x55, 0x60, 0x93, 0xb5, 0xe3, 0x4a, + 0xca, 0xb8, 0x30, 0xa6, 0x6c, 0x6f, 0x32, 0x46, 0xdd, 0x2f, 0x4d, 0xc7, 0x57, 0x05, 0xd5, 0xdb, + 0x46, 0xe4, 0x23, 0x17, 0xd3, 0x14, 0x66, 0x35, 0x28, 0x1d, 0x04, 0xa8, 0x53, 0x2b, 0xa8, 0x42, + 0xff, 0xc6, 0x7f, 0x76, 0x91, 0x9a, 0x73, 0xf0, 0x08, 0x21, 0x6b, 0x46, 0xd0, 0x02, 0xc2, 0x7b, + 0x06, 0xb9, 0x30, 0x5f, 0x3e, 0xd1, 0x02, 0x82, 0x2b, 0x74, 0xae, 0x69, 0xc5, 0x40, 0x87, 0x67, + 0x06, 0x72, 0x55, 0x72, 0x87, 0xa2, 0x63, 0x3a, 0xaa, 0x94, 0x42, 0x41, 0xf0, 0x1a, 0x75, 0x9a, + 0x6c, 0x46, 0xe8, 0xb2, 0x9f, 0xe0, 0x13, 0x5b, 0xc7, 0x2d, 0xf3, 0xb6, 0xb3, 0xfc, 0xf5, 0xd8, + 0x4b, 0x0d, 0x2b, 0xd1, 0xe8, 0xca, 0xcc, 0x6e, 0x51, 0xf5, 0xb7, 0x00, 0xef, 0x10, 0xda, 0x6d, + 0xc1, 0x04, 0xb8, 0xec, 0x3f, 0xc1, 0x6e, 0x81, 0xcd, 0xca, 0xb0, 0x59, 0x59, 0xab, 0xf9, 0x99, + 0x32, 0x70, 0xf3, 0xd2, 0x3d, 0x66, 0xf2, 0xc3, 0x47, 0xd7, 0x07, 0xb2, 0x2e, 0xcf, 0x1b, 0x74, + 0xdf, 0xfc, 0xab, 0xd0, 0xbf, 0x39, 0xfb, 0xaf, 0x40, 0x96, 0x16, 0xbc, 0x3f, 0xe2, 0xf1, 0xe9, + 0x3f, 0x3d, 0x5a, 0xf1, 0x7d, 0x93, 0xb7, 0x1f, 0x96, 0xeb, 0xd8, 0x5f, 0xad, 0x63, 0xff, 0xf7, + 0x3a, 0xf6, 0xbf, 0x6f, 0x62, 0x6f, 0xb5, 0x89, 0xbd, 0x9f, 0x9b, 0xd8, 0xbb, 0xeb, 0x31, 0xae, + 0x27, 0x75, 0x86, 0x87, 0xb2, 0x70, 0xaf, 0xe2, 0x45, 0x4e, 0x33, 0xb5, 0x7d, 0x21, 0xf3, 0x3e, + 0xf9, 0xb6, 0xbb, 0x8d, 0x7a, 0x51, 0x82, 0xca, 0xce, 0xcd, 0x95, 0x79, 0xf5, 0x27, 0x00, 0x00, + 0xff, 0xff, 0x2b, 0xd8, 0xd3, 0x0f, 0x46, 0x03, 0x00, 0x00, } func (m *QueryUserChainLinkRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/query_dtag_requests.pb.go b/x/profiles/types/query_dtag_requests.pb.go index 0ec94a7fa2..1b3fea4755 100644 --- a/x/profiles/types/query_dtag_requests.pb.go +++ b/x/profiles/types/query_dtag_requests.pb.go @@ -144,31 +144,31 @@ func init() { var fileDescriptor_2be2e173228b210d = []byte{ // 396 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0x3f, 0x8f, 0xd3, 0x30, - 0x18, 0xc6, 0x63, 0x40, 0xa8, 0xa4, 0x5b, 0x84, 0x44, 0x1b, 0xa1, 0xb4, 0xea, 0x00, 0x01, 0x81, - 0xad, 0x96, 0x8d, 0xb1, 0x42, 0xfc, 0x59, 0x10, 0x44, 0x9d, 0x58, 0x2a, 0x27, 0x7d, 0x6b, 0x22, - 0x25, 0x76, 0x6a, 0x3b, 0x15, 0xfd, 0x06, 0x8c, 0x37, 0xde, 0xd8, 0x0f, 0x73, 0x43, 0xc7, 0x8e, - 0x37, 0x9d, 0x4e, 0xed, 0x72, 0x1f, 0xe3, 0x94, 0xd8, 0xfd, 0x33, 0xb4, 0xba, 0x9b, 0xe2, 0x37, - 0xef, 0xfb, 0x3c, 0xf9, 0x3d, 0x79, 0xed, 0xf6, 0x27, 0xa0, 0x72, 0xa1, 0x48, 0x21, 0xc5, 0x34, - 0xcd, 0x40, 0x91, 0x79, 0x3f, 0x06, 0x4d, 0xfb, 0x64, 0x56, 0x82, 0x5c, 0x8c, 0x27, 0x9a, 0xb2, - 0xb1, 0x84, 0x59, 0x09, 0x4a, 0x2b, 0x5c, 0x48, 0xa1, 0x85, 0xf7, 0xca, 0x48, 0xf0, 0x4e, 0x82, - 0xad, 0xc4, 0x7f, 0xc9, 0x04, 0x13, 0xf5, 0x0c, 0xa9, 0x4e, 0x66, 0xdc, 0x7f, 0xcd, 0x84, 0x60, - 0x19, 0x10, 0x5a, 0xa4, 0x84, 0x72, 0x2e, 0x34, 0xd5, 0xa9, 0xe0, 0xd6, 0xcc, 0x6f, 0xdb, 0x6e, - 0x5d, 0xc5, 0xe5, 0x94, 0x50, 0xbe, 0xb0, 0xad, 0xc1, 0x39, 0xb4, 0x5c, 0x4c, 0x20, 0x53, 0xa7, - 0xd8, 0xfc, 0x76, 0x22, 0x2a, 0xcd, 0xd8, 0x50, 0x98, 0xc2, 0xb6, 0xde, 0x9b, 0x8a, 0xc4, 0x54, - 0x81, 0x49, 0xb7, 0x37, 0x2c, 0x28, 0x4b, 0x79, 0x8d, 0x65, 0x66, 0x7b, 0x97, 0xc8, 0x0d, 0x7f, - 0x57, 0x23, 0x3f, 0x78, 0x22, 0xf2, 0x94, 0xb3, 0x2f, 0x23, 0xca, 0x46, 0x92, 0x72, 0x35, 0x05, - 0x19, 0xd9, 0x4f, 0xda, 0xa7, 0xe7, 0xbb, 0x0d, 0x09, 0x09, 0xa4, 0x73, 0x90, 0x2d, 0xd4, 0x45, - 0xe1, 0x8b, 0x68, 0x5f, 0x7b, 0x5f, 0x5d, 0xf7, 0x60, 0xde, 0x7a, 0xd2, 0x45, 0x61, 0x73, 0xf0, - 0x06, 0x5b, 0xae, 0x8a, 0x04, 0xd7, 0x24, 0xbb, 0x5f, 0x88, 0x7f, 0x51, 0x06, 0xd6, 0x37, 0x3a, - 0x52, 0x7e, 0x6e, 0xfc, 0x5f, 0x76, 0x9c, 0xbb, 0x65, 0xc7, 0xe9, 0x5d, 0x21, 0xf7, 0xdd, 0x23, - 0xd0, 0x54, 0x21, 0xb8, 0x02, 0xef, 0x67, 0xc5, 0x66, 0xde, 0xb5, 0x50, 0xf7, 0x69, 0xd8, 0x1c, - 0x7c, 0xc0, 0x67, 0xd6, 0x87, 0x4f, 0x18, 0x0d, 0x9f, 0xad, 0x6e, 0x3a, 0x4e, 0xb4, 0xf7, 0xf0, - 0xbe, 0x9d, 0xc8, 0xf3, 0xf6, 0xc1, 0x3c, 0x06, 0xe6, 0x38, 0xd0, 0xf0, 0xfb, 0x6a, 0x13, 0xa0, - 0xf5, 0x26, 0x40, 0xb7, 0x9b, 0x00, 0x5d, 0x6c, 0x03, 0x67, 0xbd, 0x0d, 0x9c, 0xeb, 0x6d, 0xe0, - 0xfc, 0xc1, 0x2c, 0xd5, 0x7f, 0xcb, 0x18, 0x27, 0x22, 0x27, 0x06, 0xf5, 0x63, 0x46, 0x63, 0x65, - 0xcf, 0xe4, 0xdf, 0xe1, 0x3e, 0xe8, 0x45, 0x01, 0x2a, 0x7e, 0x5e, 0xaf, 0xec, 0xd3, 0x7d, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x6f, 0x26, 0x2a, 0xd8, 0xca, 0x02, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xbf, 0xce, 0xd3, 0x30, + 0x14, 0xc5, 0x63, 0x40, 0xa8, 0xa4, 0x5b, 0x84, 0x44, 0x1b, 0xa1, 0xb4, 0xea, 0x00, 0x01, 0x81, + 0xad, 0x84, 0x8d, 0xb1, 0x42, 0x20, 0x84, 0x84, 0x20, 0xea, 0xc4, 0x52, 0x39, 0xe9, 0xad, 0x89, + 0x94, 0xd8, 0xa9, 0xed, 0x54, 0xf4, 0x0d, 0x18, 0x19, 0x19, 0xfb, 0x30, 0x0c, 0x1d, 0x3b, 0x32, + 0x21, 0xd4, 0x2e, 0x3c, 0x06, 0x4a, 0xec, 0xfe, 0x19, 0x5a, 0x7d, 0xdf, 0x14, 0xdf, 0xdc, 0x7b, + 0x4e, 0x7e, 0x27, 0xd7, 0x6e, 0x34, 0x03, 0x55, 0x0a, 0x45, 0x2a, 0x29, 0xe6, 0x79, 0x01, 0x8a, + 0x2c, 0xa3, 0x14, 0x34, 0x8d, 0xc8, 0xa2, 0x06, 0xb9, 0x9a, 0xce, 0x34, 0x65, 0x53, 0x09, 0x8b, + 0x1a, 0x94, 0x56, 0xb8, 0x92, 0x42, 0x0b, 0xef, 0x91, 0x91, 0xe0, 0x83, 0x04, 0x5b, 0x89, 0xff, + 0x90, 0x09, 0x26, 0xda, 0x19, 0xd2, 0x9c, 0xcc, 0xb8, 0xff, 0x98, 0x09, 0xc1, 0x0a, 0x20, 0xb4, + 0xca, 0x09, 0xe5, 0x5c, 0x68, 0xaa, 0x73, 0xc1, 0xad, 0x99, 0xdf, 0xb7, 0xdd, 0xb6, 0x4a, 0xeb, + 0x39, 0xa1, 0x7c, 0x65, 0x5b, 0xf1, 0x35, 0xb4, 0x52, 0xcc, 0xa0, 0x50, 0x97, 0xd8, 0xfc, 0x7e, + 0x26, 0x1a, 0xcd, 0xd4, 0x50, 0x98, 0xc2, 0xb6, 0x9e, 0x9b, 0x8a, 0xa4, 0x54, 0x81, 0x49, 0x77, + 0x34, 0xac, 0x28, 0xcb, 0x79, 0x8b, 0x65, 0x66, 0x47, 0x3f, 0x91, 0x1b, 0x7e, 0x6e, 0x46, 0xde, + 0xf3, 0x4c, 0x94, 0x39, 0x67, 0x6f, 0x26, 0x94, 0x4d, 0x24, 0xe5, 0x6a, 0x0e, 0x32, 0xb1, 0x9f, + 0xb4, 0x4f, 0xcf, 0x77, 0x3b, 0x12, 0x32, 0xc8, 0x97, 0x20, 0x7b, 0x68, 0x88, 0xc2, 0x07, 0xc9, + 0xb1, 0xf6, 0xde, 0xba, 0xee, 0xc9, 0xbc, 0x77, 0x67, 0x88, 0xc2, 0x6e, 0xfc, 0x04, 0x5b, 0xae, + 0x86, 0x04, 0xb7, 0x24, 0x87, 0x5f, 0x88, 0x3f, 0x51, 0x06, 0xd6, 0x37, 0x39, 0x53, 0xbe, 0xee, + 0x7c, 0x5f, 0x0f, 0x9c, 0x7f, 0xeb, 0x81, 0x33, 0xfa, 0x85, 0xdc, 0x67, 0xb7, 0x40, 0x53, 0x95, + 0xe0, 0x0a, 0xbc, 0x8f, 0x0d, 0x9b, 0x79, 0xd7, 0x43, 0xc3, 0xbb, 0x61, 0x37, 0x7e, 0x81, 0xaf, + 0xac, 0x0f, 0x5f, 0x30, 0x1a, 0xdf, 0xdb, 0xfc, 0x19, 0x38, 0xc9, 0xd1, 0xc3, 0x7b, 0x77, 0x21, + 0xcf, 0xd3, 0x1b, 0xf3, 0x18, 0x98, 0xf3, 0x40, 0xe3, 0x0f, 0x9b, 0x5d, 0x80, 0xb6, 0xbb, 0x00, + 0xfd, 0xdd, 0x05, 0xe8, 0xc7, 0x3e, 0x70, 0xb6, 0xfb, 0xc0, 0xf9, 0xbd, 0x0f, 0x9c, 0x2f, 0x11, + 0xcb, 0xf5, 0xd7, 0x3a, 0xc5, 0x99, 0x28, 0x89, 0x41, 0x7d, 0x59, 0xd0, 0x54, 0xd9, 0x33, 0x59, + 0xc6, 0xe4, 0xdb, 0xe9, 0x4a, 0xe8, 0x55, 0x05, 0x2a, 0xbd, 0xdf, 0x6e, 0xed, 0xd5, 0xff, 0x00, + 0x00, 0x00, 0xff, 0xff, 0xf4, 0xd5, 0x91, 0x5c, 0xcd, 0x02, 0x00, 0x00, } func (m *QueryIncomingDTagTransferRequestsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/query_params.pb.go b/x/profiles/types/query_params.pb.go index 54100da4e2..5478137cec 100644 --- a/x/profiles/types/query_params.pb.go +++ b/x/profiles/types/query_params.pb.go @@ -119,26 +119,26 @@ func init() { } var fileDescriptor_e2864cafd1fe2cd9 = []byte{ - // 291 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0x31, 0x4f, 0xfb, 0x30, - 0x10, 0xc5, 0x13, 0xe9, 0xaf, 0x0e, 0xf9, 0x6f, 0xa5, 0x12, 0x34, 0x42, 0x2e, 0xea, 0x84, 0x8a, - 0xb0, 0x55, 0x98, 0x59, 0x3a, 0x31, 0x42, 0xc5, 0xc4, 0x52, 0xd9, 0xed, 0xd5, 0x44, 0x4a, 0x7c, - 0x6e, 0xce, 0x41, 0xf4, 0x5b, 0xf0, 0xb1, 0x3a, 0x76, 0x64, 0x42, 0x28, 0xf9, 0x22, 0x28, 0xb1, - 0x01, 0x75, 0xe8, 0x76, 0x2f, 0xef, 0x77, 0x2f, 0xcf, 0x97, 0x4c, 0x56, 0x40, 0x05, 0x92, 0xb0, - 0x25, 0xae, 0xb3, 0x1c, 0x48, 0xbc, 0x4e, 0x15, 0x38, 0x39, 0x15, 0x9b, 0x0a, 0xca, 0xed, 0xc2, - 0xca, 0x52, 0x16, 0xc4, 0x6d, 0x89, 0x0e, 0xfb, 0xa7, 0x9e, 0xe5, 0x3f, 0x2c, 0x0f, 0x6c, 0x3a, - 0xd0, 0xa8, 0xb1, 0x63, 0x44, 0x3b, 0x79, 0x3c, 0x3d, 0xd7, 0x88, 0x3a, 0x07, 0x21, 0x6d, 0x26, - 0xa4, 0x31, 0xe8, 0xa4, 0xcb, 0xd0, 0x84, 0xb0, 0x74, 0x18, 0xdc, 0x4e, 0xa9, 0x6a, 0x2d, 0xa4, - 0xd9, 0x06, 0xeb, 0xea, 0x58, 0xa7, 0x02, 0x57, 0x90, 0xd3, 0x41, 0xa9, 0x74, 0xb8, 0xc4, 0x16, - 0x5e, 0xf8, 0xdf, 0x7b, 0x11, 0xac, 0x89, 0x57, 0x42, 0x49, 0x02, 0xff, 0x9e, 0xdf, 0x24, 0x2b, - 0x75, 0x66, 0xba, 0x3e, 0x9e, 0x1d, 0x0f, 0x92, 0xfe, 0x63, 0x4b, 0x3c, 0x74, 0xd9, 0x73, 0xd8, - 0x54, 0x40, 0x6e, 0xfc, 0x94, 0x9c, 0x1c, 0x7c, 0x25, 0x8b, 0x86, 0xa0, 0x7f, 0x97, 0xf4, 0x7c, - 0x87, 0xb3, 0xf8, 0x22, 0xbe, 0xfc, 0x7f, 0x33, 0xe2, 0x47, 0x2e, 0xc3, 0xfd, 0xe2, 0xec, 0xdf, - 0xee, 0x73, 0x14, 0xcd, 0xc3, 0xd2, 0xec, 0x7e, 0x57, 0xb3, 0x78, 0x5f, 0xb3, 0xf8, 0xab, 0x66, - 0xf1, 0x7b, 0xc3, 0xa2, 0x7d, 0xc3, 0xa2, 0x8f, 0x86, 0x45, 0xcf, 0x5c, 0x67, 0xee, 0xa5, 0x52, - 0x7c, 0x89, 0x85, 0xf0, 0x91, 0xd7, 0xb9, 0x54, 0x14, 0x66, 0xf1, 0xf6, 0x77, 0x12, 0xb7, 0xb5, - 0x40, 0xaa, 0xd7, 0x95, 0xbf, 0xfd, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x77, 0x5b, 0x6b, 0xc6, - 0x01, 0x00, 0x00, + // 294 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x90, 0xb1, 0x4e, 0xf3, 0x30, + 0x14, 0x85, 0x13, 0xe9, 0x57, 0x87, 0xfc, 0x5b, 0xa8, 0x04, 0x8d, 0x90, 0x8b, 0x3a, 0xa1, 0x22, + 0x6c, 0xa5, 0xcc, 0x2c, 0x5d, 0x59, 0xa0, 0x62, 0x62, 0xa9, 0xec, 0xd6, 0x35, 0x91, 0x12, 0x5f, + 0x37, 0xd7, 0xa9, 0xc8, 0x5b, 0xf0, 0x58, 0x1d, 0x3b, 0x32, 0x21, 0x94, 0xbc, 0x08, 0x4a, 0x6c, + 0x40, 0x1d, 0xba, 0xdd, 0x93, 0xf3, 0xdd, 0x93, 0xe3, 0x1b, 0x4d, 0xd7, 0x12, 0x0b, 0x40, 0x66, + 0x4a, 0xd8, 0x64, 0xb9, 0x44, 0xb6, 0x4b, 0x85, 0xb4, 0x3c, 0x65, 0xdb, 0x4a, 0x96, 0xf5, 0xd2, + 0xf0, 0x92, 0x17, 0x48, 0x4d, 0x09, 0x16, 0xe2, 0x73, 0xc7, 0xd2, 0x1f, 0x96, 0x7a, 0x36, 0x19, + 0x2a, 0x50, 0xd0, 0x33, 0xac, 0x9b, 0x1c, 0x9e, 0x5c, 0x2a, 0x00, 0x95, 0x4b, 0xc6, 0x4d, 0xc6, + 0xb8, 0xd6, 0x60, 0xb9, 0xcd, 0x40, 0xfb, 0xb0, 0x64, 0xe4, 0xdd, 0x5e, 0x89, 0x6a, 0xc3, 0xb8, + 0xae, 0xbd, 0x75, 0x73, 0xaa, 0x53, 0x01, 0x6b, 0x99, 0xe3, 0x51, 0xa9, 0x64, 0xb4, 0x82, 0x0e, + 0x5e, 0xba, 0xdf, 0x3b, 0xe1, 0xad, 0xa9, 0x53, 0x4c, 0x70, 0x94, 0xee, 0x3d, 0xbf, 0x49, 0x86, + 0xab, 0x4c, 0xf7, 0x7d, 0x1c, 0x3b, 0x19, 0x46, 0xf1, 0x53, 0x47, 0x3c, 0xf6, 0xd9, 0x0b, 0xb9, + 0xad, 0x24, 0xda, 0xc9, 0x73, 0x74, 0x76, 0xf4, 0x15, 0x0d, 0x68, 0x94, 0xf1, 0x7d, 0x34, 0x70, + 0x1d, 0x2e, 0xc2, 0xab, 0xf0, 0xfa, 0xff, 0x6c, 0x4c, 0x4f, 0x5c, 0x86, 0xba, 0xc5, 0xf9, 0xbf, + 0xfd, 0xe7, 0x38, 0x58, 0xf8, 0xa5, 0xf9, 0xc3, 0xbe, 0x21, 0xe1, 0xa1, 0x21, 0xe1, 0x57, 0x43, + 0xc2, 0xf7, 0x96, 0x04, 0x87, 0x96, 0x04, 0x1f, 0x2d, 0x09, 0x5e, 0x52, 0x95, 0xd9, 0xd7, 0x4a, + 0xd0, 0x15, 0x14, 0xcc, 0x45, 0xde, 0xe6, 0x5c, 0xa0, 0x9f, 0xd9, 0x6e, 0xc6, 0xde, 0xfe, 0xae, + 0x62, 0x6b, 0x23, 0x51, 0x0c, 0xfa, 0xfe, 0x77, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb3, 0xea, + 0x1a, 0x77, 0xc9, 0x01, 0x00, 0x00, } func (m *QueryParamsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/query_profile.pb.go b/x/profiles/types/query_profile.pb.go index b6c8ad2dcd..c796fca8fa 100644 --- a/x/profiles/types/query_profile.pb.go +++ b/x/profiles/types/query_profile.pb.go @@ -121,27 +121,27 @@ func init() { } var fileDescriptor_ef4de53492902317 = []byte{ - // 314 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0x31, 0x4e, 0xc3, 0x30, - 0x14, 0x86, 0x13, 0x09, 0x41, 0x09, 0x4c, 0xa1, 0x12, 0x50, 0x21, 0x17, 0x75, 0x42, 0xa0, 0xda, - 0x2a, 0xdd, 0x10, 0x4b, 0x3b, 0xc1, 0x06, 0x15, 0x13, 0x4b, 0x65, 0x07, 0xd7, 0x44, 0x6a, 0xfd, - 0xdc, 0xd8, 0x46, 0xe4, 0x06, 0x8c, 0x1c, 0xa1, 0x87, 0xe0, 0x10, 0x88, 0xa9, 0x23, 0x23, 0x6a, - 0x17, 0x8e, 0x81, 0x62, 0x3b, 0x20, 0xb6, 0xf7, 0xfc, 0x7f, 0xcf, 0xef, 0xff, 0xed, 0xe4, 0xec, - 0x81, 0xeb, 0x19, 0x68, 0xa2, 0x0a, 0x98, 0xe4, 0x53, 0xae, 0xc9, 0x53, 0x8f, 0x71, 0x43, 0x7b, - 0x64, 0x6e, 0x79, 0x51, 0x8e, 0xc3, 0x31, 0x56, 0x05, 0x18, 0x48, 0xf7, 0x3d, 0x8c, 0x6b, 0x18, - 0x07, 0xb8, 0xd5, 0x14, 0x20, 0xc0, 0x31, 0xa4, 0xaa, 0x3c, 0xde, 0x3a, 0x12, 0x00, 0x62, 0xca, - 0x09, 0x55, 0x39, 0xa1, 0x52, 0x82, 0xa1, 0x26, 0x07, 0xa9, 0x83, 0x7a, 0x18, 0x54, 0xd7, 0x31, - 0x3b, 0x21, 0x54, 0x96, 0xb5, 0x94, 0x41, 0xb5, 0x67, 0xec, 0x6f, 0xf4, 0x4d, 0x90, 0x4e, 0x7d, - 0x47, 0x18, 0xd5, 0xdc, 0x7b, 0xfc, 0x75, 0xac, 0xa8, 0xc8, 0xa5, 0x5b, 0xe1, 0xd9, 0x4e, 0x3f, - 0xd9, 0xbb, 0xad, 0x88, 0x1b, 0x6f, 0x77, 0xc4, 0xe7, 0x96, 0x6b, 0x93, 0xa6, 0xc9, 0x86, 0xd5, - 0xbc, 0x38, 0x88, 0x8f, 0xe3, 0x93, 0xed, 0x91, 0xab, 0x2f, 0x1a, 0x2f, 0x8b, 0x76, 0xf4, 0xbd, - 0x68, 0x47, 0x9d, 0xbb, 0xa4, 0xf9, 0x7f, 0x48, 0x2b, 0x90, 0x9a, 0xa7, 0x97, 0xc9, 0x56, 0x88, - 0xed, 0x06, 0x77, 0xce, 0x9b, 0xd8, 0x07, 0xc0, 0x75, 0x00, 0x3c, 0x90, 0xe5, 0x70, 0xf7, 0xe3, - 0xad, 0xdb, 0x18, 0x64, 0x19, 0x58, 0x69, 0xae, 0x47, 0xf5, 0xc8, 0xf0, 0xea, 0x7d, 0x85, 0xe2, - 0xe5, 0x0a, 0xc5, 0x5f, 0x2b, 0x14, 0xbf, 0xae, 0x51, 0xb4, 0x5c, 0xa3, 0xe8, 0x73, 0x8d, 0xa2, - 0x7b, 0x2c, 0x72, 0xf3, 0x68, 0x19, 0xce, 0x60, 0x46, 0xfc, 0xf3, 0x76, 0xa7, 0x94, 0xe9, 0x50, - 0x93, 0xe7, 0xbf, 0x9f, 0x31, 0xa5, 0xe2, 0x9a, 0x6d, 0xba, 0x75, 0xfd, 0x9f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x23, 0xcb, 0x6c, 0xfe, 0xb9, 0x01, 0x00, 0x00, + // 317 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x54, 0x91, 0xb1, 0x4e, 0x02, 0x31, + 0x18, 0xc7, 0xef, 0x12, 0xa3, 0x78, 0x3a, 0x9d, 0x24, 0x2a, 0x31, 0xc5, 0x30, 0x19, 0x0d, 0x6d, + 0x80, 0xcd, 0xb8, 0xc0, 0x66, 0x5c, 0x94, 0x38, 0xb9, 0x90, 0xf6, 0x2c, 0xf5, 0x12, 0xe8, 0x57, + 0xae, 0x2d, 0xf1, 0xde, 0xc0, 0xd1, 0x47, 0xe0, 0x21, 0x7c, 0x08, 0xe3, 0xc4, 0xe8, 0x68, 0x60, + 0xf1, 0x31, 0x0c, 0x6d, 0x4f, 0xe3, 0xf6, 0x7d, 0xfd, 0xff, 0xbe, 0x7e, 0xff, 0x7f, 0x9b, 0x5c, + 0x3c, 0x72, 0x3d, 0x05, 0x4d, 0x54, 0x01, 0xe3, 0x7c, 0xc2, 0x35, 0x99, 0x77, 0x18, 0x37, 0xb4, + 0x43, 0x66, 0x96, 0x17, 0xe5, 0x28, 0x1c, 0x63, 0x55, 0x80, 0x81, 0xf4, 0xd0, 0xc3, 0xb8, 0x82, + 0x71, 0x80, 0x1b, 0x75, 0x01, 0x02, 0x1c, 0x43, 0x36, 0x95, 0xc7, 0x1b, 0x27, 0x02, 0x40, 0x4c, + 0x38, 0xa1, 0x2a, 0x27, 0x54, 0x4a, 0x30, 0xd4, 0xe4, 0x20, 0x75, 0x50, 0x8f, 0x83, 0xea, 0x3a, + 0x66, 0xc7, 0x84, 0xca, 0xb2, 0x92, 0x32, 0xd8, 0xec, 0x19, 0xf9, 0x1b, 0x7d, 0x13, 0xa4, 0x73, + 0xdf, 0x11, 0x46, 0x35, 0xf7, 0x1e, 0x7f, 0x1d, 0x2b, 0x2a, 0x72, 0xe9, 0x56, 0x78, 0xb6, 0xd5, + 0x4b, 0x0e, 0xee, 0x36, 0xc4, 0xad, 0xb7, 0x3b, 0xe4, 0x33, 0xcb, 0xb5, 0x49, 0xd3, 0x64, 0xcb, + 0x6a, 0x5e, 0x1c, 0xc5, 0xa7, 0xf1, 0xd9, 0xee, 0xd0, 0xd5, 0x97, 0xb5, 0x97, 0x45, 0x33, 0xfa, + 0x5e, 0x34, 0xa3, 0xd6, 0x7d, 0x52, 0xff, 0x3f, 0xa4, 0x15, 0x48, 0xcd, 0xd3, 0xab, 0x64, 0x27, + 0xc4, 0x76, 0x83, 0x7b, 0xdd, 0x3a, 0xf6, 0x01, 0x70, 0x15, 0x00, 0xf7, 0x65, 0x39, 0xd8, 0xff, + 0x78, 0x6b, 0xd7, 0xfa, 0x59, 0x06, 0x56, 0x9a, 0xeb, 0x61, 0x35, 0x32, 0xb8, 0x79, 0x5f, 0xa1, + 0x78, 0xb9, 0x42, 0xf1, 0xd7, 0x0a, 0xc5, 0xaf, 0x6b, 0x14, 0x2d, 0xd7, 0x28, 0xfa, 0x5c, 0xa3, + 0xe8, 0xa1, 0x23, 0x72, 0xf3, 0x64, 0x19, 0xce, 0x60, 0x4a, 0xfc, 0xf3, 0xb6, 0x27, 0x94, 0xe9, + 0x50, 0x93, 0x79, 0x97, 0x3c, 0xff, 0x7d, 0x8e, 0x29, 0x15, 0xd7, 0x6c, 0xdb, 0x6d, 0xec, 0xfd, + 0x04, 0x00, 0x00, 0xff, 0xff, 0x72, 0xc8, 0x7e, 0x51, 0xbc, 0x01, 0x00, 0x00, } func (m *QueryProfileRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/profiles/types/query_relationships.pb.go b/x/profiles/types/query_relationships.pb.go index 1db4f9f6e7..ce3d6fea3a 100644 --- a/x/profiles/types/query_relationships.pb.go +++ b/x/profiles/types/query_relationships.pb.go @@ -234,35 +234,36 @@ func init() { } var fileDescriptor_c0b8922e87a25523 = []byte{ - // 447 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0xbf, 0x8e, 0xd3, 0x40, - 0x10, 0xc6, 0xbd, 0x77, 0xa7, 0x13, 0x6c, 0x44, 0xb3, 0x20, 0x91, 0x44, 0xc8, 0x89, 0x22, 0x01, - 0x11, 0x12, 0xbb, 0x4a, 0xe8, 0xa8, 0x50, 0x0a, 0xfe, 0x74, 0x9c, 0x25, 0x1a, 0x9a, 0x68, 0x37, - 0x9e, 0xf3, 0x59, 0x38, 0xde, 0x3d, 0x8f, 0x8d, 0xc8, 0x1b, 0x50, 0xd2, 0xd3, 0x44, 0x3c, 0x05, - 0x8f, 0x70, 0xe5, 0x95, 0x54, 0x08, 0x25, 0x0d, 0x8f, 0x81, 0xbc, 0xbb, 0xe1, 0x6c, 0xe9, 0x22, - 0x1a, 0x8a, 0xeb, 0x66, 0x76, 0xe6, 0x9b, 0xf9, 0xcd, 0x97, 0x98, 0x4e, 0x62, 0xc0, 0xa5, 0x46, - 0x61, 0x0a, 0x7d, 0x9a, 0x66, 0x80, 0xe2, 0xe3, 0x44, 0x41, 0x29, 0x27, 0xe2, 0xbc, 0x82, 0x62, - 0x35, 0x2f, 0x20, 0x93, 0x65, 0xaa, 0x73, 0x3c, 0x4b, 0x0d, 0x72, 0x53, 0xe8, 0x52, 0xb3, 0xfb, - 0x4e, 0xc2, 0x77, 0x12, 0xee, 0x25, 0xfd, 0x7b, 0x89, 0x4e, 0xb4, 0xed, 0x11, 0x75, 0xe4, 0xda, - 0xfb, 0x0f, 0x12, 0xad, 0x93, 0x0c, 0x84, 0x34, 0xa9, 0x90, 0x79, 0xae, 0x4b, 0x37, 0xd0, 0x57, - 0x7b, 0xbe, 0x6a, 0x33, 0x55, 0x9d, 0x0a, 0x99, 0xaf, 0x7c, 0x69, 0xba, 0x0f, 0x6d, 0xa9, 0x63, - 0xc8, 0xf0, 0x3a, 0xb6, 0x7e, 0x6f, 0xa1, 0x6b, 0xcd, 0xdc, 0x51, 0xb8, 0xc4, 0x97, 0x9e, 0xb8, - 0x4c, 0x28, 0x89, 0xe0, 0xae, 0xfb, 0x3b, 0xd0, 0xc8, 0x24, 0xcd, 0xed, 0x2c, 0xd7, 0x3b, 0xfa, - 0x46, 0x68, 0xef, 0xa4, 0x6e, 0x89, 0x9a, 0x3b, 0x22, 0x38, 0xaf, 0x00, 0x4b, 0xc6, 0xe8, 0x51, - 0x85, 0x50, 0x74, 0xc9, 0x90, 0x8c, 0x6f, 0x47, 0x36, 0x66, 0x03, 0xda, 0xc1, 0x4a, 0xa1, 0x91, - 0x0b, 0x98, 0xa7, 0x71, 0xf7, 0xc0, 0x96, 0xe8, 0xee, 0xe9, 0x4d, 0xcc, 0x5e, 0x52, 0x7a, 0xb5, - 0xa6, 0x7b, 0x38, 0x24, 0xe3, 0xce, 0xf4, 0x11, 0xf7, 0x84, 0x35, 0x13, 0xb7, 0x4c, 0x3b, 0x33, - 0xf9, 0x5b, 0x99, 0x80, 0x5f, 0x18, 0x35, 0x94, 0xcf, 0x6f, 0x7d, 0x5e, 0x0f, 0x82, 0xdf, 0xeb, - 0x41, 0x30, 0xfa, 0x4e, 0x68, 0xff, 0x3a, 0x48, 0x34, 0x3a, 0x47, 0x60, 0x27, 0xf4, 0x4e, 0xcb, - 0xa1, 0x2e, 0x19, 0x1e, 0x8e, 0x3b, 0xd3, 0x87, 0x7c, 0xcf, 0xcf, 0xc7, 0x9b, 0x63, 0x66, 0x47, - 0x17, 0x3f, 0x07, 0x41, 0xd4, 0x9e, 0xc0, 0x5e, 0xb5, 0x6e, 0x38, 0xb0, 0x37, 0x3c, 0xfe, 0xe7, - 0x0d, 0x8e, 0xa7, 0x79, 0xc4, 0xe8, 0x2b, 0xa1, 0xcc, 0xa2, 0xcf, 0x32, 0xbd, 0xf8, 0x70, 0xd3, - 0x8c, 0x5d, 0x13, 0x7a, 0xb7, 0x45, 0xe7, 0x1d, 0x7d, 0x41, 0x8f, 0x95, 0x7d, 0xf1, 0x56, 0x8e, - 0xf6, 0x5a, 0xf9, 0x0e, 0xa1, 0xb0, 0x62, 0xef, 0xa3, 0xd7, 0xfd, 0x37, 0x03, 0x67, 0xaf, 0x2f, - 0x36, 0x21, 0xb9, 0xdc, 0x84, 0xe4, 0xd7, 0x26, 0x24, 0x5f, 0xb6, 0x61, 0x70, 0xb9, 0x0d, 0x83, - 0x1f, 0xdb, 0x30, 0x78, 0xcf, 0x93, 0xb4, 0x3c, 0xab, 0x14, 0x5f, 0xe8, 0xa5, 0x70, 0x78, 0x4f, - 0x33, 0xa9, 0xd0, 0xc7, 0xe2, 0xd3, 0xd5, 0xe7, 0x54, 0xae, 0x0c, 0xa0, 0x3a, 0xb6, 0xff, 0xf8, - 0x67, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x67, 0x86, 0xe3, 0x1b, 0x09, 0x04, 0x00, 0x00, + // 450 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x93, 0xb1, 0x8e, 0xd3, 0x40, + 0x10, 0x86, 0xbd, 0x77, 0xa7, 0x13, 0x6c, 0x44, 0xb3, 0x20, 0x91, 0x44, 0xc8, 0x89, 0x22, 0x01, + 0x11, 0x12, 0xbb, 0x4a, 0xe8, 0xa8, 0x50, 0x0a, 0x10, 0xa2, 0xe1, 0x2c, 0xd1, 0xd0, 0x44, 0xbb, + 0xf1, 0x9c, 0xcf, 0xc2, 0xf1, 0xee, 0x79, 0xec, 0x13, 0x79, 0x03, 0x4a, 0x7a, 0x9a, 0x88, 0xa7, + 0xe0, 0x11, 0xae, 0xbc, 0x92, 0x0a, 0xa1, 0xa4, 0xe1, 0x31, 0x90, 0x77, 0x37, 0x9c, 0x2d, 0x5d, + 0x44, 0x43, 0x41, 0x37, 0xb3, 0x33, 0xff, 0xcc, 0x37, 0x7f, 0x62, 0x3a, 0x89, 0x01, 0x97, 0x1a, + 0x85, 0x29, 0xf4, 0x69, 0x9a, 0x01, 0x8a, 0x8b, 0x89, 0x82, 0x52, 0x4e, 0xc4, 0x79, 0x05, 0xc5, + 0x6a, 0x5e, 0x40, 0x26, 0xcb, 0x54, 0xe7, 0x78, 0x96, 0x1a, 0xe4, 0xa6, 0xd0, 0xa5, 0x66, 0xf7, + 0x9d, 0x84, 0xef, 0x24, 0xdc, 0x4b, 0xfa, 0xf7, 0x12, 0x9d, 0x68, 0xdb, 0x23, 0xea, 0xc8, 0xb5, + 0xf7, 0x1f, 0x24, 0x5a, 0x27, 0x19, 0x08, 0x69, 0x52, 0x21, 0xf3, 0x5c, 0x97, 0x6e, 0xa0, 0xaf, + 0xf6, 0x7c, 0xd5, 0x66, 0xaa, 0x3a, 0x15, 0x32, 0x5f, 0xf9, 0xd2, 0x74, 0x1f, 0xda, 0x52, 0xc7, + 0x90, 0xe1, 0x4d, 0x6c, 0xfd, 0xde, 0x42, 0xd7, 0x9a, 0xb9, 0xa3, 0x70, 0x89, 0x2f, 0x3d, 0x71, + 0x99, 0x50, 0x12, 0xc1, 0x5d, 0xf7, 0x67, 0xa0, 0x91, 0x49, 0x9a, 0xdb, 0x59, 0xae, 0x77, 0xf4, + 0x95, 0xd0, 0xde, 0x49, 0xdd, 0x12, 0x35, 0x77, 0x44, 0x70, 0x5e, 0x01, 0x96, 0x8c, 0xd1, 0xa3, + 0x0a, 0xa1, 0xe8, 0x92, 0x21, 0x19, 0xdf, 0x8e, 0x6c, 0xcc, 0x06, 0xb4, 0x83, 0x95, 0x42, 0x23, + 0x17, 0x30, 0x4f, 0xe3, 0xee, 0x81, 0x2d, 0xd1, 0xdd, 0xd3, 0xeb, 0x98, 0xbd, 0xa4, 0xf4, 0x7a, + 0x4d, 0xf7, 0x70, 0x48, 0xc6, 0x9d, 0xe9, 0x23, 0xee, 0x09, 0x6b, 0x26, 0x6e, 0x99, 0x76, 0x66, + 0xf2, 0xb7, 0x32, 0x01, 0xbf, 0x30, 0x6a, 0x28, 0x9f, 0xdf, 0xfa, 0xb4, 0x1e, 0x04, 0xbf, 0xd6, + 0x83, 0x60, 0xf4, 0x8d, 0xd0, 0xfe, 0x4d, 0x90, 0x68, 0x74, 0x8e, 0xc0, 0x4e, 0xe8, 0x9d, 0x96, + 0x43, 0x5d, 0x32, 0x3c, 0x1c, 0x77, 0xa6, 0x0f, 0xf9, 0x9e, 0x9f, 0x8f, 0x37, 0xc7, 0xcc, 0x8e, + 0x2e, 0x7f, 0x0c, 0x82, 0xa8, 0x3d, 0x81, 0xbd, 0x6a, 0xdd, 0x70, 0x60, 0x6f, 0x78, 0xfc, 0xd7, + 0x1b, 0x1c, 0x4f, 0xf3, 0x88, 0xd1, 0x17, 0x42, 0x99, 0x45, 0x9f, 0x65, 0x7a, 0xf1, 0xe1, 0x7f, + 0x33, 0x76, 0x4d, 0xe8, 0xdd, 0x16, 0x9d, 0x77, 0xf4, 0x05, 0x3d, 0x56, 0xf6, 0xc5, 0x5b, 0x39, + 0xda, 0x6b, 0xe5, 0x3b, 0x84, 0xc2, 0x8a, 0xbd, 0x8f, 0x5e, 0xf7, 0xcf, 0x0c, 0x9c, 0xbd, 0xb9, + 0xdc, 0x84, 0xe4, 0x6a, 0x13, 0x92, 0x9f, 0x9b, 0x90, 0x7c, 0xde, 0x86, 0xc1, 0xd5, 0x36, 0x0c, + 0xbe, 0x6f, 0xc3, 0xe0, 0xfd, 0x24, 0x49, 0xcb, 0xb3, 0x4a, 0xf1, 0x85, 0x5e, 0x0a, 0x87, 0xf7, + 0x34, 0x93, 0x0a, 0x7d, 0x2c, 0x2e, 0xa6, 0xe2, 0xe3, 0xf5, 0x17, 0x55, 0xae, 0x0c, 0xa0, 0x3a, + 0xb6, 0x7f, 0xfa, 0x67, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x72, 0x42, 0x3d, 0x1e, 0x0c, 0x04, + 0x00, 0x00, } func (m *QueryRelationshipsRequest) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/fees/ante/ante.go b/x/staging/fees/ante/ante.go index b3b489220f..98a4d71e3b 100644 --- a/x/staging/fees/ante/ante.go +++ b/x/staging/fees/ante/ante.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/auth/signing" "github.com/cosmos/cosmos-sdk/x/auth/types" - feeskeeper "github.com/desmos-labs/desmos/x/staging/fees/keeper" + feeskeeper "github.com/desmos-labs/desmos/v2/x/staging/fees/keeper" ) // NewAnteHandler returns a custom AnteHandler that, besides all the default checks diff --git a/x/staging/fees/ante/ante_test.go b/x/staging/fees/ante/ante_test.go index 813a8efd78..085792cf85 100644 --- a/x/staging/fees/ante/ante_test.go +++ b/x/staging/fees/ante/ante_test.go @@ -3,8 +3,8 @@ package ante_test import ( "time" - feestypes "github.com/desmos-labs/desmos/x/staging/fees/types" - poststypes "github.com/desmos-labs/desmos/x/staging/posts/types" + feestypes "github.com/desmos-labs/desmos/v2/x/staging/fees/types" + poststypes "github.com/desmos-labs/desmos/v2/x/staging/posts/types" cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types" sdk "github.com/cosmos/cosmos-sdk/types" diff --git a/x/staging/fees/ante/common_test.go b/x/staging/fees/ante/common_test.go index 838b75dbc1..8ae762c037 100644 --- a/x/staging/fees/ante/common_test.go +++ b/x/staging/fees/ante/common_test.go @@ -21,9 +21,9 @@ import ( tmproto "github.com/tendermint/tendermint/proto/tendermint/types" dbm "github.com/tendermint/tm-db" - desmos "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/fees/ante" - feestypes "github.com/desmos-labs/desmos/x/staging/fees/types" + desmos "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/fees/ante" + feestypes "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) // TestAccount represents an account used in the ante handler tests diff --git a/x/staging/fees/client/cli/query.go b/x/staging/fees/client/cli/query.go index a3c53997af..dafa70ad61 100644 --- a/x/staging/fees/client/cli/query.go +++ b/x/staging/fees/client/cli/query.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/flags" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) // GetQueryCmd adds the query commands diff --git a/x/staging/fees/keeper/common_test.go b/x/staging/fees/keeper/common_test.go index 2c1f8fdcab..5f227ef49b 100644 --- a/x/staging/fees/keeper/common_test.go +++ b/x/staging/fees/keeper/common_test.go @@ -12,9 +12,9 @@ import ( tmproto "github.com/tendermint/tendermint/proto/tendermint/types" db "github.com/tendermint/tm-db" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/fees/keeper" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/fees/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/staging/fees/keeper/genesis.go b/x/staging/fees/keeper/genesis.go index 382199dd0e..d761eaeb05 100644 --- a/x/staging/fees/keeper/genesis.go +++ b/x/staging/fees/keeper/genesis.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/staging/fees/keeper/grpc_query.go b/x/staging/fees/keeper/grpc_query.go index fa943b7e05..70551eec92 100644 --- a/x/staging/fees/keeper/grpc_query.go +++ b/x/staging/fees/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/staging/fees/keeper/keeper.go b/x/staging/fees/keeper/keeper.go index 7afc13e229..54cf0f9668 100644 --- a/x/staging/fees/keeper/keeper.go +++ b/x/staging/fees/keeper/keeper.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" diff --git a/x/staging/fees/keeper/keeper_test.go b/x/staging/fees/keeper/keeper_test.go index d4e2af5406..60a08bc3d2 100644 --- a/x/staging/fees/keeper/keeper_test.go +++ b/x/staging/fees/keeper/keeper_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/fees/types" - poststypes "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" + poststypes "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_SetParams() { diff --git a/x/staging/fees/module.go b/x/staging/fees/module.go index 4827d6652f..838e1d3195 100644 --- a/x/staging/fees/module.go +++ b/x/staging/fees/module.go @@ -18,10 +18,10 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/desmos-labs/desmos/x/staging/fees/client/cli" - "github.com/desmos-labs/desmos/x/staging/fees/keeper" - "github.com/desmos-labs/desmos/x/staging/fees/simulation" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/client/cli" + "github.com/desmos-labs/desmos/v2/x/staging/fees/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/fees/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) // type check to ensure the interface is properly implemented diff --git a/x/staging/fees/simulation/genesis.go b/x/staging/fees/simulation/genesis.go index 20533c35b7..79a0909ba1 100644 --- a/x/staging/fees/simulation/genesis.go +++ b/x/staging/fees/simulation/genesis.go @@ -7,14 +7,14 @@ import ( "fmt" "math/rand" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" - poststypes "github.com/desmos-labs/desmos/x/staging/posts/types" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" + poststypes "github.com/desmos-labs/desmos/v2/x/staging/posts/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/module" "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) const ( diff --git a/x/staging/fees/simulation/params.go b/x/staging/fees/simulation/params.go index 65dc057e37..9c8d7fd345 100644 --- a/x/staging/fees/simulation/params.go +++ b/x/staging/fees/simulation/params.go @@ -9,7 +9,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) func ParamChanges(r *rand.Rand) []simtypes.ParamChange { diff --git a/x/staging/fees/types/genesis.pb.go b/x/staging/fees/types/genesis.pb.go index d734b06a6e..2c41209763 100644 --- a/x/staging/fees/types/genesis.pb.go +++ b/x/staging/fees/types/genesis.pb.go @@ -75,7 +75,7 @@ func init() { func init() { proto.RegisterFile("desmos/fees/v1beta1/genesis.proto", fileDescriptor_54934c102077051f) } var fileDescriptor_54934c102077051f = []byte{ - // 208 bytes of a gzipped FileDescriptorProto + // 211 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x49, 0x2d, 0xce, 0xcd, 0x2f, 0xd6, 0x4f, 0x4b, 0x4d, 0x2d, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, @@ -83,12 +83,13 @@ var fileDescriptor_54934c102077051f = []byte{ 0x83, 0x58, 0x10, 0xa5, 0x52, 0x0a, 0xd8, 0x4c, 0x2b, 0x48, 0x2c, 0x4a, 0xcc, 0x85, 0x1a, 0xa6, 0xe4, 0xc9, 0xc5, 0xe3, 0x0e, 0x31, 0x3d, 0xb8, 0x24, 0xb1, 0x24, 0x55, 0xc8, 0x92, 0x8b, 0x0d, 0x22, 0x2f, 0xc1, 0xa8, 0xc0, 0xa8, 0xc1, 0x6d, 0x24, 0xad, 0x87, 0xc5, 0x36, 0xbd, 0x00, 0xb0, - 0x12, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x1a, 0x9c, 0x7c, 0x4e, 0x3c, 0x92, 0x63, + 0x12, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0xa0, 0x1a, 0x9c, 0xfc, 0x4f, 0x3c, 0x92, 0x63, 0xbc, 0xf0, 0x48, 0x8e, 0xf1, 0xc1, 0x23, 0x39, 0xc6, 0x09, 0x8f, 0xe5, 0x18, 0x2e, 0x3c, 0x96, - 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x28, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, - 0x3f, 0x57, 0x1f, 0x62, 0x9c, 0x6e, 0x4e, 0x62, 0x52, 0x31, 0x94, 0xad, 0x5f, 0xa1, 0x5f, 0x5c, - 0x92, 0x98, 0x9e, 0x99, 0x97, 0x0e, 0x71, 0x67, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, - 0x7d, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x23, 0x06, 0x57, 0xc8, 0x11, 0x01, 0x00, 0x00, + 0x63, 0xb8, 0xf1, 0x58, 0x8e, 0x21, 0xca, 0x34, 0x3d, 0xb3, 0x24, 0xa3, 0x34, 0x49, 0x2f, 0x39, + 0x3f, 0x57, 0x1f, 0x62, 0x9c, 0x6e, 0x4e, 0x62, 0x52, 0x31, 0x94, 0xad, 0x5f, 0x66, 0xa4, 0x5f, + 0xa1, 0x5f, 0x5c, 0x92, 0x98, 0x9e, 0x99, 0x97, 0x0e, 0x71, 0x6a, 0x49, 0x65, 0x41, 0x6a, 0x71, + 0x12, 0x1b, 0xd8, 0x89, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xbb, 0x33, 0x24, 0x6d, 0x14, + 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/fees/types/genesis_test.go b/x/staging/fees/types/genesis_test.go index de8f371c89..2f94f8d25c 100644 --- a/x/staging/fees/types/genesis_test.go +++ b/x/staging/fees/types/genesis_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/staging/fees/types/min_fee.pb.go b/x/staging/fees/types/min_fee.pb.go index a9fb9e0fa2..f16bac9b42 100644 --- a/x/staging/fees/types/min_fee.pb.go +++ b/x/staging/fees/types/min_fee.pb.go @@ -86,7 +86,7 @@ func init() { func init() { proto.RegisterFile("desmos/fees/v1beta1/min_fee.proto", fileDescriptor_d3954e8b5ff8afea) } var fileDescriptor_d3954e8b5ff8afea = []byte{ - // 288 bytes of a gzipped FileDescriptorProto + // 291 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4c, 0x49, 0x2d, 0xce, 0xcd, 0x2f, 0xd6, 0x4f, 0x4b, 0x4d, 0x2d, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0xcf, 0xcd, 0xcc, 0x8b, 0x4f, 0x4b, 0x4d, 0xd5, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, @@ -100,11 +100,12 @@ var fileDescriptor_d3954e8b5ff8afea = []byte{ 0xea, 0x41, 0xec, 0xd5, 0x03, 0xd9, 0x0b, 0x73, 0xa2, 0x9e, 0x73, 0x7e, 0x66, 0x9e, 0x93, 0xc1, 0x89, 0x7b, 0xf2, 0x0c, 0xab, 0xee, 0xcb, 0x6b, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x43, 0x1d, 0x09, 0xa1, 0x74, 0x8b, 0x53, 0xb2, 0xf5, 0x41, 0x76, 0x14, 0x83, - 0x35, 0x14, 0x07, 0x41, 0x8d, 0x76, 0xf2, 0x39, 0xf1, 0x48, 0x8e, 0xf1, 0xc2, 0x23, 0x39, 0xc6, + 0x35, 0x14, 0x07, 0x41, 0x8d, 0x76, 0xf2, 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, 0x23, 0x24, 0xb3, 0x20, 0x61, 0xa3, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0x65, 0xeb, 0x57, - 0xe8, 0x17, 0x97, 0x24, 0xa6, 0x67, 0xe6, 0xa5, 0x43, 0x02, 0x15, 0x6c, 0x76, 0x12, 0x1b, 0x38, - 0x00, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x0c, 0x54, 0xd0, 0x70, 0x01, 0x00, 0x00, + 0x86, 0x28, 0x53, 0x24, 0xb3, 0x20, 0x61, 0xa3, 0x9b, 0x93, 0x98, 0x54, 0x0c, 0x65, 0xeb, 0x97, + 0x19, 0xe9, 0x57, 0xe8, 0x17, 0x97, 0x24, 0xa6, 0x67, 0xe6, 0xa5, 0x43, 0xc2, 0x15, 0x6c, 0x7c, + 0x12, 0x1b, 0x38, 0x0c, 0x8c, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x20, 0x5f, 0x57, 0x3e, 0x73, + 0x01, 0x00, 0x00, } func (m *MinFee) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/fees/types/min_fee_test.go b/x/staging/fees/types/min_fee_test.go index 96219ec7b7..54cc737667 100644 --- a/x/staging/fees/types/min_fee_test.go +++ b/x/staging/fees/types/min_fee_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) func TestMinFee_Validate(t *testing.T) { diff --git a/x/staging/fees/types/params.pb.go b/x/staging/fees/types/params.pb.go index 693603788e..6e842fff96 100644 --- a/x/staging/fees/types/params.pb.go +++ b/x/staging/fees/types/params.pb.go @@ -75,7 +75,7 @@ func init() { func init() { proto.RegisterFile("desmos/fees/v1beta1/params.proto", fileDescriptor_8e59b8b71608eb93) } var fileDescriptor_8e59b8b71608eb93 = []byte{ - // 224 bytes of a gzipped FileDescriptorProto + // 227 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x48, 0x49, 0x2d, 0xce, 0xcd, 0x2f, 0xd6, 0x4f, 0x4b, 0x4d, 0x2d, 0xd6, 0x2f, 0x33, 0x4c, 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x2f, 0x48, 0x2c, 0x4a, 0xcc, 0x2d, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x12, 0x86, 0xa8, @@ -84,12 +84,13 @@ var fileDescriptor_8e59b8b71608eb93 = []byte{ 0x51, 0x8a, 0xe4, 0x62, 0x0b, 0x00, 0x9b, 0x2e, 0xe4, 0xcf, 0xc5, 0x01, 0x95, 0x2a, 0x96, 0x60, 0x54, 0x60, 0xd6, 0xe0, 0x36, 0x92, 0xd6, 0xc3, 0x62, 0x95, 0x9e, 0x6f, 0x66, 0x9e, 0x5b, 0x6a, 0xaa, 0x93, 0xf8, 0x89, 0x7b, 0xf2, 0x0c, 0x9f, 0xee, 0xc9, 0xf3, 0x57, 0x26, 0xe6, 0xe6, 0x58, - 0x29, 0xc1, 0xb4, 0x2a, 0x05, 0xb1, 0xe7, 0x82, 0x15, 0x14, 0x3b, 0xf9, 0x9c, 0x78, 0x24, 0xc7, + 0x29, 0xc1, 0xb4, 0x2a, 0x05, 0xb1, 0xe7, 0x82, 0x15, 0x14, 0x3b, 0xf9, 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, 0x51, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, - 0x7e, 0xae, 0x3e, 0xc4, 0x0a, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x28, 0x5b, 0xbf, 0x42, 0xbf, 0xb8, - 0x24, 0x31, 0x3d, 0x33, 0x2f, 0x1d, 0xe2, 0xf0, 0x92, 0xca, 0x82, 0xd4, 0xe2, 0x24, 0x36, 0xb0, - 0x7b, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x36, 0x38, 0x1d, 0x8c, 0x21, 0x01, 0x00, 0x00, + 0xc7, 0x70, 0xe3, 0xb1, 0x1c, 0x43, 0x94, 0x69, 0x7a, 0x66, 0x49, 0x46, 0x69, 0x92, 0x5e, 0x72, + 0x7e, 0xae, 0x3e, 0xc4, 0x0a, 0xdd, 0x9c, 0xc4, 0xa4, 0x62, 0x28, 0x5b, 0xbf, 0xcc, 0x48, 0xbf, + 0x42, 0xbf, 0xb8, 0x24, 0x31, 0x3d, 0x33, 0x2f, 0x1d, 0xe2, 0xf6, 0x92, 0xca, 0x82, 0xd4, 0xe2, + 0x24, 0x36, 0xb0, 0x93, 0x8d, 0x01, 0x01, 0x00, 0x00, 0xff, 0xff, 0x97, 0xe1, 0x05, 0xa0, 0x24, + 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/fees/types/params_test.go b/x/staging/fees/types/params_test.go index 9ce7e4567d..c8b27b1e63 100644 --- a/x/staging/fees/types/params_test.go +++ b/x/staging/fees/types/params_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/fees/types" + "github.com/desmos-labs/desmos/v2/x/staging/fees/types" ) func TestValidateParams(t *testing.T) { diff --git a/x/staging/fees/types/query.pb.go b/x/staging/fees/types/query.pb.go index df403e623d..9a2d8ef75a 100644 --- a/x/staging/fees/types/query.pb.go +++ b/x/staging/fees/types/query.pb.go @@ -119,25 +119,26 @@ func init() { func init() { proto.RegisterFile("desmos/fees/v1beta1/query.proto", fileDescriptor_c2a0708a68ec44e0) } var fileDescriptor_c2a0708a68ec44e0 = []byte{ - // 287 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xbd, 0x4e, 0xc3, 0x30, - 0x10, 0xc7, 0x63, 0x04, 0x19, 0xcc, 0xe6, 0x76, 0x40, 0x01, 0xb9, 0x51, 0x16, 0xb2, 0x60, 0xab, - 0x61, 0x62, 0xed, 0xcc, 0x50, 0x3a, 0xb2, 0x39, 0x60, 0x4c, 0xa4, 0x26, 0x97, 0xc6, 0x0e, 0xa2, - 0x2b, 0x12, 0x33, 0x48, 0xbc, 0x54, 0xc7, 0x4a, 0x2c, 0x4c, 0x08, 0x25, 0x3c, 0x08, 0x4a, 0x6c, - 0x06, 0x44, 0xa4, 0x6e, 0xf6, 0xdd, 0xef, 0xff, 0x61, 0xe3, 0xc9, 0xad, 0xd4, 0x39, 0x68, 0x7e, - 0x27, 0xa5, 0xe6, 0x0f, 0xd3, 0x54, 0x1a, 0x31, 0xe5, 0xab, 0x5a, 0x56, 0x6b, 0x56, 0x56, 0x60, - 0x80, 0x8c, 0x2c, 0xc0, 0x3a, 0x80, 0x39, 0x20, 0x18, 0x2b, 0x50, 0xd0, 0xef, 0x79, 0x77, 0xb2, - 0x68, 0x70, 0xa2, 0x00, 0xd4, 0x52, 0x72, 0x51, 0x66, 0x5c, 0x14, 0x05, 0x18, 0x61, 0x32, 0x28, - 0xb4, 0xdb, 0x86, 0x43, 0x49, 0xa5, 0xa8, 0x44, 0xee, 0x88, 0x68, 0x8c, 0xc9, 0x55, 0x97, 0x3c, - 0xef, 0x87, 0x0b, 0xb9, 0xaa, 0xa5, 0x36, 0xd1, 0x1c, 0x8f, 0xfe, 0x4c, 0x75, 0x09, 0x85, 0x96, - 0xe4, 0x02, 0xfb, 0x56, 0x7c, 0x84, 0x42, 0x14, 0x1f, 0x26, 0xc7, 0x6c, 0xa0, 0x28, 0xb3, 0xa2, - 0xd9, 0xfe, 0xe6, 0x73, 0xe2, 0x2d, 0x9c, 0x20, 0x79, 0x41, 0xf8, 0xa0, 0xb7, 0x24, 0xcf, 0x08, - 0xfb, 0x16, 0x21, 0xa7, 0x83, 0xfa, 0xff, 0x7d, 0x82, 0x78, 0x37, 0x68, 0x2b, 0x46, 0xf1, 0xd3, - 0xfb, 0xf7, 0xdb, 0x5e, 0x44, 0x42, 0x3e, 0xf4, 0xf4, 0xfe, 0x62, 0x1b, 0xcd, 0x2e, 0x37, 0x0d, - 0x45, 0xdb, 0x86, 0xa2, 0xaf, 0x86, 0xa2, 0xd7, 0x96, 0x7a, 0xdb, 0x96, 0x7a, 0x1f, 0x2d, 0xf5, - 0xae, 0x13, 0x95, 0x99, 0xfb, 0x3a, 0x65, 0x37, 0x90, 0x3b, 0x97, 0xb3, 0xa5, 0x48, 0xf5, 0xaf, - 0xe3, 0x23, 0xd7, 0x46, 0xa8, 0xac, 0x50, 0xd6, 0xce, 0xac, 0x4b, 0xa9, 0x53, 0xbf, 0xff, 0xce, - 0xf3, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x83, 0x56, 0x88, 0x24, 0xdc, 0x01, 0x00, 0x00, + // 291 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xbd, 0x4e, 0xeb, 0x30, + 0x14, 0xc7, 0xe3, 0xab, 0x4b, 0x06, 0xb3, 0xb9, 0x1d, 0x50, 0x40, 0x6e, 0x94, 0x85, 0x2c, 0xd8, + 0x6a, 0x10, 0x03, 0x6b, 0x5f, 0x80, 0xd2, 0x91, 0xcd, 0x01, 0x63, 0x22, 0x35, 0x39, 0x69, 0xec, + 0x54, 0x74, 0x45, 0x62, 0x06, 0x89, 0x97, 0xea, 0x58, 0x89, 0x85, 0x09, 0xa1, 0x84, 0x07, 0x41, + 0x89, 0xcd, 0x80, 0x88, 0xc4, 0x66, 0x9f, 0xf3, 0xfb, 0x7f, 0xd8, 0x78, 0x72, 0x23, 0x75, 0x0e, + 0x9a, 0xdf, 0x4a, 0xa9, 0xf9, 0x7a, 0x9a, 0x4a, 0x23, 0xa6, 0x7c, 0x55, 0xcb, 0x6a, 0xc3, 0xca, + 0x0a, 0x0c, 0x90, 0x91, 0x05, 0x58, 0x07, 0x30, 0x07, 0x04, 0x63, 0x05, 0x0a, 0xfa, 0x3d, 0xef, + 0x4e, 0x16, 0x0d, 0x8e, 0x14, 0x80, 0x5a, 0x4a, 0x2e, 0xca, 0x8c, 0x8b, 0xa2, 0x00, 0x23, 0x4c, + 0x06, 0x85, 0x76, 0xdb, 0x70, 0x28, 0xa9, 0x14, 0x95, 0xc8, 0x1d, 0x11, 0x8d, 0x31, 0xb9, 0xec, + 0x92, 0xe7, 0xfd, 0x70, 0x21, 0x57, 0xb5, 0xd4, 0x26, 0x9a, 0xe3, 0xd1, 0x8f, 0xa9, 0x2e, 0xa1, + 0xd0, 0x92, 0x9c, 0x63, 0xdf, 0x8a, 0x0f, 0x50, 0x88, 0xe2, 0xfd, 0xe4, 0x90, 0x0d, 0x14, 0x65, + 0x56, 0x34, 0xfb, 0xbf, 0x7d, 0x9f, 0x78, 0x0b, 0x27, 0x48, 0x9e, 0x10, 0xde, 0xeb, 0x2d, 0xc9, + 0x23, 0xc2, 0xbe, 0x45, 0xc8, 0xf1, 0xa0, 0xfe, 0x77, 0x9f, 0x20, 0xfe, 0x1b, 0xb4, 0x15, 0xa3, + 0xf8, 0xe1, 0xf5, 0xf3, 0xe5, 0x5f, 0x44, 0x42, 0x3e, 0xf4, 0xf4, 0xfe, 0x62, 0x1b, 0xcd, 0x2e, + 0xb6, 0x0d, 0x45, 0xbb, 0x86, 0xa2, 0x8f, 0x86, 0xa2, 0xe7, 0x96, 0x7a, 0xbb, 0x96, 0x7a, 0x6f, + 0x2d, 0xf5, 0xae, 0xce, 0x54, 0x66, 0xee, 0xea, 0x94, 0x5d, 0x43, 0xee, 0x5c, 0x4e, 0x96, 0x22, + 0xd5, 0xdf, 0x8e, 0xeb, 0x84, 0xdf, 0x73, 0x6d, 0x84, 0xca, 0x0a, 0x65, 0x1d, 0xcd, 0xa6, 0x94, + 0x3a, 0xf5, 0xfb, 0x1f, 0x3d, 0xfd, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x26, 0xfc, 0x8b, 0x18, 0xdf, + 0x01, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staging/posts/client/cli/cli_test.go b/x/staging/posts/client/cli/cli_test.go index 2a3ac155da..c4dc0e3b58 100644 --- a/x/staging/posts/client/cli/cli_test.go +++ b/x/staging/posts/client/cli/cli_test.go @@ -14,9 +14,9 @@ import ( "github.com/stretchr/testify/suite" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/staging/posts/client/cli" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/staging/posts/client/cli" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) type IntegrationTestSuite struct { diff --git a/x/staging/posts/client/cli/query.go b/x/staging/posts/client/cli/query.go index f33e0387f8..9f73d66f36 100644 --- a/x/staging/posts/client/cli/query.go +++ b/x/staging/posts/client/cli/query.go @@ -12,7 +12,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) //DONTCOVER diff --git a/x/staging/posts/client/cli/tx.go b/x/staging/posts/client/cli/tx.go index 2b23def03a..c9ffdaf957 100644 --- a/x/staging/posts/client/cli/tx.go +++ b/x/staging/posts/client/cli/tx.go @@ -17,7 +17,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) //DONTCOVER diff --git a/x/staging/posts/client/testutil/helpers.go b/x/staging/posts/client/testutil/helpers.go index 1e743ffa84..adfa4fc047 100644 --- a/x/staging/posts/client/testutil/helpers.go +++ b/x/staging/posts/client/testutil/helpers.go @@ -11,7 +11,7 @@ import ( clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli" sdk "github.com/cosmos/cosmos-sdk/types" - postscli "github.com/desmos-labs/desmos/x/staging/posts/client/cli" + postscli "github.com/desmos-labs/desmos/v2/x/staging/posts/client/cli" ) var commonArgs = []string{ diff --git a/x/staging/posts/handler.go b/x/staging/posts/handler.go index 2d0e61848d..16fb0a5769 100644 --- a/x/staging/posts/handler.go +++ b/x/staging/posts/handler.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/gogo/protobuf/proto" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // NewHandler returns a handler for "posts" type messages. diff --git a/x/staging/posts/keeper/common_functions.go b/x/staging/posts/keeper/common_functions.go index 0c367522d2..96cc4e98cc 100644 --- a/x/staging/posts/keeper/common_functions.go +++ b/x/staging/posts/keeper/common_functions.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // IteratePosts iterates through the posts set and performs the provided function diff --git a/x/staging/posts/keeper/common_functions_test.go b/x/staging/posts/keeper/common_functions_test.go index 28cff0d567..6ec3d5f020 100644 --- a/x/staging/posts/keeper/common_functions_test.go +++ b/x/staging/posts/keeper/common_functions_test.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestValidatePost() { diff --git a/x/staging/posts/keeper/common_test.go b/x/staging/posts/keeper/common_test.go index db4e1b51a2..b82568fe46 100644 --- a/x/staging/posts/keeper/common_test.go +++ b/x/staging/posts/keeper/common_test.go @@ -13,14 +13,14 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - profileskeeper "github.com/desmos-labs/desmos/x/profiles/keeper" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + profileskeeper "github.com/desmos-labs/desmos/v2/x/profiles/keeper" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" paramskeeper "github.com/cosmos/cosmos-sdk/x/params/keeper" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" - subspaceskeeper "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - subspacetypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspaceskeeper "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + subspacetypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/store" @@ -35,10 +35,10 @@ import ( ibchost "github.com/cosmos/ibc-go/modules/core/24-host" ibckeeper "github.com/cosmos/ibc-go/modules/core/keeper" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func TestKeeperTestSuite(t *testing.T) { diff --git a/x/staging/posts/keeper/genesis.go b/x/staging/posts/keeper/genesis.go index 6f9dcc46b8..1299b5e84a 100644 --- a/x/staging/posts/keeper/genesis.go +++ b/x/staging/posts/keeper/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/staging/posts/keeper/genesis_test.go b/x/staging/posts/keeper/genesis_test.go index 8fa82cd58b..a2205d03e0 100644 --- a/x/staging/posts/keeper/genesis_test.go +++ b/x/staging/posts/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_ExportGenesis() { diff --git a/x/staging/posts/keeper/grpc_query.go b/x/staging/posts/keeper/grpc_query.go index 8f2f651b2a..6063d770b1 100644 --- a/x/staging/posts/keeper/grpc_query.go +++ b/x/staging/posts/keeper/grpc_query.go @@ -10,8 +10,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/desmos-labs/desmos/x/staging/posts/types" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/staging/posts/keeper/grpc_query_test.go b/x/staging/posts/keeper/grpc_query_test.go index eb6da92a4c..e67d90145c 100644 --- a/x/staging/posts/keeper/grpc_query_test.go +++ b/x/staging/posts/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) Test_Posts() { diff --git a/x/staging/posts/keeper/invariants.go b/x/staging/posts/keeper/invariants.go index 67ec08b9ff..095a4b59f7 100644 --- a/x/staging/posts/keeper/invariants.go +++ b/x/staging/posts/keeper/invariants.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // RegisterInvariants registers all posts invariants diff --git a/x/staging/posts/keeper/invariants_test.go b/x/staging/posts/keeper/invariants_test.go index 976141f9e6..7247921d81 100644 --- a/x/staging/posts/keeper/invariants_test.go +++ b/x/staging/posts/keeper/invariants_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "time" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestInvariants() { diff --git a/x/staging/posts/keeper/keeper.go b/x/staging/posts/keeper/keeper.go index 3680608645..d3c5a25532 100644 --- a/x/staging/posts/keeper/keeper.go +++ b/x/staging/posts/keeper/keeper.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/tendermint/tendermint/libs/log" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // Keeper maintains the link to data storage and exposes getter/setter methods for the various parts of the state machine diff --git a/x/staging/posts/keeper/keeper_bench_test.go b/x/staging/posts/keeper/keeper_bench_test.go index d15239ff46..be9fc4e42f 100644 --- a/x/staging/posts/keeper/keeper_bench_test.go +++ b/x/staging/posts/keeper/keeper_bench_test.go @@ -7,8 +7,8 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - postssim "github.com/desmos-labs/desmos/x/staging/posts/simulation" - "github.com/desmos-labs/desmos/x/staging/posts/types" + postssim "github.com/desmos-labs/desmos/v2/x/staging/posts/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // RandomSubspace returns a post with a 50% chance to have random medias and random poll diff --git a/x/staging/posts/keeper/keeper_polls.go b/x/staging/posts/keeper/keeper_polls.go index 35b9ebea79..40b77894ad 100644 --- a/x/staging/posts/keeper/keeper_polls.go +++ b/x/staging/posts/keeper/keeper_polls.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SaveUserAnswer save the user answer inside the current context diff --git a/x/staging/posts/keeper/keeper_polls_test.go b/x/staging/posts/keeper/keeper_polls_test.go index a46879240d..11a9ad397d 100644 --- a/x/staging/posts/keeper/keeper_polls_test.go +++ b/x/staging/posts/keeper/keeper_polls_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_SaveUserAnswer() { diff --git a/x/staging/posts/keeper/keeper_reactions.go b/x/staging/posts/keeper/keeper_reactions.go index c6d4f75b90..bbfa3a4f2c 100644 --- a/x/staging/posts/keeper/keeper_reactions.go +++ b/x/staging/posts/keeper/keeper_reactions.go @@ -3,7 +3,7 @@ package keeper import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" sdk "github.com/cosmos/cosmos-sdk/types" ) diff --git a/x/staging/posts/keeper/keeper_reactions_test.go b/x/staging/posts/keeper/keeper_reactions_test.go index 357a97b319..a70847868c 100644 --- a/x/staging/posts/keeper/keeper_reactions_test.go +++ b/x/staging/posts/keeper/keeper_reactions_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_SavePostReaction() { diff --git a/x/staging/posts/keeper/keeper_reports.go b/x/staging/posts/keeper/keeper_reports.go index 9acef1a019..8047180acd 100644 --- a/x/staging/posts/keeper/keeper_reports.go +++ b/x/staging/posts/keeper/keeper_reports.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SaveReport allows to save the given report inside the current context. diff --git a/x/staging/posts/keeper/keeper_reports_test.go b/x/staging/posts/keeper/keeper_reports_test.go index 651c2845f7..b68e9315d7 100644 --- a/x/staging/posts/keeper/keeper_reports_test.go +++ b/x/staging/posts/keeper/keeper_reports_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_SaveReport() { diff --git a/x/staging/posts/keeper/keeper_test.go b/x/staging/posts/keeper/keeper_test.go index df31832084..85c261cf9b 100644 --- a/x/staging/posts/keeper/keeper_test.go +++ b/x/staging/posts/keeper/keeper_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // getPostsCommentsIDs returns the comments of the post having the given id diff --git a/x/staging/posts/keeper/msgs_server.go b/x/staging/posts/keeper/msgs_server.go index 45ed4fb450..169b32c9ad 100644 --- a/x/staging/posts/keeper/msgs_server.go +++ b/x/staging/posts/keeper/msgs_server.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) type msgServer struct { diff --git a/x/staging/posts/keeper/msgs_server_test.go b/x/staging/posts/keeper/msgs_server_test.go index 937038a6b6..ec90402901 100644 --- a/x/staging/posts/keeper/msgs_server_test.go +++ b/x/staging/posts/keeper/msgs_server_test.go @@ -4,13 +4,13 @@ import ( "strings" "time" - profilestypes "github.com/desmos-labs/desmos/x/profiles/types" + profilestypes "github.com/desmos-labs/desmos/v2/x/profiles/types" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestMsgServer_CreatePost() { diff --git a/x/staging/posts/keeper/params.go b/x/staging/posts/keeper/params.go index 887bf3710e..a3070aedfb 100644 --- a/x/staging/posts/keeper/params.go +++ b/x/staging/posts/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SetParams sets params on the store diff --git a/x/staging/posts/keeper/params_test.go b/x/staging/posts/keeper/params_test.go index fe3bed9192..b3b1db0c3d 100644 --- a/x/staging/posts/keeper/params_test.go +++ b/x/staging/posts/keeper/params_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func (suite *KeeperTestSuite) TestKeeper_SetParams() { diff --git a/x/staging/posts/module.go b/x/staging/posts/module.go index 66d5a550a0..79acd7278b 100644 --- a/x/staging/posts/module.go +++ b/x/staging/posts/module.go @@ -16,14 +16,14 @@ import ( "github.com/gorilla/mux" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/staging/posts/simulation" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/module" - "github.com/desmos-labs/desmos/x/staging/posts/client/cli" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/client/cli" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" sdk "github.com/cosmos/cosmos-sdk/types" abci "github.com/tendermint/tendermint/abci/types" diff --git a/x/staging/posts/simulation/decoder.go b/x/staging/posts/simulation/decoder.go index 2945dc6d6d..e994373ee3 100644 --- a/x/staging/posts/simulation/decoder.go +++ b/x/staging/posts/simulation/decoder.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // NewDecodeStore returns a new decoder that unmarshals the KVPair's Value diff --git a/x/staging/posts/simulation/decoder_test.go b/x/staging/posts/simulation/decoder_test.go index 699b139342..da1fc63357 100644 --- a/x/staging/posts/simulation/decoder_test.go +++ b/x/staging/posts/simulation/decoder_test.go @@ -10,10 +10,10 @@ import ( "github.com/stretchr/testify/require" "github.com/tendermint/tendermint/crypto/ed25519" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" - "github.com/desmos-labs/desmos/x/staging/posts/simulation" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func TestDecodeStore(t *testing.T) { diff --git a/x/staging/posts/simulation/genesis.go b/x/staging/posts/simulation/genesis.go index c03604f0b5..eb8bcddbd1 100644 --- a/x/staging/posts/simulation/genesis.go +++ b/x/staging/posts/simulation/genesis.go @@ -11,7 +11,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" "github.com/tendermint/tendermint/crypto/ed25519" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) var ( diff --git a/x/staging/posts/simulation/operations.go b/x/staging/posts/simulation/operations.go index 59bba290c7..f9467c4172 100644 --- a/x/staging/posts/simulation/operations.go +++ b/x/staging/posts/simulation/operations.go @@ -12,8 +12,8 @@ import ( "github.com/cosmos/cosmos-sdk/codec" sim "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/app/params" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/app/params" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" ) // Simulation operation weights constants diff --git a/x/staging/posts/simulation/operations_polls.go b/x/staging/posts/simulation/operations_polls.go index e305aa6812..3bbd9c7f8d 100644 --- a/x/staging/posts/simulation/operations_polls.go +++ b/x/staging/posts/simulation/operations_polls.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp/helpers" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SimulateMsgAnswerToPoll tests and runs a single msg poll answer where the answering user account already exists diff --git a/x/staging/posts/simulation/operations_posts.go b/x/staging/posts/simulation/operations_posts.go index e3fe607510..1803e69257 100644 --- a/x/staging/posts/simulation/operations_posts.go +++ b/x/staging/posts/simulation/operations_posts.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp/helpers" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SimulateMsgCreatePost tests and runs a single msg create post where the post creator account already exists diff --git a/x/staging/posts/simulation/operations_reactions.go b/x/staging/posts/simulation/operations_reactions.go index bcddee2550..5d2903c69e 100644 --- a/x/staging/posts/simulation/operations_reactions.go +++ b/x/staging/posts/simulation/operations_reactions.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp/helpers" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // --------------- diff --git a/x/staging/posts/simulation/operations_reports.go b/x/staging/posts/simulation/operations_reports.go index 051a3f0a7f..81f9a55e12 100644 --- a/x/staging/posts/simulation/operations_reports.go +++ b/x/staging/posts/simulation/operations_reports.go @@ -15,8 +15,8 @@ import ( "github.com/cosmos/cosmos-sdk/simapp/helpers" sdk "github.com/cosmos/cosmos-sdk/types" - postskeeper "github.com/desmos-labs/desmos/x/staging/posts/keeper" - "github.com/desmos-labs/desmos/x/staging/posts/types" + postskeeper "github.com/desmos-labs/desmos/v2/x/staging/posts/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) // SimulateMsgReportPost tests and runs a single MsgReportPost created by a random account. diff --git a/x/staging/posts/simulation/params.go b/x/staging/posts/simulation/params.go index b522eda0e0..79156a3f39 100644 --- a/x/staging/posts/simulation/params.go +++ b/x/staging/posts/simulation/params.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func ParamChanges(r *rand.Rand) []simtypes.ParamChange { diff --git a/x/staging/posts/simulation/utils.go b/x/staging/posts/simulation/utils.go index f61e5c7c96..d60e637f0d 100644 --- a/x/staging/posts/simulation/utils.go +++ b/x/staging/posts/simulation/utils.go @@ -16,8 +16,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" emoji "github.com/desmos-labs/Go-Emoji-Utils" - "github.com/desmos-labs/desmos/x/staging/posts/types" - subspacesims "github.com/desmos-labs/desmos/x/staging/subspaces/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" + subspacesims "github.com/desmos-labs/desmos/v2/x/staging/subspaces/simulation" ) var ( diff --git a/x/staging/posts/types/genesis.pb.go b/x/staging/posts/types/genesis.pb.go index ff2570656e..64d9348775 100644 --- a/x/staging/posts/types/genesis.pb.go +++ b/x/staging/posts/types/genesis.pb.go @@ -117,32 +117,32 @@ func init() { } var fileDescriptor_e358c996c23f0348 = []byte{ - // 390 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x4f, 0x4b, 0xe3, 0x40, - 0x18, 0xc6, 0x93, 0xed, 0x9f, 0x85, 0xd9, 0xa5, 0xbb, 0xcc, 0x96, 0x25, 0x94, 0x25, 0xcd, 0x06, - 0x0f, 0xbd, 0x98, 0x50, 0x0b, 0x1e, 0x7a, 0xb3, 0x17, 0x4f, 0x4a, 0x8d, 0x7a, 0xf1, 0x52, 0x26, - 0xed, 0x10, 0x03, 0x49, 0x26, 0xcc, 0x3b, 0x55, 0xfb, 0x2d, 0xfc, 0x58, 0x3d, 0xf6, 0xe8, 0xa9, - 0x48, 0xfb, 0x0d, 0xfc, 0x04, 0x92, 0x99, 0x49, 0x11, 0x4d, 0x7b, 0x1b, 0x26, 0xbf, 0xe7, 0xc7, - 0xfb, 0x64, 0x5e, 0xe4, 0xce, 0x28, 0xa4, 0x0c, 0xfc, 0x9c, 0x81, 0x00, 0xff, 0xa1, 0x1f, 0x52, - 0x41, 0xfa, 0x7e, 0x44, 0x33, 0x0a, 0x31, 0x78, 0x39, 0x67, 0x82, 0xe1, 0xb6, 0x62, 0x3c, 0xc9, - 0x78, 0x9a, 0xe9, 0xb4, 0x23, 0x16, 0x31, 0x09, 0xf8, 0xc5, 0x49, 0xb1, 0x1d, 0xa7, 0xd2, 0xa7, - 0x92, 0x87, 0x89, 0x24, 0x29, 0x89, 0xa3, 0x4a, 0x82, 0x53, 0x32, 0x15, 0x31, 0xcb, 0x4a, 0xea, - 0x7f, 0xb5, 0x87, 0x70, 0x92, 0x1e, 0x46, 0x38, 0xcd, 0x19, 0x17, 0x0a, 0x71, 0xd7, 0x35, 0xf4, - 0xf3, 0x5c, 0xb5, 0xbd, 0x16, 0x44, 0x50, 0x7c, 0x8a, 0x1a, 0x12, 0xb7, 0x4c, 0xa7, 0xd6, 0xfb, - 0x71, 0xd2, 0xf1, 0xaa, 0xca, 0x7b, 0x63, 0x06, 0x62, 0x54, 0x5f, 0xae, 0xbb, 0x46, 0xa0, 0x70, - 0x7c, 0x83, 0xf0, 0x1c, 0x28, 0x87, 0x49, 0xd1, 0x64, 0x42, 0x32, 0x78, 0xa4, 0x1c, 0xac, 0x6f, - 0x52, 0xe2, 0x54, 0x4b, 0x6e, 0x81, 0xf2, 0x33, 0x09, 0x6a, 0xd5, 0x6f, 0x69, 0x18, 0xb3, 0x24, - 0x51, 0xd7, 0x80, 0xaf, 0xd0, 0x2f, 0x99, 0x99, 0xec, 0xda, 0x5b, 0x35, 0xa9, 0x74, 0xf7, 0xcf, - 0x15, 0x68, 0x54, 0x4b, 0x5b, 0x92, 0x28, 0x2f, 0x01, 0x13, 0xd4, 0xe6, 0x34, 0x8a, 0x41, 0x50, - 0x4e, 0x67, 0x1f, 0xbc, 0x75, 0xe9, 0xed, 0x55, 0x7b, 0x83, 0x5d, 0xe2, 0x93, 0xfd, 0x0f, 0xff, - 0xf2, 0x05, 0xf0, 0x25, 0xfa, 0xae, 0x7e, 0x32, 0x58, 0x0d, 0x69, 0xfd, 0xb7, 0xcf, 0x5a, 0x40, - 0xa3, 0xbf, 0x85, 0xe9, 0x6d, 0xdd, 0x6d, 0x2d, 0x48, 0x9a, 0x0c, 0x5d, 0x1d, 0x75, 0x83, 0x52, - 0x82, 0x87, 0xa8, 0xa9, 0xde, 0xd5, 0x6a, 0x3a, 0xe6, 0x7e, 0xdd, 0x58, 0x32, 0x7a, 0x30, 0x9d, - 0x18, 0x5d, 0x2c, 0x37, 0xb6, 0xb9, 0xda, 0xd8, 0xe6, 0xeb, 0xc6, 0x36, 0x9f, 0xb7, 0xb6, 0xb1, - 0xda, 0xda, 0xc6, 0xcb, 0xd6, 0x36, 0xee, 0x06, 0x51, 0x2c, 0xee, 0xe7, 0xa1, 0x37, 0x65, 0xa9, - 0xaf, 0x7c, 0xc7, 0x09, 0x09, 0x41, 0x9f, 0xfd, 0x27, 0x1f, 0x04, 0x89, 0xe2, 0x2c, 0xd2, 0xeb, - 0x23, 0x16, 0x39, 0x85, 0xb0, 0x29, 0xd7, 0x66, 0xf0, 0x1e, 0x00, 0x00, 0xff, 0xff, 0xf1, 0xa9, - 0x69, 0x5e, 0x38, 0x03, 0x00, 0x00, + // 392 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0x3f, 0x8b, 0xdb, 0x30, + 0x18, 0xc6, 0xed, 0xe6, 0x4f, 0x41, 0x2d, 0x69, 0x51, 0x43, 0x31, 0xa1, 0x38, 0xae, 0xe9, 0x90, + 0xa5, 0x16, 0x49, 0x21, 0x43, 0xb6, 0x66, 0xe9, 0x56, 0x5c, 0xb7, 0x5d, 0xba, 0x04, 0x39, 0x11, + 0xae, 0xc1, 0xb6, 0x8c, 0x5e, 0x25, 0x6d, 0xbe, 0xc5, 0x7d, 0xac, 0x8c, 0x19, 0x6f, 0x0a, 0x47, + 0xf2, 0x0d, 0xee, 0x13, 0x1c, 0x96, 0xe4, 0x70, 0xdc, 0x39, 0xd9, 0x84, 0xfc, 0x7b, 0x7e, 0xbc, + 0x8f, 0xf5, 0x22, 0x7f, 0xc5, 0x20, 0xe7, 0x40, 0x4a, 0x0e, 0x12, 0xc8, 0x66, 0x1c, 0x33, 0x49, + 0xc7, 0x24, 0x61, 0x05, 0x83, 0x14, 0x82, 0x52, 0x70, 0xc9, 0x71, 0x5f, 0x33, 0x81, 0x62, 0x02, + 0xc3, 0x0c, 0xfa, 0x09, 0x4f, 0xb8, 0x02, 0x48, 0x75, 0xd2, 0xec, 0xc0, 0x6b, 0xf4, 0xe9, 0xe4, + 0x75, 0x22, 0xcb, 0x6a, 0xe2, 0x53, 0x23, 0x21, 0x18, 0x5d, 0xca, 0x94, 0x17, 0x35, 0xf5, 0xb1, + 0xd9, 0x43, 0x05, 0xcd, 0xaf, 0x23, 0x82, 0x95, 0x5c, 0x48, 0x8d, 0xf8, 0x87, 0x16, 0x7a, 0xfd, + 0x4d, 0xb7, 0xfd, 0x29, 0xa9, 0x64, 0x78, 0x8a, 0x3a, 0x0a, 0x77, 0x6c, 0xaf, 0x35, 0x7a, 0x35, + 0x19, 0x04, 0x4d, 0xe5, 0x83, 0x90, 0x83, 0x9c, 0xb7, 0x77, 0x87, 0xa1, 0x15, 0x69, 0x1c, 0xff, + 0x42, 0x78, 0x0d, 0x4c, 0xc0, 0xa2, 0x6a, 0xb2, 0xa0, 0x05, 0xfc, 0x63, 0x02, 0x9c, 0x17, 0x4a, + 0xe2, 0x35, 0x4b, 0x7e, 0x03, 0x13, 0x5f, 0x15, 0x68, 0x54, 0x6f, 0x95, 0x21, 0xe4, 0x59, 0xa6, + 0xaf, 0x01, 0xff, 0x40, 0x6f, 0x54, 0x66, 0x71, 0x6e, 0xef, 0xb4, 0x94, 0xd2, 0xbf, 0x3c, 0x57, + 0x64, 0x50, 0x23, 0xed, 0x29, 0xa2, 0xbe, 0x04, 0x4c, 0x51, 0x5f, 0xb0, 0x24, 0x05, 0xc9, 0x04, + 0x5b, 0x3d, 0xf2, 0xb6, 0x95, 0x77, 0xd4, 0xec, 0x8d, 0xce, 0x89, 0x27, 0xf6, 0x77, 0xe2, 0xd9, + 0x17, 0xc0, 0xdf, 0xd1, 0x4b, 0xfd, 0x93, 0xc1, 0xe9, 0x28, 0xeb, 0x87, 0x4b, 0xd6, 0x0a, 0x9a, + 0xbf, 0xaf, 0x4c, 0xf7, 0x87, 0x61, 0x6f, 0x4b, 0xf3, 0x6c, 0xe6, 0x9b, 0xa8, 0x1f, 0xd5, 0x12, + 0x3c, 0x43, 0x5d, 0xfd, 0xae, 0x4e, 0xd7, 0xb3, 0x2f, 0xeb, 0x42, 0xc5, 0x98, 0xc1, 0x4c, 0x62, + 0x1e, 0xee, 0x8e, 0xae, 0xbd, 0x3f, 0xba, 0xf6, 0xdd, 0xd1, 0xb5, 0x6f, 0x4e, 0xae, 0xb5, 0x3f, + 0xb9, 0xd6, 0xed, 0xc9, 0xb5, 0xfe, 0x4c, 0x93, 0x54, 0xfe, 0x5d, 0xc7, 0xc1, 0x92, 0xe7, 0x44, + 0xfb, 0x3e, 0x67, 0x34, 0x06, 0x73, 0x26, 0x9b, 0x09, 0xf9, 0x4f, 0x40, 0xd2, 0x24, 0x2d, 0x12, + 0xb3, 0x41, 0x72, 0x5b, 0x32, 0x88, 0xbb, 0x6a, 0x73, 0xbe, 0x3c, 0x04, 0x00, 0x00, 0xff, 0xff, + 0xcd, 0x4d, 0x44, 0x73, 0x3b, 0x03, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/posts/types/genesis_test.go b/x/staging/posts/types/genesis_test.go index 8f1b5dc424..923a7ada84 100644 --- a/x/staging/posts/types/genesis_test.go +++ b/x/staging/posts/types/genesis_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/staging/posts/types/keys_test.go b/x/staging/posts/types/keys_test.go index 49c0f2e6d0..2a598eadb5 100644 --- a/x/staging/posts/types/keys_test.go +++ b/x/staging/posts/types/keys_test.go @@ -3,8 +3,8 @@ package types_test import ( "testing" - "github.com/desmos-labs/desmos/x/staging/posts/types" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" "github.com/stretchr/testify/require" ) diff --git a/x/staging/posts/types/msgs.go b/x/staging/posts/types/msgs.go index e513973b87..237f1652f6 100644 --- a/x/staging/posts/types/msgs.go +++ b/x/staging/posts/types/msgs.go @@ -4,16 +4,16 @@ import ( "encoding/json" "strings" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" emoji "github.com/desmos-labs/Go-Emoji-Utils" - commonerrors "github.com/desmos-labs/desmos/x/commons/types/errors" + commonerrors "github.com/desmos-labs/desmos/v2/x/commons/types/errors" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/commons" + "github.com/desmos-labs/desmos/v2/x/commons" ) // NewMsgCreatePost is a constructor function for MsgCreatePost diff --git a/x/staging/posts/types/msgs.pb.go b/x/staging/posts/types/msgs.pb.go index 201ff7172c..db8aad2123 100644 --- a/x/staging/posts/types/msgs.pb.go +++ b/x/staging/posts/types/msgs.pb.go @@ -601,71 +601,71 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/msgs.proto", fileDescriptor_12fe981997856c11) } var fileDescriptor_12fe981997856c11 = []byte{ - // 1013 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x4f, 0x6b, 0x1b, 0x47, - 0x14, 0xd7, 0x46, 0xb2, 0x2c, 0x8d, 0xea, 0x3f, 0xd9, 0x58, 0x44, 0xa8, 0xb1, 0x46, 0x1d, 0x43, - 0x2a, 0x93, 0x44, 0x8a, 0xed, 0x43, 0x21, 0x50, 0xa8, 0xe5, 0xf6, 0x90, 0x82, 0xc0, 0x9d, 0xf6, - 0x50, 0x5a, 0x88, 0x58, 0x69, 0x87, 0xf5, 0x82, 0x56, 0xb3, 0xec, 0x8c, 0x9c, 0xfa, 0xd8, 0x5b, - 0x0f, 0x3d, 0xf4, 0x23, 0xe4, 0xd6, 0x6f, 0x50, 0xe8, 0x07, 0x28, 0xe4, 0x98, 0x63, 0x4e, 0x4b, - 0x90, 0x2f, 0x45, 0x47, 0x1d, 0x7a, 0x2e, 0x3b, 0x33, 0xfb, 0x47, 0xd2, 0x4a, 0x56, 0xc1, 0x25, - 0xe4, 0xb6, 0x7e, 0xef, 0xf7, 0xde, 0x9b, 0xdf, 0xfb, 0x6b, 0x01, 0x68, 0x12, 0xe6, 0x50, 0xd6, - 0x72, 0x29, 0xe3, 0xac, 0x75, 0x79, 0xd4, 0x23, 0xdc, 0x38, 0x6a, 0x39, 0xcc, 0x62, 0x4d, 0xd7, - 0xa3, 0x9c, 0xea, 0x7b, 0x12, 0xd0, 0x14, 0x80, 0xa6, 0x02, 0x54, 0xf7, 0x2c, 0x6a, 0x51, 0x01, - 0x68, 0x05, 0x5f, 0x12, 0x5b, 0xad, 0xa7, 0x3a, 0x93, 0x96, 0xab, 0x11, 0x83, 0x81, 0x42, 0xa0, - 0x7f, 0x36, 0xc0, 0x56, 0x87, 0x59, 0x67, 0x1e, 0x31, 0x38, 0x39, 0xa7, 0x8c, 0xeb, 0x5f, 0x83, - 0xa2, 0x6b, 0x78, 0x64, 0xc8, 0xbb, 0xb6, 0x59, 0xd1, 0xea, 0x5a, 0xa3, 0xd8, 0x7e, 0x32, 0xf6, - 0x61, 0xe1, 0x5c, 0x08, 0x9f, 0x7f, 0x39, 0xf1, 0x61, 0x0c, 0x98, 0xfa, 0x70, 0xf7, 0xca, 0x70, - 0x06, 0xcf, 0x50, 0x24, 0x42, 0xb8, 0x20, 0xbf, 0x9f, 0x9b, 0xfa, 0x63, 0xb0, 0xe9, 0x10, 0xc6, - 0x0c, 0x8b, 0x54, 0xee, 0x08, 0x4f, 0xfa, 0xd4, 0x87, 0xdb, 0xd2, 0x40, 0x29, 0x10, 0x0e, 0x21, - 0xfa, 0x4b, 0xb0, 0xdd, 0xa7, 0x8e, 0x43, 0x86, 0x9c, 0x75, 0x19, 0x37, 0x38, 0xa9, 0x64, 0xeb, - 0x5a, 0x63, 0xfb, 0xf8, 0xa0, 0x99, 0x96, 0x94, 0xe6, 0x99, 0xc2, 0x7e, 0x1b, 0x40, 0xdb, 0x8f, - 0x26, 0x3e, 0x9c, 0x33, 0x9f, 0xfa, 0xb0, 0x2c, 0x63, 0xcd, 0xca, 0x11, 0xde, 0xea, 0x27, 0x6d, - 0xf5, 0x16, 0x28, 0xb0, 0x51, 0x8f, 0xb9, 0x46, 0x9f, 0x54, 0x72, 0xe2, 0x9d, 0xf7, 0xa6, 0x3e, - 0xdc, 0x91, 0xb6, 0xa1, 0x06, 0xe1, 0x08, 0xa4, 0xff, 0xae, 0x81, 0xb2, 0x61, 0x9a, 0x36, 0xb7, - 0xe9, 0xd0, 0x18, 0x74, 0x0d, 0xce, 0x3d, 0xbb, 0x37, 0xe2, 0x84, 0x55, 0x36, 0xea, 0xd9, 0x46, - 0xe9, 0x18, 0xa6, 0xbf, 0xf8, 0x34, 0xc4, 0xb5, 0xbf, 0x79, 0xed, 0xc3, 0xcc, 0xc4, 0x87, 0x30, - 0xd5, 0xcb, 0x63, 0xea, 0xd8, 0x9c, 0x38, 0x2e, 0xbf, 0x9a, 0xfa, 0xf0, 0xa1, 0x7c, 0xc6, 0x0d, - 0x40, 0x84, 0xf7, 0x62, 0x44, 0x14, 0x87, 0x05, 0x15, 0xe8, 0x07, 0xb5, 0xa5, 0x5e, 0x25, 0x3f, - 0x5f, 0x01, 0xa5, 0x40, 0x38, 0x84, 0xe8, 0x3f, 0x6b, 0xa0, 0x64, 0x70, 0x6e, 0xf4, 0x2f, 0x44, - 0x76, 0x2a, 0x9b, 0x82, 0x4d, 0x7d, 0x29, 0x1b, 0x05, 0x6c, 0x7f, 0xae, 0xe8, 0x94, 0x13, 0xc6, - 0x33, 0x24, 0x1e, 0x28, 0x12, 0x69, 0x6a, 0x84, 0x93, 0x31, 0xf5, 0x1f, 0x41, 0x2e, 0x68, 0xd0, - 0x4a, 0xa1, 0xae, 0x35, 0x4a, 0xc7, 0xd5, 0xf4, 0xd8, 0xe7, 0x74, 0x30, 0x90, 0x25, 0x0f, 0xb0, - 0x33, 0xa1, 0x54, 0xc9, 0x67, 0xe5, 0x08, 0x0b, 0xa7, 0xcf, 0x0a, 0xbf, 0xbc, 0x82, 0x99, 0xbf, - 0x5f, 0xc1, 0x0c, 0xba, 0x0f, 0xca, 0x33, 0x7d, 0x8f, 0x09, 0x73, 0xe9, 0x90, 0x11, 0xf4, 0x6b, - 0x0e, 0x94, 0x3a, 0xcc, 0xfa, 0xca, 0xb4, 0xb9, 0x98, 0x87, 0x2f, 0xc0, 0x66, 0x10, 0x3b, 0x9e, - 0x86, 0x4f, 0xc7, 0x3e, 0xcc, 0x07, 0x2a, 0x31, 0x0b, 0xa1, 0x32, 0x4e, 0xab, 0x12, 0x20, 0x9c, - 0x0f, 0xbe, 0x3e, 0x9c, 0x29, 0x98, 0x2f, 0x7e, 0xee, 0x3d, 0x16, 0x7f, 0xe3, 0x7f, 0x28, 0xbe, - 0x7e, 0x08, 0xf2, 0xc4, 0xb4, 0xe3, 0x51, 0xb8, 0x3b, 0xf5, 0xe1, 0x96, 0x34, 0x90, 0x72, 0x84, - 0x15, 0x20, 0xd1, 0x27, 0x65, 0x70, 0x2f, 0xd1, 0x0d, 0x51, 0x97, 0xfc, 0xa1, 0x01, 0xbd, 0xc3, - 0xac, 0x53, 0xd3, 0x94, 0x62, 0xa3, 0x1f, 0x8c, 0xde, 0x2d, 0x34, 0x4b, 0x0b, 0x14, 0x3c, 0xe5, - 0x4d, 0x75, 0x4b, 0x62, 0x17, 0x85, 0x1a, 0x84, 0x23, 0x90, 0x7e, 0x00, 0x72, 0x23, 0x46, 0x3c, - 0xd1, 0x25, 0xc5, 0xf6, 0xce, 0xd4, 0x87, 0x25, 0x09, 0x0e, 0xa4, 0x08, 0x0b, 0x65, 0x82, 0xcf, - 0x03, 0x50, 0x5d, 0x7c, 0x77, 0x44, 0xeb, 0x4f, 0x4d, 0x8c, 0x05, 0x26, 0x0e, 0xbd, 0x24, 0x1f, - 0x18, 0x33, 0x08, 0xf6, 0x53, 0x9f, 0x1e, 0x91, 0xfb, 0x4b, 0x13, 0xb7, 0xee, 0x74, 0xc8, 0x5e, - 0x12, 0x2f, 0x68, 0xa2, 0x5b, 0x20, 0xf5, 0x19, 0xd8, 0x34, 0x84, 0x3f, 0x56, 0xb9, 0x53, 0xcf, - 0x36, 0x8a, 0xed, 0xfd, 0xc0, 0x4e, 0x89, 0x62, 0x3b, 0x25, 0x40, 0x38, 0x54, 0x05, 0xd9, 0x90, - 0x9f, 0x11, 0xc1, 0x44, 0x36, 0x42, 0x0d, 0xc2, 0x11, 0x68, 0x61, 0x75, 0xc5, 0x34, 0x22, 0x82, - 0x13, 0x4d, 0x34, 0x2b, 0x26, 0x96, 0xcd, 0x38, 0xf1, 0xa2, 0xda, 0xb5, 0x01, 0x60, 0x17, 0xd4, - 0xe3, 0xdd, 0x3e, 0x35, 0x89, 0x62, 0x7a, 0x30, 0xf1, 0x61, 0x42, 0x3a, 0xf5, 0xe1, 0x5d, 0x75, - 0xef, 0x22, 0x19, 0xc2, 0x45, 0xf1, 0xc7, 0x19, 0x35, 0x89, 0xfe, 0x10, 0x6c, 0x5c, 0x1a, 0x83, - 0x51, 0xb8, 0xc2, 0x76, 0xa7, 0x3e, 0xfc, 0x48, 0x1a, 0x08, 0x31, 0xc2, 0x52, 0x3d, 0x73, 0x4b, - 0xb3, 0xeb, 0xdc, 0xd2, 0xc4, 0x85, 0xca, 0xdd, 0x78, 0xa1, 0x12, 0x59, 0xd8, 0x07, 0x1f, 0xa7, - 0x70, 0x8d, 0x72, 0xf1, 0x4e, 0x16, 0x1b, 0x13, 0x97, 0x7a, 0xb7, 0xb5, 0xc8, 0x9f, 0x82, 0x92, - 0x27, 0xfc, 0x75, 0xf9, 0x95, 0x1b, 0x66, 0x22, 0xd1, 0x97, 0x81, 0x14, 0x61, 0x20, 0x31, 0xdf, - 0x5d, 0xb9, 0x24, 0xb9, 0xfa, 0xb3, 0x37, 0xaf, 0xfe, 0xb0, 0xe1, 0x73, 0xeb, 0x35, 0xfc, 0x7d, - 0x35, 0xab, 0x21, 0xc3, 0x90, 0xfb, 0xf1, 0xdb, 0x0d, 0x90, 0xed, 0x30, 0x4b, 0x7f, 0x01, 0x40, - 0xe2, 0x1f, 0xbb, 0x25, 0x07, 0x64, 0xe6, 0x0a, 0x56, 0x1f, 0xad, 0x01, 0x0a, 0xe3, 0xe8, 0xdf, - 0x83, 0x42, 0x74, 0x26, 0x3f, 0x59, 0x6a, 0x18, 0x42, 0xaa, 0x87, 0x37, 0x42, 0x22, 0xcf, 0x2f, - 0x00, 0x48, 0x54, 0x6e, 0xf9, 0xcb, 0x63, 0xd0, 0x8a, 0x97, 0x2f, 0x66, 0x48, 0x77, 0xc0, 0xce, - 0xfc, 0xea, 0x6e, 0x2c, 0xb5, 0x9f, 0x43, 0x56, 0x9f, 0xae, 0x8b, 0x8c, 0xc2, 0x5d, 0x02, 0x3d, - 0x65, 0xa5, 0xae, 0x7a, 0xf1, 0x3c, 0xb8, 0x7a, 0xf2, 0x1f, 0xc0, 0x51, 0x5c, 0x17, 0xec, 0x2e, - 0x2c, 0x83, 0xc3, 0x15, 0x8e, 0x66, 0xa1, 0xd5, 0xa3, 0xb5, 0xa1, 0xc9, 0xc2, 0x25, 0xf6, 0xeb, - 0xf2, 0xc2, 0xc5, 0xa0, 0x15, 0x85, 0x5b, 0x5c, 0x71, 0xed, 0xce, 0xeb, 0x71, 0x4d, 0x7b, 0x33, - 0xae, 0x69, 0xef, 0xc6, 0x35, 0xed, 0xb7, 0xeb, 0x5a, 0xe6, 0xcd, 0x75, 0x2d, 0xf3, 0xf6, 0xba, - 0x96, 0xf9, 0xe1, 0xc4, 0xb2, 0xf9, 0xc5, 0xa8, 0xd7, 0xec, 0x53, 0xa7, 0x25, 0x1d, 0x3e, 0x19, - 0x18, 0x3d, 0xa6, 0xbe, 0x5b, 0x3f, 0xb5, 0x18, 0x37, 0x2c, 0x7b, 0x68, 0xa9, 0x1f, 0x43, 0xc1, - 0xac, 0xb2, 0x5e, 0x5e, 0xfc, 0x0a, 0x3a, 0xf9, 0x37, 0x00, 0x00, 0xff, 0xff, 0xe7, 0x4d, 0x4d, - 0xdf, 0x98, 0x0d, 0x00, 0x00, + // 1016 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcd, 0x6b, 0x1b, 0x47, + 0x14, 0xd7, 0x46, 0x1f, 0x96, 0x46, 0xf5, 0x47, 0x36, 0x16, 0x11, 0x6a, 0xac, 0x51, 0xc7, 0x90, + 0xca, 0x24, 0xd1, 0xc6, 0x0a, 0xb4, 0x10, 0x28, 0xd4, 0x72, 0x7b, 0x48, 0xc1, 0xe0, 0x4e, 0x7b, + 0x28, 0x2d, 0x44, 0xac, 0xb4, 0xc3, 0x7a, 0x41, 0xab, 0x59, 0x76, 0x46, 0x4a, 0x7d, 0xec, 0xad, + 0x87, 0x1e, 0xfa, 0x27, 0xe4, 0xd6, 0xff, 0xa0, 0xd0, 0x3f, 0xa0, 0x90, 0x63, 0x8e, 0x39, 0x2d, + 0x41, 0xbe, 0x14, 0x1d, 0x75, 0xe8, 0xb9, 0xec, 0xcc, 0xec, 0x6a, 0xf5, 0x69, 0x15, 0x5c, 0x8a, + 0x6f, 0xeb, 0xf7, 0x7e, 0xef, 0xbd, 0xf9, 0xbd, 0x4f, 0x0b, 0x40, 0x8b, 0x30, 0x97, 0x32, 0xc3, + 0xa3, 0x8c, 0x33, 0x63, 0x78, 0xdc, 0x21, 0xdc, 0x3c, 0x36, 0x5c, 0x66, 0xb3, 0x86, 0xe7, 0x53, + 0x4e, 0xf5, 0x7d, 0x09, 0x68, 0x08, 0x40, 0x43, 0x01, 0x2a, 0xfb, 0x36, 0xb5, 0xa9, 0x00, 0x18, + 0xe1, 0x97, 0xc4, 0x56, 0x6a, 0x4b, 0x9d, 0x49, 0xcb, 0xf5, 0x88, 0x5e, 0x4f, 0x21, 0xd0, 0xdf, + 0x59, 0xb0, 0x7d, 0xc6, 0xec, 0x53, 0x9f, 0x98, 0x9c, 0x9c, 0x53, 0xc6, 0xf5, 0xaf, 0x40, 0xc1, + 0x33, 0x7d, 0xd2, 0xe7, 0x6d, 0xc7, 0x2a, 0x6b, 0x35, 0xad, 0x5e, 0x68, 0x3d, 0x19, 0x05, 0x30, + 0x7f, 0x2e, 0x84, 0x2f, 0xbe, 0x18, 0x07, 0x70, 0x0a, 0x98, 0x04, 0x70, 0xef, 0xd2, 0x74, 0x7b, + 0xcf, 0x51, 0x2c, 0x42, 0x38, 0x2f, 0xbf, 0x5f, 0x58, 0xfa, 0x63, 0xb0, 0xe5, 0x12, 0xc6, 0x4c, + 0x9b, 0x94, 0xef, 0x08, 0x4f, 0xfa, 0x24, 0x80, 0x3b, 0xd2, 0x40, 0x29, 0x10, 0x8e, 0x20, 0xfa, + 0x2b, 0xb0, 0xd3, 0xa5, 0xae, 0x4b, 0xfa, 0x9c, 0xb5, 0x19, 0x37, 0x39, 0x29, 0xa7, 0x6b, 0x5a, + 0x7d, 0xa7, 0x79, 0xd8, 0x58, 0x96, 0x94, 0xc6, 0xa9, 0xc2, 0x7e, 0x13, 0x42, 0x5b, 0x8f, 0xc6, + 0x01, 0x9c, 0x33, 0x9f, 0x04, 0xb0, 0x24, 0x63, 0xcd, 0xca, 0x11, 0xde, 0xee, 0x26, 0x6d, 0x75, + 0x03, 0xe4, 0xd9, 0xa0, 0xc3, 0x3c, 0xb3, 0x4b, 0xca, 0x19, 0xf1, 0xce, 0x7b, 0x93, 0x00, 0xee, + 0x4a, 0xdb, 0x48, 0x83, 0x70, 0x0c, 0xd2, 0x7f, 0xd3, 0x40, 0xc9, 0xb4, 0x2c, 0x87, 0x3b, 0xb4, + 0x6f, 0xf6, 0xda, 0x26, 0xe7, 0xbe, 0xd3, 0x19, 0x70, 0xc2, 0xca, 0xd9, 0x5a, 0xba, 0x5e, 0x6c, + 0xc2, 0xe5, 0x2f, 0x3e, 0x89, 0x70, 0xad, 0xaf, 0xdf, 0x04, 0x30, 0x35, 0x0e, 0x20, 0x5c, 0xea, + 0xe5, 0x31, 0x75, 0x1d, 0x4e, 0x5c, 0x8f, 0x5f, 0x4e, 0x02, 0xf8, 0x50, 0x3e, 0xe3, 0x1a, 0x20, + 0xc2, 0xfb, 0x53, 0x44, 0x1c, 0x87, 0x85, 0x15, 0xe8, 0x86, 0xb5, 0xa5, 0x7e, 0x39, 0x37, 0x5f, + 0x01, 0xa5, 0x40, 0x38, 0x82, 0xe8, 0x3f, 0x69, 0xa0, 0x68, 0x72, 0x6e, 0x76, 0x2f, 0x44, 0x76, + 0xca, 0x5b, 0x82, 0x4d, 0x6d, 0x25, 0x1b, 0x05, 0x6c, 0x7d, 0xa6, 0xe8, 0x94, 0x12, 0xc6, 0x33, + 0x24, 0x1e, 0x28, 0x12, 0xcb, 0xd4, 0x08, 0x27, 0x63, 0xea, 0x3f, 0x80, 0x4c, 0xd8, 0xa0, 0xe5, + 0x7c, 0x4d, 0xab, 0x17, 0x9b, 0x95, 0xe5, 0xb1, 0xcf, 0x69, 0xaf, 0x27, 0x4b, 0x1e, 0x62, 0x67, + 0x42, 0xa9, 0x92, 0xcf, 0xca, 0x11, 0x16, 0x4e, 0x9f, 0xe7, 0x7f, 0x7e, 0x0d, 0x53, 0x7f, 0xbd, + 0x86, 0x29, 0x74, 0x1f, 0x94, 0x66, 0xfa, 0x1e, 0x13, 0xe6, 0xd1, 0x3e, 0x23, 0xe8, 0x97, 0x0c, + 0x28, 0x9e, 0x31, 0xfb, 0x4b, 0xcb, 0xe1, 0x62, 0x1e, 0x3e, 0x07, 0x5b, 0x61, 0xec, 0xe9, 0x34, + 0x7c, 0x3c, 0x0a, 0x60, 0x2e, 0x54, 0x89, 0x59, 0x88, 0x94, 0xd3, 0xb4, 0x2a, 0x01, 0xc2, 0xb9, + 0xf0, 0xeb, 0xf6, 0x4c, 0xc1, 0x7c, 0xf1, 0x33, 0xff, 0x63, 0xf1, 0xb3, 0xff, 0x41, 0xf1, 0xf5, + 0x23, 0x90, 0x23, 0x96, 0x33, 0x1d, 0x85, 0xbb, 0x93, 0x00, 0x6e, 0x4b, 0x03, 0x29, 0x47, 0x58, + 0x01, 0x12, 0x7d, 0x52, 0x02, 0xf7, 0x12, 0xdd, 0x10, 0x77, 0xc9, 0xef, 0x1a, 0xd0, 0xcf, 0x98, + 0x7d, 0x62, 0x59, 0x52, 0x6c, 0x76, 0xc3, 0xd1, 0xbb, 0x81, 0x66, 0x31, 0x40, 0xde, 0x57, 0xde, + 0x54, 0xb7, 0x24, 0x76, 0x51, 0xa4, 0x41, 0x38, 0x06, 0xe9, 0x87, 0x20, 0x33, 0x60, 0xc4, 0x17, + 0x5d, 0x52, 0x68, 0xed, 0x4e, 0x02, 0x58, 0x94, 0xe0, 0x50, 0x8a, 0xb0, 0x50, 0x26, 0xf8, 0x3c, + 0x00, 0x95, 0xc5, 0x77, 0xc7, 0xb4, 0xfe, 0xd0, 0xc4, 0x58, 0x60, 0xe2, 0xd2, 0x21, 0xb9, 0x65, + 0xcc, 0x20, 0x38, 0x58, 0xfa, 0xf4, 0x98, 0xdc, 0x9f, 0x9a, 0xb8, 0x75, 0x27, 0x7d, 0xf6, 0x8a, + 0xf8, 0x61, 0x13, 0xdd, 0x00, 0xa9, 0x4f, 0xc1, 0x96, 0x29, 0xfc, 0xb1, 0xf2, 0x9d, 0x5a, 0xba, + 0x5e, 0x68, 0x1d, 0x84, 0x76, 0x4a, 0x34, 0xb5, 0x53, 0x02, 0x84, 0x23, 0x55, 0x98, 0x0d, 0xf9, + 0x19, 0x13, 0x4c, 0x64, 0x23, 0xd2, 0x20, 0x1c, 0x83, 0x16, 0x56, 0xd7, 0x94, 0x46, 0x4c, 0x70, + 0xac, 0x89, 0x66, 0xc5, 0xc4, 0x76, 0x18, 0x27, 0x7e, 0x5c, 0xbb, 0x16, 0x00, 0xec, 0x82, 0xfa, + 0xbc, 0xdd, 0xa5, 0x16, 0x51, 0x4c, 0x0f, 0xc7, 0x01, 0x4c, 0x48, 0x27, 0x01, 0xbc, 0xab, 0xee, + 0x5d, 0x2c, 0x43, 0xb8, 0x20, 0xfe, 0x38, 0xa5, 0x16, 0xd1, 0x1f, 0x82, 0xec, 0xd0, 0xec, 0x0d, + 0xa2, 0x15, 0xb6, 0x37, 0x09, 0xe0, 0x07, 0xd2, 0x40, 0x88, 0x11, 0x96, 0xea, 0x99, 0x5b, 0x9a, + 0xde, 0xe4, 0x96, 0x26, 0x2e, 0x54, 0xe6, 0xda, 0x0b, 0x95, 0xc8, 0xc2, 0x01, 0xf8, 0x70, 0x09, + 0xd7, 0x38, 0x17, 0xef, 0x65, 0xb1, 0x31, 0xf1, 0xa8, 0x7f, 0x53, 0x8b, 0xfc, 0x29, 0x28, 0xfa, + 0xc2, 0x5f, 0x9b, 0x5f, 0x7a, 0x51, 0x26, 0x12, 0x7d, 0x19, 0x4a, 0x11, 0x06, 0x12, 0xf3, 0xed, + 0xa5, 0x47, 0x92, 0xab, 0x3f, 0x7d, 0xfd, 0xea, 0x8f, 0x1a, 0x3e, 0xb3, 0x59, 0xc3, 0xdf, 0x57, + 0xb3, 0x1a, 0x31, 0x8c, 0xb8, 0x37, 0xdf, 0x65, 0x41, 0xfa, 0x8c, 0xd9, 0xfa, 0x4b, 0x00, 0x12, + 0xff, 0xd8, 0xad, 0x38, 0x20, 0x33, 0x57, 0xb0, 0xf2, 0x68, 0x03, 0x50, 0x14, 0x47, 0xff, 0x0e, + 0xe4, 0xe3, 0x33, 0xf9, 0xd1, 0x4a, 0xc3, 0x08, 0x52, 0x39, 0xba, 0x16, 0x12, 0x7b, 0x7e, 0x09, + 0x40, 0xa2, 0x72, 0xab, 0x5f, 0x3e, 0x05, 0xad, 0x79, 0xf9, 0x62, 0x86, 0x74, 0x17, 0xec, 0xce, + 0xaf, 0xee, 0xfa, 0x4a, 0xfb, 0x39, 0x64, 0xe5, 0xe9, 0xa6, 0xc8, 0x38, 0xdc, 0x10, 0xe8, 0x4b, + 0x56, 0xea, 0xba, 0x17, 0xcf, 0x83, 0x2b, 0xcf, 0xfe, 0x05, 0x38, 0x8e, 0xeb, 0x81, 0xbd, 0x85, + 0x65, 0x70, 0xb4, 0xc6, 0xd1, 0x2c, 0xb4, 0x72, 0xbc, 0x31, 0x34, 0x59, 0xb8, 0xc4, 0x7e, 0x5d, + 0x5d, 0xb8, 0x29, 0x68, 0x4d, 0xe1, 0x16, 0x57, 0x5c, 0xeb, 0xfc, 0xcd, 0xa8, 0xaa, 0xbd, 0x1d, + 0x55, 0xb5, 0xf7, 0xa3, 0xaa, 0xf6, 0xeb, 0x55, 0x35, 0xf5, 0xf6, 0xaa, 0x9a, 0x7a, 0x77, 0x55, + 0x4d, 0x7d, 0xff, 0x89, 0xed, 0xf0, 0x8b, 0x41, 0xa7, 0xd1, 0xa5, 0xae, 0x21, 0x1d, 0x3e, 0xe9, + 0x99, 0x1d, 0xa6, 0xbe, 0x8d, 0x61, 0xd3, 0xf8, 0xd1, 0x60, 0xdc, 0xb4, 0x9d, 0xbe, 0xad, 0x7e, + 0x0f, 0x85, 0xe3, 0xca, 0x3a, 0x39, 0xf1, 0x43, 0xe8, 0xd9, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xb7, 0x40, 0xfe, 0x6d, 0x9b, 0x0d, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staging/posts/types/msgs_test.go b/x/staging/posts/types/msgs_test.go index aecace08cf..31e43753bc 100644 --- a/x/staging/posts/types/msgs_test.go +++ b/x/staging/posts/types/msgs_test.go @@ -8,8 +8,8 @@ import ( emoji "github.com/desmos-labs/Go-Emoji-Utils" - commonerrors "github.com/desmos-labs/desmos/x/commons/types/errors" - "github.com/desmos-labs/desmos/x/staging/posts/types" + commonerrors "github.com/desmos-labs/desmos/v2/x/commons/types/errors" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/stretchr/testify/require" diff --git a/x/staging/posts/types/params.pb.go b/x/staging/posts/types/params.pb.go index 7b6d94c2b5..896cb7559c 100644 --- a/x/staging/posts/types/params.pb.go +++ b/x/staging/posts/types/params.pb.go @@ -72,32 +72,32 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/params.proto", fileDescriptor_785f2b1a10bf8af9) } var fileDescriptor_785f2b1a10bf8af9 = []byte{ - // 395 bytes of a gzipped FileDescriptorProto + // 399 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x93, 0x3f, 0x4b, 0xfb, 0x40, - 0x18, 0xc7, 0x73, 0xbf, 0x3f, 0x1d, 0x82, 0x53, 0x28, 0x58, 0x1c, 0x52, 0x8d, 0x68, 0x45, 0x6c, - 0x8e, 0xd2, 0xcd, 0xad, 0x1d, 0x04, 0xd1, 0x4a, 0xc9, 0xe0, 0xe0, 0x12, 0x2f, 0xcd, 0x79, 0x0d, - 0xcd, 0xe5, 0x42, 0xee, 0x52, 0x92, 0x57, 0xe0, 0xea, 0xab, 0x71, 0x74, 0x72, 0xe8, 0x58, 0x70, - 0x11, 0x87, 0x22, 0xed, 0x3b, 0xf0, 0x15, 0x48, 0x2e, 0xb1, 0xd5, 0xc1, 0xfe, 0x99, 0xee, 0x38, - 0x3e, 0xcf, 0xf3, 0x7c, 0xbe, 0x07, 0x8f, 0xba, 0xe7, 0x62, 0x4e, 0x19, 0x87, 0x21, 0xe3, 0x82, - 0xc3, 0x61, 0xc3, 0xc1, 0x02, 0x35, 0x60, 0x88, 0x22, 0x44, 0xb9, 0x19, 0x46, 0x4c, 0x30, 0xad, - 0x9c, 0x23, 0xa6, 0x44, 0xcc, 0x02, 0xd9, 0x29, 0x13, 0x46, 0x98, 0x04, 0x60, 0x76, 0xcb, 0x59, - 0xe3, 0xe5, 0xbf, 0x5a, 0xea, 0xca, 0x62, 0xed, 0x1e, 0xa8, 0xdb, 0x14, 0x25, 0x76, 0x56, 0x66, - 0x53, 0xcc, 0x39, 0x22, 0xd8, 0xf6, 0x71, 0x40, 0x44, 0xbf, 0x02, 0x76, 0xc1, 0xd1, 0x56, 0xbb, - 0x3b, 0x9a, 0x54, 0x95, 0xb7, 0x49, 0xf5, 0x90, 0x78, 0xa2, 0x1f, 0x3b, 0x66, 0x8f, 0x51, 0xd8, - 0x63, 0x52, 0x27, 0x3f, 0xea, 0xdc, 0x1d, 0x40, 0x91, 0x86, 0x98, 0x9b, 0xe7, 0x81, 0xf8, 0x98, - 0x54, 0xf5, 0x14, 0x51, 0xff, 0xd4, 0xf8, 0xa5, 0xad, 0x61, 0x95, 0x29, 0x4a, 0xba, 0x8c, 0x8b, - 0x4e, 0xfe, 0x7e, 0x29, 0x9f, 0xb5, 0x47, 0xa0, 0xd6, 0xb2, 0x12, 0xe4, 0xba, 0x9e, 0xf0, 0x58, - 0x80, 0x7c, 0x1b, 0x09, 0x11, 0x79, 0x4e, 0x2c, 0x30, 0xb7, 0xef, 0x3c, 0xec, 0xbb, 0xdc, 0x0e, - 0x62, 0xea, 0xe0, 0xa8, 0xf2, 0x47, 0x9a, 0xdd, 0x6e, 0x6c, 0x66, 0x2e, 0xcc, 0xd6, 0x18, 0x63, - 0x58, 0xfb, 0x14, 0x25, 0xad, 0x39, 0xd8, 0x9a, 0x73, 0x67, 0x12, 0xbb, 0x92, 0x94, 0xf6, 0x0c, - 0xd4, 0x93, 0x15, 0x1d, 0xed, 0x21, 0xf2, 0xe3, 0xf9, 0xbf, 0xfe, 0x95, 0xf6, 0x78, 0x63, 0xfb, - 0xe6, 0x5a, 0xf6, 0x3f, 0x66, 0x19, 0x56, 0x6d, 0x59, 0x84, 0xeb, 0x0c, 0x2d, 0xfe, 0xff, 0x09, - 0xa8, 0xc7, 0xab, 0x5a, 0x0f, 0x70, 0xfa, 0x15, 0xe2, 0x9f, 0x0c, 0xd1, 0xdb, 0x38, 0x44, 0x63, - 0xbd, 0x10, 0x8b, 0x49, 0x86, 0x75, 0xb0, 0x2c, 0xc2, 0x05, 0x4e, 0xf3, 0x00, 0xed, 0xce, 0x68, - 0xaa, 0x83, 0xf1, 0x54, 0x07, 0xef, 0x53, 0x1d, 0x3c, 0xcc, 0x74, 0x65, 0x3c, 0xd3, 0x95, 0xd7, - 0x99, 0xae, 0xdc, 0x34, 0xbf, 0xd9, 0xe5, 0x6b, 0x52, 0xf7, 0x91, 0xc3, 0x8b, 0x3b, 0x4c, 0x20, - 0x17, 0x88, 0x78, 0x01, 0x29, 0xf6, 0x4b, 0xea, 0x3a, 0x25, 0xb9, 0x2b, 0xcd, 0xcf, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xcc, 0x47, 0x9d, 0x92, 0x7c, 0x03, 0x00, 0x00, + 0x18, 0xc7, 0x73, 0xbf, 0x9f, 0x76, 0x08, 0x4e, 0xa1, 0x60, 0x71, 0x48, 0x35, 0xa2, 0x15, 0xb1, + 0x39, 0x6a, 0xc1, 0xc1, 0xad, 0x1d, 0x04, 0xf1, 0x0f, 0x21, 0x83, 0x83, 0x4b, 0xbc, 0x34, 0x67, + 0x1a, 0x9a, 0xcb, 0x85, 0xdc, 0xa5, 0x24, 0xaf, 0xc0, 0xd5, 0x57, 0xe3, 0xe8, 0xe4, 0xd0, 0xb1, + 0xe0, 0x22, 0x0e, 0x45, 0xda, 0x77, 0xe0, 0x2b, 0x90, 0x5c, 0x62, 0xab, 0x83, 0xfd, 0x33, 0xdd, + 0x71, 0x7c, 0x9e, 0xe7, 0xf9, 0x7c, 0x0f, 0x1e, 0x79, 0xc7, 0xc1, 0x8c, 0x50, 0x06, 0x43, 0xca, + 0x38, 0x83, 0xfd, 0x86, 0x8d, 0x39, 0x6a, 0xc0, 0x10, 0x45, 0x88, 0x30, 0x3d, 0x8c, 0x28, 0xa7, + 0x4a, 0x39, 0x47, 0x74, 0x81, 0xe8, 0x05, 0xb2, 0x55, 0x76, 0xa9, 0x4b, 0x05, 0x00, 0xb3, 0x5b, + 0xce, 0x6a, 0xaf, 0xeb, 0x72, 0xc9, 0x10, 0xc5, 0xca, 0x03, 0x90, 0x37, 0x09, 0x4a, 0xac, 0xac, + 0xcc, 0x22, 0x98, 0x31, 0xe4, 0x62, 0xcb, 0xc7, 0x81, 0xcb, 0xbb, 0x15, 0xb0, 0x0d, 0x0e, 0x36, + 0xda, 0xc6, 0x60, 0x54, 0x95, 0xde, 0x47, 0xd5, 0x7d, 0xd7, 0xe3, 0xdd, 0xd8, 0xd6, 0x3b, 0x94, + 0xc0, 0x0e, 0x15, 0x3a, 0xf9, 0x51, 0x67, 0x4e, 0x0f, 0xf2, 0x34, 0xc4, 0x4c, 0x3f, 0x0f, 0xf8, + 0xe7, 0xa8, 0xaa, 0xa6, 0x88, 0xf8, 0xa7, 0xda, 0x1f, 0x6d, 0x35, 0xb3, 0x4c, 0x50, 0x62, 0x50, + 0xc6, 0xaf, 0xf2, 0xf7, 0x4b, 0xf1, 0xac, 0x3c, 0x01, 0xb9, 0x96, 0x95, 0x20, 0xc7, 0xf1, 0xb8, + 0x47, 0x03, 0xe4, 0x5b, 0x88, 0xf3, 0xc8, 0xb3, 0x63, 0x8e, 0x99, 0x75, 0xef, 0x61, 0xdf, 0x61, + 0x56, 0x10, 0x13, 0x1b, 0x47, 0x95, 0x7f, 0xc2, 0xec, 0x6e, 0x65, 0x33, 0x7d, 0x66, 0xb6, 0xc4, + 0x18, 0xcd, 0xdc, 0x25, 0x28, 0x69, 0x4d, 0xc1, 0xd6, 0x94, 0x3b, 0x13, 0xd8, 0xb5, 0xa0, 0x94, + 0x17, 0x20, 0x1f, 0x2d, 0xe8, 0x68, 0xf5, 0x91, 0x1f, 0x4f, 0xff, 0xf5, 0xbf, 0xb0, 0xc7, 0x2b, + 0xdb, 0x37, 0x97, 0xb2, 0xff, 0x35, 0x4b, 0x33, 0x6b, 0xf3, 0x22, 0xdc, 0x64, 0x68, 0xf1, 0xff, + 0xcf, 0x40, 0x3e, 0x5c, 0xd4, 0xba, 0x87, 0xd3, 0xef, 0x10, 0x6b, 0x22, 0x44, 0x67, 0xe5, 0x10, + 0x8d, 0xe5, 0x42, 0xcc, 0x26, 0x69, 0xe6, 0xde, 0xbc, 0x08, 0x17, 0x38, 0xcd, 0x03, 0xb4, 0x8d, + 0xc1, 0x58, 0x05, 0xc3, 0xb1, 0x0a, 0x3e, 0xc6, 0x2a, 0x78, 0x9c, 0xa8, 0xd2, 0x70, 0xa2, 0x4a, + 0x6f, 0x13, 0x55, 0xba, 0x3d, 0xf9, 0x61, 0x97, 0xaf, 0x49, 0xdd, 0x47, 0x36, 0x2b, 0xee, 0xb0, + 0x7f, 0x0c, 0x13, 0xc8, 0x38, 0x72, 0xbd, 0xc0, 0x2d, 0x56, 0x4c, 0x18, 0xdb, 0x25, 0xb1, 0x2e, + 0xcd, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa5, 0xd3, 0xda, 0x25, 0x7f, 0x03, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/staging/posts/types/params_test.go b/x/staging/posts/types/params_test.go index d28e586256..abd80710a7 100644 --- a/x/staging/posts/types/params_test.go +++ b/x/staging/posts/types/params_test.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func TestDefaultParams(t *testing.T) { diff --git a/x/staging/posts/types/polls.pb.go b/x/staging/posts/types/polls.pb.go index 2aaf835cd9..ed6f754ef6 100644 --- a/x/staging/posts/types/polls.pb.go +++ b/x/staging/posts/types/polls.pb.go @@ -228,43 +228,43 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/polls.proto", fileDescriptor_397fcd2757705694) } var fileDescriptor_397fcd2757705694 = []byte{ - // 571 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0xbf, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x73, 0x4e, 0x68, 0x93, 0x8b, 0xd4, 0x80, 0x29, 0x4a, 0x88, 0x90, 0xcf, 0x32, 0x48, - 0x04, 0x01, 0xb6, 0x9a, 0xaa, 0x4b, 0x25, 0x06, 0xac, 0x30, 0x64, 0xa8, 0x14, 0x59, 0xb0, 0x30, - 0x10, 0x39, 0xdc, 0x61, 0x2c, 0xd9, 0x39, 0xe3, 0x3b, 0xf7, 0xc7, 0xcc, 0x3f, 0xd0, 0x91, 0x31, - 0x7f, 0x4e, 0xc7, 0x8e, 0x4c, 0x07, 0x72, 0x16, 0x94, 0x09, 0xf9, 0x2f, 0x40, 0xf6, 0xd9, 0x49, - 0x83, 0xda, 0xed, 0xde, 0x7b, 0x1f, 0xdf, 0x7b, 0xf7, 0x7d, 0x5f, 0x43, 0x1d, 0x13, 0x16, 0x52, - 0x66, 0x45, 0x94, 0x71, 0x66, 0x9d, 0x1e, 0xcc, 0x08, 0x77, 0x0f, 0xac, 0x88, 0x06, 0x01, 0x33, - 0xa3, 0x98, 0x72, 0xaa, 0xee, 0x4b, 0xc2, 0x2c, 0x08, 0xb3, 0x24, 0xfa, 0xfb, 0x1e, 0xf5, 0x68, - 0x01, 0x58, 0xf9, 0x49, 0xb2, 0x7d, 0xe4, 0x51, 0xea, 0x05, 0xc4, 0x2a, 0xa2, 0x59, 0xf2, 0xc5, - 0xe2, 0x7e, 0x48, 0x18, 0x77, 0xc3, 0x48, 0x02, 0x46, 0x0c, 0xf7, 0x26, 0x31, 0x3d, 0xf5, 0x31, - 0xc1, 0x6f, 0xe7, 0xec, 0x8c, 0xc4, 0xea, 0x0b, 0xa8, 0xf8, 0xb8, 0x07, 0x74, 0x30, 0x68, 0xd9, - 0x8f, 0x53, 0x81, 0x94, 0xf1, 0x68, 0x25, 0x90, 0xe2, 0xe3, 0x4c, 0xa0, 0xd6, 0x85, 0x1b, 0x06, - 0xc7, 0x86, 0x8f, 0x0d, 0x47, 0xf1, 0xb1, 0xfa, 0x12, 0x36, 0x38, 0x39, 0xe7, 0x3d, 0xa5, 0x80, - 0xbb, 0x2b, 0x81, 0x8a, 0x38, 0x13, 0xa8, 0x2d, 0xc1, 0x3c, 0x32, 0x9c, 0x22, 0x79, 0xdc, 0xfc, - 0xb1, 0x40, 0xe0, 0xcf, 0x02, 0x01, 0xe3, 0x6f, 0x1d, 0x36, 0x26, 0x34, 0x08, 0xd4, 0x3e, 0x6c, - 0x7e, 0x4b, 0x08, 0xe3, 0x3e, 0x9d, 0xcb, 0x86, 0xce, 0x3a, 0x56, 0xbf, 0x03, 0x78, 0x3f, 0x2a, - 0x27, 0x9b, 0xba, 0xc5, 0x68, 0xac, 0xa7, 0xe8, 0xf5, 0x41, 0x7b, 0xf8, 0xcc, 0xbc, 0x4d, 0x01, - 0x73, 0xfb, 0x1d, 0xf6, 0xf0, 0x4a, 0xa0, 0x5a, 0x2a, 0x50, 0x67, 0x3b, 0xcf, 0x32, 0x81, 0xba, - 0x72, 0xba, 0xff, 0xaf, 0x37, 0x9c, 0x4e, 0xb4, 0xcd, 0xaa, 0x9f, 0x60, 0x93, 0xcc, 0xf1, 0x14, - 0xbb, 0x9c, 0xf4, 0xea, 0x3a, 0x18, 0xb4, 0x87, 0x7d, 0x53, 0x4a, 0x6a, 0x56, 0x92, 0x9a, 0xef, - 0x2b, 0x49, 0xed, 0xe7, 0x79, 0xcb, 0x95, 0x40, 0xeb, 0x6f, 0x32, 0x81, 0x3a, 0xb2, 0x57, 0x95, - 0x31, 0x2e, 0x7f, 0x21, 0xe0, 0xec, 0x92, 0x39, 0x1e, 0xb9, 0x9c, 0xa8, 0x09, 0xec, 0xba, 0x41, - 0x40, 0xcf, 0xd8, 0x34, 0x4c, 0x02, 0xee, 0x47, 0x01, 0x59, 0xbf, 0xb5, 0xa1, 0x83, 0x41, 0xd3, - 0x7e, 0xb3, 0x12, 0xe8, 0x2e, 0x24, 0x13, 0x48, 0x93, 0xb7, 0xdf, 0x01, 0x18, 0xce, 0x23, 0x59, - 0x39, 0x29, 0x0b, 0xd5, 0xb3, 0x08, 0x7c, 0x58, 0x7e, 0x22, 0xc9, 0x29, 0xc1, 0x3e, 0x67, 0xbd, - 0x7b, 0x45, 0xcb, 0xa3, 0x95, 0x40, 0xb7, 0x95, 0x33, 0x81, 0xfa, 0x5b, 0xed, 0x6e, 0x16, 0x0d, - 0xe7, 0x81, 0xcc, 0xca, 0x16, 0xef, 0xf2, 0xdc, 0x8d, 0x95, 0x2f, 0x00, 0x84, 0x1f, 0x18, 0x89, - 0x4b, 0x8f, 0x1d, 0xc1, 0xdd, 0x7c, 0x77, 0xd3, 0xb5, 0xd1, 0x9e, 0xa4, 0x02, 0xed, 0x4c, 0x28, - 0xe3, 0xe3, 0x51, 0x26, 0xd0, 0x5e, 0xb9, 0x1f, 0x89, 0x18, 0xce, 0x4e, 0x7e, 0x1a, 0x63, 0xf5, - 0x29, 0x6c, 0x24, 0x8c, 0xc4, 0xa5, 0xdf, 0x3a, 0x1b, 0x9f, 0xe5, 0x59, 0xc3, 0x29, 0x8a, 0xea, - 0x2b, 0xb8, 0x5b, 0x49, 0x58, 0xd7, 0xeb, 0x83, 0x96, 0xad, 0x6e, 0x6e, 0x5c, 0xeb, 0x52, 0x21, - 0x9b, 0x11, 0xed, 0x93, 0xab, 0x54, 0x03, 0xd7, 0xa9, 0x06, 0x7e, 0xa7, 0x1a, 0xb8, 0x5c, 0x6a, - 0xb5, 0xeb, 0xa5, 0x56, 0xfb, 0xb9, 0xd4, 0x6a, 0x1f, 0x0f, 0x3d, 0x9f, 0x7f, 0x4d, 0x66, 0xe6, - 0x67, 0x1a, 0x5a, 0xd2, 0x79, 0xaf, 0x03, 0x77, 0xc6, 0xca, 0xb3, 0x75, 0x6e, 0x31, 0xee, 0x7a, - 0xfe, 0xdc, 0x2b, 0xff, 0x59, 0x7e, 0x11, 0x11, 0x36, 0xdb, 0x29, 0xfc, 0x71, 0xf8, 0x2f, 0x00, - 0x00, 0xff, 0xff, 0xa3, 0x96, 0xa9, 0x49, 0xd0, 0x03, 0x00, 0x00, + // 575 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0xb1, 0x6f, 0xd3, 0x4e, + 0x14, 0xc7, 0x73, 0x4e, 0x7e, 0x6d, 0x72, 0x91, 0x9a, 0x1f, 0xa6, 0x28, 0x21, 0x42, 0x3e, 0xcb, + 0x20, 0x11, 0x04, 0xd8, 0x6a, 0x50, 0x19, 0x2a, 0x31, 0x60, 0x85, 0x21, 0x03, 0x52, 0x64, 0xc1, + 0xc2, 0x40, 0xe4, 0x70, 0x87, 0xb1, 0x64, 0xe7, 0x8c, 0xef, 0x9c, 0xb6, 0x33, 0xff, 0x40, 0x47, + 0xc6, 0xfc, 0x39, 0x1d, 0x3b, 0x32, 0x1d, 0xc8, 0x59, 0x50, 0x26, 0xe4, 0xbf, 0x00, 0xd9, 0x67, + 0x27, 0x0d, 0x6a, 0xb7, 0x7b, 0xef, 0x7d, 0x7c, 0xef, 0xdd, 0xf7, 0x7d, 0x0d, 0x75, 0x4c, 0x58, + 0x48, 0x99, 0x15, 0x51, 0xc6, 0x99, 0xb5, 0x38, 0x9a, 0x11, 0xee, 0x1e, 0x59, 0x11, 0x0d, 0x02, + 0x66, 0x46, 0x31, 0xe5, 0x54, 0x3d, 0x94, 0x84, 0x59, 0x10, 0x66, 0x49, 0xf4, 0x0f, 0x3d, 0xea, + 0xd1, 0x02, 0xb0, 0xf2, 0x93, 0x64, 0xfb, 0xc8, 0xa3, 0xd4, 0x0b, 0x88, 0x55, 0x44, 0xb3, 0xe4, + 0xb3, 0xc5, 0xfd, 0x90, 0x30, 0xee, 0x86, 0x91, 0x04, 0x8c, 0x18, 0x1e, 0x4c, 0x62, 0xba, 0xf0, + 0x31, 0xc1, 0xaf, 0xe7, 0xec, 0x94, 0xc4, 0xea, 0x13, 0xa8, 0xf8, 0xb8, 0x07, 0x74, 0x30, 0x68, + 0xd9, 0xf7, 0x53, 0x81, 0x94, 0xf1, 0x68, 0x2d, 0x90, 0xe2, 0xe3, 0x4c, 0xa0, 0xd6, 0xb9, 0x1b, + 0x06, 0x27, 0x86, 0x8f, 0x0d, 0x47, 0xf1, 0xb1, 0xfa, 0x14, 0x36, 0x38, 0x39, 0xe3, 0x3d, 0xa5, + 0x80, 0xbb, 0x6b, 0x81, 0x8a, 0x38, 0x13, 0xa8, 0x2d, 0xc1, 0x3c, 0x32, 0x9c, 0x22, 0x79, 0xd2, + 0xfc, 0xbe, 0x44, 0xe0, 0xf7, 0x12, 0x01, 0xe3, 0x4f, 0x1d, 0x36, 0x26, 0x34, 0x08, 0xd4, 0x3e, + 0x6c, 0x7e, 0x4d, 0x08, 0xe3, 0x3e, 0x9d, 0xcb, 0x86, 0xce, 0x26, 0x56, 0xbf, 0x01, 0xf8, 0x7f, + 0x54, 0x4e, 0x36, 0x75, 0x8b, 0xd1, 0x58, 0x4f, 0xd1, 0xeb, 0x83, 0xf6, 0xf0, 0x91, 0x79, 0x93, + 0x02, 0xe6, 0xee, 0x3b, 0xec, 0xe1, 0xa5, 0x40, 0xb5, 0x54, 0xa0, 0xce, 0x6e, 0x9e, 0x65, 0x02, + 0x75, 0xe5, 0x74, 0xff, 0x5e, 0x6f, 0x38, 0x9d, 0x68, 0x97, 0x55, 0x3f, 0xc2, 0x26, 0x99, 0xe3, + 0x29, 0x76, 0x39, 0xe9, 0xd5, 0x75, 0x30, 0x68, 0x0f, 0xfb, 0xa6, 0x94, 0xd4, 0xac, 0x24, 0x35, + 0xdf, 0x55, 0x92, 0xda, 0x8f, 0xf3, 0x96, 0x6b, 0x81, 0x36, 0xdf, 0x64, 0x02, 0x75, 0x64, 0xaf, + 0x2a, 0x63, 0x5c, 0xfc, 0x44, 0xc0, 0xd9, 0x27, 0x73, 0x3c, 0x72, 0x39, 0x51, 0x13, 0xd8, 0x75, + 0x83, 0x80, 0x9e, 0xb2, 0x69, 0x98, 0x04, 0xdc, 0x8f, 0x02, 0xb2, 0x79, 0x6b, 0x43, 0x07, 0x83, + 0xa6, 0xfd, 0x6a, 0x2d, 0xd0, 0x6d, 0x48, 0x26, 0x90, 0x26, 0x6f, 0xbf, 0x05, 0x30, 0x9c, 0x7b, + 0xb2, 0xf2, 0xb6, 0x2c, 0x54, 0xcf, 0x22, 0xf0, 0x6e, 0xf9, 0x89, 0x24, 0xa7, 0x04, 0xfb, 0x9c, + 0xf5, 0xfe, 0x2b, 0x5a, 0x1e, 0xaf, 0x05, 0xba, 0xa9, 0x9c, 0x09, 0xd4, 0xdf, 0x69, 0x77, 0xbd, + 0x68, 0x38, 0x77, 0x64, 0x56, 0xb6, 0x78, 0x93, 0xe7, 0xae, 0xad, 0x7c, 0x09, 0x20, 0x7c, 0xcf, + 0x48, 0x5c, 0x7a, 0xec, 0x18, 0xee, 0xe7, 0xbb, 0x9b, 0x6e, 0x8c, 0xf6, 0x20, 0x15, 0x68, 0x6f, + 0x42, 0x19, 0x1f, 0x8f, 0x32, 0x81, 0x0e, 0xca, 0xfd, 0x48, 0xc4, 0x70, 0xf6, 0xf2, 0xd3, 0x18, + 0xab, 0x0f, 0x61, 0x23, 0x61, 0x24, 0x2e, 0xfd, 0xd6, 0xd9, 0xfa, 0x2c, 0xcf, 0x1a, 0x4e, 0x51, + 0x54, 0x9f, 0xc1, 0xfd, 0x4a, 0xc2, 0xba, 0x5e, 0x1f, 0xb4, 0x6c, 0x75, 0x7b, 0xe3, 0x46, 0x97, + 0x0a, 0xd9, 0x8e, 0x68, 0x4f, 0x2e, 0x53, 0x0d, 0x5c, 0xa5, 0x1a, 0xf8, 0x95, 0x6a, 0xe0, 0x62, + 0xa5, 0xd5, 0xae, 0x56, 0x5a, 0xed, 0xc7, 0x4a, 0xab, 0x7d, 0x78, 0xe9, 0xf9, 0xfc, 0x4b, 0x32, + 0x33, 0x3f, 0xd1, 0xd0, 0x92, 0xce, 0x7b, 0x1e, 0xb8, 0x33, 0x56, 0x9e, 0xad, 0xc5, 0xd0, 0x3a, + 0xb3, 0x18, 0x77, 0x3d, 0x7f, 0xee, 0x95, 0xbf, 0x2d, 0x3f, 0x8f, 0x08, 0x9b, 0xed, 0x15, 0x16, + 0x79, 0xf1, 0x37, 0x00, 0x00, 0xff, 0xff, 0x88, 0x5f, 0xc6, 0xdf, 0xd3, 0x03, 0x00, 0x00, } func (this *ProvidedAnswer) Equal(that interface{}) bool { diff --git a/x/staging/posts/types/polls_test.go b/x/staging/posts/types/polls_test.go index b499ccc7da..f8e1dab3a5 100644 --- a/x/staging/posts/types/polls_test.go +++ b/x/staging/posts/types/polls_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" + "github.com/desmos-labs/desmos/v2/app" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" "testing" "time" diff --git a/x/staging/posts/types/posts.go b/x/staging/posts/types/posts.go index 522bb78e04..6126ff94f3 100644 --- a/x/staging/posts/types/posts.go +++ b/x/staging/posts/types/posts.go @@ -5,11 +5,11 @@ import ( "strings" "time" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/commons" + "github.com/desmos-labs/desmos/v2/x/commons" ) // NewPost allows to build a new Post instance with the provided data diff --git a/x/staging/posts/types/posts.pb.go b/x/staging/posts/types/posts.pb.go index d9f8cd10b7..70bd17e99e 100644 --- a/x/staging/posts/types/posts.pb.go +++ b/x/staging/posts/types/posts.pb.go @@ -311,60 +311,60 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/posts.proto", fileDescriptor_46085d0cf4c5bade) } var fileDescriptor_46085d0cf4c5bade = []byte{ - // 837 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x3f, 0x6f, 0xdb, 0x46, - 0x1c, 0x15, 0x23, 0xc5, 0x92, 0x4e, 0x88, 0x2b, 0x5c, 0x95, 0x82, 0x15, 0x0c, 0x1d, 0xc1, 0x02, - 0x85, 0xd0, 0xc6, 0x24, 0x62, 0x77, 0x4a, 0xdb, 0xc1, 0xb4, 0x55, 0x40, 0xad, 0x1d, 0xab, 0xb4, - 0x8c, 0x00, 0x5d, 0x84, 0x93, 0x78, 0x61, 0x0e, 0x21, 0x75, 0x84, 0xee, 0x14, 0x57, 0xdf, 0xa0, - 0xc8, 0x94, 0xb1, 0x4b, 0x80, 0x00, 0x1d, 0x0a, 0xf4, 0x13, 0x74, 0x2b, 0xba, 0x65, 0xcc, 0xd8, - 0x89, 0x29, 0xe4, 0xa5, 0xd0, 0xa8, 0x4f, 0x50, 0x1c, 0x79, 0x14, 0x25, 0x43, 0x46, 0x87, 0x6e, - 0xc7, 0x77, 0xef, 0xbd, 0xdf, 0xbf, 0xfb, 0x11, 0x18, 0x1e, 0xe1, 0x21, 0xe3, 0x76, 0xc4, 0xb8, - 0xe0, 0xf6, 0x8b, 0x87, 0x43, 0x22, 0xf0, 0xc3, 0xf4, 0xcb, 0x8a, 0x26, 0x4c, 0x30, 0xd8, 0x48, - 0x19, 0x56, 0x8a, 0x29, 0x46, 0xb3, 0xe1, 0x33, 0x9f, 0x25, 0x04, 0x5b, 0x9e, 0x52, 0x6e, 0x13, - 0xf9, 0x8c, 0xf9, 0x01, 0xb1, 0x93, 0xaf, 0xe1, 0xf4, 0xa9, 0x2d, 0x68, 0x48, 0xb8, 0xc0, 0x61, - 0xa4, 0x08, 0xb7, 0x85, 0x0b, 0x02, 0x15, 0xce, 0xfc, 0xbd, 0x0c, 0x4a, 0x3d, 0xc6, 0x05, 0xfc, - 0x12, 0x94, 0x25, 0x6b, 0x40, 0x3d, 0x5d, 0x33, 0xb4, 0x76, 0xd5, 0x31, 0xe7, 0x31, 0xda, 0x91, - 0x57, 0xdd, 0x93, 0x45, 0x8c, 0xb2, 0xcb, 0x65, 0x8c, 0xaa, 0x33, 0x1c, 0x06, 0x8f, 0x4c, 0xea, - 0x99, 0xee, 0x8e, 0x44, 0xbb, 0x1e, 0xfc, 0x16, 0x54, 0x23, 0x3c, 0x21, 0xe3, 0x44, 0x7e, 0x27, - 0x91, 0xef, 0xcf, 0x63, 0x54, 0xe9, 0x25, 0x60, 0x62, 0x90, 0x13, 0x96, 0x31, 0xaa, 0xa7, 0x16, - 0x2b, 0xc8, 0x74, 0x2b, 0xe9, 0xb9, 0xeb, 0xc1, 0x07, 0xa0, 0x1c, 0x12, 0xce, 0xb1, 0x4f, 0xf4, - 0x62, 0xe2, 0x04, 0x97, 0x31, 0xda, 0x4d, 0x05, 0xea, 0xc2, 0x74, 0x33, 0x0a, 0xec, 0x81, 0xf2, - 0x68, 0x42, 0xb0, 0x20, 0x9e, 0x5e, 0x32, 0xb4, 0x76, 0xed, 0xa0, 0x69, 0xa5, 0x4d, 0xb1, 0xb2, - 0xa6, 0x58, 0xfd, 0xac, 0x29, 0x4e, 0xf3, 0x6d, 0x8c, 0x0a, 0xb9, 0x9b, 0x12, 0x9a, 0xaf, 0xde, - 0x23, 0xcd, 0xcd, 0x6c, 0xe0, 0x13, 0x50, 0x0b, 0x30, 0x17, 0x03, 0xe2, 0x51, 0xe9, 0x7a, 0xf7, - 0x7f, 0xb9, 0x02, 0x69, 0xd5, 0x49, 0x9c, 0xe0, 0x15, 0xd8, 0x1d, 0xb1, 0x30, 0x24, 0x63, 0xc1, - 0x07, 0x5c, 0x60, 0x41, 0xf4, 0x1d, 0x43, 0x6b, 0xef, 0x1e, 0x7c, 0x62, 0x6d, 0x1b, 0xb9, 0x75, - 0xac, 0xb8, 0x17, 0x92, 0xea, 0x7c, 0xbe, 0x88, 0xd1, 0x0d, 0xf9, 0x32, 0x46, 0xf7, 0x55, 0xc8, - 0x0d, 0xdc, 0x74, 0xef, 0x8d, 0xd6, 0xb5, 0xd0, 0x06, 0x15, 0x3e, 0x1d, 0xf2, 0x08, 0x8f, 0x88, - 0x5e, 0x4e, 0x5a, 0xfa, 0xe1, 0x32, 0x46, 0x1f, 0xa4, 0xda, 0xec, 0xc6, 0x74, 0x57, 0x24, 0xf8, - 0xab, 0x06, 0xee, 0x63, 0xcf, 0xa3, 0x82, 0xb2, 0x31, 0x0e, 0x06, 0x58, 0x88, 0x09, 0x1d, 0x4e, - 0x05, 0xe1, 0x7a, 0xc5, 0x28, 0xb6, 0x6b, 0x07, 0x68, 0x7b, 0xc6, 0x47, 0x19, 0xcf, 0xf9, 0x5e, - 0xb6, 0x64, 0x11, 0x23, 0xb4, 0xd5, 0xe5, 0x01, 0x0b, 0xa9, 0x20, 0x61, 0x24, 0x66, 0xcb, 0x18, - 0x7d, 0x9a, 0xa6, 0xf1, 0x1f, 0x44, 0xd3, 0x6d, 0xe4, 0x8c, 0x55, 0x1c, 0x2e, 0x1f, 0x4b, 0xd2, - 0x6f, 0x36, 0xd1, 0xab, 0x37, 0x1f, 0x8b, 0xba, 0x30, 0xdd, 0x8c, 0x02, 0xaf, 0x40, 0x0d, 0x0b, - 0x81, 0x47, 0xcf, 0x92, 0xe6, 0xe8, 0x20, 0x29, 0xc6, 0xb8, 0xb5, 0x18, 0x45, 0x74, 0x0e, 0xd5, - 0x80, 0xf7, 0x54, 0xaa, 0xb9, 0xc5, 0x5a, 0x82, 0xbf, 0xbd, 0x47, 0xb5, 0x5c, 0xc3, 0xdd, 0xf5, - 0x48, 0xb0, 0x0b, 0x4a, 0x72, 0xe9, 0xf4, 0x9a, 0x7a, 0x4c, 0x5b, 0x23, 0xf6, 0x58, 0x10, 0x38, - 0x1f, 0xe7, 0x53, 0x95, 0x8a, 0xf5, 0x0e, 0x24, 0x16, 0x8f, 0x2a, 0x3f, 0xbf, 0x41, 0xda, 0x3f, - 0x6f, 0x90, 0x66, 0xfe, 0xa9, 0x01, 0x90, 0x47, 0x84, 0x16, 0x28, 0x4e, 0x27, 0x54, 0x2d, 0xef, - 0xde, 0x3c, 0x46, 0xc5, 0x4b, 0xb7, 0xbb, 0x88, 0x91, 0x44, 0x97, 0x31, 0x02, 0xa9, 0xe9, 0x74, - 0x42, 0x4d, 0x57, 0x42, 0x72, 0x67, 0x43, 0x1a, 0x92, 0x81, 0x98, 0x45, 0x64, 0x7d, 0x67, 0xcf, - 0x68, 0x48, 0xfa, 0xb3, 0x88, 0xc8, 0x9d, 0x5d, 0x11, 0xf2, 0x9d, 0x5d, 0x41, 0xa6, 0x5b, 0x09, - 0x15, 0x15, 0xee, 0x83, 0x92, 0xc0, 0x3e, 0xd7, 0x8b, 0x46, 0xb1, 0x5d, 0x5d, 0xaf, 0x41, 0xa2, - 0x1b, 0x35, 0x48, 0x60, 0xad, 0x86, 0xaf, 0x41, 0x75, 0x35, 0x4d, 0x58, 0x07, 0xc5, 0xe7, 0x64, - 0x96, 0x56, 0xe0, 0xca, 0x23, 0x6c, 0x80, 0xbb, 0x2f, 0x70, 0x30, 0x55, 0xf9, 0xb9, 0xe9, 0x47, - 0x2e, 0xff, 0xec, 0x0f, 0x0d, 0xdc, 0xdb, 0xd8, 0x13, 0xf8, 0x15, 0x68, 0x1e, 0x9f, 0x9f, 0x9d, - 0x75, 0x1e, 0xf7, 0x2f, 0x06, 0x17, 0xfd, 0xa3, 0x7e, 0x67, 0x70, 0xf9, 0xf8, 0xa2, 0xd7, 0x39, - 0xee, 0x7e, 0xd3, 0xed, 0x9c, 0xd4, 0x0b, 0xcd, 0xbd, 0x97, 0xaf, 0x0d, 0x7d, 0x43, 0x72, 0x39, - 0xe6, 0x11, 0x19, 0xd1, 0xa7, 0x94, 0x78, 0xf0, 0x0b, 0xf0, 0xd1, 0x0d, 0xf5, 0xd1, 0xe9, 0xe9, - 0xf9, 0x93, 0xce, 0x49, 0x5d, 0x6b, 0xea, 0x2f, 0x5f, 0x1b, 0x8d, 0x0d, 0xe5, 0x51, 0x10, 0xb0, - 0xab, 0xad, 0x2a, 0xe7, 0xf4, 0xfc, 0xf8, 0xbb, 0xce, 0x49, 0xfd, 0xce, 0x16, 0x95, 0x13, 0xb0, - 0xd1, 0x73, 0xe2, 0x35, 0x4b, 0x3f, 0xfd, 0xd2, 0x2a, 0x38, 0x67, 0x6f, 0xe7, 0x2d, 0xed, 0xdd, - 0xbc, 0xa5, 0xfd, 0x3d, 0x6f, 0x69, 0xaf, 0xae, 0x5b, 0x85, 0x77, 0xd7, 0xad, 0xc2, 0x5f, 0xd7, - 0xad, 0xc2, 0x0f, 0x87, 0x3e, 0x15, 0xcf, 0xa6, 0x43, 0x6b, 0xc4, 0x42, 0x3b, 0x7d, 0x2f, 0xfb, - 0x01, 0x1e, 0x72, 0x75, 0xb6, 0x7f, 0xb4, 0xb9, 0xc0, 0x3e, 0x1d, 0xfb, 0xea, 0xe7, 0x2e, 0x47, - 0xc2, 0x87, 0x3b, 0xc9, 0xff, 0xe9, 0xf0, 0xdf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x6c, 0x37, 0xfd, - 0xd6, 0x68, 0x06, 0x00, 0x00, + // 840 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x54, 0x4f, 0x8b, 0xdb, 0x46, + 0x1c, 0xb5, 0x62, 0x67, 0x6d, 0x8f, 0xc9, 0xd6, 0x4c, 0x9d, 0xa2, 0x9a, 0xc5, 0x23, 0x54, 0x28, + 0xa6, 0xcd, 0x4a, 0x64, 0x53, 0x7a, 0x48, 0xdb, 0xc3, 0x6a, 0xd7, 0x05, 0xb7, 0xbb, 0x59, 0x57, + 0xeb, 0x25, 0xd0, 0x8b, 0x19, 0x5b, 0x13, 0x65, 0x88, 0xe4, 0x11, 0x9e, 0xf1, 0x6e, 0xfd, 0x0d, + 0x4a, 0x4e, 0x39, 0xf6, 0x12, 0x08, 0xf4, 0x50, 0xe8, 0x27, 0xe8, 0xad, 0xf4, 0x96, 0x63, 0x8e, + 0x3d, 0x29, 0xc5, 0x7b, 0x29, 0x3e, 0xfa, 0x13, 0x94, 0x91, 0x46, 0x96, 0xbd, 0x38, 0xf4, 0x90, + 0xdb, 0xe8, 0xcd, 0x7b, 0xef, 0xf7, 0x6f, 0x7e, 0x02, 0x86, 0x47, 0x78, 0xc8, 0xb8, 0x1d, 0x31, + 0x2e, 0xb8, 0x7d, 0x79, 0x7f, 0x48, 0x04, 0xbe, 0x9f, 0x7e, 0x59, 0xd1, 0x84, 0x09, 0x06, 0x1b, + 0x29, 0xc3, 0x4a, 0x31, 0xc5, 0x68, 0x36, 0x7c, 0xe6, 0xb3, 0x84, 0x60, 0xcb, 0x53, 0xca, 0x6d, + 0x22, 0x9f, 0x31, 0x3f, 0x20, 0x76, 0xf2, 0x35, 0x9c, 0x3e, 0xb1, 0x05, 0x0d, 0x09, 0x17, 0x38, + 0x8c, 0x14, 0xe1, 0x5d, 0xe1, 0x82, 0x40, 0x85, 0x33, 0xff, 0x28, 0x83, 0x52, 0x8f, 0x71, 0x01, + 0xbf, 0x02, 0x65, 0xc9, 0x1a, 0x50, 0x4f, 0xd7, 0x0c, 0xad, 0x5d, 0x75, 0xcc, 0x79, 0x8c, 0x76, + 0xe4, 0x55, 0xf7, 0x78, 0x11, 0xa3, 0xec, 0x72, 0x19, 0xa3, 0xea, 0x0c, 0x87, 0xc1, 0x43, 0x93, + 0x7a, 0xa6, 0xbb, 0x23, 0xd1, 0xae, 0x07, 0xbf, 0x03, 0xd5, 0x08, 0x4f, 0xc8, 0x38, 0x91, 0xdf, + 0x4a, 0xe4, 0xfb, 0xf3, 0x18, 0x55, 0x7a, 0x09, 0x98, 0x18, 0xe4, 0x84, 0x65, 0x8c, 0xea, 0xa9, + 0xc5, 0x0a, 0x32, 0xdd, 0x4a, 0x7a, 0xee, 0x7a, 0xf0, 0x1e, 0x28, 0x87, 0x84, 0x73, 0xec, 0x13, + 0xbd, 0x98, 0x38, 0xc1, 0x65, 0x8c, 0x76, 0x53, 0x81, 0xba, 0x30, 0xdd, 0x8c, 0x02, 0x7b, 0xa0, + 0x3c, 0x9a, 0x10, 0x2c, 0x88, 0xa7, 0x97, 0x0c, 0xad, 0x5d, 0x3b, 0x68, 0x5a, 0x69, 0x53, 0xac, + 0xac, 0x29, 0x56, 0x3f, 0x6b, 0x8a, 0xd3, 0x7c, 0x1d, 0xa3, 0x42, 0xee, 0xa6, 0x84, 0xe6, 0x8b, + 0xb7, 0x48, 0x73, 0x33, 0x1b, 0xf8, 0x18, 0xd4, 0x02, 0xcc, 0xc5, 0x80, 0x78, 0x54, 0xba, 0xde, + 0x7e, 0x2f, 0x57, 0x20, 0xad, 0x3a, 0x89, 0x13, 0xbc, 0x02, 0xbb, 0x23, 0x16, 0x86, 0x64, 0x2c, + 0xf8, 0x80, 0x0b, 0x2c, 0x88, 0xbe, 0x63, 0x68, 0xed, 0xdd, 0x83, 0x4f, 0xac, 0x6d, 0x23, 0xb7, + 0x8e, 0x14, 0xf7, 0x5c, 0x52, 0x9d, 0xcf, 0x17, 0x31, 0xba, 0x21, 0x5f, 0xc6, 0xe8, 0xae, 0x0a, + 0xb9, 0x81, 0x9b, 0xee, 0x9d, 0xd1, 0xba, 0x16, 0xda, 0xa0, 0xc2, 0xa7, 0x43, 0x1e, 0xe1, 0x11, + 0xd1, 0xcb, 0x49, 0x4b, 0x3f, 0x5c, 0xc6, 0xe8, 0x83, 0x54, 0x9b, 0xdd, 0x98, 0xee, 0x8a, 0x04, + 0x7f, 0xd3, 0xc0, 0x5d, 0xec, 0x79, 0x54, 0x50, 0x36, 0xc6, 0xc1, 0x00, 0x0b, 0x31, 0xa1, 0xc3, + 0xa9, 0x20, 0x5c, 0xaf, 0x18, 0xc5, 0x76, 0xed, 0x00, 0x6d, 0xcf, 0xf8, 0x30, 0xe3, 0x39, 0x3f, + 0xc8, 0x96, 0x2c, 0x62, 0x84, 0xb6, 0xba, 0xdc, 0x63, 0x21, 0x15, 0x24, 0x8c, 0xc4, 0x6c, 0x19, + 0xa3, 0x4f, 0xd3, 0x34, 0xfe, 0x87, 0x68, 0xba, 0x8d, 0x9c, 0xb1, 0x8a, 0xc3, 0xe5, 0x63, 0x49, + 0xfa, 0xcd, 0x26, 0x7a, 0xf5, 0xe6, 0x63, 0x51, 0x17, 0xa6, 0x9b, 0x51, 0xe0, 0x15, 0xa8, 0x61, + 0x21, 0xf0, 0xe8, 0x69, 0xd2, 0x1c, 0x1d, 0x24, 0xc5, 0x18, 0xef, 0x2c, 0x46, 0x11, 0x9d, 0x07, + 0x6a, 0xc0, 0x7b, 0x2a, 0xd5, 0xdc, 0x62, 0x2d, 0xc1, 0xdf, 0xdf, 0xa2, 0x5a, 0xae, 0xe1, 0xee, + 0x7a, 0x24, 0xd8, 0x05, 0x25, 0xb9, 0x74, 0x7a, 0x4d, 0x3d, 0xa6, 0xad, 0x11, 0x7b, 0x2c, 0x08, + 0x9c, 0x8f, 0xf3, 0xa9, 0x4a, 0xc5, 0x7a, 0x07, 0x12, 0x8b, 0x87, 0x95, 0x5f, 0x5e, 0x21, 0xed, + 0xdf, 0x57, 0x48, 0x33, 0xff, 0xd2, 0x00, 0xc8, 0x23, 0x42, 0x0b, 0x14, 0xa7, 0x13, 0xaa, 0x96, + 0x77, 0x6f, 0x1e, 0xa3, 0xe2, 0x85, 0xdb, 0x5d, 0xc4, 0x48, 0xa2, 0xcb, 0x18, 0x81, 0xd4, 0x74, + 0x3a, 0xa1, 0xa6, 0x2b, 0x21, 0xb9, 0xb3, 0x21, 0x0d, 0xc9, 0x40, 0xcc, 0x22, 0xb2, 0xbe, 0xb3, + 0xa7, 0x34, 0x24, 0xfd, 0x59, 0x44, 0xe4, 0xce, 0xae, 0x08, 0xf9, 0xce, 0xae, 0x20, 0xd3, 0xad, + 0x84, 0x8a, 0x0a, 0xf7, 0x41, 0x49, 0x60, 0x9f, 0xeb, 0x45, 0xa3, 0xd8, 0xae, 0xae, 0xd7, 0x20, + 0xd1, 0x8d, 0x1a, 0x24, 0xb0, 0x56, 0xc3, 0x37, 0xa0, 0xba, 0x9a, 0x26, 0xac, 0x83, 0xe2, 0x33, + 0x32, 0x4b, 0x2b, 0x70, 0xe5, 0x11, 0x36, 0xc0, 0xed, 0x4b, 0x1c, 0x4c, 0x55, 0x7e, 0x6e, 0xfa, + 0x91, 0xcb, 0x3f, 0xfb, 0x53, 0x03, 0x77, 0x36, 0xf6, 0x04, 0x7e, 0x0d, 0x9a, 0x47, 0x67, 0xa7, + 0xa7, 0x9d, 0x47, 0xfd, 0xf3, 0xc1, 0x79, 0xff, 0xb0, 0xdf, 0x19, 0x5c, 0x3c, 0x3a, 0xef, 0x75, + 0x8e, 0xba, 0xdf, 0x76, 0x3b, 0xc7, 0xf5, 0x42, 0x73, 0xef, 0xf9, 0x4b, 0x43, 0xdf, 0x90, 0x5c, + 0x8c, 0x79, 0x44, 0x46, 0xf4, 0x09, 0x25, 0x1e, 0xfc, 0x02, 0x7c, 0x74, 0x43, 0x7d, 0x78, 0x72, + 0x72, 0xf6, 0xb8, 0x73, 0x5c, 0xd7, 0x9a, 0xfa, 0xf3, 0x97, 0x46, 0x63, 0x43, 0x79, 0x18, 0x04, + 0xec, 0x6a, 0xab, 0xca, 0x39, 0x39, 0x3b, 0xfa, 0xbe, 0x73, 0x5c, 0xbf, 0xb5, 0x45, 0xe5, 0x04, + 0x6c, 0xf4, 0x8c, 0x78, 0xcd, 0xd2, 0xcf, 0xbf, 0xb6, 0x0a, 0x4e, 0xef, 0xf5, 0xbc, 0xa5, 0xbd, + 0x99, 0xb7, 0xb4, 0x7f, 0xe6, 0x2d, 0xed, 0xc5, 0x75, 0xab, 0xf0, 0xe6, 0xba, 0x55, 0xf8, 0xfb, + 0xba, 0x55, 0xf8, 0xf1, 0x4b, 0x9f, 0x8a, 0xa7, 0xd3, 0xa1, 0x35, 0x62, 0xa1, 0x9d, 0xbe, 0x97, + 0xfd, 0x00, 0x0f, 0xb9, 0x3a, 0xdb, 0x97, 0x07, 0xf6, 0x4f, 0x36, 0x17, 0xd8, 0xa7, 0x63, 0x5f, + 0xfd, 0xdf, 0xe5, 0x54, 0xf8, 0x70, 0x27, 0xf9, 0x45, 0x3d, 0xf8, 0x2f, 0x00, 0x00, 0xff, 0xff, + 0x2f, 0x96, 0x2f, 0x9e, 0x6b, 0x06, 0x00, 0x00, } func (this *Post) Equal(that interface{}) bool { diff --git a/x/staging/posts/types/posts_test.go b/x/staging/posts/types/posts_test.go index 8a74c25e78..2b146a4dbb 100644 --- a/x/staging/posts/types/posts_test.go +++ b/x/staging/posts/types/posts_test.go @@ -5,7 +5,7 @@ import ( "testing" "time" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" "github.com/stretchr/testify/require" ) diff --git a/x/staging/posts/types/query.pb.go b/x/staging/posts/types/query.pb.go index f44a788981..8901137778 100644 --- a/x/staging/posts/types/query.pb.go +++ b/x/staging/posts/types/query.pb.go @@ -836,69 +836,69 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/query.proto", fileDescriptor_b6258583fb7a3a9d) } var fileDescriptor_b6258583fb7a3a9d = []byte{ - // 981 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x97, 0xcf, 0x8f, 0xdb, 0x44, - 0x14, 0xc7, 0x33, 0xed, 0xfe, 0x68, 0xde, 0x02, 0x82, 0xe9, 0x4a, 0x0d, 0x66, 0x1b, 0x07, 0x53, - 0x9a, 0xec, 0x4a, 0xf1, 0xec, 0x6e, 0xe9, 0x52, 0xad, 0x38, 0xc0, 0x22, 0x15, 0xad, 0x04, 0xa2, - 0xb5, 0xe0, 0xc2, 0x05, 0x39, 0xc9, 0x60, 0x2c, 0xc5, 0xb1, 0xeb, 0x71, 0x80, 0x55, 0x41, 0x48, - 0x1c, 0x10, 0x70, 0x02, 0x21, 0x4e, 0x5c, 0x2a, 0x10, 0xe2, 0x80, 0x38, 0x23, 0x2e, 0x9c, 0x7b, - 0xac, 0xc4, 0x85, 0xd3, 0x0a, 0xed, 0x72, 0x40, 0x9c, 0x10, 0x7f, 0x01, 0xf2, 0xcc, 0xb3, 0xe3, - 0x24, 0x8e, 0xe3, 0x56, 0x51, 0x6f, 0xd9, 0xc9, 0xf7, 0xbd, 0xf7, 0x99, 0xf7, 0xe6, 0xbd, 0x97, - 0x85, 0x46, 0x8f, 0x0b, 0xcf, 0x17, 0x2c, 0xf0, 0x45, 0x24, 0xd8, 0x7b, 0x3b, 0x1d, 0x1e, 0xd9, - 0x3b, 0xec, 0xd6, 0x90, 0x87, 0x47, 0x66, 0x10, 0xfa, 0x91, 0x4f, 0xd7, 0x95, 0xc2, 0x94, 0x0a, - 0x13, 0x15, 0xda, 0xba, 0xe3, 0x3b, 0xbe, 0x14, 0xb0, 0xf8, 0x93, 0xd2, 0x6a, 0x1b, 0x8e, 0xef, - 0x3b, 0x7d, 0xce, 0xec, 0xc0, 0x65, 0xf6, 0x60, 0xe0, 0x47, 0x76, 0xe4, 0xfa, 0x03, 0x81, 0xdf, - 0xea, 0xf8, 0xad, 0xfc, 0xab, 0x33, 0x7c, 0x87, 0x45, 0xae, 0xc7, 0x45, 0x64, 0x7b, 0x01, 0x0a, - 0xb6, 0xba, 0xbe, 0x84, 0xe9, 0xd8, 0x82, 0x2b, 0x86, 0x94, 0x28, 0xb0, 0x1d, 0x77, 0x20, 0xbd, - 0xa1, 0x36, 0x1f, 0x5c, 0x41, 0x2a, 0xc5, 0xa5, 0x5c, 0x45, 0xc8, 0xed, 0x6e, 0x16, 0x6a, 0x96, - 0x9f, 0x7e, 0x3f, 0x51, 0x3c, 0x9d, 0xaf, 0xb0, 0x43, 0xdb, 0x2b, 0x96, 0x84, 0x3c, 0xf0, 0xc3, - 0x48, 0x49, 0x8c, 0x0f, 0xe1, 0x89, 0x9b, 0xf1, 0x8d, 0x6e, 0xc4, 0x12, 0x8b, 0xdf, 0x1a, 0x72, - 0x11, 0x51, 0x1d, 0xd6, 0xc4, 0xb0, 0x23, 0x02, 0xbb, 0xcb, 0xdf, 0x76, 0x7b, 0x35, 0xd2, 0x20, - 0xad, 0xaa, 0x05, 0xc9, 0xd1, 0x61, 0x8f, 0x5e, 0x07, 0x18, 0xdd, 0xbc, 0x76, 0xa6, 0x41, 0x5a, - 0x6b, 0xbb, 0x97, 0x4d, 0x95, 0x26, 0x33, 0x4e, 0x93, 0xa9, 0x4a, 0x85, 0x21, 0xcd, 0x1b, 0xb6, - 0xc3, 0xd1, 0xb9, 0x95, 0xb1, 0x34, 0xbe, 0x21, 0x40, 0xb3, 0xe1, 0x45, 0xe0, 0x0f, 0x04, 0xa7, - 0x7b, 0xb0, 0x2c, 0x91, 0x6b, 0xa4, 0x71, 0xb6, 0xb5, 0xb6, 0xab, 0x99, 0x79, 0xb5, 0x36, 0x63, - 0x9b, 0x83, 0xa5, 0xbb, 0xc7, 0x7a, 0xc5, 0x52, 0x72, 0xfa, 0x4a, 0x0e, 0x56, 0x73, 0x2e, 0x96, - 0x0a, 0x3a, 0xc6, 0xf5, 0x3a, 0x3c, 0x9e, 0x62, 0x25, 0x49, 0xd9, 0x81, 0xd5, 0x38, 0x4a, 0x9a, - 0x90, 0x83, 0xda, 0x3f, 0xc7, 0x7a, 0x72, 0xf4, 0xdf, 0xb1, 0x5e, 0x3d, 0xb2, 0xbd, 0xfe, 0xbe, - 0xe1, 0xf6, 0x0c, 0x6b, 0x25, 0x3e, 0x3d, 0xec, 0xed, 0x9f, 0xfb, 0xec, 0x8e, 0x5e, 0xf9, 0xfb, - 0x8e, 0x5e, 0x31, 0x0e, 0x33, 0x69, 0x4e, 0xaf, 0xf9, 0x1c, 0x2c, 0xc5, 0x42, 0xe9, 0xae, 0xcc, - 0x2d, 0xa5, 0xda, 0xf8, 0x85, 0xc0, 0x05, 0xe9, 0xeb, 0x4d, 0xc1, 0xc3, 0x97, 0x06, 0xe2, 0x7d, - 0x1e, 0xa6, 0x85, 0xdb, 0x9b, 0x64, 0xbc, 0x38, 0xce, 0xf8, 0x98, 0x62, 0xc4, 0x83, 0x14, 0x94, - 0x52, 0x58, 0x1a, 0x0a, 0x1e, 0xca, 0x94, 0x55, 0x2d, 0xf9, 0x79, 0xa2, 0xc6, 0x67, 0x1f, 0xb4, - 0xc6, 0x99, 0x24, 0xfc, 0x40, 0xa0, 0x36, 0x4d, 0x8e, 0xc9, 0x78, 0x11, 0x56, 0x6d, 0x75, 0x84, - 0x55, 0x6f, 0xe4, 0xe7, 0x63, 0x64, 0x8b, 0x59, 0x49, 0xcc, 0x16, 0x57, 0xfd, 0x2f, 0x08, 0xe8, - 0x92, 0xd3, 0xe2, 0x8e, 0x2b, 0x22, 0x1e, 0xf2, 0x9e, 0x95, 0xb4, 0xe7, 0x43, 0x6f, 0x91, 0x5f, - 0x09, 0x34, 0x66, 0xc3, 0x60, 0xf2, 0x5e, 0x85, 0x6a, 0x3a, 0x40, 0x30, 0x7d, 0xad, 0xfc, 0xf4, - 0x4d, 0x7b, 0xc1, 0x34, 0x8e, 0x1c, 0x2c, 0x2e, 0x91, 0xeb, 0x49, 0x77, 0xcb, 0xa1, 0x84, 0xb7, - 0x33, 0x6e, 0xc2, 0xf9, 0xb1, 0x53, 0xbc, 0xc3, 0x3e, 0xac, 0xa8, 0xe1, 0x85, 0xfd, 0xb0, 0x31, - 0xa3, 0x1f, 0xa4, 0x06, 0xa1, 0xd1, 0xc2, 0xb8, 0x86, 0x2e, 0x2d, 0x39, 0xda, 0xd2, 0x22, 0x5d, - 0x98, 0x68, 0x87, 0x9c, 0xc6, 0x7c, 0x03, 0xd6, 0xc7, 0x2d, 0x91, 0xe6, 0x05, 0x58, 0x55, 0x73, - 0x32, 0xc9, 0xe7, 0xc6, 0xac, 0x7c, 0xc6, 0xa2, 0xe4, 0x29, 0xa2, 0x89, 0xf1, 0x2d, 0x81, 0x27, - 0x33, 0xfd, 0x3e, 0xf1, 0x76, 0x1e, 0xb4, 0x4b, 0x17, 0xf5, 0xa4, 0x7e, 0x26, 0xa0, 0xe5, 0xd1, - 0xe1, 0xd5, 0xaf, 0x4f, 0x3f, 0x26, 0x63, 0xf6, 0x6c, 0x7a, 0x08, 0xcf, 0xe8, 0x36, 0x8e, 0x8d, - 0x38, 0xdc, 0xcb, 0xbe, 0xe7, 0xf1, 0xc1, 0xfc, 0x12, 0x2f, 0x2c, 0x59, 0xdf, 0x65, 0x4b, 0x39, - 0x8a, 0x9e, 0x3e, 0x93, 0x73, 0x5d, 0x3c, 0x2b, 0xbd, 0xac, 0x52, 0x8b, 0x85, 0x65, 0x68, 0xf7, - 0xdf, 0x2a, 0x2c, 0x4b, 0x48, 0xfa, 0x31, 0x2c, 0xcb, 0x5d, 0x4a, 0x9b, 0xf9, 0x1c, 0x53, 0xcb, - 0x5e, 0x6b, 0xcd, 0x17, 0xaa, 0x88, 0xc6, 0x33, 0x9f, 0xfc, 0xfe, 0xd7, 0xd7, 0x67, 0x2e, 0xd2, - 0xa7, 0xd8, 0xec, 0x1f, 0x39, 0xf4, 0x53, 0x02, 0x4b, 0xb1, 0x19, 0xbd, 0x3c, 0xc7, 0x6f, 0x12, - 0xbf, 0x39, 0x57, 0x87, 0xe1, 0xdb, 0x32, 0x7c, 0x93, 0x3e, 0x5b, 0x10, 0x9e, 0xdd, 0xc6, 0xd7, - 0xf0, 0x11, 0xfd, 0x8a, 0xc0, 0x2a, 0x76, 0x35, 0xdd, 0x2c, 0x88, 0x31, 0x3e, 0x33, 0xb4, 0xad, - 0x32, 0x52, 0x24, 0x62, 0x92, 0x68, 0x93, 0x36, 0x59, 0xc1, 0x0f, 0xad, 0x2c, 0xd3, 0xf7, 0x04, - 0xd6, 0x32, 0xcb, 0x8f, 0xb6, 0x0b, 0x82, 0x4d, 0xaf, 0x77, 0xcd, 0x2c, 0x2b, 0x47, 0xbe, 0xab, - 0x92, 0x8f, 0xd1, 0x76, 0xa9, 0x8c, 0xb1, 0x64, 0x91, 0xfe, 0x46, 0xe0, 0x7c, 0xce, 0xb6, 0xa1, - 0x57, 0x0b, 0x53, 0x33, 0x6b, 0x55, 0x6a, 0x7b, 0xf7, 0x6b, 0x86, 0xf4, 0xd7, 0x24, 0xfd, 0x2e, - 0xdd, 0x2e, 0xa2, 0x0f, 0x53, 0x07, 0xed, 0xd1, 0xe4, 0xf9, 0x9c, 0xc0, 0x8a, 0xda, 0x13, 0xb4, - 0xf0, 0x75, 0x67, 0xd7, 0x92, 0xb6, 0x59, 0x42, 0x89, 0x64, 0x5b, 0x92, 0xec, 0x12, 0x35, 0x8a, - 0xc8, 0xd4, 0x6a, 0xa2, 0x3f, 0x12, 0x78, 0x24, 0x3b, 0x3a, 0xa8, 0x39, 0xe7, 0xbd, 0x4f, 0x4c, - 0x38, 0x8d, 0x95, 0xd6, 0x23, 0xdd, 0x9e, 0xa4, 0xdb, 0xa6, 0x66, 0xb9, 0xaa, 0xa7, 0xd3, 0xe8, - 0x27, 0x02, 0x8f, 0x8e, 0x6d, 0x04, 0xca, 0xe6, 0xb6, 0xe6, 0x44, 0xa9, 0xb7, 0xcb, 0x1b, 0x20, - 0xec, 0xf3, 0x12, 0x76, 0x87, 0xb2, 0x72, 0xb0, 0x69, 0x8d, 0x0f, 0x5e, 0xbb, 0x7b, 0x52, 0x27, - 0xf7, 0x4e, 0xea, 0xe4, 0xcf, 0x93, 0x3a, 0xf9, 0xf2, 0xb4, 0x5e, 0xb9, 0x77, 0x5a, 0xaf, 0xfc, - 0x71, 0x5a, 0xaf, 0xbc, 0x75, 0xc5, 0x71, 0xa3, 0x77, 0x87, 0x1d, 0xb3, 0xeb, 0x7b, 0xe8, 0xb4, - 0xdd, 0xb7, 0x3b, 0x22, 0x09, 0xf0, 0x01, 0x13, 0x51, 0x3c, 0x39, 0x1d, 0x74, 0x1e, 0x1d, 0x05, - 0x5c, 0x74, 0x56, 0xe4, 0xbf, 0x43, 0x57, 0xfe, 0x0f, 0x00, 0x00, 0xff, 0xff, 0xf5, 0xe8, 0xef, - 0x99, 0x79, 0x0e, 0x00, 0x00, + // 983 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x97, 0xcf, 0x8b, 0x23, 0x45, + 0x14, 0xc7, 0x53, 0xbb, 0xf3, 0x63, 0xf3, 0x46, 0x45, 0x6b, 0x07, 0x36, 0xb6, 0xb3, 0x49, 0x6c, + 0xd7, 0x4d, 0x66, 0x20, 0x5d, 0x33, 0xd1, 0x8d, 0xcb, 0xe0, 0x41, 0x47, 0x58, 0x19, 0x10, 0x9c, + 0x6d, 0xf4, 0xe2, 0x45, 0x3a, 0x49, 0xd9, 0x36, 0xa4, 0xd3, 0xbd, 0x5d, 0x9d, 0xd5, 0x61, 0x15, + 0xc1, 0x83, 0xa8, 0x27, 0x45, 0x3c, 0x79, 0x59, 0x14, 0xf1, 0x20, 0x9e, 0xc5, 0x8b, 0xe7, 0x3d, + 0x2e, 0x78, 0xf1, 0x34, 0xc8, 0x8c, 0x07, 0xf1, 0x24, 0xfe, 0x05, 0xd2, 0x55, 0xaf, 0x3b, 0x9d, + 0xa4, 0xd3, 0x69, 0x97, 0xb0, 0xb7, 0x4c, 0xe5, 0xfb, 0xde, 0xfb, 0xd4, 0x7b, 0xf5, 0xde, 0xcb, + 0x40, 0xbd, 0xcf, 0x85, 0xeb, 0x09, 0xe6, 0x7b, 0x22, 0x14, 0xec, 0xf6, 0x5e, 0x97, 0x87, 0xd6, + 0x1e, 0xbb, 0x35, 0xe2, 0xc1, 0xb1, 0xe1, 0x07, 0x5e, 0xe8, 0xd1, 0x4d, 0xa5, 0x30, 0xa4, 0xc2, + 0x40, 0x85, 0xb6, 0x69, 0x7b, 0xb6, 0x27, 0x05, 0x2c, 0xfa, 0xa4, 0xb4, 0xda, 0x96, 0xed, 0x79, + 0xf6, 0x80, 0x33, 0xcb, 0x77, 0x98, 0x35, 0x1c, 0x7a, 0xa1, 0x15, 0x3a, 0xde, 0x50, 0xe0, 0xb7, + 0x35, 0xfc, 0x56, 0xfe, 0xd5, 0x1d, 0xbd, 0xc3, 0x42, 0xc7, 0xe5, 0x22, 0xb4, 0x5c, 0x1f, 0x05, + 0x3b, 0x3d, 0x4f, 0xc2, 0x74, 0x2d, 0xc1, 0x15, 0x43, 0x42, 0xe4, 0x5b, 0xb6, 0x33, 0x94, 0xde, + 0x50, 0x9b, 0x0d, 0xae, 0x20, 0x95, 0xe2, 0x4a, 0xa6, 0x22, 0xe0, 0x56, 0x2f, 0x0d, 0x35, 0xcf, + 0xcf, 0x60, 0x10, 0x2b, 0x9e, 0xce, 0x56, 0x58, 0x81, 0xe5, 0xe6, 0x4b, 0x02, 0xee, 0x7b, 0x41, + 0xa8, 0x24, 0xfa, 0x07, 0xf0, 0xc4, 0xcd, 0xe8, 0x46, 0x47, 0x91, 0xc4, 0xe4, 0xb7, 0x46, 0x5c, + 0x84, 0xb4, 0x06, 0x1b, 0x62, 0xd4, 0x15, 0xbe, 0xd5, 0xe3, 0x6f, 0x3b, 0xfd, 0x0a, 0xa9, 0x93, + 0x66, 0xd9, 0x84, 0xf8, 0xe8, 0xb0, 0x4f, 0x6f, 0x00, 0x8c, 0x6f, 0x5e, 0x39, 0x57, 0x27, 0xcd, + 0x8d, 0xf6, 0x55, 0x43, 0xa5, 0xc9, 0x88, 0xd2, 0x64, 0xa8, 0x52, 0x61, 0x48, 0xe3, 0xc8, 0xb2, + 0x39, 0x3a, 0x37, 0x53, 0x96, 0xfa, 0xd7, 0x04, 0x68, 0x3a, 0xbc, 0xf0, 0xbd, 0xa1, 0xe0, 0xb4, + 0x03, 0xab, 0x12, 0xb9, 0x42, 0xea, 0xe7, 0x9b, 0x1b, 0x6d, 0xcd, 0xc8, 0xaa, 0xb5, 0x11, 0xd9, + 0x1c, 0xac, 0xdc, 0x3b, 0xa9, 0x95, 0x4c, 0x25, 0xa7, 0xaf, 0x66, 0x60, 0x35, 0x16, 0x62, 0xa9, + 0xa0, 0x13, 0x5c, 0xaf, 0xc3, 0xe3, 0x09, 0x56, 0x9c, 0x94, 0x3d, 0x58, 0x8f, 0xa2, 0x24, 0x09, + 0x39, 0xa8, 0xfc, 0x7d, 0x52, 0x8b, 0x8f, 0xfe, 0x3d, 0xa9, 0x95, 0x8f, 0x2d, 0x77, 0xb0, 0xaf, + 0x3b, 0x7d, 0xdd, 0x5c, 0x8b, 0x4e, 0x0f, 0xfb, 0xfb, 0x17, 0x3e, 0xbd, 0x5b, 0x2b, 0xfd, 0x75, + 0xb7, 0x56, 0xd2, 0x0f, 0x53, 0x69, 0x4e, 0xae, 0xf9, 0x3c, 0xac, 0x44, 0x42, 0xe9, 0xae, 0xc8, + 0x2d, 0xa5, 0x5a, 0xff, 0x99, 0xc0, 0x25, 0xe9, 0xeb, 0x4d, 0xc1, 0x83, 0x97, 0x87, 0xe2, 0x3d, + 0x1e, 0x24, 0x85, 0xeb, 0x4c, 0x33, 0x5e, 0x9e, 0x64, 0x7c, 0x4c, 0x31, 0xe2, 0x41, 0x02, 0x4a, + 0x29, 0xac, 0x8c, 0x04, 0x0f, 0x64, 0xca, 0xca, 0xa6, 0xfc, 0x3c, 0x55, 0xe3, 0xf3, 0x0f, 0x5a, + 0xe3, 0x54, 0x12, 0xbe, 0x27, 0x50, 0x99, 0x25, 0xc7, 0x64, 0xbc, 0x04, 0xeb, 0x96, 0x3a, 0xc2, + 0xaa, 0xd7, 0xb3, 0xf3, 0x31, 0xb6, 0xc5, 0xac, 0xc4, 0x66, 0xcb, 0xab, 0xfe, 0xe7, 0x04, 0x6a, + 0x92, 0xd3, 0xe4, 0xb6, 0x23, 0x42, 0x1e, 0xf0, 0xbe, 0x19, 0xb7, 0xe7, 0x43, 0x6f, 0x91, 0x5f, + 0x08, 0xd4, 0xe7, 0xc3, 0x60, 0xf2, 0x5e, 0x83, 0x72, 0x32, 0x40, 0x30, 0x7d, 0xcd, 0xec, 0xf4, + 0xcd, 0x7a, 0xc1, 0x34, 0x8e, 0x1d, 0x2c, 0x2f, 0x91, 0x9b, 0x71, 0x77, 0xcb, 0xa1, 0x84, 0xb7, + 0xd3, 0x6f, 0xc2, 0xc5, 0x89, 0x53, 0xbc, 0xc3, 0x3e, 0xac, 0xa9, 0xe1, 0x85, 0xfd, 0xb0, 0x35, + 0xa7, 0x1f, 0xa4, 0x06, 0xa1, 0xd1, 0x42, 0xbf, 0x8e, 0x2e, 0x4d, 0x39, 0xda, 0x92, 0x22, 0x5d, + 0x9a, 0x6a, 0x87, 0x8c, 0xc6, 0x7c, 0x03, 0x36, 0x27, 0x2d, 0x91, 0xe6, 0x45, 0x58, 0x57, 0x73, + 0x32, 0xce, 0xe7, 0xd6, 0xbc, 0x7c, 0x46, 0xa2, 0xf8, 0x29, 0xa2, 0x89, 0xfe, 0x0d, 0x81, 0x27, + 0x53, 0xfd, 0x3e, 0xf5, 0x76, 0x1e, 0xb4, 0x4b, 0x97, 0xf5, 0xa4, 0x7e, 0x22, 0xa0, 0x65, 0xd1, + 0xe1, 0xd5, 0x6f, 0xcc, 0x3e, 0x26, 0x7d, 0xfe, 0x6c, 0x7a, 0x08, 0xcf, 0xe8, 0x0e, 0x8e, 0x8d, + 0x28, 0xdc, 0x2b, 0x9e, 0xeb, 0xf2, 0xe1, 0xe2, 0x12, 0x2f, 0x2d, 0x59, 0xdf, 0xa6, 0x4b, 0x39, + 0x8e, 0x9e, 0x3c, 0x93, 0x0b, 0x3d, 0x3c, 0x2b, 0xbc, 0xac, 0x12, 0x8b, 0xa5, 0x65, 0xa8, 0xfd, + 0x4f, 0x19, 0x56, 0x25, 0x24, 0xfd, 0x08, 0x56, 0xe5, 0x2e, 0xa5, 0x8d, 0x6c, 0x8e, 0x99, 0x65, + 0xaf, 0x35, 0x17, 0x0b, 0x55, 0x44, 0xfd, 0x99, 0x8f, 0x7f, 0xfb, 0xf3, 0xab, 0x73, 0x97, 0xe9, + 0x53, 0x6c, 0xfe, 0x8f, 0x1c, 0xfa, 0x09, 0x81, 0x95, 0xc8, 0x8c, 0x5e, 0x5d, 0xe0, 0x37, 0x8e, + 0xdf, 0x58, 0xa8, 0xc3, 0xf0, 0x2d, 0x19, 0xbe, 0x41, 0x9f, 0xcd, 0x09, 0xcf, 0xee, 0xe0, 0x6b, + 0xf8, 0x90, 0x7e, 0x49, 0x60, 0x1d, 0xbb, 0x9a, 0x6e, 0xe7, 0xc4, 0x98, 0x9c, 0x19, 0xda, 0x4e, + 0x11, 0x29, 0x12, 0x31, 0x49, 0xb4, 0x4d, 0x1b, 0x2c, 0xe7, 0x87, 0x56, 0x9a, 0xe9, 0x3b, 0x02, + 0x1b, 0xa9, 0xe5, 0x47, 0x5b, 0x39, 0xc1, 0x66, 0xd7, 0xbb, 0x66, 0x14, 0x95, 0x23, 0xdf, 0x35, + 0xc9, 0xc7, 0x68, 0xab, 0x50, 0xc6, 0x58, 0xbc, 0x48, 0x7f, 0x25, 0x70, 0x31, 0x63, 0xdb, 0xd0, + 0x6b, 0xb9, 0xa9, 0x99, 0xb7, 0x2a, 0xb5, 0xce, 0xff, 0x35, 0x43, 0xfa, 0xeb, 0x92, 0xbe, 0x4d, + 0x77, 0xf3, 0xe8, 0x83, 0xc4, 0x41, 0x6b, 0x3c, 0x79, 0x3e, 0x23, 0xb0, 0xa6, 0xf6, 0x04, 0xcd, + 0x7d, 0xdd, 0xe9, 0xb5, 0xa4, 0x6d, 0x17, 0x50, 0x22, 0xd9, 0x8e, 0x24, 0xbb, 0x42, 0xf5, 0x3c, + 0x32, 0xb5, 0x9a, 0xe8, 0x0f, 0x04, 0x1e, 0x49, 0x8f, 0x0e, 0x6a, 0x2c, 0x78, 0xef, 0x53, 0x13, + 0x4e, 0x63, 0x85, 0xf5, 0x48, 0xd7, 0x91, 0x74, 0xbb, 0xd4, 0x28, 0x56, 0xf5, 0x64, 0x1a, 0xfd, + 0x48, 0xe0, 0xd1, 0x89, 0x8d, 0x40, 0xd9, 0xc2, 0xd6, 0x9c, 0x2a, 0xf5, 0x6e, 0x71, 0x03, 0x84, + 0x7d, 0x41, 0xc2, 0xee, 0x51, 0x56, 0x0c, 0x36, 0xa9, 0xf1, 0xc1, 0xd1, 0xbd, 0xd3, 0x2a, 0xb9, + 0x7f, 0x5a, 0x25, 0x7f, 0x9c, 0x56, 0xc9, 0x17, 0x67, 0xd5, 0xd2, 0xfd, 0xb3, 0x6a, 0xe9, 0xf7, + 0xb3, 0x6a, 0xe9, 0xad, 0x8e, 0xed, 0x84, 0xef, 0x8e, 0xba, 0x46, 0xcf, 0x73, 0xd1, 0x69, 0x6b, + 0x60, 0x75, 0x45, 0x1c, 0xe0, 0x76, 0x9b, 0xbd, 0xcf, 0x44, 0x18, 0x0d, 0x4f, 0x1b, 0xfd, 0x87, + 0xc7, 0x3e, 0x17, 0xdd, 0x35, 0xf9, 0x1f, 0xd1, 0x73, 0xff, 0x05, 0x00, 0x00, 0xff, 0xff, 0x87, + 0xbd, 0xf4, 0x99, 0x7c, 0x0e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staging/posts/types/reactions.go b/x/staging/posts/types/reactions.go index ede250bf1a..cb6b6124a8 100644 --- a/x/staging/posts/types/reactions.go +++ b/x/staging/posts/types/reactions.go @@ -6,9 +6,9 @@ import ( "github.com/cosmos/cosmos-sdk/codec" - subspacestypes "github.com/desmos-labs/desmos/x/staging/subspaces/types" + subspacestypes "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" - "github.com/desmos-labs/desmos/x/commons" + "github.com/desmos-labs/desmos/v2/x/commons" ) // NewRegisteredReaction returns a new RegisteredReaction diff --git a/x/staging/posts/types/reactions.pb.go b/x/staging/posts/types/reactions.pb.go index 36eb19f0d3..602b695eb3 100644 --- a/x/staging/posts/types/reactions.pb.go +++ b/x/staging/posts/types/reactions.pb.go @@ -172,32 +172,32 @@ func init() { } var fileDescriptor_279d343e0105421c = []byte{ - // 386 bytes of a gzipped FileDescriptorProto + // 388 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x92, 0xbb, 0x6e, 0xdb, 0x30, 0x18, 0x85, 0x4d, 0xbb, 0xbe, 0x11, 0x46, 0x2f, 0xaa, 0x07, 0xa1, 0x83, 0x58, 0xb0, 0x85, 0xdb, - 0xa1, 0x15, 0x61, 0x78, 0xf3, 0x54, 0xb8, 0x5d, 0x3c, 0x14, 0x28, 0x38, 0x76, 0x31, 0x28, 0x89, - 0x90, 0x05, 0xd8, 0xa6, 0x20, 0xd2, 0x4e, 0xfc, 0x16, 0x19, 0x33, 0xfa, 0x71, 0x32, 0x7a, 0xcc, + 0xa1, 0x15, 0xe1, 0x16, 0xe8, 0xe0, 0xa9, 0x70, 0xbb, 0x78, 0x33, 0x38, 0x76, 0x31, 0x28, 0x89, + 0x90, 0x05, 0xd8, 0xa6, 0x20, 0xd2, 0x6e, 0xfc, 0x16, 0x19, 0x33, 0xfa, 0x71, 0x32, 0x7a, 0xcc, 0x24, 0x04, 0xf2, 0x92, 0x78, 0xc8, 0xa0, 0x27, 0x08, 0x44, 0xd1, 0x17, 0x64, 0xc8, 0x92, 0xed, - 0xe7, 0x39, 0x1f, 0x7f, 0xe0, 0x1c, 0xfc, 0xf0, 0x6b, 0xc0, 0xe5, 0x5c, 0x48, 0x12, 0x0b, 0xa9, + 0xe7, 0x39, 0x1f, 0x7f, 0xe0, 0x1c, 0xfc, 0xf0, 0x73, 0xc0, 0xe5, 0x5c, 0x48, 0x12, 0x0b, 0xa9, 0x24, 0x59, 0xf5, 0x3d, 0xae, 0x58, 0x9f, 0x24, 0x9c, 0xf9, 0x2a, 0x12, 0x0b, 0xe9, 0xc6, 0x89, - 0x50, 0xc2, 0xea, 0x96, 0x94, 0xab, 0x29, 0xd7, 0x50, 0x9f, 0xba, 0xa1, 0x08, 0x85, 0x06, 0x48, - 0x31, 0x95, 0x2c, 0x7e, 0x00, 0xd0, 0xa2, 0x3c, 0x8c, 0xa4, 0xe2, 0x09, 0x0f, 0xa8, 0xd9, 0x64, - 0x8d, 0x20, 0x94, 0x53, 0x91, 0xa8, 0x89, 0x2f, 0x02, 0x6e, 0x83, 0xcf, 0xe0, 0x7b, 0x7b, 0xf4, - 0x65, 0x9f, 0xa2, 0x33, 0x35, 0x4f, 0xd1, 0x87, 0x35, 0x9b, 0xcf, 0x86, 0xf8, 0xa4, 0x61, 0xda, - 0xd6, 0x8f, 0xdf, 0x22, 0xe0, 0x56, 0x0f, 0xd6, 0x57, 0x6c, 0xb6, 0xe4, 0x76, 0x55, 0x7f, 0x7f, - 0x9f, 0xa7, 0xa8, 0x53, 0x7e, 0xd0, 0x32, 0xa6, 0xa5, 0x6d, 0x11, 0xd8, 0x92, 0x4b, 0x4f, 0xc6, - 0xcc, 0xe7, 0x76, 0x4d, 0xa3, 0x1f, 0xf3, 0x14, 0xbd, 0x33, 0xbb, 0x8d, 0x83, 0xe9, 0x11, 0xb2, - 0x7e, 0xc0, 0xa6, 0x9f, 0x70, 0xa6, 0x44, 0x62, 0xbf, 0xd1, 0xbc, 0x95, 0xa7, 0xe8, 0x6d, 0xc9, - 0x1b, 0x03, 0xd3, 0x03, 0x32, 0x6c, 0x5d, 0x6f, 0x10, 0xb8, 0xdf, 0x20, 0x80, 0x1f, 0x01, 0xec, - 0xfc, 0x13, 0x52, 0x1d, 0x53, 0xfe, 0x82, 0xcd, 0xa2, 0xa3, 0x49, 0x14, 0x98, 0x88, 0xdf, 0xb2, - 0x14, 0x35, 0x0a, 0x64, 0xfc, 0x67, 0x9f, 0xa2, 0x83, 0x79, 0xda, 0x6e, 0x04, 0x4c, 0x1b, 0xc5, - 0x34, 0x0e, 0x9e, 0xf5, 0x54, 0x7d, 0x5d, 0x4f, 0xb5, 0x97, 0x7b, 0xea, 0xc1, 0xba, 0xb8, 0x58, - 0xf0, 0x43, 0xe8, 0x33, 0x4e, 0xcb, 0x98, 0x96, 0xf6, 0x29, 0xf0, 0xe8, 0xef, 0x4d, 0xe6, 0x80, - 0x6d, 0xe6, 0x80, 0xbb, 0xcc, 0x01, 0x57, 0x3b, 0xa7, 0xb2, 0xdd, 0x39, 0x95, 0xdb, 0x9d, 0x53, - 0xf9, 0x3f, 0x08, 0x23, 0x35, 0x5d, 0x7a, 0xae, 0x2f, 0xe6, 0xa4, 0xbc, 0x96, 0x9f, 0x33, 0xe6, - 0x49, 0x33, 0x93, 0x4b, 0x22, 0x15, 0x0b, 0xa3, 0x45, 0x68, 0x2e, 0x4d, 0xad, 0x63, 0x2e, 0xbd, - 0x86, 0x3e, 0x99, 0xc1, 0x53, 0x00, 0x00, 0x00, 0xff, 0xff, 0xef, 0x9c, 0xf9, 0xf8, 0x86, 0x02, - 0x00, 0x00, + 0x50, 0xc2, 0xea, 0x96, 0x94, 0xab, 0x29, 0xd7, 0x50, 0x1f, 0xba, 0xa1, 0x08, 0x85, 0x06, 0x48, + 0x31, 0x95, 0x2c, 0xbe, 0x07, 0xd0, 0xa2, 0x3c, 0x8c, 0xa4, 0xe2, 0x09, 0x0f, 0xa8, 0xd9, 0x64, + 0x0d, 0x21, 0x94, 0x53, 0x91, 0xa8, 0x89, 0x2f, 0x02, 0x6e, 0x83, 0x8f, 0xe0, 0x6b, 0x7b, 0xf8, + 0x69, 0x9f, 0xa2, 0x33, 0x35, 0x4f, 0xd1, 0xbb, 0x35, 0x9b, 0xcf, 0x06, 0xf8, 0xa4, 0x61, 0xda, + 0xd6, 0x8f, 0x3f, 0x22, 0xe0, 0x56, 0x0f, 0xd6, 0x57, 0x6c, 0xb6, 0xe4, 0x76, 0x55, 0x7f, 0x7f, + 0x9b, 0xa7, 0xa8, 0x53, 0x7e, 0xd0, 0x32, 0xa6, 0xa5, 0x6d, 0x11, 0xd8, 0x92, 0x4b, 0x4f, 0xc6, + 0xcc, 0xe7, 0x76, 0x4d, 0xa3, 0xef, 0xf3, 0x14, 0xbd, 0x31, 0xbb, 0x8d, 0x83, 0xe9, 0x11, 0xb2, + 0xbe, 0xc1, 0xa6, 0x9f, 0x70, 0xa6, 0x44, 0x62, 0xbf, 0xd2, 0xbc, 0x95, 0xa7, 0xe8, 0x75, 0xc9, + 0x1b, 0x03, 0xd3, 0x03, 0x32, 0x68, 0x5d, 0x6d, 0x10, 0xb8, 0xdb, 0x20, 0x80, 0x1f, 0x00, 0xec, + 0x8c, 0x85, 0x54, 0xc7, 0x94, 0xbf, 0x61, 0xb3, 0xe8, 0x68, 0x12, 0x05, 0x26, 0xe2, 0x97, 0x2c, + 0x45, 0x8d, 0x02, 0x19, 0xfd, 0xdd, 0xa7, 0xe8, 0x60, 0x9e, 0xb6, 0x1b, 0x01, 0xd3, 0x46, 0x31, + 0x8d, 0x82, 0x27, 0x3d, 0x55, 0x5f, 0xd6, 0x53, 0xed, 0xf9, 0x9e, 0x7a, 0xb0, 0x2e, 0xfe, 0x2f, + 0xf8, 0x21, 0xf4, 0x19, 0xa7, 0x65, 0x4c, 0x4b, 0xfb, 0x14, 0x78, 0x38, 0xbe, 0xce, 0x1c, 0xb0, + 0xcd, 0x1c, 0x70, 0x9b, 0x39, 0xe0, 0x72, 0xe7, 0x54, 0xb6, 0x3b, 0xa7, 0x72, 0xb3, 0x73, 0x2a, + 0xff, 0x7e, 0x85, 0x91, 0x9a, 0x2e, 0x3d, 0xd7, 0x17, 0x73, 0x52, 0x5e, 0xcb, 0xf7, 0x19, 0xf3, + 0xa4, 0x99, 0xc9, 0xea, 0x07, 0xb9, 0x20, 0x52, 0xb1, 0x30, 0x5a, 0x84, 0xe6, 0xd8, 0xd4, 0x3a, + 0xe6, 0xd2, 0x6b, 0xe8, 0xab, 0xf9, 0xf9, 0x18, 0x00, 0x00, 0xff, 0xff, 0xe3, 0x92, 0xc2, 0x37, + 0x89, 0x02, 0x00, 0x00, } func (this *RegisteredReaction) Equal(that interface{}) bool { diff --git a/x/staging/posts/types/reactions_test.go b/x/staging/posts/types/reactions_test.go index 8fae0b7091..0029142882 100644 --- a/x/staging/posts/types/reactions_test.go +++ b/x/staging/posts/types/reactions_test.go @@ -4,8 +4,8 @@ import ( "errors" "testing" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" "github.com/stretchr/testify/require" ) diff --git a/x/staging/posts/types/report.pb.go b/x/staging/posts/types/report.pb.go index 60058a428d..498bcd7459 100644 --- a/x/staging/posts/types/report.pb.go +++ b/x/staging/posts/types/report.pb.go @@ -149,29 +149,29 @@ func init() { func init() { proto.RegisterFile("desmos/posts/v1beta1/report.proto", fileDescriptor_49358fa634b11ca9) } var fileDescriptor_49358fa634b11ca9 = []byte{ - // 337 bytes of a gzipped FileDescriptorProto + // 339 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x6c, 0x91, 0x31, 0x4b, 0xfb, 0x40, 0x18, 0xc6, 0x73, 0xff, 0x96, 0xe4, 0xef, 0x15, 0x1c, 0x42, 0xc1, 0x20, 0x9a, 0xab, 0xb7, 0x58, - 0x10, 0x73, 0xd4, 0x0e, 0x42, 0x71, 0x90, 0x22, 0x48, 0x07, 0x41, 0x32, 0xba, 0x48, 0x62, 0x8f, - 0x58, 0x68, 0xbc, 0x90, 0xf7, 0x2a, 0xf6, 0x5b, 0x38, 0x3a, 0xf6, 0xe3, 0x74, 0xec, 0xe8, 0x14, - 0x24, 0x1d, 0x94, 0x8e, 0xfd, 0x04, 0x72, 0x77, 0x29, 0x59, 0xdc, 0xde, 0xe7, 0xb9, 0xdf, 0x93, - 0x87, 0xbc, 0x2f, 0x3e, 0x19, 0x73, 0x48, 0x05, 0xb0, 0x4c, 0x80, 0x04, 0xf6, 0xda, 0x8b, 0xb9, - 0x8c, 0x7a, 0x2c, 0xe7, 0x99, 0xc8, 0x65, 0x90, 0xe5, 0x42, 0x0a, 0xb7, 0x6d, 0x90, 0x40, 0x23, - 0x41, 0x85, 0x1c, 0xb6, 0x13, 0x91, 0x08, 0x0d, 0x30, 0x35, 0x19, 0x96, 0x7e, 0x23, 0x6c, 0x87, - 0x3a, 0xec, 0x5e, 0x63, 0x47, 0x25, 0x1e, 0x27, 0x63, 0x0f, 0x75, 0x50, 0x77, 0x6f, 0x78, 0x5a, - 0x16, 0xc4, 0xbe, 0x17, 0x20, 0x47, 0x37, 0x9b, 0x82, 0xec, 0x1e, 0xb7, 0x05, 0xd9, 0x9f, 0x47, - 0xe9, 0x74, 0x40, 0x2b, 0x83, 0x86, 0xb6, 0x9a, 0x46, 0x63, 0xf7, 0x0c, 0x37, 0xe5, 0x3c, 0xe3, - 0xde, 0x3f, 0x1d, 0x3f, 0xd8, 0x14, 0x44, 0xeb, 0x6d, 0x41, 0x5a, 0x26, 0xa1, 0x14, 0x0d, 0xb5, - 0xe9, 0x5e, 0x62, 0x27, 0xe5, 0x00, 0x51, 0xc2, 0xbd, 0x86, 0xe6, 0x8f, 0x55, 0x49, 0x65, 0xd5, - 0x25, 0x95, 0x41, 0xc3, 0xdd, 0x93, 0x6a, 0x99, 0x01, 0xcf, 0xbd, 0x66, 0xdd, 0xa2, 0x74, 0xdd, - 0xa2, 0x14, 0x0d, 0xb5, 0x39, 0xf8, 0xff, 0xb1, 0x20, 0xe8, 0x67, 0x41, 0x10, 0xbd, 0xc5, 0x8e, - 0xf9, 0x51, 0x70, 0xaf, 0xb0, 0x63, 0x16, 0x06, 0x1e, 0xea, 0x34, 0xba, 0xad, 0x8b, 0xa3, 0xe0, - 0xaf, 0x95, 0x05, 0x86, 0x1f, 0x36, 0x97, 0x05, 0xb1, 0xc2, 0x5d, 0x64, 0x78, 0xb7, 0x2c, 0x7d, - 0xb4, 0x2a, 0x7d, 0xf4, 0x55, 0xfa, 0xe8, 0x7d, 0xed, 0x5b, 0xab, 0xb5, 0x6f, 0x7d, 0xae, 0x7d, - 0xeb, 0xa1, 0x9f, 0x4c, 0xe4, 0xf3, 0x2c, 0x0e, 0x9e, 0x44, 0xca, 0xcc, 0x07, 0xcf, 0xa7, 0x51, - 0x0c, 0xd5, 0xcc, 0xde, 0x18, 0xc8, 0x28, 0x99, 0xbc, 0x24, 0xd5, 0xf1, 0xd4, 0x1a, 0x20, 0xb6, - 0xf5, 0x21, 0xfa, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0xb9, 0xb7, 0x47, 0xa6, 0xd9, 0x01, 0x00, - 0x00, + 0x10, 0x73, 0xb4, 0x82, 0x42, 0x71, 0x90, 0x22, 0x48, 0xb7, 0x92, 0xd1, 0x45, 0x12, 0x7b, 0xc4, + 0x42, 0xe3, 0x85, 0xbc, 0xd7, 0x62, 0xbf, 0x85, 0xa3, 0x63, 0x3f, 0x4e, 0xc7, 0x8e, 0x4e, 0x41, + 0xd2, 0x41, 0xe9, 0xd8, 0x4f, 0x20, 0x77, 0x97, 0xd2, 0xc5, 0xed, 0x7d, 0x9e, 0xfb, 0x3d, 0x79, + 0xc8, 0xfb, 0xe2, 0xb3, 0x11, 0x87, 0x54, 0x00, 0xcb, 0x04, 0x48, 0x60, 0xb3, 0x4e, 0xcc, 0x65, + 0xd4, 0x61, 0x39, 0xcf, 0x44, 0x2e, 0x83, 0x2c, 0x17, 0x52, 0xb8, 0x4d, 0x83, 0x04, 0x1a, 0x09, + 0x2a, 0xe4, 0xb8, 0x99, 0x88, 0x44, 0x68, 0x80, 0xa9, 0xc9, 0xb0, 0xf4, 0x1b, 0x61, 0x3b, 0xd4, + 0x61, 0xf7, 0x0e, 0x3b, 0x2a, 0xf1, 0x34, 0x1e, 0x79, 0xa8, 0x85, 0xda, 0x07, 0xfd, 0xf3, 0xb2, + 0x20, 0xf6, 0x50, 0x80, 0x1c, 0xdc, 0x6f, 0x0a, 0xb2, 0x7b, 0xdc, 0x16, 0xe4, 0x70, 0x1e, 0xa5, + 0x93, 0x1e, 0xad, 0x0c, 0x1a, 0xda, 0x6a, 0x1a, 0x8c, 0xdc, 0x0b, 0x5c, 0x97, 0xf3, 0x8c, 0x7b, + 0xff, 0x74, 0xfc, 0x68, 0x53, 0x10, 0xad, 0xb7, 0x05, 0x69, 0x98, 0x84, 0x52, 0x34, 0xd4, 0xa6, + 0x7b, 0x83, 0x9d, 0x94, 0x03, 0x44, 0x09, 0xf7, 0x6a, 0x9a, 0x3f, 0x55, 0x25, 0x95, 0xb5, 0x2f, + 0xa9, 0x0c, 0x1a, 0xee, 0x9e, 0x54, 0xcb, 0x14, 0x78, 0xee, 0xd5, 0xf7, 0x2d, 0x4a, 0xef, 0x5b, + 0x94, 0xa2, 0xa1, 0x36, 0x7b, 0xff, 0x3f, 0x16, 0x04, 0xfd, 0x2c, 0x08, 0xa2, 0x0f, 0xd8, 0x31, + 0x3f, 0x0a, 0xee, 0x2d, 0x76, 0xcc, 0xc2, 0xc0, 0x43, 0xad, 0x5a, 0xbb, 0xd1, 0x3d, 0x09, 0xfe, + 0x5a, 0x59, 0x60, 0xf8, 0x7e, 0x7d, 0x59, 0x10, 0x2b, 0xdc, 0x45, 0xfa, 0xc3, 0x65, 0xe9, 0xa3, + 0x55, 0xe9, 0xa3, 0xaf, 0xd2, 0x47, 0xef, 0x6b, 0xdf, 0x5a, 0xad, 0x7d, 0xeb, 0x73, 0xed, 0x5b, + 0x8f, 0xd7, 0xc9, 0x58, 0xbe, 0x4c, 0xe3, 0xe0, 0x59, 0xa4, 0xcc, 0x7c, 0xf0, 0x72, 0x12, 0xc5, + 0x50, 0xcd, 0x6c, 0xd6, 0x65, 0x6f, 0x0c, 0x64, 0x94, 0x8c, 0x5f, 0x93, 0xea, 0x7e, 0x6a, 0x13, + 0x10, 0xdb, 0xfa, 0x16, 0x57, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5d, 0xa3, 0x5a, 0x05, 0xdc, + 0x01, 0x00, 0x00, } func (this *Report) Equal(that interface{}) bool { diff --git a/x/staging/posts/types/report_test.go b/x/staging/posts/types/report_test.go index ef9b0cf4ab..d5e033fb7d 100644 --- a/x/staging/posts/types/report_test.go +++ b/x/staging/posts/types/report_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/posts/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/posts/types" ) func TestReport_Validate(t *testing.T) { diff --git a/x/staging/subspaces/client/cli/cli_test.go b/x/staging/subspaces/client/cli/cli_test.go index 33a64ee8b3..60a726e3a4 100644 --- a/x/staging/subspaces/client/cli/cli_test.go +++ b/x/staging/subspaces/client/cli/cli_test.go @@ -13,9 +13,9 @@ import ( "github.com/stretchr/testify/suite" tmcli "github.com/tendermint/tendermint/libs/cli" - "github.com/desmos-labs/desmos/testutil" - "github.com/desmos-labs/desmos/x/staging/subspaces/client/cli" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/testutil" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/client/cli" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) type IntegrationTestSuite struct { diff --git a/x/staging/subspaces/client/cli/query.go b/x/staging/subspaces/client/cli/query.go index 35cf088424..ce6c78e083 100644 --- a/x/staging/subspaces/client/cli/query.go +++ b/x/staging/subspaces/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // DONTCOVER diff --git a/x/staging/subspaces/client/cli/tx.go b/x/staging/subspaces/client/cli/tx.go index 1b53a2455c..35f2ee245b 100644 --- a/x/staging/subspaces/client/cli/tx.go +++ b/x/staging/subspaces/client/cli/tx.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/version" "github.com/spf13/cobra" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // DONTCOVER diff --git a/x/staging/subspaces/handler.go b/x/staging/subspaces/handler.go index 66c6e7c483..72116c2a77 100644 --- a/x/staging/subspaces/handler.go +++ b/x/staging/subspaces/handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/gogo/protobuf/proto" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // NewHandler returns a handler for subspaces type messages diff --git a/x/staging/subspaces/keeper/alias_functions.go b/x/staging/subspaces/keeper/alias_functions.go index c90357b5d8..48bfb5b9ab 100644 --- a/x/staging/subspaces/keeper/alias_functions.go +++ b/x/staging/subspaces/keeper/alias_functions.go @@ -4,7 +4,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // IterateSubspaces iterates through the subspaces set and performs the given function diff --git a/x/staging/subspaces/keeper/alias_functions_test.go b/x/staging/subspaces/keeper/alias_functions_test.go index 5eb4c50e9a..796463534a 100644 --- a/x/staging/subspaces/keeper/alias_functions_test.go +++ b/x/staging/subspaces/keeper/alias_functions_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestKeeper_IterateSubspace() { diff --git a/x/staging/subspaces/keeper/common_test.go b/x/staging/subspaces/keeper/common_test.go index 2367ef7f8d..37c6ab7132 100644 --- a/x/staging/subspaces/keeper/common_test.go +++ b/x/staging/subspaces/keeper/common_test.go @@ -13,9 +13,9 @@ import ( tmproto "github.com/tendermint/tendermint/proto/tendermint/types" db "github.com/tendermint/tm-db" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) type KeeperTestsuite struct { diff --git a/x/staging/subspaces/keeper/genesis.go b/x/staging/subspaces/keeper/genesis.go index 53f1fac18f..944b5a34ac 100644 --- a/x/staging/subspaces/keeper/genesis.go +++ b/x/staging/subspaces/keeper/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // ExportGenesis returns the GenesisState associated with the given context diff --git a/x/staging/subspaces/keeper/genesis_test.go b/x/staging/subspaces/keeper/genesis_test.go index b890fa612c..8887963ff8 100644 --- a/x/staging/subspaces/keeper/genesis_test.go +++ b/x/staging/subspaces/keeper/genesis_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestKeeper_ExportGenesis() { diff --git a/x/staging/subspaces/keeper/grpc_query.go b/x/staging/subspaces/keeper/grpc_query.go index ff8ed37a74..07652fc973 100644 --- a/x/staging/subspaces/keeper/grpc_query.go +++ b/x/staging/subspaces/keeper/grpc_query.go @@ -10,7 +10,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) var _ types.QueryServer = Keeper{} diff --git a/x/staging/subspaces/keeper/grpc_query_test.go b/x/staging/subspaces/keeper/grpc_query_test.go index 4b9cb4f16f..277d018ffe 100644 --- a/x/staging/subspaces/keeper/grpc_query_test.go +++ b/x/staging/subspaces/keeper/grpc_query_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/query" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestQueryServer_Subspace() { diff --git a/x/staging/subspaces/keeper/invariants.go b/x/staging/subspaces/keeper/invariants.go index 70c356be44..bd1c009047 100644 --- a/x/staging/subspaces/keeper/invariants.go +++ b/x/staging/subspaces/keeper/invariants.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // RegisterInvariants registers all subspaces invariants diff --git a/x/staging/subspaces/keeper/invariants_test.go b/x/staging/subspaces/keeper/invariants_test.go index 7bcc059712..1e9a920f19 100644 --- a/x/staging/subspaces/keeper/invariants_test.go +++ b/x/staging/subspaces/keeper/invariants_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestInvariants() { diff --git a/x/staging/subspaces/keeper/keeper.go b/x/staging/subspaces/keeper/keeper.go index f3d1b152be..14f6539282 100644 --- a/x/staging/subspaces/keeper/keeper.go +++ b/x/staging/subspaces/keeper/keeper.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" "github.com/tendermint/tendermint/libs/log" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) type Keeper struct { diff --git a/x/staging/subspaces/keeper/keeper_test.go b/x/staging/subspaces/keeper/keeper_test.go index 6eb3f6675f..d2cca9e792 100644 --- a/x/staging/subspaces/keeper/keeper_test.go +++ b/x/staging/subspaces/keeper/keeper_test.go @@ -5,7 +5,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestKeeper_SaveSubspace() { diff --git a/x/staging/subspaces/keeper/msg_server.go b/x/staging/subspaces/keeper/msg_server.go index bd0ba666c4..17c8dde288 100644 --- a/x/staging/subspaces/keeper/msg_server.go +++ b/x/staging/subspaces/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) type msgServer struct { diff --git a/x/staging/subspaces/keeper/msg_server_test.go b/x/staging/subspaces/keeper/msg_server_test.go index 8ca6ee3c03..9bc6f1abce 100644 --- a/x/staging/subspaces/keeper/msg_server_test.go +++ b/x/staging/subspaces/keeper/msg_server_test.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func (suite *KeeperTestsuite) TestMsgServer_CreateSubspace() { diff --git a/x/staging/subspaces/module.go b/x/staging/subspaces/module.go index d352b50152..7b6e11c1bd 100644 --- a/x/staging/subspaces/module.go +++ b/x/staging/subspaces/module.go @@ -19,10 +19,10 @@ import ( "github.com/spf13/cobra" abci "github.com/tendermint/tendermint/abci/types" - "github.com/desmos-labs/desmos/x/staging/subspaces/client/cli" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/simulation" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/client/cli" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // type check to ensure the interface is properly implemented diff --git a/x/staging/subspaces/simulation/decoder.go b/x/staging/subspaces/simulation/decoder.go index a0ce044705..289b2f92da 100644 --- a/x/staging/subspaces/simulation/decoder.go +++ b/x/staging/subspaces/simulation/decoder.go @@ -7,7 +7,7 @@ import ( "github.com/cosmos/cosmos-sdk/codec" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // NewDecodeStore returns a new decoder that unmarshals the KVPair's Value diff --git a/x/staging/subspaces/simulation/decoder_test.go b/x/staging/subspaces/simulation/decoder_test.go index bf43215f90..2ed424a7fc 100644 --- a/x/staging/subspaces/simulation/decoder_test.go +++ b/x/staging/subspaces/simulation/decoder_test.go @@ -8,9 +8,9 @@ import ( "github.com/cosmos/cosmos-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/app" - "github.com/desmos-labs/desmos/x/staging/subspaces/simulation" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/app" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/simulation" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func TestDecodeStore(t *testing.T) { diff --git a/x/staging/subspaces/simulation/genesis.go b/x/staging/subspaces/simulation/genesis.go index d65e496cad..eab2bf78a2 100644 --- a/x/staging/subspaces/simulation/genesis.go +++ b/x/staging/subspaces/simulation/genesis.go @@ -5,7 +5,7 @@ package simulation import ( "github.com/cosmos/cosmos-sdk/types/module" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // RandomizeGenState generates a random GenesisState for subspaces diff --git a/x/staging/subspaces/simulation/operations.go b/x/staging/subspaces/simulation/operations.go index 702f149874..82a3f1e96c 100644 --- a/x/staging/subspaces/simulation/operations.go +++ b/x/staging/subspaces/simulation/operations.go @@ -11,8 +11,8 @@ import ( bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" sim "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/desmos-labs/desmos/app/params" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/app/params" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" ) // Simulation operation weights constants diff --git a/x/staging/subspaces/simulation/operations_admins.go b/x/staging/subspaces/simulation/operations_admins.go index f5a2627d08..03afd027a5 100644 --- a/x/staging/subspaces/simulation/operations_admins.go +++ b/x/staging/subspaces/simulation/operations_admins.go @@ -14,8 +14,8 @@ import ( authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // SimulateMsgAddAdmin tests and runs a single msg add admin diff --git a/x/staging/subspaces/simulation/operations_subspaces.go b/x/staging/subspaces/simulation/operations_subspaces.go index 7f6d5f3a14..9a00a88ce1 100644 --- a/x/staging/subspaces/simulation/operations_subspaces.go +++ b/x/staging/subspaces/simulation/operations_subspaces.go @@ -14,8 +14,8 @@ import ( authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // SimulateMsgCreateSubspace tests and runs a single msg create subspace diff --git a/x/staging/subspaces/simulation/operations_users.go b/x/staging/subspaces/simulation/operations_users.go index 7569dcb3c1..b23605155a 100644 --- a/x/staging/subspaces/simulation/operations_users.go +++ b/x/staging/subspaces/simulation/operations_users.go @@ -14,8 +14,8 @@ import ( authkeeper "github.com/cosmos/cosmos-sdk/x/auth/keeper" bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/keeper" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/keeper" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) // SimulateMsgRegisterUser tests and runs a single msg register user diff --git a/x/staging/subspaces/simulation/utils.go b/x/staging/subspaces/simulation/utils.go index 242c5618aa..1a49caadf5 100644 --- a/x/staging/subspaces/simulation/utils.go +++ b/x/staging/subspaces/simulation/utils.go @@ -9,7 +9,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) var ( diff --git a/x/staging/subspaces/types/genesis.pb.go b/x/staging/subspaces/types/genesis.pb.go index 6b3e5ce0f9..24b127da93 100644 --- a/x/staging/subspaces/types/genesis.pb.go +++ b/x/staging/subspaces/types/genesis.pb.go @@ -156,29 +156,29 @@ func init() { } var fileDescriptor_33537959ad9cb788 = []byte{ - // 350 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x52, 0x4b, 0x49, 0x2d, 0xce, - 0xcd, 0x2f, 0xd6, 0x2f, 0x2e, 0x4d, 0x2a, 0x2e, 0x48, 0x4c, 0x4e, 0x2d, 0xd6, 0x2f, 0x33, 0x4c, - 0x4a, 0x2d, 0x49, 0x34, 0xd4, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, - 0x2f, 0xc9, 0x17, 0x92, 0x80, 0xa8, 0xd3, 0x83, 0xab, 0xd3, 0x83, 0xaa, 0x93, 0x12, 0x49, 0xcf, - 0x4f, 0xcf, 0x07, 0x2b, 0xd2, 0x07, 0xb1, 0x20, 0xea, 0xa5, 0xd4, 0x71, 0x9a, 0x0b, 0x13, 0x81, - 0x28, 0x54, 0x3a, 0xc0, 0xc4, 0xc5, 0xe3, 0x0e, 0xb1, 0x2a, 0xb8, 0x24, 0xb1, 0x24, 0x55, 0xc8, - 0x8d, 0x8b, 0x13, 0xae, 0x49, 0x82, 0x51, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x49, 0x0f, 0x97, 0xed, - 0x7a, 0xc1, 0x50, 0x11, 0x27, 0x96, 0x13, 0xf7, 0xe4, 0x19, 0x82, 0x10, 0x5a, 0x85, 0x9c, 0xb8, - 0xd8, 0x12, 0x53, 0x72, 0x33, 0xf3, 0x8a, 0x25, 0x98, 0xc0, 0x86, 0xa8, 0xe0, 0x36, 0x24, 0xb4, - 0x38, 0xb5, 0xa8, 0xd8, 0x35, 0xaf, 0xa4, 0xa8, 0x12, 0x6a, 0x0c, 0x54, 0xa7, 0x50, 0x28, 0x97, - 0x40, 0x51, 0x6a, 0x7a, 0x66, 0x71, 0x49, 0x6a, 0x51, 0x6a, 0x4a, 0x7c, 0x29, 0x48, 0x99, 0x04, - 0x33, 0xc9, 0xa6, 0xf1, 0x23, 0xcc, 0x00, 0xcb, 0x09, 0xf9, 0x72, 0xf1, 0x24, 0x25, 0xe6, 0xe5, - 0xc1, 0x8d, 0x64, 0x21, 0xd9, 0x48, 0x6e, 0x88, 0x7e, 0xb0, 0xb8, 0x52, 0x2c, 0x17, 0x17, 0x42, - 0x81, 0x90, 0x3e, 0x17, 0x37, 0xcc, 0x80, 0xf8, 0xcc, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x4e, - 0x27, 0xbe, 0x47, 0xf7, 0xe4, 0xb9, 0x60, 0x61, 0xe5, 0xe9, 0x12, 0xc4, 0x05, 0x53, 0xe2, 0x99, - 0x22, 0x24, 0xc2, 0xc5, 0x0a, 0x71, 0x06, 0x28, 0x9c, 0x38, 0x83, 0x20, 0x1c, 0x2b, 0x8e, 0x19, - 0x0b, 0xe4, 0x19, 0x5f, 0x2c, 0x90, 0x67, 0x74, 0x0a, 0x3c, 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, 0xf3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0x7d, - 0x88, 0xdb, 0x75, 0x73, 0x12, 0x93, 0x8a, 0xa1, 0x6c, 0xfd, 0x0a, 0xfd, 0xe2, 0x92, 0xc4, 0xf4, - 0xcc, 0xbc, 0x74, 0xa4, 0x54, 0x50, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0x8e, 0x7b, 0x63, - 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xef, 0x3f, 0xa4, 0xe5, 0x7e, 0x02, 0x00, 0x00, + // 351 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0x3f, 0x6f, 0xf2, 0x30, + 0x10, 0x87, 0x63, 0xe0, 0x45, 0x2f, 0x06, 0xb5, 0x95, 0xc5, 0x10, 0x31, 0x24, 0x08, 0x55, 0x2d, + 0x4b, 0x63, 0x41, 0x37, 0xc6, 0xa8, 0x7f, 0xc4, 0xd0, 0x05, 0xca, 0x52, 0xa9, 0x42, 0x0e, 0xb1, + 0xdc, 0x48, 0x25, 0x46, 0x39, 0x83, 0xca, 0xb7, 0xe8, 0xd8, 0x91, 0x8f, 0xd2, 0x91, 0x91, 0xb1, + 0x13, 0xaa, 0xc2, 0xd2, 0x8f, 0x51, 0x11, 0x27, 0xd0, 0x85, 0x81, 0xed, 0x72, 0x79, 0x7e, 0xcf, + 0x9d, 0x2e, 0xc1, 0x17, 0x3e, 0x87, 0xb1, 0x04, 0x0a, 0x53, 0x0f, 0x26, 0x6c, 0xc4, 0x81, 0xce, + 0x5a, 0x1e, 0x57, 0xac, 0x45, 0x05, 0x0f, 0x39, 0x04, 0xe0, 0x4c, 0x22, 0xa9, 0x24, 0x31, 0x35, + 0xe7, 0xec, 0x38, 0x27, 0xe5, 0x6a, 0x55, 0x21, 0x85, 0x4c, 0x20, 0xba, 0xad, 0x34, 0x5f, 0xbb, + 0x3c, 0xe8, 0xcd, 0x3a, 0x1a, 0x6c, 0x7c, 0xe6, 0x70, 0xe5, 0x5e, 0x8f, 0xea, 0x2b, 0xa6, 0x38, + 0xb9, 0xc3, 0xa5, 0x5d, 0xc8, 0x44, 0xf5, 0x7c, 0xb3, 0xdc, 0x6e, 0x38, 0x87, 0xa6, 0x3b, 0xfd, + 0xb4, 0xe3, 0x16, 0x96, 0x6b, 0xdb, 0xe8, 0xed, 0xa3, 0xc4, 0xc5, 0x45, 0xe6, 0x8f, 0x83, 0x10, + 0xcc, 0x5c, 0x22, 0x39, 0x3f, 0x2c, 0x19, 0x00, 0x8f, 0xe0, 0x36, 0x54, 0xd1, 0x3c, 0xd5, 0xa4, + 0x49, 0x32, 0xc0, 0x67, 0x11, 0x17, 0x01, 0x28, 0x1e, 0x71, 0x7f, 0x38, 0xdd, 0x62, 0x66, 0xfe, + 0x68, 0xdb, 0xe9, 0xde, 0x91, 0xbc, 0x23, 0x0f, 0xb8, 0xe2, 0xb1, 0x30, 0xdc, 0x29, 0x0b, 0x47, + 0x2b, 0xcb, 0x3a, 0x9f, 0xf4, 0x1b, 0xcf, 0x18, 0xef, 0x01, 0x42, 0x71, 0x39, 0x13, 0x0c, 0x03, + 0xdf, 0x44, 0x75, 0xd4, 0x2c, 0xb9, 0x27, 0xf1, 0xda, 0xc6, 0xd9, 0xad, 0xba, 0x37, 0x3d, 0x9c, + 0x21, 0x5d, 0x9f, 0x54, 0xf1, 0x3f, 0xbd, 0xc6, 0xf6, 0x4e, 0xa5, 0x9e, 0x7e, 0xe8, 0xfc, 0xff, + 0x58, 0xd8, 0xe8, 0x67, 0x61, 0x23, 0xf7, 0x71, 0x19, 0x5b, 0x68, 0x15, 0x5b, 0xe8, 0x3b, 0xb6, + 0xd0, 0xfb, 0xc6, 0x32, 0x56, 0x1b, 0xcb, 0xf8, 0xda, 0x58, 0xc6, 0x53, 0x47, 0x04, 0xea, 0x65, + 0xea, 0x39, 0x23, 0x39, 0xa6, 0x7a, 0xf7, 0xab, 0x57, 0xe6, 0x41, 0x5a, 0xd3, 0x59, 0x9b, 0xbe, + 0x51, 0x50, 0x4c, 0x04, 0xa1, 0xf8, 0xf3, 0x23, 0xa8, 0xf9, 0x84, 0x83, 0x57, 0x4c, 0x3e, 0xff, + 0xf5, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdb, 0xcc, 0x6a, 0x9c, 0x81, 0x02, 0x00, 0x00, } func (this *UsersEntry) Equal(that interface{}) bool { diff --git a/x/staging/subspaces/types/genesis_test.go b/x/staging/subspaces/types/genesis_test.go index 68adf1e43f..72290a4c0f 100644 --- a/x/staging/subspaces/types/genesis_test.go +++ b/x/staging/subspaces/types/genesis_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/x/staging/subspaces/types/msgs.pb.go b/x/staging/subspaces/types/msgs.pb.go index f90ba5c136..5a049ab369 100644 --- a/x/staging/subspaces/types/msgs.pb.go +++ b/x/staging/subspaces/types/msgs.pb.go @@ -678,54 +678,54 @@ func init() { var fileDescriptor_ba19b97e9f94db77 = []byte{ // 771 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x96, 0xbd, 0x6e, 0xd3, 0x50, - 0x14, 0xc7, 0xe3, 0x24, 0xfd, 0x3a, 0x49, 0x53, 0x7a, 0x09, 0x6d, 0x6a, 0xa4, 0xb8, 0x72, 0xa1, - 0xb4, 0x6a, 0x6b, 0xd3, 0x76, 0x40, 0x2a, 0x53, 0x53, 0x18, 0x3a, 0x64, 0xc0, 0xb4, 0x0b, 0x12, - 0x02, 0x27, 0xbe, 0x32, 0x96, 0x6a, 0x3b, 0xf2, 0x75, 0x0b, 0x7d, 0x03, 0x46, 0x1e, 0xa1, 0x03, - 0x2f, 0x81, 0x10, 0x88, 0x91, 0xb1, 0x23, 0x62, 0xb0, 0x50, 0xba, 0xa0, 0x8e, 0x79, 0x02, 0x74, - 0x7d, 0x6d, 0xe7, 0x26, 0x6d, 0x3e, 0x2a, 0xd4, 0x21, 0x9b, 0x7d, 0xee, 0xef, 0x1c, 0x9f, 0xff, - 0xff, 0x5e, 0x1f, 0x1b, 0x96, 0x0c, 0x4c, 0x6c, 0x97, 0xa8, 0xe4, 0xb8, 0x46, 0x1a, 0x7a, 0x1d, - 0x13, 0xf5, 0x64, 0xb3, 0x86, 0x7d, 0x7d, 0x53, 0xb5, 0x89, 0x49, 0x94, 0x86, 0xe7, 0xfa, 0x2e, - 0x2a, 0x31, 0x48, 0x49, 0x20, 0x25, 0x82, 0xc4, 0xa2, 0xe9, 0x9a, 0x6e, 0x08, 0xa9, 0xf4, 0x8a, - 0xf1, 0xe2, 0xa3, 0x9e, 0x45, 0xe3, 0x08, 0x03, 0xe5, 0xcf, 0x69, 0x98, 0xad, 0x12, 0x73, 0xcf, - 0xc3, 0xba, 0x8f, 0x5f, 0x46, 0x6b, 0x68, 0x0f, 0xd2, 0x96, 0x51, 0x12, 0x16, 0x85, 0x95, 0xa9, - 0xca, 0x76, 0x33, 0x90, 0x20, 0x5e, 0xd9, 0x7f, 0x76, 0x19, 0x48, 0xb9, 0xb8, 0xc6, 0x1b, 0xcb, - 0x68, 0x05, 0x12, 0x3a, 0xd5, 0xed, 0xa3, 0x1d, 0x99, 0x0b, 0xca, 0x5a, 0xda, 0x32, 0xd0, 0x12, - 0x64, 0x1d, 0xdd, 0xc6, 0xa5, 0x74, 0x58, 0x66, 0xa6, 0x15, 0x48, 0x39, 0x46, 0xd2, 0xa8, 0xac, - 0x85, 0x8b, 0xc8, 0x86, 0xe9, 0x24, 0xd1, 0x3f, 0x6d, 0xe0, 0x52, 0x66, 0x51, 0x58, 0x29, 0x6c, - 0x2d, 0x2b, 0xbd, 0x04, 0x2b, 0x71, 0x2b, 0x07, 0xa7, 0x0d, 0x5c, 0x59, 0xbc, 0x0c, 0xa4, 0x2c, - 0xcd, 0x6b, 0x05, 0x52, 0xb1, 0xab, 0x0f, 0x1a, 0x96, 0xb5, 0x3c, 0xe1, 0x78, 0xb4, 0x0e, 0x13, - 0x75, 0x2a, 0xd5, 0xf5, 0x4a, 0xd9, 0xb0, 0x2d, 0xd4, 0x0a, 0xa4, 0x02, 0x4b, 0x8c, 0x16, 0x64, - 0x2d, 0x46, 0x76, 0x26, 0x3f, 0x9e, 0x49, 0xa9, 0xbf, 0x67, 0x52, 0x4a, 0xbe, 0x0f, 0x0b, 0x57, - 0x5c, 0xd2, 0x30, 0x69, 0xb8, 0x0e, 0xc1, 0xf2, 0x79, 0x1a, 0x66, 0xaa, 0xc4, 0x7c, 0x6e, 0x58, - 0x7e, 0xe2, 0xe0, 0x53, 0xce, 0xc1, 0xb5, 0x66, 0x20, 0xa5, 0x6f, 0xe2, 0x9c, 0x0a, 0x63, 0xee, - 0x7b, 0x07, 0x7b, 0x91, 0x75, 0x0b, 0x97, 0x81, 0xc4, 0x02, 0xad, 0x40, 0xca, 0xb3, 0x9c, 0xf0, - 0x56, 0xd6, 0x58, 0x18, 0xad, 0x45, 0x56, 0x67, 0x42, 0x7e, 0x9e, 0x9a, 0x42, 0xef, 0x87, 0xb4, - 0x3c, 0x7b, 0xab, 0x96, 0xaf, 0xc2, 0x38, 0x36, 0x2c, 0xea, 0xf8, 0x58, 0xd8, 0xdd, 0x6c, 0x2b, - 0x90, 0xa6, 0x59, 0x1e, 0x8b, 0xcb, 0x5a, 0x04, 0x70, 0x7e, 0x2f, 0xc0, 0x7c, 0x97, 0xa3, 0x89, - 0xdb, 0xdf, 0x04, 0xc8, 0x55, 0x89, 0xb9, 0x6b, 0x18, 0xbb, 0x86, 0x6d, 0x39, 0xe8, 0x00, 0x78, - 0x57, 0xff, 0xe7, 0xd0, 0x42, 0x7c, 0xb7, 0x6f, 0xa0, 0x65, 0x18, 0xd3, 0x69, 0xf9, 0x68, 0x0b, - 0xee, 0xb4, 0x9d, 0x0f, 0xc3, 0xb2, 0xc6, 0x96, 0x29, 0xc7, 0xb6, 0x2a, 0xd3, 0xcd, 0x75, 0xec, - 0x10, 0x27, 0xed, 0x1e, 0xdc, 0xe5, 0xda, 0x4f, 0x64, 0xfd, 0x10, 0xa0, 0x50, 0x25, 0xa6, 0x86, - 0x6d, 0xf7, 0x04, 0x8f, 0xa6, 0xb2, 0x12, 0xcc, 0x75, 0x2a, 0x48, 0xc4, 0x7d, 0x17, 0xc2, 0x37, - 0x44, 0xc3, 0xa6, 0x45, 0x7c, 0xec, 0x1d, 0x12, 0xec, 0xdd, 0x92, 0xba, 0x25, 0xc8, 0x1e, 0x93, - 0xe4, 0xcd, 0xe1, 0x86, 0x0e, 0x8d, 0xca, 0x5a, 0xb8, 0xd8, 0xb6, 0x20, 0xd3, 0xd7, 0x82, 0x2b, - 0xe7, 0x91, 0xef, 0x9f, 0xdf, 0x38, 0x3a, 0x41, 0x0f, 0x1d, 0x6f, 0x64, 0xd5, 0xb1, 0xe9, 0xd6, - 0xa9, 0x20, 0xd1, 0xf7, 0x45, 0x00, 0xa8, 0x12, 0xb3, 0xa2, 0x3b, 0xa3, 0x27, 0xac, 0x08, 0xa8, - 0xdd, 0x7a, 0xa2, 0xe8, 0xab, 0x00, 0xf9, 0x50, 0x6f, 0x6d, 0x14, 0x35, 0xcd, 0x41, 0x91, 0x6f, - 0x3e, 0x56, 0xb5, 0xf5, 0x7b, 0x1c, 0x32, 0x55, 0x62, 0x22, 0x0f, 0x0a, 0x5d, 0x5f, 0xf3, 0xb5, - 0xde, 0x93, 0xfd, 0xca, 0x47, 0x4d, 0xdc, 0xbe, 0x01, 0x1c, 0x3f, 0x1b, 0x1d, 0x41, 0xbe, 0xe3, - 0xeb, 0xb7, 0xda, 0xb7, 0x08, 0x8f, 0x8a, 0x9b, 0x43, 0xa3, 0xc9, 0xd3, 0xde, 0xc2, 0x64, 0x32, - 0xfd, 0x1f, 0xf6, 0x4d, 0x8f, 0x31, 0x71, 0x63, 0x28, 0x2c, 0x79, 0x82, 0x05, 0x39, 0x7e, 0x10, - 0xaf, 0xf4, 0xcd, 0xe6, 0x48, 0xf1, 0xf1, 0xb0, 0x24, 0x6f, 0x5d, 0xc7, 0x58, 0x5c, 0x1d, 0x50, - 0xa1, 0x8d, 0x0e, 0xb0, 0xee, 0xba, 0x61, 0x45, 0x0f, 0x47, 0xd7, 0xa0, 0xea, 0x7f, 0x38, 0x3a, - 0xe1, 0x01, 0x87, 0xe3, 0xfa, 0x01, 0x82, 0x5e, 0xc3, 0x44, 0x3c, 0x3c, 0x1e, 0xf4, 0xcd, 0x8f, - 0x28, 0x71, 0x7d, 0x18, 0x2a, 0x29, 0x5f, 0x87, 0xa9, 0xf6, 0x9b, 0xbc, 0x3c, 0xa0, 0xc1, 0x88, - 0x13, 0x95, 0xe1, 0xb8, 0xf8, 0x21, 0x95, 0x17, 0x3f, 0x9b, 0x65, 0xe1, 0xbc, 0x59, 0x16, 0xfe, - 0x34, 0xcb, 0xc2, 0xa7, 0x8b, 0x72, 0xea, 0xfc, 0xa2, 0x9c, 0xfa, 0x75, 0x51, 0x4e, 0xbd, 0x7a, - 0x62, 0x5a, 0xfe, 0xbb, 0xe3, 0x9a, 0x52, 0x77, 0x6d, 0x95, 0xd5, 0xdc, 0x38, 0xd2, 0x6b, 0x24, - 0xba, 0x56, 0x3f, 0xa8, 0xc4, 0xd7, 0x4d, 0xcb, 0x31, 0xb9, 0x5f, 0x71, 0xfa, 0x97, 0x44, 0x6a, - 0xe3, 0xe1, 0x0f, 0xf8, 0xf6, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0e, 0x89, 0xf5, 0xac, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x96, 0xbf, 0x4f, 0xdb, 0x40, + 0x14, 0xc7, 0xe3, 0x24, 0xfc, 0x7a, 0x09, 0xa1, 0x5c, 0x53, 0x08, 0xae, 0x14, 0x23, 0xd3, 0x52, + 0x10, 0x10, 0x17, 0xd8, 0xe8, 0x44, 0x68, 0x07, 0x86, 0x2c, 0x2e, 0x2c, 0x95, 0xaa, 0xd6, 0x89, + 0x4f, 0xae, 0x25, 0x6c, 0x47, 0x3e, 0x43, 0xcb, 0x7f, 0xd0, 0xb1, 0x7f, 0x02, 0x43, 0xff, 0x89, + 0xaa, 0x6a, 0xd5, 0xb1, 0x23, 0x63, 0xd5, 0xc1, 0xaa, 0xc2, 0x52, 0x31, 0xe6, 0x2f, 0xa8, 0xce, + 0x67, 0x5f, 0x2e, 0x01, 0x92, 0xa0, 0x8a, 0x21, 0x9b, 0xfd, 0xee, 0xf3, 0x9e, 0xdf, 0xf7, 0x7b, + 0xe7, 0x67, 0xc3, 0x92, 0x89, 0x89, 0xe3, 0x11, 0x8d, 0x1c, 0xd7, 0x49, 0xd3, 0x68, 0x60, 0xa2, + 0x9d, 0x6c, 0xd6, 0x71, 0x60, 0x6c, 0x6a, 0x0e, 0xb1, 0x48, 0xa5, 0xe9, 0x7b, 0x81, 0x87, 0x4a, + 0x0c, 0xaa, 0x70, 0xa8, 0x12, 0x43, 0x72, 0xd1, 0xf2, 0x2c, 0x2f, 0x82, 0x34, 0x7a, 0xc5, 0x78, + 0xf9, 0xc9, 0x8d, 0x45, 0x93, 0x08, 0x03, 0xd5, 0xcf, 0x69, 0x98, 0xad, 0x11, 0x6b, 0xcf, 0xc7, + 0x46, 0x80, 0x5f, 0xc6, 0x6b, 0x68, 0x0f, 0xd2, 0xb6, 0x59, 0x92, 0x16, 0xa5, 0x95, 0xa9, 0xea, + 0x76, 0x2b, 0x54, 0x20, 0x59, 0xd9, 0x7f, 0x7e, 0x19, 0x2a, 0xb9, 0xa4, 0xc6, 0x1b, 0xdb, 0x6c, + 0x87, 0x0a, 0x3a, 0x35, 0x9c, 0xa3, 0x1d, 0x55, 0x08, 0xaa, 0x7a, 0xda, 0x36, 0xd1, 0x12, 0x64, + 0x5d, 0xc3, 0xc1, 0xa5, 0x74, 0x54, 0x66, 0xa6, 0x1d, 0x2a, 0x39, 0x46, 0xd2, 0xa8, 0xaa, 0x47, + 0x8b, 0xc8, 0x81, 0x69, 0x9e, 0x18, 0x9c, 0x36, 0x71, 0x29, 0xb3, 0x28, 0xad, 0x14, 0xb6, 0x96, + 0x2b, 0x37, 0x09, 0xae, 0x24, 0xad, 0x1c, 0x9c, 0x36, 0x71, 0x75, 0xf1, 0x32, 0x54, 0xb2, 0x34, + 0xaf, 0x1d, 0x2a, 0xc5, 0x9e, 0x3e, 0x68, 0x58, 0xd5, 0xf3, 0x44, 0xe0, 0xd1, 0x3a, 0x4c, 0x34, + 0xa8, 0x54, 0xcf, 0x2f, 0x65, 0xa3, 0xb6, 0x50, 0x3b, 0x54, 0x0a, 0x2c, 0x31, 0x5e, 0x50, 0xf5, + 0x04, 0xd9, 0x99, 0xfc, 0x78, 0xa6, 0xa4, 0xfe, 0x9e, 0x29, 0x29, 0xf5, 0x21, 0x2c, 0x5c, 0x71, + 0x49, 0xc7, 0xa4, 0xe9, 0xb9, 0x04, 0xab, 0xe7, 0x69, 0x98, 0xa9, 0x11, 0xeb, 0x85, 0x69, 0x07, + 0xdc, 0xc1, 0x67, 0x82, 0x83, 0x6b, 0xad, 0x50, 0x49, 0xdf, 0xc6, 0x39, 0x0d, 0xc6, 0xbc, 0xf7, + 0x2e, 0xf6, 0x63, 0xeb, 0x16, 0x2e, 0x43, 0x85, 0x05, 0xda, 0xa1, 0x92, 0x67, 0x39, 0xd1, 0xad, + 0xaa, 0xb3, 0x30, 0x5a, 0x8b, 0xad, 0xce, 0x44, 0xfc, 0x3c, 0x35, 0x85, 0xde, 0x0f, 0x69, 0x79, + 0xf6, 0x4e, 0x2d, 0x5f, 0x85, 0x71, 0x6c, 0xda, 0xd4, 0xf1, 0xb1, 0xa8, 0xbb, 0xd9, 0x76, 0xa8, + 0x4c, 0xb3, 0x3c, 0x16, 0x57, 0xf5, 0x18, 0x10, 0xfc, 0x5e, 0x80, 0xf9, 0x1e, 0x47, 0xb9, 0xdb, + 0xdf, 0x24, 0xc8, 0xd5, 0x88, 0xb5, 0x6b, 0x9a, 0xbb, 0xa6, 0x63, 0xbb, 0xe8, 0x00, 0x44, 0x57, + 0xff, 0xe7, 0xd0, 0x42, 0x72, 0xb7, 0x6f, 0xa2, 0x65, 0x18, 0x33, 0x68, 0xf9, 0x78, 0x0b, 0xee, + 0x75, 0x9c, 0x8f, 0xc2, 0xaa, 0xce, 0x96, 0x29, 0xc7, 0xb6, 0x2a, 0xd3, 0xcb, 0x75, 0xed, 0x90, + 0x20, 0xed, 0x01, 0xdc, 0x17, 0xda, 0xe7, 0xb2, 0x7e, 0x48, 0x50, 0xa8, 0x11, 0x4b, 0xc7, 0x8e, + 0x77, 0x82, 0x47, 0x53, 0x59, 0x09, 0xe6, 0xba, 0x15, 0x70, 0x71, 0xdf, 0xa5, 0xe8, 0x0d, 0xd1, + 0xb1, 0x65, 0x93, 0x00, 0xfb, 0x87, 0x04, 0xfb, 0x77, 0xa4, 0x6e, 0x09, 0xb2, 0xc7, 0x84, 0xbf, + 0x39, 0xc2, 0xd0, 0xa1, 0x51, 0x55, 0x8f, 0x16, 0x3b, 0x16, 0x64, 0xfa, 0x5a, 0x70, 0xe5, 0x3c, + 0x8a, 0xfd, 0x8b, 0x1b, 0x47, 0x27, 0xe8, 0xa1, 0xeb, 0x8f, 0xac, 0x3a, 0x36, 0xdd, 0xba, 0x15, + 0x70, 0x7d, 0x5f, 0x24, 0x80, 0x1a, 0xb1, 0xaa, 0x86, 0x3b, 0x7a, 0xc2, 0x8a, 0x80, 0x3a, 0xad, + 0x73, 0x45, 0x5f, 0x25, 0xc8, 0x47, 0x7a, 0xeb, 0xa3, 0xa8, 0x69, 0x0e, 0x8a, 0x62, 0xf3, 0x89, + 0xaa, 0xad, 0xdf, 0xe3, 0x90, 0xa9, 0x11, 0x0b, 0xf9, 0x50, 0xe8, 0xf9, 0x9a, 0xaf, 0xdd, 0x3c, + 0xd9, 0xaf, 0x7c, 0xd4, 0xe4, 0xed, 0x5b, 0xc0, 0xc9, 0xb3, 0xd1, 0x11, 0xe4, 0xbb, 0xbe, 0x7e, + 0xab, 0x7d, 0x8b, 0x88, 0xa8, 0xbc, 0x39, 0x34, 0xca, 0x9f, 0xf6, 0x16, 0x26, 0xf9, 0xf4, 0x7f, + 0xdc, 0x37, 0x3d, 0xc1, 0xe4, 0x8d, 0xa1, 0x30, 0xfe, 0x04, 0x1b, 0x72, 0xe2, 0x20, 0x5e, 0xe9, + 0x9b, 0x2d, 0x90, 0xf2, 0xd3, 0x61, 0x49, 0xd1, 0xba, 0xae, 0xb1, 0xb8, 0x3a, 0xa0, 0x42, 0x07, + 0x1d, 0x60, 0xdd, 0x75, 0xc3, 0x8a, 0x1e, 0x8e, 0x9e, 0x41, 0xd5, 0xff, 0x70, 0x74, 0xc3, 0x03, + 0x0e, 0xc7, 0xf5, 0x03, 0x04, 0xbd, 0x86, 0x89, 0x64, 0x78, 0x3c, 0xea, 0x9b, 0x1f, 0x53, 0xf2, + 0xfa, 0x30, 0x14, 0x2f, 0xdf, 0x80, 0xa9, 0xce, 0x9b, 0xbc, 0x3c, 0xa0, 0xc1, 0x98, 0x93, 0x2b, + 0xc3, 0x71, 0xc9, 0x43, 0xaa, 0x07, 0x3f, 0x5b, 0x65, 0xe9, 0xbc, 0x55, 0x96, 0xfe, 0xb4, 0xca, + 0xd2, 0xa7, 0x8b, 0x72, 0xea, 0xfc, 0xa2, 0x9c, 0xfa, 0x75, 0x51, 0x4e, 0xbd, 0xda, 0xb1, 0xec, + 0xe0, 0xdd, 0x71, 0xbd, 0xd2, 0xf0, 0x1c, 0x8d, 0xd5, 0xdc, 0x38, 0x32, 0xea, 0x24, 0xbe, 0xd6, + 0x4e, 0xb6, 0xb4, 0x0f, 0x1a, 0x09, 0x0c, 0xcb, 0x76, 0x2d, 0xe1, 0x6f, 0x9c, 0xfe, 0x28, 0x91, + 0xfa, 0x78, 0xf4, 0x0f, 0xbe, 0xfd, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x59, 0x1e, 0xb9, 0x9a, 0x03, 0x0c, 0x00, 0x00, } diff --git a/x/staging/subspaces/types/msgs_test.go b/x/staging/subspaces/types/msgs_test.go index 2f1245be39..ac4c348906 100644 --- a/x/staging/subspaces/types/msgs_test.go +++ b/x/staging/subspaces/types/msgs_test.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func TestMsgCreateSubspace_Route(t *testing.T) { diff --git a/x/staging/subspaces/types/query.pb.go b/x/staging/subspaces/types/query.pb.go index e9f0ef141a..11e8a969a8 100644 --- a/x/staging/subspaces/types/query.pb.go +++ b/x/staging/subspaces/types/query.pb.go @@ -558,49 +558,49 @@ func init() { } var fileDescriptor_507408a9c338149a = []byte{ - // 668 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0x3f, 0x6f, 0xd3, 0x40, - 0x18, 0xc6, 0x7d, 0x85, 0x46, 0xcd, 0x75, 0x40, 0x3a, 0x4a, 0x89, 0x4c, 0xe5, 0x54, 0x86, 0x52, - 0xfe, 0xd5, 0xd7, 0x06, 0x08, 0x28, 0x62, 0x80, 0x08, 0x15, 0xb1, 0x51, 0x23, 0x16, 0x24, 0x14, - 0x9d, 0x93, 0x93, 0x6b, 0x29, 0xf1, 0xb9, 0x39, 0xa7, 0x22, 0x42, 0x5d, 0x98, 0x18, 0x91, 0x18, - 0x01, 0xa9, 0x03, 0x4b, 0x07, 0x16, 0x3e, 0x02, 0x53, 0xc7, 0x4a, 0x2c, 0x4c, 0x11, 0x4a, 0x18, - 0x10, 0x23, 0x9f, 0x00, 0xe5, 0x7c, 0x76, 0x9c, 0x34, 0x51, 0x1c, 0x14, 0xa1, 0x6e, 0xf1, 0xe5, - 0x79, 0xdf, 0xe7, 0x77, 0x8f, 0xef, 0xb5, 0x0d, 0x2f, 0x55, 0x28, 0xaf, 0x31, 0x8e, 0x79, 0xc3, - 0xe2, 0x1e, 0x29, 0x53, 0x8e, 0x77, 0x37, 0x2c, 0xea, 0x93, 0x0d, 0xbc, 0xd3, 0xa0, 0xf5, 0xa6, - 0xe1, 0xd5, 0x99, 0xcf, 0x50, 0x26, 0x50, 0x19, 0x91, 0xca, 0x90, 0x2a, 0x75, 0xc1, 0x66, 0x36, - 0x13, 0x22, 0xdc, 0xfd, 0x15, 0xe8, 0xd5, 0x25, 0x9b, 0x31, 0xbb, 0x4a, 0x31, 0xf1, 0x1c, 0x4c, - 0x5c, 0x97, 0xf9, 0xc4, 0x77, 0x98, 0xcb, 0xe5, 0xbf, 0xab, 0x23, 0x3d, 0xc3, 0x15, 0x29, 0xbc, - 0x56, 0x66, 0x42, 0x68, 0x11, 0x4e, 0x03, 0x9e, 0x48, 0xe9, 0x11, 0xdb, 0x71, 0x45, 0xd7, 0x40, - 0xab, 0x6f, 0xc3, 0x85, 0xad, 0xae, 0xe2, 0xa9, 0x6c, 0x61, 0xd2, 0x9d, 0x06, 0xe5, 0x3e, 0xda, - 0x84, 0xf3, 0x61, 0xd7, 0x92, 0x53, 0xc9, 0x80, 0x65, 0x70, 0x25, 0x5d, 0x5c, 0xf9, 0xdd, 0xca, - 0xc6, 0x97, 0xff, 0xb4, 0xb2, 0xa8, 0x49, 0x6a, 0xd5, 0x82, 0x1e, 0x5b, 0xd4, 0x4d, 0x18, 0x5e, - 0x3d, 0xae, 0x14, 0xe6, 0xde, 0xec, 0x67, 0x95, 0x5f, 0xfb, 0x59, 0x45, 0x7f, 0x01, 0xcf, 0x0d, - 0x38, 0x71, 0x8f, 0xb9, 0x9c, 0xa2, 0x87, 0x70, 0x2e, 0x2c, 0x10, 0x3e, 0xf3, 0x39, 0xdd, 0x18, - 0x15, 0x9c, 0x11, 0x56, 0x17, 0x4f, 0x1f, 0xb6, 0xb2, 0x8a, 0x19, 0x55, 0xea, 0xa5, 0x81, 0xf6, - 0xbc, 0xb7, 0x13, 0xd8, 0xdb, 0xb5, 0x34, 0xb8, 0x6c, 0x04, 0x11, 0x19, 0xdd, 0x88, 0x8c, 0xe0, - 0x96, 0x85, 0x0e, 0x4f, 0x88, 0x1d, 0xa6, 0x60, 0xc6, 0x2a, 0xf5, 0x03, 0x00, 0x17, 0x07, 0x1d, - 0xe4, 0x0e, 0x36, 0x61, 0x3a, 0x22, 0xcd, 0x80, 0xe5, 0x53, 0x13, 0x6d, 0xa1, 0x57, 0x8a, 0x1e, - 0xf5, 0xa1, 0xce, 0x08, 0xd4, 0xd5, 0xb1, 0xa8, 0x01, 0x44, 0x1f, 0xeb, 0x27, 0x00, 0x91, 0x60, - 0x7d, 0x50, 0xa9, 0x39, 0x2e, 0x9f, 0xf2, 0x4d, 0x1d, 0x88, 0x74, 0xe6, 0x9f, 0x23, 0xdd, 0x85, - 0x67, 0xfb, 0x28, 0x65, 0x9c, 0x8b, 0x30, 0x45, 0xc4, 0x8a, 0xc8, 0x32, 0x6d, 0xca, 0xab, 0xe9, - 0xc5, 0xf3, 0x19, 0xc0, 0x0b, 0xc2, 0xd8, 0xa4, 0xb6, 0xc3, 0x7d, 0x5a, 0xa7, 0x95, 0x67, 0x9c, - 0xd6, 0x4f, 0x6c, 0x4e, 0x7b, 0x70, 0x69, 0x38, 0xae, 0x0c, 0x6c, 0x01, 0xce, 0x36, 0xba, 0x0b, - 0x32, 0xaf, 0xe0, 0x62, 0x7a, 0x71, 0x1d, 0x00, 0x78, 0x5e, 0xf8, 0x17, 0x89, 0xeb, 0x9e, 0xf0, - 0xa8, 0x9a, 0x30, 0x73, 0x1c, 0xf5, 0xbf, 0xc4, 0x94, 0x6b, 0xa5, 0xe0, 0xac, 0xf0, 0x46, 0x1f, - 0x00, 0x9c, 0x0b, 0xa7, 0x1c, 0x19, 0xa3, 0x9f, 0x04, 0xc3, 0x9e, 0xbc, 0x2a, 0x4e, 0xac, 0x0f, - 0x18, 0x74, 0xfc, 0xfa, 0xdb, 0xcf, 0x77, 0x33, 0x57, 0xd1, 0x2a, 0x1e, 0xf9, 0x82, 0x78, 0x15, - 0xcb, 0x7d, 0x0f, 0x7d, 0x04, 0x30, 0x15, 0x8c, 0x1c, 0xba, 0x31, 0xc6, 0xac, 0xef, 0xf9, 0xa1, - 0xae, 0x25, 0x54, 0x4b, 0xb0, 0xbc, 0x00, 0x5b, 0x47, 0x46, 0x42, 0x30, 0x2c, 0xe7, 0xfc, 0x2b, - 0x80, 0x67, 0x06, 0x8e, 0x3a, 0xba, 0x3d, 0xc6, 0x7a, 0xf8, 0x24, 0xab, 0xf9, 0x49, 0xcb, 0x24, - 0xfa, 0x7d, 0x81, 0x5e, 0x40, 0x77, 0x93, 0xa2, 0xd7, 0xa3, 0x46, 0xa5, 0xe0, 0x58, 0x7d, 0x01, - 0x70, 0x3e, 0x76, 0x08, 0xd1, 0xc6, 0x18, 0x92, 0xe3, 0xb3, 0xa5, 0xe6, 0x26, 0x29, 0x91, 0xe0, - 0xf7, 0x04, 0x78, 0x1e, 0xdd, 0x4a, 0x0a, 0x6e, 0x89, 0x26, 0x12, 0xfa, 0x3d, 0x80, 0xe9, 0xe8, - 0xf5, 0x86, 0x92, 0x9e, 0xc4, 0x08, 0x78, 0x3d, 0x79, 0x81, 0xc4, 0xbd, 0x2e, 0x70, 0x57, 0xd0, - 0x45, 0x3c, 0xf6, 0xe3, 0x86, 0x17, 0xb7, 0x0e, 0xdb, 0x1a, 0x38, 0x6a, 0x6b, 0xe0, 0x47, 0x5b, - 0x03, 0x6f, 0x3b, 0x9a, 0x72, 0xd4, 0xd1, 0x94, 0xef, 0x1d, 0x4d, 0x79, 0x7e, 0xc7, 0x76, 0xfc, - 0xed, 0x86, 0x65, 0x94, 0x59, 0x4d, 0x36, 0x5a, 0xab, 0x12, 0x8b, 0x87, 0x4d, 0x5f, 0x62, 0xee, - 0x77, 0xe7, 0xd4, 0x8e, 0xb5, 0xf7, 0x9b, 0x1e, 0xe5, 0x56, 0x4a, 0x7c, 0x05, 0xdd, 0xfc, 0x1b, - 0x00, 0x00, 0xff, 0xff, 0x47, 0x53, 0x8b, 0x8e, 0xd0, 0x09, 0x00, 0x00, + // 672 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x96, 0xbf, 0x6f, 0xd3, 0x4e, + 0x18, 0xc6, 0x7d, 0xfd, 0x7e, 0x1b, 0x35, 0xd7, 0x01, 0xe9, 0x28, 0x25, 0x32, 0x95, 0x53, 0x19, + 0x4a, 0xf9, 0x55, 0x5f, 0x1b, 0x20, 0x42, 0x11, 0x03, 0x44, 0xa8, 0x88, 0x0d, 0x0c, 0x2c, 0x48, + 0x28, 0x3a, 0x27, 0x27, 0xd7, 0x52, 0xe2, 0x73, 0x73, 0x4e, 0x44, 0x84, 0xba, 0x30, 0x31, 0x22, + 0x31, 0x02, 0x52, 0x07, 0x96, 0x0e, 0x2c, 0xfc, 0x09, 0x4c, 0x1d, 0x2b, 0xb1, 0x30, 0x45, 0x28, + 0x61, 0x40, 0x8c, 0xfc, 0x05, 0x28, 0xe7, 0xb3, 0xe3, 0xa4, 0x89, 0xe2, 0xa0, 0x08, 0x75, 0x8b, + 0x2f, 0xcf, 0xfb, 0x3e, 0x9f, 0x7b, 0x7c, 0xaf, 0x6d, 0x78, 0xa1, 0x42, 0x79, 0x8d, 0x71, 0xcc, + 0x1b, 0x16, 0xf7, 0x48, 0x99, 0x72, 0xdc, 0xdc, 0xb2, 0xa8, 0x4f, 0xb6, 0xf0, 0x6e, 0x83, 0xd6, + 0x5b, 0x86, 0x57, 0x67, 0x3e, 0x43, 0x99, 0x40, 0x65, 0x44, 0x2a, 0x43, 0xaa, 0xd4, 0x25, 0x9b, + 0xd9, 0x4c, 0x88, 0x70, 0xef, 0x57, 0xa0, 0x57, 0x57, 0x6c, 0xc6, 0xec, 0x2a, 0xc5, 0xc4, 0x73, + 0x30, 0x71, 0x5d, 0xe6, 0x13, 0xdf, 0x61, 0x2e, 0x97, 0xff, 0xae, 0x8f, 0xf5, 0x0c, 0x57, 0xa4, + 0xf0, 0x4a, 0x99, 0x09, 0xa1, 0x45, 0x38, 0x0d, 0x78, 0x22, 0xa5, 0x47, 0x6c, 0xc7, 0x15, 0x5d, + 0x03, 0xad, 0xbe, 0x03, 0x97, 0x1e, 0xf5, 0x14, 0x8f, 0x65, 0x0b, 0x93, 0xee, 0x36, 0x28, 0xf7, + 0xd1, 0x36, 0x5c, 0x0c, 0xbb, 0x96, 0x9c, 0x4a, 0x06, 0xac, 0x82, 0x4b, 0xe9, 0xe2, 0xda, 0xaf, + 0x76, 0x36, 0xbe, 0xfc, 0xbb, 0x9d, 0x45, 0x2d, 0x52, 0xab, 0x16, 0xf4, 0xd8, 0xa2, 0x6e, 0xc2, + 0xf0, 0xea, 0x41, 0xa5, 0xb0, 0xf0, 0x7a, 0x3f, 0xab, 0xfc, 0xdc, 0xcf, 0x2a, 0xfa, 0x73, 0x78, + 0x66, 0xc8, 0x89, 0x7b, 0xcc, 0xe5, 0x14, 0xdd, 0x83, 0x0b, 0x61, 0x81, 0xf0, 0x59, 0xcc, 0xe9, + 0xc6, 0xb8, 0xe0, 0x8c, 0xb0, 0xba, 0xf8, 0xff, 0x61, 0x3b, 0xab, 0x98, 0x51, 0xa5, 0x5e, 0x1a, + 0x6a, 0xcf, 0xfb, 0x3b, 0x81, 0xfd, 0x5d, 0x4b, 0x83, 0x8b, 0x46, 0x10, 0x91, 0xd1, 0x8b, 0xc8, + 0x08, 0x6e, 0x59, 0xe8, 0xf0, 0x90, 0xd8, 0x61, 0x0a, 0x66, 0xac, 0x52, 0x3f, 0x00, 0x70, 0x79, + 0xd8, 0x41, 0xee, 0x60, 0x1b, 0xa6, 0x23, 0xd2, 0x0c, 0x58, 0xfd, 0x6f, 0xaa, 0x2d, 0xf4, 0x4b, + 0xd1, 0xfd, 0x01, 0xd4, 0x39, 0x81, 0xba, 0x3e, 0x11, 0x35, 0x80, 0x18, 0x60, 0xfd, 0x08, 0x20, + 0x12, 0xac, 0x77, 0x2b, 0x35, 0xc7, 0xe5, 0x33, 0xbe, 0xa9, 0x43, 0x91, 0xce, 0xfd, 0x75, 0xa4, + 0x4d, 0x78, 0x7a, 0x80, 0x52, 0xc6, 0xb9, 0x0c, 0x53, 0x44, 0xac, 0x88, 0x2c, 0xd3, 0xa6, 0xbc, + 0x9a, 0x5d, 0x3c, 0x9f, 0x00, 0x3c, 0x27, 0x8c, 0x4d, 0x6a, 0x3b, 0xdc, 0xa7, 0x75, 0x5a, 0x79, + 0xca, 0x69, 0xfd, 0xc4, 0xe6, 0xb4, 0x07, 0x57, 0x46, 0xe3, 0xca, 0xc0, 0x96, 0xe0, 0x7c, 0xa3, + 0xb7, 0x20, 0xf3, 0x0a, 0x2e, 0x66, 0x17, 0xd7, 0x01, 0x80, 0x67, 0x85, 0x7f, 0x91, 0xb8, 0xee, + 0x09, 0x8f, 0xaa, 0x05, 0x33, 0xc7, 0x51, 0xff, 0x49, 0x4c, 0xb9, 0x76, 0x0a, 0xce, 0x0b, 0x6f, + 0xf4, 0x1e, 0xc0, 0x85, 0x70, 0xca, 0x91, 0x31, 0xfe, 0x49, 0x30, 0xea, 0xc9, 0xab, 0xe2, 0xc4, + 0xfa, 0x80, 0x41, 0xc7, 0xaf, 0xbe, 0xfe, 0x78, 0x3b, 0x77, 0x19, 0xad, 0xe3, 0xb1, 0x2f, 0x88, + 0x97, 0xb1, 0xdc, 0xf7, 0xd0, 0x07, 0x00, 0x53, 0xc1, 0xc8, 0xa1, 0x6b, 0x13, 0xcc, 0x06, 0x9e, + 0x1f, 0xea, 0x46, 0x42, 0xb5, 0x04, 0xcb, 0x0b, 0xb0, 0x4d, 0x64, 0x24, 0x04, 0xc3, 0x72, 0xce, + 0xbf, 0x00, 0x78, 0x6a, 0xe8, 0xa8, 0xa3, 0x9b, 0x13, 0xac, 0x47, 0x4f, 0xb2, 0x9a, 0x9f, 0xb6, + 0x4c, 0xa2, 0xdf, 0x11, 0xe8, 0x05, 0x74, 0x2b, 0x29, 0x7a, 0x3d, 0x6a, 0x54, 0x0a, 0x8e, 0xd5, + 0x67, 0x00, 0x17, 0x63, 0x87, 0x10, 0x6d, 0x4d, 0x20, 0x39, 0x3e, 0x5b, 0x6a, 0x6e, 0x9a, 0x12, + 0x09, 0x7e, 0x5b, 0x80, 0xe7, 0xd1, 0x8d, 0xa4, 0xe0, 0x96, 0x68, 0x22, 0xa1, 0xdf, 0x01, 0x98, + 0x8e, 0x5e, 0x6f, 0x28, 0xe9, 0x49, 0x8c, 0x80, 0x37, 0x93, 0x17, 0x48, 0xdc, 0xab, 0x02, 0x77, + 0x0d, 0x9d, 0xc7, 0x13, 0x3f, 0x6e, 0x78, 0xf1, 0xc9, 0x61, 0x47, 0x03, 0x47, 0x1d, 0x0d, 0x7c, + 0xef, 0x68, 0xe0, 0x4d, 0x57, 0x53, 0x8e, 0xba, 0x9a, 0xf2, 0xad, 0xab, 0x29, 0xcf, 0x0a, 0xb6, + 0xe3, 0xef, 0x34, 0x2c, 0xa3, 0xcc, 0x6a, 0xb2, 0xd1, 0x46, 0x95, 0x58, 0x3c, 0x6c, 0xda, 0xcc, + 0xe1, 0x17, 0x98, 0xfb, 0xbd, 0x51, 0xb5, 0x63, 0x0e, 0x7e, 0xcb, 0xa3, 0xdc, 0x4a, 0x89, 0x0f, + 0xa1, 0xeb, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x9a, 0xd9, 0x98, 0x29, 0xd3, 0x09, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/staging/subspaces/types/subspace.pb.go b/x/staging/subspaces/types/subspace.pb.go index 2bee28671c..7a2c1b986b 100644 --- a/x/staging/subspaces/types/subspace.pb.go +++ b/x/staging/subspaces/types/subspace.pb.go @@ -163,40 +163,41 @@ func init() { } var fileDescriptor_e657cf67bd23372d = []byte{ - // 528 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xc1, 0x8a, 0xd3, 0x40, - 0x18, 0xc7, 0x33, 0xdd, 0xee, 0xba, 0xce, 0xd6, 0xb5, 0x0c, 0xc5, 0x8d, 0x11, 0x32, 0x21, 0xc2, - 0x5a, 0x74, 0x4d, 0xec, 0x7a, 0x10, 0xea, 0xc9, 0xb6, 0x11, 0x0a, 0xb2, 0xad, 0x49, 0x7b, 0xd0, - 0x4b, 0x49, 0x9a, 0xd9, 0x18, 0x68, 0x32, 0xa1, 0x49, 0xd5, 0xbe, 0x81, 0xf4, 0xb4, 0x17, 0xc1, - 0x4b, 0x61, 0xc1, 0x17, 0xf0, 0x31, 0xf6, 0xb8, 0x47, 0x4f, 0x51, 0xda, 0x8b, 0xf4, 0xd8, 0x27, - 0x90, 0x4c, 0x9a, 0x35, 0x3d, 0x78, 0xfb, 0xe6, 0xff, 0xfd, 0xfe, 0x33, 0x7c, 0xff, 0x6f, 0xe0, - 0x23, 0x9b, 0x84, 0x1e, 0x0d, 0xd5, 0x70, 0x62, 0x85, 0x81, 0x39, 0x24, 0xa1, 0xfa, 0xb1, 0x66, - 0x91, 0xc8, 0xac, 0xdd, 0x28, 0x4a, 0x30, 0xa6, 0x11, 0x45, 0x7c, 0x0a, 0x2a, 0x37, 0xa0, 0xb2, - 0x01, 0x85, 0x8a, 0x43, 0x1d, 0xca, 0x20, 0x35, 0xa9, 0x52, 0x5e, 0xc0, 0x0e, 0xa5, 0xce, 0x88, - 0xa8, 0xec, 0x64, 0x4d, 0xce, 0xd5, 0xc8, 0xf5, 0x48, 0x18, 0x99, 0x5e, 0x90, 0x02, 0xf2, 0xd7, - 0x1d, 0xb8, 0x6f, 0x6c, 0x2e, 0x43, 0x2f, 0x61, 0xc1, 0xb5, 0x79, 0x20, 0x81, 0xea, 0xed, 0xc6, - 0x93, 0x45, 0x8c, 0x0b, 0xed, 0xd6, 0x2a, 0xc6, 0x07, 0xd9, 0x63, 0x03, 0xd7, 0x5e, 0xc7, 0x18, - 0x4d, 0x4d, 0x6f, 0x54, 0x97, 0x73, 0xa2, 0xac, 0x17, 0x5c, 0x1b, 0x3d, 0x84, 0x45, 0xdf, 0xf4, - 0x08, 0x5f, 0x60, 0xf6, 0xbb, 0xeb, 0x18, 0x1f, 0xa4, 0x64, 0xa2, 0xca, 0x3a, 0x6b, 0xa2, 0x63, - 0xb8, 0x4b, 0x3f, 0xf9, 0x64, 0xcc, 0xef, 0x30, 0xaa, 0xbc, 0x8e, 0x71, 0x29, 0xa5, 0x98, 0x2c, - 0xeb, 0x69, 0x1b, 0x9d, 0xc0, 0x5b, 0xc3, 0x31, 0x31, 0x23, 0x3a, 0xe6, 0x8b, 0x8c, 0x44, 0xeb, - 0x18, 0x1f, 0xa6, 0xe4, 0xa6, 0x21, 0xeb, 0x19, 0x82, 0xc6, 0xf0, 0x0e, 0x2b, 0x5d, 0xea, 0x0f, - 0x92, 0x01, 0xf9, 0x5d, 0x09, 0x54, 0x0f, 0x4e, 0x05, 0x25, 0x9d, 0x5e, 0xc9, 0xa6, 0x57, 0x7a, - 0xd9, 0xf4, 0x8d, 0xda, 0x55, 0x8c, 0xb9, 0x55, 0x8c, 0xb7, 0x8d, 0xeb, 0x18, 0x57, 0x72, 0x8f, - 0x64, 0xb2, 0x7c, 0xf1, 0x0b, 0x03, 0xbd, 0x94, 0x69, 0xc9, 0x2d, 0xc8, 0x80, 0xc5, 0x68, 0x1a, - 0x10, 0x7e, 0x4f, 0x02, 0xd5, 0xc3, 0xd3, 0x63, 0xe5, 0x7f, 0x8b, 0x51, 0xb2, 0x74, 0x7b, 0xd3, - 0x80, 0x34, 0x8e, 0x56, 0x31, 0x66, 0xbe, 0x7f, 0xf1, 0x24, 0x27, 0x59, 0x67, 0x62, 0x7d, 0xff, - 0xdb, 0x25, 0x06, 0x7f, 0x2e, 0x31, 0x78, 0xfc, 0x03, 0xc0, 0x52, 0xde, 0x89, 0xea, 0xf0, 0xbe, - 0xd1, 0x6f, 0x18, 0xdd, 0x57, 0x4d, 0x6d, 0xd0, 0x7b, 0xd7, 0xd5, 0x06, 0xfd, 0x33, 0xa3, 0xab, - 0x35, 0xdb, 0xaf, 0xdb, 0x5a, 0xab, 0xcc, 0x09, 0x0f, 0x66, 0x73, 0xe9, 0x28, 0x6f, 0xe8, 0xfb, - 0x61, 0x40, 0x86, 0xee, 0xb9, 0x4b, 0x6c, 0x74, 0x02, 0xd1, 0xb6, 0xb7, 0xd3, 0xd5, 0xce, 0xca, - 0x40, 0xa8, 0xcc, 0xe6, 0x52, 0x39, 0x6f, 0xea, 0x04, 0xc4, 0x47, 0xcf, 0x60, 0x65, 0x9b, 0x6e, - 0xbe, 0xe9, 0x18, 0x5a, 0xab, 0x5c, 0x10, 0xee, 0xcd, 0xe6, 0x12, 0xca, 0xf3, 0xcd, 0x11, 0x0d, - 0x89, 0x2d, 0x14, 0xbf, 0x7c, 0x17, 0xb9, 0xc6, 0xdb, 0xab, 0x85, 0x08, 0xae, 0x17, 0x22, 0xf8, - 0xbd, 0x10, 0xc1, 0xc5, 0x52, 0xe4, 0xae, 0x97, 0x22, 0xf7, 0x73, 0x29, 0x72, 0xef, 0x5f, 0x38, - 0x6e, 0xf4, 0x61, 0x62, 0x29, 0x43, 0xea, 0xa9, 0x69, 0x4e, 0x4f, 0x47, 0xa6, 0x15, 0x6e, 0x6a, - 0xf5, 0xb3, 0x1a, 0x46, 0xa6, 0xe3, 0xfa, 0x4e, 0xee, 0xff, 0x27, 0x71, 0x84, 0xd6, 0x1e, 0xdb, - 0xdc, 0xf3, 0xbf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x01, 0xe3, 0x90, 0xd6, 0x20, 0x03, 0x00, 0x00, + // 531 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x93, 0x41, 0x8f, 0xd2, 0x4e, + 0x18, 0xc6, 0x3b, 0x2c, 0xbb, 0xff, 0xfd, 0xcf, 0xe2, 0x4a, 0x26, 0xc4, 0xad, 0x35, 0xe9, 0x34, + 0x35, 0x59, 0x89, 0xae, 0xad, 0xe0, 0x0d, 0x4f, 0x02, 0x35, 0x21, 0x31, 0x0b, 0x69, 0xe1, 0xa0, + 0x17, 0xd2, 0xd2, 0xd9, 0xda, 0x84, 0x76, 0x1a, 0x5a, 0x56, 0xf9, 0x06, 0x86, 0xd3, 0x5e, 0x4c, + 0xbc, 0x90, 0x6c, 0xe2, 0x17, 0xf0, 0x63, 0xec, 0x71, 0x8f, 0x9e, 0xaa, 0x81, 0x8b, 0xe1, 0xc8, + 0x27, 0x30, 0x9d, 0xd2, 0xb5, 0x1c, 0xbc, 0xbd, 0xf3, 0xbc, 0xbf, 0x67, 0x26, 0xef, 0xf3, 0x66, + 0xe0, 0x13, 0x9b, 0x84, 0x1e, 0x0d, 0xd5, 0x70, 0x6a, 0x85, 0x81, 0x39, 0x22, 0xa1, 0x7a, 0x59, + 0xb3, 0x48, 0x64, 0xd6, 0xee, 0x14, 0x25, 0x98, 0xd0, 0x88, 0x22, 0x3e, 0x05, 0x95, 0x3b, 0x50, + 0xd9, 0x82, 0x42, 0xc5, 0xa1, 0x0e, 0x65, 0x90, 0x9a, 0x54, 0x29, 0x2f, 0x60, 0x87, 0x52, 0x67, + 0x4c, 0x54, 0x76, 0xb2, 0xa6, 0x17, 0x6a, 0xe4, 0x7a, 0x24, 0x8c, 0x4c, 0x2f, 0x48, 0x01, 0xf9, + 0xcb, 0x1e, 0x3c, 0x34, 0xb6, 0x97, 0xa1, 0x57, 0xb0, 0xe0, 0xda, 0x3c, 0x90, 0x40, 0xf5, 0xff, + 0xe6, 0xb3, 0x65, 0x8c, 0x0b, 0x9d, 0xf6, 0x3a, 0xc6, 0x47, 0xd9, 0x63, 0x43, 0xd7, 0xde, 0xc4, + 0x18, 0xcd, 0x4c, 0x6f, 0xdc, 0x90, 0x73, 0xa2, 0xac, 0x17, 0x5c, 0x1b, 0x3d, 0x86, 0x45, 0xdf, + 0xf4, 0x08, 0x5f, 0x60, 0xf6, 0xfb, 0x9b, 0x18, 0x1f, 0xa5, 0x64, 0xa2, 0xca, 0x3a, 0x6b, 0xa2, + 0x53, 0xb8, 0x4f, 0x3f, 0xfa, 0x64, 0xc2, 0xef, 0x31, 0xaa, 0xbc, 0x89, 0x71, 0x29, 0xa5, 0x98, + 0x2c, 0xeb, 0x69, 0x1b, 0x9d, 0xc1, 0xff, 0x46, 0x13, 0x62, 0x46, 0x74, 0xc2, 0x17, 0x19, 0x89, + 0x36, 0x31, 0x3e, 0x4e, 0xc9, 0x6d, 0x43, 0xd6, 0x33, 0x04, 0x4d, 0xe0, 0x3d, 0x56, 0xba, 0xd4, + 0x1f, 0x26, 0x03, 0xf2, 0xfb, 0x12, 0xa8, 0x1e, 0xd5, 0x05, 0x25, 0x9d, 0x5e, 0xc9, 0xa6, 0x57, + 0xfa, 0xd9, 0xf4, 0xcd, 0xda, 0x4d, 0x8c, 0xb9, 0x75, 0x8c, 0x77, 0x8d, 0x9b, 0x18, 0x57, 0x72, + 0x8f, 0x64, 0xb2, 0x7c, 0xf5, 0x13, 0x03, 0xbd, 0x94, 0x69, 0xc9, 0x2d, 0xc8, 0x80, 0xc5, 0x68, + 0x16, 0x10, 0xfe, 0x40, 0x02, 0xd5, 0xe3, 0xfa, 0xa9, 0xf2, 0xaf, 0xc5, 0x28, 0x59, 0xba, 0xfd, + 0x59, 0x40, 0x9a, 0x27, 0xeb, 0x18, 0x33, 0xdf, 0xdf, 0x78, 0x92, 0x93, 0xac, 0x33, 0xb1, 0x71, + 0xf8, 0xf5, 0x1a, 0x83, 0xdf, 0xd7, 0x18, 0x3c, 0xfd, 0x0e, 0x60, 0x29, 0xef, 0x44, 0x0d, 0xf8, + 0xd0, 0x18, 0x34, 0x8d, 0xde, 0xeb, 0x96, 0x36, 0xec, 0xbf, 0xeb, 0x69, 0xc3, 0xc1, 0xb9, 0xd1, + 0xd3, 0x5a, 0x9d, 0x37, 0x1d, 0xad, 0x5d, 0xe6, 0x84, 0x47, 0xf3, 0x85, 0x74, 0x92, 0x37, 0x0c, + 0xfc, 0x30, 0x20, 0x23, 0xf7, 0xc2, 0x25, 0x36, 0x3a, 0x83, 0x68, 0xd7, 0xdb, 0xed, 0x69, 0xe7, + 0x65, 0x20, 0x54, 0xe6, 0x0b, 0xa9, 0x9c, 0x37, 0x75, 0x03, 0xe2, 0xa3, 0x17, 0xb0, 0xb2, 0x4b, + 0xb7, 0xde, 0x76, 0x0d, 0xad, 0x5d, 0x2e, 0x08, 0x0f, 0xe6, 0x0b, 0x09, 0xe5, 0xf9, 0xd6, 0x98, + 0x86, 0xc4, 0x16, 0x8a, 0x9f, 0xbf, 0x89, 0x5c, 0xb3, 0x7f, 0xb3, 0x14, 0xc1, 0xed, 0x52, 0x04, + 0xbf, 0x96, 0x22, 0xb8, 0x5a, 0x89, 0xdc, 0xed, 0x4a, 0xe4, 0x7e, 0xac, 0x44, 0xee, 0x7d, 0xc3, + 0x71, 0xa3, 0x0f, 0x53, 0x4b, 0x19, 0x51, 0x4f, 0x4d, 0x73, 0x7a, 0x3e, 0x36, 0xad, 0x70, 0x5b, + 0xab, 0x97, 0x75, 0xf5, 0x93, 0x1a, 0x46, 0xa6, 0xe3, 0xfa, 0x4e, 0xee, 0x0b, 0x24, 0x89, 0x84, + 0xd6, 0x01, 0x5b, 0xde, 0xcb, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x4f, 0x2f, 0x33, 0x23, + 0x03, 0x00, 0x00, } func (this *Subspace) Equal(that interface{}) bool { diff --git a/x/staging/subspaces/types/subspace_test.go b/x/staging/subspaces/types/subspace_test.go index f287e061a1..28c48f71ff 100644 --- a/x/staging/subspaces/types/subspace_test.go +++ b/x/staging/subspaces/types/subspace_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/desmos-labs/desmos/x/staging/subspaces/types" + "github.com/desmos-labs/desmos/v2/x/staging/subspaces/types" ) func TestSubspace_WithName(t *testing.T) { From 62e43aa461f2d67bd0085263ba8e423f98c5a3df Mon Sep 17 00:00:00 2001 From: Bax995 Date: Tue, 12 Oct 2021 20:12:42 +0200 Subject: [PATCH 2/4] update to cosmos v0.44.2 --- go.mod | 3 +- go.sum | 301 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 302 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index ca13480908..0cbd1e20a4 100644 --- a/go.mod +++ b/go.mod @@ -26,7 +26,6 @@ require ( github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 // indirect github.com/tendermint/tendermint v0.34.13 github.com/tendermint/tm-db v0.6.4 - golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c google.golang.org/grpc v1.40.0 google.golang.org/protobuf v1.27.1 @@ -35,7 +34,7 @@ require ( replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 -replace github.com/cosmos/cosmos-sdk => github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20210927075512-e26bf1014f50 +replace github.com/cosmos/cosmos-sdk => github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20211012153741-0450cc890f95 replace google.golang.org/grpc => google.golang.org/grpc v1.33.2 diff --git a/go.sum b/go.sum index 56e9810b46..160196e987 100644 --- a/go.sum +++ b/go.sum @@ -1,4 +1,6 @@ +4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a/go.mod h1:wfdC5ZjKSPr7CybKEcgJhUOgeAQW1+7WcyK8OvUilfo= bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= +bitbucket.org/creachadair/shell v0.0.6/go.mod h1:8Qqi/cYk7vPnsOePHroKXDJYmb5x7ENhtiFtfZq8K+M= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= @@ -11,6 +13,7 @@ cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6 cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= +cloud.google.com/go v0.60.0/go.mod h1:yw2G51M9IfRboUH61Us8GqCeF1PzPblB823Mn2q2eAU= cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= @@ -31,14 +34,18 @@ cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2k cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/pubsub v1.5.0/go.mod h1:ZEwJccE3z93Z2HWvstpri00jOg7oO4UZDtKhwDwqF0w= +cloud.google.com/go/spanner v1.7.0/go.mod h1:sd3K2gZ9Fd0vMPLXzeCrF6fq4i63Q7aTLW/lBIfBkIk= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= +contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= filippo.io/edwards25519 v1.0.0-beta.2 h1:/BZRNzm8N4K4eWfK28dL4yescorxtO7YG1yun8fy+pI= filippo.io/edwards25519 v1.0.0-beta.2/go.mod h1:X+pm78QAUPtFLi1z9PYIlS/bdDnvbCOGKtZ+ACWEf7o= +github.com/Antonboom/errname v0.1.4/go.mod h1:jRXo3m0E0EuCnK3wbsSVH3X55Z4iTDLl6ZfCxwFj4TM= github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4= github.com/Azure/azure-pipeline-go v0.2.2/go.mod h1:4rQ/NZncSvGqNkkOsNpOU1tgoNuIlp9AfUH5G1tvCHc= github.com/Azure/azure-storage-blob-go v0.7.0/go.mod h1:f9YQKtsG1nMisotuTPpO0tjNuEjKRYAcJU8/ydDI++4= @@ -56,6 +63,7 @@ github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc= github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= +github.com/BurntSushi/toml v0.4.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d h1:nalkkPQcITbvhmL4+C4cKA87NW0tfm3Kl9VXRoPywFg= github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d/go.mod h1:URdX5+vg25ts3aCh8H5IFZybJYKWhJHYMTnf+ULtoC4= @@ -63,7 +71,13 @@ github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3 github.com/DataDog/zstd v1.4.1/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo= github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ= github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo= +github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= +github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU= +github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= +github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= +github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= +github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Microsoft/go-winio v0.4.14/go.mod h1:qXqCSQ3Xa7+6tgxaGTIe4Kpcdsi+P8jBhyzoq1bpyYA= github.com/Microsoft/go-winio v0.5.0 h1:Elr9Wn+sGKPlkaBvwu4mTrxtmOp3F3yV9qhaHbXGjwU= github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= @@ -71,10 +85,12 @@ github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 h1:TngWCqHvy9oXAN6lEV github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2 h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= +github.com/OpenPeeDeeP/depguard v1.0.1/go.mod h1:xsIw86fROiiwelg+jB2uM9PiKihMMmUx/1V+TNhjQvM= github.com/PuerkitoBio/goquery v1.5.1/go.mod h1:GsLWisAFVj4WgDibEWF4pvYnkVQBpKBKeU+7zCJoLcc= github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= +github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8= github.com/VictoriaMetrics/fastcache v1.5.7/go.mod h1:ptDBkNMQI4RtmVo8VS/XwRY6RoTu1dAWCbrk+6WsEM8= github.com/VividCortex/gohistogram v1.0.0 h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE= github.com/VividCortex/gohistogram v1.0.0/go.mod h1:Pf5mBqqDxYaXu3hDrrU+w6nw50o/4+TcAqDqk/vUH7g= @@ -90,9 +106,13 @@ github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuy github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= +github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE= github.com/allegro/bigcache v1.2.1-0.20190218064605-e24eb225f156/go.mod h1:Cb/ax3seSYIx7SuZdm2G2xzfwmv3TPSk2ucNfQESPXM= +github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/cascadia v1.1.0/go.mod h1:GsXiBklL0woXo1j/WYWtSYYC4ouU9PqHO0sqidkEA4Y= +github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6/go.mod h1:V8iCPQYkqmusNa815XgQio277wI47sdRh1dUOLdyC6Q= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/aokoli/goutils v1.0.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/aristanetworks/goarista v0.0.0-20170210015632-ea17b1a17847/go.mod h1:D/tb0zPVXnP7fmsLZjtdUhSsumbK/ij54UXjjVgMGxQ= @@ -103,9 +123,14 @@ github.com/armon/go-metrics v0.3.9 h1:O2sNqxBdvq8Eq5xmzljcYzAORli6RWCvEym4cJf9m1 github.com/armon/go-metrics v0.3.9/go.mod h1:4O98XIr/9W0sxpJ8UaYkvjk10Iff7SnFrb4QAOwNTFc= github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= +github.com/ashanbrown/forbidigo v1.2.0/go.mod h1:vVW7PEdqEFqapJe95xHkTfB1+XvZXBFg8t0sG2FIxmI= +github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde/go.mod h1:oG9Dnez7/ESBqc4EdrdNlryeo7d0KcW1ftXHm7nU/UU= github.com/aws/aws-lambda-go v1.13.3/go.mod h1:4UKl9IzQMoD+QF79YdCuzCwp8VbmG4VAQwij/eHl5CU= +github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.25.48/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.36.30/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= @@ -116,6 +141,8 @@ github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kB github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= github.com/bketelsen/crypt v0.0.4/go.mod h1:aI6NrJ0pMGgvZKL1iVgXLnfIFJtfV+bKCoqOes/6LfM= +github.com/bkielbasa/cyclop v1.2.0/go.mod h1:qOI0yy6A7dYC4Zgsa72Ppm9kONl0RoIlPbzot9mhmeI= +github.com/bombsimon/wsl/v3 v3.3.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= github.com/btcsuite/btcd v0.0.0-20171128150713-2e60448ffcc6/go.mod h1:Dmm/EzmjnCiweXmzRIAiUWCInVmPgjkzgv5k4tVyXiQ= github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d/go.mod h1:d3C0AkH6BRcvO8T0UEPu53cnw4IbV63x1bEjildYhO0= github.com/btcsuite/btcd v0.0.0-20190315201642-aa6e0f35703c/go.mod h1:DrZx5ec/dmnfpw9KyYoQyYo7d0KEvTkk/5M/vbZjAr8= @@ -146,6 +173,8 @@ github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/charithe/durationcheck v0.0.8/go.mod h1:SSbRIBVfMjCi/kEB6K65XEA83D6prSM8ap1UCpNKtgg= +github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af/go.mod h1:Qjyv4H3//PWVzTeCezG2b9IRn6myJxJSr4TD/xo6ojU= github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M= github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE= github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= @@ -179,6 +208,7 @@ github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3Ee github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= +github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= @@ -200,21 +230,27 @@ github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwc github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= +github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4= +github.com/daixiang0/gci v0.2.9/go.mod h1:+4dZ7TISfSmqfAGv59ePaHfNzgGtIkHAhhdKggP1JAc= github.com/danieljoos/wincred v1.0.2 h1:zf4bhty2iLuwgjgpraD2E9UbvO+fe54XXGJbOwe23fU= github.com/danieljoos/wincred v1.0.2/go.mod h1:SnuYRW9lp1oJrZX/dXJqr0cPK5gYXqx3EJbmjhLdK9U= +github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v0.0.0-20171005155431-ecdeabc65495/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/deckarep/golang-set v0.0.0-20180603214616-504e848d77ea/go.mod h1:93vsz/8Wt4joVM7c2AVqh+YRMiUSc14yDtF28KmMOgQ= github.com/decred/dcrd/lru v1.0.0/go.mod h1:mxKOwFd7lFjN2GZYsiz/ecgqR6kkYAl+0pz0tEMk218= +github.com/denis-tingajkin/go-header v0.4.2/go.mod h1:eLRHAVXzE5atsKAnNRDB90WHCFFnBUn4RN0nRcs1LJA= github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f h1:U5y3Y5UE0w7amNe7Z5G/twsBW0KEalRQXZzf8ufSh9I= github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f/go.mod h1:xH/i4TFMt8koVQZ6WFms69WAsDWr2XsYL3Hkl7jkoLE= github.com/desmos-labs/Go-Emoji-Utils v1.1.1-0.20210623064146-c30bc8196d0f h1:gUywWy8Pw1ROmF4o/qLy/FP1bEyEtjPg6a/RgdXmcCA= github.com/desmos-labs/Go-Emoji-Utils v1.1.1-0.20210623064146-c30bc8196d0f/go.mod h1:5TMhouV+kDGQZZrBK+rzBP+Jmeyu0V7WvrBHqukiTv8= github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20210927075512-e26bf1014f50 h1:aHMy8n0itEDKqMIAnjdNJ2L8SMzBgqTx0TXzDVYKCOc= github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20210927075512-e26bf1014f50/go.mod h1:2Gy2237TJhvo7vcn+r8hovzipVaLj51Mjtuw9eyzWEU= +github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20211012153741-0450cc890f95 h1:OwvcwlMwvY+AD0/agVgvlTayPvSWqaDK318/h7+Yqdo= +github.com/desmos-labs/cosmos-sdk v0.43.0-alpha1.0.20211012153741-0450cc890f95/go.mod h1:fwQJdw+aECatpTvQTo1tSfHEsxACdZYU80QCZUPnHr4= github.com/desmos-labs/ledger-desmos-go v0.11.2-0.20210814121638-5d87e392e8a9 h1:b77qmphsyX3+hjJraaqLyzjt9eKqbosy4LaYScPvTAs= github.com/desmos-labs/ledger-desmos-go v0.11.2-0.20210814121638-5d87e392e8a9/go.mod h1:J8//BsAGTo3OC/vDLjMRFLW6q0WAaXvHnVc7ZmE8iUY= github.com/dgraph-io/badger/v2 v2.2007.1/go.mod h1:26P/7fbL4kUZVEVKLAKXkBXKOydDmM2p1e+NhhnBCAE= @@ -249,8 +285,11 @@ github.com/edsrzf/mmap-go v1.0.0/go.mod h1:YO35OhQPt3KJa3ryjFM5Bs14WD66h8eGKpfaB github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25 h1:2vLKys4RBU4pn2T/hjXMbvwTr1Cvy5THHrQkbeY9HRk= github.com/enigmampc/btcutil v1.0.3-0.20200723161021-e2fb6adb2a25/go.mod h1:hTr8+TLQmkUkgcuh3mcr5fjrT9c64ZzsBCdCEC6UppY= github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= +github.com/envoyproxy/protoc-gen-validate v0.0.14/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/esimonov/ifshort v1.0.2/go.mod h1:yZqNJUrNn20K8Q9n2CrjTKYyVEmX209Hgu+M1LBpeZE= github.com/ethereum/go-ethereum v1.9.25/go.mod h1:vMkFiYLHI4tgPw4k2j4MHKoovchFE8plZ0M9VMk4/oM= +github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY= github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51 h1:0JZ+dUmQeA8IIVUMzysrX4/AKuQwWhV2dYQuPZdvdSQ= github.com/facebookgo/ensure v0.0.0-20160127193407-b4ab57deab51/go.mod h1:Yg+htXGokKKdzcwhuNDwVvN+uBxDGXJ7G/VN1d8fa64= github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 h1:JWuenKqqX8nojtoVVWjGfOF9635RETekkoH6Cc9SX0A= @@ -259,7 +298,10 @@ github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870 h1:E2s37DuLxFhQD github.com/facebookgo/subset v0.0.0-20150612182917-8dac2c3c4870/go.mod h1:5tD+neXqOorC30/tWg0LCSkrqj/AR6gu8yY8/fpw1q0= github.com/fatih/color v1.3.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= +github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= github.com/felixge/httpsnoop v1.0.1 h1:lvB5Jl89CsZtGIWuTcDM1E/vkVs49/Ml7JJe07l8SPQ= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/fjl/memsize v0.0.0-20180418122429-ca190fb6ffbc/go.mod h1:VvhXpOYNQvB+uIk2RvXzuaQtkQJzzIx6lSBe1xv7hi0= @@ -271,6 +313,8 @@ github.com/frankban/quicktest v1.11.3/go.mod h1:wRf/ReqHper53s+kmmSZizM8NamnL3IM github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= +github.com/fullstorydev/grpcurl v1.6.0/go.mod h1:ZQ+ayqbKMJNhzLmbpCiurTVlaK2M/3nqZCxaQ2Ze/sM= +github.com/fzipp/gocyclo v0.3.1/go.mod h1:DJHO6AUmbdqj2ET4Z9iArSuwWgYDRryYt2wASxc7x3E= github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff/go.mod h1:x7DCsMOv1taUwEWCzT4cmDeAkigA5/QCwUodaVOe8Ww= github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= @@ -278,6 +322,7 @@ github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= github.com/gin-gonic/gin v1.6.3 h1:ahKqKTFpO5KTPHxWZjEdPScmYaGtLo8Y4DMHoEsnp14= github.com/gin-gonic/gin v1.6.3/go.mod h1:75u5sXoLsGZoRN5Sgbi1eraJ4GU3++wFwWzhwvtwp4M= +github.com/go-critic/go-critic v0.5.6/go.mod h1:cVjj0DfqewQVIlIAGexPCaGaZDAqGE29PYDDADIVNEo= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -291,6 +336,7 @@ github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V github.com/go-logfmt/logfmt v0.5.0 h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= +github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-playground/assert/v2 v2.0.1 h1:MsBgLAaY856+nPRTKrp3/OZK38U/wa0CcBYNjji3q3A= github.com/go-playground/assert/v2 v2.0.1/go.mod h1:VDjEfimB/XKnb+ZQfWdccd7VUvScMdVu0Titje2rxJ4= github.com/go-playground/locales v0.13.0 h1:HyWk6mgj5qFqCT5fjGBuRArbVDfE4hi8+e8ceBS/t7Q= @@ -299,10 +345,25 @@ github.com/go-playground/universal-translator v0.17.0 h1:icxd5fm+REJzpZx7ZfpaD87 github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+Scu5vgOQjsIJAF8j9muTVoKLVtA= github.com/go-playground/validator/v10 v10.2.0 h1:KgJ0snyC2R9VXYN2rneOtQcw5aHQB1Vv0sFl1UcHBOY= github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= +github.com/go-redis/redis v6.15.8+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-sourcemap/sourcemap v2.1.2+incompatible/go.mod h1:F8jJfvm2KbVjc5NqelyYJmf/v5J0dwNLS2mL4sNA1Jg= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= +github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg= github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= +github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= +github.com/go-toolsmith/astcast v1.0.0/go.mod h1:mt2OdQTeAQcY4DQgPSArJjHCcOwlX+Wl/kwN+LbLGQ4= +github.com/go-toolsmith/astcopy v1.0.0/go.mod h1:vrgyG+5Bxrnz4MZWPF+pI4R8h3qKRjjyvV/DSez4WVQ= +github.com/go-toolsmith/astequal v1.0.0/go.mod h1:H+xSiq0+LtiDC11+h1G32h7Of5O3CYFJ99GVbS5lDKY= +github.com/go-toolsmith/astfmt v1.0.0/go.mod h1:cnWmsOAuq4jJY6Ct5YWlVLmcmLMn1JUPuQIHCY7CJDw= +github.com/go-toolsmith/astinfo v0.0.0-20180906194353-9809ff7efb21/go.mod h1:dDStQCHtmZpYOmjRP/8gHHnCCch3Zz3oEgCdZVdtweU= +github.com/go-toolsmith/astp v1.0.0/go.mod h1:RSyrtpVlfTFGDYRbrjyWP1pYu//tSFcvdYrA8meBmLI= +github.com/go-toolsmith/pkgload v1.0.0/go.mod h1:5eFArkbO80v7Z0kdngIxsRXRMTaX4Ilcwuh3clNrQJc= +github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8= +github.com/go-toolsmith/typep v1.0.0/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= +github.com/go-toolsmith/typep v1.0.2/go.mod h1:JSQCQMUPdRlMZFswiq3TGpNp1GMktqkR2Ns5AIQkATU= +github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b/go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM= +github.com/gobwas/glob v0.2.3/go.mod h1:d3Ez4x06l9bZtSvzIay5+Yzi0fmZzPgnTbPcKjJAkT8= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee h1:s+21KNqlpePfkah2I+gwHF8xmJWRjooY+5248k6m4A0= github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee/go.mod h1:L0fX3K22YWvt/FAX9NnzrNzcI4wNYi9Yku4O0LKYflo= github.com/gobwas/pool v0.2.0 h1:QEmUOlnSjWtnpRGHF3SauEiOsy82Cup83Vf2LcMlnc8= @@ -312,6 +373,7 @@ github.com/gobwas/ws v1.0.2/go.mod h1:szmBTxLgaFppYjEmNtny/v3w89xOydFnnZMcgRRu/E github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 h1:ZpnhV/YsD2/4cESfV5+Hoeu/iUR3ruzNvZ+yQfO03a0= github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2/go.mod h1:bBOAhwG1umN6/6ZUMtDFBMQR8jRg9O75tm9K00oMsK4= github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= +github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gogo/gateway v1.1.0 h1:u0SuhL9+Il+UbjM9VIE3ntfRujKbvVpFvNB4HbjeVQ0= github.com/gogo/gateway v1.1.0/go.mod h1:S7rR8FRQyG3QFESeSv4l2WnsyzlCLG0CzBbUUo/mbic= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= @@ -329,6 +391,7 @@ github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71 github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= +github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.0/go.mod h1:Qd/q+1AKNOZr9uGQzbzCmRO6sUih6GTPZv6a1/R87v0= github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= @@ -353,9 +416,21 @@ github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEW github.com/golang/snappy v0.0.3-0.20201103224600-674baa8c7fc3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= github.com/golang/snappy v0.0.3 h1:fHPg5GQYlCeLIPB9BZqMVR5nR9A+IM5zcgeTdjMYmLA= github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= +github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2/go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4= +github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a/go.mod h1:ryS0uhF+x9jgbj/N71xsEqODy9BN81/GonCZiOzirOk= +github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= +github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= +github.com/golangci/golangci-lint v1.42.1/go.mod h1:MuInrVlgg2jq4do6XI1jbkErbVHVbwdrLLtGv6p2wPI= +github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= +github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZqDe4LMs4ZHD0oMUlt9G2LWuDGoisJTBzLMV9o= +github.com/golangci/misspell v0.3.5/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= +github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5/go.mod h1:LK+zW4MpyytAWQRz0M4xnzEk50lSvqDQKfx304apFkY= +github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg8RkN3rCIMLGE9CyYmU9pY2Jer6DgANEnZ/L/cQ= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= +github.com/google/certificate-transparency-go v1.0.21/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg= +github.com/google/certificate-transparency-go v1.1.1/go.mod h1:FDKqPvSXawb2ecErVRrD+nfy23RCzyl7eqVCEmlT1Zs= github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= @@ -383,21 +458,28 @@ github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hf github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= +github.com/google/pprof v0.0.0-20200507031123-427632fa3b1c/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/trillian v1.3.11/go.mod h1:0tPraVHrSDkA3BO6vKX67zgLXs6SsOAbHEivX+9mPgw= +github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= +github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99 h1:twflg0XRTjwKpxb/jFExr4HGq6on2dEOmnL6FV+fgPw= github.com/gopherjs/gopherjs v0.0.0-20190910122728-9d188e94fb99/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= +github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254/go.mod h1:M9mZEtGIsR1oDaZagNPNG9iq9n2HrhZ17dsXk73V3Lw= +github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/handlers v1.5.1 h1:9lRY6j8DEeeBT10CvO9hGW0gmky0BprnvDI5vfhUHH4= github.com/gorilla/handlers v1.5.1/go.mod h1:t8XrUpc4KVXb7HGyJ4/cEnwQiaxrX/hz1Zv/4g96P1Q= @@ -411,9 +493,18 @@ github.com/gorilla/websocket v1.4.1-0.20190629185528-ae1634f6a989/go.mod h1:E7qH github.com/gorilla/websocket v1.4.1/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= +github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= +github.com/gostaticanalysis/analysisutil v0.0.3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= +github.com/gostaticanalysis/analysisutil v0.1.0/go.mod h1:dMhHRU9KTiDcuLGdy87/2gTR8WruwYZrKdRq9m1O6uw= +github.com/gostaticanalysis/analysisutil v0.4.1/go.mod h1:18U/DLpRgIUd459wGxVHE0fRgmo1UgHDcbw7F5idXu0= +github.com/gostaticanalysis/comment v1.3.0/go.mod h1:xMicKDx7XRXYdVwY9f9wQpDJVnqWxw9wCauCMKp+IBI= +github.com/gostaticanalysis/comment v1.4.1/go.mod h1:ih6ZxzTHLdadaiSnF5WY3dxUoXfXAlTaRzuaNDlSado= +github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5/go.mod h1:qZEedyP/sY1lTGV1uJ3VhWZ2mqag3IkWsDHVbplHXak= +github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW0HU0GPE3+5PWN4A= github.com/gotestyourself/gotestyourself v2.2.0+incompatible h1:AQwinXlbQR2HvPjQZOmDhRqsv5mZf+Jb1RnSLxcqZcI= github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY= github.com/graph-gophers/graphql-go v0.0.0-20191115155744-f33e81362277/go.mod h1:9CQHMSxwO4MprSdzoIEobiHpoLtHm77vfxsvsIN5Vuc= +github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= github.com/grpc-ecosystem/go-grpc-middleware v1.2.1/go.mod h1:EaizFBKfUKtMIF5iaDEhniwNedqGo9FuLFzppDr3uwI= @@ -424,6 +515,7 @@ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgf github.com/grpc-ecosystem/grpc-gateway v1.8.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/grpc-ecosystem/grpc-gateway v1.12.1/go.mod h1:8XEsbTttt/W+VvjtQhLACqCisSPWTxCZ7sBRjU6iH9c= github.com/grpc-ecosystem/grpc-gateway v1.14.7/go.mod h1:oYZKL012gGh6LMyg/xA7Q2yq6j8bu0wa+9w14EEthWU= github.com/grpc-ecosystem/grpc-gateway v1.16.0 h1:gmcG1KaJ57LophUzW0Hy8NmPhnMZb4M0+kPpLofRdBo= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= @@ -445,6 +537,7 @@ github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxB github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= +github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= @@ -469,13 +562,19 @@ github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87 h1:uUj github.com/hdevalence/ed25519consensus v0.0.0-20210204194344-59a8610d2b87/go.mod h1:XGsKKeXxeRr95aEOgipvluMPlgjr7dGlk9ZTWOjcUcg= github.com/holiman/uint256 v1.1.1/go.mod h1:y4ga/t+u+Xwd7CpDgZESaRcWy0I7XMlTMA25ApIH5Jw= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo= +github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/huin/goupnp v1.0.0/go.mod h1:n9v9KO1tAxYH82qOn+UTIFQDmx5n1Zxd/ClZDMX7Bnc= github.com/huin/goutil v0.0.0-20170803182201-1ca381bf3150/go.mod h1:PpLOETDnJ0o3iZrZfqZzyLl6l7F3c6L1oWn7OICBi6o= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/imdario/mergo v0.3.4/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= +github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/improbable-eng/grpc-web v0.14.0 h1:GdoK+cXABdB+1keuqsV1drSFO2XLYIxqt/4Rj8SWGBk= github.com/improbable-eng/grpc-web v0.14.0/go.mod h1:6hRR09jOEG81ADP5wCQju1z71g6OL4eEvELdran/3cs= +github.com/improbable-eng/grpc-web v0.14.1 h1:NrN4PY71A6tAz2sKDvC5JCauENWp0ykG8Oq1H3cpFvw= +github.com/improbable-eng/grpc-web v0.14.1/go.mod h1:zEjGHa8DAlkoOXmswrNvhUGEYQA9UI7DhrGeHR1DMGU= github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= github.com/influxdata/influxdb v1.2.3-0.20180221223340-01288bdb0883/go.mod h1:qZna6X/4elxqT3yI9iZYdZrWWdeFOOprn86kgg4+IzY= @@ -484,12 +583,22 @@ github.com/jackpal/go-nat-pmp v1.0.2-0.20160603034137-1fa385a6f458/go.mod h1:QPH github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e/go.mod h1:G1CVv03EnqU1wYL2dFwXxW2An0az9JTl/ZsqXQeBlkU= github.com/jessevdk/go-flags v0.0.0-20141203071132-1679536dcc89/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= +github.com/jgautheron/goconst v1.5.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= +github.com/jhump/protoreflect v1.6.1/go.mod h1:RZQ/lnuN+zqeRVpQigTwO6o0AJUkxbnSnpuG7toUTG4= github.com/jhump/protoreflect v1.8.2 h1:k2xE7wcUomeqwY0LDCYA16y4WWfyTcMx5mKhk0d4ua0= github.com/jhump/protoreflect v1.8.2/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= +github.com/jhump/protoreflect v1.9.0 h1:npqHz788dryJiR/l6K/RUQAyh2SwV91+d1dnh4RjO9w= +github.com/jhump/protoreflect v1.9.0/go.mod h1:7GcYQDdMU/O/BBrl/cX6PNHpXh6cenjd8pneu5yW7Tg= +github.com/jingyugao/rowserrcheck v1.1.0/go.mod h1:TOQpc2SLx6huPfoFGK3UOnEG+u02D3C1GeosjupAKCA= +github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k= +github.com/jmespath/go-jmespath v0.4.0/go.mod h1:T8mJZnbsbmF+m6zOOFylbeCJqk5+pHWvzYPziyZiYoo= +github.com/jmespath/go-jmespath/internal/testify v1.5.1/go.mod h1:L3OGu8Wl2/fWfCI6z80xFu9LTZmf1ZRjMHUOPmWr69U= github.com/jmhodges/levigo v1.0.0 h1:q5EC36kV79HWeTBWsod3mG11EgStG3qArTKcvlksN1U= github.com/jmhodges/levigo v1.0.0/go.mod h1:Q6Qx+uH3RAqyK4rFQroq9RL7mdkABMcfhEI+nNuzMJQ= +github.com/jmoiron/sqlx v1.2.0/go.mod h1:1FEQNm3xlJgrMD+FBdI9+xvCksHtbpVBBw5dYhBSsks= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= github.com/jrick/logrotate v1.0.0/go.mod h1:LNinyqDIJnpAur+b8yyulnQw/wDuN1+BYKlTRt3OuAQ= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= @@ -505,19 +614,28 @@ github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7 github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a h1:FaWFmfWdAUKbSCtOU2QjDaorUexogfaMgbipgYATUMU= github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a/go.mod h1:UJSiEoRfvx3hP73CvoARgeLjaIOjybY9vj8PUPPFGeU= +github.com/juju/ratelimit v1.0.1/go.mod h1:qapgC/Gy+xNh9UxzV13HGGl/6UXNN+ct+vwSgWNm/qk= github.com/julienschmidt/httprouter v1.1.1-0.20170430222011-975b5c4c7c21/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d/go.mod h1:oSFU2R4XK/P7kNBrnL/FEQlDGN1/6WoxXEjSSXO0DV0= +github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= github.com/karalabe/usb v0.0.0-20190919080040-51dc0efba356/go.mod h1:Od972xHfMJowv7NGVDiWVxk2zxnWgjLlJzE+F4F7AGU= github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d h1:Z+RDyXzjKE0i2sTjZ/b1uxiGtPhFy34Ou/Tk0qwN0kM= github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d/go.mod h1:JJNrCn9otv/2QP4D7SMJBgaleKpOf66PnW6F5WGNRIc= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= +github.com/kisielk/errcheck v1.6.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= github.com/kkdai/bstream v0.0.0-20161212061736-f391b8402d23/go.mod h1:J+Gs4SYgM6CZQHDETBtE9HaSEkGmuNXF86RwHhHUvq4= github.com/kkdai/bstream v1.0.0/go.mod h1:FDnDOHt5Yx4p3FaHcioFT0QjDOtgUpvjeZqAs+NVZZA= github.com/klauspost/compress v1.10.3 h1:OP96hzwJVBIHYU52pVTI6CczrxPvrGfgqF9N5eTO0Q8= github.com/klauspost/compress v1.10.3/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.10.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.11.0/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.11.7 h1:0hzRabrMN4tSTvMfnL3SCv1ZGeAP23ynzodBgaHeMeg= +github.com/klauspost/compress v1.11.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= +github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= @@ -527,15 +645,29 @@ github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= +github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= +github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/kulti/thelper v0.4.0/go.mod h1:vMu2Cizjy/grP+jmsvOFDx1kYP6+PD1lqg4Yu5exl2U= +github.com/kunwardeep/paralleltest v1.0.2/go.mod h1:ZPqNm1fVHPllh5LPVujzbVz1JN2GhLxSfY+oqUsvG30= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= +github.com/kyoh86/exportloopref v0.1.8/go.mod h1:1tUcJeiioIs7VWe5gcOObrux3lb66+sBqGZrRkMwPgg= +github.com/ldez/gomoddirectives v0.2.2/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= +github.com/ldez/tagliatelle v0.2.0/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88= github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= +github.com/letsencrypt/pkcs11key/v4 v4.0.0/go.mod h1:EFUvBDay26dErnNb70Nd0/VW3tJiIbETBPTl9ATXQag= +github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0 h1:LXpIM/LZ5xGFhOpXAQUIMM1HdyqzVYM13zNdjCEEcA0= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= +github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.2 h1:AqzbZs4ZoCBp+GtejcpCpcxM3zlSMx29dXbUSeVtJb8= +github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/libp2p/go-buffer-pool v0.0.2 h1:QNK2iAFa8gjAe1SPz6mHSMuCcjs+X1wlHzeOSqcmlfs= github.com/libp2p/go-buffer-pool v0.0.2/go.mod h1:MvaB6xw5vOrDl8rYZGLFdKAuk/hRoRZd1Vi32+RXyFM= github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM= github.com/lightstep/lightstep-tracer-go v0.18.1/go.mod h1:jlF1pusYV4pidLvZ+XD0UBX0ZE6WURAspgAczcDHrL4= +github.com/logrusorgru/aurora v0.0.0-20181002194514-a7b3b318ed4e/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4= github.com/lucasjones/reggen v0.0.0-20180717132126-cdb49ff09d77/go.mod h1:5ELEyG+X8f+meRWHuqUOewBOhvHkl7M76pdGEansxW4= github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a h1:weJVJJRzAJBFRlAiJQROKQs8oC9vOxvm4rZmBBk0ONw= github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI= @@ -545,8 +677,11 @@ github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaW github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/manifoldco/promptui v0.8.0 h1:R95mMF+McvXZQ7j1g8ucVZE1gLP3Sv6j9vlF9kyRqQo= github.com/manifoldco/promptui v0.8.0/go.mod h1:n4zTdgP0vr0S3w7/O/g98U+e0gwLScEXGwov2nIKuGQ= +github.com/maratori/testpackage v1.0.1/go.mod h1:ddKdw+XG0Phzhx8BFDTKgpWP4i7MpApTE5fXSKAqwDU= +github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.0/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= +github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8= github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= github.com/mattn/go-ieproxy v0.0.0-20190610004146-91bb50d98149/go.mod h1:31jz6HNzdxOmlERGGEc4v/dMssOfmp2p5bT/okiKFFc= @@ -554,22 +689,39 @@ github.com/mattn/go-ieproxy v0.0.0-20190702010315-6dee0af9227d/go.mod h1:31jz6HN github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= github.com/mattn/go-isatty v0.0.5-0.20180830101745-3fb116b82035/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= +github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= +github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84= +github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= github.com/mattn/go-isatty v0.0.13 h1:qdl+GuBjcsKKDco5BsxPJlId98mSWNKqYA+Co0SC1yA= github.com/mattn/go-isatty v0.0.13/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= +github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= +github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.3/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= github.com/mattn/go-runewidth v0.0.4/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= +github.com/mattn/go-runewidth v0.0.6/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= +github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI= +github.com/mattn/go-sqlite3 v1.9.0/go.mod h1:FPy6KqzDD04eiIsT53CuJW3U88zkxoIYsOqkbpncsNc= +github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw= github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= +github.com/mbilski/exhaustivestruct v1.2.0/go.mod h1:OeTBVxQWoEmB2J2JCHmXWPJ0aksxSUOUy+nvtVEfzXc= +github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81/go.mod h1:KQ7+USdGKfpPjXk4Ga+5XxQM4Lm4e3gAogrreFAYpOg= +github.com/mgechev/revive v1.1.1/go.mod h1:PKqk4L74K6wVNwY2b6fr+9Qqr/3hIsHVfZCJdbvozrY= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= +github.com/miekg/pkcs11 v1.0.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= +github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 h1:hLDRPB66XQT/8+wG9WsDpiCvZf1yKO7sz7scAjSlBa0= github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= github.com/minio/highwayhash v1.0.1 h1:dZ6IIu8Z14VlC0VpfKofAhCy74wu/Qb5gcn52yWoz/0= github.com/minio/highwayhash v1.0.1/go.mod h1:BQskDq+xkJ12lmlUUi7U0M5Swg3EWR+dLTk+kldvVxY= github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= +github.com/mitchellh/copystructure v1.0.0/go.mod h1:SNtv71yrdKgLRyLFxmLdkAbkKEFWgYaq1OVrnRcwhnw= github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= +github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg= github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= @@ -578,6 +730,8 @@ github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= github.com/mitchellh/mapstructure v1.4.1 h1:CpVNEelQCZBooIPDn+AR3NpivK/TIKU8bDxdASFVQag= github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= +github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= +github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= @@ -585,6 +739,10 @@ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJ github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= +github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= +github.com/moricho/tparallel v0.2.1/go.mod h1:fXEIZxG2vdfl0ZF8b42f5a78EhjjD5mX8qUplsoSU4k= +github.com/mozilla/scribe v0.0.0-20180711195314-fb71baf557c1/go.mod h1:FIczTrinKo8VaLxe6PWTPEXRXDIHz2QAwiaBaP5/4a8= +github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5/go.mod h1:FUqVoUPHSEdDR0MnFM3Dh8AU0pZHLXUD127SAJGER/s= github.com/mr-tron/base58 v1.2.0 h1:T/HDJBh4ZCPbU39/+c3rRvE0uKBQlU27+QI8LJ4t64o= github.com/mr-tron/base58 v1.2.0/go.mod h1:BinMc/sQntlIE1frQmRFPUoPA1Zkr8VRgBdjWI2mNwc= github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ= @@ -593,6 +751,10 @@ github.com/mtibben/percent v0.2.1/go.mod h1:KG9uO+SZkUp+VkRHsCdYQV3XSZrrSpR3O9ib github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007/go.mod h1:m2XC9Qq0AlmmVksL6FktJCdTYyLk7V3fKyp0sl1yWQo= +github.com/mwitkow/go-proto-validators v0.2.0/go.mod h1:ZfA1hW+UH/2ZHOWvQ3HnQaU0DtnpXu850MZiy+YUgcc= +github.com/mwitkow/grpc-proxy v0.0.0-20181017164139-0f1106ef9c76/go.mod h1:x5OoJHDHqxHS801UIuhqGl6QdSAEJvtausosHSdazIo= +github.com/nakabonne/nestif v0.3.0/go.mod h1:dI314BppzXjJ4HsCnbo7XzrJHPszZsjnk5wEBSYHI2c= github.com/naoina/go-stringutil v0.1.0/go.mod h1:XJ2SJL9jCtBh+P9q5btrd/Ylo8XwT/h1USek5+NqSA0= github.com/naoina/toml v0.1.2-0.20170918210437-9fafd6967416/go.mod h1:NBIhNtsFMo3G2szEBne+bO4gS192HuIYRqfvOWb4i1E= github.com/nats-io/jwt v0.3.0/go.mod h1:fRYCDE99xlTsqUzISS1Bi75UBJ6ljOJQOAAu5VglpSg= @@ -602,28 +764,42 @@ github.com/nats-io/nats.go v1.9.1/go.mod h1:ZjDU1L/7fJ09jvUSRVBR2e7+RnLiiIQyqyzE github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w= github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c= +github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354/go.mod h1:KSVJerMDfblTH7p5MZaTt+8zaT2iEk3AkVb9PQdZuE8= github.com/neilotoole/errgroup v0.1.5/go.mod h1:Q2nLGf+594h0CLBs/Mbg6qOr7GtqDK7C2S41udRnToE= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= +github.com/nishanths/exhaustive v0.2.3/go.mod h1:bhIX678Nx8inLM9PbpvK1yv6oGtoP8BfaIeMzgBNKvc= +github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ= github.com/nishanths/predeclared v0.0.0-20200524104333-86fad755b4d3/go.mod h1:nt3d53pc1VYcphSCIaYAJtnPYnr3Zyn8fMq2wvPGPso= +github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE= github.com/nxadm/tail v1.4.4 h1:DQuhQpB1tVlglWS2hLQ5OV6B5r8aGxSrPc5Qo6uTN78= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= +github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= +github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= github.com/oklog/oklog v0.3.2/go.mod h1:FCV+B7mhrz4o+ueLpx+KqkyXRGMWOYEvfiXtdGtbWGs= github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA= github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.2-0.20190409134802-7e037d187b0c/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= +github.com/olekukonko/tablewriter v0.0.2/go.mod h1:rSAaSIOAGT9odnlyGlUfAJaoc5w2fSBUmeGDbRWPxyQ= +github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= +github.com/onsi/ginkgo v1.10.3/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= github.com/onsi/ginkgo v1.14.0 h1:2mOpI4JVVPBN+WQRa0WKH2eXR+Ey+uK4n7Zj0aYpIQA= github.com/onsi/ginkgo v1.14.0/go.mod h1:iSB4RoI2tjJc9BBv4NKIKWKya62Rps+oPG/Lv9klQyY= +github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= +github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= +github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= github.com/onsi/gomega v1.4.1/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= github.com/onsi/gomega v1.10.1 h1:o0+MgICZLuZ7xjH7Vx6zS/zcu93/BEp1VwkIW1mEXCE= github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= +github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak= +github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= @@ -663,9 +839,11 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9 github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ= github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= +github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= github.com/peterh/liner v1.1.1-0.20190123174540-a2c9a5303de7/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 h1:q2e307iGHPdTGp0hoxKjt1H5pDo6utceo3dQVK3I5XQ= github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5/go.mod h1:jvVRKCrJTQWu0XVbaOlby/2lO20uSCHEMzzplHXte1o= +github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d/go.mod h1:3OzsM7FXDQlpCiw2j81fOmAwQLnZnLGXVKUzeKQXIAw= github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -674,8 +852,10 @@ github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= github.com/pkg/profile v1.2.1/go.mod h1:hJw3o1OdXxsrSjjVksARp5W95eeEaEfptyVZyv6JUPA= github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= +github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= +github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349/go.mod h1:wi9BfjxjF/bwiZ701TzmfKu6UKC357IOAtNr0Td0Lvw= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= @@ -702,6 +882,7 @@ github.com/prometheus/common v0.7.0/go.mod h1:DjGbpBbp5NYNiECxcL/VnbXCCaQpKd3tt2 github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= github.com/prometheus/common v0.14.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= +github.com/prometheus/common v0.15.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16Clt/msog/s= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.29.0 h1:3jqPBvKT4OHAbje2Ql7KeaaSicDBCxMYwEJU1zRJceE= github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= @@ -712,10 +893,21 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= +github.com/prometheus/procfs v0.3.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4= github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/tsdb v0.6.2-0.20190402121629-4f204dcbc150/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/pseudomuto/protoc-gen-doc v1.3.2/go.mod h1:y5+P6n3iGrbKG+9O04V5ld71in3v/bX88wUwgt+U8EA= +github.com/pseudomuto/protokit v0.2.0/go.mod h1:2PdH30hxVHsup8KpBTOXTBeMVhJZVio3Q8ViKSAXT0Q= +github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= +github.com/quasilyte/go-ruleguard v0.3.1-0.20210203134552-1b5a410e1cc8/go.mod h1:KsAh3x0e7Fkpgs+Q9pNLS5XpFSvYCEVl5gP9Pp1xp30= +github.com/quasilyte/go-ruleguard v0.3.4/go.mod h1:57FZgMnoo6jqxkYKmVj5Fc8vOt0rVzoE/UNAmFFIPqA= +github.com/quasilyte/go-ruleguard/dsl v0.3.0/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= +github.com/quasilyte/go-ruleguard/dsl v0.3.2/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= +github.com/quasilyte/go-ruleguard/rules v0.0.0-20201231183845-9e62ed36efe1/go.mod h1:7JTjp89EGyU1d6XfBiXihJNG37wB2VRkd125Q1u7Plc= +github.com/quasilyte/go-ruleguard/rules v0.0.0-20210203162857-b223e0831f88/go.mod h1:4cgAphtvu7Ftv7vOT2ZOYhC6CvBxZixcasr8qIOTA50= +github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95/go.mod h1:rlzQ04UMyJXu/aOvhd8qT+hvDrFpiwqp8MRXDY9szc0= github.com/rakyll/statik v0.1.7 h1:OF3QCZUuyPxuGEP7B4ypUa7sB/iHtqOTDYZXGM8KOdQ= github.com/rakyll/statik v0.1.7/go.mod h1:AlZONWzMtEnMs7W4e/1LURLiI49pIMmp6V9Unghqrcc= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= @@ -729,6 +921,7 @@ github.com/rjeczalik/notify v0.9.1/go.mod h1:rKwnCoCGeuQnwBtTSPL9Dad03Vh2n40ePRr github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= +github.com/rogpeppe/go-internal v1.6.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rs/cors v0.0.0-20160617231935-a62a804a8a00/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= github.com/rs/cors v1.7.0 h1:+88SsELBHx5r+hZ8TCkggzSstaWNbDvThkVK8H6f9ik= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= @@ -738,15 +931,24 @@ github.com/rs/zerolog v1.23.0 h1:UskrK+saS9P9Y789yNNulYKdARjPZuS35B8gJF2x60g= github.com/rs/zerolog v1.23.0/go.mod h1:6c7hFfxPOy7TacJc4Fcdi24/J0NKYGzjG8FWRI916Qo= github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g= github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= +github.com/ryancurrah/gomodguard v1.2.3/go.mod h1:rYbA/4Tg5c54mV1sv4sQTP5WOPBcoLtnBZ7/TEhXAbg= +github.com/ryanrolds/sqlclosecheck v0.3.0/go.mod h1:1gREqxyTGR3lVtpngyFo3hZAgk0KCtEdgEkHwDbigdA= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= +github.com/sanposhiho/wastedassign/v2 v2.0.6/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= github.com/sasha-s/go-deadlock v0.2.0/go.mod h1:StQn567HiB1fF2yJ44N9au7wOhrPS3iZqiDbRupzT10= github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa h1:0U2s5loxrTy6/VgfVoLuVLFJcURKLH49ie0zSch7gh4= github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa/go.mod h1:F73l+cr82YSh10GxyRI6qZiCgK64VaZjwesgfQ1/iLM= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo= +github.com/securego/gosec/v2 v2.8.1/go.mod h1:pUmsq6+VyFEElJMUX+QB3p3LWNHXg1R3xh2ssVJPs8Q= github.com/segmentio/fasthash v1.0.3/go.mod h1:waKX8l2N8yckOgmSsXJi7x1ZfdKZ4x7KRMzBtS3oedY= +github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= +github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c/go.mod h1:/PevMnwAxekIXwN8qQyfc5gl2NlkB3CQlkizAbOkeBs= github.com/shirou/gopsutil v2.20.5+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= +github.com/shirou/gopsutil/v3 v3.21.7/go.mod h1:RGl11Y7XMTQPmHh8F0ayC6haKNBgH4PXMJuTAcMOlz4= +github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= +github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= github.com/sirupsen/logrus v1.4.1/go.mod h1:ni0Sbl8bgC9z8RoU9G6nDWqqs/fq4eDPysMBDgk/93Q= @@ -761,7 +963,9 @@ github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIK github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa/go.mod h1:oJyF+mSPHbB5mVY2iO9KV3pTt/QbIkGaO8gQ2WrDbP4= github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= +github.com/sonatard/noctx v0.0.1/go.mod h1:9D2D/EoULe8Yy2joDHJj7bv3sZoq9AaSb8B4lqBjiZI= github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= +github.com/sourcegraph/go-diff v0.6.1/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= @@ -792,6 +996,7 @@ github.com/spf13/viper v1.7.1/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5q github.com/spf13/viper v1.8.0/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns= github.com/spf13/viper v1.8.1 h1:Kq1fyeebqsBfbjZj4EL7gj2IO0mMaiyjYUWcUsl2O44= github.com/spf13/viper v1.8.1/go.mod h1:o0Pch8wJ9BVSWGQMbra6iw0oQ5oktSIBaujf1rJH9Ns= +github.com/ssgreg/nlreturn/v2 v2.1.0/go.mod h1:E/iiPB78hV7Szg2YfRgyIrk1AD6JVMTRkkxBiELzh2I= github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4/go.mod h1:RZLeN1LMWmRsyYjvAu+I6Dm9QmlDaIIt+Y+4Kd7Tp+Q= github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570/go.mod h1:8OR4w3TdeIHIh1g6EMY5p0gVNOovcWC+1vpc7naMuAw= github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3/go.mod h1:hpGUWaI9xL8pRQCTXQgocU38Qw1g0Us7n5PxxTwTCYU= @@ -802,6 +1007,8 @@ github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+ github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= +github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v1.1.4/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= @@ -815,6 +1022,7 @@ github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM= github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954 h1:xQdMZ1WLrgkkvOZ/LDQxjVxMLdby7osSh4ZEVa5sIjs= github.com/syndtr/goleveldb v1.0.1-0.20210305035536-64b5b1c73954/go.mod h1:u2MKkTVTVJWe5D1rCvame8WqhBd88EuIwODJZ1VHCPM= +github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM= github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c h1:g+WoO5jjkqGAzHWCjJB1zZfXPIAaDpzXIEJ0eS6B5Ok= github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c/go.mod h1:ahpPrc7HpcfEWDQRZEmnXMzHY03mLDYMCxeDzy46i+8= github.com/tendermint/btcd v0.1.1 h1:0VcxPfflS2zZ3RiOAHkBiFUcPvbtRj5O7zHmcJWHV7s= @@ -832,12 +1040,20 @@ github.com/tendermint/tm-db v0.6.2/go.mod h1:GYtQ67SUvATOcoY8/+x6ylk8Qo02BQyLrAs github.com/tendermint/tm-db v0.6.3/go.mod h1:lfA1dL9/Y/Y8wwyPp2NMLyn5P5Ptr/gvDFNWtrCWSf8= github.com/tendermint/tm-db v0.6.4 h1:3N2jlnYQkXNQclQwd/eKV/NzlqPlfK21cpRRIx80XXQ= github.com/tendermint/tm-db v0.6.4/go.mod h1:dptYhIpJ2M5kUuenLr+Yyf3zQOv1SgBZcl8/BmWlMBw= +github.com/tetafro/godot v1.4.9/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8= github.com/tidwall/gjson v1.6.7/go.mod h1:zeFuBCIqD4sN/gmqBzZ4j7Jd6UcA2Fc56x7QFsv+8fI= github.com/tidwall/match v1.0.3/go.mod h1:eRSPERbgtNPcGhD8UCthc6PmLEQXEWd3PRB5JTxsfmM= github.com/tidwall/pretty v1.0.2/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tidwall/sjson v1.1.4/go.mod h1:wXpKXu8CtDjKAZ+3DrKY5ROCorDFahq8l0tey/Lx1fg= +github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= +github.com/tklauser/go-sysconf v0.3.7/go.mod h1:JZIdXh4RmBvZDBZ41ld2bGxRV3n4daiiqA3skYhAoQ4= +github.com/tklauser/numcpus v0.2.3/go.mod h1:vpEPS/JC+oZGGQ/My/vJnNsvMDQL6PwOqt8dsCw5j+E= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= +github.com/tomarrell/wrapcheck/v2 v2.3.0/go.mod h1:aF5rnkdtqNWP/gC7vPUO5pKsB0Oac2FDTQP4F+dpZMU= +github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= +github.com/tommy-muehle/go-mnd/v2 v2.4.0/go.mod h1:WsUAkMJMYww6l/ufffCD3m+P7LEvr8TnZn9lwVDlgzw= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs= github.com/tyler-smith/go-bip39 v1.0.2/go.mod h1:sJ5fKU0s6JVwZjjcUEX2zFOnvq0ASQ2K9Zr6cf67kNs= @@ -847,16 +1063,29 @@ github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVM github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0= github.com/ugorji/go/codec v1.1.7 h1:2SvQaVZ1ouYrrKKwoSk2pzd4A9evlKJb9oTL+OaLUSs= github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= +github.com/ultraware/funlen v0.0.3/go.mod h1:Dp4UiAus7Wdb9KUZsYWZEWiRzGuM2kXM1lPbfaF6xhA= +github.com/ultraware/whitespace v0.0.4/go.mod h1:aVMh/gQve5Maj9hQ/hg+F75lr/X5A89uZnzAmWSineA= github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= +github.com/uudashr/gocognit v1.0.5/go.mod h1:wgYz0mitoKOTysqxTDMOUXg+Jb5SvtihkfmugIZYpEA= +github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= +github.com/valyala/fasthttp v1.16.0/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl6TwOBhHCA= +github.com/valyala/quicktemplate v1.6.3/go.mod h1:fwPzK2fHuYEODzJ9pkw0ipCPNHZ2tD5KW4lOuSdPKzY= +github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= +github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8/go.mod h1:dniwbG03GafCjFohMDmz6Zc6oCuiqgH6tGNyXTkHzXE= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vmihailenco/msgpack/v5 v5.1.4/go.mod h1:C5gboKD0TJPqWDTVTtrQNfRbiBwHZGo8UTqP/9/XvLI= github.com/vmihailenco/tagparser v0.1.2/go.mod h1:OeAg3pn3UbLjkWt+rN9oFYB6u/cQgqMEUPoW2WPyhdI= github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208/go.mod h1:IotVbo4F+mw0EzQ08zFqg7pK3FebNXpaMsRy2RT+Ees= github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= +github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs= github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q= github.com/ybbus/jsonrpc v2.1.2+incompatible/go.mod h1:XJrh1eMSzdIYFbM08flv0wp5G35eRniyeGut1z+LSiE= +github.com/yeya24/promlinter v0.1.0/go.mod h1:rs5vtZzeBHqqMwXqFScncpCF6u06lezhZepno9AB1Oc= +github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg= +github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM= +github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= @@ -866,12 +1095,15 @@ github.com/zondax/hid v0.9.0 h1:eiT3P6vNxAEVxXMw66eZUAAnU2zD33JBkfG/EnfAKl8= github.com/zondax/hid v0.9.0/go.mod h1:l5wttcP0jwtdLjqjMMWFVEE7d1zO0jvSPA9OPZxWpEM= go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= +go.etcd.io/bbolt v1.3.4/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.etcd.io/bbolt v1.3.5 h1:XAzx9gjCb0Rxj7EoqcClPD1d5ZBxZJk0jbuoPHenBt0= go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.etcd.io/etcd v0.0.0-20200513171258-e048e166ab9c/go.mod h1:xCI7ZzBfRuGgBXyXO6yfWfDmlWd35khcWpUa4L0xI/k= go.etcd.io/etcd/api/v3 v3.5.0/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= go.etcd.io/etcd/client/pkg/v3 v3.5.0/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= go.etcd.io/etcd/client/v2 v2.305.0/go.mod h1:h9puh54ZTgAKtEbut2oe9P4L/oqKCVB6xsXlzd7alYQ= +go.mozilla.org/mozlog v0.0.0-20170222151521-4bb13139d403/go.mod h1:jHoPAGnDrCy6kaI2tAze5Prf0Nr0w/oNkROt2lw3n3o= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -887,12 +1119,14 @@ go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= +go.uber.org/multierr v1.4.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee/go.mod h1:vJERXedbb3MVM5f9Ejo0C68/HhF8uaILCdgjnY+goOA= go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= go.uber.org/zap v1.13.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= golang.org/x/crypto v0.0.0-20170930174604-9419663f5a44/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20180501155221-613d6eafa307/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= @@ -916,6 +1150,8 @@ golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9/go.mod h1:jdWPYTVW3xRLrWP golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 h1:It14KIkyBFYkHkwZ7k45minvA9aorojkyjGk9KJ5B/w= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= +golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a h1:kr2P4QFmQr29mSLA43kwrOcgcReGTfbE9N577tCTuBc= +golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= @@ -992,6 +1228,7 @@ golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/ golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= +golang.org/x/net v0.0.0-20200602114024-627f9648deb9/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= golang.org/x/net v0.0.0-20200813134508-3edf25e44fcc/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= @@ -1006,6 +1243,7 @@ golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= +golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= golang.org/x/net v0.0.0-20210525063256-abc453219eb5/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f h1:w6wWR0H+nyVpbSAQbzVEIACVyr/h8l/BEkY6Sokc7Eg= golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= @@ -1026,6 +1264,7 @@ golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= +golang.org/x/sync v0.0.0-20190412183630-56d357773e84/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -1043,6 +1282,7 @@ golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190130150945-aca44879d564/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1056,9 +1296,11 @@ golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191115151921-52ab43148777/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1081,6 +1323,7 @@ golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200519105757-fe76b779f299/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1093,6 +1336,7 @@ golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -1106,6 +1350,7 @@ golang.org/x/sys v0.0.0-20210426230700-d19ff857e887/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210903071746-97244b99971b h1:3Dq0eVHn0uaQJmPO+/aYPI/fRMqdrVDbu7MQcku54gg= golang.org/x/sys v0.0.0-20210903071746-97244b99971b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= @@ -1124,11 +1369,18 @@ golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20190110163146-51295c7ec13a/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= +golang.org/x/tools v0.0.0-20190307163923-6a08e3108db3/go.mod h1:25r3+/G6/xytQM8iWZKq3Hn0kr0rgFKPUNVEL/dr3z4= golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190311215038-5c2858a9cfe5/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190321232350-e250d351ecad/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190322203728-c1a832b0ad89/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= @@ -1137,21 +1389,27 @@ golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190916130336-e45ffcd953cc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029041327-9cc4af7d6b2c/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191216052735-49a3e744a425/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117012304-6edc0a871e69/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= +golang.org/x/tools v0.0.0-20200117220505-0cba7a3a9ee9/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= @@ -1161,26 +1419,54 @@ golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapK golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= +golang.org/x/tools v0.0.0-20200324003944-a576cf524670/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200414032229-332987a829c3/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200522201501-cb1345f3a375/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200622203043-20e05c1c8ffa/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200624225443-88f3c62a19ff/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200625211823-6506e20df31f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200630154851-b2d8b0336632/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200706234117-b22de6825cf7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200717024301-6ddee64345a6/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200820010801-b793a1359eac/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= +golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= +golang.org/x/tools v0.0.0-20201001104356-43ebab892c4c/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= +golang.org/x/tools v0.0.0-20201002184944-ecd9fd270d5d/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= +golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201028025901-8cd080b735b3/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201114224030-61ea331ec02b/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201118003311-bd56c0adb394/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201230224404-63754364767c/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210104081019-d8d6ddbec6ee/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -1191,6 +1477,7 @@ google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEt google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= +google.golang.org/api v0.10.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= @@ -1213,11 +1500,14 @@ google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7 google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= +google.golang.org/appengine v1.6.2/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= +google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20181107211654-5fc9ac540362/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= @@ -1226,6 +1516,7 @@ google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dT google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= +google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= @@ -1247,6 +1538,8 @@ google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfG google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= +google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1257,6 +1550,7 @@ google.golang.org/genproto v0.0.0-20201119123407-9b1e624d6bc4/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20210126160654-44e461bb6506/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -1289,6 +1583,7 @@ gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8 gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U= gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= +gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= @@ -1308,6 +1603,7 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.6/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= @@ -1324,6 +1620,11 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= +honnef.co/go/tools v0.2.1/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY= +mvdan.cc/gofumpt v0.1.1/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48= +mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= +mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b/go.mod h1:2odslEg/xrtNQqCYg2/jCoyKnw3vv5biOc3JnIcYfL4= +mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7/go.mod h1:hBpJkZE8H/sb+VRFvw2+rBpHNsTBcvSpk61hr8mzXZE= nhooyr.io/websocket v1.8.6 h1:s+C3xAMLwGmlI31Nyn/eAehUlZPwfYZu2JXM621Q5/k= nhooyr.io/websocket v1.8.6/go.mod h1:B70DZP8IakI65RVQ51MsWP/8jndNma26DVA/nFSCgW0= rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= From 3770380c32c69f3e8ac4264fb143319bfc3437de Mon Sep 17 00:00:00 2001 From: Bax995 Date: Tue, 12 Oct 2021 20:16:27 +0200 Subject: [PATCH 3/4] Updated CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f457249a4..8b45467b15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). --> +## Version 2.0.2 +### Dependencies +* ([\##647](https://github.com/desmos-labs/desmos/issues/647)) Updated Cosmos to v0.44.2 + ## Version 2.0.1 ### Changes * ([\#637](https://github.com/desmos-labs/desmos/pull/637)) Updated `go.mod` module to `v2` From b408d54d0843560d9734c00d249fe3fa959e8e63 Mon Sep 17 00:00:00 2001 From: Bax995 Date: Wed, 13 Oct 2021 09:43:50 +0200 Subject: [PATCH 4/4] fixed CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b45467b15..40641f97da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Version 2.0.2 ### Dependencies -* ([\##647](https://github.com/desmos-labs/desmos/issues/647)) Updated Cosmos to v0.44.2 +* ([\#647](https://github.com/desmos-labs/desmos/issues/647)) Updated Cosmos to v0.44.2 ## Version 2.0.1 ### Changes