-
Notifications
You must be signed in to change notification settings - Fork 597
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* chore: increment go mod to v6 (#2318) * bumpbing go mod to v6 * removing stale test file (cherry picked from commit c86d27f) # Conflicts: # modules/apps/27-interchain-accounts/controller/keeper/msg_server_test.go # modules/core/02-client/abci.go # modules/core/02-client/abci_test.go # modules/core/02-client/client/utils/utils.go # modules/core/02-client/keeper/client_test.go # modules/core/02-client/keeper/grpc_query_test.go # modules/core/02-client/keeper/keeper.go # modules/core/02-client/keeper/keeper_test.go # modules/core/02-client/keeper/proposal_test.go # modules/core/02-client/legacy/v100/genesis.go # modules/core/02-client/legacy/v100/genesis_test.go # modules/core/02-client/legacy/v100/store.go # modules/core/02-client/legacy/v100/store_test.go # modules/core/02-client/proposal_handler_test.go # modules/core/02-client/simulation/decoder_test.go # modules/core/02-client/types/codec_test.go # modules/core/02-client/types/encoding_test.go # modules/core/02-client/types/genesis_test.go # modules/core/02-client/types/msgs_test.go # modules/core/02-client/types/proposal_test.go # modules/core/02-client/types/tx.pb.go # modules/core/03-connection/keeper/handshake_test.go # modules/core/03-connection/keeper/keeper_test.go # modules/core/03-connection/keeper/verify.go # modules/core/03-connection/keeper/verify_test.go # modules/core/03-connection/types/msgs_test.go # modules/core/04-channel/keeper/packet_test.go # modules/core/genesis_test.go # modules/core/keeper/msg_server_test.go # modules/core/legacy/v100/genesis_test.go # modules/core/migrations/v5/migrations.go # modules/core/migrations/v5/migrations_test.go # modules/core/simulation/decoder_test.go # modules/core/types/codec.go # modules/light-clients/06-solomachine/client_state.go # modules/light-clients/06-solomachine/client_state_test.go # modules/light-clients/06-solomachine/codec.go # modules/light-clients/06-solomachine/misbehaviour_handle.go # modules/light-clients/06-solomachine/proof_test.go # modules/light-clients/06-solomachine/proposal_handle_test.go # modules/light-clients/06-solomachine/solomachine.pb.go # modules/light-clients/06-solomachine/types/consensus_state_test.go # modules/light-clients/06-solomachine/types/header_test.go # modules/light-clients/06-solomachine/types/misbehaviour_test.go # modules/light-clients/06-solomachine/types/solomachine.pb.go # modules/light-clients/06-solomachine/types/solomachine_test.go # modules/light-clients/06-solomachine/update.go # modules/light-clients/06-solomachine/update_test.go # modules/light-clients/07-tendermint/client_state.go # modules/light-clients/07-tendermint/client_state_test.go # modules/light-clients/07-tendermint/misbehaviour_handle_test.go # modules/light-clients/07-tendermint/types/consensus_state_test.go # modules/light-clients/07-tendermint/types/genesis_test.go # modules/light-clients/07-tendermint/types/header_test.go # modules/light-clients/07-tendermint/types/misbehaviour_handle.go # modules/light-clients/07-tendermint/types/misbehaviour_test.go # modules/light-clients/07-tendermint/types/proposal_handle_test.go # modules/light-clients/07-tendermint/types/store_test.go # modules/light-clients/07-tendermint/types/tendermint.pb.go # modules/light-clients/07-tendermint/types/tendermint_test.go # modules/light-clients/07-tendermint/types/update.go # modules/light-clients/07-tendermint/types/upgrade_test.go # modules/light-clients/07-tendermint/update_test.go # proto/ibc/lightclients/solomachine/v2/solomachine.proto # proto/ibc/lightclients/solomachine/v3/solomachine.proto # proto/ibc/lightclients/tendermint/v1/tendermint.proto # testing/README.md # testing/app.go # testing/chain.go # testing/config.go # testing/endpoint.go # testing/simapp/app.go # testing/solomachine.go # testing/values.go * resolving conflicts * revert e2e changes * removing unnecessary future migration code Co-authored-by: Damian Nolan <damiannolan@gmail.com>
- Loading branch information
1 parent
6fce44e
commit edb6efa
Showing
439 changed files
with
2,267 additions
and
2,264 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
modules/apps/27-interchain-accounts/controller/keeper/account_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
modules/apps/27-interchain-accounts/controller/keeper/migrations_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
modules/apps/27-interchain-accounts/controller/keeper/params_test.go
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.