Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto: update Go import paths to v10 #2101

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

Automated pull request

Updating Go import paths to v10

Files changed:\nM	app/ante.go
M	app/app.go
M	app/apptesting/gamm.go
M	app/apptesting/test_suite.go
M	app/config.go
M	app/encoding.go
M	app/keepers/keepers.go
M	app/keepers/modules.go
M	app/modules.go
M	app/upgrades/types.go
M	app/upgrades/v10/constants.go
M	app/upgrades/v10/fork.go
M	app/upgrades/v10/upgrades_test.go
M	app/upgrades/v11/constants.go
M	app/upgrades/v11/upgrades.go
M	app/upgrades/v3/constants.go
M	app/upgrades/v3/forks.go
M	app/upgrades/v4/constants.go
M	app/upgrades/v4/upgrade_test.go
M	app/upgrades/v4/upgrades.go
M	app/upgrades/v5/constants.go
M	app/upgrades/v5/upgrades.go
M	app/upgrades/v5/whitelist_feetokens.go
M	app/upgrades/v6/constants.go
M	app/upgrades/v6/forks.go
M	app/upgrades/v7/constants.go
M	app/upgrades/v7/upgrades.go
M	app/upgrades/v8/constants.go
M	app/upgrades/v8/forks.go
M	app/upgrades/v8/incentive_props.go
M	app/upgrades/v8/msg_filter_ante.go
M	app/upgrades/v8/msg_filter_ante_test.go
M	app/upgrades/v8/unpool_whitelist.go
M	app/upgrades/v9/constants.go
M	app/upgrades/v9/msg_filter_ante_test.go
M	app/upgrades/v9/prop214.go
M	app/upgrades/v9/prop214_test.go
M	app/upgrades/v9/upgrades.go
M	cmd/osmosisd/cmd/balances_from_state_export.go
M	cmd/osmosisd/cmd/genesis.go
M	cmd/osmosisd/cmd/root.go
M	cmd/osmosisd/main.go
M	go.mod
M	osmomath/math_test.go
M	osmoutils/partialord/internal/dag/dag_test.go
M	osmoutils/partialord/partialord.go
M	osmoutils/partialord/partialord_test.go
M	simulation/executor/mock_tendermint.go
M	simulation/executor/operation.go
M	simulation/executor/params.go
M	simulation/executor/simulate.go
M	simulation/executor/simulate_dev.go
M	simulation/executor/util.go
M	simulation/types/manager.go
M	simulation/types/randutil.go
M	simulation/types/txbuilder.go
M	store/legacy/v101/tree.go
M	store/legacy/v101/tree_test.go
M	store/tree_test.go
M	tests/e2e/configurer/base.go
M	tests/e2e/configurer/chain/chain.go
M	tests/e2e/configurer/chain/node.go
M	tests/e2e/configurer/chain/queries.go
M	tests/e2e/configurer/current.go
M	tests/e2e/configurer/factory.go
M	tests/e2e/configurer/upgrade.go
M	tests/e2e/e2e_setup_test.go
M	tests/e2e/e2e_test.go
M	tests/e2e/initialization/chain/main.go
M	tests/e2e/initialization/config.go
M	tests/e2e/initialization/init.go
M	tests/e2e/initialization/init_test.go
M	tests/e2e/initialization/node.go
M	tests/e2e/initialization/node/main.go
M	tests/e2e/initialization/util.go
M	tests/e2e/util/codec.go
M	tests/simulator/genesis.go
M	tests/simulator/sim_test.go
M	tests/simulator/state.go
M	wasmbinding/message_plugin.go
M	wasmbinding/queries.go
M	wasmbinding/query_plugin.go
M	wasmbinding/test/custom_msg_test.go
M	wasmbinding/test/custom_query_test.go
M	wasmbinding/test/helpers_test.go
M	wasmbinding/test/messages_test.go
M	wasmbinding/test/queries_test.go
M	wasmbinding/test/store_run_test.go
M	wasmbinding/wasm.go
M	x/epochs/client/cli/cli_test.go
M	x/epochs/client/cli/query.go
M	x/epochs/client/cli/tx.go
M	x/epochs/keeper/abci.go
M	x/epochs/keeper/abci_test.go
M	x/epochs/keeper/epoch.go
M	x/epochs/keeper/epoch_test.go
M	x/epochs/keeper/genesis.go
M	x/epochs/keeper/genesis_test.go
M	x/epochs/keeper/grpc_query.go
M	x/epochs/keeper/grpc_query_test.go
M	x/epochs/keeper/keeper.go
M	x/epochs/keeper/keeper_test.go
M	x/epochs/module.go
M	x/epochs/types/hooks.go
M	x/epochs/types/hooks_test.go
M	x/gamm/client/cli/cli_test.go
M	x/gamm/client/cli/query.go
M	x/gamm/client/cli/tx.go
M	x/gamm/client/testutil/test_helpers.go
M	x/gamm/keeper/gas_test.go
M	x/gamm/keeper/genesis.go
M	x/gamm/keeper/genesis_test
M	x/gamm/keeper/grpc_query.go
M	x/gamm/keeper/grpc_query_test.go
M	x/gamm/keeper/internal/events/emit.go
M	x/gamm/keeper/internal/events/emit_test.go
M	x/gamm/keeper/invariants.go
M	x/gamm/keeper/keeper.go
M	x/gamm/keeper/keeper_test.go
M	x/gamm/keeper/marshal_bench_test.go
M	x/gamm/keeper/msg_server.go
M	x/gamm/keeper/msg_server_test.go
M	x/gamm/keeper/multihop.go
M	x/gamm/keeper/multihop_test.go
M	x/gamm/keeper/params.go
M	x/gamm/keeper/pool.go
M	x/gamm/keeper/pool_service.go
M	x/gamm/keeper/pool_service_test.go
M	x/gamm/keeper/pool_test.go
M	x/gamm/keeper/share.go
M	x/gamm/keeper/swap.go
M	x/gamm/keeper/swap_test.go
M	x/gamm/keeper/total_liquidity.go
M	x/gamm/module.go
M	x/gamm/pool-models/balancer/amm.go
M	x/gamm/pool-models/balancer/amm_test.go
M	x/gamm/pool-models/balancer/codec.go
M	x/gamm/pool-models/balancer/marshal_test.go
M	x/gamm/pool-models/balancer/msgs.go
M	x/gamm/pool-models/balancer/msgs_test.go
M	x/gamm/pool-models/balancer/pool.go
M	x/gamm/pool-models/balancer/pool_asset.go
M	x/gamm/pool-models/balancer/pool_params.go
M	x/gamm/pool-models/balancer/pool_suite_test.go
M	x/gamm/pool-models/balancer/pool_test.go
M	x/gamm/pool-models/balancer/util_test.go
M	x/gamm/pool-models/internal/cfmm_common/lp.go
M	x/gamm/pool-models/internal/cfmm_common/lp_test.go
M	x/gamm/pool-models/internal/test_helpers/test_helpers.go
M	x/gamm/pool-models/stableswap/amm.go
M	x/gamm/pool-models/stableswap/amm_test.go
M	x/gamm/pool-models/stableswap/codec.go
M	x/gamm/pool-models/stableswap/msgs.go
M	x/gamm/pool-models/stableswap/msgs_test.go
M	x/gamm/pool-models/stableswap/pool.go
M	x/gamm/pool-models/stableswap/pool_params.go
M	x/gamm/pool-models/stableswap/util_test.go
M	x/gamm/simulation/sim_msgs.go
M	x/gamm/twap/hook_listener.go
M	x/gamm/twap/module.go
M	x/gamm/types/msgs_test.go
M	x/gamm/types/params.go
M	x/incentives/client/cli/cli_test.go
M	x/incentives/client/cli/query.go
M	x/incentives/client/cli/tx.go
M	x/incentives/keeper/bench_test.go
M	x/incentives/keeper/distribute.go
M	x/incentives/keeper/distribute_test.go
M	x/incentives/keeper/export_test.go
M	x/incentives/keeper/gauge.go
M	x/incentives/keeper/gauge_test.go
M	x/incentives/keeper/genesis.go
M	x/incentives/keeper/genesis_test.go
M	x/incentives/keeper/grpc_query.go
M	x/incentives/keeper/grpc_query_test.go
M	x/incentives/keeper/hooks.go
M	x/incentives/keeper/iterator.go
M	x/incentives/keeper/keeper.go
M	x/incentives/keeper/keeper_test.go
M	x/incentives/keeper/msg_server.go
M	x/incentives/keeper/params.go
M	x/incentives/keeper/store.go
M	x/incentives/keeper/suite_test.go
M	x/incentives/keeper/utils.go
M	x/incentives/keeper/utils_test.go
M	x/incentives/module.go
M	x/incentives/simulation/genesis.go
M	x/incentives/simulation/operations.go
M	x/incentives/types/expected_keepers.go
M	x/incentives/types/gauge.go
M	x/incentives/types/gauge.pb.go
M	x/incentives/types/msgs.go
M	x/incentives/types/msgs_test.go
M	x/incentives/types/params.go
M	x/incentives/types/query.pb.go
M	x/incentives/types/tx.pb.go
M	x/lockup/abci.go
M	x/lockup/client/cli/cli_test.go
M	x/lockup/client/cli/query.go
M	x/lockup/client/cli/tx.go
M	x/lockup/client/rest/query.go
M	x/lockup/client/rest/tx.go
M	x/lockup/client/testutil/test_helpers.go
M	x/lockup/keeper/admin_keeper.go
M	x/lockup/keeper/admin_keeper_test.go
M	x/lockup/keeper/bench_test.go
M	x/lockup/keeper/export_test.go
M	x/lockup/keeper/genesis.go
M	x/lockup/keeper/genesis_test.go
M	x/lockup/keeper/grpc_query.go
M	x/lockup/keeper/grpc_query_test.go
M	x/lockup/keeper/invariants.go
M	x/lockup/keeper/iterator.go
M	x/lockup/keeper/keeper.go
M	x/lockup/keeper/keeper_test.go
M	x/lockup/keeper/lock.go
M	x/lockup/keeper/lock_refs.go
M	x/lockup/keeper/lock_test.go
M	x/lockup/keeper/migration.go
M	x/lockup/keeper/migration_test.go
M	x/lockup/keeper/msg_server.go
M	x/lockup/keeper/msg_server_test.go
M	x/lockup/keeper/store.go
M	x/lockup/keeper/synthetic_lock.go
M	x/lockup/keeper/synthetic_lock_test.go
M	x/lockup/keeper/utils.go
M	x/lockup/keeper/utils_test.go
M	x/lockup/module.go
M	x/lockup/simulation/operations.go
M	x/mint/client/cli/cli_test.go
M	x/mint/client/cli/query.go
M	x/mint/client/rest/grpc_query_test.go
M	x/mint/client/rest/query.go
M	x/mint/keeper/export_test.go
M	x/mint/keeper/genesis.go
M	x/mint/keeper/genesis_test.go
M	x/mint/keeper/grpc_query.go
M	x/mint/keeper/grpc_query_test.go
M	x/mint/keeper/hooks.go
M	x/mint/keeper/hooks_test.go
M	x/mint/keeper/keeper.go
M	x/mint/keeper/keeper_test.go
M	x/mint/module.go
M	x/mint/simulation/decoder.go
M	x/mint/simulation/decoder_test.go
M	x/mint/simulation/genesis.go
M	x/mint/simulation/genesis_test.go
M	x/mint/types/expected_keepers.go
M	x/mint/types/minter_test.go
M	x/mint/types/params.go
M	x/pool-incentives/client/cli/cli_test.go
M	x/pool-incentives/client/cli/query.go
M	x/pool-incentives/client/cli/tx.go
M	x/pool-incentives/client/proposal_handler.go
M	x/pool-incentives/client/rest/tx.go
M	x/pool-incentives/handler.go
M	x/pool-incentives/keeper/distr.go
M	x/pool-incentives/keeper/distr_test.go
M	x/pool-incentives/keeper/geneis_test.go
M	x/pool-incentives/keeper/genesis.go
M	x/pool-incentives/keeper/gov.go
M	x/pool-incentives/keeper/grpc_query.go
M	x/pool-incentives/keeper/grpc_query_test.go
M	x/pool-incentives/keeper/hooks.go
M	x/pool-incentives/keeper/keeper.go
M	x/pool-incentives/keeper/keeper_test.go
M	x/pool-incentives/keeper/params.go
M	x/pool-incentives/module.go
M	x/pool-incentives/types/expected_keepers.go
M	x/pool-incentives/types/genesis_test.go
M	x/pool-incentives/types/gov_test.go
M	x/pool-incentives/types/incentives_test.go
M	x/pool-incentives/types/query.pb.go
M	x/pool-incentives/types/query_test.go
M	x/pool-incentives/types/record_test.go
M	x/superfluid/abci.go
M	x/superfluid/client/cli/query.go
M	x/superfluid/client/cli/tx.go
M	x/superfluid/client/proposal_handler.go
M	x/superfluid/keeper/distribution_test.go
M	x/superfluid/keeper/edge_case_test.go
M	x/superfluid/keeper/epoch.go
M	x/superfluid/keeper/genesis.go
M	x/superfluid/keeper/genesis_test.go
M	x/superfluid/keeper/gov/gov.go
M	x/superfluid/keeper/gov/gov_test.go
M	x/superfluid/keeper/gov/suite_test.go
M	x/superfluid/keeper/grpc_query.go
M	x/superfluid/keeper/grpc_query_test.go
M	x/superfluid/keeper/hooks.go
M	x/superfluid/keeper/intermediary_account.go
M	x/superfluid/keeper/intermediary_account_test.go
M	x/superfluid/keeper/invariants.go
M	x/superfluid/keeper/keeper.go
M	x/superfluid/keeper/keeper_test.go
M	x/superfluid/keeper/msg_server.go
M	x/superfluid/keeper/msg_server_test.go
M	x/superfluid/keeper/params.go
M	x/superfluid/keeper/slash.go
M	x/superfluid/keeper/slash_test.go
M	x/superfluid/keeper/stake.go
M	x/superfluid/keeper/stake_test.go
M	x/superfluid/keeper/superfluid_asset.go
M	x/superfluid/keeper/superfluid_asset_store.go
M	x/superfluid/keeper/superfluid_asset_test.go
M	x/superfluid/keeper/synthetic_lock_wrapper.go
M	x/superfluid/keeper/twap_price.go
M	x/superfluid/keeper/twap_price_test.go
M	x/superfluid/keeper/unpool.go
M	x/superfluid/keeper/unpool_test.go
M	x/superfluid/module.go
M	x/superfluid/proposal_handler.go
M	x/superfluid/simulation/genesis.go
M	x/superfluid/simulation/operations.go
M	x/superfluid/simulation/proposals.go
M	x/superfluid/types/expected_keepers.go
M	x/superfluid/types/gov.go
M	x/superfluid/types/query.pb.go
M	x/tokenfactory/client/cli/query.go
M	x/tokenfactory/client/cli/tx.go
M	x/tokenfactory/keeper/admins.go
M	x/tokenfactory/keeper/admins_test.go
M	x/tokenfactory/keeper/bankactions.go
M	x/tokenfactory/keeper/createdenom.go
M	x/tokenfactory/keeper/createdenom_test.go
M	x/tokenfactory/keeper/genesis.go
M	x/tokenfactory/keeper/genesis_test.go
M	x/tokenfactory/keeper/grpc_query.go
M	x/tokenfactory/keeper/keeper.go
M	x/tokenfactory/keeper/keeper_test.go
M	x/tokenfactory/keeper/msg_server.go
M	x/tokenfactory/keeper/params.go
M	x/tokenfactory/module.go
M	x/tokenfactory/types/denoms_test.go
M	x/tokenfactory/types/genesis_test.go
M	x/tokenfactory/types/params.go
M	x/txfees/client/cli/query.go
M	x/txfees/client/cli/tx.go
M	x/txfees/handler.go
M	x/txfees/keeper/feedecorator.go
M	x/txfees/keeper/feedecorator_test.go
M	x/txfees/keeper/feetokens.go
M	x/txfees/keeper/feetokens_test.go
M	x/txfees/keeper/genesis.go
M	x/txfees/keeper/gov.go
M	x/txfees/keeper/grpc_query.go
M	x/txfees/keeper/hooks.go
M	x/txfees/keeper/hooks_test.go
M	x/txfees/keeper/keeper.go
M	x/txfees/keeper/keeper_test.go
M	x/txfees/keeper/txfee_filters/arb_tx.go
M	x/txfees/module.go
M	x/txfees/module_test.go
M	x/txfees/types/expected_keepers.go
@github-actions github-actions bot added T:auto Automatic items T:code-hygiene labels Jul 17, 2022
@p0mvn p0mvn closed this Jul 17, 2022
@p0mvn p0mvn reopened this Jul 17, 2022
@p0mvn p0mvn mentioned this pull request Jul 17, 2022
@p0mvn
Copy link
Member

p0mvn commented Jul 17, 2022

Although CI now works, noticed issues with proto generation. Going to resolve this on a fork and reopen this

@p0mvn p0mvn closed this Jul 17, 2022
@p0mvn p0mvn deleted the update-paths branch July 17, 2022 03:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant