From 3f73ab90f603616d5a40f7c8a2e44289e3cab062 Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 30 Jan 2023 11:14:54 +0900 Subject: [PATCH 1/5] bump go mod to v2 --- Makefile | 2 +- app/app.go | 16 ++++++++-------- app/prefix.go | 2 +- app/sim_test.go | 2 +- app/test_helpers.go | 4 ++-- cmd/cronosd/cmd/root.go | 6 +++--- cmd/cronosd/experimental/util.go | 2 +- cmd/cronosd/main.go | 4 ++-- go.mod | 2 +- testutil/simapp/simapp.go | 2 +- x/cronos/client/cli/query.go | 2 +- x/cronos/client/cli/tx.go | 2 +- x/cronos/client/proposal_handler.go | 2 +- x/cronos/genesis.go | 4 ++-- x/cronos/genesis_test.go | 4 ++-- x/cronos/handler.go | 4 ++-- x/cronos/handler_test.go | 6 +++--- x/cronos/keeper/evm.go | 2 +- x/cronos/keeper/evm_hooks.go | 2 +- x/cronos/keeper/evm_hooks_test.go | 10 +++++----- x/cronos/keeper/evm_test.go | 2 +- .../evmhandlers/cancel_send_to_evm_chain.go | 4 ++-- x/cronos/keeper/evmhandlers/send_cro_to_ibc.go | 4 ++-- x/cronos/keeper/evmhandlers/send_to_account.go | 4 ++-- x/cronos/keeper/evmhandlers/send_to_evm_chain.go | 4 ++-- x/cronos/keeper/evmhandlers/send_to_ibc.go | 4 ++-- x/cronos/keeper/evmhandlers/send_to_ibc_v2.go | 4 ++-- x/cronos/keeper/evmhandlers_test.go | 10 +++++----- x/cronos/keeper/gravity_hooks.go | 2 +- x/cronos/keeper/grpc_query.go | 2 +- x/cronos/keeper/ibc.go | 2 +- x/cronos/keeper/ibc_test.go | 8 ++++---- x/cronos/keeper/keeper.go | 2 +- x/cronos/keeper/keeper_test.go | 8 ++++---- x/cronos/keeper/migrations.go | 2 +- x/cronos/keeper/msg_server.go | 2 +- x/cronos/keeper/msg_server_test.go | 4 ++-- x/cronos/keeper/params.go | 2 +- x/cronos/keeper/params_test.go | 8 ++++---- x/cronos/middleware/conversion_middleware.go | 2 +- x/cronos/migrations/v2/migrate.go | 4 ++-- x/cronos/migrations/v2/migrate_test.go | 6 +++--- x/cronos/module.go | 8 ++++---- x/cronos/proposal_handler.go | 4 ++-- x/cronos/rpc/api.go | 2 +- x/cronos/simulation/decoder.go | 2 +- x/cronos/simulation/decoder_test.go | 2 +- x/cronos/simulation/genesis.go | 2 +- x/cronos/simulation/genesis_test.go | 4 ++-- x/cronos/simulation/operations.go | 4 ++-- x/cronos/simulation/params.go | 2 +- x/cronos/simulation/params_test.go | 2 +- x/cronos/types/messages_test.go | 4 ++-- 53 files changed, 103 insertions(+), 103 deletions(-) diff --git a/Makefile b/Makefile index a634405238..0d82a047d7 100644 --- a/Makefile +++ b/Makefile @@ -162,7 +162,7 @@ release: ### Sim Test ### ############################################################################### -SIMAPP = github.com/crypto-org-chain/cronos/app +SIMAPP = github.com/crypto-org-chain/cronos/v2/app # Install the runsim binary with a temporary workaround of entering an outside # directory as the "go get" command ignores the -mod option and will polute the diff --git a/app/app.go b/app/app.go index 0e8b87678a..4b61e1ce6d 100644 --- a/app/app.go +++ b/app/app.go @@ -7,7 +7,7 @@ import ( "os" "path/filepath" - "github.com/crypto-org-chain/cronos/x/cronos/middleware" + "github.com/crypto-org-chain/cronos/v2/x/cronos/middleware" "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/codec/types" @@ -121,21 +121,21 @@ import ( // this line is used by starport scaffolding # stargate/app/moduleImport - "github.com/crypto-org-chain/cronos/x/cronos" - cronosclient "github.com/crypto-org-chain/cronos/x/cronos/client" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - evmhandlers "github.com/crypto-org-chain/cronos/x/cronos/keeper/evmhandlers" - cronostypes "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos" + cronosclient "github.com/crypto-org-chain/cronos/v2/x/cronos/client" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + evmhandlers "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/evmhandlers" + cronostypes "github.com/crypto-org-chain/cronos/v2/x/cronos/types" // unnamed import of statik for swagger UI support - _ "github.com/crypto-org-chain/cronos/client/docs/statik" + _ "github.com/crypto-org-chain/cronos/v2/client/docs/statik" // Force-load the tracer engines to trigger registration _ "github.com/ethereum/go-ethereum/eth/tracers/js" _ "github.com/ethereum/go-ethereum/eth/tracers/native" // force register the extension json-rpc. - _ "github.com/crypto-org-chain/cronos/x/cronos/rpc" + _ "github.com/crypto-org-chain/cronos/v2/x/cronos/rpc" ) const ( diff --git a/app/prefix.go b/app/prefix.go index 83a8bc1c61..916d25d2f2 100644 --- a/app/prefix.go +++ b/app/prefix.go @@ -2,7 +2,7 @@ package app import ( sdk "github.com/cosmos/cosmos-sdk/types" - cmdcfg "github.com/crypto-org-chain/cronos/cmd/cronosd/config" + cmdcfg "github.com/crypto-org-chain/cronos/v2/cmd/cronosd/config" ethcfg "github.com/evmos/ethermint/cmd/config" ) diff --git a/app/sim_test.go b/app/sim_test.go index 72f13597b2..77898b4bd6 100644 --- a/app/sim_test.go +++ b/app/sim_test.go @@ -36,7 +36,7 @@ import ( slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - cronosmoduletypes "github.com/crypto-org-chain/cronos/x/cronos/types" + cronosmoduletypes "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // Get flags every time the simulator is run diff --git a/app/test_helpers.go b/app/test_helpers.go index e52956d3fc..a432bd6cd7 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -36,8 +36,8 @@ import ( minttypes "github.com/cosmos/cosmos-sdk/x/mint/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/crypto-org-chain/cronos/x/cronos" - cronostypes "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos" + cronostypes "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) const ( diff --git a/cmd/cronosd/cmd/root.go b/cmd/cronosd/cmd/root.go index b33a681533..0209d2f9d6 100644 --- a/cmd/cronosd/cmd/root.go +++ b/cmd/cronosd/cmd/root.go @@ -6,8 +6,8 @@ import ( "os" "path/filepath" - "github.com/crypto-org-chain/cronos/cmd/cronosd/experimental" - "github.com/crypto-org-chain/cronos/x/cronos" + "github.com/crypto-org-chain/cronos/v2/cmd/cronosd/experimental" + "github.com/crypto-org-chain/cronos/v2/x/cronos" "github.com/cosmos/cosmos-sdk/simapp/params" "github.com/cosmos/cosmos-sdk/snapshots" @@ -45,7 +45,7 @@ import ( servercfg "github.com/evmos/ethermint/server/config" ethermint "github.com/evmos/ethermint/types" - "github.com/crypto-org-chain/cronos/app" + "github.com/crypto-org-chain/cronos/v2/app" // this line is used by starport scaffolding # stargate/root/import ) diff --git a/cmd/cronosd/experimental/util.go b/cmd/cronosd/experimental/util.go index f7801f686d..b6e1549c80 100644 --- a/cmd/cronosd/experimental/util.go +++ b/cmd/cronosd/experimental/util.go @@ -1,7 +1,7 @@ package experimental import ( - "github.com/crypto-org-chain/cronos/app" + "github.com/crypto-org-chain/cronos/v2/app" gravitycmd "github.com/peggyjv/gravity-bridge/module/v2/cmd/gravity/cmd" "github.com/spf13/cobra" ) diff --git a/cmd/cronosd/main.go b/cmd/cronosd/main.go index c2fcd0225f..ad712249e3 100644 --- a/cmd/cronosd/main.go +++ b/cmd/cronosd/main.go @@ -4,8 +4,8 @@ import ( "os" svrcmd "github.com/cosmos/cosmos-sdk/server/cmd" - "github.com/crypto-org-chain/cronos/app" - "github.com/crypto-org-chain/cronos/cmd/cronosd/cmd" + "github.com/crypto-org-chain/cronos/v2/app" + "github.com/crypto-org-chain/cronos/v2/cmd/cronosd/cmd" ) func main() { diff --git a/go.mod b/go.mod index 703e2dbfcf..eaca4d90cf 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/crypto-org-chain/cronos +module github.com/crypto-org-chain/cronos/v2 go 1.18 diff --git a/testutil/simapp/simapp.go b/testutil/simapp/simapp.go index b46e24ee51..1ccf65078f 100644 --- a/testutil/simapp/simapp.go +++ b/testutil/simapp/simapp.go @@ -10,7 +10,7 @@ import ( tmtypes "github.com/tendermint/tendermint/types" tmdb "github.com/tendermint/tm-db" - "github.com/crypto-org-chain/cronos/app" + "github.com/crypto-org-chain/cronos/v2/app" ) // New creates application instance with in-memory database and disabled logging. diff --git a/x/cronos/client/cli/query.go b/x/cronos/client/cli/query.go index 8efec106a1..d5ebc41228 100644 --- a/x/cronos/client/cli/query.go +++ b/x/cronos/client/cli/query.go @@ -10,7 +10,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // GetQueryCmd returns the cli query commands for this module diff --git a/x/cronos/client/cli/tx.go b/x/cronos/client/cli/tx.go index 8d19826886..d30df82003 100644 --- a/x/cronos/client/cli/tx.go +++ b/x/cronos/client/cli/tx.go @@ -17,7 +17,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" // "github.com/cosmos/cosmos-sdk/client/flags" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // GetTxCmd returns the transaction commands for this module diff --git a/x/cronos/client/proposal_handler.go b/x/cronos/client/proposal_handler.go index 8d77504f7f..c859b223af 100644 --- a/x/cronos/client/proposal_handler.go +++ b/x/cronos/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/cosmos/cosmos-sdk/x/gov/client" - "github.com/crypto-org-chain/cronos/x/cronos/client/cli" + "github.com/crypto-org-chain/cronos/v2/x/cronos/client/cli" ) // ProposalHandler is the token mapping change proposal handler. diff --git a/x/cronos/genesis.go b/x/cronos/genesis.go index 0393fef566..8069b03853 100644 --- a/x/cronos/genesis.go +++ b/x/cronos/genesis.go @@ -4,8 +4,8 @@ import ( "fmt" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" ) diff --git a/x/cronos/genesis_test.go b/x/cronos/genesis_test.go index e03f5266f7..08c3ed0faa 100644 --- a/x/cronos/genesis_test.go +++ b/x/cronos/genesis_test.go @@ -1,8 +1,8 @@ package cronos_test import ( - "github.com/crypto-org-chain/cronos/x/cronos" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) func (suite *CronosTestSuite) TestInitGenesis() { diff --git a/x/cronos/handler.go b/x/cronos/handler.go index 97202b3160..83ed0627a5 100644 --- a/x/cronos/handler.go +++ b/x/cronos/handler.go @@ -5,8 +5,8 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // NewHandler for Cronos diff --git a/x/cronos/handler_test.go b/x/cronos/handler_test.go index 450df6144b..7bc20d7b14 100644 --- a/x/cronos/handler_test.go +++ b/x/cronos/handler_test.go @@ -9,9 +9,9 @@ import ( "github.com/cosmos/cosmos-sdk/testutil/testdata" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/crypto-org-chain/cronos/app" - "github.com/crypto-org-chain/cronos/x/cronos" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + "github.com/crypto-org-chain/cronos/v2/x/cronos" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/evmos/ethermint/crypto/ethsecp256k1" "github.com/stretchr/testify/suite" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" diff --git a/x/cronos/keeper/evm.go b/x/cronos/keeper/evm.go index 9046b4d2f2..b5b1cfe42d 100644 --- a/x/cronos/keeper/evm.go +++ b/x/cronos/keeper/evm.go @@ -11,7 +11,7 @@ import ( "github.com/ethereum/go-ethereum/crypto" evmtypes "github.com/evmos/ethermint/x/evm/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // DefaultGasCap defines the gas limit used to run internal evm call diff --git a/x/cronos/keeper/evm_hooks.go b/x/cronos/keeper/evm_hooks.go index eb6d37d083..44dee154aa 100644 --- a/x/cronos/keeper/evm_hooks.go +++ b/x/cronos/keeper/evm_hooks.go @@ -4,7 +4,7 @@ import ( "math/big" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/core" ethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/x/cronos/keeper/evm_hooks_test.go b/x/cronos/keeper/evm_hooks_test.go index 908a26aff3..c6dd87bbbb 100644 --- a/x/cronos/keeper/evm_hooks_test.go +++ b/x/cronos/keeper/evm_hooks_test.go @@ -4,18 +4,18 @@ import ( "fmt" "math/big" - handlers "github.com/crypto-org-chain/cronos/x/cronos/keeper/evmhandlers" + handlers "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/evmhandlers" gravitytypes "github.com/peggyjv/gravity-bridge/module/v2/x/gravity/types" - "github.com/crypto-org-chain/cronos/app" - keepertest "github.com/crypto-org-chain/cronos/x/cronos/keeper/mock" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + keepertest "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/mock" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" "github.com/ethereum/go-ethereum/common" ethtypes "github.com/ethereum/go-ethereum/core/types" ) diff --git a/x/cronos/keeper/evm_test.go b/x/cronos/keeper/evm_test.go index efbd165199..3fb5d62e83 100644 --- a/x/cronos/keeper/evm_test.go +++ b/x/cronos/keeper/evm_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "math/big" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/ethereum/go-ethereum/common" diff --git a/x/cronos/keeper/evmhandlers/cancel_send_to_evm_chain.go b/x/cronos/keeper/evmhandlers/cancel_send_to_evm_chain.go index 768d125cd2..04e72ba213 100644 --- a/x/cronos/keeper/evmhandlers/cancel_send_to_evm_chain.go +++ b/x/cronos/keeper/evmhandlers/cancel_send_to_evm_chain.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = CancelSendToEvmChainHandler{} diff --git a/x/cronos/keeper/evmhandlers/send_cro_to_ibc.go b/x/cronos/keeper/evmhandlers/send_cro_to_ibc.go index abe12302a4..71abf48e14 100644 --- a/x/cronos/keeper/evmhandlers/send_cro_to_ibc.go +++ b/x/cronos/keeper/evmhandlers/send_cro_to_ibc.go @@ -7,8 +7,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = SendCroToIbcHandler{} diff --git a/x/cronos/keeper/evmhandlers/send_to_account.go b/x/cronos/keeper/evmhandlers/send_to_account.go index d106f08576..344597c93a 100644 --- a/x/cronos/keeper/evmhandlers/send_to_account.go +++ b/x/cronos/keeper/evmhandlers/send_to_account.go @@ -8,8 +8,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = SendToAccountHandler{} diff --git a/x/cronos/keeper/evmhandlers/send_to_evm_chain.go b/x/cronos/keeper/evmhandlers/send_to_evm_chain.go index 23d8e51a77..68592d489b 100644 --- a/x/cronos/keeper/evmhandlers/send_to_evm_chain.go +++ b/x/cronos/keeper/evmhandlers/send_to_evm_chain.go @@ -10,8 +10,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = SendToEvmChainHandler{} diff --git a/x/cronos/keeper/evmhandlers/send_to_ibc.go b/x/cronos/keeper/evmhandlers/send_to_ibc.go index e3a3ff1421..415113593b 100644 --- a/x/cronos/keeper/evmhandlers/send_to_ibc.go +++ b/x/cronos/keeper/evmhandlers/send_to_ibc.go @@ -8,8 +8,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = SendToIbcHandler{} diff --git a/x/cronos/keeper/evmhandlers/send_to_ibc_v2.go b/x/cronos/keeper/evmhandlers/send_to_ibc_v2.go index c5075c30f6..9e1dc42e3f 100644 --- a/x/cronos/keeper/evmhandlers/send_to_ibc_v2.go +++ b/x/cronos/keeper/evmhandlers/send_to_ibc_v2.go @@ -8,8 +8,8 @@ import ( "github.com/ethereum/go-ethereum/accounts/abi" "github.com/ethereum/go-ethereum/common" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) var _ types.EvmLogHandler = SendToIbcV2Handler{} diff --git a/x/cronos/keeper/evmhandlers_test.go b/x/cronos/keeper/evmhandlers_test.go index 03092eda1c..b91054b95b 100644 --- a/x/cronos/keeper/evmhandlers_test.go +++ b/x/cronos/keeper/evmhandlers_test.go @@ -8,11 +8,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/crypto-org-chain/cronos/app" - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - evmhandlers "github.com/crypto-org-chain/cronos/x/cronos/keeper/evmhandlers" - keepertest "github.com/crypto-org-chain/cronos/x/cronos/keeper/mock" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + evmhandlers "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/evmhandlers" + keepertest "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/mock" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" gravitykeeper "github.com/peggyjv/gravity-bridge/module/v2/x/gravity/keeper" gravitytypes "github.com/peggyjv/gravity-bridge/module/v2/x/gravity/types" diff --git a/x/cronos/keeper/gravity_hooks.go b/x/cronos/keeper/gravity_hooks.go index fc2771568c..139430554d 100644 --- a/x/cronos/keeper/gravity_hooks.go +++ b/x/cronos/keeper/gravity_hooks.go @@ -5,7 +5,7 @@ import ( "strconv" sdk "github.com/cosmos/cosmos-sdk/types" - cronostypes "github.com/crypto-org-chain/cronos/x/cronos/types" + cronostypes "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" gravitytypes "github.com/peggyjv/gravity-bridge/module/v2/x/gravity/types" ) diff --git a/x/cronos/keeper/grpc_query.go b/x/cronos/keeper/grpc_query.go index 02eed393fd..9a537c0a8e 100644 --- a/x/cronos/keeper/grpc_query.go +++ b/x/cronos/keeper/grpc_query.go @@ -9,7 +9,7 @@ import ( "google.golang.org/grpc/status" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" evmtypes "github.com/evmos/ethermint/x/evm/types" ) diff --git a/x/cronos/keeper/ibc.go b/x/cronos/keeper/ibc.go index 4cd0b8e4a1..057efd547c 100644 --- a/x/cronos/keeper/ibc.go +++ b/x/cronos/keeper/ibc.go @@ -12,7 +12,7 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" ibctransfertypes "github.com/cosmos/ibc-go/v5/modules/apps/transfer/types" ibcclienttypes "github.com/cosmos/ibc-go/v5/modules/core/02-client/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) func (k Keeper) ConvertVouchersToEvmCoins(ctx sdk.Context, from string, coins sdk.Coins) error { diff --git a/x/cronos/keeper/ibc_test.go b/x/cronos/keeper/ibc_test.go index ec7ab125bc..e1b75a5e25 100644 --- a/x/cronos/keeper/ibc_test.go +++ b/x/cronos/keeper/ibc_test.go @@ -8,10 +8,10 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/crypto-org-chain/cronos/app" - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - keepertest "github.com/crypto-org-chain/cronos/x/cronos/keeper/mock" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + keepertest "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/mock" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" "github.com/evmos/ethermint/crypto/ethsecp256k1" ) diff --git a/x/cronos/keeper/keeper.go b/x/cronos/keeper/keeper.go index 167fd4530a..b295257418 100644 --- a/x/cronos/keeper/keeper.go +++ b/x/cronos/keeper/keeper.go @@ -14,7 +14,7 @@ import ( storetypes "github.com/cosmos/cosmos-sdk/store/types" sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" // this line is used by starport scaffolding # ibc/keeper/import ) diff --git a/x/cronos/keeper/keeper_test.go b/x/cronos/keeper/keeper_test.go index 17455f377e..722ea59dd2 100644 --- a/x/cronos/keeper/keeper_test.go +++ b/x/cronos/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "testing" "time" - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - keepertest "github.com/crypto-org-chain/cronos/x/cronos/keeper/mock" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + keepertest "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/mock" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" evmtypes "github.com/evmos/ethermint/x/evm/types" @@ -27,7 +27,7 @@ import ( tmversion "github.com/tendermint/tendermint/proto/tendermint/version" "github.com/tendermint/tendermint/version" - "github.com/crypto-org-chain/cronos/app" + "github.com/crypto-org-chain/cronos/v2/app" ) const ( diff --git a/x/cronos/keeper/migrations.go b/x/cronos/keeper/migrations.go index bb048bd08f..dc18b88c4f 100644 --- a/x/cronos/keeper/migrations.go +++ b/x/cronos/keeper/migrations.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/cosmos/cosmos-sdk/types" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - v2 "github.com/crypto-org-chain/cronos/x/cronos/migrations/v2" + v2 "github.com/crypto-org-chain/cronos/v2/x/cronos/migrations/v2" ) // Migrator is a struct for handling in-place store migrations. diff --git a/x/cronos/keeper/msg_server.go b/x/cronos/keeper/msg_server.go index d7f7f6363d..521d45d0f2 100644 --- a/x/cronos/keeper/msg_server.go +++ b/x/cronos/keeper/msg_server.go @@ -7,7 +7,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) type msgServer struct { diff --git a/x/cronos/keeper/msg_server_test.go b/x/cronos/keeper/msg_server_test.go index db7fe2323c..95583a3524 100644 --- a/x/cronos/keeper/msg_server_test.go +++ b/x/cronos/keeper/msg_server_test.go @@ -1,8 +1,8 @@ package keeper_test import ( - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" sdk "github.com/cosmos/cosmos-sdk/types" authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" diff --git a/x/cronos/keeper/params.go b/x/cronos/keeper/params.go index 4c54c934b1..ea146964b2 100644 --- a/x/cronos/keeper/params.go +++ b/x/cronos/keeper/params.go @@ -6,7 +6,7 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" transferTypes "github.com/cosmos/ibc-go/v5/modules/apps/transfer/types" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" evmTypes "github.com/evmos/ethermint/x/evm/types" ) diff --git a/x/cronos/keeper/params_test.go b/x/cronos/keeper/params_test.go index a7cacf94e0..2fdcb7f847 100644 --- a/x/cronos/keeper/params_test.go +++ b/x/cronos/keeper/params_test.go @@ -5,10 +5,10 @@ import ( authtypes "github.com/cosmos/cosmos-sdk/x/auth/types" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types" - "github.com/crypto-org-chain/cronos/app" - cronosmodulekeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" - keepertest "github.com/crypto-org-chain/cronos/x/cronos/keeper/mock" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + cronosmodulekeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + keepertest "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper/mock" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) func (suite *KeeperTestSuite) TestGetSourceChannelID() { diff --git a/x/cronos/middleware/conversion_middleware.go b/x/cronos/middleware/conversion_middleware.go index 40409c0395..0ffb56402c 100644 --- a/x/cronos/middleware/conversion_middleware.go +++ b/x/cronos/middleware/conversion_middleware.go @@ -8,7 +8,7 @@ import ( channeltypes "github.com/cosmos/ibc-go/v5/modules/core/04-channel/types" porttypes "github.com/cosmos/ibc-go/v5/modules/core/05-port/types" "github.com/cosmos/ibc-go/v5/modules/core/exported" - cronoskeeper "github.com/crypto-org-chain/cronos/x/cronos/keeper" + cronoskeeper "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" ) // IBCConversionModule implements the ICS26 interface. diff --git a/x/cronos/migrations/v2/migrate.go b/x/cronos/migrations/v2/migrate.go index fd1d1d03aa..438bca6a14 100644 --- a/x/cronos/migrations/v2/migrate.go +++ b/x/cronos/migrations/v2/migrate.go @@ -3,8 +3,8 @@ package v2 import ( "github.com/cosmos/cosmos-sdk/codec" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/crypto-org-chain/cronos/x/cronos/exported" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/exported" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // Migrate migrates the x/cronos module state from the consensus version 1 to diff --git a/x/cronos/migrations/v2/migrate_test.go b/x/cronos/migrations/v2/migrate_test.go index d20ae38557..82d3e46747 100644 --- a/x/cronos/migrations/v2/migrate_test.go +++ b/x/cronos/migrations/v2/migrate_test.go @@ -6,9 +6,9 @@ import ( "github.com/cosmos/cosmos-sdk/simapp" "github.com/cosmos/cosmos-sdk/testutil" sdk "github.com/cosmos/cosmos-sdk/types" - "github.com/crypto-org-chain/cronos/x/cronos/exported" - v2 "github.com/crypto-org-chain/cronos/x/cronos/migrations/v2" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/exported" + v2 "github.com/crypto-org-chain/cronos/v2/x/cronos/migrations/v2" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/stretchr/testify/require" ) diff --git a/x/cronos/module.go b/x/cronos/module.go index 5ef1cedf12..5efda7f72f 100644 --- a/x/cronos/module.go +++ b/x/cronos/module.go @@ -21,10 +21,10 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" paramstypes "github.com/cosmos/cosmos-sdk/x/params/types" - "github.com/crypto-org-chain/cronos/x/cronos/client/cli" - "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/simulation" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/client/cli" + "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/simulation" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" // this line is used by starport scaffolding # ibc/module/import ) diff --git a/x/cronos/proposal_handler.go b/x/cronos/proposal_handler.go index 70fdf4c07e..cc8cc914c2 100644 --- a/x/cronos/proposal_handler.go +++ b/x/cronos/proposal_handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" - "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // NewTokenMappingChangeProposalHandler creates a new governance Handler for a TokenMappingChangeProposal diff --git a/x/cronos/rpc/api.go b/x/cronos/rpc/api.go index 26847266db..5b327d84b8 100644 --- a/x/cronos/rpc/api.go +++ b/x/cronos/rpc/api.go @@ -8,7 +8,7 @@ import ( "github.com/cosmos/cosmos-sdk/client" "github.com/cosmos/cosmos-sdk/server" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" "github.com/ethereum/go-ethereum/common/hexutil" ethtypes "github.com/ethereum/go-ethereum/core/types" diff --git a/x/cronos/simulation/decoder.go b/x/cronos/simulation/decoder.go index c1bf09f883..a4be267569 100644 --- a/x/cronos/simulation/decoder.go +++ b/x/cronos/simulation/decoder.go @@ -5,7 +5,7 @@ import ( "fmt" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" ) diff --git a/x/cronos/simulation/decoder_test.go b/x/cronos/simulation/decoder_test.go index a1e118960e..fbe3a67610 100644 --- a/x/cronos/simulation/decoder_test.go +++ b/x/cronos/simulation/decoder_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" "github.com/cosmos/cosmos-sdk/types/kv" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/ethereum/go-ethereum/common" ) diff --git a/x/cronos/simulation/genesis.go b/x/cronos/simulation/genesis.go index 1bc3425a5e..413f8f63a1 100644 --- a/x/cronos/simulation/genesis.go +++ b/x/cronos/simulation/genesis.go @@ -9,7 +9,7 @@ import ( "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) const ( diff --git a/x/cronos/simulation/genesis_test.go b/x/cronos/simulation/genesis_test.go index f257a8f9c5..ac9696d95a 100644 --- a/x/cronos/simulation/genesis_test.go +++ b/x/cronos/simulation/genesis_test.go @@ -12,8 +12,8 @@ import ( codectypes "github.com/cosmos/cosmos-sdk/codec/types" "github.com/cosmos/cosmos-sdk/types/module" simtypes "github.com/cosmos/cosmos-sdk/types/simulation" - "github.com/crypto-org-chain/cronos/x/cronos/simulation" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/simulation" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // TestRandomizedGenState tests the normal scenario of applying RandomizedGenState. diff --git a/x/cronos/simulation/operations.go b/x/cronos/simulation/operations.go index cd83b6323c..6429066281 100644 --- a/x/cronos/simulation/operations.go +++ b/x/cronos/simulation/operations.go @@ -13,8 +13,8 @@ import ( "github.com/cosmos/cosmos-sdk/x/simulation" "github.com/ethereum/go-ethereum/common" - "github.com/crypto-org-chain/cronos/x/cronos/keeper" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/keeper" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) const ( diff --git a/x/cronos/simulation/params.go b/x/cronos/simulation/params.go index 76bee487cf..4b0eb743f2 100644 --- a/x/cronos/simulation/params.go +++ b/x/cronos/simulation/params.go @@ -8,7 +8,7 @@ import ( simtypes "github.com/cosmos/cosmos-sdk/types/simulation" "github.com/cosmos/cosmos-sdk/x/simulation" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/x/cronos/simulation/params_test.go b/x/cronos/simulation/params_test.go index 5e65d77da7..af08c44bcb 100644 --- a/x/cronos/simulation/params_test.go +++ b/x/cronos/simulation/params_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/crypto-org-chain/cronos/x/cronos/simulation" + "github.com/crypto-org-chain/cronos/v2/x/cronos/simulation" ) // TestParamChanges tests the paramChanges are generated as expected. diff --git a/x/cronos/types/messages_test.go b/x/cronos/types/messages_test.go index 231b0f2dd9..5cf7510524 100644 --- a/x/cronos/types/messages_test.go +++ b/x/cronos/types/messages_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/crypto-org-chain/cronos/app" - "github.com/crypto-org-chain/cronos/x/cronos/types" + "github.com/crypto-org-chain/cronos/v2/app" + "github.com/crypto-org-chain/cronos/v2/x/cronos/types" "github.com/stretchr/testify/require" ) From c9a88192afea42f29d0477a3a47f58298ffd20a8 Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 30 Jan 2023 11:36:50 +0900 Subject: [PATCH 2/5] change release package name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d82a047d7..c361302b81 100644 --- a/Makefile +++ b/Makefile @@ -126,7 +126,7 @@ lint-nix: ### Releasing ### ############################################################################### -PACKAGE_NAME:=github.com/crypto-org-chain/cronos +PACKAGE_NAME:=github.com/crypto-org-chain/cronos/v2 GOLANG_CROSS_VERSION = v1.18 release-dry-run: docker run \ From 730986b8c9d1242faafd9bdc046befa36634d7d9 Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 30 Jan 2023 16:07:47 +0900 Subject: [PATCH 3/5] update proto package --- proto/cronos/cronos.proto | 2 +- proto/cronos/genesis.proto | 2 +- proto/cronos/query.proto | 2 +- proto/cronos/tx.proto | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/proto/cronos/cronos.proto b/proto/cronos/cronos.proto index 587d984359..a11a024055 100644 --- a/proto/cronos/cronos.proto +++ b/proto/cronos/cronos.proto @@ -3,7 +3,7 @@ package cronos; import "gogoproto/gogo.proto"; -option go_package = "github.com/crypto-org-chain/cronos/x/cronos/types"; +option go_package = "github.com/crypto-org-chain/cronos/v2/x/cronos/types"; // Params defines the parameters for the cronos module. message Params { diff --git a/proto/cronos/genesis.proto b/proto/cronos/genesis.proto index b09cd9e05b..2748aad3f5 100644 --- a/proto/cronos/genesis.proto +++ b/proto/cronos/genesis.proto @@ -6,7 +6,7 @@ import "cronos/cronos.proto"; // this line is used by starport scaffolding # genesis/proto/import -option go_package = "github.com/crypto-org-chain/cronos/x/cronos/types"; +option go_package = "github.com/crypto-org-chain/cronos/v2/x/cronos/types"; // GenesisState defines the cronos module's genesis state. message GenesisState { diff --git a/proto/cronos/query.proto b/proto/cronos/query.proto index 8da2d5683a..95beaf0797 100644 --- a/proto/cronos/query.proto +++ b/proto/cronos/query.proto @@ -8,7 +8,7 @@ import "ethermint/evm/v1/tx.proto"; import "cronos/cronos.proto"; // this line is used by starport scaffolding # 1 -option go_package = "github.com/crypto-org-chain/cronos/x/cronos/types"; +option go_package = "github.com/crypto-org-chain/cronos/v2/x/cronos/types"; // Query defines the gRPC querier service. service Query { diff --git a/proto/cronos/tx.proto b/proto/cronos/tx.proto index 02eed6d6d4..1bf89ae408 100644 --- a/proto/cronos/tx.proto +++ b/proto/cronos/tx.proto @@ -7,7 +7,7 @@ import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; import "cronos/cronos.proto"; -option go_package = "github.com/crypto-org-chain/cronos/x/cronos/types"; +option go_package = "github.com/crypto-org-chain/cronos/v2/x/cronos/types"; // Msg defines the Cronos Msg service service Msg { From 0624409a23bf12ef791210565a5749366d17e5f3 Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 30 Jan 2023 16:17:03 +0900 Subject: [PATCH 4/5] regenerate proto file --- x/cronos/types/cronos.pb.go | 52 +++++++++++----------- x/cronos/types/genesis.pb.go | 12 ++--- x/cronos/types/query.pb.go | 85 ++++++++++++++++++------------------ x/cronos/types/tx.pb.go | 78 ++++++++++++++++----------------- 4 files changed, 114 insertions(+), 113 deletions(-) diff --git a/x/cronos/types/cronos.pb.go b/x/cronos/types/cronos.pb.go index 0fa30f069b..f81025fba9 100644 --- a/x/cronos/types/cronos.pb.go +++ b/x/cronos/types/cronos.pb.go @@ -197,34 +197,34 @@ func init() { func init() { proto.RegisterFile("cronos/cronos.proto", fileDescriptor_8bc54992a93db2d2) } var fileDescriptor_8bc54992a93db2d2 = []byte{ - // 420 bytes of a gzipped FileDescriptorProto + // 422 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0xbd, 0x6e, 0xdb, 0x30, 0x14, 0x85, 0xc5, 0xd4, 0x51, 0x6d, 0x3a, 0x59, 0x58, 0x23, 0x10, 0x3c, 0xc8, 0xaa, 0x26, 0x0f, - 0x4d, 0x84, 0xa2, 0x9d, 0x3c, 0x35, 0x3f, 0xe8, 0x52, 0x14, 0x08, 0x88, 0x4c, 0x5d, 0x04, 0x8a, - 0x22, 0x64, 0xa2, 0x22, 0x2f, 0x41, 0x51, 0x40, 0xf5, 0x06, 0x1d, 0x3b, 0x76, 0xcc, 0xb3, 0x74, - 0xea, 0xe8, 0xb1, 0x53, 0x51, 0xd8, 0x6f, 0xd0, 0x27, 0x28, 0x24, 0x26, 0x69, 0x3c, 0x64, 0xd2, - 0xfd, 0xce, 0x81, 0x70, 0xce, 0x25, 0x2e, 0x7e, 0xc1, 0x2d, 0x68, 0x68, 0x32, 0xff, 0x39, 0x33, - 0x16, 0x1c, 0x90, 0xd0, 0xd3, 0x7c, 0x56, 0x41, 0x05, 0x83, 0x94, 0xf5, 0x93, 0x77, 0xd3, 0x0d, - 0xc2, 0xe1, 0x35, 0xb3, 0x4c, 0x35, 0xe4, 0x3d, 0x3e, 0x96, 0x05, 0xcf, 0xb9, 0x85, 0xbc, 0x14, - 0x1a, 0x54, 0x84, 0x12, 0xb4, 0x9c, 0x5c, 0xa4, 0x7f, 0x7f, 0x2f, 0xe2, 0x8e, 0xa9, 0x7a, 0x95, - 0xee, 0xd9, 0xaf, 0x40, 0x49, 0x27, 0x94, 0x71, 0x5d, 0x4a, 0xa7, 0xb2, 0xe0, 0x97, 0x16, 0xae, - 0x7a, 0x9d, 0x2c, 0x70, 0x8f, 0xb9, 0x93, 0x4a, 0x40, 0xeb, 0xa2, 0x83, 0x04, 0x2d, 0x47, 0x14, - 0xcb, 0x82, 0xdf, 0x78, 0x85, 0xbc, 0xc4, 0x47, 0xbe, 0x53, 0xce, 0x4a, 0x25, 0x75, 0xf4, 0xac, - 0xcf, 0xa1, 0x53, 0xaf, 0x9d, 0xf7, 0x12, 0x79, 0x8b, 0x4f, 0x84, 0x66, 0x45, 0x2d, 0x72, 0xd6, - 0xba, 0x3e, 0xd0, 0xd4, 0xd0, 0x29, 0xa1, 0x5d, 0x34, 0x4a, 0xd0, 0x72, 0x4c, 0x67, 0xde, 0x3d, - 0x6f, 0x1d, 0x5c, 0x3d, 0x78, 0xab, 0xd1, 0xf7, 0xdb, 0x45, 0x90, 0xfe, 0x40, 0x78, 0x7e, 0x03, - 0x9f, 0x85, 0xfe, 0xc8, 0x8c, 0x91, 0xba, 0xba, 0x5c, 0x33, 0x5d, 0x89, 0x6b, 0x0b, 0x06, 0x1a, - 0x56, 0x93, 0x19, 0x3e, 0x74, 0xd2, 0xd5, 0xc2, 0xaf, 0x47, 0x3d, 0x90, 0x04, 0x4f, 0x4b, 0xd1, - 0x70, 0x2b, 0x8d, 0x93, 0xa0, 0x87, 0xd2, 0x13, 0xfa, 0x58, 0xea, 0xff, 0xf3, 0xcf, 0xe2, 0xeb, - 0x7a, 0x20, 0x73, 0x3c, 0xe6, 0xa0, 0x9d, 0x65, 0xdc, 0x57, 0x9b, 0xd0, 0x07, 0x26, 0x27, 0x38, - 0x6c, 0x3a, 0x55, 0x40, 0x1d, 0x1d, 0x0e, 0xce, 0x1d, 0x91, 0x08, 0x3f, 0x2f, 0x05, 0x97, 0x8a, - 0xd5, 0x51, 0x98, 0xa0, 0xe5, 0x31, 0xbd, 0xc7, 0xd5, 0xf8, 0xeb, 0xed, 0x22, 0x18, 0x96, 0x78, - 0x87, 0x8f, 0x1e, 0xef, 0xf0, 0x3f, 0x1d, 0x3d, 0x95, 0x7e, 0xb0, 0x9f, 0x7e, 0xf1, 0xe1, 0xe7, - 0x36, 0x46, 0x9b, 0x6d, 0x8c, 0xfe, 0x6c, 0x63, 0xf4, 0x6d, 0x17, 0x07, 0x9b, 0x5d, 0x1c, 0xfc, - 0xda, 0xc5, 0xc1, 0xa7, 0xd7, 0x95, 0x74, 0xeb, 0xb6, 0x38, 0xe3, 0xa0, 0x32, 0x6e, 0x3b, 0xe3, - 0xe0, 0x14, 0x6c, 0x75, 0xca, 0xd7, 0x4c, 0xea, 0xbb, 0xdb, 0xc9, 0xbe, 0xdc, 0x0f, 0xae, 0x33, - 0xa2, 0x29, 0xc2, 0xe1, 0x5a, 0xde, 0xfc, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x36, 0x1d, 0x68, 0xb1, - 0x62, 0x02, 0x00, 0x00, + 0x4d, 0x04, 0xb4, 0x99, 0x3c, 0x35, 0x3f, 0xe8, 0xd6, 0x22, 0x20, 0x32, 0x75, 0x11, 0x28, 0x8a, + 0x90, 0x89, 0x8a, 0xbc, 0x04, 0x45, 0x15, 0xd5, 0x1b, 0x74, 0xec, 0xd8, 0x31, 0xcf, 0xd2, 0xa9, + 0xa3, 0xc7, 0x4e, 0x45, 0x61, 0xbf, 0x41, 0x9f, 0xa0, 0x90, 0x98, 0xa4, 0xc9, 0x90, 0x49, 0xf7, + 0x3b, 0x07, 0xc2, 0x39, 0x97, 0xb8, 0xf8, 0x05, 0xb7, 0xa0, 0xa1, 0xc9, 0xfc, 0xe7, 0xc4, 0x58, + 0x70, 0x40, 0x42, 0x4f, 0xf3, 0x59, 0x05, 0x15, 0x0c, 0x52, 0xd6, 0x4f, 0xde, 0x4d, 0x37, 0x08, + 0x87, 0x57, 0xcc, 0x32, 0xd5, 0x90, 0x77, 0xf8, 0x50, 0x16, 0x3c, 0xe7, 0x16, 0xf2, 0x52, 0x68, + 0x50, 0x11, 0x4a, 0xd0, 0x72, 0x72, 0x9e, 0xfe, 0xfd, 0xbd, 0x88, 0x3b, 0xa6, 0xea, 0x55, 0xfa, + 0xc8, 0x7e, 0x05, 0x4a, 0x3a, 0xa1, 0x8c, 0xeb, 0x52, 0x3a, 0x95, 0x05, 0xbf, 0xb0, 0x70, 0xd9, + 0xeb, 0x64, 0x81, 0x7b, 0xcc, 0x9d, 0x54, 0x02, 0x5a, 0x17, 0xed, 0x25, 0x68, 0x39, 0xa2, 0x58, + 0x16, 0xfc, 0xda, 0x2b, 0xe4, 0x25, 0x3e, 0xf0, 0x9d, 0x72, 0x56, 0x2a, 0xa9, 0xa3, 0x67, 0x7d, + 0x0e, 0x9d, 0x7a, 0xed, 0xac, 0x97, 0xc8, 0x29, 0x3e, 0x12, 0x9a, 0x15, 0xb5, 0xc8, 0x59, 0xeb, + 0xfa, 0x40, 0x53, 0x43, 0xa7, 0x84, 0x76, 0xd1, 0x28, 0x41, 0xcb, 0x31, 0x9d, 0x79, 0xf7, 0xac, + 0x75, 0x70, 0x79, 0xef, 0xad, 0x46, 0xdf, 0x6f, 0x16, 0x41, 0xfa, 0x03, 0xe1, 0xf9, 0x35, 0x7c, + 0x12, 0xfa, 0x3d, 0x33, 0x46, 0xea, 0xea, 0x62, 0xcd, 0x74, 0x25, 0xae, 0x2c, 0x18, 0x68, 0x58, + 0x4d, 0x66, 0x78, 0xdf, 0x49, 0x57, 0x0b, 0xbf, 0x1e, 0xf5, 0x40, 0x12, 0x3c, 0x2d, 0x45, 0xc3, + 0xad, 0x34, 0x4e, 0x82, 0x1e, 0x4a, 0x4f, 0xe8, 0x43, 0xa9, 0xff, 0xcf, 0x3f, 0x8b, 0xaf, 0xeb, + 0x81, 0xcc, 0xf1, 0x98, 0x83, 0x76, 0x96, 0x71, 0x5f, 0x6d, 0x42, 0xef, 0x99, 0x1c, 0xe1, 0xb0, + 0xe9, 0x54, 0x01, 0x75, 0xb4, 0x3f, 0x38, 0xb7, 0x44, 0x22, 0xfc, 0xbc, 0x14, 0x5c, 0x2a, 0x56, + 0x47, 0x61, 0x82, 0x96, 0x87, 0xf4, 0x0e, 0x57, 0xe3, 0xaf, 0x37, 0x8b, 0x60, 0x58, 0xe2, 0x2d, + 0x3e, 0x78, 0xb8, 0xc3, 0xff, 0x74, 0xf4, 0x54, 0xfa, 0xde, 0xe3, 0xf4, 0xf3, 0x0f, 0x3f, 0xb7, + 0x31, 0xda, 0x6c, 0x63, 0xf4, 0x67, 0x1b, 0xa3, 0x6f, 0xbb, 0x38, 0xd8, 0xec, 0xe2, 0xe0, 0xd7, + 0x2e, 0x0e, 0x3e, 0x9e, 0x56, 0xd2, 0xad, 0xdb, 0xe2, 0x84, 0x83, 0xca, 0xb8, 0xed, 0x8c, 0x83, + 0x63, 0xb0, 0xd5, 0x31, 0x5f, 0x33, 0xa9, 0x6f, 0x6f, 0x27, 0xfb, 0xfc, 0x3a, 0xfb, 0x72, 0x37, + 0xbb, 0xce, 0x88, 0xa6, 0x08, 0x87, 0x83, 0x79, 0xf3, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x3d, 0x74, + 0x94, 0x69, 0x65, 0x02, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/x/cronos/types/genesis.pb.go b/x/cronos/types/genesis.pb.go index b4eb85d4c8..4e93d10418 100644 --- a/x/cronos/types/genesis.pb.go +++ b/x/cronos/types/genesis.pb.go @@ -92,7 +92,7 @@ func init() { func init() { proto.RegisterFile("cronos/genesis.proto", fileDescriptor_997c9bf6ad78cc99) } var fileDescriptor_997c9bf6ad78cc99 = []byte{ - // 260 bytes of a gzipped FileDescriptorProto + // 263 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x12, 0x49, 0x2e, 0xca, 0xcf, 0xcb, 0x2f, 0xd6, 0x4f, 0x4f, 0xcd, 0x4b, 0x2d, 0xce, 0x2c, 0xd6, 0x2b, 0x28, 0xca, 0x2f, 0xc9, 0x17, 0x62, 0x83, 0x88, 0x4a, 0x89, 0xa4, 0xe7, 0xa7, 0xe7, 0x83, 0x85, 0xf4, 0x41, 0x2c, 0x88, @@ -103,13 +103,13 @@ var fileDescriptor_997c9bf6ad78cc99 = []byte{ 0x2f, 0x31, 0x27, 0x3e, 0x39, 0x3f, 0xaf, 0xa4, 0x28, 0x31, 0xb9, 0xa4, 0x58, 0x82, 0x49, 0x81, 0x59, 0x83, 0xdb, 0x48, 0x04, 0xa6, 0x33, 0x24, 0x3f, 0x3b, 0x35, 0xcf, 0x37, 0xb1, 0xa0, 0x20, 0x33, 0x2f, 0x1d, 0xaa, 0x5f, 0x10, 0xa6, 0xcb, 0x19, 0xa6, 0x49, 0xc8, 0x91, 0x8b, 0x2f, 0xb1, - 0xb4, 0x24, 0x1f, 0xc9, 0x18, 0x66, 0x82, 0xc6, 0xf0, 0x82, 0x74, 0xc0, 0x8d, 0x70, 0xf2, 0x3e, + 0xb4, 0x24, 0x1f, 0xc9, 0x18, 0x66, 0x82, 0xc6, 0xf0, 0x82, 0x74, 0xc0, 0x8d, 0x70, 0xf2, 0x3b, 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, 0xc3, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, + 0xb8, 0xf0, 0x58, 0x8e, 0xe1, 0xc6, 0x63, 0x39, 0x86, 0x28, 0x93, 0xf4, 0xcc, 0x92, 0x8c, 0xd2, 0x24, 0xbd, 0xe4, 0xfc, 0x5c, 0xfd, 0xe4, 0xa2, 0xca, 0x82, 0x92, 0x7c, 0xdd, 0xfc, 0xa2, 0x74, - 0xdd, 0xe4, 0x8c, 0xc4, 0xcc, 0x3c, 0x68, 0x80, 0xe8, 0x57, 0xc0, 0x18, 0x25, 0x95, 0x05, 0xa9, - 0xc5, 0x49, 0x6c, 0xe0, 0x00, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0xd9, 0xac, 0xa2, 0x1e, - 0x6b, 0x01, 0x00, 0x00, + 0xdd, 0xe4, 0x8c, 0xc4, 0xcc, 0x3c, 0x68, 0x80, 0xe8, 0x97, 0x19, 0xe9, 0x57, 0xc0, 0xd8, 0x25, + 0x95, 0x05, 0xa9, 0xc5, 0x49, 0x6c, 0xe0, 0x30, 0x32, 0x06, 0x04, 0x00, 0x00, 0xff, 0xff, 0x58, + 0x57, 0x45, 0x4d, 0x6e, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/x/cronos/types/query.pb.go b/x/cronos/types/query.pb.go index 0f5796ae63..19cfca49d9 100644 --- a/x/cronos/types/query.pb.go +++ b/x/cronos/types/query.pb.go @@ -392,48 +392,49 @@ func init() { func init() { proto.RegisterFile("cronos/query.proto", fileDescriptor_d4ed0fd688c48372) } var fileDescriptor_d4ed0fd688c48372 = []byte{ - // 655 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x41, 0x4f, 0xd4, 0x40, - 0x14, 0x6e, 0x59, 0xd8, 0xc0, 0x2c, 0x4a, 0x9c, 0x25, 0xb0, 0x54, 0x6d, 0xb1, 0x1a, 0xc1, 0x04, - 0x3a, 0x61, 0xb9, 0x18, 0x0f, 0x1e, 0x16, 0x49, 0x48, 0x8c, 0x46, 0x1b, 0x4e, 0x84, 0x64, 0x33, - 0x5b, 0xc7, 0xb6, 0x91, 0x76, 0x4a, 0x67, 0xba, 0xa1, 0x21, 0x24, 0x46, 0x2f, 0x1e, 0x49, 0xfc, - 0x03, 0xfc, 0x0c, 0x7f, 0x02, 0x47, 0x12, 0x2f, 0xc6, 0x83, 0x1a, 0xf0, 0xe0, 0xcf, 0x30, 0x9d, - 0xce, 0xec, 0x2e, 0xec, 0xa2, 0xa7, 0xce, 0x7c, 0xef, 0xcd, 0xf7, 0xbe, 0xf7, 0xde, 0x57, 0x00, - 0xbd, 0x94, 0xc6, 0x94, 0xa1, 0xfd, 0x8c, 0xa4, 0xb9, 0x93, 0xa4, 0x94, 0x53, 0x58, 0x2d, 0x31, - 0x63, 0xd6, 0xa7, 0x3e, 0x15, 0x10, 0x2a, 0x4e, 0x65, 0xd4, 0xb8, 0xe3, 0x53, 0xea, 0xef, 0x11, - 0x84, 0x93, 0x10, 0xe1, 0x38, 0xa6, 0x1c, 0xf3, 0x90, 0xc6, 0x4c, 0x46, 0x2d, 0x19, 0x15, 0xb7, - 0x4e, 0xf6, 0x16, 0xf1, 0x30, 0x22, 0x8c, 0xe3, 0x28, 0x91, 0x09, 0x0b, 0x84, 0x07, 0x24, 0x8d, - 0xc2, 0x98, 0x23, 0xd2, 0x8d, 0x50, 0x77, 0x0d, 0xf1, 0x03, 0x19, 0xaa, 0x4b, 0x2d, 0xe5, 0xa7, - 0x04, 0xed, 0xc7, 0x60, 0x6e, 0x83, 0xc6, 0x3c, 0xc5, 0x1e, 0x6f, 0xe5, 0xcf, 0x48, 0x4c, 0x23, - 0x97, 0xec, 0x67, 0x84, 0x71, 0x38, 0x0b, 0x26, 0xde, 0x14, 0xf7, 0x86, 0xbe, 0xa8, 0x2f, 0x4f, - 0xb9, 0xe5, 0xe5, 0xc9, 0xe4, 0xa7, 0x13, 0x4b, 0xfb, 0x73, 0x62, 0x69, 0xf6, 0x0e, 0x98, 0x1f, - 0x7a, 0xc9, 0x12, 0x1a, 0x33, 0x02, 0x0d, 0x30, 0xe9, 0xc9, 0x90, 0x7c, 0xdd, 0xbb, 0xc3, 0xfb, - 0xe0, 0x06, 0xce, 0x38, 0x6d, 0xf7, 0x12, 0xc6, 0x44, 0xc2, 0x74, 0x01, 0x2a, 0x3e, 0xfb, 0x29, - 0x98, 0x13, 0x8c, 0xad, 0x5c, 0x41, 0x4a, 0xd5, 0x3f, 0xa8, 0x07, 0xb4, 0x21, 0x30, 0x3f, 0xf4, - 0x5e, 0x6a, 0x1b, 0xd9, 0x96, 0xfd, 0x5d, 0x07, 0xd0, 0x25, 0xc9, 0x1e, 0xce, 0x5b, 0x7b, 0xd4, - 0x7b, 0xa7, 0xaa, 0xad, 0x83, 0xf1, 0x88, 0xf9, 0xac, 0xa1, 0x2f, 0x56, 0x96, 0x6b, 0x4d, 0xcb, - 0xe9, 0x0d, 0xd7, 0x21, 0xdd, 0xc8, 0xe9, 0xae, 0x39, 0x2f, 0x98, 0xbf, 0x59, 0x60, 0x24, 0x8b, - 0xb6, 0x0f, 0x5c, 0x91, 0x0c, 0xef, 0x81, 0xe9, 0x4e, 0x41, 0xd2, 0x8e, 0xb3, 0xa8, 0x43, 0x52, - 0xd1, 0x60, 0xc5, 0xad, 0x09, 0xec, 0xa5, 0x80, 0xe0, 0x5d, 0x00, 0xca, 0x94, 0x00, 0xb3, 0xa0, - 0x51, 0x11, 0x4a, 0xa6, 0x04, 0xb2, 0x85, 0x59, 0x00, 0x37, 0x54, 0xb8, 0xd8, 0x6e, 0x63, 0x7c, - 0x51, 0x5f, 0xae, 0x35, 0x0d, 0xa7, 0x5c, 0xbd, 0xa3, 0x56, 0xef, 0x6c, 0xab, 0xd5, 0xb7, 0x26, - 0x4f, 0x7f, 0x58, 0xda, 0xf1, 0x4f, 0x4b, 0x97, 0x24, 0x45, 0x64, 0x60, 0x1a, 0xbb, 0xa0, 0x7e, - 0xa9, 0x37, 0x39, 0x89, 0x4d, 0x30, 0x95, 0xca, 0xb3, 0xea, 0x70, 0xe9, 0x7f, 0x1d, 0xca, 0x7c, - 0xb7, 0xff, 0xd2, 0x9e, 0x05, 0xf0, 0x75, 0xe1, 0xee, 0x57, 0x38, 0xc5, 0x11, 0x93, 0x93, 0xb3, - 0x37, 0x40, 0xfd, 0x12, 0x2a, 0x6b, 0xae, 0x80, 0x6a, 0x22, 0x10, 0x31, 0xfe, 0x5a, 0xf3, 0xa6, - 0x23, 0xdd, 0x58, 0xe6, 0xb5, 0xc6, 0x8b, 0x4e, 0x5c, 0x99, 0xd3, 0xfc, 0x52, 0x01, 0x13, 0x82, - 0x05, 0xbe, 0xd7, 0xc1, 0xcc, 0x15, 0xb7, 0x41, 0x53, 0xbd, 0x1d, 0x6d, 0x60, 0xc3, 0xba, 0x36, - 0x5e, 0x8a, 0xb1, 0x57, 0x3e, 0x7c, 0xfd, 0xfd, 0x79, 0xec, 0x21, 0x7c, 0x20, 0x7f, 0x89, 0xe2, - 0x6f, 0x51, 0x66, 0x6a, 0x77, 0xf2, 0xb6, 0xb0, 0x06, 0x3a, 0x14, 0x9f, 0x23, 0xf8, 0x51, 0x07, - 0x33, 0x57, 0x4c, 0xd5, 0x97, 0x30, 0xda, 0xad, 0x7d, 0x09, 0xd7, 0xb8, 0xd1, 0x46, 0x42, 0xc2, - 0x23, 0xb8, 0x34, 0x20, 0x41, 0xd4, 0x2b, 0xea, 0x2b, 0x2d, 0xe8, 0x50, 0x9d, 0x8e, 0xe0, 0x16, - 0xa8, 0x0d, 0xec, 0x12, 0x1a, 0xaa, 0xc0, 0xb0, 0x79, 0x8d, 0xdb, 0x23, 0x63, 0xb2, 0xb0, 0x06, - 0x77, 0x41, 0xb5, 0x1c, 0x7a, 0x9f, 0x64, 0x78, 0x8f, 0x7d, 0x92, 0x11, 0xdb, 0xb4, 0x17, 0x84, - 0xfa, 0x3a, 0xbc, 0x35, 0xa0, 0xbe, 0x5c, 0x5d, 0xeb, 0xf9, 0xe9, 0xb9, 0xa9, 0x9f, 0x9d, 0x9b, - 0xfa, 0xaf, 0x73, 0x53, 0x3f, 0xbe, 0x30, 0xb5, 0xb3, 0x0b, 0x53, 0xfb, 0x76, 0x61, 0x6a, 0x3b, - 0x6b, 0x7e, 0xc8, 0x83, 0xac, 0xe3, 0x78, 0x34, 0x42, 0x5e, 0x9a, 0x27, 0x9c, 0xae, 0xd2, 0xd4, - 0x5f, 0xf5, 0x02, 0x1c, 0xc6, 0x8a, 0xe7, 0x40, 0x1d, 0x78, 0x9e, 0x10, 0xd6, 0xa9, 0x0a, 0xcf, - 0xaf, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0x33, 0x5c, 0xad, 0xb8, 0x4e, 0x05, 0x00, 0x00, + // 659 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x53, 0x41, 0x4f, 0xd4, 0x4e, + 0x14, 0x6f, 0x59, 0xd8, 0xc0, 0x2c, 0xff, 0x3f, 0x71, 0x96, 0xc0, 0x52, 0xb5, 0xc5, 0x6a, 0x04, + 0x13, 0xe8, 0x84, 0xc5, 0x83, 0xf1, 0xe0, 0x61, 0x91, 0x84, 0x8b, 0x44, 0x1b, 0x4e, 0x84, 0x64, + 0x33, 0x5b, 0xc7, 0xb6, 0x91, 0x76, 0x4a, 0x67, 0xba, 0xa1, 0x21, 0x24, 0x46, 0x2f, 0x1e, 0x49, + 0xfc, 0x02, 0x7c, 0x0c, 0x3f, 0x02, 0x47, 0x12, 0x2f, 0xc6, 0x83, 0x1a, 0xf0, 0xe0, 0xc7, 0x30, + 0x9d, 0xce, 0xec, 0x2e, 0xec, 0xa2, 0xa7, 0xce, 0xfc, 0xde, 0x9b, 0xdf, 0xfb, 0xbd, 0xf7, 0x7e, + 0x05, 0xd0, 0x4b, 0x69, 0x4c, 0x19, 0x3a, 0xc8, 0x48, 0x9a, 0x3b, 0x49, 0x4a, 0x39, 0x85, 0xd5, + 0x12, 0x33, 0x66, 0x7d, 0xea, 0x53, 0x01, 0xa1, 0xe2, 0x54, 0x46, 0x8d, 0x3b, 0x3e, 0xa5, 0xfe, + 0x3e, 0x41, 0x38, 0x09, 0x11, 0x8e, 0x63, 0xca, 0x31, 0x0f, 0x69, 0xcc, 0x64, 0xd4, 0x92, 0x51, + 0x71, 0xeb, 0x64, 0x6f, 0x10, 0x0f, 0x23, 0xc2, 0x38, 0x8e, 0x12, 0x99, 0xb0, 0x40, 0x78, 0x40, + 0xd2, 0x28, 0x8c, 0x39, 0x22, 0xdd, 0x08, 0x75, 0xd7, 0x10, 0x3f, 0x94, 0xa1, 0xba, 0xd4, 0x52, + 0x7e, 0x4a, 0xd0, 0x7e, 0x02, 0xe6, 0x36, 0x68, 0xcc, 0x53, 0xec, 0xf1, 0x56, 0xfe, 0x9c, 0xc4, + 0x34, 0x72, 0xc9, 0x41, 0x46, 0x18, 0x87, 0xb3, 0x60, 0xe2, 0x75, 0x71, 0x6f, 0xe8, 0x8b, 0xfa, + 0xf2, 0x94, 0x5b, 0x5e, 0x9e, 0x4e, 0x7e, 0x3c, 0xb5, 0xb4, 0xdf, 0xa7, 0x96, 0x66, 0xef, 0x82, + 0xf9, 0xa1, 0x97, 0x2c, 0xa1, 0x31, 0x23, 0xd0, 0x00, 0x93, 0x9e, 0x0c, 0xc9, 0xd7, 0xbd, 0x3b, + 0xbc, 0x0f, 0xfe, 0xc3, 0x19, 0xa7, 0xed, 0x5e, 0xc2, 0x98, 0x48, 0x98, 0x2e, 0x40, 0xc5, 0x67, + 0x3f, 0x03, 0x73, 0x82, 0xb1, 0x95, 0x2b, 0x48, 0xa9, 0xfa, 0x0b, 0xf5, 0x80, 0x36, 0x04, 0xe6, + 0x87, 0xde, 0x4b, 0x6d, 0x23, 0xdb, 0xb2, 0xbf, 0xe9, 0x00, 0xba, 0x24, 0xd9, 0xc7, 0x79, 0x6b, + 0x9f, 0x7a, 0x6f, 0x55, 0xb5, 0x75, 0x30, 0x1e, 0x31, 0x9f, 0x35, 0xf4, 0xc5, 0xca, 0x72, 0xad, + 0x69, 0x39, 0xbd, 0xe1, 0x3a, 0xa4, 0x1b, 0x39, 0xdd, 0x35, 0xe7, 0x05, 0xf3, 0x37, 0x0b, 0x8c, + 0x64, 0xd1, 0xce, 0xa1, 0x2b, 0x92, 0xe1, 0x3d, 0x30, 0xdd, 0x29, 0x48, 0xda, 0x71, 0x16, 0x75, + 0x48, 0x2a, 0x1a, 0xac, 0xb8, 0x35, 0x81, 0x6d, 0x0b, 0x08, 0xde, 0x05, 0xa0, 0x4c, 0x09, 0x30, + 0x0b, 0x1a, 0x15, 0xa1, 0x64, 0x4a, 0x20, 0x5b, 0x98, 0x05, 0x70, 0x43, 0x85, 0x8b, 0xed, 0x36, + 0xc6, 0x17, 0xf5, 0xe5, 0x5a, 0xd3, 0x70, 0xca, 0xd5, 0x3b, 0x6a, 0xf5, 0xce, 0x8e, 0x5a, 0x7d, + 0x6b, 0xf2, 0xec, 0xbb, 0xa5, 0x9d, 0xfc, 0xb0, 0x74, 0x49, 0x52, 0x44, 0x06, 0xa6, 0xb1, 0x07, + 0xea, 0x57, 0x7a, 0x93, 0x93, 0xd8, 0x04, 0x53, 0xa9, 0x3c, 0xab, 0x0e, 0x97, 0xfe, 0xd5, 0xa1, + 0xcc, 0x77, 0xfb, 0x2f, 0xed, 0x59, 0x00, 0x5f, 0x15, 0xee, 0x7e, 0x89, 0x53, 0x1c, 0x31, 0x39, + 0x39, 0x7b, 0x03, 0xd4, 0xaf, 0xa0, 0xb2, 0xe6, 0x0a, 0xa8, 0x26, 0x02, 0x11, 0xe3, 0xaf, 0x35, + 0xff, 0x77, 0xa4, 0x1b, 0xcb, 0xbc, 0xd6, 0x78, 0xd1, 0x89, 0x2b, 0x73, 0x9a, 0x9f, 0x2b, 0x60, + 0x42, 0xb0, 0xc0, 0x77, 0x3a, 0x98, 0xb9, 0xe6, 0x36, 0x68, 0xaa, 0xb7, 0xa3, 0x0d, 0x6c, 0x58, + 0x37, 0xc6, 0x4b, 0x31, 0xf6, 0xca, 0xfb, 0x2f, 0xbf, 0x3e, 0x8d, 0x3d, 0x84, 0x0f, 0xe4, 0x2f, + 0x51, 0xfc, 0x2d, 0xca, 0x4c, 0xed, 0x4e, 0xde, 0x16, 0xd6, 0x40, 0x47, 0xe2, 0x73, 0x0c, 0x3f, + 0xe8, 0x60, 0xe6, 0x9a, 0xa9, 0xfa, 0x12, 0x46, 0xbb, 0xb5, 0x2f, 0xe1, 0x06, 0x37, 0xda, 0x48, + 0x48, 0x78, 0x04, 0x97, 0x06, 0x24, 0x88, 0x7a, 0x45, 0x7d, 0xa5, 0x05, 0x1d, 0xa9, 0xd3, 0x31, + 0xdc, 0x02, 0xb5, 0x81, 0x5d, 0x42, 0x43, 0x15, 0x18, 0x36, 0xaf, 0x71, 0x7b, 0x64, 0x4c, 0x16, + 0xd6, 0xe0, 0x1e, 0xa8, 0x96, 0x43, 0xef, 0x93, 0x0c, 0xef, 0xb1, 0x4f, 0x32, 0x62, 0x9b, 0xf6, + 0x82, 0x50, 0x5f, 0x87, 0xb7, 0x06, 0xd4, 0x97, 0xab, 0x6b, 0x6d, 0x9f, 0x5d, 0x98, 0xfa, 0xf9, + 0x85, 0xa9, 0xff, 0xbc, 0x30, 0xf5, 0x93, 0x4b, 0x53, 0x3b, 0xbf, 0x34, 0xb5, 0xaf, 0x97, 0xa6, + 0xb6, 0xfb, 0xd8, 0x0f, 0x79, 0x90, 0x75, 0x1c, 0x8f, 0x46, 0xc8, 0x4b, 0xf3, 0x84, 0xd3, 0x55, + 0x9a, 0xfa, 0xab, 0x5e, 0x80, 0xc3, 0xb8, 0xc7, 0xd3, 0x44, 0x87, 0xea, 0xcc, 0xf3, 0x84, 0xb0, + 0x4e, 0x55, 0xd8, 0x7e, 0xfd, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa4, 0xfe, 0x33, 0x6d, 0x51, + 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/cronos/types/tx.pb.go b/x/cronos/types/tx.pb.go index 23d8f77fef..f1f0b1d3a5 100644 --- a/x/cronos/types/tx.pb.go +++ b/x/cronos/types/tx.pb.go @@ -533,45 +533,45 @@ func init() { func init() { proto.RegisterFile("cronos/tx.proto", fileDescriptor_28e09e4eabb18884) } var fileDescriptor_28e09e4eabb18884 = []byte{ - // 601 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xcd, 0x4e, 0xdb, 0x40, - 0x10, 0xc7, 0xe3, 0x04, 0x52, 0x18, 0x0a, 0xa8, 0x5b, 0x3e, 0x1c, 0x17, 0x1c, 0x6a, 0xa9, 0x52, - 0x0e, 0xc5, 0x2e, 0xf4, 0x01, 0x2a, 0x85, 0x4b, 0xa5, 0x2a, 0x55, 0x1b, 0xd1, 0x1e, 0x90, 0x7a, - 0xd8, 0xd8, 0x8b, 0x63, 0x81, 0x77, 0xac, 0xdd, 0x0d, 0x22, 0x6f, 0xd1, 0x8f, 0x5b, 0x1f, 0xa1, - 0x4f, 0xc2, 0x91, 0x63, 0x4f, 0x6d, 0x05, 0x2f, 0x52, 0x79, 0xbd, 0x36, 0x81, 0x90, 0xde, 0x7a, - 0xf2, 0xce, 0xfc, 0xbd, 0xbf, 0xf9, 0xaf, 0x67, 0xbc, 0xb0, 0x1a, 0x0a, 0xe4, 0x28, 0x03, 0x75, - 0xee, 0x67, 0x02, 0x15, 0x92, 0x66, 0x91, 0x70, 0xd6, 0x62, 0x8c, 0x51, 0xa7, 0x82, 0x7c, 0x55, - 0xa8, 0x8e, 0x1b, 0xa2, 0x4c, 0x51, 0x06, 0x03, 0x2a, 0x59, 0x70, 0xb6, 0x37, 0x60, 0x8a, 0xee, - 0x05, 0x21, 0x26, 0xdc, 0xe8, 0x8f, 0x0d, 0xae, 0x78, 0x14, 0x49, 0xef, 0x8b, 0x05, 0xa4, 0x27, - 0xe3, 0x03, 0xe4, 0x67, 0x4c, 0xa8, 0x8f, 0x38, 0x0a, 0x87, 0x4c, 0x48, 0x62, 0xc3, 0x03, 0x1a, - 0x45, 0x82, 0x49, 0x69, 0x5b, 0x3b, 0x56, 0x67, 0xb1, 0x5f, 0x86, 0x84, 0xc2, 0x7c, 0xce, 0x94, - 0x76, 0x7d, 0xa7, 0xd1, 0x59, 0xda, 0x6f, 0xf9, 0x45, 0x55, 0x3f, 0xaf, 0xea, 0x9b, 0xaa, 0xfe, - 0x01, 0x26, 0xbc, 0xfb, 0xe2, 0xe2, 0x57, 0xbb, 0xf6, 0xe3, 0x77, 0xbb, 0x13, 0x27, 0x6a, 0x38, - 0x1a, 0xf8, 0x21, 0xa6, 0x81, 0xb1, 0x58, 0x3c, 0x76, 0x65, 0x74, 0x12, 0xa8, 0x71, 0xc6, 0xa4, - 0xde, 0x20, 0xfb, 0x05, 0xd9, 0xfb, 0x6e, 0xc1, 0xa3, 0x9e, 0x8c, 0x0f, 0x05, 0xe5, 0xf2, 0x98, - 0x89, 0x43, 0x3c, 0x61, 0x5c, 0x12, 0x02, 0x73, 0xc7, 0x02, 0x53, 0xe3, 0x47, 0xaf, 0xc9, 0x0a, - 0xd4, 0x15, 0xda, 0x75, 0x9d, 0xa9, 0x2b, 0xbc, 0x31, 0xd7, 0xf8, 0x6f, 0xe6, 0xb6, 0xc0, 0x99, - 0xfe, 0x5e, 0x7d, 0x26, 0x33, 0xe4, 0x92, 0x79, 0x4f, 0xa0, 0x35, 0xe5, 0xbc, 0x12, 0xbf, 0x59, - 0xb0, 0xde, 0x93, 0xf1, 0x87, 0x2c, 0xa2, 0x8a, 0x69, 0xad, 0x47, 0xb3, 0x2c, 0xe1, 0x31, 0xd9, - 0x80, 0xa6, 0x64, 0x3c, 0x62, 0xc2, 0x9c, 0xce, 0x44, 0x64, 0x0d, 0xe6, 0x23, 0xc6, 0x31, 0x35, - 0x47, 0x2c, 0x02, 0xe2, 0xc0, 0x42, 0x88, 0x5c, 0x09, 0x1a, 0x2a, 0xbb, 0xa1, 0x85, 0x2a, 0xd6, - 0xa4, 0x71, 0x3a, 0xc0, 0x53, 0x7b, 0xce, 0x90, 0x74, 0x94, 0x37, 0x34, 0x62, 0x61, 0x92, 0xd2, - 0x53, 0x7b, 0x7e, 0xc7, 0xea, 0x2c, 0xf7, 0xcb, 0xd0, 0x6b, 0xc3, 0xf6, 0xbd, 0xa6, 0x2a, 0xdb, - 0xaf, 0x60, 0x39, 0x3f, 0xd3, 0x48, 0xf0, 0xae, 0x48, 0xa2, 0x98, 0xcd, 0x74, 0xbb, 0x01, 0x4d, - 0xc6, 0xe9, 0xe0, 0x94, 0x69, 0xbb, 0x0b, 0x7d, 0x13, 0x79, 0x9b, 0xfa, 0xd8, 0x37, 0x80, 0x8a, - 0xfc, 0x09, 0x56, 0xab, 0xd2, 0xef, 0xa8, 0xa0, 0xa9, 0x24, 0x5b, 0xb0, 0x48, 0x47, 0x6a, 0x88, - 0x22, 0x51, 0x63, 0x83, 0xbf, 0x49, 0x90, 0xe7, 0xd0, 0xcc, 0xf4, 0x7b, 0xba, 0xc2, 0xd2, 0xfe, - 0x8a, 0x6f, 0x86, 0xb9, 0xd8, 0xdd, 0x9d, 0xcb, 0xbb, 0xda, 0x37, 0xef, 0x78, 0x2d, 0xd8, 0xbc, - 0x83, 0x2f, 0x2b, 0xef, 0x7f, 0x6d, 0x40, 0xa3, 0x27, 0x63, 0xf2, 0x1e, 0x56, 0xef, 0x8e, 0xbe, - 0x53, 0x32, 0xa7, 0xdb, 0xec, 0x78, 0xb3, 0xb5, 0x12, 0x4d, 0xde, 0xc2, 0xca, 0x9d, 0xc9, 0x6d, - 0x4d, 0xec, 0xba, 0x2d, 0x39, 0x4f, 0x67, 0x4a, 0x15, 0xef, 0x08, 0xc8, 0x3d, 0x13, 0xb3, 0x3d, - 0xb1, 0x71, 0x5a, 0x76, 0x9e, 0xfd, 0x53, 0xae, 0xd8, 0x5d, 0x80, 0x89, 0xbe, 0xae, 0x4f, 0x9a, - 0xa9, 0xd2, 0xce, 0xf6, 0xbd, 0xe9, 0x8a, 0xf1, 0x1a, 0x1e, 0xde, 0xea, 0xe0, 0xe6, 0x54, 0xe9, - 0x42, 0x70, 0xda, 0x33, 0x84, 0x92, 0xd4, 0x7d, 0x73, 0x71, 0xe5, 0x5a, 0x97, 0x57, 0xae, 0xf5, - 0xe7, 0xca, 0xb5, 0x3e, 0x5f, 0xbb, 0xb5, 0xcb, 0x6b, 0xb7, 0xf6, 0xf3, 0xda, 0xad, 0x1d, 0xed, - 0x4d, 0xfe, 0xa5, 0x62, 0x9c, 0x29, 0xdc, 0x45, 0x11, 0xef, 0x86, 0x43, 0x9a, 0x70, 0x73, 0x9f, - 0x05, 0xe7, 0xe5, 0x42, 0xff, 0xb4, 0x83, 0xa6, 0xbe, 0xdf, 0x5e, 0xfe, 0x0d, 0x00, 0x00, 0xff, - 0xff, 0xfb, 0x36, 0xed, 0x13, 0x45, 0x05, 0x00, 0x00, + // 604 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x94, 0xcf, 0x4e, 0xdb, 0x4e, + 0x10, 0xc7, 0xe3, 0x04, 0xf2, 0x83, 0xe1, 0x07, 0xa8, 0x5b, 0xfe, 0x38, 0x2e, 0x38, 0xd4, 0x52, + 0xa5, 0x1c, 0x8a, 0x5d, 0xd2, 0xde, 0x2b, 0x85, 0x4b, 0x2f, 0x41, 0x6d, 0x44, 0x7b, 0x40, 0xea, + 0x61, 0x63, 0x2f, 0x8e, 0x05, 0xde, 0xb1, 0x76, 0x37, 0x88, 0xbc, 0x45, 0xff, 0xdc, 0xfa, 0x08, + 0x7d, 0x12, 0x8e, 0x1c, 0x7b, 0x6a, 0x2b, 0x78, 0x91, 0x2a, 0xeb, 0xb5, 0x09, 0x24, 0xe9, 0xad, + 0x27, 0xef, 0xcc, 0xd7, 0xfb, 0x99, 0xef, 0x7a, 0xc6, 0x0b, 0xeb, 0xa1, 0x40, 0x8e, 0x32, 0x50, + 0x97, 0x7e, 0x26, 0x50, 0x21, 0xa9, 0xe7, 0x09, 0x67, 0x23, 0xc6, 0x18, 0x75, 0x2a, 0x18, 0xaf, + 0x72, 0xd5, 0x71, 0x43, 0x94, 0x29, 0xca, 0xa0, 0x4f, 0x25, 0x0b, 0x2e, 0x0e, 0xfa, 0x4c, 0xd1, + 0x83, 0x20, 0xc4, 0x84, 0x1b, 0xfd, 0xb1, 0xc1, 0xe5, 0x8f, 0x3c, 0xe9, 0x7d, 0xb6, 0x80, 0x74, + 0x65, 0x7c, 0x88, 0xfc, 0x82, 0x09, 0xf5, 0x01, 0x87, 0xe1, 0x80, 0x09, 0x49, 0x6c, 0xf8, 0x8f, + 0x46, 0x91, 0x60, 0x52, 0xda, 0xd6, 0x9e, 0xd5, 0x5a, 0xee, 0x15, 0x21, 0xa1, 0xb0, 0x38, 0x66, + 0x4a, 0xbb, 0xba, 0x57, 0x6b, 0xad, 0xb4, 0x1b, 0x7e, 0x5e, 0xd5, 0x1f, 0x57, 0xf5, 0x4d, 0x55, + 0xff, 0x10, 0x13, 0xde, 0x79, 0x71, 0xf5, 0xb3, 0x59, 0xf9, 0xfe, 0xab, 0xd9, 0x8a, 0x13, 0x35, + 0x18, 0xf6, 0xfd, 0x10, 0xd3, 0xc0, 0x58, 0xcc, 0x1f, 0xfb, 0x32, 0x3a, 0x0b, 0xd4, 0x28, 0x63, + 0x52, 0x6f, 0x90, 0xbd, 0x9c, 0xec, 0x7d, 0xb3, 0xe0, 0x51, 0x57, 0xc6, 0xc7, 0x82, 0x72, 0x79, + 0xca, 0xc4, 0x31, 0x9e, 0x31, 0x2e, 0x09, 0x81, 0x85, 0x53, 0x81, 0xa9, 0xf1, 0xa3, 0xd7, 0x64, + 0x0d, 0xaa, 0x0a, 0xed, 0xaa, 0xce, 0x54, 0x15, 0xde, 0x99, 0xab, 0xfd, 0x33, 0x73, 0x3b, 0xe0, + 0x4c, 0x7f, 0xaf, 0x1e, 0x93, 0x19, 0x72, 0xc9, 0xbc, 0x27, 0xd0, 0x98, 0x72, 0x5e, 0x8a, 0x5f, + 0x2d, 0xd8, 0xec, 0xca, 0xf8, 0x7d, 0x16, 0x51, 0xc5, 0xb4, 0xd6, 0xa5, 0x59, 0x96, 0xf0, 0x98, + 0x6c, 0x41, 0x5d, 0x32, 0x1e, 0x31, 0x61, 0x4e, 0x67, 0x22, 0xb2, 0x01, 0x8b, 0x11, 0xe3, 0x98, + 0x9a, 0x23, 0xe6, 0x01, 0x71, 0x60, 0x29, 0x44, 0xae, 0x04, 0x0d, 0x95, 0x5d, 0xd3, 0x42, 0x19, + 0x6b, 0xd2, 0x28, 0xed, 0xe3, 0xb9, 0xbd, 0x60, 0x48, 0x3a, 0x1a, 0x37, 0x34, 0x62, 0x61, 0x92, + 0xd2, 0x73, 0x7b, 0x71, 0xcf, 0x6a, 0xad, 0xf6, 0x8a, 0xd0, 0x6b, 0xc2, 0xee, 0x4c, 0x53, 0xa5, + 0xed, 0xd7, 0xb0, 0x3a, 0x3e, 0xd3, 0x50, 0xf0, 0x8e, 0x48, 0xa2, 0x98, 0xcd, 0x75, 0xbb, 0x05, + 0x75, 0xc6, 0x69, 0xff, 0x9c, 0x69, 0xbb, 0x4b, 0x3d, 0x13, 0x79, 0xdb, 0xfa, 0xd8, 0x77, 0x80, + 0x92, 0xfc, 0x11, 0xd6, 0xcb, 0xd2, 0x6f, 0xa9, 0xa0, 0xa9, 0x24, 0x3b, 0xb0, 0x4c, 0x87, 0x6a, + 0x80, 0x22, 0x51, 0x23, 0x83, 0xbf, 0x4b, 0x90, 0xe7, 0x50, 0xcf, 0xf4, 0x7b, 0xba, 0xc2, 0x4a, + 0x7b, 0xcd, 0x37, 0xc3, 0x9c, 0xef, 0xee, 0x2c, 0x8c, 0xbb, 0xda, 0x33, 0xef, 0x78, 0x0d, 0xd8, + 0x7e, 0x80, 0x2f, 0x2a, 0xb7, 0xbf, 0xd4, 0xa0, 0xd6, 0x95, 0x31, 0x79, 0x07, 0xeb, 0x0f, 0x47, + 0xdf, 0x29, 0x98, 0xd3, 0x6d, 0x76, 0xbc, 0xf9, 0x5a, 0x81, 0x26, 0x47, 0xb0, 0xf6, 0x60, 0x72, + 0x1b, 0x13, 0xbb, 0xee, 0x4b, 0xce, 0xd3, 0xb9, 0x52, 0xc9, 0x3b, 0x01, 0x32, 0x63, 0x62, 0x76, + 0x27, 0x36, 0x4e, 0xcb, 0xce, 0xb3, 0xbf, 0xca, 0x25, 0xbb, 0x03, 0x30, 0xd1, 0xd7, 0xcd, 0x49, + 0x33, 0x65, 0xda, 0xd9, 0x9d, 0x99, 0x2e, 0x19, 0x6f, 0xe0, 0xff, 0x7b, 0x1d, 0xdc, 0x9e, 0x2a, + 0x9d, 0x0b, 0x4e, 0x73, 0x8e, 0x50, 0x90, 0x3a, 0x47, 0x57, 0x37, 0xae, 0x75, 0x7d, 0xe3, 0x5a, + 0xbf, 0x6f, 0x5c, 0xeb, 0xd3, 0xad, 0x5b, 0xb9, 0xbe, 0x75, 0x2b, 0x3f, 0x6e, 0xdd, 0xca, 0xc9, + 0xab, 0xc9, 0xbf, 0x54, 0x8c, 0x32, 0x85, 0xfb, 0x28, 0xe2, 0xfd, 0x70, 0x40, 0x13, 0x6e, 0xee, + 0xb3, 0xe0, 0xa2, 0x1d, 0x5c, 0x16, 0x6b, 0xfd, 0xdf, 0xf6, 0xeb, 0xfa, 0x8a, 0x7b, 0xf9, 0x27, + 0x00, 0x00, 0xff, 0xff, 0x4a, 0xfb, 0x41, 0x1b, 0x48, 0x05, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. From 804f42d9ebed0aa64da3203d1b62fd48ee380adc Mon Sep 17 00:00:00 2001 From: Thomas Nguy Date: Mon, 30 Jan 2023 16:58:23 +0900 Subject: [PATCH 5/5] modify protocgen script --- scripts/protocgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index f2f737cbf3..9561bbd700 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -16,7 +16,7 @@ done cd .. # move proto files to the right places -cp -r github.com/crypto-org-chain/cronos/* ./ +cp -r github.com/crypto-org-chain/cronos/v2/* ./ rm -rf github.com go mod tidy -compat=1.17