From f12845aebcacfa09dbbcded7f5fbd4ca1c930f02 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Thu, 2 Feb 2023 21:30:29 +0900 Subject: [PATCH 1/7] feat: replace module path from `github.com/line/ibc-go/v3` to `github.com/cosmos/ibc-go/v3` --- go.mod | 4 +- go.sum | 3 +- .../27-interchain-accounts/client/cli/cli.go | 4 +- .../controller/client/cli/query.go | 2 +- .../controller/ibc_module.go | 12 +++--- .../controller/ibc_module_test.go | 12 +++--- .../controller/keeper/account.go | 6 +-- .../controller/keeper/account_test.go | 8 ++-- .../controller/keeper/genesis.go | 4 +- .../controller/keeper/genesis_test.go | 8 ++-- .../controller/keeper/grpc_query.go | 4 +- .../controller/keeper/grpc_query_test.go | 4 +- .../controller/keeper/handshake.go | 4 +- .../controller/keeper/handshake_test.go | 8 ++-- .../controller/keeper/keeper.go | 8 ++-- .../controller/keeper/keeper_test.go | 6 +-- .../controller/keeper/params.go | 2 +- .../controller/keeper/params_test.go | 2 +- .../controller/keeper/relay.go | 6 +-- .../controller/keeper/relay_test.go | 10 ++--- .../controller/types/params_test.go | 2 +- .../host/client/cli/query.go | 8 ++-- .../27-interchain-accounts/host/ibc_module.go | 10 ++--- .../host/ibc_module_test.go | 14 +++---- .../host/keeper/account.go | 2 +- .../host/keeper/events.go | 4 +- .../host/keeper/genesis.go | 4 +- .../host/keeper/genesis_test.go | 8 ++-- .../host/keeper/grpc_query.go | 2 +- .../host/keeper/grpc_query_test.go | 2 +- .../host/keeper/handshake.go | 6 +-- .../host/keeper/handshake_test.go | 10 ++--- .../host/keeper/keeper.go | 8 ++-- .../host/keeper/keeper_test.go | 6 +-- .../host/keeper/params.go | 2 +- .../host/keeper/params_test.go | 2 +- .../host/keeper/relay.go | 6 +-- .../host/keeper/relay_test.go | 12 +++--- .../27-interchain-accounts/host/types/ack.go | 2 +- .../host/types/ack_test.go | 4 +- .../host/types/params_test.go | 2 +- modules/apps/27-interchain-accounts/module.go | 20 +++++----- .../27-interchain-accounts/module_test.go | 12 +++--- .../types/account_test.go | 4 +- .../types/codec_test.go | 4 +- .../types/expected_keepers.go | 4 +- .../27-interchain-accounts/types/genesis.go | 6 +-- .../types/genesis.pb.go | 4 +- .../types/genesis_test.go | 8 ++-- .../27-interchain-accounts/types/keys_test.go | 2 +- .../27-interchain-accounts/types/metadata.go | 2 +- .../types/metadata_test.go | 4 +- .../types/packet_test.go | 2 +- .../27-interchain-accounts/types/port_test.go | 4 +- modules/apps/transfer/client/cli/query.go | 2 +- modules/apps/transfer/client/cli/tx.go | 6 +-- modules/apps/transfer/ibc_module.go | 12 +++--- modules/apps/transfer/ibc_module_test.go | 8 ++-- modules/apps/transfer/keeper/encoding.go | 2 +- modules/apps/transfer/keeper/genesis.go | 2 +- modules/apps/transfer/keeper/genesis_test.go | 2 +- modules/apps/transfer/keeper/grpc_query.go | 2 +- .../apps/transfer/keeper/grpc_query_test.go | 4 +- modules/apps/transfer/keeper/keeper.go | 4 +- modules/apps/transfer/keeper/keeper_test.go | 4 +- .../apps/transfer/keeper/mbt_relay_test.go | 8 ++-- modules/apps/transfer/keeper/migrations.go | 2 +- .../apps/transfer/keeper/migrations_test.go | 4 +- modules/apps/transfer/keeper/msg_server.go | 2 +- .../apps/transfer/keeper/msg_server_test.go | 2 +- modules/apps/transfer/keeper/params.go | 2 +- modules/apps/transfer/keeper/params_test.go | 2 +- modules/apps/transfer/keeper/relay.go | 10 ++--- modules/apps/transfer/keeper/relay_test.go | 12 +++--- modules/apps/transfer/module.go | 10 ++--- modules/apps/transfer/simulation/decoder.go | 2 +- .../apps/transfer/simulation/decoder_test.go | 6 +-- modules/apps/transfer/simulation/genesis.go | 2 +- .../apps/transfer/simulation/genesis_test.go | 4 +- modules/apps/transfer/simulation/params.go | 2 +- .../apps/transfer/simulation/params_test.go | 2 +- modules/apps/transfer/transfer_test.go | 6 +-- modules/apps/transfer/types/ack.go | 2 +- modules/apps/transfer/types/ack_test.go | 4 +- .../apps/transfer/types/expected_keepers.go | 6 +-- modules/apps/transfer/types/genesis.go | 2 +- modules/apps/transfer/types/genesis_test.go | 2 +- modules/apps/transfer/types/keys_test.go | 2 +- modules/apps/transfer/types/msgs.go | 4 +- modules/apps/transfer/types/msgs_test.go | 2 +- modules/apps/transfer/types/trace.go | 4 +- modules/apps/transfer/types/tx.pb.go | 2 +- modules/core/02-client/abci.go | 6 +-- modules/core/02-client/abci_test.go | 12 +++--- modules/core/02-client/client/cli/cli.go | 2 +- modules/core/02-client/client/cli/query.go | 6 +-- modules/core/02-client/client/cli/tx.go | 4 +- .../core/02-client/client/proposal_handler.go | 2 +- modules/core/02-client/client/utils/utils.go | 12 +++--- modules/core/02-client/genesis.go | 6 +-- modules/core/02-client/keeper/client.go | 4 +- modules/core/02-client/keeper/client_test.go | 16 ++++---- modules/core/02-client/keeper/encoding.go | 4 +- modules/core/02-client/keeper/events.go | 4 +- modules/core/02-client/keeper/grpc_query.go | 6 +-- .../core/02-client/keeper/grpc_query_test.go | 8 ++-- modules/core/02-client/keeper/keeper.go | 10 ++--- modules/core/02-client/keeper/keeper_test.go | 18 ++++----- modules/core/02-client/keeper/migrations.go | 2 +- modules/core/02-client/keeper/params.go | 2 +- modules/core/02-client/keeper/params_test.go | 2 +- modules/core/02-client/keeper/proposal.go | 4 +- .../core/02-client/keeper/proposal_test.go | 8 ++-- modules/core/02-client/legacy/v100/genesis.go | 8 ++-- .../02-client/legacy/v100/genesis_test.go | 16 ++++---- .../core/02-client/legacy/v100/solomachine.go | 2 +- .../02-client/legacy/v100/solomachine.pb.go | 4 +- modules/core/02-client/legacy/v100/store.go | 10 ++--- .../core/02-client/legacy/v100/store_test.go | 12 +++--- modules/core/02-client/module.go | 4 +- modules/core/02-client/proposal_handler.go | 4 +- .../core/02-client/proposal_handler_test.go | 8 ++-- modules/core/02-client/simulation/decoder.go | 6 +-- .../core/02-client/simulation/decoder_test.go | 10 ++--- modules/core/02-client/simulation/genesis.go | 2 +- modules/core/02-client/types/client.go | 4 +- modules/core/02-client/types/client_test.go | 4 +- modules/core/02-client/types/codec.go | 2 +- modules/core/02-client/types/codec_test.go | 12 +++--- modules/core/02-client/types/encoding.go | 2 +- modules/core/02-client/types/encoding_test.go | 4 +- modules/core/02-client/types/events.go | 2 +- modules/core/02-client/types/genesis.go | 4 +- modules/core/02-client/types/genesis_test.go | 16 ++++---- modules/core/02-client/types/height.go | 2 +- modules/core/02-client/types/height_test.go | 2 +- modules/core/02-client/types/keys.go | 2 +- modules/core/02-client/types/keys_test.go | 2 +- modules/core/02-client/types/msgs.go | 4 +- modules/core/02-client/types/msgs_test.go | 12 +++--- modules/core/02-client/types/params.go | 2 +- modules/core/02-client/types/params_test.go | 2 +- modules/core/02-client/types/proposal.go | 2 +- modules/core/02-client/types/proposal_test.go | 6 +-- modules/core/02-client/types/query.go | 2 +- modules/core/03-connection/client/cli/cli.go | 2 +- .../core/03-connection/client/cli/query.go | 6 +-- .../core/03-connection/client/utils/utils.go | 14 +++---- modules/core/03-connection/genesis.go | 4 +- modules/core/03-connection/keeper/events.go | 2 +- .../core/03-connection/keeper/grpc_query.go | 6 +-- .../03-connection/keeper/grpc_query_test.go | 8 ++-- .../core/03-connection/keeper/handshake.go | 8 ++-- .../03-connection/keeper/handshake_test.go | 12 +++--- modules/core/03-connection/keeper/keeper.go | 10 ++--- .../core/03-connection/keeper/keeper_test.go | 4 +- modules/core/03-connection/keeper/params.go | 2 +- .../core/03-connection/keeper/params_test.go | 2 +- modules/core/03-connection/keeper/verify.go | 4 +- .../core/03-connection/keeper/verify_test.go | 16 ++++---- modules/core/03-connection/module.go | 4 +- .../core/03-connection/simulation/decoder.go | 4 +- .../03-connection/simulation/decoder_test.go | 8 ++-- .../core/03-connection/simulation/genesis.go | 2 +- modules/core/03-connection/types/codec.go | 2 +- .../core/03-connection/types/connection.go | 6 +-- .../core/03-connection/types/connection.pb.go | 2 +- .../03-connection/types/connection_test.go | 8 ++-- modules/core/03-connection/types/events.go | 2 +- .../03-connection/types/expected_keepers.go | 2 +- modules/core/03-connection/types/genesis.go | 2 +- .../core/03-connection/types/genesis_test.go | 6 +-- modules/core/03-connection/types/keys.go | 2 +- modules/core/03-connection/types/keys_test.go | 2 +- modules/core/03-connection/types/msgs.go | 8 ++-- modules/core/03-connection/types/msgs_test.go | 12 +++--- .../core/03-connection/types/params_test.go | 2 +- modules/core/03-connection/types/query.go | 4 +- modules/core/03-connection/types/query.pb.go | 2 +- modules/core/03-connection/types/tx.pb.go | 2 +- modules/core/03-connection/types/version.go | 2 +- .../core/03-connection/types/version_test.go | 6 +-- modules/core/04-channel/client/cli/cli.go | 2 +- modules/core/04-channel/client/cli/query.go | 6 +-- modules/core/04-channel/client/utils/utils.go | 12 +++--- modules/core/04-channel/genesis.go | 4 +- modules/core/04-channel/keeper/events.go | 4 +- modules/core/04-channel/keeper/grpc_query.go | 8 ++-- .../core/04-channel/keeper/grpc_query_test.go | 10 ++--- modules/core/04-channel/keeper/handshake.go | 10 ++--- .../core/04-channel/keeper/handshake_test.go | 12 +++--- modules/core/04-channel/keeper/keeper.go | 12 +++--- modules/core/04-channel/keeper/keeper_test.go | 4 +- modules/core/04-channel/keeper/packet.go | 10 ++--- modules/core/04-channel/keeper/packet_test.go | 16 ++++---- modules/core/04-channel/keeper/timeout.go | 8 ++-- .../core/04-channel/keeper/timeout_test.go | 12 +++--- modules/core/04-channel/module.go | 4 +- modules/core/04-channel/simulation/decoder.go | 4 +- .../04-channel/simulation/decoder_test.go | 8 ++-- modules/core/04-channel/simulation/genesis.go | 2 +- .../04-channel/types/acknowledgement_test.go | 2 +- modules/core/04-channel/types/channel.go | 4 +- modules/core/04-channel/types/channel.pb.go | 2 +- modules/core/04-channel/types/channel_test.go | 2 +- modules/core/04-channel/types/codec.go | 2 +- modules/core/04-channel/types/events.go | 2 +- .../core/04-channel/types/expected_keepers.go | 4 +- modules/core/04-channel/types/genesis.go | 2 +- modules/core/04-channel/types/genesis_test.go | 2 +- modules/core/04-channel/types/keys.go | 2 +- modules/core/04-channel/types/keys_test.go | 2 +- modules/core/04-channel/types/msgs.go | 6 +-- modules/core/04-channel/types/msgs_test.go | 10 ++--- modules/core/04-channel/types/packet.go | 6 +-- modules/core/04-channel/types/packet_test.go | 4 +- modules/core/04-channel/types/query.go | 4 +- modules/core/04-channel/types/query.pb.go | 2 +- modules/core/04-channel/types/tx.pb.go | 2 +- modules/core/04-channel/types/version_test.go | 2 +- modules/core/05-port/keeper/keeper.go | 4 +- modules/core/05-port/keeper/keeper_test.go | 4 +- modules/core/05-port/module.go | 4 +- modules/core/05-port/types/module.go | 4 +- modules/core/05-port/types/query.pb.go | 2 +- modules/core/23-commitment/types/codec.go | 2 +- modules/core/23-commitment/types/merkle.go | 2 +- .../core/23-commitment/types/merkle_test.go | 2 +- .../core/23-commitment/types/utils_test.go | 2 +- modules/core/24-host/keys.go | 2 +- modules/core/24-host/parse_test.go | 4 +- modules/core/ante/ante.go | 6 +-- modules/core/ante/ante_test.go | 12 +++--- modules/core/client/cli/cli.go | 8 ++-- modules/core/client/query.go | 6 +-- modules/core/genesis.go | 10 ++--- modules/core/genesis_test.go | 22 +++++----- modules/core/keeper/grpc_query.go | 6 +-- modules/core/keeper/keeper.go | 16 ++++---- modules/core/keeper/keeper_test.go | 8 ++-- modules/core/keeper/migrations.go | 2 +- modules/core/keeper/msg_server.go | 10 ++--- modules/core/keeper/msg_server_test.go | 18 ++++----- modules/core/legacy/v100/genesis.go | 10 ++--- modules/core/legacy/v100/genesis_test.go | 18 ++++----- modules/core/module.go | 20 +++++----- modules/core/simulation/decoder.go | 10 ++--- modules/core/simulation/decoder_test.go | 14 +++---- modules/core/simulation/genesis.go | 16 ++++---- modules/core/simulation/genesis_test.go | 6 +-- modules/core/types/codec.go | 14 +++---- modules/core/types/genesis.go | 6 +-- modules/core/types/genesis.pb.go | 6 +-- modules/core/types/query.go | 12 +++--- .../light-clients/06-solomachine/module.go | 2 +- .../06-solomachine/types/client_state.go | 8 ++-- .../06-solomachine/types/client_state_test.go | 16 ++++---- .../06-solomachine/types/codec.go | 4 +- .../06-solomachine/types/codec_test.go | 10 ++--- .../06-solomachine/types/consensus_state.go | 4 +- .../types/consensus_state_test.go | 6 +-- .../06-solomachine/types/header.go | 4 +- .../06-solomachine/types/header_test.go | 6 +-- .../06-solomachine/types/misbehaviour.go | 6 +-- .../types/misbehaviour_handle.go | 4 +- .../types/misbehaviour_handle_test.go | 8 ++-- .../06-solomachine/types/misbehaviour_test.go | 6 +-- .../06-solomachine/types/proof.go | 10 ++--- .../06-solomachine/types/proof_test.go | 6 +-- .../06-solomachine/types/proposal_handle.go | 4 +- .../types/proposal_handle_test.go | 8 ++-- .../06-solomachine/types/solomachine.go | 2 +- .../06-solomachine/types/solomachine.pb.go | 4 +- .../06-solomachine/types/solomachine_test.go | 8 ++-- .../06-solomachine/types/update.go | 4 +- .../06-solomachine/types/update_test.go | 8 ++-- modules/light-clients/09-localhost/module.go | 2 +- .../09-localhost/types/client_state.go | 10 ++--- .../09-localhost/types/client_state_test.go | 16 ++++---- .../light-clients/09-localhost/types/codec.go | 2 +- .../09-localhost/types/localhost.pb.go | 2 +- .../09-localhost/types/localhost_test.go | 6 +-- modules/light-clients/99-ostracon/module.go | 2 +- .../99-ostracon/types/client_state.go | 12 +++--- .../99-ostracon/types/client_state_test.go | 16 ++++---- .../light-clients/99-ostracon/types/codec.go | 2 +- .../99-ostracon/types/consensus_state.go | 6 +-- .../99-ostracon/types/consensus_state_test.go | 6 +-- .../99-ostracon/types/genesis.go | 4 +- .../99-ostracon/types/genesis_test.go | 6 +-- .../light-clients/99-ostracon/types/header.go | 6 +-- .../99-ostracon/types/header_test.go | 6 +-- .../99-ostracon/types/misbehaviour.go | 6 +-- .../99-ostracon/types/misbehaviour_handle.go | 4 +- .../types/misbehaviour_handle_test.go | 12 +++--- .../99-ostracon/types/misbehaviour_test.go | 10 ++--- .../99-ostracon/types/ostracon.pb.go | 4 +- .../99-ostracon/types/ostracon_test.go | 10 ++--- .../99-ostracon/types/proposal_handle.go | 4 +- .../99-ostracon/types/proposal_handle_test.go | 8 ++-- .../light-clients/99-ostracon/types/store.go | 6 +-- .../99-ostracon/types/store_test.go | 14 +++---- .../light-clients/99-ostracon/types/update.go | 6 +-- .../99-ostracon/types/update_test.go | 12 +++--- .../99-ostracon/types/upgrade.go | 6 +-- .../99-ostracon/types/upgrade_test.go | 10 ++--- testing/app.go | 4 +- testing/chain.go | 16 ++++---- testing/chain_test.go | 4 +- testing/config.go | 10 ++--- testing/endpoint.go | 14 +++---- testing/events.go | 6 +-- testing/mock/ibc_app.go | 4 +- testing/mock/ibc_module.go | 6 +-- testing/mock/ibc_module_test.go | 6 +-- testing/mock/mock.go | 6 +-- testing/mock/privval_test.go | 2 +- testing/path.go | 2 +- testing/simapp/ante_handler.go | 4 +- testing/simapp/app.go | 40 +++++++++---------- testing/simapp/encoding.go | 2 +- testing/simapp/genesis_account_test.go | 2 +- testing/simapp/sim_test.go | 6 +-- testing/simapp/simd/cmd/cmd_test.go | 4 +- testing/simapp/simd/cmd/genaccounts_test.go | 4 +- testing/simapp/simd/cmd/root.go | 4 +- testing/simapp/simd/main.go | 4 +- testing/simapp/state.go | 2 +- testing/simapp/test_helpers.go | 2 +- testing/simapp/utils.go | 2 +- testing/solomachine.go | 10 ++--- testing/values.go | 10 ++--- 332 files changed, 997 insertions(+), 998 deletions(-) diff --git a/go.mod b/go.mod index e8a0455c2d6..482f95fc7be 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ go 1.18 -module github.com/line/ibc-go/v3 +module github.com/cosmos/ibc-go/v3 replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 @@ -56,10 +56,10 @@ require ( github.com/dvsekhvalnov/jose2go v1.5.0 // indirect github.com/felixge/httpsnoop v1.0.1 // indirect github.com/fsnotify/fsnotify v1.6.0 // indirect - github.com/gin-gonic/gin v1.7.0 // indirect github.com/go-kit/kit v0.12.0 // indirect github.com/go-kit/log v0.2.1 // indirect github.com/go-logfmt/logfmt v0.5.1 // indirect + github.com/go-playground/validator/v10 v10.4.1 // indirect github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect github.com/gogo/gateway v1.1.0 // indirect github.com/golang/glog v1.0.0 // indirect diff --git a/go.sum b/go.sum index c30781b88a2..469a2176852 100644 --- a/go.sum +++ b/go.sum @@ -198,9 +198,8 @@ github.com/fsnotify/fsnotify v1.6.0/go.mod h1:sl3t1tCWJFWoRz9R8WJCbQihKKwmorjAbS github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= 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/gin-gonic/gin v1.7.0 h1:jGB9xAJQ12AIGNB4HguylppmDK1Am9ppF7XnGXXJuoU= -github.com/gin-gonic/gin v1.7.0/go.mod h1:jD2toBW3GZUr5UMcdrwQA10I7RuaFOl/SGeDjXkfUtY= 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= diff --git a/modules/apps/27-interchain-accounts/client/cli/cli.go b/modules/apps/27-interchain-accounts/client/cli/cli.go index 6e14323ebb1..95b49f29e2a 100644 --- a/modules/apps/27-interchain-accounts/client/cli/cli.go +++ b/modules/apps/27-interchain-accounts/client/cli/cli.go @@ -3,8 +3,8 @@ package cli import ( "github.com/spf13/cobra" - controllercli "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/client/cli" - hostcli "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/client/cli" + controllercli "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/client/cli" + hostcli "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/client/cli" ) // GetQueryCmd returns the query commands for the interchain-accounts submodule diff --git a/modules/apps/27-interchain-accounts/controller/client/cli/query.go b/modules/apps/27-interchain-accounts/controller/client/cli/query.go index d349c19317b..770472fb32e 100644 --- a/modules/apps/27-interchain-accounts/controller/client/cli/query.go +++ b/modules/apps/27-interchain-accounts/controller/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) // GetCmdQueryInterchainAccount returns the command handler for the controller submodule parameter querying. diff --git a/modules/apps/27-interchain-accounts/controller/ibc_module.go b/modules/apps/27-interchain-accounts/controller/ibc_module.go index e743f22691b..bfa92c6d589 100644 --- a/modules/apps/27-interchain-accounts/controller/ibc_module.go +++ b/modules/apps/27-interchain-accounts/controller/ibc_module.go @@ -5,12 +5,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - ibcexported "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for interchain accounts controller chains diff --git a/modules/apps/27-interchain-accounts/controller/ibc_module_test.go b/modules/apps/27-interchain-accounts/controller/ibc_module_test.go index 3c6b11f0a9e..cc579333162 100644 --- a/modules/apps/27-interchain-accounts/controller/ibc_module_test.go +++ b/modules/apps/27-interchain-accounts/controller/ibc_module_test.go @@ -8,12 +8,12 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/controller/keeper/account.go b/modules/apps/27-interchain-accounts/controller/keeper/account.go index 66662b70695..f72bd2c3d8c 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/account.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/account.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" authtypes "github.com/line/lbm-sdk/x/auth/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // RegisterInterchainAccount is the entry point to registering an interchain account. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/account_test.go b/modules/apps/27-interchain-accounts/controller/keeper/account_test.go index 5347d1a1af9..9387baa3936 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/account_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/account_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestRegisterInterchainAccount() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/genesis.go b/modules/apps/27-interchain-accounts/controller/keeper/genesis.go index e764c8cd60d..e6168e52b24 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/genesis.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // InitGenesis initializes the interchain accounts controller application state from a provided genesis state diff --git a/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go b/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go index afceefff9e2..83878761631 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestInitGenesis() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go index a137d6f427b..72efa2c254f 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go @@ -7,8 +7,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go index a06a19841ff..66091971455 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryInterchainAccount() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/handshake.go b/modules/apps/27-interchain-accounts/controller/keeper/handshake.go index 8816b186c88..ea4523c337f 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/handshake.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/handshake.go @@ -8,8 +8,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // OnChanOpenInit performs basic validation of channel initialization. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go b/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go index dc9b6d822a9..cac04b71b11 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go @@ -3,10 +3,10 @@ package keeper_test import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestOnChanOpenInit() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/keeper.go b/modules/apps/27-interchain-accounts/controller/keeper/keeper.go index ad60b092652..47c334ec8ac 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/keeper.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/keeper.go @@ -12,10 +12,10 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" "github.com/line/ostracon/libs/log" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC interchain accounts controller keeper diff --git a/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go b/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go index 59c5ad3c6dc..d9a3c250abc 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/line/ibc-go/v3/testing" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/controller/keeper/params.go b/modules/apps/27-interchain-accounts/controller/keeper/params.go index c0f2201fe3a..5c29a1fbd02 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/params.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) // IsControllerEnabled retrieves the controller enabled boolean from the paramstore. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/params_test.go b/modules/apps/27-interchain-accounts/controller/keeper/params_test.go index d72c6602ee9..ffd71f49268 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/params_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" +import "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/27-interchain-accounts/controller/keeper/relay.go b/modules/apps/27-interchain-accounts/controller/keeper/relay.go index 4131789653a..f6cfb0b90e4 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/relay.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/relay.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // SendTx takes pre-built packet data containing messages to be executed on the host chain from an authentication module and attempts to send the packet. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go b/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go index 00ac32652ac..3a395a5bbd8 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go @@ -5,11 +5,11 @@ import ( banktypes "github.com/line/lbm-sdk/x/bank/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestSendTx() { diff --git a/modules/apps/27-interchain-accounts/controller/types/params_test.go b/modules/apps/27-interchain-accounts/controller/types/params_test.go index bc209673d14..1b2b296c7d4 100644 --- a/modules/apps/27-interchain-accounts/controller/types/params_test.go +++ b/modules/apps/27-interchain-accounts/controller/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/apps/27-interchain-accounts/host/client/cli/query.go b/modules/apps/27-interchain-accounts/host/client/cli/query.go index b195fd0ba2a..d6fb18063bf 100644 --- a/modules/apps/27-interchain-accounts/host/client/cli/query.go +++ b/modules/apps/27-interchain-accounts/host/client/cli/query.go @@ -12,10 +12,10 @@ import ( abci "github.com/line/ostracon/abci/types" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // GetCmdParams returns the command handler for the host submodule parameter querying. diff --git a/modules/apps/27-interchain-accounts/host/ibc_module.go b/modules/apps/27-interchain-accounts/host/ibc_module.go index 7c3144392d3..99608d3cab5 100644 --- a/modules/apps/27-interchain-accounts/host/ibc_module.go +++ b/modules/apps/27-interchain-accounts/host/ibc_module.go @@ -5,11 +5,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for interchain accounts host chains diff --git a/modules/apps/27-interchain-accounts/host/ibc_module_test.go b/modules/apps/27-interchain-accounts/host/ibc_module_test.go index 3afb82e4135..f664d89cd8b 100644 --- a/modules/apps/27-interchain-accounts/host/ibc_module_test.go +++ b/modules/apps/27-interchain-accounts/host/ibc_module_test.go @@ -13,13 +13,13 @@ import ( ocstate "github.com/line/ostracon/state" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/host/keeper/account.go b/modules/apps/27-interchain-accounts/host/keeper/account.go index 6406863d903..e16a6176b14 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/account.go +++ b/modules/apps/27-interchain-accounts/host/keeper/account.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" authtypes "github.com/line/lbm-sdk/x/auth/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) // RegisterInterchainAccount attempts to create a new account using the provided address and diff --git a/modules/apps/27-interchain-accounts/host/keeper/events.go b/modules/apps/27-interchain-accounts/host/keeper/events.go index a9b52346a7c..9708561542c 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/events.go +++ b/modules/apps/27-interchain-accounts/host/keeper/events.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - "github.com/line/ibc-go/v3/modules/core/exported" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // EmitAcknowledgementEvent emits an event signalling a successful or failed acknowledgement and including the error diff --git a/modules/apps/27-interchain-accounts/host/keeper/genesis.go b/modules/apps/27-interchain-accounts/host/keeper/genesis.go index e55fc172cc4..48473768b04 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/genesis.go +++ b/modules/apps/27-interchain-accounts/host/keeper/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // InitGenesis initializes the interchain accounts host application state from a provided genesis state diff --git a/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go b/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go index 5f8760717f3..6e8638ba42c 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestInitGenesis() { diff --git a/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go b/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go index 24d3fc9413c..01c07608bb4 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go +++ b/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go b/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go index 41ee4f3b550..bca1d55b8fd 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) func (suite *KeeperTestSuite) TestQueryParams() { diff --git a/modules/apps/27-interchain-accounts/host/keeper/handshake.go b/modules/apps/27-interchain-accounts/host/keeper/handshake.go index 40103e1dbf4..78e15cd1a78 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/handshake.go +++ b/modules/apps/27-interchain-accounts/host/keeper/handshake.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // OnChanOpenTry performs basic validation of the ICA channel diff --git a/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go b/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go index 13451719cb9..9b20def9e7a 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go @@ -5,11 +5,11 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // open and close channel is a helper function for TestOnChanOpenTry for reopening accounts diff --git a/modules/apps/27-interchain-accounts/host/keeper/keeper.go b/modules/apps/27-interchain-accounts/host/keeper/keeper.go index 5bd8b27f667..3d45541137d 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/keeper.go +++ b/modules/apps/27-interchain-accounts/host/keeper/keeper.go @@ -12,10 +12,10 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" "github.com/line/ostracon/libs/log" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC interchain accounts host keeper diff --git a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go index 0997b260bed..b2f4174b654 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/line/ibc-go/v3/testing" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/host/keeper/params.go b/modules/apps/27-interchain-accounts/host/keeper/params.go index 93e3107bca4..0b459e8f5ec 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/params.go +++ b/modules/apps/27-interchain-accounts/host/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) // IsHostEnabled retrieves the host enabled boolean from the paramstore. diff --git a/modules/apps/27-interchain-accounts/host/keeper/params_test.go b/modules/apps/27-interchain-accounts/host/keeper/params_test.go index d84265b4699..529afecaecf 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/params_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" +import "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/27-interchain-accounts/host/keeper/relay.go b/modules/apps/27-interchain-accounts/host/keeper/relay.go index 45614641d50..746fc3f0611 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/relay.go +++ b/modules/apps/27-interchain-accounts/host/keeper/relay.go @@ -5,9 +5,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // OnRecvPacket handles a given interchain accounts packet on a destination host chain. diff --git a/modules/apps/27-interchain-accounts/host/keeper/relay_test.go b/modules/apps/27-interchain-accounts/host/keeper/relay_test.go index 76fe2c96a4f..f7b22daa594 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/relay_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/relay_test.go @@ -10,12 +10,12 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - transfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestOnRecvPacket() { diff --git a/modules/apps/27-interchain-accounts/host/types/ack.go b/modules/apps/27-interchain-accounts/host/types/ack.go index d11c241eca0..bb843fa5535 100644 --- a/modules/apps/27-interchain-accounts/host/types/ack.go +++ b/modules/apps/27-interchain-accounts/host/types/ack.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/apps/27-interchain-accounts/host/types/ack_test.go b/modules/apps/27-interchain-accounts/host/types/ack_test.go index c2c0661c758..e01a4705c25 100644 --- a/modules/apps/27-interchain-accounts/host/types/ack_test.go +++ b/modules/apps/27-interchain-accounts/host/types/ack_test.go @@ -9,8 +9,8 @@ import ( ocstate "github.com/line/ostracon/state" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) const ( diff --git a/modules/apps/27-interchain-accounts/host/types/params_test.go b/modules/apps/27-interchain-accounts/host/types/params_test.go index 13b4a76b424..2606f3fd2f5 100644 --- a/modules/apps/27-interchain-accounts/host/types/params_test.go +++ b/modules/apps/27-interchain-accounts/host/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/apps/27-interchain-accounts/module.go b/modules/apps/27-interchain-accounts/module.go index 515ac3dbab6..b3810e07a05 100644 --- a/modules/apps/27-interchain-accounts/module.go +++ b/modules/apps/27-interchain-accounts/module.go @@ -15,16 +15,16 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/module" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/client/cli" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller" - controllerkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host" - hostkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - ibchost "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/client/cli" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" + controllerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" + hostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) var ( diff --git a/modules/apps/27-interchain-accounts/module_test.go b/modules/apps/27-interchain-accounts/module_test.go index ccbed8a2076..c33353ba366 100644 --- a/modules/apps/27-interchain-accounts/module_test.go +++ b/modules/apps/27-interchain-accounts/module_test.go @@ -8,12 +8,12 @@ import ( "github.com/stretchr/testify/suite" dbm "github.com/tendermint/tm-db" - ica "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts" - controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" + controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) type InterchainAccountsTestSuite struct { diff --git a/modules/apps/27-interchain-accounts/types/account_test.go b/modules/apps/27-interchain-accounts/types/account_test.go index 05750f6a6c7..909f076feb6 100644 --- a/modules/apps/27-interchain-accounts/types/account_test.go +++ b/modules/apps/27-interchain-accounts/types/account_test.go @@ -10,8 +10,8 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/types/codec_test.go b/modules/apps/27-interchain-accounts/types/codec_test.go index b906317b814..83a394038fe 100644 --- a/modules/apps/27-interchain-accounts/types/codec_test.go +++ b/modules/apps/27-interchain-accounts/types/codec_test.go @@ -6,8 +6,8 @@ import ( banktypes "github.com/line/lbm-sdk/x/bank/types" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) // caseRawBytes defines a helper struct, used for testing codec operations diff --git a/modules/apps/27-interchain-accounts/types/expected_keepers.go b/modules/apps/27-interchain-accounts/types/expected_keepers.go index f9a6a7787d1..e20bcefc46c 100644 --- a/modules/apps/27-interchain-accounts/types/expected_keepers.go +++ b/modules/apps/27-interchain-accounts/types/expected_keepers.go @@ -5,8 +5,8 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/line/ibc-go/v3/modules/core/exported" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // AccountKeeper defines the expected account keeper diff --git a/modules/apps/27-interchain-accounts/types/genesis.go b/modules/apps/27-interchain-accounts/types/genesis.go index 1755592de8a..f4c5b15b6d2 100644 --- a/modules/apps/27-interchain-accounts/types/genesis.go +++ b/modules/apps/27-interchain-accounts/types/genesis.go @@ -1,9 +1,9 @@ package types import ( - controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // DefaultGenesis creates and returns the interchain accounts GenesisState diff --git a/modules/apps/27-interchain-accounts/types/genesis.pb.go b/modules/apps/27-interchain-accounts/types/genesis.pb.go index f2de1753637..f28b6cdf691 100644 --- a/modules/apps/27-interchain-accounts/types/genesis.pb.go +++ b/modules/apps/27-interchain-accounts/types/genesis.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - types1 "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + types "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + types1 "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" io "io" math "math" math_bits "math/bits" diff --git a/modules/apps/27-interchain-accounts/types/genesis_test.go b/modules/apps/27-interchain-accounts/types/genesis_test.go index 49dab4a9ba5..bbdbc8d14d5 100644 --- a/modules/apps/27-interchain-accounts/types/genesis_test.go +++ b/modules/apps/27-interchain-accounts/types/genesis_test.go @@ -1,10 +1,10 @@ package types_test import ( - controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestValidateGenesisState() { diff --git a/modules/apps/27-interchain-accounts/types/keys_test.go b/modules/apps/27-interchain-accounts/types/keys_test.go index 13d5099bd88..94c7a3bed0d 100644 --- a/modules/apps/27-interchain-accounts/types/keys_test.go +++ b/modules/apps/27-interchain-accounts/types/keys_test.go @@ -1,7 +1,7 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) func (suite *TypesTestSuite) TestKeyActiveChannel() { diff --git a/modules/apps/27-interchain-accounts/types/metadata.go b/modules/apps/27-interchain-accounts/types/metadata.go index ec83e887e18..fffb07b6303 100644 --- a/modules/apps/27-interchain-accounts/types/metadata.go +++ b/modules/apps/27-interchain-accounts/types/metadata.go @@ -4,7 +4,7 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) const ( diff --git a/modules/apps/27-interchain-accounts/types/metadata_test.go b/modules/apps/27-interchain-accounts/types/metadata_test.go index b06a3a84ba0..3bda2549c07 100644 --- a/modules/apps/27-interchain-accounts/types/metadata_test.go +++ b/modules/apps/27-interchain-accounts/types/metadata_test.go @@ -1,8 +1,8 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // use TestVersion as metadata being compared against diff --git a/modules/apps/27-interchain-accounts/types/packet_test.go b/modules/apps/27-interchain-accounts/types/packet_test.go index 434e9d22a2e..92ce68c6ff1 100644 --- a/modules/apps/27-interchain-accounts/types/packet_test.go +++ b/modules/apps/27-interchain-accounts/types/packet_test.go @@ -1,7 +1,7 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) var largeMemo = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum" diff --git a/modules/apps/27-interchain-accounts/types/port_test.go b/modules/apps/27-interchain-accounts/types/port_test.go index 0d675e86b5f..bdef740cd98 100644 --- a/modules/apps/27-interchain-accounts/types/port_test.go +++ b/modules/apps/27-interchain-accounts/types/port_test.go @@ -3,8 +3,8 @@ package types_test import ( "fmt" - "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestNewControllerPortID() { diff --git a/modules/apps/transfer/client/cli/query.go b/modules/apps/transfer/client/cli/query.go index c60d30efb93..5dd03d71c0c 100644 --- a/modules/apps/transfer/client/cli/query.go +++ b/modules/apps/transfer/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // GetCmdQueryDenomTrace defines the command to query a a denomination trace from a given trace hash or ibc denom. diff --git a/modules/apps/transfer/client/cli/tx.go b/modules/apps/transfer/client/cli/tx.go index f5b4f19cb7e..a94cf9e4510 100644 --- a/modules/apps/transfer/client/cli/tx.go +++ b/modules/apps/transfer/client/cli/tx.go @@ -13,9 +13,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channelutils "github.com/line/ibc-go/v3/modules/core/04-channel/client/utils" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channelutils "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/utils" ) const ( diff --git a/modules/apps/transfer/ibc_module.go b/modules/apps/transfer/ibc_module.go index f5ee6052378..3719126bd4a 100644 --- a/modules/apps/transfer/ibc_module.go +++ b/modules/apps/transfer/ibc_module.go @@ -8,12 +8,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibcexported "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for transfer given the transfer keeper. diff --git a/modules/apps/transfer/ibc_module_test.go b/modules/apps/transfer/ibc_module_test.go index 65cd8701c6e..73d2d3aabea 100644 --- a/modules/apps/transfer/ibc_module_test.go +++ b/modules/apps/transfer/ibc_module_test.go @@ -5,10 +5,10 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *TransferTestSuite) TestOnChanOpenInit() { diff --git a/modules/apps/transfer/keeper/encoding.go b/modules/apps/transfer/keeper/encoding.go index 09c89c7cb61..7e0333849d4 100644 --- a/modules/apps/transfer/keeper/encoding.go +++ b/modules/apps/transfer/keeper/encoding.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // UnmarshalDenomTrace attempts to decode and return an DenomTrace object from diff --git a/modules/apps/transfer/keeper/genesis.go b/modules/apps/transfer/keeper/genesis.go index a862a771c59..a63444e9189 100644 --- a/modules/apps/transfer/keeper/genesis.go +++ b/modules/apps/transfer/keeper/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // InitGenesis initializes the ibc-transfer state and binds to PortID. diff --git a/modules/apps/transfer/keeper/genesis_test.go b/modules/apps/transfer/keeper/genesis_test.go index 51d8e580a91..a8ded3f902d 100644 --- a/modules/apps/transfer/keeper/genesis_test.go +++ b/modules/apps/transfer/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestGenesis() { diff --git a/modules/apps/transfer/keeper/grpc_query.go b/modules/apps/transfer/keeper/grpc_query.go index 5e4185cf8dd..6515b3e4a68 100644 --- a/modules/apps/transfer/keeper/grpc_query.go +++ b/modules/apps/transfer/keeper/grpc_query.go @@ -12,7 +12,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/transfer/keeper/grpc_query_test.go b/modules/apps/transfer/keeper/grpc_query_test.go index d83473e405a..bf8efacd3c0 100644 --- a/modules/apps/transfer/keeper/grpc_query_test.go +++ b/modules/apps/transfer/keeper/grpc_query_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryDenomTrace() { diff --git a/modules/apps/transfer/keeper/keeper.go b/modules/apps/transfer/keeper/keeper.go index d11800e73c5..b67536950e4 100644 --- a/modules/apps/transfer/keeper/keeper.go +++ b/modules/apps/transfer/keeper/keeper.go @@ -11,8 +11,8 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" "github.com/line/ostracon/libs/log" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC fungible transfer keeper diff --git a/modules/apps/transfer/keeper/keeper_test.go b/modules/apps/transfer/keeper/keeper_test.go index 7d0220af386..496c3efa0ca 100644 --- a/modules/apps/transfer/keeper/keeper_test.go +++ b/modules/apps/transfer/keeper/keeper_test.go @@ -8,8 +8,8 @@ import ( "github.com/line/ostracon/crypto" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/apps/transfer/keeper/mbt_relay_test.go b/modules/apps/transfer/keeper/mbt_relay_test.go index 1759b8669b7..5bc51ee40b2 100644 --- a/modules/apps/transfer/keeper/mbt_relay_test.go +++ b/modules/apps/transfer/keeper/mbt_relay_test.go @@ -15,10 +15,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/ostracon/crypto" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type TlaBalance struct { diff --git a/modules/apps/transfer/keeper/migrations.go b/modules/apps/transfer/keeper/migrations.go index 613eeb1f7c9..197839f2541 100644 --- a/modules/apps/transfer/keeper/migrations.go +++ b/modules/apps/transfer/keeper/migrations.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/apps/transfer/keeper/migrations_test.go b/modules/apps/transfer/keeper/migrations_test.go index 7d955c6bae8..3f1d92661a6 100644 --- a/modules/apps/transfer/keeper/migrations_test.go +++ b/modules/apps/transfer/keeper/migrations_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "fmt" - transferkeeper "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" - transfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" + transferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" + transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestMigratorMigrateTraces() { diff --git a/modules/apps/transfer/keeper/msg_server.go b/modules/apps/transfer/keeper/msg_server.go index d1d176b3b4b..e2488b7d532 100644 --- a/modules/apps/transfer/keeper/msg_server.go +++ b/modules/apps/transfer/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) var _ types.MsgServer = Keeper{} diff --git a/modules/apps/transfer/keeper/msg_server_test.go b/modules/apps/transfer/keeper/msg_server_test.go index 18665401ca6..dfc92d63d55 100644 --- a/modules/apps/transfer/keeper/msg_server_test.go +++ b/modules/apps/transfer/keeper/msg_server_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestMsgTransfer() { diff --git a/modules/apps/transfer/keeper/params.go b/modules/apps/transfer/keeper/params.go index cfeac441729..d588b980725 100644 --- a/modules/apps/transfer/keeper/params.go +++ b/modules/apps/transfer/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // GetSendEnabled retrieves the send enabled boolean from the paramstore diff --git a/modules/apps/transfer/keeper/params_test.go b/modules/apps/transfer/keeper/params_test.go index d2be13d5bba..c0c7ff62af0 100644 --- a/modules/apps/transfer/keeper/params_test.go +++ b/modules/apps/transfer/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/line/ibc-go/v3/modules/apps/transfer/types" +import "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/transfer/keeper/relay.go b/modules/apps/transfer/keeper/relay.go index 09d3fd680f7..09c3127a55b 100644 --- a/modules/apps/transfer/keeper/relay.go +++ b/modules/apps/transfer/keeper/relay.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - coretypes "github.com/line/ibc-go/v3/modules/core/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + coretypes "github.com/cosmos/ibc-go/v3/modules/core/types" ) // SendTransfer handles transfer sending logic. There are 2 possible cases: diff --git a/modules/apps/transfer/keeper/relay_test.go b/modules/apps/transfer/keeper/relay_test.go index b2fa7e0d7a6..d305497aaf4 100644 --- a/modules/apps/transfer/keeper/relay_test.go +++ b/modules/apps/transfer/keeper/relay_test.go @@ -5,12 +5,12 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) // test sending from chainA to chainB using both coin that orignate on diff --git a/modules/apps/transfer/module.go b/modules/apps/transfer/module.go index bc9021e1ccf..e95b22e7aab 100644 --- a/modules/apps/transfer/module.go +++ b/modules/apps/transfer/module.go @@ -17,11 +17,11 @@ import ( "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/client/cli" - "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" - "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/client/cli" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" ) var ( diff --git a/modules/apps/transfer/simulation/decoder.go b/modules/apps/transfer/simulation/decoder.go index fc865ffb8bf..d8f1658ae24 100644 --- a/modules/apps/transfer/simulation/decoder.go +++ b/modules/apps/transfer/simulation/decoder.go @@ -6,7 +6,7 @@ import ( "github.com/line/lbm-sdk/types/kv" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // TransferUnmarshaler defines the expected encoding store functions. diff --git a/modules/apps/transfer/simulation/decoder_test.go b/modules/apps/transfer/simulation/decoder_test.go index 9ddcfa944d4..dcb3c79af4b 100644 --- a/modules/apps/transfer/simulation/decoder_test.go +++ b/modules/apps/transfer/simulation/decoder_test.go @@ -7,9 +7,9 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/apps/transfer/simulation/genesis.go b/modules/apps/transfer/simulation/genesis.go index d6e5ec19d67..ad4eace3e97 100644 --- a/modules/apps/transfer/simulation/genesis.go +++ b/modules/apps/transfer/simulation/genesis.go @@ -9,7 +9,7 @@ import ( "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // Simulation parameter constants diff --git a/modules/apps/transfer/simulation/genesis_test.go b/modules/apps/transfer/simulation/genesis_test.go index 64a0792c3b7..f1a4dbc4cfc 100644 --- a/modules/apps/transfer/simulation/genesis_test.go +++ b/modules/apps/transfer/simulation/genesis_test.go @@ -11,8 +11,8 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // TestRandomizedGenState tests the normal scenario of applying RandomizedGenState. diff --git a/modules/apps/transfer/simulation/params.go b/modules/apps/transfer/simulation/params.go index c05507814c6..ab0293eb1eb 100644 --- a/modules/apps/transfer/simulation/params.go +++ b/modules/apps/transfer/simulation/params.go @@ -8,7 +8,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/line/lbm-sdk/x/simulation" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/modules/apps/transfer/simulation/params_test.go b/modules/apps/transfer/simulation/params_test.go index 494c9611102..491fee0d3f3 100644 --- a/modules/apps/transfer/simulation/params_test.go +++ b/modules/apps/transfer/simulation/params_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" ) func TestParamChanges(t *testing.T) { diff --git a/modules/apps/transfer/transfer_test.go b/modules/apps/transfer/transfer_test.go index 274afa15e8a..0b5ad804c2c 100644 --- a/modules/apps/transfer/transfer_test.go +++ b/modules/apps/transfer/transfer_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type TransferTestSuite struct { diff --git a/modules/apps/transfer/types/ack.go b/modules/apps/transfer/types/ack.go index 7412022aee8..ed19d94adca 100644 --- a/modules/apps/transfer/types/ack.go +++ b/modules/apps/transfer/types/ack.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/apps/transfer/types/ack_test.go b/modules/apps/transfer/types/ack_test.go index c093620d174..619ecfe78ef 100644 --- a/modules/apps/transfer/types/ack_test.go +++ b/modules/apps/transfer/types/ack_test.go @@ -9,8 +9,8 @@ import ( ocstate "github.com/line/ostracon/state" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) const ( diff --git a/modules/apps/transfer/types/expected_keepers.go b/modules/apps/transfer/types/expected_keepers.go index 0caca889745..7506599f477 100644 --- a/modules/apps/transfer/types/expected_keepers.go +++ b/modules/apps/transfer/types/expected_keepers.go @@ -5,9 +5,9 @@ import ( "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/line/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // AccountKeeper defines the contract required for account APIs. diff --git a/modules/apps/transfer/types/genesis.go b/modules/apps/transfer/types/genesis.go index 208e3e43d4d..73dbe111a2e 100644 --- a/modules/apps/transfer/types/genesis.go +++ b/modules/apps/transfer/types/genesis.go @@ -1,7 +1,7 @@ package types import ( - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // NewGenesisState creates a new ibc-transfer GenesisState instance. diff --git a/modules/apps/transfer/types/genesis_test.go b/modules/apps/transfer/types/genesis_test.go index b540d334667..534eefba7ab 100644 --- a/modules/apps/transfer/types/genesis_test.go +++ b/modules/apps/transfer/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/modules/apps/transfer/types/keys_test.go b/modules/apps/transfer/types/keys_test.go index ef99d792234..3270dba55be 100644 --- a/modules/apps/transfer/types/keys_test.go +++ b/modules/apps/transfer/types/keys_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ) // Test that there is domain separation between the port id and the channel id otherwise an diff --git a/modules/apps/transfer/types/msgs.go b/modules/apps/transfer/types/msgs.go index 6ee65feec5f..d8edb1ec004 100644 --- a/modules/apps/transfer/types/msgs.go +++ b/modules/apps/transfer/types/msgs.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // msg types diff --git a/modules/apps/transfer/types/msgs_test.go b/modules/apps/transfer/types/msgs_test.go index 4af11b7dd91..92c6c7c0af5 100644 --- a/modules/apps/transfer/types/msgs_test.go +++ b/modules/apps/transfer/types/msgs_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // define constants used for testing diff --git a/modules/apps/transfer/types/trace.go b/modules/apps/transfer/types/trace.go index 0c340269e01..2aa2a9f4463 100644 --- a/modules/apps/transfer/types/trace.go +++ b/modules/apps/transfer/types/trace.go @@ -12,8 +12,8 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // ParseDenomTrace parses a string with the ibc prefix (denom trace) and the base denomination diff --git a/modules/apps/transfer/types/tx.pb.go b/modules/apps/transfer/types/tx.pb.go index f66bd6ca19d..47c6de9e298 100644 --- a/modules/apps/transfer/types/tx.pb.go +++ b/modules/apps/transfer/types/tx.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types1 "github.com/line/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" diff --git a/modules/core/02-client/abci.go b/modules/core/02-client/abci.go index f783ef1139d..a66fea0b52c 100644 --- a/modules/core/02-client/abci.go +++ b/modules/core/02-client/abci.go @@ -3,9 +3,9 @@ package client import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // BeginBlocker updates an existing localhost client with the latest block height. diff --git a/modules/core/02-client/abci_test.go b/modules/core/02-client/abci_test.go index 37f83b5fde1..2208c3dfc1f 100644 --- a/modules/core/02-client/abci_test.go +++ b/modules/core/02-client/abci_test.go @@ -8,12 +8,12 @@ import ( ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" - client "github.com/line/ibc-go/v3/modules/core/02-client" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + client "github.com/cosmos/ibc-go/v3/modules/core/02-client" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type ClientTestSuite struct { diff --git a/modules/core/02-client/client/cli/cli.go b/modules/core/02-client/client/cli/cli.go index 903117b9ab2..0dbcd86e396 100644 --- a/modules/core/02-client/client/cli/cli.go +++ b/modules/core/02-client/client/cli/cli.go @@ -4,7 +4,7 @@ import ( "github.com/line/lbm-sdk/client" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // GetQueryCmd returns the query commands for IBC clients diff --git a/modules/core/02-client/client/cli/query.go b/modules/core/02-client/client/cli/query.go index c3b7dee78a1..1f0c6e0c73a 100644 --- a/modules/core/02-client/client/cli/query.go +++ b/modules/core/02-client/client/cli/query.go @@ -9,9 +9,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/02-client/client/cli/tx.go b/modules/core/02-client/client/cli/tx.go index 39d2410ec5b..281108bfa64 100644 --- a/modules/core/02-client/client/cli/tx.go +++ b/modules/core/02-client/client/cli/tx.go @@ -16,8 +16,8 @@ import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // NewCreateClientCmd defines the command to create a new IBC light client. diff --git a/modules/core/02-client/client/proposal_handler.go b/modules/core/02-client/client/proposal_handler.go index af2bbee2e1d..e96490218cc 100644 --- a/modules/core/02-client/client/proposal_handler.go +++ b/modules/core/02-client/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/line/lbm-sdk/x/gov/client" - "github.com/line/ibc-go/v3/modules/core/02-client/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/cli" ) var ( diff --git a/modules/core/02-client/client/utils/utils.go b/modules/core/02-client/client/utils/utils.go index 811b5004e01..ad4bfeb781d 100644 --- a/modules/core/02-client/client/utils/utils.go +++ b/modules/core/02-client/client/utils/utils.go @@ -8,12 +8,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/line/ibc-go/v3/modules/core/client" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // QueryClientState returns a client state. If prove is true, it performs an ABCI store query diff --git a/modules/core/02-client/genesis.go b/modules/core/02-client/genesis.go index d5d37975bce..377067569a1 100644 --- a/modules/core/02-client/genesis.go +++ b/modules/core/02-client/genesis.go @@ -5,9 +5,9 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // InitGenesis initializes the ibc client submodule's state from a provided genesis diff --git a/modules/core/02-client/keeper/client.go b/modules/core/02-client/keeper/client.go index 150a15aa125..1d86b8b4b87 100644 --- a/modules/core/02-client/keeper/client.go +++ b/modules/core/02-client/keeper/client.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CreateClient creates a new client state and populates it with a given consensus diff --git a/modules/core/02-client/keeper/client_test.go b/modules/core/02-client/keeper/client_test.go index 4ebf924db05..20e4d5b18ea 100644 --- a/modules/core/02-client/keeper/client_test.go +++ b/modules/core/02-client/keeper/client_test.go @@ -8,14 +8,14 @@ import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" octypes "github.com/line/ostracon/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" ) func (suite *KeeperTestSuite) TestCreateClient() { diff --git a/modules/core/02-client/keeper/encoding.go b/modules/core/02-client/keeper/encoding.go index a57969911f1..9a8156df37e 100644 --- a/modules/core/02-client/keeper/encoding.go +++ b/modules/core/02-client/keeper/encoding.go @@ -1,8 +1,8 @@ package keeper import ( - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // UnmarshalClientState attempts to decode and return an ClientState object from diff --git a/modules/core/02-client/keeper/events.go b/modules/core/02-client/keeper/events.go index 88e8834e520..44aa8928520 100644 --- a/modules/core/02-client/keeper/events.go +++ b/modules/core/02-client/keeper/events.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // EmitCreateClientEvent emits a create client event diff --git a/modules/core/02-client/keeper/grpc_query.go b/modules/core/02-client/keeper/grpc_query.go index 7a0f59a4754..ba64c99e879 100644 --- a/modules/core/02-client/keeper/grpc_query.go +++ b/modules/core/02-client/keeper/grpc_query.go @@ -14,9 +14,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ types.QueryServer = Keeper{} diff --git a/modules/core/02-client/keeper/grpc_query_test.go b/modules/core/02-client/keeper/grpc_query_test.go index 6d1c558273c..ee1594bfbb3 100644 --- a/modules/core/02-client/keeper/grpc_query_test.go +++ b/modules/core/02-client/keeper/grpc_query_test.go @@ -9,10 +9,10 @@ import ( "github.com/line/lbm-sdk/types/query" "google.golang.org/grpc/metadata" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryClientState() { diff --git a/modules/core/02-client/keeper/keeper.go b/modules/core/02-client/keeper/keeper.go index 987a319b2c4..771216ddf1a 100644 --- a/modules/core/02-client/keeper/keeper.go +++ b/modules/core/02-client/keeper/keeper.go @@ -14,11 +14,11 @@ import ( "github.com/line/ostracon/libs/log" "github.com/line/ostracon/light" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Keeper represents a type that grants read and write permissions to any client diff --git a/modules/core/02-client/keeper/keeper_test.go b/modules/core/02-client/keeper/keeper_test.go index e752560c497..b6a2fb30619 100644 --- a/modules/core/02-client/keeper/keeper_test.go +++ b/modules/core/02-client/keeper/keeper_test.go @@ -15,15 +15,15 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/core/02-client/keeper/migrations.go b/modules/core/02-client/keeper/migrations.go index b4ca0ac49df..1a3da4d99fe 100644 --- a/modules/core/02-client/keeper/migrations.go +++ b/modules/core/02-client/keeper/migrations.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" + v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/core/02-client/keeper/params.go b/modules/core/02-client/keeper/params.go index f7cf3c3e7f8..61b22fff6f4 100644 --- a/modules/core/02-client/keeper/params.go +++ b/modules/core/02-client/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // GetAllowedClients retrieves the allowed clients from the paramstore diff --git a/modules/core/02-client/keeper/params_test.go b/modules/core/02-client/keeper/params_test.go index 71840bd8ea8..c293f7ec195 100644 --- a/modules/core/02-client/keeper/params_test.go +++ b/modules/core/02-client/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/modules/core/02-client/keeper/proposal.go b/modules/core/02-client/keeper/proposal.go index 9327d7308d6..65f984256b9 100644 --- a/modules/core/02-client/keeper/proposal.go +++ b/modules/core/02-client/keeper/proposal.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ClientUpdateProposal will retrieve the subject and substitute client. diff --git a/modules/core/02-client/keeper/proposal_test.go b/modules/core/02-client/keeper/proposal_test.go index 5f9f8eb271b..80d244f00e5 100644 --- a/modules/core/02-client/keeper/proposal_test.go +++ b/modules/core/02-client/keeper/proposal_test.go @@ -4,10 +4,10 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestClientUpdateProposal() { diff --git a/modules/core/02-client/legacy/v100/genesis.go b/modules/core/02-client/legacy/v100/genesis.go index 06a9a776f6a..59919959503 100644 --- a/modules/core/02-client/legacy/v100/genesis.go +++ b/modules/core/02-client/legacy/v100/genesis.go @@ -7,10 +7,10 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // MigrateGenesis accepts exported v1.0.0 IBC client genesis file and migrates it to: diff --git a/modules/core/02-client/legacy/v100/genesis_test.go b/modules/core/02-client/legacy/v100/genesis_test.go index 4e84658db9a..fd7edfe4cbd 100644 --- a/modules/core/02-client/legacy/v100/genesis_test.go +++ b/modules/core/02-client/legacy/v100/genesis_test.go @@ -9,14 +9,14 @@ import ( "github.com/line/lbm-sdk/codec" codectypes "github.com/line/lbm-sdk/codec/types" - ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" - v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func (suite *LegacyTestSuite) TestMigrateGenesisSolomachine() { diff --git a/modules/core/02-client/legacy/v100/solomachine.go b/modules/core/02-client/legacy/v100/solomachine.go index 88ac9df0f44..d7ca7468423 100644 --- a/modules/core/02-client/legacy/v100/solomachine.go +++ b/modules/core/02-client/legacy/v100/solomachine.go @@ -7,7 +7,7 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // NOTE: this is a mock implmentation for exported.ClientState. This implementation diff --git a/modules/core/02-client/legacy/v100/solomachine.pb.go b/modules/core/02-client/legacy/v100/solomachine.pb.go index be55c236583..e557fcbf3c9 100644 --- a/modules/core/02-client/legacy/v100/solomachine.pb.go +++ b/modules/core/02-client/legacy/v100/solomachine.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" diff --git a/modules/core/02-client/legacy/v100/store.go b/modules/core/02-client/legacy/v100/store.go index 8954e355ab1..0ae9cfac6d5 100644 --- a/modules/core/02-client/legacy/v100/store.go +++ b/modules/core/02-client/legacy/v100/store.go @@ -10,11 +10,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - smtypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + smtypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // MigrateStore performs in-place store migrations from SDK v0.40 of the IBC module to v1.0.0 of ibc-go. diff --git a/modules/core/02-client/legacy/v100/store_test.go b/modules/core/02-client/legacy/v100/store_test.go index 5213ff5f6c9..f5cbf4d1716 100644 --- a/modules/core/02-client/legacy/v100/store_test.go +++ b/modules/core/02-client/legacy/v100/store_test.go @@ -6,12 +6,12 @@ import ( "github.com/stretchr/testify/suite" - v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type LegacyTestSuite struct { diff --git a/modules/core/02-client/module.go b/modules/core/02-client/module.go index e967bae2131..c15bef6bf97 100644 --- a/modules/core/02-client/module.go +++ b/modules/core/02-client/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/02-client/client/cli" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // Name returns the IBC client name diff --git a/modules/core/02-client/proposal_handler.go b/modules/core/02-client/proposal_handler.go index ab97f88c751..bf797f8728e 100644 --- a/modules/core/02-client/proposal_handler.go +++ b/modules/core/02-client/proposal_handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // NewClientProposalHandler defines the 02-client proposal handler diff --git a/modules/core/02-client/proposal_handler_test.go b/modules/core/02-client/proposal_handler_test.go index ee119707e7a..757acfcbaae 100644 --- a/modules/core/02-client/proposal_handler_test.go +++ b/modules/core/02-client/proposal_handler_test.go @@ -5,10 +5,10 @@ import ( distributiontypes "github.com/line/lbm-sdk/x/distribution/types" govtypes "github.com/line/lbm-sdk/x/gov/types" - client "github.com/line/ibc-go/v3/modules/core/02-client" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + client "github.com/cosmos/ibc-go/v3/modules/core/02-client" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *ClientTestSuite) TestNewClientUpdateProposalHandler() { diff --git a/modules/core/02-client/simulation/decoder.go b/modules/core/02-client/simulation/decoder.go index 782cf31cbb0..647695cb3a5 100644 --- a/modules/core/02-client/simulation/decoder.go +++ b/modules/core/02-client/simulation/decoder.go @@ -6,9 +6,9 @@ import ( "github.com/line/lbm-sdk/types/kv" - "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ ClientUnmarshaler = (*keeper.Keeper)(nil) diff --git a/modules/core/02-client/simulation/decoder_test.go b/modules/core/02-client/simulation/decoder_test.go index 817048aadd0..88cdbf6674e 100644 --- a/modules/core/02-client/simulation/decoder_test.go +++ b/modules/core/02-client/simulation/decoder_test.go @@ -8,11 +8,11 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/02-client/simulation" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/02-client/simulation/genesis.go b/modules/core/02-client/simulation/genesis.go index 95e8463fd41..5cdea367cce 100644 --- a/modules/core/02-client/simulation/genesis.go +++ b/modules/core/02-client/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // GenClientGenesis returns the default client genesis state. diff --git a/modules/core/02-client/types/client.go b/modules/core/02-client/types/client.go index 7e22d3ac577..cf6e0c682f2 100644 --- a/modules/core/02-client/types/client.go +++ b/modules/core/02-client/types/client.go @@ -10,8 +10,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/client_test.go b/modules/core/02-client/types/client_test.go index 7eeaeb07db1..b37d7b2fa32 100644 --- a/modules/core/02-client/types/client_test.go +++ b/modules/core/02-client/types/client_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestMarshalConsensusStateWithHeight() { diff --git a/modules/core/02-client/types/codec.go b/modules/core/02-client/types/codec.go index d7bd5c0b8e2..59761aa1aae 100644 --- a/modules/core/02-client/types/codec.go +++ b/modules/core/02-client/types/codec.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/types/msgservice" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the client interfaces to protobuf Any. diff --git a/modules/core/02-client/types/codec_test.go b/modules/core/02-client/types/codec_test.go index cefef152000..10252ca91a0 100644 --- a/modules/core/02-client/types/codec_test.go +++ b/modules/core/02-client/types/codec_test.go @@ -3,12 +3,12 @@ package types_test import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type caseAny struct { diff --git a/modules/core/02-client/types/encoding.go b/modules/core/02-client/types/encoding.go index 8015d6ab65b..f823585ac34 100644 --- a/modules/core/02-client/types/encoding.go +++ b/modules/core/02-client/types/encoding.go @@ -5,7 +5,7 @@ import ( "github.com/line/lbm-sdk/codec" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // MustUnmarshalClientState attempts to decode and return an ClientState object from diff --git a/modules/core/02-client/types/encoding_test.go b/modules/core/02-client/types/encoding_test.go index d0c174c17a1..9e7637cb042 100644 --- a/modules/core/02-client/types/encoding_test.go +++ b/modules/core/02-client/types/encoding_test.go @@ -1,8 +1,8 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *TypesTestSuite) TestMarshalHeader() { diff --git a/modules/core/02-client/types/events.go b/modules/core/02-client/types/events.go index 9634c202c5f..93aa27afa0b 100644 --- a/modules/core/02-client/types/events.go +++ b/modules/core/02-client/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // IBC client events diff --git a/modules/core/02-client/types/genesis.go b/modules/core/02-client/types/genesis.go index e3643666937..b797c467d13 100644 --- a/modules/core/02-client/types/genesis.go +++ b/modules/core/02-client/types/genesis.go @@ -6,8 +6,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/genesis_test.go b/modules/core/02-client/types/genesis_test.go index a1dbe3d5c0f..8201ef22204 100644 --- a/modules/core/02-client/types/genesis_test.go +++ b/modules/core/02-client/types/genesis_test.go @@ -5,14 +5,14 @@ import ( octypes "github.com/line/ostracon/types" - client "github.com/line/ibc-go/v3/modules/core/02-client" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + client "github.com/cosmos/ibc-go/v3/modules/core/02-client" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" ) const ( diff --git a/modules/core/02-client/types/height.go b/modules/core/02-client/types/height.go index 598e5a8c0ad..5c7a93e46f5 100644 --- a/modules/core/02-client/types/height.go +++ b/modules/core/02-client/types/height.go @@ -10,7 +10,7 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.Height = (*Height)(nil) diff --git a/modules/core/02-client/types/height_test.go b/modules/core/02-client/types/height_test.go index 27d28a6c170..16415c3d61e 100644 --- a/modules/core/02-client/types/height_test.go +++ b/modules/core/02-client/types/height_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) func TestZeroHeight(t *testing.T) { diff --git a/modules/core/02-client/types/keys.go b/modules/core/02-client/types/keys.go index 10de0cedc10..6d9b0609561 100644 --- a/modules/core/02-client/types/keys.go +++ b/modules/core/02-client/types/keys.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/02-client/types/keys_test.go b/modules/core/02-client/types/keys_test.go index 261d50be5ab..8021726dff8 100644 --- a/modules/core/02-client/types/keys_test.go +++ b/modules/core/02-client/types/keys_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ) // tests ParseClientIdentifier and IsValidClientID diff --git a/modules/core/02-client/types/msgs.go b/modules/core/02-client/types/msgs.go index 3687027dede..7ee03feb06a 100644 --- a/modules/core/02-client/types/msgs.go +++ b/modules/core/02-client/types/msgs.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // message types for the IBC client diff --git a/modules/core/02-client/types/msgs_test.go b/modules/core/02-client/types/msgs_test.go index 82d78d88246..04a04e697df 100644 --- a/modules/core/02-client/types/msgs_test.go +++ b/modules/core/02-client/types/msgs_test.go @@ -7,12 +7,12 @@ import ( "github.com/golang/protobuf/proto" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type TypesTestSuite struct { diff --git a/modules/core/02-client/types/params.go b/modules/core/02-client/types/params.go index 8d33cd9c5c1..bc0205c23cd 100644 --- a/modules/core/02-client/types/params.go +++ b/modules/core/02-client/types/params.go @@ -6,7 +6,7 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/params_test.go b/modules/core/02-client/types/params_test.go index 9e63c225b1c..91cd7358799 100644 --- a/modules/core/02-client/types/params_test.go +++ b/modules/core/02-client/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) func TestValidateParams(t *testing.T) { diff --git a/modules/core/02-client/types/proposal.go b/modules/core/02-client/types/proposal.go index 52741408bc0..cecf2b93ee5 100644 --- a/modules/core/02-client/types/proposal.go +++ b/modules/core/02-client/types/proposal.go @@ -8,7 +8,7 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) const ( diff --git a/modules/core/02-client/types/proposal_test.go b/modules/core/02-client/types/proposal_test.go index ccfaf998f56..b592601b1cd 100644 --- a/modules/core/02-client/types/proposal_test.go +++ b/modules/core/02-client/types/proposal_test.go @@ -8,9 +8,9 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestValidateBasic() { diff --git a/modules/core/02-client/types/query.go b/modules/core/02-client/types/query.go index 367d205b5f5..a0062414a50 100644 --- a/modules/core/02-client/types/query.go +++ b/modules/core/02-client/types/query.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/client/cli/cli.go b/modules/core/03-connection/client/cli/cli.go index d1e59f8a37e..d31649cf8ef 100644 --- a/modules/core/03-connection/client/cli/cli.go +++ b/modules/core/03-connection/client/cli/cli.go @@ -3,7 +3,7 @@ package cli import ( "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // GetQueryCmd returns the query commands for IBC connections diff --git a/modules/core/03-connection/client/cli/query.go b/modules/core/03-connection/client/cli/query.go index e2f2a259bdc..e5c5d7abea3 100644 --- a/modules/core/03-connection/client/cli/query.go +++ b/modules/core/03-connection/client/cli/query.go @@ -8,9 +8,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/03-connection/client/utils" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/client/utils" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // GetCmdQueryConnections defines the command to query all the connection ends diff --git a/modules/core/03-connection/client/utils/utils.go b/modules/core/03-connection/client/utils/utils.go index d73464f3ac0..5f0cd7c7512 100644 --- a/modules/core/03-connection/client/utils/utils.go +++ b/modules/core/03-connection/client/utils/utils.go @@ -10,13 +10,13 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - clientutils "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/line/ibc-go/v3/modules/core/client" - "github.com/line/ibc-go/v3/modules/core/exported" + clientutils "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // QueryConnection returns a connection end. diff --git a/modules/core/03-connection/genesis.go b/modules/core/03-connection/genesis.go index 0021e7c1a17..55b7a52d4d7 100644 --- a/modules/core/03-connection/genesis.go +++ b/modules/core/03-connection/genesis.go @@ -3,8 +3,8 @@ package connection import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/keeper" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // InitGenesis initializes the ibc connection submodule's state from a provided genesis diff --git a/modules/core/03-connection/keeper/events.go b/modules/core/03-connection/keeper/events.go index 541a0786670..9eb816bfba6 100644 --- a/modules/core/03-connection/keeper/events.go +++ b/modules/core/03-connection/keeper/events.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // EmitConnectionOpenInitEvent emits a connection open init event diff --git a/modules/core/03-connection/keeper/grpc_query.go b/modules/core/03-connection/keeper/grpc_query.go index 4199d3403d8..dc041c3759b 100644 --- a/modules/core/03-connection/keeper/grpc_query.go +++ b/modules/core/03-connection/keeper/grpc_query.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) var _ types.QueryServer = Keeper{} diff --git a/modules/core/03-connection/keeper/grpc_query_test.go b/modules/core/03-connection/keeper/grpc_query_test.go index e80ff8d3a10..b71e7c30e16 100644 --- a/modules/core/03-connection/keeper/grpc_query_test.go +++ b/modules/core/03-connection/keeper/grpc_query_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryConnection() { diff --git a/modules/core/03-connection/keeper/handshake.go b/modules/core/03-connection/keeper/handshake.go index 43e122a9135..230017dc59a 100644 --- a/modules/core/03-connection/keeper/handshake.go +++ b/modules/core/03-connection/keeper/handshake.go @@ -8,10 +8,10 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ConnOpenInit initialises a connection attempt on chain A. The generated connection identifier diff --git a/modules/core/03-connection/keeper/handshake_test.go b/modules/core/03-connection/keeper/handshake_test.go index 70a1cd2e5d0..b50215c7a86 100644 --- a/modules/core/03-connection/keeper/handshake_test.go +++ b/modules/core/03-connection/keeper/handshake_test.go @@ -3,12 +3,12 @@ package keeper_test import ( "time" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // TestConnOpenInit - chainA initializes (INIT state) a connection with diff --git a/modules/core/03-connection/keeper/keeper.go b/modules/core/03-connection/keeper/keeper.go index 3cb84a342ac..1b794dfde5d 100644 --- a/modules/core/03-connection/keeper/keeper.go +++ b/modules/core/03-connection/keeper/keeper.go @@ -8,11 +8,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" paramtypes "github.com/line/lbm-sdk/x/params/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // Keeper defines the IBC connection keeper diff --git a/modules/core/03-connection/keeper/keeper_test.go b/modules/core/03-connection/keeper/keeper_test.go index 60981346548..3d63ed468ba 100644 --- a/modules/core/03-connection/keeper/keeper_test.go +++ b/modules/core/03-connection/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/core/03-connection/keeper/params.go b/modules/core/03-connection/keeper/params.go index 9cbd9150c57..4042e40bba3 100644 --- a/modules/core/03-connection/keeper/params.go +++ b/modules/core/03-connection/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // GetMaxExpectedTimePerBlock retrieves the maximum expected time per block from the paramstore diff --git a/modules/core/03-connection/keeper/params_test.go b/modules/core/03-connection/keeper/params_test.go index bf8bb3d67e2..21d628fa6fc 100644 --- a/modules/core/03-connection/keeper/params_test.go +++ b/modules/core/03-connection/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/modules/core/03-connection/keeper/verify.go b/modules/core/03-connection/keeper/verify.go index 5eae581c9ce..24b6936098c 100644 --- a/modules/core/03-connection/keeper/verify.go +++ b/modules/core/03-connection/keeper/verify.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // VerifyClientState verifies a proof of a client state of the running machine diff --git a/modules/core/03-connection/keeper/verify_test.go b/modules/core/03-connection/keeper/verify_test.go index af708f7fe95..1f8f29aa15a 100644 --- a/modules/core/03-connection/keeper/verify_test.go +++ b/modules/core/03-connection/keeper/verify_test.go @@ -4,14 +4,14 @@ import ( "fmt" "time" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibcmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" ) var defaultTimeoutHeight = clienttypes.NewHeight(0, 100000) diff --git a/modules/core/03-connection/module.go b/modules/core/03-connection/module.go index 0889b3fa1a9..8bfa8ed6017 100644 --- a/modules/core/03-connection/module.go +++ b/modules/core/03-connection/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/03-connection/client/cli" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // Name returns the IBC connection ICS name. diff --git a/modules/core/03-connection/simulation/decoder.go b/modules/core/03-connection/simulation/decoder.go index 6b43e4a09a2..753f901867e 100644 --- a/modules/core/03-connection/simulation/decoder.go +++ b/modules/core/03-connection/simulation/decoder.go @@ -7,8 +7,8 @@ import ( "github.com/line/lbm-sdk/codec" "github.com/line/lbm-sdk/types/kv" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/03-connection/simulation/decoder_test.go b/modules/core/03-connection/simulation/decoder_test.go index 712f16bbc3f..8e7ac66dda8 100644 --- a/modules/core/03-connection/simulation/decoder_test.go +++ b/modules/core/03-connection/simulation/decoder_test.go @@ -7,10 +7,10 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/03-connection/simulation/genesis.go b/modules/core/03-connection/simulation/genesis.go index 8ec92c8b6cd..07457c34055 100644 --- a/modules/core/03-connection/simulation/genesis.go +++ b/modules/core/03-connection/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // GenConnectionGenesis returns the default connection genesis state. diff --git a/modules/core/03-connection/types/codec.go b/modules/core/03-connection/types/codec.go index f7ce4a0aa6d..85540c04ea5 100644 --- a/modules/core/03-connection/types/codec.go +++ b/modules/core/03-connection/types/codec.go @@ -6,7 +6,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/msgservice" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc interfaces submodule implementations to protobuf diff --git a/modules/core/03-connection/types/connection.go b/modules/core/03-connection/types/connection.go index 2b288152cce..5eaf3aabe86 100644 --- a/modules/core/03-connection/types/connection.go +++ b/modules/core/03-connection/types/connection.go @@ -3,9 +3,9 @@ package types import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.ConnectionI = (*ConnectionEnd)(nil) diff --git a/modules/core/03-connection/types/connection.pb.go b/modules/core/03-connection/types/connection.pb.go index 69bf79d49ce..51fe3b4f216 100644 --- a/modules/core/03-connection/types/connection.pb.go +++ b/modules/core/03-connection/types/connection.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + types "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" io "io" math "math" math_bits "math/bits" diff --git a/modules/core/03-connection/types/connection_test.go b/modules/core/03-connection/types/connection_test.go index 949cb9fdef6..08c90be9951 100644 --- a/modules/core/03-connection/types/connection_test.go +++ b/modules/core/03-connection/types/connection_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var ( diff --git a/modules/core/03-connection/types/events.go b/modules/core/03-connection/types/events.go index 7c1e653b9a9..10fdbeff391 100644 --- a/modules/core/03-connection/types/events.go +++ b/modules/core/03-connection/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // IBC connection events diff --git a/modules/core/03-connection/types/expected_keepers.go b/modules/core/03-connection/types/expected_keepers.go index 9fe0c979da9..e1c0cc48058 100644 --- a/modules/core/03-connection/types/expected_keepers.go +++ b/modules/core/03-connection/types/expected_keepers.go @@ -3,7 +3,7 @@ package types import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ClientKeeper expected account IBC client keeper diff --git a/modules/core/03-connection/types/genesis.go b/modules/core/03-connection/types/genesis.go index cc34261c497..3502c13eb59 100644 --- a/modules/core/03-connection/types/genesis.go +++ b/modules/core/03-connection/types/genesis.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // NewConnectionPaths creates a ConnectionPaths instance. diff --git a/modules/core/03-connection/types/genesis_test.go b/modules/core/03-connection/types/genesis_test.go index bbbe0140043..31906350531 100644 --- a/modules/core/03-connection/types/genesis_test.go +++ b/modules/core/03-connection/types/genesis_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func TestValidateGenesis(t *testing.T) { diff --git a/modules/core/03-connection/types/keys.go b/modules/core/03-connection/types/keys.go index 0d054b6781a..084ecfbee08 100644 --- a/modules/core/03-connection/types/keys.go +++ b/modules/core/03-connection/types/keys.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/03-connection/types/keys_test.go b/modules/core/03-connection/types/keys_test.go index 0cfd32b62cf..b0478d00703 100644 --- a/modules/core/03-connection/types/keys_test.go +++ b/modules/core/03-connection/types/keys_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) // tests ParseConnectionSequence and IsValidConnectionID diff --git a/modules/core/03-connection/types/msgs.go b/modules/core/03-connection/types/msgs.go index e71738b7a09..61acca25561 100644 --- a/modules/core/03-connection/types/msgs.go +++ b/modules/core/03-connection/types/msgs.go @@ -5,10 +5,10 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/msgs_test.go b/modules/core/03-connection/types/msgs_test.go index 6a05a59692a..66bbcfd110d 100644 --- a/modules/core/03-connection/types/msgs_test.go +++ b/modules/core/03-connection/types/msgs_test.go @@ -13,12 +13,12 @@ import ( "github.com/stretchr/testify/suite" dbm "github.com/tendermint/tm-db" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) var ( diff --git a/modules/core/03-connection/types/params_test.go b/modules/core/03-connection/types/params_test.go index 18d19245c6c..28c4311ff94 100644 --- a/modules/core/03-connection/types/params_test.go +++ b/modules/core/03-connection/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/core/03-connection/types/query.go b/modules/core/03-connection/types/query.go index af3ef2a2d54..394b64104f3 100644 --- a/modules/core/03-connection/types/query.go +++ b/modules/core/03-connection/types/query.go @@ -3,8 +3,8 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/query.pb.go b/modules/core/03-connection/types/query.pb.go index 81394e6d354..db830234693 100644 --- a/modules/core/03-connection/types/query.pb.go +++ b/modules/core/03-connection/types/query.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" diff --git a/modules/core/03-connection/types/tx.pb.go b/modules/core/03-connection/types/tx.pb.go index f8cd0247aea..eb96423b49a 100644 --- a/modules/core/03-connection/types/tx.pb.go +++ b/modules/core/03-connection/types/tx.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types1 "github.com/line/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/codec/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" diff --git a/modules/core/03-connection/types/version.go b/modules/core/03-connection/types/version.go index 331867ce50a..0a42e314854 100644 --- a/modules/core/03-connection/types/version.go +++ b/modules/core/03-connection/types/version.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/version_test.go b/modules/core/03-connection/types/version_test.go index c78c77a239d..404f4f8ca56 100644 --- a/modules/core/03-connection/types/version_test.go +++ b/modules/core/03-connection/types/version_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func TestValidateVersion(t *testing.T) { diff --git a/modules/core/04-channel/client/cli/cli.go b/modules/core/04-channel/client/cli/cli.go index 34c4bac6292..e4dc2ef5711 100644 --- a/modules/core/04-channel/client/cli/cli.go +++ b/modules/core/04-channel/client/cli/cli.go @@ -4,7 +4,7 @@ import ( "github.com/line/lbm-sdk/client" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // GetQueryCmd returns the query commands for IBC channels diff --git a/modules/core/04-channel/client/cli/query.go b/modules/core/04-channel/client/cli/query.go index 6a9cb7115b1..4d3e47fb268 100644 --- a/modules/core/04-channel/client/cli/query.go +++ b/modules/core/04-channel/client/cli/query.go @@ -9,9 +9,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/04-channel/client/utils" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/utils" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/04-channel/client/utils/utils.go b/modules/core/04-channel/client/utils/utils.go index 9e79821aa4a..f4e475432a3 100644 --- a/modules/core/04-channel/client/utils/utils.go +++ b/modules/core/04-channel/client/utils/utils.go @@ -8,12 +8,12 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - clientutils "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/line/ibc-go/v3/modules/core/client" - "github.com/line/ibc-go/v3/modules/core/exported" + clientutils "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // QueryChannel returns a channel end. diff --git a/modules/core/04-channel/genesis.go b/modules/core/04-channel/genesis.go index 78d7fef8fe8..9730d99e388 100644 --- a/modules/core/04-channel/genesis.go +++ b/modules/core/04-channel/genesis.go @@ -3,8 +3,8 @@ package channel import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/keeper" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // InitGenesis initializes the ibc channel submodule's state from a provided genesis diff --git a/modules/core/04-channel/keeper/events.go b/modules/core/04-channel/keeper/events.go index e49a29b69dd..36cf1e81042 100644 --- a/modules/core/04-channel/keeper/events.go +++ b/modules/core/04-channel/keeper/events.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // EmitChannelOpenInitEvent emits a channel open init event diff --git a/modules/core/04-channel/keeper/grpc_query.go b/modules/core/04-channel/keeper/grpc_query.go index 866a1036165..38a218311a1 100644 --- a/modules/core/04-channel/keeper/grpc_query.go +++ b/modules/core/04-channel/keeper/grpc_query.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) var _ types.QueryServer = (*Keeper)(nil) diff --git a/modules/core/04-channel/keeper/grpc_query_test.go b/modules/core/04-channel/keeper/grpc_query_test.go index 0fe4a47f2dd..5b3ce1cd7d6 100644 --- a/modules/core/04-channel/keeper/grpc_query_test.go +++ b/modules/core/04-channel/keeper/grpc_query_test.go @@ -6,11 +6,11 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryChannel() { diff --git a/modules/core/04-channel/keeper/handshake.go b/modules/core/04-channel/keeper/handshake.go index 486557f11e6..54b66611bc7 100644 --- a/modules/core/04-channel/keeper/handshake.go +++ b/modules/core/04-channel/keeper/handshake.go @@ -8,11 +8,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ChanOpenInit is called by a module to initiate a channel opening handshake with diff --git a/modules/core/04-channel/keeper/handshake_test.go b/modules/core/04-channel/keeper/handshake_test.go index b95c0ce3120..1d5046d3ce6 100644 --- a/modules/core/04-channel/keeper/handshake_test.go +++ b/modules/core/04-channel/keeper/handshake_test.go @@ -5,12 +5,12 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type testCase = struct { diff --git a/modules/core/04-channel/keeper/keeper.go b/modules/core/04-channel/keeper/keeper.go index a22b42f4afc..14469ad4d7e 100644 --- a/modules/core/04-channel/keeper/keeper.go +++ b/modules/core/04-channel/keeper/keeper.go @@ -12,12 +12,12 @@ import ( "github.com/line/ostracon/libs/log" db "github.com/tendermint/tm-db" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ porttypes.ICS4Wrapper = Keeper{} diff --git a/modules/core/04-channel/keeper/keeper_test.go b/modules/core/04-channel/keeper/keeper_test.go index a2211fcce2b..60888f11c3c 100644 --- a/modules/core/04-channel/keeper/keeper_test.go +++ b/modules/core/04-channel/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // KeeperTestSuite is a testing suite to test keeper functions. diff --git a/modules/core/04-channel/keeper/packet.go b/modules/core/04-channel/keeper/packet.go index eb7440f3232..b5a4903e5e0 100644 --- a/modules/core/04-channel/keeper/packet.go +++ b/modules/core/04-channel/keeper/packet.go @@ -9,11 +9,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // SendPacket is called by a module in order to send an IBC packet on a channel diff --git a/modules/core/04-channel/keeper/packet_test.go b/modules/core/04-channel/keeper/packet_test.go index 979593b3c4d..729d278127b 100644 --- a/modules/core/04-channel/keeper/packet_test.go +++ b/modules/core/04-channel/keeper/packet_test.go @@ -7,14 +7,14 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibcmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" ) var ( diff --git a/modules/core/04-channel/keeper/timeout.go b/modules/core/04-channel/keeper/timeout.go index 9c7aede9c6f..9e06b911203 100644 --- a/modules/core/04-channel/keeper/timeout.go +++ b/modules/core/04-channel/keeper/timeout.go @@ -8,10 +8,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // TimeoutPacket is called by a module which originally attempted to send a diff --git a/modules/core/04-channel/keeper/timeout_test.go b/modules/core/04-channel/keeper/timeout_test.go index 7087d3ca082..240d53d1228 100644 --- a/modules/core/04-channel/keeper/timeout_test.go +++ b/modules/core/04-channel/keeper/timeout_test.go @@ -7,12 +7,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // TestTimeoutPacket test the TimeoutPacket call on chainA by ensuring the timeout has passed diff --git a/modules/core/04-channel/module.go b/modules/core/04-channel/module.go index 6862408e807..00dfc6a808b 100644 --- a/modules/core/04-channel/module.go +++ b/modules/core/04-channel/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/04-channel/client/cli" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // Name returns the IBC channel ICS name. diff --git a/modules/core/04-channel/simulation/decoder.go b/modules/core/04-channel/simulation/decoder.go index 360ac24ecf3..fdbb1ced6a6 100644 --- a/modules/core/04-channel/simulation/decoder.go +++ b/modules/core/04-channel/simulation/decoder.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/kv" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/04-channel/simulation/decoder_test.go b/modules/core/04-channel/simulation/decoder_test.go index d003e8319e3..3bd58739ede 100644 --- a/modules/core/04-channel/simulation/decoder_test.go +++ b/modules/core/04-channel/simulation/decoder_test.go @@ -8,10 +8,10 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/04-channel/simulation/genesis.go b/modules/core/04-channel/simulation/genesis.go index 5539ff255da..01c31b4d2e5 100644 --- a/modules/core/04-channel/simulation/genesis.go +++ b/modules/core/04-channel/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // GenChannelGenesis returns the default channel genesis state. diff --git a/modules/core/04-channel/types/acknowledgement_test.go b/modules/core/04-channel/types/acknowledgement_test.go index 43baf98ecbd..658ff31a8b5 100644 --- a/modules/core/04-channel/types/acknowledgement_test.go +++ b/modules/core/04-channel/types/acknowledgement_test.go @@ -1,6 +1,6 @@ package types_test -import "github.com/line/ibc-go/v3/modules/core/04-channel/types" +import "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" // tests acknowledgement.ValidateBasic and acknowledgement.GetBytes func (suite TypesTestSuite) TestAcknowledgement() { diff --git a/modules/core/04-channel/types/channel.go b/modules/core/04-channel/types/channel.go index 7e445de9d08..1b0fb213ed3 100644 --- a/modules/core/04-channel/types/channel.go +++ b/modules/core/04-channel/types/channel.go @@ -3,8 +3,8 @@ package types import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/04-channel/types/channel.pb.go b/modules/core/04-channel/types/channel.pb.go index 303cb7483d8..3201846d334 100644 --- a/modules/core/04-channel/types/channel.pb.go +++ b/modules/core/04-channel/types/channel.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" diff --git a/modules/core/04-channel/types/channel_test.go b/modules/core/04-channel/types/channel_test.go index 8574e9fefa2..c6cc9a03a9c 100644 --- a/modules/core/04-channel/types/channel_test.go +++ b/modules/core/04-channel/types/channel_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) func TestChannelValidateBasic(t *testing.T) { diff --git a/modules/core/04-channel/types/codec.go b/modules/core/04-channel/types/codec.go index 4e427750bc4..e15393ce12d 100644 --- a/modules/core/04-channel/types/codec.go +++ b/modules/core/04-channel/types/codec.go @@ -6,7 +6,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/msgservice" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc channel submodule interfaces to protobuf diff --git a/modules/core/04-channel/types/events.go b/modules/core/04-channel/types/events.go index 531a7f299a9..8740c3838eb 100644 --- a/modules/core/04-channel/types/events.go +++ b/modules/core/04-channel/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // IBC channel events diff --git a/modules/core/04-channel/types/expected_keepers.go b/modules/core/04-channel/types/expected_keepers.go index c1970262bad..6aac58cf24a 100644 --- a/modules/core/04-channel/types/expected_keepers.go +++ b/modules/core/04-channel/types/expected_keepers.go @@ -4,8 +4,8 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - "github.com/line/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ClientKeeper expected account IBC client keeper diff --git a/modules/core/04-channel/types/genesis.go b/modules/core/04-channel/types/genesis.go index 2bd8a290e20..5f6b9370942 100644 --- a/modules/core/04-channel/types/genesis.go +++ b/modules/core/04-channel/types/genesis.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // NewPacketState creates a new PacketState instance. diff --git a/modules/core/04-channel/types/genesis_test.go b/modules/core/04-channel/types/genesis_test.go index d9260b6d289..856c0833c88 100644 --- a/modules/core/04-channel/types/genesis_test.go +++ b/modules/core/04-channel/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/core/04-channel/types/keys.go b/modules/core/04-channel/types/keys.go index e2e18f49a65..e362b984e38 100644 --- a/modules/core/04-channel/types/keys.go +++ b/modules/core/04-channel/types/keys.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/line/ibc-go/v3/modules/core/24-host" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/04-channel/types/keys_test.go b/modules/core/04-channel/types/keys_test.go index a9de98c3ac9..f5bef1eaf2d 100644 --- a/modules/core/04-channel/types/keys_test.go +++ b/modules/core/04-channel/types/keys_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // tests ParseChannelSequence and IsValidChannelID diff --git a/modules/core/04-channel/types/msgs.go b/modules/core/04-channel/types/msgs.go index 7e197fdc138..bb21ac4ac69 100644 --- a/modules/core/04-channel/types/msgs.go +++ b/modules/core/04-channel/types/msgs.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) var _ sdk.Msg = &MsgChannelOpenInit{} diff --git a/modules/core/04-channel/types/msgs_test.go b/modules/core/04-channel/types/msgs_test.go index 4113342f82e..e5c043e02d3 100644 --- a/modules/core/04-channel/types/msgs_test.go +++ b/modules/core/04-channel/types/msgs_test.go @@ -11,11 +11,11 @@ import ( abci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/libs/log" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/testing/simapp" "github.com/line/lbm-sdk/store/iavl" "github.com/line/lbm-sdk/store/rootmulti" storetypes "github.com/line/lbm-sdk/store/types" diff --git a/modules/core/04-channel/types/packet.go b/modules/core/04-channel/types/packet.go index 1f53797b3ab..3ab7e7149b4 100644 --- a/modules/core/04-channel/types/packet.go +++ b/modules/core/04-channel/types/packet.go @@ -7,9 +7,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CommitPacket returns the packet commitment bytes. The commitment consists of: diff --git a/modules/core/04-channel/types/packet_test.go b/modules/core/04-channel/types/packet_test.go index 351cc90c16b..63c57c2d727 100644 --- a/modules/core/04-channel/types/packet_test.go +++ b/modules/core/04-channel/types/packet_test.go @@ -7,8 +7,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) func TestCommitPacket(t *testing.T) { diff --git a/modules/core/04-channel/types/query.go b/modules/core/04-channel/types/query.go index 3dcb1409262..a51c4612bb7 100644 --- a/modules/core/04-channel/types/query.go +++ b/modules/core/04-channel/types/query.go @@ -3,8 +3,8 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/04-channel/types/query.pb.go b/modules/core/04-channel/types/query.pb.go index e7ee7df5508..20770a6b6bb 100644 --- a/modules/core/04-channel/types/query.pb.go +++ b/modules/core/04-channel/types/query.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" diff --git a/modules/core/04-channel/types/tx.pb.go b/modules/core/04-channel/types/tx.pb.go index 07ce4b2174b..728aeefabfc 100644 --- a/modules/core/04-channel/types/tx.pb.go +++ b/modules/core/04-channel/types/tx.pb.go @@ -9,7 +9,7 @@ import ( _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" diff --git a/modules/core/04-channel/types/version_test.go b/modules/core/04-channel/types/version_test.go index 490b771aa97..1ccacf7d9f2 100644 --- a/modules/core/04-channel/types/version_test.go +++ b/modules/core/04-channel/types/version_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) func TestSplitVersions(t *testing.T) { diff --git a/modules/core/05-port/keeper/keeper.go b/modules/core/05-port/keeper/keeper.go index f3eb3cdc775..7b01521deb4 100644 --- a/modules/core/05-port/keeper/keeper.go +++ b/modules/core/05-port/keeper/keeper.go @@ -8,8 +8,8 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" "github.com/line/ostracon/libs/log" - "github.com/line/ibc-go/v3/modules/core/05-port/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC connection keeper diff --git a/modules/core/05-port/keeper/keeper_test.go b/modules/core/05-port/keeper/keeper_test.go index 8947687ddde..a7c2a18d952 100644 --- a/modules/core/05-port/keeper/keeper_test.go +++ b/modules/core/05-port/keeper/keeper_test.go @@ -8,8 +8,8 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - "github.com/line/ibc-go/v3/modules/core/05-port/keeper" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/05-port/keeper" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) var ( diff --git a/modules/core/05-port/module.go b/modules/core/05-port/module.go index d2c8514b816..8aab55b1fb8 100644 --- a/modules/core/05-port/module.go +++ b/modules/core/05-port/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/line/ibc-go/v3/modules/core/05-port/types" - "github.com/line/ibc-go/v3/modules/core/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + "github.com/cosmos/ibc-go/v3/modules/core/client/cli" ) // Name returns the IBC port ICS name. diff --git a/modules/core/05-port/types/module.go b/modules/core/05-port/types/module.go index a6ef070ba62..5699ceed5e5 100644 --- a/modules/core/05-port/types/module.go +++ b/modules/core/05-port/types/module.go @@ -4,8 +4,8 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/exported" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // IBCModule defines an interface that implements all the callbacks diff --git a/modules/core/05-port/types/query.pb.go b/modules/core/05-port/types/query.pb.go index 53a7288ad98..c92d803b3c4 100644 --- a/modules/core/05-port/types/query.pb.go +++ b/modules/core/05-port/types/query.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/04-channel/types" + types "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" diff --git a/modules/core/23-commitment/types/codec.go b/modules/core/23-commitment/types/codec.go index 5bb96eb13bd..35666f8b05d 100644 --- a/modules/core/23-commitment/types/codec.go +++ b/modules/core/23-commitment/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the commitment interfaces to protobuf Any. diff --git a/modules/core/23-commitment/types/merkle.go b/modules/core/23-commitment/types/merkle.go index 8bf60742571..87f47be38c6 100644 --- a/modules/core/23-commitment/types/merkle.go +++ b/modules/core/23-commitment/types/merkle.go @@ -10,7 +10,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" occrypto "github.com/line/ostracon/proto/ostracon/crypto" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // var representing the proofspecs for a SDK chain diff --git a/modules/core/23-commitment/types/merkle_test.go b/modules/core/23-commitment/types/merkle_test.go index 446c384b03a..7975912e45a 100644 --- a/modules/core/23-commitment/types/merkle_test.go +++ b/modules/core/23-commitment/types/merkle_test.go @@ -7,7 +7,7 @@ import ( abci "github.com/line/ostracon/abci/types" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" ) func (suite *MerkleTestSuite) TestVerifyMembership() { diff --git a/modules/core/23-commitment/types/utils_test.go b/modules/core/23-commitment/types/utils_test.go index b60874682a2..0e107d10315 100644 --- a/modules/core/23-commitment/types/utils_test.go +++ b/modules/core/23-commitment/types/utils_test.go @@ -7,7 +7,7 @@ import ( crypto "github.com/line/ostracon/proto/ostracon/crypto" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" ) func (suite *MerkleTestSuite) TestConvertProofs() { diff --git a/modules/core/24-host/keys.go b/modules/core/24-host/keys.go index 3320720aca6..c12449f182f 100644 --- a/modules/core/24-host/keys.go +++ b/modules/core/24-host/keys.go @@ -3,7 +3,7 @@ package host import ( "fmt" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) const ( diff --git a/modules/core/24-host/parse_test.go b/modules/core/24-host/parse_test.go index 0d45050bd49..60b33d8ce45 100644 --- a/modules/core/24-host/parse_test.go +++ b/modules/core/24-host/parse_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) func TestParseIdentifier(t *testing.T) { diff --git a/modules/core/ante/ante.go b/modules/core/ante/ante.go index cce8c2d2cf0..5db0dc77794 100644 --- a/modules/core/ante/ante.go +++ b/modules/core/ante/ante.go @@ -3,9 +3,9 @@ package ante import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/keeper" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" ) type AnteDecorator struct { //nolint:golint diff --git a/modules/core/ante/ante_test.go b/modules/core/ante/ante_test.go index 38973ce5216..6bdee466d3b 100644 --- a/modules/core/ante/ante_test.go +++ b/modules/core/ante/ante_test.go @@ -7,12 +7,12 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/ante" - "github.com/line/ibc-go/v3/modules/core/exported" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/ante" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type AnteTestSuite struct { diff --git a/modules/core/client/cli/cli.go b/modules/core/client/cli/cli.go index be4fd234652..f9b3ac7ad2d 100644 --- a/modules/core/client/cli/cli.go +++ b/modules/core/client/cli/cli.go @@ -5,10 +5,10 @@ import ( "github.com/line/lbm-sdk/client" - ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" - connection "github.com/line/ibc-go/v3/modules/core/03-connection" - channel "github.com/line/ibc-go/v3/modules/core/04-channel" - host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" + channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // GetTxCmd returns the transaction commands for this module diff --git a/modules/core/client/query.go b/modules/core/client/query.go index 4803afd52b9..b22efd90720 100644 --- a/modules/core/client/query.go +++ b/modules/core/client/query.go @@ -7,9 +7,9 @@ import ( "github.com/line/lbm-sdk/codec" abci "github.com/line/ostracon/abci/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) // QueryOstraconProof performs an ABCI query with the given key and returns diff --git a/modules/core/genesis.go b/modules/core/genesis.go index 80f74c886da..646f94de21c 100644 --- a/modules/core/genesis.go +++ b/modules/core/genesis.go @@ -3,11 +3,11 @@ package ibc import ( sdk "github.com/line/lbm-sdk/types" - client "github.com/line/ibc-go/v3/modules/core/02-client" - connection "github.com/line/ibc-go/v3/modules/core/03-connection" - channel "github.com/line/ibc-go/v3/modules/core/04-channel" - "github.com/line/ibc-go/v3/modules/core/keeper" - "github.com/line/ibc-go/v3/modules/core/types" + client "github.com/cosmos/ibc-go/v3/modules/core/02-client" + connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" + channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) // InitGenesis initializes the ibc state from a provided genesis diff --git a/modules/core/genesis_test.go b/modules/core/genesis_test.go index 3f641f56cbc..30c77b2c4e8 100644 --- a/modules/core/genesis_test.go +++ b/modules/core/genesis_test.go @@ -8,17 +8,17 @@ import ( ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" - ibc "github.com/line/ibc-go/v3/modules/core" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/core/types" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + ibc "github.com/cosmos/ibc-go/v3/modules/core" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/types" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/core/keeper/grpc_query.go b/modules/core/keeper/grpc_query.go index e343ed02a24..138a4e7aa01 100644 --- a/modules/core/keeper/grpc_query.go +++ b/modules/core/keeper/grpc_query.go @@ -3,9 +3,9 @@ package keeper import ( "context" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // ClientState implements the IBC QueryServer interface diff --git a/modules/core/keeper/keeper.go b/modules/core/keeper/keeper.go index 77084756a68..8b61f492121 100644 --- a/modules/core/keeper/keeper.go +++ b/modules/core/keeper/keeper.go @@ -9,14 +9,14 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" paramtypes "github.com/line/lbm-sdk/x/params/types" - clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectionkeeper "github.com/line/ibc-go/v3/modules/core/03-connection/keeper" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channelkeeper "github.com/line/ibc-go/v3/modules/core/04-channel/keeper" - portkeeper "github.com/line/ibc-go/v3/modules/core/05-port/keeper" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - "github.com/line/ibc-go/v3/modules/core/types" + clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectionkeeper "github.com/cosmos/ibc-go/v3/modules/core/03-connection/keeper" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channelkeeper "github.com/cosmos/ibc-go/v3/modules/core/04-channel/keeper" + portkeeper "github.com/cosmos/ibc-go/v3/modules/core/05-port/keeper" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) var _ types.QueryServer = (*Keeper)(nil) diff --git a/modules/core/keeper/keeper_test.go b/modules/core/keeper/keeper_test.go index c27bc67062f..e1566fd2483 100644 --- a/modules/core/keeper/keeper_test.go +++ b/modules/core/keeper/keeper_test.go @@ -11,10 +11,10 @@ import ( upgradekeeper "github.com/line/lbm-sdk/x/upgrade/keeper" "github.com/stretchr/testify/suite" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibchost "github.com/line/ibc-go/v3/modules/core/24-host" - ibckeeper "github.com/line/ibc-go/v3/modules/core/keeper" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/core/keeper/migrations.go b/modules/core/keeper/migrations.go index 5737b3ae231..a1acfd59654 100644 --- a/modules/core/keeper/migrations.go +++ b/modules/core/keeper/migrations.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/core/keeper/msg_server.go b/modules/core/keeper/msg_server.go index eacf4b031eb..30f7c1c6bdd 100644 --- a/modules/core/keeper/msg_server.go +++ b/modules/core/keeper/msg_server.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - coretypes "github.com/line/ibc-go/v3/modules/core/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + coretypes "github.com/cosmos/ibc-go/v3/modules/core/types" ) var ( diff --git a/modules/core/keeper/msg_server_test.go b/modules/core/keeper/msg_server_test.go index c918b0d49e8..c85901e0890 100644 --- a/modules/core/keeper/msg_server_test.go +++ b/modules/core/keeper/msg_server_test.go @@ -4,15 +4,15 @@ import ( sdk "github.com/line/lbm-sdk/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/core/keeper" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibcmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" ) var ( diff --git a/modules/core/legacy/v100/genesis.go b/modules/core/legacy/v100/genesis.go index 689225101ac..68c3ac5f0b5 100644 --- a/modules/core/legacy/v100/genesis.go +++ b/modules/core/legacy/v100/genesis.go @@ -6,11 +6,11 @@ import ( genutiltypes "github.com/line/lbm-sdk/x/genutil/types" octypes "github.com/line/ostracon/types" - clientv100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/types" + clientv100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) // MigrateGenesis accepts exported v1.0.0 IBC client genesis file and migrates it to: diff --git a/modules/core/legacy/v100/genesis_test.go b/modules/core/legacy/v100/genesis_test.go index 1aad8869260..310fc9d1561 100644 --- a/modules/core/legacy/v100/genesis_test.go +++ b/modules/core/legacy/v100/genesis_test.go @@ -9,15 +9,15 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/suite" - ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" - clientv100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - v100 "github.com/line/ibc-go/v3/modules/core/legacy/v100" - "github.com/line/ibc-go/v3/modules/core/types" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/simapp" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + clientv100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + v100 "github.com/cosmos/ibc-go/v3/modules/core/legacy/v100" + "github.com/cosmos/ibc-go/v3/modules/core/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) type LegacyTestSuite struct { diff --git a/modules/core/module.go b/modules/core/module.go index 9133679397b..2097caa3757 100644 --- a/modules/core/module.go +++ b/modules/core/module.go @@ -17,16 +17,16 @@ import ( "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" - ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" - clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/client/cli" - "github.com/line/ibc-go/v3/modules/core/keeper" - "github.com/line/ibc-go/v3/modules/core/simulation" - "github.com/line/ibc-go/v3/modules/core/types" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/client/cli" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" + "github.com/cosmos/ibc-go/v3/modules/core/simulation" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) var ( diff --git a/modules/core/simulation/decoder.go b/modules/core/simulation/decoder.go index f9846761dfd..142805c6c64 100644 --- a/modules/core/simulation/decoder.go +++ b/modules/core/simulation/decoder.go @@ -5,11 +5,11 @@ import ( "github.com/line/lbm-sdk/types/kv" - clientsim "github.com/line/ibc-go/v3/modules/core/02-client/simulation" - connectionsim "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" - channelsim "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/keeper" + clientsim "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" + connectionsim "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" + channelsim "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/simulation/decoder_test.go b/modules/core/simulation/decoder_test.go index 7ce80ed0029..1cdd8137f35 100644 --- a/modules/core/simulation/decoder_test.go +++ b/modules/core/simulation/decoder_test.go @@ -7,13 +7,13 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/simulation" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/simulation" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/simulation/genesis.go b/modules/core/simulation/genesis.go index 2dff0ee7741..16027e41f4f 100644 --- a/modules/core/simulation/genesis.go +++ b/modules/core/simulation/genesis.go @@ -9,14 +9,14 @@ import ( "github.com/line/lbm-sdk/types/module" - clientsims "github.com/line/ibc-go/v3/modules/core/02-client/simulation" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectionsims "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channelsims "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/types" + clientsims "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectionsims "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channelsims "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) // Simulation parameter constants diff --git a/modules/core/simulation/genesis_test.go b/modules/core/simulation/genesis_test.go index 558fef6ec0d..1865681fef3 100644 --- a/modules/core/simulation/genesis_test.go +++ b/modules/core/simulation/genesis_test.go @@ -11,9 +11,9 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/stretchr/testify/require" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/simulation" - "github.com/line/ibc-go/v3/modules/core/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/simulation" + "github.com/cosmos/ibc-go/v3/modules/core/types" ) // TestRandomizedGenState tests the normal scenario of applying RandomizedGenState. diff --git a/modules/core/types/codec.go b/modules/core/types/codec.go index da174a60930..82a9a1bdf02 100644 --- a/modules/core/types/codec.go +++ b/modules/core/types/codec.go @@ -3,13 +3,13 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // RegisterInterfaces registers x/ibc interfaces into protobuf Any. diff --git a/modules/core/types/genesis.go b/modules/core/types/genesis.go index 212b2ded583..fb9d4191483 100644 --- a/modules/core/types/genesis.go +++ b/modules/core/types/genesis.go @@ -3,9 +3,9 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) var _ codectypes.UnpackInterfacesMessage = GenesisState{} diff --git a/modules/core/types/genesis.pb.go b/modules/core/types/genesis.pb.go index e6a8d794f57..1be60477ff3 100644 --- a/modules/core/types/genesis.pb.go +++ b/modules/core/types/genesis.pb.go @@ -7,9 +7,9 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" - types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" io "io" math "math" math_bits "math/bits" diff --git a/modules/core/types/query.go b/modules/core/types/query.go index 5ce4c07c1eb..ef9d0589448 100644 --- a/modules/core/types/query.go +++ b/modules/core/types/query.go @@ -3,12 +3,12 @@ package types import ( "github.com/gogo/protobuf/grpc" - client "github.com/line/ibc-go/v3/modules/core/02-client" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connection "github.com/line/ibc-go/v3/modules/core/03-connection" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channel "github.com/line/ibc-go/v3/modules/core/04-channel" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + client "github.com/cosmos/ibc-go/v3/modules/core/02-client" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // QueryServer defines the IBC interfaces that the gRPC query server must implement diff --git a/modules/light-clients/06-solomachine/module.go b/modules/light-clients/06-solomachine/module.go index 4584e2d6d17..d607282725a 100644 --- a/modules/light-clients/06-solomachine/module.go +++ b/modules/light-clients/06-solomachine/module.go @@ -1,7 +1,7 @@ package solomachine import ( - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" ) // Name returns the solo machine client name. diff --git a/modules/light-clients/06-solomachine/types/client_state.go b/modules/light-clients/06-solomachine/types/client_state.go index 73314101082..6ec8d4d40fd 100644 --- a/modules/light-clients/06-solomachine/types/client_state.go +++ b/modules/light-clients/06-solomachine/types/client_state.go @@ -9,10 +9,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/06-solomachine/types/client_state_test.go b/modules/light-clients/06-solomachine/types/client_state_test.go index 88b279f1074..d3dfd368fac 100644 --- a/modules/light-clients/06-solomachine/types/client_state_test.go +++ b/modules/light-clients/06-solomachine/types/client_state_test.go @@ -1,14 +1,14 @@ package types_test import ( - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) const ( diff --git a/modules/light-clients/06-solomachine/types/codec.go b/modules/light-clients/06-solomachine/types/codec.go index ecb86fe2a46..32a3c74e2dc 100644 --- a/modules/light-clients/06-solomachine/types/codec.go +++ b/modules/light-clients/06-solomachine/types/codec.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc channel submodule interfaces to protobuf diff --git a/modules/light-clients/06-solomachine/types/codec_test.go b/modules/light-clients/06-solomachine/types/codec_test.go index e2b59a6e585..0ed8760daa3 100644 --- a/modules/light-clients/06-solomachine/types/codec_test.go +++ b/modules/light-clients/06-solomachine/types/codec_test.go @@ -1,11 +1,11 @@ package types_test import ( - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite SoloMachineTestSuite) TestUnmarshalDataByType() { diff --git a/modules/light-clients/06-solomachine/types/consensus_state.go b/modules/light-clients/06-solomachine/types/consensus_state.go index 288eed69c93..f40c9eac8a9 100644 --- a/modules/light-clients/06-solomachine/types/consensus_state.go +++ b/modules/light-clients/06-solomachine/types/consensus_state.go @@ -6,8 +6,8 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.ConsensusState = &ConsensusState{} diff --git a/modules/light-clients/06-solomachine/types/consensus_state_test.go b/modules/light-clients/06-solomachine/types/consensus_state_test.go index bd5757bd06a..2bb1ab5a456 100644 --- a/modules/light-clients/06-solomachine/types/consensus_state_test.go +++ b/modules/light-clients/06-solomachine/types/consensus_state_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestConsensusState() { diff --git a/modules/light-clients/06-solomachine/types/header.go b/modules/light-clients/06-solomachine/types/header.go index 1eb39c5f835..3619589a082 100644 --- a/modules/light-clients/06-solomachine/types/header.go +++ b/modules/light-clients/06-solomachine/types/header.go @@ -6,8 +6,8 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.Header = &Header{} diff --git a/modules/light-clients/06-solomachine/types/header_test.go b/modules/light-clients/06-solomachine/types/header_test.go index 1305b59bf19..48ce858c76a 100644 --- a/modules/light-clients/06-solomachine/types/header_test.go +++ b/modules/light-clients/06-solomachine/types/header_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestHeaderValidateBasic() { diff --git a/modules/light-clients/06-solomachine/types/misbehaviour.go b/modules/light-clients/06-solomachine/types/misbehaviour.go index a0cd1b8c4bc..48da4d590b9 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.Misbehaviour = &Misbehaviour{} diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_handle.go b/modules/light-clients/06-solomachine/types/misbehaviour_handle.go index c1e2f7d9a96..0eea4ff67b7 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_handle.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_handle.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckMisbehaviourAndUpdateState determines whether or not the currently registered diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go b/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go index 4db9407484b..b339e722b5e 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go @@ -1,10 +1,10 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckMisbehaviourAndUpdateState() { diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_test.go b/modules/light-clients/06-solomachine/types/misbehaviour_test.go index 69cb425e3cd..c304fc576ed 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_test.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestMisbehaviour() { diff --git a/modules/light-clients/06-solomachine/types/proof.go b/modules/light-clients/06-solomachine/types/proof.go index 788d36c780b..eb5b7655f24 100644 --- a/modules/light-clients/06-solomachine/types/proof.go +++ b/modules/light-clients/06-solomachine/types/proof.go @@ -7,11 +7,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // VerifySignature verifies if the the provided public key generated the signature diff --git a/modules/light-clients/06-solomachine/types/proof_test.go b/modules/light-clients/06-solomachine/types/proof_test.go index 55d7e018b21..c882b78399d 100644 --- a/modules/light-clients/06-solomachine/types/proof_test.go +++ b/modules/light-clients/06-solomachine/types/proof_test.go @@ -4,9 +4,9 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" "github.com/line/lbm-sdk/types/tx/signing" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestVerifySignature() { diff --git a/modules/light-clients/06-solomachine/types/proposal_handle.go b/modules/light-clients/06-solomachine/types/proposal_handle.go index d22017951d0..1e540b68316 100644 --- a/modules/light-clients/06-solomachine/types/proposal_handle.go +++ b/modules/light-clients/06-solomachine/types/proposal_handle.go @@ -7,8 +7,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckSubstituteAndUpdateState verifies that the subject is allowed to be updated by diff --git a/modules/light-clients/06-solomachine/types/proposal_handle_test.go b/modules/light-clients/06-solomachine/types/proposal_handle_test.go index 30a7775f278..0f9a3d410ea 100644 --- a/modules/light-clients/06-solomachine/types/proposal_handle_test.go +++ b/modules/light-clients/06-solomachine/types/proposal_handle_test.go @@ -1,10 +1,10 @@ package types_test import ( - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckSubstituteAndUpdateState() { diff --git a/modules/light-clients/06-solomachine/types/solomachine.go b/modules/light-clients/06-solomachine/types/solomachine.go index ca9f31f68d8..e38a36513ea 100644 --- a/modules/light-clients/06-solomachine/types/solomachine.go +++ b/modules/light-clients/06-solomachine/types/solomachine.go @@ -4,7 +4,7 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" cryptotypes "github.com/line/lbm-sdk/crypto/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // Interface implementation checks. diff --git a/modules/light-clients/06-solomachine/types/solomachine.pb.go b/modules/light-clients/06-solomachine/types/solomachine.pb.go index 0f0e3138629..bb55d6f9046 100644 --- a/modules/light-clients/06-solomachine/types/solomachine.pb.go +++ b/modules/light-clients/06-solomachine/types/solomachine.pb.go @@ -7,8 +7,8 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" diff --git a/modules/light-clients/06-solomachine/types/solomachine_test.go b/modules/light-clients/06-solomachine/types/solomachine_test.go index 82bd04157b1..da8c32d6def 100644 --- a/modules/light-clients/06-solomachine/types/solomachine_test.go +++ b/modules/light-clients/06-solomachine/types/solomachine_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/line/ibc-go/v3/testing" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) type SoloMachineTestSuite struct { diff --git a/modules/light-clients/06-solomachine/types/update.go b/modules/light-clients/06-solomachine/types/update.go index d8facbecf7f..37da910977c 100644 --- a/modules/light-clients/06-solomachine/types/update.go +++ b/modules/light-clients/06-solomachine/types/update.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckHeaderAndUpdateState checks if the provided header is valid and updates diff --git a/modules/light-clients/06-solomachine/types/update_test.go b/modules/light-clients/06-solomachine/types/update_test.go index 7703f6bf861..2bd933d57e6 100644 --- a/modules/light-clients/06-solomachine/types/update_test.go +++ b/modules/light-clients/06-solomachine/types/update_test.go @@ -4,10 +4,10 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" sdk "github.com/line/lbm-sdk/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckHeaderAndUpdateState() { diff --git a/modules/light-clients/09-localhost/module.go b/modules/light-clients/09-localhost/module.go index 7512f10aca6..e8d9eff55cf 100644 --- a/modules/light-clients/09-localhost/module.go +++ b/modules/light-clients/09-localhost/module.go @@ -1,7 +1,7 @@ package localhost import ( - "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" ) // Name returns the IBC client name diff --git a/modules/light-clients/09-localhost/types/client_state.go b/modules/light-clients/09-localhost/types/client_state.go index b9a2abbc871..bdaea44fefb 100644 --- a/modules/light-clients/09-localhost/types/client_state.go +++ b/modules/light-clients/09-localhost/types/client_state.go @@ -10,11 +10,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/09-localhost/types/client_state_test.go b/modules/light-clients/09-localhost/types/client_state_test.go index 75afd872a40..947d137a14a 100644 --- a/modules/light-clients/09-localhost/types/client_state_test.go +++ b/modules/light-clients/09-localhost/types/client_state_test.go @@ -3,14 +3,14 @@ package types_test import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) const ( diff --git a/modules/light-clients/09-localhost/types/codec.go b/modules/light-clients/09-localhost/types/codec.go index 3f03264514a..ce8e023d0d5 100644 --- a/modules/light-clients/09-localhost/types/codec.go +++ b/modules/light-clients/09-localhost/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc interfaces submodule implementations to protobuf diff --git a/modules/light-clients/09-localhost/types/localhost.pb.go b/modules/light-clients/09-localhost/types/localhost.pb.go index 4cda160b5f9..15dc44401b1 100644 --- a/modules/light-clients/09-localhost/types/localhost.pb.go +++ b/modules/light-clients/09-localhost/types/localhost.pb.go @@ -7,7 +7,7 @@ import ( fmt "fmt" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" diff --git a/modules/light-clients/09-localhost/types/localhost_test.go b/modules/light-clients/09-localhost/types/localhost_test.go index 3d7c9d157f0..9dacfaf2dc8 100644 --- a/modules/light-clients/09-localhost/types/localhost_test.go +++ b/modules/light-clients/09-localhost/types/localhost_test.go @@ -8,9 +8,9 @@ import ( ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/light-clients/99-ostracon/module.go b/modules/light-clients/99-ostracon/module.go index d6b32da189b..c6e192494ab 100644 --- a/modules/light-clients/99-ostracon/module.go +++ b/modules/light-clients/99-ostracon/module.go @@ -1,7 +1,7 @@ package ostracon import ( - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Name returns the IBC client name diff --git a/modules/light-clients/99-ostracon/types/client_state.go b/modules/light-clients/99-ostracon/types/client_state.go index 9f325fa3e66..92e309e1124 100644 --- a/modules/light-clients/99-ostracon/types/client_state.go +++ b/modules/light-clients/99-ostracon/types/client_state.go @@ -11,12 +11,12 @@ import ( "github.com/line/ostracon/light" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/99-ostracon/types/client_state_test.go b/modules/light-clients/99-ostracon/types/client_state_test.go index e4acb859c74..7c55e124484 100644 --- a/modules/light-clients/99-ostracon/types/client_state_test.go +++ b/modules/light-clients/99-ostracon/types/client_state_test.go @@ -5,14 +5,14 @@ import ( ics23 "github.com/confio/ics23/go" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibcmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" ) const ( diff --git a/modules/light-clients/99-ostracon/types/codec.go b/modules/light-clients/99-ostracon/types/codec.go index 23ff1c8f6cd..70008a0bb64 100644 --- a/modules/light-clients/99-ostracon/types/codec.go +++ b/modules/light-clients/99-ostracon/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the ostracon concrete client-related diff --git a/modules/light-clients/99-ostracon/types/consensus_state.go b/modules/light-clients/99-ostracon/types/consensus_state.go index c91d3a57569..2ebe2c45462 100644 --- a/modules/light-clients/99-ostracon/types/consensus_state.go +++ b/modules/light-clients/99-ostracon/types/consensus_state.go @@ -7,9 +7,9 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // SentinelRoot is used as a stand-in root value for the consensus state set at the upgrade height diff --git a/modules/light-clients/99-ostracon/types/consensus_state_test.go b/modules/light-clients/99-ostracon/types/consensus_state_test.go index 4590d7148ad..c25621ac8dd 100644 --- a/modules/light-clients/99-ostracon/types/consensus_state_test.go +++ b/modules/light-clients/99-ostracon/types/consensus_state_test.go @@ -3,9 +3,9 @@ package types_test import ( "time" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *OstraconTestSuite) TestConsensusStateValidateBasic() { diff --git a/modules/light-clients/99-ostracon/types/genesis.go b/modules/light-clients/99-ostracon/types/genesis.go index 6f5442978d7..114f4eb80a9 100644 --- a/modules/light-clients/99-ostracon/types/genesis.go +++ b/modules/light-clients/99-ostracon/types/genesis.go @@ -3,8 +3,8 @@ package types import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // ExportMetadata exports all the consensus metadata in the client store so they can be included in clients genesis diff --git a/modules/light-clients/99-ostracon/types/genesis_test.go b/modules/light-clients/99-ostracon/types/genesis_test.go index 30bcc103664..f9b03b38dda 100644 --- a/modules/light-clients/99-ostracon/types/genesis_test.go +++ b/modules/light-clients/99-ostracon/types/genesis_test.go @@ -3,9 +3,9 @@ package types_test import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) // expected export ordering: diff --git a/modules/light-clients/99-ostracon/types/header.go b/modules/light-clients/99-ostracon/types/header.go index 96f26061a96..c5f36f42e44 100644 --- a/modules/light-clients/99-ostracon/types/header.go +++ b/modules/light-clients/99-ostracon/types/header.go @@ -7,9 +7,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.Header = &Header{} diff --git a/modules/light-clients/99-ostracon/types/header_test.go b/modules/light-clients/99-ostracon/types/header_test.go index b0feabb3f76..848be9a5b0a 100644 --- a/modules/light-clients/99-ostracon/types/header_test.go +++ b/modules/light-clients/99-ostracon/types/header_test.go @@ -5,9 +5,9 @@ import ( ocprotocrypto "github.com/line/ostracon/proto/ostracon/crypto" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *OstraconTestSuite) TestGetHeight() { diff --git a/modules/light-clients/99-ostracon/types/misbehaviour.go b/modules/light-clients/99-ostracon/types/misbehaviour.go index bb955f91ef1..559b7967948 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour.go @@ -7,9 +7,9 @@ import ( ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) var _ exported.Misbehaviour = &Misbehaviour{} diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go index 04adabd1648..db1748a09bd 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckMisbehaviourAndUpdateState determines whether or not two conflicting diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go index 390a8c2e05c..cd55c02006a 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go @@ -7,12 +7,12 @@ import ( "github.com/line/ostracon/crypto/tmhash" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_test.go index 782922b314e..ee9d6701816 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_test.go @@ -7,11 +7,11 @@ import ( ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestMisbehaviour() { diff --git a/modules/light-clients/99-ostracon/types/ostracon.pb.go b/modules/light-clients/99-ostracon/types/ostracon.pb.go index 7f2f02d9238..d2212e0d399 100644 --- a/modules/light-clients/99-ostracon/types/ostracon.pb.go +++ b/modules/light-clients/99-ostracon/types/ostracon.pb.go @@ -9,8 +9,8 @@ import ( _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - types "github.com/line/ibc-go/v3/modules/core/02-client/types" - types1 "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" github_com_line_ostracon_libs_bytes "github.com/line/ostracon/libs/bytes" types2 "github.com/line/ostracon/proto/ostracon/types" _ "google.golang.org/protobuf/types/known/durationpb" diff --git a/modules/light-clients/99-ostracon/types/ostracon_test.go b/modules/light-clients/99-ostracon/types/ostracon_test.go index b0816eda609..a1d7e55f807 100644 --- a/modules/light-clients/99-ostracon/types/ostracon_test.go +++ b/modules/light-clients/99-ostracon/types/ostracon_test.go @@ -11,11 +11,11 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/suite" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/light-clients/99-ostracon/types/proposal_handle.go b/modules/light-clients/99-ostracon/types/proposal_handle.go index e15039c4d9d..2930968d285 100644 --- a/modules/light-clients/99-ostracon/types/proposal_handle.go +++ b/modules/light-clients/99-ostracon/types/proposal_handle.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckSubstituteAndUpdateState will try to update the client with the state of the diff --git a/modules/light-clients/99-ostracon/types/proposal_handle_test.go b/modules/light-clients/99-ostracon/types/proposal_handle_test.go index 454abdcbafa..09508960f3d 100644 --- a/modules/light-clients/99-ostracon/types/proposal_handle_test.go +++ b/modules/light-clients/99-ostracon/types/proposal_handle_test.go @@ -3,10 +3,10 @@ package types_test import ( "time" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var frozenHeight = clienttypes.NewHeight(0, 1) diff --git a/modules/light-clients/99-ostracon/types/store.go b/modules/light-clients/99-ostracon/types/store.go index 61b1d44325f..aebee842d4e 100644 --- a/modules/light-clients/99-ostracon/types/store.go +++ b/modules/light-clients/99-ostracon/types/store.go @@ -10,9 +10,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) /* diff --git a/modules/light-clients/99-ostracon/types/store_test.go b/modules/light-clients/99-ostracon/types/store_test.go index 9c2e6d5221e..c4ea95c0384 100644 --- a/modules/light-clients/99-ostracon/types/store_test.go +++ b/modules/light-clients/99-ostracon/types/store_test.go @@ -4,13 +4,13 @@ import ( "math" "time" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) func (suite *OstraconTestSuite) TestGetConsensusState() { diff --git a/modules/light-clients/99-ostracon/types/update.go b/modules/light-clients/99-ostracon/types/update.go index ecf55e78458..948dbe96ce8 100644 --- a/modules/light-clients/99-ostracon/types/update.go +++ b/modules/light-clients/99-ostracon/types/update.go @@ -11,9 +11,9 @@ import ( "github.com/line/ostracon/light" octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // CheckHeaderAndUpdateState checks if the provided header is valid, and if valid it will: diff --git a/modules/light-clients/99-ostracon/types/update_test.go b/modules/light-clients/99-ostracon/types/update_test.go index 7484176bb1e..be6bcaca2db 100644 --- a/modules/light-clients/99-ostracon/types/update_test.go +++ b/modules/light-clients/99-ostracon/types/update_test.go @@ -6,12 +6,12 @@ import ( octypes "github.com/line/ostracon/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - types "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" - ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + types "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { diff --git a/modules/light-clients/99-ostracon/types/upgrade.go b/modules/light-clients/99-ostracon/types/upgrade.go index ba9ebd3c1e1..f5f0812f73a 100644 --- a/modules/light-clients/99-ostracon/types/upgrade.go +++ b/modules/light-clients/99-ostracon/types/upgrade.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // VerifyUpgradeAndUpdateState checks if the upgraded client has been committed by the current client diff --git a/modules/light-clients/99-ostracon/types/upgrade_test.go b/modules/light-clients/99-ostracon/types/upgrade_test.go index f35a5db71b1..d53622c0412 100644 --- a/modules/light-clients/99-ostracon/types/upgrade_test.go +++ b/modules/light-clients/99-ostracon/types/upgrade_test.go @@ -3,11 +3,11 @@ package types_test import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/line/ibc-go/v3/testing" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/cosmos/ibc-go/v3/testing" ) var newChainId = "newChainId-1" diff --git a/testing/app.go b/testing/app.go index 92f789558d2..936cba0f605 100644 --- a/testing/app.go +++ b/testing/app.go @@ -23,8 +23,8 @@ import ( "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" - "github.com/line/ibc-go/v3/modules/core/keeper" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) var DefaultTestingAppInit func() (TestingApp, map[string]json.RawMessage) = SetupTestingApp diff --git a/testing/chain.go b/testing/chain.go index cbe061cd7a6..77f83b6235f 100644 --- a/testing/chain.go +++ b/testing/chain.go @@ -27,14 +27,14 @@ import ( ocversion "github.com/line/ostracon/version" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - "github.com/line/ibc-go/v3/modules/core/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/line/ibc-go/v3/testing/mock" - "github.com/line/ibc-go/v3/testing/simapp" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/cosmos/ibc-go/v3/modules/core/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/testing/mock" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) var MaxAccounts = 10 diff --git a/testing/chain_test.go b/testing/chain_test.go index 2a331000b6a..cc7d37c4b85 100644 --- a/testing/chain_test.go +++ b/testing/chain_test.go @@ -6,8 +6,8 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/require" - ibctesting "github.com/line/ibc-go/v3/testing" - "github.com/line/ibc-go/v3/testing/mock" + ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/cosmos/ibc-go/v3/testing/mock" ) func TestCreateSortedSignerArray(t *testing.T) { diff --git a/testing/config.go b/testing/config.go index a809625a73a..b7fc783c6ca 100644 --- a/testing/config.go +++ b/testing/config.go @@ -3,11 +3,11 @@ package ibctesting import ( "time" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/line/ibc-go/v3/testing/mock" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/testing/mock" ) type ClientConfig interface { diff --git a/testing/endpoint.go b/testing/endpoint.go index b0991208186..43a0bb0d18e 100644 --- a/testing/endpoint.go +++ b/testing/endpoint.go @@ -6,13 +6,13 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Endpoint is a which represents a channel endpoint and its associated diff --git a/testing/events.go b/testing/events.go index f7d4b2f9c69..525c7373745 100644 --- a/testing/events.go +++ b/testing/events.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // ParseClientIDFromEvents parses events emitted from a MsgCreateClient and returns the diff --git a/testing/mock/ibc_app.go b/testing/mock/ibc_app.go index 3ed8671b627..f21f958f464 100644 --- a/testing/mock/ibc_app.go +++ b/testing/mock/ibc_app.go @@ -5,8 +5,8 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/modules/core/exported" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // MockIBCApp contains IBC application module callbacks as defined in 05-port. diff --git a/testing/mock/ibc_module.go b/testing/mock/ibc_module.go index 1a24b4b87ee..c01f0388f8f 100644 --- a/testing/mock/ibc_module.go +++ b/testing/mock/ibc_module.go @@ -8,9 +8,9 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 callbacks for testing/mock. diff --git a/testing/mock/ibc_module_test.go b/testing/mock/ibc_module_test.go index da5565c1fd4..b36d58d2004 100644 --- a/testing/mock/ibc_module_test.go +++ b/testing/mock/ibc_module_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - "github.com/line/ibc-go/v3/testing/mock" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/cosmos/ibc-go/v3/testing/mock" ) func TestCreateCapabilityName(t *testing.T) { diff --git a/testing/mock/mock.go b/testing/mock/mock.go index 83419d9773d..1c27c9894db 100644 --- a/testing/mock/mock.go +++ b/testing/mock/mock.go @@ -14,9 +14,9 @@ import ( "github.com/line/lbm-sdk/types/module" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/testing/mock/privval_test.go b/testing/mock/privval_test.go index 3af4854ba59..d1fac8ca039 100644 --- a/testing/mock/privval_test.go +++ b/testing/mock/privval_test.go @@ -7,7 +7,7 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/testing/mock" + "github.com/cosmos/ibc-go/v3/testing/mock" ) const chainID = "testChain" diff --git a/testing/path.go b/testing/path.go index 7b35575b652..731d3cd5e1b 100644 --- a/testing/path.go +++ b/testing/path.go @@ -4,7 +4,7 @@ import ( "bytes" "fmt" - channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" ) // Path contains two endpoints representing two chains connected over IBC diff --git a/testing/simapp/ante_handler.go b/testing/simapp/ante_handler.go index 5be36c180a6..7139fe59137 100644 --- a/testing/simapp/ante_handler.go +++ b/testing/simapp/ante_handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/x/auth/ante" - ibcante "github.com/line/ibc-go/v3/modules/core/ante" - "github.com/line/ibc-go/v3/modules/core/keeper" + ibcante "github.com/cosmos/ibc-go/v3/modules/core/ante" + "github.com/cosmos/ibc-go/v3/modules/core/keeper" ) // HandlerOptions extend the SDK's AnteHandler options by requiring the IBC keeper. diff --git a/testing/simapp/app.go b/testing/simapp/app.go index f232013016b..23f7951f27f 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -15,7 +15,7 @@ import ( "github.com/spf13/cast" dbm "github.com/tendermint/tm-db" - simappparams "github.com/line/ibc-go/v3/testing/simapp/params" + simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/client/grpc/tmservice" @@ -43,25 +43,25 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - ica "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts" - icacontroller "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller" - icacontrollerkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - icacontrollertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icahost "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host" - icahostkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - icahosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" - transfer "github.com/line/ibc-go/v3/modules/apps/transfer" - ibctransferkeeper "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" - ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" - ibc "github.com/line/ibc-go/v3/modules/core" - ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" - ibcclientclient "github.com/line/ibc-go/v3/modules/core/02-client/client" - ibcclienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" - ibchost "github.com/line/ibc-go/v3/modules/core/24-host" - ibckeeper "github.com/line/ibc-go/v3/modules/core/keeper" - ibcmock "github.com/line/ibc-go/v3/testing/mock" + ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" + icacontroller "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" + icacontrollerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + icacontrollertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icahost "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" + icahostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + icahosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + transfer "github.com/cosmos/ibc-go/v3/modules/apps/transfer" + ibctransferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" + ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibc "github.com/cosmos/ibc-go/v3/modules/core" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + ibcclientclient "github.com/cosmos/ibc-go/v3/modules/core/02-client/client" + ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" "github.com/line/lbm-sdk/x/crisis" crisiskeeper "github.com/line/lbm-sdk/x/crisis/keeper" crisistypes "github.com/line/lbm-sdk/x/crisis/types" diff --git a/testing/simapp/encoding.go b/testing/simapp/encoding.go index d5a7a13d7c1..eb93dd14b28 100644 --- a/testing/simapp/encoding.go +++ b/testing/simapp/encoding.go @@ -3,7 +3,7 @@ package simapp import ( "github.com/line/lbm-sdk/std" - simappparams "github.com/line/ibc-go/v3/testing/simapp/params" + simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" ) // MakeTestEncodingConfig creates an EncodingConfig for testing. This function diff --git a/testing/simapp/genesis_account_test.go b/testing/simapp/genesis_account_test.go index 2fb0b03417b..689ec8f1226 100644 --- a/testing/simapp/genesis_account_test.go +++ b/testing/simapp/genesis_account_test.go @@ -10,7 +10,7 @@ import ( "github.com/line/ostracon/crypto" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/testing/simapp" ) func TestSimGenesisAccountValidate(t *testing.T) { diff --git a/testing/simapp/sim_test.go b/testing/simapp/sim_test.go index 1f3232bc5e6..93131fba368 100644 --- a/testing/simapp/sim_test.go +++ b/testing/simapp/sim_test.go @@ -30,9 +30,9 @@ import ( "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" - ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" - ibchost "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/testing/simapp/helpers" + ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" ) // Get flags every time the simulator is run diff --git a/testing/simapp/simd/cmd/cmd_test.go b/testing/simapp/simd/cmd/cmd_test.go index 2f7da6d59f4..322d0b0ffa4 100644 --- a/testing/simapp/simd/cmd/cmd_test.go +++ b/testing/simapp/simd/cmd/cmd_test.go @@ -8,8 +8,8 @@ import ( "github.com/line/lbm-sdk/x/genutil/client/cli" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/testing/simapp" - "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" ) func TestInitCmd(t *testing.T) { diff --git a/testing/simapp/simd/cmd/genaccounts_test.go b/testing/simapp/simd/cmd/genaccounts_test.go index f48c2cbbde6..48894b02a39 100644 --- a/testing/simapp/simd/cmd/genaccounts_test.go +++ b/testing/simapp/simd/cmd/genaccounts_test.go @@ -16,8 +16,8 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/line/ibc-go/v3/testing/simapp" - simcmd "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/cosmos/ibc-go/v3/testing/simapp" + simcmd "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" ) var testMbm = module.NewBasicManager(genutil.AppModuleBasic{}) diff --git a/testing/simapp/simd/cmd/root.go b/testing/simapp/simd/cmd/root.go index 41cbc5c580e..0ea0a51ea21 100644 --- a/testing/simapp/simd/cmd/root.go +++ b/testing/simapp/simd/cmd/root.go @@ -31,8 +31,8 @@ import ( "github.com/spf13/cobra" dbm "github.com/tendermint/tm-db" - "github.com/line/ibc-go/v3/testing/simapp" - "github.com/line/ibc-go/v3/testing/simapp/params" + "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/testing/simapp/params" ) // NewRootCmd creates a new root command for simd. It is called once in the diff --git a/testing/simapp/simd/main.go b/testing/simapp/simd/main.go index 52f05635489..86ff7e389d9 100644 --- a/testing/simapp/simd/main.go +++ b/testing/simapp/simd/main.go @@ -6,8 +6,8 @@ import ( "github.com/line/lbm-sdk/server" svrcmd "github.com/line/lbm-sdk/server/cmd" - "github.com/line/ibc-go/v3/testing/simapp" - "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" ) func main() { diff --git a/testing/simapp/state.go b/testing/simapp/state.go index f2b2e782891..ea1bab80359 100644 --- a/testing/simapp/state.go +++ b/testing/simapp/state.go @@ -19,7 +19,7 @@ import ( tmjson "github.com/line/ostracon/libs/json" tmtypes "github.com/line/ostracon/types" - simappparams "github.com/line/ibc-go/v3/testing/simapp/params" + simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" ) // AppStateFn returns the initial application state using a genesis or the simulation parameters. diff --git a/testing/simapp/test_helpers.go b/testing/simapp/test_helpers.go index bb39cfcc35b..a2a4ae496f0 100644 --- a/testing/simapp/test_helpers.go +++ b/testing/simapp/test_helpers.go @@ -25,7 +25,7 @@ import ( "github.com/stretchr/testify/require" dbm "github.com/tendermint/tm-db" - "github.com/line/ibc-go/v3/testing/simapp/helpers" + "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" ) // DefaultConsensusParams defines the default Tendermint consensus params used in diff --git a/testing/simapp/utils.go b/testing/simapp/utils.go index 36ec532289b..4b1fddfd8d8 100644 --- a/testing/simapp/utils.go +++ b/testing/simapp/utils.go @@ -13,7 +13,7 @@ import ( "github.com/line/ostracon/libs/log" dbm "github.com/tendermint/tm-db" - "github.com/line/ibc-go/v3/testing/simapp/helpers" + "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" ) // SetupSimulation creates the config, db (levelDB), temporary directory and logger for diff --git a/testing/solomachine.go b/testing/solomachine.go index 7c4efbe38f3..ae6587fc4a2 100644 --- a/testing/solomachine.go +++ b/testing/solomachine.go @@ -12,11 +12,11 @@ import ( "github.com/line/lbm-sdk/types/tx/signing" "github.com/stretchr/testify/require" - clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/line/ibc-go/v3/modules/core/24-host" - "github.com/line/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/cosmos/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" ) // Solomachine is a testing helper used to simulate a counterparty diff --git a/testing/values.go b/testing/values.go index 2a5ce8e5932..be8e71bf5c0 100644 --- a/testing/values.go +++ b/testing/values.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" - ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" - connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" - ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/line/ibc-go/v3/testing/mock" + ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/cosmos/ibc-go/v3/testing/mock" ) const ( From 3d6b1bf48ff86620def89a7d8873237bb42287cc Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 01:24:56 +0900 Subject: [PATCH 2/7] feat!: apply the changes of lbm-sdk and ostracon proto - base lbm-sdk commit: b8864730859710d92a83f9f91289d4c6aef658cd --- docs/ibc/proto-docs.md | 8 +- go.mod | 27 +- go.sum | 51 ++- .../controller/types/controller.pb.go | 14 +- .../controller/types/query.pb.go | 61 +-- .../host/client/cli/query.go | 5 +- .../host/ibc_module_test.go | 5 +- .../host/types/ack_test.go | 5 +- .../host/types/host.pb.go | 15 +- .../host/types/query.pb.go | 42 +- modules/apps/27-interchain-accounts/module.go | 2 +- .../27-interchain-accounts/module_test.go | 9 +- .../types/account.pb.go | 14 +- .../types/genesis.pb.go | 88 ++-- .../types/metadata.pb.go | 44 +- .../27-interchain-accounts/types/packet.pb.go | 48 +-- modules/apps/transfer/module.go | 2 +- modules/apps/transfer/types/ack_test.go | 5 +- modules/apps/transfer/types/genesis.pb.go | 42 +- modules/apps/transfer/types/packet.pb.go | 30 +- modules/apps/transfer/types/query.pb.go | 86 ++-- modules/apps/transfer/types/transfer.pb.go | 34 +- modules/apps/transfer/types/tx.pb.go | 66 +-- modules/core/02-client/abci_test.go | 11 +- modules/core/02-client/client/utils/utils.go | 13 - modules/core/02-client/keeper/client_test.go | 42 +- modules/core/02-client/keeper/keeper_test.go | 13 +- .../02-client/legacy/v100/solomachine.pb.go | 174 ++++---- modules/core/02-client/types/client.pb.go | 86 ++-- modules/core/02-client/types/genesis.pb.go | 70 +-- modules/core/02-client/types/genesis_test.go | 3 +- modules/core/02-client/types/msgs_test.go | 8 +- modules/core/02-client/types/query.pb.go | 130 +++--- modules/core/02-client/types/tx.pb.go | 78 ++-- .../core/03-connection/types/connection.pb.go | 92 ++-- .../core/03-connection/types/genesis.pb.go | 46 +- modules/core/03-connection/types/msgs_test.go | 7 +- modules/core/03-connection/types/query.pb.go | 114 ++--- modules/core/03-connection/types/tx.pb.go | 118 ++--- modules/core/04-channel/types/channel.pb.go | 72 ++-- modules/core/04-channel/types/genesis.pb.go | 62 +-- modules/core/04-channel/types/msgs_test.go | 10 +- modules/core/04-channel/types/query.pb.go | 192 ++++----- modules/core/04-channel/types/tx.pb.go | 166 +++---- modules/core/05-port/keeper/keeper_test.go | 7 +- .../core/23-commitment/types/commitment.pb.go | 40 +- modules/core/23-commitment/types/merkle.go | 5 +- .../core/23-commitment/types/merkle_test.go | 2 +- modules/core/23-commitment/types/utils.go | 3 +- .../core/23-commitment/types/utils_test.go | 4 +- modules/core/client/query.go | 3 +- modules/core/genesis_test.go | 11 +- modules/core/module.go | 5 +- modules/core/types/genesis.pb.go | 48 +-- .../06-solomachine/types/solomachine.pb.go | 166 +++---- .../09-localhost/types/localhost.pb.go | 16 +- .../09-localhost/types/localhost_test.go | 7 +- .../99-ostracon/types/header_test.go | 4 +- .../99-ostracon/types/misbehaviour.go | 19 +- .../99-ostracon/types/misbehaviour_handle.go | 4 +- .../types/misbehaviour_handle_test.go | 89 ++-- .../99-ostracon/types/misbehaviour_test.go | 39 +- .../99-ostracon/types/ostracon.pb.go | 277 ++++-------- .../99-ostracon/types/ostracon_test.go | 10 +- .../light-clients/99-ostracon/types/update.go | 6 +- .../99-ostracon/types/update_test.go | 48 +-- .../controller/v1/controller.proto | 2 +- .../controller/v1/query.proto | 2 +- .../interchain_accounts/host/v1/host.proto | 2 +- .../interchain_accounts/host/v1/query.proto | 2 +- .../interchain_accounts/v1/account.proto | 2 +- .../interchain_accounts/v1/genesis.proto | 2 +- .../interchain_accounts/v1/metadata.proto | 2 +- .../interchain_accounts/v1/packet.proto | 2 +- .../applications/transfer/v1/genesis.proto | 2 +- .../ibc/applications/transfer/v1/query.proto | 2 +- .../applications/transfer/v1/transfer.proto | 2 +- proto/ibc/applications/transfer/v1/tx.proto | 2 +- .../ibc/applications/transfer/v2/packet.proto | 2 +- proto/ibc/core/channel/v1/channel.proto | 2 +- proto/ibc/core/channel/v1/genesis.proto | 2 +- proto/ibc/core/channel/v1/query.proto | 2 +- proto/ibc/core/channel/v1/tx.proto | 2 +- proto/ibc/core/client/v1/client.proto | 2 +- proto/ibc/core/client/v1/genesis.proto | 2 +- proto/ibc/core/client/v1/query.proto | 2 +- proto/ibc/core/client/v1/tx.proto | 2 +- proto/ibc/core/commitment/v1/commitment.proto | 2 +- proto/ibc/core/connection/v1/connection.proto | 2 +- proto/ibc/core/connection/v1/genesis.proto | 2 +- proto/ibc/core/connection/v1/query.proto | 2 +- proto/ibc/core/connection/v1/tx.proto | 2 +- proto/ibc/core/types/v1/genesis.proto | 2 +- .../lightclients/localhost/v1/localhost.proto | 2 +- .../lightclients/ostracon/v1/ostracon.proto | 17 +- .../solomachine/v1/solomachine.proto | 2 +- .../solomachine/v2/solomachine.proto | 2 +- scripts/protocgen.sh | 2 +- testing/app.go | 16 +- testing/chain.go | 89 +--- testing/coordinator.go | 7 +- testing/mock/mock.go | 2 +- testing/mock/privval.go | 12 +- testing/mock/privval_test.go | 9 +- testing/simapp/app.go | 53 +-- testing/simapp/export.go | 3 +- testing/simapp/sim_bench_test.go | 3 +- testing/simapp/sim_test.go | 9 +- testing/simapp/test_helpers.go | 14 +- testing/simapp/types.go | 6 +- third_party/proto/ostracon/abci/types.proto | 137 ++++++ third_party/proto/ostracon/crypto/keys.proto | 17 - third_party/proto/ostracon/crypto/proof.proto | 41 -- .../proto/ostracon/libs/bits/types.proto | 9 - third_party/proto/ostracon/types/block.proto | 19 + third_party/proto/ostracon/types/types.proto | 155 +------ .../proto/ostracon/types/validator.proto | 28 -- third_party/proto/ostracon/types/voter.proto | 11 - .../proto/ostracon/version/types.proto | 24 -- third_party/proto/tendermint/abci/types.proto | 407 ++++++++++++++++++ .../proto/tendermint/blockchain/types.proto | 41 ++ .../proto/tendermint/consensus/types.proto | 92 ++++ .../proto/tendermint/consensus/wal.proto | 46 ++ .../proto/tendermint/mempool/types.proto | 14 + third_party/proto/tendermint/p2p/pex.proto | 20 + third_party/proto/tendermint/p2p/types.proto | 34 ++ .../proto/tendermint/privval/types.proto | 76 ++++ .../proto/tendermint/state/types.proto | 75 ++++ .../proto/tendermint/statesync/types.proto | 37 ++ .../proto/tendermint/store/types.proto | 9 + .../proto/tendermint/types/block.proto | 15 + .../proto/tendermint/types/canonical.proto | 37 ++ .../proto/tendermint/types/events.proto | 10 + .../proto/tendermint/types/evidence.proto | 38 ++ .../proto/tendermint/types/params.proto | 80 ++++ 135 files changed, 2765 insertions(+), 2032 deletions(-) create mode 100644 third_party/proto/ostracon/abci/types.proto delete mode 100644 third_party/proto/ostracon/crypto/keys.proto delete mode 100644 third_party/proto/ostracon/crypto/proof.proto delete mode 100644 third_party/proto/ostracon/libs/bits/types.proto create mode 100644 third_party/proto/ostracon/types/block.proto delete mode 100644 third_party/proto/ostracon/types/validator.proto delete mode 100644 third_party/proto/ostracon/types/voter.proto delete mode 100644 third_party/proto/ostracon/version/types.proto create mode 100644 third_party/proto/tendermint/abci/types.proto create mode 100644 third_party/proto/tendermint/blockchain/types.proto create mode 100644 third_party/proto/tendermint/consensus/types.proto create mode 100644 third_party/proto/tendermint/consensus/wal.proto create mode 100644 third_party/proto/tendermint/mempool/types.proto create mode 100644 third_party/proto/tendermint/p2p/pex.proto create mode 100644 third_party/proto/tendermint/p2p/types.proto create mode 100644 third_party/proto/tendermint/privval/types.proto create mode 100644 third_party/proto/tendermint/state/types.proto create mode 100644 third_party/proto/tendermint/statesync/types.proto create mode 100644 third_party/proto/tendermint/store/types.proto create mode 100644 third_party/proto/tendermint/types/block.proto create mode 100644 third_party/proto/tendermint/types/canonical.proto create mode 100644 third_party/proto/tendermint/types/events.proto create mode 100644 third_party/proto/tendermint/types/evidence.proto create mode 100644 third_party/proto/tendermint/types/params.proto diff --git a/docs/ibc/proto-docs.md b/docs/ibc/proto-docs.md index 709b6641220..4261f07a09c 100644 --- a/docs/ibc/proto-docs.md +++ b/docs/ibc/proto-docs.md @@ -3448,12 +3448,10 @@ trusted validator set at the TrustedHeight. | Field | Type | Label | Description | | ----- | ---- | ----- | ----------- | -| `signed_header` | [ostracon.types.SignedHeader](#ostracon.types.SignedHeader) | | | -| `validator_set` | [ostracon.types.ValidatorSet](#ostracon.types.ValidatorSet) | | | -| `voter_set` | [ostracon.types.VoterSet](#ostracon.types.VoterSet) | | | +| `signed_header` | [tendermint.types.SignedHeader](#tendermint.types.SignedHeader) | | | +| `validator_set` | [tendermint.types.ValidatorSet](#tendermint.types.ValidatorSet) | | | | `trusted_height` | [ibc.core.client.v1.Height](#ibc.core.client.v1.Height) | | | -| `trusted_validators` | [ostracon.types.ValidatorSet](#ostracon.types.ValidatorSet) | | | -| `trusted_voters` | [ostracon.types.VoterSet](#ostracon.types.VoterSet) | | | +| `trusted_validators` | [tendermint.types.ValidatorSet](#tendermint.types.ValidatorSet) | | | diff --git a/go.mod b/go.mod index 482f95fc7be..ede928be127 100644 --- a/go.mod +++ b/go.mod @@ -11,17 +11,18 @@ require ( github.com/golang/protobuf v1.5.2 github.com/gorilla/mux v1.8.0 github.com/grpc-ecosystem/grpc-gateway v1.16.0 - github.com/line/lbm-sdk v0.0.0-20230113004822-8fb974447422 - github.com/line/ostracon v1.0.7 + github.com/line/lbm-sdk v0.46.1-0.20230209105703-b88647308597 + github.com/line/ostracon v1.0.9-0.20230209043112-5aca894db3a6 github.com/rakyll/statik v0.1.7 github.com/regen-network/cosmos-proto v0.3.1 github.com/spf13/cast v1.5.0 github.com/spf13/cobra v1.6.1 - github.com/spf13/viper v1.14.0 + github.com/spf13/viper v1.15.0 github.com/stretchr/testify v1.8.1 + github.com/tendermint/tendermint v0.34.24 github.com/tendermint/tm-db v0.6.7 - google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e - google.golang.org/grpc v1.50.1 + google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef + google.golang.org/grpc v1.52.3 google.golang.org/protobuf v1.28.2-0.20220831092852-f930b1dc76e8 gopkg.in/yaml.v2 v2.4.0 ) @@ -58,7 +59,7 @@ require ( github.com/fsnotify/fsnotify v1.6.0 // indirect github.com/go-kit/kit v0.12.0 // indirect github.com/go-kit/log v0.2.1 // indirect - github.com/go-logfmt/logfmt v0.5.1 // indirect + github.com/go-logfmt/logfmt v0.6.0 // indirect github.com/go-playground/validator/v10 v10.4.1 // indirect github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect github.com/gogo/gateway v1.1.0 // indirect @@ -76,7 +77,6 @@ require ( github.com/hashicorp/golang-lru v0.5.5-0.20210104140557-80c98217689d // indirect github.com/hashicorp/hcl v1.0.0 // indirect github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 // indirect - github.com/herumi/bls-eth-go-binary v0.0.0-20220509081320-2d8ab06de53c // indirect github.com/improbable-eng/grpc-web v0.15.0 // indirect github.com/inconshreveable/mousetrap v1.0.1 // indirect github.com/jmhodges/levigo v1.0.0 // indirect @@ -93,8 +93,7 @@ require ( github.com/minio/highwayhash v1.0.2 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect github.com/mtibben/percent v0.2.1 // indirect - github.com/pelletier/go-toml v1.9.5 // indirect - github.com/pelletier/go-toml/v2 v2.0.5 // indirect + github.com/pelletier/go-toml/v2 v2.0.6 // indirect github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect github.com/pkg/errors v0.9.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect @@ -104,18 +103,17 @@ require ( github.com/prometheus/procfs v0.8.0 // indirect github.com/r2ishiguro/vrf v0.0.0-20180716233122-192de52975eb // indirect github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect - github.com/rs/cors v1.8.2 // indirect - github.com/rs/zerolog v1.28.0 // indirect + github.com/rs/cors v1.8.3 // indirect + github.com/rs/zerolog v1.29.0 // indirect github.com/sasha-s/go-deadlock v0.3.1 // indirect - github.com/spf13/afero v1.9.2 // indirect + github.com/spf13/afero v1.9.3 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect - github.com/subosito/gotenv v1.4.1 // indirect + github.com/subosito/gotenv v1.4.2 // indirect github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 // indirect github.com/tendermint/btcd v0.1.1 // indirect github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect github.com/tendermint/go-amino v0.16.0 // indirect - github.com/tendermint/tendermint v0.34.24 // indirect github.com/zondax/hid v0.9.1 // indirect github.com/zondax/ledger-go v0.14.0 // indirect go.etcd.io/bbolt v1.3.6 // indirect @@ -126,6 +124,7 @@ require ( golang.org/x/term v0.4.0 // indirect golang.org/x/text v0.6.0 // indirect gopkg.in/ini.v1 v1.67.0 // indirect + gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect nhooyr.io/websocket v1.8.6 // indirect ) diff --git a/go.sum b/go.sum index 469a2176852..6ee04c71189 100644 --- a/go.sum +++ b/go.sum @@ -213,8 +213,8 @@ github.com/go-kit/log v0.2.1/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBj github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= -github.com/go-logfmt/logfmt v0.5.1 h1:otpy5pqBCBZ1ng9RQ0dPu4PN7ba75Y/aA+UpowDyNVA= -github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= +github.com/go-logfmt/logfmt v0.6.0 h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4= +github.com/go-logfmt/logfmt v0.6.0/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= 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= github.com/go-playground/locales v0.13.0/go.mod h1:taPMhCMXrRLJO55olJkUXHZBHCxTMfnGwq/HNwmWNS8= @@ -371,8 +371,6 @@ github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2p github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3 h1:aSVUgRRRtOrZOC1fYmY9gV0e9z/Iu+xNVSASWjsuyGU= github.com/hdevalence/ed25519consensus v0.0.0-20220222234857-c00d1f31bab3/go.mod h1:5PC6ZNPde8bBqU/ewGZig35+UIZtw9Ytxez8/q5ZyFE= -github.com/herumi/bls-eth-go-binary v0.0.0-20220509081320-2d8ab06de53c h1:ppGSVyhAFh8VAGyDuNeLEGMYRJR5iDI92QgDNrMIqK0= -github.com/herumi/bls-eth-go-binary v0.0.0-20220509081320-2d8ab06de53c/go.mod h1:luAnRm3OsMQeokhGzpYmc0ZKwawY7o87PUEP11Z7r7U= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= github.com/hudl/fargo v1.3.0/go.mod h1:y3CKSmjA+wD2gak7sUSXTAoopbhU08POFhmITJgmKTg= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= @@ -426,10 +424,10 @@ github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6 github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg= 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/line/lbm-sdk v0.0.0-20230113004822-8fb974447422 h1:/LP6ZNrAs+Ba/08+YtEA7nzU/jEBaevVlOVzKKcbMUc= -github.com/line/lbm-sdk v0.0.0-20230113004822-8fb974447422/go.mod h1:wpkaELNQd8x+DdXC/blxYoEExOaZBKFhby6AujzGTC0= -github.com/line/ostracon v1.0.7 h1:8vh/gsM6Sf6z2s38og8YufIhrWN2TwXpm4I3DqKEVyI= -github.com/line/ostracon v1.0.7/go.mod h1:gmEKYdaMaDAl5xJ8sJJo0s6OvzBSZwM01nWRCGA5oDY= +github.com/line/lbm-sdk v0.46.1-0.20230209105703-b88647308597 h1:J0Pr378D5JmHNjifZXVigAIunJXD2JDHJE/lY3tYTQc= +github.com/line/lbm-sdk v0.46.1-0.20230209105703-b88647308597/go.mod h1:Od+QeMi4JO4HB3HEdPTqzI7mAvn1w99PZ9pmKmtNDco= +github.com/line/ostracon v1.0.9-0.20230209043112-5aca894db3a6 h1:nuM0PTB04PCax35+u8LRpTufdmwoPZcBhhKjqbezMYA= +github.com/line/ostracon v1.0.9-0.20230209043112-5aca894db3a6/go.mod h1:iLRth/ryufyNePzJ1ULJ4S8SYGUD/lF+aIFUTRKY9tQ= github.com/lyft/protoc-gen-validate v0.0.13/go.mod h1:XbGvPuh87YZc5TdIa2/I4pLk0QoUACkjt2znoq26NVQ= github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.7 h1:IeQXZAiQcpL9mgcAe1Nu6cX9LLw6ExEHKjN0VQdvPDY= @@ -452,6 +450,7 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.4 h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo= github.com/matttproud/golang_protobuf_extensions v1.0.4/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= +github.com/miekg/dns v1.1.50 h1:DQUfb9uc6smULcREF09Uc+/Gd46YWqJd5DbpPE9xkcA= github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0 h1:QRUSJEgZn2Snx0EmT/QLXibWjSUDjKWvXIT19NBVp94= github.com/mimoo/StrobeGo v0.0.0-20210601165009-122bf33a46e0/go.mod h1:43+3pMjjKimDBf5Kr4ZFNGbLql1zKkbImw+fZbw3geM= @@ -520,10 +519,8 @@ github.com/pascaldekloe/goe v0.1.0 h1:cBOtyMzM9HTpWjXfbbunk26uA6nG3a8n06Wieeh0Mw github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8= -github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pelletier/go-toml/v2 v2.0.5 h1:ipoSadvV8oGUjnUbMub59IDPPwfxF694nG/jwbMiyQg= -github.com/pelletier/go-toml/v2 v2.0.5/go.mod h1:OMHamSCAODeSsVrwwvcJOaoN0LIUIaFVNZzmWyNfXas= +github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU= +github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= 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= @@ -587,11 +584,11 @@ github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6L github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8= github.com/rs/cors v1.7.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= -github.com/rs/cors v1.8.2 h1:KCooALfAYGs415Cwu5ABvv9n9509fSiG5SQJn/AQo4U= -github.com/rs/cors v1.8.2/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= +github.com/rs/cors v1.8.3 h1:O+qNyWn7Z+F9M0ILBHgMVPuB1xTOucVd5gtaYyXBpRo= +github.com/rs/cors v1.8.3/go.mod h1:XyqrcTp5zjWr1wsJ8PIRZssZ8b/WMcMf71DJnit4EMU= github.com/rs/xid v1.4.0/go.mod h1:trrq9SKmegXys3aeAKXMUTdJsYXVwGY3RLcfgqegfbg= -github.com/rs/zerolog v1.28.0 h1:MirSo27VyNi7RJYP3078AA1+Cyzd2GB66qy3aUHvsWY= -github.com/rs/zerolog v1.28.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0= +github.com/rs/zerolog v1.29.0 h1:Zes4hju04hjbvkVkOhdl2HpZa+0PmVwigmo8XoORE5w= +github.com/rs/zerolog v1.29.0/go.mod h1:NILgTygv/Uej1ra5XxGf82ZFSLk58MFGAUS2o6usyD0= 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/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= @@ -614,8 +611,8 @@ github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasO github.com/spaolacci/murmur3 v1.1.0 h1:7c1g84S4BPRrfL5Xrdp6fOJ206sU9y293DDHaoy0bLI= github.com/spaolacci/murmur3 v1.1.0/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.9.2 h1:j49Hj62F0n+DaZ1dDCvhABaPNSGNkt32oRFxI33IEMw= -github.com/spf13/afero v1.9.2/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= +github.com/spf13/afero v1.9.3 h1:41FoI0fD7OR7mGcKE/aOiLkGreyf8ifIOQmJANWogMk= +github.com/spf13/afero v1.9.3/go.mod h1:iUV7ddyEEZPO5gA3zD4fJt6iStLlL+Lg4m2cihcDf8Y= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.5.0 h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w= github.com/spf13/cast v1.5.0/go.mod h1:SpXXQ5YoyJw6s3/6cMTQuxvgRl3PCJiyaX9p6b155UU= @@ -631,8 +628,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s= -github.com/spf13/viper v1.14.0 h1:Rg7d3Lo706X9tHsJMUjdiwMpHB7W8WnSVOssIY+JElU= -github.com/spf13/viper v1.14.0/go.mod h1:WT//axPky3FdvXHzGw33dNdXXXfFQqmEalje+egj8As= +github.com/spf13/viper v1.15.0 h1:js3yy885G8xwJa6iOISGFwd+qlUo5AvyXb7CiihdtiU= +github.com/spf13/viper v1.15.0/go.mod h1:fFcTBJxvhhzSJiZy8n+PeW6t8l+KeT/uTARa0jHOQLA= github.com/streadway/amqp v0.0.0-20190404075320-75d898a42a94/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3DKn8O/DFsRAY58/XVQiIPMTMB1SddzLXVw= github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= @@ -651,8 +648,8 @@ github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= -github.com/subosito/gotenv v1.4.1 h1:jyEFiXpy21Wm81FBN71l9VoMMV8H8jG+qIK3GCpY6Qs= -github.com/subosito/gotenv v1.4.1/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= +github.com/subosito/gotenv v1.4.2 h1:X1TuBLAMDFbaTAChgCBLu3DU3UPyELpnF2jjJ2cz/S8= +github.com/subosito/gotenv v1.4.2/go.mod h1:ayKnFf/c6rvx/2iiLrJUk1e6plDbT3edrFNGqEflhK0= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7 h1:epCh84lMvA70Z7CTTCmYQn2CKbY8j86K7/FAIr141uY= github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7/go.mod h1:q4W45IWZaF22tdD+VEXcAWRA037jwmWEB5VWYORlTpc= github.com/tendermint/btcd v0.1.1 h1:0VcxPfflS2zZ3RiOAHkBiFUcPvbtRj5O7zHmcJWHV7s= @@ -1039,8 +1036,8 @@ google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20210108203827-ffc7fda8c3d7/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-20210226172003-ab064af71705/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e h1:S9GbmC1iCgvbLyAokVCwiO6tVIrU9Y7c5oMx1V/ki/Y= -google.golang.org/genproto v0.0.0-20221024183307-1bc688fe9f3e/go.mod h1:9qHF0xnpdSfF6knlcsnpzUu5y+rpwgbvsyGAZPBMg4s= +google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef h1:uQ2vjV/sHTsWSqdKeLqmwitzgvjMl7o4IdtHwUDXSJY= +google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef/go.mod h1:RGgjbofJ8xD9Sq1VVhDM1Vok1vRONV+rg+CjzG4SZKM= google.golang.org/grpc v1.17.0/go.mod h1:6QZJwpn2B+Zp71q/5VxRsJ6NXXVCE5NRUHRo+f3cWCs= google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= google.golang.org/grpc v1.19.1/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= @@ -1065,8 +1062,8 @@ google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTp google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.50.1 h1:DS/BukOZWp8s6p4Dt/tOaJaTQyPyOoCcrjroHuCeLzY= -google.golang.org/grpc v1.50.1/go.mod h1:ZgQEeidpAuNRZ8iRrlBKXZQP1ghovWIVhdJRyCDK+GI= +google.golang.org/grpc v1.52.3 h1:pf7sOysg4LdgBqduXveGKrcEwbStiK2rtfghdzlUYDQ= +google.golang.org/grpc v1.52.3/go.mod h1:pu6fVzoFb+NBYNAvQL08ic+lvB2IojljRYuun5vorUY= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= @@ -1093,6 +1090,8 @@ gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMy gopkg.in/gcfg.v1 v1.2.3/go.mod h1:yesOnuUOFQAhST5vPY4nbZsb/huCgGGXlipJsBn0b3o= gopkg.in/ini.v1 v1.67.0 h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA= gopkg.in/ini.v1 v1.67.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/natefinch/lumberjack.v2 v2.2.1 h1:bBRl1b0OH9s/DuPhuXpNl+VtCaJXFZ5/uEFST95x9zc= +gopkg.in/natefinch/lumberjack.v2 v2.2.1/go.mod h1:YD8tP3GAjkrDg1eZH7EGmyESg/lsYskCTPBJVb9jqSc= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= diff --git a/modules/apps/27-interchain-accounts/controller/types/controller.pb.go b/modules/apps/27-interchain-accounts/controller/types/controller.pb.go index 53fb79434c9..dfa8bd31512 100644 --- a/modules/apps/27-interchain-accounts/controller/types/controller.pb.go +++ b/modules/apps/27-interchain-accounts/controller/types/controller.pb.go @@ -79,7 +79,7 @@ func init() { } var fileDescriptor_177fd0fec5eb3400 = []byte{ - // 252 bytes of a gzipped FileDescriptorProto + // 254 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0xce, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -89,13 +89,13 @@ var fileDescriptor_177fd0fec5eb3400 = []byte{ 0x20, 0x16, 0xc4, 0x24, 0xa5, 0x30, 0x2e, 0xb6, 0x80, 0xc4, 0xa2, 0xc4, 0xdc, 0x62, 0x21, 0x1f, 0x2e, 0x21, 0x84, 0x86, 0xf8, 0xd4, 0xbc, 0xc4, 0xa4, 0x9c, 0xd4, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x0e, 0x27, 0xd9, 0x4f, 0xf7, 0xe4, 0x25, 0x2b, 0x13, 0x73, 0x73, 0xac, 0x94, 0x30, 0xd5, - 0x28, 0x05, 0x09, 0x22, 0x04, 0x5d, 0x21, 0x62, 0x4e, 0x19, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, + 0x28, 0x05, 0x09, 0x22, 0x04, 0x5d, 0x21, 0x62, 0x4e, 0x59, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, - 0x78, 0x2c, 0xc7, 0x10, 0xe5, 0x97, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, - 0x9f, 0x93, 0x99, 0x97, 0xaa, 0x9f, 0x99, 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, 0xac, 0x9f, - 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, 0x0a, 0x9e, 0x62, 0x7d, 0x23, 0x73, 0x5d, 0x84, 0xa7, - 0x74, 0xb1, 0x85, 0x4c, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x23, 0xc6, 0x80, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x20, 0x33, 0x59, 0xb4, 0x59, 0x01, 0x00, 0x00, + 0x78, 0x2c, 0xc7, 0x10, 0x15, 0x90, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, + 0x9f, 0x9c, 0x5f, 0x9c, 0x9b, 0x5f, 0xac, 0x9f, 0x99, 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, + 0xac, 0x9f, 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, 0x0a, 0xa0, 0x62, 0x7d, 0x23, 0x73, 0x5d, + 0x84, 0xb7, 0x74, 0xb1, 0x85, 0x4d, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x2b, 0xc6, + 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x79, 0xfc, 0x19, 0x5b, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/controller/types/query.pb.go b/modules/apps/27-interchain-accounts/controller/types/query.pb.go index 637f3464abe..852995d1985 100644 --- a/modules/apps/27-interchain-accounts/controller/types/query.pb.go +++ b/modules/apps/27-interchain-accounts/controller/types/query.pb.go @@ -222,36 +222,37 @@ func init() { } var fileDescriptor_df0d8b259d72854e = []byte{ - // 463 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x41, 0x8b, 0x13, 0x31, - 0x14, 0xc7, 0x3b, 0x95, 0xad, 0x18, 0xf5, 0x60, 0xec, 0xa1, 0x14, 0x1d, 0x65, 0x4e, 0x5e, 0x9a, - 0xb0, 0xb3, 0x82, 0x50, 0x50, 0x70, 0x05, 0x65, 0x2f, 0xe2, 0xce, 0x41, 0xc4, 0x83, 0x4b, 0x9a, - 0x09, 0xd3, 0xc0, 0x34, 0x6f, 0x36, 0xc9, 0x54, 0xca, 0xb2, 0x17, 0x3f, 0x81, 0xe0, 0xcd, 0x4f, - 0xe4, 0x71, 0x41, 0x04, 0x4f, 0x22, 0xad, 0x9f, 0xc0, 0xb3, 0x07, 0x99, 0x4c, 0x74, 0x76, 0x70, - 0x15, 0x5b, 0x3d, 0x4d, 0xde, 0x7b, 0xbc, 0xff, 0xef, 0xbd, 0xfc, 0x33, 0xe8, 0x9e, 0x9c, 0x70, - 0xca, 0x8a, 0x22, 0x97, 0x9c, 0x59, 0x09, 0xca, 0x50, 0xa9, 0xac, 0xd0, 0x7c, 0xca, 0xa4, 0x3a, - 0x60, 0x9c, 0x43, 0xa9, 0xac, 0xa1, 0x1c, 0x94, 0xd5, 0x90, 0xe7, 0x42, 0xd3, 0xf9, 0x36, 0x3d, - 0x2c, 0x85, 0x5e, 0x90, 0x42, 0x83, 0x05, 0x1c, 0xcb, 0x09, 0x27, 0xa7, 0xfb, 0xc9, 0x19, 0xfd, - 0xa4, 0xe9, 0x27, 0xf3, 0xed, 0xe1, 0x83, 0x0d, 0x98, 0xa7, 0x14, 0x1c, 0x78, 0xd8, 0xcf, 0x20, - 0x03, 0x77, 0xa4, 0xd5, 0xc9, 0x67, 0xaf, 0x65, 0x00, 0x59, 0x2e, 0x28, 0x2b, 0x24, 0x65, 0x4a, - 0x81, 0xf5, 0x43, 0xb9, 0x6a, 0x64, 0xd1, 0xf5, 0xfd, 0x6a, 0xf6, 0xbd, 0x9f, 0xb8, 0xfb, 0x35, - 0x2d, 0x11, 0x87, 0xa5, 0x30, 0x16, 0xf7, 0xd1, 0x16, 0xbc, 0x54, 0x42, 0x0f, 0x82, 0x9b, 0xc1, - 0xad, 0x0b, 0x49, 0x1d, 0xe0, 0xbb, 0xe8, 0x32, 0x07, 0xa5, 0x04, 0xaf, 0xb4, 0x0e, 0x64, 0x3a, - 0xe8, 0x56, 0xd5, 0xdd, 0xc1, 0xd7, 0x4f, 0x37, 0xfa, 0x0b, 0x36, 0xcb, 0xc7, 0x51, 0xab, 0x1c, - 0x25, 0x97, 0x9a, 0x78, 0x2f, 0x8d, 0xc6, 0x28, 0xfc, 0x1d, 0xd5, 0x14, 0xa0, 0x8c, 0xc0, 0x03, - 0x74, 0x9e, 0xa5, 0xa9, 0x16, 0xc6, 0x78, 0xf0, 0x8f, 0x30, 0xea, 0x23, 0xec, 0x7a, 0x9f, 0x30, - 0xcd, 0x66, 0xc6, 0x8f, 0x19, 0x49, 0x74, 0xb5, 0x95, 0xf5, 0x32, 0x09, 0xea, 0x15, 0x2e, 0xe3, - 0x54, 0x2e, 0xc6, 0x63, 0xb2, 0xbe, 0x39, 0xc4, 0x6b, 0x7a, 0xa5, 0xf8, 0xdb, 0x39, 0xb4, 0xe5, - 0x58, 0xf8, 0x6d, 0x17, 0x5d, 0xf9, 0x65, 0x05, 0xbc, 0xbf, 0x09, 0xe3, 0x8f, 0x26, 0x0c, 0x93, - 0xff, 0x29, 0x59, 0x5f, 0x4d, 0xf4, 0xe2, 0xd5, 0xfb, 0x2f, 0x6f, 0xba, 0xcf, 0xf0, 0x53, 0xea, - 0xdf, 0xde, 0xdf, 0xbc, 0x39, 0xe7, 0xbe, 0xa1, 0x47, 0xee, 0x7b, 0x4c, 0x1b, 0x53, 0x0d, 0x3d, - 0x6a, 0x39, 0x7e, 0x8c, 0x3f, 0x04, 0xa8, 0x57, 0xdf, 0x1c, 0x7e, 0xb8, 0xf1, 0xf8, 0x2d, 0x93, - 0x87, 0x8f, 0xfe, 0x59, 0xc7, 0xef, 0x3e, 0x76, 0xbb, 0xdf, 0xc6, 0xf1, 0x3a, 0xbb, 0xd7, 0xf6, - 0xef, 0x4e, 0xdf, 0x2d, 0xc3, 0xe0, 0x64, 0x19, 0x06, 0x9f, 0x97, 0x61, 0xf0, 0x7a, 0x15, 0x76, - 0x4e, 0x56, 0x61, 0xe7, 0xe3, 0x2a, 0xec, 0x3c, 0x7f, 0x9c, 0x49, 0x3b, 0x2d, 0x27, 0x84, 0xc3, - 0x8c, 0xe6, 0x52, 0x89, 0x4a, 0x7c, 0x94, 0x01, 0x9d, 0xef, 0xd0, 0x19, 0xa4, 0x65, 0x2e, 0x4c, - 0x8d, 0x8a, 0xef, 0x8c, 0x1a, 0xda, 0xe8, 0x2c, 0x9a, 0x5d, 0x14, 0xc2, 0x4c, 0x7a, 0xee, 0x17, - 0xdd, 0xf9, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x19, 0xc3, 0x16, 0x1a, 0x91, 0x04, 0x00, 0x00, + // 465 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x41, 0x6b, 0x14, 0x31, + 0x14, 0xc7, 0x77, 0x56, 0xba, 0x62, 0xd4, 0x83, 0x71, 0x0f, 0xcb, 0xa2, 0xa3, 0xcc, 0xc9, 0xcb, + 0x26, 0x74, 0x2a, 0x08, 0x0b, 0x0a, 0x56, 0x50, 0x7a, 0x6b, 0xe7, 0x20, 0xe2, 0xc1, 0x92, 0xcd, + 0x84, 0x69, 0x64, 0x26, 0x6f, 0x9a, 0x64, 0x56, 0x96, 0xd2, 0x8b, 0x9f, 0x40, 0xf0, 0xe6, 0x27, + 0xf2, 0x58, 0x10, 0xc1, 0x93, 0xc8, 0xae, 0x9f, 0xc0, 0xb3, 0x07, 0x99, 0x4c, 0x74, 0x3b, 0x58, + 0xc5, 0x5d, 0x7b, 0x9a, 0xbc, 0xf7, 0x78, 0xff, 0xdf, 0x7b, 0xf9, 0x67, 0xd0, 0x03, 0x39, 0xe1, + 0x94, 0x95, 0x65, 0x2e, 0x39, 0xb3, 0x12, 0x94, 0xa1, 0x52, 0x59, 0xa1, 0xf9, 0x01, 0x93, 0x6a, + 0x9f, 0x71, 0x0e, 0x95, 0xb2, 0x86, 0x72, 0x50, 0x56, 0x43, 0x9e, 0x0b, 0x4d, 0xa7, 0x9b, 0xf4, + 0xb0, 0x12, 0x7a, 0x46, 0x4a, 0x0d, 0x16, 0x70, 0x2c, 0x27, 0x9c, 0x9c, 0xee, 0x27, 0x67, 0xf4, + 0x93, 0x65, 0x3f, 0x99, 0x6e, 0x0e, 0x1f, 0xad, 0xc1, 0x3c, 0xa5, 0xe0, 0xc0, 0xc3, 0x7e, 0x06, + 0x19, 0xb8, 0x23, 0xad, 0x4f, 0x3e, 0x7b, 0x23, 0x03, 0xc8, 0x72, 0x41, 0x59, 0x29, 0x29, 0x53, + 0x0a, 0xac, 0x1f, 0xca, 0x55, 0x23, 0x8b, 0x6e, 0xee, 0xd5, 0xb3, 0xef, 0xfc, 0xc2, 0x3d, 0x6c, + 0x68, 0x89, 0x38, 0xac, 0x84, 0xb1, 0xb8, 0x8f, 0x36, 0xe0, 0x95, 0x12, 0x7a, 0x10, 0xdc, 0x0e, + 0xee, 0x5c, 0x4a, 0x9a, 0x00, 0xdf, 0x47, 0x57, 0x39, 0x28, 0x25, 0x78, 0xad, 0xb5, 0x2f, 0xd3, + 0x41, 0xb7, 0xae, 0x6e, 0x0f, 0xbe, 0x7d, 0xbe, 0xd5, 0x9f, 0xb1, 0x22, 0x1f, 0x47, 0xad, 0x72, + 0x94, 0x5c, 0x59, 0xc6, 0x3b, 0x69, 0x34, 0x46, 0xe1, 0x9f, 0xa8, 0xa6, 0x04, 0x65, 0x04, 0x1e, + 0xa0, 0x8b, 0x2c, 0x4d, 0xb5, 0x30, 0xc6, 0x83, 0x7f, 0x86, 0x51, 0x1f, 0x61, 0xd7, 0xbb, 0xcb, + 0x34, 0x2b, 0x8c, 0x1f, 0x33, 0x92, 0xe8, 0x7a, 0x2b, 0xeb, 0x65, 0x12, 0xd4, 0x2b, 0x5d, 0xc6, + 0xa9, 0x5c, 0x8e, 0xc7, 0x64, 0x75, 0x73, 0x88, 0xd7, 0xf4, 0x4a, 0xf1, 0xf7, 0x0b, 0x68, 0xc3, + 0xb1, 0xf0, 0xbb, 0x2e, 0xba, 0xf6, 0xdb, 0x0a, 0x78, 0x6f, 0x1d, 0xc6, 0x5f, 0x4d, 0x18, 0x26, + 0xe7, 0x29, 0xd9, 0x5c, 0x4d, 0xf4, 0xe2, 0xf5, 0x87, 0xaf, 0x6f, 0xbb, 0xcf, 0xf0, 0x53, 0xea, + 0xdf, 0xde, 0xbf, 0xbc, 0x39, 0xe7, 0xbe, 0xa1, 0x47, 0xee, 0x7b, 0x4c, 0x97, 0xa6, 0x1a, 0x7a, + 0xd4, 0x72, 0xfc, 0x18, 0x7f, 0x0c, 0x50, 0xaf, 0xb9, 0x39, 0xfc, 0x78, 0xed, 0xf1, 0x5b, 0x26, + 0x0f, 0x9f, 0xfc, 0xb7, 0x8e, 0xdf, 0x7d, 0xec, 0x76, 0xbf, 0x8b, 0xe3, 0x55, 0x76, 0x6f, 0xec, + 0xdf, 0x7e, 0xf9, 0x7e, 0x1e, 0x06, 0x27, 0xf3, 0x30, 0xf8, 0x32, 0x0f, 0x83, 0x37, 0x8b, 0xb0, + 0x73, 0xb2, 0x08, 0x3b, 0x9f, 0x16, 0x61, 0xe7, 0xf9, 0x6e, 0x26, 0xed, 0x41, 0x35, 0x21, 0x1c, + 0x0a, 0xca, 0xc1, 0x14, 0x60, 0x6a, 0xf9, 0x51, 0x06, 0x74, 0xba, 0x45, 0x0b, 0x48, 0xab, 0x5c, + 0x98, 0x06, 0x16, 0xdf, 0x1b, 0x2d, 0x79, 0xa3, 0xb3, 0x78, 0x76, 0x56, 0x0a, 0x33, 0xe9, 0xb9, + 0x9f, 0x74, 0xeb, 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0d, 0xa8, 0xc5, 0xaa, 0x93, 0x04, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/27-interchain-accounts/host/client/cli/query.go b/modules/apps/27-interchain-accounts/host/client/cli/query.go index d6fb18063bf..8f3e0989e08 100644 --- a/modules/apps/27-interchain-accounts/host/client/cli/query.go +++ b/modules/apps/27-interchain-accounts/host/client/cli/query.go @@ -4,13 +4,14 @@ import ( "fmt" "strconv" + "github.com/spf13/cobra" + abci "github.com/tendermint/tendermint/abci/types" + "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/client/flags" sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/version" "github.com/line/lbm-sdk/x/auth/tx" - abci "github.com/line/ostracon/abci/types" - "github.com/spf13/cobra" "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" diff --git a/modules/apps/27-interchain-accounts/host/ibc_module_test.go b/modules/apps/27-interchain-accounts/host/ibc_module_test.go index f664d89cd8b..5e641e39b0d 100644 --- a/modules/apps/27-interchain-accounts/host/ibc_module_test.go +++ b/modules/apps/27-interchain-accounts/host/ibc_module_test.go @@ -5,13 +5,14 @@ import ( "testing" "github.com/gogo/protobuf/proto" + "github.com/stretchr/testify/suite" + abcitypes "github.com/tendermint/tendermint/abci/types" + sdk "github.com/line/lbm-sdk/types" banktypes "github.com/line/lbm-sdk/x/bank/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - abcitypes "github.com/line/ostracon/abci/types" ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/stretchr/testify/suite" "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" diff --git a/modules/apps/27-interchain-accounts/host/types/ack_test.go b/modules/apps/27-interchain-accounts/host/types/ack_test.go index e01a4705c25..d2eafa58fc6 100644 --- a/modules/apps/27-interchain-accounts/host/types/ack_test.go +++ b/modules/apps/27-interchain-accounts/host/types/ack_test.go @@ -3,11 +3,12 @@ package types_test import ( "testing" + "github.com/stretchr/testify/suite" + abcitypes "github.com/tendermint/tendermint/abci/types" + sdkerrors "github.com/line/lbm-sdk/types/errors" - abcitypes "github.com/line/ostracon/abci/types" ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/stretchr/testify/suite" "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ibctesting "github.com/cosmos/ibc-go/v3/testing" diff --git a/modules/apps/27-interchain-accounts/host/types/host.pb.go b/modules/apps/27-interchain-accounts/host/types/host.pb.go index 4cbfd8df0b0..e944986eb4c 100644 --- a/modules/apps/27-interchain-accounts/host/types/host.pb.go +++ b/modules/apps/27-interchain-accounts/host/types/host.pb.go @@ -88,7 +88,7 @@ func init() { } var fileDescriptor_48e202774f13d08e = []byte{ - // 287 bytes of a gzipped FileDescriptorProto + // 290 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xcf, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -100,13 +100,14 @@ var fileDescriptor_48e202774f13d08e = []byte{ 0x27, 0x2f, 0x5c, 0x99, 0x98, 0x9b, 0x63, 0xa5, 0x84, 0x2c, 0xab, 0x14, 0xc4, 0x0d, 0xe2, 0xba, 0x42, 0x78, 0x42, 0x0e, 0x5c, 0x7c, 0x89, 0x39, 0x39, 0xf9, 0xe5, 0xf1, 0xb9, 0xa9, 0xc5, 0xc5, 0x89, 0xe9, 0xa9, 0xc5, 0x12, 0x4c, 0x0a, 0xcc, 0x1a, 0x9c, 0x4e, 0x92, 0x9f, 0xee, 0xc9, 0x8b, - 0x42, 0x74, 0xa3, 0xca, 0x2b, 0x05, 0xf1, 0x82, 0x05, 0x7c, 0xa1, 0x7c, 0xa7, 0xa4, 0x13, 0x8f, + 0x42, 0x74, 0xa3, 0xca, 0x2b, 0x05, 0xf1, 0x82, 0x05, 0x7c, 0xa1, 0x7c, 0xa7, 0x94, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, - 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xf2, 0x48, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, - 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0xc9, 0xcc, 0x4b, 0xd5, 0xcf, 0x4c, 0x4a, 0xd6, 0x4d, 0xcf, 0xd7, - 0x2f, 0x33, 0xd6, 0xcf, 0xcd, 0x4f, 0x29, 0xcd, 0x49, 0x2d, 0x06, 0x85, 0x5e, 0xb1, 0xbe, 0x91, - 0xb9, 0x2e, 0xc2, 0xff, 0xba, 0xa8, 0x01, 0x57, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, - 0xb3, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x41, 0xfb, 0x70, 0xb0, 0x72, 0x01, 0x00, 0x00, + 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xf2, 0x4a, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, + 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0xce, 0xcd, 0x2f, 0xd6, 0xcf, 0x4c, 0x4a, 0xd6, 0x4d, + 0xcf, 0xd7, 0x2f, 0x33, 0xd6, 0xcf, 0xcd, 0x4f, 0x29, 0xcd, 0x49, 0x2d, 0x06, 0x85, 0x5f, 0xb1, + 0xbe, 0x91, 0xb9, 0x2e, 0x22, 0x04, 0x74, 0x51, 0x83, 0xae, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, + 0x0d, 0xec, 0x6b, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0xc9, 0x05, 0x61, 0x74, 0x01, + 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/host/types/query.pb.go b/modules/apps/27-interchain-accounts/host/types/query.pb.go index 0d54a8fe1b9..c468e841945 100644 --- a/modules/apps/27-interchain-accounts/host/types/query.pb.go +++ b/modules/apps/27-interchain-accounts/host/types/query.pb.go @@ -121,27 +121,27 @@ func init() { } var fileDescriptor_e6b7e23fc90c353a = []byte{ - // 310 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x91, 0x3f, 0x4b, 0x03, 0x31, - 0x18, 0xc6, 0x1b, 0xc1, 0x0e, 0x71, 0x8b, 0x0e, 0x52, 0x24, 0x48, 0x27, 0x87, 0x36, 0xa1, 0x7f, - 0xa0, 0x8e, 0xea, 0xe4, 0xe0, 0xa0, 0x8e, 0x2e, 0x92, 0x8b, 0xe1, 0x1a, 0xb8, 0xe6, 0x4d, 0x2f, - 0xb9, 0x83, 0xae, 0x7e, 0x02, 0xc1, 0x8f, 0xe4, 0xe2, 0x22, 0x14, 0x5c, 0x1c, 0xe5, 0xce, 0x0f, - 0x22, 0x97, 0x3b, 0xd0, 0xa2, 0x08, 0x87, 0xeb, 0x1b, 0x7e, 0xbf, 0xe7, 0x7d, 0xde, 0xe0, 0x63, - 0x1d, 0x49, 0x2e, 0xac, 0x4d, 0xb4, 0x14, 0x5e, 0x83, 0x71, 0x5c, 0x1b, 0xaf, 0x52, 0x39, 0x17, - 0xda, 0xdc, 0x0a, 0x29, 0x21, 0x33, 0xde, 0xf1, 0x39, 0x38, 0xcf, 0xf3, 0x11, 0x5f, 0x66, 0x2a, - 0x5d, 0x31, 0x9b, 0x82, 0x07, 0x32, 0xd0, 0x91, 0x64, 0xdf, 0x49, 0xf6, 0x0b, 0xc9, 0x2a, 0x92, - 0xe5, 0xa3, 0xde, 0x41, 0x0c, 0x10, 0x27, 0x8a, 0x0b, 0xab, 0xb9, 0x30, 0x06, 0x7c, 0xc3, 0x04, - 0x57, 0x6f, 0xd6, 0x6a, 0x8b, 0xe0, 0x0c, 0x60, 0x7f, 0x0f, 0x93, 0xab, 0x6a, 0xa7, 0x4b, 0x91, - 0x8a, 0x85, 0xbb, 0x56, 0xcb, 0x4c, 0x39, 0xdf, 0x97, 0x78, 0x77, 0x63, 0xea, 0x2c, 0x18, 0xa7, - 0xc8, 0x05, 0xee, 0xda, 0x30, 0xd9, 0x47, 0x87, 0xe8, 0x68, 0x67, 0x3c, 0x65, 0x6d, 0x2a, 0xb0, - 0xc6, 0xd6, 0x38, 0xc6, 0x2f, 0x08, 0x6f, 0x87, 0x14, 0xf2, 0x84, 0x70, 0xb7, 0x7e, 0x24, 0x27, - 0xed, 0x94, 0x3f, 0x77, 0xef, 0x9d, 0xfe, 0xc3, 0x50, 0xf7, 0xec, 0x4f, 0xef, 0x5f, 0x3f, 0x1e, - 0xb7, 0x18, 0x19, 0xf0, 0xe6, 0xac, 0x7f, 0x9f, 0xb3, 0xee, 0x73, 0x16, 0x3d, 0x17, 0x14, 0xad, - 0x0b, 0x8a, 0xde, 0x0b, 0x8a, 0x1e, 0x4a, 0xda, 0x59, 0x97, 0xb4, 0xf3, 0x56, 0xd2, 0xce, 0xcd, - 0x79, 0xac, 0xfd, 0x3c, 0x8b, 0x98, 0x84, 0x05, 0x4f, 0xb4, 0x51, 0x95, 0x76, 0x18, 0x03, 0xcf, - 0x27, 0x7c, 0x01, 0x77, 0x59, 0xa2, 0x5c, 0x1d, 0x32, 0x9e, 0x0d, 0xbf, 0x72, 0x86, 0x9b, 0x39, - 0x7e, 0x65, 0x95, 0x8b, 0xba, 0xe1, 0xd7, 0x26, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x03, 0xa6, - 0x33, 0x8c, 0x76, 0x02, 0x00, 0x00, + // 312 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x91, 0x3f, 0x4b, 0x3b, 0x31, + 0x18, 0xc7, 0x9b, 0x1f, 0xfc, 0x3a, 0xc4, 0x2d, 0x3a, 0x48, 0x91, 0x20, 0x9d, 0x1c, 0xda, 0x84, + 0xfe, 0x81, 0x3a, 0xaa, 0xa3, 0x38, 0xa8, 0xa3, 0x8b, 0xe4, 0xd2, 0x70, 0x0d, 0xf4, 0xf2, 0xa4, + 0x97, 0xdc, 0x41, 0x57, 0x5f, 0x81, 0xe0, 0x4b, 0x72, 0x71, 0x11, 0x0a, 0x2e, 0x8e, 0x72, 0xe7, + 0x0b, 0x91, 0xcb, 0x1d, 0x68, 0x51, 0x84, 0xc3, 0xf5, 0x09, 0x9f, 0xcf, 0xf7, 0xf9, 0x3e, 0xc1, + 0xc7, 0x3a, 0x92, 0x5c, 0x58, 0xbb, 0xd4, 0x52, 0x78, 0x0d, 0xc6, 0x71, 0x6d, 0xbc, 0x4a, 0xe5, + 0x42, 0x68, 0x73, 0x2b, 0xa4, 0x84, 0xcc, 0x78, 0xc7, 0x17, 0xe0, 0x3c, 0xcf, 0x47, 0x7c, 0x95, + 0xa9, 0x74, 0xcd, 0x6c, 0x0a, 0x1e, 0xc8, 0x40, 0x47, 0x92, 0x7d, 0x25, 0xd9, 0x0f, 0x24, 0xab, + 0x48, 0x96, 0x8f, 0x7a, 0x07, 0x31, 0x40, 0xbc, 0x54, 0x5c, 0x58, 0xcd, 0x85, 0x31, 0xe0, 0x1b, + 0x26, 0xb8, 0x7a, 0xb3, 0x56, 0x5b, 0x04, 0x67, 0x00, 0xfb, 0x7b, 0x98, 0x5c, 0x55, 0x3b, 0x5d, + 0x8a, 0x54, 0x24, 0xee, 0x5a, 0xad, 0x32, 0xe5, 0x7c, 0x5f, 0xe2, 0xdd, 0xad, 0xa9, 0xb3, 0x60, + 0x9c, 0x22, 0x17, 0xb8, 0x6b, 0xc3, 0x64, 0x1f, 0x1d, 0xa2, 0xa3, 0x9d, 0xf1, 0x94, 0xb5, 0xa9, + 0xc0, 0x1a, 0x5b, 0xe3, 0x18, 0x3f, 0x23, 0xfc, 0x3f, 0xa4, 0x90, 0x47, 0x84, 0xbb, 0xf5, 0x23, + 0x39, 0x69, 0xa7, 0xfc, 0xbe, 0x7b, 0xef, 0xf4, 0x0f, 0x86, 0xba, 0x67, 0x7f, 0x7a, 0xf7, 0xf2, + 0xfe, 0xf0, 0x8f, 0x91, 0x01, 0x6f, 0xce, 0xfa, 0xfb, 0x39, 0xeb, 0x3e, 0x67, 0xf3, 0xa7, 0x82, + 0xa2, 0x4d, 0x41, 0xd1, 0x5b, 0x41, 0xd1, 0x7d, 0x49, 0x3b, 0x9b, 0x92, 0x76, 0x5e, 0x4b, 0xda, + 0xb9, 0x39, 0x8f, 0xb5, 0x5f, 0x64, 0x11, 0x93, 0x90, 0x70, 0x09, 0x2e, 0x01, 0x57, 0x89, 0x87, + 0x31, 0xf0, 0x7c, 0xc2, 0x13, 0x98, 0x67, 0x4b, 0xe5, 0xea, 0x98, 0xf1, 0x6c, 0xf8, 0x99, 0x34, + 0xdc, 0x4e, 0xf2, 0x6b, 0xab, 0x5c, 0xd4, 0x0d, 0xff, 0x36, 0xf9, 0x08, 0x00, 0x00, 0xff, 0xff, + 0x7d, 0xf5, 0x90, 0xb6, 0x78, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/27-interchain-accounts/module.go b/modules/apps/27-interchain-accounts/module.go index b3810e07a05..4af773136f8 100644 --- a/modules/apps/27-interchain-accounts/module.go +++ b/modules/apps/27-interchain-accounts/module.go @@ -6,8 +6,8 @@ import ( "fmt" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/line/ostracon/abci/types" "github.com/spf13/cobra" + abci "github.com/tendermint/tendermint/abci/types" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" diff --git a/modules/apps/27-interchain-accounts/module_test.go b/modules/apps/27-interchain-accounts/module_test.go index c33353ba366..79416743f5a 100644 --- a/modules/apps/27-interchain-accounts/module_test.go +++ b/modules/apps/27-interchain-accounts/module_test.go @@ -3,11 +3,12 @@ package ica_test import ( "testing" - "github.com/line/ostracon/libs/log" - ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" dbm "github.com/tendermint/tm-db" + "github.com/line/ostracon/libs/log" + ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" @@ -36,7 +37,7 @@ func (suite *InterchainAccountsTestSuite) TestInitModule() { appModule, ok := app.GetModuleManager().Modules[types.ModuleName].(ica.AppModule) suite.Require().True(ok) - header := ocproto.Header{ + header := tmproto.Header{ ChainID: "testchain", Height: 1, Time: suite.coordinator.CurrentTime.UTC(), @@ -99,7 +100,7 @@ func (suite *InterchainAccountsTestSuite) TestInitModule() { // reset app state app = simapp.NewSimApp(log.NewNopLogger(), dbm.NewMemDB(), nil, true, map[int64]bool{}, simapp.DefaultNodeHome, 5, simapp.MakeTestEncodingConfig(), simapp.EmptyAppOptions{}) - header := ocproto.Header{ + header := tmproto.Header{ ChainID: "testchain", Height: 1, Time: suite.coordinator.CurrentTime.UTC(), diff --git a/modules/apps/27-interchain-accounts/types/account.pb.go b/modules/apps/27-interchain-accounts/types/account.pb.go index c6bae2edbe8..858dffb6384 100644 --- a/modules/apps/27-interchain-accounts/types/account.pb.go +++ b/modules/apps/27-interchain-accounts/types/account.pb.go @@ -72,7 +72,7 @@ func init() { } var fileDescriptor_5561bd92625bf7da = []byte{ - // 343 bytes of a gzipped FileDescriptorProto + // 341 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xcd, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -88,13 +88,13 @@ var fileDescriptor_5561bd92625bf7da = []byte{ 0x5c, 0xbc, 0x50, 0x89, 0xf8, 0xfc, 0xf2, 0xbc, 0xd4, 0x22, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x4e, 0x27, 0x89, 0x4f, 0xf7, 0xe4, 0x45, 0x20, 0x9a, 0x51, 0xa4, 0x95, 0x82, 0x78, 0xa0, 0x7c, 0x7f, 0x10, 0xd7, 0x4a, 0xae, 0x63, 0x81, 0x3c, 0xc3, 0x8c, 0x05, 0xf2, 0x0c, 0x97, 0xb6, 0xe8, 0x0a, - 0x61, 0xb8, 0xdf, 0xd3, 0x29, 0xf6, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, + 0x61, 0xb8, 0xdf, 0xd3, 0x29, 0xfe, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, - 0x9c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x73, 0x32, 0xf3, 0x52, - 0xf5, 0x33, 0x93, 0x92, 0x75, 0xd3, 0xf3, 0xf5, 0xcb, 0x8c, 0xf5, 0x73, 0xf3, 0x53, 0x4a, 0x73, - 0x52, 0x8b, 0x41, 0xf1, 0x57, 0xac, 0x6f, 0x64, 0xae, 0x8b, 0x88, 0x03, 0x5d, 0x78, 0xd4, 0x95, - 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x03, 0xcf, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xa2, - 0x8b, 0x4e, 0x8e, 0xef, 0x01, 0x00, 0x00, + 0x5c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xa1, 0xe1, 0xa7, 0x9f, 0x99, + 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, 0xac, 0x9f, 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, + 0x8a, 0xc1, 0x62, 0x7d, 0x23, 0x73, 0x5d, 0x44, 0x2c, 0xe8, 0xc2, 0x23, 0xaf, 0xa4, 0xb2, 0x20, + 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x7c, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x74, 0x07, 0x08, + 0x0e, 0xf1, 0x01, 0x00, 0x00, } func (m *InterchainAccount) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/genesis.pb.go b/modules/apps/27-interchain-accounts/types/genesis.pb.go index f28b6cdf691..c73f5c395f0 100644 --- a/modules/apps/27-interchain-accounts/types/genesis.pb.go +++ b/modules/apps/27-interchain-accounts/types/genesis.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" types "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" types1 "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + _ "github.com/gogo/protobuf/gogoproto" + proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" @@ -351,48 +351,48 @@ func init() { } var fileDescriptor_629b3ced0911516b = []byte{ - // 644 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x95, 0x4f, 0x6b, 0x13, 0x4f, - 0x18, 0xc7, 0x33, 0x49, 0x7f, 0xfd, 0x91, 0xe9, 0x1f, 0xeb, 0x58, 0xcb, 0x1a, 0x61, 0x13, 0xe7, - 0xd2, 0x80, 0x74, 0x97, 0xfe, 0xd1, 0x62, 0x41, 0xa4, 0x1b, 0x41, 0x73, 0x93, 0xf1, 0x22, 0x82, - 0x84, 0xc9, 0xec, 0x90, 0x0c, 0x6c, 0x76, 0xc2, 0xce, 0x34, 0xd0, 0x93, 0x77, 0x4f, 0xde, 0xc4, - 0xab, 0xe0, 0x0b, 0xf0, 0x1d, 0x78, 0xec, 0x49, 0x7a, 0xf4, 0x14, 0xa4, 0x7d, 0x07, 0x79, 0x05, - 0x32, 0xb3, 0x4b, 0x92, 0xae, 0x69, 0xd9, 0x93, 0x27, 0x4f, 0x99, 0xd9, 0x67, 0xbe, 0xdf, 0xe7, - 0xf3, 0xcc, 0x33, 0x99, 0x81, 0x8f, 0x44, 0x97, 0xf9, 0x74, 0x38, 0x8c, 0x04, 0xa3, 0x5a, 0xc8, - 0x58, 0xf9, 0x22, 0xd6, 0x3c, 0x61, 0x7d, 0x2a, 0xe2, 0x0e, 0x65, 0x4c, 0x9e, 0xc4, 0x5a, 0xf9, - 0xa3, 0x5d, 0xbf, 0xc7, 0x63, 0xae, 0x84, 0xf2, 0x86, 0x89, 0xd4, 0x12, 0x6d, 0x8b, 0x2e, 0xf3, - 0xe6, 0x65, 0xde, 0x02, 0x99, 0x37, 0xda, 0xad, 0x6d, 0xf6, 0x64, 0x4f, 0x5a, 0x8d, 0x6f, 0x46, - 0xa9, 0xbc, 0xd6, 0x2a, 0x94, 0x95, 0xc9, 0x58, 0x27, 0x32, 0x8a, 0x78, 0x62, 0x00, 0x66, 0xb3, - 0xcc, 0xe4, 0xb0, 0x90, 0x49, 0x5f, 0x2a, 0x6d, 0xe4, 0xe6, 0x37, 0x15, 0xe2, 0xef, 0x65, 0xb8, - 0xfa, 0x22, 0x2d, 0xe7, 0xb5, 0xa6, 0x9a, 0xa3, 0x2f, 0x00, 0x3a, 0x33, 0xfb, 0x4e, 0x56, 0x6a, - 0x47, 0x99, 0xa0, 0x03, 0x1a, 0xa0, 0xb9, 0xb2, 0xf7, 0xcc, 0x2b, 0x58, 0xb1, 0xd7, 0x9a, 0x1a, - 0xcd, 0xe7, 0x08, 0xb6, 0xcf, 0xc6, 0xf5, 0xd2, 0x64, 0x5c, 0xaf, 0x9f, 0xd2, 0x41, 0x74, 0x84, - 0xaf, 0x4b, 0x87, 0xc9, 0x16, 0x5b, 0x68, 0x80, 0x3e, 0x00, 0x88, 0x4c, 0x11, 0x39, 0xbc, 0xb2, - 0xc5, 0x7b, 0x52, 0x18, 0xef, 0xa5, 0x54, 0xfa, 0x0a, 0xd8, 0x83, 0x0c, 0xec, 0x5e, 0x0a, 0xf6, - 0x67, 0x0a, 0x4c, 0x36, 0xfa, 0x39, 0x11, 0xfe, 0x5a, 0x81, 0x5b, 0x8b, 0x0b, 0x45, 0xef, 0xe1, - 0x2d, 0xca, 0xb4, 0x18, 0xf1, 0x0e, 0xeb, 0xd3, 0x38, 0xe6, 0x91, 0x72, 0x40, 0xa3, 0xd2, 0x5c, - 0xd9, 0x7b, 0x5c, 0x98, 0xf1, 0xd8, 0xea, 0x5b, 0xa9, 0x3c, 0x70, 0x33, 0xc0, 0xad, 0x14, 0x30, - 0x67, 0x8e, 0xc9, 0x3a, 0x9d, 0x5f, 0xae, 0xd0, 0x67, 0x00, 0xef, 0x2c, 0x30, 0x76, 0xca, 0x96, - 0xe2, 0x79, 0x61, 0x0a, 0xc2, 0x7b, 0x42, 0x69, 0x9e, 0xf0, 0xb0, 0x3d, 0x5d, 0x70, 0x9c, 0xc6, - 0x03, 0x9c, 0x31, 0xd5, 0x52, 0xa6, 0x05, 0x0e, 0x98, 0x20, 0x91, 0x97, 0x29, 0xb4, 0x09, 0xff, - 0x1b, 0xca, 0x44, 0x2b, 0xa7, 0xd2, 0xa8, 0x34, 0xab, 0x24, 0x9d, 0xa0, 0x37, 0x70, 0x79, 0x48, - 0x13, 0x3a, 0x50, 0xce, 0x92, 0xed, 0xe6, 0x51, 0x31, 0xc6, 0xb9, 0x7f, 0xc4, 0x68, 0xd7, 0x7b, - 0x65, 0x1d, 0x82, 0x25, 0x43, 0x46, 0x32, 0x3f, 0xfc, 0xa9, 0x02, 0x37, 0xf2, 0x1d, 0xff, 0xd7, - 0xa1, 0x9b, 0x3a, 0x84, 0xe0, 0x92, 0x69, 0x8a, 0x53, 0x69, 0x80, 0x66, 0x95, 0xd8, 0x31, 0x22, - 0xb9, 0xfe, 0x1c, 0x14, 0x23, 0xb4, 0x57, 0xce, 0x75, 0x9d, 0xf9, 0x06, 0xe0, 0xda, 0x95, 0x5d, - 0x44, 0x4f, 0xe1, 0x1a, 0x93, 0x71, 0xcc, 0x99, 0x71, 0xec, 0x88, 0xd0, 0xde, 0x3c, 0xd5, 0xc0, - 0x99, 0x8c, 0xeb, 0x9b, 0xd3, 0x4b, 0x63, 0x16, 0xc6, 0x64, 0x75, 0x36, 0x6f, 0x87, 0xe8, 0x21, - 0xfc, 0xdf, 0xc0, 0x1a, 0x61, 0xd9, 0x0a, 0xd1, 0x64, 0x5c, 0x5f, 0x4f, 0x85, 0x59, 0x00, 0x93, - 0x65, 0x33, 0x6a, 0x87, 0xe8, 0x00, 0xc2, 0xac, 0x3d, 0x66, 0xbd, 0xad, 0x35, 0xb8, 0x3b, 0x19, - 0xd7, 0x6f, 0x67, 0x89, 0xa6, 0x31, 0x4c, 0xaa, 0xd9, 0xa4, 0x1d, 0xe2, 0x1f, 0x00, 0xde, 0xbf, - 0x61, 0xcf, 0xff, 0x6a, 0x05, 0x2d, 0x73, 0x88, 0x6d, 0xda, 0x0e, 0x0d, 0xc3, 0x84, 0x2b, 0x95, - 0x95, 0x51, 0x9b, 0x3f, 0x88, 0x57, 0x16, 0xd8, 0x83, 0x68, 0xbf, 0x1c, 0xa7, 0x1f, 0x82, 0x77, - 0x67, 0x17, 0x2e, 0x38, 0xbf, 0x70, 0xc1, 0xaf, 0x0b, 0x17, 0x7c, 0xbc, 0x74, 0x4b, 0xe7, 0x97, - 0x6e, 0xe9, 0xe7, 0xa5, 0x5b, 0x7a, 0xdb, 0xea, 0x09, 0xdd, 0x3f, 0xe9, 0x7a, 0x4c, 0x0e, 0xfc, - 0x48, 0xc4, 0xdc, 0x17, 0x5d, 0xb6, 0xd3, 0x93, 0xfe, 0x68, 0xdf, 0x1f, 0xc8, 0xf0, 0x24, 0xe2, - 0xca, 0x3c, 0x3d, 0xca, 0xdf, 0x3b, 0xdc, 0x99, 0xb5, 0x7e, 0x67, 0xfa, 0xea, 0xe8, 0xd3, 0x21, - 0x57, 0xdd, 0x65, 0xfb, 0xde, 0xec, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x72, 0x84, 0x41, 0x59, - 0x65, 0x07, 0x00, 0x00, + // 645 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x95, 0x3f, 0x6f, 0x13, 0x3f, + 0x18, 0xc7, 0xe3, 0xa4, 0xbf, 0xfe, 0x14, 0xf7, 0x0f, 0xc5, 0x94, 0xea, 0x08, 0xd2, 0x25, 0x78, + 0x69, 0x24, 0xd4, 0x3b, 0xf5, 0x0f, 0x54, 0x54, 0x42, 0xa8, 0x17, 0x10, 0x64, 0x43, 0x66, 0x41, + 0x2c, 0x27, 0xc7, 0x67, 0x25, 0x96, 0x92, 0x73, 0x74, 0x76, 0x23, 0x75, 0x62, 0x67, 0x62, 0x43, + 0xac, 0x48, 0xbc, 0x00, 0xde, 0x01, 0x63, 0x27, 0xd4, 0x91, 0x29, 0x42, 0xed, 0x3b, 0xc8, 0x2b, + 0x40, 0xf6, 0x9d, 0x92, 0xf4, 0x48, 0xab, 0x9b, 0x98, 0x98, 0x62, 0xdf, 0xe3, 0xef, 0xf7, 0xf9, + 0x3c, 0x7e, 0x1c, 0x1b, 0x3e, 0x12, 0x1d, 0xe6, 0xd3, 0xe1, 0xb0, 0x2f, 0x18, 0xd5, 0x42, 0xc6, + 0xca, 0x17, 0xb1, 0xe6, 0x09, 0xeb, 0x51, 0x11, 0x87, 0x94, 0x31, 0x79, 0x12, 0x6b, 0xe5, 0x8f, + 0x76, 0xfd, 0x2e, 0x8f, 0xb9, 0x12, 0xca, 0x1b, 0x26, 0x52, 0x4b, 0xb4, 0x2d, 0x3a, 0xcc, 0x9b, + 0x97, 0x79, 0x0b, 0x64, 0xde, 0x68, 0xb7, 0xb6, 0xd9, 0x95, 0x5d, 0x69, 0x35, 0xbe, 0x19, 0xa5, + 0xf2, 0x5a, 0xab, 0x50, 0x56, 0x26, 0x63, 0x9d, 0xc8, 0x7e, 0x9f, 0x27, 0x06, 0x60, 0x36, 0xcb, + 0x4c, 0x0e, 0x0b, 0x99, 0xf4, 0xa4, 0xd2, 0x46, 0x6e, 0x7e, 0x53, 0x21, 0xfe, 0x5e, 0x86, 0xab, + 0x2f, 0xd3, 0x72, 0xde, 0x68, 0xaa, 0x39, 0xfa, 0x02, 0xa0, 0x33, 0xb3, 0x0f, 0xb3, 0x52, 0x43, + 0x65, 0x82, 0x0e, 0x68, 0x80, 0xe6, 0xca, 0xde, 0x33, 0xaf, 0x60, 0xc5, 0x5e, 0x6b, 0x6a, 0x34, + 0x9f, 0x23, 0xd8, 0x3e, 0x1b, 0xd7, 0x4b, 0x93, 0x71, 0xbd, 0x7e, 0x4a, 0x07, 0xfd, 0x23, 0x7c, + 0x5d, 0x3a, 0x4c, 0xb6, 0xd8, 0x42, 0x03, 0xf4, 0x01, 0x40, 0x64, 0x8a, 0xc8, 0xe1, 0x95, 0x2d, + 0xde, 0x93, 0xc2, 0x78, 0xaf, 0xa4, 0xd2, 0x57, 0xc0, 0x1e, 0x64, 0x60, 0xf7, 0x52, 0xb0, 0x3f, + 0x53, 0x60, 0xb2, 0xd1, 0xcb, 0x89, 0xf0, 0xd7, 0x0a, 0xdc, 0x5a, 0x5c, 0x28, 0x7a, 0x0f, 0x6f, + 0x51, 0xa6, 0xc5, 0x88, 0x87, 0xac, 0x47, 0xe3, 0x98, 0xf7, 0x95, 0x03, 0x1a, 0x95, 0xe6, 0xca, + 0xde, 0xe3, 0xc2, 0x8c, 0xc7, 0x56, 0xdf, 0x4a, 0xe5, 0x81, 0x9b, 0x01, 0x6e, 0xa5, 0x80, 0x39, + 0x73, 0x4c, 0xd6, 0xe9, 0xfc, 0x72, 0x85, 0x3e, 0x03, 0x78, 0x67, 0x81, 0xb1, 0x53, 0xb6, 0x14, + 0xcf, 0x0b, 0x53, 0x10, 0xde, 0x15, 0x4a, 0xf3, 0x84, 0x47, 0xed, 0xe9, 0x82, 0xe3, 0x34, 0x1e, + 0xe0, 0x8c, 0xa9, 0x96, 0x32, 0x2d, 0x70, 0xc0, 0x04, 0x89, 0xbc, 0x4c, 0xa1, 0x4d, 0xf8, 0xdf, + 0x50, 0x26, 0x5a, 0x39, 0x95, 0x46, 0xa5, 0x59, 0x25, 0xe9, 0x04, 0xbd, 0x85, 0xcb, 0x43, 0x9a, + 0xd0, 0x81, 0x72, 0x96, 0x6c, 0x37, 0x8f, 0x8a, 0x31, 0xce, 0xfd, 0x23, 0x46, 0xbb, 0xde, 0x6b, + 0xeb, 0x10, 0x2c, 0x19, 0x32, 0x92, 0xf9, 0xe1, 0x4f, 0x15, 0xb8, 0x91, 0xef, 0xf8, 0xbf, 0x0e, + 0xdd, 0xd4, 0x21, 0x04, 0x97, 0x4c, 0x53, 0x9c, 0x4a, 0x03, 0x34, 0xab, 0xc4, 0x8e, 0x11, 0xc9, + 0xf5, 0xe7, 0xa0, 0x18, 0xa1, 0xbd, 0x72, 0xae, 0xeb, 0xcc, 0x37, 0x00, 0xd7, 0xae, 0xec, 0x22, + 0x7a, 0x0a, 0xd7, 0x98, 0x8c, 0x63, 0xce, 0x8c, 0x63, 0x28, 0x22, 0x7b, 0xf3, 0x54, 0x03, 0x67, + 0x32, 0xae, 0x6f, 0x4e, 0x2f, 0x8d, 0x59, 0x18, 0x93, 0xd5, 0xd9, 0xbc, 0x1d, 0xa1, 0x87, 0xf0, + 0x7f, 0x03, 0x6b, 0x84, 0x65, 0x2b, 0x44, 0x93, 0x71, 0x7d, 0x3d, 0x15, 0x66, 0x01, 0x4c, 0x96, + 0xcd, 0xa8, 0x1d, 0xa1, 0x03, 0x08, 0xb3, 0xf6, 0x98, 0xf5, 0xb6, 0xd6, 0xe0, 0xee, 0x64, 0x5c, + 0xbf, 0x9d, 0x25, 0x9a, 0xc6, 0x30, 0xa9, 0x66, 0x93, 0x76, 0x84, 0x7f, 0x00, 0x78, 0xff, 0x86, + 0x3d, 0xff, 0xab, 0x15, 0xb4, 0xcc, 0x21, 0xb6, 0x69, 0x43, 0x1a, 0x45, 0x09, 0x57, 0x2a, 0x2b, + 0xa3, 0x36, 0x7f, 0x10, 0xaf, 0x2c, 0xb0, 0x07, 0xd1, 0x7e, 0x39, 0x4e, 0x3f, 0x04, 0xe1, 0xd9, + 0x85, 0x0b, 0xce, 0x2f, 0x5c, 0xf0, 0xeb, 0xc2, 0x05, 0x1f, 0x2f, 0xdd, 0xd2, 0xf9, 0xa5, 0x5b, + 0xfa, 0x79, 0xe9, 0x96, 0xde, 0xbd, 0xe8, 0x0a, 0xdd, 0x3b, 0xe9, 0x78, 0x4c, 0x0e, 0x7c, 0x26, + 0xd5, 0x40, 0x2a, 0x5f, 0x74, 0xd8, 0x4e, 0x57, 0xfa, 0xa3, 0x7d, 0x7f, 0x20, 0xa3, 0x93, 0x3e, + 0x57, 0xe6, 0xf1, 0x51, 0xfe, 0xde, 0xe1, 0xce, 0xac, 0xf9, 0x3b, 0xd3, 0x77, 0x47, 0x9f, 0x0e, + 0xb9, 0xea, 0x2c, 0xdb, 0x17, 0x67, 0xff, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x08, 0x8f, + 0x1f, 0x67, 0x07, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/metadata.pb.go b/modules/apps/27-interchain-accounts/types/metadata.pb.go index 52c235d598c..907e8c0c01d 100644 --- a/modules/apps/27-interchain-accounts/types/metadata.pb.go +++ b/modules/apps/27-interchain-accounts/types/metadata.pb.go @@ -125,29 +125,29 @@ func init() { } var fileDescriptor_c29c32e397d1f21e = []byte{ - // 348 bytes of a gzipped FileDescriptorProto + // 349 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xcf, 0x4a, 0xeb, 0x40, - 0x18, 0xc5, 0x9b, 0xde, 0x7b, 0xdb, 0xde, 0x59, 0xc9, 0x20, 0x3a, 0x16, 0x4c, 0x25, 0x2e, 0x74, - 0xd3, 0x0c, 0xb5, 0xa0, 0xe0, 0xb2, 0x5d, 0x89, 0xb8, 0x29, 0xae, 0x84, 0x12, 0x26, 0x33, 0x43, - 0x3a, 0x90, 0xcc, 0x17, 0x32, 0xd3, 0xd0, 0xbe, 0x85, 0x6f, 0xe0, 0xeb, 0xb8, 0xec, 0xd2, 0x55, - 0x91, 0xf6, 0x0d, 0xfa, 0x04, 0x92, 0xb4, 0xb6, 0xfe, 0xdd, 0xe5, 0xe4, 0x9c, 0xf3, 0xfb, 0x18, - 0x0e, 0xba, 0x54, 0x21, 0xa7, 0x2c, 0x4d, 0x63, 0xc5, 0x99, 0x55, 0xa0, 0x0d, 0x55, 0xda, 0xca, - 0x8c, 0x8f, 0x98, 0xd2, 0x01, 0xe3, 0x1c, 0xc6, 0xda, 0x1a, 0x9a, 0x77, 0x68, 0x22, 0x2d, 0x13, - 0xcc, 0x32, 0x3f, 0xcd, 0xc0, 0x02, 0x3e, 0x53, 0x21, 0xf7, 0x3f, 0xf6, 0xfc, 0x1f, 0x7a, 0x7e, - 0xde, 0x69, 0xee, 0x47, 0x10, 0x41, 0xd9, 0xa1, 0xc5, 0xd7, 0xba, 0xee, 0x3d, 0x55, 0x51, 0xe3, - 0x6e, 0x43, 0xc4, 0x04, 0xd5, 0x73, 0x99, 0x19, 0x05, 0x9a, 0x38, 0x27, 0xce, 0xf9, 0xff, 0xc1, - 0xbb, 0xc4, 0x43, 0x44, 0x38, 0x68, 0x9b, 0x41, 0x1c, 0xcb, 0x2c, 0xe0, 0xa0, 0xb5, 0xe4, 0xc5, - 0xb5, 0x40, 0x09, 0x52, 0x2d, 0xa2, 0xbd, 0xd3, 0xd5, 0xbc, 0xd5, 0x9a, 0xb2, 0x24, 0xbe, 0xf6, - 0x7e, 0x4b, 0x7a, 0x83, 0x83, 0x9d, 0xd5, 0xdf, 0x3a, 0x37, 0x02, 0xdf, 0x22, 0x3c, 0x02, 0x63, - 0xbf, 0x80, 0xff, 0x94, 0xe0, 0xe3, 0xd5, 0xbc, 0x75, 0xb4, 0x06, 0x7f, 0xcf, 0x78, 0x83, 0xbd, - 0xe2, 0xe7, 0x27, 0x18, 0x41, 0x75, 0x26, 0x44, 0x26, 0x8d, 0x21, 0x7f, 0xd7, 0xaf, 0xd8, 0x48, - 0xdc, 0x44, 0x0d, 0xa9, 0x39, 0x08, 0xa5, 0x23, 0xf2, 0xaf, 0xb4, 0xb6, 0x1a, 0x1f, 0xa2, 0xba, - 0x9d, 0x04, 0x76, 0x9a, 0x4a, 0x52, 0x2b, 0xad, 0x9a, 0x9d, 0xdc, 0x4f, 0x53, 0xd9, 0x1b, 0x3e, - 0x2f, 0x5c, 0x67, 0xb6, 0x70, 0x9d, 0xd7, 0x85, 0xeb, 0x3c, 0x2e, 0xdd, 0xca, 0x6c, 0xe9, 0x56, - 0x5e, 0x96, 0x6e, 0xe5, 0xa1, 0x1f, 0x29, 0x3b, 0x1a, 0x87, 0x3e, 0x87, 0x84, 0xc6, 0x4a, 0x4b, - 0xaa, 0x42, 0xde, 0x8e, 0x80, 0xe6, 0x5d, 0x9a, 0x80, 0x18, 0xc7, 0xd2, 0x14, 0x83, 0x1a, 0x7a, - 0x71, 0xd5, 0xde, 0x6d, 0xd2, 0xde, 0x6e, 0x59, 0xdc, 0x32, 0x61, 0xad, 0xdc, 0xa1, 0xfb, 0x16, - 0x00, 0x00, 0xff, 0xff, 0x9a, 0x84, 0x3e, 0x5c, 0x00, 0x02, 0x00, 0x00, + 0x18, 0xc5, 0x9b, 0xde, 0x6b, 0x5b, 0x67, 0x25, 0x83, 0xe8, 0x58, 0x30, 0x95, 0xb8, 0xd0, 0x4d, + 0x33, 0xd4, 0x82, 0x82, 0xcb, 0x8a, 0x0b, 0x11, 0x37, 0xc5, 0x95, 0x20, 0x61, 0x32, 0x33, 0xa4, + 0x03, 0xc9, 0x7c, 0x21, 0x33, 0x0d, 0xed, 0x5b, 0xf8, 0x06, 0xbe, 0x8e, 0xcb, 0x2e, 0x5d, 0x15, + 0x69, 0xdf, 0xa0, 0x4f, 0x20, 0x49, 0x6b, 0xeb, 0xdf, 0x5d, 0x4e, 0xce, 0x39, 0xbf, 0x8f, 0xe1, + 0xa0, 0x73, 0x15, 0x72, 0xca, 0xd2, 0x34, 0x56, 0x9c, 0x59, 0x05, 0xda, 0x50, 0xa5, 0xad, 0xcc, + 0xf8, 0x80, 0x29, 0x1d, 0x30, 0xce, 0x61, 0xa8, 0xad, 0xa1, 0x79, 0x87, 0x26, 0xd2, 0x32, 0xc1, + 0x2c, 0xf3, 0xd3, 0x0c, 0x2c, 0xe0, 0x13, 0x15, 0x72, 0xff, 0x73, 0xcf, 0xff, 0xa5, 0xe7, 0xe7, + 0x9d, 0xe6, 0x6e, 0x04, 0x11, 0x94, 0x1d, 0x5a, 0x7c, 0x2d, 0xeb, 0xde, 0x73, 0x15, 0x35, 0xee, + 0x56, 0x44, 0x4c, 0x50, 0x3d, 0x97, 0x99, 0x51, 0xa0, 0x89, 0x73, 0xe4, 0x9c, 0x6e, 0xf7, 0x3f, + 0x24, 0x7e, 0x44, 0x84, 0x83, 0xb6, 0x19, 0xc4, 0xb1, 0xcc, 0x02, 0x0e, 0x5a, 0x4b, 0x5e, 0x5c, + 0x0b, 0x94, 0x20, 0xd5, 0x22, 0xda, 0x3b, 0x5e, 0x4c, 0x5b, 0xad, 0x31, 0x4b, 0xe2, 0x4b, 0xef, + 0xaf, 0xa4, 0xd7, 0xdf, 0xdb, 0x58, 0x57, 0x6b, 0xe7, 0x46, 0xe0, 0x5b, 0x84, 0x07, 0x60, 0xec, + 0x37, 0xf0, 0xbf, 0x12, 0x7c, 0xb8, 0x98, 0xb6, 0x0e, 0x96, 0xe0, 0x9f, 0x19, 0xaf, 0xbf, 0x53, + 0xfc, 0xfc, 0x02, 0x23, 0xa8, 0xce, 0x84, 0xc8, 0xa4, 0x31, 0xe4, 0xff, 0xf2, 0x15, 0x2b, 0x89, + 0x9b, 0xa8, 0x21, 0x35, 0x07, 0xa1, 0x74, 0x44, 0xb6, 0x4a, 0x6b, 0xad, 0xf1, 0x3e, 0xaa, 0xdb, + 0x51, 0x60, 0xc7, 0xa9, 0x24, 0xb5, 0xd2, 0xaa, 0xd9, 0xd1, 0xfd, 0x38, 0x95, 0xbd, 0xe0, 0x65, + 0xe6, 0x3a, 0x93, 0x99, 0xeb, 0xbc, 0xcd, 0x5c, 0xe7, 0x69, 0xee, 0x56, 0x26, 0x73, 0xb7, 0xf2, + 0x3a, 0x77, 0x2b, 0x0f, 0xd7, 0x91, 0xb2, 0x83, 0x61, 0xe8, 0x73, 0x48, 0x28, 0x07, 0x93, 0x80, + 0xa1, 0x2a, 0xe4, 0xed, 0x08, 0x68, 0xde, 0xa5, 0x09, 0x88, 0x61, 0x2c, 0x4d, 0x31, 0xa9, 0xa1, + 0x67, 0x17, 0xed, 0xcd, 0x2a, 0xed, 0xf5, 0x9a, 0xc5, 0x35, 0x13, 0xd6, 0xca, 0x25, 0xba, 0xef, + 0x01, 0x00, 0x00, 0xff, 0xff, 0x6e, 0x74, 0x28, 0x89, 0x02, 0x02, 0x00, 0x00, } func (m *Metadata) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/packet.pb.go b/modules/apps/27-interchain-accounts/types/packet.pb.go index 4ae3ecda66c..9dc121a0a58 100644 --- a/modules/apps/27-interchain-accounts/types/packet.pb.go +++ b/modules/apps/27-interchain-accounts/types/packet.pb.go @@ -170,32 +170,32 @@ func init() { } var fileDescriptor_89a080d7401cd393 = []byte{ - // 394 bytes of a gzipped FileDescriptorProto + // 393 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x8b, 0xd3, 0x40, 0x18, 0xcd, 0xb8, 0x41, 0xd6, 0x59, 0xd9, 0x2d, 0x61, 0x0f, 0x31, 0x42, 0x08, 0x2b, 0x62, 0x10, - 0x32, 0xe3, 0x76, 0x05, 0x2f, 0x5e, 0x6a, 0x36, 0x42, 0x2f, 0x52, 0x62, 0x16, 0xaa, 0x20, 0x65, - 0x32, 0x1d, 0xd3, 0xc1, 0x24, 0x13, 0x3a, 0x93, 0x62, 0xfe, 0x41, 0xe9, 0xc9, 0x3f, 0xd0, 0x93, - 0x7f, 0xc6, 0x63, 0x8f, 0x1e, 0xa5, 0xfd, 0x23, 0x92, 0x09, 0xb6, 0x3d, 0x78, 0xd8, 0xdb, 0xe3, - 0xf1, 0xbd, 0xf7, 0x7d, 0xef, 0x7b, 0xf0, 0x35, 0x4f, 0x29, 0x26, 0x55, 0x95, 0x73, 0x4a, 0x14, - 0x17, 0xa5, 0xc4, 0xbc, 0x54, 0x6c, 0x4e, 0x67, 0x84, 0x97, 0x13, 0x42, 0xa9, 0xa8, 0x4b, 0x25, - 0xf1, 0xe2, 0x1a, 0x57, 0x84, 0x7e, 0x63, 0x0a, 0x55, 0x73, 0xa1, 0x84, 0xf5, 0x82, 0xa7, 0x14, - 0x1d, 0xab, 0xd0, 0x7f, 0x54, 0x68, 0x71, 0xed, 0x3c, 0xc9, 0x84, 0xc8, 0x72, 0x86, 0xb5, 0x2c, - 0xad, 0xbf, 0x62, 0x52, 0x36, 0x9d, 0x87, 0x73, 0x99, 0x89, 0x4c, 0x68, 0x88, 0x5b, 0xd4, 0xb1, - 0x57, 0x4b, 0x00, 0x9f, 0x0e, 0xf7, 0x5e, 0x83, 0xce, 0x6a, 0xa4, 0x77, 0xdf, 0x12, 0x45, 0xac, - 0x01, 0x34, 0x55, 0x53, 0x31, 0x1b, 0x78, 0xc0, 0x3f, 0xef, 0x07, 0xe8, 0x9e, 0x87, 0xa0, 0xa4, - 0xa9, 0x58, 0xac, 0xa5, 0x96, 0x05, 0xcd, 0x29, 0x51, 0xc4, 0x7e, 0xe0, 0x01, 0xff, 0x71, 0xac, - 0x71, 0xcb, 0x15, 0xac, 0x10, 0xf6, 0x89, 0x07, 0xfc, 0x47, 0xb1, 0xc6, 0x57, 0x6f, 0xe1, 0x69, - 0x28, 0x64, 0x21, 0x64, 0xf2, 0xdd, 0x7a, 0x05, 0x4f, 0x0b, 0x26, 0x25, 0xc9, 0x98, 0xb4, 0x81, - 0x77, 0xe2, 0x9f, 0xf5, 0x2f, 0x51, 0x17, 0x0d, 0xfd, 0x8b, 0x86, 0x06, 0x65, 0x13, 0xef, 0xa7, - 0x5e, 0x8e, 0xa1, 0xd9, 0xee, 0xb4, 0x9e, 0xc3, 0x5e, 0xf2, 0x69, 0x14, 0x4d, 0xee, 0x3e, 0x7c, - 0x1c, 0x45, 0xe1, 0xf0, 0xfd, 0x30, 0xba, 0xed, 0x19, 0xce, 0xc5, 0x6a, 0xed, 0x9d, 0x1d, 0x51, - 0xd6, 0x33, 0x78, 0xa1, 0xc7, 0xa2, 0x71, 0x14, 0xde, 0x25, 0xd1, 0x24, 0x19, 0xf7, 0x80, 0x73, - 0xbe, 0x5a, 0x7b, 0xf0, 0xc0, 0x38, 0xe6, 0xf2, 0xa7, 0x6b, 0xbc, 0xfb, 0xf2, 0x6b, 0xeb, 0x82, - 0xcd, 0xd6, 0x05, 0x7f, 0xb6, 0x2e, 0xf8, 0xb1, 0x73, 0x8d, 0xcd, 0xce, 0x35, 0x7e, 0xef, 0x5c, - 0xe3, 0x73, 0x98, 0x71, 0x35, 0xab, 0x53, 0x44, 0x45, 0x81, 0x73, 0x5e, 0x32, 0xcc, 0x53, 0x1a, - 0x64, 0x02, 0x2f, 0x6e, 0x70, 0x21, 0xa6, 0x75, 0xce, 0x64, 0x5b, 0xb5, 0xc4, 0xfd, 0x37, 0xc1, - 0xe1, 0x4d, 0xc1, 0xbe, 0xe5, 0xf6, 0x3b, 0x32, 0x7d, 0xa8, 0x03, 0xdd, 0xfc, 0x0d, 0x00, 0x00, - 0xff, 0xff, 0xe9, 0xa1, 0xff, 0xf3, 0x1a, 0x02, 0x00, 0x00, + 0x32, 0xe3, 0xb6, 0x82, 0x17, 0x2f, 0xb5, 0x8d, 0xd0, 0x8b, 0x94, 0x98, 0x42, 0xf5, 0x12, 0x26, + 0xd3, 0x31, 0x1d, 0x6c, 0x32, 0xa1, 0x33, 0x29, 0xe6, 0x1f, 0x94, 0x9e, 0xfc, 0x03, 0x3d, 0xf9, + 0x67, 0x3c, 0xf6, 0xe8, 0x51, 0xda, 0x3f, 0x22, 0x99, 0x60, 0xdb, 0x83, 0x07, 0x6f, 0x8f, 0xc7, + 0xf7, 0xde, 0xf7, 0xbd, 0xef, 0xc1, 0xd7, 0x3c, 0xa5, 0x98, 0x94, 0xe5, 0x82, 0x53, 0xa2, 0xb8, + 0x28, 0x24, 0xe6, 0x85, 0x62, 0x4b, 0x3a, 0x27, 0xbc, 0x48, 0x08, 0xa5, 0xa2, 0x2a, 0x94, 0xc4, + 0xab, 0x7b, 0x5c, 0x12, 0xfa, 0x95, 0x29, 0x54, 0x2e, 0x85, 0x12, 0xd6, 0x0b, 0x9e, 0x52, 0x74, + 0xae, 0x42, 0xff, 0x50, 0xa1, 0xd5, 0xbd, 0xf3, 0x24, 0x13, 0x22, 0x5b, 0x30, 0xac, 0x65, 0x69, + 0xf5, 0x05, 0x93, 0xa2, 0x6e, 0x3d, 0x9c, 0xdb, 0x4c, 0x64, 0x42, 0x43, 0xdc, 0xa0, 0x96, 0xbd, + 0x5b, 0x03, 0xf8, 0x74, 0x74, 0xf4, 0xea, 0xb7, 0x56, 0x63, 0xbd, 0x7b, 0x48, 0x14, 0xb1, 0xfa, + 0xd0, 0x54, 0x75, 0xc9, 0x6c, 0xe0, 0x01, 0xff, 0xba, 0x1b, 0xa0, 0xff, 0x3c, 0x04, 0xc5, 0x75, + 0xc9, 0x22, 0x2d, 0xb5, 0x2c, 0x68, 0xce, 0x88, 0x22, 0xf6, 0x03, 0x0f, 0xf8, 0x8f, 0x23, 0x8d, + 0x1b, 0x2e, 0x67, 0xb9, 0xb0, 0x2f, 0x3c, 0xe0, 0x3f, 0x8a, 0x34, 0xbe, 0x7b, 0x0b, 0x2f, 0x07, + 0x42, 0xe6, 0x42, 0xc6, 0xdf, 0xac, 0x57, 0xf0, 0x32, 0x67, 0x52, 0x92, 0x8c, 0x49, 0x1b, 0x78, + 0x17, 0xfe, 0x55, 0xf7, 0x16, 0xb5, 0xd1, 0xd0, 0xdf, 0x68, 0xa8, 0x5f, 0xd4, 0xd1, 0x71, 0xea, + 0xe5, 0x14, 0x9a, 0xcd, 0x4e, 0xeb, 0x39, 0xec, 0xc4, 0x9f, 0xc6, 0x61, 0x32, 0xf9, 0xf0, 0x71, + 0x1c, 0x0e, 0x46, 0xef, 0x47, 0xe1, 0xb0, 0x63, 0x38, 0x37, 0x9b, 0xad, 0x77, 0x75, 0x46, 0x59, + 0xcf, 0xe0, 0x8d, 0x1e, 0x0b, 0xa7, 0xe1, 0x60, 0x12, 0x87, 0x49, 0x3c, 0xed, 0x00, 0xe7, 0x7a, + 0xb3, 0xf5, 0xe0, 0x89, 0x71, 0xcc, 0xf5, 0x0f, 0xd7, 0x78, 0x97, 0xfc, 0xdc, 0xbb, 0x60, 0xb7, + 0x77, 0xc1, 0xef, 0xbd, 0x0b, 0xbe, 0x1f, 0x5c, 0x63, 0x77, 0x70, 0x8d, 0x5f, 0x07, 0xd7, 0xf8, + 0x1c, 0x66, 0x5c, 0xcd, 0xab, 0x14, 0x51, 0x91, 0x63, 0xaa, 0x4f, 0xc7, 0x3c, 0xa5, 0x41, 0x26, + 0xf0, 0xaa, 0x87, 0x73, 0x31, 0xab, 0x16, 0x4c, 0x36, 0x65, 0x4b, 0xdc, 0x7d, 0x13, 0x9c, 0x1e, + 0x15, 0x1c, 0x7b, 0x6e, 0xfe, 0x23, 0xd3, 0x87, 0x3a, 0x52, 0xef, 0x4f, 0x00, 0x00, 0x00, 0xff, + 0xff, 0xdd, 0x25, 0x3e, 0xc6, 0x1c, 0x02, 0x00, 0x00, } func (m *InterchainAccountPacketData) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/transfer/module.go b/modules/apps/transfer/module.go index e95b22e7aab..e5a271e25ec 100644 --- a/modules/apps/transfer/module.go +++ b/modules/apps/transfer/module.go @@ -7,8 +7,8 @@ import ( "math/rand" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/line/ostracon/abci/types" "github.com/spf13/cobra" + abci "github.com/tendermint/tendermint/abci/types" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" diff --git a/modules/apps/transfer/types/ack_test.go b/modules/apps/transfer/types/ack_test.go index 619ecfe78ef..ec23e52330b 100644 --- a/modules/apps/transfer/types/ack_test.go +++ b/modules/apps/transfer/types/ack_test.go @@ -3,11 +3,12 @@ package types_test import ( "testing" + "github.com/stretchr/testify/suite" + abcitypes "github.com/tendermint/tendermint/abci/types" + sdkerrors "github.com/line/lbm-sdk/types/errors" - abcitypes "github.com/line/ostracon/abci/types" ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/stretchr/testify/suite" "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ibctesting "github.com/cosmos/ibc-go/v3/testing" diff --git a/modules/apps/transfer/types/genesis.pb.go b/modules/apps/transfer/types/genesis.pb.go index 9f405051cd3..6c40ef48a3d 100644 --- a/modules/apps/transfer/types/genesis.pb.go +++ b/modules/apps/transfer/types/genesis.pb.go @@ -93,28 +93,28 @@ func init() { } var fileDescriptor_a4f788affd5bea89 = []byte{ - // 323 bytes of a gzipped FileDescriptorProto + // 324 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x1b, 0x27, 0x15, 0xbb, 0xe1, 0xa1, 0x7a, 0x18, 0x43, 0xd2, 0x51, 0x14, 0x8a, 0xc3, - 0x84, 0x6d, 0x78, 0xf1, 0x58, 0x04, 0xf1, 0xa4, 0x4c, 0x4f, 0x5e, 0x46, 0x9a, 0xc6, 0x1a, 0x68, - 0x9b, 0x90, 0x64, 0x83, 0xbd, 0x85, 0xcf, 0xe1, 0x93, 0xec, 0xb8, 0xa3, 0xa7, 0x29, 0xdb, 0x1b, - 0xcc, 0x17, 0x90, 0x74, 0x73, 0xec, 0xb4, 0xdb, 0x47, 0xf2, 0xfb, 0xbe, 0xef, 0xcf, 0xe7, 0x5d, - 0xf1, 0x84, 0x62, 0x22, 0x65, 0xce, 0x29, 0x31, 0x5c, 0x94, 0x1a, 0x1b, 0x45, 0x4a, 0xfd, 0xc6, - 0x14, 0x1e, 0x77, 0x71, 0xc6, 0x4a, 0xa6, 0xb9, 0x46, 0x52, 0x09, 0x23, 0xfc, 0x73, 0x9e, 0x50, - 0xb4, 0xcb, 0xa2, 0x7f, 0x16, 0x8d, 0xbb, 0xad, 0xce, 0xde, 0xa4, 0x2d, 0x59, 0x45, 0xb5, 0xce, - 0x32, 0x91, 0x89, 0x4a, 0x62, 0xab, 0xd6, 0xaf, 0xe1, 0x2f, 0xf0, 0x1a, 0xf7, 0xeb, 0xca, 0x67, - 0x43, 0x0c, 0xf3, 0x3b, 0xde, 0x91, 0x14, 0xca, 0x0c, 0x79, 0xda, 0x04, 0x6d, 0x10, 0x1d, 0xc7, - 0xfe, 0x6a, 0x1e, 0x9c, 0x4c, 0x48, 0x91, 0xdf, 0x86, 0x9b, 0x8f, 0x70, 0xe0, 0x5a, 0xf5, 0x90, - 0xfa, 0xca, 0x6b, 0xa4, 0xac, 0x14, 0xc5, 0xd0, 0x28, 0x42, 0x99, 0x6e, 0x1e, 0xb4, 0x6b, 0x51, - 0xbd, 0x17, 0xa1, 0x7d, 0x57, 0xa3, 0x3b, 0xeb, 0x78, 0xb1, 0x86, 0xf8, 0x72, 0x3a, 0x0f, 0x9c, - 0xd5, 0x3c, 0x38, 0x5d, 0xe7, 0xef, 0x66, 0x85, 0x9f, 0xdf, 0x81, 0x5b, 0x51, 0x7a, 0x50, 0x4f, - 0xb7, 0x16, 0xed, 0xc7, 0x9e, 0x2b, 0x89, 0x22, 0x85, 0x6e, 0xd6, 0xda, 0x20, 0xaa, 0xf7, 0x2e, - 0xf6, 0xb7, 0x3d, 0x55, 0x6c, 0x7c, 0x68, 0x9b, 0x06, 0x1b, 0x67, 0xfc, 0x38, 0x5d, 0x40, 0x30, - 0x5b, 0x40, 0xf0, 0xb3, 0x80, 0xe0, 0x63, 0x09, 0x9d, 0xd9, 0x12, 0x3a, 0x5f, 0x4b, 0xe8, 0xbc, - 0xde, 0x64, 0xdc, 0xbc, 0x8f, 0x12, 0x44, 0x45, 0x81, 0x73, 0x5e, 0x32, 0xcc, 0x13, 0x7a, 0x9d, - 0x09, 0x3c, 0xee, 0xe3, 0x42, 0xa4, 0xa3, 0x9c, 0x69, 0x3b, 0xf8, 0xce, 0xd0, 0x66, 0x22, 0x99, - 0x4e, 0xdc, 0x6a, 0xcd, 0xfe, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x51, 0x32, 0x2e, 0xdc, - 0x01, 0x00, 0x00, + 0x1c, 0xc6, 0x1b, 0x27, 0x15, 0xbb, 0xe1, 0xa1, 0x7a, 0x18, 0x43, 0xda, 0x51, 0x14, 0x8a, 0xc3, + 0x84, 0x6d, 0x07, 0xc1, 0x63, 0x11, 0xc4, 0x9b, 0x4e, 0x4f, 0x5e, 0x46, 0x9a, 0xc6, 0x1a, 0x58, + 0x9b, 0x92, 0x7f, 0x36, 0xd8, 0x5b, 0xf8, 0x1c, 0x3e, 0xc9, 0x8e, 0x3b, 0x7a, 0x9a, 0xb2, 0xbd, + 0xc1, 0x7c, 0x01, 0x49, 0x37, 0xc7, 0x4e, 0xbd, 0x7d, 0x24, 0xbf, 0xef, 0xfb, 0xfe, 0x7c, 0xce, + 0x95, 0x88, 0x19, 0xa1, 0x45, 0x31, 0x12, 0x8c, 0x6a, 0x21, 0x73, 0x20, 0x5a, 0xd1, 0x1c, 0xde, + 0xb8, 0x22, 0x93, 0x2e, 0x49, 0x79, 0xce, 0x41, 0x00, 0x2e, 0x94, 0xd4, 0xd2, 0x3d, 0x17, 0x31, + 0xc3, 0xfb, 0x2c, 0xfe, 0x67, 0xf1, 0xa4, 0xdb, 0xea, 0x54, 0x26, 0xed, 0xc8, 0x32, 0xaa, 0x75, + 0x96, 0xca, 0x54, 0x96, 0x92, 0x18, 0xb5, 0x79, 0x0d, 0x7e, 0x91, 0xd3, 0xb8, 0xdf, 0x54, 0x3e, + 0x6b, 0xaa, 0xb9, 0xdb, 0x71, 0x8e, 0x0a, 0xa9, 0xf4, 0x50, 0x24, 0x4d, 0xd4, 0x46, 0xe1, 0x71, + 0xe4, 0xae, 0x17, 0xfe, 0xc9, 0x94, 0x66, 0xa3, 0xdb, 0x60, 0xfb, 0x11, 0x0c, 0x6c, 0xa3, 0x1e, + 0x12, 0x57, 0x39, 0x8d, 0x84, 0xe7, 0x32, 0x1b, 0x6a, 0x45, 0x19, 0x87, 0xe6, 0x41, 0xbb, 0x16, + 0xd6, 0x7b, 0x21, 0xae, 0xba, 0x1a, 0xdf, 0x19, 0xc7, 0x8b, 0x31, 0x44, 0x97, 0xb3, 0x85, 0x6f, + 0xad, 0x17, 0xfe, 0xe9, 0x26, 0x7f, 0x3f, 0x2b, 0xf8, 0xfc, 0xf6, 0xed, 0x92, 0x82, 0x41, 0x3d, + 0xd9, 0x59, 0xc0, 0x8d, 0x1c, 0xbb, 0xa0, 0x8a, 0x66, 0xd0, 0xac, 0xb5, 0x51, 0x58, 0xef, 0x5d, + 0x54, 0xb7, 0x3d, 0x96, 0x6c, 0x74, 0x68, 0x9a, 0x06, 0x5b, 0x67, 0xf4, 0x34, 0x5b, 0x7a, 0x68, + 0xbe, 0xf4, 0xd0, 0xcf, 0xd2, 0x43, 0x1f, 0x2b, 0xcf, 0x9a, 0xaf, 0x3c, 0xeb, 0x6b, 0xe5, 0x59, + 0xaf, 0x37, 0xa9, 0xd0, 0xef, 0xe3, 0x18, 0x33, 0x99, 0x11, 0x26, 0x21, 0x93, 0x40, 0x44, 0xcc, + 0xae, 0x53, 0x49, 0x26, 0x7d, 0x92, 0xc9, 0x64, 0x3c, 0xe2, 0x60, 0x26, 0xdf, 0x9b, 0x5a, 0x4f, + 0x0b, 0x0e, 0xb1, 0x5d, 0xee, 0xd9, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x49, 0x1b, 0x71, 0xa7, + 0xde, 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/transfer/types/packet.pb.go b/modules/apps/transfer/types/packet.pb.go index 386d918fe4e..3ebd1106f66 100644 --- a/modules/apps/transfer/types/packet.pb.go +++ b/modules/apps/transfer/types/packet.pb.go @@ -107,21 +107,21 @@ func init() { var fileDescriptor_653ca2ce9a5ca313 = []byte{ // 242 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xcf, 0x4a, 0xc4, 0x30, - 0x10, 0x87, 0x1b, 0xff, 0x2c, 0x9a, 0x63, 0x11, 0x2d, 0x22, 0x41, 0x3c, 0xe9, 0xc1, 0x04, 0x76, - 0xf1, 0x05, 0x44, 0xbc, 0x2a, 0xe2, 0xc9, 0x5b, 0x92, 0x8e, 0x75, 0xd8, 0x36, 0x13, 0x92, 0xb4, - 0x20, 0xbe, 0x84, 0x8f, 0xe5, 0x71, 0x8f, 0x1e, 0xa5, 0x7d, 0x11, 0xd9, 0x56, 0x97, 0x3d, 0x7e, - 0xdf, 0xfc, 0xe6, 0xf0, 0xf1, 0x2b, 0x34, 0x56, 0x69, 0xef, 0x6b, 0xb4, 0x3a, 0x21, 0xb9, 0xa8, - 0x52, 0xd0, 0x2e, 0xbe, 0x42, 0x50, 0xdd, 0x5c, 0x79, 0x6d, 0x97, 0x90, 0xa4, 0x0f, 0x94, 0x28, - 0x3f, 0x43, 0x63, 0xe5, 0xf6, 0x54, 0xfe, 0x4f, 0x65, 0x37, 0xbf, 0xf8, 0xe0, 0x27, 0xf7, 0xad, - 0xab, 0xd0, 0xd4, 0xf0, 0x4c, 0x4b, 0x70, 0x8f, 0xe3, 0xeb, 0x9d, 0x4e, 0x3a, 0x3f, 0xe2, 0xfb, - 0x25, 0x38, 0x6a, 0x0a, 0x76, 0xce, 0x2e, 0x0f, 0x9f, 0x26, 0xc8, 0x8f, 0xf9, 0x4c, 0x37, 0xd4, - 0xba, 0x54, 0xec, 0x8c, 0xfa, 0x8f, 0xd6, 0x3e, 0x82, 0x2b, 0x21, 0x14, 0xbb, 0x93, 0x9f, 0x28, - 0x3f, 0xe5, 0x07, 0x01, 0x2c, 0x60, 0x07, 0xa1, 0xd8, 0x1b, 0x2f, 0x1b, 0xbe, 0x7d, 0xf8, 0xea, - 0x05, 0x5b, 0xf5, 0x82, 0xfd, 0xf4, 0x82, 0x7d, 0x0e, 0x22, 0x5b, 0x0d, 0x22, 0xfb, 0x1e, 0x44, - 0xf6, 0x72, 0x53, 0x61, 0x7a, 0x6b, 0x8d, 0xb4, 0xd4, 0xa8, 0x1a, 0x1d, 0x28, 0x34, 0xf6, 0xba, - 0x22, 0xd5, 0x2d, 0x54, 0x43, 0x65, 0x5b, 0x43, 0x5c, 0xd7, 0x6f, 0x55, 0xa7, 0x77, 0x0f, 0xd1, - 0xcc, 0xc6, 0xe4, 0xc5, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xf8, 0x6d, 0x1f, 0x1f, 0x01, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xbd, 0x4a, 0x04, 0x31, + 0x14, 0x46, 0x27, 0xfe, 0x2c, 0x9a, 0x72, 0x10, 0x1d, 0x44, 0x82, 0x58, 0x69, 0x61, 0x02, 0xbb, + 0x85, 0xbd, 0x88, 0xb5, 0x8a, 0x95, 0x5d, 0x92, 0xb9, 0x8e, 0x61, 0x27, 0xb9, 0x21, 0xc9, 0x0c, + 0x88, 0x2f, 0xe1, 0x63, 0x59, 0x6e, 0x69, 0x29, 0x33, 0x2f, 0x22, 0x9b, 0xd1, 0x65, 0xcb, 0x73, + 0xee, 0x77, 0x8b, 0x43, 0xaf, 0x8c, 0xd2, 0x42, 0x7a, 0xdf, 0x1a, 0x2d, 0x93, 0x41, 0x17, 0x45, + 0x0a, 0xd2, 0xc5, 0x57, 0x08, 0xa2, 0x9f, 0x0b, 0x2f, 0xf5, 0x12, 0x12, 0xf7, 0x01, 0x13, 0x96, + 0x67, 0x46, 0x69, 0xbe, 0x3d, 0xe5, 0xff, 0x53, 0xde, 0xcf, 0x2f, 0x3e, 0xe8, 0xc9, 0x7d, 0xe7, + 0x1a, 0xa3, 0x5a, 0x78, 0xc6, 0x25, 0xb8, 0x87, 0xfc, 0x7a, 0x27, 0x93, 0x2c, 0x8f, 0xe8, 0x7e, + 0x0d, 0x0e, 0x6d, 0x45, 0xce, 0xc9, 0xe5, 0xe1, 0xd3, 0x04, 0xe5, 0x31, 0x9d, 0x49, 0x8b, 0x9d, + 0x4b, 0xd5, 0x4e, 0xd6, 0x7f, 0xb4, 0xf6, 0x11, 0x5c, 0x0d, 0xa1, 0xda, 0x9d, 0xfc, 0x44, 0xe5, + 0x29, 0x3d, 0x08, 0xa0, 0xc1, 0xf4, 0x10, 0xaa, 0xbd, 0x7c, 0xd9, 0xf0, 0xed, 0xe3, 0xd7, 0xc0, + 0xc8, 0x6a, 0x60, 0xe4, 0x67, 0x60, 0xe4, 0x73, 0x64, 0xc5, 0x6a, 0x64, 0xc5, 0xf7, 0xc8, 0x8a, + 0x97, 0x9b, 0xc6, 0xa4, 0xb7, 0x4e, 0x71, 0x8d, 0x56, 0x68, 0x8c, 0x16, 0xa3, 0x30, 0x4a, 0x5f, + 0x37, 0x28, 0xfa, 0x85, 0xb0, 0x58, 0x77, 0x2d, 0xc4, 0x75, 0xff, 0x56, 0x77, 0x7a, 0xf7, 0x10, + 0xd5, 0x2c, 0x47, 0x2f, 0x7e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x82, 0x62, 0x02, 0xc6, 0x21, 0x01, 0x00, 0x00, } diff --git a/modules/apps/transfer/types/query.pb.go b/modules/apps/transfer/types/query.pb.go index 6c284d32075..aaf0f337db9 100644 --- a/modules/apps/transfer/types/query.pb.go +++ b/modules/apps/transfer/types/query.pb.go @@ -526,49 +526,49 @@ var fileDescriptor_a638e2800a01538c = []byte{ // 715 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x8d, 0xfb, 0x7d, 0x0d, 0xca, 0x0d, 0xed, 0x62, 0x28, 0xb4, 0x58, 0xc5, 0xad, 0xac, 0x02, - 0xa5, 0x3f, 0x1e, 0xd2, 0x1f, 0x60, 0xc1, 0x86, 0xf2, 0x5b, 0x84, 0x44, 0x49, 0x59, 0xc1, 0xa2, - 0x9a, 0xd8, 0x83, 0x63, 0x29, 0xf1, 0xb8, 0x1e, 0x27, 0xa8, 0xaa, 0xb2, 0xe1, 0x09, 0x90, 0xfa, - 0x12, 0xa8, 0xe2, 0x21, 0x58, 0x76, 0x59, 0x09, 0x09, 0xb1, 0x02, 0xd4, 0xf2, 0x1a, 0x48, 0xc8, - 0x33, 0x93, 0xc4, 0xa6, 0x56, 0x1a, 0xef, 0xc6, 0x33, 0xf7, 0xdc, 0x7b, 0xce, 0xb9, 0xf7, 0xca, - 0x30, 0xef, 0xd5, 0x6c, 0x4c, 0x82, 0xa0, 0xe1, 0xd9, 0x24, 0xf2, 0x98, 0xcf, 0x71, 0x14, 0x12, - 0x9f, 0xbf, 0xa3, 0x21, 0x6e, 0x57, 0xf0, 0x6e, 0x8b, 0x86, 0x7b, 0x56, 0x10, 0xb2, 0x88, 0xa1, - 0x69, 0xaf, 0x66, 0x5b, 0xc9, 0x48, 0xab, 0x1b, 0x69, 0xb5, 0x2b, 0xfa, 0x84, 0xcb, 0x5c, 0x26, - 0x02, 0x71, 0x7c, 0x92, 0x18, 0x7d, 0xc1, 0x66, 0xbc, 0xc9, 0x38, 0xae, 0x11, 0x4e, 0x65, 0x32, - 0xdc, 0xae, 0xd4, 0x68, 0x44, 0x2a, 0x38, 0x20, 0xae, 0xe7, 0x8b, 0x44, 0x2a, 0x76, 0x71, 0x20, - 0x93, 0x5e, 0x2d, 0x19, 0x3c, 0xed, 0x32, 0xe6, 0x36, 0x28, 0x26, 0x81, 0x87, 0x89, 0xef, 0xb3, - 0x48, 0x51, 0x12, 0xaf, 0xe6, 0x12, 0x5c, 0x79, 0x15, 0x17, 0x7b, 0x44, 0x7d, 0xd6, 0x7c, 0x1d, - 0x12, 0x9b, 0x56, 0xe9, 0x6e, 0x8b, 0xf2, 0x08, 0x21, 0xf8, 0xbf, 0x4e, 0x78, 0x7d, 0x4a, 0x9b, - 0xd5, 0xe6, 0x4b, 0x55, 0x71, 0x36, 0x1d, 0x98, 0x3c, 0x13, 0xcd, 0x03, 0xe6, 0x73, 0x8a, 0x36, - 0xa1, 0xec, 0xc4, 0xb7, 0x3b, 0x51, 0x7c, 0x2d, 0x50, 0xe5, 0x95, 0x79, 0x6b, 0x90, 0x13, 0x56, - 0x22, 0x0d, 0x38, 0xbd, 0xb3, 0x49, 0xce, 0x54, 0xe1, 0x5d, 0x52, 0x4f, 0x00, 0xfa, 0x6e, 0xa8, - 0x22, 0x37, 0x2c, 0x69, 0x9d, 0x15, 0x5b, 0x67, 0xc9, 0x3e, 0x28, 0xeb, 0xac, 0x2d, 0xe2, 0x76, - 0x05, 0x55, 0x13, 0x48, 0xf3, 0x8b, 0x06, 0x53, 0x67, 0x6b, 0x28, 0x29, 0x6f, 0xe1, 0x62, 0x42, - 0x0a, 0x9f, 0xd2, 0x66, 0xff, 0xcb, 0xa3, 0x65, 0x63, 0xfc, 0xe8, 0xc7, 0x4c, 0xe1, 0xf0, 0xe7, - 0x4c, 0x51, 0xe5, 0x2d, 0xf7, 0xb5, 0x71, 0xf4, 0x34, 0xa5, 0x60, 0x44, 0x28, 0xb8, 0x79, 0xae, - 0x02, 0xc9, 0x2c, 0x25, 0x61, 0x02, 0x90, 0x50, 0xb0, 0x45, 0x42, 0xd2, 0xec, 0x1a, 0x64, 0x6e, - 0xc3, 0xa5, 0xd4, 0xad, 0x92, 0x74, 0x1f, 0x8a, 0x81, 0xb8, 0x51, 0x9e, 0xcd, 0x0d, 0x16, 0xa3, - 0xd0, 0x0a, 0x63, 0x2e, 0xc3, 0xe5, 0xbe, 0x59, 0xcf, 0x08, 0xaf, 0x77, 0xdb, 0x31, 0x01, 0xa3, - 0xfd, 0x76, 0x97, 0xaa, 0xf2, 0x23, 0x3d, 0x53, 0x32, 0x5c, 0xd1, 0xc8, 0x9a, 0xa9, 0x6d, 0xb8, - 0x2a, 0xa2, 0x1f, 0x73, 0x3b, 0x64, 0xef, 0x1f, 0x38, 0x4e, 0x48, 0x79, 0xaf, 0xdf, 0x93, 0x70, - 0x21, 0x60, 0x61, 0xb4, 0xe3, 0x39, 0x0a, 0x53, 0x8c, 0x3f, 0x37, 0x1d, 0x74, 0x0d, 0xc0, 0xae, - 0x13, 0xdf, 0xa7, 0x8d, 0xf8, 0x6d, 0x44, 0xbc, 0x95, 0xd4, 0xcd, 0xa6, 0x63, 0x3e, 0x04, 0x3d, - 0x2b, 0xa9, 0xa2, 0x71, 0x1d, 0xc6, 0xa9, 0x78, 0xd8, 0x21, 0xf2, 0x45, 0x25, 0x1f, 0xa3, 0xc9, - 0xf0, 0x95, 0x3f, 0x45, 0x18, 0x15, 0x59, 0xd0, 0x67, 0x0d, 0xa0, 0xdf, 0x60, 0xb4, 0x36, 0xd8, - 0xbd, 0xec, 0x85, 0xd2, 0xd7, 0x73, 0xa2, 0x24, 0x59, 0xb3, 0xf2, 0xe1, 0xeb, 0xef, 0x83, 0x91, - 0x45, 0x74, 0x0b, 0xab, 0xad, 0x4f, 0x6f, 0x7b, 0x72, 0x52, 0xf1, 0x7e, 0xec, 0x68, 0x07, 0x7d, - 0xd2, 0xa0, 0x9c, 0x18, 0x6c, 0x94, 0xaf, 0x72, 0xd7, 0x7c, 0xfd, 0x4e, 0x5e, 0x98, 0x62, 0xbc, - 0x20, 0x18, 0xcf, 0x21, 0xf3, 0x7c, 0xc6, 0xe8, 0x40, 0x83, 0xa2, 0x9c, 0x36, 0x74, 0x7b, 0x88, - 0x72, 0xa9, 0x61, 0xd7, 0x2b, 0x39, 0x10, 0x8a, 0xdb, 0x9c, 0xe0, 0x66, 0xa0, 0xe9, 0x6c, 0x6e, - 0x72, 0xe0, 0xd1, 0xa1, 0x06, 0xa5, 0xde, 0xf4, 0xa2, 0xd5, 0x61, 0x7d, 0x48, 0xac, 0x86, 0xbe, - 0x96, 0x0f, 0xa4, 0xe8, 0xad, 0x08, 0x7a, 0x4b, 0x68, 0x61, 0x90, 0x75, 0x71, 0x93, 0xe3, 0x66, - 0x0b, 0x0b, 0x3b, 0xe8, 0x9b, 0x06, 0x63, 0xa9, 0x39, 0x47, 0x77, 0x87, 0xa8, 0x9d, 0xb5, 0x6e, - 0xfa, 0xbd, 0xfc, 0x40, 0x45, 0xbc, 0x2a, 0x88, 0xbf, 0x40, 0xcf, 0xb3, 0x89, 0xab, 0xcd, 0xe4, - 0x78, 0xbf, 0xbf, 0xb5, 0x1d, 0x1c, 0xef, 0x32, 0xc7, 0xfb, 0x6a, 0xc3, 0x3b, 0x38, 0xbd, 0x94, - 0x1b, 0x2f, 0x8f, 0x4e, 0x0c, 0xed, 0xf8, 0xc4, 0xd0, 0x7e, 0x9d, 0x18, 0xda, 0xc7, 0x53, 0xa3, - 0x70, 0x7c, 0x6a, 0x14, 0xbe, 0x9f, 0x1a, 0x85, 0x37, 0xeb, 0xae, 0x17, 0xd5, 0x5b, 0x35, 0xcb, - 0x66, 0x4d, 0xdc, 0xf0, 0x7c, 0x1a, 0x17, 0x5d, 0x76, 0x19, 0x6e, 0xaf, 0xe2, 0x26, 0x73, 0x5a, - 0x0d, 0xca, 0xff, 0xa1, 0x10, 0xed, 0x05, 0x94, 0xd7, 0x8a, 0xe2, 0x9f, 0xb7, 0xfa, 0x37, 0x00, - 0x00, 0xff, 0xff, 0x0a, 0x5a, 0xce, 0xb1, 0xca, 0x07, 0x00, 0x00, + 0xa5, 0x3f, 0x1e, 0xd2, 0x16, 0xca, 0x82, 0x0d, 0xe5, 0xb7, 0x88, 0x45, 0x9b, 0xb2, 0x82, 0x45, + 0x35, 0xb6, 0x07, 0xc7, 0x52, 0xe2, 0x71, 0x3d, 0x4e, 0x50, 0x55, 0x65, 0xc3, 0x13, 0x20, 0xf5, + 0x25, 0x50, 0xc5, 0x43, 0xb0, 0xec, 0xb2, 0x12, 0x12, 0x62, 0x05, 0xa8, 0xe5, 0x35, 0x90, 0x90, + 0x67, 0x26, 0x89, 0x4d, 0xa3, 0x34, 0xde, 0x8d, 0x67, 0xee, 0xb9, 0xf7, 0x9c, 0x73, 0xef, 0x95, + 0x61, 0xde, 0xb7, 0x1d, 0x4c, 0xc2, 0xb0, 0xee, 0x3b, 0x24, 0xf6, 0x59, 0xc0, 0x71, 0x1c, 0x91, + 0x80, 0xbf, 0xa3, 0x11, 0x6e, 0x55, 0xf0, 0x5e, 0x93, 0x46, 0xfb, 0x56, 0x18, 0xb1, 0x98, 0xa1, + 0x69, 0xdf, 0x76, 0xac, 0x74, 0xa4, 0xd5, 0x89, 0xb4, 0x5a, 0x15, 0x7d, 0xc2, 0x63, 0x1e, 0x13, + 0x81, 0x38, 0x39, 0x49, 0x8c, 0xbe, 0xe0, 0x30, 0xde, 0x60, 0x1c, 0xdb, 0x84, 0x53, 0x99, 0x0c, + 0xb7, 0x2a, 0x36, 0x8d, 0x49, 0x05, 0x87, 0xc4, 0xf3, 0x03, 0x91, 0x48, 0xc5, 0x2e, 0x0e, 0x64, + 0xd2, 0xad, 0x25, 0x83, 0xa7, 0x3d, 0xc6, 0xbc, 0x3a, 0xc5, 0x24, 0xf4, 0x31, 0x09, 0x02, 0x16, + 0x2b, 0x4a, 0xe2, 0xd5, 0x5c, 0x82, 0x6b, 0xdb, 0x49, 0xb1, 0x27, 0x34, 0x60, 0x8d, 0xd7, 0x11, + 0x71, 0x68, 0x95, 0xee, 0x35, 0x29, 0x8f, 0x11, 0x82, 0xff, 0x6b, 0x84, 0xd7, 0xa6, 0xb4, 0x59, + 0x6d, 0xbe, 0x54, 0x15, 0x67, 0xd3, 0x85, 0xc9, 0x73, 0xd1, 0x3c, 0x64, 0x01, 0xa7, 0x68, 0x13, + 0xca, 0x6e, 0x72, 0xbb, 0x1b, 0x27, 0xd7, 0x02, 0x55, 0x5e, 0x99, 0xb7, 0x06, 0x39, 0x61, 0xa5, + 0xd2, 0x80, 0xdb, 0x3d, 0x9b, 0xe4, 0x5c, 0x15, 0xde, 0x21, 0xf5, 0x0c, 0xa0, 0xe7, 0x86, 0x2a, + 0x72, 0xcb, 0x92, 0xd6, 0x59, 0x89, 0x75, 0x96, 0xec, 0x83, 0xb2, 0xce, 0xda, 0x22, 0x5e, 0x47, + 0x50, 0x35, 0x85, 0x34, 0xbf, 0x68, 0x30, 0x75, 0xbe, 0x86, 0x92, 0xf2, 0x16, 0x2e, 0xa7, 0xa4, + 0xf0, 0x29, 0x6d, 0xf6, 0xbf, 0x3c, 0x5a, 0x36, 0xc6, 0x8f, 0x7f, 0xcc, 0x14, 0x8e, 0x7e, 0xce, + 0x14, 0x55, 0xde, 0x72, 0x4f, 0x1b, 0x47, 0xcf, 0x33, 0x0a, 0x46, 0x84, 0x82, 0xdb, 0x17, 0x2a, + 0x90, 0xcc, 0x32, 0x12, 0x26, 0x00, 0x09, 0x05, 0x5b, 0x24, 0x22, 0x8d, 0x8e, 0x41, 0xe6, 0x0e, + 0x5c, 0xc9, 0xdc, 0x2a, 0x49, 0x0f, 0xa1, 0x18, 0x8a, 0x1b, 0xe5, 0xd9, 0xdc, 0x60, 0x31, 0x0a, + 0xad, 0x30, 0xe6, 0x32, 0x5c, 0xed, 0x99, 0xf5, 0x82, 0xf0, 0x5a, 0xa7, 0x1d, 0x13, 0x30, 0xda, + 0x6b, 0x77, 0xa9, 0x2a, 0x3f, 0xb2, 0x33, 0x25, 0xc3, 0x15, 0x8d, 0x7e, 0x33, 0xb5, 0x03, 0xd7, + 0x45, 0xf4, 0x53, 0xee, 0x44, 0xec, 0xfd, 0x23, 0xd7, 0x8d, 0x28, 0xef, 0xf6, 0x7b, 0x12, 0x2e, + 0x85, 0x2c, 0x8a, 0x77, 0x7d, 0x57, 0x61, 0x8a, 0xc9, 0xe7, 0xa6, 0x8b, 0x6e, 0x00, 0x38, 0x35, + 0x12, 0x04, 0xb4, 0x9e, 0xbc, 0x8d, 0x88, 0xb7, 0x92, 0xba, 0xd9, 0x74, 0xcd, 0xc7, 0xa0, 0xf7, + 0x4b, 0xaa, 0x68, 0xdc, 0x84, 0x71, 0x2a, 0x1e, 0x76, 0x89, 0x7c, 0x51, 0xc9, 0xc7, 0x68, 0x3a, + 0x7c, 0xe5, 0x4f, 0x11, 0x46, 0x45, 0x16, 0xf4, 0x59, 0x03, 0xe8, 0x35, 0x18, 0xad, 0x0d, 0x76, + 0xaf, 0xff, 0x42, 0xe9, 0xf7, 0x72, 0xa2, 0x24, 0x59, 0xb3, 0xf2, 0xe1, 0xeb, 0xef, 0xc3, 0x91, + 0x45, 0x74, 0x07, 0xab, 0xad, 0xcf, 0x6e, 0x7b, 0x7a, 0x52, 0xf1, 0x41, 0xe2, 0x68, 0x1b, 0x7d, + 0xd2, 0xa0, 0x9c, 0x1a, 0x6c, 0x94, 0xaf, 0x72, 0xc7, 0x7c, 0xfd, 0x7e, 0x5e, 0x98, 0x62, 0xbc, + 0x20, 0x18, 0xcf, 0x21, 0xf3, 0x62, 0xc6, 0xe8, 0x50, 0x83, 0xa2, 0x9c, 0x36, 0x74, 0x77, 0x88, + 0x72, 0x99, 0x61, 0xd7, 0x2b, 0x39, 0x10, 0x8a, 0xdb, 0x9c, 0xe0, 0x66, 0xa0, 0xe9, 0xfe, 0xdc, + 0xe4, 0xc0, 0xa3, 0x23, 0x0d, 0x4a, 0xdd, 0xe9, 0x45, 0xab, 0xc3, 0xfa, 0x90, 0x5a, 0x0d, 0x7d, + 0x2d, 0x1f, 0x48, 0xd1, 0x5b, 0x11, 0xf4, 0x96, 0xd0, 0xc2, 0x20, 0xeb, 0x92, 0x26, 0x27, 0xcd, + 0x16, 0x16, 0xb6, 0xd1, 0x37, 0x0d, 0xc6, 0x32, 0x73, 0x8e, 0xd6, 0x87, 0xa8, 0xdd, 0x6f, 0xdd, + 0xf4, 0x07, 0xf9, 0x81, 0x8a, 0x78, 0x55, 0x10, 0x7f, 0x85, 0x5e, 0xf6, 0x27, 0xae, 0x36, 0x93, + 0xe3, 0x83, 0xde, 0xd6, 0xb6, 0x71, 0xb2, 0xcb, 0x1c, 0x1f, 0xa8, 0x0d, 0x6f, 0xe3, 0xec, 0x52, + 0x6e, 0x6c, 0x1f, 0x9f, 0x1a, 0xda, 0xc9, 0xa9, 0xa1, 0xfd, 0x3a, 0x35, 0xb4, 0x8f, 0x67, 0x46, + 0xe1, 0xe4, 0xcc, 0x28, 0x7c, 0x3f, 0x33, 0x0a, 0x6f, 0xd6, 0x3d, 0x3f, 0xae, 0x35, 0x6d, 0xcb, + 0x61, 0x0d, 0xac, 0xfe, 0x9b, 0xbe, 0xed, 0x2c, 0x7b, 0x0c, 0xb7, 0x56, 0x71, 0x83, 0xb9, 0xcd, + 0x3a, 0xe5, 0xff, 0x90, 0x88, 0xf7, 0x43, 0xca, 0xed, 0xa2, 0xf8, 0xeb, 0xad, 0xfe, 0x0d, 0x00, + 0x00, 0xff, 0xff, 0x32, 0xbb, 0x42, 0xe2, 0xcc, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/transfer/types/transfer.pb.go b/modules/apps/transfer/types/transfer.pb.go index cff77b1a11f..5ed7c9bd835 100644 --- a/modules/apps/transfer/types/transfer.pb.go +++ b/modules/apps/transfer/types/transfer.pb.go @@ -150,26 +150,26 @@ func init() { } var fileDescriptor_5041673e96e97901 = []byte{ - // 299 bytes of a gzipped FileDescriptorProto + // 300 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x90, 0xc1, 0x4a, 0x2b, 0x31, 0x14, 0x86, 0x9b, 0x72, 0x29, 0xb7, 0x51, 0x14, 0xa2, 0x68, 0x29, 0x9a, 0xca, 0xac, 0x04, 0x71, - 0x42, 0x29, 0x6e, 0xba, 0x11, 0xaa, 0xae, 0x95, 0xe2, 0xca, 0x4d, 0x49, 0x32, 0xc7, 0x69, 0x60, - 0x26, 0x19, 0x92, 0x74, 0xa0, 0x8f, 0xe0, 0xce, 0xc7, 0x72, 0xd9, 0xa5, 0xab, 0x22, 0xed, 0x1b, + 0x42, 0xe9, 0x42, 0xe8, 0x46, 0xa8, 0xba, 0xd7, 0xe2, 0xca, 0x4d, 0x49, 0x32, 0xc7, 0x69, 0x60, + 0x32, 0x19, 0x92, 0x74, 0xa0, 0x8f, 0xe0, 0xce, 0xc7, 0x72, 0xd9, 0xa5, 0xab, 0x22, 0xed, 0x1b, 0xf4, 0x09, 0x64, 0xd2, 0x52, 0x06, 0x77, 0xff, 0x39, 0xe7, 0xfb, 0xce, 0xe2, 0xc7, 0x37, 0x4a, - 0x48, 0xc6, 0x8b, 0x22, 0x53, 0x92, 0x7b, 0x65, 0xb4, 0x63, 0xde, 0x72, 0xed, 0xde, 0xc1, 0xb2, - 0xb2, 0xbf, 0xcf, 0x71, 0x61, 0x8d, 0x37, 0xe4, 0x42, 0x09, 0x19, 0xd7, 0xe1, 0x78, 0x0f, 0x94, - 0xfd, 0xee, 0x69, 0x6a, 0x52, 0x13, 0x40, 0x56, 0xa5, 0xad, 0x13, 0xdd, 0x63, 0xfc, 0x08, 0xda, - 0xe4, 0xaf, 0x96, 0x4b, 0x20, 0x04, 0xff, 0x2b, 0xb8, 0x9f, 0x76, 0xd0, 0x15, 0xba, 0x6e, 0x8f, - 0x43, 0x26, 0x97, 0x18, 0x0b, 0xee, 0x60, 0x92, 0x54, 0x58, 0xa7, 0x19, 0x2e, 0xed, 0x6a, 0x13, - 0xbc, 0xe8, 0x03, 0xe1, 0xd6, 0x0b, 0xb7, 0x3c, 0x77, 0x64, 0x88, 0x0f, 0x1d, 0xe8, 0x64, 0x02, - 0x9a, 0x8b, 0x0c, 0x92, 0xf0, 0xe5, 0xff, 0xe8, 0x7c, 0xb3, 0xec, 0x9d, 0xcc, 0x79, 0x9e, 0x0d, - 0xa3, 0xfa, 0x35, 0x1a, 0x1f, 0x54, 0xe3, 0xd3, 0x76, 0x22, 0x0f, 0xf8, 0xd8, 0x82, 0x04, 0x55, - 0xc2, 0x5e, 0x6f, 0x06, 0xbd, 0xbb, 0x59, 0xf6, 0xce, 0xb6, 0xfa, 0x1f, 0x20, 0x1a, 0x1f, 0xed, - 0x36, 0xbb, 0x27, 0xa3, 0xe7, 0xaf, 0x15, 0x45, 0x8b, 0x15, 0x45, 0x3f, 0x2b, 0x8a, 0x3e, 0xd7, - 0xb4, 0xb1, 0x58, 0xd3, 0xc6, 0xf7, 0x9a, 0x36, 0xde, 0xee, 0x52, 0xe5, 0xa7, 0x33, 0x11, 0x4b, - 0x93, 0xb3, 0x4c, 0x69, 0x60, 0x4a, 0xc8, 0xdb, 0xd4, 0xb0, 0x72, 0xc0, 0x72, 0x93, 0xcc, 0x32, - 0x70, 0x55, 0xcb, 0xb5, 0x76, 0xfd, 0xbc, 0x00, 0x27, 0x5a, 0xa1, 0xa4, 0xc1, 0x6f, 0x00, 0x00, - 0x00, 0xff, 0xff, 0xeb, 0xe0, 0x6d, 0x4d, 0x87, 0x01, 0x00, 0x00, + 0x48, 0xc6, 0x8b, 0x22, 0x53, 0x92, 0x7b, 0x65, 0x72, 0xc7, 0xbc, 0xe5, 0xb9, 0x7b, 0x07, 0xcb, + 0xca, 0xfe, 0x3e, 0xc7, 0x85, 0x35, 0xde, 0x90, 0x0b, 0x25, 0x64, 0x5c, 0x87, 0xe3, 0x3d, 0x50, + 0xf6, 0xbb, 0xa7, 0xa9, 0x49, 0x4d, 0x00, 0x59, 0x95, 0xb6, 0x4e, 0x74, 0x8f, 0xf1, 0x23, 0xe4, + 0x46, 0xbf, 0x5a, 0x2e, 0x81, 0x10, 0xfc, 0xaf, 0xe0, 0x7e, 0xda, 0x41, 0x57, 0xe8, 0xba, 0x3d, + 0x0e, 0x99, 0x5c, 0x62, 0x2c, 0xb8, 0x83, 0x49, 0x52, 0x61, 0x9d, 0x66, 0xb8, 0xb4, 0xab, 0x4d, + 0xf0, 0xa2, 0x0f, 0x84, 0x5b, 0xcf, 0xdc, 0x72, 0xed, 0xc8, 0x10, 0x1f, 0x3a, 0xc8, 0x93, 0x09, + 0xe4, 0x5c, 0x64, 0x90, 0x84, 0x2f, 0xff, 0x47, 0xe7, 0x9b, 0x65, 0xef, 0x64, 0xce, 0x75, 0x36, + 0x8c, 0xea, 0xd7, 0x68, 0x7c, 0x50, 0x8d, 0x4f, 0xdb, 0x89, 0x3c, 0xe0, 0x63, 0x0b, 0x12, 0x54, + 0x09, 0x7b, 0xbd, 0x19, 0xf4, 0xee, 0x66, 0xd9, 0x3b, 0xdb, 0xea, 0x7f, 0x80, 0x68, 0x7c, 0xb4, + 0xdb, 0xec, 0x9e, 0x8c, 0x5e, 0xbe, 0x56, 0x14, 0x2d, 0x56, 0x14, 0xfd, 0xac, 0x28, 0xfa, 0x5c, + 0xd3, 0xc6, 0x62, 0x4d, 0x1b, 0xdf, 0x6b, 0xda, 0x78, 0xbb, 0x4b, 0x95, 0x9f, 0xce, 0x44, 0x2c, + 0x8d, 0x66, 0xd2, 0x38, 0x6d, 0x1c, 0x53, 0x42, 0xde, 0xa6, 0x86, 0x95, 0x03, 0xa6, 0x4d, 0x32, + 0xcb, 0xc0, 0x55, 0x3d, 0xd7, 0xfa, 0xf5, 0xf3, 0x02, 0x9c, 0x68, 0x85, 0x9a, 0x06, 0xbf, 0x01, + 0x00, 0x00, 0xff, 0xff, 0xae, 0xdf, 0x93, 0x8e, 0x89, 0x01, 0x00, 0x00, } func (m *DenomTrace) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/transfer/types/tx.pb.go b/modules/apps/transfer/types/tx.pb.go index 47c6de9e298..5801e8ea219 100644 --- a/modules/apps/transfer/types/tx.pb.go +++ b/modules/apps/transfer/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" + types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -132,38 +132,38 @@ func init() { } var fileDescriptor_7401ed9bed2f8e09 = []byte{ - // 495 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0xc6, 0x6d, 0x92, 0x86, 0xb0, 0x51, 0x2b, 0x30, 0xb4, 0x72, 0xa3, 0x62, 0x47, 0x96, 0x90, - 0xc2, 0x81, 0x5d, 0xb9, 0x55, 0x85, 0xd4, 0x13, 0x4a, 0x2f, 0x70, 0xa8, 0x40, 0x56, 0x4f, 0x5c, - 0x8a, 0xbd, 0x1d, 0x9c, 0x15, 0xf6, 0x8e, 0xe5, 0xdd, 0x58, 0xf4, 0x0d, 0x38, 0xf2, 0x08, 0x3d, - 0xf3, 0x24, 0x3d, 0xf6, 0xc8, 0x29, 0x42, 0xc9, 0x85, 0x73, 0x9e, 0x00, 0xf9, 0x4f, 0x82, 0x73, - 0x41, 0x9c, 0x76, 0x67, 0xbe, 0xdf, 0xec, 0xa7, 0xd9, 0xd9, 0x25, 0x2f, 0x44, 0xc4, 0x59, 0x98, - 0x65, 0x89, 0xe0, 0xa1, 0x16, 0x28, 0x15, 0xd3, 0x79, 0x28, 0xd5, 0x67, 0xc8, 0x59, 0xe1, 0x33, - 0xfd, 0x95, 0x66, 0x39, 0x6a, 0xb4, 0x8e, 0x44, 0xc4, 0x69, 0x1b, 0xa3, 0x6b, 0x8c, 0x16, 0xfe, - 0xf0, 0x59, 0x8c, 0x31, 0x56, 0x20, 0x2b, 0x77, 0x75, 0xcd, 0xd0, 0xe1, 0xa8, 0x52, 0x54, 0x2c, - 0x0a, 0x15, 0xb0, 0xc2, 0x8f, 0x40, 0x87, 0x3e, 0xe3, 0x28, 0x64, 0xa3, 0xbb, 0xa5, 0x35, 0xc7, - 0x1c, 0x18, 0x4f, 0x04, 0x48, 0x5d, 0x1a, 0xd6, 0xbb, 0x1a, 0xf0, 0x7e, 0x74, 0xc8, 0xe0, 0x42, - 0xc5, 0x97, 0x8d, 0x93, 0xf5, 0x9a, 0x0c, 0x14, 0xce, 0x72, 0x0e, 0x57, 0x19, 0xe6, 0xda, 0x36, - 0x47, 0xe6, 0xf8, 0xd1, 0xe4, 0x60, 0x35, 0x77, 0xad, 0x9b, 0x30, 0x4d, 0xce, 0xbc, 0x96, 0xe8, - 0x05, 0xa4, 0x8e, 0x3e, 0x60, 0xae, 0xad, 0x37, 0x64, 0xaf, 0xd1, 0xf8, 0x34, 0x94, 0x12, 0x12, - 0xfb, 0x41, 0x55, 0x7b, 0xb8, 0x9a, 0xbb, 0xfb, 0x5b, 0xb5, 0x8d, 0xee, 0x05, 0xbb, 0x75, 0xe2, - 0xbc, 0x8e, 0xad, 0x53, 0xb2, 0xa3, 0xf1, 0x0b, 0x48, 0xbb, 0x33, 0x32, 0xc7, 0x83, 0xe3, 0x43, - 0x5a, 0xf7, 0x46, 0xcb, 0xde, 0x68, 0xd3, 0x1b, 0x3d, 0x47, 0x21, 0x27, 0xdd, 0xbb, 0xb9, 0x6b, - 0x04, 0x35, 0x6d, 0x1d, 0x90, 0x9e, 0x02, 0x79, 0x0d, 0xb9, 0xdd, 0x2d, 0x0d, 0x83, 0x26, 0xb2, - 0x86, 0xa4, 0x9f, 0x03, 0x07, 0x51, 0x40, 0x6e, 0xef, 0x54, 0xca, 0x26, 0xb6, 0x3e, 0x91, 0x3d, - 0x2d, 0x52, 0xc0, 0x99, 0xbe, 0x9a, 0x82, 0x88, 0xa7, 0xda, 0xee, 0x55, 0x9e, 0x43, 0x5a, 0xce, - 0xa0, 0xbc, 0x2f, 0xda, 0xdc, 0x52, 0xe1, 0xd3, 0xb7, 0x15, 0x31, 0x79, 0x5e, 0x9a, 0xfe, 0x6d, - 0x66, 0xbb, 0xde, 0x0b, 0x76, 0x9b, 0x44, 0x4d, 0x5b, 0xef, 0xc8, 0x93, 0x35, 0x51, 0xae, 0x4a, - 0x87, 0x69, 0x66, 0x3f, 0x1c, 0x99, 0xe3, 0xee, 0xe4, 0x68, 0x35, 0x77, 0xed, 0xed, 0x43, 0x36, - 0x88, 0x17, 0x3c, 0x6e, 0x72, 0x97, 0xeb, 0xd4, 0x59, 0xff, 0xdb, 0xad, 0x6b, 0xfc, 0xbe, 0x75, - 0x0d, 0x6f, 0x9f, 0x3c, 0x6d, 0xcd, 0x2a, 0x00, 0x95, 0xa1, 0x54, 0x70, 0x8c, 0xa4, 0x73, 0xa1, - 0x62, 0x6b, 0x4a, 0xfa, 0x9b, 0x31, 0xbe, 0xa4, 0xff, 0x7a, 0x4c, 0xb4, 0x75, 0xca, 0xd0, 0xff, - 0x6f, 0x74, 0x6d, 0x38, 0x79, 0x7f, 0xb7, 0x70, 0xcc, 0xfb, 0x85, 0x63, 0xfe, 0x5a, 0x38, 0xe6, - 0xf7, 0xa5, 0x63, 0xdc, 0x2f, 0x1d, 0xe3, 0xe7, 0xd2, 0x31, 0x3e, 0x9e, 0xc6, 0x42, 0x4f, 0x67, - 0x11, 0xe5, 0x98, 0xb2, 0x44, 0x48, 0x60, 0x22, 0xe2, 0xaf, 0x62, 0x64, 0xc5, 0x09, 0x4b, 0xf1, - 0x7a, 0x96, 0x80, 0x2a, 0x3f, 0x42, 0xeb, 0x03, 0xe8, 0x9b, 0x0c, 0x54, 0xd4, 0xab, 0x1e, 0xe3, - 0xc9, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xce, 0x1e, 0x7e, 0x2a, 0x03, 0x00, 0x00, + // 494 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x31, 0x6f, 0xd3, 0x40, + 0x14, 0xc7, 0x6d, 0x92, 0x86, 0x70, 0x51, 0x2b, 0x30, 0xb4, 0x72, 0xa3, 0x62, 0x47, 0x96, 0x90, + 0xc2, 0xc0, 0x9d, 0xdc, 0x0a, 0x55, 0xea, 0x84, 0xd2, 0x05, 0x86, 0x4a, 0x60, 0x75, 0x62, 0x29, + 0xf6, 0xf5, 0x70, 0x4e, 0xc4, 0xf7, 0xac, 0xbb, 0x8b, 0x45, 0xbf, 0x01, 0x23, 0x1f, 0xa1, 0x33, + 0x9f, 0xa4, 0x63, 0x47, 0xa6, 0x08, 0x25, 0x0b, 0x73, 0x3e, 0x01, 0x3a, 0xfb, 0x12, 0x92, 0x05, + 0x31, 0xd9, 0xef, 0xfd, 0x7f, 0xef, 0xfe, 0x7a, 0xf7, 0xde, 0xa1, 0x17, 0x3c, 0xa3, 0x24, 0x2d, + 0xcb, 0x09, 0xa7, 0xa9, 0xe6, 0x20, 0x14, 0xd1, 0x32, 0x15, 0xea, 0x33, 0x93, 0xa4, 0x8a, 0x89, + 0xfe, 0x8a, 0x4b, 0x09, 0x1a, 0xbc, 0x23, 0x9e, 0x51, 0xbc, 0x89, 0xe1, 0x15, 0x86, 0xab, 0xb8, + 0xff, 0x2c, 0x87, 0x1c, 0x6a, 0x90, 0x98, 0xbf, 0xa6, 0xa6, 0x1f, 0x50, 0x50, 0x05, 0x28, 0x92, + 0xa5, 0x8a, 0x91, 0x2a, 0xce, 0x98, 0x4e, 0x63, 0x42, 0x81, 0x0b, 0xab, 0x87, 0xc6, 0x9a, 0x82, + 0x64, 0x84, 0x4e, 0x38, 0x13, 0xda, 0x18, 0x36, 0x7f, 0x0d, 0x10, 0xfd, 0x68, 0xa1, 0xde, 0x85, + 0xca, 0x2f, 0xad, 0x93, 0x77, 0x8a, 0x7a, 0x0a, 0xa6, 0x92, 0xb2, 0xab, 0x12, 0xa4, 0xf6, 0xdd, + 0x81, 0x3b, 0x7c, 0x34, 0x3a, 0x58, 0xce, 0x42, 0xef, 0x26, 0x2d, 0x26, 0x67, 0xd1, 0x86, 0x18, + 0x25, 0xa8, 0x89, 0xde, 0x83, 0xd4, 0xde, 0x1b, 0xb4, 0x67, 0x35, 0x3a, 0x4e, 0x85, 0x60, 0x13, + 0xff, 0x41, 0x5d, 0x7b, 0xb8, 0x9c, 0x85, 0xfb, 0x5b, 0xb5, 0x56, 0x8f, 0x92, 0xdd, 0x26, 0x71, + 0xde, 0xc4, 0xde, 0x6b, 0xb4, 0xa3, 0xe1, 0x0b, 0x13, 0x7e, 0x6b, 0xe0, 0x0e, 0x7b, 0xc7, 0x87, + 0xb8, 0xe9, 0x0d, 0x9b, 0xde, 0xb0, 0xed, 0x0d, 0x9f, 0x03, 0x17, 0xa3, 0xf6, 0xdd, 0x2c, 0x74, + 0x92, 0x86, 0xf6, 0x0e, 0x50, 0x47, 0x31, 0x71, 0xcd, 0xa4, 0xdf, 0x36, 0x86, 0x89, 0x8d, 0xbc, + 0x3e, 0xea, 0x4a, 0x46, 0x19, 0xaf, 0x98, 0xf4, 0x77, 0x6a, 0x65, 0x1d, 0x7b, 0x9f, 0xd0, 0x9e, + 0xe6, 0x05, 0x83, 0xa9, 0xbe, 0x1a, 0x33, 0x9e, 0x8f, 0xb5, 0xdf, 0xa9, 0x3d, 0xfb, 0xd8, 0xcc, + 0xc0, 0xdc, 0x17, 0xb6, 0xb7, 0x54, 0xc5, 0xf8, 0x6d, 0x4d, 0x8c, 0x9e, 0x1b, 0xd3, 0xbf, 0xcd, + 0x6c, 0xd7, 0x47, 0xc9, 0xae, 0x4d, 0x34, 0xb4, 0xf7, 0x0e, 0x3d, 0x59, 0x11, 0xe6, 0xab, 0x74, + 0x5a, 0x94, 0xfe, 0xc3, 0x81, 0x3b, 0x6c, 0x8f, 0x8e, 0x96, 0xb3, 0xd0, 0xdf, 0x3e, 0x64, 0x8d, + 0x44, 0xc9, 0x63, 0x9b, 0xbb, 0x5c, 0xa5, 0xce, 0xba, 0xdf, 0x6e, 0x43, 0xe7, 0xf7, 0x6d, 0xe8, + 0x44, 0xfb, 0xe8, 0xe9, 0xc6, 0xac, 0x12, 0xa6, 0x4a, 0x10, 0x8a, 0x1d, 0x03, 0x6a, 0x5d, 0xa8, + 0xdc, 0x1b, 0xa3, 0xee, 0x7a, 0x8c, 0x2f, 0xf1, 0xbf, 0x96, 0x09, 0x6f, 0x9c, 0xd2, 0x8f, 0xff, + 0x1b, 0x5d, 0x19, 0x8e, 0x3e, 0xdc, 0xcd, 0x03, 0xf7, 0x7e, 0x1e, 0xb8, 0xbf, 0xe6, 0x81, 0xfb, + 0x7d, 0x11, 0x38, 0xf7, 0x8b, 0xc0, 0xf9, 0xb9, 0x08, 0x9c, 0x8f, 0xa7, 0x39, 0xd7, 0xe3, 0x69, + 0x86, 0x29, 0x14, 0xc4, 0xae, 0x26, 0xcf, 0xe8, 0xab, 0x1c, 0x48, 0x75, 0x42, 0x0a, 0xb8, 0x9e, + 0x4e, 0x98, 0x32, 0x4f, 0x61, 0xe3, 0x09, 0xe8, 0x9b, 0x92, 0xa9, 0xac, 0x53, 0xaf, 0xe3, 0xc9, + 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x07, 0x3c, 0x39, 0x2c, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/02-client/abci_test.go b/modules/core/02-client/abci_test.go index 2208c3dfc1f..77f14278729 100644 --- a/modules/core/02-client/abci_test.go +++ b/modules/core/02-client/abci_test.go @@ -3,10 +3,11 @@ package client_test import ( "testing" - upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - abci "github.com/line/ostracon/abci/types" - ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + + upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" + ocabci "github.com/line/ostracon/abci/types" client "github.com/cosmos/ibc-go/v3/modules/core/02-client" "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -74,7 +75,7 @@ func (suite *ClientTestSuite) TestBeginBlockerConsensusState() { store.Set(upgradetypes.PlanKey(), bz) nextValsHash := []byte("nextValsHash") - newCtx := suite.chainA.GetContext().WithBlockHeader(ocproto.Header{ + newCtx := suite.chainA.GetContext().WithBlockHeader(tmproto.Header{ Height: suite.chainA.GetContext().BlockHeight(), NextValidatorsHash: nextValsHash, }) @@ -82,7 +83,7 @@ func (suite *ClientTestSuite) TestBeginBlockerConsensusState() { err := suite.chainA.GetSimApp().UpgradeKeeper.SetUpgradedClient(newCtx, plan.Height, []byte("client state")) suite.Require().NoError(err) - req := abci.RequestBeginBlock{Header: newCtx.BlockHeader()} + req := ocabci.RequestBeginBlock{Header: newCtx.BlockHeader()} suite.chainA.App.BeginBlock(req) // plan Height is at ctx.BlockHeight+1 diff --git a/modules/core/02-client/client/utils/utils.go b/modules/core/02-client/client/utils/utils.go index ad4bfeb781d..96fb2474971 100644 --- a/modules/core/02-client/client/utils/utils.go +++ b/modules/core/02-client/client/utils/utils.go @@ -150,28 +150,15 @@ func QueryOstraconHeader(clientCtx client.Context) (ibcoctypes.Header, int64, er return ibcoctypes.Header{}, 0, err } - page = 0 - count = 10_000 - voters, err := node.Voters(context.Background(), &height, &page, &count) - if err != nil { - return ibcoctypes.Header{}, 0, err - } - protoCommit := commit.SignedHeader.ToProto() protoValset, err := octypes.NewValidatorSet(validators.Validators).ToProto() if err != nil { return ibcoctypes.Header{}, 0, err } - protoVoterSet, err := octypes.WrapValidatorsToVoterSet(voters.Voters).ToProto() - if err != nil { - return ibcoctypes.Header{}, 0, err - } - header := ibcoctypes.Header{ SignedHeader: protoCommit, ValidatorSet: protoValset, - VoterSet: protoVoterSet, } return header, height, nil diff --git a/modules/core/02-client/keeper/client_test.go b/modules/core/02-client/keeper/client_test.go index 20e4d5b18ea..51b180be79d 100644 --- a/modules/core/02-client/keeper/client_test.go +++ b/modules/core/02-client/keeper/client_test.go @@ -54,12 +54,11 @@ func (suite *KeeperTestSuite) TestUpdateClientOstracon() { return header } createPastUpdateFn := func(fillHeight, trustedHeight clienttypes.Height) *ibcoctypes.Header { - voterSet := octypes.WrapValidatorsToVoterSet(suite.chainB.Vals.Validators) consState, found := suite.chainA.App.GetIBCKeeper().ClientKeeper.GetClientConsensusState(suite.chainA.GetContext(), path.EndpointA.ClientID, trustedHeight) suite.Require().True(found) return suite.chainB.CreateOCClientHeader(suite.chainB.ChainID, int64(fillHeight.RevisionHeight), trustedHeight, consState.(*ibcoctypes.ConsensusState).Timestamp.Add(time.Second*5), - suite.chainB.Vals, suite.chainB.Vals, voterSet, voterSet, suite.chainB.Signers) + suite.chainB.Vals, suite.chainB.Vals, suite.chainB.Signers) } cases := []struct { @@ -442,9 +441,6 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { // Create alternative validator set with only altVal altValSet := octypes.NewValidatorSet([]*octypes.Validator{altVal}) - bothVoterSet := octypes.WrapValidatorsToVoterSet(bothValSet.Validators) - voterSet := octypes.WrapValidatorsToVoterSet(valSet.Validators) - // Create signer array and ensure it is in same order as bothValSet _, suiteVal := suite.valSet.GetByIndex(0) bothSigners := ibctesting.CreateSortedSignerArray(altPrivVal, suite.privVal, altVal, suiteVal) @@ -466,8 +462,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "trusting period misbehavior should pass", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -482,8 +478,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "time misbehavior should pass", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+5), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+5), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -498,8 +494,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "misbehavior at later height should pass", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothVoterSet, voterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, valSet, bothVoterSet, voterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, valSet, bothSigners), ClientId: clientID, }, func() error { @@ -524,8 +520,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "misbehavior at later height with different trusted heights should pass", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothVoterSet, voterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -550,8 +546,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "misbehavior ValidateBasic fails: misbehaviour height is at same height as trusted height", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeight, altTime, bothValSet, valSet, bothVoterSet, voterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeight, altTime, bothValSet, valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -566,8 +562,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "trusted ConsensusState1 not found", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, altTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, valSet, bothVoterSet, voterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, altTime, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, valSet, bothSigners), ClientId: clientID, }, func() error { @@ -582,8 +578,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "trusted ConsensusState2 not found", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothVoterSet, voterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), testClientHeight, altTime, bothValSet, valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(heightPlus5.RevisionHeight+1), heightPlus3, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -604,8 +600,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "client already is not active - client is frozen", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), bothValSet, bothValSet, bothSigners), ClientId: clientID, }, func() error { @@ -623,8 +619,8 @@ func (suite *KeeperTestSuite) TestCheckMisbehaviourAndUpdateState() { { "misbehaviour check failed", &ibcoctypes.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), altValSet, bothValSet, octypes.WrapValidatorsToVoterSet(altValSet.Validators), bothVoterSet, altSigners), + Header1: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, altTime, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight+1), testClientHeight, suite.ctx.BlockTime(), altValSet, bothValSet, altSigners), ClientId: clientID, }, func() error { diff --git a/modules/core/02-client/keeper/keeper_test.go b/modules/core/02-client/keeper/keeper_test.go index b6a2fb30619..c8340d745a6 100644 --- a/modules/core/02-client/keeper/keeper_test.go +++ b/modules/core/02-client/keeper/keeper_test.go @@ -5,15 +5,16 @@ import ( "testing" "time" + "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/codec" cryptocodec "github.com/line/lbm-sdk/crypto/codec" sdk "github.com/line/lbm-sdk/types" stakingtypes "github.com/line/lbm-sdk/x/staking/types" ocbytes "github.com/line/ostracon/libs/bytes" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" - "github.com/stretchr/testify/suite" "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -83,7 +84,7 @@ func (suite *KeeperTestSuite) SetupTest() { app := simapp.Setup(isCheckTx) suite.cdc = app.AppCodec() - suite.ctx = app.BaseApp.NewContext(isCheckTx, ocproto.Header{Height: height, ChainID: testClientID, Time: now2}) + suite.ctx = app.BaseApp.NewContext(isCheckTx, tmproto.Header{Height: height, ChainID: testClientID, Time: now2}) suite.keeper = &app.IBCKeeper.ClientKeeper suite.privVal = ibctestingmock.NewPV() @@ -95,8 +96,7 @@ func (suite *KeeperTestSuite) SetupTest() { validator := ibctesting.NewTestValidator(pubKey, 1) suite.valSet = octypes.NewValidatorSet([]*octypes.Validator{validator}) suite.valSetHash = suite.valSet.Hash() - voterSet := octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) - suite.header = suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeightMinus1, now2, suite.valSet, suite.valSet, voterSet, voterSet, []octypes.PrivValidator{suite.privVal}) + suite.header = suite.chainA.CreateOCClientHeader(testChainID, int64(testClientHeight.RevisionHeight), testClientHeightMinus1, now2, suite.valSet, suite.valSet, []octypes.PrivValidator{suite.privVal}) suite.consensusState = ibcoctypes.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot([]byte("hash")), suite.valSetHash) var validators stakingtypes.Validators @@ -328,10 +328,9 @@ func (suite KeeperTestSuite) TestConsensusStateHelpers() { nextState := ibcoctypes.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot([]byte("next")), suite.valSetHash) testClientHeightPlus5 := types.NewHeight(0, height+5) - voterSet := octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) header := suite.chainA.CreateOCClientHeader(testClientID, int64(testClientHeightPlus5.RevisionHeight), testClientHeight, suite.header.Header.Time.Add(time.Minute), - suite.valSet, suite.valSet, voterSet, voterSet, []octypes.PrivValidator{suite.privVal}) + suite.valSet, suite.valSet, []octypes.PrivValidator{suite.privVal}) // mock update functionality clientState.LatestHeight = header.GetHeight().(types.Height) diff --git a/modules/core/02-client/legacy/v100/solomachine.pb.go b/modules/core/02-client/legacy/v100/solomachine.pb.go index e557fcbf3c9..e25e722816c 100644 --- a/modules/core/02-client/legacy/v100/solomachine.pb.go +++ b/modules/core/02-client/legacy/v100/solomachine.pb.go @@ -5,10 +5,10 @@ package v100 import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + _ "github.com/gogo/protobuf/gogoproto" + proto "github.com/gogo/protobuf/proto" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" @@ -823,93 +823,93 @@ func init() { } var fileDescriptor_6cc2ee18f7f86d4e = []byte{ - // 1367 bytes of a gzipped FileDescriptorProto + // 1369 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x6f, 0xdb, 0x54, 0x14, 0xaf, 0xb3, 0xac, 0x6b, 0x4e, 0xba, 0x36, 0x78, 0xd9, 0x96, 0x7a, 0x53, 0x62, 0x8c, 0x18, - 0x05, 0xb1, 0x64, 0xed, 0xc4, 0x84, 0xa6, 0x09, 0x70, 0x1c, 0xc3, 0xb2, 0xb5, 0x6e, 0x70, 0xdc, - 0xc1, 0x26, 0x24, 0xcb, 0xb1, 0x6f, 0x13, 0x6b, 0x8e, 0x1d, 0x62, 0x27, 0x59, 0x90, 0x90, 0x10, - 0x4f, 0x23, 0xe2, 0x81, 0x2f, 0x10, 0x09, 0x81, 0xf8, 0x2a, 0xc0, 0xe3, 0x78, 0xe3, 0x29, 0xa0, - 0xed, 0x1b, 0xe4, 0x13, 0x20, 0xfb, 0xde, 0xc4, 0x76, 0xba, 0xa6, 0xe2, 0xdf, 0xdb, 0xbd, 0xe7, - 0xfc, 0xce, 0xef, 0x9c, 0x7b, 0xce, 0xf1, 0xb9, 0xd7, 0xb0, 0x63, 0x36, 0xf4, 0x92, 0x65, 0x36, - 0x5b, 0x9e, 0x6e, 0x99, 0xc8, 0xf6, 0xdc, 0x92, 0xeb, 0x58, 0x4e, 0x5b, 0xd3, 0x5b, 0xa6, 0x8d, - 0x4a, 0xfd, 0x9d, 0xe8, 0xb6, 0xd8, 0xe9, 0x3a, 0x9e, 0x43, 0x17, 0xcc, 0x86, 0x5e, 0x8c, 0x9a, - 0x14, 0xa3, 0x98, 0xfe, 0x0e, 0xf3, 0x86, 0xcf, 0xa9, 0x3b, 0x5d, 0x54, 0xd2, 0x1d, 0xdb, 0x46, - 0xba, 0x67, 0x3a, 0xb6, 0x4f, 0x15, 0xee, 0x30, 0x13, 0xf3, 0x6a, 0x08, 0x6c, 0x69, 0xb6, 0x8d, - 0xac, 0x00, 0x85, 0x97, 0x04, 0x92, 0x6d, 0x3a, 0x4d, 0x27, 0x58, 0x96, 0xfc, 0x15, 0x91, 0x6e, - 0x35, 0x1d, 0xa7, 0x69, 0xa1, 0x52, 0xb0, 0x6b, 0xf4, 0x8e, 0x4a, 0x9a, 0x3d, 0xc4, 0x2a, 0xee, - 0xb7, 0x04, 0xa4, 0x85, 0x20, 0xae, 0xba, 0xa7, 0x79, 0x88, 0x66, 0x60, 0xcd, 0x45, 0x9f, 0xf7, - 0x90, 0xad, 0xa3, 0x1c, 0xc5, 0x52, 0xdb, 0x49, 0x79, 0xbe, 0xa7, 0x05, 0xd8, 0x3c, 0xea, 0x3a, - 0x5f, 0x20, 0x5b, 0x9d, 0x43, 0x12, 0x3e, 0xa4, 0xcc, 0x4c, 0x27, 0x85, 0x4b, 0x43, 0xad, 0x6d, - 0xdd, 0xe6, 0x16, 0x00, 0x9c, 0xbc, 0x81, 0x25, 0xf5, 0x19, 0x89, 0x07, 0x9b, 0xba, 0x63, 0xbb, - 0xc8, 0x76, 0x7b, 0xae, 0xea, 0xfa, 0x3e, 0x73, 0x67, 0x58, 0x6a, 0x3b, 0xbd, 0x5b, 0x2a, 0x9e, - 0x92, 0xa8, 0xa2, 0x30, 0xb3, 0x0b, 0x42, 0x8d, 0x7a, 0x5d, 0x60, 0xe4, 0xe4, 0x0d, 0x3d, 0x86, - 0xa5, 0x11, 0x5c, 0xd1, 0x2c, 0xcb, 0x19, 0xa8, 0xbd, 0x8e, 0xa1, 0x79, 0x48, 0xd5, 0x8e, 0x3c, - 0xd4, 0x55, 0x3b, 0x5d, 0xa7, 0xe3, 0xb8, 0x9a, 0x95, 0x4b, 0xb2, 0xd4, 0xf6, 0x5a, 0xf9, 0xda, - 0x74, 0x52, 0xe0, 0x30, 0xe1, 0x12, 0x30, 0x27, 0xe7, 0x02, 0xed, 0x61, 0xa0, 0xe4, 0x7d, 0x5d, - 0x8d, 0xa8, 0x6e, 0x27, 0x9f, 0x7e, 0x5f, 0x58, 0xe1, 0x7e, 0xa0, 0x60, 0x23, 0x1e, 0x2b, 0x7d, - 0x0f, 0xa0, 0xd3, 0x6b, 0x58, 0xa6, 0xae, 0x3e, 0x46, 0xc3, 0x20, 0xb1, 0xe9, 0xdd, 0x6c, 0x11, - 0x97, 0xa5, 0x38, 0x2b, 0x4b, 0x91, 0xb7, 0x87, 0xe5, 0x8b, 0xd3, 0x49, 0xe1, 0x15, 0x1c, 0x44, - 0x68, 0xc1, 0xc9, 0x29, 0xbc, 0xb9, 0x8f, 0x86, 0x34, 0x0b, 0x69, 0xc3, 0xec, 0xa3, 0xae, 0x6b, - 0x1e, 0x99, 0xa8, 0x1b, 0x94, 0x20, 0x25, 0x47, 0x45, 0xf4, 0x55, 0x48, 0x79, 0x66, 0x1b, 0xb9, - 0x9e, 0xd6, 0xee, 0x04, 0xd9, 0x4d, 0xca, 0xa1, 0x80, 0x04, 0xf9, 0x75, 0x02, 0x56, 0xef, 0x22, - 0xcd, 0x40, 0xdd, 0xa5, 0x35, 0x8f, 0x51, 0x25, 0x16, 0xa8, 0x7c, 0xad, 0x6b, 0x36, 0x6d, 0xcd, - 0xeb, 0x75, 0x71, 0x19, 0xd7, 0xe5, 0x50, 0x40, 0x1f, 0xc2, 0x86, 0x8d, 0x06, 0x6a, 0xe4, 0xe0, - 0xc9, 0x25, 0x07, 0xdf, 0x9a, 0x4e, 0x0a, 0x17, 0xf1, 0xc1, 0xe3, 0x56, 0x9c, 0xbc, 0x6e, 0xa3, - 0x41, 0x6d, 0x7e, 0x7e, 0x01, 0x36, 0x7d, 0x40, 0x34, 0x07, 0x67, 0xfd, 0x1c, 0x44, 0x1b, 0x62, - 0x01, 0xc0, 0xc9, 0x7e, 0x24, 0x95, 0x50, 0x40, 0x92, 0xf0, 0x4b, 0x02, 0xd6, 0xf7, 0x4d, 0xb7, - 0x81, 0x5a, 0x5a, 0xdf, 0x74, 0x7a, 0x5d, 0x7a, 0x07, 0x52, 0xb8, 0xf9, 0x54, 0xd3, 0x08, 0x72, - 0x91, 0x2a, 0x67, 0xa7, 0x93, 0x42, 0x86, 0xb4, 0xd9, 0x4c, 0xc5, 0xc9, 0x6b, 0x78, 0x5d, 0x35, - 0x62, 0xd9, 0x4b, 0x2c, 0x64, 0xaf, 0x03, 0xe7, 0xe7, 0xe9, 0x50, 0x1d, 0x7b, 0xd6, 0xea, 0x3b, - 0xa7, 0xb6, 0x7a, 0x7d, 0x66, 0xc5, 0xdb, 0x46, 0x45, 0xf3, 0xb4, 0x72, 0x6e, 0x3a, 0x29, 0x64, - 0x71, 0x14, 0x31, 0x46, 0x4e, 0x5e, 0x9f, 0xef, 0x0f, 0xec, 0x05, 0x8f, 0xde, 0xc0, 0x21, 0x29, - 0xff, 0xaf, 0x3c, 0x7a, 0x03, 0x27, 0xea, 0x51, 0x19, 0x38, 0x24, 0x93, 0x3f, 0x53, 0x90, 0x59, - 0xa4, 0x88, 0xb7, 0x07, 0xb5, 0xd8, 0x1e, 0x9f, 0x41, 0xca, 0xd0, 0x3c, 0x4d, 0xf5, 0x86, 0x1d, - 0x9c, 0xb9, 0x8d, 0xdd, 0x37, 0x4f, 0x0d, 0xd3, 0xe7, 0x55, 0x86, 0x1d, 0x14, 0x2d, 0xcb, 0x9c, - 0x85, 0x93, 0xd7, 0x0c, 0xa2, 0xa7, 0x69, 0x48, 0xfa, 0x6b, 0xd2, 0x95, 0xc1, 0x3a, 0xde, 0xcc, - 0xc9, 0x97, 0x7f, 0x17, 0x5f, 0x51, 0x90, 0x53, 0x66, 0x32, 0x64, 0xcc, 0xcf, 0x14, 0x1c, 0xe8, - 0x03, 0xd8, 0x08, 0x73, 0x11, 0xd0, 0x07, 0xa7, 0x8a, 0xf6, 0x6e, 0x5c, 0xcf, 0xc9, 0x61, 0x39, - 0x2a, 0xc7, 0x42, 0x48, 0xbc, 0x3c, 0x84, 0x3f, 0x28, 0x48, 0xf9, 0x7e, 0xcb, 0x43, 0x0f, 0xb9, - 0xff, 0xe2, 0xeb, 0x5c, 0x18, 0x14, 0x67, 0x8e, 0x0f, 0x8a, 0x58, 0x09, 0x92, 0xff, 0x57, 0x09, - 0xce, 0x86, 0x25, 0x20, 0x27, 0xfc, 0x89, 0x02, 0xc0, 0xc3, 0x27, 0x48, 0xca, 0x1e, 0xa4, 0xc9, - 0x27, 0x7f, 0xea, 0x78, 0xbc, 0x34, 0x9d, 0x14, 0xe8, 0xd8, 0x94, 0x20, 0xf3, 0x11, 0x8f, 0x88, - 0x13, 0xe6, 0x43, 0xe2, 0x1f, 0xce, 0x87, 0x2f, 0x61, 0x33, 0x72, 0x39, 0x06, 0xb1, 0xd2, 0x90, - 0xec, 0x68, 0x5e, 0x8b, 0xb4, 0x73, 0xb0, 0xa6, 0x6b, 0xb0, 0x4e, 0x46, 0x03, 0xbe, 0xd0, 0x12, - 0x4b, 0x0e, 0x70, 0x79, 0x3a, 0x29, 0x5c, 0x88, 0x8d, 0x13, 0x72, 0x65, 0xa5, 0xf5, 0xd0, 0x13, - 0x71, 0xff, 0x0d, 0x05, 0x74, 0xfc, 0x22, 0x39, 0x31, 0x84, 0x87, 0xc7, 0xaf, 0xd5, 0x65, 0x51, - 0xfc, 0x8d, 0xbb, 0x93, 0xc4, 0xd2, 0x87, 0x0b, 0xc2, 0xfc, 0x41, 0xb2, 0x3c, 0x16, 0x11, 0x20, - 0x7c, 0xbb, 0x90, 0x30, 0x5e, 0x0f, 0xda, 0xca, 0x7f, 0xbc, 0x14, 0x23, 0xef, 0x1a, 0x7c, 0xa9, - 0x93, 0x9d, 0x68, 0x1b, 0x72, 0xc4, 0x90, 0xf8, 0x35, 0x20, 0x23, 0xe0, 0x27, 0xce, 0x72, 0xa7, - 0xb7, 0xe0, 0x1c, 0x79, 0x0a, 0x11, 0x8f, 0x57, 0x23, 0x1e, 0xc9, 0x1b, 0xc9, 0x77, 0x87, 0x97, - 0xf2, 0x0c, 0x4c, 0xbc, 0xdc, 0x83, 0x6c, 0x4d, 0xd3, 0x1f, 0x23, 0x4f, 0x70, 0xda, 0x6d, 0xd3, - 0x6b, 0x23, 0xdb, 0x3b, 0xd1, 0x53, 0xde, 0x3f, 0xde, 0x0c, 0x15, 0x38, 0x5b, 0x97, 0x23, 0x12, - 0xee, 0x21, 0x6c, 0x61, 0x2e, 0x5e, 0x7f, 0x6c, 0x3b, 0x03, 0x0b, 0x19, 0x4d, 0xb4, 0x94, 0x70, - 0x1b, 0x36, 0xb5, 0x38, 0x94, 0xb0, 0x2e, 0x8a, 0xb9, 0x22, 0xe4, 0x30, 0xb5, 0x8c, 0x74, 0x64, - 0x76, 0x3c, 0xbe, 0xe1, 0xfa, 0x73, 0xe0, 0x24, 0x66, 0xae, 0x05, 0x59, 0x09, 0x3d, 0xf1, 0x66, - 0x8f, 0x2f, 0x19, 0xe9, 0xfd, 0x13, 0xa3, 0xb8, 0x03, 0xe7, 0x6d, 0xf4, 0xc4, 0xf3, 0x9f, 0x6e, - 0x6a, 0x17, 0xe9, 0x7d, 0xf2, 0xb6, 0x8b, 0x5c, 0x03, 0x31, 0x35, 0x27, 0xa7, 0x6d, 0x4c, 0xed, - 0xb3, 0xbe, 0xf5, 0x6d, 0x12, 0xd6, 0x66, 0x83, 0x81, 0x7e, 0x17, 0x5e, 0xab, 0xf0, 0x0a, 0xaf, - 0x2a, 0x0f, 0x6b, 0xa2, 0x7a, 0x28, 0x55, 0xa5, 0xaa, 0x52, 0xe5, 0xf7, 0xaa, 0x8f, 0xc4, 0x8a, - 0x7a, 0x28, 0xd5, 0x6b, 0xa2, 0x50, 0xfd, 0xb0, 0x2a, 0x56, 0x32, 0x2b, 0xcc, 0xe6, 0x68, 0xcc, - 0xa6, 0x23, 0x22, 0xfa, 0x1a, 0x5c, 0x0a, 0x2d, 0x85, 0xbd, 0xaa, 0x28, 0x29, 0x6a, 0x5d, 0xe1, - 0x15, 0x31, 0x43, 0x31, 0x30, 0x1a, 0xb3, 0xab, 0x58, 0x46, 0xbf, 0x0d, 0x5b, 0x11, 0xdc, 0x81, - 0x54, 0x17, 0xa5, 0xfa, 0x61, 0x9d, 0x40, 0x13, 0xcc, 0xf9, 0xd1, 0x98, 0x4d, 0xcd, 0xc5, 0x74, - 0x11, 0x98, 0x18, 0x5a, 0x12, 0x05, 0xa5, 0x7a, 0x20, 0x11, 0xf8, 0x19, 0x66, 0x63, 0x34, 0x66, - 0x21, 0x94, 0xd3, 0xdb, 0x70, 0x39, 0x82, 0xbf, 0xcb, 0x4b, 0x92, 0xb8, 0x47, 0xc0, 0x49, 0x26, - 0x3d, 0x1a, 0xb3, 0xe7, 0x88, 0x90, 0x7e, 0x07, 0xae, 0x84, 0xc8, 0x1a, 0x2f, 0xdc, 0x17, 0x15, - 0x55, 0x38, 0xd8, 0xdf, 0xaf, 0x2a, 0xfb, 0xa2, 0xa4, 0x64, 0xce, 0x32, 0xd9, 0xd1, 0x98, 0xcd, - 0x60, 0x45, 0x28, 0xa7, 0xdf, 0x07, 0xf6, 0x98, 0x19, 0x2f, 0xdc, 0x97, 0x0e, 0x3e, 0xd9, 0x13, - 0x2b, 0x1f, 0x89, 0x81, 0xed, 0x2a, 0xb3, 0x35, 0x1a, 0xb3, 0x17, 0xb1, 0x76, 0x41, 0x49, 0xbf, - 0xf7, 0x12, 0x02, 0x59, 0x14, 0xc4, 0x6a, 0x4d, 0x51, 0xf9, 0x72, 0x5d, 0x94, 0x04, 0x31, 0x73, - 0x8e, 0xc9, 0x8d, 0xc6, 0x6c, 0x16, 0x6b, 0x89, 0x92, 0xe8, 0xe8, 0x5b, 0x70, 0x35, 0xb4, 0x97, - 0xc4, 0x4f, 0x15, 0xb5, 0x2e, 0x7e, 0x7c, 0xe8, 0xab, 0x7c, 0x9a, 0x07, 0x99, 0x35, 0x1c, 0xb8, - 0xaf, 0x99, 0x29, 0x7c, 0x39, 0xcd, 0x42, 0x26, 0xb4, 0xbb, 0x2b, 0xf2, 0x15, 0x51, 0xce, 0xa4, - 0x70, 0x65, 0xf0, 0x8e, 0x49, 0x3e, 0xfd, 0x31, 0xbf, 0x52, 0x7e, 0xf0, 0xeb, 0xf3, 0x3c, 0xf5, - 0xec, 0x79, 0x9e, 0xfa, 0xf3, 0x79, 0x9e, 0xfa, 0xee, 0x45, 0x7e, 0xe5, 0xd9, 0x8b, 0xfc, 0xca, - 0xef, 0x2f, 0xf2, 0x2b, 0x8f, 0xee, 0x34, 0x4d, 0xaf, 0xd5, 0x6b, 0x14, 0x75, 0xa7, 0x5d, 0xb2, - 0xfc, 0x9f, 0x26, 0xb3, 0xa1, 0x5f, 0x6f, 0x3a, 0xa5, 0xfe, 0xcd, 0x52, 0xdb, 0x31, 0x7a, 0x16, - 0x72, 0xf1, 0x2f, 0xce, 0x8d, 0xdd, 0xeb, 0x78, 0x20, 0x96, 0x2c, 0xd4, 0xd4, 0xf4, 0x61, 0xa9, - 0xbf, 0x73, 0xe3, 0x46, 0x63, 0x35, 0x98, 0x62, 0x37, 0xff, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x79, - 0x0f, 0xbe, 0x9b, 0x88, 0x0d, 0x00, 0x00, + 0x05, 0xb1, 0x78, 0xed, 0xc4, 0x84, 0x26, 0x34, 0x70, 0x1c, 0xc3, 0xb2, 0xb5, 0x6e, 0x70, 0x5c, + 0xd8, 0x26, 0x24, 0xcb, 0x71, 0x6e, 0x53, 0x6b, 0x89, 0x6f, 0x88, 0x9d, 0x74, 0x41, 0x42, 0x42, + 0x3c, 0x8d, 0x88, 0x07, 0xbe, 0x40, 0x24, 0x04, 0xe2, 0xab, 0x00, 0x8f, 0xe3, 0x8d, 0xa7, 0x80, + 0xb6, 0x6f, 0x90, 0x4f, 0x80, 0xec, 0x7b, 0x13, 0xdb, 0xe9, 0x9a, 0x8a, 0x7f, 0x6f, 0xf7, 0x9e, + 0xf3, 0x3b, 0xbf, 0x73, 0xee, 0x39, 0xc7, 0xe7, 0x5e, 0xc3, 0x96, 0x5d, 0xb7, 0xc4, 0x96, 0xdd, + 0x3c, 0xf4, 0xac, 0x96, 0x8d, 0x1c, 0xcf, 0x15, 0x5d, 0xdc, 0xc2, 0x6d, 0xd3, 0x3a, 0xb4, 0x1d, + 0x24, 0xf6, 0xb7, 0xa2, 0xdb, 0x62, 0xa7, 0x8b, 0x3d, 0xcc, 0x16, 0xec, 0xba, 0x55, 0x8c, 0x9a, + 0x14, 0xa3, 0x98, 0xfe, 0x16, 0xf7, 0x86, 0xcf, 0x69, 0xe1, 0x2e, 0x12, 0x2d, 0xec, 0x38, 0xc8, + 0xf2, 0x6c, 0xec, 0xf8, 0x54, 0xe1, 0x8e, 0x30, 0x71, 0xaf, 0x86, 0xc0, 0x43, 0xd3, 0x71, 0x50, + 0x2b, 0x40, 0x91, 0x25, 0x85, 0x64, 0x9b, 0xb8, 0x89, 0x83, 0xa5, 0xe8, 0xaf, 0xa8, 0x74, 0xa3, + 0x89, 0x71, 0xb3, 0x85, 0xc4, 0x60, 0x57, 0xef, 0x1d, 0x88, 0xa6, 0x33, 0x20, 0x2a, 0xe1, 0xb7, + 0x04, 0xa4, 0xe5, 0x20, 0xae, 0x9a, 0x67, 0x7a, 0x88, 0xe5, 0x60, 0xc5, 0x45, 0x9f, 0xf7, 0x90, + 0x63, 0xa1, 0x1c, 0xc3, 0x33, 0x9b, 0x49, 0x6d, 0xb6, 0x67, 0x65, 0x58, 0x3f, 0xe8, 0xe2, 0x2f, + 0x90, 0x63, 0xcc, 0x20, 0x09, 0x1f, 0x52, 0xe2, 0x26, 0xe3, 0xc2, 0xa5, 0x81, 0xd9, 0x6e, 0xdd, + 0x16, 0xe6, 0x00, 0x82, 0xb6, 0x46, 0x24, 0xb5, 0x29, 0x89, 0x07, 0xeb, 0x16, 0x76, 0x5c, 0xe4, + 0xb8, 0x3d, 0xd7, 0x70, 0x7d, 0x9f, 0xb9, 0x33, 0x3c, 0xb3, 0x99, 0xde, 0x16, 0x8b, 0xa7, 0x24, + 0xaa, 0x28, 0x4f, 0xed, 0x82, 0x50, 0xa3, 0x5e, 0xe7, 0x18, 0x05, 0x6d, 0xcd, 0x8a, 0x61, 0x59, + 0x04, 0x57, 0xcc, 0x56, 0x0b, 0x1f, 0x19, 0xbd, 0x4e, 0xc3, 0xf4, 0x90, 0x61, 0x1e, 0x78, 0xa8, + 0x6b, 0x74, 0xba, 0xb8, 0x83, 0x5d, 0xb3, 0x95, 0x4b, 0xf2, 0xcc, 0xe6, 0x4a, 0xe9, 0xda, 0x64, + 0x5c, 0x10, 0x08, 0xe1, 0x02, 0xb0, 0xa0, 0xe5, 0x02, 0xed, 0x7e, 0xa0, 0x94, 0x7c, 0x5d, 0x95, + 0xaa, 0x6e, 0x27, 0x9f, 0x7e, 0x5f, 0x58, 0x12, 0x7e, 0x60, 0x60, 0x2d, 0x1e, 0x2b, 0x7b, 0x0f, + 0xa0, 0xd3, 0xab, 0xb7, 0x6c, 0xcb, 0x78, 0x8c, 0x06, 0x41, 0x62, 0xd3, 0xdb, 0xd9, 0x22, 0x29, + 0x4b, 0x71, 0x5a, 0x96, 0xa2, 0xe4, 0x0c, 0x4a, 0x17, 0x27, 0xe3, 0xc2, 0x2b, 0x24, 0x88, 0xd0, + 0x42, 0xd0, 0x52, 0x64, 0x73, 0x1f, 0x0d, 0x58, 0x1e, 0xd2, 0x0d, 0xbb, 0x8f, 0xba, 0xae, 0x7d, + 0x60, 0xa3, 0x6e, 0x50, 0x82, 0x94, 0x16, 0x15, 0xb1, 0x57, 0x21, 0xe5, 0xd9, 0x6d, 0xe4, 0x7a, + 0x66, 0xbb, 0x13, 0x64, 0x37, 0xa9, 0x85, 0x02, 0x1a, 0xe4, 0xd7, 0x09, 0x58, 0xbe, 0x8b, 0xcc, + 0x06, 0xea, 0x2e, 0xac, 0x79, 0x8c, 0x2a, 0x31, 0x47, 0xe5, 0x6b, 0x5d, 0xbb, 0xe9, 0x98, 0x5e, + 0xaf, 0x4b, 0xca, 0xb8, 0xaa, 0x85, 0x02, 0x76, 0x1f, 0xd6, 0x1c, 0x74, 0x64, 0x44, 0x0e, 0x9e, + 0x5c, 0x70, 0xf0, 0x8d, 0xc9, 0xb8, 0x70, 0x91, 0x1c, 0x3c, 0x6e, 0x25, 0x68, 0xab, 0x0e, 0x3a, + 0xaa, 0xce, 0xce, 0x2f, 0xc3, 0xba, 0x0f, 0x88, 0xe6, 0xe0, 0xac, 0x9f, 0x83, 0x68, 0x43, 0xcc, + 0x01, 0x04, 0xcd, 0x8f, 0xa4, 0x1c, 0x0a, 0x68, 0x12, 0x7e, 0x49, 0xc0, 0xea, 0xae, 0xed, 0xd6, + 0xd1, 0xa1, 0xd9, 0xb7, 0x71, 0xaf, 0xcb, 0x6e, 0x41, 0x8a, 0x34, 0x9f, 0x61, 0x37, 0x82, 0x5c, + 0xa4, 0x4a, 0xd9, 0xc9, 0xb8, 0x90, 0xa1, 0x6d, 0x36, 0x55, 0x09, 0xda, 0x0a, 0x59, 0x57, 0x1a, + 0xb1, 0xec, 0x25, 0xe6, 0xb2, 0xd7, 0x81, 0xf3, 0xb3, 0x74, 0x18, 0xd8, 0x99, 0xb6, 0xfa, 0xd6, + 0xa9, 0xad, 0x5e, 0x9b, 0x5a, 0x49, 0x4e, 0xa3, 0x6c, 0x7a, 0x66, 0x29, 0x37, 0x19, 0x17, 0xb2, + 0x24, 0x8a, 0x18, 0xa3, 0xa0, 0xad, 0xce, 0xf6, 0x7b, 0xce, 0x9c, 0x47, 0xef, 0x08, 0xd3, 0x94, + 0xff, 0x57, 0x1e, 0xbd, 0x23, 0x1c, 0xf5, 0xa8, 0x1f, 0x61, 0x9a, 0xc9, 0x9f, 0x19, 0xc8, 0xcc, + 0x53, 0xc4, 0xdb, 0x83, 0x99, 0x6f, 0x8f, 0xcf, 0x20, 0xd5, 0x30, 0x3d, 0xd3, 0xf0, 0x06, 0x1d, + 0x92, 0xb9, 0xb5, 0xed, 0x37, 0x4f, 0x0d, 0xd3, 0xe7, 0xd5, 0x07, 0x1d, 0x14, 0x2d, 0xcb, 0x8c, + 0x45, 0xd0, 0x56, 0x1a, 0x54, 0xcf, 0xb2, 0x90, 0xf4, 0xd7, 0xb4, 0x2b, 0x83, 0x75, 0xbc, 0x99, + 0x93, 0x2f, 0xff, 0x2e, 0xbe, 0x62, 0x20, 0xa7, 0x4f, 0x65, 0xa8, 0x31, 0x3b, 0x53, 0x70, 0xa0, + 0x0f, 0x60, 0x2d, 0xcc, 0x45, 0x40, 0x1f, 0x9c, 0x2a, 0xda, 0xbb, 0x71, 0xbd, 0xa0, 0x85, 0xe5, + 0x28, 0x1f, 0x0b, 0x21, 0xf1, 0xf2, 0x10, 0xfe, 0x60, 0x20, 0xe5, 0xfb, 0x2d, 0x0d, 0x3c, 0xe4, + 0xfe, 0x8b, 0xaf, 0x73, 0x6e, 0x50, 0x9c, 0x39, 0x3e, 0x28, 0x62, 0x25, 0x48, 0xfe, 0x5f, 0x25, + 0x38, 0x1b, 0x96, 0x80, 0x9e, 0xf0, 0x27, 0x06, 0x80, 0x0c, 0x9f, 0x20, 0x29, 0x3b, 0x90, 0xa6, + 0x9f, 0xfc, 0xa9, 0xe3, 0xf1, 0xd2, 0x64, 0x5c, 0x60, 0x63, 0x53, 0x82, 0xce, 0x47, 0x32, 0x22, + 0x4e, 0x98, 0x0f, 0x89, 0x7f, 0x38, 0x1f, 0xbe, 0x84, 0xf5, 0xc8, 0xe5, 0x18, 0xc4, 0xca, 0x42, + 0xb2, 0x63, 0x7a, 0x87, 0xb4, 0x9d, 0x83, 0x35, 0x5b, 0x85, 0x55, 0x3a, 0x1a, 0xc8, 0x85, 0x96, + 0x58, 0x70, 0x80, 0xcb, 0x93, 0x71, 0xe1, 0x42, 0x6c, 0x9c, 0xd0, 0x2b, 0x2b, 0x6d, 0x85, 0x9e, + 0xa8, 0xfb, 0x6f, 0x18, 0x60, 0xe3, 0x17, 0xc9, 0x89, 0x21, 0x3c, 0x3c, 0x7e, 0xad, 0x2e, 0x8a, + 0xe2, 0x6f, 0xdc, 0x9d, 0x34, 0x96, 0x3e, 0x5c, 0x90, 0x67, 0x0f, 0x92, 0xc5, 0xb1, 0x28, 0x00, + 0xe1, 0xdb, 0x85, 0x86, 0xf1, 0x7a, 0xd0, 0x56, 0xfe, 0xe3, 0xa5, 0x18, 0x79, 0xd7, 0x90, 0x4b, + 0x9d, 0xee, 0x14, 0xa7, 0xa1, 0x45, 0x0c, 0xa9, 0xdf, 0x06, 0x64, 0x64, 0xf2, 0xc4, 0x59, 0xec, + 0xf4, 0x16, 0x9c, 0xa3, 0x4f, 0x21, 0xea, 0xf1, 0x6a, 0xc4, 0x23, 0x7d, 0x23, 0xf9, 0xee, 0xc8, + 0x52, 0x9b, 0x82, 0xa9, 0x97, 0x7b, 0x90, 0xad, 0x9a, 0xd6, 0x63, 0xe4, 0xc9, 0xb8, 0xdd, 0xb6, + 0xbd, 0x36, 0x72, 0xbc, 0x13, 0x3d, 0xe5, 0xfd, 0xe3, 0x4d, 0x51, 0x81, 0xb3, 0x55, 0x2d, 0x22, + 0x11, 0x1e, 0xc2, 0x06, 0xe1, 0x92, 0xac, 0xc7, 0x0e, 0x3e, 0x6a, 0xa1, 0x46, 0x13, 0x2d, 0x24, + 0xdc, 0x84, 0x75, 0x33, 0x0e, 0xa5, 0xac, 0xf3, 0x62, 0xa1, 0x08, 0x39, 0x42, 0xad, 0x21, 0x0b, + 0xd9, 0x1d, 0x4f, 0xaa, 0xbb, 0xfe, 0x1c, 0x38, 0x89, 0x59, 0x38, 0x84, 0xac, 0x8a, 0x9e, 0x78, + 0xd3, 0xc7, 0x97, 0x86, 0xac, 0xfe, 0x89, 0x51, 0xbc, 0x07, 0xe7, 0x1d, 0xf4, 0xc4, 0xf3, 0x9f, + 0x6e, 0x46, 0x17, 0x59, 0x7d, 0xfa, 0xb6, 0x8b, 0x5c, 0x03, 0x31, 0xb5, 0xa0, 0xa5, 0x1d, 0x42, + 0xed, 0xb3, 0xbe, 0xf5, 0x6d, 0x12, 0x56, 0xa6, 0x83, 0x81, 0x7d, 0x17, 0x5e, 0x2b, 0x4b, 0xba, + 0x64, 0xe8, 0x0f, 0xab, 0x8a, 0xb1, 0xaf, 0x56, 0xd4, 0x8a, 0x5e, 0x91, 0x76, 0x2a, 0x8f, 0x94, + 0xb2, 0xb1, 0xaf, 0xd6, 0xaa, 0x8a, 0x5c, 0xf9, 0xb0, 0xa2, 0x94, 0x33, 0x4b, 0xdc, 0xfa, 0x70, + 0xc4, 0xa7, 0x23, 0x22, 0xf6, 0x1a, 0x5c, 0x0a, 0x2d, 0xe5, 0x9d, 0x8a, 0xa2, 0xea, 0x46, 0x4d, + 0x97, 0x74, 0x25, 0xc3, 0x70, 0x30, 0x1c, 0xf1, 0xcb, 0x44, 0xc6, 0xbe, 0x0d, 0x1b, 0x11, 0xdc, + 0x9e, 0x5a, 0x53, 0xd4, 0xda, 0x7e, 0x8d, 0x42, 0x13, 0xdc, 0xf9, 0xe1, 0x88, 0x4f, 0xcd, 0xc4, + 0x6c, 0x11, 0xb8, 0x18, 0x5a, 0x55, 0x64, 0xbd, 0xb2, 0xa7, 0x52, 0xf8, 0x19, 0x6e, 0x6d, 0x38, + 0xe2, 0x21, 0x94, 0xb3, 0x9b, 0x70, 0x39, 0x82, 0xbf, 0x2b, 0xa9, 0xaa, 0xb2, 0x43, 0xc1, 0x49, + 0x2e, 0x3d, 0x1c, 0xf1, 0xe7, 0xa8, 0x90, 0x7d, 0x07, 0xae, 0x84, 0xc8, 0xaa, 0x24, 0xdf, 0x57, + 0x74, 0x43, 0xde, 0xdb, 0xdd, 0xad, 0xe8, 0xbb, 0x8a, 0xaa, 0x67, 0xce, 0x72, 0xd9, 0xe1, 0x88, + 0xcf, 0x10, 0x45, 0x28, 0x67, 0xdf, 0x07, 0xfe, 0x98, 0x99, 0x24, 0xdf, 0x57, 0xf7, 0x3e, 0xdd, + 0x51, 0xca, 0x1f, 0x29, 0x81, 0xed, 0x32, 0xb7, 0x31, 0x1c, 0xf1, 0x17, 0x89, 0x76, 0x4e, 0xc9, + 0xde, 0x79, 0x09, 0x81, 0xa6, 0xc8, 0x4a, 0xa5, 0xaa, 0x1b, 0x52, 0xa9, 0xa6, 0xa8, 0xb2, 0x92, + 0x39, 0xc7, 0xe5, 0x86, 0x23, 0x3e, 0x4b, 0xb4, 0x54, 0x49, 0x75, 0xec, 0x2d, 0xb8, 0x1a, 0xda, + 0xab, 0xca, 0x03, 0xdd, 0xa8, 0x29, 0x1f, 0xef, 0xfb, 0x2a, 0x9f, 0xe6, 0x93, 0xcc, 0x0a, 0x09, + 0xdc, 0xd7, 0x4c, 0x15, 0xbe, 0x9c, 0xe5, 0x21, 0x13, 0xda, 0xdd, 0x55, 0xa4, 0xb2, 0xa2, 0x65, + 0x52, 0xa4, 0x32, 0x64, 0xc7, 0x25, 0x9f, 0xfe, 0x98, 0x5f, 0x2a, 0x3d, 0xf8, 0xf5, 0x79, 0x9e, + 0x79, 0xf6, 0x3c, 0xcf, 0xfc, 0xf9, 0x3c, 0xcf, 0x7c, 0xf7, 0x22, 0xbf, 0xf4, 0xec, 0x45, 0x7e, + 0xe9, 0xf7, 0x17, 0xf9, 0xa5, 0x47, 0x77, 0x9a, 0xb6, 0x77, 0xd8, 0xab, 0x17, 0x2d, 0xdc, 0x16, + 0x2d, 0xec, 0xb6, 0xb1, 0x2b, 0xda, 0x75, 0xeb, 0x7a, 0x13, 0x8b, 0xfd, 0x9b, 0x62, 0x1b, 0x37, + 0x7a, 0x2d, 0xe4, 0x92, 0x9f, 0x9c, 0x1b, 0xdb, 0xd7, 0xc9, 0x48, 0x14, 0x5b, 0xa8, 0x69, 0x5a, + 0x03, 0xb1, 0xbf, 0x75, 0xe3, 0x46, 0x7d, 0x39, 0x98, 0x63, 0x37, 0xff, 0x0a, 0x00, 0x00, 0xff, + 0xff, 0x48, 0x29, 0x5f, 0x10, 0x8a, 0x0d, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/02-client/types/client.pb.go b/modules/core/02-client/types/client.pb.go index 4d5f027335b..73bf07799b3 100644 --- a/modules/core/02-client/types/client.pb.go +++ b/modules/core/02-client/types/client.pb.go @@ -398,53 +398,53 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/client.proto", fileDescriptor_b6bc4c8185546947) } var fileDescriptor_b6bc4c8185546947 = []byte{ - // 735 bytes of a gzipped FileDescriptorProto + // 734 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xbd, 0x6e, 0x13, 0x4b, 0x18, 0xf5, 0x3a, 0xbe, 0x56, 0x3c, 0xbe, 0x8a, 0x73, 0x37, 0xce, 0x8d, 0xaf, 0x6f, 0xe4, 0xb1, - 0x46, 0x14, 0x16, 0x22, 0xbb, 0xd8, 0x91, 0x22, 0xe4, 0x0e, 0xbb, 0x49, 0x0a, 0x90, 0x59, 0x14, + 0x46, 0x14, 0x16, 0x22, 0xbb, 0xd8, 0x91, 0x50, 0xe4, 0x0e, 0xbb, 0x49, 0x0a, 0x90, 0x59, 0x14, 0x21, 0x68, 0xac, 0xfd, 0x99, 0xac, 0x27, 0x5a, 0xef, 0x58, 0x3b, 0xb3, 0x06, 0xbf, 0x01, 0x1d, 0x94, 0x20, 0xa5, 0xc8, 0x1b, 0xd0, 0xf0, 0x08, 0x14, 0x29, 0x23, 0x2a, 0xaa, 0x15, 0x4a, 0x1a, - 0x6a, 0x3f, 0x01, 0xf2, 0xcc, 0x6c, 0x62, 0xe7, 0x07, 0x10, 0x74, 0x33, 0x67, 0xce, 0x9c, 0x39, - 0xdf, 0xb1, 0x8f, 0x16, 0x40, 0xe2, 0xb8, 0xa6, 0x4b, 0x23, 0x6c, 0xba, 0x01, 0xc1, 0x21, 0x37, - 0xc7, 0x4d, 0xb5, 0x32, 0x46, 0x11, 0xe5, 0x54, 0xd7, 0x89, 0xe3, 0x1a, 0x33, 0x82, 0xa1, 0xe0, - 0x71, 0xb3, 0x5a, 0xf6, 0xa9, 0x4f, 0xc5, 0xb1, 0x39, 0x5b, 0x49, 0x66, 0xf5, 0x3f, 0x9f, 0x52, - 0x3f, 0xc0, 0xa6, 0xd8, 0x39, 0xf1, 0x81, 0x69, 0x87, 0x13, 0x75, 0x74, 0xc7, 0xa5, 0x6c, 0x48, - 0x99, 0x19, 0x8f, 0xfc, 0xc8, 0xf6, 0xb0, 0x39, 0x6e, 0x3a, 0x98, 0xdb, 0xcd, 0x74, 0x9f, 0x0a, - 0x48, 0x56, 0x5f, 0x2a, 0xcb, 0x8d, 0x3c, 0x42, 0x47, 0x1a, 0x58, 0xdf, 0xf3, 0x70, 0xc8, 0xc9, - 0x01, 0xc1, 0x5e, 0x57, 0x38, 0x79, 0xca, 0x6d, 0x8e, 0xf5, 0x26, 0x28, 0x48, 0x63, 0x7d, 0xe2, - 0x55, 0xb4, 0xba, 0xd6, 0x28, 0x74, 0xca, 0xd3, 0x04, 0xae, 0x4e, 0xec, 0x61, 0xd0, 0x46, 0x17, - 0x47, 0xc8, 0x5a, 0x96, 0xeb, 0x3d, 0x4f, 0xef, 0x81, 0xbf, 0x15, 0xce, 0x66, 0x12, 0x95, 0x6c, - 0x5d, 0x6b, 0x14, 0x5b, 0x65, 0x43, 0xfa, 0x37, 0x52, 0xff, 0xc6, 0xc3, 0x70, 0xd2, 0xd9, 0x98, - 0x26, 0x70, 0x6d, 0x41, 0x4b, 0xdc, 0x41, 0x56, 0xd1, 0xbd, 0x34, 0x81, 0x3e, 0x68, 0xa0, 0xd2, - 0xa5, 0x21, 0xc3, 0x21, 0x8b, 0x99, 0x80, 0x9e, 0x11, 0x3e, 0xd8, 0xc5, 0xc4, 0x1f, 0x70, 0xfd, - 0x01, 0xc8, 0x0f, 0xc4, 0x4a, 0xd8, 0x2b, 0xb6, 0xaa, 0xc6, 0xf5, 0x48, 0x0d, 0xc9, 0xed, 0xe4, - 0x4e, 0x12, 0x98, 0xb1, 0x14, 0x5f, 0x7f, 0x0e, 0x4a, 0x6e, 0xaa, 0xfa, 0x0b, 0x5e, 0xab, 0xd3, - 0x04, 0xfe, 0xab, 0xbc, 0x2e, 0x5e, 0x43, 0xd6, 0x8a, 0xbb, 0x60, 0x0f, 0x7d, 0xd2, 0xc0, 0xba, - 0x8c, 0x71, 0xd1, 0x37, 0xfb, 0x9d, 0x40, 0x5f, 0x81, 0xd5, 0x2b, 0x0f, 0xb2, 0x4a, 0xb6, 0xbe, - 0xd4, 0x28, 0xb6, 0xee, 0xdd, 0x34, 0xeb, 0x6d, 0x49, 0x75, 0xe0, 0x6c, 0xfa, 0x69, 0x02, 0x37, - 0x6e, 0x1c, 0x82, 0x21, 0xab, 0xb4, 0x38, 0x05, 0x43, 0x6f, 0xb2, 0xa0, 0x2c, 0xc7, 0xd8, 0x1f, - 0x79, 0x36, 0xc7, 0xbd, 0x88, 0x8e, 0x28, 0xb3, 0x03, 0xbd, 0x0c, 0xfe, 0xe2, 0x84, 0x07, 0x58, - 0x4e, 0x60, 0xc9, 0x8d, 0x5e, 0x07, 0x45, 0x0f, 0x33, 0x37, 0x22, 0x23, 0x4e, 0x68, 0x28, 0xc2, - 0x2c, 0x58, 0xf3, 0x90, 0xbe, 0x0b, 0xfe, 0x61, 0xb1, 0x73, 0x88, 0x5d, 0xde, 0xbf, 0x4c, 0x61, - 0x49, 0xa4, 0xb0, 0x39, 0x4d, 0x60, 0x45, 0x3a, 0xbb, 0x46, 0x41, 0x56, 0x49, 0x61, 0xdd, 0x34, - 0x94, 0x27, 0xa0, 0xcc, 0x62, 0x87, 0x71, 0xc2, 0x63, 0x8e, 0xe7, 0xc4, 0x72, 0x42, 0x0c, 0x4e, - 0x13, 0xf8, 0xff, 0x85, 0xd8, 0x35, 0x16, 0xb2, 0xf4, 0x4b, 0x38, 0x95, 0x6c, 0xa3, 0xd7, 0xc7, - 0x30, 0xf3, 0xf9, 0xe3, 0x56, 0x55, 0x75, 0xc3, 0xa7, 0x63, 0x43, 0x55, 0x69, 0x16, 0x2a, 0xc7, - 0x21, 0x47, 0xef, 0xb3, 0xa0, 0xb4, 0x2f, 0x6b, 0xf5, 0xc7, 0x61, 0xec, 0x80, 0xdc, 0x28, 0xb0, - 0x43, 0x31, 0x7f, 0xb1, 0xb5, 0x69, 0xa8, 0x67, 0xd3, 0xd6, 0xa6, 0x4f, 0xf7, 0x02, 0x3b, 0x54, - 0xff, 0x5c, 0xc1, 0xd7, 0x0f, 0xc1, 0xba, 0xe2, 0x78, 0xfd, 0x85, 0xa6, 0xe5, 0x7e, 0xf0, 0xef, - 0xad, 0x4f, 0x13, 0xb8, 0x29, 0x13, 0xb9, 0xf1, 0x32, 0xb2, 0xd6, 0x52, 0x7c, 0xae, 0xff, 0xed, - 0xbb, 0xb3, 0x4c, 0xde, 0x1d, 0xc3, 0xcc, 0xb7, 0x63, 0xa8, 0xfd, 0x24, 0x9b, 0x23, 0x0d, 0xe4, - 0x55, 0x29, 0xbb, 0xa0, 0x14, 0xe1, 0x31, 0x61, 0x84, 0x86, 0xfd, 0x30, 0x1e, 0x3a, 0x38, 0x12, - 0xe1, 0xe4, 0xe6, 0x4b, 0x74, 0x85, 0x80, 0xac, 0x95, 0x14, 0x79, 0x2c, 0x80, 0x05, 0x11, 0x55, - 0xf1, 0xec, 0xad, 0x22, 0x92, 0x30, 0x27, 0x22, 0x9d, 0xb4, 0x97, 0xd3, 0x01, 0xd0, 0x23, 0x90, - 0xef, 0xd9, 0x91, 0x3d, 0x64, 0x33, 0x61, 0x3b, 0x08, 0xe8, 0xcb, 0x8b, 0x08, 0x58, 0x45, 0xab, - 0x2f, 0x35, 0x0a, 0xf3, 0xc2, 0x57, 0x08, 0xc8, 0x5a, 0x51, 0x88, 0x4c, 0x87, 0x75, 0x7a, 0x27, - 0x67, 0x35, 0xed, 0xf4, 0xac, 0xa6, 0x7d, 0x3d, 0xab, 0x69, 0x6f, 0xcf, 0x6b, 0x99, 0xd3, 0xf3, - 0x5a, 0xe6, 0xcb, 0x79, 0x2d, 0xf3, 0x62, 0xc7, 0x27, 0x7c, 0x10, 0x3b, 0x86, 0x4b, 0x87, 0x66, - 0x40, 0x42, 0x6c, 0x12, 0xc7, 0xdd, 0xf2, 0xa9, 0x39, 0xde, 0x36, 0x87, 0xd4, 0x8b, 0x03, 0xcc, - 0xe4, 0x27, 0xe1, 0x7e, 0x6b, 0x4b, 0x7d, 0x15, 0xf8, 0x64, 0x84, 0x99, 0x93, 0x17, 0x3f, 0xd8, - 0xf6, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x94, 0x96, 0x19, 0x35, 0x06, 0x00, 0x00, + 0x6a, 0x3f, 0x01, 0xf2, 0xcc, 0x6c, 0x62, 0xe7, 0x07, 0x10, 0x74, 0x33, 0x67, 0xce, 0x9e, 0x39, + 0xdf, 0xf1, 0x1e, 0x2f, 0x80, 0xc4, 0x71, 0x4d, 0x97, 0x46, 0xd8, 0x74, 0x03, 0x82, 0x43, 0x6e, + 0x8e, 0x9b, 0x6a, 0x65, 0x8c, 0x22, 0xca, 0xa9, 0xae, 0x13, 0xc7, 0x35, 0x66, 0x04, 0x43, 0xc1, + 0xe3, 0x66, 0xb5, 0xec, 0x53, 0x9f, 0x8a, 0x63, 0x73, 0xb6, 0x92, 0xcc, 0xea, 0x7f, 0x3e, 0xa5, + 0x7e, 0x80, 0x4d, 0xb1, 0x73, 0xe2, 0x03, 0xd3, 0x0e, 0x27, 0xea, 0xe8, 0x8e, 0x4b, 0xd9, 0x90, + 0x32, 0x33, 0x1e, 0xf9, 0x91, 0xed, 0x61, 0x73, 0xdc, 0x74, 0x30, 0xb7, 0x9b, 0xe9, 0x3e, 0x15, + 0x90, 0xac, 0xbe, 0x54, 0x96, 0x1b, 0x79, 0x84, 0x8e, 0x34, 0xb0, 0xbe, 0xe7, 0xe1, 0x90, 0x93, + 0x03, 0x82, 0xbd, 0xae, 0x70, 0xf2, 0x94, 0xdb, 0x1c, 0xeb, 0x4d, 0x50, 0x90, 0xc6, 0xfa, 0xc4, + 0xab, 0x68, 0x75, 0xad, 0x51, 0xe8, 0x94, 0xa7, 0x09, 0x5c, 0x9d, 0xd8, 0xc3, 0xa0, 0x8d, 0x2e, + 0x8e, 0x90, 0xb5, 0x2c, 0xd7, 0x7b, 0x9e, 0xde, 0x03, 0x7f, 0x2b, 0x9c, 0xcd, 0x24, 0x2a, 0xd9, + 0xba, 0xd6, 0x28, 0xb6, 0xca, 0x86, 0xf4, 0x6f, 0xa4, 0xfe, 0x8d, 0x87, 0xe1, 0xa4, 0xb3, 0x31, + 0x4d, 0xe0, 0xda, 0x82, 0x96, 0x78, 0x06, 0x59, 0x45, 0xf7, 0xd2, 0x04, 0xfa, 0xa0, 0x81, 0x4a, + 0x97, 0x86, 0x0c, 0x87, 0x2c, 0x66, 0x02, 0x7a, 0x46, 0xf8, 0x60, 0x17, 0x13, 0x7f, 0xc0, 0xf5, + 0x1d, 0x90, 0x1f, 0x88, 0x95, 0xb0, 0x57, 0x6c, 0x55, 0x8d, 0xeb, 0x91, 0x1a, 0x92, 0xdb, 0xc9, + 0x9d, 0x24, 0x30, 0x63, 0x29, 0xbe, 0xfe, 0x1c, 0x94, 0xdc, 0x54, 0xf5, 0x17, 0xbc, 0x56, 0xa7, + 0x09, 0xfc, 0x57, 0x79, 0x5d, 0x7c, 0x0c, 0x59, 0x2b, 0xee, 0x82, 0x3d, 0xf4, 0x49, 0x03, 0xeb, + 0x32, 0xc6, 0x45, 0xdf, 0xec, 0x77, 0x02, 0x7d, 0x05, 0x56, 0xaf, 0x5c, 0xc8, 0x2a, 0xd9, 0xfa, + 0x52, 0xa3, 0xd8, 0xba, 0x77, 0xd3, 0xac, 0xb7, 0x25, 0xd5, 0x81, 0xb3, 0xe9, 0xa7, 0x09, 0xdc, + 0xb8, 0x71, 0x08, 0x86, 0xac, 0xd2, 0xe2, 0x14, 0x0c, 0xbd, 0xc9, 0x82, 0xb2, 0x1c, 0x63, 0x7f, + 0xe4, 0xd9, 0x1c, 0xf7, 0x22, 0x3a, 0xa2, 0xcc, 0x0e, 0xf4, 0x32, 0xf8, 0x8b, 0x13, 0x1e, 0x60, + 0x39, 0x81, 0x25, 0x37, 0x7a, 0x1d, 0x14, 0x3d, 0xcc, 0xdc, 0x88, 0x8c, 0x38, 0xa1, 0xa1, 0x08, + 0xb3, 0x60, 0xcd, 0x43, 0xfa, 0x2e, 0xf8, 0x87, 0xc5, 0xce, 0x21, 0x76, 0x79, 0xff, 0x32, 0x85, + 0x25, 0x91, 0xc2, 0xe6, 0x34, 0x81, 0x15, 0xe9, 0xec, 0x1a, 0x05, 0x59, 0x25, 0x85, 0x75, 0xd3, + 0x50, 0x9e, 0x80, 0x32, 0x8b, 0x1d, 0xc6, 0x09, 0x8f, 0x39, 0x9e, 0x13, 0xcb, 0x09, 0x31, 0x38, + 0x4d, 0xe0, 0xff, 0x17, 0x62, 0xd7, 0x58, 0xc8, 0xd2, 0x2f, 0xe1, 0x54, 0xb2, 0x8d, 0x5e, 0x1f, + 0xc3, 0xcc, 0xe7, 0x8f, 0x5b, 0x55, 0xd5, 0x0d, 0x9f, 0x8e, 0x0d, 0x55, 0xa5, 0x59, 0xa8, 0x1c, + 0x87, 0x1c, 0xbd, 0xcf, 0x82, 0xd2, 0xbe, 0xac, 0xd5, 0x1f, 0x87, 0xf1, 0x00, 0xe4, 0x46, 0x81, + 0x1d, 0x8a, 0xf9, 0x8b, 0xad, 0x4d, 0x43, 0x5d, 0x9b, 0xb6, 0x36, 0xbd, 0xba, 0x17, 0xd8, 0xa1, + 0x7a, 0x73, 0x05, 0x5f, 0x3f, 0x04, 0xeb, 0x8a, 0xe3, 0xf5, 0x17, 0x9a, 0x96, 0xfb, 0xc1, 0xdb, + 0x5b, 0x9f, 0x26, 0x70, 0x53, 0x26, 0x72, 0xe3, 0xc3, 0xc8, 0x5a, 0x4b, 0xf1, 0xb9, 0xfe, 0xb7, + 0xef, 0xce, 0x32, 0x79, 0x77, 0x0c, 0x33, 0xdf, 0x8e, 0xa1, 0xf6, 0x93, 0x6c, 0x8e, 0x34, 0x90, + 0x57, 0xa5, 0xec, 0x82, 0x52, 0x84, 0xc7, 0x84, 0x11, 0x1a, 0xf6, 0xc3, 0x78, 0xe8, 0xe0, 0x48, + 0x84, 0x93, 0x9b, 0x2f, 0xd1, 0x15, 0x02, 0xb2, 0x56, 0x52, 0xe4, 0xb1, 0x00, 0x16, 0x44, 0x54, + 0xc5, 0xb3, 0xb7, 0x8a, 0x48, 0xc2, 0x9c, 0x88, 0x74, 0xd2, 0x5e, 0x4e, 0x07, 0x40, 0x8f, 0x40, + 0xbe, 0x67, 0x47, 0xf6, 0x90, 0xcd, 0x84, 0xed, 0x20, 0xa0, 0x2f, 0x2f, 0x22, 0x60, 0x15, 0xad, + 0xbe, 0xd4, 0x28, 0xcc, 0x0b, 0x5f, 0x21, 0x20, 0x6b, 0x45, 0x21, 0x32, 0x1d, 0xd6, 0xb1, 0x4e, + 0xce, 0x6a, 0xda, 0xe9, 0x59, 0x4d, 0xfb, 0x7a, 0x56, 0xd3, 0xde, 0x9e, 0xd7, 0x32, 0xa7, 0xe7, + 0xb5, 0xcc, 0x97, 0xf3, 0x5a, 0xe6, 0xc5, 0x8e, 0x4f, 0xf8, 0x20, 0x76, 0x0c, 0x97, 0x0e, 0xd5, + 0xdf, 0xac, 0x49, 0x1c, 0x77, 0xcb, 0xa7, 0xe6, 0x78, 0xdb, 0x1c, 0x52, 0x2f, 0x0e, 0x30, 0x93, + 0x1f, 0x85, 0xfb, 0xad, 0x2d, 0xf5, 0x5d, 0xe0, 0x93, 0x11, 0x66, 0x4e, 0x5e, 0xfc, 0x64, 0xdb, + 0xdf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x08, 0xd1, 0x44, 0x6d, 0x37, 0x06, 0x00, 0x00, } func (this *UpgradeProposal) Equal(that interface{}) bool { diff --git a/modules/core/02-client/types/genesis.pb.go b/modules/core/02-client/types/genesis.pb.go index 83c15ed2795..9f85bc06008 100644 --- a/modules/core/02-client/types/genesis.pb.go +++ b/modules/core/02-client/types/genesis.pb.go @@ -218,41 +218,41 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/genesis.proto", fileDescriptor_bcd0c0f1f2e6a91a) } var fileDescriptor_bcd0c0f1f2e6a91a = []byte{ - // 540 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x41, 0x6e, 0xd3, 0x4c, - 0x18, 0xcd, 0x34, 0x69, 0xfe, 0x76, 0x5a, 0xfd, 0x0d, 0xa3, 0xa8, 0x98, 0x54, 0xb2, 0x2d, 0xb3, - 0x09, 0x8b, 0xd8, 0x24, 0x95, 0x10, 0xca, 0x06, 0xc9, 0x95, 0x40, 0x95, 0x40, 0x2a, 0x66, 0xc7, - 0xc6, 0x72, 0xc6, 0x1f, 0xe9, 0x08, 0xc7, 0x13, 0x32, 0x93, 0x88, 0xdc, 0x80, 0x25, 0xe2, 0x04, - 0xac, 0x39, 0x03, 0x07, 0xe8, 0xb2, 0xcb, 0xae, 0x02, 0x4a, 0x6e, 0x90, 0x13, 0x20, 0x7b, 0xc6, - 0xb4, 0x4d, 0x5d, 0x76, 0x5f, 0x9e, 0xdf, 0x7b, 0xdf, 0xd3, 0xfb, 0x32, 0xd8, 0x66, 0x03, 0xea, - 0x51, 0x3e, 0x01, 0x8f, 0x26, 0x0c, 0x52, 0xe9, 0xcd, 0xba, 0xde, 0x10, 0x52, 0x10, 0x4c, 0xb8, - 0xe3, 0x09, 0x97, 0x9c, 0x10, 0x36, 0xa0, 0x6e, 0xc6, 0x70, 0x15, 0xc3, 0x9d, 0x75, 0x5b, 0x56, - 0x89, 0x4a, 0x7f, 0xcd, 0x45, 0xad, 0xe6, 0x90, 0x0f, 0x79, 0x3e, 0x7a, 0xd9, 0xa4, 0x50, 0xe7, - 0xaa, 0x86, 0xf7, 0x5f, 0x29, 0xf3, 0x77, 0x32, 0x92, 0x40, 0x28, 0xfe, 0x4f, 0xc9, 0x84, 0x81, - 0xec, 0x6a, 0x7b, 0xaf, 0xf7, 0xc4, 0xbd, 0xbb, 0xcd, 0x3d, 0x8d, 0x21, 0x95, 0xec, 0x03, 0x83, - 0xf8, 0x24, 0xc7, 0x72, 0xad, 0x6f, 0x5e, 0x2c, 0xac, 0xca, 0x8f, 0x5f, 0xd6, 0x61, 0xe9, 0x67, - 0x11, 0x14, 0xce, 0xe4, 0x1b, 0xc2, 0x0f, 0xf4, 0x1c, 0x52, 0x9e, 0x0a, 0x48, 0xc5, 0x54, 0x18, - 0x5b, 0xf7, 0xef, 0x53, 0x36, 0x27, 0x05, 0x55, 0xf9, 0xf9, 0xfd, 0x6c, 0xdf, 0x7a, 0x61, 0x19, - 0xf3, 0x68, 0x94, 0xf4, 0x9d, 0x3b, 0x8e, 0x4e, 0x96, 0x45, 0x49, 0xc5, 0x86, 0x36, 0x68, 0xd0, - 0x0d, 0x9c, 0xcc, 0x71, 0x81, 0x85, 0x23, 0x90, 0x51, 0x1c, 0xc9, 0xc8, 0xa8, 0xe6, 0x91, 0x3a, - 0xff, 0xae, 0x40, 0xf7, 0xf7, 0x46, 0x8b, 0x7c, 0x4b, 0xc7, 0x7a, 0x78, 0x3b, 0x56, 0x61, 0xea, - 0x04, 0x07, 0x1a, 0x2a, 0x14, 0xe4, 0x39, 0xae, 0x8f, 0xa3, 0x49, 0x34, 0x12, 0x46, 0xcd, 0x46, - 0xed, 0xbd, 0x5e, 0xab, 0x6c, 0xe1, 0x59, 0xce, 0xf0, 0x6b, 0x99, 0x7b, 0xa0, 0xf9, 0xe4, 0x25, - 0x6e, 0xd0, 0x09, 0x44, 0x12, 0xc2, 0x84, 0xd3, 0x28, 0x39, 0xe7, 0x42, 0x1a, 0xdb, 0x36, 0x6a, - 0xef, 0xf8, 0x47, 0x37, 0x12, 0x6c, 0x30, 0xb2, 0x04, 0x39, 0xf4, 0xba, 0x40, 0xc8, 0x5b, 0xdc, - 0x4c, 0xe1, 0xb3, 0x0c, 0xd5, 0xba, 0x50, 0xc0, 0xa7, 0x29, 0xa4, 0x14, 0x8c, 0xba, 0x8d, 0xda, - 0x35, 0xdf, 0x5a, 0x2f, 0xac, 0x23, 0xe5, 0x55, 0xc6, 0x72, 0x02, 0x92, 0xc1, 0xfa, 0xd6, 0x05, - 0xf8, 0x02, 0x1f, 0x6c, 0x34, 0x43, 0x1a, 0xb8, 0xfa, 0x11, 0xe6, 0x06, 0xb2, 0x51, 0x7b, 0x3f, - 0xc8, 0x46, 0xd2, 0xc4, 0xdb, 0xb3, 0x28, 0x99, 0x82, 0xb1, 0x95, 0x63, 0xea, 0x47, 0xbf, 0xf6, - 0xe5, 0xbb, 0x55, 0x71, 0x7e, 0x22, 0xfc, 0xe8, 0xde, 0x96, 0x49, 0x17, 0xef, 0xea, 0x18, 0x2c, - 0xce, 0x1d, 0x77, 0xfd, 0xe6, 0x7a, 0x61, 0x35, 0x6e, 0x96, 0x1e, 0xb2, 0xd8, 0x09, 0x76, 0xd4, - 0x7c, 0x1a, 0x93, 0x04, 0xeb, 0xe6, 0xaf, 0x0f, 0xac, 0xfe, 0x73, 0x8f, 0xcb, 0xfa, 0xde, 0x3c, - 0xab, 0xa9, 0xcf, 0x7a, 0x78, 0x6b, 0xc3, 0xf5, 0x55, 0xff, 0x57, 0xc8, 0x5f, 0xfe, 0xd9, 0xc5, - 0xd2, 0x44, 0x97, 0x4b, 0x13, 0xfd, 0x5e, 0x9a, 0xe8, 0xeb, 0xca, 0xac, 0x5c, 0xae, 0xcc, 0xca, - 0xd5, 0xca, 0xac, 0xbc, 0x7f, 0x36, 0x64, 0xf2, 0x7c, 0x3a, 0x70, 0x29, 0x1f, 0x79, 0x09, 0x4b, - 0xc1, 0x63, 0x03, 0xda, 0x19, 0x72, 0x6f, 0x76, 0xec, 0x8d, 0x78, 0x3c, 0x4d, 0x40, 0xa8, 0x97, - 0xfc, 0xb4, 0xd7, 0xd1, 0x8f, 0x59, 0xce, 0xc7, 0x20, 0x06, 0xf5, 0xfc, 0xcd, 0x1e, 0xff, 0x09, - 0x00, 0x00, 0xff, 0xff, 0xf0, 0x07, 0x79, 0x24, 0x22, 0x04, 0x00, 0x00, + // 539 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x41, 0x6e, 0xd3, 0x40, + 0x14, 0xcd, 0x34, 0x69, 0x68, 0xa7, 0x15, 0x0d, 0xa3, 0xa8, 0x98, 0x54, 0xb2, 0x2d, 0xb3, 0x09, + 0x8b, 0xd8, 0x24, 0xdd, 0x54, 0xd9, 0x20, 0xb9, 0x12, 0xa8, 0x12, 0x48, 0x60, 0x76, 0x6c, 0xac, + 0xc9, 0x78, 0x48, 0x47, 0xd8, 0x9e, 0x90, 0x99, 0x44, 0xe4, 0x06, 0x2c, 0x11, 0x27, 0x60, 0xcd, + 0x19, 0x38, 0x40, 0x97, 0x5d, 0x76, 0x15, 0x50, 0x72, 0x83, 0x9c, 0x00, 0x79, 0x66, 0x4c, 0xdb, + 0x34, 0x65, 0xf7, 0xf3, 0xfc, 0xde, 0xfb, 0x4f, 0xef, 0x67, 0xa0, 0xcb, 0x06, 0x24, 0x20, 0x7c, + 0x4c, 0x03, 0x92, 0x32, 0x9a, 0xcb, 0x60, 0xda, 0x0d, 0x86, 0x34, 0xa7, 0x82, 0x09, 0x7f, 0x34, + 0xe6, 0x92, 0x23, 0xc4, 0x06, 0xc4, 0x2f, 0x18, 0xbe, 0x66, 0xf8, 0xd3, 0x6e, 0xcb, 0xd9, 0xa0, + 0x32, 0x5f, 0x95, 0xa8, 0xd5, 0x1c, 0xf2, 0x21, 0x57, 0x63, 0x50, 0x4c, 0x1a, 0xf5, 0xae, 0x6a, + 0x70, 0xff, 0x95, 0x36, 0x7f, 0x2f, 0xb1, 0xa4, 0x88, 0xc0, 0x07, 0x5a, 0x26, 0x2c, 0xe0, 0x56, + 0xdb, 0x7b, 0xbd, 0x67, 0xfe, 0xdd, 0x6d, 0xfe, 0x59, 0x42, 0x73, 0xc9, 0x3e, 0x32, 0x9a, 0x9c, + 0x2a, 0x4c, 0x69, 0x43, 0xfb, 0x62, 0xee, 0x54, 0x7e, 0xfe, 0x76, 0x0e, 0x37, 0x7e, 0x16, 0x51, + 0xe9, 0x8c, 0xbe, 0x03, 0xf8, 0xc8, 0xcc, 0x31, 0xe1, 0xb9, 0xa0, 0xb9, 0x98, 0x08, 0x6b, 0xeb, + 0xfe, 0x7d, 0xda, 0xe6, 0xb4, 0xa4, 0x6a, 0xbf, 0xb0, 0x5f, 0xec, 0x5b, 0xcd, 0x1d, 0x6b, 0x86, + 0xb3, 0xb4, 0xef, 0xdd, 0x71, 0xf4, 0x8a, 0x2c, 0x5a, 0x2a, 0xd6, 0xb4, 0x51, 0x83, 0xac, 0xe1, + 0x68, 0x06, 0x4b, 0x2c, 0xce, 0xa8, 0xc4, 0x09, 0x96, 0xd8, 0xaa, 0xaa, 0x48, 0x9d, 0xff, 0x57, + 0x60, 0xfa, 0x7b, 0x63, 0x44, 0xa1, 0x63, 0x62, 0x3d, 0xbe, 0x1d, 0xab, 0x34, 0xf5, 0xa2, 0x03, + 0x03, 0x95, 0x0a, 0x74, 0x02, 0xeb, 0x23, 0x3c, 0xc6, 0x99, 0xb0, 0x6a, 0x2e, 0x68, 0xef, 0xf5, + 0x5a, 0x9b, 0x16, 0xbe, 0x55, 0x8c, 0xb0, 0x56, 0xb8, 0x47, 0x86, 0x8f, 0x5e, 0xc2, 0x06, 0x19, + 0x53, 0x2c, 0x69, 0x9c, 0x72, 0x82, 0xd3, 0x73, 0x2e, 0xa4, 0xb5, 0xed, 0x82, 0xf6, 0x4e, 0x78, + 0x74, 0x23, 0xc1, 0x1a, 0xa3, 0x48, 0xa0, 0xa0, 0xd7, 0x25, 0x82, 0xde, 0xc1, 0x66, 0x4e, 0xbf, + 0xc8, 0x58, 0xaf, 0x8b, 0x05, 0xfd, 0x3c, 0xa1, 0x39, 0xa1, 0x56, 0xdd, 0x05, 0xed, 0x5a, 0xe8, + 0xac, 0xe6, 0xce, 0x91, 0xf6, 0xda, 0xc4, 0xf2, 0x22, 0x54, 0xc0, 0xe6, 0xd6, 0x25, 0xf8, 0x02, + 0x1e, 0xac, 0x35, 0x83, 0x1a, 0xb0, 0xfa, 0x89, 0xce, 0x2c, 0xe0, 0x82, 0xf6, 0x7e, 0x54, 0x8c, + 0xa8, 0x09, 0xb7, 0xa7, 0x38, 0x9d, 0x50, 0x6b, 0x4b, 0x61, 0xfa, 0x47, 0xbf, 0xf6, 0xf5, 0x87, + 0x53, 0xf1, 0x7e, 0x01, 0xf8, 0xe4, 0xde, 0x96, 0x51, 0x17, 0xee, 0x9a, 0x18, 0x2c, 0x51, 0x8e, + 0xbb, 0x61, 0x73, 0x35, 0x77, 0x1a, 0x37, 0x4b, 0x8f, 0x59, 0xe2, 0x45, 0x3b, 0x7a, 0x3e, 0x4b, + 0x50, 0x0a, 0x4d, 0xf3, 0xd7, 0x07, 0xd6, 0xff, 0xb9, 0xa7, 0x9b, 0xfa, 0x5e, 0x3f, 0xab, 0x6d, + 0xce, 0x7a, 0x78, 0x6b, 0xc3, 0xf5, 0x55, 0x1f, 0x6a, 0xe4, 0x1f, 0x3f, 0xba, 0x58, 0xd8, 0xe0, + 0x72, 0x61, 0x83, 0x3f, 0x0b, 0x1b, 0x7c, 0x5b, 0xda, 0x95, 0xcb, 0xa5, 0x5d, 0xb9, 0x5a, 0xda, + 0x95, 0x0f, 0x27, 0x43, 0x26, 0xcf, 0x27, 0x03, 0x9f, 0xf0, 0x2c, 0x20, 0x5c, 0x64, 0x5c, 0x04, + 0x6c, 0x40, 0x3a, 0x43, 0x1e, 0x4c, 0x8f, 0x83, 0x8c, 0x27, 0x93, 0x94, 0x0a, 0xfd, 0x96, 0x9f, + 0xf7, 0x3a, 0xe6, 0x39, 0xcb, 0xd9, 0x88, 0x8a, 0x41, 0x5d, 0xbd, 0xda, 0xe3, 0xbf, 0x01, 0x00, + 0x00, 0xff, 0xff, 0x29, 0x4b, 0x29, 0xf0, 0x24, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/02-client/types/genesis_test.go b/modules/core/02-client/types/genesis_test.go index 8201ef22204..98b8ca704ac 100644 --- a/modules/core/02-client/types/genesis_test.go +++ b/modules/core/02-client/types/genesis_test.go @@ -54,10 +54,9 @@ func (suite *TypesTestSuite) TestValidateGenesis() { val := ibctesting.NewTestValidator(pubKey, 10) valSet := octypes.NewValidatorSet([]*octypes.Validator{val}) - voterSet := octypes.WrapValidatorsToVoterSet(valSet.Validators) heightMinus1 := types.NewHeight(0, height-1) - header := suite.chainA.CreateOCClientHeader(chainID, int64(clientHeight.RevisionHeight), heightMinus1, now, valSet, valSet, voterSet, voterSet, []octypes.PrivValidator{privVal}) + header := suite.chainA.CreateOCClientHeader(chainID, int64(clientHeight.RevisionHeight), heightMinus1, now, valSet, valSet, []octypes.PrivValidator{privVal}) testCases := []struct { name string diff --git a/modules/core/02-client/types/msgs_test.go b/modules/core/02-client/types/msgs_test.go index 04a04e697df..89217cab9b4 100644 --- a/modules/core/02-client/types/msgs_test.go +++ b/modules/core/02-client/types/msgs_test.go @@ -489,8 +489,8 @@ func (suite *TypesTestSuite) TestMarshalMsgSubmitMisbehaviour() { "ostracon client", func() { height := types.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height)) heightMinus1 := types.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height)-1) - header1 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) - header2 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time.Add(time.Minute), suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) + header1 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) + header2 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time.Add(time.Minute), suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) misbehaviour := ibcoctypes.NewMisbehaviour("ostracon-0", header1, header2) msg, err = types.NewMsgSubmitMisbehaviour("ostracon-0", misbehaviour, suite.chainA.SenderAccount.GetAddress().String()) @@ -546,8 +546,8 @@ func (suite *TypesTestSuite) TestMsgSubmitMisbehaviour_ValidateBasic() { func() { height := types.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height)) heightMinus1 := types.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height)-1) - header1 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) - header2 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time.Add(time.Minute), suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) + header1 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) + header2 := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, int64(height.RevisionHeight), heightMinus1, suite.chainA.CurrentHeader.Time.Add(time.Minute), suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) misbehaviour := ibcoctypes.NewMisbehaviour("ostracon-0", header1, header2) msg, err = types.NewMsgSubmitMisbehaviour("ostracon-0", misbehaviour, suite.chainA.SenderAccount.GetAddress().String()) diff --git a/modules/core/02-client/types/query.pb.go b/modules/core/02-client/types/query.pb.go index 8770485bdf2..d7e2af30e3c 100644 --- a/modules/core/02-client/types/query.pb.go +++ b/modules/core/02-client/types/query.pb.go @@ -985,72 +985,72 @@ func init() { proto.RegisterFile("ibc/core/client/v1/query.proto", fileDescripto var fileDescriptor_dc42cdfd1d52d76e = []byte{ // 1055 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcd, 0x6f, 0x1b, 0x45, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcd, 0x6f, 0x1b, 0x45, 0x14, 0xcf, 0xa4, 0x69, 0xd4, 0x3e, 0xbb, 0x09, 0x9a, 0xe6, 0xc3, 0xdd, 0x16, 0xc7, 0xd9, 0x20, - 0x9a, 0x96, 0x64, 0x27, 0x71, 0x68, 0x52, 0x21, 0x21, 0x41, 0x2a, 0x95, 0xf6, 0x52, 0x82, 0x11, - 0x02, 0x21, 0xa1, 0x68, 0x77, 0x3d, 0xd9, 0xac, 0x64, 0xef, 0xb8, 0x9e, 0x5d, 0x4b, 0x51, 0x95, - 0x4b, 0x4f, 0x88, 0x13, 0x12, 0x12, 0x57, 0x24, 0x8e, 0x1c, 0x2a, 0x0e, 0x48, 0x5c, 0x39, 0x41, - 0x0e, 0x1c, 0x2a, 0xc1, 0x81, 0x13, 0x45, 0x09, 0x7f, 0x08, 0xda, 0x99, 0x59, 0x7b, 0xd7, 0x1e, - 0xd7, 0x6b, 0x14, 0xb8, 0xed, 0xbe, 0xcf, 0xdf, 0xfb, 0xbd, 0xb7, 0xef, 0x2d, 0x94, 0x7d, 0xc7, - 0x25, 0x2e, 0x6b, 0x53, 0xe2, 0x36, 0x7c, 0x1a, 0x84, 0xa4, 0xb3, 0x49, 0x1e, 0x47, 0xb4, 0x7d, - 0x64, 0xb5, 0xda, 0x2c, 0x64, 0x18, 0xfb, 0x8e, 0x6b, 0xc5, 0x7a, 0x4b, 0xea, 0xad, 0xce, 0xa6, - 0x71, 0xdb, 0x65, 0xbc, 0xc9, 0x38, 0x71, 0x6c, 0x4e, 0xa5, 0x31, 0xe9, 0x6c, 0x3a, 0x34, 0xb4, - 0x37, 0x49, 0xcb, 0xf6, 0xfc, 0xc0, 0x0e, 0x7d, 0x16, 0x48, 0x7f, 0x63, 0x49, 0x13, 0x5f, 0x45, - 0x92, 0x06, 0xd7, 0x3c, 0xc6, 0xbc, 0x06, 0x25, 0xe2, 0xcd, 0x89, 0x0e, 0x88, 0x1d, 0xa8, 0xdc, - 0xc6, 0x0d, 0xa5, 0xb2, 0x5b, 0x3e, 0xb1, 0x83, 0x80, 0x85, 0x22, 0x30, 0x57, 0xda, 0x39, 0x8f, - 0x79, 0x4c, 0x3c, 0x92, 0xf8, 0x49, 0x4a, 0xcd, 0x6d, 0x58, 0xfc, 0x20, 0x46, 0x74, 0x4f, 0xe4, - 0xf8, 0x30, 0xb4, 0x43, 0x5a, 0xa3, 0x8f, 0x23, 0xca, 0x43, 0x7c, 0x1d, 0x2e, 0xcb, 0xcc, 0xfb, - 0x7e, 0xbd, 0x84, 0x2a, 0x68, 0xf5, 0x72, 0xed, 0x92, 0x14, 0x3c, 0xac, 0x9b, 0xcf, 0x10, 0x94, - 0x06, 0x1d, 0x79, 0x8b, 0x05, 0x9c, 0xe2, 0x1d, 0x28, 0x2a, 0x4f, 0x1e, 0xcb, 0x85, 0x73, 0xa1, - 0x3a, 0x67, 0x49, 0x7c, 0x56, 0x02, 0xdd, 0x7a, 0x37, 0x38, 0xaa, 0x15, 0xdc, 0x5e, 0x00, 0x3c, - 0x07, 0x17, 0x5b, 0x6d, 0xc6, 0x0e, 0x4a, 0x93, 0x15, 0xb4, 0x5a, 0xac, 0xc9, 0x17, 0x7c, 0x0f, - 0x8a, 0xe2, 0x61, 0xff, 0x90, 0xfa, 0xde, 0x61, 0x58, 0xba, 0x20, 0xc2, 0x19, 0xd6, 0x20, 0xd5, - 0xd6, 0x03, 0x61, 0xb1, 0x3b, 0x75, 0xf2, 0xe7, 0xd2, 0x44, 0xad, 0x20, 0xbc, 0xa4, 0xc8, 0x74, - 0x06, 0xf1, 0xf2, 0xa4, 0xd2, 0xfb, 0x00, 0xbd, 0x46, 0x28, 0xb4, 0xaf, 0x5b, 0xb2, 0x6b, 0x56, - 0xdc, 0x35, 0x4b, 0xb6, 0x58, 0x75, 0xcd, 0xda, 0xb3, 0xbd, 0x84, 0xa5, 0x5a, 0xca, 0xd3, 0xfc, - 0x1d, 0xc1, 0x35, 0x4d, 0x12, 0xc5, 0x4a, 0x00, 0x57, 0xd2, 0xac, 0xf0, 0x12, 0xaa, 0x5c, 0x58, - 0x2d, 0x54, 0x6f, 0xe9, 0xea, 0x78, 0x58, 0xa7, 0x41, 0xe8, 0x1f, 0xf8, 0xb4, 0x9e, 0x0a, 0xb5, - 0x5b, 0x8e, 0xcb, 0xfa, 0xee, 0xc5, 0xd2, 0x82, 0x56, 0xcd, 0x6b, 0xc5, 0x14, 0x97, 0x1c, 0xbf, - 0x97, 0xa9, 0x6a, 0x52, 0x54, 0x75, 0x73, 0x64, 0x55, 0x12, 0x6c, 0xa6, 0xac, 0xef, 0x11, 0x18, - 0xb2, 0xac, 0x58, 0x15, 0xf0, 0x88, 0xe7, 0x9e, 0x13, 0x7c, 0x13, 0x66, 0xdb, 0xb4, 0xe3, 0x73, - 0x9f, 0x05, 0xfb, 0x41, 0xd4, 0x74, 0x68, 0x5b, 0x20, 0x99, 0xaa, 0xcd, 0x24, 0xe2, 0x47, 0x42, - 0x9a, 0x31, 0x4c, 0xf5, 0x39, 0x65, 0x28, 0x1b, 0x89, 0x57, 0xe0, 0x4a, 0x23, 0xae, 0x2f, 0x4c, - 0xcc, 0xa6, 0x2a, 0x68, 0xf5, 0x52, 0xad, 0x28, 0x85, 0xaa, 0xdb, 0x3f, 0x22, 0xb8, 0xae, 0x85, - 0xac, 0x7a, 0xf1, 0x36, 0xcc, 0xba, 0x89, 0x26, 0xc7, 0x90, 0xce, 0xb8, 0x99, 0x30, 0xff, 0xe5, - 0x9c, 0x3e, 0xd5, 0x23, 0xe7, 0xb9, 0xd8, 0xbe, 0xaf, 0x69, 0xf9, 0xbf, 0x19, 0xe4, 0x9f, 0x11, - 0xdc, 0xd0, 0x83, 0x50, 0xfc, 0x7d, 0x06, 0xaf, 0xf4, 0xf1, 0x97, 0x8c, 0xf3, 0x9a, 0xae, 0xdc, - 0x6c, 0x98, 0x8f, 0xfd, 0xf0, 0x30, 0x43, 0xc0, 0x6c, 0x96, 0xde, 0x73, 0x1c, 0xdd, 0xcf, 0x11, - 0x2c, 0x6b, 0x0a, 0x91, 0xd9, 0xff, 0x5f, 0x4e, 0x7f, 0x41, 0x60, 0xbe, 0x0c, 0x8a, 0x62, 0xf6, - 0x13, 0x58, 0xec, 0x63, 0x56, 0x8d, 0x53, 0x42, 0xf0, 0xe8, 0x79, 0x9a, 0x77, 0x75, 0x19, 0xce, - 0x8f, 0xd4, 0x9d, 0x81, 0x55, 0x1a, 0xe5, 0xa2, 0xd2, 0xdc, 0x1a, 0x58, 0x8f, 0x51, 0xaf, 0xf0, - 0x05, 0x98, 0xe6, 0x42, 0xa2, 0xdc, 0xd4, 0x9b, 0x69, 0x64, 0xb2, 0xed, 0xd9, 0x6d, 0xbb, 0x99, - 0x64, 0x33, 0xdf, 0xcf, 0x04, 0x4c, 0x74, 0x2a, 0x60, 0x15, 0xa6, 0x5b, 0x42, 0xa2, 0x3e, 0x6d, - 0x2d, 0x71, 0xca, 0x47, 0x59, 0x9a, 0xcb, 0xb0, 0x24, 0x02, 0x7e, 0xd4, 0xf2, 0xda, 0x76, 0x3d, - 0xb3, 0x5e, 0x93, 0x9c, 0x0d, 0xa8, 0x0c, 0x37, 0x51, 0xa9, 0x1f, 0xc0, 0x7c, 0xa4, 0xd4, 0xfb, - 0xb9, 0x2f, 0xe1, 0xd5, 0x68, 0x30, 0xa2, 0xf9, 0x9a, 0x1a, 0x9a, 0x6e, 0x36, 0xdd, 0x0a, 0x36, - 0x23, 0x58, 0x79, 0xa9, 0x95, 0x82, 0xf5, 0x08, 0x4a, 0x3d, 0x58, 0x63, 0xac, 0xbf, 0x85, 0x48, - 0x1b, 0xb7, 0xfa, 0x6b, 0x11, 0x2e, 0x8a, 0xbc, 0xf8, 0x1b, 0x04, 0x85, 0x14, 0x6c, 0xfc, 0x86, - 0x8e, 0xeb, 0x21, 0x3f, 0x1a, 0xc6, 0x5a, 0x3e, 0x63, 0x59, 0x84, 0x79, 0xe7, 0xe9, 0x6f, 0x7f, - 0x7f, 0x35, 0x49, 0xf0, 0x3a, 0x19, 0xfa, 0xab, 0xa4, 0x36, 0x12, 0x79, 0xd2, 0x1d, 0xc5, 0x63, - 0xfc, 0x35, 0x82, 0x62, 0xfa, 0x58, 0xe2, 0x5c, 0x59, 0x93, 0x49, 0x33, 0xd6, 0x73, 0x5a, 0x2b, - 0x90, 0xb7, 0x04, 0xc8, 0x15, 0xbc, 0x3c, 0x12, 0x24, 0x7e, 0x81, 0x60, 0x26, 0xcb, 0x2b, 0xb6, - 0x86, 0x27, 0xd3, 0xb5, 0xdf, 0x20, 0xb9, 0xed, 0x15, 0xbc, 0x86, 0x80, 0x77, 0x80, 0xeb, 0x5a, - 0x78, 0x7d, 0x8b, 0x3d, 0x4d, 0x23, 0x49, 0x8e, 0x31, 0x79, 0xd2, 0x77, 0xd6, 0x8f, 0x89, 0x5c, - 0x53, 0x29, 0x85, 0x14, 0x1c, 0xe3, 0x67, 0x08, 0x66, 0xfb, 0x0e, 0x09, 0xce, 0x0b, 0xb9, 0xdb, - 0x80, 0x8d, 0xfc, 0x0e, 0xaa, 0xc8, 0xbb, 0xa2, 0xc8, 0x2a, 0xde, 0x18, 0xb7, 0x48, 0x7c, 0x82, - 0x60, 0x5e, 0xbb, 0xa5, 0xf1, 0x9d, 0x9c, 0x28, 0xb2, 0x07, 0xc6, 0xd8, 0x1e, 0xd7, 0x4d, 0x95, - 0xf0, 0x8e, 0x28, 0xe1, 0x2d, 0x7c, 0x77, 0xec, 0x3e, 0xa9, 0x9b, 0x81, 0xbf, 0xcd, 0x8c, 0x7d, - 0x94, 0x6f, 0xec, 0xa3, 0xb1, 0xc6, 0xbe, 0xb7, 0xc3, 0x73, 0x7f, 0x9b, 0x51, 0x96, 0xef, 0x2f, - 0xba, 0x20, 0xe5, 0x3a, 0x1e, 0x09, 0x32, 0x73, 0x05, 0x46, 0x82, 0xcc, 0xde, 0x05, 0xf3, 0x55, - 0x01, 0x72, 0x11, 0xcf, 0x4b, 0x90, 0x5d, 0x7c, 0xf2, 0x04, 0xe0, 0x1f, 0x10, 0x5c, 0xd5, 0xec, - 0x76, 0xbc, 0x35, 0x34, 0xcb, 0xf0, 0x63, 0x61, 0xbc, 0x39, 0x9e, 0x93, 0x42, 0x58, 0x15, 0x08, - 0xd7, 0xf0, 0x6d, 0x1d, 0x8d, 0xda, 0xc3, 0xc2, 0xf1, 0x4f, 0x08, 0x16, 0xf4, 0xeb, 0x1f, 0x6f, - 0x8f, 0x06, 0xa1, 0x5d, 0x2b, 0x3b, 0x63, 0xfb, 0xe5, 0x19, 0x83, 0x61, 0x17, 0x88, 0xef, 0xee, - 0x9d, 0x9c, 0x96, 0xd1, 0xf3, 0xd3, 0x32, 0xfa, 0xeb, 0xb4, 0x8c, 0xbe, 0x3c, 0x2b, 0x4f, 0x3c, - 0x3f, 0x2b, 0x4f, 0xfc, 0x71, 0x56, 0x9e, 0xf8, 0x74, 0xdb, 0xf3, 0xc3, 0xc3, 0xc8, 0xb1, 0x5c, - 0xd6, 0x24, 0x0d, 0x3f, 0xa0, 0x71, 0xdc, 0x75, 0x8f, 0x91, 0xce, 0x16, 0x69, 0xb2, 0x7a, 0xd4, - 0xa0, 0x5c, 0x66, 0xd9, 0xa8, 0xae, 0xab, 0x44, 0xe1, 0x51, 0x8b, 0x72, 0x67, 0x5a, 0x9c, 0xb1, - 0xad, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x76, 0x74, 0x59, 0x67, 0xb6, 0x0f, 0x00, 0x00, + 0x9a, 0x96, 0x64, 0x27, 0x71, 0x68, 0x12, 0x21, 0x21, 0x41, 0x2a, 0x95, 0xf6, 0x52, 0xca, 0x22, + 0x04, 0x42, 0x42, 0xd1, 0xee, 0x7a, 0xb2, 0x59, 0xc9, 0xde, 0x71, 0x3d, 0xbb, 0x96, 0xa2, 0x2a, + 0x97, 0x9e, 0x10, 0x27, 0x24, 0x24, 0xae, 0x48, 0x1c, 0x39, 0x54, 0x1c, 0x90, 0xb8, 0x72, 0x82, + 0x1c, 0x38, 0x54, 0x82, 0x03, 0x27, 0x8a, 0x12, 0xfe, 0x10, 0xe4, 0x99, 0x59, 0x7b, 0xd7, 0x1e, + 0xd7, 0x6b, 0x14, 0xb8, 0xed, 0xbe, 0xcf, 0xdf, 0xfb, 0xbd, 0xe7, 0xf7, 0xd6, 0x50, 0x0e, 0x5c, + 0x8f, 0x78, 0xac, 0x45, 0x89, 0x57, 0x0f, 0x68, 0x18, 0x91, 0xf6, 0x26, 0x79, 0x1c, 0xd3, 0xd6, + 0x91, 0xd5, 0x6c, 0xb1, 0x88, 0x61, 0x1c, 0xb8, 0x9e, 0xd5, 0xd1, 0x5b, 0x52, 0x6f, 0xb5, 0x37, + 0x8d, 0xdb, 0x1e, 0xe3, 0x0d, 0xc6, 0x89, 0xeb, 0x70, 0x2a, 0x8d, 0x49, 0x7b, 0xd3, 0xa5, 0x91, + 0xb3, 0x49, 0x9a, 0x8e, 0x1f, 0x84, 0x4e, 0x14, 0xb0, 0x50, 0xfa, 0x1b, 0x4b, 0x9a, 0xf8, 0x2a, + 0x92, 0x34, 0xb8, 0xe6, 0x33, 0xe6, 0xd7, 0x29, 0x11, 0x6f, 0x6e, 0x7c, 0x40, 0x9c, 0x50, 0xe5, + 0x36, 0x6e, 0x28, 0x95, 0xd3, 0x0c, 0x88, 0x13, 0x86, 0x2c, 0x12, 0x81, 0xb9, 0xd2, 0xce, 0xf9, + 0xcc, 0x67, 0xe2, 0x91, 0x74, 0x9e, 0xa4, 0xd4, 0xdc, 0x86, 0xc5, 0x0f, 0x3a, 0x88, 0xee, 0x8a, + 0x1c, 0x1f, 0x46, 0x4e, 0x44, 0x6d, 0xfa, 0x38, 0xa6, 0x3c, 0xc2, 0xd7, 0xe1, 0xb2, 0xcc, 0xbc, + 0x1f, 0xd4, 0x4a, 0xa8, 0x82, 0x56, 0x2f, 0xdb, 0x97, 0xa4, 0xe0, 0x41, 0xcd, 0x7c, 0x86, 0xa0, + 0x34, 0xe8, 0xc8, 0x9b, 0x2c, 0xe4, 0x14, 0xef, 0x40, 0x51, 0x79, 0xf2, 0x8e, 0x5c, 0x38, 0x17, + 0xaa, 0x73, 0x96, 0xc4, 0x67, 0x25, 0xd0, 0xad, 0x77, 0xc3, 0x23, 0xbb, 0xe0, 0xf5, 0x02, 0xe0, + 0x39, 0xb8, 0xd8, 0x6c, 0x31, 0x76, 0x50, 0x9a, 0xac, 0xa0, 0xd5, 0xa2, 0x2d, 0x5f, 0xf0, 0x5d, + 0x28, 0x8a, 0x87, 0xfd, 0x43, 0x1a, 0xf8, 0x87, 0x51, 0xe9, 0x82, 0x08, 0x67, 0x58, 0x83, 0x54, + 0x5b, 0xf7, 0x85, 0xc5, 0xde, 0xd4, 0xc9, 0x9f, 0x4b, 0x13, 0x76, 0x41, 0x78, 0x49, 0x91, 0xe9, + 0x0e, 0xe2, 0xe5, 0x49, 0xa5, 0xf7, 0x00, 0x7a, 0x8d, 0x50, 0x68, 0x5f, 0xb7, 0x64, 0xd7, 0xac, + 0x4e, 0xd7, 0x2c, 0xd9, 0x62, 0xd5, 0x35, 0xeb, 0x91, 0xe3, 0x27, 0x2c, 0xd9, 0x29, 0x4f, 0xf3, + 0x77, 0x04, 0xd7, 0x34, 0x49, 0x14, 0x2b, 0x21, 0x5c, 0x49, 0xb3, 0xc2, 0x4b, 0xa8, 0x72, 0x61, + 0xb5, 0x50, 0xbd, 0xa5, 0xab, 0xe3, 0x41, 0x8d, 0x86, 0x51, 0x70, 0x10, 0xd0, 0x5a, 0x2a, 0xd4, + 0x5e, 0xb9, 0x53, 0xd6, 0x77, 0x2f, 0x96, 0x16, 0xb4, 0x6a, 0x6e, 0x17, 0x53, 0x5c, 0x72, 0xfc, + 0x5e, 0xa6, 0xaa, 0x49, 0x51, 0xd5, 0xcd, 0x91, 0x55, 0x49, 0xb0, 0x99, 0xb2, 0xbe, 0x47, 0x60, + 0xc8, 0xb2, 0x3a, 0xaa, 0x90, 0xc7, 0x3c, 0xf7, 0x9c, 0xe0, 0x9b, 0x30, 0xdb, 0xa2, 0xed, 0x80, + 0x07, 0x2c, 0xdc, 0x0f, 0xe3, 0x86, 0x4b, 0x5b, 0x02, 0xc9, 0x94, 0x3d, 0x93, 0x88, 0x1f, 0x0a, + 0x69, 0xc6, 0x30, 0xd5, 0xe7, 0x94, 0xa1, 0x6c, 0x24, 0x5e, 0x81, 0x2b, 0xf5, 0x4e, 0x7d, 0x51, + 0x62, 0x36, 0x55, 0x41, 0xab, 0x97, 0xec, 0xa2, 0x14, 0xaa, 0x6e, 0xff, 0x88, 0xe0, 0xba, 0x16, + 0xb2, 0xea, 0xc5, 0xdb, 0x30, 0xeb, 0x25, 0x9a, 0x1c, 0x43, 0x3a, 0xe3, 0x65, 0xc2, 0xfc, 0x97, + 0x73, 0xfa, 0x54, 0x8f, 0x9c, 0xe7, 0x62, 0xfb, 0x9e, 0xa6, 0xe5, 0xff, 0x66, 0x90, 0x7f, 0x46, + 0x70, 0x43, 0x0f, 0x42, 0xf1, 0xf7, 0x19, 0xbc, 0xd2, 0xc7, 0x5f, 0x32, 0xce, 0x6b, 0xba, 0x72, + 0xb3, 0x61, 0x3e, 0x0e, 0xa2, 0xc3, 0x0c, 0x01, 0xb3, 0x59, 0x7a, 0xcf, 0x71, 0x74, 0x3f, 0x47, + 0xb0, 0xac, 0x29, 0x44, 0x66, 0xff, 0x7f, 0x39, 0xfd, 0x05, 0x81, 0xf9, 0x32, 0x28, 0x8a, 0xd9, + 0x4f, 0x60, 0xb1, 0x8f, 0x59, 0x35, 0x4e, 0x09, 0xc1, 0xa3, 0xe7, 0x69, 0xde, 0xd3, 0x65, 0x38, + 0x3f, 0x52, 0x77, 0x06, 0x56, 0x69, 0x9c, 0x8b, 0x4a, 0x73, 0x6b, 0x60, 0x3d, 0xc6, 0xbd, 0xc2, + 0x17, 0x60, 0x9a, 0x0b, 0x89, 0x72, 0x53, 0x6f, 0xa6, 0x91, 0xc9, 0xf6, 0xc8, 0x69, 0x39, 0x8d, + 0x24, 0x9b, 0xf9, 0x7e, 0x26, 0x60, 0xa2, 0x53, 0x01, 0xab, 0x30, 0xdd, 0x14, 0x12, 0xf5, 0xd3, + 0xd6, 0x12, 0xa7, 0x7c, 0x94, 0xa5, 0xb9, 0x0c, 0x4b, 0x22, 0xe0, 0x47, 0x4d, 0xbf, 0xe5, 0xd4, + 0x32, 0xeb, 0x35, 0xc9, 0x59, 0x87, 0xca, 0x70, 0x13, 0x95, 0xfa, 0x3e, 0xcc, 0xc7, 0x4a, 0xbd, + 0x9f, 0xfb, 0x12, 0x5e, 0x8d, 0x07, 0x23, 0x9a, 0xaf, 0xa9, 0xa1, 0xe9, 0x66, 0xd3, 0xad, 0x60, + 0x33, 0x86, 0x95, 0x97, 0x5a, 0x29, 0x58, 0x0f, 0xa1, 0xd4, 0x83, 0x35, 0xc6, 0xfa, 0x5b, 0x88, + 0xb5, 0x71, 0xab, 0xbf, 0x16, 0xe1, 0xa2, 0xc8, 0x8b, 0xbf, 0x41, 0x50, 0x48, 0xc1, 0xc6, 0x6f, + 0xe8, 0xb8, 0x1e, 0xf2, 0xa1, 0x61, 0xac, 0xe5, 0x33, 0x96, 0x45, 0x98, 0x77, 0x9e, 0xfe, 0xf6, + 0xf7, 0x57, 0x93, 0x04, 0xaf, 0x93, 0xa1, 0x9f, 0x4a, 0x6a, 0x23, 0x91, 0x27, 0xdd, 0x51, 0x3c, + 0xc6, 0x5f, 0x23, 0x28, 0xa6, 0x8f, 0x25, 0xce, 0x95, 0x35, 0x99, 0x34, 0x63, 0x3d, 0xa7, 0xb5, + 0x02, 0x79, 0x4b, 0x80, 0x5c, 0xc1, 0xcb, 0x23, 0x41, 0xe2, 0x17, 0x08, 0x66, 0xb2, 0xbc, 0x62, + 0x6b, 0x78, 0x32, 0x5d, 0xfb, 0x0d, 0x92, 0xdb, 0x5e, 0xc1, 0xab, 0x0b, 0x78, 0x07, 0xb8, 0xa6, + 0x85, 0xd7, 0xb7, 0xd8, 0xd3, 0x34, 0x92, 0xe4, 0x18, 0x93, 0x27, 0x7d, 0x67, 0xfd, 0x98, 0xc8, + 0x35, 0x95, 0x52, 0x48, 0xc1, 0x31, 0x7e, 0x86, 0x60, 0xb6, 0xef, 0x90, 0xe0, 0xbc, 0x90, 0xbb, + 0x0d, 0xd8, 0xc8, 0xef, 0xa0, 0x8a, 0xdc, 0x15, 0x45, 0x56, 0xf1, 0xc6, 0xb8, 0x45, 0xe2, 0x13, + 0x04, 0xf3, 0xda, 0x2d, 0x8d, 0xef, 0xe4, 0x44, 0x91, 0x3d, 0x30, 0xc6, 0xf6, 0xb8, 0x6e, 0xaa, + 0x84, 0x77, 0x44, 0x09, 0x6f, 0xe1, 0xdd, 0xb1, 0xfb, 0xa4, 0x6e, 0x06, 0xfe, 0x36, 0x33, 0xf6, + 0x71, 0xbe, 0xb1, 0x8f, 0xc7, 0x1a, 0xfb, 0xde, 0x0e, 0xcf, 0xfd, 0xdb, 0x8c, 0xb3, 0x7c, 0x7f, + 0xd1, 0x05, 0x29, 0xd7, 0xf1, 0x48, 0x90, 0x99, 0x2b, 0x30, 0x12, 0x64, 0xf6, 0x2e, 0x98, 0xaf, + 0x0a, 0x90, 0x8b, 0x78, 0x5e, 0x82, 0xec, 0xe2, 0x93, 0x27, 0x00, 0xff, 0x80, 0xe0, 0xaa, 0x66, + 0xb7, 0xe3, 0xad, 0xa1, 0x59, 0x86, 0x1f, 0x0b, 0xe3, 0xcd, 0xf1, 0x9c, 0x14, 0xc2, 0xaa, 0x40, + 0xb8, 0x86, 0x6f, 0xeb, 0x68, 0xd4, 0x1e, 0x16, 0x8e, 0x7f, 0x42, 0xb0, 0xa0, 0x5f, 0xff, 0x78, + 0x7b, 0x34, 0x08, 0xed, 0x5a, 0xd9, 0x19, 0xdb, 0x2f, 0xcf, 0x18, 0x0c, 0xbb, 0x40, 0x7c, 0xcf, + 0x3e, 0x39, 0x2d, 0xa3, 0xe7, 0xa7, 0x65, 0xf4, 0xd7, 0x69, 0x19, 0x7d, 0x79, 0x56, 0x9e, 0x78, + 0x7e, 0x56, 0x9e, 0xf8, 0xe3, 0xac, 0x3c, 0xf1, 0xe9, 0xae, 0x1f, 0x44, 0x87, 0xb1, 0x6b, 0x79, + 0xac, 0x41, 0xd4, 0x9f, 0xe9, 0xc0, 0xf5, 0xd6, 0x7d, 0x46, 0xda, 0x5b, 0xa4, 0xc1, 0x6a, 0x71, + 0x9d, 0x72, 0x99, 0x67, 0xa3, 0xba, 0xae, 0x52, 0x45, 0x47, 0x4d, 0xca, 0xdd, 0x69, 0x71, 0xc8, + 0xb6, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x42, 0x17, 0xfc, 0x54, 0xb8, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/02-client/types/tx.pb.go b/modules/core/02-client/types/tx.pb.go index 45228dc8265..0abc37261d3 100644 --- a/modules/core/02-client/types/tx.pb.go +++ b/modules/core/02-client/types/tx.pb.go @@ -375,45 +375,45 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/tx.proto", fileDescriptor_cb5dc4651eb49a04) } var fileDescriptor_cb5dc4651eb49a04 = []byte{ - // 600 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x3f, 0x6f, 0xd3, 0x40, - 0x1c, 0x8d, 0x1b, 0x88, 0xda, 0x6b, 0xa0, 0x95, 0x09, 0x6d, 0xea, 0xaa, 0x76, 0x64, 0x3a, 0x04, - 0xd1, 0xde, 0x91, 0x54, 0x42, 0xa8, 0x1b, 0xe9, 0xc4, 0x10, 0xa9, 0xb8, 0x62, 0x80, 0x25, 0xf8, - 0xcf, 0xf5, 0x72, 0x22, 0xf1, 0x45, 0x3e, 0x3b, 0x22, 0xdf, 0x80, 0x91, 0x81, 0x0f, 0x50, 0x31, - 0xf0, 0x59, 0x18, 0x3b, 0x30, 0x30, 0x45, 0x55, 0xb2, 0x30, 0xe7, 0x13, 0xa0, 0xf8, 0x9c, 0x10, - 0xbb, 0x71, 0x64, 0xf1, 0x67, 0xf3, 0xf9, 0xf7, 0xee, 0xbd, 0xdf, 0xf3, 0xfb, 0x9d, 0x0f, 0xec, - 0x53, 0xcb, 0x46, 0x36, 0xf3, 0x30, 0xb2, 0x3b, 0x14, 0xbb, 0x3e, 0xea, 0xd7, 0x90, 0xff, 0x01, - 0xf6, 0x3c, 0xe6, 0x33, 0x59, 0xa6, 0x96, 0x0d, 0xa7, 0x45, 0x28, 0x8a, 0xb0, 0x5f, 0x53, 0x4a, - 0x84, 0x11, 0x16, 0x96, 0xd1, 0xf4, 0x49, 0x20, 0x95, 0x3d, 0xc2, 0x18, 0xe9, 0x60, 0x14, 0xae, - 0xac, 0xe0, 0x12, 0x99, 0xee, 0x40, 0x94, 0xf4, 0x1b, 0x09, 0x6c, 0x35, 0x39, 0x39, 0xf3, 0xb0, - 0xe9, 0xe3, 0xb3, 0x90, 0x47, 0x3e, 0x07, 0x45, 0xc1, 0xd8, 0xe2, 0xbe, 0xe9, 0xe3, 0xb2, 0x54, - 0x91, 0xaa, 0x9b, 0xf5, 0x12, 0x14, 0x2c, 0x70, 0xc6, 0x02, 0x5f, 0xb8, 0x83, 0xc6, 0xee, 0x64, - 0xa8, 0x3d, 0x18, 0x98, 0xdd, 0xce, 0xa9, 0xbe, 0xb8, 0x47, 0x37, 0x36, 0xc5, 0xf2, 0x62, 0xba, - 0x92, 0xdf, 0x80, 0x2d, 0x9b, 0xb9, 0x1c, 0xbb, 0x3c, 0xe0, 0x11, 0xe9, 0xda, 0x0a, 0x52, 0x65, - 0x32, 0xd4, 0x76, 0x22, 0xd2, 0xf8, 0x36, 0xdd, 0xb8, 0x3f, 0x7f, 0x23, 0xa8, 0x77, 0x40, 0x81, - 0x53, 0xe2, 0x62, 0xaf, 0x9c, 0xaf, 0x48, 0xd5, 0x0d, 0x23, 0x5a, 0x9d, 0xae, 0x7f, 0xbc, 0xd2, - 0x72, 0x3f, 0xaf, 0xb4, 0x9c, 0xbe, 0x07, 0x76, 0x13, 0x0e, 0x0d, 0xcc, 0x7b, 0x53, 0x16, 0xfd, - 0xb3, 0x70, 0xff, 0xba, 0xe7, 0xfc, 0x76, 0x5f, 0x03, 0x1b, 0x91, 0x13, 0xea, 0x84, 0xd6, 0x37, - 0x1a, 0xa5, 0xc9, 0x50, 0xdb, 0x8e, 0x99, 0xa4, 0x8e, 0x6e, 0xac, 0x8b, 0xe7, 0x97, 0x8e, 0x7c, - 0x04, 0x0a, 0x6d, 0x6c, 0x3a, 0xd8, 0x5b, 0xe5, 0xca, 0x88, 0x30, 0x99, 0x3b, 0x5e, 0xec, 0x6a, - 0xde, 0xf1, 0xf7, 0x3c, 0xd8, 0x0e, 0x6b, 0xc4, 0x33, 0x9d, 0xbf, 0x68, 0x39, 0x99, 0xf1, 0xda, - 0xff, 0xc8, 0x38, 0xff, 0x8f, 0x32, 0x7e, 0x05, 0x4a, 0x3d, 0x8f, 0xb1, 0xcb, 0x56, 0x20, 0x6c, - 0xb7, 0x84, 0x6e, 0xf9, 0x4e, 0x45, 0xaa, 0x16, 0x1b, 0xda, 0x64, 0xa8, 0xed, 0x0b, 0xa6, 0x65, - 0x28, 0xdd, 0x90, 0xc3, 0xd7, 0xf1, 0x4f, 0xf6, 0x1e, 0x1c, 0x24, 0xc0, 0x89, 0xde, 0xef, 0x86, - 0xdc, 0xd5, 0xc9, 0x50, 0x3b, 0x5c, 0xca, 0x9d, 0xec, 0x59, 0x89, 0x89, 0xa4, 0xcd, 0x68, 0x21, - 0x25, 0x71, 0x05, 0x94, 0x93, 0xa9, 0xce, 0x23, 0xff, 0x2a, 0x81, 0x87, 0x4d, 0x4e, 0x2e, 0x02, - 0xab, 0x4b, 0xfd, 0x26, 0xe5, 0x16, 0x6e, 0x9b, 0x7d, 0xca, 0x02, 0xef, 0x4f, 0x72, 0x7f, 0x0e, - 0x8a, 0xdd, 0x05, 0x8a, 0x95, 0x03, 0x1b, 0x43, 0x66, 0x18, 0x5b, 0x0d, 0x1c, 0x2c, 0xed, 0x73, - 0xe6, 0xa4, 0xfe, 0x25, 0x0f, 0xf2, 0x4d, 0x4e, 0xe4, 0x77, 0xa0, 0x18, 0xfb, 0xe1, 0x3c, 0x82, - 0xb7, 0x7f, 0x65, 0x30, 0x71, 0x66, 0x95, 0x27, 0x19, 0x40, 0x33, 0xa5, 0xa9, 0x42, 0xec, 0x50, - 0xa7, 0x29, 0x2c, 0x82, 0x52, 0x15, 0x96, 0x1d, 0x44, 0xd9, 0x06, 0xf7, 0xe2, 0x13, 0x75, 0x98, - 0xba, 0x7b, 0x01, 0xa5, 0x1c, 0x65, 0x41, 0xcd, 0x45, 0x3c, 0x20, 0x2f, 0x89, 0xfd, 0x71, 0x0a, - 0xc7, 0x6d, 0xa8, 0x52, 0xcb, 0x0c, 0x9d, 0x69, 0x36, 0xce, 0xbf, 0x8d, 0x54, 0xe9, 0x7a, 0xa4, - 0x4a, 0x37, 0x23, 0x55, 0xfa, 0x34, 0x56, 0x73, 0xd7, 0x63, 0x35, 0xf7, 0x63, 0xac, 0xe6, 0xde, - 0x3e, 0x23, 0xd4, 0x6f, 0x07, 0x16, 0xb4, 0x59, 0x17, 0x75, 0xa8, 0x8b, 0x11, 0xb5, 0xec, 0x63, - 0xc2, 0x50, 0xff, 0x04, 0x75, 0x99, 0x13, 0x74, 0x30, 0x17, 0x77, 0xd5, 0xd3, 0xfa, 0x71, 0x74, - 0x5d, 0xf9, 0x83, 0x1e, 0xe6, 0x56, 0x21, 0x9c, 0xaa, 0x93, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, - 0xaa, 0x32, 0xc9, 0xf9, 0xce, 0x06, 0x00, 0x00, + // 601 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x3f, 0x6f, 0xd3, 0x4e, + 0x18, 0x8e, 0x9b, 0xdf, 0x2f, 0x6a, 0xae, 0x81, 0x56, 0x26, 0xb4, 0xa9, 0xab, 0xda, 0x91, 0xe9, + 0x10, 0x44, 0x7b, 0x47, 0xd2, 0xa5, 0xea, 0x46, 0x3a, 0x31, 0x44, 0x02, 0x57, 0x0c, 0xb0, 0x04, + 0xff, 0xb9, 0x5e, 0x4e, 0xc4, 0xbe, 0xc8, 0x67, 0x47, 0xe4, 0x1b, 0x30, 0x32, 0xf0, 0x01, 0x2a, + 0x06, 0x3e, 0x0b, 0x63, 0x07, 0x06, 0xa6, 0xa8, 0x4a, 0x16, 0xe6, 0x7c, 0x02, 0x14, 0x9f, 0x13, + 0x62, 0x37, 0x8e, 0x22, 0xfe, 0x6c, 0x3e, 0xbf, 0xcf, 0x3d, 0xcf, 0xfb, 0xf8, 0x79, 0xcf, 0x07, + 0x0e, 0xa8, 0x65, 0x23, 0x9b, 0xf9, 0x18, 0xd9, 0x5d, 0x8a, 0xbd, 0x00, 0xf5, 0xeb, 0x28, 0x78, + 0x0f, 0x7b, 0x3e, 0x0b, 0x98, 0x2c, 0x53, 0xcb, 0x86, 0xd3, 0x22, 0x14, 0x45, 0xd8, 0xaf, 0x2b, + 0x65, 0xc2, 0x08, 0x8b, 0xca, 0x68, 0xfa, 0x24, 0x90, 0xca, 0x3e, 0x61, 0x8c, 0x74, 0x31, 0x8a, + 0x56, 0x56, 0x78, 0x85, 0x4c, 0x6f, 0x20, 0x4a, 0xfa, 0xad, 0x04, 0xb6, 0x5b, 0x9c, 0x5c, 0xf8, + 0xd8, 0x0c, 0xf0, 0x45, 0xc4, 0x23, 0xbf, 0x00, 0x25, 0xc1, 0xd8, 0xe6, 0x81, 0x19, 0xe0, 0x8a, + 0x54, 0x95, 0x6a, 0x5b, 0x8d, 0x32, 0x14, 0x2c, 0x70, 0xc6, 0x02, 0x9f, 0x79, 0x83, 0xe6, 0xde, + 0x64, 0xa8, 0x3d, 0x18, 0x98, 0x6e, 0xf7, 0x5c, 0x5f, 0xdc, 0xa3, 0x1b, 0x5b, 0x62, 0x79, 0x39, + 0x5d, 0xc9, 0xaf, 0xc1, 0xb6, 0xcd, 0x3c, 0x8e, 0x3d, 0x1e, 0xf2, 0x98, 0x74, 0x63, 0x05, 0xa9, + 0x32, 0x19, 0x6a, 0xbb, 0x31, 0x69, 0x72, 0x9b, 0x6e, 0xdc, 0x9f, 0xbf, 0x11, 0xd4, 0xbb, 0xa0, + 0xc0, 0x29, 0xf1, 0xb0, 0x5f, 0xc9, 0x57, 0xa5, 0x5a, 0xd1, 0x88, 0x57, 0xe7, 0x9b, 0x1f, 0xae, + 0xb5, 0xdc, 0x8f, 0x6b, 0x2d, 0xa7, 0xef, 0x83, 0xbd, 0x94, 0x43, 0x03, 0xf3, 0xde, 0x94, 0x45, + 0xff, 0x24, 0xdc, 0xbf, 0xea, 0x39, 0xbf, 0xdc, 0xd7, 0x41, 0x31, 0x76, 0x42, 0x9d, 0xc8, 0x7a, + 0xb1, 0x59, 0x9e, 0x0c, 0xb5, 0x9d, 0x84, 0x49, 0xea, 0xe8, 0xc6, 0xa6, 0x78, 0x7e, 0xee, 0xc8, + 0xc7, 0xa0, 0xd0, 0xc1, 0xa6, 0x83, 0xfd, 0x55, 0xae, 0x8c, 0x18, 0xb3, 0x76, 0xc7, 0x8b, 0x5d, + 0xcd, 0x3b, 0xfe, 0x96, 0x07, 0x3b, 0x51, 0x8d, 0xf8, 0xa6, 0xf3, 0x07, 0x2d, 0xa7, 0x33, 0xde, + 0xf8, 0x17, 0x19, 0xe7, 0xff, 0x52, 0xc6, 0x2f, 0x41, 0xb9, 0xe7, 0x33, 0x76, 0xd5, 0x0e, 0x85, + 0xed, 0xb6, 0xd0, 0xad, 0xfc, 0x57, 0x95, 0x6a, 0xa5, 0xa6, 0x36, 0x19, 0x6a, 0x07, 0x82, 0x69, + 0x19, 0x4a, 0x37, 0xe4, 0xe8, 0x75, 0xf2, 0x93, 0xbd, 0x03, 0x87, 0x29, 0x70, 0xaa, 0xf7, 0xff, + 0x23, 0xee, 0xda, 0x64, 0xa8, 0x1d, 0x2d, 0xe5, 0x4e, 0xf7, 0xac, 0x24, 0x44, 0xb2, 0x66, 0xb4, + 0x90, 0x91, 0xb8, 0x02, 0x2a, 0xe9, 0x54, 0xe7, 0x91, 0x7f, 0x91, 0xc0, 0xc3, 0x16, 0x27, 0x97, + 0xa1, 0xe5, 0xd2, 0xa0, 0x45, 0xb9, 0x85, 0x3b, 0x66, 0x9f, 0xb2, 0xd0, 0xff, 0x9d, 0xdc, 0xcf, + 0x40, 0xc9, 0x5d, 0xa0, 0x58, 0x39, 0xb0, 0x09, 0xe4, 0x1a, 0x63, 0xab, 0x81, 0xc3, 0xa5, 0x7d, + 0xce, 0x9c, 0x34, 0x3e, 0xe7, 0x41, 0xbe, 0xc5, 0x89, 0xfc, 0x16, 0x94, 0x12, 0x3f, 0x9c, 0x47, + 0xf0, 0xee, 0xaf, 0x0c, 0xa6, 0xce, 0xac, 0xf2, 0x64, 0x0d, 0xd0, 0x4c, 0x69, 0xaa, 0x90, 0x38, + 0xd4, 0x59, 0x0a, 0x8b, 0xa0, 0x4c, 0x85, 0x65, 0x07, 0x51, 0xb6, 0xc1, 0xbd, 0xe4, 0x44, 0x1d, + 0x65, 0xee, 0x5e, 0x40, 0x29, 0xc7, 0xeb, 0xa0, 0xe6, 0x22, 0x3e, 0x90, 0x97, 0xc4, 0xfe, 0x38, + 0x83, 0xe3, 0x2e, 0x54, 0xa9, 0xaf, 0x0d, 0x9d, 0x69, 0x36, 0x8d, 0xaf, 0x23, 0x55, 0xba, 0x19, + 0xa9, 0xd2, 0xed, 0x48, 0x95, 0x3e, 0x8e, 0xd5, 0xdc, 0xcd, 0x58, 0xcd, 0x7d, 0x1f, 0xab, 0xb9, + 0x37, 0x67, 0x84, 0x06, 0x9d, 0xd0, 0x82, 0x36, 0x73, 0x91, 0xcd, 0xb8, 0xcb, 0x38, 0xa2, 0x96, + 0x7d, 0x42, 0x18, 0xea, 0x9f, 0x22, 0x97, 0x39, 0x61, 0x17, 0x73, 0x71, 0x5b, 0x3d, 0x6d, 0x9c, + 0xc4, 0x17, 0x56, 0x30, 0xe8, 0x61, 0x6e, 0x15, 0xa2, 0xb9, 0x3a, 0xfd, 0x19, 0x00, 0x00, 0xff, + 0xff, 0x64, 0xe7, 0xce, 0xe6, 0xd0, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/03-connection/types/connection.pb.go b/modules/core/03-connection/types/connection.pb.go index 51fe3b4f216..d198ef2d8fe 100644 --- a/modules/core/03-connection/types/connection.pb.go +++ b/modules/core/03-connection/types/connection.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" io "io" math "math" math_bits "math/bits" @@ -418,52 +418,52 @@ func init() { } var fileDescriptor_90572467c054e43a = []byte{ - // 714 bytes of a gzipped FileDescriptorProto + // 716 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xd2, 0x60, - 0x18, 0xa7, 0xa5, 0x30, 0x78, 0x19, 0x8a, 0xaf, 0xc4, 0x35, 0x98, 0xb5, 0x4d, 0x35, 0x4a, 0x4c, - 0x46, 0x65, 0x24, 0x1e, 0x30, 0x1e, 0x06, 0xc3, 0xa4, 0x51, 0x91, 0x74, 0xcc, 0xc4, 0x5d, 0x48, - 0x69, 0xdf, 0xb1, 0x37, 0xa3, 0x2d, 0x29, 0x2f, 0x04, 0xbe, 0xc1, 0xb2, 0x93, 0x57, 0x0f, 0x4b, - 0x4c, 0xfc, 0x2e, 0x66, 0xf1, 0xb4, 0xa3, 0x27, 0x62, 0xb6, 0xab, 0x27, 0x3e, 0x81, 0x69, 0xdf, - 0x52, 0xba, 0xc5, 0x99, 0x6c, 0x7a, 0x7b, 0x9e, 0xfe, 0xfe, 0xf0, 0x3c, 0x3f, 0x1e, 0x0a, 0x78, - 0x8a, 0xbb, 0x86, 0x62, 0x38, 0x2e, 0x52, 0x0c, 0xc7, 0xb6, 0x91, 0x41, 0xb0, 0x63, 0x2b, 0xe3, - 0x72, 0xa4, 0x2b, 0x0d, 0x5c, 0x87, 0x38, 0xf0, 0x01, 0xee, 0x1a, 0x25, 0x8f, 0x58, 0x8a, 0x40, - 0xe3, 0x72, 0x21, 0xdf, 0x73, 0x7a, 0x8e, 0x4f, 0x51, 0xbc, 0x8a, 0xb2, 0x0b, 0x51, 0x5b, 0xcb, - 0xc2, 0xc4, 0x42, 0x36, 0xa1, 0xb6, 0x8b, 0x8e, 0x12, 0xe5, 0x6f, 0x2c, 0xc8, 0xd6, 0x43, 0xc3, - 0x86, 0x6d, 0xc2, 0x32, 0x48, 0x1b, 0x7d, 0x8c, 0x6c, 0xd2, 0xc1, 0x26, 0xcf, 0x48, 0x4c, 0x31, - 0x5d, 0xcb, 0xcf, 0x67, 0x62, 0x6e, 0xaa, 0x5b, 0xfd, 0xaa, 0x1c, 0x42, 0xb2, 0x96, 0xa2, 0xb5, - 0x6a, 0xc2, 0x97, 0x20, 0x35, 0x46, 0xee, 0x10, 0x3b, 0xf6, 0x90, 0x67, 0xa5, 0x78, 0x31, 0xb3, - 0x29, 0x96, 0xfe, 0x3c, 0x6e, 0xe9, 0x03, 0xe5, 0x69, 0xa1, 0x00, 0x56, 0x40, 0x62, 0x48, 0x74, - 0x82, 0xf8, 0xb8, 0xc4, 0x14, 0xef, 0x6c, 0xae, 0x5f, 0xa7, 0xdc, 0xf1, 0x48, 0x1a, 0xe5, 0xc2, - 0x26, 0x58, 0x35, 0x9c, 0x91, 0x4d, 0x90, 0x3b, 0xd0, 0x5d, 0x32, 0xe5, 0x39, 0x89, 0x29, 0x66, - 0x36, 0x1f, 0x5f, 0xa7, 0xad, 0x47, 0xb8, 0x35, 0xee, 0x74, 0x26, 0xc6, 0xb4, 0x4b, 0x7a, 0x58, - 0x05, 0xab, 0x26, 0xea, 0xeb, 0xd3, 0xce, 0x00, 0xb9, 0xd8, 0x31, 0xf9, 0x84, 0xc4, 0x14, 0xb9, - 0xda, 0xda, 0x7c, 0x26, 0xde, 0xa7, 0x7b, 0x47, 0x51, 0x59, 0xcb, 0xf8, 0x6d, 0xcb, 0xef, 0xaa, - 0xdc, 0xd1, 0x17, 0x31, 0x26, 0xff, 0x62, 0x41, 0x5e, 0x35, 0x91, 0x4d, 0xf0, 0x3e, 0x46, 0xe6, - 0x32, 0x52, 0xb8, 0x0e, 0xd8, 0x30, 0xc8, 0xec, 0x7c, 0x26, 0xa6, 0xa9, 0xa1, 0x97, 0x20, 0x8b, - 0xaf, 0xc4, 0xcd, 0xde, 0x38, 0xee, 0xf8, 0xad, 0xe3, 0xe6, 0xfe, 0x21, 0xee, 0xc4, 0x7f, 0x8e, - 0x3b, 0x79, 0xe3, 0xb8, 0xbf, 0x33, 0x60, 0x35, 0xfa, 0x31, 0xb7, 0x39, 0xdb, 0x57, 0x20, 0xbb, - 0x9c, 0x7b, 0x19, 0x3f, 0x3f, 0x9f, 0x89, 0xf9, 0x40, 0x16, 0x85, 0x65, 0x6f, 0x89, 0x45, 0xaf, - 0x9a, 0xb0, 0x06, 0x92, 0x03, 0x17, 0xed, 0xe3, 0x89, 0x7f, 0xb9, 0x57, 0xe2, 0x08, 0x7f, 0x66, - 0xe3, 0x72, 0xe9, 0x1d, 0x72, 0x0f, 0xfb, 0xa8, 0xe5, 0x73, 0x83, 0x38, 0x02, 0x65, 0xb0, 0xcc, - 0x23, 0x90, 0xa9, 0xfb, 0x43, 0xb5, 0x74, 0x72, 0x30, 0x84, 0x79, 0x90, 0x18, 0x78, 0x05, 0xcf, - 0x48, 0xf1, 0x62, 0x5a, 0xa3, 0x8d, 0xbc, 0x07, 0xee, 0x2e, 0xaf, 0x8a, 0x12, 0x6f, 0xb1, 0x73, - 0xe8, 0xcd, 0x46, 0xbd, 0xdf, 0x80, 0x95, 0xe0, 0x52, 0xa0, 0x00, 0x00, 0x5e, 0x9c, 0xb1, 0x4b, - 0x4d, 0xb5, 0xc8, 0x13, 0x58, 0x00, 0xa9, 0x7d, 0xa4, 0x93, 0x91, 0x8b, 0x16, 0x1e, 0x61, 0x1f, - 0x6c, 0x63, 0x83, 0x64, 0x4b, 0x77, 0x75, 0x6b, 0x08, 0x4d, 0xf0, 0xd0, 0xd2, 0x27, 0x1d, 0x34, - 0x19, 0x20, 0x83, 0x20, 0xb3, 0x43, 0xb0, 0x85, 0xbc, 0x2f, 0xb5, 0xd3, 0xed, 0x3b, 0xc6, 0xa1, - 0x6f, 0xce, 0xd5, 0x9e, 0xcc, 0x67, 0xa2, 0x4c, 0x27, 0xfe, 0x0b, 0x59, 0xd6, 0xd6, 0x2c, 0x7d, - 0xd2, 0x08, 0xc0, 0x36, 0xb6, 0x50, 0x0b, 0xb9, 0x35, 0x0f, 0x79, 0xf6, 0x99, 0x01, 0x09, 0xff, - 0x5a, 0xe1, 0x0b, 0x20, 0xee, 0xb4, 0xb7, 0xda, 0x8d, 0xce, 0x6e, 0x53, 0x6d, 0xaa, 0x6d, 0x75, - 0xeb, 0xad, 0xba, 0xd7, 0xd8, 0xee, 0xec, 0x36, 0x77, 0x5a, 0x8d, 0xba, 0xfa, 0x5a, 0x6d, 0x6c, - 0xe7, 0x62, 0x85, 0x7b, 0xc7, 0x27, 0x52, 0xf6, 0x12, 0x01, 0xf2, 0x00, 0x50, 0x9d, 0xf7, 0x30, - 0xc7, 0x14, 0x52, 0xc7, 0x27, 0x12, 0xe7, 0xd5, 0x50, 0x00, 0x59, 0x8a, 0xb4, 0xb5, 0x8f, 0xef, - 0x5b, 0x8d, 0x66, 0x8e, 0x2d, 0x64, 0x8e, 0x4f, 0xa4, 0x95, 0xa0, 0x5d, 0x2a, 0x7d, 0x30, 0x4e, - 0x95, 0x5e, 0x5d, 0xe0, 0x8e, 0xbe, 0x0a, 0xb1, 0x5a, 0xfb, 0xf4, 0x5c, 0x60, 0xce, 0xce, 0x05, - 0xe6, 0xe7, 0xb9, 0xc0, 0x7c, 0xba, 0x10, 0x62, 0x67, 0x17, 0x42, 0xec, 0xc7, 0x85, 0x10, 0xdb, - 0xab, 0xf6, 0x30, 0x39, 0x18, 0x75, 0xbd, 0x53, 0x51, 0xfa, 0xd8, 0x46, 0x0a, 0xee, 0x1a, 0x1b, - 0x3d, 0x47, 0x19, 0x57, 0x14, 0xcb, 0x31, 0x47, 0x7d, 0x34, 0xa4, 0xef, 0xef, 0xe7, 0x95, 0x8d, - 0xc8, 0x3f, 0x03, 0x99, 0x0e, 0xd0, 0xb0, 0x9b, 0xf4, 0xdf, 0xdd, 0x95, 0xdf, 0x01, 0x00, 0x00, - 0xff, 0xff, 0x86, 0xa5, 0x8a, 0x22, 0x3d, 0x06, 0x00, 0x00, + 0x18, 0xa7, 0xa5, 0x30, 0x78, 0x19, 0x8a, 0x95, 0xb8, 0x06, 0xb3, 0xb6, 0xa9, 0x46, 0x89, 0xc9, + 0xa8, 0x8c, 0xc4, 0xc3, 0xd4, 0xc3, 0x60, 0x98, 0x34, 0x2a, 0x92, 0x8e, 0x2d, 0x71, 0x17, 0x52, + 0xda, 0x77, 0xec, 0xcd, 0x68, 0x5f, 0xd2, 0xbe, 0x10, 0xf8, 0x06, 0xcb, 0x4e, 0x5e, 0x3d, 0x2c, + 0x31, 0xf1, 0xbb, 0x98, 0xc5, 0xd3, 0x8e, 0x9e, 0x88, 0xd9, 0xae, 0x9e, 0xf8, 0x04, 0xa6, 0x7d, + 0x0b, 0x74, 0x8b, 0x33, 0xd9, 0xf4, 0xf6, 0x3c, 0xfd, 0xfd, 0xe1, 0x79, 0x7e, 0x3c, 0x14, 0xf0, + 0x14, 0x75, 0x4c, 0xd5, 0xc4, 0x2e, 0x54, 0x4d, 0xec, 0x38, 0xd0, 0x24, 0x08, 0x3b, 0xea, 0xb0, + 0x1c, 0xe9, 0x4a, 0x7d, 0x17, 0x13, 0xcc, 0x3f, 0x40, 0x1d, 0xb3, 0xe4, 0x13, 0x4b, 0x11, 0x68, + 0x58, 0x2e, 0xe4, 0xbb, 0xb8, 0x8b, 0x03, 0x8a, 0xea, 0x57, 0x94, 0x5d, 0x88, 0xda, 0xda, 0x36, + 0x22, 0x36, 0x74, 0x08, 0xb5, 0x9d, 0x75, 0x94, 0xa8, 0x7c, 0x63, 0x41, 0xb6, 0x36, 0x37, 0xac, + 0x3b, 0x16, 0x5f, 0x06, 0x69, 0xb3, 0x87, 0xa0, 0x43, 0xda, 0xc8, 0x12, 0x18, 0x99, 0x29, 0xa6, + 0xab, 0xf9, 0xe9, 0x44, 0xca, 0x8d, 0x0d, 0xbb, 0xb7, 0xa1, 0xcc, 0x21, 0x45, 0x4f, 0xd1, 0x5a, + 0xb3, 0xf8, 0x97, 0x20, 0x35, 0x84, 0xae, 0x87, 0xb0, 0xe3, 0x09, 0xac, 0x1c, 0x2f, 0x66, 0xd6, + 0xa5, 0xd2, 0x9f, 0xc7, 0x2d, 0xed, 0x52, 0x9e, 0x3e, 0x17, 0xf0, 0x15, 0x90, 0xf0, 0x88, 0x41, + 0xa0, 0x10, 0x97, 0x99, 0xe2, 0x9d, 0xf5, 0xd5, 0xeb, 0x94, 0xdb, 0x3e, 0x49, 0xa7, 0x5c, 0xbe, + 0x01, 0x96, 0x4d, 0x3c, 0x70, 0x08, 0x74, 0xfb, 0x86, 0x4b, 0xc6, 0x02, 0x27, 0x33, 0xc5, 0xcc, + 0xfa, 0xe3, 0xeb, 0xb4, 0xb5, 0x08, 0xb7, 0xca, 0x9d, 0x4e, 0xa4, 0x98, 0x7e, 0x49, 0xcf, 0x6f, + 0x80, 0x65, 0x0b, 0xf6, 0x8c, 0x71, 0xbb, 0x0f, 0x5d, 0x84, 0x2d, 0x21, 0x21, 0x33, 0x45, 0xae, + 0xba, 0x32, 0x9d, 0x48, 0xf7, 0xe9, 0xde, 0x51, 0x54, 0xd1, 0x33, 0x41, 0xdb, 0x0c, 0xba, 0x0d, + 0xee, 0xe8, 0x8b, 0x14, 0x53, 0x7e, 0xb1, 0x20, 0xaf, 0x59, 0xd0, 0x21, 0x68, 0x1f, 0x41, 0x6b, + 0x11, 0x29, 0xbf, 0x0a, 0xd8, 0x79, 0x90, 0xd9, 0xe9, 0x44, 0x4a, 0x53, 0x43, 0x3f, 0x41, 0x16, + 0x5d, 0x89, 0x9b, 0xbd, 0x71, 0xdc, 0xf1, 0x5b, 0xc7, 0xcd, 0xfd, 0x43, 0xdc, 0x89, 0xff, 0x1c, + 0x77, 0xf2, 0xc6, 0x71, 0x7f, 0x67, 0xc0, 0x72, 0xf4, 0x63, 0x6e, 0x73, 0xb6, 0xaf, 0x41, 0x76, + 0x31, 0xf7, 0x22, 0x7e, 0x61, 0x3a, 0x91, 0xf2, 0xa1, 0x2c, 0x0a, 0x2b, 0xfe, 0x12, 0xb3, 0x5e, + 0xb3, 0xf8, 0x2a, 0x48, 0xf6, 0x5d, 0xb8, 0x8f, 0x46, 0xc1, 0xe5, 0x5e, 0x89, 0x63, 0xfe, 0x33, + 0x1b, 0x96, 0x4b, 0xef, 0xa1, 0x7b, 0xd8, 0x83, 0xcd, 0x80, 0x1b, 0xc6, 0x11, 0x2a, 0xc3, 0x65, + 0x1e, 0x81, 0x4c, 0x2d, 0x18, 0xaa, 0x69, 0x90, 0x03, 0x8f, 0xcf, 0x83, 0x44, 0xdf, 0x2f, 0x04, + 0x46, 0x8e, 0x17, 0xd3, 0x3a, 0x6d, 0x94, 0x3d, 0x70, 0x77, 0x71, 0x55, 0x94, 0x78, 0x8b, 0x9d, + 0xe7, 0xde, 0x6c, 0xd4, 0xfb, 0x2d, 0x58, 0x0a, 0x2f, 0x85, 0x17, 0x01, 0x40, 0xb3, 0x33, 0x76, + 0xa9, 0xa9, 0x1e, 0x79, 0xc2, 0x17, 0x40, 0x6a, 0x1f, 0x1a, 0x64, 0xe0, 0xc2, 0x99, 0xc7, 0xbc, + 0x0f, 0xb7, 0x71, 0x40, 0xb2, 0x69, 0xb8, 0x86, 0xed, 0xf1, 0x16, 0x78, 0x68, 0x1b, 0xa3, 0x36, + 0x1c, 0xf5, 0xa1, 0x49, 0xa0, 0xd5, 0x26, 0xc8, 0x86, 0xfe, 0x97, 0xda, 0xee, 0xf4, 0xb0, 0x79, + 0x18, 0x98, 0x73, 0xd5, 0x27, 0xd3, 0x89, 0xa4, 0xd0, 0x89, 0xff, 0x42, 0x56, 0xf4, 0x15, 0xdb, + 0x18, 0xd5, 0x43, 0xb0, 0x85, 0x6c, 0xd8, 0x84, 0x6e, 0xd5, 0x47, 0x9e, 0x7d, 0x66, 0x40, 0x22, + 0xb8, 0x56, 0xfe, 0x05, 0x90, 0xb6, 0x5b, 0x9b, 0xad, 0x7a, 0x7b, 0xa7, 0xa1, 0x35, 0xb4, 0x96, + 0xb6, 0xf9, 0x4e, 0xdb, 0xab, 0x6f, 0xb5, 0x77, 0x1a, 0xdb, 0xcd, 0x7a, 0x4d, 0x7b, 0xa3, 0xd5, + 0xb7, 0x72, 0xb1, 0xc2, 0xbd, 0xe3, 0x13, 0x39, 0x7b, 0x89, 0xc0, 0x0b, 0x00, 0x50, 0x9d, 0xff, + 0x30, 0xc7, 0x14, 0x52, 0xc7, 0x27, 0x32, 0xe7, 0xd7, 0xbc, 0x08, 0xb2, 0x14, 0x69, 0xe9, 0x1f, + 0x3f, 0x34, 0xeb, 0x8d, 0x1c, 0x5b, 0xc8, 0x1c, 0x9f, 0xc8, 0x4b, 0x61, 0xbb, 0x50, 0x06, 0x60, + 0x9c, 0x2a, 0xfd, 0xba, 0xc0, 0x1d, 0x7d, 0x15, 0x63, 0xd5, 0xdd, 0xd3, 0x73, 0x91, 0x39, 0x3b, + 0x17, 0x99, 0x9f, 0xe7, 0x22, 0xf3, 0xe9, 0x42, 0x8c, 0x9d, 0x5d, 0x88, 0xb1, 0x1f, 0x17, 0x62, + 0x6c, 0xef, 0x55, 0x17, 0x91, 0x83, 0x41, 0xc7, 0x3f, 0x15, 0xd5, 0xc4, 0x9e, 0x8d, 0x3d, 0x15, + 0x75, 0xcc, 0xb5, 0x2e, 0x56, 0x87, 0x15, 0xd5, 0xc6, 0xd6, 0xa0, 0x07, 0x3d, 0xfa, 0x06, 0x7f, + 0x5e, 0x59, 0x8b, 0xfc, 0x37, 0x90, 0x71, 0x1f, 0x7a, 0x9d, 0x64, 0xf0, 0xf6, 0xae, 0xfc, 0x0e, + 0x00, 0x00, 0xff, 0xff, 0xf4, 0xbe, 0xf1, 0xb5, 0x3f, 0x06, 0x00, 0x00, } func (m *ConnectionEnd) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/03-connection/types/genesis.pb.go b/modules/core/03-connection/types/genesis.pb.go index ab2a18bfb59..777d8e50e7d 100644 --- a/modules/core/03-connection/types/genesis.pb.go +++ b/modules/core/03-connection/types/genesis.pb.go @@ -103,29 +103,29 @@ func init() { var fileDescriptor_1879d34bc6ac3cd7 = []byte{ // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x6e, 0xea, 0x30, - 0x14, 0x86, 0x93, 0x0b, 0x62, 0x08, 0x77, 0x8a, 0xee, 0xe5, 0x46, 0x0c, 0x0e, 0xca, 0xad, 0x0a, - 0x43, 0xb1, 0x0b, 0x6c, 0xa8, 0x53, 0x3a, 0x54, 0xdd, 0x10, 0x30, 0x55, 0xaa, 0x50, 0x62, 0x4e, - 0x83, 0xa5, 0xc4, 0x4e, 0xb1, 0x41, 0xe5, 0x09, 0x3a, 0x74, 0xe9, 0x63, 0x31, 0x32, 0x76, 0x42, - 0x15, 0xbc, 0x01, 0x4f, 0x50, 0x25, 0x41, 0x0d, 0xad, 0x9a, 0x2d, 0x3a, 0xe7, 0xfb, 0xbf, 0x5f, - 0xf1, 0x31, 0xce, 0x98, 0x4f, 0x09, 0x15, 0x73, 0x20, 0x54, 0x70, 0x0e, 0x54, 0x31, 0xc1, 0xc9, - 0xb2, 0x43, 0x02, 0xe0, 0x20, 0x99, 0xc4, 0xf1, 0x5c, 0x28, 0x61, 0xd6, 0x98, 0x4f, 0x71, 0x42, - 0xe1, 0x9c, 0xc2, 0xcb, 0x4e, 0xfd, 0x4f, 0x20, 0x02, 0x91, 0x22, 0x24, 0xf9, 0xca, 0xe8, 0x7a, - 0xb3, 0xc0, 0x79, 0x92, 0x4d, 0x41, 0xe7, 0xa5, 0x64, 0xfc, 0xbe, 0xc9, 0x8a, 0x46, 0xca, 0x53, - 0x60, 0x8e, 0x8d, 0x6a, 0x0e, 0x49, 0x4b, 0x6f, 0x94, 0x5a, 0xd5, 0xee, 0x05, 0xfe, 0xb9, 0x1d, - 0xdf, 0x4e, 0x81, 0x2b, 0xf6, 0xc0, 0x60, 0x7a, 0xfd, 0x39, 0x77, 0xcb, 0xeb, 0xad, 0xad, 0x0d, - 0x4f, 0x35, 0xe6, 0xb3, 0x6e, 0xfc, 0xa3, 0x21, 0x03, 0xae, 0x26, 0xf9, 0x78, 0x12, 0x7b, 0x6a, - 0x26, 0xad, 0x5f, 0x69, 0x45, 0xb3, 0xa8, 0x22, 0x17, 0x0f, 0x12, 0xdc, 0x3d, 0x4f, 0xec, 0x87, - 0xad, 0x8d, 0x56, 0x5e, 0x14, 0xf6, 0x9d, 0x02, 0xab, 0x33, 0xfc, 0x9b, 0x6d, 0xbe, 0xc5, 0xcd, - 0x7b, 0xc3, 0xe2, 0xf0, 0xf4, 0x25, 0x20, 0xe1, 0x71, 0x01, 0x9c, 0x82, 0x55, 0x6a, 0xe8, 0xad, - 0xb2, 0xfb, 0xff, 0xb0, 0xb5, 0xed, 0x4c, 0x5e, 0x44, 0x3a, 0xc3, 0x5a, 0xb2, 0xca, 0xdd, 0xa3, - 0xe3, 0xc2, 0xbc, 0x32, 0x2a, 0xb1, 0x37, 0xf7, 0x22, 0x69, 0x95, 0x1b, 0x7a, 0xab, 0xda, 0x45, - 0x45, 0xbf, 0x35, 0x48, 0xa9, 0xe3, 0x5b, 0x1d, 0x33, 0xee, 0x78, 0xbd, 0x43, 0xfa, 0x66, 0x87, - 0xf4, 0xf7, 0x1d, 0xd2, 0x5f, 0xf7, 0x48, 0xdb, 0xec, 0x91, 0xf6, 0xb6, 0x47, 0xda, 0x5d, 0x3f, - 0x60, 0x6a, 0xb6, 0xf0, 0x31, 0x15, 0x11, 0x09, 0x19, 0x07, 0xc2, 0x7c, 0xda, 0x0e, 0x04, 0x59, - 0xf6, 0x48, 0x24, 0xa6, 0x8b, 0x10, 0x64, 0x76, 0xee, 0xcb, 0x5e, 0xfb, 0xe4, 0xe2, 0x6a, 0x15, - 0x83, 0xf4, 0x2b, 0xe9, 0xa9, 0x7b, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x28, 0x89, 0xd7, 0x65, - 0x69, 0x02, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x31, 0x4f, 0xf2, 0x40, + 0x18, 0xc7, 0xdb, 0x17, 0xc2, 0x50, 0xde, 0xa9, 0x51, 0x6c, 0x18, 0xae, 0xa4, 0x1a, 0x61, 0x90, + 0x3b, 0x81, 0xcd, 0x30, 0xd5, 0xc1, 0xb8, 0x11, 0x30, 0x0e, 0x26, 0x86, 0xb4, 0xc7, 0x63, 0xb9, + 0x84, 0xde, 0x55, 0xee, 0x20, 0xf2, 0x09, 0x1c, 0x5c, 0xfc, 0x58, 0x8c, 0x8c, 0x4e, 0xc4, 0xc0, + 0x37, 0xe0, 0x13, 0x98, 0xb6, 0xc4, 0xa2, 0xb1, 0x5b, 0xf3, 0x3c, 0xbf, 0xff, 0xef, 0x9f, 0xde, + 0x63, 0x9c, 0x31, 0x9f, 0x12, 0x2a, 0xa6, 0x40, 0xa8, 0xe0, 0x1c, 0xa8, 0x62, 0x82, 0x93, 0x79, + 0x8b, 0x04, 0xc0, 0x41, 0x32, 0x89, 0xa3, 0xa9, 0x50, 0xc2, 0xac, 0x30, 0x9f, 0xe2, 0x98, 0xc2, + 0x19, 0x85, 0xe7, 0xad, 0xea, 0x51, 0x20, 0x02, 0x91, 0x20, 0x24, 0xfe, 0x4a, 0xe9, 0x6a, 0x3d, + 0xc7, 0x79, 0x90, 0x4d, 0x40, 0xe7, 0xad, 0x60, 0xfc, 0xbf, 0x49, 0x8b, 0x06, 0xca, 0x53, 0x60, + 0xde, 0x19, 0xe5, 0x0c, 0x92, 0x96, 0x5e, 0x2b, 0x34, 0xca, 0xed, 0x0b, 0xfc, 0x77, 0x3b, 0xbe, + 0x1d, 0x01, 0x57, 0xec, 0x89, 0xc1, 0xe8, 0xfa, 0x7b, 0xee, 0x16, 0x97, 0x6b, 0x5b, 0xeb, 0x1f, + 0x6a, 0xcc, 0x57, 0xdd, 0x38, 0xa1, 0x13, 0x06, 0x5c, 0x0d, 0xb3, 0xf1, 0x30, 0xf2, 0xd4, 0x58, + 0x5a, 0xff, 0x92, 0x8a, 0x7a, 0x5e, 0x45, 0x26, 0xee, 0xc5, 0xb8, 0x7b, 0x1e, 0xdb, 0x77, 0x6b, + 0x1b, 0x2d, 0xbc, 0x70, 0x72, 0xe5, 0xe4, 0x58, 0x9d, 0xfe, 0x71, 0xba, 0xf9, 0x15, 0x37, 0x1f, + 0x0d, 0x8b, 0xc3, 0xcb, 0x8f, 0x80, 0x84, 0xe7, 0x19, 0x70, 0x0a, 0x56, 0xa1, 0xa6, 0x37, 0x8a, + 0xee, 0xe9, 0x6e, 0x6d, 0xdb, 0xa9, 0x3c, 0x8f, 0x74, 0xfa, 0x95, 0x78, 0x95, 0xb9, 0x07, 0xfb, + 0x85, 0xd9, 0x35, 0x4a, 0x91, 0x37, 0xf5, 0x42, 0x69, 0x15, 0x6b, 0x7a, 0xa3, 0xdc, 0x46, 0x79, + 0xbf, 0xd5, 0x4b, 0xa8, 0xfd, 0x5b, 0xed, 0x33, 0xee, 0xfd, 0x72, 0x83, 0xf4, 0xd5, 0x06, 0xe9, + 0x9f, 0x1b, 0xa4, 0xbf, 0x6f, 0x91, 0xb6, 0xda, 0x22, 0xed, 0x63, 0x8b, 0xb4, 0x87, 0x6e, 0xc0, + 0xd4, 0x78, 0xe6, 0x63, 0x2a, 0x42, 0x42, 0x85, 0x0c, 0x85, 0x24, 0xcc, 0xa7, 0xcd, 0x40, 0x90, + 0x79, 0x87, 0x84, 0x62, 0x34, 0x9b, 0x80, 0x4c, 0x0f, 0x7e, 0xd9, 0x69, 0x1e, 0xdc, 0x5c, 0x2d, + 0x22, 0x90, 0x7e, 0x29, 0x39, 0x76, 0xe7, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x2d, 0x04, 0xad, 0xb7, + 0x6b, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/03-connection/types/msgs_test.go b/modules/core/03-connection/types/msgs_test.go index 66bbcfd110d..c2a5fddbab7 100644 --- a/modules/core/03-connection/types/msgs_test.go +++ b/modules/core/03-connection/types/msgs_test.go @@ -5,13 +5,14 @@ import ( "testing" "time" + "github.com/stretchr/testify/suite" + abci "github.com/tendermint/tendermint/abci/types" + dbm "github.com/tendermint/tm-db" + "github.com/line/lbm-sdk/store/iavl" "github.com/line/lbm-sdk/store/rootmulti" storetypes "github.com/line/lbm-sdk/store/types" - abci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/libs/log" - "github.com/stretchr/testify/suite" - dbm "github.com/tendermint/tm-db" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" diff --git a/modules/core/03-connection/types/query.pb.go b/modules/core/03-connection/types/query.pb.go index db830234693..6751b8e805e 100644 --- a/modules/core/03-connection/types/query.pb.go +++ b/modules/core/03-connection/types/query.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" @@ -635,63 +635,63 @@ func init() { } var fileDescriptor_cd8d529f8c7cd06b = []byte{ - // 893 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x31, 0x6f, 0x23, 0x45, + // 895 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x31, 0x6f, 0x23, 0x45, 0x14, 0xf6, 0x38, 0xb9, 0xd3, 0x65, 0x1c, 0xee, 0x60, 0xe4, 0xbb, 0x33, 0x0b, 0x38, 0x61, 0x8f, - 0x90, 0x1c, 0x70, 0x33, 0xe7, 0x58, 0x77, 0x3a, 0xc2, 0x19, 0x81, 0xa3, 0x40, 0xd2, 0x44, 0x61, - 0xa1, 0xa2, 0x89, 0x76, 0xd7, 0x93, 0xf5, 0x4a, 0xf6, 0x8e, 0xe3, 0x59, 0x1b, 0x59, 0x91, 0x85, - 0xc4, 0x1f, 0x00, 0x89, 0x86, 0x86, 0x96, 0x82, 0x3f, 0x40, 0x41, 0x47, 0x95, 0x32, 0x12, 0x4d, - 0xaa, 0x08, 0x39, 0xb4, 0x34, 0xfc, 0x02, 0xb4, 0x33, 0xe3, 0xec, 0xac, 0xbd, 0x4e, 0x1c, 0x8b, - 0x74, 0xeb, 0x37, 0xef, 0xcd, 0xfb, 0xbe, 0xef, 0xbd, 0xf9, 0x0c, 0x4d, 0xdf, 0x71, 0x89, 0xcb, - 0xda, 0x94, 0xb8, 0x2c, 0x08, 0xa8, 0x1b, 0xfa, 0x2c, 0x20, 0xdd, 0x12, 0x39, 0xec, 0xd0, 0x76, - 0x0f, 0xb7, 0xda, 0x2c, 0x64, 0xe8, 0x81, 0xef, 0xb8, 0x38, 0xca, 0xc1, 0x71, 0x0e, 0xee, 0x96, - 0x8c, 0xbc, 0xc7, 0x3c, 0x26, 0x52, 0x48, 0xf4, 0x25, 0xb3, 0x8d, 0xf7, 0x5c, 0xc6, 0x9b, 0x8c, - 0x13, 0xc7, 0xe6, 0x54, 0x5e, 0x43, 0xba, 0x25, 0x87, 0x86, 0x76, 0x89, 0xb4, 0x6c, 0xcf, 0x0f, - 0x6c, 0x51, 0x2e, 0x73, 0x97, 0xe2, 0xee, 0x0d, 0x9f, 0x06, 0x61, 0xd4, 0x59, 0x7e, 0xa9, 0x84, - 0xd5, 0x09, 0xf0, 0x34, 0x20, 0x32, 0xf1, 0x4d, 0x8f, 0x31, 0xaf, 0x41, 0x89, 0xdd, 0xf2, 0x89, - 0x1d, 0x04, 0x2c, 0x14, 0x6d, 0xb8, 0x3a, 0x7d, 0x5d, 0x9d, 0x8a, 0x5f, 0x4e, 0xe7, 0x80, 0xd8, - 0x81, 0x22, 0x67, 0x56, 0xe0, 0x83, 0x2f, 0x22, 0x90, 0x9b, 0x17, 0x37, 0x5a, 0xf4, 0xb0, 0x43, - 0x79, 0x88, 0x1e, 0xc1, 0x57, 0xe2, 0x36, 0xfb, 0x7e, 0xad, 0x00, 0x96, 0xc1, 0xda, 0x82, 0xb5, - 0x18, 0x07, 0x77, 0x6a, 0xe6, 0xef, 0x00, 0x3e, 0x1c, 0xab, 0xe7, 0x2d, 0x16, 0x70, 0x8a, 0xb6, - 0x20, 0x8c, 0x73, 0x45, 0x75, 0x6e, 0x7d, 0x05, 0xa7, 0x8b, 0x89, 0xe3, 0xfa, 0xad, 0xa0, 0x66, - 0x69, 0x85, 0x28, 0x0f, 0x6f, 0xb5, 0xda, 0x8c, 0x1d, 0x14, 0xb2, 0xcb, 0x60, 0x6d, 0xd1, 0x92, - 0x3f, 0xd0, 0x26, 0x5c, 0x14, 0x1f, 0xfb, 0x75, 0xea, 0x7b, 0xf5, 0xb0, 0x30, 0x27, 0xae, 0x37, - 0xb4, 0xeb, 0xa5, 0x8e, 0xdd, 0x12, 0xde, 0x16, 0x19, 0xd5, 0xf9, 0xe3, 0xb3, 0xa5, 0x8c, 0x95, - 0x13, 0x55, 0x32, 0x64, 0xda, 0x63, 0xe0, 0xf9, 0x90, 0xfd, 0x67, 0x10, 0xc6, 0xe3, 0x52, 0xe0, - 0xdf, 0xc5, 0x72, 0xb6, 0x38, 0x9a, 0x2d, 0x96, 0x2b, 0xa2, 0x66, 0x8b, 0xf7, 0x6c, 0x8f, 0xaa, - 0x5a, 0x4b, 0xab, 0x34, 0xff, 0x01, 0xb0, 0x30, 0xde, 0x43, 0x29, 0xb4, 0x0b, 0x73, 0x31, 0x51, - 0x5e, 0x00, 0xcb, 0x73, 0x6b, 0xb9, 0xf5, 0x0f, 0x26, 0x49, 0xb4, 0x53, 0xa3, 0x41, 0xe8, 0x1f, - 0xf8, 0xb4, 0xa6, 0x89, 0xad, 0x5f, 0x80, 0x3e, 0x4f, 0x80, 0xce, 0x0a, 0xd0, 0xab, 0x57, 0x82, - 0x96, 0x60, 0x74, 0xd4, 0xe8, 0x05, 0xbc, 0x7d, 0x4d, 0x5d, 0x55, 0xbe, 0xf9, 0x12, 0xbe, 0x25, - 0xe9, 0x8a, 0xb4, 0x14, 0x61, 0xdf, 0x80, 0x0b, 0xf2, 0x8a, 0x78, 0xa5, 0xee, 0xc8, 0xc0, 0x4e, - 0xcd, 0xfc, 0x05, 0xc0, 0xe2, 0xa4, 0x72, 0xa5, 0xd9, 0x63, 0xf8, 0xaa, 0xb6, 0x96, 0x2d, 0x3b, - 0xac, 0x4b, 0xe1, 0x16, 0xac, 0x7b, 0x71, 0x7c, 0x2f, 0x0a, 0xdf, 0xe4, 0xe6, 0x38, 0xf0, 0xed, - 0x91, 0xa9, 0x4a, 0xc4, 0x5f, 0x86, 0x76, 0x38, 0xdc, 0x03, 0x54, 0x49, 0x7d, 0x41, 0xd5, 0xc2, - 0xbf, 0x67, 0x4b, 0xf9, 0x9e, 0xdd, 0x6c, 0x6c, 0x98, 0x89, 0x63, 0x73, 0xe4, 0x6d, 0x0d, 0x00, - 0x34, 0x2f, 0x6b, 0xa2, 0x04, 0xb1, 0xe1, 0x43, 0xff, 0x62, 0x33, 0xf6, 0x95, 0xb6, 0x3c, 0x4a, - 0x51, 0x6b, 0xfb, 0x38, 0x8d, 0x9a, 0xb6, 0x4c, 0xda, 0x9d, 0xf7, 0xfd, 0xb4, 0xf0, 0x4d, 0x0a, - 0xf9, 0x1b, 0x80, 0xef, 0x8c, 0x92, 0x8c, 0x68, 0x05, 0xbc, 0xc3, 0xff, 0x47, 0x31, 0xd1, 0x2a, - 0xbc, 0xd7, 0xa6, 0x5d, 0x9f, 0x47, 0xa7, 0x41, 0xa7, 0xe9, 0xd0, 0xb6, 0x20, 0x33, 0x6f, 0xdd, - 0x1d, 0x86, 0x77, 0x45, 0x34, 0x91, 0xa8, 0x11, 0xd3, 0x12, 0x15, 0xf2, 0x33, 0x00, 0x57, 0xae, - 0x40, 0xae, 0x26, 0x54, 0x81, 0xd1, 0x6a, 0xca, 0x93, 0xc4, 0x64, 0xf2, 0x58, 0x1a, 0x33, 0x1e, - 0x1a, 0x33, 0xfe, 0x34, 0xe8, 0x59, 0x77, 0xdd, 0xc4, 0x35, 0xc9, 0x17, 0x93, 0x4d, 0xbe, 0x98, - 0x78, 0x34, 0x73, 0x97, 0x8d, 0x66, 0x7e, 0x86, 0xd1, 0xac, 0x7f, 0x7f, 0x07, 0xde, 0x12, 0x04, - 0xd1, 0xaf, 0x00, 0xc2, 0x98, 0x25, 0xc2, 0x93, 0x1c, 0x2a, 0xfd, 0x9f, 0xc4, 0x20, 0x53, 0xe7, - 0x4b, 0xc1, 0xcc, 0x8f, 0xbe, 0xfb, 0xf3, 0xef, 0x1f, 0xb3, 0xcf, 0x50, 0x99, 0x5c, 0xf9, 0xff, - 0xc7, 0xc9, 0x51, 0x62, 0xee, 0x7d, 0xf4, 0x33, 0x80, 0x39, 0xcd, 0x38, 0xd0, 0xb4, 0xdd, 0x87, - 0x0e, 0x65, 0x3c, 0x9d, 0xbe, 0x40, 0xe1, 0x7d, 0x5f, 0xe0, 0x5d, 0x41, 0x8f, 0xa6, 0xc0, 0x8b, - 0xfe, 0x00, 0xf0, 0xb5, 0x31, 0x7b, 0x43, 0xcf, 0x2e, 0x6f, 0x3a, 0xc1, 0x4d, 0x8d, 0xe7, 0xd7, - 0x2d, 0x53, 0x88, 0x3f, 0x16, 0x88, 0x5f, 0xa0, 0xe7, 0x13, 0x11, 0xcb, 0x8d, 0x4b, 0x0a, 0x3d, - 0xdc, 0xc2, 0x3e, 0x3a, 0x05, 0xf0, 0x7e, 0xaa, 0x2d, 0xa1, 0x0f, 0xa7, 0x54, 0x6f, 0xdc, 0x2f, - 0x8d, 0x8d, 0x59, 0x4a, 0x15, 0xa1, 0x6d, 0x41, 0xa8, 0x8a, 0x3e, 0x99, 0x61, 0x65, 0x88, 0x6e, - 0x9a, 0xe8, 0xa7, 0x2c, 0x2c, 0x4c, 0x7a, 0xd2, 0xe8, 0xe5, 0xb4, 0x10, 0xd3, 0x3c, 0xcc, 0xa8, - 0xcc, 0x58, 0xad, 0x38, 0x7e, 0x2b, 0x38, 0xf6, 0xd0, 0x37, 0x33, 0x71, 0x4c, 0x3a, 0x10, 0x19, - 0xba, 0x19, 0x39, 0x1a, 0xf1, 0xc5, 0x3e, 0x91, 0xa6, 0xa1, 0x1d, 0xc8, 0x40, 0xbf, 0xfa, 0xd5, - 0xf1, 0xa0, 0x08, 0x4e, 0x06, 0x45, 0xf0, 0xd7, 0xa0, 0x08, 0x7e, 0x38, 0x2f, 0x66, 0x4e, 0xce, - 0x8b, 0x99, 0xd3, 0xf3, 0x62, 0xe6, 0xeb, 0x0d, 0xcf, 0x0f, 0xeb, 0x1d, 0x07, 0xbb, 0xac, 0x49, - 0x1a, 0x7e, 0x40, 0x23, 0x84, 0x4f, 0x3c, 0x46, 0xba, 0x65, 0xd2, 0x64, 0xb5, 0x4e, 0x83, 0x72, - 0x89, 0xf7, 0x69, 0xf9, 0x89, 0x06, 0x39, 0xec, 0xb5, 0x28, 0x77, 0x6e, 0x0b, 0xf7, 0x2b, 0xff, - 0x17, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xa0, 0xfe, 0xeb, 0x8c, 0x0b, 0x00, 0x00, + 0x90, 0x1c, 0x70, 0x33, 0xe7, 0x58, 0x77, 0x3a, 0x8e, 0x18, 0x81, 0xa3, 0x40, 0xd2, 0x44, 0x61, + 0x91, 0x28, 0x68, 0xa2, 0xdd, 0xf5, 0x64, 0xbd, 0x92, 0xbd, 0xe3, 0x78, 0xd6, 0x46, 0x56, 0x64, + 0x21, 0xf1, 0x07, 0x40, 0xa2, 0xa1, 0xa1, 0xa5, 0xe0, 0x0f, 0x50, 0xd0, 0x51, 0xa5, 0x8c, 0x44, + 0x93, 0x2a, 0x42, 0x0e, 0x2d, 0x0d, 0xbf, 0x00, 0xed, 0xcc, 0x38, 0x3b, 0x6b, 0xaf, 0x13, 0xc7, + 0x22, 0xdd, 0xe6, 0xcd, 0x7b, 0xf3, 0xbe, 0xef, 0x7b, 0x6f, 0x3e, 0x07, 0x9a, 0xbe, 0xe3, 0x12, + 0x97, 0xb5, 0x29, 0x71, 0x59, 0x10, 0x50, 0x37, 0xf4, 0x59, 0x40, 0xba, 0x25, 0x72, 0xd8, 0xa1, + 0xed, 0x1e, 0x6e, 0xb5, 0x59, 0xc8, 0xd0, 0x03, 0xdf, 0x71, 0x71, 0x94, 0x83, 0xe3, 0x1c, 0xdc, + 0x2d, 0x19, 0x79, 0x8f, 0x79, 0x4c, 0xa4, 0x90, 0xe8, 0x4b, 0x66, 0x1b, 0xef, 0xb9, 0x8c, 0x37, + 0x19, 0x27, 0x8e, 0xcd, 0xa9, 0xbc, 0x86, 0x74, 0x4b, 0x0e, 0x0d, 0xed, 0x12, 0x69, 0xd9, 0x9e, + 0x1f, 0xd8, 0xa2, 0x5c, 0xe6, 0x2e, 0xc5, 0xdd, 0x1b, 0x3e, 0x0d, 0xc2, 0xa8, 0xb3, 0xfc, 0x52, + 0x09, 0xab, 0x13, 0xe0, 0x69, 0x40, 0x64, 0xe2, 0x9b, 0x1e, 0x63, 0x5e, 0x83, 0x12, 0xbb, 0xe5, + 0x13, 0x3b, 0x08, 0x58, 0x28, 0xda, 0x70, 0x75, 0xfa, 0xba, 0x3a, 0x15, 0x7f, 0x39, 0x9d, 0x03, + 0x62, 0x07, 0x8a, 0x9c, 0x59, 0x81, 0x0f, 0xbe, 0x88, 0x40, 0x6e, 0x5e, 0xdc, 0x68, 0xd1, 0xc3, + 0x0e, 0xe5, 0x21, 0x7a, 0x04, 0x5f, 0x89, 0xdb, 0xec, 0xfb, 0xb5, 0x02, 0x58, 0x06, 0x6b, 0x0b, + 0xd6, 0x62, 0x1c, 0xdc, 0xa9, 0x99, 0xbf, 0x03, 0xf8, 0x70, 0xac, 0x9e, 0xb7, 0x58, 0xc0, 0x29, + 0xda, 0x82, 0x30, 0xce, 0x15, 0xd5, 0xb9, 0xf5, 0x15, 0x9c, 0x2e, 0x26, 0x8e, 0xeb, 0xb7, 0x82, + 0x9a, 0xa5, 0x15, 0xa2, 0x3c, 0xbc, 0xd5, 0x6a, 0x33, 0x76, 0x50, 0xc8, 0x2e, 0x83, 0xb5, 0x45, + 0x4b, 0xfe, 0x81, 0x36, 0xe1, 0xa2, 0xf8, 0xd8, 0xaf, 0x53, 0xdf, 0xab, 0x87, 0x85, 0x39, 0x71, + 0xbd, 0xa1, 0x5d, 0x2f, 0x75, 0xec, 0x96, 0xf0, 0xb6, 0xc8, 0xa8, 0xce, 0x1f, 0x9f, 0x2d, 0x65, + 0xac, 0x9c, 0xa8, 0x92, 0x21, 0xd3, 0x1e, 0x03, 0xcf, 0x87, 0xec, 0x3f, 0x83, 0x30, 0x1e, 0x97, + 0x02, 0xff, 0x2e, 0x96, 0xb3, 0xc5, 0xd1, 0x6c, 0xb1, 0x5c, 0x11, 0x35, 0x5b, 0xbc, 0x67, 0x7b, + 0x54, 0xd5, 0x5a, 0x5a, 0xa5, 0xf9, 0x0f, 0x80, 0x85, 0xf1, 0x1e, 0x4a, 0xa1, 0x5d, 0x98, 0x8b, + 0x89, 0xf2, 0x02, 0x58, 0x9e, 0x5b, 0xcb, 0xad, 0x7f, 0x30, 0x49, 0xa2, 0x9d, 0x1a, 0x0d, 0x42, + 0xff, 0xc0, 0xa7, 0x35, 0x4d, 0x6c, 0xfd, 0x02, 0xf4, 0x79, 0x02, 0x74, 0x56, 0x80, 0x5e, 0xbd, + 0x12, 0xb4, 0x04, 0xa3, 0xa3, 0x46, 0x2f, 0xe0, 0xed, 0x6b, 0xea, 0xaa, 0xf2, 0xcd, 0x0d, 0xf8, + 0x96, 0xa4, 0x2b, 0xd2, 0x52, 0x84, 0x7d, 0x03, 0x2e, 0xc8, 0x2b, 0xe2, 0x95, 0xba, 0x23, 0x03, + 0x3b, 0x35, 0xf3, 0x17, 0x00, 0x8b, 0x93, 0xca, 0x95, 0x66, 0x8f, 0xe1, 0xab, 0xda, 0x5a, 0xb6, + 0xec, 0xb0, 0x2e, 0x85, 0x5b, 0xb0, 0xee, 0xc5, 0xf1, 0xbd, 0x28, 0x7c, 0x93, 0x9b, 0xe3, 0xc0, + 0xb7, 0x47, 0xa6, 0x2a, 0x11, 0x7f, 0x19, 0xda, 0xe1, 0x70, 0x0f, 0x50, 0x25, 0xf5, 0x05, 0x55, + 0x0b, 0xff, 0x9e, 0x2d, 0xe5, 0x7b, 0x76, 0xb3, 0xf1, 0xd2, 0x4c, 0x1c, 0x9b, 0x23, 0x6f, 0x6b, + 0x00, 0xa0, 0x79, 0x59, 0x13, 0x25, 0x88, 0x0d, 0x1f, 0xfa, 0x17, 0x9b, 0xb1, 0xaf, 0xb4, 0xe5, + 0x51, 0x8a, 0x5a, 0xdb, 0xc7, 0x69, 0xd4, 0xb4, 0x65, 0xd2, 0xee, 0xbc, 0xef, 0xa7, 0x85, 0x6f, + 0x52, 0xc8, 0xdf, 0x00, 0x7c, 0x67, 0x94, 0x64, 0x44, 0x2b, 0xe0, 0x1d, 0xfe, 0x3f, 0x8a, 0x89, + 0x56, 0xe1, 0xbd, 0x36, 0xed, 0xfa, 0x3c, 0x3a, 0x0d, 0x3a, 0x4d, 0x87, 0xb6, 0x05, 0x99, 0x79, + 0xeb, 0xee, 0x30, 0xbc, 0x2b, 0xa2, 0x89, 0x44, 0x8d, 0x98, 0x96, 0xa8, 0x90, 0x9f, 0x01, 0xb8, + 0x72, 0x05, 0x72, 0x35, 0xa1, 0x0a, 0x8c, 0x56, 0x53, 0x9e, 0x24, 0x26, 0x93, 0xc7, 0xd2, 0x98, + 0xf1, 0xd0, 0x98, 0xf1, 0xa7, 0x41, 0xcf, 0xba, 0xeb, 0x26, 0xae, 0x49, 0xbe, 0x98, 0x6c, 0xf2, + 0xc5, 0xc4, 0xa3, 0x99, 0xbb, 0x6c, 0x34, 0xf3, 0x33, 0x8c, 0x66, 0xfd, 0xfb, 0x3b, 0xf0, 0x96, + 0x20, 0x88, 0x7e, 0x05, 0x10, 0xc6, 0x2c, 0x11, 0x9e, 0xe4, 0x50, 0xe9, 0xbf, 0x24, 0x06, 0x99, + 0x3a, 0x5f, 0x0a, 0x66, 0x7e, 0xf4, 0xdd, 0x9f, 0x7f, 0xff, 0x98, 0x7d, 0x86, 0xca, 0xe4, 0xca, + 0xdf, 0x3f, 0x4e, 0x8e, 0x12, 0x73, 0xef, 0xa3, 0x9f, 0x01, 0xcc, 0x69, 0xc6, 0x81, 0xa6, 0xed, + 0x3e, 0x74, 0x28, 0xe3, 0xe9, 0xf4, 0x05, 0x0a, 0xef, 0xfb, 0x02, 0xef, 0x0a, 0x7a, 0x34, 0x05, + 0x5e, 0xf4, 0x07, 0x80, 0xaf, 0x8d, 0xd9, 0x1b, 0x7a, 0x76, 0x79, 0xd3, 0x09, 0x6e, 0x6a, 0x3c, + 0xbf, 0x6e, 0x99, 0x42, 0xfc, 0xb1, 0x40, 0xfc, 0x02, 0x3d, 0x9f, 0x88, 0x58, 0x6e, 0x5c, 0x52, + 0xe8, 0xe1, 0x16, 0xf6, 0xd1, 0x29, 0x80, 0xf7, 0x53, 0x6d, 0x09, 0x7d, 0x38, 0xa5, 0x7a, 0xe3, + 0x7e, 0x69, 0xbc, 0x9c, 0xa5, 0x54, 0x11, 0xda, 0x16, 0x84, 0xaa, 0xe8, 0x93, 0x19, 0x56, 0x86, + 0xe8, 0xa6, 0x89, 0x7e, 0xca, 0xc2, 0xc2, 0xa4, 0x27, 0x8d, 0x36, 0xa6, 0x85, 0x98, 0xe6, 0x61, + 0x46, 0x65, 0xc6, 0x6a, 0xc5, 0xf1, 0x5b, 0xc1, 0xb1, 0x87, 0xbe, 0x99, 0x89, 0x63, 0xd2, 0x81, + 0xc8, 0xd0, 0xcd, 0xc8, 0xd1, 0x88, 0x2f, 0xf6, 0x89, 0x34, 0x0d, 0xed, 0x40, 0x06, 0xfa, 0xd5, + 0xaf, 0x8e, 0x07, 0x45, 0x70, 0x32, 0x28, 0x82, 0xbf, 0x06, 0x45, 0xf0, 0xc3, 0x79, 0x31, 0x73, + 0x72, 0x5e, 0xcc, 0x9c, 0x9e, 0x17, 0x33, 0x5f, 0x6f, 0x78, 0x7e, 0x58, 0xef, 0x38, 0xd8, 0x65, + 0x4d, 0xa2, 0xfe, 0x01, 0xf6, 0x1d, 0xf7, 0x89, 0xc7, 0x48, 0xb7, 0x4c, 0x9a, 0xac, 0xd6, 0x69, + 0x50, 0x2e, 0x11, 0x3f, 0x2d, 0x3f, 0xd1, 0x40, 0x87, 0xbd, 0x16, 0xe5, 0xce, 0x6d, 0xe1, 0x7f, + 0xe5, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xd7, 0xeb, 0x28, 0x8e, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/03-connection/types/tx.pb.go b/modules/core/03-connection/types/tx.pb.go index eb96423b49a..ac0ee52c8f6 100644 --- a/modules/core/03-connection/types/tx.pb.go +++ b/modules/core/03-connection/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" + types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/codec/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -388,65 +388,65 @@ func init() { func init() { proto.RegisterFile("ibc/core/connection/v1/tx.proto", fileDescriptor_5d00fde5fc97399e) } var fileDescriptor_5d00fde5fc97399e = []byte{ - // 925 bytes of a gzipped FileDescriptorProto + // 927 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x31, 0x73, 0xe3, 0x44, - 0x14, 0xb6, 0x62, 0x27, 0xb1, 0xd7, 0x86, 0xbb, 0x5b, 0x9c, 0x44, 0x88, 0x3b, 0xcb, 0xa7, 0x81, - 0x21, 0x05, 0x91, 0xce, 0x97, 0x63, 0x06, 0x3c, 0x43, 0x11, 0xbb, 0x21, 0xc5, 0xc1, 0x8d, 0xc8, - 0xc0, 0xcc, 0x35, 0x1e, 0x5b, 0xde, 0x28, 0x3b, 0x76, 0x76, 0x35, 0x92, 0x6c, 0x10, 0x2d, 0x0d, - 0x43, 0x45, 0x43, 0x7f, 0xff, 0x81, 0x3f, 0x71, 0xe5, 0x95, 0x54, 0x1a, 0x48, 0x1a, 0x6a, 0x75, - 0x74, 0x8c, 0x76, 0x25, 0x79, 0x6d, 0xcb, 0x83, 0x8d, 0x73, 0xdd, 0xbe, 0x7d, 0xdf, 0x7b, 0x6f, - 0xf7, 0xbd, 0xef, 0xdb, 0x59, 0xa0, 0xe2, 0x81, 0x65, 0x58, 0xd4, 0x45, 0x86, 0x45, 0x09, 0x41, - 0x96, 0x8f, 0x29, 0x31, 0xa6, 0x2d, 0xc3, 0xff, 0x41, 0x77, 0x5c, 0xea, 0x53, 0x78, 0x88, 0x07, - 0x96, 0x1e, 0x03, 0xf4, 0x19, 0x40, 0x9f, 0xb6, 0x94, 0xba, 0x4d, 0x6d, 0xca, 0x20, 0x46, 0xbc, - 0xe2, 0x68, 0xe5, 0x7d, 0x9b, 0x52, 0x7b, 0x8c, 0x0c, 0x66, 0x0d, 0x26, 0x97, 0x46, 0x9f, 0x04, - 0x89, 0x4b, 0xa8, 0x34, 0xc6, 0x88, 0xf8, 0x71, 0x15, 0xbe, 0x4a, 0x00, 0x1f, 0xaf, 0x38, 0x8a, - 0x50, 0x97, 0x01, 0xb5, 0xdf, 0x77, 0xc0, 0xc1, 0x73, 0xcf, 0xee, 0x66, 0xfb, 0x5f, 0x3b, 0x88, - 0x9c, 0x13, 0xec, 0xc3, 0x16, 0xa8, 0xf0, 0x94, 0x3d, 0x3c, 0x94, 0xa5, 0xa6, 0x74, 0x5c, 0xe9, - 0xd4, 0xa3, 0x50, 0xbd, 0x1f, 0xf4, 0xaf, 0xc7, 0x6d, 0x2d, 0x73, 0x69, 0x66, 0x99, 0xaf, 0xcf, - 0x87, 0xf0, 0x2b, 0x50, 0xb3, 0xe8, 0x84, 0xf8, 0xc8, 0x75, 0xfa, 0xae, 0x1f, 0xc8, 0x3b, 0x4d, - 0xe9, 0xb8, 0xfa, 0xf4, 0x43, 0x3d, 0xff, 0xda, 0x7a, 0x57, 0xc0, 0x76, 0x4a, 0xaf, 0x43, 0xb5, - 0x60, 0xce, 0xc5, 0xc3, 0xcf, 0xc1, 0xfe, 0x14, 0xb9, 0x1e, 0xa6, 0x44, 0x2e, 0xb2, 0x54, 0xea, - 0xaa, 0x54, 0xdf, 0x72, 0x98, 0x99, 0xe2, 0x61, 0x1b, 0xd4, 0x86, 0x68, 0xdc, 0x0f, 0x7a, 0x0e, - 0x72, 0x31, 0x1d, 0xca, 0xa5, 0xa6, 0x74, 0x5c, 0xea, 0x1c, 0x45, 0xa1, 0xfa, 0x1e, 0xbf, 0x80, - 0xe8, 0xd5, 0xcc, 0x2a, 0x33, 0x5f, 0x30, 0x0b, 0x1e, 0x82, 0x3d, 0x0f, 0xdb, 0x04, 0xb9, 0xf2, - 0x6e, 0x7c, 0x6d, 0x33, 0xb1, 0xda, 0xe5, 0x9f, 0x5f, 0xa9, 0x85, 0xbf, 0x5f, 0xa9, 0x05, 0x4d, - 0x05, 0x8f, 0x72, 0x9b, 0x66, 0x22, 0xcf, 0xa1, 0xc4, 0x43, 0xda, 0x6f, 0xfb, 0xa0, 0xbe, 0x84, - 0xb8, 0x70, 0x83, 0xff, 0xd3, 0xd5, 0xef, 0xc0, 0xa1, 0xe3, 0xa2, 0x29, 0xa6, 0x13, 0xaf, 0x37, - 0xbb, 0x75, 0x1c, 0xbf, 0xc3, 0xe2, 0x1f, 0x47, 0xa1, 0xfa, 0x88, 0xc7, 0xe7, 0xe3, 0x34, 0xb3, - 0x9e, 0x3a, 0x66, 0x07, 0x3a, 0x1f, 0xc2, 0x17, 0xa0, 0x96, 0x14, 0xf4, 0xfc, 0xbe, 0x8f, 0x92, - 0x1e, 0xd7, 0x75, 0xce, 0x3b, 0x3d, 0xe5, 0x9d, 0x7e, 0x46, 0x02, 0xb1, 0x73, 0x62, 0x8c, 0x66, - 0x56, 0xb9, 0xf9, 0x4d, 0x6c, 0x2d, 0x11, 0xa0, 0xb4, 0x25, 0x01, 0x16, 0xa7, 0xb8, 0xbb, 0xc1, - 0x14, 0xa7, 0xe0, 0x40, 0xcc, 0xd5, 0x4b, 0x98, 0xe1, 0xc9, 0x7b, 0xcd, 0xe2, 0x1a, 0x54, 0xea, - 0x34, 0xa3, 0x50, 0x7d, 0x98, 0xdc, 0x38, 0x2f, 0x8f, 0x66, 0xd6, 0xc5, 0xfd, 0x24, 0xcc, 0x83, - 0x2f, 0x41, 0xcd, 0x71, 0x29, 0xbd, 0xec, 0x5d, 0x21, 0x6c, 0x5f, 0xf9, 0xf2, 0x3e, 0xeb, 0x81, - 0x22, 0x94, 0xe3, 0x42, 0x9d, 0xb6, 0xf4, 0x2f, 0x19, 0xa2, 0xf3, 0x41, 0x7c, 0xf3, 0xd9, 0x9d, - 0xc4, 0x68, 0xcd, 0xac, 0x32, 0x93, 0x23, 0xe1, 0x33, 0x00, 0xb8, 0x17, 0x13, 0xec, 0xcb, 0xe5, - 0xa6, 0x74, 0x5c, 0xeb, 0x1c, 0x44, 0xa1, 0xfa, 0x40, 0x8c, 0x8c, 0x7d, 0x9a, 0x59, 0x61, 0x06, - 0x53, 0x72, 0x3b, 0x3d, 0x11, 0xaf, 0x2c, 0x57, 0x58, 0xdc, 0xd1, 0x62, 0x45, 0xee, 0x4d, 0x2b, - 0x76, 0x99, 0x05, 0xbb, 0xe0, 0x5e, 0xe2, 0x8d, 0x79, 0x4d, 0xbc, 0x89, 0x27, 0x03, 0x16, 0xae, - 0x44, 0xa1, 0x7a, 0x38, 0x17, 0x9e, 0x02, 0x34, 0xf3, 0x5d, 0x9e, 0x21, 0xdd, 0x80, 0x97, 0xe0, - 0x7e, 0xe6, 0x4d, 0xdb, 0x52, 0xfd, 0xcf, 0xb6, 0xa8, 0x49, 0x5b, 0x8e, 0xd2, 0x21, 0xcc, 0x67, - 0xd0, 0xcc, 0x7b, 0xd9, 0x56, 0xd2, 0x9e, 0x99, 0x70, 0x6b, 0x2b, 0x84, 0xdb, 0x00, 0x0f, 0xf3, - 0x64, 0x99, 0xe9, 0xf6, 0xaf, 0xdd, 0x1c, 0xdd, 0x9e, 0x59, 0x23, 0xf8, 0x05, 0x78, 0x67, 0x5e, - 0x7b, 0x5c, 0xbb, 0x72, 0x14, 0xaa, 0xf5, 0xec, 0x7c, 0xa2, 0xe4, 0x6a, 0x96, 0x28, 0x35, 0x0b, - 0x28, 0x73, 0x24, 0xca, 0xd3, 0xf1, 0x47, 0x51, 0xa8, 0x3e, 0xce, 0x21, 0xdc, 0x42, 0x62, 0x59, - 0x74, 0xce, 0xe9, 0x79, 0x8b, 0xe7, 0x72, 0xf1, 0x29, 0x28, 0x6d, 0xfd, 0x14, 0x2c, 0xca, 0x60, - 0xf7, 0x0e, 0x65, 0xd0, 0x02, 0x9c, 0xdd, 0x3d, 0xdf, 0x0d, 0xe4, 0x3d, 0x46, 0x47, 0xe1, 0x11, - 0xcd, 0x5c, 0x9a, 0x59, 0x66, 0xeb, 0xf8, 0xdd, 0x5d, 0xd4, 0xc0, 0xfe, 0x76, 0x1a, 0x28, 0xdf, - 0x89, 0x06, 0x2a, 0x6f, 0x55, 0x03, 0x60, 0x03, 0x0d, 0x9c, 0x59, 0xa3, 0x4c, 0x03, 0xbf, 0xec, - 0x00, 0x79, 0x09, 0xd0, 0xa5, 0xe4, 0x12, 0xbb, 0xd7, 0xdb, 0xea, 0x20, 0x9b, 0x5c, 0xdf, 0x1a, - 0x31, 0xda, 0xe7, 0x4c, 0xae, 0x6f, 0x8d, 0xd2, 0xc9, 0xc5, 0xca, 0x5b, 0x24, 0x52, 0xf1, 0x0e, - 0x89, 0x34, 0x6b, 0x56, 0x69, 0x45, 0xb3, 0x34, 0xd0, 0x5c, 0xd5, 0x8b, 0xb4, 0x61, 0x4f, 0xff, - 0x29, 0x82, 0xe2, 0x73, 0xcf, 0x86, 0x3f, 0x02, 0x98, 0xf3, 0x8f, 0x3a, 0x59, 0x25, 0xc2, 0xdc, - 0x1f, 0x84, 0xf2, 0xe9, 0x46, 0xf0, 0xf4, 0x0c, 0xf0, 0x7b, 0xf0, 0x60, 0xf9, 0xb3, 0xf1, 0xc9, - 0xda, 0xb9, 0x2e, 0xdc, 0x40, 0x79, 0xb6, 0x09, 0x7a, 0x75, 0xe1, 0x78, 0x66, 0xeb, 0x17, 0x3e, - 0xb3, 0x46, 0x1b, 0x14, 0x16, 0x68, 0x0a, 0x7f, 0x92, 0xc0, 0x41, 0x3e, 0x47, 0x9f, 0xac, 0x9d, - 0x2f, 0x89, 0x50, 0x3e, 0xdb, 0x34, 0x22, 0x3d, 0x45, 0xe7, 0xe2, 0xf5, 0x4d, 0x43, 0x7a, 0x73, - 0xd3, 0x90, 0xfe, 0xbc, 0x69, 0x48, 0xbf, 0xde, 0x36, 0x0a, 0x6f, 0x6e, 0x1b, 0x85, 0x3f, 0x6e, - 0x1b, 0x85, 0x97, 0x6d, 0x1b, 0xfb, 0x57, 0x93, 0x81, 0x6e, 0xd1, 0x6b, 0x63, 0x8c, 0x09, 0x32, - 0xf0, 0xc0, 0x3a, 0xb1, 0xa9, 0x31, 0x3d, 0x35, 0xae, 0xe9, 0x70, 0x32, 0x46, 0x1e, 0xff, 0xa0, - 0x3f, 0x39, 0x3d, 0x11, 0xfe, 0xe8, 0x7e, 0xe0, 0x20, 0x6f, 0xb0, 0xc7, 0x1e, 0xdc, 0xd3, 0x7f, - 0x03, 0x00, 0x00, 0xff, 0xff, 0x68, 0x7a, 0xb6, 0x7c, 0x52, 0x0c, 0x00, 0x00, + 0x14, 0xb6, 0x62, 0x27, 0xb1, 0xd7, 0x86, 0xbb, 0x5b, 0x9c, 0x44, 0x98, 0x3b, 0xcb, 0xa7, 0x81, + 0x21, 0x05, 0x91, 0xce, 0x97, 0x63, 0x06, 0x32, 0x50, 0xc4, 0x6e, 0x48, 0x71, 0x70, 0x23, 0x6e, + 0x8e, 0x99, 0x6b, 0x3c, 0xf6, 0x7a, 0xa3, 0xec, 0xd8, 0xd6, 0x6a, 0xb4, 0xb2, 0x41, 0xb4, 0x34, + 0x0c, 0x15, 0x0d, 0xfd, 0xfd, 0x07, 0xfe, 0xc4, 0x95, 0x57, 0x52, 0x69, 0x20, 0x69, 0xa8, 0xd5, + 0xd1, 0x31, 0xda, 0x95, 0xe4, 0xb5, 0x23, 0x0f, 0x31, 0xce, 0x75, 0xfb, 0xf6, 0x7d, 0xef, 0xbd, + 0xdd, 0xf7, 0xbe, 0x6f, 0x67, 0x81, 0x46, 0x06, 0xc8, 0x44, 0xd4, 0xc3, 0x26, 0xa2, 0x8e, 0x83, + 0x91, 0x4f, 0xa8, 0x63, 0xce, 0xda, 0xa6, 0xff, 0x83, 0xe1, 0x7a, 0xd4, 0xa7, 0x70, 0x9f, 0x0c, + 0x90, 0x11, 0x03, 0x8c, 0x39, 0xc0, 0x98, 0xb5, 0x1b, 0x75, 0x9b, 0xda, 0x94, 0x43, 0xcc, 0x78, + 0x25, 0xd0, 0x8d, 0xf7, 0x6d, 0x4a, 0xed, 0x31, 0x36, 0xb9, 0x35, 0x98, 0x9e, 0x9b, 0x7d, 0x27, + 0x48, 0x5c, 0x52, 0xa5, 0x31, 0xc1, 0x8e, 0x1f, 0x57, 0x11, 0xab, 0x04, 0xf0, 0xf1, 0x8a, 0xa3, + 0x48, 0x75, 0x39, 0x50, 0xff, 0x7d, 0x0b, 0xec, 0x3d, 0x65, 0x76, 0x37, 0xdb, 0xff, 0xc6, 0xc5, + 0xce, 0x99, 0x43, 0x7c, 0xd8, 0x06, 0x15, 0x91, 0xb2, 0x47, 0x86, 0xaa, 0xd2, 0x52, 0x0e, 0x2b, + 0x9d, 0x7a, 0x14, 0x6a, 0x77, 0x83, 0xfe, 0x64, 0x7c, 0xa2, 0x67, 0x2e, 0xdd, 0x2a, 0x8b, 0xf5, + 0xd9, 0x10, 0x7e, 0x0d, 0x6a, 0x88, 0x4e, 0x1d, 0x1f, 0x7b, 0x6e, 0xdf, 0xf3, 0x03, 0x75, 0xab, + 0xa5, 0x1c, 0x56, 0x1f, 0x7f, 0x68, 0xe4, 0x5f, 0xdb, 0xe8, 0x4a, 0xd8, 0x4e, 0xe9, 0x75, 0xa8, + 0x15, 0xac, 0x85, 0x78, 0xf8, 0x39, 0xd8, 0x9d, 0x61, 0x8f, 0x11, 0xea, 0xa8, 0x45, 0x9e, 0x4a, + 0x5b, 0x95, 0xea, 0x85, 0x80, 0x59, 0x29, 0x1e, 0x9e, 0x80, 0xda, 0x10, 0x8f, 0xfb, 0x41, 0xcf, + 0xc5, 0x1e, 0xa1, 0x43, 0xb5, 0xd4, 0x52, 0x0e, 0x4b, 0x9d, 0x83, 0x28, 0xd4, 0xde, 0x13, 0x17, + 0x90, 0xbd, 0xba, 0x55, 0xe5, 0xe6, 0x33, 0x6e, 0xc1, 0x7d, 0xb0, 0xc3, 0x88, 0xed, 0x60, 0x4f, + 0xdd, 0x8e, 0xaf, 0x6d, 0x25, 0xd6, 0x49, 0xf9, 0xe7, 0x57, 0x5a, 0xe1, 0xef, 0x57, 0x5a, 0x41, + 0xd7, 0xc0, 0x83, 0xdc, 0xa6, 0x59, 0x98, 0xb9, 0xd4, 0x61, 0x58, 0xff, 0x6d, 0x17, 0xd4, 0xaf, + 0x21, 0x9e, 0x7b, 0xc1, 0xff, 0xe9, 0xea, 0x77, 0x60, 0xdf, 0xf5, 0xf0, 0x8c, 0xd0, 0x29, 0xeb, + 0xcd, 0x6f, 0x1d, 0xc7, 0x6f, 0xf1, 0xf8, 0x87, 0x51, 0xa8, 0x3d, 0x10, 0xf1, 0xf9, 0x38, 0xdd, + 0xaa, 0xa7, 0x8e, 0xf9, 0x81, 0xce, 0x86, 0xf0, 0x19, 0xa8, 0x25, 0x05, 0x99, 0xdf, 0xf7, 0x71, + 0xd2, 0xe3, 0xba, 0x21, 0x78, 0x67, 0xa4, 0xbc, 0x33, 0x4e, 0x9d, 0x40, 0xee, 0x9c, 0x1c, 0xa3, + 0x5b, 0x55, 0x61, 0x7e, 0x1b, 0x5b, 0xd7, 0x08, 0x50, 0xda, 0x90, 0x00, 0xcb, 0x53, 0xdc, 0x5e, + 0x63, 0x8a, 0x33, 0xb0, 0x27, 0xe7, 0xea, 0x25, 0xcc, 0x60, 0xea, 0x4e, 0xab, 0x78, 0x03, 0x2a, + 0x75, 0x5a, 0x51, 0xa8, 0xdd, 0x4f, 0x6e, 0x9c, 0x97, 0x47, 0xb7, 0xea, 0xf2, 0x7e, 0x12, 0xc6, + 0xe0, 0x4b, 0x50, 0x73, 0x3d, 0x4a, 0xcf, 0x7b, 0x17, 0x98, 0xd8, 0x17, 0xbe, 0xba, 0xcb, 0x7b, + 0xd0, 0x90, 0xca, 0x09, 0xa1, 0xce, 0xda, 0xc6, 0x57, 0x1c, 0xd1, 0xf9, 0x20, 0xbe, 0xf9, 0xfc, + 0x4e, 0x72, 0xb4, 0x6e, 0x55, 0xb9, 0x29, 0x90, 0xf0, 0x09, 0x00, 0xc2, 0x4b, 0x1c, 0xe2, 0xab, + 0xe5, 0x96, 0x72, 0x58, 0xeb, 0xec, 0x45, 0xa1, 0x76, 0x4f, 0x8e, 0x8c, 0x7d, 0xba, 0x55, 0xe1, + 0x06, 0x57, 0xf2, 0x49, 0x7a, 0x22, 0x51, 0x59, 0xad, 0xf0, 0xb8, 0x83, 0xe5, 0x8a, 0xc2, 0x9b, + 0x56, 0xec, 0x72, 0x0b, 0x76, 0xc1, 0x9d, 0xc4, 0x1b, 0xf3, 0xda, 0x61, 0x53, 0xa6, 0x02, 0x1e, + 0xde, 0x88, 0x42, 0x6d, 0x7f, 0x21, 0x3c, 0x05, 0xe8, 0xd6, 0xbb, 0x22, 0x43, 0xba, 0x01, 0xcf, + 0xc1, 0xdd, 0xcc, 0x9b, 0xb6, 0xa5, 0xfa, 0x9f, 0x6d, 0xd1, 0x92, 0xb6, 0x1c, 0xa4, 0x43, 0x58, + 0xcc, 0xa0, 0x5b, 0x77, 0xb2, 0xad, 0xa4, 0x3d, 0x73, 0xe1, 0xd6, 0x56, 0x08, 0xb7, 0x09, 0xee, + 0xe7, 0xc9, 0x32, 0xd3, 0xed, 0x5f, 0xdb, 0x39, 0xba, 0x3d, 0x45, 0x23, 0xf8, 0x25, 0x78, 0x67, + 0x51, 0x7b, 0x42, 0xbb, 0x6a, 0x14, 0x6a, 0xf5, 0xec, 0x7c, 0xb2, 0xe4, 0x6a, 0x48, 0x96, 0x1a, + 0x02, 0x8d, 0x05, 0x12, 0xe5, 0xe9, 0xf8, 0xa3, 0x28, 0xd4, 0x1e, 0xe6, 0x10, 0x6e, 0x29, 0xb1, + 0x2a, 0x3b, 0x17, 0xf4, 0xbc, 0xc1, 0x73, 0xb9, 0xfc, 0x14, 0x94, 0x36, 0x7e, 0x0a, 0x96, 0x65, + 0xb0, 0x7d, 0x8b, 0x32, 0x68, 0x03, 0xc1, 0xee, 0x9e, 0xef, 0x05, 0xea, 0x0e, 0xa7, 0xa3, 0xf4, + 0x88, 0x66, 0x2e, 0xdd, 0x2a, 0xf3, 0x75, 0xfc, 0xee, 0x2e, 0x6b, 0x60, 0x77, 0x33, 0x0d, 0x94, + 0x6f, 0x45, 0x03, 0x95, 0xb7, 0xaa, 0x01, 0xb0, 0x86, 0x06, 0x4e, 0xd1, 0x28, 0xd3, 0xc0, 0x2f, + 0x5b, 0x40, 0xbd, 0x06, 0xe8, 0x52, 0xe7, 0x9c, 0x78, 0x93, 0x4d, 0x75, 0x90, 0x4d, 0xae, 0x8f, + 0x46, 0x9c, 0xf6, 0x39, 0x93, 0xeb, 0xa3, 0x51, 0x3a, 0xb9, 0x58, 0x79, 0xcb, 0x44, 0x2a, 0xde, + 0x22, 0x91, 0xe6, 0xcd, 0x2a, 0xad, 0x68, 0x96, 0x0e, 0x5a, 0xab, 0x7a, 0x91, 0x36, 0xec, 0xf1, + 0x3f, 0x45, 0x50, 0x7c, 0xca, 0x6c, 0xf8, 0x23, 0x80, 0x39, 0xff, 0xa8, 0xa3, 0x55, 0x22, 0xcc, + 0xfd, 0x41, 0x34, 0x3e, 0x5d, 0x0b, 0x9e, 0x9e, 0x01, 0x7e, 0x0f, 0xee, 0x5d, 0xff, 0x6c, 0x7c, + 0x72, 0xe3, 0x5c, 0xcf, 0xbd, 0xa0, 0xf1, 0x64, 0x1d, 0xf4, 0xea, 0xc2, 0xf1, 0xcc, 0x6e, 0x5e, + 0xf8, 0x14, 0x8d, 0xd6, 0x28, 0x2c, 0xd1, 0x14, 0xfe, 0xa4, 0x80, 0xbd, 0x7c, 0x8e, 0x3e, 0xba, + 0x71, 0xbe, 0x24, 0xa2, 0xf1, 0xd9, 0xba, 0x11, 0xe9, 0x29, 0x3a, 0x2f, 0x5e, 0x5f, 0x36, 0x95, + 0x37, 0x97, 0x4d, 0xe5, 0xcf, 0xcb, 0xa6, 0xf2, 0xeb, 0x55, 0xb3, 0xf0, 0xe6, 0xaa, 0x59, 0xf8, + 0xe3, 0xaa, 0x59, 0x78, 0xf9, 0x85, 0x4d, 0xfc, 0x8b, 0xe9, 0xc0, 0x40, 0x74, 0x62, 0x22, 0xca, + 0x26, 0x94, 0x99, 0x64, 0x80, 0x8e, 0x6c, 0x6a, 0xce, 0x8e, 0xcd, 0x09, 0x1d, 0x4e, 0xc7, 0x98, + 0x89, 0x2f, 0xfa, 0xa3, 0xe3, 0x23, 0xe9, 0x97, 0xee, 0x07, 0x2e, 0x66, 0x83, 0x1d, 0xfe, 0xe4, + 0x1e, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xef, 0xf1, 0x60, 0x63, 0x54, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/04-channel/types/channel.pb.go b/modules/core/04-channel/types/channel.pb.go index 3201846d334..4ebbe01c977 100644 --- a/modules/core/04-channel/types/channel.pb.go +++ b/modules/core/04-channel/types/channel.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" @@ -455,64 +455,64 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/channel.proto", fileDescriptor_c3a07336710636a0) } var fileDescriptor_c3a07336710636a0 = []byte{ - // 910 bytes of a gzipped FileDescriptorProto + // 911 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x55, 0xcd, 0x8e, 0xda, 0x56, 0x14, 0xc6, 0x83, 0xf9, 0x3b, 0x0c, 0x0c, 0x73, 0xd3, 0x21, 0xae, 0x9b, 0x60, 0x62, 0x75, 0x31, - 0x4a, 0x15, 0xc8, 0x24, 0x51, 0x23, 0x65, 0xd5, 0xe1, 0x27, 0x1a, 0xab, 0x11, 0x4c, 0x0d, 0xb3, + 0x4a, 0x15, 0xc8, 0x24, 0x51, 0xab, 0x66, 0xd5, 0xe1, 0x27, 0x1a, 0xab, 0x11, 0x8c, 0x0c, 0xb3, 0x68, 0x36, 0x14, 0xec, 0x5b, 0xb0, 0x02, 0xbe, 0xd4, 0xbe, 0x30, 0x9a, 0x37, 0x88, 0x58, 0xf5, 0x05, 0x90, 0x2a, 0x55, 0xed, 0x2b, 0xf4, 0x15, 0xb2, 0xcc, 0xb2, 0x2b, 0xab, 0x9a, 0x59, 0x74, - 0xcf, 0x0b, 0xb4, 0xf2, 0xbd, 0xd7, 0xfc, 0x4c, 0xa2, 0x2c, 0xbb, 0xea, 0x8a, 0x7b, 0xbe, 0xef, + 0xcf, 0x0b, 0xb4, 0xf2, 0xbd, 0xd7, 0xfc, 0x4c, 0xa2, 0x2c, 0xbb, 0xca, 0x8a, 0x7b, 0xbe, 0xef, 0x3b, 0x3f, 0x3e, 0xe7, 0x70, 0x2f, 0x3c, 0x70, 0x06, 0x56, 0xd5, 0x22, 0x1e, 0xae, 0x5a, 0xa3, 0xbe, 0xeb, 0xe2, 0x71, 0x75, 0x7e, 0x12, 0x1d, 0x2b, 0x53, 0x8f, 0x50, 0x82, 0xee, 0x38, 0x03, 0xab, 0x12, 0x4a, 0x2a, 0x11, 0x3e, 0x3f, 0x51, 0x3f, 0x1b, 0x92, 0x21, 0x61, 0x7c, 0x35, 0x3c, - 0x71, 0xa9, 0xaa, 0x6d, 0xa2, 0x8d, 0x1d, 0xec, 0x52, 0x16, 0x8c, 0x9d, 0xb8, 0x40, 0xff, 0x6d, + 0x71, 0xa9, 0xaa, 0x6d, 0xa2, 0x8d, 0x1d, 0xec, 0x52, 0x16, 0x8c, 0x9d, 0xb8, 0x40, 0xff, 0x7d, 0x0f, 0x52, 0x75, 0x1e, 0x05, 0x3d, 0x86, 0x84, 0x4f, 0xfb, 0x14, 0x2b, 0x52, 0x59, 0x3a, 0xce, - 0x3f, 0x51, 0x2b, 0x1f, 0xc9, 0x53, 0xe9, 0x84, 0x0a, 0x93, 0x0b, 0xd1, 0xd7, 0x90, 0x26, 0x9e, - 0x8d, 0x3d, 0xc7, 0x1d, 0x2a, 0x7b, 0x9f, 0x70, 0x6a, 0x87, 0x22, 0x73, 0xad, 0x45, 0xdf, 0xc2, + 0x3f, 0x51, 0x2b, 0x1f, 0xc8, 0x53, 0xe9, 0x84, 0x0a, 0x93, 0x0b, 0xd1, 0xd7, 0x90, 0x26, 0x9e, + 0x8d, 0x3d, 0xc7, 0x1d, 0x2a, 0x7b, 0x1f, 0x71, 0x6a, 0x87, 0x22, 0x73, 0xad, 0x45, 0xdf, 0xc3, 0xbe, 0x45, 0x66, 0x2e, 0xc5, 0xde, 0xb4, 0xef, 0xd1, 0x2b, 0x25, 0x5e, 0x96, 0x8e, 0xb3, 0x4f, - 0x1e, 0x7c, 0xd4, 0xb7, 0xbe, 0x25, 0xac, 0xc9, 0xef, 0x02, 0x2d, 0x66, 0xee, 0x38, 0xa3, 0x3a, + 0x1e, 0x7c, 0xd0, 0xb7, 0xbe, 0x25, 0xac, 0xc9, 0x6f, 0x03, 0x2d, 0x66, 0xee, 0x38, 0xa3, 0x3a, 0x1c, 0x58, 0xc4, 0x75, 0xb1, 0x45, 0x1d, 0xe2, 0xf6, 0x46, 0x64, 0xea, 0x2b, 0x72, 0x39, 0x7e, - 0x9c, 0xa9, 0xa9, 0xab, 0x40, 0x2b, 0x5e, 0xf5, 0x27, 0xe3, 0x17, 0xfa, 0x2d, 0x81, 0x6e, 0xe6, + 0x9c, 0xa9, 0xa9, 0xab, 0x40, 0x2b, 0x5e, 0xf5, 0x27, 0xe3, 0xe7, 0xfa, 0x2d, 0x81, 0x6e, 0xe6, 0x37, 0xc8, 0x19, 0x99, 0xfa, 0x48, 0x81, 0xd4, 0x1c, 0x7b, 0xbe, 0x43, 0x5c, 0x25, 0x51, 0x96, - 0x8e, 0x33, 0x66, 0x64, 0xbe, 0x90, 0xdf, 0xfe, 0xa2, 0xc5, 0xf4, 0xbf, 0xf7, 0xe0, 0xd0, 0xb0, - 0xb1, 0x4b, 0x9d, 0x1f, 0x1d, 0x6c, 0xff, 0xdf, 0xb1, 0x4f, 0x74, 0x0c, 0xdd, 0x85, 0xd4, 0x94, - 0x78, 0xb4, 0xe7, 0xd8, 0x4a, 0x92, 0x31, 0xc9, 0xd0, 0x34, 0x6c, 0x74, 0x1f, 0x40, 0x94, 0x19, - 0x72, 0x29, 0xc6, 0x65, 0x04, 0x62, 0xd8, 0xa2, 0xd3, 0x97, 0xb0, 0xbf, 0xfd, 0x01, 0xe8, 0xab, - 0x4d, 0xb4, 0xb0, 0xcb, 0x99, 0x1a, 0x5a, 0x05, 0x5a, 0x9e, 0x17, 0x29, 0x08, 0x7d, 0x9d, 0xe1, - 0xd9, 0x4e, 0x86, 0x3d, 0xa6, 0x3f, 0x5a, 0x05, 0xda, 0xa1, 0xf8, 0xa8, 0x35, 0xa7, 0x7f, 0x98, - 0xf8, 0x9f, 0x38, 0x24, 0xcf, 0xfb, 0xd6, 0x1b, 0x4c, 0x91, 0x0a, 0x69, 0x1f, 0xff, 0x34, 0xc3, - 0xae, 0xc5, 0x47, 0x2b, 0x9b, 0x6b, 0x1b, 0x3d, 0x87, 0xac, 0x4f, 0x66, 0x9e, 0x85, 0x7b, 0x61, + 0x8e, 0x33, 0x66, 0x64, 0x3e, 0x97, 0xdf, 0xfc, 0xaa, 0xc5, 0xf4, 0x7f, 0xf6, 0xe0, 0xd0, 0xb0, + 0xb1, 0x4b, 0x9d, 0x9f, 0x1c, 0x6c, 0x7f, 0xea, 0xd8, 0x47, 0x3a, 0x86, 0xee, 0x42, 0x6a, 0x4a, + 0x3c, 0xda, 0x73, 0x6c, 0x25, 0xc9, 0x98, 0x64, 0x68, 0x1a, 0x36, 0xba, 0x0f, 0x20, 0xca, 0x0c, + 0xb9, 0x14, 0xe3, 0x32, 0x02, 0x31, 0x6c, 0xd1, 0xe9, 0x4b, 0xd8, 0xdf, 0xfe, 0x00, 0xf4, 0xd5, + 0x26, 0x5a, 0xd8, 0xe5, 0x4c, 0x0d, 0xad, 0x02, 0x2d, 0xcf, 0x8b, 0x14, 0x84, 0xbe, 0xce, 0xf0, + 0x6c, 0x27, 0xc3, 0x1e, 0xd3, 0x1f, 0xad, 0x02, 0xed, 0x50, 0x7c, 0xd4, 0x9a, 0xd3, 0xdf, 0x4f, + 0xfc, 0x6f, 0x1c, 0x92, 0xe7, 0x7d, 0xeb, 0x35, 0xa6, 0x48, 0x85, 0xb4, 0x8f, 0x7f, 0x9e, 0x61, + 0xd7, 0xe2, 0xa3, 0x95, 0xcd, 0xb5, 0x8d, 0xbe, 0x81, 0xac, 0x4f, 0x66, 0x9e, 0x85, 0x7b, 0x61, 0x4e, 0x91, 0xa3, 0xb8, 0x0a, 0x34, 0xc4, 0x73, 0x6c, 0x91, 0xba, 0x09, 0xdc, 0x3a, 0x27, 0x1e, - 0x45, 0xdf, 0x40, 0x5e, 0x70, 0x22, 0x33, 0x1b, 0x62, 0xa6, 0xf6, 0xf9, 0x2a, 0xd0, 0x8e, 0x76, - 0x7c, 0x05, 0xaf, 0x9b, 0x39, 0x0e, 0x44, 0xeb, 0xf6, 0x12, 0x0a, 0x36, 0xf6, 0xa9, 0xe3, 0xf6, + 0x45, 0xdf, 0x41, 0x5e, 0x70, 0x22, 0x33, 0x1b, 0x62, 0xa6, 0xf6, 0xf9, 0x2a, 0xd0, 0x8e, 0x76, + 0x7c, 0x05, 0xaf, 0x9b, 0x39, 0x0e, 0x44, 0xeb, 0xf6, 0x02, 0x0a, 0x36, 0xf6, 0xa9, 0xe3, 0xf6, 0xd9, 0x5c, 0x58, 0x7e, 0x99, 0xc5, 0xf8, 0x62, 0x15, 0x68, 0x77, 0x79, 0x8c, 0xdb, 0x0a, 0xdd, 0x3c, 0xd8, 0x82, 0x58, 0x25, 0x6d, 0xb8, 0xb3, 0xad, 0x8a, 0xca, 0x61, 0x63, 0xac, 0x95, 0x56, - 0x81, 0xa6, 0x7e, 0x18, 0x6a, 0x5d, 0x13, 0xda, 0x42, 0xa3, 0xc2, 0x10, 0xc8, 0x76, 0x9f, 0xf6, - 0xd9, 0xb8, 0xf7, 0x4d, 0x76, 0x46, 0x3f, 0x40, 0x9e, 0x3a, 0x13, 0x4c, 0x66, 0xb4, 0x37, 0xc2, + 0x81, 0xa6, 0xbe, 0x1f, 0x6a, 0x5d, 0x13, 0xda, 0x42, 0xa3, 0xc2, 0x10, 0xc8, 0x76, 0x9f, 0xf6, + 0xd9, 0xb8, 0xf7, 0x4d, 0x76, 0x46, 0x3f, 0x42, 0x9e, 0x3a, 0x13, 0x4c, 0x66, 0xb4, 0x37, 0xc2, 0xce, 0x70, 0x44, 0xd9, 0xc0, 0xb3, 0x3b, 0xfb, 0xce, 0x6f, 0xa2, 0xf9, 0x49, 0xe5, 0x8c, 0x29, 0x6a, 0xf7, 0xc3, 0x65, 0xdd, 0xb4, 0x63, 0xd7, 0x5f, 0x37, 0x73, 0x02, 0xe0, 0x6a, 0x64, 0xc0, 0x61, 0xa4, 0x08, 0x7f, 0x7d, 0xda, 0x9f, 0x4c, 0x95, 0x74, 0x38, 0xae, 0xda, 0xbd, 0x55, 0xa0, - 0x29, 0xbb, 0x41, 0xd6, 0x12, 0xdd, 0x2c, 0x08, 0xac, 0x1b, 0x41, 0x62, 0x03, 0x7e, 0x97, 0x20, - 0xcb, 0x37, 0x80, 0xfd, 0x67, 0xff, 0x83, 0xd5, 0xdb, 0xd9, 0xb4, 0xf8, 0xad, 0x4d, 0x8b, 0xba, - 0x2a, 0x6f, 0xba, 0x2a, 0x0a, 0x6d, 0xc3, 0xc1, 0xa9, 0xf5, 0xc6, 0x25, 0x97, 0x63, 0x6c, 0x0f, + 0x29, 0xbb, 0x41, 0xd6, 0x12, 0xdd, 0x2c, 0x08, 0xac, 0x1b, 0x41, 0x62, 0x03, 0xfe, 0x90, 0x20, + 0xcb, 0x37, 0x80, 0xfd, 0x67, 0xff, 0x87, 0xd5, 0xdb, 0xd9, 0xb4, 0xf8, 0xad, 0x4d, 0x8b, 0xba, + 0x2a, 0x6f, 0xba, 0x2a, 0x0a, 0x6d, 0xc3, 0xc1, 0xa9, 0xf5, 0xda, 0x25, 0x97, 0x63, 0x6c, 0x0f, 0xf1, 0x04, 0xbb, 0x14, 0x29, 0x90, 0xf4, 0xb0, 0x3f, 0x1b, 0x53, 0xe5, 0x28, 0x94, 0x9f, 0xc5, 0x4c, 0x61, 0xa3, 0x22, 0x24, 0xb0, 0xe7, 0x11, 0x4f, 0x29, 0x86, 0x35, 0x9d, 0xc5, 0x4c, 0x6e, - 0xd6, 0x00, 0xd2, 0x1e, 0xf6, 0xa7, 0xc4, 0xf5, 0xf1, 0xc3, 0x3f, 0x24, 0x48, 0x74, 0xc4, 0x05, - 0xa5, 0x75, 0xba, 0xa7, 0xdd, 0x66, 0xef, 0xa2, 0x65, 0xb4, 0x8c, 0xae, 0x71, 0xfa, 0xca, 0x78, - 0xdd, 0x6c, 0xf4, 0x2e, 0x5a, 0x9d, 0xf3, 0x66, 0xdd, 0x78, 0x69, 0x34, 0x1b, 0x85, 0x98, 0x7a, + 0xd6, 0x00, 0xd2, 0x1e, 0xf6, 0xa7, 0xc4, 0xf5, 0xf1, 0xc3, 0x3f, 0x25, 0x48, 0x74, 0xc4, 0x05, + 0xa5, 0x75, 0xba, 0xa7, 0xdd, 0x66, 0xef, 0xa2, 0x65, 0xb4, 0x8c, 0xae, 0x71, 0xfa, 0xd2, 0x78, + 0xd5, 0x6c, 0xf4, 0x2e, 0x5a, 0x9d, 0xf3, 0x66, 0xdd, 0x78, 0x61, 0x34, 0x1b, 0x85, 0x98, 0x7a, 0xb8, 0x58, 0x96, 0x73, 0x3b, 0x02, 0xa4, 0x00, 0x70, 0xbf, 0x10, 0x2c, 0x48, 0x6a, 0x7a, 0xb1, - 0x2c, 0xcb, 0xe1, 0x19, 0x95, 0x20, 0xc7, 0x99, 0xae, 0xf9, 0x7d, 0xfb, 0xbc, 0xd9, 0x2a, 0xec, + 0x2c, 0xcb, 0xe1, 0x19, 0x95, 0x20, 0xc7, 0x99, 0xae, 0xf9, 0x43, 0xfb, 0xbc, 0xd9, 0x2a, 0xec, 0xa9, 0xd9, 0xc5, 0xb2, 0x9c, 0x12, 0xe6, 0xc6, 0x93, 0x91, 0x71, 0xee, 0xc9, 0x98, 0x7b, 0xb0, - 0xcf, 0x99, 0xfa, 0xab, 0x76, 0xa7, 0xd9, 0x28, 0xc8, 0x2a, 0x2c, 0x96, 0xe5, 0x24, 0xb7, 0x54, - 0xf9, 0xed, 0xaf, 0xa5, 0xd8, 0xc3, 0x4b, 0x48, 0xb0, 0xbb, 0x12, 0x7d, 0x09, 0xc5, 0xb6, 0xd9, + 0xcf, 0x99, 0xfa, 0xcb, 0x76, 0xa7, 0xd9, 0x28, 0xc8, 0x2a, 0x2c, 0x96, 0xe5, 0x24, 0xb7, 0x54, + 0xf9, 0xcd, 0x6f, 0xa5, 0xd8, 0xc3, 0x4b, 0x48, 0xb0, 0xbb, 0x12, 0x7d, 0x09, 0xc5, 0xb6, 0xd9, 0x68, 0x9a, 0xbd, 0x56, 0xbb, 0xd5, 0xbc, 0x55, 0x2f, 0x0b, 0x19, 0xe2, 0x48, 0x87, 0x03, 0xae, 0xba, 0x68, 0xb1, 0xdf, 0x66, 0xa3, 0x20, 0xa9, 0xb9, 0xc5, 0xb2, 0x9c, 0x59, 0x03, 0x61, 0xc1, - 0x5c, 0x13, 0x29, 0x44, 0xc1, 0xc2, 0xe4, 0x89, 0x6b, 0xdf, 0xbd, 0xbb, 0x2e, 0x49, 0xef, 0xaf, - 0x4b, 0xd2, 0x5f, 0xd7, 0x25, 0xe9, 0xe7, 0x9b, 0x52, 0xec, 0xfd, 0x4d, 0x29, 0xf6, 0xe7, 0x4d, - 0x29, 0xf6, 0xfa, 0xf9, 0xd0, 0xa1, 0xa3, 0xd9, 0xa0, 0x62, 0x91, 0x49, 0x75, 0xec, 0xb8, 0xb8, - 0xea, 0x0c, 0xac, 0x47, 0x43, 0x52, 0x9d, 0x3f, 0xad, 0x4e, 0x88, 0x3d, 0x1b, 0x63, 0x9f, 0x3f, - 0xc9, 0x8f, 0x9f, 0x3d, 0x8a, 0xde, 0x78, 0x7a, 0x35, 0xc5, 0xfe, 0x20, 0xc9, 0xde, 0xe4, 0xa7, - 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xb8, 0x90, 0x85, 0x8f, 0x04, 0x08, 0x00, 0x00, + 0x5c, 0x13, 0x29, 0x44, 0xc1, 0xc2, 0xe4, 0x89, 0x6b, 0x9d, 0xb7, 0xd7, 0x25, 0xe9, 0xdd, 0x75, + 0x49, 0xfa, 0xfb, 0xba, 0x24, 0xfd, 0x72, 0x53, 0x8a, 0xbd, 0xbb, 0x29, 0xc5, 0xfe, 0xba, 0x29, + 0xc5, 0x5e, 0x7d, 0x3b, 0x74, 0xe8, 0x68, 0x36, 0xa8, 0x58, 0x64, 0x52, 0xb5, 0x88, 0x3f, 0x21, + 0x7e, 0xd5, 0x19, 0x58, 0x8f, 0x86, 0xa4, 0x3a, 0x7f, 0x5a, 0x9d, 0x10, 0x7b, 0x36, 0xc6, 0x3e, + 0x7f, 0x94, 0x1f, 0x3f, 0x7b, 0x14, 0xbd, 0xf2, 0xf4, 0x6a, 0x8a, 0xfd, 0x41, 0x92, 0xbd, 0xca, + 0x4f, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x31, 0x31, 0xe5, 0x06, 0x08, 0x00, 0x00, } func (m *Channel) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/04-channel/types/genesis.pb.go b/modules/core/04-channel/types/genesis.pb.go index c98f1071dc7..fa474dbb006 100644 --- a/modules/core/04-channel/types/genesis.pb.go +++ b/modules/core/04-channel/types/genesis.pb.go @@ -197,37 +197,37 @@ func init() { proto.RegisterFile("ibc/core/channel/v1/genesis.proto", fileDescri var fileDescriptor_cb06ec201f452595 = []byte{ // 506 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0x87, 0xe3, 0x36, 0x4d, 0xd3, 0x6d, 0x13, 0xd1, 0x6d, 0x23, 0x99, 0xa8, 0xd8, 0xc1, 0x48, - 0x28, 0x12, 0xaa, 0x4d, 0x69, 0x25, 0x24, 0x8e, 0xe6, 0x00, 0xb9, 0xc1, 0xc2, 0x09, 0x09, 0x45, - 0xce, 0x7a, 0xea, 0xae, 0x12, 0xef, 0x06, 0xef, 0x26, 0xd0, 0xa7, 0x80, 0xc7, 0xea, 0xb1, 0x47, - 0x4e, 0x16, 0x4a, 0xde, 0x20, 0x47, 0x4e, 0xc8, 0x7f, 0x93, 0xa8, 0x11, 0xa2, 0xdc, 0xbc, 0x33, - 0xbf, 0xf9, 0xbe, 0x39, 0x78, 0xd0, 0x63, 0x36, 0xa0, 0x0e, 0x15, 0x11, 0x38, 0xf4, 0xca, 0xe3, - 0x1c, 0x46, 0xce, 0xf4, 0xcc, 0x09, 0x80, 0x83, 0x64, 0xd2, 0x1e, 0x47, 0x42, 0x09, 0x7c, 0xc4, - 0x06, 0xd4, 0x4e, 0x22, 0x76, 0x1e, 0xb1, 0xa7, 0x67, 0xed, 0xe3, 0x40, 0x04, 0x22, 0xed, 0x3b, - 0xc9, 0x57, 0x16, 0x6d, 0x6f, 0xa4, 0x15, 0x53, 0x69, 0xc4, 0x9a, 0xef, 0xa0, 0x83, 0x37, 0x19, - 0xff, 0x83, 0xf2, 0x14, 0xe0, 0xcf, 0xa8, 0x9e, 0x27, 0xa4, 0xae, 0x75, 0xb6, 0xbb, 0xfb, 0x2f, - 0x9e, 0xda, 0x1b, 0x8c, 0x76, 0xcf, 0x07, 0xae, 0xd8, 0x25, 0x03, 0xff, 0x75, 0x56, 0x74, 0x1f, - 0xde, 0xc4, 0x66, 0xe5, 0x77, 0x6c, 0x1e, 0xde, 0x69, 0x91, 0x12, 0x89, 0x09, 0x7a, 0xe0, 0xd1, - 0x21, 0x17, 0x5f, 0x47, 0xe0, 0x07, 0x10, 0x02, 0x57, 0x52, 0xdf, 0x4a, 0x35, 0x9d, 0x8d, 0x9a, - 0x77, 0x1e, 0x1d, 0x82, 0x4a, 0x57, 0x73, 0xab, 0x89, 0x80, 0xdc, 0x99, 0xc7, 0x6f, 0xd1, 0x3e, - 0x15, 0x61, 0xc8, 0x54, 0x86, 0xdb, 0xbe, 0x17, 0x6e, 0x75, 0x14, 0xbb, 0xa8, 0x1e, 0x01, 0x05, - 0x36, 0x56, 0x52, 0xaf, 0xde, 0x0b, 0x53, 0xce, 0x61, 0x86, 0x9a, 0x12, 0xb8, 0xdf, 0x97, 0xf0, - 0x65, 0x02, 0x9c, 0x82, 0xd4, 0x77, 0x52, 0xd2, 0x93, 0xbf, 0x91, 0xf2, 0xac, 0xfb, 0x28, 0x81, - 0x2d, 0x62, 0xb3, 0x75, 0xed, 0x85, 0xa3, 0x57, 0xd6, 0x3a, 0xc8, 0x22, 0x8d, 0xa4, 0x50, 0x84, - 0x53, 0x55, 0x04, 0x74, 0xba, 0xa2, 0xaa, 0xfd, 0xb7, 0x6a, 0x1d, 0x64, 0x91, 0x46, 0x52, 0x58, - 0xaa, 0x2e, 0x51, 0xc3, 0xa3, 0xc3, 0x15, 0xd3, 0xee, 0xbf, 0x9b, 0x4e, 0x72, 0xd3, 0x71, 0x66, - 0x5a, 0xe3, 0x58, 0xe4, 0xc0, 0xa3, 0xc3, 0xa5, 0xe7, 0x23, 0x6a, 0x71, 0xf8, 0xa6, 0xfa, 0x39, - 0xad, 0x0c, 0xea, 0xf5, 0x8e, 0xd6, 0xad, 0xba, 0x9d, 0x45, 0x6c, 0x9e, 0x64, 0x98, 0x8d, 0x31, - 0x8b, 0x1c, 0x25, 0xf5, 0xfc, 0xbf, 0x2b, 0xb0, 0xd6, 0x77, 0x0d, 0x35, 0xd7, 0x97, 0xc2, 0xcf, - 0xd0, 0xee, 0x58, 0x44, 0xaa, 0xcf, 0x7c, 0x5d, 0xeb, 0x68, 0xdd, 0x3d, 0x17, 0x2f, 0x62, 0xb3, - 0x99, 0xa1, 0xf3, 0x86, 0x45, 0x6a, 0xc9, 0x57, 0xcf, 0xc7, 0x17, 0x08, 0x15, 0x26, 0xe6, 0xeb, - 0x5b, 0x69, 0xbe, 0xb5, 0x88, 0xcd, 0xc3, 0x2c, 0xbf, 0xec, 0x59, 0x64, 0x2f, 0x7f, 0xf4, 0x7c, - 0xdc, 0x46, 0xf5, 0x72, 0xfd, 0xed, 0x64, 0x7d, 0x52, 0xbe, 0xdd, 0xf7, 0x37, 0x33, 0x43, 0xbb, - 0x9d, 0x19, 0xda, 0xaf, 0x99, 0xa1, 0xfd, 0x98, 0x1b, 0x95, 0xdb, 0xb9, 0x51, 0xf9, 0x39, 0x37, - 0x2a, 0x9f, 0x5e, 0x06, 0x4c, 0x5d, 0x4d, 0x06, 0x36, 0x15, 0xa1, 0x33, 0x62, 0x1c, 0x1c, 0x36, - 0xa0, 0xa7, 0x81, 0x70, 0xa6, 0xe7, 0x4e, 0x28, 0xfc, 0xc9, 0x08, 0x64, 0x76, 0xd2, 0xcf, 0x2f, - 0x4e, 0x8b, 0xab, 0x56, 0xd7, 0x63, 0x90, 0x83, 0x5a, 0x7a, 0xd1, 0xe7, 0x7f, 0x02, 0x00, 0x00, - 0xff, 0xff, 0x47, 0xf6, 0x1b, 0x26, 0x44, 0x04, 0x00, 0x00, + 0x10, 0x87, 0xe3, 0x36, 0x4d, 0xd3, 0x6d, 0x13, 0xd1, 0x6d, 0x23, 0x99, 0xa8, 0xd8, 0xc6, 0x48, + 0x28, 0x12, 0xaa, 0x4d, 0x69, 0x2f, 0x70, 0x34, 0x07, 0xc8, 0x0d, 0x6d, 0x39, 0x21, 0xa1, 0xc8, + 0x5e, 0x4f, 0xdd, 0x55, 0x62, 0x6f, 0xf0, 0x6e, 0x02, 0x7d, 0x0a, 0x78, 0xac, 0x1e, 0x7b, 0xe4, + 0x64, 0xa1, 0xe4, 0x0d, 0x72, 0xe4, 0x84, 0xfc, 0x37, 0x89, 0x1a, 0x21, 0xca, 0xcd, 0x3b, 0xf3, + 0x9b, 0xef, 0x9b, 0x83, 0x07, 0x3d, 0x65, 0x1e, 0xb5, 0x29, 0x8f, 0xc1, 0xa6, 0xd7, 0x6e, 0x14, + 0xc1, 0xc8, 0x9e, 0x9e, 0xd9, 0x01, 0x44, 0x20, 0x98, 0xb0, 0xc6, 0x31, 0x97, 0x1c, 0x1f, 0x31, + 0x8f, 0x5a, 0x69, 0xc4, 0x2a, 0x22, 0xd6, 0xf4, 0xac, 0x7b, 0x1c, 0xf0, 0x80, 0x67, 0x7d, 0x3b, + 0xfd, 0xca, 0xa3, 0xdd, 0x8d, 0xb4, 0x72, 0x2a, 0x8b, 0x98, 0xf3, 0x1d, 0x74, 0xf0, 0x2e, 0xe7, + 0x5f, 0x4a, 0x57, 0x02, 0xfe, 0x8c, 0x9a, 0x45, 0x42, 0xa8, 0x8a, 0xb1, 0xdd, 0xdb, 0x7f, 0xf5, + 0xdc, 0xda, 0x60, 0xb4, 0xfa, 0x3e, 0x44, 0x92, 0x5d, 0x31, 0xf0, 0xdf, 0xe6, 0x45, 0xe7, 0xf1, + 0x6d, 0xa2, 0xd7, 0x7e, 0x27, 0xfa, 0xe1, 0xbd, 0x16, 0xa9, 0x90, 0x98, 0xa0, 0x47, 0x2e, 0x1d, + 0x46, 0xfc, 0xeb, 0x08, 0xfc, 0x00, 0x42, 0x88, 0xa4, 0x50, 0xb7, 0x32, 0x8d, 0xb1, 0x51, 0xf3, + 0xc1, 0xa5, 0x43, 0x90, 0xd9, 0x6a, 0x4e, 0x3d, 0x15, 0x90, 0x7b, 0xf3, 0xf8, 0x3d, 0xda, 0xa7, + 0x3c, 0x0c, 0x99, 0xcc, 0x71, 0xdb, 0x0f, 0xc2, 0xad, 0x8e, 0x62, 0x07, 0x35, 0x63, 0xa0, 0xc0, + 0xc6, 0x52, 0xa8, 0xf5, 0x07, 0x61, 0xaa, 0x39, 0xcc, 0x50, 0x5b, 0x40, 0xe4, 0x0f, 0x04, 0x7c, + 0x99, 0x40, 0x44, 0x41, 0xa8, 0x3b, 0x19, 0xe9, 0xd9, 0xdf, 0x48, 0x45, 0xd6, 0x79, 0x92, 0xc2, + 0x16, 0x89, 0xde, 0xb9, 0x71, 0xc3, 0xd1, 0x1b, 0x73, 0x1d, 0x64, 0x92, 0x56, 0x5a, 0x28, 0xc3, + 0x99, 0x2a, 0x06, 0x3a, 0x5d, 0x51, 0x35, 0xfe, 0x5b, 0xb5, 0x0e, 0x32, 0x49, 0x2b, 0x2d, 0x2c, + 0x55, 0x57, 0xa8, 0xe5, 0xd2, 0xe1, 0x8a, 0x69, 0xf7, 0xdf, 0x4d, 0x27, 0x85, 0xe9, 0x38, 0x37, + 0xad, 0x71, 0x4c, 0x72, 0xe0, 0xd2, 0xe1, 0xd2, 0xf3, 0x11, 0x75, 0x22, 0xf8, 0x26, 0x07, 0x05, + 0xad, 0x0a, 0xaa, 0x4d, 0x43, 0xe9, 0xd5, 0x1d, 0x63, 0x91, 0xe8, 0x27, 0x39, 0x66, 0x63, 0xcc, + 0x24, 0x47, 0x69, 0xbd, 0xf8, 0xef, 0x4a, 0xac, 0xf9, 0x5d, 0x41, 0xed, 0xf5, 0xa5, 0xf0, 0x0b, + 0xb4, 0x3b, 0xe6, 0xb1, 0x1c, 0x30, 0x5f, 0x55, 0x0c, 0xa5, 0xb7, 0xe7, 0xe0, 0x45, 0xa2, 0xb7, + 0x73, 0x74, 0xd1, 0x30, 0x49, 0x23, 0xfd, 0xea, 0xfb, 0xf8, 0x02, 0xa1, 0xd2, 0xc4, 0x7c, 0x75, + 0x2b, 0xcb, 0x77, 0x16, 0x89, 0x7e, 0x98, 0xe7, 0x97, 0x3d, 0x93, 0xec, 0x15, 0x8f, 0xbe, 0x8f, + 0xbb, 0xa8, 0x59, 0xad, 0xbf, 0x9d, 0xae, 0x4f, 0xaa, 0xb7, 0x73, 0x79, 0x3b, 0xd3, 0x94, 0xbb, + 0x99, 0xa6, 0xfc, 0x9a, 0x69, 0xca, 0x8f, 0xb9, 0x56, 0xbb, 0x9b, 0x6b, 0xb5, 0x9f, 0x73, 0xad, + 0xf6, 0xe9, 0x75, 0xc0, 0xe4, 0xf5, 0xc4, 0xb3, 0x28, 0x0f, 0x6d, 0xca, 0x45, 0xc8, 0x85, 0xcd, + 0x3c, 0x7a, 0x1a, 0x70, 0x7b, 0x7a, 0x6e, 0x87, 0xdc, 0x9f, 0x8c, 0x40, 0xe4, 0x47, 0xfd, 0xf2, + 0xe2, 0xb4, 0xbc, 0x6b, 0x79, 0x33, 0x06, 0xe1, 0x35, 0xb2, 0x9b, 0x3e, 0xff, 0x13, 0x00, 0x00, + 0xff, 0xff, 0x29, 0xa1, 0xc4, 0xd2, 0x46, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/04-channel/types/msgs_test.go b/modules/core/04-channel/types/msgs_test.go index e5c043e02d3..8063220452a 100644 --- a/modules/core/04-channel/types/msgs_test.go +++ b/modules/core/04-channel/types/msgs_test.go @@ -4,11 +4,14 @@ import ( "fmt" "testing" - sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/suite" + abci "github.com/tendermint/tendermint/abci/types" dbm "github.com/tendermint/tm-db" - abci "github.com/line/ostracon/abci/types" + "github.com/line/lbm-sdk/store/iavl" + "github.com/line/lbm-sdk/store/rootmulti" + storetypes "github.com/line/lbm-sdk/store/types" + sdk "github.com/line/lbm-sdk/types" "github.com/line/ostracon/libs/log" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -16,9 +19,6 @@ import ( commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" "github.com/cosmos/ibc-go/v3/testing/simapp" - "github.com/line/lbm-sdk/store/iavl" - "github.com/line/lbm-sdk/store/rootmulti" - storetypes "github.com/line/lbm-sdk/store/types" ) const ( diff --git a/modules/core/04-channel/types/query.pb.go b/modules/core/04-channel/types/query.pb.go index 20770a6b6bb..7ce247df111 100644 --- a/modules/core/04-channel/types/query.pb.go +++ b/modules/core/04-channel/types/query.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" @@ -1708,101 +1708,101 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/query.proto", fileDescriptor_1034a1e9abc4cca1) } var fileDescriptor_1034a1e9abc4cca1 = []byte{ - // 1489 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcf, 0x6f, 0x13, 0xc7, - 0x17, 0xcf, 0x38, 0x06, 0x92, 0x07, 0x5f, 0x7e, 0x4c, 0x12, 0x08, 0x4b, 0x70, 0x82, 0xbf, 0x6a, - 0x09, 0x48, 0xec, 0x90, 0x84, 0x02, 0xaa, 0x5a, 0x24, 0x12, 0xa9, 0x90, 0xaa, 0xfc, 0x5a, 0x8a, - 0x0a, 0x48, 0xad, 0xbb, 0x5e, 0x0f, 0xce, 0x2a, 0xf1, 0xee, 0xe2, 0x5d, 0x1b, 0x50, 0xea, 0xaa, - 0xea, 0x81, 0x22, 0xf5, 0x52, 0x95, 0x43, 0xa5, 0x5e, 0x2a, 0xf5, 0xc6, 0xa1, 0x87, 0xfe, 0x05, - 0xbd, 0x72, 0x2b, 0x12, 0x3d, 0x54, 0x42, 0xa2, 0x15, 0x41, 0xa2, 0xd7, 0x5e, 0x7a, 0xae, 0x76, - 0x7e, 0xac, 0x77, 0xed, 0xdd, 0x8d, 0x1d, 0xc7, 0x12, 0xea, 0x6d, 0x77, 0x76, 0xde, 0x9b, 0xcf, - 0xe7, 0xf3, 0xe6, 0x3d, 0xbf, 0x67, 0x98, 0x34, 0x8b, 0x06, 0x31, 0xec, 0x2a, 0x25, 0xc6, 0x92, - 0x6e, 0x59, 0x74, 0x85, 0xd4, 0x67, 0xc8, 0xed, 0x1a, 0xad, 0xde, 0x53, 0x9d, 0xaa, 0xed, 0xd9, - 0x78, 0xc4, 0x2c, 0x1a, 0xaa, 0xbf, 0x41, 0x15, 0x1b, 0xd4, 0xfa, 0x8c, 0x12, 0xb2, 0x5a, 0x31, - 0xa9, 0xe5, 0xf9, 0x46, 0xfc, 0x89, 0x5b, 0x29, 0x47, 0x0d, 0xdb, 0xad, 0xd8, 0x2e, 0x29, 0xea, - 0x2e, 0xe5, 0xee, 0x48, 0x7d, 0xa6, 0x48, 0x3d, 0x7d, 0x86, 0x38, 0x7a, 0xd9, 0xb4, 0x74, 0xcf, - 0xb4, 0x2d, 0xb1, 0xf7, 0x50, 0x1c, 0x04, 0x79, 0x18, 0xdf, 0x32, 0x51, 0xb6, 0xed, 0xf2, 0x0a, - 0x25, 0xba, 0x63, 0x12, 0xdd, 0xb2, 0x6c, 0x8f, 0xd9, 0xbb, 0xe2, 0xeb, 0x7e, 0xf1, 0x95, 0xbd, - 0x15, 0x6b, 0xb7, 0x88, 0x6e, 0x09, 0xf4, 0xca, 0x68, 0xd9, 0x2e, 0xdb, 0xec, 0x91, 0xf8, 0x4f, - 0x7c, 0x35, 0x7f, 0x01, 0x46, 0xae, 0xf8, 0x98, 0x16, 0xf8, 0x21, 0x1a, 0xbd, 0x5d, 0xa3, 0xae, - 0x87, 0xf7, 0xc1, 0x36, 0xc7, 0xae, 0x7a, 0x05, 0xb3, 0x34, 0x8e, 0xa6, 0xd0, 0xf4, 0xb0, 0xb6, - 0xd5, 0x7f, 0x5d, 0x2c, 0xe1, 0x83, 0x00, 0x02, 0x8f, 0xff, 0x2d, 0xc3, 0xbe, 0x0d, 0x8b, 0x95, - 0xc5, 0x52, 0xfe, 0x11, 0x82, 0xd1, 0xa8, 0x3f, 0xd7, 0xb1, 0x2d, 0x97, 0xe2, 0x93, 0xb0, 0x4d, - 0xec, 0x62, 0x0e, 0xb7, 0xcf, 0x4e, 0xa8, 0x31, 0x6a, 0xaa, 0xd2, 0x4c, 0x6e, 0xc6, 0xa3, 0xb0, - 0xc5, 0xa9, 0xda, 0xf6, 0x2d, 0x76, 0xd4, 0x0e, 0x8d, 0xbf, 0xe0, 0x05, 0xd8, 0xc1, 0x1e, 0x0a, - 0x4b, 0xd4, 0x2c, 0x2f, 0x79, 0xe3, 0x83, 0xcc, 0xa5, 0x12, 0x72, 0xc9, 0x23, 0x50, 0x9f, 0x51, - 0xcf, 0xb3, 0x1d, 0xf3, 0xd9, 0xc7, 0xcf, 0x27, 0x07, 0xb4, 0xed, 0xcc, 0x8a, 0x2f, 0xe5, 0x3f, - 0x89, 0x42, 0x75, 0x25, 0xf7, 0xf7, 0x00, 0x9a, 0x81, 0x11, 0x68, 0xdf, 0x54, 0x79, 0x14, 0x55, - 0x3f, 0x8a, 0x2a, 0xbf, 0x14, 0x22, 0x8a, 0xea, 0x65, 0xbd, 0x4c, 0x85, 0xad, 0x16, 0xb2, 0xcc, - 0x3f, 0x47, 0x30, 0xd6, 0x72, 0x80, 0x10, 0x63, 0x1e, 0x86, 0x04, 0x3f, 0x77, 0x1c, 0x4d, 0x0d, - 0x32, 0xff, 0x71, 0x6a, 0x2c, 0x96, 0xa8, 0xe5, 0x99, 0xb7, 0x4c, 0x5a, 0x92, 0xba, 0x04, 0x76, - 0xf8, 0x5c, 0x04, 0x65, 0x86, 0xa1, 0x3c, 0xbc, 0x2e, 0x4a, 0x0e, 0x20, 0x0c, 0x13, 0x9f, 0x86, - 0xad, 0x5d, 0xaa, 0x28, 0xf6, 0xe7, 0x1f, 0x20, 0xc8, 0x71, 0x82, 0xb6, 0x65, 0x51, 0xc3, 0xf7, - 0xd6, 0xaa, 0x65, 0x0e, 0xc0, 0x08, 0x3e, 0x8a, 0xab, 0x14, 0x5a, 0x69, 0xd1, 0x3a, 0xb3, 0x61, - 0xad, 0xff, 0x42, 0x30, 0x99, 0x08, 0xe5, 0xbf, 0xa5, 0xfa, 0x75, 0x29, 0x3a, 0xc7, 0xb4, 0xc0, - 0x76, 0x5f, 0xf5, 0x74, 0x8f, 0xf6, 0x9a, 0xbc, 0x7f, 0x04, 0x22, 0xc6, 0xb8, 0x16, 0x22, 0xea, - 0xb0, 0xcf, 0x0c, 0xf4, 0x29, 0x70, 0xa8, 0x05, 0xd7, 0xdf, 0x22, 0x32, 0xe5, 0x48, 0x1c, 0x91, - 0x90, 0xa4, 0x21, 0x9f, 0x63, 0x66, 0xdc, 0x72, 0x3f, 0x53, 0xfe, 0x27, 0x04, 0x87, 0x22, 0x0c, - 0x7d, 0x4e, 0x96, 0x5b, 0x73, 0x37, 0x43, 0x3f, 0x7c, 0x18, 0x76, 0x55, 0x69, 0xdd, 0x74, 0x4d, - 0xdb, 0x2a, 0x58, 0xb5, 0x4a, 0x91, 0x56, 0x19, 0xca, 0xac, 0xb6, 0x53, 0x2e, 0x5f, 0x64, 0xab, - 0x91, 0x8d, 0x82, 0x4e, 0x36, 0xba, 0x51, 0xe0, 0x7d, 0x86, 0x20, 0x9f, 0x86, 0x57, 0x04, 0xe5, - 0x5d, 0xd8, 0x65, 0xc8, 0x2f, 0x91, 0x60, 0x8c, 0xaa, 0xfc, 0xf7, 0x40, 0x95, 0xbf, 0x07, 0xea, - 0x59, 0xeb, 0x9e, 0xb6, 0xd3, 0x88, 0xb8, 0xc1, 0x07, 0x60, 0x58, 0x04, 0x32, 0x60, 0x35, 0xc4, - 0x17, 0x16, 0x4b, 0xcd, 0x68, 0x0c, 0xa6, 0x45, 0x23, 0xbb, 0x91, 0x68, 0x54, 0x61, 0x82, 0x91, - 0xbb, 0xac, 0x1b, 0xcb, 0xd4, 0x5b, 0xb0, 0x2b, 0x15, 0xd3, 0xab, 0x50, 0xcb, 0xeb, 0x35, 0x0e, - 0x0a, 0x0c, 0xb9, 0xbe, 0x0b, 0xcb, 0xa0, 0x22, 0x00, 0xc1, 0x7b, 0xfe, 0x7b, 0x04, 0x07, 0x13, - 0x0e, 0x15, 0x62, 0xb2, 0x92, 0x25, 0x57, 0xd9, 0xc1, 0x3b, 0xb4, 0xd0, 0x4a, 0x3f, 0xaf, 0xe7, - 0x0f, 0x49, 0xe0, 0xdc, 0x5e, 0x25, 0x89, 0xd6, 0xd9, 0xc1, 0x0d, 0xd7, 0xd9, 0x57, 0xb2, 0xe4, - 0xc7, 0x20, 0x0c, 0xca, 0xec, 0xf6, 0xa6, 0x5a, 0xb2, 0xd2, 0x4e, 0xc5, 0x56, 0x5a, 0xee, 0x84, - 0xdf, 0xe5, 0xb0, 0xd1, 0xeb, 0x50, 0x66, 0x6d, 0xd8, 0x1f, 0x22, 0xaa, 0x51, 0x83, 0x9a, 0x4e, - 0x5f, 0x6f, 0xe6, 0x43, 0x04, 0x4a, 0xdc, 0x89, 0x42, 0x56, 0x05, 0x86, 0xaa, 0xfe, 0x52, 0x9d, - 0x72, 0xbf, 0x43, 0x5a, 0xf0, 0xde, 0xcf, 0x1c, 0xbd, 0x23, 0x0a, 0x26, 0x07, 0x75, 0xd6, 0x58, - 0xb6, 0xec, 0x3b, 0x2b, 0xb4, 0x54, 0xa6, 0xfd, 0x4e, 0xd4, 0x47, 0xb2, 0xf4, 0x25, 0x9c, 0x2c, - 0x64, 0x99, 0x86, 0x5d, 0x7a, 0xf4, 0x93, 0x48, 0xd9, 0xd6, 0xe5, 0x7e, 0xe6, 0xed, 0xcb, 0x54, - 0xac, 0xaf, 0x4b, 0xf2, 0xe2, 0x33, 0x70, 0xc0, 0x61, 0x00, 0x0b, 0xcd, 0x5c, 0x2b, 0x48, 0xc1, - 0xdd, 0xf1, 0xec, 0xd4, 0xe0, 0x74, 0x56, 0xdb, 0xef, 0xb4, 0x64, 0xf6, 0x55, 0xb9, 0x21, 0xff, - 0x0f, 0x82, 0xff, 0xa7, 0xd2, 0x14, 0x31, 0xf9, 0x00, 0x76, 0xb7, 0x88, 0xdf, 0x79, 0x19, 0x68, - 0xb3, 0x7c, 0x1d, 0x6a, 0xc1, 0x77, 0xb2, 0x2e, 0x5f, 0xb3, 0x64, 0xce, 0x71, 0xcc, 0x3d, 0x87, - 0x76, 0x9d, 0x90, 0x0c, 0xae, 0x17, 0x92, 0xbb, 0xa2, 0x1c, 0xc7, 0x00, 0x13, 0xc1, 0x98, 0x80, - 0xe1, 0xa6, 0x3f, 0xc4, 0xfc, 0x35, 0x17, 0x42, 0x9a, 0x64, 0xba, 0xd4, 0xe4, 0xbe, 0x2c, 0x57, - 0xcd, 0xa3, 0xcf, 0x1a, 0xcb, 0x3d, 0x0b, 0x72, 0x1c, 0x46, 0x85, 0x20, 0xba, 0xb1, 0xdc, 0xa6, - 0x04, 0x76, 0xe4, 0xcd, 0x6b, 0x4a, 0x50, 0x83, 0x03, 0xb1, 0x38, 0xfa, 0xcc, 0xff, 0x86, 0xe8, - 0x95, 0x2f, 0xd2, 0xbb, 0x41, 0x3c, 0x34, 0x0e, 0xa0, 0xd7, 0x3e, 0xfc, 0x67, 0x04, 0x53, 0xc9, - 0xbe, 0x05, 0xaf, 0x59, 0x18, 0xb3, 0xe8, 0xdd, 0xe6, 0x65, 0x29, 0x08, 0xf6, 0xec, 0xa8, 0xac, - 0x36, 0x62, 0xb5, 0xdb, 0xf6, 0xb1, 0x04, 0xce, 0x7e, 0xbd, 0x17, 0xb6, 0x30, 0xcc, 0xf8, 0x47, - 0x04, 0xdb, 0x44, 0xbb, 0x8a, 0xa7, 0x63, 0xf3, 0x3d, 0xe6, 0x0f, 0x07, 0xe5, 0x48, 0x07, 0x3b, - 0x39, 0xf3, 0xfc, 0xfc, 0x97, 0x4f, 0x5f, 0x3e, 0xcc, 0xbc, 0x83, 0xdf, 0x26, 0x29, 0xff, 0x96, - 0xb8, 0x64, 0xb5, 0x29, 0x71, 0x83, 0xf8, 0xc2, 0xbb, 0x64, 0x55, 0x84, 0xa3, 0x81, 0x1f, 0x20, - 0x18, 0x92, 0x03, 0x22, 0x5e, 0xff, 0x6c, 0x79, 0xad, 0x95, 0xa3, 0x9d, 0x6c, 0x15, 0x38, 0xdf, - 0x60, 0x38, 0x27, 0xf1, 0xc1, 0x54, 0x9c, 0xf8, 0x17, 0x04, 0xb8, 0x7d, 0x6a, 0xc5, 0x73, 0x29, - 0x27, 0x25, 0x8d, 0xdb, 0xca, 0x89, 0xee, 0x8c, 0x04, 0xd0, 0x33, 0x0c, 0xe8, 0x69, 0x7c, 0x32, - 0x1e, 0x68, 0x60, 0xe8, 0x6b, 0x1a, 0xbc, 0x34, 0x9a, 0x0c, 0x9e, 0xf8, 0x0c, 0xda, 0x46, 0xc6, - 0x54, 0x06, 0x49, 0xb3, 0x6b, 0x2a, 0x83, 0xc4, 0xa9, 0x34, 0x7f, 0x89, 0x31, 0x58, 0xc4, 0xe7, - 0x36, 0x7e, 0x25, 0x48, 0x78, 0x96, 0xc5, 0xdf, 0x66, 0x60, 0x2c, 0x76, 0xe6, 0xc2, 0x27, 0xd7, - 0x07, 0x18, 0x37, 0x54, 0x2a, 0xa7, 0xba, 0xb6, 0x13, 0xdc, 0xbe, 0x42, 0x8c, 0xdc, 0x17, 0x08, - 0x7f, 0xde, 0x0b, 0xbb, 0xe8, 0x7c, 0x48, 0xe4, 0xa0, 0x49, 0x56, 0x5b, 0x46, 0xd6, 0x06, 0xe1, - 0x65, 0x20, 0xf4, 0x81, 0x2f, 0x34, 0xf0, 0x33, 0x04, 0xbb, 0x5b, 0xfb, 0x7e, 0x3c, 0x93, 0xcc, - 0x2b, 0x61, 0xae, 0x53, 0x66, 0xbb, 0x31, 0x11, 0x2a, 0x7c, 0xca, 0x44, 0xb8, 0x89, 0xaf, 0xf7, - 0xa0, 0x41, 0xdb, 0x2f, 0xad, 0x4b, 0x56, 0x65, 0xf9, 0x6c, 0xe0, 0xa7, 0x08, 0xf6, 0xb4, 0x4d, - 0x35, 0xb8, 0x0b, 0xac, 0x41, 0x16, 0xce, 0x75, 0x65, 0x23, 0x08, 0x5e, 0x63, 0x04, 0x2f, 0xe1, - 0x0b, 0x9b, 0x4a, 0x10, 0xff, 0x8a, 0xe0, 0x7f, 0x91, 0x81, 0x02, 0xab, 0xeb, 0xa1, 0x8b, 0xce, - 0x3a, 0x0a, 0xe9, 0x78, 0xbf, 0x60, 0xf2, 0x31, 0x63, 0xf2, 0x11, 0xbe, 0xd6, 0x3b, 0x93, 0x2a, - 0x77, 0x1d, 0x89, 0xd3, 0x1a, 0x82, 0xb1, 0xd8, 0x06, 0x34, 0x2d, 0x35, 0xd3, 0xc6, 0x97, 0xb4, - 0xd4, 0x4c, 0x1d, 0x3e, 0xf2, 0x37, 0x18, 0xd3, 0xab, 0xf8, 0x4a, 0xef, 0x4c, 0x75, 0x63, 0x39, - 0xc2, 0xf2, 0x15, 0x82, 0xbd, 0xf1, 0x6d, 0x36, 0xee, 0x16, 0x6e, 0x70, 0x2f, 0x4f, 0x77, 0x6f, - 0x28, 0x88, 0xde, 0x64, 0x44, 0x3f, 0xc4, 0xda, 0xa6, 0x10, 0x8d, 0xd2, 0xb9, 0x9f, 0x81, 0x3d, - 0x6d, 0xed, 0x6b, 0x5a, 0xde, 0x25, 0x35, 0xe1, 0x69, 0x79, 0x97, 0xd8, 0x1f, 0x6f, 0x52, 0x79, - 0x8d, 0x2b, 0x2d, 0x29, 0x8d, 0x7d, 0x83, 0xd4, 0x02, 0x40, 0x05, 0x47, 0x50, 0xfe, 0x1b, 0xc1, - 0xce, 0x68, 0x13, 0x8b, 0x49, 0x27, 0x8c, 0x42, 0x6d, 0xb7, 0x72, 0xbc, 0x73, 0x03, 0xc1, 0xff, - 0x33, 0x46, 0xbf, 0x8e, 0xbd, 0xfe, 0xb0, 0x8f, 0x74, 0xf1, 0x11, 0xda, 0xfe, 0x8d, 0xc7, 0xbf, - 0x21, 0x18, 0x89, 0xe9, 0x72, 0x71, 0x4a, 0x1b, 0x90, 0xdc, 0x70, 0x2b, 0x6f, 0x75, 0x69, 0x25, - 0x24, 0xb8, 0xcc, 0x24, 0x78, 0x1f, 0x9f, 0xef, 0x41, 0x82, 0x48, 0x2f, 0x3e, 0x7f, 0xe5, 0xf1, - 0x8b, 0x1c, 0x7a, 0xf2, 0x22, 0x87, 0xfe, 0x7c, 0x91, 0x43, 0xdf, 0xac, 0xe5, 0x06, 0x9e, 0xac, - 0xe5, 0x06, 0x7e, 0x5f, 0xcb, 0x0d, 0xdc, 0x3c, 0x55, 0x36, 0xbd, 0xa5, 0x5a, 0x51, 0x35, 0xec, - 0x0a, 0x59, 0x31, 0x2d, 0xea, 0x1f, 0x79, 0xac, 0x6c, 0x93, 0xfa, 0x1c, 0xa9, 0xd8, 0xa5, 0xda, - 0x0a, 0x75, 0x39, 0x80, 0xe3, 0x27, 0x8e, 0x49, 0x0c, 0xde, 0x3d, 0x87, 0xba, 0xc5, 0xad, 0xec, - 0x2f, 0xdc, 0xb9, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x90, 0x4d, 0x6c, 0xce, 0xa6, 0x1c, 0x00, - 0x00, + // 1490 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x59, 0xcf, 0x6f, 0xd4, 0xc6, + 0x17, 0xcf, 0x6c, 0x16, 0x48, 0x1e, 0x7c, 0xf9, 0x31, 0x49, 0x20, 0x98, 0xb0, 0x09, 0xfb, 0x55, + 0x4b, 0x40, 0xc2, 0x43, 0x12, 0x4a, 0x69, 0xd5, 0x22, 0x91, 0x48, 0x85, 0x54, 0xe5, 0x97, 0x53, + 0x54, 0x40, 0x6a, 0xb7, 0x5e, 0xef, 0xb0, 0xb1, 0x92, 0xb5, 0xcd, 0xda, 0xbb, 0x80, 0xd2, 0xad, + 0xaa, 0x1e, 0x28, 0x52, 0x2f, 0x55, 0x39, 0x54, 0xea, 0xa5, 0x52, 0x6f, 0x1c, 0x7a, 0xe8, 0x5f, + 0xd0, 0x2b, 0xb7, 0x22, 0xd1, 0x43, 0x25, 0x24, 0x5a, 0x11, 0x24, 0x7a, 0xed, 0xa5, 0xe7, 0xca, + 0xf3, 0xc3, 0x6b, 0xef, 0xda, 0x4e, 0x36, 0x9b, 0x95, 0xa2, 0xde, 0xec, 0xf1, 0xbc, 0x37, 0x9f, + 0xcf, 0xe7, 0xcd, 0x7b, 0x79, 0x6f, 0x03, 0xe3, 0x66, 0xd1, 0x20, 0x86, 0x5d, 0xa5, 0xc4, 0x58, + 0xd4, 0x2d, 0x8b, 0x2e, 0x93, 0xfa, 0x14, 0xb9, 0x5d, 0xa3, 0xd5, 0x7b, 0xaa, 0x53, 0xb5, 0x3d, + 0x1b, 0x0f, 0x99, 0x45, 0x43, 0xf5, 0x37, 0xa8, 0x62, 0x83, 0x5a, 0x9f, 0x52, 0x42, 0x56, 0xcb, + 0x26, 0xb5, 0x3c, 0xdf, 0x88, 0x3f, 0x71, 0x2b, 0xe5, 0xb8, 0x61, 0xbb, 0x15, 0xdb, 0x25, 0x45, + 0xdd, 0xa5, 0xdc, 0x1d, 0xa9, 0x4f, 0x15, 0xa9, 0xa7, 0x4f, 0x11, 0x47, 0x2f, 0x9b, 0x96, 0xee, + 0x99, 0xb6, 0x25, 0xf6, 0x1e, 0x89, 0x83, 0x20, 0x0f, 0xe3, 0x5b, 0xc6, 0xca, 0xb6, 0x5d, 0x5e, + 0xa6, 0x44, 0x77, 0x4c, 0xa2, 0x5b, 0x96, 0xed, 0x31, 0x7b, 0x57, 0x7c, 0x3d, 0x28, 0xbe, 0xb2, + 0xb7, 0x62, 0xed, 0x16, 0xd1, 0x2d, 0x81, 0x5e, 0x19, 0x2e, 0xdb, 0x65, 0x9b, 0x3d, 0x12, 0xff, + 0x89, 0xaf, 0xe6, 0x2f, 0xc2, 0xd0, 0x55, 0x1f, 0xd3, 0x1c, 0x3f, 0x44, 0xa3, 0xb7, 0x6b, 0xd4, + 0xf5, 0xf0, 0x01, 0xd8, 0xe1, 0xd8, 0x55, 0xaf, 0x60, 0x96, 0x46, 0xd1, 0x04, 0x9a, 0x1c, 0xd4, + 0xb6, 0xfb, 0xaf, 0xf3, 0x25, 0x7c, 0x18, 0x40, 0xe0, 0xf1, 0xbf, 0x65, 0xd8, 0xb7, 0x41, 0xb1, + 0x32, 0x5f, 0xca, 0x3f, 0x42, 0x30, 0x1c, 0xf5, 0xe7, 0x3a, 0xb6, 0xe5, 0x52, 0x7c, 0x1a, 0x76, + 0x88, 0x5d, 0xcc, 0xe1, 0xce, 0xe9, 0x31, 0x35, 0x46, 0x4d, 0x55, 0x9a, 0xc9, 0xcd, 0x78, 0x18, + 0xb6, 0x39, 0x55, 0xdb, 0xbe, 0xc5, 0x8e, 0xda, 0xa5, 0xf1, 0x17, 0x3c, 0x07, 0xbb, 0xd8, 0x43, + 0x61, 0x91, 0x9a, 0xe5, 0x45, 0x6f, 0xb4, 0x9f, 0xb9, 0x54, 0x42, 0x2e, 0x79, 0x04, 0xea, 0x53, + 0xea, 0x05, 0xb6, 0x63, 0x36, 0xfb, 0xf8, 0xf9, 0x78, 0x9f, 0xb6, 0x93, 0x59, 0xf1, 0xa5, 0xfc, + 0x27, 0x51, 0xa8, 0xae, 0xe4, 0xfe, 0x1e, 0x40, 0x33, 0x30, 0x02, 0xed, 0xeb, 0x2a, 0x8f, 0xa2, + 0xea, 0x47, 0x51, 0xe5, 0x97, 0x42, 0x44, 0x51, 0xbd, 0xa2, 0x97, 0xa9, 0xb0, 0xd5, 0x42, 0x96, + 0xf9, 0xe7, 0x08, 0x46, 0x5a, 0x0e, 0x10, 0x62, 0xcc, 0xc2, 0x80, 0xe0, 0xe7, 0x8e, 0xa2, 0x89, + 0x7e, 0xe6, 0x3f, 0x4e, 0x8d, 0xf9, 0x12, 0xb5, 0x3c, 0xf3, 0x96, 0x49, 0x4b, 0x52, 0x97, 0xc0, + 0x0e, 0x9f, 0x8f, 0xa0, 0xcc, 0x30, 0x94, 0x47, 0xd7, 0x44, 0xc9, 0x01, 0x84, 0x61, 0xe2, 0x33, + 0xb0, 0xbd, 0x43, 0x15, 0xc5, 0xfe, 0xfc, 0x03, 0x04, 0x39, 0x4e, 0xd0, 0xb6, 0x2c, 0x6a, 0xf8, + 0xde, 0x5a, 0xb5, 0xcc, 0x01, 0x18, 0xc1, 0x47, 0x71, 0x95, 0x42, 0x2b, 0x2d, 0x5a, 0x67, 0x36, + 0xac, 0xf5, 0x5f, 0x08, 0xc6, 0x13, 0xa1, 0xfc, 0xb7, 0x54, 0xbf, 0x2e, 0x45, 0xe7, 0x98, 0xe6, + 0xd8, 0xee, 0x05, 0x4f, 0xf7, 0x68, 0xb7, 0xc9, 0xfb, 0x47, 0x20, 0x62, 0x8c, 0x6b, 0x21, 0xa2, + 0x0e, 0x07, 0xcc, 0x40, 0x9f, 0x02, 0x87, 0x5a, 0x70, 0xfd, 0x2d, 0x22, 0x53, 0x8e, 0xc5, 0x11, + 0x09, 0x49, 0x1a, 0xf2, 0x39, 0x62, 0xc6, 0x2d, 0xf7, 0x32, 0xe5, 0x7f, 0x42, 0x70, 0x24, 0xc2, + 0xd0, 0xe7, 0x64, 0xb9, 0x35, 0x77, 0x33, 0xf4, 0xc3, 0x47, 0x61, 0x4f, 0x95, 0xd6, 0x4d, 0xd7, + 0xb4, 0xad, 0x82, 0x55, 0xab, 0x14, 0x69, 0x95, 0xa1, 0xcc, 0x6a, 0xbb, 0xe5, 0xf2, 0x25, 0xb6, + 0x1a, 0xd9, 0x28, 0xe8, 0x64, 0xa3, 0x1b, 0x05, 0xde, 0x67, 0x08, 0xf2, 0x69, 0x78, 0x45, 0x50, + 0xde, 0x85, 0x3d, 0x86, 0xfc, 0x12, 0x09, 0xc6, 0xb0, 0xca, 0xff, 0x1e, 0xa8, 0xf2, 0xef, 0x81, + 0x7a, 0xce, 0xba, 0xa7, 0xed, 0x36, 0x22, 0x6e, 0xf0, 0x21, 0x18, 0x14, 0x81, 0x0c, 0x58, 0x0d, + 0xf0, 0x85, 0xf9, 0x52, 0x33, 0x1a, 0xfd, 0x69, 0xd1, 0xc8, 0x6e, 0x24, 0x1a, 0x55, 0x18, 0x63, + 0xe4, 0xae, 0xe8, 0xc6, 0x12, 0xf5, 0xe6, 0xec, 0x4a, 0xc5, 0xf4, 0x2a, 0xd4, 0xf2, 0xba, 0x8d, + 0x83, 0x02, 0x03, 0xae, 0xef, 0xc2, 0x32, 0xa8, 0x08, 0x40, 0xf0, 0x9e, 0xff, 0x1e, 0xc1, 0xe1, + 0x84, 0x43, 0x85, 0x98, 0xac, 0x64, 0xc9, 0x55, 0x76, 0xf0, 0x2e, 0x2d, 0xb4, 0xd2, 0xcb, 0xeb, + 0xf9, 0x43, 0x12, 0x38, 0xb7, 0x5b, 0x49, 0xa2, 0x75, 0xb6, 0x7f, 0xc3, 0x75, 0xf6, 0x95, 0x2c, + 0xf9, 0x31, 0x08, 0x83, 0x32, 0xbb, 0xb3, 0xa9, 0x96, 0xac, 0xb4, 0x13, 0xb1, 0x95, 0x96, 0x3b, + 0xe1, 0x77, 0x39, 0x6c, 0xb4, 0x15, 0xca, 0xac, 0x0d, 0x07, 0x43, 0x44, 0x35, 0x6a, 0x50, 0xd3, + 0xe9, 0xe9, 0xcd, 0x7c, 0x88, 0x40, 0x89, 0x3b, 0x51, 0xc8, 0xaa, 0xc0, 0x40, 0xd5, 0x5f, 0xaa, + 0x53, 0xee, 0x77, 0x40, 0x0b, 0xde, 0x7b, 0x99, 0xa3, 0x77, 0x44, 0xc1, 0xe4, 0xa0, 0xce, 0x19, + 0x4b, 0x96, 0x7d, 0x67, 0x99, 0x96, 0xca, 0xb4, 0xd7, 0x89, 0xfa, 0x48, 0x96, 0xbe, 0x84, 0x93, + 0x85, 0x2c, 0x93, 0xb0, 0x47, 0x8f, 0x7e, 0x12, 0x29, 0xdb, 0xba, 0xdc, 0xcb, 0xbc, 0x7d, 0x99, + 0x8a, 0x75, 0xab, 0x24, 0x2f, 0x3e, 0x0b, 0x87, 0x1c, 0x06, 0xb0, 0xd0, 0xcc, 0xb5, 0x82, 0x14, + 0xdc, 0x1d, 0xcd, 0x4e, 0xf4, 0x4f, 0x66, 0xb5, 0x83, 0x4e, 0x4b, 0x66, 0x2f, 0xc8, 0x0d, 0xf9, + 0x7f, 0x10, 0xfc, 0x3f, 0x95, 0xa6, 0x88, 0xc9, 0x07, 0xb0, 0xb7, 0x45, 0xfc, 0xf5, 0x97, 0x81, + 0x36, 0xcb, 0xad, 0x50, 0x0b, 0xbe, 0x93, 0x75, 0xf9, 0x9a, 0x25, 0x73, 0x8e, 0x63, 0xee, 0x3a, + 0xb4, 0x6b, 0x84, 0xa4, 0x7f, 0xad, 0x90, 0xdc, 0x15, 0xe5, 0x38, 0x06, 0x98, 0x08, 0xc6, 0x18, + 0x0c, 0x36, 0xfd, 0x21, 0xe6, 0xaf, 0xb9, 0x10, 0xd2, 0x24, 0xd3, 0xa1, 0x26, 0xf7, 0x65, 0xb9, + 0x6a, 0x1e, 0x7d, 0xce, 0x58, 0xea, 0x5a, 0x90, 0x93, 0x30, 0x2c, 0x04, 0xd1, 0x8d, 0xa5, 0x36, + 0x25, 0xb0, 0x23, 0x6f, 0x5e, 0x53, 0x82, 0x1a, 0x1c, 0x8a, 0xc5, 0xd1, 0x63, 0xfe, 0x37, 0x44, + 0xaf, 0x7c, 0x89, 0xde, 0x0d, 0xe2, 0xa1, 0x71, 0x00, 0xdd, 0xf6, 0xe1, 0x3f, 0x23, 0x98, 0x48, + 0xf6, 0x2d, 0x78, 0x4d, 0xc3, 0x88, 0x45, 0xef, 0x36, 0x2f, 0x4b, 0x41, 0xb0, 0x67, 0x47, 0x65, + 0xb5, 0x21, 0xab, 0xdd, 0xb6, 0x87, 0x25, 0x70, 0xfa, 0xeb, 0xfd, 0xb0, 0x8d, 0x61, 0xc6, 0x3f, + 0x22, 0xd8, 0x21, 0xda, 0x55, 0x3c, 0x19, 0x9b, 0xef, 0x31, 0x3f, 0x38, 0x28, 0xc7, 0xd6, 0xb1, + 0x93, 0x33, 0xcf, 0xcf, 0x7e, 0xf9, 0xf4, 0xe5, 0xc3, 0xcc, 0x3b, 0xf8, 0x6d, 0x92, 0xf2, 0x6b, + 0x89, 0x4b, 0x56, 0x9a, 0x12, 0x37, 0x88, 0x2f, 0xbc, 0x4b, 0x56, 0x44, 0x38, 0x1a, 0xf8, 0x01, + 0x82, 0x01, 0x39, 0x20, 0xe2, 0xb5, 0xcf, 0x96, 0xd7, 0x5a, 0x39, 0xbe, 0x9e, 0xad, 0x02, 0xe7, + 0x6b, 0x0c, 0xe7, 0x38, 0x3e, 0x9c, 0x8a, 0x13, 0xff, 0x82, 0x00, 0xb7, 0x4f, 0xad, 0x78, 0x26, + 0xe5, 0xa4, 0xa4, 0x71, 0x5b, 0x39, 0xd5, 0x99, 0x91, 0x00, 0x7a, 0x96, 0x01, 0x3d, 0x83, 0x4f, + 0xc7, 0x03, 0x0d, 0x0c, 0x7d, 0x4d, 0x83, 0x97, 0x46, 0x93, 0xc1, 0x13, 0x9f, 0x41, 0xdb, 0xc8, + 0x98, 0xca, 0x20, 0x69, 0x76, 0x4d, 0x65, 0x90, 0x38, 0x95, 0xe6, 0x2f, 0x33, 0x06, 0xf3, 0xf8, + 0xfc, 0xc6, 0xaf, 0x04, 0x09, 0xcf, 0xb2, 0xf8, 0xdb, 0x0c, 0x8c, 0xc4, 0xce, 0x5c, 0xf8, 0xf4, + 0xda, 0x00, 0xe3, 0x86, 0x4a, 0xe5, 0xcd, 0x8e, 0xed, 0x04, 0xb7, 0xaf, 0x10, 0x23, 0xf7, 0x05, + 0xc2, 0x9f, 0x77, 0xc3, 0x2e, 0x3a, 0x1f, 0x12, 0x39, 0x68, 0x92, 0x95, 0x96, 0x91, 0xb5, 0x41, + 0x78, 0x19, 0x08, 0x7d, 0xe0, 0x0b, 0x0d, 0xfc, 0x0c, 0xc1, 0xde, 0xd6, 0xbe, 0x1f, 0x4f, 0x25, + 0xf3, 0x4a, 0x98, 0xeb, 0x94, 0xe9, 0x4e, 0x4c, 0x84, 0x0a, 0x9f, 0x32, 0x11, 0x6e, 0xe2, 0xeb, + 0x5d, 0x68, 0xd0, 0xf6, 0x97, 0xd6, 0x25, 0x2b, 0xb2, 0x7c, 0x36, 0xf0, 0x53, 0x04, 0xfb, 0xda, + 0xa6, 0x1a, 0xdc, 0x01, 0xd6, 0x20, 0x0b, 0x67, 0x3a, 0xb2, 0x11, 0x04, 0xaf, 0x31, 0x82, 0x97, + 0xf1, 0xc5, 0x4d, 0x25, 0x88, 0x7f, 0x45, 0xf0, 0xbf, 0xc8, 0x40, 0x81, 0xd5, 0xb5, 0xd0, 0x45, + 0x67, 0x1d, 0x85, 0xac, 0x7b, 0xbf, 0x60, 0xf2, 0x31, 0x63, 0xf2, 0x11, 0xbe, 0xd6, 0x3d, 0x93, + 0x2a, 0x77, 0x1d, 0x89, 0xd3, 0x2a, 0x82, 0x91, 0xd8, 0x06, 0x34, 0x2d, 0x35, 0xd3, 0xc6, 0x97, + 0xb4, 0xd4, 0x4c, 0x1d, 0x3e, 0xf2, 0x37, 0x18, 0xd3, 0x05, 0x7c, 0xb5, 0x7b, 0xa6, 0xba, 0xb1, + 0x14, 0x61, 0xf9, 0x0a, 0xc1, 0xfe, 0xf8, 0x36, 0x1b, 0x77, 0x0a, 0x37, 0xb8, 0x97, 0x67, 0x3a, + 0x37, 0x14, 0x44, 0x6f, 0x32, 0xa2, 0x1f, 0x62, 0x6d, 0x53, 0x88, 0x46, 0xe9, 0xdc, 0xcf, 0xc0, + 0xbe, 0xb6, 0xf6, 0x35, 0x2d, 0xef, 0x92, 0x9a, 0xf0, 0xb4, 0xbc, 0x4b, 0xec, 0x8f, 0x37, 0xa9, + 0xbc, 0xc6, 0x95, 0x96, 0x94, 0xc6, 0xbe, 0x41, 0x6a, 0x01, 0xa0, 0x82, 0x23, 0x28, 0xff, 0x8d, + 0x60, 0x77, 0xb4, 0x89, 0xc5, 0x64, 0x3d, 0x8c, 0x42, 0x6d, 0xb7, 0x72, 0x72, 0xfd, 0x06, 0x82, + 0xff, 0x67, 0x8c, 0x7e, 0x1d, 0x7b, 0xbd, 0x61, 0x1f, 0xe9, 0xe2, 0x23, 0xb4, 0xfd, 0x1b, 0x8f, + 0x7f, 0x43, 0x30, 0x14, 0xd3, 0xe5, 0xe2, 0x94, 0x36, 0x20, 0xb9, 0xe1, 0x56, 0xde, 0xe8, 0xd0, + 0x4a, 0x48, 0x70, 0x85, 0x49, 0xf0, 0x3e, 0xbe, 0xd0, 0x85, 0x04, 0x91, 0x5e, 0x7c, 0x76, 0xe1, + 0xf1, 0x8b, 0x1c, 0x7a, 0xf2, 0x22, 0x87, 0xfe, 0x7c, 0x91, 0x43, 0xdf, 0xac, 0xe6, 0xfa, 0x9e, + 0xac, 0xe6, 0xfa, 0x7e, 0x5f, 0xcd, 0xf5, 0xdd, 0x7c, 0xab, 0x6c, 0x7a, 0x8b, 0xb5, 0xa2, 0x6a, + 0xd8, 0x15, 0x22, 0xfe, 0x31, 0x68, 0x16, 0x8d, 0x13, 0x65, 0x9b, 0xd4, 0x67, 0x48, 0xc5, 0x2e, + 0xd5, 0x96, 0xa9, 0xcb, 0x21, 0x9c, 0x3c, 0x75, 0x42, 0xa2, 0xf0, 0xee, 0x39, 0xd4, 0x2d, 0x6e, + 0x67, 0x3f, 0xe2, 0xce, 0xfc, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x82, 0x70, 0x0e, 0x40, 0xa8, 0x1c, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/04-channel/types/tx.pb.go b/modules/core/04-channel/types/tx.pb.go index 728aeefabfc..fe6f344384d 100644 --- a/modules/core/04-channel/types/tx.pb.go +++ b/modules/core/04-channel/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -918,88 +918,88 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/tx.proto", fileDescriptor_bc4637e0ac3fc7b7) } var fileDescriptor_bc4637e0ac3fc7b7 = []byte{ - // 1292 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x5f, 0x6f, 0xda, 0x56, - 0x14, 0xc7, 0x40, 0x21, 0x39, 0x64, 0x09, 0x31, 0x49, 0x4a, 0x4c, 0x82, 0x99, 0x1f, 0x9a, 0x28, - 0x53, 0xa0, 0x49, 0x5a, 0x55, 0x8b, 0x26, 0x4d, 0x81, 0x51, 0x2d, 0xda, 0xf2, 0x67, 0x86, 0x4c, - 0x5a, 0x36, 0x0d, 0x81, 0xb9, 0x25, 0x16, 0x60, 0x33, 0xdb, 0xd0, 0xf2, 0x0d, 0xaa, 0x3c, 0xf5, - 0xb9, 0x52, 0xa4, 0x4e, 0x7b, 0x9a, 0xf6, 0xd0, 0x7d, 0x8c, 0x3e, 0xf6, 0x69, 0x9b, 0xf6, 0x80, - 0xa6, 0xe4, 0x65, 0xcf, 0x7c, 0x82, 0xc9, 0xd7, 0xd7, 0xc6, 0x80, 0xad, 0x38, 0x6d, 0x92, 0xee, - 0xcd, 0xf7, 0x9e, 0xdf, 0x3d, 0xe7, 0xdc, 0xdf, 0xf9, 0xdd, 0x7f, 0x86, 0x25, 0xb1, 0x22, 0x64, - 0x04, 0x59, 0x41, 0x19, 0xe1, 0xa4, 0x2c, 0x49, 0xa8, 0x91, 0xe9, 0x6c, 0x64, 0xb4, 0x67, 0xe9, - 0x96, 0x22, 0x6b, 0x32, 0x1d, 0x13, 0x2b, 0x42, 0x5a, 0xb7, 0xa6, 0x89, 0x35, 0xdd, 0xd9, 0x60, - 0xe6, 0x6a, 0x72, 0x4d, 0xc6, 0xf6, 0x8c, 0xfe, 0x65, 0x40, 0x19, 0x76, 0xe0, 0xa8, 0x21, 0x22, - 0x49, 0xd3, 0xfd, 0x18, 0x5f, 0x04, 0xf0, 0xb1, 0x53, 0x24, 0xd3, 0x2d, 0x86, 0x70, 0x3f, 0x53, - 0x40, 0xef, 0xa9, 0xb5, 0x9c, 0xd1, 0x79, 0xd0, 0x42, 0xd2, 0xae, 0x24, 0x6a, 0xf4, 0x27, 0x10, - 0x6e, 0xc9, 0x8a, 0x56, 0x12, 0xab, 0x71, 0x2a, 0x45, 0xad, 0x4e, 0x66, 0xe9, 0x7e, 0x8f, 0x9d, - 0xee, 0x96, 0x9b, 0x8d, 0x6d, 0x8e, 0x18, 0x38, 0x3e, 0xa4, 0x7f, 0xed, 0x56, 0xe9, 0xcf, 0x20, - 0x4c, 0x9c, 0xc6, 0xfd, 0x29, 0x6a, 0x35, 0xb2, 0xb9, 0x94, 0x76, 0x98, 0x44, 0x9a, 0xc4, 0xc8, - 0x06, 0xdf, 0xf4, 0x58, 0x1f, 0x6f, 0x0e, 0xa1, 0x17, 0x20, 0xa4, 0x8a, 0x35, 0x09, 0x29, 0xf1, - 0x80, 0x1e, 0x89, 0x27, 0xad, 0xed, 0x89, 0xe7, 0xaf, 0x58, 0xdf, 0xbf, 0xaf, 0x58, 0x1f, 0xd7, - 0x00, 0x66, 0x3c, 0x45, 0x1e, 0xa9, 0x2d, 0x59, 0x52, 0x11, 0xfd, 0x00, 0x80, 0xb8, 0x1a, 0x64, - 0x3b, 0xdf, 0xef, 0xb1, 0xb3, 0x46, 0xb6, 0x03, 0x1b, 0xc7, 0x4f, 0x92, 0xc6, 0x6e, 0x95, 0x8e, - 0x43, 0xb8, 0x83, 0x14, 0x55, 0x94, 0x25, 0x9c, 0xf3, 0x24, 0x6f, 0x36, 0xb9, 0x3f, 0x02, 0x30, - 0x3b, 0x1c, 0xae, 0xa8, 0x74, 0xaf, 0x46, 0xc8, 0x3e, 0xc4, 0x5a, 0x0a, 0xea, 0x88, 0x72, 0x5b, - 0x2d, 0xd9, 0x72, 0xc3, 0x81, 0xb2, 0xc9, 0x7e, 0x8f, 0x65, 0xc8, 0xc0, 0x71, 0x10, 0xc7, 0xcf, - 0x9a, 0xbd, 0x39, 0x2b, 0x59, 0x1b, 0xc1, 0x81, 0xab, 0x13, 0xcc, 0xc3, 0x9c, 0x20, 0xb7, 0x25, - 0x0d, 0x29, 0xad, 0xb2, 0xa2, 0x75, 0x4b, 0xe6, 0xbc, 0x83, 0x38, 0x1d, 0xb6, 0xdf, 0x63, 0x13, - 0x84, 0x2a, 0x07, 0x14, 0xc7, 0xc7, 0xec, 0xdd, 0xdf, 0x1a, 0xbd, 0x3a, 0xe9, 0x2d, 0x45, 0x96, - 0x9f, 0x94, 0x44, 0x49, 0xd4, 0xe2, 0x77, 0x52, 0xd4, 0xea, 0x94, 0x9d, 0xf4, 0x81, 0x8d, 0xe3, - 0x27, 0x71, 0x03, 0xab, 0xea, 0x18, 0xa6, 0x0c, 0xcb, 0x09, 0x12, 0x6b, 0x27, 0x5a, 0x3c, 0x84, - 0x27, 0xc3, 0xd8, 0x26, 0x63, 0xa8, 0xb7, 0xb3, 0x91, 0xfe, 0x12, 0x23, 0xb2, 0x09, 0x7d, 0x2a, - 0xfd, 0x1e, 0x1b, 0xb3, 0xfb, 0x35, 0x46, 0x73, 0x7c, 0x04, 0x37, 0x0d, 0xa4, 0x4d, 0x46, 0x61, - 0x17, 0x19, 0x3d, 0x84, 0xc5, 0xb1, 0xba, 0x5a, 0x2a, 0xb2, 0xe9, 0x81, 0x1a, 0xd6, 0xc3, 0x9f, - 0x63, 0x7a, 0xd8, 0x11, 0xea, 0x57, 0xd3, 0xc3, 0xb0, 0x44, 0xfd, 0x1e, 0x25, 0x7a, 0x0c, 0x77, - 0x87, 0x2a, 0x62, 0x73, 0x81, 0x57, 0x4a, 0x96, 0xeb, 0xf7, 0xd8, 0xa4, 0x43, 0xe9, 0xec, 0xfe, - 0xe6, 0xed, 0x96, 0x81, 0xa2, 0x6e, 0x42, 0x13, 0x1b, 0x60, 0x94, 0xba, 0xa4, 0x29, 0x5d, 0x22, - 0x89, 0xb9, 0x7e, 0x8f, 0x8d, 0xda, 0x4b, 0xa7, 0x29, 0x5d, 0x8e, 0x9f, 0xc0, 0xdf, 0xfa, 0xaa, - 0xfa, 0xb0, 0x82, 0x48, 0x8c, 0x0a, 0x62, 0x47, 0xa8, 0x9b, 0x82, 0xe0, 0x7e, 0xf3, 0xc3, 0xfc, - 0xb0, 0x35, 0x27, 0x4b, 0x4f, 0x44, 0xa5, 0x79, 0x1b, 0xa5, 0xb7, 0xa8, 0x2c, 0x0b, 0x75, 0x5c, - 0x6c, 0x07, 0x2a, 0xcb, 0x42, 0xdd, 0xa4, 0x52, 0x17, 0xe4, 0x28, 0x95, 0xc1, 0x1b, 0xa1, 0xf2, - 0x8e, 0x0b, 0x95, 0x2c, 0x2c, 0x3b, 0x92, 0x65, 0xd1, 0xf9, 0x92, 0x82, 0xd8, 0x00, 0x91, 0x6b, - 0xc8, 0x2a, 0xba, 0xfa, 0x41, 0xf3, 0x6e, 0x64, 0x5e, 0x7e, 0xc0, 0x2c, 0x43, 0xc2, 0x21, 0x37, - 0x2b, 0xf7, 0xd7, 0x7e, 0x58, 0x18, 0xb1, 0xdf, 0xa2, 0x16, 0x86, 0xb7, 0xda, 0xc0, 0x3b, 0x6e, - 0xb5, 0xb7, 0x2b, 0x87, 0x14, 0x24, 0x9d, 0x09, 0xb3, 0x38, 0x7d, 0xe1, 0x87, 0x8f, 0xf6, 0xd4, - 0x1a, 0x8f, 0x84, 0xce, 0x61, 0x59, 0xa8, 0x23, 0x8d, 0xfe, 0x14, 0x42, 0x2d, 0xfc, 0x85, 0x99, - 0x8c, 0x6c, 0x26, 0x1c, 0xcf, 0x38, 0x03, 0x4c, 0x8e, 0x38, 0x32, 0x80, 0x7e, 0x0c, 0x51, 0x23, - 0x5d, 0x41, 0x6e, 0x36, 0x45, 0xad, 0x89, 0x24, 0x0d, 0xd3, 0x3b, 0x95, 0x4d, 0xf4, 0x7b, 0xec, - 0x5d, 0xfb, 0x84, 0x06, 0x08, 0x8e, 0x9f, 0xc1, 0x5d, 0x39, 0xab, 0x67, 0x8c, 0xb4, 0xc0, 0x8d, - 0x90, 0x16, 0x74, 0x21, 0xed, 0x47, 0xbc, 0xe1, 0x0c, 0x18, 0xb1, 0xce, 0xa6, 0xcf, 0x21, 0xa4, - 0x20, 0xb5, 0xdd, 0x30, 0x98, 0x99, 0xde, 0x5c, 0x71, 0x64, 0xc6, 0x84, 0xf3, 0x18, 0x5a, 0xec, - 0xb6, 0x10, 0x4f, 0x86, 0x6d, 0x07, 0xf5, 0x18, 0xdc, 0xdf, 0x7e, 0x80, 0x3d, 0xb5, 0x56, 0x14, - 0x9b, 0x48, 0x6e, 0x5f, 0x0f, 0xdf, 0x6d, 0x49, 0x41, 0x02, 0x12, 0x3b, 0xa8, 0xea, 0xc6, 0xf7, - 0x00, 0x61, 0xf2, 0x7d, 0x64, 0xf5, 0xdc, 0x28, 0xdf, 0x5f, 0x01, 0x2d, 0xa1, 0x67, 0x5a, 0x49, - 0x45, 0x3f, 0xb5, 0x91, 0x24, 0xa0, 0x92, 0x82, 0x84, 0x0e, 0xe6, 0x3e, 0x98, 0x5d, 0xee, 0xf7, - 0xd8, 0x45, 0xc3, 0xc3, 0x38, 0x86, 0xe3, 0xa3, 0x7a, 0x67, 0x81, 0xf4, 0xe9, 0xf5, 0xf0, 0xa0, - 0xf8, 0xef, 0xf1, 0x35, 0x9a, 0x70, 0x7b, 0xdd, 0x95, 0x7b, 0x69, 0x5c, 0x41, 0x88, 0xf7, 0x03, - 0x09, 0xaf, 0xa8, 0xff, 0x43, 0x01, 0x1f, 0x41, 0x84, 0x2c, 0x2b, 0x3d, 0x23, 0xb2, 0x39, 0x2d, - 0xf4, 0x7b, 0x2c, 0x3d, 0xb4, 0xe6, 0x74, 0x23, 0xc7, 0x1b, 0xdb, 0x98, 0x91, 0xfb, 0x4d, 0x6e, - 0x4f, 0xce, 0x95, 0xbf, 0xf3, 0xbe, 0x95, 0x0f, 0xb9, 0x54, 0xbe, 0x82, 0x6f, 0x11, 0xc3, 0xb5, - 0xb9, 0x6e, 0x01, 0xfc, 0xee, 0xc7, 0xf2, 0xda, 0x11, 0xea, 0x92, 0xfc, 0xb4, 0x81, 0xaa, 0x35, - 0x84, 0xf7, 0xab, 0xf7, 0x50, 0xc0, 0x2a, 0xcc, 0x94, 0x87, 0xbd, 0x19, 0x02, 0xe0, 0x47, 0xbb, - 0x07, 0x35, 0xd6, 0x07, 0x56, 0xdd, 0x6a, 0x8c, 0x8d, 0x66, 0x8d, 0x77, 0xf4, 0xc6, 0x07, 0x3e, - 0x82, 0x04, 0xfc, 0x68, 0x1c, 0x61, 0xec, 0x9a, 0xeb, 0xb2, 0xf6, 0x2b, 0x05, 0xf4, 0x38, 0x88, - 0x7e, 0x08, 0x29, 0x3e, 0x5f, 0x38, 0x3c, 0xd8, 0x2f, 0xe4, 0x4b, 0x7c, 0xbe, 0x70, 0xf4, 0x75, - 0xb1, 0x54, 0xfc, 0xee, 0x30, 0x5f, 0x3a, 0xda, 0x2f, 0x1c, 0xe6, 0x73, 0xbb, 0x8f, 0x77, 0xf3, - 0x5f, 0x44, 0x7d, 0xcc, 0xcc, 0xe9, 0x59, 0x2a, 0x62, 0xeb, 0xa2, 0x57, 0x60, 0xd1, 0x71, 0xd8, - 0xfe, 0xc1, 0xc1, 0x61, 0x94, 0x62, 0x26, 0x4e, 0xcf, 0x52, 0x41, 0xfd, 0x9b, 0x5e, 0x87, 0x25, - 0x47, 0x60, 0xe1, 0x28, 0x97, 0xcb, 0x17, 0x0a, 0x51, 0x3f, 0x13, 0x39, 0x3d, 0x4b, 0x85, 0x49, - 0x93, 0x09, 0x3e, 0xff, 0x25, 0xe9, 0xdb, 0x7c, 0x3d, 0x01, 0x81, 0x3d, 0xb5, 0x46, 0xd7, 0x61, - 0x66, 0xf4, 0xb5, 0xef, 0x3c, 0xfb, 0xf1, 0x37, 0x37, 0x93, 0xf1, 0x08, 0xb4, 0x78, 0x3e, 0x81, - 0xe9, 0x91, 0x87, 0xf4, 0x3d, 0x0f, 0x2e, 0x8a, 0x4a, 0x97, 0x49, 0x7b, 0xc3, 0xb9, 0x44, 0xd2, - 0x6f, 0xc4, 0x5e, 0x22, 0xed, 0x08, 0x75, 0x4f, 0x91, 0x6c, 0x2f, 0x03, 0x5a, 0x03, 0xda, 0xe1, - 0x55, 0xb0, 0xe6, 0xc1, 0x0b, 0xc1, 0x32, 0x9b, 0xde, 0xb1, 0x56, 0x54, 0x09, 0xa2, 0x63, 0x97, - 0xe7, 0xd5, 0x4b, 0xfc, 0x58, 0x48, 0xe6, 0xbe, 0x57, 0xa4, 0x15, 0xef, 0x29, 0xc4, 0x1c, 0x2f, - 0xbc, 0x5e, 0x1c, 0x99, 0xf3, 0xdc, 0xba, 0x02, 0xd8, 0x0a, 0xfc, 0x03, 0x80, 0xed, 0x56, 0xc8, - 0xb9, 0xb9, 0x18, 0x60, 0x98, 0xb5, 0xcb, 0x31, 0x96, 0xf7, 0x02, 0x84, 0xcd, 0x0b, 0x10, 0xeb, - 0x36, 0x8c, 0x00, 0x98, 0x95, 0x4b, 0x00, 0x76, 0xed, 0x8d, 0x9c, 0xcd, 0xf7, 0x2e, 0x19, 0x4a, - 0x70, 0xee, 0xda, 0x73, 0x39, 0x4f, 0xea, 0x30, 0x33, 0x7a, 0x08, 0xb8, 0x66, 0x39, 0x02, 0x74, - 0x5f, 0xbc, 0x2e, 0x9b, 0x64, 0xf6, 0x9b, 0x37, 0xe7, 0x49, 0xea, 0xed, 0x79, 0x92, 0xfa, 0xe7, - 0x3c, 0x49, 0xbd, 0xb8, 0x48, 0xfa, 0xde, 0x5e, 0x24, 0x7d, 0x7f, 0x5d, 0x24, 0x7d, 0xc7, 0x8f, - 0x6a, 0xa2, 0x76, 0xd2, 0xae, 0xa4, 0x05, 0xb9, 0x99, 0x69, 0x88, 0x12, 0xca, 0x88, 0x15, 0x61, - 0xbd, 0x26, 0x67, 0x3a, 0x5b, 0x99, 0xa6, 0x5c, 0x6d, 0x37, 0x90, 0x6a, 0xfc, 0x76, 0xbc, 0xff, - 0x60, 0xdd, 0xfc, 0xf3, 0xa8, 0x75, 0x5b, 0x48, 0xad, 0x84, 0xf0, 0x5f, 0xc7, 0xad, 0xff, 0x02, - 0x00, 0x00, 0xff, 0xff, 0x82, 0x22, 0xa5, 0x9c, 0x04, 0x15, 0x00, 0x00, + // 1294 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x4d, 0x6f, 0xe2, 0x56, + 0x17, 0xc6, 0x40, 0x20, 0x39, 0xe4, 0x4d, 0x88, 0x49, 0x32, 0xc4, 0x24, 0x98, 0xd7, 0x8b, 0x49, + 0x94, 0x2a, 0x30, 0x49, 0x66, 0x54, 0x4d, 0x54, 0xa9, 0x0a, 0x94, 0x51, 0xa3, 0x36, 0x1f, 0x32, + 0xa4, 0x52, 0xd3, 0xaa, 0x08, 0xcc, 0x1d, 0x62, 0x01, 0x36, 0xb5, 0x0d, 0x33, 0xfc, 0x83, 0x51, + 0x56, 0xb3, 0x1e, 0x29, 0xd2, 0x54, 0x5d, 0x55, 0x5d, 0x4c, 0x7f, 0xc6, 0x2c, 0x67, 0xd5, 0x56, + 0x5d, 0xa0, 0x2a, 0xd9, 0x74, 0xcd, 0x2f, 0xa8, 0x7c, 0x7d, 0x6d, 0x0c, 0xd8, 0x8a, 0x33, 0x93, + 0x64, 0xba, 0xf3, 0xbd, 0xe7, 0xb9, 0xe7, 0x9c, 0xfb, 0x9c, 0xe7, 0x7e, 0x19, 0x96, 0xc5, 0x8a, + 0x90, 0x11, 0x64, 0x05, 0x65, 0x84, 0xd3, 0xb2, 0x24, 0xa1, 0x46, 0xa6, 0xb3, 0x99, 0xd1, 0x9e, + 0xa7, 0x5b, 0x8a, 0xac, 0xc9, 0x74, 0x4c, 0xac, 0x08, 0x69, 0xdd, 0x9a, 0x26, 0xd6, 0x74, 0x67, + 0x93, 0x99, 0xaf, 0xc9, 0x35, 0x19, 0xdb, 0x33, 0xfa, 0x97, 0x01, 0x65, 0xd8, 0x81, 0xa3, 0x86, + 0x88, 0x24, 0x4d, 0xf7, 0x63, 0x7c, 0x11, 0xc0, 0xff, 0x9d, 0x22, 0x99, 0x6e, 0x31, 0x84, 0xfb, + 0x89, 0x02, 0x7a, 0x5f, 0xad, 0xe5, 0x8c, 0xce, 0xc3, 0x16, 0x92, 0xf6, 0x24, 0x51, 0xa3, 0x3f, + 0x81, 0x70, 0x4b, 0x56, 0xb4, 0x92, 0x58, 0x8d, 0x53, 0x29, 0x6a, 0x6d, 0x2a, 0x4b, 0xf7, 0x7b, + 0xec, 0x4c, 0xb7, 0xdc, 0x6c, 0xec, 0x70, 0xc4, 0xc0, 0xf1, 0x21, 0xfd, 0x6b, 0xaf, 0x4a, 0x7f, + 0x06, 0x61, 0xe2, 0x34, 0xee, 0x4f, 0x51, 0x6b, 0x91, 0xad, 0xe5, 0xb4, 0xc3, 0x24, 0xd2, 0x24, + 0x46, 0x36, 0xf8, 0xb6, 0xc7, 0xfa, 0x78, 0x73, 0x08, 0xbd, 0x08, 0x21, 0x55, 0xac, 0x49, 0x48, + 0x89, 0x07, 0xf4, 0x48, 0x3c, 0x69, 0xed, 0x4c, 0xbe, 0x78, 0xcd, 0xfa, 0xfe, 0x79, 0xcd, 0xfa, + 0xb8, 0x06, 0x30, 0xe3, 0x29, 0xf2, 0x48, 0x6d, 0xc9, 0x92, 0x8a, 0xe8, 0x87, 0x00, 0xc4, 0xd5, + 0x20, 0xdb, 0x85, 0x7e, 0x8f, 0x9d, 0x33, 0xb2, 0x1d, 0xd8, 0x38, 0x7e, 0x8a, 0x34, 0xf6, 0xaa, + 0x74, 0x1c, 0xc2, 0x1d, 0xa4, 0xa8, 0xa2, 0x2c, 0xe1, 0x9c, 0xa7, 0x78, 0xb3, 0xc9, 0xfd, 0x1e, + 0x80, 0xb9, 0xe1, 0x70, 0x45, 0xa5, 0x7b, 0x3d, 0x42, 0x0e, 0x20, 0xd6, 0x52, 0x50, 0x47, 0x94, + 0xdb, 0x6a, 0xc9, 0x96, 0x1b, 0x0e, 0x94, 0x4d, 0xf6, 0x7b, 0x2c, 0x43, 0x06, 0x8e, 0x83, 0x38, + 0x7e, 0xce, 0xec, 0xcd, 0x59, 0xc9, 0xda, 0x08, 0x0e, 0x5c, 0x9f, 0x60, 0x1e, 0xe6, 0x05, 0xb9, + 0x2d, 0x69, 0x48, 0x69, 0x95, 0x15, 0xad, 0x5b, 0x32, 0xe7, 0x1d, 0xc4, 0xe9, 0xb0, 0xfd, 0x1e, + 0x9b, 0x20, 0x54, 0x39, 0xa0, 0x38, 0x3e, 0x66, 0xef, 0xfe, 0xc6, 0xe8, 0xd5, 0x49, 0x6f, 0x29, + 0xb2, 0xfc, 0xb4, 0x24, 0x4a, 0xa2, 0x16, 0x9f, 0x48, 0x51, 0x6b, 0xd3, 0x76, 0xd2, 0x07, 0x36, + 0x8e, 0x9f, 0xc2, 0x0d, 0xac, 0xaa, 0x13, 0x98, 0x36, 0x2c, 0xa7, 0x48, 0xac, 0x9d, 0x6a, 0xf1, + 0x10, 0x9e, 0x0c, 0x63, 0x9b, 0x8c, 0xa1, 0xde, 0xce, 0x66, 0xfa, 0x4b, 0x8c, 0xc8, 0x26, 0xf4, + 0xa9, 0xf4, 0x7b, 0x6c, 0xcc, 0xee, 0xd7, 0x18, 0xcd, 0xf1, 0x11, 0xdc, 0x34, 0x90, 0x36, 0x19, + 0x85, 0x5d, 0x64, 0xf4, 0x08, 0x96, 0xc6, 0xea, 0x6a, 0xa9, 0xc8, 0xa6, 0x07, 0x6a, 0x58, 0x0f, + 0x7f, 0x8c, 0xe9, 0x61, 0x57, 0xa8, 0x5f, 0x4f, 0x0f, 0xc3, 0x12, 0xf5, 0x7b, 0x94, 0xe8, 0x09, + 0xdc, 0x1b, 0xaa, 0x88, 0xcd, 0x05, 0x5e, 0x29, 0x59, 0xae, 0xdf, 0x63, 0x93, 0x0e, 0xa5, 0xb3, + 0xfb, 0x5b, 0xb0, 0x5b, 0x06, 0x8a, 0xba, 0x0d, 0x4d, 0x6c, 0x82, 0x51, 0xea, 0x92, 0xa6, 0x74, + 0x89, 0x24, 0xe6, 0xfb, 0x3d, 0x36, 0x6a, 0x2f, 0x9d, 0xa6, 0x74, 0x39, 0x7e, 0x12, 0x7f, 0xeb, + 0xab, 0xea, 0xe3, 0x0a, 0x22, 0x31, 0x2a, 0x88, 0x5d, 0xa1, 0x6e, 0x0a, 0x82, 0xfb, 0xd5, 0x0f, + 0x0b, 0xc3, 0xd6, 0x9c, 0x2c, 0x3d, 0x15, 0x95, 0xe6, 0x5d, 0x94, 0xde, 0xa2, 0xb2, 0x2c, 0xd4, + 0x71, 0xb1, 0x1d, 0xa8, 0x2c, 0x0b, 0x75, 0x93, 0x4a, 0x5d, 0x90, 0xa3, 0x54, 0x06, 0x6f, 0x85, + 0xca, 0x09, 0x17, 0x2a, 0x59, 0x58, 0x71, 0x24, 0xcb, 0xa2, 0xf3, 0x15, 0x05, 0xb1, 0x01, 0x22, + 0xd7, 0x90, 0x55, 0x74, 0xfd, 0x83, 0xe6, 0xfd, 0xc8, 0xbc, 0xfa, 0x80, 0x59, 0x81, 0x84, 0x43, + 0x6e, 0x56, 0xee, 0x6f, 0xfc, 0xb0, 0x38, 0x62, 0xbf, 0x43, 0x2d, 0x0c, 0x6f, 0xb5, 0x81, 0xf7, + 0xdc, 0x6a, 0xef, 0x56, 0x0e, 0x29, 0x48, 0x3a, 0x13, 0x66, 0x71, 0xfa, 0xd2, 0x0f, 0xff, 0xdb, + 0x57, 0x6b, 0x3c, 0x12, 0x3a, 0x47, 0x65, 0xa1, 0x8e, 0x34, 0xfa, 0x31, 0x84, 0x5a, 0xf8, 0x0b, + 0x33, 0x19, 0xd9, 0x4a, 0x38, 0x9e, 0x71, 0x06, 0x98, 0x1c, 0x71, 0x64, 0x00, 0xfd, 0x04, 0xa2, + 0x46, 0xba, 0x82, 0xdc, 0x6c, 0x8a, 0x5a, 0x13, 0x49, 0x1a, 0xa6, 0x77, 0x3a, 0x9b, 0xe8, 0xf7, + 0xd8, 0x7b, 0xf6, 0x09, 0x0d, 0x10, 0x1c, 0x3f, 0x8b, 0xbb, 0x72, 0x56, 0xcf, 0x18, 0x69, 0x81, + 0x5b, 0x21, 0x2d, 0xe8, 0x42, 0xda, 0x0f, 0x78, 0xc3, 0x19, 0x30, 0x62, 0x9d, 0x4d, 0x9f, 0x43, + 0x48, 0x41, 0x6a, 0xbb, 0x61, 0x30, 0x33, 0xb3, 0xb5, 0xea, 0xc8, 0x8c, 0x09, 0xe7, 0x31, 0xb4, + 0xd8, 0x6d, 0x21, 0x9e, 0x0c, 0xdb, 0x09, 0xea, 0x31, 0xb8, 0xbf, 0xfc, 0x00, 0xfb, 0x6a, 0xad, + 0x28, 0x36, 0x91, 0xdc, 0xbe, 0x19, 0xbe, 0xdb, 0x92, 0x82, 0x04, 0x24, 0x76, 0x50, 0xd5, 0x8d, + 0xef, 0x01, 0xc2, 0xe4, 0xfb, 0xd8, 0xea, 0xb9, 0x55, 0xbe, 0xbf, 0x02, 0x5a, 0x42, 0xcf, 0xb5, + 0x92, 0x8a, 0x7e, 0x6c, 0x23, 0x49, 0x40, 0x25, 0x05, 0x09, 0x1d, 0xcc, 0x7d, 0x30, 0xbb, 0xd2, + 0xef, 0xb1, 0x4b, 0x86, 0x87, 0x71, 0x0c, 0xc7, 0x47, 0xf5, 0xce, 0x02, 0xe9, 0xd3, 0xeb, 0xe1, + 0x41, 0xf1, 0xdf, 0xe1, 0x6b, 0x34, 0xe1, 0xf6, 0xa6, 0x2b, 0xf7, 0xca, 0xb8, 0x82, 0x10, 0xef, + 0x87, 0x12, 0x5e, 0x51, 0xff, 0x85, 0x02, 0x7e, 0x0a, 0x11, 0xb2, 0xac, 0xf4, 0x8c, 0xc8, 0xe6, + 0xb4, 0xd8, 0xef, 0xb1, 0xf4, 0xd0, 0x9a, 0xd3, 0x8d, 0x1c, 0x6f, 0x6c, 0x63, 0x46, 0xee, 0xb7, + 0xb9, 0x3d, 0x39, 0x57, 0x7e, 0xe2, 0x43, 0x2b, 0x1f, 0x72, 0xa9, 0x7c, 0x05, 0xdf, 0x22, 0x86, + 0x6b, 0x73, 0xd3, 0x02, 0xf8, 0xcd, 0x8f, 0xe5, 0xb5, 0x2b, 0xd4, 0x25, 0xf9, 0x59, 0x03, 0x55, + 0x6b, 0x08, 0xef, 0x57, 0x1f, 0xa0, 0x80, 0x35, 0x98, 0x2d, 0x0f, 0x7b, 0x33, 0x04, 0xc0, 0x8f, + 0x76, 0x0f, 0x6a, 0xac, 0x0f, 0xac, 0xba, 0xd5, 0x18, 0x1b, 0xcd, 0x1a, 0xef, 0xea, 0x8d, 0x8f, + 0x7c, 0x04, 0x09, 0xf8, 0xd1, 0x38, 0xc2, 0xd8, 0x0d, 0xd7, 0x65, 0xfd, 0x17, 0x0a, 0xe8, 0x71, + 0x10, 0xfd, 0x08, 0x52, 0x7c, 0xbe, 0x70, 0x74, 0x78, 0x50, 0xc8, 0x97, 0xf8, 0x7c, 0xe1, 0xf8, + 0xeb, 0x62, 0xa9, 0xf8, 0xed, 0x51, 0xbe, 0x74, 0x7c, 0x50, 0x38, 0xca, 0xe7, 0xf6, 0x9e, 0xec, + 0xe5, 0xbf, 0x88, 0xfa, 0x98, 0xd9, 0xb3, 0xf3, 0x54, 0xc4, 0xd6, 0x45, 0xaf, 0xc2, 0x92, 0xe3, + 0xb0, 0x83, 0xc3, 0xc3, 0xa3, 0x28, 0xc5, 0x4c, 0x9e, 0x9d, 0xa7, 0x82, 0xfa, 0x37, 0xbd, 0x01, + 0xcb, 0x8e, 0xc0, 0xc2, 0x71, 0x2e, 0x97, 0x2f, 0x14, 0xa2, 0x7e, 0x26, 0x72, 0x76, 0x9e, 0x0a, + 0x93, 0x26, 0x13, 0x7c, 0xf1, 0x73, 0xd2, 0xb7, 0xf5, 0x66, 0x12, 0x02, 0xfb, 0x6a, 0x8d, 0xae, + 0xc3, 0xec, 0xe8, 0x6b, 0xdf, 0x79, 0xf6, 0xe3, 0x6f, 0x6e, 0x26, 0xe3, 0x11, 0x68, 0xf1, 0x7c, + 0x0a, 0x33, 0x23, 0x0f, 0xe9, 0xfb, 0x1e, 0x5c, 0x14, 0x95, 0x2e, 0x93, 0xf6, 0x86, 0x73, 0x89, + 0xa4, 0xdf, 0x88, 0xbd, 0x44, 0xda, 0x15, 0xea, 0x9e, 0x22, 0xd9, 0x5e, 0x06, 0xb4, 0x06, 0xb4, + 0xc3, 0xab, 0x60, 0xdd, 0x83, 0x17, 0x82, 0x65, 0xb6, 0xbc, 0x63, 0xad, 0xa8, 0x12, 0x44, 0xc7, + 0x2e, 0xcf, 0x6b, 0x57, 0xf8, 0xb1, 0x90, 0xcc, 0x03, 0xaf, 0x48, 0x2b, 0xde, 0x33, 0x88, 0x39, + 0x5e, 0x78, 0xbd, 0x38, 0x32, 0xe7, 0xb9, 0x7d, 0x0d, 0xb0, 0x15, 0xf8, 0x7b, 0x00, 0xdb, 0xad, + 0x90, 0x73, 0x73, 0x31, 0xc0, 0x30, 0xeb, 0x57, 0x63, 0x2c, 0xef, 0x05, 0x08, 0x9b, 0x17, 0x20, + 0xd6, 0x6d, 0x18, 0x01, 0x30, 0xab, 0x57, 0x00, 0xec, 0xda, 0x1b, 0x39, 0x9b, 0xef, 0x5f, 0x31, + 0x94, 0xe0, 0xdc, 0xb5, 0xe7, 0x72, 0x9e, 0xd4, 0x61, 0x76, 0xf4, 0x10, 0x70, 0xcd, 0x72, 0x04, + 0xe8, 0xbe, 0x78, 0x5d, 0x36, 0xc9, 0x6c, 0xe1, 0xed, 0x45, 0x92, 0x7a, 0x77, 0x91, 0xa4, 0xfe, + 0xbe, 0x48, 0x52, 0x2f, 0x2f, 0x93, 0xbe, 0x77, 0x97, 0x49, 0xdf, 0x9f, 0x97, 0x49, 0xdf, 0xc9, + 0xe3, 0x9a, 0xa8, 0x9d, 0xb6, 0x2b, 0x69, 0x41, 0x6e, 0x66, 0x04, 0x59, 0x6d, 0xca, 0x6a, 0x46, + 0xac, 0x08, 0x1b, 0x35, 0x39, 0xd3, 0xd9, 0xce, 0x34, 0xe5, 0x6a, 0xbb, 0x81, 0x54, 0xe3, 0xc7, + 0xe3, 0x83, 0x87, 0x1b, 0xe6, 0xbf, 0x47, 0xad, 0xdb, 0x42, 0x6a, 0x25, 0x84, 0xff, 0x3b, 0x6e, + 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x51, 0x2e, 0xf7, 0xe5, 0x06, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/05-port/keeper/keeper_test.go b/modules/core/05-port/keeper/keeper_test.go index a7c2a18d952..4f8c377a359 100644 --- a/modules/core/05-port/keeper/keeper_test.go +++ b/modules/core/05-port/keeper/keeper_test.go @@ -3,10 +3,11 @@ package keeper_test import ( "testing" - sdk "github.com/line/lbm-sdk/types" - ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + + sdk "github.com/line/lbm-sdk/types" "github.com/cosmos/ibc-go/v3/modules/core/05-port/keeper" "github.com/cosmos/ibc-go/v3/testing/simapp" @@ -28,7 +29,7 @@ func (suite *KeeperTestSuite) SetupTest() { isCheckTx := false app := simapp.Setup(isCheckTx) - suite.ctx = app.BaseApp.NewContext(isCheckTx, ocproto.Header{}) + suite.ctx = app.BaseApp.NewContext(isCheckTx, tmproto.Header{}) suite.keeper = &app.IBCKeeper.PortKeeper } diff --git a/modules/core/23-commitment/types/commitment.pb.go b/modules/core/23-commitment/types/commitment.pb.go index fe2c52756b4..b5c4a458535 100644 --- a/modules/core/23-commitment/types/commitment.pb.go +++ b/modules/core/23-commitment/types/commitment.pb.go @@ -217,28 +217,28 @@ func init() { } var fileDescriptor_7921d88972a41469 = []byte{ - // 333 bytes of a gzipped FileDescriptorProto + // 334 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0xbf, 0x4e, 0xeb, 0x30, 0x14, 0xc6, 0x13, 0xdd, 0xaa, 0x97, 0xba, 0x95, 0x10, 0x01, 0x2a, 0xd4, 0x21, 0x45, 0x19, 0xa0, - 0x4b, 0x6d, 0xb5, 0x61, 0x8a, 0xc4, 0x12, 0x58, 0x91, 0xaa, 0x88, 0x89, 0x05, 0x25, 0xc1, 0x8d, - 0xad, 0x26, 0x3d, 0x51, 0xe2, 0x56, 0xe4, 0x0d, 0x18, 0x19, 0x19, 0x79, 0x1c, 0xc6, 0x8e, 0x4c, - 0x15, 0x6a, 0xdf, 0xa0, 0x4f, 0x80, 0x6c, 0x53, 0xc8, 0x76, 0x3e, 0x9d, 0xdf, 0xf9, 0xf7, 0x1d, - 0x74, 0xc9, 0xa3, 0x98, 0xc4, 0x50, 0x50, 0x12, 0x43, 0x96, 0x71, 0x91, 0xd1, 0xb9, 0x20, 0xcb, - 0x51, 0x4d, 0xe1, 0xbc, 0x00, 0x01, 0x56, 0x97, 0x47, 0x31, 0x96, 0x20, 0xae, 0xa5, 0x96, 0xa3, - 0xde, 0x49, 0x02, 0x09, 0x28, 0x84, 0xc8, 0x48, 0xd3, 0xbd, 0x4e, 0x5e, 0x00, 0x4c, 0x4b, 0xad, - 0x9c, 0x0b, 0x84, 0xee, 0x68, 0x31, 0x4b, 0x69, 0x00, 0x20, 0x2c, 0x0b, 0x35, 0x58, 0x58, 0xb2, - 0x33, 0xf3, 0xdc, 0x1c, 0x74, 0x02, 0x15, 0x7b, 0x8d, 0x97, 0xf7, 0xbe, 0xe1, 0xdc, 0xa2, 0x8e, - 0xe6, 0x26, 0x05, 0x9d, 0xf2, 0x67, 0xeb, 0x0a, 0xa1, 0x19, 0xad, 0x1e, 0x73, 0xa5, 0x34, 0xef, - 0x9f, 0xee, 0xd6, 0xfd, 0xa3, 0x2a, 0xcc, 0x52, 0xcf, 0xf9, 0xcb, 0x39, 0x41, 0x6b, 0x46, 0x2b, - 0x5d, 0xe5, 0xf8, 0xfb, 0x69, 0x93, 0x50, 0x30, 0x0b, 0xa3, 0x03, 0xc5, 0x85, 0x42, 0x4e, 0xfc, - 0x37, 0x68, 0xf9, 0xc7, 0xbb, 0x75, 0xff, 0xb0, 0xd6, 0x21, 0x14, 0xcc, 0x09, 0xfe, 0xcb, 0xfa, - 0x50, 0x30, 0xaf, 0xf1, 0x26, 0x37, 0xb9, 0x46, 0xed, 0xfd, 0x26, 0x00, 0x53, 0x0b, 0xa3, 0xa6, - 0x3e, 0x48, 0xb5, 0x68, 0x8f, 0xbb, 0x98, 0xc7, 0xe5, 0xd8, 0xc5, 0x37, 0xbf, 0x56, 0x28, 0x2e, - 0xf8, 0xa1, 0xfc, 0xfb, 0x8f, 0x8d, 0x6d, 0xae, 0x36, 0xb6, 0xf9, 0xb5, 0xb1, 0xcd, 0xd7, 0xad, - 0x6d, 0xac, 0xb6, 0xb6, 0xf1, 0xb9, 0xb5, 0x8d, 0x07, 0x2f, 0xe1, 0x82, 0x2d, 0x22, 0x69, 0x22, - 0x49, 0xf9, 0x9c, 0x12, 0x1e, 0xc5, 0xc3, 0x04, 0xc8, 0xd2, 0x25, 0x19, 0x3c, 0x2d, 0x52, 0x5a, - 0xea, 0x6f, 0x8c, 0xdd, 0x61, 0xed, 0x21, 0xa2, 0xca, 0x69, 0x19, 0x35, 0x95, 0x9b, 0xee, 0x77, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x9f, 0xfd, 0xb6, 0xb4, 0x01, 0x00, 0x00, + 0x4b, 0x6d, 0xb5, 0x61, 0xaa, 0x60, 0x09, 0xac, 0x48, 0x55, 0x06, 0x06, 0x16, 0x94, 0x18, 0x37, + 0xb1, 0xda, 0x70, 0xa2, 0xd8, 0xad, 0xc8, 0x1b, 0x30, 0x32, 0x32, 0xf2, 0x38, 0x8c, 0x1d, 0x99, + 0x2a, 0xd4, 0xbe, 0x41, 0x9f, 0x00, 0xd9, 0xa6, 0x90, 0xed, 0x7c, 0x3a, 0xbf, 0xf3, 0xef, 0x3b, + 0xe8, 0x9c, 0xc7, 0x94, 0x50, 0x28, 0x18, 0xa1, 0x90, 0x65, 0x5c, 0x66, 0xec, 0x49, 0x92, 0xc5, + 0xa0, 0xa2, 0x70, 0x5e, 0x80, 0x04, 0xa7, 0xcd, 0x63, 0x8a, 0x15, 0x88, 0x2b, 0xa9, 0xc5, 0xa0, + 0x73, 0x94, 0x40, 0x02, 0x1a, 0x21, 0x2a, 0x32, 0x74, 0xa7, 0x95, 0x17, 0x00, 0x13, 0x61, 0x94, + 0x77, 0x86, 0xd0, 0x2d, 0x2b, 0xa6, 0x33, 0x16, 0x02, 0x48, 0xc7, 0x41, 0xb5, 0x34, 0x12, 0xe9, + 0x89, 0x7d, 0x6a, 0xf7, 0x5a, 0xa1, 0x8e, 0x47, 0xb5, 0x97, 0xf7, 0xae, 0xe5, 0xdd, 0xa0, 0x96, + 0xe1, 0xc6, 0x05, 0x9b, 0xf0, 0x67, 0xe7, 0x02, 0xa1, 0x29, 0x2b, 0x1f, 0x72, 0xad, 0x0c, 0x1f, + 0x1c, 0x6f, 0x57, 0xdd, 0x83, 0x32, 0xca, 0x66, 0x23, 0xef, 0x2f, 0xe7, 0x85, 0x8d, 0x29, 0x2b, + 0x4d, 0x95, 0x17, 0xec, 0xa6, 0x8d, 0x23, 0x99, 0x3a, 0x18, 0xed, 0x69, 0x2e, 0x92, 0x6a, 0xe2, + 0xbf, 0x5e, 0x23, 0x38, 0xdc, 0xae, 0xba, 0xfb, 0x95, 0x0e, 0x91, 0x4c, 0xbd, 0xf0, 0xbf, 0xaa, + 0x8f, 0x64, 0x3a, 0xaa, 0xbd, 0xa9, 0x4d, 0xae, 0x50, 0x73, 0xb7, 0x09, 0xc0, 0xc4, 0xc1, 0xa8, + 0x6e, 0x0e, 0xd2, 0x2d, 0x9a, 0xc3, 0x36, 0xe6, 0x54, 0x0c, 0x7d, 0x7c, 0xfd, 0x6b, 0x85, 0xe6, + 0xc2, 0x1f, 0x2a, 0xb8, 0xfb, 0x58, 0xbb, 0xf6, 0x72, 0xed, 0xda, 0x5f, 0x6b, 0xd7, 0x7e, 0xdd, + 0xb8, 0xd6, 0x72, 0xe3, 0x5a, 0x9f, 0x1b, 0xd7, 0xba, 0xbf, 0x4c, 0xb8, 0x4c, 0xe7, 0xb1, 0x32, + 0x91, 0x50, 0x10, 0x19, 0x08, 0xc2, 0x63, 0xda, 0x4f, 0x80, 0x2c, 0x7c, 0x92, 0xc1, 0xe3, 0x7c, + 0xc6, 0x84, 0xf9, 0xc7, 0xd0, 0xef, 0x57, 0x5e, 0x22, 0xcb, 0x9c, 0x89, 0xb8, 0xae, 0xfd, 0xf4, + 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xec, 0x9a, 0x38, 0xca, 0xb6, 0x01, 0x00, 0x00, } func (m *MerkleRoot) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/23-commitment/types/merkle.go b/modules/core/23-commitment/types/merkle.go index 87f47be38c6..959fdc37ccd 100644 --- a/modules/core/23-commitment/types/merkle.go +++ b/modules/core/23-commitment/types/merkle.go @@ -7,8 +7,9 @@ import ( ics23 "github.com/confio/ics23/go" "github.com/gogo/protobuf/proto" + "github.com/tendermint/tendermint/proto/tendermint/crypto" + sdkerrors "github.com/line/lbm-sdk/types/errors" - occrypto "github.com/line/ostracon/proto/ostracon/crypto" "github.com/cosmos/ibc-go/v3/modules/core/exported" ) @@ -273,7 +274,7 @@ func verifyChainedMembershipProof(root []byte, specs []*ics23.ProofSpec, proofs // and are declared as globals to avoid having to unnecessarily re-allocate on every comparison. var ( blankMerkleProof = &MerkleProof{} - blankProofOps = &occrypto.ProofOps{} + blankProofOps = &crypto.ProofOps{} ) // Empty returns true if the root is empty diff --git a/modules/core/23-commitment/types/merkle_test.go b/modules/core/23-commitment/types/merkle_test.go index 7975912e45a..68a96c9b0c3 100644 --- a/modules/core/23-commitment/types/merkle_test.go +++ b/modules/core/23-commitment/types/merkle_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - abci "github.com/line/ostracon/abci/types" "github.com/stretchr/testify/require" + abci "github.com/tendermint/tendermint/abci/types" "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" ) diff --git a/modules/core/23-commitment/types/utils.go b/modules/core/23-commitment/types/utils.go index e5105eb7702..b08297ea780 100644 --- a/modules/core/23-commitment/types/utils.go +++ b/modules/core/23-commitment/types/utils.go @@ -2,8 +2,9 @@ package types import ( ics23 "github.com/confio/ics23/go" + "github.com/tendermint/tendermint/proto/tendermint/crypto" + sdkerrors "github.com/line/lbm-sdk/types/errors" - crypto "github.com/line/ostracon/proto/ostracon/crypto" ) // ConvertProofs converts crypto.ProofOps into MerkleProof diff --git a/modules/core/23-commitment/types/utils_test.go b/modules/core/23-commitment/types/utils_test.go index 0e107d10315..23888a6506d 100644 --- a/modules/core/23-commitment/types/utils_test.go +++ b/modules/core/23-commitment/types/utils_test.go @@ -3,9 +3,9 @@ package types_test import ( "fmt" - abci "github.com/line/ostracon/abci/types" - crypto "github.com/line/ostracon/proto/ostracon/crypto" "github.com/stretchr/testify/require" + abci "github.com/tendermint/tendermint/abci/types" + "github.com/tendermint/tendermint/proto/tendermint/crypto" "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" ) diff --git a/modules/core/client/query.go b/modules/core/client/query.go index b22efd90720..48d71a157b9 100644 --- a/modules/core/client/query.go +++ b/modules/core/client/query.go @@ -3,9 +3,10 @@ package client import ( "fmt" + abci "github.com/tendermint/tendermint/abci/types" + "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" - abci "github.com/line/ostracon/abci/types" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" diff --git a/modules/core/genesis_test.go b/modules/core/genesis_test.go index 30c77b2c4e8..6ffa7ed083d 100644 --- a/modules/core/genesis_test.go +++ b/modules/core/genesis_test.go @@ -4,9 +4,10 @@ import ( "fmt" "testing" - "github.com/line/lbm-sdk/codec" - ocproto "github.com/line/ostracon/proto/ostracon/types" "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + + "github.com/line/lbm-sdk/codec" ibc "github.com/cosmos/ibc-go/v3/modules/core" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -59,7 +60,7 @@ func TestIBCTestSuite(t *testing.T) { } func (suite *IBCTestSuite) TestValidateGenesis() { - header := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, suite.chainA.CurrentHeader.Height, clienttypes.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height-1)), suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) + header := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, suite.chainA.CurrentHeader.Height, clienttypes.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height-1)), suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) testCases := []struct { name string @@ -225,7 +226,7 @@ func (suite *IBCTestSuite) TestValidateGenesis() { } func (suite *IBCTestSuite) TestInitGenesis() { - header := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, suite.chainA.CurrentHeader.Height, clienttypes.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height-1)), suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Voters, suite.chainA.Voters, suite.chainA.Signers) + header := suite.chainA.CreateOCClientHeader(suite.chainA.ChainID, suite.chainA.CurrentHeader.Height, clienttypes.NewHeight(0, uint64(suite.chainA.CurrentHeader.Height-1)), suite.chainA.CurrentHeader.Time, suite.chainA.Vals, suite.chainA.Vals, suite.chainA.Signers) testCases := []struct { name string @@ -320,7 +321,7 @@ func (suite *IBCTestSuite) TestInitGenesis() { app := simapp.Setup(false) suite.NotPanics(func() { - ibc.InitGenesis(app.BaseApp.NewContext(false, ocproto.Header{Height: 1}), *app.IBCKeeper, true, tc.genState) + ibc.InitGenesis(app.BaseApp.NewContext(false, tmproto.Header{Height: 1}), *app.IBCKeeper, true, tc.genState) }) } } diff --git a/modules/core/module.go b/modules/core/module.go index 2097caa3757..39d01a3fa41 100644 --- a/modules/core/module.go +++ b/modules/core/module.go @@ -7,8 +7,8 @@ import ( "math/rand" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/line/ostracon/abci/types" "github.com/spf13/cobra" + abci "github.com/tendermint/tendermint/abci/types" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" @@ -16,6 +16,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" + ocabci "github.com/line/ostracon/abci/types" ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" @@ -166,7 +167,7 @@ func (am AppModule) ExportGenesis(ctx sdk.Context, cdc codec.JSONCodec) json.Raw func (AppModule) ConsensusVersion() uint64 { return 2 } // BeginBlock returns the begin blocker for the ibc module. -func (am AppModule) BeginBlock(ctx sdk.Context, req abci.RequestBeginBlock) { +func (am AppModule) BeginBlock(ctx sdk.Context, req ocabci.RequestBeginBlock) { ibcclient.BeginBlocker(ctx, am.keeper.ClientKeeper) } diff --git a/modules/core/types/genesis.pb.go b/modules/core/types/genesis.pb.go index 1be60477ff3..11fe53adab2 100644 --- a/modules/core/types/genesis.pb.go +++ b/modules/core/types/genesis.pb.go @@ -5,11 +5,11 @@ package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + _ "github.com/gogo/protobuf/gogoproto" + proto "github.com/gogo/protobuf/proto" io "io" math "math" math_bits "math/bits" @@ -97,28 +97,28 @@ func init() { func init() { proto.RegisterFile("ibc/core/types/v1/genesis.proto", fileDescriptor_b9a49c5663e6fc59) } var fileDescriptor_b9a49c5663e6fc59 = []byte{ - // 321 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x92, 0x3f, 0x4f, 0x83, 0x40, - 0x18, 0xc6, 0xa1, 0x26, 0x0e, 0xa8, 0x35, 0x25, 0x6a, 0x94, 0xc4, 0xe3, 0x4f, 0x3a, 0x38, 0xe8, - 0x5d, 0xb0, 0x9b, 0x63, 0x07, 0xdd, 0x71, 0x73, 0x31, 0x70, 0x9e, 0xf4, 0x0c, 0xdc, 0x35, 0xe5, - 0x4a, 0xd2, 0x6f, 0xe1, 0xc7, 0xea, 0xd8, 0xd1, 0x38, 0x34, 0x06, 0xbe, 0x81, 0x9f, 0xc0, 0x94, - 0x3b, 0x81, 0xe6, 0x36, 0xf2, 0xbc, 0xbf, 0xf7, 0xf9, 0xbd, 0x01, 0x2c, 0x97, 0x26, 0x18, 0x61, - 0xbe, 0x20, 0x48, 0xac, 0xe6, 0xa4, 0x40, 0x65, 0x88, 0x52, 0xc2, 0x48, 0x41, 0x0b, 0x38, 0x5f, - 0x70, 0xc1, 0xed, 0x11, 0x4d, 0x30, 0xdc, 0x01, 0xb0, 0x01, 0x60, 0x19, 0x3a, 0x67, 0x29, 0x4f, - 0x79, 0x33, 0x45, 0xbb, 0x27, 0x09, 0x3a, 0x5e, 0xdb, 0x84, 0x33, 0x4a, 0x98, 0xd0, 0xaa, 0x9c, - 0x71, 0x47, 0x70, 0xc6, 0x08, 0x16, 0x94, 0x33, 0x9d, 0xf2, 0x3b, 0x6a, 0x16, 0x33, 0x46, 0x32, - 0x0d, 0x09, 0xbe, 0x07, 0xd6, 0xf1, 0x93, 0x4c, 0x9e, 0x45, 0x2c, 0x88, 0xfd, 0x6e, 0x0d, 0xa5, - 0xf4, 0x55, 0x81, 0x97, 0xa6, 0x67, 0xde, 0x1c, 0xdd, 0x7b, 0xb0, 0xbd, 0x5e, 0xce, 0x61, 0x19, - 0xc2, 0xfe, 0xe6, 0xf4, 0x7a, 0xbd, 0x75, 0x8d, 0xdf, 0xad, 0x7b, 0xbe, 0x8a, 0xf3, 0xec, 0x21, - 0xd8, 0x6f, 0x09, 0xa2, 0x13, 0x19, 0xa8, 0x15, 0xbb, 0xb4, 0xec, 0xee, 0xf4, 0xd6, 0x35, 0x68, - 0x5c, 0xe3, 0x9e, 0xab, 0x65, 0x34, 0x9f, 0xaf, 0x7c, 0x57, 0xca, 0xa7, 0xb5, 0x05, 0xd1, 0xa8, - 0x0b, 0xff, 0xbd, 0x1f, 0xd6, 0xa9, 0x7a, 0x19, 0xad, 0xf4, 0xa0, 0x91, 0xfa, 0x3d, 0xa9, 0x04, - 0x34, 0x23, 0x50, 0xc6, 0x0b, 0x65, 0xdc, 0xef, 0x09, 0xa2, 0xa1, 0x4a, 0xd4, 0xd2, 0xf4, 0x71, - 0x5d, 0x01, 0x73, 0x53, 0x01, 0xf3, 0xa7, 0x02, 0xe6, 0x67, 0x0d, 0x8c, 0x4d, 0x0d, 0x8c, 0xaf, - 0x1a, 0x18, 0x2f, 0xb7, 0x29, 0x15, 0xb3, 0x65, 0x02, 0x31, 0xcf, 0x51, 0x46, 0x19, 0x41, 0x34, - 0xc1, 0x77, 0x29, 0x47, 0xe5, 0x04, 0xe5, 0xfc, 0x6d, 0x99, 0x91, 0xa2, 0xf7, 0x27, 0x25, 0x87, - 0xcd, 0xb7, 0x9a, 0xfc, 0x05, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x96, 0x43, 0xe9, 0x62, 0x02, 0x00, - 0x00, + // 323 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x92, 0xb1, 0x4e, 0xeb, 0x30, + 0x14, 0x86, 0x93, 0x5e, 0xe9, 0x0e, 0x01, 0x8a, 0x1a, 0x01, 0x82, 0x4a, 0xb8, 0x6d, 0xd4, 0x81, + 0x05, 0x5b, 0xa5, 0x1b, 0x63, 0x17, 0x98, 0xc3, 0xc6, 0x82, 0x12, 0x63, 0x52, 0xa3, 0xc4, 0xa7, + 0xaa, 0xdd, 0x48, 0x7d, 0x0b, 0x1e, 0xab, 0x63, 0x47, 0xc4, 0x50, 0xa1, 0xe4, 0x0d, 0x78, 0x02, + 0xd4, 0xd8, 0x24, 0xa9, 0xbc, 0x45, 0xff, 0xf9, 0xce, 0xff, 0x1d, 0x25, 0xf1, 0x06, 0x3c, 0xa6, + 0x84, 0xc2, 0x92, 0x11, 0xb5, 0x5e, 0x30, 0x49, 0xf2, 0x09, 0x49, 0x98, 0x60, 0x92, 0x4b, 0xbc, + 0x58, 0x82, 0x02, 0xbf, 0xc7, 0x63, 0x8a, 0xf7, 0x00, 0xae, 0x00, 0x9c, 0x4f, 0xfa, 0x67, 0x09, + 0x24, 0x50, 0x4d, 0xc9, 0xfe, 0x49, 0x83, 0xfd, 0x61, 0xdd, 0x44, 0x53, 0xce, 0x84, 0xb2, 0xaa, + 0xfa, 0xe3, 0x86, 0x00, 0x21, 0x18, 0x55, 0x1c, 0x84, 0x4d, 0x8d, 0x1a, 0x6a, 0x1e, 0x09, 0xc1, + 0x52, 0x0b, 0x09, 0xbe, 0x3a, 0xde, 0xf1, 0x83, 0x4e, 0x9e, 0x54, 0xa4, 0x98, 0xff, 0xe6, 0x75, + 0xb5, 0xf4, 0xc5, 0x80, 0x97, 0xee, 0xd0, 0xbd, 0x39, 0xba, 0x1b, 0xe2, 0xfa, 0x7a, 0x3d, 0xc7, + 0xf9, 0x04, 0xb7, 0x37, 0x67, 0xd7, 0x9b, 0xdd, 0xc0, 0xf9, 0xd9, 0x0d, 0xce, 0xd7, 0x51, 0x96, + 0xde, 0x07, 0x87, 0x2d, 0x41, 0x78, 0xa2, 0x03, 0xb3, 0xe2, 0xe7, 0x9e, 0xdf, 0x9c, 0x5e, 0xbb, + 0x3a, 0x95, 0x6b, 0xdc, 0x72, 0xd5, 0x8c, 0xe5, 0x1b, 0x19, 0xdf, 0x95, 0xf1, 0x59, 0x6d, 0x41, + 0xd8, 0x6b, 0xc2, 0x3f, 0xef, 0xbb, 0x77, 0x6a, 0x5e, 0x46, 0x2d, 0xfd, 0x57, 0x49, 0x47, 0x2d, + 0xa9, 0x06, 0x2c, 0x23, 0x32, 0xc6, 0x0b, 0x63, 0x3c, 0xec, 0x09, 0xc2, 0xae, 0x49, 0xcc, 0xd2, + 0xec, 0x71, 0x53, 0x20, 0x77, 0x5b, 0x20, 0xf7, 0xbb, 0x40, 0xee, 0x47, 0x89, 0x9c, 0x6d, 0x89, + 0x9c, 0xcf, 0x12, 0x39, 0xcf, 0x38, 0xe1, 0x6a, 0xbe, 0x8a, 0x31, 0x85, 0x8c, 0x50, 0x90, 0x19, + 0x48, 0xc2, 0x63, 0x7a, 0x9b, 0x00, 0xc9, 0xa7, 0x24, 0x83, 0xd7, 0x55, 0xca, 0x64, 0xeb, 0x5f, + 0x8a, 0xff, 0x57, 0x5f, 0x6b, 0xfa, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x81, 0x4d, 0x5d, 0x1d, 0x64, + 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/06-solomachine/types/solomachine.pb.go b/modules/light-clients/06-solomachine/types/solomachine.pb.go index bb55d6f9046..f333eb8d481 100644 --- a/modules/light-clients/06-solomachine/types/solomachine.pb.go +++ b/modules/light-clients/06-solomachine/types/solomachine.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - _ "github.com/gogo/protobuf/gogoproto" - proto "github.com/gogo/protobuf/proto" types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + _ "github.com/gogo/protobuf/gogoproto" + proto "github.com/gogo/protobuf/proto" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" @@ -823,93 +823,93 @@ func init() { } var fileDescriptor_141333b361aae010 = []byte{ - // 1368 bytes of a gzipped FileDescriptorProto + // 1370 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x8f, 0xdb, 0x44, 0x10, 0x3f, 0xa7, 0xe9, 0xf5, 0x32, 0xb9, 0xde, 0x05, 0x37, 0x6d, 0x73, 0x6e, 0x95, 0x18, 0x23, 0xca, 0x81, 0x68, 0xc2, 0x5d, 0x45, 0x85, 0x2a, 0x04, 0x38, 0x8e, 0x4b, 0xd3, 0xde, 0xf9, 0x82, - 0xe3, 0x03, 0x5a, 0x21, 0x2c, 0xc7, 0xd9, 0x4b, 0xac, 0x26, 0x76, 0x1a, 0x6f, 0x92, 0x06, 0x09, + 0xe3, 0x03, 0x5a, 0x21, 0x19, 0xc7, 0xd9, 0x4b, 0xac, 0x26, 0xde, 0x34, 0x76, 0x92, 0x06, 0x09, 0x09, 0xf1, 0x54, 0x22, 0x1e, 0xf8, 0x02, 0x91, 0x10, 0x88, 0xcf, 0xc1, 0x1b, 0xf0, 0xd8, 0x47, 0x9e, 0x02, 0x6a, 0xbf, 0x41, 0x3e, 0x01, 0xb2, 0x77, 0x13, 0xdb, 0xb9, 0x5e, 0x4e, 0xfc, 0x7b, 0xdb, 0x9d, 0xdf, 0xcc, 0x6f, 0x66, 0x67, 0xc6, 0xb3, 0x6b, 0xd8, 0xb1, 0x6a, 0x66, 0xa1, 0x65, - 0x35, 0x9a, 0xd8, 0x6c, 0x59, 0xc8, 0xc6, 0x6e, 0xc1, 0x75, 0x5a, 0x4e, 0xdb, 0x30, 0x9b, 0x96, - 0x8d, 0x0a, 0xfd, 0xdd, 0xf0, 0x36, 0xdf, 0xe9, 0x3a, 0xd8, 0x61, 0x73, 0x56, 0xcd, 0xcc, 0x87, - 0x4d, 0xf2, 0x61, 0x9d, 0xfe, 0x2e, 0xf7, 0x9a, 0xc7, 0x69, 0x3a, 0x5d, 0x54, 0x30, 0x1d, 0xdb, - 0x46, 0x26, 0xb6, 0x1c, 0xbb, 0xd0, 0xdf, 0x09, 0xed, 0x08, 0x13, 0xf7, 0x72, 0xa0, 0xd8, 0x34, - 0x6c, 0x1b, 0xb5, 0x7c, 0x2d, 0xb2, 0xa4, 0x2a, 0xe9, 0x86, 0xd3, 0x70, 0xfc, 0x65, 0xc1, 0x5b, - 0x51, 0xe9, 0x56, 0xc3, 0x71, 0x1a, 0x2d, 0x54, 0xf0, 0x77, 0xb5, 0xde, 0x51, 0xc1, 0xb0, 0x87, - 0x04, 0x12, 0x7e, 0x8e, 0x41, 0x52, 0xf2, 0xe3, 0xaa, 0x62, 0x03, 0x23, 0x96, 0x83, 0x35, 0x17, - 0x3d, 0xea, 0x21, 0xdb, 0x44, 0x19, 0x86, 0x67, 0xb6, 0xe3, 0xea, 0x7c, 0xcf, 0xee, 0x40, 0xc2, - 0x72, 0xf5, 0xa3, 0xae, 0xf3, 0x05, 0xb2, 0x33, 0x31, 0x9e, 0xd9, 0x5e, 0x2b, 0xa6, 0xa7, 0x93, - 0x5c, 0x6a, 0x68, 0xb4, 0x5b, 0xb7, 0x84, 0x39, 0x24, 0xa8, 0x6b, 0x96, 0x7b, 0xdb, 0x5f, 0xb2, - 0x18, 0x36, 0x4d, 0xc7, 0x76, 0x91, 0xed, 0xf6, 0x5c, 0xdd, 0xf5, 0x3c, 0x64, 0xce, 0xf0, 0xcc, - 0x76, 0x72, 0xb7, 0x90, 0x3f, 0x25, 0x2d, 0x79, 0x69, 0x66, 0xe7, 0x07, 0x56, 0xe4, 0xa6, 0x93, - 0xdc, 0x25, 0xe2, 0x69, 0x81, 0x51, 0x50, 0x37, 0xcc, 0x88, 0x2e, 0x8b, 0xe0, 0x8a, 0xd1, 0x6a, - 0x39, 0x03, 0xbd, 0xd7, 0xa9, 0x1b, 0x18, 0xe9, 0xc6, 0x11, 0x46, 0x5d, 0xbd, 0xd3, 0x75, 0x3a, - 0x8e, 0x6b, 0xb4, 0x32, 0x71, 0x3f, 0xf4, 0x6b, 0xd3, 0x49, 0x4e, 0x20, 0x84, 0x4b, 0x94, 0x05, - 0x35, 0xe3, 0xa3, 0x87, 0x3e, 0x28, 0x7a, 0x58, 0x85, 0x42, 0xb7, 0xe2, 0x4f, 0xbe, 0xcf, 0xad, - 0x08, 0x3f, 0x30, 0xb0, 0x11, 0x8d, 0x95, 0xbd, 0x0b, 0xd0, 0xe9, 0xd5, 0x5a, 0x96, 0xa9, 0x3f, - 0x44, 0x43, 0x3f, 0x8d, 0xc9, 0xdd, 0x74, 0x9e, 0x14, 0x21, 0x3f, 0x2b, 0x42, 0x5e, 0xb4, 0x87, - 0xc5, 0x8b, 0xd3, 0x49, 0xee, 0x25, 0x12, 0x44, 0x60, 0x21, 0xa8, 0x09, 0xb2, 0xb9, 0x87, 0x86, - 0x2c, 0x0f, 0xc9, 0xba, 0xd5, 0x47, 0x5d, 0xd7, 0x3a, 0xb2, 0x50, 0xd7, 0x4f, 0x7b, 0x42, 0x0d, - 0x8b, 0xd8, 0xab, 0x90, 0xc0, 0x56, 0x1b, 0xb9, 0xd8, 0x68, 0x77, 0xfc, 0xec, 0xc6, 0xd5, 0x40, - 0x40, 0x83, 0xfc, 0x3a, 0x06, 0xab, 0x77, 0x90, 0x51, 0x47, 0xdd, 0xa5, 0x15, 0x8e, 0x50, 0xc5, - 0x16, 0xa8, 0x3c, 0xd4, 0xb5, 0x1a, 0xb6, 0x81, 0x7b, 0x5d, 0x52, 0xc6, 0x75, 0x35, 0x10, 0xb0, - 0x87, 0xb0, 0x61, 0xa3, 0x81, 0x1e, 0x3a, 0x78, 0x7c, 0xc9, 0xc1, 0xb7, 0xa6, 0x93, 0xdc, 0x45, - 0x72, 0xf0, 0xa8, 0x95, 0xa0, 0xae, 0xdb, 0x68, 0x50, 0x99, 0x9f, 0x5f, 0x82, 0x4d, 0x4f, 0x21, - 0x9c, 0x83, 0xb3, 0x5e, 0x0e, 0xc2, 0x0d, 0xb1, 0xa0, 0x20, 0xa8, 0x5e, 0x24, 0xa5, 0x40, 0x40, - 0x93, 0xf0, 0x6b, 0x0c, 0xd6, 0xf7, 0x2d, 0xb7, 0x86, 0x9a, 0x46, 0xdf, 0x72, 0x7a, 0x5d, 0xaf, - 0xa1, 0x49, 0xf3, 0xe9, 0x56, 0xdd, 0xcf, 0x45, 0x22, 0xdc, 0xd0, 0x73, 0x48, 0x50, 0xd7, 0xc8, - 0xba, 0x5c, 0x8f, 0x64, 0x2f, 0xb6, 0x90, 0xbd, 0x0e, 0x9c, 0x9f, 0xa7, 0x43, 0x77, 0xec, 0x59, - 0xab, 0xef, 0x9c, 0xda, 0xea, 0xd5, 0x99, 0x95, 0x68, 0xd7, 0x4b, 0x06, 0x36, 0x8a, 0x99, 0xe9, - 0x24, 0x97, 0x26, 0x51, 0x44, 0x18, 0x05, 0x75, 0x7d, 0xbe, 0x3f, 0xb0, 0x17, 0x3c, 0xe2, 0x81, - 0x43, 0x53, 0xfe, 0x5f, 0x79, 0xc4, 0x03, 0x27, 0xec, 0x51, 0x1b, 0x38, 0x34, 0x93, 0xbf, 0x30, - 0x90, 0x5a, 0xa4, 0x88, 0xb6, 0x07, 0xb3, 0xd8, 0x1e, 0x9f, 0x41, 0xa2, 0x6e, 0x60, 0x43, 0xc7, - 0xc3, 0x0e, 0xc9, 0xdc, 0xc6, 0xee, 0xeb, 0xa7, 0x86, 0xe9, 0xf1, 0x6a, 0xc3, 0x0e, 0x0a, 0x97, - 0x65, 0xce, 0x22, 0xa8, 0x6b, 0x75, 0x8a, 0xb3, 0x2c, 0xc4, 0xbd, 0x35, 0xed, 0x4a, 0x7f, 0x1d, - 0x6d, 0xe6, 0xf8, 0x8b, 0xbf, 0x8b, 0xaf, 0x18, 0xc8, 0x68, 0x33, 0x19, 0xaa, 0xcf, 0xcf, 0xe4, - 0x1f, 0xe8, 0x03, 0xd8, 0x08, 0x72, 0xe1, 0xd3, 0xfb, 0xa7, 0x0a, 0xf7, 0x6e, 0x14, 0x17, 0xd4, - 0xa0, 0x1c, 0xa5, 0x63, 0x21, 0xc4, 0x5e, 0x1c, 0xc2, 0x1f, 0x0c, 0x24, 0x3c, 0xbf, 0xc5, 0x21, - 0x46, 0xee, 0xbf, 0xf8, 0x3a, 0x17, 0x06, 0xc5, 0x99, 0xe3, 0x83, 0x22, 0x52, 0x82, 0xf8, 0xff, - 0x55, 0x82, 0xb3, 0x41, 0x09, 0xe8, 0x09, 0x7f, 0x62, 0x00, 0xc8, 0xf0, 0xf1, 0x93, 0xb2, 0x07, - 0x49, 0xfa, 0xc9, 0x9f, 0x3a, 0x1e, 0x2f, 0x4d, 0x27, 0x39, 0x36, 0x32, 0x25, 0xe8, 0x7c, 0x24, - 0x23, 0xe2, 0x84, 0xf9, 0x10, 0xfb, 0x87, 0xf3, 0xe1, 0x4b, 0xd8, 0x0c, 0x5d, 0x85, 0x7e, 0xac, - 0x2c, 0xc4, 0x3b, 0x06, 0x6e, 0xd2, 0x76, 0xf6, 0xd7, 0x6c, 0x05, 0xd6, 0xe9, 0x68, 0x20, 0x17, - 0x5a, 0x6c, 0xc9, 0x01, 0x2e, 0x4f, 0x27, 0xb9, 0x0b, 0x91, 0x71, 0x42, 0xaf, 0xac, 0xa4, 0x19, - 0x78, 0xa2, 0xee, 0xbf, 0x61, 0x80, 0x8d, 0x5e, 0x24, 0x27, 0x86, 0x70, 0xff, 0xf8, 0xb5, 0xba, - 0x2c, 0x8a, 0xbf, 0x71, 0x77, 0xd2, 0x58, 0xfa, 0x70, 0x41, 0x9a, 0x3f, 0x3f, 0x96, 0xc7, 0x22, - 0x03, 0x04, 0x2f, 0x15, 0x1a, 0xc6, 0xab, 0x7e, 0x5b, 0x79, 0x4f, 0x95, 0x7c, 0xe8, 0x15, 0xd3, - 0xdf, 0xc9, 0x07, 0xa4, 0xb2, 0x5d, 0x57, 0x43, 0x86, 0xd4, 0x6f, 0x1d, 0x52, 0x12, 0x79, 0xd0, - 0x2c, 0x77, 0x7a, 0x13, 0xce, 0xd1, 0x87, 0x0f, 0xf5, 0x78, 0x35, 0xe4, 0x91, 0xbe, 0x88, 0x3c, - 0x77, 0x64, 0xa9, 0xce, 0x94, 0xa9, 0x97, 0xbb, 0x90, 0xae, 0x18, 0xe6, 0x43, 0x84, 0x25, 0xa7, - 0xdd, 0xb6, 0x70, 0x1b, 0xd9, 0xf8, 0x44, 0x4f, 0x59, 0xef, 0x78, 0x33, 0x2d, 0xdf, 0xd9, 0xba, - 0x1a, 0x92, 0x08, 0xf7, 0x61, 0x8b, 0x70, 0x89, 0xe6, 0x43, 0xdb, 0x19, 0xb4, 0x50, 0xbd, 0x81, - 0x96, 0x12, 0x6e, 0xc3, 0xa6, 0x11, 0x55, 0xa5, 0xac, 0x8b, 0x62, 0x21, 0x0f, 0x19, 0x42, 0xad, - 0x22, 0x13, 0x59, 0x1d, 0x2c, 0xd6, 0x5c, 0x6f, 0x0e, 0x9c, 0xc4, 0x2c, 0x34, 0x21, 0xad, 0xa0, - 0xc7, 0xb8, 0x4a, 0xe7, 0x85, 0x8a, 0xcc, 0xfe, 0x89, 0x51, 0xbc, 0x0b, 0xe7, 0x6d, 0xf4, 0x18, - 0xeb, 0x2e, 0x7a, 0xa4, 0x77, 0x91, 0xd9, 0x27, 0xf3, 0x24, 0x7c, 0x0d, 0x44, 0x60, 0x41, 0x4d, - 0xda, 0x84, 0xda, 0x63, 0x7d, 0xe3, 0xdb, 0x38, 0xac, 0xcd, 0x06, 0x03, 0xfb, 0x0e, 0xbc, 0x52, - 0x12, 0x35, 0x51, 0xd7, 0xee, 0x57, 0x64, 0xfd, 0x50, 0x29, 0x2b, 0x65, 0xad, 0x2c, 0xee, 0x95, - 0x1f, 0xc8, 0x25, 0xfd, 0x50, 0xa9, 0x56, 0x64, 0xa9, 0x7c, 0xbb, 0x2c, 0x97, 0x52, 0x2b, 0xdc, - 0xe6, 0x68, 0xcc, 0x27, 0x43, 0x22, 0xf6, 0x1a, 0x5c, 0x0a, 0x2c, 0xa5, 0xbd, 0xb2, 0xac, 0x68, - 0x7a, 0x55, 0x13, 0x35, 0x39, 0xc5, 0x70, 0x30, 0x1a, 0xf3, 0xab, 0x44, 0xc6, 0xbe, 0x09, 0x5b, - 0x21, 0xbd, 0x03, 0xa5, 0x2a, 0x2b, 0xd5, 0xc3, 0x2a, 0x55, 0x8d, 0x71, 0xe7, 0x47, 0x63, 0x3e, - 0x31, 0x17, 0xb3, 0x79, 0xe0, 0x22, 0xda, 0x8a, 0x2c, 0x69, 0xe5, 0x03, 0x85, 0xaa, 0x9f, 0xe1, - 0x36, 0x46, 0x63, 0x1e, 0x02, 0x39, 0xbb, 0x0d, 0x97, 0x43, 0xfa, 0x77, 0x44, 0x45, 0x91, 0xf7, - 0xa8, 0x72, 0x9c, 0x4b, 0x8e, 0xc6, 0xfc, 0x39, 0x2a, 0x64, 0xdf, 0x86, 0x2b, 0x81, 0x66, 0x45, - 0x94, 0xee, 0xc9, 0x9a, 0x2e, 0x1d, 0xec, 0xef, 0x97, 0xb5, 0x7d, 0x59, 0xd1, 0x52, 0x67, 0xb9, - 0xf4, 0x68, 0xcc, 0xa7, 0x08, 0x10, 0xc8, 0xd9, 0xf7, 0x81, 0x3f, 0x66, 0x26, 0x4a, 0xf7, 0x94, - 0x83, 0x4f, 0xf6, 0xe4, 0xd2, 0x87, 0xb2, 0x6f, 0xbb, 0xca, 0x6d, 0x8d, 0xc6, 0xfc, 0x45, 0x82, - 0x2e, 0x80, 0xec, 0x7b, 0x2f, 0x20, 0x50, 0x65, 0x49, 0x2e, 0x57, 0x34, 0x5d, 0x2c, 0x56, 0x65, - 0x45, 0x92, 0x53, 0xe7, 0xb8, 0xcc, 0x68, 0xcc, 0xa7, 0x09, 0x4a, 0x41, 0x8a, 0xb1, 0x37, 0xe1, - 0x6a, 0x60, 0xaf, 0xc8, 0x9f, 0x6a, 0x7a, 0x55, 0xfe, 0xe8, 0xd0, 0x83, 0x3c, 0x9a, 0x8f, 0x53, - 0x6b, 0x24, 0x70, 0x0f, 0x99, 0x01, 0x9e, 0x9c, 0xe5, 0x21, 0x15, 0xd8, 0xdd, 0x91, 0xc5, 0x92, - 0xac, 0xa6, 0x12, 0xa4, 0x32, 0x64, 0xc7, 0xc5, 0x9f, 0xfc, 0x98, 0x5d, 0x29, 0x7e, 0xfe, 0xdb, - 0xb3, 0x2c, 0xf3, 0xf4, 0x59, 0x96, 0xf9, 0xf3, 0x59, 0x96, 0xf9, 0xee, 0x79, 0x76, 0xe5, 0xe9, - 0xf3, 0xec, 0xca, 0xef, 0xcf, 0xb3, 0x2b, 0x0f, 0x4a, 0x0d, 0x0b, 0x37, 0x7b, 0xb5, 0xbc, 0xe9, - 0xb4, 0x0b, 0x2d, 0xef, 0x17, 0xc9, 0xaa, 0x99, 0xd7, 0x1b, 0x4e, 0xa1, 0x7f, 0xa3, 0xd0, 0x76, - 0xea, 0xbd, 0x16, 0x72, 0xc9, 0xdf, 0xd4, 0xf5, 0xd9, 0xef, 0xd4, 0x5b, 0x37, 0xaf, 0x87, 0xff, - 0xa8, 0xbc, 0x4b, 0xc6, 0xad, 0xad, 0xfa, 0xd3, 0xec, 0xc6, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, - 0x74, 0x9c, 0x89, 0x58, 0x7e, 0x0d, 0x00, 0x00, + 0x35, 0x9a, 0xae, 0xd9, 0xb2, 0x90, 0xed, 0x3a, 0x05, 0x07, 0xb7, 0x70, 0xdb, 0x30, 0x9b, 0x96, + 0x8d, 0x0a, 0xfd, 0xdd, 0xf0, 0x36, 0xdf, 0xe9, 0x62, 0x17, 0xb3, 0x39, 0xab, 0x66, 0xe6, 0xc3, + 0x26, 0xf9, 0xb0, 0x4e, 0x7f, 0x97, 0x7b, 0xcd, 0xe3, 0x34, 0x71, 0x17, 0x15, 0x4c, 0x6c, 0xdb, + 0xc8, 0x74, 0x2d, 0x6c, 0x17, 0xfa, 0x3b, 0xa1, 0x1d, 0x61, 0xe2, 0x5e, 0x0e, 0x14, 0x9b, 0x86, + 0x6d, 0xa3, 0x96, 0xaf, 0x45, 0x96, 0x54, 0x25, 0xdd, 0xc0, 0x0d, 0xec, 0x2f, 0x0b, 0xde, 0x8a, + 0x4a, 0xb7, 0x1a, 0x18, 0x37, 0x5a, 0xa8, 0xe0, 0xef, 0x6a, 0xbd, 0xa3, 0x82, 0x61, 0x0f, 0x09, + 0x24, 0xfc, 0x1c, 0x83, 0xa4, 0xe4, 0xc7, 0x55, 0x75, 0x0d, 0x17, 0xb1, 0x1c, 0xac, 0x39, 0xe8, + 0x51, 0x0f, 0xd9, 0x26, 0xca, 0x30, 0x3c, 0xb3, 0x1d, 0x57, 0xe7, 0x7b, 0x76, 0x07, 0x12, 0x96, + 0xa3, 0x1f, 0x75, 0xf1, 0x17, 0xc8, 0xce, 0xc4, 0x78, 0x66, 0x7b, 0xad, 0x98, 0x9e, 0x4e, 0x72, + 0xa9, 0xa1, 0xd1, 0x6e, 0xdd, 0x12, 0xe6, 0x90, 0xa0, 0xae, 0x59, 0xce, 0x6d, 0x7f, 0xc9, 0xba, + 0xb0, 0x69, 0x62, 0xdb, 0x41, 0xb6, 0xd3, 0x73, 0x74, 0xc7, 0xf3, 0x90, 0x39, 0xc3, 0x33, 0xdb, + 0xc9, 0xdd, 0x42, 0xfe, 0x94, 0xb4, 0xe4, 0xa5, 0x99, 0x9d, 0x1f, 0x58, 0x91, 0x9b, 0x4e, 0x72, + 0x97, 0x88, 0xa7, 0x05, 0x46, 0x41, 0xdd, 0x30, 0x23, 0xba, 0x2c, 0x82, 0x2b, 0x46, 0xab, 0x85, + 0x07, 0x7a, 0xaf, 0x53, 0x37, 0x5c, 0xa4, 0x1b, 0x47, 0x2e, 0xea, 0xea, 0x9d, 0x2e, 0xee, 0x60, + 0xc7, 0x68, 0x65, 0xe2, 0x7e, 0xe8, 0xd7, 0xa6, 0x93, 0x9c, 0x40, 0x08, 0x97, 0x28, 0x0b, 0x6a, + 0xc6, 0x47, 0x0f, 0x7d, 0x50, 0xf4, 0xb0, 0x0a, 0x85, 0x6e, 0xc5, 0x9f, 0x7c, 0x9f, 0x5b, 0x11, + 0x7e, 0x60, 0x60, 0x23, 0x1a, 0x2b, 0x7b, 0x17, 0xa0, 0xd3, 0xab, 0xb5, 0x2c, 0x53, 0x7f, 0x88, + 0x86, 0x7e, 0x1a, 0x93, 0xbb, 0xe9, 0x3c, 0x29, 0x42, 0x7e, 0x56, 0x84, 0xbc, 0x68, 0x0f, 0x8b, + 0x17, 0xa7, 0x93, 0xdc, 0x4b, 0x24, 0x88, 0xc0, 0x42, 0x50, 0x13, 0x64, 0x73, 0x0f, 0x0d, 0x59, + 0x1e, 0x92, 0x75, 0xab, 0x8f, 0xba, 0x8e, 0x75, 0x64, 0xa1, 0xae, 0x9f, 0xf6, 0x84, 0x1a, 0x16, + 0xb1, 0x57, 0x21, 0xe1, 0x5a, 0x6d, 0xe4, 0xb8, 0x46, 0xbb, 0xe3, 0x67, 0x37, 0xae, 0x06, 0x02, + 0x1a, 0xe4, 0xd7, 0x31, 0x58, 0xbd, 0x83, 0x8c, 0x3a, 0xea, 0x2e, 0xad, 0x70, 0x84, 0x2a, 0xb6, + 0x40, 0xe5, 0xa1, 0x8e, 0xd5, 0xb0, 0x0d, 0xb7, 0xd7, 0x25, 0x65, 0x5c, 0x57, 0x03, 0x01, 0x7b, + 0x08, 0x1b, 0x36, 0x1a, 0xe8, 0xa1, 0x83, 0xc7, 0x97, 0x1c, 0x7c, 0x6b, 0x3a, 0xc9, 0x5d, 0x24, + 0x07, 0x8f, 0x5a, 0x09, 0xea, 0xba, 0x8d, 0x06, 0x95, 0xf9, 0xf9, 0x25, 0xd8, 0xf4, 0x14, 0xc2, + 0x39, 0x38, 0xeb, 0xe5, 0x20, 0xdc, 0x10, 0x0b, 0x0a, 0x82, 0xea, 0x45, 0x52, 0x0a, 0x04, 0x34, + 0x09, 0xbf, 0xc6, 0x60, 0x7d, 0xdf, 0x72, 0x6a, 0xa8, 0x69, 0xf4, 0x2d, 0xdc, 0xeb, 0x7a, 0x0d, + 0x4d, 0x9a, 0x4f, 0xb7, 0xea, 0x7e, 0x2e, 0x12, 0xe1, 0x86, 0x9e, 0x43, 0x82, 0xba, 0x46, 0xd6, + 0xe5, 0x7a, 0x24, 0x7b, 0xb1, 0x85, 0xec, 0x75, 0xe0, 0xfc, 0x3c, 0x1d, 0x3a, 0xb6, 0x67, 0xad, + 0xbe, 0x73, 0x6a, 0xab, 0x57, 0x67, 0x56, 0xa2, 0x5d, 0x2f, 0x19, 0xae, 0x51, 0xcc, 0x4c, 0x27, + 0xb9, 0x34, 0x89, 0x22, 0xc2, 0x28, 0xa8, 0xeb, 0xf3, 0xfd, 0x81, 0xbd, 0xe0, 0xd1, 0x1d, 0x60, + 0x9a, 0xf2, 0xff, 0xca, 0xa3, 0x3b, 0xc0, 0x61, 0x8f, 0xda, 0x00, 0xd3, 0x4c, 0xfe, 0xc2, 0x40, + 0x6a, 0x91, 0x22, 0xda, 0x1e, 0xcc, 0x62, 0x7b, 0x7c, 0x06, 0x89, 0xba, 0xe1, 0x1a, 0xba, 0x3b, + 0xec, 0x90, 0xcc, 0x6d, 0xec, 0xbe, 0x7e, 0x6a, 0x98, 0x1e, 0xaf, 0x36, 0xec, 0xa0, 0x70, 0x59, + 0xe6, 0x2c, 0x82, 0xba, 0x56, 0xa7, 0x38, 0xcb, 0x42, 0xdc, 0x5b, 0xd3, 0xae, 0xf4, 0xd7, 0xd1, + 0x66, 0x8e, 0xbf, 0xf8, 0xbb, 0xf8, 0x8a, 0x81, 0x8c, 0x36, 0x93, 0xa1, 0xfa, 0xfc, 0x4c, 0xfe, + 0x81, 0x3e, 0x80, 0x8d, 0x20, 0x17, 0x3e, 0xbd, 0x7f, 0xaa, 0x70, 0xef, 0x46, 0x71, 0x41, 0x0d, + 0xca, 0x51, 0x3a, 0x16, 0x42, 0xec, 0xc5, 0x21, 0xfc, 0xc1, 0x40, 0xc2, 0xf3, 0x5b, 0x1c, 0xba, + 0xc8, 0xf9, 0x17, 0x5f, 0xe7, 0xc2, 0xa0, 0x38, 0x73, 0x7c, 0x50, 0x44, 0x4a, 0x10, 0xff, 0xbf, + 0x4a, 0x70, 0x36, 0x28, 0x01, 0x3d, 0xe1, 0x4f, 0x0c, 0x00, 0x19, 0x3e, 0x7e, 0x52, 0xf6, 0x20, + 0x49, 0x3f, 0xf9, 0x53, 0xc7, 0xe3, 0xa5, 0xe9, 0x24, 0xc7, 0x46, 0xa6, 0x04, 0x9d, 0x8f, 0x64, + 0x44, 0x9c, 0x30, 0x1f, 0x62, 0xff, 0x70, 0x3e, 0x7c, 0x09, 0x9b, 0xa1, 0xab, 0xd0, 0x8f, 0x95, + 0x85, 0x78, 0xc7, 0x70, 0x9b, 0xb4, 0x9d, 0xfd, 0x35, 0x5b, 0x81, 0x75, 0x3a, 0x1a, 0xc8, 0x85, + 0x16, 0x5b, 0x72, 0x80, 0xcb, 0xd3, 0x49, 0xee, 0x42, 0x64, 0x9c, 0xd0, 0x2b, 0x2b, 0x69, 0x06, + 0x9e, 0xa8, 0xfb, 0x6f, 0x18, 0x60, 0xa3, 0x17, 0xc9, 0x89, 0x21, 0xdc, 0x3f, 0x7e, 0xad, 0x2e, + 0x8b, 0xe2, 0x6f, 0xdc, 0x9d, 0x34, 0x96, 0x3e, 0x5c, 0x90, 0xe6, 0xcf, 0x8f, 0xe5, 0xb1, 0xc8, + 0x00, 0xc1, 0x4b, 0x85, 0x86, 0xf1, 0xaa, 0xdf, 0x56, 0xde, 0x53, 0x25, 0x1f, 0x7a, 0xc5, 0xf4, + 0x77, 0xf2, 0x01, 0xa9, 0x6c, 0xd7, 0xd5, 0x90, 0x21, 0xf5, 0x5b, 0x87, 0x94, 0x44, 0x1e, 0x34, + 0xcb, 0x9d, 0xde, 0x84, 0x73, 0xf4, 0xe1, 0x43, 0x3d, 0x5e, 0x0d, 0x79, 0xa4, 0x2f, 0x22, 0xcf, + 0x1d, 0x59, 0xaa, 0x33, 0x65, 0xea, 0xe5, 0x2e, 0xa4, 0x2b, 0x86, 0xf9, 0x10, 0xb9, 0x12, 0x6e, + 0xb7, 0x2d, 0xb7, 0x8d, 0x6c, 0xf7, 0x44, 0x4f, 0x59, 0xef, 0x78, 0x33, 0x2d, 0xdf, 0xd9, 0xba, + 0x1a, 0x92, 0x08, 0xf7, 0x61, 0x8b, 0x70, 0x89, 0xe6, 0x43, 0x1b, 0x0f, 0x5a, 0xa8, 0xde, 0x40, + 0x4b, 0x09, 0xb7, 0x61, 0xd3, 0x88, 0xaa, 0x52, 0xd6, 0x45, 0xb1, 0x90, 0x87, 0x0c, 0xa1, 0x56, + 0x91, 0x89, 0xac, 0x8e, 0x2b, 0xd6, 0x1c, 0x6f, 0x0e, 0x9c, 0xc4, 0x2c, 0x34, 0x21, 0xad, 0xa0, + 0xc7, 0x6e, 0x95, 0xce, 0x0b, 0x15, 0x99, 0xfd, 0x13, 0xa3, 0x78, 0x17, 0xce, 0xdb, 0xe8, 0xb1, + 0xab, 0x3b, 0xe8, 0x91, 0xde, 0x45, 0x66, 0x9f, 0xcc, 0x93, 0xf0, 0x35, 0x10, 0x81, 0x05, 0x35, + 0x69, 0x13, 0x6a, 0x8f, 0xf5, 0x8d, 0x6f, 0xe3, 0xb0, 0x36, 0x1b, 0x0c, 0xec, 0x3b, 0xf0, 0x4a, + 0x49, 0xd4, 0x44, 0x5d, 0xbb, 0x5f, 0x91, 0xf5, 0x43, 0xa5, 0xac, 0x94, 0xb5, 0xb2, 0xb8, 0x57, + 0x7e, 0x20, 0x97, 0xf4, 0x43, 0xa5, 0x5a, 0x91, 0xa5, 0xf2, 0xed, 0xb2, 0x5c, 0x4a, 0xad, 0x70, + 0x9b, 0xa3, 0x31, 0x9f, 0x0c, 0x89, 0xd8, 0x6b, 0x70, 0x29, 0xb0, 0x94, 0xf6, 0xca, 0xb2, 0xa2, + 0xe9, 0x55, 0x4d, 0xd4, 0xe4, 0x14, 0xc3, 0xc1, 0x68, 0xcc, 0xaf, 0x12, 0x19, 0xfb, 0x26, 0x6c, + 0x85, 0xf4, 0x0e, 0x94, 0xaa, 0xac, 0x54, 0x0f, 0xab, 0x54, 0x35, 0xc6, 0x9d, 0x1f, 0x8d, 0xf9, + 0xc4, 0x5c, 0xcc, 0xe6, 0x81, 0x8b, 0x68, 0x2b, 0xb2, 0xa4, 0x95, 0x0f, 0x14, 0xaa, 0x7e, 0x86, + 0xdb, 0x18, 0x8d, 0x79, 0x08, 0xe4, 0xec, 0x36, 0x5c, 0x0e, 0xe9, 0xdf, 0x11, 0x15, 0x45, 0xde, + 0xa3, 0xca, 0x71, 0x2e, 0x39, 0x1a, 0xf3, 0xe7, 0xa8, 0x90, 0x7d, 0x1b, 0xae, 0x04, 0x9a, 0x15, + 0x51, 0xba, 0x27, 0x6b, 0xba, 0x74, 0xb0, 0xbf, 0x5f, 0xd6, 0xf6, 0x65, 0x45, 0x4b, 0x9d, 0xe5, + 0xd2, 0xa3, 0x31, 0x9f, 0x22, 0x40, 0x20, 0x67, 0xdf, 0x07, 0xfe, 0x98, 0x99, 0x28, 0xdd, 0x53, + 0x0e, 0x3e, 0xd9, 0x93, 0x4b, 0x1f, 0xca, 0xbe, 0xed, 0x2a, 0xb7, 0x35, 0x1a, 0xf3, 0x17, 0x09, + 0xba, 0x00, 0xb2, 0xef, 0xbd, 0x80, 0x40, 0x95, 0x25, 0xb9, 0x5c, 0xd1, 0x74, 0xb1, 0x58, 0x95, + 0x15, 0x49, 0x4e, 0x9d, 0xe3, 0x32, 0xa3, 0x31, 0x9f, 0x26, 0x28, 0x05, 0x29, 0xc6, 0xde, 0x84, + 0xab, 0x81, 0xbd, 0x22, 0x7f, 0xaa, 0xe9, 0x55, 0xf9, 0xa3, 0x43, 0x0f, 0xf2, 0x68, 0x3e, 0x4e, + 0xad, 0x91, 0xc0, 0x3d, 0x64, 0x06, 0x78, 0x72, 0x96, 0x87, 0x54, 0x60, 0x77, 0x47, 0x16, 0x4b, + 0xb2, 0x9a, 0x4a, 0x90, 0xca, 0x90, 0x1d, 0x17, 0x7f, 0xf2, 0x63, 0x76, 0xa5, 0xf8, 0xf9, 0x6f, + 0xcf, 0xb2, 0xcc, 0xd3, 0x67, 0x59, 0xe6, 0xcf, 0x67, 0x59, 0xe6, 0xbb, 0xe7, 0xd9, 0x95, 0xa7, + 0xcf, 0xb3, 0x2b, 0xbf, 0x3f, 0xcf, 0xae, 0x3c, 0xb8, 0xdd, 0xb0, 0xdc, 0x66, 0xaf, 0x96, 0x37, + 0x71, 0xbb, 0x60, 0x62, 0xa7, 0x8d, 0x9d, 0x82, 0x55, 0x33, 0xaf, 0x37, 0x70, 0xa1, 0x7f, 0xa3, + 0xd0, 0xc6, 0xf5, 0x5e, 0x0b, 0x39, 0xe4, 0x7f, 0xea, 0xfa, 0xec, 0x87, 0xea, 0xad, 0x9b, 0xd7, + 0xc3, 0xff, 0x54, 0xde, 0x35, 0xe3, 0xd4, 0x56, 0xfd, 0x79, 0x76, 0xe3, 0xaf, 0x00, 0x00, 0x00, + 0xff, 0xff, 0x5d, 0xd4, 0x6c, 0xfb, 0x80, 0x0d, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/09-localhost/types/localhost.pb.go b/modules/light-clients/09-localhost/types/localhost.pb.go index 15dc44401b1..60fecb51822 100644 --- a/modules/light-clients/09-localhost/types/localhost.pb.go +++ b/modules/light-clients/09-localhost/types/localhost.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" @@ -75,7 +75,7 @@ func init() { } var fileDescriptor_acd9f5b22d41bf6d = []byte{ - // 286 bytes of a gzipped FileDescriptorProto + // 288 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcd, 0x4c, 0x4a, 0xd6, 0xcf, 0xc9, 0x4c, 0xcf, 0x28, 0x49, 0xce, 0xc9, 0x4c, 0xcd, 0x2b, 0x29, 0xd6, 0xcf, 0xc9, 0x4f, 0x4e, 0xcc, 0xc9, 0xc8, 0x2f, 0x2e, 0xd1, 0x2f, 0x33, 0x44, 0x70, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, @@ -87,13 +87,13 @@ var fileDescriptor_acd9f5b22d41bf6d = []byte{ 0x95, 0x89, 0xb9, 0x39, 0x56, 0x4a, 0x30, 0x19, 0xa5, 0x20, 0x76, 0x30, 0xd3, 0x33, 0x45, 0xc8, 0x82, 0x8b, 0x2d, 0x23, 0x15, 0xe4, 0x26, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x29, 0x3d, 0x90, 0x2b, 0x41, 0x16, 0xea, 0x41, 0xad, 0x29, 0x33, 0xd4, 0xf3, 0x00, 0xab, 0x70, 0x62, 0x39, - 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xde, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0xcc, 0x89, + 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xde, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0xdc, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, - 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x39, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, - 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xe7, 0x64, 0xe6, 0xa5, 0xea, 0x67, 0x26, 0x25, 0xeb, 0xa6, 0xe7, - 0xeb, 0x97, 0x19, 0xeb, 0xe7, 0xe6, 0xa7, 0x94, 0xe6, 0xa4, 0x16, 0x43, 0xc2, 0x4e, 0x17, 0x16, - 0x78, 0x06, 0x96, 0xba, 0x88, 0xf0, 0x2b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xd1, - 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x65, 0xaf, 0x8c, 0x4d, 0x6a, 0x01, 0x00, 0x00, + 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xb9, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, + 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x27, 0xe7, 0x17, 0xe7, 0xe6, 0x17, 0xeb, 0x67, 0x26, 0x25, 0xeb, + 0xa6, 0xe7, 0xeb, 0x97, 0x19, 0xeb, 0xe7, 0xe6, 0xa7, 0x94, 0xe6, 0xa4, 0x16, 0x43, 0x42, 0x4f, + 0x17, 0x16, 0x7c, 0x06, 0x96, 0xba, 0x88, 0x10, 0x2c, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, + 0xfb, 0xd2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xbf, 0x6a, 0xbf, 0x6c, 0x01, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/09-localhost/types/localhost_test.go b/modules/light-clients/09-localhost/types/localhost_test.go index 9dacfaf2dc8..44bae7daff0 100644 --- a/modules/light-clients/09-localhost/types/localhost_test.go +++ b/modules/light-clients/09-localhost/types/localhost_test.go @@ -3,10 +3,11 @@ package types_test import ( "testing" + "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + "github.com/line/lbm-sdk/codec" sdk "github.com/line/lbm-sdk/types" - ocproto "github.com/line/ostracon/proto/ostracon/types" - "github.com/stretchr/testify/suite" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" @@ -32,7 +33,7 @@ func (suite *LocalhostTestSuite) SetupTest() { app := simapp.Setup(isCheckTx) suite.cdc = app.AppCodec() - suite.ctx = app.BaseApp.NewContext(isCheckTx, ocproto.Header{Height: 1, ChainID: "ibc-chain"}) + suite.ctx = app.BaseApp.NewContext(isCheckTx, tmproto.Header{Height: 1, ChainID: "ibc-chain"}) suite.store = app.IBCKeeper.ClientKeeper.ClientStore(suite.ctx, exported.Localhost) } diff --git a/modules/light-clients/99-ostracon/types/header_test.go b/modules/light-clients/99-ostracon/types/header_test.go index 848be9a5b0a..4dd7fa505bf 100644 --- a/modules/light-clients/99-ostracon/types/header_test.go +++ b/modules/light-clients/99-ostracon/types/header_test.go @@ -3,7 +3,7 @@ package types_test import ( "time" - ocprotocrypto "github.com/line/ostracon/proto/ostracon/crypto" + "github.com/tendermint/tendermint/proto/tendermint/crypto" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" "github.com/cosmos/ibc-go/v3/modules/core/exported" @@ -48,7 +48,7 @@ func (suite *OstraconTestSuite) TestHeaderValidateBasic() { header.ValidatorSet = nil }, false}, {"ValidatorSetFromProto failed", func() { - header.ValidatorSet.Validators[0].PubKey = ocprotocrypto.PublicKey{} + header.ValidatorSet.Validators[0].PubKey = crypto.PublicKey{} }, false}, {"header validator hash does not equal hash of validator set", func() { // use chainB's randomly generated validator set diff --git a/modules/light-clients/99-ostracon/types/misbehaviour.go b/modules/light-clients/99-ostracon/types/misbehaviour.go index 559b7967948..c5444c4a31d 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour.go @@ -3,8 +3,9 @@ package types import ( "time" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + sdkerrors "github.com/line/lbm-sdk/types/errors" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -64,15 +65,9 @@ func (misbehaviour Misbehaviour) ValidateBasic() error { if misbehaviour.Header1.TrustedValidators == nil { return sdkerrors.Wrap(ErrInvalidValidatorSet, "trusted validator set in Header1 cannot be empty") } - if misbehaviour.Header1.TrustedVoters == nil { - return sdkerrors.Wrap(ErrInvalidVoterSet, "trusted voter set in Header1 cannot be empty") - } if misbehaviour.Header2.TrustedValidators == nil { return sdkerrors.Wrap(ErrInvalidValidatorSet, "trusted validator set in Header2 cannot be empty") } - if misbehaviour.Header2.TrustedVoters == nil { - return sdkerrors.Wrap(ErrInvalidVoterSet, "trusted voter set in Header2 cannot be empty") - } if misbehaviour.Header1.Header.ChainID != misbehaviour.Header2.Header.ChainID { return sdkerrors.Wrap(clienttypes.ErrInvalidMisbehaviour, "headers must have identical chainIDs") } @@ -109,28 +104,28 @@ func (misbehaviour Misbehaviour) ValidateBasic() error { } if err := validCommit(misbehaviour.Header1.Header.ChainID, *blockID1, - misbehaviour.Header1.Commit, misbehaviour.Header1.VoterSet); err != nil { + misbehaviour.Header1.Commit, misbehaviour.Header1.ValidatorSet); err != nil { return err } if err := validCommit(misbehaviour.Header2.Header.ChainID, *blockID2, - misbehaviour.Header2.Commit, misbehaviour.Header2.VoterSet); err != nil { + misbehaviour.Header2.Commit, misbehaviour.Header2.ValidatorSet); err != nil { return err } return nil } // validCommit checks if the given commit is a valid commit from the passed-in validatorset -func validCommit(chainID string, blockID octypes.BlockID, commit *ocproto.Commit, voterSet *ocproto.VoterSet) (err error) { +func validCommit(chainID string, blockID octypes.BlockID, commit *tmproto.Commit, valSet *tmproto.ValidatorSet) (err error) { tmCommit, err := octypes.CommitFromProto(commit) if err != nil { return sdkerrors.Wrap(err, "commit is not ostracon commit type") } - tmVoterSet, err := octypes.VoterSetFromProto(voterSet) + tmValset, err := octypes.ValidatorSetFromProto(valSet) if err != nil { return sdkerrors.Wrap(err, "validator set is not ostracon validator set type") } - if err := tmVoterSet.VerifyCommitLight(chainID, blockID, tmCommit.Height, tmCommit); err != nil { + if err := tmValset.VerifyCommitLight(chainID, blockID, tmCommit.Height, tmCommit); err != nil { return sdkerrors.Wrap(clienttypes.ErrInvalidMisbehaviour, "voter set did not commit to header") } diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go index db1748a09bd..797a4ebc1ff 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go @@ -101,7 +101,7 @@ func (cs ClientState) CheckMisbehaviourAndUpdateState( func checkMisbehaviourHeader( clientState *ClientState, consState *ConsensusState, header *Header, currentTimestamp time.Time, ) error { - tmTrustedVoterSet, err := octypes.VoterSetFromProto(header.TrustedVoters) + tmTrustedValset, err := octypes.ValidatorSetFromProto(header.TrustedValidators) if err != nil { return sdkerrors.Wrap(err, "trusted validator set is not ostracon validator set type") } @@ -134,7 +134,7 @@ func checkMisbehaviourHeader( // - ValidatorSet must have TrustLevel similarity with trusted FromValidatorSet // - ValidatorSets on both headers are valid given the last trusted ValidatorSet - if err := tmTrustedVoterSet.VerifyCommitLightTrusting( + if err := tmTrustedValset.VerifyCommitLightTrusting( chainID, tmCommit, clientState.TrustLevel.ToOstracon(), ); err != nil { return sdkerrors.Wrapf(clienttypes.ErrInvalidMisbehaviour, "validator set in header has too much change from trusted validator set: %v", err) diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go index cd55c02006a..15c19be613d 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go @@ -24,7 +24,6 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { // Create bothValSet with both suite validator and altVal bothValSet := octypes.NewValidatorSet(append(suite.valSet.Validators, altVal)) - bothVoterSet := octypes.WrapValidatorsToVoterSet(bothValSet.Validators) // OSTRACON_CODE bothValsHash := bothValSet.Hash() // Create alternative validator set with only altVal altValSet := octypes.NewValidatorSet([]*octypes.Validator{altVal}) @@ -58,8 +57,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -73,8 +72,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -88,8 +87,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Hour), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Hour), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -103,8 +102,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), heightMinus1, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -118,8 +117,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -133,8 +132,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -148,8 +147,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainIDRevision0, 3, heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainIDRevision0, 3, heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainIDRevision0, 3, heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainIDRevision0, 3, heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -163,8 +162,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, heightMinus3, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -178,8 +177,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, suite.valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -193,8 +192,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -208,8 +207,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+3), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -223,8 +222,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -238,8 +237,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -253,8 +252,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), suite.valsHash), heightMinus3, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus3, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -268,8 +267,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -283,8 +282,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -309,8 +308,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -324,8 +323,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), heightMinus1, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now.Add(trustingPeriod), @@ -339,8 +338,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, suite.valSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothVoterSet, octypes.WrapValidatorsToVoterSet(suite.valSet.Validators), bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, suite.valSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, suite.valSet, bothSigners), ClientId: chainID, }, suite.now, @@ -354,8 +353,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, altValSet, bothValSet, octypes.WrapValidatorsToVoterSet(altValSet.Validators), bothVoterSet, altSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, altValSet, bothValSet, altSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), bothValSet, bothValSet, bothSigners), ClientId: chainID, }, suite.now, @@ -369,8 +368,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), altValSet, bothValSet, octypes.WrapValidatorsToVoterSet(altValSet.Validators), bothVoterSet, altSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, bothValSet, bothValSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), altValSet, bothValSet, altSigners), ClientId: chainID, }, suite.now, @@ -384,8 +383,8 @@ func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { types.NewConsensusState(suite.now, commitmenttypes.NewMerkleRoot(tmhash.Sum([]byte("app_hash"))), bothValsHash), height, &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, altValSet, bothValSet, octypes.WrapValidatorsToVoterSet(altValSet.Validators), bothVoterSet, altSigners), - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), altValSet, bothValSet, octypes.WrapValidatorsToVoterSet(altValSet.Validators), bothVoterSet, altSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now, altValSet, bothValSet, altSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight+1), height, suite.now.Add(time.Minute), altValSet, bothValSet, altSigners), ClientId: chainID, }, suite.now, diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_test.go index ee9d6701816..bb88eadee15 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_test.go @@ -3,8 +3,9 @@ package types_test import ( "time" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + "github.com/line/ostracon/crypto/tmhash" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" @@ -18,10 +19,9 @@ func (suite *OstraconTestSuite) TestMisbehaviour() { signers := []octypes.PrivValidator{suite.privVal} heightMinus1 := clienttypes.NewHeight(0, height.RevisionHeight-1) - voterSet := octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) misbehaviour := &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, signers), ClientId: clientID, } @@ -53,9 +53,6 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { heightMinus1 := clienttypes.NewHeight(0, height.RevisionHeight-1) - voterSet := octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) - bothVoterSet := octypes.WrapValidatorsToVoterSet(bothValSet.Validators) - testCases := []struct { name string misbehaviour *types.Misbehaviour @@ -66,7 +63,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "valid fork misbehaviour, two headers at same height have different time", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, suite.valSet, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -75,7 +72,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { { "valid time misbehaviour, both headers at different heights are at same time", &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, suite.valSet, signers), Header2: suite.header, ClientId: clientID, }, @@ -98,7 +95,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "valid misbehaviour with different trusted headers", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.NewHeight(0, height.RevisionHeight-3), suite.now.Add(time.Minute), suite.valSet, bothValSet, voterSet, bothVoterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.NewHeight(0, height.RevisionHeight-3), suite.now.Add(time.Minute), suite.valSet, bothValSet, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -107,7 +104,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { { "trusted height is 0 in Header1", &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.ZeroHeight(), suite.now.Add(time.Minute), suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.ZeroHeight(), suite.now.Add(time.Minute), suite.valSet, suite.valSet, signers), Header2: suite.header, ClientId: clientID, }, @@ -118,7 +115,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "trusted height is 0 in Header2", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.ZeroHeight(), suite.now.Add(time.Minute), suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), clienttypes.ZeroHeight(), suite.now.Add(time.Minute), suite.valSet, suite.valSet, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -127,7 +124,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { { "trusted valset is nil in Header1", &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, nil, voterSet, nil, signers), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, nil, signers), Header2: suite.header, ClientId: clientID, }, @@ -138,7 +135,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "trusted valset is nil in Header2", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, nil, voterSet, nil, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now.Add(time.Minute), suite.valSet, nil, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -148,7 +145,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "invalid client ID ", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, signers), ClientId: "GAIA", }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -158,7 +155,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "chainIDs do not match", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader("ethermint", int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -168,7 +165,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "header2 height is greater", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, 6, clienttypes.NewHeight(0, height.RevisionHeight+1), suite.now, suite.valSet, suite.valSet, voterSet, voterSet, signers), + Header2: suite.chainA.CreateOCClientHeader(chainID, 6, clienttypes.NewHeight(0, height.RevisionHeight+1), suite.now, suite.valSet, suite.valSet, signers), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { return nil }, @@ -177,13 +174,13 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { { "header 1 doesn't have 2/3 majority", &types.Misbehaviour{ - Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners), + Header1: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothSigners), Header2: suite.header, ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { // voteSet contains only altVal which is less than 2/3 of total power (height/1height) - wrongVoteSet := octypes.NewVoteSet(chainID, int64(misbehaviour.Header1.GetHeight().GetRevisionHeight()), 1, ocproto.PrecommitType, octypes.WrapValidatorsToVoterSet(altValSet.Validators)) + wrongVoteSet := octypes.NewVoteSet(chainID, int64(misbehaviour.Header1.GetHeight().GetRevisionHeight()), 1, tmproto.PrecommitType, altValSet) blockID, err := octypes.BlockIDFromProto(&misbehaviour.Header1.Commit.BlockID) if err != nil { return err @@ -199,12 +196,12 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "header 2 doesn't have 2/3 majority", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothSigners), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { // voteSet contains only altVal which is less than 2/3 of total power (height/1height) - wrongVoteSet := octypes.NewVoteSet(chainID, int64(misbehaviour.Header2.GetHeight().GetRevisionHeight()), 1, ocproto.PrecommitType, octypes.WrapValidatorsToVoterSet(altValSet.Validators)) + wrongVoteSet := octypes.NewVoteSet(chainID, int64(misbehaviour.Header2.GetHeight().GetRevisionHeight()), 1, tmproto.PrecommitType, altValSet) blockID, err := octypes.BlockIDFromProto(&misbehaviour.Header2.Commit.BlockID) if err != nil { return err @@ -220,7 +217,7 @@ func (suite *OstraconTestSuite) TestMisbehaviourValidateBasic() { "validators sign off on wrong commit", &types.Misbehaviour{ Header1: suite.header, - Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners), + Header2: suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, bothValSet, suite.valSet, bothSigners), ClientId: clientID, }, func(misbehaviour *types.Misbehaviour) error { diff --git a/modules/light-clients/99-ostracon/types/ostracon.pb.go b/modules/light-clients/99-ostracon/types/ostracon.pb.go index d2212e0d399..d4a628b550d 100644 --- a/modules/light-clients/99-ostracon/types/ostracon.pb.go +++ b/modules/light-clients/99-ostracon/types/ostracon.pb.go @@ -6,13 +6,13 @@ package types import ( fmt "fmt" _go "github.com/confio/ics23/go" + types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - types1 "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" github_com_line_ostracon_libs_bytes "github.com/line/ostracon/libs/bytes" - types2 "github.com/line/ostracon/proto/ostracon/types" + types2 "github.com/tendermint/tendermint/proto/tendermint/types" _ "google.golang.org/protobuf/types/known/durationpb" _ "google.golang.org/protobuf/types/known/timestamppb" io "io" @@ -198,10 +198,8 @@ var xxx_messageInfo_Misbehaviour proto.InternalMessageInfo type Header struct { *types2.SignedHeader `protobuf:"bytes,1,opt,name=signed_header,json=signedHeader,proto3,embedded=signed_header" json:"signed_header,omitempty" yaml:"signed_header"` ValidatorSet *types2.ValidatorSet `protobuf:"bytes,2,opt,name=validator_set,json=validatorSet,proto3" json:"validator_set,omitempty" yaml:"validator_set"` - VoterSet *types2.VoterSet `protobuf:"bytes,3,opt,name=voter_set,json=voterSet,proto3" json:"voter_set,omitempty" yaml:"voter_set"` - TrustedHeight types.Height `protobuf:"bytes,4,opt,name=trusted_height,json=trustedHeight,proto3" json:"trusted_height" yaml:"trusted_height"` - TrustedValidators *types2.ValidatorSet `protobuf:"bytes,5,opt,name=trusted_validators,json=trustedValidators,proto3" json:"trusted_validators,omitempty" yaml:"trusted_validators"` - TrustedVoters *types2.VoterSet `protobuf:"bytes,6,opt,name=trusted_voters,json=trustedVoters,proto3" json:"trusted_voters,omitempty" yaml:"trusted_voters"` + TrustedHeight types.Height `protobuf:"bytes,3,opt,name=trusted_height,json=trustedHeight,proto3" json:"trusted_height" yaml:"trusted_height"` + TrustedValidators *types2.ValidatorSet `protobuf:"bytes,4,opt,name=trusted_validators,json=trustedValidators,proto3" json:"trusted_validators,omitempty" yaml:"trusted_validators"` } func (m *Header) Reset() { *m = Header{} } @@ -244,13 +242,6 @@ func (m *Header) GetValidatorSet() *types2.ValidatorSet { return nil } -func (m *Header) GetVoterSet() *types2.VoterSet { - if m != nil { - return m.VoterSet - } - return nil -} - func (m *Header) GetTrustedHeight() types.Height { if m != nil { return m.TrustedHeight @@ -265,13 +256,6 @@ func (m *Header) GetTrustedValidators() *types2.ValidatorSet { return nil } -func (m *Header) GetTrustedVoters() *types2.VoterSet { - if m != nil { - return m.TrustedVoters - } - return nil -} - // Fraction defines the protobuf message type for tmmath.Fraction that only // supports positive values. type Fraction struct { @@ -339,78 +323,75 @@ func init() { } var fileDescriptor_049a55681d0db341 = []byte{ - // 1128 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xbf, 0x73, 0x1b, 0x45, - 0x14, 0xb6, 0x1c, 0x11, 0x4b, 0x2b, 0x39, 0x0e, 0x87, 0x49, 0xce, 0x42, 0xd1, 0x69, 0x0e, 0x26, - 0x78, 0x86, 0xe4, 0x6e, 0x24, 0x57, 0xf1, 0xd0, 0xe4, 0x1c, 0x18, 0x1b, 0xc8, 0xe0, 0x39, 0x43, - 0x8a, 0x64, 0x98, 0x63, 0x75, 0xb7, 0x92, 0x96, 0xdc, 0xdd, 0xde, 0xdc, 0xae, 0x84, 0x4d, 0x47, - 0xc7, 0x0c, 0x4d, 0x4a, 0x0a, 0x0a, 0xfe, 0x11, 0xfa, 0x94, 0x2e, 0xa9, 0x04, 0x63, 0x77, 0x94, - 0x2a, 0xa9, 0x98, 0xfd, 0x71, 0x3f, 0x24, 0xc7, 0xce, 0xb8, 0xd1, 0xec, 0xdb, 0xf7, 0xbd, 0xef, - 0xd3, 0x7b, 0xfb, 0xf6, 0xed, 0x81, 0x4f, 0xf0, 0xc0, 0xb7, 0x43, 0x3c, 0x1a, 0x33, 0x3f, 0xc4, - 0x28, 0x66, 0xd4, 0x26, 0x94, 0xa5, 0xd0, 0x27, 0xb1, 0x3d, 0xed, 0xe5, 0x6b, 0x2b, 0x49, 0x09, - 0x23, 0x5a, 0x1b, 0x0f, 0x7c, 0xab, 0x0c, 0xb6, 0x72, 0xc0, 0xb4, 0xd7, 0xea, 0xe4, 0x91, 0xec, - 0x24, 0x41, 0xd4, 0x9e, 0xc2, 0x10, 0x07, 0x90, 0x91, 0x54, 0x46, 0xb7, 0x5a, 0xcb, 0x7e, 0xc2, - 0xd0, 0x65, 0x3e, 0xf1, 0xab, 0x7c, 0xcd, 0x24, 0x25, 0x64, 0x98, 0x59, 0x9d, 0x11, 0x21, 0xa3, - 0x10, 0xd9, 0xc2, 0x1a, 0x4c, 0x86, 0x76, 0x30, 0x49, 0x21, 0xc3, 0xd9, 0x7f, 0x6c, 0x19, 0xcb, - 0x7e, 0x86, 0x23, 0x44, 0x19, 0x8c, 0x92, 0x0c, 0xc0, 0x33, 0xf6, 0x49, 0x8a, 0x6c, 0x99, 0x04, - 0xcf, 0x53, 0xae, 0x14, 0xe0, 0xe3, 0x02, 0x40, 0xa2, 0x08, 0xb3, 0x28, 0x03, 0xe5, 0x96, 0x02, - 0x6e, 0x8e, 0xc8, 0x88, 0x88, 0xa5, 0xcd, 0x57, 0x72, 0xd7, 0xfc, 0x77, 0x0d, 0x34, 0xf6, 0x04, - 0xdf, 0x11, 0x83, 0x0c, 0x69, 0x5b, 0xa0, 0xe6, 0x8f, 0x21, 0x8e, 0x3d, 0x1c, 0xe8, 0x95, 0x6e, - 0x65, 0xbb, 0xee, 0xae, 0x09, 0xfb, 0x20, 0xd0, 0x7c, 0xd0, 0x60, 0xe9, 0x84, 0x32, 0x2f, 0x44, - 0x53, 0x14, 0xea, 0xab, 0xdd, 0xca, 0x76, 0xa3, 0x7f, 0xdf, 0xba, 0xaa, 0xca, 0xd6, 0xe7, 0x29, - 0xf4, 0x79, 0xba, 0x4e, 0xeb, 0xf5, 0xcc, 0x58, 0x99, 0xcf, 0x0c, 0xed, 0x04, 0x46, 0xe1, 0xae, - 0x59, 0x22, 0x32, 0x5d, 0x20, 0xac, 0xaf, 0xb8, 0xa1, 0x0d, 0xc1, 0x86, 0xb0, 0x70, 0x3c, 0xf2, - 0x12, 0x94, 0x62, 0x12, 0xe8, 0x37, 0x84, 0xd0, 0x96, 0x25, 0x4b, 0x65, 0x65, 0xa5, 0xb2, 0x9e, - 0xa8, 0x52, 0x3a, 0xa6, 0xe2, 0xbe, 0x53, 0xe2, 0x2e, 0xe2, 0xcd, 0xdf, 0xfe, 0x36, 0x2a, 0xee, - 0xad, 0x6c, 0xf7, 0x50, 0x6c, 0x6a, 0x18, 0xdc, 0x9e, 0xc4, 0x03, 0x12, 0x07, 0x25, 0xa1, 0xea, - 0xdb, 0x84, 0x3e, 0x54, 0x42, 0x77, 0xa5, 0xd0, 0x32, 0x81, 0x54, 0xda, 0xc8, 0xb7, 0x95, 0x14, - 0x02, 0x1b, 0x11, 0x3c, 0xf6, 0xfc, 0x90, 0xf8, 0x2f, 0xbd, 0x20, 0xc5, 0x43, 0xa6, 0xbf, 0x73, - 0xcd, 0x94, 0x96, 0xe2, 0xa5, 0xd0, 0x7a, 0x04, 0x8f, 0xf7, 0xf8, 0xe6, 0x13, 0xbe, 0xa7, 0x7d, - 0x07, 0xd6, 0x87, 0x29, 0xf9, 0x09, 0xc5, 0xde, 0x18, 0xf1, 0xe3, 0xd0, 0x6f, 0x0a, 0x91, 0x96, - 0x38, 0x20, 0xde, 0x20, 0x96, 0xea, 0x9b, 0x69, 0xcf, 0xda, 0x17, 0x08, 0xa7, 0xad, 0x54, 0x36, - 0xa5, 0xca, 0x42, 0xb8, 0xe9, 0x36, 0xa5, 0x2d, 0xb1, 0x9c, 0x3e, 0x84, 0x0c, 0x51, 0x96, 0xd1, - 0xaf, 0x5d, 0x97, 0x7e, 0x21, 0xdc, 0x74, 0x9b, 0xd2, 0x56, 0xf4, 0x07, 0xa0, 0x21, 0x2e, 0x8e, - 0x47, 0x13, 0xe4, 0x53, 0xbd, 0xd6, 0xbd, 0xb1, 0xdd, 0xe8, 0xdf, 0xb6, 0xb0, 0x4f, 0xfb, 0x3b, - 0xd6, 0x21, 0xf7, 0x1c, 0x25, 0xc8, 0x77, 0xee, 0x14, 0x2d, 0x54, 0x82, 0x9b, 0x2e, 0x48, 0x32, - 0x08, 0xd5, 0x76, 0x41, 0x73, 0x92, 0x8c, 0x52, 0x18, 0x20, 0x2f, 0x81, 0x6c, 0xac, 0xd7, 0xbb, - 0x37, 0xb6, 0xeb, 0xce, 0xdd, 0xf9, 0xcc, 0x78, 0x4f, 0x9d, 0x5b, 0xc9, 0x6b, 0xba, 0x0d, 0x65, - 0x1e, 0x42, 0x36, 0xd6, 0x20, 0xd8, 0x82, 0x61, 0x48, 0x7e, 0xf4, 0x26, 0x49, 0x00, 0x19, 0xf2, - 0xe0, 0x90, 0xa1, 0xd4, 0x43, 0xc7, 0x09, 0x4e, 0x4f, 0x74, 0xd0, 0xad, 0x6c, 0xd7, 0x9c, 0xfb, - 0xf3, 0x99, 0xd1, 0x95, 0x44, 0x97, 0x42, 0x4d, 0xbd, 0xe2, 0xde, 0x11, 0xde, 0x6f, 0x85, 0xf3, - 0x31, 0xf7, 0x7d, 0x26, 0x5c, 0x1a, 0x05, 0xc6, 0x1b, 0xe2, 0x22, 0x4c, 0x07, 0x68, 0x0c, 0xa7, - 0x98, 0x4c, 0x52, 0xbd, 0x21, 0x84, 0x1e, 0xcc, 0x67, 0xc6, 0xfd, 0x4b, 0x85, 0xca, 0x01, 0x5c, - 0xae, 0xbd, 0x2c, 0xf7, 0xb4, 0x04, 0xd8, 0xad, 0xfe, 0xf2, 0x87, 0xb1, 0x62, 0xfe, 0xbe, 0x0a, - 0x6e, 0xed, 0x91, 0x98, 0xa2, 0x98, 0x4e, 0xa8, 0xbc, 0xef, 0x0e, 0xa8, 0xe7, 0x23, 0x47, 0x5c, - 0x78, 0x7e, 0xa4, 0xcb, 0x6d, 0xf9, 0x4d, 0x86, 0x70, 0x6a, 0xfc, 0x48, 0x5f, 0xf1, 0xee, 0x2b, - 0xc2, 0xb4, 0x4f, 0x41, 0x35, 0x25, 0x84, 0xa9, 0x89, 0x60, 0x96, 0x3a, 0xa2, 0x98, 0x41, 0xd3, - 0x9e, 0xf5, 0x14, 0xa5, 0x2f, 0x43, 0xe4, 0x12, 0xc2, 0x9c, 0x2a, 0xa7, 0x71, 0x45, 0x94, 0xf6, - 0x73, 0x05, 0x6c, 0xc6, 0xe8, 0x98, 0x79, 0xf9, 0x04, 0xa6, 0xde, 0x18, 0xd2, 0xb1, 0xb8, 0xf7, - 0x4d, 0xe7, 0xeb, 0xf9, 0xcc, 0xf8, 0x40, 0x56, 0xe1, 0x4d, 0x28, 0xf3, 0xbf, 0x99, 0xf1, 0x60, - 0x84, 0xd9, 0x78, 0x32, 0xe0, 0x72, 0x76, 0x88, 0x63, 0x54, 0x3c, 0x0a, 0x21, 0x1e, 0x50, 0x7b, - 0x70, 0xc2, 0x10, 0xb5, 0xf6, 0xd1, 0xb1, 0xc3, 0x17, 0xae, 0xc6, 0x69, 0x9e, 0xe5, 0x2c, 0xfb, - 0x90, 0x8e, 0x55, 0x79, 0x7e, 0x5d, 0x05, 0xcd, 0x72, 0xd5, 0xb4, 0x1d, 0x50, 0x97, 0x4d, 0x9d, - 0x4f, 0x43, 0xd1, 0x80, 0xb7, 0xe5, 0xdf, 0xc9, 0x5d, 0xbc, 0xfc, 0x35, 0x69, 0x1d, 0x04, 0x9a, - 0x07, 0x6a, 0x63, 0x04, 0x03, 0x94, 0x7a, 0x3d, 0x55, 0x91, 0x8f, 0xae, 0x9e, 0x91, 0xfb, 0x02, - 0xed, 0x74, 0xce, 0x66, 0xc6, 0x9a, 0x5c, 0xf7, 0xe6, 0x33, 0x63, 0x43, 0x8a, 0x64, 0x54, 0xa6, - 0xbb, 0x26, 0x97, 0xbd, 0x92, 0x40, 0x5f, 0xcd, 0xc6, 0x6b, 0x0b, 0xf4, 0x2f, 0x08, 0xf4, 0x73, - 0x81, 0xbe, 0xaa, 0xc6, 0x9f, 0x55, 0x70, 0x53, 0xa2, 0x35, 0x0f, 0xac, 0x53, 0x3c, 0x8a, 0x51, - 0xe0, 0x49, 0x88, 0x6a, 0x94, 0x76, 0xa1, 0x22, 0x5f, 0xc0, 0x23, 0x01, 0x52, 0x72, 0xed, 0xd3, - 0x99, 0x51, 0x29, 0x6e, 0xff, 0x02, 0x81, 0xe9, 0x36, 0x69, 0x09, 0xab, 0xbd, 0x00, 0xeb, 0xf9, - 0xb9, 0x7a, 0x14, 0x65, 0xad, 0x74, 0x41, 0x20, 0x3f, 0xb6, 0x23, 0xc4, 0x1c, 0xbd, 0x20, 0x5f, - 0x08, 0x36, 0xdd, 0xe6, 0xb4, 0x84, 0xd3, 0xbe, 0x04, 0x75, 0xf1, 0x78, 0x0b, 0x62, 0x59, 0x30, - 0xfd, 0x02, 0x31, 0x07, 0x70, 0xd2, 0xcd, 0xe2, 0x7c, 0xf3, 0x20, 0xd3, 0xad, 0x4d, 0x95, 0x5f, - 0xfb, 0x1e, 0xc8, 0x97, 0x44, 0xa4, 0x22, 0xe6, 0x60, 0xf5, 0xad, 0x73, 0xf0, 0x9e, 0x9a, 0x83, - 0xef, 0x97, 0xde, 0xa7, 0x3c, 0xde, 0x74, 0xd7, 0xd5, 0x86, 0x9a, 0x84, 0x3f, 0x00, 0x2d, 0x43, - 0x14, 0xbd, 0xae, 0x5e, 0x8c, 0xab, 0x0b, 0x72, 0x6f, 0x3e, 0x33, 0xb6, 0x16, 0x35, 0x0a, 0x06, - 0xd3, 0x7d, 0x57, 0x6d, 0x16, 0xbd, 0xaf, 0x3d, 0x2f, 0xb2, 0x11, 0x19, 0x52, 0xf5, 0x68, 0x5c, - 0x5e, 0x9f, 0xad, 0x8b, 0x79, 0xc8, 0xc8, 0x22, 0x8f, 0x67, 0xd2, 0xfe, 0x02, 0xd4, 0xb2, 0xd7, - 0x5f, 0x6b, 0x83, 0x7a, 0x3c, 0x89, 0x50, 0xca, 0x55, 0x45, 0xf3, 0x54, 0xdd, 0x62, 0x43, 0xeb, - 0x82, 0x46, 0x80, 0x62, 0x12, 0xe1, 0x58, 0xf8, 0x57, 0x85, 0xbf, 0xbc, 0xe5, 0xbc, 0x78, 0x7d, - 0xd6, 0xa9, 0x9c, 0x9e, 0x75, 0x2a, 0xff, 0x9c, 0x75, 0x2a, 0xaf, 0xce, 0x3b, 0x2b, 0xa7, 0xe7, - 0x9d, 0x95, 0xbf, 0xce, 0x3b, 0x2b, 0xcf, 0x1f, 0x2f, 0xdf, 0x7d, 0x3c, 0xf0, 0x1f, 0x8e, 0x88, - 0x3d, 0xdd, 0xb1, 0x23, 0x12, 0x4c, 0x42, 0x44, 0xe5, 0xf7, 0xe2, 0xc3, 0xec, 0x83, 0xf1, 0xd1, - 0xa3, 0x87, 0x8b, 0x5f, 0x6f, 0x83, 0x9b, 0x62, 0xce, 0xed, 0xfc, 0x1f, 0x00, 0x00, 0xff, 0xff, - 0xcd, 0x65, 0x06, 0x68, 0x5d, 0x0a, 0x00, 0x00, + // 1088 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6f, 0xe3, 0x44, + 0x14, 0x6e, 0xda, 0xb2, 0x4d, 0x26, 0xe9, 0x76, 0x31, 0xa5, 0x9b, 0x96, 0x6c, 0x1c, 0x19, 0x54, + 0x2a, 0xb1, 0xb5, 0x95, 0xf4, 0xb4, 0x15, 0x17, 0xdc, 0x05, 0xb5, 0x88, 0x15, 0x95, 0x0b, 0x1c, + 0x90, 0x56, 0x66, 0x62, 0x4f, 0xe2, 0xd1, 0xda, 0x1e, 0xcb, 0x33, 0x0e, 0x2d, 0x37, 0x6e, 0x48, + 0x5c, 0xf6, 0x88, 0x10, 0x07, 0xfe, 0x9c, 0x3d, 0xf6, 0xc8, 0xc9, 0xa0, 0xf6, 0xc6, 0x31, 0x47, + 0x4e, 0x68, 0x7e, 0xf8, 0x47, 0xbb, 0xdd, 0xad, 0x7a, 0x89, 0xe6, 0xbd, 0xf7, 0xbd, 0xef, 0xf3, + 0xbc, 0x79, 0xf3, 0x26, 0xe0, 0x13, 0x3c, 0xf6, 0xac, 0x10, 0x4f, 0x03, 0xe6, 0x85, 0x18, 0xc5, + 0x8c, 0x5a, 0x84, 0xb2, 0x14, 0x7a, 0x24, 0xb6, 0x66, 0xc3, 0x72, 0x6d, 0x26, 0x29, 0x61, 0x44, + 0xeb, 0xe1, 0xb1, 0x67, 0xd6, 0xc1, 0x66, 0x09, 0x98, 0x0d, 0xb7, 0x06, 0x0c, 0xc5, 0x3e, 0x4a, + 0x23, 0x1c, 0x33, 0x8b, 0x9d, 0x25, 0x88, 0x5a, 0x33, 0x18, 0x62, 0x1f, 0x32, 0x92, 0xca, 0xfc, + 0xad, 0xde, 0x6b, 0x08, 0xf1, 0xab, 0xa2, 0x9d, 0x24, 0x25, 0x64, 0x52, 0x58, 0xfd, 0x29, 0x21, + 0xd3, 0x10, 0x59, 0xc2, 0x1a, 0x67, 0x13, 0xcb, 0xcf, 0x52, 0xc8, 0x70, 0xf1, 0x2d, 0x5b, 0xfa, + 0xf5, 0x38, 0xc3, 0x11, 0xa2, 0x0c, 0x46, 0x49, 0x01, 0xe0, 0x3b, 0xf3, 0x48, 0x8a, 0x2c, 0xf9, + 0xb1, 0x7c, 0x3f, 0x72, 0xa5, 0x00, 0x1f, 0x57, 0x00, 0x12, 0x45, 0x98, 0x45, 0x05, 0xa8, 0xb4, + 0x14, 0x70, 0x7d, 0x4a, 0xa6, 0x44, 0x2c, 0x2d, 0xbe, 0x92, 0x5e, 0xe3, 0xdf, 0x15, 0xd0, 0x3e, + 0x10, 0x7c, 0x27, 0x0c, 0x32, 0xa4, 0x6d, 0x82, 0xa6, 0x17, 0x40, 0x1c, 0xbb, 0xd8, 0xef, 0x36, + 0x06, 0x8d, 0x9d, 0x96, 0xb3, 0x22, 0xec, 0x23, 0x5f, 0xf3, 0x40, 0x9b, 0xa5, 0x19, 0x65, 0x6e, + 0x88, 0x66, 0x28, 0xec, 0x2e, 0x0e, 0x1a, 0x3b, 0xed, 0xd1, 0xb6, 0xf9, 0xb6, 0x6a, 0x9a, 0x5f, + 0xa4, 0xd0, 0xe3, 0xdb, 0xb5, 0xb7, 0x5e, 0xe5, 0xfa, 0xc2, 0x3c, 0xd7, 0xb5, 0x33, 0x18, 0x85, + 0xfb, 0x46, 0x8d, 0xc8, 0x70, 0x80, 0xb0, 0xbe, 0xe2, 0x86, 0x36, 0x01, 0x6b, 0xc2, 0xc2, 0xf1, + 0xd4, 0x4d, 0x50, 0x8a, 0x89, 0xdf, 0x5d, 0x12, 0x42, 0x9b, 0xa6, 0x2c, 0x95, 0x59, 0x94, 0xca, + 0x7c, 0xaa, 0x4a, 0x69, 0x1b, 0x8a, 0x7b, 0xa3, 0xc6, 0x5d, 0xe5, 0x1b, 0xbf, 0xfd, 0xad, 0x37, + 0x9c, 0xfb, 0x85, 0xf7, 0x58, 0x38, 0x35, 0x0c, 0x1e, 0x64, 0xf1, 0x98, 0xc4, 0x7e, 0x4d, 0x68, + 0xf9, 0x36, 0xa1, 0x0f, 0x95, 0xd0, 0x43, 0x29, 0x74, 0x9d, 0x40, 0x2a, 0xad, 0x95, 0x6e, 0x25, + 0x85, 0xc0, 0x5a, 0x04, 0x4f, 0x5d, 0x2f, 0x24, 0xde, 0x0b, 0xd7, 0x4f, 0xf1, 0x84, 0x75, 0xdf, + 0xb9, 0xe3, 0x96, 0xae, 0xe5, 0x4b, 0xa1, 0xd5, 0x08, 0x9e, 0x1e, 0x70, 0xe7, 0x53, 0xee, 0xd3, + 0x9e, 0x83, 0xd5, 0x49, 0x4a, 0x7e, 0x42, 0xb1, 0x1b, 0x20, 0x7e, 0x1c, 0xdd, 0x7b, 0x42, 0x64, + 0x4b, 0x1c, 0x10, 0x6f, 0x10, 0x53, 0xf5, 0xcd, 0x6c, 0x68, 0x1e, 0x0a, 0x84, 0xdd, 0x53, 0x2a, + 0xeb, 0x52, 0xe5, 0x4a, 0xba, 0xe1, 0x74, 0xa4, 0x2d, 0xb1, 0x9c, 0x3e, 0x84, 0x0c, 0x51, 0x56, + 0xd0, 0xaf, 0xdc, 0x95, 0xfe, 0x4a, 0xba, 0xe1, 0x74, 0xa4, 0xad, 0xe8, 0x8f, 0x40, 0x5b, 0x5c, + 0x1c, 0x97, 0x26, 0xc8, 0xa3, 0xdd, 0xe6, 0x60, 0x69, 0xa7, 0x3d, 0x7a, 0x60, 0x62, 0x8f, 0x8e, + 0xf6, 0xcc, 0x63, 0x1e, 0x39, 0x49, 0x90, 0x67, 0x6f, 0x54, 0x2d, 0x54, 0x83, 0x1b, 0x0e, 0x48, + 0x0a, 0x08, 0xd5, 0xf6, 0x41, 0x27, 0x4b, 0xa6, 0x29, 0xf4, 0x91, 0x9b, 0x40, 0x16, 0x74, 0x5b, + 0x83, 0xa5, 0x9d, 0x96, 0xfd, 0x70, 0x9e, 0xeb, 0xef, 0xa9, 0x73, 0xab, 0x45, 0x0d, 0xa7, 0xad, + 0xcc, 0x63, 0xc8, 0x02, 0x0d, 0x82, 0x4d, 0x18, 0x86, 0xe4, 0x47, 0x37, 0x4b, 0x7c, 0xc8, 0x90, + 0x0b, 0x27, 0x0c, 0xa5, 0x2e, 0x3a, 0x4d, 0x70, 0x7a, 0xd6, 0x05, 0x83, 0xc6, 0x4e, 0xd3, 0xde, + 0x9e, 0xe7, 0xfa, 0x40, 0x12, 0xbd, 0x11, 0x6a, 0x74, 0x1b, 0xce, 0x86, 0x88, 0x7e, 0x2b, 0x82, + 0x9f, 0xf1, 0xd8, 0xe7, 0x22, 0xa4, 0x51, 0xa0, 0xdf, 0x90, 0x17, 0x61, 0x3a, 0x46, 0x01, 0x9c, + 0x61, 0x92, 0xa5, 0xdd, 0xb6, 0x10, 0x7a, 0x3c, 0xcf, 0xf5, 0xed, 0x37, 0x0a, 0xd5, 0x13, 0xb8, + 0x5c, 0xef, 0xba, 0xdc, 0xb3, 0x1a, 0x60, 0x7f, 0xf9, 0x97, 0x3f, 0xf5, 0x05, 0xe3, 0x8f, 0x45, + 0x70, 0xff, 0x80, 0xc4, 0x14, 0xc5, 0x34, 0xa3, 0xf2, 0xbe, 0xdb, 0xa0, 0x55, 0x8e, 0x1c, 0x71, + 0xe1, 0xf9, 0x91, 0x5e, 0x6f, 0xcb, 0x6f, 0x0a, 0x84, 0xdd, 0xe4, 0x47, 0xfa, 0x92, 0x77, 0x5f, + 0x95, 0xa6, 0x7d, 0x0a, 0x96, 0x53, 0x42, 0x98, 0x9a, 0x08, 0x46, 0xad, 0x23, 0xaa, 0x19, 0x34, + 0x1b, 0x9a, 0xcf, 0x50, 0xfa, 0x22, 0x44, 0x0e, 0x21, 0xcc, 0x5e, 0xe6, 0x34, 0x8e, 0xc8, 0xd2, + 0x7e, 0x6e, 0x80, 0xf5, 0x18, 0x9d, 0x32, 0xb7, 0x9c, 0xb3, 0xd4, 0x0d, 0x20, 0x0d, 0xc4, 0xbd, + 0xef, 0xd8, 0x5f, 0xcf, 0x73, 0xfd, 0x03, 0x59, 0x85, 0x9b, 0x50, 0xc6, 0x7f, 0xb9, 0xfe, 0x78, + 0x8a, 0x59, 0x90, 0x8d, 0xb9, 0x9c, 0x15, 0xe2, 0x18, 0x55, 0xc3, 0x3f, 0xc4, 0x63, 0x6a, 0x8d, + 0xcf, 0x18, 0xa2, 0xe6, 0x21, 0x3a, 0xb5, 0xf9, 0xc2, 0xd1, 0x38, 0xcd, 0x77, 0x25, 0xcb, 0x21, + 0xa4, 0x81, 0x2a, 0xcf, 0xaf, 0x8b, 0xa0, 0x53, 0xaf, 0x9a, 0xb6, 0x07, 0x5a, 0xb2, 0xa9, 0xcb, + 0x69, 0x28, 0x1a, 0xf0, 0x81, 0xfc, 0x9c, 0x32, 0xc4, 0xcb, 0xdf, 0x94, 0xd6, 0x91, 0xaf, 0xb9, + 0xa0, 0x19, 0x20, 0xe8, 0xa3, 0xd4, 0x1d, 0xaa, 0x8a, 0x7c, 0xf4, 0xf6, 0x19, 0x79, 0x28, 0xd0, + 0x76, 0xff, 0x22, 0xd7, 0x57, 0xe4, 0x7a, 0x38, 0xcf, 0xf5, 0x35, 0x29, 0x52, 0x50, 0x19, 0xce, + 0x8a, 0x5c, 0x0e, 0x6b, 0x02, 0x23, 0x35, 0x1b, 0xef, 0x2c, 0x30, 0x7a, 0x4d, 0x60, 0x54, 0x0a, + 0x8c, 0x54, 0x35, 0x7e, 0x5f, 0x02, 0xf7, 0x24, 0x5a, 0x83, 0x60, 0x95, 0xe2, 0x69, 0x8c, 0x7c, + 0x57, 0x42, 0x54, 0xa3, 0xf4, 0xcd, 0xea, 0x25, 0x34, 0xe5, 0x1b, 0x78, 0x22, 0x60, 0x4a, 0xb0, + 0x77, 0x9e, 0xeb, 0x8d, 0xea, 0xfe, 0x5f, 0xa1, 0x30, 0x9c, 0x0e, 0xad, 0x61, 0xf9, 0x78, 0x29, + 0x4f, 0xd6, 0xa5, 0xa8, 0x68, 0xa6, 0x1b, 0x24, 0xca, 0xa3, 0x3b, 0x41, 0xcc, 0xee, 0x56, 0xf4, + 0x57, 0xd2, 0x0d, 0xa7, 0x33, 0xab, 0xe1, 0xb4, 0x1f, 0x80, 0x7c, 0x00, 0x84, 0xbe, 0x18, 0x5f, + 0x4b, 0xb7, 0x8e, 0xaf, 0x47, 0x6a, 0x7c, 0xbd, 0x5f, 0x7b, 0x56, 0xca, 0x7c, 0xc3, 0x59, 0x55, + 0x0e, 0x35, 0xc0, 0x42, 0xa0, 0x15, 0x88, 0xaa, 0x45, 0xd5, 0x93, 0x72, 0xdb, 0x2e, 0x1e, 0xcd, + 0x73, 0x7d, 0xf3, 0xaa, 0x4a, 0xc5, 0x61, 0x38, 0xef, 0x2a, 0x67, 0xd5, 0xb4, 0xc6, 0x97, 0xa0, + 0x59, 0x3c, 0xad, 0x5a, 0x0f, 0xb4, 0xe2, 0x2c, 0x42, 0x29, 0x8f, 0x88, 0x93, 0x59, 0x76, 0x2a, + 0x87, 0x36, 0x00, 0x6d, 0x1f, 0xc5, 0x24, 0xc2, 0xb1, 0x88, 0x2f, 0x8a, 0x78, 0xdd, 0x65, 0x3f, + 0x7f, 0x75, 0xd1, 0x6f, 0x9c, 0x5f, 0xf4, 0x1b, 0xff, 0x5c, 0xf4, 0x1b, 0x2f, 0x2f, 0xfb, 0x0b, + 0xe7, 0x97, 0xfd, 0x85, 0xbf, 0x2e, 0xfb, 0x0b, 0xdf, 0x1f, 0xd4, 0x2e, 0x96, 0x47, 0x68, 0x44, + 0xa8, 0x85, 0xc7, 0xde, 0xee, 0x94, 0x58, 0xb3, 0x3d, 0x2b, 0x22, 0x7e, 0x16, 0x22, 0x2a, 0xff, + 0x76, 0xed, 0x16, 0xff, 0xbb, 0x9e, 0x3c, 0xd9, 0x2d, 0x6f, 0x9f, 0xd8, 0xe9, 0xf8, 0x9e, 0x18, + 0x23, 0x7b, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x45, 0x9d, 0x37, 0x7f, 0xa4, 0x09, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { @@ -662,18 +643,6 @@ func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if m.TrustedVoters != nil { - { - size, err := m.TrustedVoters.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintOstracon(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x32 - } if m.TrustedValidators != nil { { size, err := m.TrustedValidators.MarshalToSizedBuffer(dAtA[:i]) @@ -684,7 +653,7 @@ func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintOstracon(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x2a + dAtA[i] = 0x22 } { size, err := m.TrustedHeight.MarshalToSizedBuffer(dAtA[:i]) @@ -695,19 +664,7 @@ func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintOstracon(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x22 - if m.VoterSet != nil { - { - size, err := m.VoterSet.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintOstracon(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x1a - } + dAtA[i] = 0x1a if m.ValidatorSet != nil { { size, err := m.ValidatorSet.MarshalToSizedBuffer(dAtA[:i]) @@ -874,20 +831,12 @@ func (m *Header) Size() (n int) { l = m.ValidatorSet.Size() n += 1 + l + sovOstracon(uint64(l)) } - if m.VoterSet != nil { - l = m.VoterSet.Size() - n += 1 + l + sovOstracon(uint64(l)) - } l = m.TrustedHeight.Size() n += 1 + l + sovOstracon(uint64(l)) if m.TrustedValidators != nil { l = m.TrustedValidators.Size() n += 1 + l + sovOstracon(uint64(l)) } - if m.TrustedVoters != nil { - l = m.TrustedVoters.Size() - n += 1 + l + sovOstracon(uint64(l)) - } return n } @@ -1704,42 +1653,6 @@ func (m *Header) Unmarshal(dAtA []byte) error { } iNdEx = postIndex case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field VoterSet", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowOstracon - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthOstracon - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthOstracon - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.VoterSet == nil { - m.VoterSet = &types2.VoterSet{} - } - if err := m.VoterSet.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field TrustedHeight", wireType) } @@ -1772,7 +1685,7 @@ func (m *Header) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 5: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field TrustedValidators", wireType) } @@ -1808,42 +1721,6 @@ func (m *Header) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex - case 6: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TrustedVoters", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowOstracon - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthOstracon - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthOstracon - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.TrustedVoters == nil { - m.TrustedVoters = &types2.VoterSet{} - } - if err := m.TrustedVoters.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipOstracon(dAtA[iNdEx:]) diff --git a/modules/light-clients/99-ostracon/types/ostracon_test.go b/modules/light-clients/99-ostracon/types/ostracon_test.go index a1d7e55f807..e6b7b81835c 100644 --- a/modules/light-clients/99-ostracon/types/ostracon_test.go +++ b/modules/light-clients/99-ostracon/types/ostracon_test.go @@ -4,12 +4,13 @@ import ( "testing" "time" + "github.com/stretchr/testify/suite" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + "github.com/line/lbm-sdk/codec" sdk "github.com/line/lbm-sdk/types" ocbytes "github.com/line/ostracon/libs/bytes" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" - "github.com/stretchr/testify/suite" clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" @@ -86,9 +87,8 @@ func (suite *OstraconTestSuite) SetupTest() { val := ibctesting.NewTestValidator(pubKey, 10) suite.valSet = octypes.NewValidatorSet([]*octypes.Validator{val}) suite.valsHash = suite.valSet.Hash() - voterSet := octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) - suite.header = suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, voterSet, voterSet, []octypes.PrivValidator{suite.privVal}) - suite.ctx = app.BaseApp.NewContext(checkTx, ocproto.Header{Height: 1, Time: suite.now}) + suite.header = suite.chainA.CreateOCClientHeader(chainID, int64(height.RevisionHeight), heightMinus1, suite.now, suite.valSet, suite.valSet, []octypes.PrivValidator{suite.privVal}) + suite.ctx = app.BaseApp.NewContext(checkTx, tmproto.Header{Height: 1, Time: suite.now}) } func getSuiteSigners(suite *OstraconTestSuite) []octypes.PrivValidator { diff --git a/modules/light-clients/99-ostracon/types/update.go b/modules/light-clients/99-ostracon/types/update.go index 948dbe96ce8..d62574a80e6 100644 --- a/modules/light-clients/99-ostracon/types/update.go +++ b/modules/light-clients/99-ostracon/types/update.go @@ -182,7 +182,7 @@ func checkValidity( ) } - tmTrustedVoters, err := octypes.VoterSetFromProto(header.TrustedVoters) + tmTrustedVoters, err := octypes.ValidatorSetFromProto(header.TrustedValidators) if err != nil { return sdkerrors.Wrap(err, "trusted validator set in not ostracon validator set type") } @@ -192,7 +192,7 @@ func checkValidity( return sdkerrors.Wrap(err, "signed header in not ostracon signed header type") } - tmVoterSet, err := octypes.VoterSetFromProto(header.VoterSet) + tmVoterSet, err := octypes.ValidatorSetFromProto(header.ValidatorSet) if err != nil { return sdkerrors.Wrap(err, "validator set in not ostracon validator set type") } @@ -233,7 +233,7 @@ func checkValidity( // - assert header timestamp is not past the trusting period // - assert header timestamp is past latest stored consensus state timestamp // - assert that a TrustLevel proportion of TrustedValidators signed new Commit - err = light.VerifyWithVoterSet( + err = light.Verify( &signedHeader, tmTrustedVoters, tmSignedHeader, tmVoterSet, clientState.TrustingPeriod, currentTimestamp, clientState.MaxClockDrift, clientState.TrustLevel.ToOstracon(), diff --git a/modules/light-clients/99-ostracon/types/update_test.go b/modules/light-clients/99-ostracon/types/update_test.go index be6bcaca2db..3f5718912e8 100644 --- a/modules/light-clients/99-ostracon/types/update_test.go +++ b/modules/light-clients/99-ostracon/types/update_test.go @@ -22,8 +22,6 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { newHeader *types.Header currentTime time.Time bothValSet *octypes.ValidatorSet - voterSet *octypes.VoterSet - bothVoterSet *octypes.VoterSet signers []octypes.PrivValidator bothSigners []octypes.PrivValidator ) @@ -44,7 +42,6 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { altVal := ibctesting.NewTestValidator(altPubKey, revisionHeight) // Create alternative validator set with only altVal, invalid update (too much change in valSet) altValSet := octypes.NewValidatorSet([]*octypes.Validator{altVal}) - altVoterSet := octypes.WrapValidatorsToVoterSet(altValSet.Validators) altSigners := []octypes.PrivValidator{altPrivVal} testCases := []struct { @@ -58,7 +55,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -69,7 +66,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, bothValSet, suite.valSet, bothSigners) currentTime = suite.now }, expFrozen: false, @@ -80,7 +77,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), bothValSet.Hash()) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, bothValSet, bothValSet, bothSigners) currentTime = suite.now }, expFrozen: false, @@ -92,7 +89,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) consStateHeight = heightMinus3 - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightMinus1.RevisionHeight), heightMinus3, suite.headerTime, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightMinus1.RevisionHeight), heightMinus3, suite.headerTime, bothValSet, suite.valSet, bothSigners) currentTime = suite.now }, expFrozen: false, @@ -104,7 +101,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { clientState = types.NewClientState(chainIDRevision1, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) consStateHeight = heightMinus3 - newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight), heightMinus3, suite.headerTime, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision0, int64(height.RevisionHeight), heightMinus3, suite.headerTime, bothValSet, suite.valSet, bothSigners) currentTime = suite.now }, expPass: true, @@ -114,7 +111,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, heightPlus1, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now ctx := suite.chainA.GetContext().WithBlockTime(currentTime) // Store the header's consensus state in client store before UpdateClient call @@ -128,7 +125,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, heightPlus1, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now ctx := suite.chainA.GetContext().WithBlockTime(currentTime) // Change the consensus state of header and store in client store to create a conflict @@ -146,7 +143,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { // create an intermediate consensus state with the same time as the newHeader to create a time violation. // header time is after client time consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now prevConsensusState := types.NewConsensusState(suite.headerTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) ctx := suite.chainA.GetContext().WithBlockTime(currentTime) @@ -164,7 +161,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { // create the next consensus state with the same time as the intermediate newHeader to create a time violation. // header time is after clientTime consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now nextConsensusState := types.NewConsensusState(suite.headerTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) ctx := suite.chainA.GetContext().WithBlockTime(currentTime) @@ -180,7 +177,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader("ethermint", int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader("ethermint", int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -191,7 +188,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainIDRevision0, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision1, 1, height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expPass: false, @@ -201,7 +198,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainIDRevision1, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, clienttypes.NewHeight(1, 1), commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision1, 3, height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainIDRevision1, 3, height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -212,7 +209,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, bothValSet, suite.valSet, bothVoterSet, voterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, bothValSet, suite.valSet, bothSigners) currentTime = suite.now }, expFrozen: false, @@ -223,7 +220,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), bothValSet.Hash()) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, bothValSet, voterSet, bothVoterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, bothValSet, signers) currentTime = suite.now }, expFrozen: false, @@ -234,7 +231,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, altValSet, suite.valSet, altVoterSet, voterSet, altSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, altValSet, suite.valSet, altSigners) currentTime = suite.now }, expFrozen: false, @@ -245,7 +242,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, bothValSet, bothValSet, bothVoterSet, bothVoterSet, bothSigners) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus5.RevisionHeight), height, suite.headerTime, bothValSet, bothValSet, bothSigners) currentTime = suite.now }, expFrozen: false, @@ -256,7 +253,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) // make current time pass trusting period from last timestamp on clientstate currentTime = suite.now.Add(trustingPeriod) }, @@ -268,7 +265,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.now.Add(time.Minute), suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.now.Add(time.Minute), suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -279,7 +276,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.clientTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.clientTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -290,7 +287,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { setup: func(suite *OstraconTestSuite) { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, height, commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightPlus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) // cause new header to fail validatebasic by changing commit height to mismatch header height newHeader.SignedHeader.Commit.Height = revisionHeight - 1 currentTime = suite.now @@ -304,7 +301,7 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { clientState = types.NewClientState(chainID, types.DefaultTrustLevel, trustingPeriod, ubdPeriod, maxClockDrift, clienttypes.NewHeight(height.RevisionNumber, heightPlus5.RevisionHeight), commitmenttypes.GetSDKSpecs(), upgradePath, false, false) consensusState = types.NewConsensusState(suite.clientTime, commitmenttypes.NewMerkleRoot(suite.header.Header.GetAppHash()), suite.valsHash) // Make new header at height less than latest client state - newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightMinus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, voterSet, voterSet, signers) + newHeader = suite.chainA.CreateOCClientHeader(chainID, int64(heightMinus1.RevisionHeight), height, suite.headerTime, suite.valSet, suite.valSet, signers) currentTime = suite.now }, expFrozen: false, @@ -324,9 +321,6 @@ func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { _, suiteVal := suite.valSet.GetByIndex(0) bothSigners = ibctesting.CreateSortedSignerArray(altPrivVal, suite.privVal, altVal, suiteVal) - voterSet = octypes.WrapValidatorsToVoterSet(suite.valSet.Validators) - bothVoterSet = octypes.WrapValidatorsToVoterSet(bothValSet.Validators) - consStateHeight = height // must be explicitly changed // setup test tc.setup(suite) diff --git a/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto b/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto index 40daaeaeb3d..291f3e4fd90 100644 --- a/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto +++ b/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.controller.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/controller/v1/query.proto b/proto/ibc/applications/interchain_accounts/controller/v1/query.proto index a2b6b180b75..0a2364cb157 100644 --- a/proto/ibc/applications/interchain_accounts/controller/v1/query.proto +++ b/proto/ibc/applications/interchain_accounts/controller/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.controller.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; import "ibc/applications/interchain_accounts/controller/v1/controller.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/host/v1/host.proto b/proto/ibc/applications/interchain_accounts/host/v1/host.proto index 38e1d182a51..a9d951cef82 100644 --- a/proto/ibc/applications/interchain_accounts/host/v1/host.proto +++ b/proto/ibc/applications/interchain_accounts/host/v1/host.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.host.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/host/v1/query.proto b/proto/ibc/applications/interchain_accounts/host/v1/query.proto index 50c99c62252..5512d7b4fa5 100644 --- a/proto/ibc/applications/interchain_accounts/host/v1/query.proto +++ b/proto/ibc/applications/interchain_accounts/host/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.host.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; import "google/api/annotations.proto"; import "ibc/applications/interchain_accounts/host/v1/host.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/account.proto b/proto/ibc/applications/interchain_accounts/v1/account.proto index 7c43d44dfdb..75d2fbd89ed 100644 --- a/proto/ibc/applications/interchain_accounts/v1/account.proto +++ b/proto/ibc/applications/interchain_accounts/v1/account.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/genesis.proto b/proto/ibc/applications/interchain_accounts/v1/genesis.proto index 00444a021c8..3902f890708 100644 --- a/proto/ibc/applications/interchain_accounts/v1/genesis.proto +++ b/proto/ibc/applications/interchain_accounts/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "gogoproto/gogo.proto"; import "ibc/applications/interchain_accounts/controller/v1/controller.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/metadata.proto b/proto/ibc/applications/interchain_accounts/v1/metadata.proto index d899e1f3c20..3eab1d04a69 100644 --- a/proto/ibc/applications/interchain_accounts/v1/metadata.proto +++ b/proto/ibc/applications/interchain_accounts/v1/metadata.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/packet.proto b/proto/ibc/applications/interchain_accounts/v1/packet.proto index d3a17638647..51ff4279aeb 100644 --- a/proto/ibc/applications/interchain_accounts/v1/packet.proto +++ b/proto/ibc/applications/interchain_accounts/v1/packet.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "google/protobuf/any.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/genesis.proto b/proto/ibc/applications/transfer/v1/genesis.proto index a1d1d379a58..0b5c0e0d122 100644 --- a/proto/ibc/applications/transfer/v1/genesis.proto +++ b/proto/ibc/applications/transfer/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; import "ibc/applications/transfer/v1/transfer.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/query.proto b/proto/ibc/applications/transfer/v1/query.proto index a5f805fb3e5..5298338c10c 100644 --- a/proto/ibc/applications/transfer/v1/query.proto +++ b/proto/ibc/applications/transfer/v1/query.proto @@ -7,7 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "ibc/applications/transfer/v1/transfer.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/ibc/applications/transfer/v1/transfer.proto b/proto/ibc/applications/transfer/v1/transfer.proto index 32f9aa179ab..7a99485c589 100644 --- a/proto/ibc/applications/transfer/v1/transfer.proto +++ b/proto/ibc/applications/transfer/v1/transfer.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/tx.proto b/proto/ibc/applications/transfer/v1/tx.proto index d622f3da47a..8f1392b0cf3 100644 --- a/proto/ibc/applications/transfer/v1/tx.proto +++ b/proto/ibc/applications/transfer/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/ibc/applications/transfer/v2/packet.proto b/proto/ibc/applications/transfer/v2/packet.proto index 8afdda1ca68..850320df340 100644 --- a/proto/ibc/applications/transfer/v2/packet.proto +++ b/proto/ibc/applications/transfer/v2/packet.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v2; -option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; // FungibleTokenPacketData defines a struct for the packet payload // See FungibleTokenPacketData spec: diff --git a/proto/ibc/core/channel/v1/channel.proto b/proto/ibc/core/channel/v1/channel.proto index e1deeb52380..68c6ec17b19 100644 --- a/proto/ibc/core/channel/v1/channel.proto +++ b/proto/ibc/core/channel/v1/channel.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/channel/v1/genesis.proto b/proto/ibc/core/channel/v1/genesis.proto index fa9adc492a5..d95c891b6c8 100644 --- a/proto/ibc/core/channel/v1/genesis.proto +++ b/proto/ibc/core/channel/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/proto/ibc/core/channel/v1/query.proto b/proto/ibc/core/channel/v1/query.proto index 97bf0dc7418..ceb13d00091 100644 --- a/proto/ibc/core/channel/v1/query.proto +++ b/proto/ibc/core/channel/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; import "ibc/core/client/v1/client.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; diff --git a/proto/ibc/core/channel/v1/tx.proto b/proto/ibc/core/channel/v1/tx.proto index 8fc97eb51f7..d34b00e9124 100644 --- a/proto/ibc/core/channel/v1/tx.proto +++ b/proto/ibc/core/channel/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/client/v1/client.proto b/proto/ibc/core/client/v1/client.proto index 8ae499358f8..f97263c4fcf 100644 --- a/proto/ibc/core/client/v1/client.proto +++ b/proto/ibc/core/client/v1/client.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/client/v1/genesis.proto b/proto/ibc/core/client/v1/genesis.proto index 2719f9dd164..0ca29d224b0 100644 --- a/proto/ibc/core/client/v1/genesis.proto +++ b/proto/ibc/core/client/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; import "ibc/core/client/v1/client.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/core/client/v1/query.proto b/proto/ibc/core/client/v1/query.proto index 7941df22647..33a4191cd06 100644 --- a/proto/ibc/core/client/v1/query.proto +++ b/proto/ibc/core/client/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; import "cosmos/base/query/v1beta1/pagination.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/client/v1/tx.proto b/proto/ibc/core/client/v1/tx.proto index dbfc667548c..06dbfbd0dfe 100644 --- a/proto/ibc/core/client/v1/tx.proto +++ b/proto/ibc/core/client/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/commitment/v1/commitment.proto b/proto/ibc/core/commitment/v1/commitment.proto index a3148944c45..b0afed2273b 100644 --- a/proto/ibc/core/commitment/v1/commitment.proto +++ b/proto/ibc/core/commitment/v1/commitment.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.commitment.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/23-commitment/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types"; import "gogoproto/gogo.proto"; import "proofs.proto"; diff --git a/proto/ibc/core/connection/v1/connection.proto b/proto/ibc/core/connection/v1/connection.proto index 55139041fca..7fd2a6909ad 100644 --- a/proto/ibc/core/connection/v1/connection.proto +++ b/proto/ibc/core/connection/v1/connection.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "ibc/core/commitment/v1/commitment.proto"; diff --git a/proto/ibc/core/connection/v1/genesis.proto b/proto/ibc/core/connection/v1/genesis.proto index bd47fd35232..1a53422c94a 100644 --- a/proto/ibc/core/connection/v1/genesis.proto +++ b/proto/ibc/core/connection/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "ibc/core/connection/v1/connection.proto"; diff --git a/proto/ibc/core/connection/v1/query.proto b/proto/ibc/core/connection/v1/query.proto index af55af9febb..f28578f5fc5 100644 --- a/proto/ibc/core/connection/v1/query.proto +++ b/proto/ibc/core/connection/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; diff --git a/proto/ibc/core/connection/v1/tx.proto b/proto/ibc/core/connection/v1/tx.proto index b64f7e6cc8f..e7e09c84cff 100644 --- a/proto/ibc/core/connection/v1/tx.proto +++ b/proto/ibc/core/connection/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/types/v1/genesis.proto b/proto/ibc/core/types/v1/genesis.proto index ea88a32186e..fbddbf3035f 100644 --- a/proto/ibc/core/types/v1/genesis.proto +++ b/proto/ibc/core/types/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.types.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/genesis.proto"; diff --git a/proto/ibc/lightclients/localhost/v1/localhost.proto b/proto/ibc/lightclients/localhost/v1/localhost.proto index 5d8881a3bbd..43056801542 100644 --- a/proto/ibc/lightclients/localhost/v1/localhost.proto +++ b/proto/ibc/lightclients/localhost/v1/localhost.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.localhost.v1; -option go_package = "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/lightclients/ostracon/v1/ostracon.proto b/proto/ibc/lightclients/ostracon/v1/ostracon.proto index 4df3d80efb7..4e39e0f7ae2 100644 --- a/proto/ibc/lightclients/ostracon/v1/ostracon.proto +++ b/proto/ibc/lightclients/ostracon/v1/ostracon.proto @@ -2,11 +2,10 @@ syntax = "proto3"; package ibc.lightclients.ostracon.v1; -option go_package = "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types"; -import "ostracon/types/validator.proto"; -import "ostracon/types/voter.proto"; -import "ostracon/types/types.proto"; +import "tendermint/types/validator.proto"; +import "tendermint/types/types.proto"; import "proofs.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/timestamp.proto"; @@ -99,15 +98,13 @@ message Misbehaviour { // hash to TrustedConsensusState.NextValidatorsHash since that is the last // trusted validator set at the TrustedHeight. message Header { - .ostracon.types.SignedHeader signed_header = 1 + .tendermint.types.SignedHeader signed_header = 1 [(gogoproto.embed) = true, (gogoproto.moretags) = "yaml:\"signed_header\""]; - .ostracon.types.ValidatorSet validator_set = 2 [(gogoproto.moretags) = "yaml:\"validator_set\""]; - .ostracon.types.VoterSet voter_set = 3 [(gogoproto.moretags) = "yaml:\"voter_set\""]; - ibc.core.client.v1.Height trusted_height = 4 + .tendermint.types.ValidatorSet validator_set = 2 [(gogoproto.moretags) = "yaml:\"validator_set\""]; + ibc.core.client.v1.Height trusted_height = 3 [(gogoproto.nullable) = false, (gogoproto.moretags) = "yaml:\"trusted_height\""]; - .ostracon.types.ValidatorSet trusted_validators = 5 [(gogoproto.moretags) = "yaml:\"trusted_validators\""]; - .ostracon.types.VoterSet trusted_voters = 6 [(gogoproto.moretags) = "yaml:\"trusted_voters\""]; + .tendermint.types.ValidatorSet trusted_validators = 4 [(gogoproto.moretags) = "yaml:\"trusted_validators\""]; } // Fraction defines the protobuf message type for tmmath.Fraction that only diff --git a/proto/ibc/lightclients/solomachine/v1/solomachine.proto b/proto/ibc/lightclients/solomachine/v1/solomachine.proto index c850c398520..c279f5e728e 100644 --- a/proto/ibc/lightclients/solomachine/v1/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v1/solomachine.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.solomachine.v1; -option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100"; import "ibc/core/connection/v1/connection.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/proto/ibc/lightclients/solomachine/v2/solomachine.proto b/proto/ibc/lightclients/solomachine/v2/solomachine.proto index 7ce6b09362d..e626c18ac66 100644 --- a/proto/ibc/lightclients/solomachine/v2/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v2/solomachine.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.solomachine.v2; -option go_package = "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types"; +option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types"; import "ibc/core/connection/v1/connection.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 83c9e293316..4ad7188c9a7 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -36,5 +36,5 @@ go mod tidy # move proto files to the right places -cp -r github.com/line/ibc-go/v3/modules/* modules/ +cp -r github.com/cosmos/ibc-go/v3/modules/* modules/ rm -rf github.com diff --git a/testing/app.go b/testing/app.go index 936cba0f605..02a43d9e85f 100644 --- a/testing/app.go +++ b/testing/app.go @@ -5,6 +5,11 @@ import ( "testing" "time" + "github.com/stretchr/testify/require" + abci "github.com/tendermint/tendermint/abci/types" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + dbm "github.com/tendermint/tm-db" + "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" @@ -16,12 +21,9 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" stakingkeeper "github.com/line/lbm-sdk/x/staking/keeper" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - abci "github.com/line/ostracon/abci/types" + ocabci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/libs/log" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" - "github.com/stretchr/testify/require" - dbm "github.com/tendermint/tm-db" "github.com/cosmos/ibc-go/v3/modules/core/keeper" "github.com/cosmos/ibc-go/v3/testing/simapp" @@ -30,7 +32,7 @@ import ( var DefaultTestingAppInit func() (TestingApp, map[string]json.RawMessage) = SetupTestingApp type TestingApp interface { - abci.Application + ocabci.Application // ibc-go additions GetBaseApp() *baseapp.BaseApp @@ -131,8 +133,8 @@ func SetupWithGenesisValSet(t *testing.T, valSet *octypes.ValidatorSet, genAccs // commit genesis changes app.Commit() app.BeginBlock( - abci.RequestBeginBlock{ - Header: ocproto.Header{ + ocabci.RequestBeginBlock{ + Header: tmproto.Header{ ChainID: chainID, Height: app.LastBlockHeight() + 1, AppHash: app.LastCommitID().Hash, diff --git a/testing/chain.go b/testing/chain.go index 77f83b6235f..a90f27ae7a9 100644 --- a/testing/chain.go +++ b/testing/chain.go @@ -6,6 +6,10 @@ import ( "testing" "time" + abci "github.com/tendermint/tendermint/abci/types" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + protoversion "github.com/tendermint/tendermint/proto/tendermint/version" + "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" "github.com/line/lbm-sdk/crypto/keys/secp256k1" @@ -18,11 +22,9 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" "github.com/line/lbm-sdk/x/staking/teststaking" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - abci "github.com/line/ostracon/abci/types" + ocabci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/crypto" "github.com/line/ostracon/crypto/tmhash" - ocproto "github.com/line/ostracon/proto/ostracon/types" - ocprotoversion "github.com/line/ostracon/proto/ostracon/version" octypes "github.com/line/ostracon/types" ocversion "github.com/line/ostracon/version" "github.com/stretchr/testify/require" @@ -56,13 +58,12 @@ type TestChain struct { App TestingApp ChainID string LastHeader *ibcoctypes.Header // header for last block height committed - CurrentHeader ocproto.Header // header for current block height + CurrentHeader tmproto.Header // header for current block height QueryServer types.QueryServer TxConfig client.TxConfig Codec codec.BinaryCodec Vals *octypes.ValidatorSet - Voters *octypes.VoterSet Signers []octypes.PrivValidator // autogenerated sender private key @@ -74,7 +75,6 @@ type TestChain struct { func NewTestValidator(pubkey crypto.PubKey, votingPower int64) *octypes.Validator { val := octypes.NewValidator(pubkey, votingPower) - val.VotingWeight = val.VotingPower return val } @@ -124,7 +124,7 @@ func NewTestChainWithValSet(t *testing.T, coord *Coordinator, chainID string, va app := SetupWithGenesisValSet(t, valSet, genAccs, chainID, sdk.DefaultPowerReduction, genBals...) // create current header and call begin block - header := ocproto.Header{ + header := tmproto.Header{ ChainID: chainID, Height: 1, Time: coord.CurrentTime.UTC(), @@ -143,7 +143,6 @@ func NewTestChainWithValSet(t *testing.T, coord *Coordinator, chainID string, va TxConfig: txConfig, Codec: app.AppCodec(), Vals: valSet, - Voters: octypes.WrapValidatorsToVoterSet(valSet.Validators), Signers: signers, SenderPrivKey: senderAccs[0].SenderPrivKey, SenderAccount: senderAccs[0].SenderAccount, @@ -278,7 +277,7 @@ func (chain *TestChain) NextBlock() { chain.LastHeader = chain.CurrentOCClientHeader() // increment the current header - chain.CurrentHeader = ocproto.Header{ + chain.CurrentHeader = tmproto.Header{ ChainID: chain.ChainID, Height: chain.App.LastBlockHeight() + 1, AppHash: chain.App.LastCommitID().Hash, @@ -289,15 +288,15 @@ func (chain *TestChain) NextBlock() { NextValidatorsHash: chain.Vals.Hash(), } - chain.App.BeginBlock(abci.RequestBeginBlock{Header: chain.CurrentHeader}) + chain.App.BeginBlock(ocabci.RequestBeginBlock{Header: chain.CurrentHeader}) } func (chain *TestChain) CommitBlock() { chain.App.EndBlock(abci.RequestEndBlock{Height: chain.CurrentHeader.Height}) chain.App.Commit() - chain.App.BeginRecheckTx(abci.RequestBeginRecheckTx{Header: chain.CurrentHeader}) - chain.App.EndRecheckTx(abci.RequestEndRecheckTx{Height: chain.CurrentHeader.Height}) + chain.App.BeginRecheckTx(ocabci.RequestBeginRecheckTx{Header: chain.CurrentHeader}) + chain.App.EndRecheckTx(ocabci.RequestEndRecheckTx{Height: chain.CurrentHeader.Height}) } // sendMsgs delivers a transaction through the application without returning the result. @@ -371,26 +370,6 @@ func (chain *TestChain) GetValsAtHeight(height int64) (*octypes.ValidatorSet, bo return octypes.NewValidatorSet(tmValidators), true } -func (chain *TestChain) GetVotersAtHeight(height int64) (*octypes.VoterSet, bool) { - histInfo, ok := chain.App.GetStakingKeeper().GetHistoricalInfo(chain.GetContext(), height) - if !ok { - return nil, false - } - - // Voters of test chain is always same to validator set - voters := stakingtypes.Validators(histInfo.Valset) - ocVoters, err := teststaking.ToOcValidators(voters, sdk.DefaultPowerReduction) - if err != nil { - panic(err) - } - // Validators saved in HistoricalInfo store have no voting power. - // We set voting weight same as voting power for test. - for i := 0; i < len(ocVoters); i++ { - ocVoters[i].VotingWeight = ocVoters[i].VotingPower - } - return octypes.WrapValidatorsToVoterSet(ocVoters), true -} - // GetAcknowledgement retrieves an acknowledgement for the provided packet. If the // acknowledgement does not exist then testing will fail. func (chain *TestChain) GetAcknowledgement(packet exported.PacketI) []byte { @@ -420,16 +399,14 @@ func (chain *TestChain) ConstructUpdateOCClientHeaderWithTrustedHeight(counterpa trustedHeight = chain.GetClientState(clientID).GetLatestHeight().(clienttypes.Height) } var ( - tmTrustedVals *octypes.ValidatorSet - tmTrustedVoters *octypes.VoterSet - ok bool + tmTrustedVals *octypes.ValidatorSet + ok bool ) // Once we get TrustedHeight from client, we must query the validators from the counterparty chain // If the LatestHeight == LastHeader.Height, then TrustedValidators are current validators // If LatestHeight < LastHeader.Height, we can query the historical validator set from HistoricalInfo if trustedHeight == counterparty.LastHeader.GetHeight() { tmTrustedVals = counterparty.Vals - tmTrustedVoters = counterparty.Voters } else { // NOTE: We need to get validators from counterparty at height: trustedHeight+1 // since the last trusted validators for a header at height h @@ -439,11 +416,6 @@ func (chain *TestChain) ConstructUpdateOCClientHeaderWithTrustedHeight(counterpa if !ok { return nil, sdkerrors.Wrapf(ibcoctypes.ErrInvalidHeaderHeight, "could not retrieve trusted validators at trustedHeight: %d", trustedHeight) } - - tmTrustedVoters, ok = counterparty.GetVotersAtHeight(int64(trustedHeight.RevisionHeight + 1)) - if !ok { - return nil, sdkerrors.Wrapf(ibcoctypes.ErrInvalidHeaderHeight, "could not retrieve trusted voters at trustedHeight: %d", trustedHeight) - } } // inject trusted fields into last header // for now assume revision number is 0 @@ -453,12 +425,7 @@ func (chain *TestChain) ConstructUpdateOCClientHeaderWithTrustedHeight(counterpa if err != nil { return nil, err } - trustedVoters, err := tmTrustedVoters.ToProto() - if err != nil { - return nil, err - } header.TrustedValidators = trustedVals - header.TrustedVoters = trustedVoters return header, nil } @@ -472,25 +439,22 @@ func (chain *TestChain) ExpireClient(amount time.Duration) { // CurrentOCClientHeader creates a OC header using the current header parameters // on the chain. The trusted fields in the header are set to nil. func (chain *TestChain) CurrentOCClientHeader() *ibcoctypes.Header { - return chain.CreateOCClientHeader(chain.ChainID, chain.CurrentHeader.Height, clienttypes.Height{}, chain.CurrentHeader.Time, chain.Vals, nil, chain.Voters, nil, chain.Signers) + return chain.CreateOCClientHeader(chain.ChainID, chain.CurrentHeader.Height, clienttypes.Height{}, chain.CurrentHeader.Time, chain.Vals, nil /*chain.Voters, nil,*/, chain.Signers) } // CreateOCClientHeader creates a OC header to update the OC client. Args are passed in to allow // caller flexibility to use params that differ from the chain. -func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, trustedHeight clienttypes.Height, timestamp time.Time, tmValSet, tmTrustedVals *octypes.ValidatorSet, tmVoterSet, tmTrustedVoterSet *octypes.VoterSet, signers []octypes.PrivValidator) *ibcoctypes.Header { +func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, trustedHeight clienttypes.Height, timestamp time.Time, tmValSet, tmTrustedVals *octypes.ValidatorSet /*tmVoterSet, tmTrustedVoterSet *octypes.VoterSet,*/, signers []octypes.PrivValidator) *ibcoctypes.Header { var ( - valSet *ocproto.ValidatorSet - trustedVals *ocproto.ValidatorSet - voterSet *ocproto.VoterSet - trustedVoters *ocproto.VoterSet + valSet *tmproto.ValidatorSet + trustedVals *tmproto.ValidatorSet ) require.NotNil(chain.T, tmValSet) - require.NotNil(chain.T, tmVoterSet) vsetHash := tmValSet.Hash() tmHeader := octypes.Header{ - Version: ocprotoversion.Consensus{Block: ocversion.BlockProtocol, App: 2}, + Version: protoversion.Consensus{Block: ocversion.BlockProtocol, App: 2}, ChainID: chainID, Height: blockHeight, Time: timestamp, @@ -498,7 +462,6 @@ func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, LastCommitHash: chain.App.LastCommitID().Hash, DataHash: tmhash.Sum([]byte("data_hash")), ValidatorsHash: vsetHash, - VotersHash: tmVoterSet.Hash(), NextValidatorsHash: vsetHash, ConsensusHash: tmhash.Sum([]byte("consensus_hash")), AppHash: chain.CurrentHeader.AppHash, @@ -509,12 +472,12 @@ func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, hhash := tmHeader.Hash() blockID := MakeBlockID(hhash, 3, tmhash.Sum([]byte("part_set"))) - voteSet := octypes.NewVoteSet(chainID, blockHeight, 1, ocproto.PrecommitType, tmVoterSet) + voteSet := octypes.NewVoteSet(chainID, blockHeight, 1, tmproto.PrecommitType, tmValSet) commit, err := octypes.MakeCommit(blockID, blockHeight, 1, voteSet, signers, timestamp) require.NoError(chain.T, err) - signedHeader := &ocproto.SignedHeader{ + signedHeader := &tmproto.SignedHeader{ Header: tmHeader.ToProto(), Commit: commit.ToProto(), } @@ -529,25 +492,13 @@ func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, require.NoError(chain.T, err) } - if tmVoterSet != nil { - voterSet, err = tmVoterSet.ToProto() - require.NoError(chain.T, err) - } - - if tmTrustedVoterSet != nil { - trustedVoters, err = tmTrustedVoterSet.ToProto() - require.NoError(chain.T, err) - } - // The trusted fields may be nil. They may be filled before relaying messages to a client. // The relayer is responsible for querying client and injecting appropriate trusted fields. return &ibcoctypes.Header{ SignedHeader: signedHeader, ValidatorSet: valSet, - VoterSet: voterSet, TrustedHeight: trustedHeight, TrustedValidators: trustedVals, - TrustedVoters: trustedVoters, } } diff --git a/testing/coordinator.go b/testing/coordinator.go index 57504466a14..d83fc832bc4 100644 --- a/testing/coordinator.go +++ b/testing/coordinator.go @@ -6,7 +6,8 @@ import ( "testing" "time" - abci "github.com/line/ostracon/abci/types" + ocabci "github.com/line/ostracon/abci/types" + "github.com/stretchr/testify/require" ) @@ -67,7 +68,7 @@ func (coord *Coordinator) UpdateTime() { // UpdateTimeForChain updates the clock for a specific chain. func (coord *Coordinator) UpdateTimeForChain(chain *TestChain) { chain.CurrentHeader.Time = coord.CurrentTime.UTC() - chain.App.BeginBlock(abci.RequestBeginBlock{Header: chain.CurrentHeader}) + chain.App.BeginBlock(ocabci.RequestBeginBlock{Header: chain.CurrentHeader}) } // Setup constructs a OC client, connection, and channel on both chains provided. It will @@ -190,7 +191,7 @@ func (coord *Coordinator) CommitBlock(chains ...*TestChain) { // CommitNBlocks commits n blocks to state and updates the block height by 1 for each commit. func (coord *Coordinator) CommitNBlocks(chain *TestChain, n uint64) { for i := uint64(0); i < n; i++ { - chain.App.BeginBlock(abci.RequestBeginBlock{Header: chain.CurrentHeader}) + chain.App.BeginBlock(ocabci.RequestBeginBlock{Header: chain.CurrentHeader}) chain.CommitBlock() chain.NextBlock() coord.IncrementTime() diff --git a/testing/mock/mock.go b/testing/mock/mock.go index 1c27c9894db..e6fa305fc84 100644 --- a/testing/mock/mock.go +++ b/testing/mock/mock.go @@ -4,8 +4,8 @@ import ( "encoding/json" "github.com/grpc-ecosystem/grpc-gateway/runtime" - abci "github.com/line/ostracon/abci/types" "github.com/spf13/cobra" + abci "github.com/tendermint/tendermint/abci/types" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" diff --git a/testing/mock/privval.go b/testing/mock/privval.go index 7201a896edc..cf1993582bc 100644 --- a/testing/mock/privval.go +++ b/testing/mock/privval.go @@ -1,11 +1,13 @@ package mock import ( + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + tmtypes "github.com/tendermint/tendermint/types" + cryptocodec "github.com/line/lbm-sdk/crypto/codec" "github.com/line/lbm-sdk/crypto/keys/ed25519" cryptotypes "github.com/line/lbm-sdk/crypto/types" "github.com/line/ostracon/crypto" - ocproto "github.com/line/ostracon/proto/ostracon/types" octypes "github.com/line/ostracon/types" ) @@ -27,8 +29,8 @@ func (pv PV) GetPubKey() (crypto.PubKey, error) { } // SignVote implements PrivValidator interface -func (pv PV) SignVote(chainID string, vote *ocproto.Vote) error { - signBytes := octypes.VoteSignBytes(chainID, vote) +func (pv PV) SignVote(chainID string, vote *tmproto.Vote) error { + signBytes := tmtypes.VoteSignBytes(chainID, vote) sig, err := pv.PrivKey.Sign(signBytes) if err != nil { return err @@ -38,8 +40,8 @@ func (pv PV) SignVote(chainID string, vote *ocproto.Vote) error { } // SignProposal implements PrivValidator interface -func (pv PV) SignProposal(chainID string, proposal *ocproto.Proposal) error { - signBytes := octypes.ProposalSignBytes(chainID, proposal) +func (pv PV) SignProposal(chainID string, proposal *tmproto.Proposal) error { + signBytes := tmtypes.ProposalSignBytes(chainID, proposal) sig, err := pv.PrivKey.Sign(signBytes) if err != nil { return err diff --git a/testing/mock/privval_test.go b/testing/mock/privval_test.go index d1fac8ca039..dca08936ee1 100644 --- a/testing/mock/privval_test.go +++ b/testing/mock/privval_test.go @@ -3,9 +3,10 @@ package mock_test import ( "testing" - ocproto "github.com/line/ostracon/proto/ostracon/types" - octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/require" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + + octypes "github.com/line/ostracon/types" "github.com/cosmos/ibc-go/v3/testing/mock" ) @@ -23,7 +24,7 @@ func TestSignVote(t *testing.T) { pv := mock.NewPV() pk, _ := pv.GetPubKey() - vote := &ocproto.Vote{Height: 2} + vote := &tmproto.Vote{Height: 2} pv.SignVote(chainID, vote) msg := octypes.VoteSignBytes(chainID, vote) @@ -35,7 +36,7 @@ func TestSignProposal(t *testing.T) { pv := mock.NewPV() pk, _ := pv.GetPubKey() - proposal := &ocproto.Proposal{Round: 2} + proposal := &tmproto.Proposal{Round: 2} pv.SignProposal(chainID, proposal) msg := octypes.ProposalSignBytes(chainID, proposal) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 23f7951f27f..0febc630cce 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -8,14 +8,15 @@ import ( "path/filepath" "github.com/gorilla/mux" - abci "github.com/line/ostracon/abci/types" - "github.com/line/ostracon/libs/log" - tmos "github.com/line/ostracon/libs/os" "github.com/rakyll/statik/fs" "github.com/spf13/cast" + abci "github.com/tendermint/tendermint/abci/types" dbm "github.com/tendermint/tm-db" - simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" + ocabci "github.com/line/ostracon/abci/types" + "github.com/line/ostracon/libs/log" + tmos "github.com/line/ostracon/libs/os" + "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/client/grpc/tmservice" @@ -43,25 +44,6 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" - icacontroller "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" - icacontrollerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - icacontrollertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icahost "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" - icahostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - icahosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - transfer "github.com/cosmos/ibc-go/v3/modules/apps/transfer" - ibctransferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" - ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibc "github.com/cosmos/ibc-go/v3/modules/core" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - ibcclientclient "github.com/cosmos/ibc-go/v3/modules/core/02-client/client" - ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" "github.com/line/lbm-sdk/x/crisis" crisiskeeper "github.com/line/lbm-sdk/x/crisis/keeper" crisistypes "github.com/line/lbm-sdk/x/crisis/types" @@ -103,8 +85,29 @@ import ( authzkeeper "github.com/line/lbm-sdk/x/authz/keeper" authzmodule "github.com/line/lbm-sdk/x/authz/module" - // unnamed import of statik for swagger UI support _ "github.com/line/lbm-sdk/client/docs/statik" + // unnamed import of statik for swagger UI support + + ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" + icacontroller "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" + icacontrollerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + icacontrollertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icahost "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" + icahostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + icahosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + transfer "github.com/cosmos/ibc-go/v3/modules/apps/transfer" + ibctransferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" + ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + ibc "github.com/cosmos/ibc-go/v3/modules/core" + ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" + ibcclientclient "github.com/cosmos/ibc-go/v3/modules/core/02-client/client" + ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" + ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" + simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" ) const appName = "SimApp" @@ -533,7 +536,7 @@ func NewSimApp( func (app *SimApp) Name() string { return app.BaseApp.Name() } // BeginBlocker application updates every begin block -func (app *SimApp) BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock { +func (app *SimApp) BeginBlocker(ctx sdk.Context, req ocabci.RequestBeginBlock) abci.ResponseBeginBlock { return app.mm.BeginBlock(ctx, req) } diff --git a/testing/simapp/export.go b/testing/simapp/export.go index 1cdb68ec785..1c5436a89f2 100644 --- a/testing/simapp/export.go +++ b/testing/simapp/export.go @@ -4,12 +4,13 @@ import ( "encoding/json" "log" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + servertypes "github.com/line/lbm-sdk/server/types" sdk "github.com/line/lbm-sdk/types" slashingtypes "github.com/line/lbm-sdk/x/slashing/types" "github.com/line/lbm-sdk/x/staking" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - tmproto "github.com/line/ostracon/proto/ostracon/types" ) // ExportAppStateAndValidators exports the state of the application for a genesis diff --git a/testing/simapp/sim_bench_test.go b/testing/simapp/sim_bench_test.go index c3c2bd7f420..0517cd9bc36 100644 --- a/testing/simapp/sim_bench_test.go +++ b/testing/simapp/sim_bench_test.go @@ -5,9 +5,10 @@ import ( "os" "testing" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/line/lbm-sdk/x/simulation" - tmproto "github.com/line/ostracon/proto/ostracon/types" ) // Profile with: diff --git a/testing/simapp/sim_test.go b/testing/simapp/sim_test.go index 93131fba368..d28afdf963f 100644 --- a/testing/simapp/sim_test.go +++ b/testing/simapp/sim_test.go @@ -7,6 +7,11 @@ import ( "os" "testing" + "github.com/stretchr/testify/require" + abci "github.com/tendermint/tendermint/abci/types" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + dbm "github.com/tendermint/tm-db" + "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/store" "github.com/line/lbm-sdk/store/cache" @@ -24,11 +29,7 @@ import ( "github.com/line/lbm-sdk/x/simulation" slashingtypes "github.com/line/lbm-sdk/x/slashing/types" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - abci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/libs/log" - tmproto "github.com/line/ostracon/proto/ostracon/types" - "github.com/stretchr/testify/require" - dbm "github.com/tendermint/tm-db" ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" diff --git a/testing/simapp/test_helpers.go b/testing/simapp/test_helpers.go index a2a4ae496f0..cf59a50fad8 100644 --- a/testing/simapp/test_helpers.go +++ b/testing/simapp/test_helpers.go @@ -9,6 +9,11 @@ import ( "testing" "time" + "github.com/stretchr/testify/require" + abci "github.com/tendermint/tendermint/abci/types" + tmproto "github.com/tendermint/tendermint/proto/tendermint/types" + dbm "github.com/tendermint/tm-db" + bam "github.com/line/lbm-sdk/baseapp" "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/crypto/keys/ed25519" @@ -18,12 +23,9 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" banktypes "github.com/line/lbm-sdk/x/bank/types" minttypes "github.com/line/lbm-sdk/x/mint/types" - abci "github.com/line/ostracon/abci/types" + ocabci "github.com/line/ostracon/abci/types" "github.com/line/ostracon/libs/log" - tmproto "github.com/line/ostracon/proto/ostracon/types" tmtypes "github.com/line/ostracon/types" - "github.com/stretchr/testify/require" - dbm "github.com/tendermint/tm-db" "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" ) @@ -109,7 +111,7 @@ func SetupWithGenesisAccounts(genAccs []authtypes.GenesisAccount, balances ...ba ) app.Commit() - app.BeginBlock(abci.RequestBeginBlock{Header: tmproto.Header{Height: app.LastBlockHeight() + 1}}) + app.BeginBlock(ocabci.RequestBeginBlock{Header: tmproto.Header{Height: app.LastBlockHeight() + 1}}) return app } @@ -251,7 +253,7 @@ func SignAndDeliver( require.NoError(t, err) // Simulate a sending a transaction and committing a block - app.BeginBlock(abci.RequestBeginBlock{Header: header}) + app.BeginBlock(ocabci.RequestBeginBlock{Header: header}) gInfo, res, err := app.Deliver(txCfg.TxEncoder(), tx) if expPass { diff --git a/testing/simapp/types.go b/testing/simapp/types.go index 981497481c7..0227610724a 100644 --- a/testing/simapp/types.go +++ b/testing/simapp/types.go @@ -1,11 +1,13 @@ package simapp import ( + abci "github.com/tendermint/tendermint/abci/types" + "github.com/line/lbm-sdk/codec" "github.com/line/lbm-sdk/server/types" sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/module" - abci "github.com/line/ostracon/abci/types" + ocabci "github.com/line/ostracon/abci/types" ) // App implements the common methods for a Cosmos SDK-based application @@ -19,7 +21,7 @@ type App interface { LegacyAmino() *codec.LegacyAmino // Application updates every begin block. - BeginBlocker(ctx sdk.Context, req abci.RequestBeginBlock) abci.ResponseBeginBlock + BeginBlocker(ctx sdk.Context, req ocabci.RequestBeginBlock) abci.ResponseBeginBlock // Application updates every end block. EndBlocker(ctx sdk.Context, req abci.RequestEndBlock) abci.ResponseEndBlock diff --git a/third_party/proto/ostracon/abci/types.proto b/third_party/proto/ostracon/abci/types.proto new file mode 100644 index 00000000000..2410ca340c4 --- /dev/null +++ b/third_party/proto/ostracon/abci/types.proto @@ -0,0 +1,137 @@ +syntax = "proto3"; +package ostracon.abci; + +option go_package = "github.com/line/ostracon/abci/types"; + +// For more information on gogo.proto, see: +// https://github.com/gogo/protobuf/blob/master/extensions.md +import "tendermint/crypto/proof.proto"; +import "tendermint/types/params.proto"; +import "tendermint/abci/types.proto"; +import "tendermint/types/types.proto"; +import "ostracon/types/types.proto"; +import "tendermint/crypto/keys.proto"; +import "google/protobuf/timestamp.proto"; +import "gogoproto/gogo.proto"; + +// This file is copied from http://github.com/tendermint/abci +// NOTE: When using custom types, mind the warnings. +// https://github.com/gogo/protobuf/blob/master/custom_types.md#warnings-and-issues + +//---------------------------------------- +// Request types + +message Request { + oneof value { + tendermint.abci.RequestEcho echo = 1; + tendermint.abci.RequestFlush flush = 2; + tendermint.abci.RequestInfo info = 3; + tendermint.abci.RequestSetOption set_option = 4; + tendermint.abci.RequestInitChain init_chain = 5; + tendermint.abci.RequestQuery query = 6; + RequestBeginBlock begin_block = 7; + tendermint.abci.RequestCheckTx check_tx = 8; + tendermint.abci.RequestDeliverTx deliver_tx = 9; + tendermint.abci.RequestEndBlock end_block = 10; + tendermint.abci.RequestCommit commit = 11; + tendermint.abci.RequestListSnapshots list_snapshots = 12; + tendermint.abci.RequestOfferSnapshot offer_snapshot = 13; + tendermint.abci.RequestLoadSnapshotChunk load_snapshot_chunk = 14; + tendermint.abci.RequestApplySnapshotChunk apply_snapshot_chunk = 15; + RequestBeginRecheckTx begin_recheck_tx = 1000; // 16~99 are reserved for merging original tendermint + RequestEndRecheckTx end_recheck_tx = 1001; + } +} + +message RequestBeginBlock { + bytes hash = 1; + tendermint.types.Header header = 2 [(gogoproto.nullable) = false]; + tendermint.abci.LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false]; + repeated tendermint.abci.Evidence byzantine_validators = 4 [(gogoproto.nullable) = false]; + + // *** Ostracon Extended Fields *** + ostracon.types.Entropy entropy = 1000 [(gogoproto.nullable) = false]; +} + +message RequestBeginRecheckTx { + tendermint.types.Header header = 1 [(gogoproto.nullable) = false]; +} + +message RequestEndRecheckTx { + int64 height = 1; +} + +//---------------------------------------- +// Response types + +message Response { + oneof value { + tendermint.abci.ResponseException exception = 1; + tendermint.abci.ResponseEcho echo = 2; + tendermint.abci.ResponseFlush flush = 3; + tendermint.abci.ResponseInfo info = 4; + tendermint.abci.ResponseSetOption set_option = 5; + tendermint.abci.ResponseInitChain init_chain = 6; + tendermint.abci.ResponseQuery query = 7; + tendermint.abci.ResponseBeginBlock begin_block = 8; + ResponseCheckTx check_tx = 9; + tendermint.abci.ResponseDeliverTx deliver_tx = 10; + tendermint.abci.ResponseEndBlock end_block = 11; + tendermint.abci.ResponseCommit commit = 12; + tendermint.abci.ResponseListSnapshots list_snapshots = 13; + tendermint.abci.ResponseOfferSnapshot offer_snapshot = 14; + tendermint.abci.ResponseLoadSnapshotChunk load_snapshot_chunk = 15; + tendermint.abci.ResponseApplySnapshotChunk apply_snapshot_chunk = 16; + ResponseBeginRecheckTx begin_recheck_tx = 1000; // 17~99 are reserved for merging original tendermint + ResponseEndRecheckTx end_recheck_tx = 1001; + } +} + +message ResponseCheckTx { + uint32 code = 1; + bytes data = 2; + string log = 3; // nondeterministic + string info = 4; // nondeterministic + int64 gas_wanted = 5 [json_name = "gas_wanted"]; + int64 gas_used = 6 [json_name = "gas_used"]; + repeated tendermint.abci.Event events = 7 + [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; + string codespace = 8; + string sender = 9; // MEMO: not used, just reservation to implement https://github.com/tendermint/tendermint/pull/6740 first + int64 priority = 10; // MEMO: not used, just reservation to implement https://github.com/tendermint/tendermint/pull/6740 first + + // mempool_error is set by Ostracon. + // ABCI applictions creating a ResponseCheckTX should not set mempool_error. + string mempool_error = 11; +} + +message ResponseBeginRecheckTx { + uint32 code = 1; +} + +message ResponseEndRecheckTx { + uint32 code = 1; +} + +//---------------------------------------- +// Service Definition + +service ABCIApplication { + rpc Echo(tendermint.abci.RequestEcho) returns (tendermint.abci.ResponseEcho); + rpc Flush(tendermint.abci.RequestFlush) returns (tendermint.abci.ResponseFlush); + rpc Info(tendermint.abci.RequestInfo) returns (tendermint.abci.ResponseInfo); + rpc SetOption(tendermint.abci.RequestSetOption) returns (tendermint.abci.ResponseSetOption); + rpc DeliverTx(tendermint.abci.RequestDeliverTx) returns (tendermint.abci.ResponseDeliverTx); + rpc CheckTx(tendermint.abci.RequestCheckTx) returns (ResponseCheckTx); + rpc Query(tendermint.abci.RequestQuery) returns (tendermint.abci.ResponseQuery); + rpc Commit(tendermint.abci.RequestCommit) returns (tendermint.abci.ResponseCommit); + rpc InitChain(tendermint.abci.RequestInitChain) returns (tendermint.abci.ResponseInitChain); + rpc BeginBlock(RequestBeginBlock) returns (tendermint.abci.ResponseBeginBlock); + rpc EndBlock(tendermint.abci.RequestEndBlock) returns (tendermint.abci.ResponseEndBlock); + rpc ListSnapshots(tendermint.abci.RequestListSnapshots) returns (tendermint.abci.ResponseListSnapshots); + rpc OfferSnapshot(tendermint.abci.RequestOfferSnapshot) returns (tendermint.abci.ResponseOfferSnapshot); + rpc LoadSnapshotChunk(tendermint.abci.RequestLoadSnapshotChunk) returns (tendermint.abci.ResponseLoadSnapshotChunk); + rpc ApplySnapshotChunk(tendermint.abci.RequestApplySnapshotChunk) returns (tendermint.abci.ResponseApplySnapshotChunk); + rpc BeginRecheckTx(RequestBeginRecheckTx) returns (ResponseBeginRecheckTx); + rpc EndRecheckTx(RequestEndRecheckTx) returns (ResponseEndRecheckTx); +} diff --git a/third_party/proto/ostracon/crypto/keys.proto b/third_party/proto/ostracon/crypto/keys.proto deleted file mode 100644 index c375549cb20..00000000000 --- a/third_party/proto/ostracon/crypto/keys.proto +++ /dev/null @@ -1,17 +0,0 @@ -syntax = "proto3"; -package ostracon.crypto; - -option go_package = "github.com/line/ostracon/proto/ostracon/crypto"; - -import "gogoproto/gogo.proto"; - -// PublicKey defines the keys available for use with Ostracon Validators -message PublicKey { - option (gogoproto.compare) = true; - option (gogoproto.equal) = true; - - oneof sum { - bytes ed25519 = 1; - bytes secp256k1 = 2; - } -} diff --git a/third_party/proto/ostracon/crypto/proof.proto b/third_party/proto/ostracon/crypto/proof.proto deleted file mode 100644 index 7ea7b277f75..00000000000 --- a/third_party/proto/ostracon/crypto/proof.proto +++ /dev/null @@ -1,41 +0,0 @@ -syntax = "proto3"; -package ostracon.crypto; - -option go_package = "github.com/line/ostracon/proto/ostracon/crypto"; - -import "gogoproto/gogo.proto"; - -message Proof { - int64 total = 1; - int64 index = 2; - bytes leaf_hash = 3; - repeated bytes aunts = 4; -} - -message ValueOp { - // Encoded in ProofOp.Key. - bytes key = 1; - - // To encode in ProofOp.Data - Proof proof = 2; -} - -message DominoOp { - string key = 1; - string input = 2; - string output = 3; -} - -// ProofOp defines an operation used for calculating Merkle root -// The data could be arbitrary format, providing nessecary data -// for example neighbouring node hash -message ProofOp { - string type = 1; - bytes key = 2; - bytes data = 3; -} - -// ProofOps is Merkle proof defined by the list of ProofOps -message ProofOps { - repeated ProofOp ops = 1 [(gogoproto.nullable) = false]; -} diff --git a/third_party/proto/ostracon/libs/bits/types.proto b/third_party/proto/ostracon/libs/bits/types.proto deleted file mode 100644 index bead2db26f4..00000000000 --- a/third_party/proto/ostracon/libs/bits/types.proto +++ /dev/null @@ -1,9 +0,0 @@ -syntax = "proto3"; -package ostracon.libs.bits; - -option go_package = "github.com/line/ostracon/proto/ostracon/libs/bits"; - -message BitArray { - int64 bits = 1; - repeated uint64 elems = 2; -} diff --git a/third_party/proto/ostracon/types/block.proto b/third_party/proto/ostracon/types/block.proto new file mode 100644 index 00000000000..525b00e5041 --- /dev/null +++ b/third_party/proto/ostracon/types/block.proto @@ -0,0 +1,19 @@ +syntax = "proto3"; +package ostracon.types; + +option go_package = "github.com/line/ostracon/proto/ostracon/types"; + +import "gogoproto/gogo.proto"; +import "ostracon/types/types.proto"; +import "tendermint/types/evidence.proto"; +import "tendermint/types/types.proto"; + +message Block { + tendermint.types.Header header = 1 [(gogoproto.nullable) = false]; + tendermint.types.Data data = 2 [(gogoproto.nullable) = false]; + tendermint.types.EvidenceList evidence = 3 [(gogoproto.nullable) = false]; + tendermint.types.Commit last_commit = 4; + + // *** Ostracon Extended Fields *** + ostracon.types.Entropy entropy = 1000 [(gogoproto.nullable) = false]; +} diff --git a/third_party/proto/ostracon/types/types.proto b/third_party/proto/ostracon/types/types.proto index d3310f66b38..c1452df114b 100644 --- a/third_party/proto/ostracon/types/types.proto +++ b/third_party/proto/ostracon/types/types.proto @@ -3,155 +3,12 @@ package ostracon.types; option go_package = "github.com/line/ostracon/proto/ostracon/types"; -import "gogoproto/gogo.proto"; -import "google/protobuf/timestamp.proto"; -import "ostracon/crypto/proof.proto"; -import "ostracon/version/types.proto"; -import "ostracon/types/validator.proto"; - -// BlockIdFlag indicates which BlcokID the signature is for -enum BlockIDFlag { - option (gogoproto.goproto_enum_stringer) = true; - option (gogoproto.goproto_enum_prefix) = false; - - BLOCK_ID_FLAG_UNKNOWN = 0 [(gogoproto.enumvalue_customname) = "BlockIDFlagUnknown"]; - BLOCK_ID_FLAG_ABSENT = 1 [(gogoproto.enumvalue_customname) = "BlockIDFlagAbsent"]; - BLOCK_ID_FLAG_COMMIT = 2 [(gogoproto.enumvalue_customname) = "BlockIDFlagCommit"]; - BLOCK_ID_FLAG_NIL = 3 [(gogoproto.enumvalue_customname) = "BlockIDFlagNil"]; -} - -// SignedMsgType is a type of signed message in the consensus. -enum SignedMsgType { - option (gogoproto.goproto_enum_stringer) = true; - option (gogoproto.goproto_enum_prefix) = false; - - SIGNED_MSG_TYPE_UNKNOWN = 0 [(gogoproto.enumvalue_customname) = "UnknownType"]; - // Votes - SIGNED_MSG_TYPE_PREVOTE = 1 [(gogoproto.enumvalue_customname) = "PrevoteType"]; - SIGNED_MSG_TYPE_PRECOMMIT = 2 [(gogoproto.enumvalue_customname) = "PrecommitType"]; - - // Proposals - SIGNED_MSG_TYPE_PROPOSAL = 32 [(gogoproto.enumvalue_customname) = "ProposalType"]; -} - -// PartsetHeader -message PartSetHeader { - uint32 total = 1; - bytes hash = 2; -} - -message Part { - uint32 index = 1; - bytes bytes = 2; - ostracon.crypto.Proof proof = 3 [(gogoproto.nullable) = false]; -} - -// BlockID -message BlockID { - bytes hash = 1; - PartSetHeader part_set_header = 2 [(gogoproto.nullable) = false]; -} - // -------------------------------- -// Header defines the structure of a Tendermint block header. -message Header { - // basic block info - ostracon.version.Consensus version = 1 [(gogoproto.nullable) = false]; - string chain_id = 2 [(gogoproto.customname) = "ChainID"]; - int64 height = 3; - google.protobuf.Timestamp time = 4 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; - - // prev block info - BlockID last_block_id = 5 [(gogoproto.nullable) = false]; - - // hashes of block data - bytes last_commit_hash = 6; // commit from validators from the last block - bytes data_hash = 7; // transactions - - // hashes from the app output from the prev block - bytes validators_hash = 8; // validators for the current block - bytes next_validators_hash = 9; // validators for the next block - bytes consensus_hash = 10; // consensus params for current block - bytes app_hash = 11; // state after txs from the previous block - bytes last_results_hash = 12; // root hash of all results from the txs from the previous block - - // consensus info - bytes evidence_hash = 13; // evidence included in the block - bytes proposer_address = 14; // original proposer of the block -} - -// Data contains the set of transactions included in the block -message Data { - // Txs that will be applied by state @ block.Height+1. - // NOTE: not all txs here are valid. We're just agreeing on the order first. - // This means that block.AppHash does not include these txs. - repeated bytes txs = 1; -} - -// Vote represents a prevote, precommit, or commit vote from validators for -// consensus. -message Vote { - SignedMsgType type = 1; - int64 height = 2; - int32 round = 3; - BlockID block_id = 4 - [(gogoproto.nullable) = false, (gogoproto.customname) = "BlockID"]; // zero if vote is nil. - google.protobuf.Timestamp timestamp = 5 - [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; - bytes validator_address = 6; - int32 validator_index = 7; - bytes signature = 8; -} - -// Commit contains the evidence that a block was committed by a set of validators. -message Commit { - int64 height = 1; - int32 round = 2; - BlockID block_id = 3 [(gogoproto.nullable) = false, (gogoproto.customname) = "BlockID"]; - repeated CommitSig signatures = 4 [(gogoproto.nullable) = false]; -} - -// CommitSig is a part of the Vote included in a Commit. -message CommitSig { - BlockIDFlag block_id_flag = 1; - bytes validator_address = 2; - google.protobuf.Timestamp timestamp = 3 - [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; - bytes signature = 4; -} - -message Proposal { - SignedMsgType type = 1; - int64 height = 2; - int32 round = 3; - int32 pol_round = 4; - BlockID block_id = 5 [(gogoproto.customname) = "BlockID", (gogoproto.nullable) = false]; - google.protobuf.Timestamp timestamp = 6 - [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; - bytes signature = 7; -} - -message SignedHeader { - Header header = 1; - Commit commit = 2; -} - -message LightBlock { - SignedHeader signed_header = 1; - ostracon.types.ValidatorSet validator_set = 2; -} - -message BlockMeta { - BlockID block_id = 1 [(gogoproto.customname) = "BlockID", (gogoproto.nullable) = false]; - int64 block_size = 2; - Header header = 3 [(gogoproto.nullable) = false]; - int64 num_txs = 4; -} - -// TxProof represents a Merkle proof of the presence of a transaction in the Merkle tree. -message TxProof { - bytes root_hash = 1; - bytes data = 2; - ostracon.crypto.Proof proof = 3; +// Entropy represents height-specific complexity and used in proposer-election. +// Entropy contains vrf proof and generated round. The relationship of each field is as follows. +// Entropy.proof = VRFProof(last_proof_hash, current_height, Entropy.round) +message Entropy { + int32 round = 1; + bytes proof = 2; } diff --git a/third_party/proto/ostracon/types/validator.proto b/third_party/proto/ostracon/types/validator.proto deleted file mode 100644 index 378bde5ce84..00000000000 --- a/third_party/proto/ostracon/types/validator.proto +++ /dev/null @@ -1,28 +0,0 @@ -syntax = "proto3"; -package ostracon.types; - -option go_package = "github.com/line/ostracon/proto/ostracon/types"; - -import "gogoproto/gogo.proto"; -import "ostracon/crypto/keys.proto"; - -message ValidatorSet { - repeated Validator validators = 1; - Validator proposer = 2; - int64 total_voting_power = 3; -} - -message Validator { - bytes address = 1; - ostracon.crypto.PublicKey pub_key = 2 [(gogoproto.nullable) = false]; - int64 voting_power = 3; - int64 proposer_priority = 4; - - // *** Ostracon Extended Fields *** - int64 voting_weight = 1000; -} - -message SimpleValidator { - ostracon.crypto.PublicKey pub_key = 1; - int64 voting_power = 2; -} diff --git a/third_party/proto/ostracon/types/voter.proto b/third_party/proto/ostracon/types/voter.proto deleted file mode 100644 index 648ceca414f..00000000000 --- a/third_party/proto/ostracon/types/voter.proto +++ /dev/null @@ -1,11 +0,0 @@ -syntax = "proto3"; -package ostracon.types; - -option go_package = "github.com/line/ostracon/proto/ostracon/types"; - -import "ostracon/types/validator.proto"; - -message VoterSet { - repeated ostracon.types.Validator voters = 1; - int64 total_voting_weight = 2; -} diff --git a/third_party/proto/ostracon/version/types.proto b/third_party/proto/ostracon/version/types.proto deleted file mode 100644 index 135dbd49ee3..00000000000 --- a/third_party/proto/ostracon/version/types.proto +++ /dev/null @@ -1,24 +0,0 @@ -syntax = "proto3"; -package ostracon.version; - -option go_package = "github.com/line/ostracon/proto/ostracon/version"; - -import "gogoproto/gogo.proto"; - -// App includes the protocol and software version for the application. -// This information is included in ResponseInfo. The App.Protocol can be -// updated in ResponseEndBlock. -message App { - uint64 protocol = 1; - string software = 2; -} - -// Consensus captures the consensus rules for processing a block in the blockchain, -// including all blockchain data structures and the rules of the application's -// state transition machine. -message Consensus { - option (gogoproto.equal) = true; - - uint64 block = 1; - uint64 app = 2; -} diff --git a/third_party/proto/tendermint/abci/types.proto b/third_party/proto/tendermint/abci/types.proto new file mode 100644 index 00000000000..8e3a9093638 --- /dev/null +++ b/third_party/proto/tendermint/abci/types.proto @@ -0,0 +1,407 @@ +syntax = "proto3"; +package tendermint.abci; + +option go_package = "github.com/tendermint/tendermint/abci/types"; + +// For more information on gogo.proto, see: +// https://github.com/gogo/protobuf/blob/master/extensions.md +import "tendermint/crypto/proof.proto"; +import "tendermint/types/types.proto"; +import "tendermint/crypto/keys.proto"; +import "tendermint/types/params.proto"; +import "google/protobuf/timestamp.proto"; +import "gogoproto/gogo.proto"; + +// This file is copied from http://github.com/tendermint/abci +// NOTE: When using custom types, mind the warnings. +// https://github.com/gogo/protobuf/blob/master/custom_types.md#warnings-and-issues + +//---------------------------------------- +// Request types + +message Request { + oneof value { + RequestEcho echo = 1; + RequestFlush flush = 2; + RequestInfo info = 3; + RequestSetOption set_option = 4; + RequestInitChain init_chain = 5; + RequestQuery query = 6; + RequestBeginBlock begin_block = 7; + RequestCheckTx check_tx = 8; + RequestDeliverTx deliver_tx = 9; + RequestEndBlock end_block = 10; + RequestCommit commit = 11; + RequestListSnapshots list_snapshots = 12; + RequestOfferSnapshot offer_snapshot = 13; + RequestLoadSnapshotChunk load_snapshot_chunk = 14; + RequestApplySnapshotChunk apply_snapshot_chunk = 15; + } +} + +message RequestEcho { + string message = 1; +} + +message RequestFlush {} + +message RequestInfo { + string version = 1; + uint64 block_version = 2; + uint64 p2p_version = 3; +} + +// nondeterministic +message RequestSetOption { + string key = 1; + string value = 2; +} + +message RequestInitChain { + google.protobuf.Timestamp time = 1 + [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; + string chain_id = 2; + ConsensusParams consensus_params = 3; + repeated ValidatorUpdate validators = 4 [(gogoproto.nullable) = false]; + bytes app_state_bytes = 5; + int64 initial_height = 6; +} + +message RequestQuery { + bytes data = 1; + string path = 2; + int64 height = 3; + bool prove = 4; +} + +message RequestBeginBlock { + bytes hash = 1; + tendermint.types.Header header = 2 [(gogoproto.nullable) = false]; + LastCommitInfo last_commit_info = 3 [(gogoproto.nullable) = false]; + repeated Evidence byzantine_validators = 4 [(gogoproto.nullable) = false]; +} + +enum CheckTxType { + NEW = 0 [(gogoproto.enumvalue_customname) = "New"]; + RECHECK = 1 [(gogoproto.enumvalue_customname) = "Recheck"]; +} + +message RequestCheckTx { + bytes tx = 1; + CheckTxType type = 2; +} + +message RequestDeliverTx { + bytes tx = 1; +} + +message RequestEndBlock { + int64 height = 1; +} + +message RequestCommit {} + +// lists available snapshots +message RequestListSnapshots { +} + +// offers a snapshot to the application +message RequestOfferSnapshot { + Snapshot snapshot = 1; // snapshot offered by peers + bytes app_hash = 2; // light client-verified app hash for snapshot height +} + +// loads a snapshot chunk +message RequestLoadSnapshotChunk { + uint64 height = 1; + uint32 format = 2; + uint32 chunk = 3; +} + +// Applies a snapshot chunk +message RequestApplySnapshotChunk { + uint32 index = 1; + bytes chunk = 2; + string sender = 3; +} + +//---------------------------------------- +// Response types + +message Response { + oneof value { + ResponseException exception = 1; + ResponseEcho echo = 2; + ResponseFlush flush = 3; + ResponseInfo info = 4; + ResponseSetOption set_option = 5; + ResponseInitChain init_chain = 6; + ResponseQuery query = 7; + ResponseBeginBlock begin_block = 8; + ResponseCheckTx check_tx = 9; + ResponseDeliverTx deliver_tx = 10; + ResponseEndBlock end_block = 11; + ResponseCommit commit = 12; + ResponseListSnapshots list_snapshots = 13; + ResponseOfferSnapshot offer_snapshot = 14; + ResponseLoadSnapshotChunk load_snapshot_chunk = 15; + ResponseApplySnapshotChunk apply_snapshot_chunk = 16; + } +} + +// nondeterministic +message ResponseException { + string error = 1; +} + +message ResponseEcho { + string message = 1; +} + +message ResponseFlush {} + +message ResponseInfo { + string data = 1; + + string version = 2; + uint64 app_version = 3; + + int64 last_block_height = 4; + bytes last_block_app_hash = 5; +} + +// nondeterministic +message ResponseSetOption { + uint32 code = 1; + // bytes data = 2; + string log = 3; + string info = 4; +} + +message ResponseInitChain { + ConsensusParams consensus_params = 1; + repeated ValidatorUpdate validators = 2 [(gogoproto.nullable) = false]; + bytes app_hash = 3; +} + +message ResponseQuery { + uint32 code = 1; + // bytes data = 2; // use "value" instead. + string log = 3; // nondeterministic + string info = 4; // nondeterministic + int64 index = 5; + bytes key = 6; + bytes value = 7; + tendermint.crypto.ProofOps proof_ops = 8; + int64 height = 9; + string codespace = 10; +} + +message ResponseBeginBlock { + repeated Event events = 1 + [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; +} + +message ResponseCheckTx { + uint32 code = 1; + bytes data = 2; + string log = 3; // nondeterministic + string info = 4; // nondeterministic + int64 gas_wanted = 5 [json_name = "gas_wanted"]; + int64 gas_used = 6 [json_name = "gas_used"]; + repeated Event events = 7 + [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; + string codespace = 8; +} + +message ResponseDeliverTx { + uint32 code = 1; + bytes data = 2; + string log = 3; // nondeterministic + string info = 4; // nondeterministic + int64 gas_wanted = 5 [json_name = "gas_wanted"]; + int64 gas_used = 6 [json_name = "gas_used"]; + repeated Event events = 7 + [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; // nondeterministic + string codespace = 8; +} + +message ResponseEndBlock { + repeated ValidatorUpdate validator_updates = 1 + [(gogoproto.nullable) = false]; + ConsensusParams consensus_param_updates = 2; + repeated Event events = 3 + [(gogoproto.nullable) = false, (gogoproto.jsontag) = "events,omitempty"]; +} + +message ResponseCommit { + // reserve 1 + bytes data = 2; + int64 retain_height = 3; +} + +message ResponseListSnapshots { + repeated Snapshot snapshots = 1; +} + +message ResponseOfferSnapshot { + Result result = 1; + + enum Result { + UNKNOWN = 0; // Unknown result, abort all snapshot restoration + ACCEPT = 1; // Snapshot accepted, apply chunks + ABORT = 2; // Abort all snapshot restoration + REJECT = 3; // Reject this specific snapshot, try others + REJECT_FORMAT = 4; // Reject all snapshots of this format, try others + REJECT_SENDER = 5; // Reject all snapshots from the sender(s), try others + } +} + +message ResponseLoadSnapshotChunk { + bytes chunk = 1; +} + +message ResponseApplySnapshotChunk { + Result result = 1; + repeated uint32 refetch_chunks = 2; // Chunks to refetch and reapply + repeated string reject_senders = 3; // Chunk senders to reject and ban + + enum Result { + UNKNOWN = 0; // Unknown result, abort all snapshot restoration + ACCEPT = 1; // Chunk successfully accepted + ABORT = 2; // Abort all snapshot restoration + RETRY = 3; // Retry chunk (combine with refetch and reject) + RETRY_SNAPSHOT = 4; // Retry snapshot (combine with refetch and reject) + REJECT_SNAPSHOT = 5; // Reject this snapshot, try others + } +} + +//---------------------------------------- +// Misc. + +// ConsensusParams contains all consensus-relevant parameters +// that can be adjusted by the abci app +message ConsensusParams { + BlockParams block = 1; + tendermint.types.EvidenceParams evidence = 2; + tendermint.types.ValidatorParams validator = 3; + tendermint.types.VersionParams version = 4; +} + +// BlockParams contains limits on the block size. +message BlockParams { + // Note: must be greater than 0 + int64 max_bytes = 1; + // Note: must be greater or equal to -1 + int64 max_gas = 2; +} + +message LastCommitInfo { + int32 round = 1; + repeated VoteInfo votes = 2 [(gogoproto.nullable) = false]; +} + +// Event allows application developers to attach additional information to +// ResponseBeginBlock, ResponseEndBlock, ResponseCheckTx and ResponseDeliverTx. +// Later, transactions may be queried using these events. +message Event { + string type = 1; + repeated EventAttribute attributes = 2 [ + (gogoproto.nullable) = false, + (gogoproto.jsontag) = "attributes,omitempty" + ]; +} + +// EventAttribute is a single key-value pair, associated with an event. +message EventAttribute { + bytes key = 1; + bytes value = 2; + bool index = 3; // nondeterministic +} + +// TxResult contains results of executing the transaction. +// +// One usage is indexing transaction results. +message TxResult { + int64 height = 1; + uint32 index = 2; + bytes tx = 3; + ResponseDeliverTx result = 4 [(gogoproto.nullable) = false]; +} + +//---------------------------------------- +// Blockchain Types + +// Validator +message Validator { + bytes address = 1; // The first 20 bytes of SHA256(public key) + // PubKey pub_key = 2 [(gogoproto.nullable)=false]; + int64 power = 3; // The voting power +} + +// ValidatorUpdate +message ValidatorUpdate { + tendermint.crypto.PublicKey pub_key = 1 [(gogoproto.nullable) = false]; + int64 power = 2; +} + +// VoteInfo +message VoteInfo { + Validator validator = 1 [(gogoproto.nullable) = false]; + bool signed_last_block = 2; +} + +enum EvidenceType { + UNKNOWN = 0; + DUPLICATE_VOTE = 1; + LIGHT_CLIENT_ATTACK = 2; +} + +message Evidence { + EvidenceType type = 1; + // The offending validator + Validator validator = 2 [(gogoproto.nullable) = false]; + // The height when the offense occurred + int64 height = 3; + // The corresponding time where the offense occurred + google.protobuf.Timestamp time = 4 [ + (gogoproto.nullable) = false, + (gogoproto.stdtime) = true + ]; + // Total voting power of the validator set in case the ABCI application does + // not store historical validators. + // https://github.com/tendermint/tendermint/issues/4581 + int64 total_voting_power = 5; +} + +//---------------------------------------- +// State Sync Types + +message Snapshot { + uint64 height = 1; // The height at which the snapshot was taken + uint32 format = 2; // The application-specific snapshot format + uint32 chunks = 3; // Number of chunks in the snapshot + bytes hash = 4; // Arbitrary snapshot hash, equal only if identical + bytes metadata = 5; // Arbitrary application metadata +} + +//---------------------------------------- +// Service Definition + +service ABCIApplication { + rpc Echo(RequestEcho) returns (ResponseEcho); + rpc Flush(RequestFlush) returns (ResponseFlush); + rpc Info(RequestInfo) returns (ResponseInfo); + rpc SetOption(RequestSetOption) returns (ResponseSetOption); + rpc DeliverTx(RequestDeliverTx) returns (ResponseDeliverTx); + rpc CheckTx(RequestCheckTx) returns (ResponseCheckTx); + rpc Query(RequestQuery) returns (ResponseQuery); + rpc Commit(RequestCommit) returns (ResponseCommit); + rpc InitChain(RequestInitChain) returns (ResponseInitChain); + rpc BeginBlock(RequestBeginBlock) returns (ResponseBeginBlock); + rpc EndBlock(RequestEndBlock) returns (ResponseEndBlock); + rpc ListSnapshots(RequestListSnapshots) returns (ResponseListSnapshots); + rpc OfferSnapshot(RequestOfferSnapshot) returns (ResponseOfferSnapshot); + rpc LoadSnapshotChunk(RequestLoadSnapshotChunk) returns (ResponseLoadSnapshotChunk); + rpc ApplySnapshotChunk(RequestApplySnapshotChunk) returns (ResponseApplySnapshotChunk); +} diff --git a/third_party/proto/tendermint/blockchain/types.proto b/third_party/proto/tendermint/blockchain/types.proto new file mode 100644 index 00000000000..f5c143cf5b0 --- /dev/null +++ b/third_party/proto/tendermint/blockchain/types.proto @@ -0,0 +1,41 @@ +syntax = "proto3"; +package tendermint.blockchain; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/blockchain"; + +import "tendermint/types/block.proto"; + +// BlockRequest requests a block for a specific height +message BlockRequest { + int64 height = 1; +} + +// NoBlockResponse informs the node that the peer does not have block at the requested height +message NoBlockResponse { + int64 height = 1; +} + +// BlockResponse returns block to the requested +message BlockResponse { + tendermint.types.Block block = 1; +} + +// StatusRequest requests the status of a peer. +message StatusRequest { +} + +// StatusResponse is a peer response to inform their status. +message StatusResponse { + int64 height = 1; + int64 base = 2; +} + +message Message { + oneof sum { + BlockRequest block_request = 1; + NoBlockResponse no_block_response = 2; + BlockResponse block_response = 3; + StatusRequest status_request = 4; + StatusResponse status_response = 5; + } +} diff --git a/third_party/proto/tendermint/consensus/types.proto b/third_party/proto/tendermint/consensus/types.proto new file mode 100644 index 00000000000..6e1f4137110 --- /dev/null +++ b/third_party/proto/tendermint/consensus/types.proto @@ -0,0 +1,92 @@ +syntax = "proto3"; +package tendermint.consensus; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/consensus"; + +import "gogoproto/gogo.proto"; +import "tendermint/types/types.proto"; +import "tendermint/libs/bits/types.proto"; + +// NewRoundStep is sent for every step taken in the ConsensusState. +// For every height/round/step transition +message NewRoundStep { + int64 height = 1; + int32 round = 2; + uint32 step = 3; + int64 seconds_since_start_time = 4; + int32 last_commit_round = 5; +} + +// NewValidBlock is sent when a validator observes a valid block B in some round r, +//i.e., there is a Proposal for block B and 2/3+ prevotes for the block B in the round r. +// In case the block is also committed, then IsCommit flag is set to true. +message NewValidBlock { + int64 height = 1; + int32 round = 2; + tendermint.types.PartSetHeader block_part_set_header = 3 [(gogoproto.nullable) = false]; + tendermint.libs.bits.BitArray block_parts = 4; + bool is_commit = 5; +} + +// Proposal is sent when a new block is proposed. +message Proposal { + tendermint.types.Proposal proposal = 1 [(gogoproto.nullable) = false]; +} + +// ProposalPOL is sent when a previous proposal is re-proposed. +message ProposalPOL { + int64 height = 1; + int32 proposal_pol_round = 2; + tendermint.libs.bits.BitArray proposal_pol = 3 [(gogoproto.nullable) = false]; +} + +// BlockPart is sent when gossipping a piece of the proposed block. +message BlockPart { + int64 height = 1; + int32 round = 2; + tendermint.types.Part part = 3 [(gogoproto.nullable) = false]; +} + +// Vote is sent when voting for a proposal (or lack thereof). +message Vote { + tendermint.types.Vote vote = 1; +} + +// HasVote is sent to indicate that a particular vote has been received. +message HasVote { + int64 height = 1; + int32 round = 2; + tendermint.types.SignedMsgType type = 3; + int32 index = 4; +} + +// VoteSetMaj23 is sent to indicate that a given BlockID has seen +2/3 votes. +message VoteSetMaj23 { + int64 height = 1; + int32 round = 2; + tendermint.types.SignedMsgType type = 3; + tendermint.types.BlockID block_id = 4 [(gogoproto.customname) = "BlockID", (gogoproto.nullable) = false]; +} + +// VoteSetBits is sent to communicate the bit-array of votes seen for the BlockID. +message VoteSetBits { + int64 height = 1; + int32 round = 2; + tendermint.types.SignedMsgType type = 3; + tendermint.types.BlockID block_id = 4 [(gogoproto.customname) = "BlockID", (gogoproto.nullable) = false]; + tendermint.libs.bits.BitArray votes = 5 [(gogoproto.nullable) = false]; +} + +message Message { + oneof sum { + NewRoundStep new_round_step = 1; + NewValidBlock new_valid_block = 2; + Proposal proposal = 3; + ProposalPOL proposal_pol = 4; + BlockPart block_part = 5; + Vote vote = 6; + HasVote has_vote = 7; + VoteSetMaj23 vote_set_maj23 = 8; + VoteSetBits vote_set_bits = 9; + } +} diff --git a/third_party/proto/tendermint/consensus/wal.proto b/third_party/proto/tendermint/consensus/wal.proto new file mode 100644 index 00000000000..44afa2c0c3d --- /dev/null +++ b/third_party/proto/tendermint/consensus/wal.proto @@ -0,0 +1,46 @@ +syntax = "proto3"; +package tendermint.consensus; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/consensus"; + +import "gogoproto/gogo.proto"; +import "tendermint/consensus/types.proto"; +import "tendermint/types/events.proto"; +import "google/protobuf/duration.proto"; +import "google/protobuf/timestamp.proto"; + +// MsgInfo are msgs from the reactor which may update the state +message MsgInfo { + Message msg = 1 [(gogoproto.nullable) = false]; + string peer_id = 2 [(gogoproto.customname) = "PeerID"]; +} + +// TimeoutInfo internally generated messages which may update the state +message TimeoutInfo { + google.protobuf.Duration duration = 1 + [(gogoproto.nullable) = false, (gogoproto.stdduration) = true]; + int64 height = 2; + int32 round = 3; + uint32 step = 4; +} + +// EndHeight marks the end of the given height inside WAL. +// @internal used by scripts/wal2json util. +message EndHeight { + int64 height = 1; +} + +message WALMessage { + oneof sum { + tendermint.types.EventDataRoundState event_data_round_state = 1; + MsgInfo msg_info = 2; + TimeoutInfo timeout_info = 3; + EndHeight end_height = 4; + } +} + +// TimedWALMessage wraps WALMessage and adds Time for debugging purposes. +message TimedWALMessage { + google.protobuf.Timestamp time = 1 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; + WALMessage msg = 2; +} diff --git a/third_party/proto/tendermint/mempool/types.proto b/third_party/proto/tendermint/mempool/types.proto new file mode 100644 index 00000000000..b55d9717b1b --- /dev/null +++ b/third_party/proto/tendermint/mempool/types.proto @@ -0,0 +1,14 @@ +syntax = "proto3"; +package tendermint.mempool; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/mempool"; + +message Txs { + repeated bytes txs = 1; +} + +message Message { + oneof sum { + Txs txs = 1; + } +} diff --git a/third_party/proto/tendermint/p2p/pex.proto b/third_party/proto/tendermint/p2p/pex.proto new file mode 100644 index 00000000000..dfe238dbe60 --- /dev/null +++ b/third_party/proto/tendermint/p2p/pex.proto @@ -0,0 +1,20 @@ +syntax = "proto3"; +package tendermint.p2p; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/p2p"; + +import "tendermint/p2p/types.proto"; +import "gogoproto/gogo.proto"; + +message PexRequest {} + +message PexAddrs { + repeated NetAddress addrs = 1 [(gogoproto.nullable) = false]; +} + +message Message { + oneof sum { + PexRequest pex_request = 1; + PexAddrs pex_addrs = 2; + } +} diff --git a/third_party/proto/tendermint/p2p/types.proto b/third_party/proto/tendermint/p2p/types.proto new file mode 100644 index 00000000000..0d42ea40029 --- /dev/null +++ b/third_party/proto/tendermint/p2p/types.proto @@ -0,0 +1,34 @@ +syntax = "proto3"; +package tendermint.p2p; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/p2p"; + +import "gogoproto/gogo.proto"; + +message NetAddress { + string id = 1 [(gogoproto.customname) = "ID"]; + string ip = 2 [(gogoproto.customname) = "IP"]; + uint32 port = 3; +} + +message ProtocolVersion { + uint64 p2p = 1 [(gogoproto.customname) = "P2P"]; + uint64 block = 2; + uint64 app = 3; +} + +message DefaultNodeInfo { + ProtocolVersion protocol_version = 1 [(gogoproto.nullable) = false]; + string default_node_id = 2 [(gogoproto.customname) = "DefaultNodeID"]; + string listen_addr = 3; + string network = 4; + string version = 5; + bytes channels = 6; + string moniker = 7; + DefaultNodeInfoOther other = 8 [(gogoproto.nullable) = false]; +} + +message DefaultNodeInfoOther { + string tx_index = 1; + string rpc_address = 2 [(gogoproto.customname) = "RPCAddress"]; +} diff --git a/third_party/proto/tendermint/privval/types.proto b/third_party/proto/tendermint/privval/types.proto new file mode 100644 index 00000000000..0fc8b61dc93 --- /dev/null +++ b/third_party/proto/tendermint/privval/types.proto @@ -0,0 +1,76 @@ +syntax = "proto3"; +package tendermint.privval; + +import "tendermint/crypto/keys.proto"; +import "tendermint/types/types.proto"; +import "gogoproto/gogo.proto"; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/privval"; + +enum Errors { + ERRORS_UNKNOWN = 0; + ERRORS_UNEXPECTED_RESPONSE = 1; + ERRORS_NO_CONNECTION = 2; + ERRORS_CONNECTION_TIMEOUT = 3; + ERRORS_READ_TIMEOUT = 4; + ERRORS_WRITE_TIMEOUT = 5; +} + +message RemoteSignerError { + int32 code = 1; + string description = 2; +} + +// PubKeyRequest requests the consensus public key from the remote signer. +message PubKeyRequest { + string chain_id = 1; +} + +// PubKeyResponse is a response message containing the public key. +message PubKeyResponse { + tendermint.crypto.PublicKey pub_key = 1 [(gogoproto.nullable) = false]; + RemoteSignerError error = 2; +} + +// SignVoteRequest is a request to sign a vote +message SignVoteRequest { + tendermint.types.Vote vote = 1; + string chain_id = 2; +} + +// SignedVoteResponse is a response containing a signed vote or an error +message SignedVoteResponse { + tendermint.types.Vote vote = 1 [(gogoproto.nullable) = false]; + RemoteSignerError error = 2; +} + +// SignProposalRequest is a request to sign a proposal +message SignProposalRequest { + tendermint.types.Proposal proposal = 1; + string chain_id = 2; +} + +// SignedProposalResponse is response containing a signed proposal or an error +message SignedProposalResponse { + tendermint.types.Proposal proposal = 1 [(gogoproto.nullable) = false]; + RemoteSignerError error = 2; +} + +// PingRequest is a request to confirm that the connection is alive. +message PingRequest {} + +// PingResponse is a response to confirm that the connection is alive. +message PingResponse {} + +message Message { + oneof sum { + PubKeyRequest pub_key_request = 1; + PubKeyResponse pub_key_response = 2; + SignVoteRequest sign_vote_request = 3; + SignedVoteResponse signed_vote_response = 4; + SignProposalRequest sign_proposal_request = 5; + SignedProposalResponse signed_proposal_response = 6; + PingRequest ping_request = 7; + PingResponse ping_response = 8; + } +} diff --git a/third_party/proto/tendermint/state/types.proto b/third_party/proto/tendermint/state/types.proto new file mode 100644 index 00000000000..919da91e528 --- /dev/null +++ b/third_party/proto/tendermint/state/types.proto @@ -0,0 +1,75 @@ +syntax = "proto3"; +package tendermint.state; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/state"; + +import "gogoproto/gogo.proto"; +import "tendermint/abci/types.proto"; +import "tendermint/types/types.proto"; +import "tendermint/types/validator.proto"; +import "tendermint/types/params.proto"; +import "tendermint/version/types.proto"; +import "google/protobuf/timestamp.proto"; + +// ABCIResponses retains the responses +// of the various ABCI calls during block processing. +// It is persisted to disk for each height before calling Commit. +message ABCIResponses { + repeated tendermint.abci.ResponseDeliverTx deliver_txs = 1; + tendermint.abci.ResponseEndBlock end_block = 2; + tendermint.abci.ResponseBeginBlock begin_block = 3; +} + +// ValidatorsInfo represents the latest validator set, or the last height it changed +message ValidatorsInfo { + tendermint.types.ValidatorSet validator_set = 1; + int64 last_height_changed = 2; +} + +// ConsensusParamsInfo represents the latest consensus params, or the last height it changed +message ConsensusParamsInfo { + tendermint.types.ConsensusParams consensus_params = 1 [(gogoproto.nullable) = false]; + int64 last_height_changed = 2; +} + +message Version { + tendermint.version.Consensus consensus = 1 [(gogoproto.nullable) = false]; + string software = 2; +} + +message State { + Version version = 1 [(gogoproto.nullable) = false]; + + // immutable + string chain_id = 2 [(gogoproto.customname) = "ChainID"]; + int64 initial_height = 14; + + // LastBlockHeight=0 at genesis (ie. block(H=0) does not exist) + int64 last_block_height = 3; + tendermint.types.BlockID last_block_id = 4 + [(gogoproto.nullable) = false, (gogoproto.customname) = "LastBlockID"]; + google.protobuf.Timestamp last_block_time = 5 + [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; + + // LastValidators is used to validate block.LastCommit. + // Validators are persisted to the database separately every time they change, + // so we can query for historical validator sets. + // Note that if s.LastBlockHeight causes a valset change, + // we set s.LastHeightValidatorsChanged = s.LastBlockHeight + 1 + 1 + // Extra +1 due to nextValSet delay. + tendermint.types.ValidatorSet next_validators = 6; + tendermint.types.ValidatorSet validators = 7; + tendermint.types.ValidatorSet last_validators = 8; + int64 last_height_validators_changed = 9; + + // Consensus parameters used for validating blocks. + // Changes returned by EndBlock and updated after Commit. + tendermint.types.ConsensusParams consensus_params = 10 [(gogoproto.nullable) = false]; + int64 last_height_consensus_params_changed = 11; + + // Merkle root of the results from executing prev block + bytes last_results_hash = 12; + + // the latest AppHash we've received from calling abci.Commit() + bytes app_hash = 13; +} diff --git a/third_party/proto/tendermint/statesync/types.proto b/third_party/proto/tendermint/statesync/types.proto new file mode 100644 index 00000000000..8d4a714c1db --- /dev/null +++ b/third_party/proto/tendermint/statesync/types.proto @@ -0,0 +1,37 @@ +syntax = "proto3"; +package tendermint.statesync; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/statesync"; + +message Message { + oneof sum { + SnapshotsRequest snapshots_request = 1; + SnapshotsResponse snapshots_response = 2; + ChunkRequest chunk_request = 3; + ChunkResponse chunk_response = 4; + } +} + +message SnapshotsRequest {} + +message SnapshotsResponse { + uint64 height = 1; + uint32 format = 2; + uint32 chunks = 3; + bytes hash = 4; + bytes metadata = 5; +} + +message ChunkRequest { + uint64 height = 1; + uint32 format = 2; + uint32 index = 3; +} + +message ChunkResponse { + uint64 height = 1; + uint32 format = 2; + uint32 index = 3; + bytes chunk = 4; + bool missing = 5; +} diff --git a/third_party/proto/tendermint/store/types.proto b/third_party/proto/tendermint/store/types.proto new file mode 100644 index 00000000000..af2f97ad08c --- /dev/null +++ b/third_party/proto/tendermint/store/types.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; +package tendermint.store; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/store"; + +message BlockStoreState { + int64 base = 1; + int64 height = 2; +} diff --git a/third_party/proto/tendermint/types/block.proto b/third_party/proto/tendermint/types/block.proto new file mode 100644 index 00000000000..84e9bb15d86 --- /dev/null +++ b/third_party/proto/tendermint/types/block.proto @@ -0,0 +1,15 @@ +syntax = "proto3"; +package tendermint.types; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/types"; + +import "gogoproto/gogo.proto"; +import "tendermint/types/types.proto"; +import "tendermint/types/evidence.proto"; + +message Block { + Header header = 1 [(gogoproto.nullable) = false]; + Data data = 2 [(gogoproto.nullable) = false]; + tendermint.types.EvidenceList evidence = 3 [(gogoproto.nullable) = false]; + Commit last_commit = 4; +} diff --git a/third_party/proto/tendermint/types/canonical.proto b/third_party/proto/tendermint/types/canonical.proto new file mode 100644 index 00000000000..e88fd6ffe31 --- /dev/null +++ b/third_party/proto/tendermint/types/canonical.proto @@ -0,0 +1,37 @@ +syntax = "proto3"; +package tendermint.types; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/types"; + +import "gogoproto/gogo.proto"; +import "tendermint/types/types.proto"; +import "google/protobuf/timestamp.proto"; + +message CanonicalBlockID { + bytes hash = 1; + CanonicalPartSetHeader part_set_header = 2 [(gogoproto.nullable) = false]; +} + +message CanonicalPartSetHeader { + uint32 total = 1; + bytes hash = 2; +} + +message CanonicalProposal { + SignedMsgType type = 1; // type alias for byte + sfixed64 height = 2; // canonicalization requires fixed size encoding here + sfixed64 round = 3; // canonicalization requires fixed size encoding here + int64 pol_round = 4 [(gogoproto.customname) = "POLRound"]; + CanonicalBlockID block_id = 5 [(gogoproto.customname) = "BlockID"]; + google.protobuf.Timestamp timestamp = 6 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; + string chain_id = 7 [(gogoproto.customname) = "ChainID"]; +} + +message CanonicalVote { + SignedMsgType type = 1; // type alias for byte + sfixed64 height = 2; // canonicalization requires fixed size encoding here + sfixed64 round = 3; // canonicalization requires fixed size encoding here + CanonicalBlockID block_id = 4 [(gogoproto.customname) = "BlockID"]; + google.protobuf.Timestamp timestamp = 5 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; + string chain_id = 6 [(gogoproto.customname) = "ChainID"]; +} diff --git a/third_party/proto/tendermint/types/events.proto b/third_party/proto/tendermint/types/events.proto new file mode 100644 index 00000000000..a1e5cc498d2 --- /dev/null +++ b/third_party/proto/tendermint/types/events.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; +package tendermint.types; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/types"; + +message EventDataRoundState { + int64 height = 1; + int32 round = 2; + string step = 3; +} diff --git a/third_party/proto/tendermint/types/evidence.proto b/third_party/proto/tendermint/types/evidence.proto new file mode 100644 index 00000000000..3b234571ba6 --- /dev/null +++ b/third_party/proto/tendermint/types/evidence.proto @@ -0,0 +1,38 @@ +syntax = "proto3"; +package tendermint.types; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/types"; + +import "gogoproto/gogo.proto"; +import "google/protobuf/timestamp.proto"; +import "tendermint/types/types.proto"; +import "tendermint/types/validator.proto"; + +message Evidence { + oneof sum { + DuplicateVoteEvidence duplicate_vote_evidence = 1; + LightClientAttackEvidence light_client_attack_evidence = 2; + } +} + +// DuplicateVoteEvidence contains evidence of a validator signed two conflicting votes. +message DuplicateVoteEvidence { + tendermint.types.Vote vote_a = 1; + tendermint.types.Vote vote_b = 2; + int64 total_voting_power = 3; + int64 validator_power = 4; + google.protobuf.Timestamp timestamp = 5 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; +} + +// LightClientAttackEvidence contains evidence of a set of validators attempting to mislead a light client. +message LightClientAttackEvidence { + tendermint.types.LightBlock conflicting_block = 1; + int64 common_height = 2; + repeated tendermint.types.Validator byzantine_validators = 3; + int64 total_voting_power = 4; + google.protobuf.Timestamp timestamp = 5 [(gogoproto.nullable) = false, (gogoproto.stdtime) = true]; +} + +message EvidenceList { + repeated Evidence evidence = 1 [(gogoproto.nullable) = false]; +} diff --git a/third_party/proto/tendermint/types/params.proto b/third_party/proto/tendermint/types/params.proto new file mode 100644 index 00000000000..0de7d846fbd --- /dev/null +++ b/third_party/proto/tendermint/types/params.proto @@ -0,0 +1,80 @@ +syntax = "proto3"; +package tendermint.types; + +option go_package = "github.com/tendermint/tendermint/proto/tendermint/types"; + +import "gogoproto/gogo.proto"; +import "google/protobuf/duration.proto"; + +option (gogoproto.equal_all) = true; + +// ConsensusParams contains consensus critical parameters that determine the +// validity of blocks. +message ConsensusParams { + BlockParams block = 1 [(gogoproto.nullable) = false]; + EvidenceParams evidence = 2 [(gogoproto.nullable) = false]; + ValidatorParams validator = 3 [(gogoproto.nullable) = false]; + VersionParams version = 4 [(gogoproto.nullable) = false]; +} + +// BlockParams contains limits on the block size. +message BlockParams { + // Max block size, in bytes. + // Note: must be greater than 0 + int64 max_bytes = 1; + // Max gas per block. + // Note: must be greater or equal to -1 + int64 max_gas = 2; + // Minimum time increment between consecutive blocks (in milliseconds) If the + // block header timestamp is ahead of the system clock, decrease this value. + // + // Not exposed to the application. + int64 time_iota_ms = 3; +} + +// EvidenceParams determine how we handle evidence of malfeasance. +message EvidenceParams { + // Max age of evidence, in blocks. + // + // The basic formula for calculating this is: MaxAgeDuration / {average block + // time}. + int64 max_age_num_blocks = 1; + + // Max age of evidence, in time. + // + // It should correspond with an app's "unbonding period" or other similar + // mechanism for handling [Nothing-At-Stake + // attacks](https://github.com/ethereum/wiki/wiki/Proof-of-Stake-FAQ#what-is-the-nothing-at-stake-problem-and-how-can-it-be-fixed). + google.protobuf.Duration max_age_duration = 2 + [(gogoproto.nullable) = false, (gogoproto.stdduration) = true]; + + // This sets the maximum size of total evidence in bytes that can be committed in a single block. + // and should fall comfortably under the max block bytes. + // Default is 1048576 or 1MB + int64 max_bytes = 3; +} + +// ValidatorParams restrict the public key types validators can use. +// NOTE: uses ABCI pubkey naming, not Amino names. +message ValidatorParams { + option (gogoproto.populate) = true; + option (gogoproto.equal) = true; + + repeated string pub_key_types = 1; +} + +// VersionParams contains the ABCI application version. +message VersionParams { + option (gogoproto.populate) = true; + option (gogoproto.equal) = true; + + uint64 app_version = 1; +} + +// HashedParams is a subset of ConsensusParams. +// +// It is hashed into the Header.ConsensusHash. +message HashedParams { + int64 block_max_bytes = 1; + int64 block_max_gas = 2; +} From 11975fd419aadd3d2e2a85db0efcfde7edf56514 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 07:57:16 +0900 Subject: [PATCH 3/7] feat: revert module path from "github.com/cosmos/ibc-go/v3" to "github.com/line/ibc-go/v3" --- go.mod | 2 +- .../27-interchain-accounts/client/cli/cli.go | 4 +- .../controller/client/cli/query.go | 2 +- .../controller/ibc_module.go | 12 +- .../controller/ibc_module_test.go | 12 +- .../controller/keeper/account.go | 6 +- .../controller/keeper/account_test.go | 8 +- .../controller/keeper/genesis.go | 4 +- .../controller/keeper/genesis_test.go | 8 +- .../controller/keeper/grpc_query.go | 4 +- .../controller/keeper/grpc_query_test.go | 4 +- .../controller/keeper/handshake.go | 4 +- .../controller/keeper/handshake_test.go | 8 +- .../controller/keeper/keeper.go | 8 +- .../controller/keeper/keeper_test.go | 6 +- .../controller/keeper/params.go | 2 +- .../controller/keeper/params_test.go | 2 +- .../controller/keeper/relay.go | 6 +- .../controller/keeper/relay_test.go | 10 +- .../controller/types/controller.pb.go | 14 +- .../controller/types/params_test.go | 2 +- .../controller/types/query.pb.go | 61 +++--- .../host/client/cli/query.go | 8 +- .../27-interchain-accounts/host/ibc_module.go | 10 +- .../host/ibc_module_test.go | 14 +- .../host/keeper/account.go | 2 +- .../host/keeper/events.go | 4 +- .../host/keeper/genesis.go | 4 +- .../host/keeper/genesis_test.go | 8 +- .../host/keeper/grpc_query.go | 2 +- .../host/keeper/grpc_query_test.go | 2 +- .../host/keeper/handshake.go | 6 +- .../host/keeper/handshake_test.go | 10 +- .../host/keeper/keeper.go | 8 +- .../host/keeper/keeper_test.go | 6 +- .../host/keeper/params.go | 2 +- .../host/keeper/params_test.go | 2 +- .../host/keeper/relay.go | 6 +- .../host/keeper/relay_test.go | 12 +- .../27-interchain-accounts/host/types/ack.go | 2 +- .../host/types/ack_test.go | 4 +- .../host/types/host.pb.go | 15 +- .../host/types/params_test.go | 2 +- .../host/types/query.pb.go | 42 ++-- modules/apps/27-interchain-accounts/module.go | 20 +- .../27-interchain-accounts/module_test.go | 12 +- .../types/account.pb.go | 14 +- .../types/account_test.go | 4 +- .../types/codec_test.go | 4 +- .../types/expected_keepers.go | 4 +- .../27-interchain-accounts/types/genesis.go | 6 +- .../types/genesis.pb.go | 88 ++++---- .../types/genesis_test.go | 8 +- .../27-interchain-accounts/types/keys_test.go | 2 +- .../27-interchain-accounts/types/metadata.go | 2 +- .../types/metadata.pb.go | 44 ++-- .../types/metadata_test.go | 4 +- .../27-interchain-accounts/types/packet.pb.go | 48 ++--- .../types/packet_test.go | 2 +- .../27-interchain-accounts/types/port_test.go | 4 +- modules/apps/transfer/client/cli/query.go | 2 +- modules/apps/transfer/client/cli/tx.go | 6 +- modules/apps/transfer/ibc_module.go | 12 +- modules/apps/transfer/ibc_module_test.go | 8 +- modules/apps/transfer/keeper/encoding.go | 2 +- modules/apps/transfer/keeper/genesis.go | 2 +- modules/apps/transfer/keeper/genesis_test.go | 2 +- modules/apps/transfer/keeper/grpc_query.go | 2 +- .../apps/transfer/keeper/grpc_query_test.go | 4 +- modules/apps/transfer/keeper/keeper.go | 4 +- modules/apps/transfer/keeper/keeper_test.go | 4 +- .../apps/transfer/keeper/mbt_relay_test.go | 8 +- modules/apps/transfer/keeper/migrations.go | 2 +- .../apps/transfer/keeper/migrations_test.go | 4 +- modules/apps/transfer/keeper/msg_server.go | 2 +- .../apps/transfer/keeper/msg_server_test.go | 2 +- modules/apps/transfer/keeper/params.go | 2 +- modules/apps/transfer/keeper/params_test.go | 2 +- modules/apps/transfer/keeper/relay.go | 10 +- modules/apps/transfer/keeper/relay_test.go | 12 +- modules/apps/transfer/module.go | 10 +- modules/apps/transfer/simulation/decoder.go | 2 +- .../apps/transfer/simulation/decoder_test.go | 6 +- modules/apps/transfer/simulation/genesis.go | 2 +- .../apps/transfer/simulation/genesis_test.go | 4 +- modules/apps/transfer/simulation/params.go | 2 +- .../apps/transfer/simulation/params_test.go | 2 +- modules/apps/transfer/transfer_test.go | 6 +- modules/apps/transfer/types/ack.go | 2 +- modules/apps/transfer/types/ack_test.go | 4 +- .../apps/transfer/types/expected_keepers.go | 6 +- modules/apps/transfer/types/genesis.go | 2 +- modules/apps/transfer/types/genesis.pb.go | 42 ++-- modules/apps/transfer/types/genesis_test.go | 2 +- modules/apps/transfer/types/keys_test.go | 2 +- modules/apps/transfer/types/msgs.go | 4 +- modules/apps/transfer/types/msgs_test.go | 2 +- modules/apps/transfer/types/packet.pb.go | 30 +-- modules/apps/transfer/types/query.pb.go | 86 ++++---- modules/apps/transfer/types/trace.go | 4 +- modules/apps/transfer/types/transfer.pb.go | 34 ++-- modules/apps/transfer/types/tx.pb.go | 66 +++--- modules/core/02-client/abci.go | 6 +- modules/core/02-client/abci_test.go | 12 +- modules/core/02-client/client/cli/cli.go | 2 +- modules/core/02-client/client/cli/query.go | 6 +- modules/core/02-client/client/cli/tx.go | 4 +- .../core/02-client/client/proposal_handler.go | 2 +- modules/core/02-client/client/utils/utils.go | 12 +- modules/core/02-client/genesis.go | 6 +- modules/core/02-client/keeper/client.go | 4 +- modules/core/02-client/keeper/client_test.go | 16 +- modules/core/02-client/keeper/encoding.go | 4 +- modules/core/02-client/keeper/events.go | 4 +- modules/core/02-client/keeper/grpc_query.go | 6 +- .../core/02-client/keeper/grpc_query_test.go | 8 +- modules/core/02-client/keeper/keeper.go | 10 +- modules/core/02-client/keeper/keeper_test.go | 18 +- modules/core/02-client/keeper/migrations.go | 2 +- modules/core/02-client/keeper/params.go | 2 +- modules/core/02-client/keeper/params_test.go | 2 +- modules/core/02-client/keeper/proposal.go | 4 +- .../core/02-client/keeper/proposal_test.go | 8 +- modules/core/02-client/legacy/v100/genesis.go | 8 +- .../02-client/legacy/v100/genesis_test.go | 16 +- .../core/02-client/legacy/v100/solomachine.go | 2 +- .../02-client/legacy/v100/solomachine.pb.go | 174 ++++++++-------- modules/core/02-client/legacy/v100/store.go | 10 +- .../core/02-client/legacy/v100/store_test.go | 12 +- modules/core/02-client/module.go | 4 +- modules/core/02-client/proposal_handler.go | 4 +- .../core/02-client/proposal_handler_test.go | 8 +- modules/core/02-client/simulation/decoder.go | 6 +- .../core/02-client/simulation/decoder_test.go | 10 +- modules/core/02-client/simulation/genesis.go | 2 +- modules/core/02-client/types/client.go | 4 +- modules/core/02-client/types/client.pb.go | 86 ++++---- modules/core/02-client/types/client_test.go | 4 +- modules/core/02-client/types/codec.go | 2 +- modules/core/02-client/types/codec_test.go | 12 +- modules/core/02-client/types/encoding.go | 2 +- modules/core/02-client/types/encoding_test.go | 4 +- modules/core/02-client/types/events.go | 2 +- modules/core/02-client/types/genesis.go | 4 +- modules/core/02-client/types/genesis.pb.go | 70 +++---- modules/core/02-client/types/genesis_test.go | 16 +- modules/core/02-client/types/height.go | 2 +- modules/core/02-client/types/height_test.go | 2 +- modules/core/02-client/types/keys.go | 2 +- modules/core/02-client/types/keys_test.go | 2 +- modules/core/02-client/types/msgs.go | 4 +- modules/core/02-client/types/msgs_test.go | 12 +- modules/core/02-client/types/params.go | 2 +- modules/core/02-client/types/params_test.go | 2 +- modules/core/02-client/types/proposal.go | 2 +- modules/core/02-client/types/proposal_test.go | 6 +- modules/core/02-client/types/query.go | 2 +- modules/core/02-client/types/query.pb.go | 130 ++++++------ modules/core/02-client/types/tx.pb.go | 78 +++---- modules/core/03-connection/client/cli/cli.go | 2 +- .../core/03-connection/client/cli/query.go | 6 +- .../core/03-connection/client/utils/utils.go | 14 +- modules/core/03-connection/genesis.go | 4 +- modules/core/03-connection/keeper/events.go | 2 +- .../core/03-connection/keeper/grpc_query.go | 6 +- .../03-connection/keeper/grpc_query_test.go | 8 +- .../core/03-connection/keeper/handshake.go | 8 +- .../03-connection/keeper/handshake_test.go | 12 +- modules/core/03-connection/keeper/keeper.go | 10 +- .../core/03-connection/keeper/keeper_test.go | 4 +- modules/core/03-connection/keeper/params.go | 2 +- .../core/03-connection/keeper/params_test.go | 2 +- modules/core/03-connection/keeper/verify.go | 4 +- .../core/03-connection/keeper/verify_test.go | 16 +- modules/core/03-connection/module.go | 4 +- .../core/03-connection/simulation/decoder.go | 4 +- .../03-connection/simulation/decoder_test.go | 8 +- .../core/03-connection/simulation/genesis.go | 2 +- modules/core/03-connection/types/codec.go | 2 +- .../core/03-connection/types/connection.go | 6 +- .../core/03-connection/types/connection.pb.go | 92 ++++----- .../03-connection/types/connection_test.go | 8 +- modules/core/03-connection/types/events.go | 2 +- .../03-connection/types/expected_keepers.go | 2 +- modules/core/03-connection/types/genesis.go | 2 +- .../core/03-connection/types/genesis.pb.go | 46 ++--- .../core/03-connection/types/genesis_test.go | 6 +- modules/core/03-connection/types/keys.go | 2 +- modules/core/03-connection/types/keys_test.go | 2 +- modules/core/03-connection/types/msgs.go | 8 +- modules/core/03-connection/types/msgs_test.go | 12 +- .../core/03-connection/types/params_test.go | 2 +- modules/core/03-connection/types/query.go | 4 +- modules/core/03-connection/types/query.pb.go | 114 +++++------ modules/core/03-connection/types/tx.pb.go | 118 +++++------ modules/core/03-connection/types/version.go | 2 +- .../core/03-connection/types/version_test.go | 6 +- modules/core/04-channel/client/cli/cli.go | 2 +- modules/core/04-channel/client/cli/query.go | 6 +- modules/core/04-channel/client/utils/utils.go | 12 +- modules/core/04-channel/genesis.go | 4 +- modules/core/04-channel/keeper/events.go | 4 +- modules/core/04-channel/keeper/grpc_query.go | 8 +- .../core/04-channel/keeper/grpc_query_test.go | 10 +- modules/core/04-channel/keeper/handshake.go | 10 +- .../core/04-channel/keeper/handshake_test.go | 12 +- modules/core/04-channel/keeper/keeper.go | 12 +- modules/core/04-channel/keeper/keeper_test.go | 4 +- modules/core/04-channel/keeper/packet.go | 10 +- modules/core/04-channel/keeper/packet_test.go | 16 +- modules/core/04-channel/keeper/timeout.go | 8 +- .../core/04-channel/keeper/timeout_test.go | 12 +- modules/core/04-channel/module.go | 4 +- modules/core/04-channel/simulation/decoder.go | 4 +- .../04-channel/simulation/decoder_test.go | 8 +- modules/core/04-channel/simulation/genesis.go | 2 +- .../04-channel/types/acknowledgement_test.go | 2 +- modules/core/04-channel/types/channel.go | 4 +- modules/core/04-channel/types/channel.pb.go | 72 +++---- modules/core/04-channel/types/channel_test.go | 2 +- modules/core/04-channel/types/codec.go | 2 +- modules/core/04-channel/types/events.go | 2 +- .../core/04-channel/types/expected_keepers.go | 4 +- modules/core/04-channel/types/genesis.go | 2 +- modules/core/04-channel/types/genesis.pb.go | 62 +++--- modules/core/04-channel/types/genesis_test.go | 2 +- modules/core/04-channel/types/keys.go | 2 +- modules/core/04-channel/types/keys_test.go | 2 +- modules/core/04-channel/types/msgs.go | 6 +- modules/core/04-channel/types/msgs_test.go | 10 +- modules/core/04-channel/types/packet.go | 6 +- modules/core/04-channel/types/packet_test.go | 4 +- modules/core/04-channel/types/query.go | 4 +- modules/core/04-channel/types/query.pb.go | 192 +++++++++--------- modules/core/04-channel/types/tx.pb.go | 166 +++++++-------- modules/core/04-channel/types/version_test.go | 2 +- modules/core/05-port/keeper/keeper.go | 4 +- modules/core/05-port/keeper/keeper_test.go | 4 +- modules/core/05-port/module.go | 4 +- modules/core/05-port/types/module.go | 4 +- modules/core/05-port/types/query.pb.go | 2 +- modules/core/23-commitment/types/codec.go | 2 +- .../core/23-commitment/types/commitment.pb.go | 40 ++-- modules/core/23-commitment/types/merkle.go | 2 +- .../core/23-commitment/types/merkle_test.go | 2 +- .../core/23-commitment/types/utils_test.go | 2 +- modules/core/24-host/keys.go | 2 +- modules/core/24-host/parse_test.go | 4 +- modules/core/ante/ante.go | 6 +- modules/core/ante/ante_test.go | 12 +- modules/core/client/cli/cli.go | 8 +- modules/core/client/query.go | 6 +- modules/core/genesis.go | 10 +- modules/core/genesis_test.go | 22 +- modules/core/keeper/grpc_query.go | 6 +- modules/core/keeper/keeper.go | 16 +- modules/core/keeper/keeper_test.go | 8 +- modules/core/keeper/migrations.go | 2 +- modules/core/keeper/msg_server.go | 10 +- modules/core/keeper/msg_server_test.go | 18 +- modules/core/legacy/v100/genesis.go | 10 +- modules/core/legacy/v100/genesis_test.go | 18 +- modules/core/module.go | 20 +- modules/core/simulation/decoder.go | 10 +- modules/core/simulation/decoder_test.go | 14 +- modules/core/simulation/genesis.go | 16 +- modules/core/simulation/genesis_test.go | 6 +- modules/core/types/codec.go | 14 +- modules/core/types/genesis.go | 6 +- modules/core/types/genesis.pb.go | 50 ++--- modules/core/types/query.go | 12 +- .../light-clients/06-solomachine/module.go | 2 +- .../06-solomachine/types/client_state.go | 8 +- .../06-solomachine/types/client_state_test.go | 16 +- .../06-solomachine/types/codec.go | 4 +- .../06-solomachine/types/codec_test.go | 10 +- .../06-solomachine/types/consensus_state.go | 4 +- .../types/consensus_state_test.go | 6 +- .../06-solomachine/types/header.go | 4 +- .../06-solomachine/types/header_test.go | 6 +- .../06-solomachine/types/misbehaviour.go | 6 +- .../types/misbehaviour_handle.go | 4 +- .../types/misbehaviour_handle_test.go | 8 +- .../06-solomachine/types/misbehaviour_test.go | 6 +- .../06-solomachine/types/proof.go | 10 +- .../06-solomachine/types/proof_test.go | 6 +- .../06-solomachine/types/proposal_handle.go | 4 +- .../types/proposal_handle_test.go | 8 +- .../06-solomachine/types/solomachine.go | 2 +- .../06-solomachine/types/solomachine.pb.go | 166 +++++++-------- .../06-solomachine/types/solomachine_test.go | 8 +- .../06-solomachine/types/update.go | 4 +- .../06-solomachine/types/update_test.go | 8 +- modules/light-clients/09-localhost/module.go | 2 +- .../09-localhost/types/client_state.go | 10 +- .../09-localhost/types/client_state_test.go | 16 +- .../light-clients/09-localhost/types/codec.go | 2 +- .../09-localhost/types/localhost.pb.go | 16 +- .../09-localhost/types/localhost_test.go | 6 +- modules/light-clients/99-ostracon/module.go | 2 +- .../99-ostracon/types/client_state.go | 12 +- .../99-ostracon/types/client_state_test.go | 16 +- .../light-clients/99-ostracon/types/codec.go | 2 +- .../99-ostracon/types/consensus_state.go | 6 +- .../99-ostracon/types/consensus_state_test.go | 6 +- .../99-ostracon/types/genesis.go | 4 +- .../99-ostracon/types/genesis_test.go | 6 +- .../light-clients/99-ostracon/types/header.go | 6 +- .../99-ostracon/types/header_test.go | 6 +- .../99-ostracon/types/misbehaviour.go | 8 +- .../99-ostracon/types/misbehaviour_handle.go | 4 +- .../types/misbehaviour_handle_test.go | 12 +- .../99-ostracon/types/misbehaviour_test.go | 10 +- .../99-ostracon/types/ostracon.pb.go | 142 ++++++------- .../99-ostracon/types/ostracon_test.go | 10 +- .../99-ostracon/types/proposal_handle.go | 4 +- .../99-ostracon/types/proposal_handle_test.go | 8 +- .../light-clients/99-ostracon/types/store.go | 6 +- .../99-ostracon/types/store_test.go | 14 +- .../light-clients/99-ostracon/types/update.go | 6 +- .../99-ostracon/types/update_test.go | 12 +- .../99-ostracon/types/upgrade.go | 6 +- .../99-ostracon/types/upgrade_test.go | 10 +- .../controller/v1/controller.proto | 2 +- .../controller/v1/query.proto | 2 +- .../interchain_accounts/host/v1/host.proto | 2 +- .../interchain_accounts/host/v1/query.proto | 2 +- .../interchain_accounts/v1/account.proto | 2 +- .../interchain_accounts/v1/genesis.proto | 2 +- .../interchain_accounts/v1/metadata.proto | 2 +- .../interchain_accounts/v1/packet.proto | 2 +- .../applications/transfer/v1/genesis.proto | 2 +- .../ibc/applications/transfer/v1/query.proto | 2 +- .../applications/transfer/v1/transfer.proto | 2 +- proto/ibc/applications/transfer/v1/tx.proto | 2 +- .../ibc/applications/transfer/v2/packet.proto | 2 +- proto/ibc/core/channel/v1/channel.proto | 2 +- proto/ibc/core/channel/v1/genesis.proto | 2 +- proto/ibc/core/channel/v1/query.proto | 2 +- proto/ibc/core/channel/v1/tx.proto | 2 +- proto/ibc/core/client/v1/client.proto | 2 +- proto/ibc/core/client/v1/genesis.proto | 2 +- proto/ibc/core/client/v1/query.proto | 2 +- proto/ibc/core/client/v1/tx.proto | 2 +- proto/ibc/core/commitment/v1/commitment.proto | 2 +- proto/ibc/core/connection/v1/connection.proto | 2 +- proto/ibc/core/connection/v1/genesis.proto | 2 +- proto/ibc/core/connection/v1/query.proto | 2 +- proto/ibc/core/connection/v1/tx.proto | 2 +- proto/ibc/core/types/v1/genesis.proto | 2 +- .../lightclients/localhost/v1/localhost.proto | 2 +- .../lightclients/ostracon/v1/ostracon.proto | 2 +- .../solomachine/v1/solomachine.proto | 2 +- .../solomachine/v2/solomachine.proto | 2 +- scripts/protocgen.sh | 2 +- testing/app.go | 4 +- testing/chain.go | 16 +- testing/chain_test.go | 4 +- testing/config.go | 10 +- testing/endpoint.go | 14 +- testing/events.go | 6 +- testing/mock/ibc_app.go | 4 +- testing/mock/ibc_module.go | 6 +- testing/mock/ibc_module_test.go | 6 +- testing/mock/mock.go | 6 +- testing/mock/privval_test.go | 2 +- testing/path.go | 2 +- testing/simapp/ante_handler.go | 4 +- testing/simapp/app.go | 40 ++-- testing/simapp/encoding.go | 2 +- testing/simapp/genesis_account_test.go | 2 +- testing/simapp/sim_test.go | 6 +- testing/simapp/simd/cmd/cmd_test.go | 4 +- testing/simapp/simd/cmd/genaccounts_test.go | 4 +- testing/simapp/simd/cmd/root.go | 4 +- testing/simapp/simd/main.go | 4 +- testing/simapp/state.go | 2 +- testing/simapp/test_helpers.go | 2 +- testing/simapp/utils.go | 2 +- testing/solomachine.go | 10 +- testing/values.go | 10 +- 381 files changed, 2207 insertions(+), 2209 deletions(-) diff --git a/go.mod b/go.mod index ede928be127..732563d8255 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ go 1.18 -module github.com/cosmos/ibc-go/v3 +module github.com/line/ibc-go/v3 replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1 diff --git a/modules/apps/27-interchain-accounts/client/cli/cli.go b/modules/apps/27-interchain-accounts/client/cli/cli.go index 95b49f29e2a..6e14323ebb1 100644 --- a/modules/apps/27-interchain-accounts/client/cli/cli.go +++ b/modules/apps/27-interchain-accounts/client/cli/cli.go @@ -3,8 +3,8 @@ package cli import ( "github.com/spf13/cobra" - controllercli "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/client/cli" - hostcli "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/client/cli" + controllercli "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/client/cli" + hostcli "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/client/cli" ) // GetQueryCmd returns the query commands for the interchain-accounts submodule diff --git a/modules/apps/27-interchain-accounts/controller/client/cli/query.go b/modules/apps/27-interchain-accounts/controller/client/cli/query.go index 770472fb32e..d349c19317b 100644 --- a/modules/apps/27-interchain-accounts/controller/client/cli/query.go +++ b/modules/apps/27-interchain-accounts/controller/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) // GetCmdQueryInterchainAccount returns the command handler for the controller submodule parameter querying. diff --git a/modules/apps/27-interchain-accounts/controller/ibc_module.go b/modules/apps/27-interchain-accounts/controller/ibc_module.go index bfa92c6d589..e743f22691b 100644 --- a/modules/apps/27-interchain-accounts/controller/ibc_module.go +++ b/modules/apps/27-interchain-accounts/controller/ibc_module.go @@ -5,12 +5,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + ibcexported "github.com/line/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for interchain accounts controller chains diff --git a/modules/apps/27-interchain-accounts/controller/ibc_module_test.go b/modules/apps/27-interchain-accounts/controller/ibc_module_test.go index cc579333162..3c6b11f0a9e 100644 --- a/modules/apps/27-interchain-accounts/controller/ibc_module_test.go +++ b/modules/apps/27-interchain-accounts/controller/ibc_module_test.go @@ -8,12 +8,12 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/controller/keeper/account.go b/modules/apps/27-interchain-accounts/controller/keeper/account.go index f72bd2c3d8c..66662b70695 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/account.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/account.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" authtypes "github.com/line/lbm-sdk/x/auth/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // RegisterInterchainAccount is the entry point to registering an interchain account. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/account_test.go b/modules/apps/27-interchain-accounts/controller/keeper/account_test.go index 9387baa3936..5347d1a1af9 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/account_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/account_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestRegisterInterchainAccount() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/genesis.go b/modules/apps/27-interchain-accounts/controller/keeper/genesis.go index e6168e52b24..e764c8cd60d 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/genesis.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // InitGenesis initializes the interchain accounts controller application state from a provided genesis state diff --git a/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go b/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go index 83878761631..afceefff9e2 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/genesis_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestInitGenesis() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go index 72efa2c254f..a137d6f427b 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query.go @@ -7,8 +7,8 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go index 66091971455..a06a19841ff 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/grpc_query_test.go @@ -3,8 +3,8 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryInterchainAccount() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/handshake.go b/modules/apps/27-interchain-accounts/controller/keeper/handshake.go index ea4523c337f..8816b186c88 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/handshake.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/handshake.go @@ -8,8 +8,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // OnChanOpenInit performs basic validation of channel initialization. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go b/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go index cac04b71b11..dc9b6d822a9 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/handshake_test.go @@ -3,10 +3,10 @@ package keeper_test import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestOnChanOpenInit() { diff --git a/modules/apps/27-interchain-accounts/controller/keeper/keeper.go b/modules/apps/27-interchain-accounts/controller/keeper/keeper.go index 47c334ec8ac..ad60b092652 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/keeper.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/keeper.go @@ -12,10 +12,10 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" "github.com/line/ostracon/libs/log" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC interchain accounts controller keeper diff --git a/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go b/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go index d9a3c250abc..59c5ad3c6dc 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/controller/keeper/params.go b/modules/apps/27-interchain-accounts/controller/keeper/params.go index 5c29a1fbd02..c0f2201fe3a 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/params.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) // IsControllerEnabled retrieves the controller enabled boolean from the paramstore. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/params_test.go b/modules/apps/27-interchain-accounts/controller/keeper/params_test.go index ffd71f49268..d72c6602ee9 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/params_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" +import "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/27-interchain-accounts/controller/keeper/relay.go b/modules/apps/27-interchain-accounts/controller/keeper/relay.go index f6cfb0b90e4..4131789653a 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/relay.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/relay.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // SendTx takes pre-built packet data containing messages to be executed on the host chain from an authentication module and attempts to send the packet. diff --git a/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go b/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go index 3a395a5bbd8..00ac32652ac 100644 --- a/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go +++ b/modules/apps/27-interchain-accounts/controller/keeper/relay_test.go @@ -5,11 +5,11 @@ import ( banktypes "github.com/line/lbm-sdk/x/bank/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestSendTx() { diff --git a/modules/apps/27-interchain-accounts/controller/types/controller.pb.go b/modules/apps/27-interchain-accounts/controller/types/controller.pb.go index dfa8bd31512..53fb79434c9 100644 --- a/modules/apps/27-interchain-accounts/controller/types/controller.pb.go +++ b/modules/apps/27-interchain-accounts/controller/types/controller.pb.go @@ -79,7 +79,7 @@ func init() { } var fileDescriptor_177fd0fec5eb3400 = []byte{ - // 254 bytes of a gzipped FileDescriptorProto + // 252 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x72, 0xce, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -89,13 +89,13 @@ var fileDescriptor_177fd0fec5eb3400 = []byte{ 0x20, 0x16, 0xc4, 0x24, 0xa5, 0x30, 0x2e, 0xb6, 0x80, 0xc4, 0xa2, 0xc4, 0xdc, 0x62, 0x21, 0x1f, 0x2e, 0x21, 0x84, 0x86, 0xf8, 0xd4, 0xbc, 0xc4, 0xa4, 0x9c, 0xd4, 0x14, 0x09, 0x46, 0x05, 0x46, 0x0d, 0x0e, 0x27, 0xd9, 0x4f, 0xf7, 0xe4, 0x25, 0x2b, 0x13, 0x73, 0x73, 0xac, 0x94, 0x30, 0xd5, - 0x28, 0x05, 0x09, 0x22, 0x04, 0x5d, 0x21, 0x62, 0x4e, 0x59, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, + 0x28, 0x05, 0x09, 0x22, 0x04, 0x5d, 0x21, 0x62, 0x4e, 0x19, 0x27, 0x1e, 0xc9, 0x31, 0x5e, 0x78, 0x24, 0xc7, 0xf8, 0xe0, 0x91, 0x1c, 0xe3, 0x84, 0xc7, 0x72, 0x0c, 0x17, 0x1e, 0xcb, 0x31, 0xdc, - 0x78, 0x2c, 0xc7, 0x10, 0x15, 0x90, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, - 0x9f, 0x9c, 0x5f, 0x9c, 0x9b, 0x5f, 0xac, 0x9f, 0x99, 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, - 0xac, 0x9f, 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, 0x0a, 0xa0, 0x62, 0x7d, 0x23, 0x73, 0x5d, - 0x84, 0xb7, 0x74, 0xb1, 0x85, 0x4d, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x2b, 0xc6, - 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xe4, 0x79, 0xfc, 0x19, 0x5b, 0x01, 0x00, 0x00, + 0x78, 0x2c, 0xc7, 0x10, 0xe5, 0x97, 0x9e, 0x59, 0x92, 0x51, 0x9a, 0xa4, 0x97, 0x9c, 0x9f, 0xab, + 0x9f, 0x93, 0x99, 0x97, 0xaa, 0x9f, 0x99, 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, 0xac, 0x9f, + 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, 0x0a, 0x9e, 0x62, 0x7d, 0x23, 0x73, 0x5d, 0x84, 0xa7, + 0x74, 0xb1, 0x85, 0x4c, 0x49, 0x65, 0x41, 0x6a, 0x71, 0x12, 0x1b, 0xd8, 0x23, 0xc6, 0x80, 0x00, + 0x00, 0x00, 0xff, 0xff, 0x20, 0x33, 0x59, 0xb4, 0x59, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/controller/types/params_test.go b/modules/apps/27-interchain-accounts/controller/types/params_test.go index 1b2b296c7d4..bc209673d14 100644 --- a/modules/apps/27-interchain-accounts/controller/types/params_test.go +++ b/modules/apps/27-interchain-accounts/controller/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/apps/27-interchain-accounts/controller/types/query.pb.go b/modules/apps/27-interchain-accounts/controller/types/query.pb.go index 852995d1985..637f3464abe 100644 --- a/modules/apps/27-interchain-accounts/controller/types/query.pb.go +++ b/modules/apps/27-interchain-accounts/controller/types/query.pb.go @@ -222,37 +222,36 @@ func init() { } var fileDescriptor_df0d8b259d72854e = []byte{ - // 465 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x41, 0x6b, 0x14, 0x31, - 0x14, 0xc7, 0x77, 0x56, 0xba, 0x62, 0xd4, 0x83, 0x71, 0x0f, 0xcb, 0xa2, 0xa3, 0xcc, 0xc9, 0xcb, - 0x26, 0x74, 0x2a, 0x08, 0x0b, 0x0a, 0x56, 0x50, 0x7a, 0x6b, 0xe7, 0x20, 0xe2, 0xc1, 0x92, 0xcd, - 0x84, 0x69, 0x64, 0x26, 0x6f, 0x9a, 0x64, 0x56, 0x96, 0xd2, 0x8b, 0x9f, 0x40, 0xf0, 0xe6, 0x27, - 0xf2, 0x58, 0x10, 0xc1, 0x93, 0xc8, 0xae, 0x9f, 0xc0, 0xb3, 0x07, 0x99, 0x4c, 0x74, 0x3b, 0x58, - 0xc5, 0x5d, 0x7b, 0x9a, 0xbc, 0xf7, 0x78, 0xff, 0xdf, 0x7b, 0xf9, 0x67, 0xd0, 0x03, 0x39, 0xe1, - 0x94, 0x95, 0x65, 0x2e, 0x39, 0xb3, 0x12, 0x94, 0xa1, 0x52, 0x59, 0xa1, 0xf9, 0x01, 0x93, 0x6a, - 0x9f, 0x71, 0x0e, 0x95, 0xb2, 0x86, 0x72, 0x50, 0x56, 0x43, 0x9e, 0x0b, 0x4d, 0xa7, 0x9b, 0xf4, - 0xb0, 0x12, 0x7a, 0x46, 0x4a, 0x0d, 0x16, 0x70, 0x2c, 0x27, 0x9c, 0x9c, 0xee, 0x27, 0x67, 0xf4, - 0x93, 0x65, 0x3f, 0x99, 0x6e, 0x0e, 0x1f, 0xad, 0xc1, 0x3c, 0xa5, 0xe0, 0xc0, 0xc3, 0x7e, 0x06, - 0x19, 0xb8, 0x23, 0xad, 0x4f, 0x3e, 0x7b, 0x23, 0x03, 0xc8, 0x72, 0x41, 0x59, 0x29, 0x29, 0x53, - 0x0a, 0xac, 0x1f, 0xca, 0x55, 0x23, 0x8b, 0x6e, 0xee, 0xd5, 0xb3, 0xef, 0xfc, 0xc2, 0x3d, 0x6c, - 0x68, 0x89, 0x38, 0xac, 0x84, 0xb1, 0xb8, 0x8f, 0x36, 0xe0, 0x95, 0x12, 0x7a, 0x10, 0xdc, 0x0e, - 0xee, 0x5c, 0x4a, 0x9a, 0x00, 0xdf, 0x47, 0x57, 0x39, 0x28, 0x25, 0x78, 0xad, 0xb5, 0x2f, 0xd3, - 0x41, 0xb7, 0xae, 0x6e, 0x0f, 0xbe, 0x7d, 0xbe, 0xd5, 0x9f, 0xb1, 0x22, 0x1f, 0x47, 0xad, 0x72, - 0x94, 0x5c, 0x59, 0xc6, 0x3b, 0x69, 0x34, 0x46, 0xe1, 0x9f, 0xa8, 0xa6, 0x04, 0x65, 0x04, 0x1e, - 0xa0, 0x8b, 0x2c, 0x4d, 0xb5, 0x30, 0xc6, 0x83, 0x7f, 0x86, 0x51, 0x1f, 0x61, 0xd7, 0xbb, 0xcb, - 0x34, 0x2b, 0x8c, 0x1f, 0x33, 0x92, 0xe8, 0x7a, 0x2b, 0xeb, 0x65, 0x12, 0xd4, 0x2b, 0x5d, 0xc6, - 0xa9, 0x5c, 0x8e, 0xc7, 0x64, 0x75, 0x73, 0x88, 0xd7, 0xf4, 0x4a, 0xf1, 0xf7, 0x0b, 0x68, 0xc3, - 0xb1, 0xf0, 0xbb, 0x2e, 0xba, 0xf6, 0xdb, 0x0a, 0x78, 0x6f, 0x1d, 0xc6, 0x5f, 0x4d, 0x18, 0x26, - 0xe7, 0x29, 0xd9, 0x5c, 0x4d, 0xf4, 0xe2, 0xf5, 0x87, 0xaf, 0x6f, 0xbb, 0xcf, 0xf0, 0x53, 0xea, - 0xdf, 0xde, 0xbf, 0xbc, 0x39, 0xe7, 0xbe, 0xa1, 0x47, 0xee, 0x7b, 0x4c, 0x97, 0xa6, 0x1a, 0x7a, - 0xd4, 0x72, 0xfc, 0x18, 0x7f, 0x0c, 0x50, 0xaf, 0xb9, 0x39, 0xfc, 0x78, 0xed, 0xf1, 0x5b, 0x26, - 0x0f, 0x9f, 0xfc, 0xb7, 0x8e, 0xdf, 0x7d, 0xec, 0x76, 0xbf, 0x8b, 0xe3, 0x55, 0x76, 0x6f, 0xec, - 0xdf, 0x7e, 0xf9, 0x7e, 0x1e, 0x06, 0x27, 0xf3, 0x30, 0xf8, 0x32, 0x0f, 0x83, 0x37, 0x8b, 0xb0, - 0x73, 0xb2, 0x08, 0x3b, 0x9f, 0x16, 0x61, 0xe7, 0xf9, 0x6e, 0x26, 0xed, 0x41, 0x35, 0x21, 0x1c, - 0x0a, 0xca, 0xc1, 0x14, 0x60, 0x6a, 0xf9, 0x51, 0x06, 0x74, 0xba, 0x45, 0x0b, 0x48, 0xab, 0x5c, - 0x98, 0x06, 0x16, 0xdf, 0x1b, 0x2d, 0x79, 0xa3, 0xb3, 0x78, 0x76, 0x56, 0x0a, 0x33, 0xe9, 0xb9, - 0x9f, 0x74, 0xeb, 0x47, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0d, 0xa8, 0xc5, 0xaa, 0x93, 0x04, 0x00, - 0x00, + // 463 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0x41, 0x8b, 0x13, 0x31, + 0x14, 0xc7, 0x3b, 0x95, 0xad, 0x18, 0xf5, 0x60, 0xec, 0xa1, 0x14, 0x1d, 0x65, 0x4e, 0x5e, 0x9a, + 0xb0, 0xb3, 0x82, 0x50, 0x50, 0x70, 0x05, 0x65, 0x2f, 0xe2, 0xce, 0x41, 0xc4, 0x83, 0x4b, 0x9a, + 0x09, 0xd3, 0xc0, 0x34, 0x6f, 0x36, 0xc9, 0x54, 0xca, 0xb2, 0x17, 0x3f, 0x81, 0xe0, 0xcd, 0x4f, + 0xe4, 0x71, 0x41, 0x04, 0x4f, 0x22, 0xad, 0x9f, 0xc0, 0xb3, 0x07, 0x99, 0x4c, 0x74, 0x76, 0x70, + 0x15, 0x5b, 0x3d, 0x4d, 0xde, 0x7b, 0xbc, 0xff, 0xef, 0xbd, 0xfc, 0x33, 0xe8, 0x9e, 0x9c, 0x70, + 0xca, 0x8a, 0x22, 0x97, 0x9c, 0x59, 0x09, 0xca, 0x50, 0xa9, 0xac, 0xd0, 0x7c, 0xca, 0xa4, 0x3a, + 0x60, 0x9c, 0x43, 0xa9, 0xac, 0xa1, 0x1c, 0x94, 0xd5, 0x90, 0xe7, 0x42, 0xd3, 0xf9, 0x36, 0x3d, + 0x2c, 0x85, 0x5e, 0x90, 0x42, 0x83, 0x05, 0x1c, 0xcb, 0x09, 0x27, 0xa7, 0xfb, 0xc9, 0x19, 0xfd, + 0xa4, 0xe9, 0x27, 0xf3, 0xed, 0xe1, 0x83, 0x0d, 0x98, 0xa7, 0x14, 0x1c, 0x78, 0xd8, 0xcf, 0x20, + 0x03, 0x77, 0xa4, 0xd5, 0xc9, 0x67, 0xaf, 0x65, 0x00, 0x59, 0x2e, 0x28, 0x2b, 0x24, 0x65, 0x4a, + 0x81, 0xf5, 0x43, 0xb9, 0x6a, 0x64, 0xd1, 0xf5, 0xfd, 0x6a, 0xf6, 0xbd, 0x9f, 0xb8, 0xfb, 0x35, + 0x2d, 0x11, 0x87, 0xa5, 0x30, 0x16, 0xf7, 0xd1, 0x16, 0xbc, 0x54, 0x42, 0x0f, 0x82, 0x9b, 0xc1, + 0xad, 0x0b, 0x49, 0x1d, 0xe0, 0xbb, 0xe8, 0x32, 0x07, 0xa5, 0x04, 0xaf, 0xb4, 0x0e, 0x64, 0x3a, + 0xe8, 0x56, 0xd5, 0xdd, 0xc1, 0xd7, 0x4f, 0x37, 0xfa, 0x0b, 0x36, 0xcb, 0xc7, 0x51, 0xab, 0x1c, + 0x25, 0x97, 0x9a, 0x78, 0x2f, 0x8d, 0xc6, 0x28, 0xfc, 0x1d, 0xd5, 0x14, 0xa0, 0x8c, 0xc0, 0x03, + 0x74, 0x9e, 0xa5, 0xa9, 0x16, 0xc6, 0x78, 0xf0, 0x8f, 0x30, 0xea, 0x23, 0xec, 0x7a, 0x9f, 0x30, + 0xcd, 0x66, 0xc6, 0x8f, 0x19, 0x49, 0x74, 0xb5, 0x95, 0xf5, 0x32, 0x09, 0xea, 0x15, 0x2e, 0xe3, + 0x54, 0x2e, 0xc6, 0x63, 0xb2, 0xbe, 0x39, 0xc4, 0x6b, 0x7a, 0xa5, 0xf8, 0xdb, 0x39, 0xb4, 0xe5, + 0x58, 0xf8, 0x6d, 0x17, 0x5d, 0xf9, 0x65, 0x05, 0xbc, 0xbf, 0x09, 0xe3, 0x8f, 0x26, 0x0c, 0x93, + 0xff, 0x29, 0x59, 0x5f, 0x4d, 0xf4, 0xe2, 0xd5, 0xfb, 0x2f, 0x6f, 0xba, 0xcf, 0xf0, 0x53, 0xea, + 0xdf, 0xde, 0xdf, 0xbc, 0x39, 0xe7, 0xbe, 0xa1, 0x47, 0xee, 0x7b, 0x4c, 0x1b, 0x53, 0x0d, 0x3d, + 0x6a, 0x39, 0x7e, 0x8c, 0x3f, 0x04, 0xa8, 0x57, 0xdf, 0x1c, 0x7e, 0xb8, 0xf1, 0xf8, 0x2d, 0x93, + 0x87, 0x8f, 0xfe, 0x59, 0xc7, 0xef, 0x3e, 0x76, 0xbb, 0xdf, 0xc6, 0xf1, 0x3a, 0xbb, 0xd7, 0xf6, + 0xef, 0x4e, 0xdf, 0x2d, 0xc3, 0xe0, 0x64, 0x19, 0x06, 0x9f, 0x97, 0x61, 0xf0, 0x7a, 0x15, 0x76, + 0x4e, 0x56, 0x61, 0xe7, 0xe3, 0x2a, 0xec, 0x3c, 0x7f, 0x9c, 0x49, 0x3b, 0x2d, 0x27, 0x84, 0xc3, + 0x8c, 0xe6, 0x52, 0x89, 0x4a, 0x7c, 0x94, 0x01, 0x9d, 0xef, 0xd0, 0x19, 0xa4, 0x65, 0x2e, 0x4c, + 0x8d, 0x8a, 0xef, 0x8c, 0x1a, 0xda, 0xe8, 0x2c, 0x9a, 0x5d, 0x14, 0xc2, 0x4c, 0x7a, 0xee, 0x17, + 0xdd, 0xf9, 0x1e, 0x00, 0x00, 0xff, 0xff, 0x19, 0xc3, 0x16, 0x1a, 0x91, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/27-interchain-accounts/host/client/cli/query.go b/modules/apps/27-interchain-accounts/host/client/cli/query.go index 8f3e0989e08..9fafd557506 100644 --- a/modules/apps/27-interchain-accounts/host/client/cli/query.go +++ b/modules/apps/27-interchain-accounts/host/client/cli/query.go @@ -13,10 +13,10 @@ import ( "github.com/line/lbm-sdk/version" "github.com/line/lbm-sdk/x/auth/tx" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // GetCmdParams returns the command handler for the host submodule parameter querying. diff --git a/modules/apps/27-interchain-accounts/host/ibc_module.go b/modules/apps/27-interchain-accounts/host/ibc_module.go index 99608d3cab5..7c3144392d3 100644 --- a/modules/apps/27-interchain-accounts/host/ibc_module.go +++ b/modules/apps/27-interchain-accounts/host/ibc_module.go @@ -5,11 +5,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/line/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for interchain accounts host chains diff --git a/modules/apps/27-interchain-accounts/host/ibc_module_test.go b/modules/apps/27-interchain-accounts/host/ibc_module_test.go index 5e641e39b0d..4e2d58a1179 100644 --- a/modules/apps/27-interchain-accounts/host/ibc_module_test.go +++ b/modules/apps/27-interchain-accounts/host/ibc_module_test.go @@ -14,13 +14,13 @@ import ( ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/host/keeper/account.go b/modules/apps/27-interchain-accounts/host/keeper/account.go index e16a6176b14..6406863d903 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/account.go +++ b/modules/apps/27-interchain-accounts/host/keeper/account.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" authtypes "github.com/line/lbm-sdk/x/auth/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) // RegisterInterchainAccount attempts to create a new account using the provided address and diff --git a/modules/apps/27-interchain-accounts/host/keeper/events.go b/modules/apps/27-interchain-accounts/host/keeper/events.go index 9708561542c..a9b52346a7c 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/events.go +++ b/modules/apps/27-interchain-accounts/host/keeper/events.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // EmitAcknowledgementEvent emits an event signalling a successful or failed acknowledgement and including the error diff --git a/modules/apps/27-interchain-accounts/host/keeper/genesis.go b/modules/apps/27-interchain-accounts/host/keeper/genesis.go index 48473768b04..e55fc172cc4 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/genesis.go +++ b/modules/apps/27-interchain-accounts/host/keeper/genesis.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // InitGenesis initializes the interchain accounts host application state from a provided genesis state diff --git a/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go b/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go index 6e8638ba42c..5f8760717f3 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/genesis_test.go @@ -1,10 +1,10 @@ package keeper_test import ( - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestInitGenesis() { diff --git a/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go b/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go index 01c07608bb4..24d3fc9413c 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go +++ b/modules/apps/27-interchain-accounts/host/keeper/grpc_query.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go b/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go index bca1d55b8fd..41ee4f3b550 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/grpc_query_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) func (suite *KeeperTestSuite) TestQueryParams() { diff --git a/modules/apps/27-interchain-accounts/host/keeper/handshake.go b/modules/apps/27-interchain-accounts/host/keeper/handshake.go index 78e15cd1a78..40103e1dbf4 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/handshake.go +++ b/modules/apps/27-interchain-accounts/host/keeper/handshake.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // OnChanOpenTry performs basic validation of the ICA channel diff --git a/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go b/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go index 9b20def9e7a..13451719cb9 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/handshake_test.go @@ -5,11 +5,11 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) // open and close channel is a helper function for TestOnChanOpenTry for reopening accounts diff --git a/modules/apps/27-interchain-accounts/host/keeper/keeper.go b/modules/apps/27-interchain-accounts/host/keeper/keeper.go index 3d45541137d..5bd8b27f667 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/keeper.go +++ b/modules/apps/27-interchain-accounts/host/keeper/keeper.go @@ -12,10 +12,10 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" "github.com/line/ostracon/libs/log" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC interchain accounts host keeper diff --git a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go index b2f4174b654..0997b260bed 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/keeper_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/suite" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/host/keeper/params.go b/modules/apps/27-interchain-accounts/host/keeper/params.go index 0b459e8f5ec..93e3107bca4 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/params.go +++ b/modules/apps/27-interchain-accounts/host/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) // IsHostEnabled retrieves the host enabled boolean from the paramstore. diff --git a/modules/apps/27-interchain-accounts/host/keeper/params_test.go b/modules/apps/27-interchain-accounts/host/keeper/params_test.go index 529afecaecf..d84265b4699 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/params_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" +import "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/27-interchain-accounts/host/keeper/relay.go b/modules/apps/27-interchain-accounts/host/keeper/relay.go index 746fc3f0611..45614641d50 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/relay.go +++ b/modules/apps/27-interchain-accounts/host/keeper/relay.go @@ -5,9 +5,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // OnRecvPacket handles a given interchain accounts packet on a destination host chain. diff --git a/modules/apps/27-interchain-accounts/host/keeper/relay_test.go b/modules/apps/27-interchain-accounts/host/keeper/relay_test.go index f7b22daa594..76fe2c96a4f 100644 --- a/modules/apps/27-interchain-accounts/host/keeper/relay_test.go +++ b/modules/apps/27-interchain-accounts/host/keeper/relay_test.go @@ -10,12 +10,12 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" stakingtypes "github.com/line/lbm-sdk/x/staking/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + transfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestOnRecvPacket() { diff --git a/modules/apps/27-interchain-accounts/host/types/ack.go b/modules/apps/27-interchain-accounts/host/types/ack.go index bb843fa5535..d11c241eca0 100644 --- a/modules/apps/27-interchain-accounts/host/types/ack.go +++ b/modules/apps/27-interchain-accounts/host/types/ack.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/apps/27-interchain-accounts/host/types/ack_test.go b/modules/apps/27-interchain-accounts/host/types/ack_test.go index d2eafa58fc6..52aa01e827c 100644 --- a/modules/apps/27-interchain-accounts/host/types/ack_test.go +++ b/modules/apps/27-interchain-accounts/host/types/ack_test.go @@ -10,8 +10,8 @@ import ( ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) const ( diff --git a/modules/apps/27-interchain-accounts/host/types/host.pb.go b/modules/apps/27-interchain-accounts/host/types/host.pb.go index e944986eb4c..4cbfd8df0b0 100644 --- a/modules/apps/27-interchain-accounts/host/types/host.pb.go +++ b/modules/apps/27-interchain-accounts/host/types/host.pb.go @@ -88,7 +88,7 @@ func init() { } var fileDescriptor_48e202774f13d08e = []byte{ - // 290 bytes of a gzipped FileDescriptorProto + // 287 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xcf, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -100,14 +100,13 @@ var fileDescriptor_48e202774f13d08e = []byte{ 0x27, 0x2f, 0x5c, 0x99, 0x98, 0x9b, 0x63, 0xa5, 0x84, 0x2c, 0xab, 0x14, 0xc4, 0x0d, 0xe2, 0xba, 0x42, 0x78, 0x42, 0x0e, 0x5c, 0x7c, 0x89, 0x39, 0x39, 0xf9, 0xe5, 0xf1, 0xb9, 0xa9, 0xc5, 0xc5, 0x89, 0xe9, 0xa9, 0xc5, 0x12, 0x4c, 0x0a, 0xcc, 0x1a, 0x9c, 0x4e, 0x92, 0x9f, 0xee, 0xc9, 0x8b, - 0x42, 0x74, 0xa3, 0xca, 0x2b, 0x05, 0xf1, 0x82, 0x05, 0x7c, 0xa1, 0x7c, 0xa7, 0x94, 0x13, 0x8f, + 0x42, 0x74, 0xa3, 0xca, 0x2b, 0x05, 0xf1, 0x82, 0x05, 0x7c, 0xa1, 0x7c, 0xa7, 0xa4, 0x13, 0x8f, 0xe4, 0x18, 0x2f, 0x3c, 0x92, 0x63, 0x7c, 0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x0b, - 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xf2, 0x4a, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, - 0x4b, 0xce, 0xcf, 0xd5, 0x4f, 0xce, 0x2f, 0xce, 0xcd, 0x2f, 0xd6, 0xcf, 0x4c, 0x4a, 0xd6, 0x4d, - 0xcf, 0xd7, 0x2f, 0x33, 0xd6, 0xcf, 0xcd, 0x4f, 0x29, 0xcd, 0x49, 0x2d, 0x06, 0x85, 0x5f, 0xb1, - 0xbe, 0x91, 0xb9, 0x2e, 0x22, 0x04, 0x74, 0x51, 0x83, 0xae, 0xa4, 0xb2, 0x20, 0xb5, 0x38, 0x89, - 0x0d, 0xec, 0x6b, 0x63, 0x40, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf0, 0xc9, 0x05, 0x61, 0x74, 0x01, - 0x00, 0x00, + 0x8f, 0xe5, 0x18, 0x6e, 0x3c, 0x96, 0x63, 0x88, 0xf2, 0x48, 0xcf, 0x2c, 0xc9, 0x28, 0x4d, 0xd2, + 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0xc9, 0xcc, 0x4b, 0xd5, 0xcf, 0x4c, 0x4a, 0xd6, 0x4d, 0xcf, 0xd7, + 0x2f, 0x33, 0xd6, 0xcf, 0xcd, 0x4f, 0x29, 0xcd, 0x49, 0x2d, 0x06, 0x85, 0x5e, 0xb1, 0xbe, 0x91, + 0xb9, 0x2e, 0xc2, 0xff, 0xba, 0xa8, 0x01, 0x57, 0x52, 0x59, 0x90, 0x5a, 0x9c, 0xc4, 0x06, 0xf6, + 0xb3, 0x31, 0x20, 0x00, 0x00, 0xff, 0xff, 0x41, 0xfb, 0x70, 0xb0, 0x72, 0x01, 0x00, 0x00, } func (m *Params) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/host/types/params_test.go b/modules/apps/27-interchain-accounts/host/types/params_test.go index 2606f3fd2f5..13b4a76b424 100644 --- a/modules/apps/27-interchain-accounts/host/types/params_test.go +++ b/modules/apps/27-interchain-accounts/host/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/apps/27-interchain-accounts/host/types/query.pb.go b/modules/apps/27-interchain-accounts/host/types/query.pb.go index c468e841945..0d54a8fe1b9 100644 --- a/modules/apps/27-interchain-accounts/host/types/query.pb.go +++ b/modules/apps/27-interchain-accounts/host/types/query.pb.go @@ -121,27 +121,27 @@ func init() { } var fileDescriptor_e6b7e23fc90c353a = []byte{ - // 312 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x91, 0x3f, 0x4b, 0x3b, 0x31, - 0x18, 0xc7, 0x9b, 0x1f, 0xfc, 0x3a, 0xc4, 0x2d, 0x3a, 0x48, 0x91, 0x20, 0x9d, 0x1c, 0xda, 0x84, - 0xfe, 0x81, 0x3a, 0xaa, 0xa3, 0x38, 0xa8, 0xa3, 0x8b, 0xe4, 0xd2, 0x70, 0x0d, 0xf4, 0xf2, 0xa4, - 0x97, 0xdc, 0x41, 0x57, 0x5f, 0x81, 0xe0, 0x4b, 0x72, 0x71, 0x11, 0x0a, 0x2e, 0x8e, 0x72, 0xe7, - 0x0b, 0x91, 0xcb, 0x1d, 0x68, 0x51, 0x84, 0xc3, 0xf5, 0x09, 0x9f, 0xcf, 0xf7, 0xf9, 0x3e, 0xc1, - 0xc7, 0x3a, 0x92, 0x5c, 0x58, 0xbb, 0xd4, 0x52, 0x78, 0x0d, 0xc6, 0x71, 0x6d, 0xbc, 0x4a, 0xe5, - 0x42, 0x68, 0x73, 0x2b, 0xa4, 0x84, 0xcc, 0x78, 0xc7, 0x17, 0xe0, 0x3c, 0xcf, 0x47, 0x7c, 0x95, - 0xa9, 0x74, 0xcd, 0x6c, 0x0a, 0x1e, 0xc8, 0x40, 0x47, 0x92, 0x7d, 0x25, 0xd9, 0x0f, 0x24, 0xab, - 0x48, 0x96, 0x8f, 0x7a, 0x07, 0x31, 0x40, 0xbc, 0x54, 0x5c, 0x58, 0xcd, 0x85, 0x31, 0xe0, 0x1b, - 0x26, 0xb8, 0x7a, 0xb3, 0x56, 0x5b, 0x04, 0x67, 0x00, 0xfb, 0x7b, 0x98, 0x5c, 0x55, 0x3b, 0x5d, - 0x8a, 0x54, 0x24, 0xee, 0x5a, 0xad, 0x32, 0xe5, 0x7c, 0x5f, 0xe2, 0xdd, 0xad, 0xa9, 0xb3, 0x60, - 0x9c, 0x22, 0x17, 0xb8, 0x6b, 0xc3, 0x64, 0x1f, 0x1d, 0xa2, 0xa3, 0x9d, 0xf1, 0x94, 0xb5, 0xa9, - 0xc0, 0x1a, 0x5b, 0xe3, 0x18, 0x3f, 0x23, 0xfc, 0x3f, 0xa4, 0x90, 0x47, 0x84, 0xbb, 0xf5, 0x23, - 0x39, 0x69, 0xa7, 0xfc, 0xbe, 0x7b, 0xef, 0xf4, 0x0f, 0x86, 0xba, 0x67, 0x7f, 0x7a, 0xf7, 0xf2, - 0xfe, 0xf0, 0x8f, 0x91, 0x01, 0x6f, 0xce, 0xfa, 0xfb, 0x39, 0xeb, 0x3e, 0x67, 0xf3, 0xa7, 0x82, - 0xa2, 0x4d, 0x41, 0xd1, 0x5b, 0x41, 0xd1, 0x7d, 0x49, 0x3b, 0x9b, 0x92, 0x76, 0x5e, 0x4b, 0xda, - 0xb9, 0x39, 0x8f, 0xb5, 0x5f, 0x64, 0x11, 0x93, 0x90, 0x70, 0x09, 0x2e, 0x01, 0x57, 0x89, 0x87, - 0x31, 0xf0, 0x7c, 0xc2, 0x13, 0x98, 0x67, 0x4b, 0xe5, 0xea, 0x98, 0xf1, 0x6c, 0xf8, 0x99, 0x34, - 0xdc, 0x4e, 0xf2, 0x6b, 0xab, 0x5c, 0xd4, 0x0d, 0xff, 0x36, 0xf9, 0x08, 0x00, 0x00, 0xff, 0xff, - 0x7d, 0xf5, 0x90, 0xb6, 0x78, 0x02, 0x00, 0x00, + // 310 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x91, 0x3f, 0x4b, 0x03, 0x31, + 0x18, 0xc6, 0x1b, 0xc1, 0x0e, 0x71, 0x8b, 0x0e, 0x52, 0x24, 0x48, 0x27, 0x87, 0x36, 0xa1, 0x7f, + 0xa0, 0x8e, 0xea, 0xe4, 0xe0, 0xa0, 0x8e, 0x2e, 0x92, 0x8b, 0xe1, 0x1a, 0xb8, 0xe6, 0x4d, 0x2f, + 0xb9, 0x83, 0xae, 0x7e, 0x02, 0xc1, 0x8f, 0xe4, 0xe2, 0x22, 0x14, 0x5c, 0x1c, 0xe5, 0xce, 0x0f, + 0x22, 0x97, 0x3b, 0xd0, 0xa2, 0x08, 0x87, 0xeb, 0x1b, 0x7e, 0xbf, 0xe7, 0x7d, 0xde, 0xe0, 0x63, + 0x1d, 0x49, 0x2e, 0xac, 0x4d, 0xb4, 0x14, 0x5e, 0x83, 0x71, 0x5c, 0x1b, 0xaf, 0x52, 0x39, 0x17, + 0xda, 0xdc, 0x0a, 0x29, 0x21, 0x33, 0xde, 0xf1, 0x39, 0x38, 0xcf, 0xf3, 0x11, 0x5f, 0x66, 0x2a, + 0x5d, 0x31, 0x9b, 0x82, 0x07, 0x32, 0xd0, 0x91, 0x64, 0xdf, 0x49, 0xf6, 0x0b, 0xc9, 0x2a, 0x92, + 0xe5, 0xa3, 0xde, 0x41, 0x0c, 0x10, 0x27, 0x8a, 0x0b, 0xab, 0xb9, 0x30, 0x06, 0x7c, 0xc3, 0x04, + 0x57, 0x6f, 0xd6, 0x6a, 0x8b, 0xe0, 0x0c, 0x60, 0x7f, 0x0f, 0x93, 0xab, 0x6a, 0xa7, 0x4b, 0x91, + 0x8a, 0x85, 0xbb, 0x56, 0xcb, 0x4c, 0x39, 0xdf, 0x97, 0x78, 0x77, 0x63, 0xea, 0x2c, 0x18, 0xa7, + 0xc8, 0x05, 0xee, 0xda, 0x30, 0xd9, 0x47, 0x87, 0xe8, 0x68, 0x67, 0x3c, 0x65, 0x6d, 0x2a, 0xb0, + 0xc6, 0xd6, 0x38, 0xc6, 0x2f, 0x08, 0x6f, 0x87, 0x14, 0xf2, 0x84, 0x70, 0xb7, 0x7e, 0x24, 0x27, + 0xed, 0x94, 0x3f, 0x77, 0xef, 0x9d, 0xfe, 0xc3, 0x50, 0xf7, 0xec, 0x4f, 0xef, 0x5f, 0x3f, 0x1e, + 0xb7, 0x18, 0x19, 0xf0, 0xe6, 0xac, 0x7f, 0x9f, 0xb3, 0xee, 0x73, 0x16, 0x3d, 0x17, 0x14, 0xad, + 0x0b, 0x8a, 0xde, 0x0b, 0x8a, 0x1e, 0x4a, 0xda, 0x59, 0x97, 0xb4, 0xf3, 0x56, 0xd2, 0xce, 0xcd, + 0x79, 0xac, 0xfd, 0x3c, 0x8b, 0x98, 0x84, 0x05, 0x4f, 0xb4, 0x51, 0x95, 0x76, 0x18, 0x03, 0xcf, + 0x27, 0x7c, 0x01, 0x77, 0x59, 0xa2, 0x5c, 0x1d, 0x32, 0x9e, 0x0d, 0xbf, 0x72, 0x86, 0x9b, 0x39, + 0x7e, 0x65, 0x95, 0x8b, 0xba, 0xe1, 0xd7, 0x26, 0x9f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x03, 0xa6, + 0x33, 0x8c, 0x76, 0x02, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/27-interchain-accounts/module.go b/modules/apps/27-interchain-accounts/module.go index 4af773136f8..13e8d7ba401 100644 --- a/modules/apps/27-interchain-accounts/module.go +++ b/modules/apps/27-interchain-accounts/module.go @@ -15,16 +15,16 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/module" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/client/cli" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" - controllerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" - hostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/client/cli" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller" + controllerkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host" + hostkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + ibchost "github.com/line/ibc-go/v3/modules/core/24-host" ) var ( diff --git a/modules/apps/27-interchain-accounts/module_test.go b/modules/apps/27-interchain-accounts/module_test.go index 79416743f5a..4d696e11cd6 100644 --- a/modules/apps/27-interchain-accounts/module_test.go +++ b/modules/apps/27-interchain-accounts/module_test.go @@ -9,12 +9,12 @@ import ( "github.com/line/ostracon/libs/log" - ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" - controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + ica "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts" + controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) type InterchainAccountsTestSuite struct { diff --git a/modules/apps/27-interchain-accounts/types/account.pb.go b/modules/apps/27-interchain-accounts/types/account.pb.go index 858dffb6384..c6bae2edbe8 100644 --- a/modules/apps/27-interchain-accounts/types/account.pb.go +++ b/modules/apps/27-interchain-accounts/types/account.pb.go @@ -72,7 +72,7 @@ func init() { } var fileDescriptor_5561bd92625bf7da = []byte{ - // 341 bytes of a gzipped FileDescriptorProto + // 343 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xcd, 0x4c, 0x4a, 0xd6, 0x4f, 0x2c, 0x28, 0xc8, 0xc9, 0x4c, 0x4e, 0x2c, 0xc9, 0xcc, 0xcf, 0x2b, 0xd6, 0xcf, 0xcc, 0x2b, 0x49, 0x2d, 0x4a, 0xce, 0x48, 0xcc, 0xcc, 0x8b, 0x4f, 0x4c, 0x4e, 0xce, 0x2f, 0xcd, 0x2b, 0x29, @@ -88,13 +88,13 @@ var fileDescriptor_5561bd92625bf7da = []byte{ 0x5c, 0xbc, 0x50, 0x89, 0xf8, 0xfc, 0xf2, 0xbc, 0xd4, 0x22, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x4e, 0x27, 0x89, 0x4f, 0xf7, 0xe4, 0x45, 0x20, 0x9a, 0x51, 0xa4, 0x95, 0x82, 0x78, 0xa0, 0x7c, 0x7f, 0x10, 0xd7, 0x4a, 0xae, 0x63, 0x81, 0x3c, 0xc3, 0x8c, 0x05, 0xf2, 0x0c, 0x97, 0xb6, 0xe8, 0x0a, - 0x61, 0xb8, 0xdf, 0xd3, 0x29, 0xfe, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, + 0x61, 0xb8, 0xdf, 0xd3, 0x29, 0xf6, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x1f, 0x3c, 0x92, 0x63, 0x9c, 0xf0, 0x58, 0x8e, 0xe1, 0xc2, 0x63, 0x39, 0x86, 0x1b, 0x8f, 0xe5, 0x18, 0xa2, - 0x5c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xa1, 0xe1, 0xa7, 0x9f, 0x99, - 0x94, 0xac, 0x9b, 0x9e, 0xaf, 0x5f, 0x66, 0xac, 0x9f, 0x9b, 0x9f, 0x52, 0x9a, 0x93, 0x5a, 0x0c, - 0x8a, 0xc1, 0x62, 0x7d, 0x23, 0x73, 0x5d, 0x44, 0x2c, 0xe8, 0xc2, 0x23, 0xaf, 0xa4, 0xb2, 0x20, - 0xb5, 0x38, 0x89, 0x0d, 0x1c, 0x7c, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0x74, 0x07, 0x08, - 0x0e, 0xf1, 0x01, 0x00, 0x00, + 0x9c, 0xd3, 0x33, 0x4b, 0x32, 0x4a, 0x93, 0xf4, 0x92, 0xf3, 0x73, 0xf5, 0x73, 0x32, 0xf3, 0x52, + 0xf5, 0x33, 0x93, 0x92, 0x75, 0xd3, 0xf3, 0xf5, 0xcb, 0x8c, 0xf5, 0x73, 0xf3, 0x53, 0x4a, 0x73, + 0x52, 0x8b, 0x41, 0xf1, 0x57, 0xac, 0x6f, 0x64, 0xae, 0x8b, 0x88, 0x03, 0x5d, 0x78, 0xd4, 0x95, + 0x54, 0x16, 0xa4, 0x16, 0x27, 0xb1, 0x81, 0x03, 0xcf, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xa2, + 0x8b, 0x4e, 0x8e, 0xef, 0x01, 0x00, 0x00, } func (m *InterchainAccount) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/account_test.go b/modules/apps/27-interchain-accounts/types/account_test.go index 909f076feb6..05750f6a6c7 100644 --- a/modules/apps/27-interchain-accounts/types/account_test.go +++ b/modules/apps/27-interchain-accounts/types/account_test.go @@ -10,8 +10,8 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/apps/27-interchain-accounts/types/codec_test.go b/modules/apps/27-interchain-accounts/types/codec_test.go index 83a394038fe..b906317b814 100644 --- a/modules/apps/27-interchain-accounts/types/codec_test.go +++ b/modules/apps/27-interchain-accounts/types/codec_test.go @@ -6,8 +6,8 @@ import ( banktypes "github.com/line/lbm-sdk/x/bank/types" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/line/ibc-go/v3/testing/simapp" ) // caseRawBytes defines a helper struct, used for testing codec operations diff --git a/modules/apps/27-interchain-accounts/types/expected_keepers.go b/modules/apps/27-interchain-accounts/types/expected_keepers.go index e20bcefc46c..f9a6a7787d1 100644 --- a/modules/apps/27-interchain-accounts/types/expected_keepers.go +++ b/modules/apps/27-interchain-accounts/types/expected_keepers.go @@ -5,8 +5,8 @@ import ( authtypes "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/line/ibc-go/v3/modules/core/exported" ) // AccountKeeper defines the expected account keeper diff --git a/modules/apps/27-interchain-accounts/types/genesis.go b/modules/apps/27-interchain-accounts/types/genesis.go index f4c5b15b6d2..1755592de8a 100644 --- a/modules/apps/27-interchain-accounts/types/genesis.go +++ b/modules/apps/27-interchain-accounts/types/genesis.go @@ -1,9 +1,9 @@ package types import ( - controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // DefaultGenesis creates and returns the interchain accounts GenesisState diff --git a/modules/apps/27-interchain-accounts/types/genesis.pb.go b/modules/apps/27-interchain-accounts/types/genesis.pb.go index c73f5c395f0..f2de1753637 100644 --- a/modules/apps/27-interchain-accounts/types/genesis.pb.go +++ b/modules/apps/27-interchain-accounts/types/genesis.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - types1 "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + types1 "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" io "io" math "math" math_bits "math/bits" @@ -351,48 +351,48 @@ func init() { } var fileDescriptor_629b3ced0911516b = []byte{ - // 645 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x95, 0x3f, 0x6f, 0x13, 0x3f, - 0x18, 0xc7, 0xe3, 0xa4, 0xbf, 0xfe, 0x14, 0xf7, 0x0f, 0xc5, 0x94, 0xea, 0x08, 0xd2, 0x25, 0x78, - 0x69, 0x24, 0xd4, 0x3b, 0xf5, 0x0f, 0x54, 0x54, 0x42, 0xa8, 0x17, 0x10, 0x64, 0x43, 0x66, 0x41, - 0x2c, 0x27, 0xc7, 0x67, 0x25, 0x96, 0x92, 0x73, 0x74, 0x76, 0x23, 0x75, 0x62, 0x67, 0x62, 0x43, - 0xac, 0x48, 0xbc, 0x00, 0xde, 0x01, 0x63, 0x27, 0xd4, 0x91, 0x29, 0x42, 0xed, 0x3b, 0xc8, 0x2b, - 0x40, 0xf6, 0x9d, 0x92, 0xf4, 0x48, 0xab, 0x9b, 0x98, 0x98, 0x62, 0xdf, 0xe3, 0xef, 0xf7, 0xf9, - 0x3c, 0x7e, 0x1c, 0x1b, 0x3e, 0x12, 0x1d, 0xe6, 0xd3, 0xe1, 0xb0, 0x2f, 0x18, 0xd5, 0x42, 0xc6, - 0xca, 0x17, 0xb1, 0xe6, 0x09, 0xeb, 0x51, 0x11, 0x87, 0x94, 0x31, 0x79, 0x12, 0x6b, 0xe5, 0x8f, - 0x76, 0xfd, 0x2e, 0x8f, 0xb9, 0x12, 0xca, 0x1b, 0x26, 0x52, 0x4b, 0xb4, 0x2d, 0x3a, 0xcc, 0x9b, - 0x97, 0x79, 0x0b, 0x64, 0xde, 0x68, 0xb7, 0xb6, 0xd9, 0x95, 0x5d, 0x69, 0x35, 0xbe, 0x19, 0xa5, - 0xf2, 0x5a, 0xab, 0x50, 0x56, 0x26, 0x63, 0x9d, 0xc8, 0x7e, 0x9f, 0x27, 0x06, 0x60, 0x36, 0xcb, - 0x4c, 0x0e, 0x0b, 0x99, 0xf4, 0xa4, 0xd2, 0x46, 0x6e, 0x7e, 0x53, 0x21, 0xfe, 0x5e, 0x86, 0xab, - 0x2f, 0xd3, 0x72, 0xde, 0x68, 0xaa, 0x39, 0xfa, 0x02, 0xa0, 0x33, 0xb3, 0x0f, 0xb3, 0x52, 0x43, - 0x65, 0x82, 0x0e, 0x68, 0x80, 0xe6, 0xca, 0xde, 0x33, 0xaf, 0x60, 0xc5, 0x5e, 0x6b, 0x6a, 0x34, - 0x9f, 0x23, 0xd8, 0x3e, 0x1b, 0xd7, 0x4b, 0x93, 0x71, 0xbd, 0x7e, 0x4a, 0x07, 0xfd, 0x23, 0x7c, - 0x5d, 0x3a, 0x4c, 0xb6, 0xd8, 0x42, 0x03, 0xf4, 0x01, 0x40, 0x64, 0x8a, 0xc8, 0xe1, 0x95, 0x2d, - 0xde, 0x93, 0xc2, 0x78, 0xaf, 0xa4, 0xd2, 0x57, 0xc0, 0x1e, 0x64, 0x60, 0xf7, 0x52, 0xb0, 0x3f, - 0x53, 0x60, 0xb2, 0xd1, 0xcb, 0x89, 0xf0, 0xd7, 0x0a, 0xdc, 0x5a, 0x5c, 0x28, 0x7a, 0x0f, 0x6f, - 0x51, 0xa6, 0xc5, 0x88, 0x87, 0xac, 0x47, 0xe3, 0x98, 0xf7, 0x95, 0x03, 0x1a, 0x95, 0xe6, 0xca, - 0xde, 0xe3, 0xc2, 0x8c, 0xc7, 0x56, 0xdf, 0x4a, 0xe5, 0x81, 0x9b, 0x01, 0x6e, 0xa5, 0x80, 0x39, - 0x73, 0x4c, 0xd6, 0xe9, 0xfc, 0x72, 0x85, 0x3e, 0x03, 0x78, 0x67, 0x81, 0xb1, 0x53, 0xb6, 0x14, - 0xcf, 0x0b, 0x53, 0x10, 0xde, 0x15, 0x4a, 0xf3, 0x84, 0x47, 0xed, 0xe9, 0x82, 0xe3, 0x34, 0x1e, - 0xe0, 0x8c, 0xa9, 0x96, 0x32, 0x2d, 0x70, 0xc0, 0x04, 0x89, 0xbc, 0x4c, 0xa1, 0x4d, 0xf8, 0xdf, - 0x50, 0x26, 0x5a, 0x39, 0x95, 0x46, 0xa5, 0x59, 0x25, 0xe9, 0x04, 0xbd, 0x85, 0xcb, 0x43, 0x9a, - 0xd0, 0x81, 0x72, 0x96, 0x6c, 0x37, 0x8f, 0x8a, 0x31, 0xce, 0xfd, 0x23, 0x46, 0xbb, 0xde, 0x6b, - 0xeb, 0x10, 0x2c, 0x19, 0x32, 0x92, 0xf9, 0xe1, 0x4f, 0x15, 0xb8, 0x91, 0xef, 0xf8, 0xbf, 0x0e, - 0xdd, 0xd4, 0x21, 0x04, 0x97, 0x4c, 0x53, 0x9c, 0x4a, 0x03, 0x34, 0xab, 0xc4, 0x8e, 0x11, 0xc9, - 0xf5, 0xe7, 0xa0, 0x18, 0xa1, 0xbd, 0x72, 0xae, 0xeb, 0xcc, 0x37, 0x00, 0xd7, 0xae, 0xec, 0x22, - 0x7a, 0x0a, 0xd7, 0x98, 0x8c, 0x63, 0xce, 0x8c, 0x63, 0x28, 0x22, 0x7b, 0xf3, 0x54, 0x03, 0x67, - 0x32, 0xae, 0x6f, 0x4e, 0x2f, 0x8d, 0x59, 0x18, 0x93, 0xd5, 0xd9, 0xbc, 0x1d, 0xa1, 0x87, 0xf0, - 0x7f, 0x03, 0x6b, 0x84, 0x65, 0x2b, 0x44, 0x93, 0x71, 0x7d, 0x3d, 0x15, 0x66, 0x01, 0x4c, 0x96, - 0xcd, 0xa8, 0x1d, 0xa1, 0x03, 0x08, 0xb3, 0xf6, 0x98, 0xf5, 0xb6, 0xd6, 0xe0, 0xee, 0x64, 0x5c, - 0xbf, 0x9d, 0x25, 0x9a, 0xc6, 0x30, 0xa9, 0x66, 0x93, 0x76, 0x84, 0x7f, 0x00, 0x78, 0xff, 0x86, - 0x3d, 0xff, 0xab, 0x15, 0xb4, 0xcc, 0x21, 0xb6, 0x69, 0x43, 0x1a, 0x45, 0x09, 0x57, 0x2a, 0x2b, - 0xa3, 0x36, 0x7f, 0x10, 0xaf, 0x2c, 0xb0, 0x07, 0xd1, 0x7e, 0x39, 0x4e, 0x3f, 0x04, 0xe1, 0xd9, - 0x85, 0x0b, 0xce, 0x2f, 0x5c, 0xf0, 0xeb, 0xc2, 0x05, 0x1f, 0x2f, 0xdd, 0xd2, 0xf9, 0xa5, 0x5b, - 0xfa, 0x79, 0xe9, 0x96, 0xde, 0xbd, 0xe8, 0x0a, 0xdd, 0x3b, 0xe9, 0x78, 0x4c, 0x0e, 0x7c, 0x26, - 0xd5, 0x40, 0x2a, 0x5f, 0x74, 0xd8, 0x4e, 0x57, 0xfa, 0xa3, 0x7d, 0x7f, 0x20, 0xa3, 0x93, 0x3e, - 0x57, 0xe6, 0xf1, 0x51, 0xfe, 0xde, 0xe1, 0xce, 0xac, 0xf9, 0x3b, 0xd3, 0x77, 0x47, 0x9f, 0x0e, - 0xb9, 0xea, 0x2c, 0xdb, 0x17, 0x67, 0xff, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xf5, 0x08, 0x8f, - 0x1f, 0x67, 0x07, 0x00, 0x00, + // 644 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x95, 0x4f, 0x6b, 0x13, 0x4f, + 0x18, 0xc7, 0x33, 0x49, 0x7f, 0xfd, 0x91, 0xe9, 0x1f, 0xeb, 0x58, 0xcb, 0x1a, 0x61, 0x13, 0xe7, + 0xd2, 0x80, 0x74, 0x97, 0xfe, 0xd1, 0x62, 0x41, 0xa4, 0x1b, 0x41, 0x73, 0x93, 0xf1, 0x22, 0x82, + 0x84, 0xc9, 0xec, 0x90, 0x0c, 0x6c, 0x76, 0xc2, 0xce, 0x34, 0xd0, 0x93, 0x77, 0x4f, 0xde, 0xc4, + 0xab, 0xe0, 0x0b, 0xf0, 0x1d, 0x78, 0xec, 0x49, 0x7a, 0xf4, 0x14, 0xa4, 0x7d, 0x07, 0x79, 0x05, + 0x32, 0xb3, 0x4b, 0x92, 0xae, 0x69, 0xd9, 0x93, 0x27, 0x4f, 0x99, 0xd9, 0x67, 0xbe, 0xdf, 0xe7, + 0xf3, 0xcc, 0x33, 0x99, 0x81, 0x8f, 0x44, 0x97, 0xf9, 0x74, 0x38, 0x8c, 0x04, 0xa3, 0x5a, 0xc8, + 0x58, 0xf9, 0x22, 0xd6, 0x3c, 0x61, 0x7d, 0x2a, 0xe2, 0x0e, 0x65, 0x4c, 0x9e, 0xc4, 0x5a, 0xf9, + 0xa3, 0x5d, 0xbf, 0xc7, 0x63, 0xae, 0x84, 0xf2, 0x86, 0x89, 0xd4, 0x12, 0x6d, 0x8b, 0x2e, 0xf3, + 0xe6, 0x65, 0xde, 0x02, 0x99, 0x37, 0xda, 0xad, 0x6d, 0xf6, 0x64, 0x4f, 0x5a, 0x8d, 0x6f, 0x46, + 0xa9, 0xbc, 0xd6, 0x2a, 0x94, 0x95, 0xc9, 0x58, 0x27, 0x32, 0x8a, 0x78, 0x62, 0x00, 0x66, 0xb3, + 0xcc, 0xe4, 0xb0, 0x90, 0x49, 0x5f, 0x2a, 0x6d, 0xe4, 0xe6, 0x37, 0x15, 0xe2, 0xef, 0x65, 0xb8, + 0xfa, 0x22, 0x2d, 0xe7, 0xb5, 0xa6, 0x9a, 0xa3, 0x2f, 0x00, 0x3a, 0x33, 0xfb, 0x4e, 0x56, 0x6a, + 0x47, 0x99, 0xa0, 0x03, 0x1a, 0xa0, 0xb9, 0xb2, 0xf7, 0xcc, 0x2b, 0x58, 0xb1, 0xd7, 0x9a, 0x1a, + 0xcd, 0xe7, 0x08, 0xb6, 0xcf, 0xc6, 0xf5, 0xd2, 0x64, 0x5c, 0xaf, 0x9f, 0xd2, 0x41, 0x74, 0x84, + 0xaf, 0x4b, 0x87, 0xc9, 0x16, 0x5b, 0x68, 0x80, 0x3e, 0x00, 0x88, 0x4c, 0x11, 0x39, 0xbc, 0xb2, + 0xc5, 0x7b, 0x52, 0x18, 0xef, 0xa5, 0x54, 0xfa, 0x0a, 0xd8, 0x83, 0x0c, 0xec, 0x5e, 0x0a, 0xf6, + 0x67, 0x0a, 0x4c, 0x36, 0xfa, 0x39, 0x11, 0xfe, 0x5a, 0x81, 0x5b, 0x8b, 0x0b, 0x45, 0xef, 0xe1, + 0x2d, 0xca, 0xb4, 0x18, 0xf1, 0x0e, 0xeb, 0xd3, 0x38, 0xe6, 0x91, 0x72, 0x40, 0xa3, 0xd2, 0x5c, + 0xd9, 0x7b, 0x5c, 0x98, 0xf1, 0xd8, 0xea, 0x5b, 0xa9, 0x3c, 0x70, 0x33, 0xc0, 0xad, 0x14, 0x30, + 0x67, 0x8e, 0xc9, 0x3a, 0x9d, 0x5f, 0xae, 0xd0, 0x67, 0x00, 0xef, 0x2c, 0x30, 0x76, 0xca, 0x96, + 0xe2, 0x79, 0x61, 0x0a, 0xc2, 0x7b, 0x42, 0x69, 0x9e, 0xf0, 0xb0, 0x3d, 0x5d, 0x70, 0x9c, 0xc6, + 0x03, 0x9c, 0x31, 0xd5, 0x52, 0xa6, 0x05, 0x0e, 0x98, 0x20, 0x91, 0x97, 0x29, 0xb4, 0x09, 0xff, + 0x1b, 0xca, 0x44, 0x2b, 0xa7, 0xd2, 0xa8, 0x34, 0xab, 0x24, 0x9d, 0xa0, 0x37, 0x70, 0x79, 0x48, + 0x13, 0x3a, 0x50, 0xce, 0x92, 0xed, 0xe6, 0x51, 0x31, 0xc6, 0xb9, 0x7f, 0xc4, 0x68, 0xd7, 0x7b, + 0x65, 0x1d, 0x82, 0x25, 0x43, 0x46, 0x32, 0x3f, 0xfc, 0xa9, 0x02, 0x37, 0xf2, 0x1d, 0xff, 0xd7, + 0xa1, 0x9b, 0x3a, 0x84, 0xe0, 0x92, 0x69, 0x8a, 0x53, 0x69, 0x80, 0x66, 0x95, 0xd8, 0x31, 0x22, + 0xb9, 0xfe, 0x1c, 0x14, 0x23, 0xb4, 0x57, 0xce, 0x75, 0x9d, 0xf9, 0x06, 0xe0, 0xda, 0x95, 0x5d, + 0x44, 0x4f, 0xe1, 0x1a, 0x93, 0x71, 0xcc, 0x99, 0x71, 0xec, 0x88, 0xd0, 0xde, 0x3c, 0xd5, 0xc0, + 0x99, 0x8c, 0xeb, 0x9b, 0xd3, 0x4b, 0x63, 0x16, 0xc6, 0x64, 0x75, 0x36, 0x6f, 0x87, 0xe8, 0x21, + 0xfc, 0xdf, 0xc0, 0x1a, 0x61, 0xd9, 0x0a, 0xd1, 0x64, 0x5c, 0x5f, 0x4f, 0x85, 0x59, 0x00, 0x93, + 0x65, 0x33, 0x6a, 0x87, 0xe8, 0x00, 0xc2, 0xac, 0x3d, 0x66, 0xbd, 0xad, 0x35, 0xb8, 0x3b, 0x19, + 0xd7, 0x6f, 0x67, 0x89, 0xa6, 0x31, 0x4c, 0xaa, 0xd9, 0xa4, 0x1d, 0xe2, 0x1f, 0x00, 0xde, 0xbf, + 0x61, 0xcf, 0xff, 0x6a, 0x05, 0x2d, 0x73, 0x88, 0x6d, 0xda, 0x0e, 0x0d, 0xc3, 0x84, 0x2b, 0x95, + 0x95, 0x51, 0x9b, 0x3f, 0x88, 0x57, 0x16, 0xd8, 0x83, 0x68, 0xbf, 0x1c, 0xa7, 0x1f, 0x82, 0x77, + 0x67, 0x17, 0x2e, 0x38, 0xbf, 0x70, 0xc1, 0xaf, 0x0b, 0x17, 0x7c, 0xbc, 0x74, 0x4b, 0xe7, 0x97, + 0x6e, 0xe9, 0xe7, 0xa5, 0x5b, 0x7a, 0xdb, 0xea, 0x09, 0xdd, 0x3f, 0xe9, 0x7a, 0x4c, 0x0e, 0xfc, + 0x48, 0xc4, 0xdc, 0x17, 0x5d, 0xb6, 0xd3, 0x93, 0xfe, 0x68, 0xdf, 0x1f, 0xc8, 0xf0, 0x24, 0xe2, + 0xca, 0x3c, 0x3d, 0xca, 0xdf, 0x3b, 0xdc, 0x99, 0xb5, 0x7e, 0x67, 0xfa, 0xea, 0xe8, 0xd3, 0x21, + 0x57, 0xdd, 0x65, 0xfb, 0xde, 0xec, 0xff, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x72, 0x84, 0x41, 0x59, + 0x65, 0x07, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/genesis_test.go b/modules/apps/27-interchain-accounts/types/genesis_test.go index bbdbc8d14d5..49dab4a9ba5 100644 --- a/modules/apps/27-interchain-accounts/types/genesis_test.go +++ b/modules/apps/27-interchain-accounts/types/genesis_test.go @@ -1,10 +1,10 @@ package types_test import ( - controllertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - hosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + controllertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + hosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestValidateGenesisState() { diff --git a/modules/apps/27-interchain-accounts/types/keys_test.go b/modules/apps/27-interchain-accounts/types/keys_test.go index 94c7a3bed0d..13d5099bd88 100644 --- a/modules/apps/27-interchain-accounts/types/keys_test.go +++ b/modules/apps/27-interchain-accounts/types/keys_test.go @@ -1,7 +1,7 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) func (suite *TypesTestSuite) TestKeyActiveChannel() { diff --git a/modules/apps/27-interchain-accounts/types/metadata.go b/modules/apps/27-interchain-accounts/types/metadata.go index fffb07b6303..ec83e887e18 100644 --- a/modules/apps/27-interchain-accounts/types/metadata.go +++ b/modules/apps/27-interchain-accounts/types/metadata.go @@ -4,7 +4,7 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) const ( diff --git a/modules/apps/27-interchain-accounts/types/metadata.pb.go b/modules/apps/27-interchain-accounts/types/metadata.pb.go index 907e8c0c01d..52c235d598c 100644 --- a/modules/apps/27-interchain-accounts/types/metadata.pb.go +++ b/modules/apps/27-interchain-accounts/types/metadata.pb.go @@ -125,29 +125,29 @@ func init() { } var fileDescriptor_c29c32e397d1f21e = []byte{ - // 349 bytes of a gzipped FileDescriptorProto + // 348 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xcf, 0x4a, 0xeb, 0x40, - 0x18, 0xc5, 0x9b, 0xde, 0x6b, 0x5b, 0x67, 0x25, 0x83, 0xe8, 0x58, 0x30, 0x95, 0xb8, 0xd0, 0x4d, - 0x33, 0xd4, 0x82, 0x82, 0xcb, 0x8a, 0x0b, 0x11, 0x37, 0xc5, 0x95, 0x20, 0x61, 0x32, 0x33, 0xa4, - 0x03, 0xc9, 0x7c, 0x21, 0x33, 0x0d, 0xed, 0x5b, 0xf8, 0x06, 0xbe, 0x8e, 0xcb, 0x2e, 0x5d, 0x15, - 0x69, 0xdf, 0xa0, 0x4f, 0x20, 0x49, 0x6b, 0xeb, 0xdf, 0x5d, 0x4e, 0xce, 0x39, 0xbf, 0x8f, 0xe1, - 0xa0, 0x73, 0x15, 0x72, 0xca, 0xd2, 0x34, 0x56, 0x9c, 0x59, 0x05, 0xda, 0x50, 0xa5, 0xad, 0xcc, - 0xf8, 0x80, 0x29, 0x1d, 0x30, 0xce, 0x61, 0xa8, 0xad, 0xa1, 0x79, 0x87, 0x26, 0xd2, 0x32, 0xc1, - 0x2c, 0xf3, 0xd3, 0x0c, 0x2c, 0xe0, 0x13, 0x15, 0x72, 0xff, 0x73, 0xcf, 0xff, 0xa5, 0xe7, 0xe7, - 0x9d, 0xe6, 0x6e, 0x04, 0x11, 0x94, 0x1d, 0x5a, 0x7c, 0x2d, 0xeb, 0xde, 0x73, 0x15, 0x35, 0xee, - 0x56, 0x44, 0x4c, 0x50, 0x3d, 0x97, 0x99, 0x51, 0xa0, 0x89, 0x73, 0xe4, 0x9c, 0x6e, 0xf7, 0x3f, - 0x24, 0x7e, 0x44, 0x84, 0x83, 0xb6, 0x19, 0xc4, 0xb1, 0xcc, 0x02, 0x0e, 0x5a, 0x4b, 0x5e, 0x5c, - 0x0b, 0x94, 0x20, 0xd5, 0x22, 0xda, 0x3b, 0x5e, 0x4c, 0x5b, 0xad, 0x31, 0x4b, 0xe2, 0x4b, 0xef, - 0xaf, 0xa4, 0xd7, 0xdf, 0xdb, 0x58, 0x57, 0x6b, 0xe7, 0x46, 0xe0, 0x5b, 0x84, 0x07, 0x60, 0xec, - 0x37, 0xf0, 0xbf, 0x12, 0x7c, 0xb8, 0x98, 0xb6, 0x0e, 0x96, 0xe0, 0x9f, 0x19, 0xaf, 0xbf, 0x53, - 0xfc, 0xfc, 0x02, 0x23, 0xa8, 0xce, 0x84, 0xc8, 0xa4, 0x31, 0xe4, 0xff, 0xf2, 0x15, 0x2b, 0x89, - 0x9b, 0xa8, 0x21, 0x35, 0x07, 0xa1, 0x74, 0x44, 0xb6, 0x4a, 0x6b, 0xad, 0xf1, 0x3e, 0xaa, 0xdb, - 0x51, 0x60, 0xc7, 0xa9, 0x24, 0xb5, 0xd2, 0xaa, 0xd9, 0xd1, 0xfd, 0x38, 0x95, 0xbd, 0xe0, 0x65, - 0xe6, 0x3a, 0x93, 0x99, 0xeb, 0xbc, 0xcd, 0x5c, 0xe7, 0x69, 0xee, 0x56, 0x26, 0x73, 0xb7, 0xf2, - 0x3a, 0x77, 0x2b, 0x0f, 0xd7, 0x91, 0xb2, 0x83, 0x61, 0xe8, 0x73, 0x48, 0x28, 0x07, 0x93, 0x80, - 0xa1, 0x2a, 0xe4, 0xed, 0x08, 0x68, 0xde, 0xa5, 0x09, 0x88, 0x61, 0x2c, 0x4d, 0x31, 0xa9, 0xa1, - 0x67, 0x17, 0xed, 0xcd, 0x2a, 0xed, 0xf5, 0x9a, 0xc5, 0x35, 0x13, 0xd6, 0xca, 0x25, 0xba, 0xef, - 0x01, 0x00, 0x00, 0xff, 0xff, 0x6e, 0x74, 0x28, 0x89, 0x02, 0x02, 0x00, 0x00, + 0x18, 0xc5, 0x9b, 0xde, 0x7b, 0xdb, 0xde, 0x59, 0xc9, 0x20, 0x3a, 0x16, 0x4c, 0x25, 0x2e, 0x74, + 0xd3, 0x0c, 0xb5, 0xa0, 0xe0, 0xb2, 0x5d, 0x89, 0xb8, 0x29, 0xae, 0x84, 0x12, 0x26, 0x33, 0x43, + 0x3a, 0x90, 0xcc, 0x17, 0x32, 0xd3, 0xd0, 0xbe, 0x85, 0x6f, 0xe0, 0xeb, 0xb8, 0xec, 0xd2, 0x55, + 0x91, 0xf6, 0x0d, 0xfa, 0x04, 0x92, 0xb4, 0xb6, 0xfe, 0xdd, 0xe5, 0xe4, 0x9c, 0xf3, 0xfb, 0x18, + 0x0e, 0xba, 0x54, 0x21, 0xa7, 0x2c, 0x4d, 0x63, 0xc5, 0x99, 0x55, 0xa0, 0x0d, 0x55, 0xda, 0xca, + 0x8c, 0x8f, 0x98, 0xd2, 0x01, 0xe3, 0x1c, 0xc6, 0xda, 0x1a, 0x9a, 0x77, 0x68, 0x22, 0x2d, 0x13, + 0xcc, 0x32, 0x3f, 0xcd, 0xc0, 0x02, 0x3e, 0x53, 0x21, 0xf7, 0x3f, 0xf6, 0xfc, 0x1f, 0x7a, 0x7e, + 0xde, 0x69, 0xee, 0x47, 0x10, 0x41, 0xd9, 0xa1, 0xc5, 0xd7, 0xba, 0xee, 0x3d, 0x55, 0x51, 0xe3, + 0x6e, 0x43, 0xc4, 0x04, 0xd5, 0x73, 0x99, 0x19, 0x05, 0x9a, 0x38, 0x27, 0xce, 0xf9, 0xff, 0xc1, + 0xbb, 0xc4, 0x43, 0x44, 0x38, 0x68, 0x9b, 0x41, 0x1c, 0xcb, 0x2c, 0xe0, 0xa0, 0xb5, 0xe4, 0xc5, + 0xb5, 0x40, 0x09, 0x52, 0x2d, 0xa2, 0xbd, 0xd3, 0xd5, 0xbc, 0xd5, 0x9a, 0xb2, 0x24, 0xbe, 0xf6, + 0x7e, 0x4b, 0x7a, 0x83, 0x83, 0x9d, 0xd5, 0xdf, 0x3a, 0x37, 0x02, 0xdf, 0x22, 0x3c, 0x02, 0x63, + 0xbf, 0x80, 0xff, 0x94, 0xe0, 0xe3, 0xd5, 0xbc, 0x75, 0xb4, 0x06, 0x7f, 0xcf, 0x78, 0x83, 0xbd, + 0xe2, 0xe7, 0x27, 0x18, 0x41, 0x75, 0x26, 0x44, 0x26, 0x8d, 0x21, 0x7f, 0xd7, 0xaf, 0xd8, 0x48, + 0xdc, 0x44, 0x0d, 0xa9, 0x39, 0x08, 0xa5, 0x23, 0xf2, 0xaf, 0xb4, 0xb6, 0x1a, 0x1f, 0xa2, 0xba, + 0x9d, 0x04, 0x76, 0x9a, 0x4a, 0x52, 0x2b, 0xad, 0x9a, 0x9d, 0xdc, 0x4f, 0x53, 0xd9, 0x1b, 0x3e, + 0x2f, 0x5c, 0x67, 0xb6, 0x70, 0x9d, 0xd7, 0x85, 0xeb, 0x3c, 0x2e, 0xdd, 0xca, 0x6c, 0xe9, 0x56, + 0x5e, 0x96, 0x6e, 0xe5, 0xa1, 0x1f, 0x29, 0x3b, 0x1a, 0x87, 0x3e, 0x87, 0x84, 0xc6, 0x4a, 0x4b, + 0xaa, 0x42, 0xde, 0x8e, 0x80, 0xe6, 0x5d, 0x9a, 0x80, 0x18, 0xc7, 0xd2, 0x14, 0x83, 0x1a, 0x7a, + 0x71, 0xd5, 0xde, 0x6d, 0xd2, 0xde, 0x6e, 0x59, 0xdc, 0x32, 0x61, 0xad, 0xdc, 0xa1, 0xfb, 0x16, + 0x00, 0x00, 0xff, 0xff, 0x9a, 0x84, 0x3e, 0x5c, 0x00, 0x02, 0x00, 0x00, } func (m *Metadata) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/metadata_test.go b/modules/apps/27-interchain-accounts/types/metadata_test.go index 3bda2549c07..b06a3a84ba0 100644 --- a/modules/apps/27-interchain-accounts/types/metadata_test.go +++ b/modules/apps/27-interchain-accounts/types/metadata_test.go @@ -1,8 +1,8 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) // use TestVersion as metadata being compared against diff --git a/modules/apps/27-interchain-accounts/types/packet.pb.go b/modules/apps/27-interchain-accounts/types/packet.pb.go index 9dc121a0a58..4ae3ecda66c 100644 --- a/modules/apps/27-interchain-accounts/types/packet.pb.go +++ b/modules/apps/27-interchain-accounts/types/packet.pb.go @@ -170,32 +170,32 @@ func init() { } var fileDescriptor_89a080d7401cd393 = []byte{ - // 393 bytes of a gzipped FileDescriptorProto + // 394 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x51, 0x41, 0x8b, 0xd3, 0x40, 0x18, 0xcd, 0xb8, 0x41, 0xd6, 0x59, 0xd9, 0x2d, 0x61, 0x0f, 0x31, 0x42, 0x08, 0x2b, 0x62, 0x10, - 0x32, 0xe3, 0xb6, 0x82, 0x17, 0x2f, 0xb5, 0x8d, 0xd0, 0x8b, 0x94, 0x98, 0x42, 0xf5, 0x12, 0x26, - 0xd3, 0x31, 0x1d, 0x6c, 0x32, 0xa1, 0x33, 0x29, 0xe6, 0x1f, 0x94, 0x9e, 0xfc, 0x03, 0x3d, 0xf9, - 0x67, 0x3c, 0xf6, 0xe8, 0x51, 0xda, 0x3f, 0x22, 0x99, 0x60, 0xdb, 0x83, 0x07, 0x6f, 0x8f, 0xc7, - 0xf7, 0xde, 0xf7, 0xbd, 0xef, 0xc1, 0xd7, 0x3c, 0xa5, 0x98, 0x94, 0xe5, 0x82, 0x53, 0xa2, 0xb8, - 0x28, 0x24, 0xe6, 0x85, 0x62, 0x4b, 0x3a, 0x27, 0xbc, 0x48, 0x08, 0xa5, 0xa2, 0x2a, 0x94, 0xc4, - 0xab, 0x7b, 0x5c, 0x12, 0xfa, 0x95, 0x29, 0x54, 0x2e, 0x85, 0x12, 0xd6, 0x0b, 0x9e, 0x52, 0x74, - 0xae, 0x42, 0xff, 0x50, 0xa1, 0xd5, 0xbd, 0xf3, 0x24, 0x13, 0x22, 0x5b, 0x30, 0xac, 0x65, 0x69, - 0xf5, 0x05, 0x93, 0xa2, 0x6e, 0x3d, 0x9c, 0xdb, 0x4c, 0x64, 0x42, 0x43, 0xdc, 0xa0, 0x96, 0xbd, - 0x5b, 0x03, 0xf8, 0x74, 0x74, 0xf4, 0xea, 0xb7, 0x56, 0x63, 0xbd, 0x7b, 0x48, 0x14, 0xb1, 0xfa, - 0xd0, 0x54, 0x75, 0xc9, 0x6c, 0xe0, 0x01, 0xff, 0xba, 0x1b, 0xa0, 0xff, 0x3c, 0x04, 0xc5, 0x75, - 0xc9, 0x22, 0x2d, 0xb5, 0x2c, 0x68, 0xce, 0x88, 0x22, 0xf6, 0x03, 0x0f, 0xf8, 0x8f, 0x23, 0x8d, - 0x1b, 0x2e, 0x67, 0xb9, 0xb0, 0x2f, 0x3c, 0xe0, 0x3f, 0x8a, 0x34, 0xbe, 0x7b, 0x0b, 0x2f, 0x07, - 0x42, 0xe6, 0x42, 0xc6, 0xdf, 0xac, 0x57, 0xf0, 0x32, 0x67, 0x52, 0x92, 0x8c, 0x49, 0x1b, 0x78, - 0x17, 0xfe, 0x55, 0xf7, 0x16, 0xb5, 0xd1, 0xd0, 0xdf, 0x68, 0xa8, 0x5f, 0xd4, 0xd1, 0x71, 0xea, - 0xe5, 0x14, 0x9a, 0xcd, 0x4e, 0xeb, 0x39, 0xec, 0xc4, 0x9f, 0xc6, 0x61, 0x32, 0xf9, 0xf0, 0x71, - 0x1c, 0x0e, 0x46, 0xef, 0x47, 0xe1, 0xb0, 0x63, 0x38, 0x37, 0x9b, 0xad, 0x77, 0x75, 0x46, 0x59, - 0xcf, 0xe0, 0x8d, 0x1e, 0x0b, 0xa7, 0xe1, 0x60, 0x12, 0x87, 0x49, 0x3c, 0xed, 0x00, 0xe7, 0x7a, - 0xb3, 0xf5, 0xe0, 0x89, 0x71, 0xcc, 0xf5, 0x0f, 0xd7, 0x78, 0x97, 0xfc, 0xdc, 0xbb, 0x60, 0xb7, - 0x77, 0xc1, 0xef, 0xbd, 0x0b, 0xbe, 0x1f, 0x5c, 0x63, 0x77, 0x70, 0x8d, 0x5f, 0x07, 0xd7, 0xf8, - 0x1c, 0x66, 0x5c, 0xcd, 0xab, 0x14, 0x51, 0x91, 0x63, 0xaa, 0x4f, 0xc7, 0x3c, 0xa5, 0x41, 0x26, - 0xf0, 0xaa, 0x87, 0x73, 0x31, 0xab, 0x16, 0x4c, 0x36, 0x65, 0x4b, 0xdc, 0x7d, 0x13, 0x9c, 0x1e, - 0x15, 0x1c, 0x7b, 0x6e, 0xfe, 0x23, 0xd3, 0x87, 0x3a, 0x52, 0xef, 0x4f, 0x00, 0x00, 0x00, 0xff, - 0xff, 0xdd, 0x25, 0x3e, 0xc6, 0x1c, 0x02, 0x00, 0x00, + 0x32, 0xe3, 0x76, 0x05, 0x2f, 0x5e, 0x6a, 0x36, 0x42, 0x2f, 0x52, 0x62, 0x16, 0xaa, 0x20, 0x65, + 0x32, 0x1d, 0xd3, 0xc1, 0x24, 0x13, 0x3a, 0x93, 0x62, 0xfe, 0x41, 0xe9, 0xc9, 0x3f, 0xd0, 0x93, + 0x7f, 0xc6, 0x63, 0x8f, 0x1e, 0xa5, 0xfd, 0x23, 0x92, 0x09, 0xb6, 0x3d, 0x78, 0xd8, 0xdb, 0xe3, + 0xf1, 0xbd, 0xf7, 0x7d, 0xef, 0x7b, 0xf0, 0x35, 0x4f, 0x29, 0x26, 0x55, 0x95, 0x73, 0x4a, 0x14, + 0x17, 0xa5, 0xc4, 0xbc, 0x54, 0x6c, 0x4e, 0x67, 0x84, 0x97, 0x13, 0x42, 0xa9, 0xa8, 0x4b, 0x25, + 0xf1, 0xe2, 0x1a, 0x57, 0x84, 0x7e, 0x63, 0x0a, 0x55, 0x73, 0xa1, 0x84, 0xf5, 0x82, 0xa7, 0x14, + 0x1d, 0xab, 0xd0, 0x7f, 0x54, 0x68, 0x71, 0xed, 0x3c, 0xc9, 0x84, 0xc8, 0x72, 0x86, 0xb5, 0x2c, + 0xad, 0xbf, 0x62, 0x52, 0x36, 0x9d, 0x87, 0x73, 0x99, 0x89, 0x4c, 0x68, 0x88, 0x5b, 0xd4, 0xb1, + 0x57, 0x4b, 0x00, 0x9f, 0x0e, 0xf7, 0x5e, 0x83, 0xce, 0x6a, 0xa4, 0x77, 0xdf, 0x12, 0x45, 0xac, + 0x01, 0x34, 0x55, 0x53, 0x31, 0x1b, 0x78, 0xc0, 0x3f, 0xef, 0x07, 0xe8, 0x9e, 0x87, 0xa0, 0xa4, + 0xa9, 0x58, 0xac, 0xa5, 0x96, 0x05, 0xcd, 0x29, 0x51, 0xc4, 0x7e, 0xe0, 0x01, 0xff, 0x71, 0xac, + 0x71, 0xcb, 0x15, 0xac, 0x10, 0xf6, 0x89, 0x07, 0xfc, 0x47, 0xb1, 0xc6, 0x57, 0x6f, 0xe1, 0x69, + 0x28, 0x64, 0x21, 0x64, 0xf2, 0xdd, 0x7a, 0x05, 0x4f, 0x0b, 0x26, 0x25, 0xc9, 0x98, 0xb4, 0x81, + 0x77, 0xe2, 0x9f, 0xf5, 0x2f, 0x51, 0x17, 0x0d, 0xfd, 0x8b, 0x86, 0x06, 0x65, 0x13, 0xef, 0xa7, + 0x5e, 0x8e, 0xa1, 0xd9, 0xee, 0xb4, 0x9e, 0xc3, 0x5e, 0xf2, 0x69, 0x14, 0x4d, 0xee, 0x3e, 0x7c, + 0x1c, 0x45, 0xe1, 0xf0, 0xfd, 0x30, 0xba, 0xed, 0x19, 0xce, 0xc5, 0x6a, 0xed, 0x9d, 0x1d, 0x51, + 0xd6, 0x33, 0x78, 0xa1, 0xc7, 0xa2, 0x71, 0x14, 0xde, 0x25, 0xd1, 0x24, 0x19, 0xf7, 0x80, 0x73, + 0xbe, 0x5a, 0x7b, 0xf0, 0xc0, 0x38, 0xe6, 0xf2, 0xa7, 0x6b, 0xbc, 0xfb, 0xf2, 0x6b, 0xeb, 0x82, + 0xcd, 0xd6, 0x05, 0x7f, 0xb6, 0x2e, 0xf8, 0xb1, 0x73, 0x8d, 0xcd, 0xce, 0x35, 0x7e, 0xef, 0x5c, + 0xe3, 0x73, 0x98, 0x71, 0x35, 0xab, 0x53, 0x44, 0x45, 0x81, 0x73, 0x5e, 0x32, 0xcc, 0x53, 0x1a, + 0x64, 0x02, 0x2f, 0x6e, 0x70, 0x21, 0xa6, 0x75, 0xce, 0x64, 0x5b, 0xb5, 0xc4, 0xfd, 0x37, 0xc1, + 0xe1, 0x4d, 0xc1, 0xbe, 0xe5, 0xf6, 0x3b, 0x32, 0x7d, 0xa8, 0x03, 0xdd, 0xfc, 0x0d, 0x00, 0x00, + 0xff, 0xff, 0xe9, 0xa1, 0xff, 0xf3, 0x1a, 0x02, 0x00, 0x00, } func (m *InterchainAccountPacketData) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/27-interchain-accounts/types/packet_test.go b/modules/apps/27-interchain-accounts/types/packet_test.go index 92ce68c6ff1..434e9d22a2e 100644 --- a/modules/apps/27-interchain-accounts/types/packet_test.go +++ b/modules/apps/27-interchain-accounts/types/packet_test.go @@ -1,7 +1,7 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" ) var largeMemo = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum" diff --git a/modules/apps/27-interchain-accounts/types/port_test.go b/modules/apps/27-interchain-accounts/types/port_test.go index bdef740cd98..0d675e86b5f 100644 --- a/modules/apps/27-interchain-accounts/types/port_test.go +++ b/modules/apps/27-interchain-accounts/types/port_test.go @@ -3,8 +3,8 @@ package types_test import ( "fmt" - "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestNewControllerPortID() { diff --git a/modules/apps/transfer/client/cli/query.go b/modules/apps/transfer/client/cli/query.go index 5dd03d71c0c..c60d30efb93 100644 --- a/modules/apps/transfer/client/cli/query.go +++ b/modules/apps/transfer/client/cli/query.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // GetCmdQueryDenomTrace defines the command to query a a denomination trace from a given trace hash or ibc denom. diff --git a/modules/apps/transfer/client/cli/tx.go b/modules/apps/transfer/client/cli/tx.go index a94cf9e4510..f5b4f19cb7e 100644 --- a/modules/apps/transfer/client/cli/tx.go +++ b/modules/apps/transfer/client/cli/tx.go @@ -13,9 +13,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channelutils "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/utils" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channelutils "github.com/line/ibc-go/v3/modules/core/04-channel/client/utils" ) const ( diff --git a/modules/apps/transfer/ibc_module.go b/modules/apps/transfer/ibc_module.go index 3719126bd4a..f5ee6052378 100644 --- a/modules/apps/transfer/ibc_module.go +++ b/modules/apps/transfer/ibc_module.go @@ -8,12 +8,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcexported "github.com/line/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 interface for transfer given the transfer keeper. diff --git a/modules/apps/transfer/ibc_module_test.go b/modules/apps/transfer/ibc_module_test.go index 73d2d3aabea..65cd8701c6e 100644 --- a/modules/apps/transfer/ibc_module_test.go +++ b/modules/apps/transfer/ibc_module_test.go @@ -5,10 +5,10 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *TransferTestSuite) TestOnChanOpenInit() { diff --git a/modules/apps/transfer/keeper/encoding.go b/modules/apps/transfer/keeper/encoding.go index 7e0333849d4..09c89c7cb61 100644 --- a/modules/apps/transfer/keeper/encoding.go +++ b/modules/apps/transfer/keeper/encoding.go @@ -1,7 +1,7 @@ package keeper import ( - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // UnmarshalDenomTrace attempts to decode and return an DenomTrace object from diff --git a/modules/apps/transfer/keeper/genesis.go b/modules/apps/transfer/keeper/genesis.go index a63444e9189..a862a771c59 100644 --- a/modules/apps/transfer/keeper/genesis.go +++ b/modules/apps/transfer/keeper/genesis.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // InitGenesis initializes the ibc-transfer state and binds to PortID. diff --git a/modules/apps/transfer/keeper/genesis_test.go b/modules/apps/transfer/keeper/genesis_test.go index a8ded3f902d..51d8e580a91 100644 --- a/modules/apps/transfer/keeper/genesis_test.go +++ b/modules/apps/transfer/keeper/genesis_test.go @@ -3,7 +3,7 @@ package keeper_test import ( "fmt" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestGenesis() { diff --git a/modules/apps/transfer/keeper/grpc_query.go b/modules/apps/transfer/keeper/grpc_query.go index 6515b3e4a68..5e4185cf8dd 100644 --- a/modules/apps/transfer/keeper/grpc_query.go +++ b/modules/apps/transfer/keeper/grpc_query.go @@ -12,7 +12,7 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) var _ types.QueryServer = Keeper{} diff --git a/modules/apps/transfer/keeper/grpc_query_test.go b/modules/apps/transfer/keeper/grpc_query_test.go index bf8efacd3c0..d83473e405a 100644 --- a/modules/apps/transfer/keeper/grpc_query_test.go +++ b/modules/apps/transfer/keeper/grpc_query_test.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryDenomTrace() { diff --git a/modules/apps/transfer/keeper/keeper.go b/modules/apps/transfer/keeper/keeper.go index b67536950e4..d11800e73c5 100644 --- a/modules/apps/transfer/keeper/keeper.go +++ b/modules/apps/transfer/keeper/keeper.go @@ -11,8 +11,8 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" "github.com/line/ostracon/libs/log" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC fungible transfer keeper diff --git a/modules/apps/transfer/keeper/keeper_test.go b/modules/apps/transfer/keeper/keeper_test.go index 496c3efa0ca..7d0220af386 100644 --- a/modules/apps/transfer/keeper/keeper_test.go +++ b/modules/apps/transfer/keeper/keeper_test.go @@ -8,8 +8,8 @@ import ( "github.com/line/ostracon/crypto" "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/apps/transfer/keeper/mbt_relay_test.go b/modules/apps/transfer/keeper/mbt_relay_test.go index 5bc51ee40b2..1759b8669b7 100644 --- a/modules/apps/transfer/keeper/mbt_relay_test.go +++ b/modules/apps/transfer/keeper/mbt_relay_test.go @@ -15,10 +15,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/ostracon/crypto" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type TlaBalance struct { diff --git a/modules/apps/transfer/keeper/migrations.go b/modules/apps/transfer/keeper/migrations.go index 197839f2541..613eeb1f7c9 100644 --- a/modules/apps/transfer/keeper/migrations.go +++ b/modules/apps/transfer/keeper/migrations.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/apps/transfer/keeper/migrations_test.go b/modules/apps/transfer/keeper/migrations_test.go index 3f1d92661a6..7d955c6bae8 100644 --- a/modules/apps/transfer/keeper/migrations_test.go +++ b/modules/apps/transfer/keeper/migrations_test.go @@ -3,8 +3,8 @@ package keeper_test import ( "fmt" - transferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" - transfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + transferkeeper "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" + transfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestMigratorMigrateTraces() { diff --git a/modules/apps/transfer/keeper/msg_server.go b/modules/apps/transfer/keeper/msg_server.go index e2488b7d532..d1d176b3b4b 100644 --- a/modules/apps/transfer/keeper/msg_server.go +++ b/modules/apps/transfer/keeper/msg_server.go @@ -5,7 +5,7 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) var _ types.MsgServer = Keeper{} diff --git a/modules/apps/transfer/keeper/msg_server_test.go b/modules/apps/transfer/keeper/msg_server_test.go index dfc92d63d55..18665401ca6 100644 --- a/modules/apps/transfer/keeper/msg_server_test.go +++ b/modules/apps/transfer/keeper/msg_server_test.go @@ -3,7 +3,7 @@ package keeper_test import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) func (suite *KeeperTestSuite) TestMsgTransfer() { diff --git a/modules/apps/transfer/keeper/params.go b/modules/apps/transfer/keeper/params.go index d588b980725..cfeac441729 100644 --- a/modules/apps/transfer/keeper/params.go +++ b/modules/apps/transfer/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // GetSendEnabled retrieves the send enabled boolean from the paramstore diff --git a/modules/apps/transfer/keeper/params_test.go b/modules/apps/transfer/keeper/params_test.go index c0c7ff62af0..d2be13d5bba 100644 --- a/modules/apps/transfer/keeper/params_test.go +++ b/modules/apps/transfer/keeper/params_test.go @@ -1,6 +1,6 @@ package keeper_test -import "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" +import "github.com/line/ibc-go/v3/modules/apps/transfer/types" func (suite *KeeperTestSuite) TestParams() { expParams := types.DefaultParams() diff --git a/modules/apps/transfer/keeper/relay.go b/modules/apps/transfer/keeper/relay.go index 09c3127a55b..09d3fd680f7 100644 --- a/modules/apps/transfer/keeper/relay.go +++ b/modules/apps/transfer/keeper/relay.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - coretypes "github.com/cosmos/ibc-go/v3/modules/core/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + coretypes "github.com/line/ibc-go/v3/modules/core/types" ) // SendTransfer handles transfer sending logic. There are 2 possible cases: diff --git a/modules/apps/transfer/keeper/relay_test.go b/modules/apps/transfer/keeper/relay_test.go index d305497aaf4..b2fa7e0d7a6 100644 --- a/modules/apps/transfer/keeper/relay_test.go +++ b/modules/apps/transfer/keeper/relay_test.go @@ -5,12 +5,12 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) // test sending from chainA to chainB using both coin that orignate on diff --git a/modules/apps/transfer/module.go b/modules/apps/transfer/module.go index e5a271e25ec..96d53a3a1dc 100644 --- a/modules/apps/transfer/module.go +++ b/modules/apps/transfer/module.go @@ -17,11 +17,11 @@ import ( "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/client/cli" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/client/cli" + "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" + "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" ) var ( diff --git a/modules/apps/transfer/simulation/decoder.go b/modules/apps/transfer/simulation/decoder.go index d8f1658ae24..fc865ffb8bf 100644 --- a/modules/apps/transfer/simulation/decoder.go +++ b/modules/apps/transfer/simulation/decoder.go @@ -6,7 +6,7 @@ import ( "github.com/line/lbm-sdk/types/kv" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // TransferUnmarshaler defines the expected encoding store functions. diff --git a/modules/apps/transfer/simulation/decoder_test.go b/modules/apps/transfer/simulation/decoder_test.go index dcb3c79af4b..9ddcfa944d4 100644 --- a/modules/apps/transfer/simulation/decoder_test.go +++ b/modules/apps/transfer/simulation/decoder_test.go @@ -7,9 +7,9 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/apps/transfer/simulation/genesis.go b/modules/apps/transfer/simulation/genesis.go index ad4eace3e97..d6e5ec19d67 100644 --- a/modules/apps/transfer/simulation/genesis.go +++ b/modules/apps/transfer/simulation/genesis.go @@ -9,7 +9,7 @@ import ( "github.com/line/lbm-sdk/types/module" simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // Simulation parameter constants diff --git a/modules/apps/transfer/simulation/genesis_test.go b/modules/apps/transfer/simulation/genesis_test.go index f1a4dbc4cfc..64a0792c3b7 100644 --- a/modules/apps/transfer/simulation/genesis_test.go +++ b/modules/apps/transfer/simulation/genesis_test.go @@ -11,8 +11,8 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // TestRandomizedGenState tests the normal scenario of applying RandomizedGenState. diff --git a/modules/apps/transfer/simulation/params.go b/modules/apps/transfer/simulation/params.go index ab0293eb1eb..c05507814c6 100644 --- a/modules/apps/transfer/simulation/params.go +++ b/modules/apps/transfer/simulation/params.go @@ -8,7 +8,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/line/lbm-sdk/x/simulation" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // ParamChanges defines the parameters that can be modified by param change proposals diff --git a/modules/apps/transfer/simulation/params_test.go b/modules/apps/transfer/simulation/params_test.go index 491fee0d3f3..494c9611102 100644 --- a/modules/apps/transfer/simulation/params_test.go +++ b/modules/apps/transfer/simulation/params_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/simulation" + "github.com/line/ibc-go/v3/modules/apps/transfer/simulation" ) func TestParamChanges(t *testing.T) { diff --git a/modules/apps/transfer/transfer_test.go b/modules/apps/transfer/transfer_test.go index 0b5ad804c2c..274afa15e8a 100644 --- a/modules/apps/transfer/transfer_test.go +++ b/modules/apps/transfer/transfer_test.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type TransferTestSuite struct { diff --git a/modules/apps/transfer/types/ack.go b/modules/apps/transfer/types/ack.go index ed19d94adca..7412022aee8 100644 --- a/modules/apps/transfer/types/ack.go +++ b/modules/apps/transfer/types/ack.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/apps/transfer/types/ack_test.go b/modules/apps/transfer/types/ack_test.go index ec23e52330b..6973c30504e 100644 --- a/modules/apps/transfer/types/ack_test.go +++ b/modules/apps/transfer/types/ack_test.go @@ -10,8 +10,8 @@ import ( ocprotostate "github.com/line/ostracon/proto/ostracon/state" ocstate "github.com/line/ostracon/state" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) const ( diff --git a/modules/apps/transfer/types/expected_keepers.go b/modules/apps/transfer/types/expected_keepers.go index 7506599f477..0caca889745 100644 --- a/modules/apps/transfer/types/expected_keepers.go +++ b/modules/apps/transfer/types/expected_keepers.go @@ -5,9 +5,9 @@ import ( "github.com/line/lbm-sdk/x/auth/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibcexported "github.com/cosmos/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibcexported "github.com/line/ibc-go/v3/modules/core/exported" ) // AccountKeeper defines the contract required for account APIs. diff --git a/modules/apps/transfer/types/genesis.go b/modules/apps/transfer/types/genesis.go index 73dbe111a2e..208e3e43d4d 100644 --- a/modules/apps/transfer/types/genesis.go +++ b/modules/apps/transfer/types/genesis.go @@ -1,7 +1,7 @@ package types import ( - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // NewGenesisState creates a new ibc-transfer GenesisState instance. diff --git a/modules/apps/transfer/types/genesis.pb.go b/modules/apps/transfer/types/genesis.pb.go index 6c40ef48a3d..9f405051cd3 100644 --- a/modules/apps/transfer/types/genesis.pb.go +++ b/modules/apps/transfer/types/genesis.pb.go @@ -93,28 +93,28 @@ func init() { } var fileDescriptor_a4f788affd5bea89 = []byte{ - // 324 bytes of a gzipped FileDescriptorProto + // 323 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xc1, 0x4a, 0xc3, 0x30, - 0x1c, 0xc6, 0x1b, 0x27, 0x15, 0xbb, 0xe1, 0xa1, 0x7a, 0x18, 0x43, 0xda, 0x51, 0x14, 0x8a, 0xc3, - 0x84, 0x6d, 0x07, 0xc1, 0x63, 0x11, 0xc4, 0x9b, 0x4e, 0x4f, 0x5e, 0x46, 0x9a, 0xc6, 0x1a, 0x58, - 0x9b, 0x92, 0x7f, 0x36, 0xd8, 0x5b, 0xf8, 0x1c, 0x3e, 0xc9, 0x8e, 0x3b, 0x7a, 0x9a, 0xb2, 0xbd, - 0xc1, 0x7c, 0x01, 0x49, 0x37, 0xc7, 0x4e, 0xbd, 0x7d, 0x24, 0xbf, 0xef, 0xfb, 0xfe, 0x7c, 0xce, - 0x95, 0x88, 0x19, 0xa1, 0x45, 0x31, 0x12, 0x8c, 0x6a, 0x21, 0x73, 0x20, 0x5a, 0xd1, 0x1c, 0xde, - 0xb8, 0x22, 0x93, 0x2e, 0x49, 0x79, 0xce, 0x41, 0x00, 0x2e, 0x94, 0xd4, 0xd2, 0x3d, 0x17, 0x31, - 0xc3, 0xfb, 0x2c, 0xfe, 0x67, 0xf1, 0xa4, 0xdb, 0xea, 0x54, 0x26, 0xed, 0xc8, 0x32, 0xaa, 0x75, - 0x96, 0xca, 0x54, 0x96, 0x92, 0x18, 0xb5, 0x79, 0x0d, 0x7e, 0x91, 0xd3, 0xb8, 0xdf, 0x54, 0x3e, - 0x6b, 0xaa, 0xb9, 0xdb, 0x71, 0x8e, 0x0a, 0xa9, 0xf4, 0x50, 0x24, 0x4d, 0xd4, 0x46, 0xe1, 0x71, - 0xe4, 0xae, 0x17, 0xfe, 0xc9, 0x94, 0x66, 0xa3, 0xdb, 0x60, 0xfb, 0x11, 0x0c, 0x6c, 0xa3, 0x1e, - 0x12, 0x57, 0x39, 0x8d, 0x84, 0xe7, 0x32, 0x1b, 0x6a, 0x45, 0x19, 0x87, 0xe6, 0x41, 0xbb, 0x16, - 0xd6, 0x7b, 0x21, 0xae, 0xba, 0x1a, 0xdf, 0x19, 0xc7, 0x8b, 0x31, 0x44, 0x97, 0xb3, 0x85, 0x6f, - 0xad, 0x17, 0xfe, 0xe9, 0x26, 0x7f, 0x3f, 0x2b, 0xf8, 0xfc, 0xf6, 0xed, 0x92, 0x82, 0x41, 0x3d, - 0xd9, 0x59, 0xc0, 0x8d, 0x1c, 0xbb, 0xa0, 0x8a, 0x66, 0xd0, 0xac, 0xb5, 0x51, 0x58, 0xef, 0x5d, - 0x54, 0xb7, 0x3d, 0x96, 0x6c, 0x74, 0x68, 0x9a, 0x06, 0x5b, 0x67, 0xf4, 0x34, 0x5b, 0x7a, 0x68, - 0xbe, 0xf4, 0xd0, 0xcf, 0xd2, 0x43, 0x1f, 0x2b, 0xcf, 0x9a, 0xaf, 0x3c, 0xeb, 0x6b, 0xe5, 0x59, - 0xaf, 0x37, 0xa9, 0xd0, 0xef, 0xe3, 0x18, 0x33, 0x99, 0x11, 0x26, 0x21, 0x93, 0x40, 0x44, 0xcc, - 0xae, 0x53, 0x49, 0x26, 0x7d, 0x92, 0xc9, 0x64, 0x3c, 0xe2, 0x60, 0x26, 0xdf, 0x9b, 0x5a, 0x4f, - 0x0b, 0x0e, 0xb1, 0x5d, 0xee, 0xd9, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0x49, 0x1b, 0x71, 0xa7, - 0xde, 0x01, 0x00, 0x00, + 0x1c, 0xc6, 0x1b, 0x27, 0x15, 0xbb, 0xe1, 0xa1, 0x7a, 0x18, 0x43, 0xd2, 0x51, 0x14, 0x8a, 0xc3, + 0x84, 0x6d, 0x78, 0xf1, 0x58, 0x04, 0xf1, 0xa4, 0x4c, 0x4f, 0x5e, 0x46, 0x9a, 0xc6, 0x1a, 0x68, + 0x9b, 0x90, 0x64, 0x83, 0xbd, 0x85, 0xcf, 0xe1, 0x93, 0xec, 0xb8, 0xa3, 0xa7, 0x29, 0xdb, 0x1b, + 0xcc, 0x17, 0x90, 0x74, 0x73, 0xec, 0xb4, 0xdb, 0x47, 0xf2, 0xfb, 0xbe, 0xef, 0xcf, 0xe7, 0x5d, + 0xf1, 0x84, 0x62, 0x22, 0x65, 0xce, 0x29, 0x31, 0x5c, 0x94, 0x1a, 0x1b, 0x45, 0x4a, 0xfd, 0xc6, + 0x14, 0x1e, 0x77, 0x71, 0xc6, 0x4a, 0xa6, 0xb9, 0x46, 0x52, 0x09, 0x23, 0xfc, 0x73, 0x9e, 0x50, + 0xb4, 0xcb, 0xa2, 0x7f, 0x16, 0x8d, 0xbb, 0xad, 0xce, 0xde, 0xa4, 0x2d, 0x59, 0x45, 0xb5, 0xce, + 0x32, 0x91, 0x89, 0x4a, 0x62, 0xab, 0xd6, 0xaf, 0xe1, 0x2f, 0xf0, 0x1a, 0xf7, 0xeb, 0xca, 0x67, + 0x43, 0x0c, 0xf3, 0x3b, 0xde, 0x91, 0x14, 0xca, 0x0c, 0x79, 0xda, 0x04, 0x6d, 0x10, 0x1d, 0xc7, + 0xfe, 0x6a, 0x1e, 0x9c, 0x4c, 0x48, 0x91, 0xdf, 0x86, 0x9b, 0x8f, 0x70, 0xe0, 0x5a, 0xf5, 0x90, + 0xfa, 0xca, 0x6b, 0xa4, 0xac, 0x14, 0xc5, 0xd0, 0x28, 0x42, 0x99, 0x6e, 0x1e, 0xb4, 0x6b, 0x51, + 0xbd, 0x17, 0xa1, 0x7d, 0x57, 0xa3, 0x3b, 0xeb, 0x78, 0xb1, 0x86, 0xf8, 0x72, 0x3a, 0x0f, 0x9c, + 0xd5, 0x3c, 0x38, 0x5d, 0xe7, 0xef, 0x66, 0x85, 0x9f, 0xdf, 0x81, 0x5b, 0x51, 0x7a, 0x50, 0x4f, + 0xb7, 0x16, 0xed, 0xc7, 0x9e, 0x2b, 0x89, 0x22, 0x85, 0x6e, 0xd6, 0xda, 0x20, 0xaa, 0xf7, 0x2e, + 0xf6, 0xb7, 0x3d, 0x55, 0x6c, 0x7c, 0x68, 0x9b, 0x06, 0x1b, 0x67, 0xfc, 0x38, 0x5d, 0x40, 0x30, + 0x5b, 0x40, 0xf0, 0xb3, 0x80, 0xe0, 0x63, 0x09, 0x9d, 0xd9, 0x12, 0x3a, 0x5f, 0x4b, 0xe8, 0xbc, + 0xde, 0x64, 0xdc, 0xbc, 0x8f, 0x12, 0x44, 0x45, 0x81, 0x73, 0x5e, 0x32, 0xcc, 0x13, 0x7a, 0x9d, + 0x09, 0x3c, 0xee, 0xe3, 0x42, 0xa4, 0xa3, 0x9c, 0x69, 0x3b, 0xf8, 0xce, 0xd0, 0x66, 0x22, 0x99, + 0x4e, 0xdc, 0x6a, 0xcd, 0xfe, 0x5f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xcb, 0x51, 0x32, 0x2e, 0xdc, + 0x01, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/transfer/types/genesis_test.go b/modules/apps/transfer/types/genesis_test.go index 534eefba7ab..b540d334667 100644 --- a/modules/apps/transfer/types/genesis_test.go +++ b/modules/apps/transfer/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) func TestValidateGenesis(t *testing.T) { diff --git a/modules/apps/transfer/types/keys_test.go b/modules/apps/transfer/types/keys_test.go index 3270dba55be..ef99d792234 100644 --- a/modules/apps/transfer/types/keys_test.go +++ b/modules/apps/transfer/types/keys_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" + "github.com/line/ibc-go/v3/modules/apps/transfer/types" ) // Test that there is domain separation between the port id and the channel id otherwise an diff --git a/modules/apps/transfer/types/msgs.go b/modules/apps/transfer/types/msgs.go index d8edb1ec004..6ee65feec5f 100644 --- a/modules/apps/transfer/types/msgs.go +++ b/modules/apps/transfer/types/msgs.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // msg types diff --git a/modules/apps/transfer/types/msgs_test.go b/modules/apps/transfer/types/msgs_test.go index 92c6c7c0af5..4af11b7dd91 100644 --- a/modules/apps/transfer/types/msgs_test.go +++ b/modules/apps/transfer/types/msgs_test.go @@ -8,7 +8,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // define constants used for testing diff --git a/modules/apps/transfer/types/packet.pb.go b/modules/apps/transfer/types/packet.pb.go index 3ebd1106f66..386d918fe4e 100644 --- a/modules/apps/transfer/types/packet.pb.go +++ b/modules/apps/transfer/types/packet.pb.go @@ -107,21 +107,21 @@ func init() { var fileDescriptor_653ca2ce9a5ca313 = []byte{ // 242 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xbd, 0x4a, 0x04, 0x31, - 0x14, 0x46, 0x27, 0xfe, 0x2c, 0x9a, 0x72, 0x10, 0x1d, 0x44, 0x82, 0x58, 0x69, 0x61, 0x02, 0xbb, - 0x85, 0xbd, 0x88, 0xb5, 0x8a, 0x95, 0x5d, 0x92, 0xb9, 0x8e, 0x61, 0x27, 0xb9, 0x21, 0xc9, 0x0c, - 0x88, 0x2f, 0xe1, 0x63, 0x59, 0x6e, 0x69, 0x29, 0x33, 0x2f, 0x22, 0x9b, 0xd1, 0x65, 0xcb, 0x73, - 0xee, 0x77, 0x8b, 0x43, 0xaf, 0x8c, 0xd2, 0x42, 0x7a, 0xdf, 0x1a, 0x2d, 0x93, 0x41, 0x17, 0x45, - 0x0a, 0xd2, 0xc5, 0x57, 0x08, 0xa2, 0x9f, 0x0b, 0x2f, 0xf5, 0x12, 0x12, 0xf7, 0x01, 0x13, 0x96, - 0x67, 0x46, 0x69, 0xbe, 0x3d, 0xe5, 0xff, 0x53, 0xde, 0xcf, 0x2f, 0x3e, 0xe8, 0xc9, 0x7d, 0xe7, - 0x1a, 0xa3, 0x5a, 0x78, 0xc6, 0x25, 0xb8, 0x87, 0xfc, 0x7a, 0x27, 0x93, 0x2c, 0x8f, 0xe8, 0x7e, - 0x0d, 0x0e, 0x6d, 0x45, 0xce, 0xc9, 0xe5, 0xe1, 0xd3, 0x04, 0xe5, 0x31, 0x9d, 0x49, 0x8b, 0x9d, - 0x4b, 0xd5, 0x4e, 0xd6, 0x7f, 0xb4, 0xf6, 0x11, 0x5c, 0x0d, 0xa1, 0xda, 0x9d, 0xfc, 0x44, 0xe5, - 0x29, 0x3d, 0x08, 0xa0, 0xc1, 0xf4, 0x10, 0xaa, 0xbd, 0x7c, 0xd9, 0xf0, 0xed, 0xe3, 0xd7, 0xc0, - 0xc8, 0x6a, 0x60, 0xe4, 0x67, 0x60, 0xe4, 0x73, 0x64, 0xc5, 0x6a, 0x64, 0xc5, 0xf7, 0xc8, 0x8a, - 0x97, 0x9b, 0xc6, 0xa4, 0xb7, 0x4e, 0x71, 0x8d, 0x56, 0x68, 0x8c, 0x16, 0xa3, 0x30, 0x4a, 0x5f, - 0x37, 0x28, 0xfa, 0x85, 0xb0, 0x58, 0x77, 0x2d, 0xc4, 0x75, 0xff, 0x56, 0x77, 0x7a, 0xf7, 0x10, - 0xd5, 0x2c, 0x47, 0x2f, 0x7e, 0x03, 0x00, 0x00, 0xff, 0xff, 0x82, 0x62, 0x02, 0xc6, 0x21, 0x01, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x8f, 0xcf, 0x4a, 0xc4, 0x30, + 0x10, 0x87, 0x1b, 0xff, 0x2c, 0x9a, 0x63, 0x11, 0x2d, 0x22, 0x41, 0x3c, 0xe9, 0xc1, 0x04, 0x76, + 0xf1, 0x05, 0x44, 0xbc, 0x2a, 0xe2, 0xc9, 0x5b, 0x92, 0x8e, 0x75, 0xd8, 0x36, 0x13, 0x92, 0xb4, + 0x20, 0xbe, 0x84, 0x8f, 0xe5, 0x71, 0x8f, 0x1e, 0xa5, 0x7d, 0x11, 0xd9, 0x56, 0x97, 0x3d, 0x7e, + 0xdf, 0xfc, 0xe6, 0xf0, 0xf1, 0x2b, 0x34, 0x56, 0x69, 0xef, 0x6b, 0xb4, 0x3a, 0x21, 0xb9, 0xa8, + 0x52, 0xd0, 0x2e, 0xbe, 0x42, 0x50, 0xdd, 0x5c, 0x79, 0x6d, 0x97, 0x90, 0xa4, 0x0f, 0x94, 0x28, + 0x3f, 0x43, 0x63, 0xe5, 0xf6, 0x54, 0xfe, 0x4f, 0x65, 0x37, 0xbf, 0xf8, 0xe0, 0x27, 0xf7, 0xad, + 0xab, 0xd0, 0xd4, 0xf0, 0x4c, 0x4b, 0x70, 0x8f, 0xe3, 0xeb, 0x9d, 0x4e, 0x3a, 0x3f, 0xe2, 0xfb, + 0x25, 0x38, 0x6a, 0x0a, 0x76, 0xce, 0x2e, 0x0f, 0x9f, 0x26, 0xc8, 0x8f, 0xf9, 0x4c, 0x37, 0xd4, + 0xba, 0x54, 0xec, 0x8c, 0xfa, 0x8f, 0xd6, 0x3e, 0x82, 0x2b, 0x21, 0x14, 0xbb, 0x93, 0x9f, 0x28, + 0x3f, 0xe5, 0x07, 0x01, 0x2c, 0x60, 0x07, 0xa1, 0xd8, 0x1b, 0x2f, 0x1b, 0xbe, 0x7d, 0xf8, 0xea, + 0x05, 0x5b, 0xf5, 0x82, 0xfd, 0xf4, 0x82, 0x7d, 0x0e, 0x22, 0x5b, 0x0d, 0x22, 0xfb, 0x1e, 0x44, + 0xf6, 0x72, 0x53, 0x61, 0x7a, 0x6b, 0x8d, 0xb4, 0xd4, 0xa8, 0x1a, 0x1d, 0x28, 0x34, 0xf6, 0xba, + 0x22, 0xd5, 0x2d, 0x54, 0x43, 0x65, 0x5b, 0x43, 0x5c, 0xd7, 0x6f, 0x55, 0xa7, 0x77, 0x0f, 0xd1, + 0xcc, 0xc6, 0xe4, 0xc5, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c, 0xf8, 0x6d, 0x1f, 0x1f, 0x01, 0x00, 0x00, } diff --git a/modules/apps/transfer/types/query.pb.go b/modules/apps/transfer/types/query.pb.go index aaf0f337db9..6c284d32075 100644 --- a/modules/apps/transfer/types/query.pb.go +++ b/modules/apps/transfer/types/query.pb.go @@ -526,49 +526,49 @@ var fileDescriptor_a638e2800a01538c = []byte{ // 715 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xcd, 0x6e, 0xd3, 0x4c, 0x14, 0x8d, 0xfb, 0x7d, 0x0d, 0xca, 0x0d, 0xed, 0x62, 0x28, 0xb4, 0x58, 0xc5, 0xad, 0xac, 0x02, - 0xa5, 0x3f, 0x1e, 0xd2, 0x16, 0xca, 0x82, 0x0d, 0xe5, 0xb7, 0x88, 0x45, 0x9b, 0xb2, 0x82, 0x45, - 0x35, 0xb6, 0x07, 0xc7, 0x52, 0xe2, 0x71, 0x3d, 0x4e, 0x50, 0x55, 0x65, 0xc3, 0x13, 0x20, 0xf5, - 0x25, 0x50, 0xc5, 0x43, 0xb0, 0xec, 0xb2, 0x12, 0x12, 0x62, 0x05, 0xa8, 0xe5, 0x35, 0x90, 0x90, - 0x67, 0x26, 0x89, 0x4d, 0xa3, 0x34, 0xde, 0x8d, 0x67, 0xee, 0xb9, 0xf7, 0x9c, 0x73, 0xef, 0x95, - 0x61, 0xde, 0xb7, 0x1d, 0x4c, 0xc2, 0xb0, 0xee, 0x3b, 0x24, 0xf6, 0x59, 0xc0, 0x71, 0x1c, 0x91, - 0x80, 0xbf, 0xa3, 0x11, 0x6e, 0x55, 0xf0, 0x5e, 0x93, 0x46, 0xfb, 0x56, 0x18, 0xb1, 0x98, 0xa1, - 0x69, 0xdf, 0x76, 0xac, 0x74, 0xa4, 0xd5, 0x89, 0xb4, 0x5a, 0x15, 0x7d, 0xc2, 0x63, 0x1e, 0x13, - 0x81, 0x38, 0x39, 0x49, 0x8c, 0xbe, 0xe0, 0x30, 0xde, 0x60, 0x1c, 0xdb, 0x84, 0x53, 0x99, 0x0c, - 0xb7, 0x2a, 0x36, 0x8d, 0x49, 0x05, 0x87, 0xc4, 0xf3, 0x03, 0x91, 0x48, 0xc5, 0x2e, 0x0e, 0x64, - 0xd2, 0xad, 0x25, 0x83, 0xa7, 0x3d, 0xc6, 0xbc, 0x3a, 0xc5, 0x24, 0xf4, 0x31, 0x09, 0x02, 0x16, - 0x2b, 0x4a, 0xe2, 0xd5, 0x5c, 0x82, 0x6b, 0xdb, 0x49, 0xb1, 0x27, 0x34, 0x60, 0x8d, 0xd7, 0x11, - 0x71, 0x68, 0x95, 0xee, 0x35, 0x29, 0x8f, 0x11, 0x82, 0xff, 0x6b, 0x84, 0xd7, 0xa6, 0xb4, 0x59, - 0x6d, 0xbe, 0x54, 0x15, 0x67, 0xd3, 0x85, 0xc9, 0x73, 0xd1, 0x3c, 0x64, 0x01, 0xa7, 0x68, 0x13, - 0xca, 0x6e, 0x72, 0xbb, 0x1b, 0x27, 0xd7, 0x02, 0x55, 0x5e, 0x99, 0xb7, 0x06, 0x39, 0x61, 0xa5, - 0xd2, 0x80, 0xdb, 0x3d, 0x9b, 0xe4, 0x5c, 0x15, 0xde, 0x21, 0xf5, 0x0c, 0xa0, 0xe7, 0x86, 0x2a, - 0x72, 0xcb, 0x92, 0xd6, 0x59, 0x89, 0x75, 0x96, 0xec, 0x83, 0xb2, 0xce, 0xda, 0x22, 0x5e, 0x47, - 0x50, 0x35, 0x85, 0x34, 0xbf, 0x68, 0x30, 0x75, 0xbe, 0x86, 0x92, 0xf2, 0x16, 0x2e, 0xa7, 0xa4, - 0xf0, 0x29, 0x6d, 0xf6, 0xbf, 0x3c, 0x5a, 0x36, 0xc6, 0x8f, 0x7f, 0xcc, 0x14, 0x8e, 0x7e, 0xce, - 0x14, 0x55, 0xde, 0x72, 0x4f, 0x1b, 0x47, 0xcf, 0x33, 0x0a, 0x46, 0x84, 0x82, 0xdb, 0x17, 0x2a, - 0x90, 0xcc, 0x32, 0x12, 0x26, 0x00, 0x09, 0x05, 0x5b, 0x24, 0x22, 0x8d, 0x8e, 0x41, 0xe6, 0x0e, - 0x5c, 0xc9, 0xdc, 0x2a, 0x49, 0x0f, 0xa1, 0x18, 0x8a, 0x1b, 0xe5, 0xd9, 0xdc, 0x60, 0x31, 0x0a, - 0xad, 0x30, 0xe6, 0x32, 0x5c, 0xed, 0x99, 0xf5, 0x82, 0xf0, 0x5a, 0xa7, 0x1d, 0x13, 0x30, 0xda, - 0x6b, 0x77, 0xa9, 0x2a, 0x3f, 0xb2, 0x33, 0x25, 0xc3, 0x15, 0x8d, 0x7e, 0x33, 0xb5, 0x03, 0xd7, - 0x45, 0xf4, 0x53, 0xee, 0x44, 0xec, 0xfd, 0x23, 0xd7, 0x8d, 0x28, 0xef, 0xf6, 0x7b, 0x12, 0x2e, - 0x85, 0x2c, 0x8a, 0x77, 0x7d, 0x57, 0x61, 0x8a, 0xc9, 0xe7, 0xa6, 0x8b, 0x6e, 0x00, 0x38, 0x35, - 0x12, 0x04, 0xb4, 0x9e, 0xbc, 0x8d, 0x88, 0xb7, 0x92, 0xba, 0xd9, 0x74, 0xcd, 0xc7, 0xa0, 0xf7, - 0x4b, 0xaa, 0x68, 0xdc, 0x84, 0x71, 0x2a, 0x1e, 0x76, 0x89, 0x7c, 0x51, 0xc9, 0xc7, 0x68, 0x3a, - 0x7c, 0xe5, 0x4f, 0x11, 0x46, 0x45, 0x16, 0xf4, 0x59, 0x03, 0xe8, 0x35, 0x18, 0xad, 0x0d, 0x76, - 0xaf, 0xff, 0x42, 0xe9, 0xf7, 0x72, 0xa2, 0x24, 0x59, 0xb3, 0xf2, 0xe1, 0xeb, 0xef, 0xc3, 0x91, - 0x45, 0x74, 0x07, 0xab, 0xad, 0xcf, 0x6e, 0x7b, 0x7a, 0x52, 0xf1, 0x41, 0xe2, 0x68, 0x1b, 0x7d, - 0xd2, 0xa0, 0x9c, 0x1a, 0x6c, 0x94, 0xaf, 0x72, 0xc7, 0x7c, 0xfd, 0x7e, 0x5e, 0x98, 0x62, 0xbc, - 0x20, 0x18, 0xcf, 0x21, 0xf3, 0x62, 0xc6, 0xe8, 0x50, 0x83, 0xa2, 0x9c, 0x36, 0x74, 0x77, 0x88, - 0x72, 0x99, 0x61, 0xd7, 0x2b, 0x39, 0x10, 0x8a, 0xdb, 0x9c, 0xe0, 0x66, 0xa0, 0xe9, 0xfe, 0xdc, - 0xe4, 0xc0, 0xa3, 0x23, 0x0d, 0x4a, 0xdd, 0xe9, 0x45, 0xab, 0xc3, 0xfa, 0x90, 0x5a, 0x0d, 0x7d, - 0x2d, 0x1f, 0x48, 0xd1, 0x5b, 0x11, 0xf4, 0x96, 0xd0, 0xc2, 0x20, 0xeb, 0x92, 0x26, 0x27, 0xcd, - 0x16, 0x16, 0xb6, 0xd1, 0x37, 0x0d, 0xc6, 0x32, 0x73, 0x8e, 0xd6, 0x87, 0xa8, 0xdd, 0x6f, 0xdd, - 0xf4, 0x07, 0xf9, 0x81, 0x8a, 0x78, 0x55, 0x10, 0x7f, 0x85, 0x5e, 0xf6, 0x27, 0xae, 0x36, 0x93, - 0xe3, 0x83, 0xde, 0xd6, 0xb6, 0x71, 0xb2, 0xcb, 0x1c, 0x1f, 0xa8, 0x0d, 0x6f, 0xe3, 0xec, 0x52, - 0x6e, 0x6c, 0x1f, 0x9f, 0x1a, 0xda, 0xc9, 0xa9, 0xa1, 0xfd, 0x3a, 0x35, 0xb4, 0x8f, 0x67, 0x46, - 0xe1, 0xe4, 0xcc, 0x28, 0x7c, 0x3f, 0x33, 0x0a, 0x6f, 0xd6, 0x3d, 0x3f, 0xae, 0x35, 0x6d, 0xcb, - 0x61, 0x0d, 0xac, 0xfe, 0x9b, 0xbe, 0xed, 0x2c, 0x7b, 0x0c, 0xb7, 0x56, 0x71, 0x83, 0xb9, 0xcd, - 0x3a, 0xe5, 0xff, 0x90, 0x88, 0xf7, 0x43, 0xca, 0xed, 0xa2, 0xf8, 0xeb, 0xad, 0xfe, 0x0d, 0x00, - 0x00, 0xff, 0xff, 0x32, 0xbb, 0x42, 0xe2, 0xcc, 0x07, 0x00, 0x00, + 0xa5, 0x3f, 0x1e, 0xd2, 0x1f, 0x60, 0xc1, 0x86, 0xf2, 0x5b, 0x84, 0x44, 0x49, 0x59, 0xc1, 0xa2, + 0x9a, 0xd8, 0x83, 0x63, 0x29, 0xf1, 0xb8, 0x1e, 0x27, 0xa8, 0xaa, 0xb2, 0xe1, 0x09, 0x90, 0xfa, + 0x12, 0xa8, 0xe2, 0x21, 0x58, 0x76, 0x59, 0x09, 0x09, 0xb1, 0x02, 0xd4, 0xf2, 0x1a, 0x48, 0xc8, + 0x33, 0x93, 0xc4, 0xa6, 0x56, 0x1a, 0xef, 0xc6, 0x33, 0xf7, 0xdc, 0x7b, 0xce, 0xb9, 0xf7, 0xca, + 0x30, 0xef, 0xd5, 0x6c, 0x4c, 0x82, 0xa0, 0xe1, 0xd9, 0x24, 0xf2, 0x98, 0xcf, 0x71, 0x14, 0x12, + 0x9f, 0xbf, 0xa3, 0x21, 0x6e, 0x57, 0xf0, 0x6e, 0x8b, 0x86, 0x7b, 0x56, 0x10, 0xb2, 0x88, 0xa1, + 0x69, 0xaf, 0x66, 0x5b, 0xc9, 0x48, 0xab, 0x1b, 0x69, 0xb5, 0x2b, 0xfa, 0x84, 0xcb, 0x5c, 0x26, + 0x02, 0x71, 0x7c, 0x92, 0x18, 0x7d, 0xc1, 0x66, 0xbc, 0xc9, 0x38, 0xae, 0x11, 0x4e, 0x65, 0x32, + 0xdc, 0xae, 0xd4, 0x68, 0x44, 0x2a, 0x38, 0x20, 0xae, 0xe7, 0x8b, 0x44, 0x2a, 0x76, 0x71, 0x20, + 0x93, 0x5e, 0x2d, 0x19, 0x3c, 0xed, 0x32, 0xe6, 0x36, 0x28, 0x26, 0x81, 0x87, 0x89, 0xef, 0xb3, + 0x48, 0x51, 0x12, 0xaf, 0xe6, 0x12, 0x5c, 0x79, 0x15, 0x17, 0x7b, 0x44, 0x7d, 0xd6, 0x7c, 0x1d, + 0x12, 0x9b, 0x56, 0xe9, 0x6e, 0x8b, 0xf2, 0x08, 0x21, 0xf8, 0xbf, 0x4e, 0x78, 0x7d, 0x4a, 0x9b, + 0xd5, 0xe6, 0x4b, 0x55, 0x71, 0x36, 0x1d, 0x98, 0x3c, 0x13, 0xcd, 0x03, 0xe6, 0x73, 0x8a, 0x36, + 0xa1, 0xec, 0xc4, 0xb7, 0x3b, 0x51, 0x7c, 0x2d, 0x50, 0xe5, 0x95, 0x79, 0x6b, 0x90, 0x13, 0x56, + 0x22, 0x0d, 0x38, 0xbd, 0xb3, 0x49, 0xce, 0x54, 0xe1, 0x5d, 0x52, 0x4f, 0x00, 0xfa, 0x6e, 0xa8, + 0x22, 0x37, 0x2c, 0x69, 0x9d, 0x15, 0x5b, 0x67, 0xc9, 0x3e, 0x28, 0xeb, 0xac, 0x2d, 0xe2, 0x76, + 0x05, 0x55, 0x13, 0x48, 0xf3, 0x8b, 0x06, 0x53, 0x67, 0x6b, 0x28, 0x29, 0x6f, 0xe1, 0x62, 0x42, + 0x0a, 0x9f, 0xd2, 0x66, 0xff, 0xcb, 0xa3, 0x65, 0x63, 0xfc, 0xe8, 0xc7, 0x4c, 0xe1, 0xf0, 0xe7, + 0x4c, 0x51, 0xe5, 0x2d, 0xf7, 0xb5, 0x71, 0xf4, 0x34, 0xa5, 0x60, 0x44, 0x28, 0xb8, 0x79, 0xae, + 0x02, 0xc9, 0x2c, 0x25, 0x61, 0x02, 0x90, 0x50, 0xb0, 0x45, 0x42, 0xd2, 0xec, 0x1a, 0x64, 0x6e, + 0xc3, 0xa5, 0xd4, 0xad, 0x92, 0x74, 0x1f, 0x8a, 0x81, 0xb8, 0x51, 0x9e, 0xcd, 0x0d, 0x16, 0xa3, + 0xd0, 0x0a, 0x63, 0x2e, 0xc3, 0xe5, 0xbe, 0x59, 0xcf, 0x08, 0xaf, 0x77, 0xdb, 0x31, 0x01, 0xa3, + 0xfd, 0x76, 0x97, 0xaa, 0xf2, 0x23, 0x3d, 0x53, 0x32, 0x5c, 0xd1, 0xc8, 0x9a, 0xa9, 0x6d, 0xb8, + 0x2a, 0xa2, 0x1f, 0x73, 0x3b, 0x64, 0xef, 0x1f, 0x38, 0x4e, 0x48, 0x79, 0xaf, 0xdf, 0x93, 0x70, + 0x21, 0x60, 0x61, 0xb4, 0xe3, 0x39, 0x0a, 0x53, 0x8c, 0x3f, 0x37, 0x1d, 0x74, 0x0d, 0xc0, 0xae, + 0x13, 0xdf, 0xa7, 0x8d, 0xf8, 0x6d, 0x44, 0xbc, 0x95, 0xd4, 0xcd, 0xa6, 0x63, 0x3e, 0x04, 0x3d, + 0x2b, 0xa9, 0xa2, 0x71, 0x1d, 0xc6, 0xa9, 0x78, 0xd8, 0x21, 0xf2, 0x45, 0x25, 0x1f, 0xa3, 0xc9, + 0xf0, 0x95, 0x3f, 0x45, 0x18, 0x15, 0x59, 0xd0, 0x67, 0x0d, 0xa0, 0xdf, 0x60, 0xb4, 0x36, 0xd8, + 0xbd, 0xec, 0x85, 0xd2, 0xd7, 0x73, 0xa2, 0x24, 0x59, 0xb3, 0xf2, 0xe1, 0xeb, 0xef, 0x83, 0x91, + 0x45, 0x74, 0x0b, 0xab, 0xad, 0x4f, 0x6f, 0x7b, 0x72, 0x52, 0xf1, 0x7e, 0xec, 0x68, 0x07, 0x7d, + 0xd2, 0xa0, 0x9c, 0x18, 0x6c, 0x94, 0xaf, 0x72, 0xd7, 0x7c, 0xfd, 0x4e, 0x5e, 0x98, 0x62, 0xbc, + 0x20, 0x18, 0xcf, 0x21, 0xf3, 0x7c, 0xc6, 0xe8, 0x40, 0x83, 0xa2, 0x9c, 0x36, 0x74, 0x7b, 0x88, + 0x72, 0xa9, 0x61, 0xd7, 0x2b, 0x39, 0x10, 0x8a, 0xdb, 0x9c, 0xe0, 0x66, 0xa0, 0xe9, 0x6c, 0x6e, + 0x72, 0xe0, 0xd1, 0xa1, 0x06, 0xa5, 0xde, 0xf4, 0xa2, 0xd5, 0x61, 0x7d, 0x48, 0xac, 0x86, 0xbe, + 0x96, 0x0f, 0xa4, 0xe8, 0xad, 0x08, 0x7a, 0x4b, 0x68, 0x61, 0x90, 0x75, 0x71, 0x93, 0xe3, 0x66, + 0x0b, 0x0b, 0x3b, 0xe8, 0x9b, 0x06, 0x63, 0xa9, 0x39, 0x47, 0x77, 0x87, 0xa8, 0x9d, 0xb5, 0x6e, + 0xfa, 0xbd, 0xfc, 0x40, 0x45, 0xbc, 0x2a, 0x88, 0xbf, 0x40, 0xcf, 0xb3, 0x89, 0xab, 0xcd, 0xe4, + 0x78, 0xbf, 0xbf, 0xb5, 0x1d, 0x1c, 0xef, 0x32, 0xc7, 0xfb, 0x6a, 0xc3, 0x3b, 0x38, 0xbd, 0x94, + 0x1b, 0x2f, 0x8f, 0x4e, 0x0c, 0xed, 0xf8, 0xc4, 0xd0, 0x7e, 0x9d, 0x18, 0xda, 0xc7, 0x53, 0xa3, + 0x70, 0x7c, 0x6a, 0x14, 0xbe, 0x9f, 0x1a, 0x85, 0x37, 0xeb, 0xae, 0x17, 0xd5, 0x5b, 0x35, 0xcb, + 0x66, 0x4d, 0xdc, 0xf0, 0x7c, 0x1a, 0x17, 0x5d, 0x76, 0x19, 0x6e, 0xaf, 0xe2, 0x26, 0x73, 0x5a, + 0x0d, 0xca, 0xff, 0xa1, 0x10, 0xed, 0x05, 0x94, 0xd7, 0x8a, 0xe2, 0x9f, 0xb7, 0xfa, 0x37, 0x00, + 0x00, 0xff, 0xff, 0x0a, 0x5a, 0xce, 0xb1, 0xca, 0x07, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/apps/transfer/types/trace.go b/modules/apps/transfer/types/trace.go index 2aa2a9f4463..0c340269e01 100644 --- a/modules/apps/transfer/types/trace.go +++ b/modules/apps/transfer/types/trace.go @@ -12,8 +12,8 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // ParseDenomTrace parses a string with the ibc prefix (denom trace) and the base denomination diff --git a/modules/apps/transfer/types/transfer.pb.go b/modules/apps/transfer/types/transfer.pb.go index 5ed7c9bd835..cff77b1a11f 100644 --- a/modules/apps/transfer/types/transfer.pb.go +++ b/modules/apps/transfer/types/transfer.pb.go @@ -150,26 +150,26 @@ func init() { } var fileDescriptor_5041673e96e97901 = []byte{ - // 300 bytes of a gzipped FileDescriptorProto + // 299 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x5c, 0x90, 0xc1, 0x4a, 0x2b, 0x31, 0x14, 0x86, 0x9b, 0x72, 0x29, 0xb7, 0x51, 0x14, 0xa2, 0x68, 0x29, 0x9a, 0xca, 0xac, 0x04, 0x71, - 0x42, 0xe9, 0x42, 0xe8, 0x46, 0xa8, 0xba, 0xd7, 0xe2, 0xca, 0x4d, 0x49, 0x32, 0xc7, 0x69, 0x60, - 0x32, 0x19, 0x92, 0x74, 0xa0, 0x8f, 0xe0, 0xce, 0xc7, 0x72, 0xd9, 0xa5, 0xab, 0x22, 0xed, 0x1b, + 0x42, 0x29, 0x6e, 0xba, 0x11, 0xaa, 0xae, 0x95, 0xe2, 0xca, 0x4d, 0x49, 0x32, 0xc7, 0x69, 0x60, + 0x26, 0x19, 0x92, 0x74, 0xa0, 0x8f, 0xe0, 0xce, 0xc7, 0x72, 0xd9, 0xa5, 0xab, 0x22, 0xed, 0x1b, 0xf4, 0x09, 0x64, 0xd2, 0x52, 0x06, 0x77, 0xff, 0x39, 0xe7, 0xfb, 0xce, 0xe2, 0xc7, 0x37, 0x4a, - 0x48, 0xc6, 0x8b, 0x22, 0x53, 0x92, 0x7b, 0x65, 0x72, 0xc7, 0xbc, 0xe5, 0xb9, 0x7b, 0x07, 0xcb, - 0xca, 0xfe, 0x3e, 0xc7, 0x85, 0x35, 0xde, 0x90, 0x0b, 0x25, 0x64, 0x5c, 0x87, 0xe3, 0x3d, 0x50, - 0xf6, 0xbb, 0xa7, 0xa9, 0x49, 0x4d, 0x00, 0x59, 0x95, 0xb6, 0x4e, 0x74, 0x8f, 0xf1, 0x23, 0xe4, - 0x46, 0xbf, 0x5a, 0x2e, 0x81, 0x10, 0xfc, 0xaf, 0xe0, 0x7e, 0xda, 0x41, 0x57, 0xe8, 0xba, 0x3d, - 0x0e, 0x99, 0x5c, 0x62, 0x2c, 0xb8, 0x83, 0x49, 0x52, 0x61, 0x9d, 0x66, 0xb8, 0xb4, 0xab, 0x4d, - 0xf0, 0xa2, 0x0f, 0x84, 0x5b, 0xcf, 0xdc, 0x72, 0xed, 0xc8, 0x10, 0x1f, 0x3a, 0xc8, 0x93, 0x09, - 0xe4, 0x5c, 0x64, 0x90, 0x84, 0x2f, 0xff, 0x47, 0xe7, 0x9b, 0x65, 0xef, 0x64, 0xce, 0x75, 0x36, - 0x8c, 0xea, 0xd7, 0x68, 0x7c, 0x50, 0x8d, 0x4f, 0xdb, 0x89, 0x3c, 0xe0, 0x63, 0x0b, 0x12, 0x54, - 0x09, 0x7b, 0xbd, 0x19, 0xf4, 0xee, 0x66, 0xd9, 0x3b, 0xdb, 0xea, 0x7f, 0x80, 0x68, 0x7c, 0xb4, - 0xdb, 0xec, 0x9e, 0x8c, 0x5e, 0xbe, 0x56, 0x14, 0x2d, 0x56, 0x14, 0xfd, 0xac, 0x28, 0xfa, 0x5c, - 0xd3, 0xc6, 0x62, 0x4d, 0x1b, 0xdf, 0x6b, 0xda, 0x78, 0xbb, 0x4b, 0x95, 0x9f, 0xce, 0x44, 0x2c, - 0x8d, 0x66, 0xd2, 0x38, 0x6d, 0x1c, 0x53, 0x42, 0xde, 0xa6, 0x86, 0x95, 0x03, 0xa6, 0x4d, 0x32, - 0xcb, 0xc0, 0x55, 0x3d, 0xd7, 0xfa, 0xf5, 0xf3, 0x02, 0x9c, 0x68, 0x85, 0x9a, 0x06, 0xbf, 0x01, - 0x00, 0x00, 0xff, 0xff, 0xae, 0xdf, 0x93, 0x8e, 0x89, 0x01, 0x00, 0x00, + 0x48, 0xc6, 0x8b, 0x22, 0x53, 0x92, 0x7b, 0x65, 0xb4, 0x63, 0xde, 0x72, 0xed, 0xde, 0xc1, 0xb2, + 0xb2, 0xbf, 0xcf, 0x71, 0x61, 0x8d, 0x37, 0xe4, 0x42, 0x09, 0x19, 0xd7, 0xe1, 0x78, 0x0f, 0x94, + 0xfd, 0xee, 0x69, 0x6a, 0x52, 0x13, 0x40, 0x56, 0xa5, 0xad, 0x13, 0xdd, 0x63, 0xfc, 0x08, 0xda, + 0xe4, 0xaf, 0x96, 0x4b, 0x20, 0x04, 0xff, 0x2b, 0xb8, 0x9f, 0x76, 0xd0, 0x15, 0xba, 0x6e, 0x8f, + 0x43, 0x26, 0x97, 0x18, 0x0b, 0xee, 0x60, 0x92, 0x54, 0x58, 0xa7, 0x19, 0x2e, 0xed, 0x6a, 0x13, + 0xbc, 0xe8, 0x03, 0xe1, 0xd6, 0x0b, 0xb7, 0x3c, 0x77, 0x64, 0x88, 0x0f, 0x1d, 0xe8, 0x64, 0x02, + 0x9a, 0x8b, 0x0c, 0x92, 0xf0, 0xe5, 0xff, 0xe8, 0x7c, 0xb3, 0xec, 0x9d, 0xcc, 0x79, 0x9e, 0x0d, + 0xa3, 0xfa, 0x35, 0x1a, 0x1f, 0x54, 0xe3, 0xd3, 0x76, 0x22, 0x0f, 0xf8, 0xd8, 0x82, 0x04, 0x55, + 0xc2, 0x5e, 0x6f, 0x06, 0xbd, 0xbb, 0x59, 0xf6, 0xce, 0xb6, 0xfa, 0x1f, 0x20, 0x1a, 0x1f, 0xed, + 0x36, 0xbb, 0x27, 0xa3, 0xe7, 0xaf, 0x15, 0x45, 0x8b, 0x15, 0x45, 0x3f, 0x2b, 0x8a, 0x3e, 0xd7, + 0xb4, 0xb1, 0x58, 0xd3, 0xc6, 0xf7, 0x9a, 0x36, 0xde, 0xee, 0x52, 0xe5, 0xa7, 0x33, 0x11, 0x4b, + 0x93, 0xb3, 0x4c, 0x69, 0x60, 0x4a, 0xc8, 0xdb, 0xd4, 0xb0, 0x72, 0xc0, 0x72, 0x93, 0xcc, 0x32, + 0x70, 0x55, 0xcb, 0xb5, 0x76, 0xfd, 0xbc, 0x00, 0x27, 0x5a, 0xa1, 0xa4, 0xc1, 0x6f, 0x00, 0x00, + 0x00, 0xff, 0xff, 0xeb, 0xe0, 0x6d, 0x4d, 0x87, 0x01, 0x00, 0x00, } func (m *DenomTrace) Marshal() (dAtA []byte, err error) { diff --git a/modules/apps/transfer/types/tx.pb.go b/modules/apps/transfer/types/tx.pb.go index 5801e8ea219..f66bd6ca19d 100644 --- a/modules/apps/transfer/types/tx.pb.go +++ b/modules/apps/transfer/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" - types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" + types1 "github.com/line/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -132,38 +132,38 @@ func init() { } var fileDescriptor_7401ed9bed2f8e09 = []byte{ - // 494 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0x31, 0x6f, 0xd3, 0x40, - 0x14, 0xc7, 0x6d, 0x92, 0x86, 0x70, 0x51, 0x2b, 0x30, 0xb4, 0x72, 0xa3, 0x62, 0x47, 0x96, 0x90, - 0xc2, 0xc0, 0x9d, 0xdc, 0x0a, 0x55, 0xea, 0x84, 0xd2, 0x05, 0x86, 0x4a, 0x60, 0x75, 0x62, 0x29, - 0xf6, 0xf5, 0x70, 0x4e, 0xc4, 0xf7, 0xac, 0xbb, 0x8b, 0x45, 0xbf, 0x01, 0x23, 0x1f, 0xa1, 0x33, - 0x9f, 0xa4, 0x63, 0x47, 0xa6, 0x08, 0x25, 0x0b, 0x73, 0x3e, 0x01, 0x3a, 0xfb, 0x12, 0x92, 0x05, - 0x31, 0xd9, 0xef, 0xfd, 0x7f, 0xef, 0xfe, 0x7a, 0xf7, 0xde, 0xa1, 0x17, 0x3c, 0xa3, 0x24, 0x2d, - 0xcb, 0x09, 0xa7, 0xa9, 0xe6, 0x20, 0x14, 0xd1, 0x32, 0x15, 0xea, 0x33, 0x93, 0xa4, 0x8a, 0x89, - 0xfe, 0x8a, 0x4b, 0x09, 0x1a, 0xbc, 0x23, 0x9e, 0x51, 0xbc, 0x89, 0xe1, 0x15, 0x86, 0xab, 0xb8, - 0xff, 0x2c, 0x87, 0x1c, 0x6a, 0x90, 0x98, 0xbf, 0xa6, 0xa6, 0x1f, 0x50, 0x50, 0x05, 0x28, 0x92, - 0xa5, 0x8a, 0x91, 0x2a, 0xce, 0x98, 0x4e, 0x63, 0x42, 0x81, 0x0b, 0xab, 0x87, 0xc6, 0x9a, 0x82, - 0x64, 0x84, 0x4e, 0x38, 0x13, 0xda, 0x18, 0x36, 0x7f, 0x0d, 0x10, 0xfd, 0x68, 0xa1, 0xde, 0x85, - 0xca, 0x2f, 0xad, 0x93, 0x77, 0x8a, 0x7a, 0x0a, 0xa6, 0x92, 0xb2, 0xab, 0x12, 0xa4, 0xf6, 0xdd, - 0x81, 0x3b, 0x7c, 0x34, 0x3a, 0x58, 0xce, 0x42, 0xef, 0x26, 0x2d, 0x26, 0x67, 0xd1, 0x86, 0x18, - 0x25, 0xa8, 0x89, 0xde, 0x83, 0xd4, 0xde, 0x1b, 0xb4, 0x67, 0x35, 0x3a, 0x4e, 0x85, 0x60, 0x13, - 0xff, 0x41, 0x5d, 0x7b, 0xb8, 0x9c, 0x85, 0xfb, 0x5b, 0xb5, 0x56, 0x8f, 0x92, 0xdd, 0x26, 0x71, - 0xde, 0xc4, 0xde, 0x6b, 0xb4, 0xa3, 0xe1, 0x0b, 0x13, 0x7e, 0x6b, 0xe0, 0x0e, 0x7b, 0xc7, 0x87, - 0xb8, 0xe9, 0x0d, 0x9b, 0xde, 0xb0, 0xed, 0x0d, 0x9f, 0x03, 0x17, 0xa3, 0xf6, 0xdd, 0x2c, 0x74, - 0x92, 0x86, 0xf6, 0x0e, 0x50, 0x47, 0x31, 0x71, 0xcd, 0xa4, 0xdf, 0x36, 0x86, 0x89, 0x8d, 0xbc, - 0x3e, 0xea, 0x4a, 0x46, 0x19, 0xaf, 0x98, 0xf4, 0x77, 0x6a, 0x65, 0x1d, 0x7b, 0x9f, 0xd0, 0x9e, - 0xe6, 0x05, 0x83, 0xa9, 0xbe, 0x1a, 0x33, 0x9e, 0x8f, 0xb5, 0xdf, 0xa9, 0x3d, 0xfb, 0xd8, 0xcc, - 0xc0, 0xdc, 0x17, 0xb6, 0xb7, 0x54, 0xc5, 0xf8, 0x6d, 0x4d, 0x8c, 0x9e, 0x1b, 0xd3, 0xbf, 0xcd, - 0x6c, 0xd7, 0x47, 0xc9, 0xae, 0x4d, 0x34, 0xb4, 0xf7, 0x0e, 0x3d, 0x59, 0x11, 0xe6, 0xab, 0x74, - 0x5a, 0x94, 0xfe, 0xc3, 0x81, 0x3b, 0x6c, 0x8f, 0x8e, 0x96, 0xb3, 0xd0, 0xdf, 0x3e, 0x64, 0x8d, - 0x44, 0xc9, 0x63, 0x9b, 0xbb, 0x5c, 0xa5, 0xce, 0xba, 0xdf, 0x6e, 0x43, 0xe7, 0xf7, 0x6d, 0xe8, - 0x44, 0xfb, 0xe8, 0xe9, 0xc6, 0xac, 0x12, 0xa6, 0x4a, 0x10, 0x8a, 0x1d, 0x03, 0x6a, 0x5d, 0xa8, - 0xdc, 0x1b, 0xa3, 0xee, 0x7a, 0x8c, 0x2f, 0xf1, 0xbf, 0x96, 0x09, 0x6f, 0x9c, 0xd2, 0x8f, 0xff, - 0x1b, 0x5d, 0x19, 0x8e, 0x3e, 0xdc, 0xcd, 0x03, 0xf7, 0x7e, 0x1e, 0xb8, 0xbf, 0xe6, 0x81, 0xfb, - 0x7d, 0x11, 0x38, 0xf7, 0x8b, 0xc0, 0xf9, 0xb9, 0x08, 0x9c, 0x8f, 0xa7, 0x39, 0xd7, 0xe3, 0x69, - 0x86, 0x29, 0x14, 0xc4, 0xae, 0x26, 0xcf, 0xe8, 0xab, 0x1c, 0x48, 0x75, 0x42, 0x0a, 0xb8, 0x9e, - 0x4e, 0x98, 0x32, 0x4f, 0x61, 0xe3, 0x09, 0xe8, 0x9b, 0x92, 0xa9, 0xac, 0x53, 0xaf, 0xe3, 0xc9, - 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x07, 0x3c, 0x39, 0x2c, 0x03, 0x00, 0x00, + // 495 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x93, 0xcf, 0x6e, 0xd3, 0x40, + 0x10, 0xc6, 0x6d, 0x92, 0x86, 0xb0, 0x51, 0x2b, 0x30, 0xb4, 0x72, 0xa3, 0x62, 0x47, 0x96, 0x90, + 0xc2, 0x81, 0x5d, 0xb9, 0x55, 0x85, 0xd4, 0x13, 0x4a, 0x2f, 0x70, 0xa8, 0x40, 0x56, 0x4f, 0x5c, + 0x8a, 0xbd, 0x1d, 0x9c, 0x15, 0xf6, 0x8e, 0xe5, 0xdd, 0x58, 0xf4, 0x0d, 0x38, 0xf2, 0x08, 0x3d, + 0xf3, 0x24, 0x3d, 0xf6, 0xc8, 0x29, 0x42, 0xc9, 0x85, 0x73, 0x9e, 0x00, 0xf9, 0x4f, 0x82, 0x73, + 0x41, 0x9c, 0x76, 0x67, 0xbe, 0xdf, 0xec, 0xa7, 0xd9, 0xd9, 0x25, 0x2f, 0x44, 0xc4, 0x59, 0x98, + 0x65, 0x89, 0xe0, 0xa1, 0x16, 0x28, 0x15, 0xd3, 0x79, 0x28, 0xd5, 0x67, 0xc8, 0x59, 0xe1, 0x33, + 0xfd, 0x95, 0x66, 0x39, 0x6a, 0xb4, 0x8e, 0x44, 0xc4, 0x69, 0x1b, 0xa3, 0x6b, 0x8c, 0x16, 0xfe, + 0xf0, 0x59, 0x8c, 0x31, 0x56, 0x20, 0x2b, 0x77, 0x75, 0xcd, 0xd0, 0xe1, 0xa8, 0x52, 0x54, 0x2c, + 0x0a, 0x15, 0xb0, 0xc2, 0x8f, 0x40, 0x87, 0x3e, 0xe3, 0x28, 0x64, 0xa3, 0xbb, 0xa5, 0x35, 0xc7, + 0x1c, 0x18, 0x4f, 0x04, 0x48, 0x5d, 0x1a, 0xd6, 0xbb, 0x1a, 0xf0, 0x7e, 0x74, 0xc8, 0xe0, 0x42, + 0xc5, 0x97, 0x8d, 0x93, 0xf5, 0x9a, 0x0c, 0x14, 0xce, 0x72, 0x0e, 0x57, 0x19, 0xe6, 0xda, 0x36, + 0x47, 0xe6, 0xf8, 0xd1, 0xe4, 0x60, 0x35, 0x77, 0xad, 0x9b, 0x30, 0x4d, 0xce, 0xbc, 0x96, 0xe8, + 0x05, 0xa4, 0x8e, 0x3e, 0x60, 0xae, 0xad, 0x37, 0x64, 0xaf, 0xd1, 0xf8, 0x34, 0x94, 0x12, 0x12, + 0xfb, 0x41, 0x55, 0x7b, 0xb8, 0x9a, 0xbb, 0xfb, 0x5b, 0xb5, 0x8d, 0xee, 0x05, 0xbb, 0x75, 0xe2, + 0xbc, 0x8e, 0xad, 0x53, 0xb2, 0xa3, 0xf1, 0x0b, 0x48, 0xbb, 0x33, 0x32, 0xc7, 0x83, 0xe3, 0x43, + 0x5a, 0xf7, 0x46, 0xcb, 0xde, 0x68, 0xd3, 0x1b, 0x3d, 0x47, 0x21, 0x27, 0xdd, 0xbb, 0xb9, 0x6b, + 0x04, 0x35, 0x6d, 0x1d, 0x90, 0x9e, 0x02, 0x79, 0x0d, 0xb9, 0xdd, 0x2d, 0x0d, 0x83, 0x26, 0xb2, + 0x86, 0xa4, 0x9f, 0x03, 0x07, 0x51, 0x40, 0x6e, 0xef, 0x54, 0xca, 0x26, 0xb6, 0x3e, 0x91, 0x3d, + 0x2d, 0x52, 0xc0, 0x99, 0xbe, 0x9a, 0x82, 0x88, 0xa7, 0xda, 0xee, 0x55, 0x9e, 0x43, 0x5a, 0xce, + 0xa0, 0xbc, 0x2f, 0xda, 0xdc, 0x52, 0xe1, 0xd3, 0xb7, 0x15, 0x31, 0x79, 0x5e, 0x9a, 0xfe, 0x6d, + 0x66, 0xbb, 0xde, 0x0b, 0x76, 0x9b, 0x44, 0x4d, 0x5b, 0xef, 0xc8, 0x93, 0x35, 0x51, 0xae, 0x4a, + 0x87, 0x69, 0x66, 0x3f, 0x1c, 0x99, 0xe3, 0xee, 0xe4, 0x68, 0x35, 0x77, 0xed, 0xed, 0x43, 0x36, + 0x88, 0x17, 0x3c, 0x6e, 0x72, 0x97, 0xeb, 0xd4, 0x59, 0xff, 0xdb, 0xad, 0x6b, 0xfc, 0xbe, 0x75, + 0x0d, 0x6f, 0x9f, 0x3c, 0x6d, 0xcd, 0x2a, 0x00, 0x95, 0xa1, 0x54, 0x70, 0x8c, 0xa4, 0x73, 0xa1, + 0x62, 0x6b, 0x4a, 0xfa, 0x9b, 0x31, 0xbe, 0xa4, 0xff, 0x7a, 0x4c, 0xb4, 0x75, 0xca, 0xd0, 0xff, + 0x6f, 0x74, 0x6d, 0x38, 0x79, 0x7f, 0xb7, 0x70, 0xcc, 0xfb, 0x85, 0x63, 0xfe, 0x5a, 0x38, 0xe6, + 0xf7, 0xa5, 0x63, 0xdc, 0x2f, 0x1d, 0xe3, 0xe7, 0xd2, 0x31, 0x3e, 0x9e, 0xc6, 0x42, 0x4f, 0x67, + 0x11, 0xe5, 0x98, 0xb2, 0x44, 0x48, 0x60, 0x22, 0xe2, 0xaf, 0x62, 0x64, 0xc5, 0x09, 0x4b, 0xf1, + 0x7a, 0x96, 0x80, 0x2a, 0x3f, 0x42, 0xeb, 0x03, 0xe8, 0x9b, 0x0c, 0x54, 0xd4, 0xab, 0x1e, 0xe3, + 0xc9, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xb2, 0xce, 0x1e, 0x7e, 0x2a, 0x03, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/02-client/abci.go b/modules/core/02-client/abci.go index a66fea0b52c..f783ef1139d 100644 --- a/modules/core/02-client/abci.go +++ b/modules/core/02-client/abci.go @@ -3,9 +3,9 @@ package client import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // BeginBlocker updates an existing localhost client with the latest block height. diff --git a/modules/core/02-client/abci_test.go b/modules/core/02-client/abci_test.go index 77f14278729..0a9d9240d63 100644 --- a/modules/core/02-client/abci_test.go +++ b/modules/core/02-client/abci_test.go @@ -9,12 +9,12 @@ import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" ocabci "github.com/line/ostracon/abci/types" - client "github.com/cosmos/ibc-go/v3/modules/core/02-client" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + client "github.com/line/ibc-go/v3/modules/core/02-client" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type ClientTestSuite struct { diff --git a/modules/core/02-client/client/cli/cli.go b/modules/core/02-client/client/cli/cli.go index 0dbcd86e396..903117b9ab2 100644 --- a/modules/core/02-client/client/cli/cli.go +++ b/modules/core/02-client/client/cli/cli.go @@ -4,7 +4,7 @@ import ( "github.com/line/lbm-sdk/client" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // GetQueryCmd returns the query commands for IBC clients diff --git a/modules/core/02-client/client/cli/query.go b/modules/core/02-client/client/cli/query.go index 1f0c6e0c73a..c3b7dee78a1 100644 --- a/modules/core/02-client/client/cli/query.go +++ b/modules/core/02-client/client/cli/query.go @@ -9,9 +9,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/02-client/client/cli/tx.go b/modules/core/02-client/client/cli/tx.go index 281108bfa64..39d2410ec5b 100644 --- a/modules/core/02-client/client/cli/tx.go +++ b/modules/core/02-client/client/cli/tx.go @@ -16,8 +16,8 @@ import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // NewCreateClientCmd defines the command to create a new IBC light client. diff --git a/modules/core/02-client/client/proposal_handler.go b/modules/core/02-client/client/proposal_handler.go index e96490218cc..af2bbee2e1d 100644 --- a/modules/core/02-client/client/proposal_handler.go +++ b/modules/core/02-client/client/proposal_handler.go @@ -3,7 +3,7 @@ package client import ( govclient "github.com/line/lbm-sdk/x/gov/client" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/cli" + "github.com/line/ibc-go/v3/modules/core/02-client/client/cli" ) var ( diff --git a/modules/core/02-client/client/utils/utils.go b/modules/core/02-client/client/utils/utils.go index 96fb2474971..db235b8002f 100644 --- a/modules/core/02-client/client/utils/utils.go +++ b/modules/core/02-client/client/utils/utils.go @@ -8,12 +8,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/line/ibc-go/v3/modules/core/client" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // QueryClientState returns a client state. If prove is true, it performs an ABCI store query diff --git a/modules/core/02-client/genesis.go b/modules/core/02-client/genesis.go index 377067569a1..d5d37975bce 100644 --- a/modules/core/02-client/genesis.go +++ b/modules/core/02-client/genesis.go @@ -5,9 +5,9 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // InitGenesis initializes the ibc client submodule's state from a provided genesis diff --git a/modules/core/02-client/keeper/client.go b/modules/core/02-client/keeper/client.go index 1d86b8b4b87..150a15aa125 100644 --- a/modules/core/02-client/keeper/client.go +++ b/modules/core/02-client/keeper/client.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CreateClient creates a new client state and populates it with a given consensus diff --git a/modules/core/02-client/keeper/client_test.go b/modules/core/02-client/keeper/client_test.go index 51b180be79d..9c99f540b4f 100644 --- a/modules/core/02-client/keeper/client_test.go +++ b/modules/core/02-client/keeper/client_test.go @@ -8,14 +8,14 @@ import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" octypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" ) func (suite *KeeperTestSuite) TestCreateClient() { diff --git a/modules/core/02-client/keeper/encoding.go b/modules/core/02-client/keeper/encoding.go index 9a8156df37e..a57969911f1 100644 --- a/modules/core/02-client/keeper/encoding.go +++ b/modules/core/02-client/keeper/encoding.go @@ -1,8 +1,8 @@ package keeper import ( - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // UnmarshalClientState attempts to decode and return an ClientState object from diff --git a/modules/core/02-client/keeper/events.go b/modules/core/02-client/keeper/events.go index 44aa8928520..88e8834e520 100644 --- a/modules/core/02-client/keeper/events.go +++ b/modules/core/02-client/keeper/events.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // EmitCreateClientEvent emits a create client event diff --git a/modules/core/02-client/keeper/grpc_query.go b/modules/core/02-client/keeper/grpc_query.go index ba64c99e879..7a0f59a4754 100644 --- a/modules/core/02-client/keeper/grpc_query.go +++ b/modules/core/02-client/keeper/grpc_query.go @@ -14,9 +14,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ types.QueryServer = Keeper{} diff --git a/modules/core/02-client/keeper/grpc_query_test.go b/modules/core/02-client/keeper/grpc_query_test.go index ee1594bfbb3..6d1c558273c 100644 --- a/modules/core/02-client/keeper/grpc_query_test.go +++ b/modules/core/02-client/keeper/grpc_query_test.go @@ -9,10 +9,10 @@ import ( "github.com/line/lbm-sdk/types/query" "google.golang.org/grpc/metadata" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryClientState() { diff --git a/modules/core/02-client/keeper/keeper.go b/modules/core/02-client/keeper/keeper.go index 771216ddf1a..987a319b2c4 100644 --- a/modules/core/02-client/keeper/keeper.go +++ b/modules/core/02-client/keeper/keeper.go @@ -14,11 +14,11 @@ import ( "github.com/line/ostracon/libs/log" "github.com/line/ostracon/light" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Keeper represents a type that grants read and write permissions to any client diff --git a/modules/core/02-client/keeper/keeper_test.go b/modules/core/02-client/keeper/keeper_test.go index c8340d745a6..1ce72174237 100644 --- a/modules/core/02-client/keeper/keeper_test.go +++ b/modules/core/02-client/keeper/keeper_test.go @@ -16,15 +16,15 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + "github.com/line/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/core/02-client/keeper/migrations.go b/modules/core/02-client/keeper/migrations.go index 1a3da4d99fe..b4ca0ac49df 100644 --- a/modules/core/02-client/keeper/migrations.go +++ b/modules/core/02-client/keeper/migrations.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" + v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/core/02-client/keeper/params.go b/modules/core/02-client/keeper/params.go index 61b22fff6f4..f7cf3c3e7f8 100644 --- a/modules/core/02-client/keeper/params.go +++ b/modules/core/02-client/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // GetAllowedClients retrieves the allowed clients from the paramstore diff --git a/modules/core/02-client/keeper/params_test.go b/modules/core/02-client/keeper/params_test.go index c293f7ec195..71840bd8ea8 100644 --- a/modules/core/02-client/keeper/params_test.go +++ b/modules/core/02-client/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/modules/core/02-client/keeper/proposal.go b/modules/core/02-client/keeper/proposal.go index 65f984256b9..9327d7308d6 100644 --- a/modules/core/02-client/keeper/proposal.go +++ b/modules/core/02-client/keeper/proposal.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ClientUpdateProposal will retrieve the subject and substitute client. diff --git a/modules/core/02-client/keeper/proposal_test.go b/modules/core/02-client/keeper/proposal_test.go index 80d244f00e5..5f9f8eb271b 100644 --- a/modules/core/02-client/keeper/proposal_test.go +++ b/modules/core/02-client/keeper/proposal_test.go @@ -4,10 +4,10 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestClientUpdateProposal() { diff --git a/modules/core/02-client/legacy/v100/genesis.go b/modules/core/02-client/legacy/v100/genesis.go index 59919959503..06a9a776f6a 100644 --- a/modules/core/02-client/legacy/v100/genesis.go +++ b/modules/core/02-client/legacy/v100/genesis.go @@ -7,10 +7,10 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // MigrateGenesis accepts exported v1.0.0 IBC client genesis file and migrates it to: diff --git a/modules/core/02-client/legacy/v100/genesis_test.go b/modules/core/02-client/legacy/v100/genesis_test.go index fd7edfe4cbd..4e84658db9a 100644 --- a/modules/core/02-client/legacy/v100/genesis_test.go +++ b/modules/core/02-client/legacy/v100/genesis_test.go @@ -9,14 +9,14 @@ import ( "github.com/line/lbm-sdk/codec" codectypes "github.com/line/lbm-sdk/codec/types" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" + v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) func (suite *LegacyTestSuite) TestMigrateGenesisSolomachine() { diff --git a/modules/core/02-client/legacy/v100/solomachine.go b/modules/core/02-client/legacy/v100/solomachine.go index d7ca7468423..88ac9df0f44 100644 --- a/modules/core/02-client/legacy/v100/solomachine.go +++ b/modules/core/02-client/legacy/v100/solomachine.go @@ -7,7 +7,7 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // NOTE: this is a mock implmentation for exported.ClientState. This implementation diff --git a/modules/core/02-client/legacy/v100/solomachine.pb.go b/modules/core/02-client/legacy/v100/solomachine.pb.go index e25e722816c..be55c236583 100644 --- a/modules/core/02-client/legacy/v100/solomachine.pb.go +++ b/modules/core/02-client/legacy/v100/solomachine.pb.go @@ -5,10 +5,10 @@ package v100 import ( fmt "fmt" - types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" @@ -823,93 +823,93 @@ func init() { } var fileDescriptor_6cc2ee18f7f86d4e = []byte{ - // 1369 bytes of a gzipped FileDescriptorProto + // 1367 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x6f, 0xdb, 0x54, 0x14, 0xaf, 0xb3, 0xac, 0x6b, 0x4e, 0xba, 0x36, 0x78, 0xd9, 0x96, 0x7a, 0x53, 0x62, 0x8c, 0x18, - 0x05, 0xb1, 0x78, 0xed, 0xc4, 0x84, 0x26, 0x34, 0x70, 0x1c, 0xc3, 0xb2, 0xb5, 0x6e, 0x70, 0x5c, - 0xd8, 0x26, 0x24, 0xcb, 0x71, 0x6e, 0x53, 0x6b, 0x89, 0x6f, 0x88, 0x9d, 0x74, 0x41, 0x42, 0x42, - 0x3c, 0x8d, 0x88, 0x07, 0xbe, 0x40, 0x24, 0x04, 0xe2, 0xab, 0x00, 0x8f, 0xe3, 0x8d, 0xa7, 0x80, - 0xb6, 0x6f, 0x90, 0x4f, 0x80, 0xec, 0x7b, 0x13, 0xdb, 0xe9, 0x9a, 0x8a, 0x7f, 0x6f, 0xf7, 0x9e, - 0xf3, 0x3b, 0xbf, 0x73, 0xee, 0x39, 0xc7, 0xe7, 0x5e, 0xc3, 0x96, 0x5d, 0xb7, 0xc4, 0x96, 0xdd, - 0x3c, 0xf4, 0xac, 0x96, 0x8d, 0x1c, 0xcf, 0x15, 0x5d, 0xdc, 0xc2, 0x6d, 0xd3, 0x3a, 0xb4, 0x1d, - 0x24, 0xf6, 0xb7, 0xa2, 0xdb, 0x62, 0xa7, 0x8b, 0x3d, 0xcc, 0x16, 0xec, 0xba, 0x55, 0x8c, 0x9a, - 0x14, 0xa3, 0x98, 0xfe, 0x16, 0xf7, 0x86, 0xcf, 0x69, 0xe1, 0x2e, 0x12, 0x2d, 0xec, 0x38, 0xc8, - 0xf2, 0x6c, 0xec, 0xf8, 0x54, 0xe1, 0x8e, 0x30, 0x71, 0xaf, 0x86, 0xc0, 0x43, 0xd3, 0x71, 0x50, - 0x2b, 0x40, 0x91, 0x25, 0x85, 0x64, 0x9b, 0xb8, 0x89, 0x83, 0xa5, 0xe8, 0xaf, 0xa8, 0x74, 0xa3, - 0x89, 0x71, 0xb3, 0x85, 0xc4, 0x60, 0x57, 0xef, 0x1d, 0x88, 0xa6, 0x33, 0x20, 0x2a, 0xe1, 0xb7, - 0x04, 0xa4, 0xe5, 0x20, 0xae, 0x9a, 0x67, 0x7a, 0x88, 0xe5, 0x60, 0xc5, 0x45, 0x9f, 0xf7, 0x90, - 0x63, 0xa1, 0x1c, 0xc3, 0x33, 0x9b, 0x49, 0x6d, 0xb6, 0x67, 0x65, 0x58, 0x3f, 0xe8, 0xe2, 0x2f, - 0x90, 0x63, 0xcc, 0x20, 0x09, 0x1f, 0x52, 0xe2, 0x26, 0xe3, 0xc2, 0xa5, 0x81, 0xd9, 0x6e, 0xdd, - 0x16, 0xe6, 0x00, 0x82, 0xb6, 0x46, 0x24, 0xb5, 0x29, 0x89, 0x07, 0xeb, 0x16, 0x76, 0x5c, 0xe4, - 0xb8, 0x3d, 0xd7, 0x70, 0x7d, 0x9f, 0xb9, 0x33, 0x3c, 0xb3, 0x99, 0xde, 0x16, 0x8b, 0xa7, 0x24, - 0xaa, 0x28, 0x4f, 0xed, 0x82, 0x50, 0xa3, 0x5e, 0xe7, 0x18, 0x05, 0x6d, 0xcd, 0x8a, 0x61, 0x59, - 0x04, 0x57, 0xcc, 0x56, 0x0b, 0x1f, 0x19, 0xbd, 0x4e, 0xc3, 0xf4, 0x90, 0x61, 0x1e, 0x78, 0xa8, - 0x6b, 0x74, 0xba, 0xb8, 0x83, 0x5d, 0xb3, 0x95, 0x4b, 0xf2, 0xcc, 0xe6, 0x4a, 0xe9, 0xda, 0x64, - 0x5c, 0x10, 0x08, 0xe1, 0x02, 0xb0, 0xa0, 0xe5, 0x02, 0xed, 0x7e, 0xa0, 0x94, 0x7c, 0x5d, 0x95, - 0xaa, 0x6e, 0x27, 0x9f, 0x7e, 0x5f, 0x58, 0x12, 0x7e, 0x60, 0x60, 0x2d, 0x1e, 0x2b, 0x7b, 0x0f, - 0xa0, 0xd3, 0xab, 0xb7, 0x6c, 0xcb, 0x78, 0x8c, 0x06, 0x41, 0x62, 0xd3, 0xdb, 0xd9, 0x22, 0x29, - 0x4b, 0x71, 0x5a, 0x96, 0xa2, 0xe4, 0x0c, 0x4a, 0x17, 0x27, 0xe3, 0xc2, 0x2b, 0x24, 0x88, 0xd0, - 0x42, 0xd0, 0x52, 0x64, 0x73, 0x1f, 0x0d, 0x58, 0x1e, 0xd2, 0x0d, 0xbb, 0x8f, 0xba, 0xae, 0x7d, - 0x60, 0xa3, 0x6e, 0x50, 0x82, 0x94, 0x16, 0x15, 0xb1, 0x57, 0x21, 0xe5, 0xd9, 0x6d, 0xe4, 0x7a, - 0x66, 0xbb, 0x13, 0x64, 0x37, 0xa9, 0x85, 0x02, 0x1a, 0xe4, 0xd7, 0x09, 0x58, 0xbe, 0x8b, 0xcc, - 0x06, 0xea, 0x2e, 0xac, 0x79, 0x8c, 0x2a, 0x31, 0x47, 0xe5, 0x6b, 0x5d, 0xbb, 0xe9, 0x98, 0x5e, - 0xaf, 0x4b, 0xca, 0xb8, 0xaa, 0x85, 0x02, 0x76, 0x1f, 0xd6, 0x1c, 0x74, 0x64, 0x44, 0x0e, 0x9e, - 0x5c, 0x70, 0xf0, 0x8d, 0xc9, 0xb8, 0x70, 0x91, 0x1c, 0x3c, 0x6e, 0x25, 0x68, 0xab, 0x0e, 0x3a, - 0xaa, 0xce, 0xce, 0x2f, 0xc3, 0xba, 0x0f, 0x88, 0xe6, 0xe0, 0xac, 0x9f, 0x83, 0x68, 0x43, 0xcc, - 0x01, 0x04, 0xcd, 0x8f, 0xa4, 0x1c, 0x0a, 0x68, 0x12, 0x7e, 0x49, 0xc0, 0xea, 0xae, 0xed, 0xd6, - 0xd1, 0xa1, 0xd9, 0xb7, 0x71, 0xaf, 0xcb, 0x6e, 0x41, 0x8a, 0x34, 0x9f, 0x61, 0x37, 0x82, 0x5c, - 0xa4, 0x4a, 0xd9, 0xc9, 0xb8, 0x90, 0xa1, 0x6d, 0x36, 0x55, 0x09, 0xda, 0x0a, 0x59, 0x57, 0x1a, - 0xb1, 0xec, 0x25, 0xe6, 0xb2, 0xd7, 0x81, 0xf3, 0xb3, 0x74, 0x18, 0xd8, 0x99, 0xb6, 0xfa, 0xd6, - 0xa9, 0xad, 0x5e, 0x9b, 0x5a, 0x49, 0x4e, 0xa3, 0x6c, 0x7a, 0x66, 0x29, 0x37, 0x19, 0x17, 0xb2, - 0x24, 0x8a, 0x18, 0xa3, 0xa0, 0xad, 0xce, 0xf6, 0x7b, 0xce, 0x9c, 0x47, 0xef, 0x08, 0xd3, 0x94, - 0xff, 0x57, 0x1e, 0xbd, 0x23, 0x1c, 0xf5, 0xa8, 0x1f, 0x61, 0x9a, 0xc9, 0x9f, 0x19, 0xc8, 0xcc, - 0x53, 0xc4, 0xdb, 0x83, 0x99, 0x6f, 0x8f, 0xcf, 0x20, 0xd5, 0x30, 0x3d, 0xd3, 0xf0, 0x06, 0x1d, - 0x92, 0xb9, 0xb5, 0xed, 0x37, 0x4f, 0x0d, 0xd3, 0xe7, 0xd5, 0x07, 0x1d, 0x14, 0x2d, 0xcb, 0x8c, - 0x45, 0xd0, 0x56, 0x1a, 0x54, 0xcf, 0xb2, 0x90, 0xf4, 0xd7, 0xb4, 0x2b, 0x83, 0x75, 0xbc, 0x99, - 0x93, 0x2f, 0xff, 0x2e, 0xbe, 0x62, 0x20, 0xa7, 0x4f, 0x65, 0xa8, 0x31, 0x3b, 0x53, 0x70, 0xa0, - 0x0f, 0x60, 0x2d, 0xcc, 0x45, 0x40, 0x1f, 0x9c, 0x2a, 0xda, 0xbb, 0x71, 0xbd, 0xa0, 0x85, 0xe5, - 0x28, 0x1f, 0x0b, 0x21, 0xf1, 0xf2, 0x10, 0xfe, 0x60, 0x20, 0xe5, 0xfb, 0x2d, 0x0d, 0x3c, 0xe4, - 0xfe, 0x8b, 0xaf, 0x73, 0x6e, 0x50, 0x9c, 0x39, 0x3e, 0x28, 0x62, 0x25, 0x48, 0xfe, 0x5f, 0x25, - 0x38, 0x1b, 0x96, 0x80, 0x9e, 0xf0, 0x27, 0x06, 0x80, 0x0c, 0x9f, 0x20, 0x29, 0x3b, 0x90, 0xa6, - 0x9f, 0xfc, 0xa9, 0xe3, 0xf1, 0xd2, 0x64, 0x5c, 0x60, 0x63, 0x53, 0x82, 0xce, 0x47, 0x32, 0x22, - 0x4e, 0x98, 0x0f, 0x89, 0x7f, 0x38, 0x1f, 0xbe, 0x84, 0xf5, 0xc8, 0xe5, 0x18, 0xc4, 0xca, 0x42, - 0xb2, 0x63, 0x7a, 0x87, 0xb4, 0x9d, 0x83, 0x35, 0x5b, 0x85, 0x55, 0x3a, 0x1a, 0xc8, 0x85, 0x96, - 0x58, 0x70, 0x80, 0xcb, 0x93, 0x71, 0xe1, 0x42, 0x6c, 0x9c, 0xd0, 0x2b, 0x2b, 0x6d, 0x85, 0x9e, - 0xa8, 0xfb, 0x6f, 0x18, 0x60, 0xe3, 0x17, 0xc9, 0x89, 0x21, 0x3c, 0x3c, 0x7e, 0xad, 0x2e, 0x8a, - 0xe2, 0x6f, 0xdc, 0x9d, 0x34, 0x96, 0x3e, 0x5c, 0x90, 0x67, 0x0f, 0x92, 0xc5, 0xb1, 0x28, 0x00, - 0xe1, 0xdb, 0x85, 0x86, 0xf1, 0x7a, 0xd0, 0x56, 0xfe, 0xe3, 0xa5, 0x18, 0x79, 0xd7, 0x90, 0x4b, - 0x9d, 0xee, 0x14, 0xa7, 0xa1, 0x45, 0x0c, 0xa9, 0xdf, 0x06, 0x64, 0x64, 0xf2, 0xc4, 0x59, 0xec, - 0xf4, 0x16, 0x9c, 0xa3, 0x4f, 0x21, 0xea, 0xf1, 0x6a, 0xc4, 0x23, 0x7d, 0x23, 0xf9, 0xee, 0xc8, - 0x52, 0x9b, 0x82, 0xa9, 0x97, 0x7b, 0x90, 0xad, 0x9a, 0xd6, 0x63, 0xe4, 0xc9, 0xb8, 0xdd, 0xb6, - 0xbd, 0x36, 0x72, 0xbc, 0x13, 0x3d, 0xe5, 0xfd, 0xe3, 0x4d, 0x51, 0x81, 0xb3, 0x55, 0x2d, 0x22, - 0x11, 0x1e, 0xc2, 0x06, 0xe1, 0x92, 0xac, 0xc7, 0x0e, 0x3e, 0x6a, 0xa1, 0x46, 0x13, 0x2d, 0x24, - 0xdc, 0x84, 0x75, 0x33, 0x0e, 0xa5, 0xac, 0xf3, 0x62, 0xa1, 0x08, 0x39, 0x42, 0xad, 0x21, 0x0b, - 0xd9, 0x1d, 0x4f, 0xaa, 0xbb, 0xfe, 0x1c, 0x38, 0x89, 0x59, 0x38, 0x84, 0xac, 0x8a, 0x9e, 0x78, - 0xd3, 0xc7, 0x97, 0x86, 0xac, 0xfe, 0x89, 0x51, 0xbc, 0x07, 0xe7, 0x1d, 0xf4, 0xc4, 0xf3, 0x9f, - 0x6e, 0x46, 0x17, 0x59, 0x7d, 0xfa, 0xb6, 0x8b, 0x5c, 0x03, 0x31, 0xb5, 0xa0, 0xa5, 0x1d, 0x42, - 0xed, 0xb3, 0xbe, 0xf5, 0x6d, 0x12, 0x56, 0xa6, 0x83, 0x81, 0x7d, 0x17, 0x5e, 0x2b, 0x4b, 0xba, - 0x64, 0xe8, 0x0f, 0xab, 0x8a, 0xb1, 0xaf, 0x56, 0xd4, 0x8a, 0x5e, 0x91, 0x76, 0x2a, 0x8f, 0x94, - 0xb2, 0xb1, 0xaf, 0xd6, 0xaa, 0x8a, 0x5c, 0xf9, 0xb0, 0xa2, 0x94, 0x33, 0x4b, 0xdc, 0xfa, 0x70, - 0xc4, 0xa7, 0x23, 0x22, 0xf6, 0x1a, 0x5c, 0x0a, 0x2d, 0xe5, 0x9d, 0x8a, 0xa2, 0xea, 0x46, 0x4d, - 0x97, 0x74, 0x25, 0xc3, 0x70, 0x30, 0x1c, 0xf1, 0xcb, 0x44, 0xc6, 0xbe, 0x0d, 0x1b, 0x11, 0xdc, - 0x9e, 0x5a, 0x53, 0xd4, 0xda, 0x7e, 0x8d, 0x42, 0x13, 0xdc, 0xf9, 0xe1, 0x88, 0x4f, 0xcd, 0xc4, - 0x6c, 0x11, 0xb8, 0x18, 0x5a, 0x55, 0x64, 0xbd, 0xb2, 0xa7, 0x52, 0xf8, 0x19, 0x6e, 0x6d, 0x38, - 0xe2, 0x21, 0x94, 0xb3, 0x9b, 0x70, 0x39, 0x82, 0xbf, 0x2b, 0xa9, 0xaa, 0xb2, 0x43, 0xc1, 0x49, - 0x2e, 0x3d, 0x1c, 0xf1, 0xe7, 0xa8, 0x90, 0x7d, 0x07, 0xae, 0x84, 0xc8, 0xaa, 0x24, 0xdf, 0x57, - 0x74, 0x43, 0xde, 0xdb, 0xdd, 0xad, 0xe8, 0xbb, 0x8a, 0xaa, 0x67, 0xce, 0x72, 0xd9, 0xe1, 0x88, - 0xcf, 0x10, 0x45, 0x28, 0x67, 0xdf, 0x07, 0xfe, 0x98, 0x99, 0x24, 0xdf, 0x57, 0xf7, 0x3e, 0xdd, - 0x51, 0xca, 0x1f, 0x29, 0x81, 0xed, 0x32, 0xb7, 0x31, 0x1c, 0xf1, 0x17, 0x89, 0x76, 0x4e, 0xc9, - 0xde, 0x79, 0x09, 0x81, 0xa6, 0xc8, 0x4a, 0xa5, 0xaa, 0x1b, 0x52, 0xa9, 0xa6, 0xa8, 0xb2, 0x92, - 0x39, 0xc7, 0xe5, 0x86, 0x23, 0x3e, 0x4b, 0xb4, 0x54, 0x49, 0x75, 0xec, 0x2d, 0xb8, 0x1a, 0xda, - 0xab, 0xca, 0x03, 0xdd, 0xa8, 0x29, 0x1f, 0xef, 0xfb, 0x2a, 0x9f, 0xe6, 0x93, 0xcc, 0x0a, 0x09, - 0xdc, 0xd7, 0x4c, 0x15, 0xbe, 0x9c, 0xe5, 0x21, 0x13, 0xda, 0xdd, 0x55, 0xa4, 0xb2, 0xa2, 0x65, - 0x52, 0xa4, 0x32, 0x64, 0xc7, 0x25, 0x9f, 0xfe, 0x98, 0x5f, 0x2a, 0x3d, 0xf8, 0xf5, 0x79, 0x9e, - 0x79, 0xf6, 0x3c, 0xcf, 0xfc, 0xf9, 0x3c, 0xcf, 0x7c, 0xf7, 0x22, 0xbf, 0xf4, 0xec, 0x45, 0x7e, - 0xe9, 0xf7, 0x17, 0xf9, 0xa5, 0x47, 0x77, 0x9a, 0xb6, 0x77, 0xd8, 0xab, 0x17, 0x2d, 0xdc, 0x16, - 0x2d, 0xec, 0xb6, 0xb1, 0x2b, 0xda, 0x75, 0xeb, 0x7a, 0x13, 0x8b, 0xfd, 0x9b, 0x62, 0x1b, 0x37, - 0x7a, 0x2d, 0xe4, 0x92, 0x9f, 0x9c, 0x1b, 0xdb, 0xd7, 0xc9, 0x48, 0x14, 0x5b, 0xa8, 0x69, 0x5a, - 0x03, 0xb1, 0xbf, 0x75, 0xe3, 0x46, 0x7d, 0x39, 0x98, 0x63, 0x37, 0xff, 0x0a, 0x00, 0x00, 0xff, - 0xff, 0x48, 0x29, 0x5f, 0x10, 0x8a, 0x0d, 0x00, 0x00, + 0x05, 0xb1, 0x64, 0xed, 0xc4, 0x84, 0xa6, 0x09, 0x70, 0x1c, 0xc3, 0xb2, 0xb5, 0x6e, 0x70, 0xdc, + 0xc1, 0x26, 0x24, 0xcb, 0xb1, 0x6f, 0x13, 0x6b, 0x8e, 0x1d, 0x62, 0x27, 0x59, 0x90, 0x90, 0x10, + 0x4f, 0x23, 0xe2, 0x81, 0x2f, 0x10, 0x09, 0x81, 0xf8, 0x2a, 0xc0, 0xe3, 0x78, 0xe3, 0x29, 0xa0, + 0xed, 0x1b, 0xe4, 0x13, 0x20, 0xfb, 0xde, 0xc4, 0x76, 0xba, 0xa6, 0xe2, 0xdf, 0xdb, 0xbd, 0xe7, + 0xfc, 0xce, 0xef, 0x9c, 0x7b, 0xce, 0xf1, 0xb9, 0xd7, 0xb0, 0x63, 0x36, 0xf4, 0x92, 0x65, 0x36, + 0x5b, 0x9e, 0x6e, 0x99, 0xc8, 0xf6, 0xdc, 0x92, 0xeb, 0x58, 0x4e, 0x5b, 0xd3, 0x5b, 0xa6, 0x8d, + 0x4a, 0xfd, 0x9d, 0xe8, 0xb6, 0xd8, 0xe9, 0x3a, 0x9e, 0x43, 0x17, 0xcc, 0x86, 0x5e, 0x8c, 0x9a, + 0x14, 0xa3, 0x98, 0xfe, 0x0e, 0xf3, 0x86, 0xcf, 0xa9, 0x3b, 0x5d, 0x54, 0xd2, 0x1d, 0xdb, 0x46, + 0xba, 0x67, 0x3a, 0xb6, 0x4f, 0x15, 0xee, 0x30, 0x13, 0xf3, 0x6a, 0x08, 0x6c, 0x69, 0xb6, 0x8d, + 0xac, 0x00, 0x85, 0x97, 0x04, 0x92, 0x6d, 0x3a, 0x4d, 0x27, 0x58, 0x96, 0xfc, 0x15, 0x91, 0x6e, + 0x35, 0x1d, 0xa7, 0x69, 0xa1, 0x52, 0xb0, 0x6b, 0xf4, 0x8e, 0x4a, 0x9a, 0x3d, 0xc4, 0x2a, 0xee, + 0xb7, 0x04, 0xa4, 0x85, 0x20, 0xae, 0xba, 0xa7, 0x79, 0x88, 0x66, 0x60, 0xcd, 0x45, 0x9f, 0xf7, + 0x90, 0xad, 0xa3, 0x1c, 0xc5, 0x52, 0xdb, 0x49, 0x79, 0xbe, 0xa7, 0x05, 0xd8, 0x3c, 0xea, 0x3a, + 0x5f, 0x20, 0x5b, 0x9d, 0x43, 0x12, 0x3e, 0xa4, 0xcc, 0x4c, 0x27, 0x85, 0x4b, 0x43, 0xad, 0x6d, + 0xdd, 0xe6, 0x16, 0x00, 0x9c, 0xbc, 0x81, 0x25, 0xf5, 0x19, 0x89, 0x07, 0x9b, 0xba, 0x63, 0xbb, + 0xc8, 0x76, 0x7b, 0xae, 0xea, 0xfa, 0x3e, 0x73, 0x67, 0x58, 0x6a, 0x3b, 0xbd, 0x5b, 0x2a, 0x9e, + 0x92, 0xa8, 0xa2, 0x30, 0xb3, 0x0b, 0x42, 0x8d, 0x7a, 0x5d, 0x60, 0xe4, 0xe4, 0x0d, 0x3d, 0x86, + 0xa5, 0x11, 0x5c, 0xd1, 0x2c, 0xcb, 0x19, 0xa8, 0xbd, 0x8e, 0xa1, 0x79, 0x48, 0xd5, 0x8e, 0x3c, + 0xd4, 0x55, 0x3b, 0x5d, 0xa7, 0xe3, 0xb8, 0x9a, 0x95, 0x4b, 0xb2, 0xd4, 0xf6, 0x5a, 0xf9, 0xda, + 0x74, 0x52, 0xe0, 0x30, 0xe1, 0x12, 0x30, 0x27, 0xe7, 0x02, 0xed, 0x61, 0xa0, 0xe4, 0x7d, 0x5d, + 0x8d, 0xa8, 0x6e, 0x27, 0x9f, 0x7e, 0x5f, 0x58, 0xe1, 0x7e, 0xa0, 0x60, 0x23, 0x1e, 0x2b, 0x7d, + 0x0f, 0xa0, 0xd3, 0x6b, 0x58, 0xa6, 0xae, 0x3e, 0x46, 0xc3, 0x20, 0xb1, 0xe9, 0xdd, 0x6c, 0x11, + 0x97, 0xa5, 0x38, 0x2b, 0x4b, 0x91, 0xb7, 0x87, 0xe5, 0x8b, 0xd3, 0x49, 0xe1, 0x15, 0x1c, 0x44, + 0x68, 0xc1, 0xc9, 0x29, 0xbc, 0xb9, 0x8f, 0x86, 0x34, 0x0b, 0x69, 0xc3, 0xec, 0xa3, 0xae, 0x6b, + 0x1e, 0x99, 0xa8, 0x1b, 0x94, 0x20, 0x25, 0x47, 0x45, 0xf4, 0x55, 0x48, 0x79, 0x66, 0x1b, 0xb9, + 0x9e, 0xd6, 0xee, 0x04, 0xd9, 0x4d, 0xca, 0xa1, 0x80, 0x04, 0xf9, 0x75, 0x02, 0x56, 0xef, 0x22, + 0xcd, 0x40, 0xdd, 0xa5, 0x35, 0x8f, 0x51, 0x25, 0x16, 0xa8, 0x7c, 0xad, 0x6b, 0x36, 0x6d, 0xcd, + 0xeb, 0x75, 0x71, 0x19, 0xd7, 0xe5, 0x50, 0x40, 0x1f, 0xc2, 0x86, 0x8d, 0x06, 0x6a, 0xe4, 0xe0, + 0xc9, 0x25, 0x07, 0xdf, 0x9a, 0x4e, 0x0a, 0x17, 0xf1, 0xc1, 0xe3, 0x56, 0x9c, 0xbc, 0x6e, 0xa3, + 0x41, 0x6d, 0x7e, 0x7e, 0x01, 0x36, 0x7d, 0x40, 0x34, 0x07, 0x67, 0xfd, 0x1c, 0x44, 0x1b, 0x62, + 0x01, 0xc0, 0xc9, 0x7e, 0x24, 0x95, 0x50, 0x40, 0x92, 0xf0, 0x4b, 0x02, 0xd6, 0xf7, 0x4d, 0xb7, + 0x81, 0x5a, 0x5a, 0xdf, 0x74, 0x7a, 0x5d, 0x7a, 0x07, 0x52, 0xb8, 0xf9, 0x54, 0xd3, 0x08, 0x72, + 0x91, 0x2a, 0x67, 0xa7, 0x93, 0x42, 0x86, 0xb4, 0xd9, 0x4c, 0xc5, 0xc9, 0x6b, 0x78, 0x5d, 0x35, + 0x62, 0xd9, 0x4b, 0x2c, 0x64, 0xaf, 0x03, 0xe7, 0xe7, 0xe9, 0x50, 0x1d, 0x7b, 0xd6, 0xea, 0x3b, + 0xa7, 0xb6, 0x7a, 0x7d, 0x66, 0xc5, 0xdb, 0x46, 0x45, 0xf3, 0xb4, 0x72, 0x6e, 0x3a, 0x29, 0x64, + 0x71, 0x14, 0x31, 0x46, 0x4e, 0x5e, 0x9f, 0xef, 0x0f, 0xec, 0x05, 0x8f, 0xde, 0xc0, 0x21, 0x29, + 0xff, 0xaf, 0x3c, 0x7a, 0x03, 0x27, 0xea, 0x51, 0x19, 0x38, 0x24, 0x93, 0x3f, 0x53, 0x90, 0x59, + 0xa4, 0x88, 0xb7, 0x07, 0xb5, 0xd8, 0x1e, 0x9f, 0x41, 0xca, 0xd0, 0x3c, 0x4d, 0xf5, 0x86, 0x1d, + 0x9c, 0xb9, 0x8d, 0xdd, 0x37, 0x4f, 0x0d, 0xd3, 0xe7, 0x55, 0x86, 0x1d, 0x14, 0x2d, 0xcb, 0x9c, + 0x85, 0x93, 0xd7, 0x0c, 0xa2, 0xa7, 0x69, 0x48, 0xfa, 0x6b, 0xd2, 0x95, 0xc1, 0x3a, 0xde, 0xcc, + 0xc9, 0x97, 0x7f, 0x17, 0x5f, 0x51, 0x90, 0x53, 0x66, 0x32, 0x64, 0xcc, 0xcf, 0x14, 0x1c, 0xe8, + 0x03, 0xd8, 0x08, 0x73, 0x11, 0xd0, 0x07, 0xa7, 0x8a, 0xf6, 0x6e, 0x5c, 0xcf, 0xc9, 0x61, 0x39, + 0x2a, 0xc7, 0x42, 0x48, 0xbc, 0x3c, 0x84, 0x3f, 0x28, 0x48, 0xf9, 0x7e, 0xcb, 0x43, 0x0f, 0xb9, + 0xff, 0xe2, 0xeb, 0x5c, 0x18, 0x14, 0x67, 0x8e, 0x0f, 0x8a, 0x58, 0x09, 0x92, 0xff, 0x57, 0x09, + 0xce, 0x86, 0x25, 0x20, 0x27, 0xfc, 0x89, 0x02, 0xc0, 0xc3, 0x27, 0x48, 0xca, 0x1e, 0xa4, 0xc9, + 0x27, 0x7f, 0xea, 0x78, 0xbc, 0x34, 0x9d, 0x14, 0xe8, 0xd8, 0x94, 0x20, 0xf3, 0x11, 0x8f, 0x88, + 0x13, 0xe6, 0x43, 0xe2, 0x1f, 0xce, 0x87, 0x2f, 0x61, 0x33, 0x72, 0x39, 0x06, 0xb1, 0xd2, 0x90, + 0xec, 0x68, 0x5e, 0x8b, 0xb4, 0x73, 0xb0, 0xa6, 0x6b, 0xb0, 0x4e, 0x46, 0x03, 0xbe, 0xd0, 0x12, + 0x4b, 0x0e, 0x70, 0x79, 0x3a, 0x29, 0x5c, 0x88, 0x8d, 0x13, 0x72, 0x65, 0xa5, 0xf5, 0xd0, 0x13, + 0x71, 0xff, 0x0d, 0x05, 0x74, 0xfc, 0x22, 0x39, 0x31, 0x84, 0x87, 0xc7, 0xaf, 0xd5, 0x65, 0x51, + 0xfc, 0x8d, 0xbb, 0x93, 0xc4, 0xd2, 0x87, 0x0b, 0xc2, 0xfc, 0x41, 0xb2, 0x3c, 0x16, 0x11, 0x20, + 0x7c, 0xbb, 0x90, 0x30, 0x5e, 0x0f, 0xda, 0xca, 0x7f, 0xbc, 0x14, 0x23, 0xef, 0x1a, 0x7c, 0xa9, + 0x93, 0x9d, 0x68, 0x1b, 0x72, 0xc4, 0x90, 0xf8, 0x35, 0x20, 0x23, 0xe0, 0x27, 0xce, 0x72, 0xa7, + 0xb7, 0xe0, 0x1c, 0x79, 0x0a, 0x11, 0x8f, 0x57, 0x23, 0x1e, 0xc9, 0x1b, 0xc9, 0x77, 0x87, 0x97, + 0xf2, 0x0c, 0x4c, 0xbc, 0xdc, 0x83, 0x6c, 0x4d, 0xd3, 0x1f, 0x23, 0x4f, 0x70, 0xda, 0x6d, 0xd3, + 0x6b, 0x23, 0xdb, 0x3b, 0xd1, 0x53, 0xde, 0x3f, 0xde, 0x0c, 0x15, 0x38, 0x5b, 0x97, 0x23, 0x12, + 0xee, 0x21, 0x6c, 0x61, 0x2e, 0x5e, 0x7f, 0x6c, 0x3b, 0x03, 0x0b, 0x19, 0x4d, 0xb4, 0x94, 0x70, + 0x1b, 0x36, 0xb5, 0x38, 0x94, 0xb0, 0x2e, 0x8a, 0xb9, 0x22, 0xe4, 0x30, 0xb5, 0x8c, 0x74, 0x64, + 0x76, 0x3c, 0xbe, 0xe1, 0xfa, 0x73, 0xe0, 0x24, 0x66, 0xae, 0x05, 0x59, 0x09, 0x3d, 0xf1, 0x66, + 0x8f, 0x2f, 0x19, 0xe9, 0xfd, 0x13, 0xa3, 0xb8, 0x03, 0xe7, 0x6d, 0xf4, 0xc4, 0xf3, 0x9f, 0x6e, + 0x6a, 0x17, 0xe9, 0x7d, 0xf2, 0xb6, 0x8b, 0x5c, 0x03, 0x31, 0x35, 0x27, 0xa7, 0x6d, 0x4c, 0xed, + 0xb3, 0xbe, 0xf5, 0x6d, 0x12, 0xd6, 0x66, 0x83, 0x81, 0x7e, 0x17, 0x5e, 0xab, 0xf0, 0x0a, 0xaf, + 0x2a, 0x0f, 0x6b, 0xa2, 0x7a, 0x28, 0x55, 0xa5, 0xaa, 0x52, 0xe5, 0xf7, 0xaa, 0x8f, 0xc4, 0x8a, + 0x7a, 0x28, 0xd5, 0x6b, 0xa2, 0x50, 0xfd, 0xb0, 0x2a, 0x56, 0x32, 0x2b, 0xcc, 0xe6, 0x68, 0xcc, + 0xa6, 0x23, 0x22, 0xfa, 0x1a, 0x5c, 0x0a, 0x2d, 0x85, 0xbd, 0xaa, 0x28, 0x29, 0x6a, 0x5d, 0xe1, + 0x15, 0x31, 0x43, 0x31, 0x30, 0x1a, 0xb3, 0xab, 0x58, 0x46, 0xbf, 0x0d, 0x5b, 0x11, 0xdc, 0x81, + 0x54, 0x17, 0xa5, 0xfa, 0x61, 0x9d, 0x40, 0x13, 0xcc, 0xf9, 0xd1, 0x98, 0x4d, 0xcd, 0xc5, 0x74, + 0x11, 0x98, 0x18, 0x5a, 0x12, 0x05, 0xa5, 0x7a, 0x20, 0x11, 0xf8, 0x19, 0x66, 0x63, 0x34, 0x66, + 0x21, 0x94, 0xd3, 0xdb, 0x70, 0x39, 0x82, 0xbf, 0xcb, 0x4b, 0x92, 0xb8, 0x47, 0xc0, 0x49, 0x26, + 0x3d, 0x1a, 0xb3, 0xe7, 0x88, 0x90, 0x7e, 0x07, 0xae, 0x84, 0xc8, 0x1a, 0x2f, 0xdc, 0x17, 0x15, + 0x55, 0x38, 0xd8, 0xdf, 0xaf, 0x2a, 0xfb, 0xa2, 0xa4, 0x64, 0xce, 0x32, 0xd9, 0xd1, 0x98, 0xcd, + 0x60, 0x45, 0x28, 0xa7, 0xdf, 0x07, 0xf6, 0x98, 0x19, 0x2f, 0xdc, 0x97, 0x0e, 0x3e, 0xd9, 0x13, + 0x2b, 0x1f, 0x89, 0x81, 0xed, 0x2a, 0xb3, 0x35, 0x1a, 0xb3, 0x17, 0xb1, 0x76, 0x41, 0x49, 0xbf, + 0xf7, 0x12, 0x02, 0x59, 0x14, 0xc4, 0x6a, 0x4d, 0x51, 0xf9, 0x72, 0x5d, 0x94, 0x04, 0x31, 0x73, + 0x8e, 0xc9, 0x8d, 0xc6, 0x6c, 0x16, 0x6b, 0x89, 0x92, 0xe8, 0xe8, 0x5b, 0x70, 0x35, 0xb4, 0x97, + 0xc4, 0x4f, 0x15, 0xb5, 0x2e, 0x7e, 0x7c, 0xe8, 0xab, 0x7c, 0x9a, 0x07, 0x99, 0x35, 0x1c, 0xb8, + 0xaf, 0x99, 0x29, 0x7c, 0x39, 0xcd, 0x42, 0x26, 0xb4, 0xbb, 0x2b, 0xf2, 0x15, 0x51, 0xce, 0xa4, + 0x70, 0x65, 0xf0, 0x8e, 0x49, 0x3e, 0xfd, 0x31, 0xbf, 0x52, 0x7e, 0xf0, 0xeb, 0xf3, 0x3c, 0xf5, + 0xec, 0x79, 0x9e, 0xfa, 0xf3, 0x79, 0x9e, 0xfa, 0xee, 0x45, 0x7e, 0xe5, 0xd9, 0x8b, 0xfc, 0xca, + 0xef, 0x2f, 0xf2, 0x2b, 0x8f, 0xee, 0x34, 0x4d, 0xaf, 0xd5, 0x6b, 0x14, 0x75, 0xa7, 0x5d, 0xb2, + 0xfc, 0x9f, 0x26, 0xb3, 0xa1, 0x5f, 0x6f, 0x3a, 0xa5, 0xfe, 0xcd, 0x52, 0xdb, 0x31, 0x7a, 0x16, + 0x72, 0xf1, 0x2f, 0xce, 0x8d, 0xdd, 0xeb, 0x78, 0x20, 0x96, 0x2c, 0xd4, 0xd4, 0xf4, 0x61, 0xa9, + 0xbf, 0x73, 0xe3, 0x46, 0x63, 0x35, 0x98, 0x62, 0x37, 0xff, 0x0a, 0x00, 0x00, 0xff, 0xff, 0x79, + 0x0f, 0xbe, 0x9b, 0x88, 0x0d, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/02-client/legacy/v100/store.go b/modules/core/02-client/legacy/v100/store.go index 0ae9cfac6d5..8954e355ab1 100644 --- a/modules/core/02-client/legacy/v100/store.go +++ b/modules/core/02-client/legacy/v100/store.go @@ -10,11 +10,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - smtypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + smtypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // MigrateStore performs in-place store migrations from SDK v0.40 of the IBC module to v1.0.0 of ibc-go. diff --git a/modules/core/02-client/legacy/v100/store_test.go b/modules/core/02-client/legacy/v100/store_test.go index f5cbf4d1716..5213ff5f6c9 100644 --- a/modules/core/02-client/legacy/v100/store_test.go +++ b/modules/core/02-client/legacy/v100/store_test.go @@ -6,12 +6,12 @@ import ( "github.com/stretchr/testify/suite" - v100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + v100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type LegacyTestSuite struct { diff --git a/modules/core/02-client/module.go b/modules/core/02-client/module.go index c15bef6bf97..e967bae2131 100644 --- a/modules/core/02-client/module.go +++ b/modules/core/02-client/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/cli" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/client/cli" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // Name returns the IBC client name diff --git a/modules/core/02-client/proposal_handler.go b/modules/core/02-client/proposal_handler.go index bf797f8728e..ab97f88c751 100644 --- a/modules/core/02-client/proposal_handler.go +++ b/modules/core/02-client/proposal_handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // NewClientProposalHandler defines the 02-client proposal handler diff --git a/modules/core/02-client/proposal_handler_test.go b/modules/core/02-client/proposal_handler_test.go index 757acfcbaae..ee119707e7a 100644 --- a/modules/core/02-client/proposal_handler_test.go +++ b/modules/core/02-client/proposal_handler_test.go @@ -5,10 +5,10 @@ import ( distributiontypes "github.com/line/lbm-sdk/x/distribution/types" govtypes "github.com/line/lbm-sdk/x/gov/types" - client "github.com/cosmos/ibc-go/v3/modules/core/02-client" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + client "github.com/line/ibc-go/v3/modules/core/02-client" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *ClientTestSuite) TestNewClientUpdateProposalHandler() { diff --git a/modules/core/02-client/simulation/decoder.go b/modules/core/02-client/simulation/decoder.go index 647695cb3a5..782cf31cbb0 100644 --- a/modules/core/02-client/simulation/decoder.go +++ b/modules/core/02-client/simulation/decoder.go @@ -6,9 +6,9 @@ import ( "github.com/line/lbm-sdk/types/kv" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ ClientUnmarshaler = (*keeper.Keeper)(nil) diff --git a/modules/core/02-client/simulation/decoder_test.go b/modules/core/02-client/simulation/decoder_test.go index 88cdbf6674e..817048aadd0 100644 --- a/modules/core/02-client/simulation/decoder_test.go +++ b/modules/core/02-client/simulation/decoder_test.go @@ -8,11 +8,11 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/02-client/simulation" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/02-client/simulation/genesis.go b/modules/core/02-client/simulation/genesis.go index 5cdea367cce..95e8463fd41 100644 --- a/modules/core/02-client/simulation/genesis.go +++ b/modules/core/02-client/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // GenClientGenesis returns the default client genesis state. diff --git a/modules/core/02-client/types/client.go b/modules/core/02-client/types/client.go index cf6e0c682f2..7e22d3ac577 100644 --- a/modules/core/02-client/types/client.go +++ b/modules/core/02-client/types/client.go @@ -10,8 +10,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/client.pb.go b/modules/core/02-client/types/client.pb.go index 73bf07799b3..4d5f027335b 100644 --- a/modules/core/02-client/types/client.pb.go +++ b/modules/core/02-client/types/client.pb.go @@ -398,53 +398,53 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/client.proto", fileDescriptor_b6bc4c8185546947) } var fileDescriptor_b6bc4c8185546947 = []byte{ - // 734 bytes of a gzipped FileDescriptorProto + // 735 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xbd, 0x6e, 0x13, 0x4b, 0x18, 0xf5, 0x3a, 0xbe, 0x56, 0x3c, 0xbe, 0x8a, 0x73, 0x37, 0xce, 0x8d, 0xaf, 0x6f, 0xe4, 0xb1, - 0x46, 0x14, 0x16, 0x22, 0xbb, 0xd8, 0x91, 0x50, 0xe4, 0x0e, 0xbb, 0x49, 0x0a, 0x90, 0x59, 0x14, + 0x46, 0x14, 0x16, 0x22, 0xbb, 0xd8, 0x91, 0x22, 0xe4, 0x0e, 0xbb, 0x49, 0x0a, 0x90, 0x59, 0x14, 0x21, 0x68, 0xac, 0xfd, 0x99, 0xac, 0x27, 0x5a, 0xef, 0x58, 0x3b, 0xb3, 0x06, 0xbf, 0x01, 0x1d, 0x94, 0x20, 0xa5, 0xc8, 0x1b, 0xd0, 0xf0, 0x08, 0x14, 0x29, 0x23, 0x2a, 0xaa, 0x15, 0x4a, 0x1a, - 0x6a, 0x3f, 0x01, 0xf2, 0xcc, 0x6c, 0x62, 0xe7, 0x07, 0x10, 0x74, 0x33, 0x67, 0xce, 0x9e, 0x39, - 0xdf, 0xf1, 0x1e, 0x2f, 0x80, 0xc4, 0x71, 0x4d, 0x97, 0x46, 0xd8, 0x74, 0x03, 0x82, 0x43, 0x6e, - 0x8e, 0x9b, 0x6a, 0x65, 0x8c, 0x22, 0xca, 0xa9, 0xae, 0x13, 0xc7, 0x35, 0x66, 0x04, 0x43, 0xc1, - 0xe3, 0x66, 0xb5, 0xec, 0x53, 0x9f, 0x8a, 0x63, 0x73, 0xb6, 0x92, 0xcc, 0xea, 0x7f, 0x3e, 0xa5, - 0x7e, 0x80, 0x4d, 0xb1, 0x73, 0xe2, 0x03, 0xd3, 0x0e, 0x27, 0xea, 0xe8, 0x8e, 0x4b, 0xd9, 0x90, - 0x32, 0x33, 0x1e, 0xf9, 0x91, 0xed, 0x61, 0x73, 0xdc, 0x74, 0x30, 0xb7, 0x9b, 0xe9, 0x3e, 0x15, - 0x90, 0xac, 0xbe, 0x54, 0x96, 0x1b, 0x79, 0x84, 0x8e, 0x34, 0xb0, 0xbe, 0xe7, 0xe1, 0x90, 0x93, - 0x03, 0x82, 0xbd, 0xae, 0x70, 0xf2, 0x94, 0xdb, 0x1c, 0xeb, 0x4d, 0x50, 0x90, 0xc6, 0xfa, 0xc4, - 0xab, 0x68, 0x75, 0xad, 0x51, 0xe8, 0x94, 0xa7, 0x09, 0x5c, 0x9d, 0xd8, 0xc3, 0xa0, 0x8d, 0x2e, - 0x8e, 0x90, 0xb5, 0x2c, 0xd7, 0x7b, 0x9e, 0xde, 0x03, 0x7f, 0x2b, 0x9c, 0xcd, 0x24, 0x2a, 0xd9, - 0xba, 0xd6, 0x28, 0xb6, 0xca, 0x86, 0xf4, 0x6f, 0xa4, 0xfe, 0x8d, 0x87, 0xe1, 0xa4, 0xb3, 0x31, - 0x4d, 0xe0, 0xda, 0x82, 0x96, 0x78, 0x06, 0x59, 0x45, 0xf7, 0xd2, 0x04, 0xfa, 0xa0, 0x81, 0x4a, - 0x97, 0x86, 0x0c, 0x87, 0x2c, 0x66, 0x02, 0x7a, 0x46, 0xf8, 0x60, 0x17, 0x13, 0x7f, 0xc0, 0xf5, - 0x1d, 0x90, 0x1f, 0x88, 0x95, 0xb0, 0x57, 0x6c, 0x55, 0x8d, 0xeb, 0x91, 0x1a, 0x92, 0xdb, 0xc9, - 0x9d, 0x24, 0x30, 0x63, 0x29, 0xbe, 0xfe, 0x1c, 0x94, 0xdc, 0x54, 0xf5, 0x17, 0xbc, 0x56, 0xa7, - 0x09, 0xfc, 0x57, 0x79, 0x5d, 0x7c, 0x0c, 0x59, 0x2b, 0xee, 0x82, 0x3d, 0xf4, 0x49, 0x03, 0xeb, - 0x32, 0xc6, 0x45, 0xdf, 0xec, 0x77, 0x02, 0x7d, 0x05, 0x56, 0xaf, 0x5c, 0xc8, 0x2a, 0xd9, 0xfa, - 0x52, 0xa3, 0xd8, 0xba, 0x77, 0xd3, 0xac, 0xb7, 0x25, 0xd5, 0x81, 0xb3, 0xe9, 0xa7, 0x09, 0xdc, - 0xb8, 0x71, 0x08, 0x86, 0xac, 0xd2, 0xe2, 0x14, 0x0c, 0xbd, 0xc9, 0x82, 0xb2, 0x1c, 0x63, 0x7f, - 0xe4, 0xd9, 0x1c, 0xf7, 0x22, 0x3a, 0xa2, 0xcc, 0x0e, 0xf4, 0x32, 0xf8, 0x8b, 0x13, 0x1e, 0x60, - 0x39, 0x81, 0x25, 0x37, 0x7a, 0x1d, 0x14, 0x3d, 0xcc, 0xdc, 0x88, 0x8c, 0x38, 0xa1, 0xa1, 0x08, - 0xb3, 0x60, 0xcd, 0x43, 0xfa, 0x2e, 0xf8, 0x87, 0xc5, 0xce, 0x21, 0x76, 0x79, 0xff, 0x32, 0x85, - 0x25, 0x91, 0xc2, 0xe6, 0x34, 0x81, 0x15, 0xe9, 0xec, 0x1a, 0x05, 0x59, 0x25, 0x85, 0x75, 0xd3, - 0x50, 0x9e, 0x80, 0x32, 0x8b, 0x1d, 0xc6, 0x09, 0x8f, 0x39, 0x9e, 0x13, 0xcb, 0x09, 0x31, 0x38, - 0x4d, 0xe0, 0xff, 0x17, 0x62, 0xd7, 0x58, 0xc8, 0xd2, 0x2f, 0xe1, 0x54, 0xb2, 0x8d, 0x5e, 0x1f, - 0xc3, 0xcc, 0xe7, 0x8f, 0x5b, 0x55, 0xd5, 0x0d, 0x9f, 0x8e, 0x0d, 0x55, 0xa5, 0x59, 0xa8, 0x1c, - 0x87, 0x1c, 0xbd, 0xcf, 0x82, 0xd2, 0xbe, 0xac, 0xd5, 0x1f, 0x87, 0xf1, 0x00, 0xe4, 0x46, 0x81, - 0x1d, 0x8a, 0xf9, 0x8b, 0xad, 0x4d, 0x43, 0x5d, 0x9b, 0xb6, 0x36, 0xbd, 0xba, 0x17, 0xd8, 0xa1, - 0x7a, 0x73, 0x05, 0x5f, 0x3f, 0x04, 0xeb, 0x8a, 0xe3, 0xf5, 0x17, 0x9a, 0x96, 0xfb, 0xc1, 0xdb, - 0x5b, 0x9f, 0x26, 0x70, 0x53, 0x26, 0x72, 0xe3, 0xc3, 0xc8, 0x5a, 0x4b, 0xf1, 0xb9, 0xfe, 0xb7, - 0xef, 0xce, 0x32, 0x79, 0x77, 0x0c, 0x33, 0xdf, 0x8e, 0xa1, 0xf6, 0x93, 0x6c, 0x8e, 0x34, 0x90, - 0x57, 0xa5, 0xec, 0x82, 0x52, 0x84, 0xc7, 0x84, 0x11, 0x1a, 0xf6, 0xc3, 0x78, 0xe8, 0xe0, 0x48, - 0x84, 0x93, 0x9b, 0x2f, 0xd1, 0x15, 0x02, 0xb2, 0x56, 0x52, 0xe4, 0xb1, 0x00, 0x16, 0x44, 0x54, - 0xc5, 0xb3, 0xb7, 0x8a, 0x48, 0xc2, 0x9c, 0x88, 0x74, 0xd2, 0x5e, 0x4e, 0x07, 0x40, 0x8f, 0x40, - 0xbe, 0x67, 0x47, 0xf6, 0x90, 0xcd, 0x84, 0xed, 0x20, 0xa0, 0x2f, 0x2f, 0x22, 0x60, 0x15, 0xad, - 0xbe, 0xd4, 0x28, 0xcc, 0x0b, 0x5f, 0x21, 0x20, 0x6b, 0x45, 0x21, 0x32, 0x1d, 0xd6, 0xb1, 0x4e, - 0xce, 0x6a, 0xda, 0xe9, 0x59, 0x4d, 0xfb, 0x7a, 0x56, 0xd3, 0xde, 0x9e, 0xd7, 0x32, 0xa7, 0xe7, - 0xb5, 0xcc, 0x97, 0xf3, 0x5a, 0xe6, 0xc5, 0x8e, 0x4f, 0xf8, 0x20, 0x76, 0x0c, 0x97, 0x0e, 0xd5, - 0xdf, 0xac, 0x49, 0x1c, 0x77, 0xcb, 0xa7, 0xe6, 0x78, 0xdb, 0x1c, 0x52, 0x2f, 0x0e, 0x30, 0x93, - 0x1f, 0x85, 0xfb, 0xad, 0x2d, 0xf5, 0x5d, 0xe0, 0x93, 0x11, 0x66, 0x4e, 0x5e, 0xfc, 0x64, 0xdb, - 0xdf, 0x03, 0x00, 0x00, 0xff, 0xff, 0x08, 0xd1, 0x44, 0x6d, 0x37, 0x06, 0x00, 0x00, + 0x6a, 0x3f, 0x01, 0xf2, 0xcc, 0x6c, 0x62, 0xe7, 0x07, 0x10, 0x74, 0x33, 0x67, 0xce, 0x9c, 0x39, + 0xdf, 0xb1, 0x8f, 0x16, 0x40, 0xe2, 0xb8, 0xa6, 0x4b, 0x23, 0x6c, 0xba, 0x01, 0xc1, 0x21, 0x37, + 0xc7, 0x4d, 0xb5, 0x32, 0x46, 0x11, 0xe5, 0x54, 0xd7, 0x89, 0xe3, 0x1a, 0x33, 0x82, 0xa1, 0xe0, + 0x71, 0xb3, 0x5a, 0xf6, 0xa9, 0x4f, 0xc5, 0xb1, 0x39, 0x5b, 0x49, 0x66, 0xf5, 0x3f, 0x9f, 0x52, + 0x3f, 0xc0, 0xa6, 0xd8, 0x39, 0xf1, 0x81, 0x69, 0x87, 0x13, 0x75, 0x74, 0xc7, 0xa5, 0x6c, 0x48, + 0x99, 0x19, 0x8f, 0xfc, 0xc8, 0xf6, 0xb0, 0x39, 0x6e, 0x3a, 0x98, 0xdb, 0xcd, 0x74, 0x9f, 0x0a, + 0x48, 0x56, 0x5f, 0x2a, 0xcb, 0x8d, 0x3c, 0x42, 0x47, 0x1a, 0x58, 0xdf, 0xf3, 0x70, 0xc8, 0xc9, + 0x01, 0xc1, 0x5e, 0x57, 0x38, 0x79, 0xca, 0x6d, 0x8e, 0xf5, 0x26, 0x28, 0x48, 0x63, 0x7d, 0xe2, + 0x55, 0xb4, 0xba, 0xd6, 0x28, 0x74, 0xca, 0xd3, 0x04, 0xae, 0x4e, 0xec, 0x61, 0xd0, 0x46, 0x17, + 0x47, 0xc8, 0x5a, 0x96, 0xeb, 0x3d, 0x4f, 0xef, 0x81, 0xbf, 0x15, 0xce, 0x66, 0x12, 0x95, 0x6c, + 0x5d, 0x6b, 0x14, 0x5b, 0x65, 0x43, 0xfa, 0x37, 0x52, 0xff, 0xc6, 0xc3, 0x70, 0xd2, 0xd9, 0x98, + 0x26, 0x70, 0x6d, 0x41, 0x4b, 0xdc, 0x41, 0x56, 0xd1, 0xbd, 0x34, 0x81, 0x3e, 0x68, 0xa0, 0xd2, + 0xa5, 0x21, 0xc3, 0x21, 0x8b, 0x99, 0x80, 0x9e, 0x11, 0x3e, 0xd8, 0xc5, 0xc4, 0x1f, 0x70, 0xfd, + 0x01, 0xc8, 0x0f, 0xc4, 0x4a, 0xd8, 0x2b, 0xb6, 0xaa, 0xc6, 0xf5, 0x48, 0x0d, 0xc9, 0xed, 0xe4, + 0x4e, 0x12, 0x98, 0xb1, 0x14, 0x5f, 0x7f, 0x0e, 0x4a, 0x6e, 0xaa, 0xfa, 0x0b, 0x5e, 0xab, 0xd3, + 0x04, 0xfe, 0xab, 0xbc, 0x2e, 0x5e, 0x43, 0xd6, 0x8a, 0xbb, 0x60, 0x0f, 0x7d, 0xd2, 0xc0, 0xba, + 0x8c, 0x71, 0xd1, 0x37, 0xfb, 0x9d, 0x40, 0x5f, 0x81, 0xd5, 0x2b, 0x0f, 0xb2, 0x4a, 0xb6, 0xbe, + 0xd4, 0x28, 0xb6, 0xee, 0xdd, 0x34, 0xeb, 0x6d, 0x49, 0x75, 0xe0, 0x6c, 0xfa, 0x69, 0x02, 0x37, + 0x6e, 0x1c, 0x82, 0x21, 0xab, 0xb4, 0x38, 0x05, 0x43, 0x6f, 0xb2, 0xa0, 0x2c, 0xc7, 0xd8, 0x1f, + 0x79, 0x36, 0xc7, 0xbd, 0x88, 0x8e, 0x28, 0xb3, 0x03, 0xbd, 0x0c, 0xfe, 0xe2, 0x84, 0x07, 0x58, + 0x4e, 0x60, 0xc9, 0x8d, 0x5e, 0x07, 0x45, 0x0f, 0x33, 0x37, 0x22, 0x23, 0x4e, 0x68, 0x28, 0xc2, + 0x2c, 0x58, 0xf3, 0x90, 0xbe, 0x0b, 0xfe, 0x61, 0xb1, 0x73, 0x88, 0x5d, 0xde, 0xbf, 0x4c, 0x61, + 0x49, 0xa4, 0xb0, 0x39, 0x4d, 0x60, 0x45, 0x3a, 0xbb, 0x46, 0x41, 0x56, 0x49, 0x61, 0xdd, 0x34, + 0x94, 0x27, 0xa0, 0xcc, 0x62, 0x87, 0x71, 0xc2, 0x63, 0x8e, 0xe7, 0xc4, 0x72, 0x42, 0x0c, 0x4e, + 0x13, 0xf8, 0xff, 0x85, 0xd8, 0x35, 0x16, 0xb2, 0xf4, 0x4b, 0x38, 0x95, 0x6c, 0xa3, 0xd7, 0xc7, + 0x30, 0xf3, 0xf9, 0xe3, 0x56, 0x55, 0x75, 0xc3, 0xa7, 0x63, 0x43, 0x55, 0x69, 0x16, 0x2a, 0xc7, + 0x21, 0x47, 0xef, 0xb3, 0xa0, 0xb4, 0x2f, 0x6b, 0xf5, 0xc7, 0x61, 0xec, 0x80, 0xdc, 0x28, 0xb0, + 0x43, 0x31, 0x7f, 0xb1, 0xb5, 0x69, 0xa8, 0x67, 0xd3, 0xd6, 0xa6, 0x4f, 0xf7, 0x02, 0x3b, 0x54, + 0xff, 0x5c, 0xc1, 0xd7, 0x0f, 0xc1, 0xba, 0xe2, 0x78, 0xfd, 0x85, 0xa6, 0xe5, 0x7e, 0xf0, 0xef, + 0xad, 0x4f, 0x13, 0xb8, 0x29, 0x13, 0xb9, 0xf1, 0x32, 0xb2, 0xd6, 0x52, 0x7c, 0xae, 0xff, 0xed, + 0xbb, 0xb3, 0x4c, 0xde, 0x1d, 0xc3, 0xcc, 0xb7, 0x63, 0xa8, 0xfd, 0x24, 0x9b, 0x23, 0x0d, 0xe4, + 0x55, 0x29, 0xbb, 0xa0, 0x14, 0xe1, 0x31, 0x61, 0x84, 0x86, 0xfd, 0x30, 0x1e, 0x3a, 0x38, 0x12, + 0xe1, 0xe4, 0xe6, 0x4b, 0x74, 0x85, 0x80, 0xac, 0x95, 0x14, 0x79, 0x2c, 0x80, 0x05, 0x11, 0x55, + 0xf1, 0xec, 0xad, 0x22, 0x92, 0x30, 0x27, 0x22, 0x9d, 0xb4, 0x97, 0xd3, 0x01, 0xd0, 0x23, 0x90, + 0xef, 0xd9, 0x91, 0x3d, 0x64, 0x33, 0x61, 0x3b, 0x08, 0xe8, 0xcb, 0x8b, 0x08, 0x58, 0x45, 0xab, + 0x2f, 0x35, 0x0a, 0xf3, 0xc2, 0x57, 0x08, 0xc8, 0x5a, 0x51, 0x88, 0x4c, 0x87, 0x75, 0x7a, 0x27, + 0x67, 0x35, 0xed, 0xf4, 0xac, 0xa6, 0x7d, 0x3d, 0xab, 0x69, 0x6f, 0xcf, 0x6b, 0x99, 0xd3, 0xf3, + 0x5a, 0xe6, 0xcb, 0x79, 0x2d, 0xf3, 0x62, 0xc7, 0x27, 0x7c, 0x10, 0x3b, 0x86, 0x4b, 0x87, 0x66, + 0x40, 0x42, 0x6c, 0x12, 0xc7, 0xdd, 0xf2, 0xa9, 0x39, 0xde, 0x36, 0x87, 0xd4, 0x8b, 0x03, 0xcc, + 0xe4, 0x27, 0xe1, 0x7e, 0x6b, 0x4b, 0x7d, 0x15, 0xf8, 0x64, 0x84, 0x99, 0x93, 0x17, 0x3f, 0xd8, + 0xf6, 0xf7, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x94, 0x96, 0x19, 0x35, 0x06, 0x00, 0x00, } func (this *UpgradeProposal) Equal(that interface{}) bool { diff --git a/modules/core/02-client/types/client_test.go b/modules/core/02-client/types/client_test.go index b37d7b2fa32..7eeaeb07db1 100644 --- a/modules/core/02-client/types/client_test.go +++ b/modules/core/02-client/types/client_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestMarshalConsensusStateWithHeight() { diff --git a/modules/core/02-client/types/codec.go b/modules/core/02-client/types/codec.go index 59761aa1aae..d7bd5c0b8e2 100644 --- a/modules/core/02-client/types/codec.go +++ b/modules/core/02-client/types/codec.go @@ -8,7 +8,7 @@ import ( "github.com/line/lbm-sdk/types/msgservice" govtypes "github.com/line/lbm-sdk/x/gov/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the client interfaces to protobuf Any. diff --git a/modules/core/02-client/types/codec_test.go b/modules/core/02-client/types/codec_test.go index 10252ca91a0..cefef152000 100644 --- a/modules/core/02-client/types/codec_test.go +++ b/modules/core/02-client/types/codec_test.go @@ -3,12 +3,12 @@ package types_test import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type caseAny struct { diff --git a/modules/core/02-client/types/encoding.go b/modules/core/02-client/types/encoding.go index f823585ac34..8015d6ab65b 100644 --- a/modules/core/02-client/types/encoding.go +++ b/modules/core/02-client/types/encoding.go @@ -5,7 +5,7 @@ import ( "github.com/line/lbm-sdk/codec" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // MustUnmarshalClientState attempts to decode and return an ClientState object from diff --git a/modules/core/02-client/types/encoding_test.go b/modules/core/02-client/types/encoding_test.go index 9e7637cb042..d0c174c17a1 100644 --- a/modules/core/02-client/types/encoding_test.go +++ b/modules/core/02-client/types/encoding_test.go @@ -1,8 +1,8 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *TypesTestSuite) TestMarshalHeader() { diff --git a/modules/core/02-client/types/events.go b/modules/core/02-client/types/events.go index 93aa27afa0b..9634c202c5f 100644 --- a/modules/core/02-client/types/events.go +++ b/modules/core/02-client/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // IBC client events diff --git a/modules/core/02-client/types/genesis.go b/modules/core/02-client/types/genesis.go index b797c467d13..e3643666937 100644 --- a/modules/core/02-client/types/genesis.go +++ b/modules/core/02-client/types/genesis.go @@ -6,8 +6,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/genesis.pb.go b/modules/core/02-client/types/genesis.pb.go index 9f85bc06008..83c15ed2795 100644 --- a/modules/core/02-client/types/genesis.pb.go +++ b/modules/core/02-client/types/genesis.pb.go @@ -218,41 +218,41 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/genesis.proto", fileDescriptor_bcd0c0f1f2e6a91a) } var fileDescriptor_bcd0c0f1f2e6a91a = []byte{ - // 539 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x41, 0x6e, 0xd3, 0x40, - 0x14, 0xcd, 0x34, 0x69, 0x68, 0xa7, 0x15, 0x0d, 0xa3, 0xa8, 0x98, 0x54, 0xb2, 0x2d, 0xb3, 0x09, - 0x8b, 0xd8, 0x24, 0xdd, 0x54, 0xd9, 0x20, 0xb9, 0x12, 0xa8, 0x12, 0x48, 0x60, 0x76, 0x6c, 0xac, - 0xc9, 0x78, 0x48, 0x47, 0xd8, 0x9e, 0x90, 0x99, 0x44, 0xe4, 0x06, 0x2c, 0x11, 0x27, 0x60, 0xcd, - 0x19, 0x38, 0x40, 0x97, 0x5d, 0x76, 0x15, 0x50, 0x72, 0x83, 0x9c, 0x00, 0x79, 0x66, 0x4c, 0xdb, - 0x34, 0x65, 0xf7, 0xf3, 0xfc, 0xde, 0xfb, 0x4f, 0xef, 0x67, 0xa0, 0xcb, 0x06, 0x24, 0x20, 0x7c, - 0x4c, 0x03, 0x92, 0x32, 0x9a, 0xcb, 0x60, 0xda, 0x0d, 0x86, 0x34, 0xa7, 0x82, 0x09, 0x7f, 0x34, - 0xe6, 0x92, 0x23, 0xc4, 0x06, 0xc4, 0x2f, 0x18, 0xbe, 0x66, 0xf8, 0xd3, 0x6e, 0xcb, 0xd9, 0xa0, - 0x32, 0x5f, 0x95, 0xa8, 0xd5, 0x1c, 0xf2, 0x21, 0x57, 0x63, 0x50, 0x4c, 0x1a, 0xf5, 0xae, 0x6a, - 0x70, 0xff, 0x95, 0x36, 0x7f, 0x2f, 0xb1, 0xa4, 0x88, 0xc0, 0x07, 0x5a, 0x26, 0x2c, 0xe0, 0x56, - 0xdb, 0x7b, 0xbd, 0x67, 0xfe, 0xdd, 0x6d, 0xfe, 0x59, 0x42, 0x73, 0xc9, 0x3e, 0x32, 0x9a, 0x9c, - 0x2a, 0x4c, 0x69, 0x43, 0xfb, 0x62, 0xee, 0x54, 0x7e, 0xfe, 0x76, 0x0e, 0x37, 0x7e, 0x16, 0x51, - 0xe9, 0x8c, 0xbe, 0x03, 0xf8, 0xc8, 0xcc, 0x31, 0xe1, 0xb9, 0xa0, 0xb9, 0x98, 0x08, 0x6b, 0xeb, - 0xfe, 0x7d, 0xda, 0xe6, 0xb4, 0xa4, 0x6a, 0xbf, 0xb0, 0x5f, 0xec, 0x5b, 0xcd, 0x1d, 0x6b, 0x86, - 0xb3, 0xb4, 0xef, 0xdd, 0x71, 0xf4, 0x8a, 0x2c, 0x5a, 0x2a, 0xd6, 0xb4, 0x51, 0x83, 0xac, 0xe1, - 0x68, 0x06, 0x4b, 0x2c, 0xce, 0xa8, 0xc4, 0x09, 0x96, 0xd8, 0xaa, 0xaa, 0x48, 0x9d, 0xff, 0x57, - 0x60, 0xfa, 0x7b, 0x63, 0x44, 0xa1, 0x63, 0x62, 0x3d, 0xbe, 0x1d, 0xab, 0x34, 0xf5, 0xa2, 0x03, - 0x03, 0x95, 0x0a, 0x74, 0x02, 0xeb, 0x23, 0x3c, 0xc6, 0x99, 0xb0, 0x6a, 0x2e, 0x68, 0xef, 0xf5, - 0x5a, 0x9b, 0x16, 0xbe, 0x55, 0x8c, 0xb0, 0x56, 0xb8, 0x47, 0x86, 0x8f, 0x5e, 0xc2, 0x06, 0x19, - 0x53, 0x2c, 0x69, 0x9c, 0x72, 0x82, 0xd3, 0x73, 0x2e, 0xa4, 0xb5, 0xed, 0x82, 0xf6, 0x4e, 0x78, - 0x74, 0x23, 0xc1, 0x1a, 0xa3, 0x48, 0xa0, 0xa0, 0xd7, 0x25, 0x82, 0xde, 0xc1, 0x66, 0x4e, 0xbf, - 0xc8, 0x58, 0xaf, 0x8b, 0x05, 0xfd, 0x3c, 0xa1, 0x39, 0xa1, 0x56, 0xdd, 0x05, 0xed, 0x5a, 0xe8, - 0xac, 0xe6, 0xce, 0x91, 0xf6, 0xda, 0xc4, 0xf2, 0x22, 0x54, 0xc0, 0xe6, 0xd6, 0x25, 0xf8, 0x02, - 0x1e, 0xac, 0x35, 0x83, 0x1a, 0xb0, 0xfa, 0x89, 0xce, 0x2c, 0xe0, 0x82, 0xf6, 0x7e, 0x54, 0x8c, - 0xa8, 0x09, 0xb7, 0xa7, 0x38, 0x9d, 0x50, 0x6b, 0x4b, 0x61, 0xfa, 0x47, 0xbf, 0xf6, 0xf5, 0x87, - 0x53, 0xf1, 0x7e, 0x01, 0xf8, 0xe4, 0xde, 0x96, 0x51, 0x17, 0xee, 0x9a, 0x18, 0x2c, 0x51, 0x8e, - 0xbb, 0x61, 0x73, 0x35, 0x77, 0x1a, 0x37, 0x4b, 0x8f, 0x59, 0xe2, 0x45, 0x3b, 0x7a, 0x3e, 0x4b, - 0x50, 0x0a, 0x4d, 0xf3, 0xd7, 0x07, 0xd6, 0xff, 0xb9, 0xa7, 0x9b, 0xfa, 0x5e, 0x3f, 0xab, 0x6d, - 0xce, 0x7a, 0x78, 0x6b, 0xc3, 0xf5, 0x55, 0x1f, 0x6a, 0xe4, 0x1f, 0x3f, 0xba, 0x58, 0xd8, 0xe0, - 0x72, 0x61, 0x83, 0x3f, 0x0b, 0x1b, 0x7c, 0x5b, 0xda, 0x95, 0xcb, 0xa5, 0x5d, 0xb9, 0x5a, 0xda, - 0x95, 0x0f, 0x27, 0x43, 0x26, 0xcf, 0x27, 0x03, 0x9f, 0xf0, 0x2c, 0x20, 0x5c, 0x64, 0x5c, 0x04, - 0x6c, 0x40, 0x3a, 0x43, 0x1e, 0x4c, 0x8f, 0x83, 0x8c, 0x27, 0x93, 0x94, 0x0a, 0xfd, 0x96, 0x9f, - 0xf7, 0x3a, 0xe6, 0x39, 0xcb, 0xd9, 0x88, 0x8a, 0x41, 0x5d, 0xbd, 0xda, 0xe3, 0xbf, 0x01, 0x00, - 0x00, 0xff, 0xff, 0x29, 0x4b, 0x29, 0xf0, 0x24, 0x04, 0x00, 0x00, + // 540 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0x41, 0x6e, 0xd3, 0x4c, + 0x18, 0xcd, 0x34, 0x69, 0xfe, 0x76, 0x5a, 0xfd, 0x0d, 0xa3, 0xa8, 0x98, 0x54, 0xb2, 0x2d, 0xb3, + 0x09, 0x8b, 0xd8, 0x24, 0x95, 0x10, 0xca, 0x06, 0xc9, 0x95, 0x40, 0x95, 0x40, 0x2a, 0x66, 0xc7, + 0xc6, 0x72, 0xc6, 0x1f, 0xe9, 0x08, 0xc7, 0x13, 0x32, 0x93, 0x88, 0xdc, 0x80, 0x25, 0xe2, 0x04, + 0xac, 0x39, 0x03, 0x07, 0xe8, 0xb2, 0xcb, 0xae, 0x02, 0x4a, 0x6e, 0x90, 0x13, 0x20, 0x7b, 0xc6, + 0xb4, 0x4d, 0x5d, 0x76, 0x5f, 0x9e, 0xdf, 0x7b, 0xdf, 0xd3, 0xfb, 0x32, 0xd8, 0x66, 0x03, 0xea, + 0x51, 0x3e, 0x01, 0x8f, 0x26, 0x0c, 0x52, 0xe9, 0xcd, 0xba, 0xde, 0x10, 0x52, 0x10, 0x4c, 0xb8, + 0xe3, 0x09, 0x97, 0x9c, 0x10, 0x36, 0xa0, 0x6e, 0xc6, 0x70, 0x15, 0xc3, 0x9d, 0x75, 0x5b, 0x56, + 0x89, 0x4a, 0x7f, 0xcd, 0x45, 0xad, 0xe6, 0x90, 0x0f, 0x79, 0x3e, 0x7a, 0xd9, 0xa4, 0x50, 0xe7, + 0xaa, 0x86, 0xf7, 0x5f, 0x29, 0xf3, 0x77, 0x32, 0x92, 0x40, 0x28, 0xfe, 0x4f, 0xc9, 0x84, 0x81, + 0xec, 0x6a, 0x7b, 0xaf, 0xf7, 0xc4, 0xbd, 0xbb, 0xcd, 0x3d, 0x8d, 0x21, 0x95, 0xec, 0x03, 0x83, + 0xf8, 0x24, 0xc7, 0x72, 0xad, 0x6f, 0x5e, 0x2c, 0xac, 0xca, 0x8f, 0x5f, 0xd6, 0x61, 0xe9, 0x67, + 0x11, 0x14, 0xce, 0xe4, 0x1b, 0xc2, 0x0f, 0xf4, 0x1c, 0x52, 0x9e, 0x0a, 0x48, 0xc5, 0x54, 0x18, + 0x5b, 0xf7, 0xef, 0x53, 0x36, 0x27, 0x05, 0x55, 0xf9, 0xf9, 0xfd, 0x6c, 0xdf, 0x7a, 0x61, 0x19, + 0xf3, 0x68, 0x94, 0xf4, 0x9d, 0x3b, 0x8e, 0x4e, 0x96, 0x45, 0x49, 0xc5, 0x86, 0x36, 0x68, 0xd0, + 0x0d, 0x9c, 0xcc, 0x71, 0x81, 0x85, 0x23, 0x90, 0x51, 0x1c, 0xc9, 0xc8, 0xa8, 0xe6, 0x91, 0x3a, + 0xff, 0xae, 0x40, 0xf7, 0xf7, 0x46, 0x8b, 0x7c, 0x4b, 0xc7, 0x7a, 0x78, 0x3b, 0x56, 0x61, 0xea, + 0x04, 0x07, 0x1a, 0x2a, 0x14, 0xe4, 0x39, 0xae, 0x8f, 0xa3, 0x49, 0x34, 0x12, 0x46, 0xcd, 0x46, + 0xed, 0xbd, 0x5e, 0xab, 0x6c, 0xe1, 0x59, 0xce, 0xf0, 0x6b, 0x99, 0x7b, 0xa0, 0xf9, 0xe4, 0x25, + 0x6e, 0xd0, 0x09, 0x44, 0x12, 0xc2, 0x84, 0xd3, 0x28, 0x39, 0xe7, 0x42, 0x1a, 0xdb, 0x36, 0x6a, + 0xef, 0xf8, 0x47, 0x37, 0x12, 0x6c, 0x30, 0xb2, 0x04, 0x39, 0xf4, 0xba, 0x40, 0xc8, 0x5b, 0xdc, + 0x4c, 0xe1, 0xb3, 0x0c, 0xd5, 0xba, 0x50, 0xc0, 0xa7, 0x29, 0xa4, 0x14, 0x8c, 0xba, 0x8d, 0xda, + 0x35, 0xdf, 0x5a, 0x2f, 0xac, 0x23, 0xe5, 0x55, 0xc6, 0x72, 0x02, 0x92, 0xc1, 0xfa, 0xd6, 0x05, + 0xf8, 0x02, 0x1f, 0x6c, 0x34, 0x43, 0x1a, 0xb8, 0xfa, 0x11, 0xe6, 0x06, 0xb2, 0x51, 0x7b, 0x3f, + 0xc8, 0x46, 0xd2, 0xc4, 0xdb, 0xb3, 0x28, 0x99, 0x82, 0xb1, 0x95, 0x63, 0xea, 0x47, 0xbf, 0xf6, + 0xe5, 0xbb, 0x55, 0x71, 0x7e, 0x22, 0xfc, 0xe8, 0xde, 0x96, 0x49, 0x17, 0xef, 0xea, 0x18, 0x2c, + 0xce, 0x1d, 0x77, 0xfd, 0xe6, 0x7a, 0x61, 0x35, 0x6e, 0x96, 0x1e, 0xb2, 0xd8, 0x09, 0x76, 0xd4, + 0x7c, 0x1a, 0x93, 0x04, 0xeb, 0xe6, 0xaf, 0x0f, 0xac, 0xfe, 0x73, 0x8f, 0xcb, 0xfa, 0xde, 0x3c, + 0xab, 0xa9, 0xcf, 0x7a, 0x78, 0x6b, 0xc3, 0xf5, 0x55, 0xff, 0x57, 0xc8, 0x5f, 0xfe, 0xd9, 0xc5, + 0xd2, 0x44, 0x97, 0x4b, 0x13, 0xfd, 0x5e, 0x9a, 0xe8, 0xeb, 0xca, 0xac, 0x5c, 0xae, 0xcc, 0xca, + 0xd5, 0xca, 0xac, 0xbc, 0x7f, 0x36, 0x64, 0xf2, 0x7c, 0x3a, 0x70, 0x29, 0x1f, 0x79, 0x09, 0x4b, + 0xc1, 0x63, 0x03, 0xda, 0x19, 0x72, 0x6f, 0x76, 0xec, 0x8d, 0x78, 0x3c, 0x4d, 0x40, 0xa8, 0x97, + 0xfc, 0xb4, 0xd7, 0xd1, 0x8f, 0x59, 0xce, 0xc7, 0x20, 0x06, 0xf5, 0xfc, 0xcd, 0x1e, 0xff, 0x09, + 0x00, 0x00, 0xff, 0xff, 0xf0, 0x07, 0x79, 0x24, 0x22, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/02-client/types/genesis_test.go b/modules/core/02-client/types/genesis_test.go index 98b8ca704ac..19bcf4b7857 100644 --- a/modules/core/02-client/types/genesis_test.go +++ b/modules/core/02-client/types/genesis_test.go @@ -5,14 +5,14 @@ import ( octypes "github.com/line/ostracon/types" - client "github.com/cosmos/ibc-go/v3/modules/core/02-client" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + client "github.com/line/ibc-go/v3/modules/core/02-client" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" ) const ( diff --git a/modules/core/02-client/types/height.go b/modules/core/02-client/types/height.go index 5c7a93e46f5..598e5a8c0ad 100644 --- a/modules/core/02-client/types/height.go +++ b/modules/core/02-client/types/height.go @@ -10,7 +10,7 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.Height = (*Height)(nil) diff --git a/modules/core/02-client/types/height_test.go b/modules/core/02-client/types/height_test.go index 16415c3d61e..27d28a6c170 100644 --- a/modules/core/02-client/types/height_test.go +++ b/modules/core/02-client/types/height_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) func TestZeroHeight(t *testing.T) { diff --git a/modules/core/02-client/types/keys.go b/modules/core/02-client/types/keys.go index 6d9b0609561..10de0cedc10 100644 --- a/modules/core/02-client/types/keys.go +++ b/modules/core/02-client/types/keys.go @@ -8,7 +8,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/02-client/types/keys_test.go b/modules/core/02-client/types/keys_test.go index 8021726dff8..261d50be5ab 100644 --- a/modules/core/02-client/types/keys_test.go +++ b/modules/core/02-client/types/keys_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/02-client/types" ) // tests ParseClientIdentifier and IsValidClientID diff --git a/modules/core/02-client/types/msgs.go b/modules/core/02-client/types/msgs.go index 7ee03feb06a..3687027dede 100644 --- a/modules/core/02-client/types/msgs.go +++ b/modules/core/02-client/types/msgs.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // message types for the IBC client diff --git a/modules/core/02-client/types/msgs_test.go b/modules/core/02-client/types/msgs_test.go index 89217cab9b4..89843a9756d 100644 --- a/modules/core/02-client/types/msgs_test.go +++ b/modules/core/02-client/types/msgs_test.go @@ -7,12 +7,12 @@ import ( "github.com/golang/protobuf/proto" "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type TypesTestSuite struct { diff --git a/modules/core/02-client/types/params.go b/modules/core/02-client/types/params.go index bc0205c23cd..8d33cd9c5c1 100644 --- a/modules/core/02-client/types/params.go +++ b/modules/core/02-client/types/params.go @@ -6,7 +6,7 @@ import ( paramtypes "github.com/line/lbm-sdk/x/params/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/params_test.go b/modules/core/02-client/types/params_test.go index 91cd7358799..9e63c225b1c 100644 --- a/modules/core/02-client/types/params_test.go +++ b/modules/core/02-client/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) func TestValidateParams(t *testing.T) { diff --git a/modules/core/02-client/types/proposal.go b/modules/core/02-client/types/proposal.go index cecf2b93ee5..52741408bc0 100644 --- a/modules/core/02-client/types/proposal.go +++ b/modules/core/02-client/types/proposal.go @@ -8,7 +8,7 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) const ( diff --git a/modules/core/02-client/types/proposal_test.go b/modules/core/02-client/types/proposal_test.go index b592601b1cd..ccfaf998f56 100644 --- a/modules/core/02-client/types/proposal_test.go +++ b/modules/core/02-client/types/proposal_test.go @@ -8,9 +8,9 @@ import ( govtypes "github.com/line/lbm-sdk/x/gov/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *TypesTestSuite) TestValidateBasic() { diff --git a/modules/core/02-client/types/query.go b/modules/core/02-client/types/query.go index a0062414a50..367d205b5f5 100644 --- a/modules/core/02-client/types/query.go +++ b/modules/core/02-client/types/query.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/02-client/types/query.pb.go b/modules/core/02-client/types/query.pb.go index d7e2af30e3c..8770485bdf2 100644 --- a/modules/core/02-client/types/query.pb.go +++ b/modules/core/02-client/types/query.pb.go @@ -985,72 +985,72 @@ func init() { proto.RegisterFile("ibc/core/client/v1/query.proto", fileDescripto var fileDescriptor_dc42cdfd1d52d76e = []byte{ // 1055 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x57, 0xcd, 0x6f, 0x1b, 0x45, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x56, 0xcd, 0x6f, 0x1b, 0x45, 0x14, 0xcf, 0xa4, 0x69, 0xd4, 0x3e, 0xbb, 0x09, 0x9a, 0xe6, 0xc3, 0xdd, 0x16, 0xc7, 0xd9, 0x20, - 0x9a, 0x96, 0x64, 0x27, 0x71, 0x68, 0x12, 0x21, 0x21, 0x41, 0x2a, 0x95, 0xf6, 0x52, 0xca, 0x22, - 0x04, 0x42, 0x42, 0xd1, 0xee, 0x7a, 0xb2, 0x59, 0xc9, 0xde, 0x71, 0x3d, 0xbb, 0x96, 0xa2, 0x2a, - 0x97, 0x9e, 0x10, 0x27, 0x24, 0x24, 0xae, 0x48, 0x1c, 0x39, 0x54, 0x1c, 0x90, 0xb8, 0x72, 0x82, - 0x1c, 0x38, 0x54, 0x82, 0x03, 0x27, 0x8a, 0x12, 0xfe, 0x10, 0xe4, 0x99, 0x59, 0x7b, 0xd7, 0x1e, - 0xd7, 0x6b, 0x14, 0xb8, 0xed, 0xbe, 0xcf, 0xdf, 0xfb, 0xbd, 0xe7, 0xf7, 0xd6, 0x50, 0x0e, 0x5c, - 0x8f, 0x78, 0xac, 0x45, 0x89, 0x57, 0x0f, 0x68, 0x18, 0x91, 0xf6, 0x26, 0x79, 0x1c, 0xd3, 0xd6, - 0x91, 0xd5, 0x6c, 0xb1, 0x88, 0x61, 0x1c, 0xb8, 0x9e, 0xd5, 0xd1, 0x5b, 0x52, 0x6f, 0xb5, 0x37, - 0x8d, 0xdb, 0x1e, 0xe3, 0x0d, 0xc6, 0x89, 0xeb, 0x70, 0x2a, 0x8d, 0x49, 0x7b, 0xd3, 0xa5, 0x91, - 0xb3, 0x49, 0x9a, 0x8e, 0x1f, 0x84, 0x4e, 0x14, 0xb0, 0x50, 0xfa, 0x1b, 0x4b, 0x9a, 0xf8, 0x2a, - 0x92, 0x34, 0xb8, 0xe6, 0x33, 0xe6, 0xd7, 0x29, 0x11, 0x6f, 0x6e, 0x7c, 0x40, 0x9c, 0x50, 0xe5, - 0x36, 0x6e, 0x28, 0x95, 0xd3, 0x0c, 0x88, 0x13, 0x86, 0x2c, 0x12, 0x81, 0xb9, 0xd2, 0xce, 0xf9, - 0xcc, 0x67, 0xe2, 0x91, 0x74, 0x9e, 0xa4, 0xd4, 0xdc, 0x86, 0xc5, 0x0f, 0x3a, 0x88, 0xee, 0x8a, - 0x1c, 0x1f, 0x46, 0x4e, 0x44, 0x6d, 0xfa, 0x38, 0xa6, 0x3c, 0xc2, 0xd7, 0xe1, 0xb2, 0xcc, 0xbc, - 0x1f, 0xd4, 0x4a, 0xa8, 0x82, 0x56, 0x2f, 0xdb, 0x97, 0xa4, 0xe0, 0x41, 0xcd, 0x7c, 0x86, 0xa0, - 0x34, 0xe8, 0xc8, 0x9b, 0x2c, 0xe4, 0x14, 0xef, 0x40, 0x51, 0x79, 0xf2, 0x8e, 0x5c, 0x38, 0x17, - 0xaa, 0x73, 0x96, 0xc4, 0x67, 0x25, 0xd0, 0xad, 0x77, 0xc3, 0x23, 0xbb, 0xe0, 0xf5, 0x02, 0xe0, - 0x39, 0xb8, 0xd8, 0x6c, 0x31, 0x76, 0x50, 0x9a, 0xac, 0xa0, 0xd5, 0xa2, 0x2d, 0x5f, 0xf0, 0x5d, - 0x28, 0x8a, 0x87, 0xfd, 0x43, 0x1a, 0xf8, 0x87, 0x51, 0xe9, 0x82, 0x08, 0x67, 0x58, 0x83, 0x54, - 0x5b, 0xf7, 0x85, 0xc5, 0xde, 0xd4, 0xc9, 0x9f, 0x4b, 0x13, 0x76, 0x41, 0x78, 0x49, 0x91, 0xe9, - 0x0e, 0xe2, 0xe5, 0x49, 0xa5, 0xf7, 0x00, 0x7a, 0x8d, 0x50, 0x68, 0x5f, 0xb7, 0x64, 0xd7, 0xac, - 0x4e, 0xd7, 0x2c, 0xd9, 0x62, 0xd5, 0x35, 0xeb, 0x91, 0xe3, 0x27, 0x2c, 0xd9, 0x29, 0x4f, 0xf3, - 0x77, 0x04, 0xd7, 0x34, 0x49, 0x14, 0x2b, 0x21, 0x5c, 0x49, 0xb3, 0xc2, 0x4b, 0xa8, 0x72, 0x61, - 0xb5, 0x50, 0xbd, 0xa5, 0xab, 0xe3, 0x41, 0x8d, 0x86, 0x51, 0x70, 0x10, 0xd0, 0x5a, 0x2a, 0xd4, - 0x5e, 0xb9, 0x53, 0xd6, 0x77, 0x2f, 0x96, 0x16, 0xb4, 0x6a, 0x6e, 0x17, 0x53, 0x5c, 0x72, 0xfc, - 0x5e, 0xa6, 0xaa, 0x49, 0x51, 0xd5, 0xcd, 0x91, 0x55, 0x49, 0xb0, 0x99, 0xb2, 0xbe, 0x47, 0x60, - 0xc8, 0xb2, 0x3a, 0xaa, 0x90, 0xc7, 0x3c, 0xf7, 0x9c, 0xe0, 0x9b, 0x30, 0xdb, 0xa2, 0xed, 0x80, - 0x07, 0x2c, 0xdc, 0x0f, 0xe3, 0x86, 0x4b, 0x5b, 0x02, 0xc9, 0x94, 0x3d, 0x93, 0x88, 0x1f, 0x0a, - 0x69, 0xc6, 0x30, 0xd5, 0xe7, 0x94, 0xa1, 0x6c, 0x24, 0x5e, 0x81, 0x2b, 0xf5, 0x4e, 0x7d, 0x51, - 0x62, 0x36, 0x55, 0x41, 0xab, 0x97, 0xec, 0xa2, 0x14, 0xaa, 0x6e, 0xff, 0x88, 0xe0, 0xba, 0x16, - 0xb2, 0xea, 0xc5, 0xdb, 0x30, 0xeb, 0x25, 0x9a, 0x1c, 0x43, 0x3a, 0xe3, 0x65, 0xc2, 0xfc, 0x97, - 0x73, 0xfa, 0x54, 0x8f, 0x9c, 0xe7, 0x62, 0xfb, 0x9e, 0xa6, 0xe5, 0xff, 0x66, 0x90, 0x7f, 0x46, - 0x70, 0x43, 0x0f, 0x42, 0xf1, 0xf7, 0x19, 0xbc, 0xd2, 0xc7, 0x5f, 0x32, 0xce, 0x6b, 0xba, 0x72, - 0xb3, 0x61, 0x3e, 0x0e, 0xa2, 0xc3, 0x0c, 0x01, 0xb3, 0x59, 0x7a, 0xcf, 0x71, 0x74, 0x3f, 0x47, - 0xb0, 0xac, 0x29, 0x44, 0x66, 0xff, 0x7f, 0x39, 0xfd, 0x05, 0x81, 0xf9, 0x32, 0x28, 0x8a, 0xd9, - 0x4f, 0x60, 0xb1, 0x8f, 0x59, 0x35, 0x4e, 0x09, 0xc1, 0xa3, 0xe7, 0x69, 0xde, 0xd3, 0x65, 0x38, - 0x3f, 0x52, 0x77, 0x06, 0x56, 0x69, 0x9c, 0x8b, 0x4a, 0x73, 0x6b, 0x60, 0x3d, 0xc6, 0xbd, 0xc2, - 0x17, 0x60, 0x9a, 0x0b, 0x89, 0x72, 0x53, 0x6f, 0xa6, 0x91, 0xc9, 0xf6, 0xc8, 0x69, 0x39, 0x8d, - 0x24, 0x9b, 0xf9, 0x7e, 0x26, 0x60, 0xa2, 0x53, 0x01, 0xab, 0x30, 0xdd, 0x14, 0x12, 0xf5, 0xd3, - 0xd6, 0x12, 0xa7, 0x7c, 0x94, 0xa5, 0xb9, 0x0c, 0x4b, 0x22, 0xe0, 0x47, 0x4d, 0xbf, 0xe5, 0xd4, - 0x32, 0xeb, 0x35, 0xc9, 0x59, 0x87, 0xca, 0x70, 0x13, 0x95, 0xfa, 0x3e, 0xcc, 0xc7, 0x4a, 0xbd, - 0x9f, 0xfb, 0x12, 0x5e, 0x8d, 0x07, 0x23, 0x9a, 0xaf, 0xa9, 0xa1, 0xe9, 0x66, 0xd3, 0xad, 0x60, - 0x33, 0x86, 0x95, 0x97, 0x5a, 0x29, 0x58, 0x0f, 0xa1, 0xd4, 0x83, 0x35, 0xc6, 0xfa, 0x5b, 0x88, - 0xb5, 0x71, 0xab, 0xbf, 0x16, 0xe1, 0xa2, 0xc8, 0x8b, 0xbf, 0x41, 0x50, 0x48, 0xc1, 0xc6, 0x6f, - 0xe8, 0xb8, 0x1e, 0xf2, 0xa1, 0x61, 0xac, 0xe5, 0x33, 0x96, 0x45, 0x98, 0x77, 0x9e, 0xfe, 0xf6, - 0xf7, 0x57, 0x93, 0x04, 0xaf, 0x93, 0xa1, 0x9f, 0x4a, 0x6a, 0x23, 0x91, 0x27, 0xdd, 0x51, 0x3c, - 0xc6, 0x5f, 0x23, 0x28, 0xa6, 0x8f, 0x25, 0xce, 0x95, 0x35, 0x99, 0x34, 0x63, 0x3d, 0xa7, 0xb5, - 0x02, 0x79, 0x4b, 0x80, 0x5c, 0xc1, 0xcb, 0x23, 0x41, 0xe2, 0x17, 0x08, 0x66, 0xb2, 0xbc, 0x62, - 0x6b, 0x78, 0x32, 0x5d, 0xfb, 0x0d, 0x92, 0xdb, 0x5e, 0xc1, 0xab, 0x0b, 0x78, 0x07, 0xb8, 0xa6, - 0x85, 0xd7, 0xb7, 0xd8, 0xd3, 0x34, 0x92, 0xe4, 0x18, 0x93, 0x27, 0x7d, 0x67, 0xfd, 0x98, 0xc8, - 0x35, 0x95, 0x52, 0x48, 0xc1, 0x31, 0x7e, 0x86, 0x60, 0xb6, 0xef, 0x90, 0xe0, 0xbc, 0x90, 0xbb, - 0x0d, 0xd8, 0xc8, 0xef, 0xa0, 0x8a, 0xdc, 0x15, 0x45, 0x56, 0xf1, 0xc6, 0xb8, 0x45, 0xe2, 0x13, - 0x04, 0xf3, 0xda, 0x2d, 0x8d, 0xef, 0xe4, 0x44, 0x91, 0x3d, 0x30, 0xc6, 0xf6, 0xb8, 0x6e, 0xaa, - 0x84, 0x77, 0x44, 0x09, 0x6f, 0xe1, 0xdd, 0xb1, 0xfb, 0xa4, 0x6e, 0x06, 0xfe, 0x36, 0x33, 0xf6, - 0x71, 0xbe, 0xb1, 0x8f, 0xc7, 0x1a, 0xfb, 0xde, 0x0e, 0xcf, 0xfd, 0xdb, 0x8c, 0xb3, 0x7c, 0x7f, - 0xd1, 0x05, 0x29, 0xd7, 0xf1, 0x48, 0x90, 0x99, 0x2b, 0x30, 0x12, 0x64, 0xf6, 0x2e, 0x98, 0xaf, - 0x0a, 0x90, 0x8b, 0x78, 0x5e, 0x82, 0xec, 0xe2, 0x93, 0x27, 0x00, 0xff, 0x80, 0xe0, 0xaa, 0x66, - 0xb7, 0xe3, 0xad, 0xa1, 0x59, 0x86, 0x1f, 0x0b, 0xe3, 0xcd, 0xf1, 0x9c, 0x14, 0xc2, 0xaa, 0x40, - 0xb8, 0x86, 0x6f, 0xeb, 0x68, 0xd4, 0x1e, 0x16, 0x8e, 0x7f, 0x42, 0xb0, 0xa0, 0x5f, 0xff, 0x78, - 0x7b, 0x34, 0x08, 0xed, 0x5a, 0xd9, 0x19, 0xdb, 0x2f, 0xcf, 0x18, 0x0c, 0xbb, 0x40, 0x7c, 0xcf, - 0x3e, 0x39, 0x2d, 0xa3, 0xe7, 0xa7, 0x65, 0xf4, 0xd7, 0x69, 0x19, 0x7d, 0x79, 0x56, 0x9e, 0x78, - 0x7e, 0x56, 0x9e, 0xf8, 0xe3, 0xac, 0x3c, 0xf1, 0xe9, 0xae, 0x1f, 0x44, 0x87, 0xb1, 0x6b, 0x79, - 0xac, 0x41, 0xd4, 0x9f, 0xe9, 0xc0, 0xf5, 0xd6, 0x7d, 0x46, 0xda, 0x5b, 0xa4, 0xc1, 0x6a, 0x71, - 0x9d, 0x72, 0x99, 0x67, 0xa3, 0xba, 0xae, 0x52, 0x45, 0x47, 0x4d, 0xca, 0xdd, 0x69, 0x71, 0xc8, - 0xb6, 0xfe, 0x09, 0x00, 0x00, 0xff, 0xff, 0x42, 0x17, 0xfc, 0x54, 0xb8, 0x0f, 0x00, 0x00, + 0x9a, 0x96, 0x64, 0x27, 0x71, 0x68, 0x52, 0x21, 0x21, 0x41, 0x2a, 0x95, 0xf6, 0x52, 0x82, 0x11, + 0x02, 0x21, 0xa1, 0x68, 0x77, 0x3d, 0xd9, 0xac, 0x64, 0xef, 0xb8, 0x9e, 0x5d, 0x4b, 0x51, 0x95, + 0x4b, 0x4f, 0x88, 0x13, 0x12, 0x12, 0x57, 0x24, 0x8e, 0x1c, 0x2a, 0x0e, 0x48, 0x5c, 0x39, 0x41, + 0x0e, 0x1c, 0x2a, 0xc1, 0x81, 0x13, 0x45, 0x09, 0x7f, 0x08, 0xda, 0x99, 0x59, 0x7b, 0xd7, 0x1e, + 0xd7, 0x6b, 0x14, 0xb8, 0xed, 0xbe, 0xcf, 0xdf, 0xfb, 0xbd, 0xb7, 0xef, 0x2d, 0x94, 0x7d, 0xc7, + 0x25, 0x2e, 0x6b, 0x53, 0xe2, 0x36, 0x7c, 0x1a, 0x84, 0xa4, 0xb3, 0x49, 0x1e, 0x47, 0xb4, 0x7d, + 0x64, 0xb5, 0xda, 0x2c, 0x64, 0x18, 0xfb, 0x8e, 0x6b, 0xc5, 0x7a, 0x4b, 0xea, 0xad, 0xce, 0xa6, + 0x71, 0xdb, 0x65, 0xbc, 0xc9, 0x38, 0x71, 0x6c, 0x4e, 0xa5, 0x31, 0xe9, 0x6c, 0x3a, 0x34, 0xb4, + 0x37, 0x49, 0xcb, 0xf6, 0xfc, 0xc0, 0x0e, 0x7d, 0x16, 0x48, 0x7f, 0x63, 0x49, 0x13, 0x5f, 0x45, + 0x92, 0x06, 0xd7, 0x3c, 0xc6, 0xbc, 0x06, 0x25, 0xe2, 0xcd, 0x89, 0x0e, 0x88, 0x1d, 0xa8, 0xdc, + 0xc6, 0x0d, 0xa5, 0xb2, 0x5b, 0x3e, 0xb1, 0x83, 0x80, 0x85, 0x22, 0x30, 0x57, 0xda, 0x39, 0x8f, + 0x79, 0x4c, 0x3c, 0x92, 0xf8, 0x49, 0x4a, 0xcd, 0x6d, 0x58, 0xfc, 0x20, 0x46, 0x74, 0x4f, 0xe4, + 0xf8, 0x30, 0xb4, 0x43, 0x5a, 0xa3, 0x8f, 0x23, 0xca, 0x43, 0x7c, 0x1d, 0x2e, 0xcb, 0xcc, 0xfb, + 0x7e, 0xbd, 0x84, 0x2a, 0x68, 0xf5, 0x72, 0xed, 0x92, 0x14, 0x3c, 0xac, 0x9b, 0xcf, 0x10, 0x94, + 0x06, 0x1d, 0x79, 0x8b, 0x05, 0x9c, 0xe2, 0x1d, 0x28, 0x2a, 0x4f, 0x1e, 0xcb, 0x85, 0x73, 0xa1, + 0x3a, 0x67, 0x49, 0x7c, 0x56, 0x02, 0xdd, 0x7a, 0x37, 0x38, 0xaa, 0x15, 0xdc, 0x5e, 0x00, 0x3c, + 0x07, 0x17, 0x5b, 0x6d, 0xc6, 0x0e, 0x4a, 0x93, 0x15, 0xb4, 0x5a, 0xac, 0xc9, 0x17, 0x7c, 0x0f, + 0x8a, 0xe2, 0x61, 0xff, 0x90, 0xfa, 0xde, 0x61, 0x58, 0xba, 0x20, 0xc2, 0x19, 0xd6, 0x20, 0xd5, + 0xd6, 0x03, 0x61, 0xb1, 0x3b, 0x75, 0xf2, 0xe7, 0xd2, 0x44, 0xad, 0x20, 0xbc, 0xa4, 0xc8, 0x74, + 0x06, 0xf1, 0xf2, 0xa4, 0xd2, 0xfb, 0x00, 0xbd, 0x46, 0x28, 0xb4, 0xaf, 0x5b, 0xb2, 0x6b, 0x56, + 0xdc, 0x35, 0x4b, 0xb6, 0x58, 0x75, 0xcd, 0xda, 0xb3, 0xbd, 0x84, 0xa5, 0x5a, 0xca, 0xd3, 0xfc, + 0x1d, 0xc1, 0x35, 0x4d, 0x12, 0xc5, 0x4a, 0x00, 0x57, 0xd2, 0xac, 0xf0, 0x12, 0xaa, 0x5c, 0x58, + 0x2d, 0x54, 0x6f, 0xe9, 0xea, 0x78, 0x58, 0xa7, 0x41, 0xe8, 0x1f, 0xf8, 0xb4, 0x9e, 0x0a, 0xb5, + 0x5b, 0x8e, 0xcb, 0xfa, 0xee, 0xc5, 0xd2, 0x82, 0x56, 0xcd, 0x6b, 0xc5, 0x14, 0x97, 0x1c, 0xbf, + 0x97, 0xa9, 0x6a, 0x52, 0x54, 0x75, 0x73, 0x64, 0x55, 0x12, 0x6c, 0xa6, 0xac, 0xef, 0x11, 0x18, + 0xb2, 0xac, 0x58, 0x15, 0xf0, 0x88, 0xe7, 0x9e, 0x13, 0x7c, 0x13, 0x66, 0xdb, 0xb4, 0xe3, 0x73, + 0x9f, 0x05, 0xfb, 0x41, 0xd4, 0x74, 0x68, 0x5b, 0x20, 0x99, 0xaa, 0xcd, 0x24, 0xe2, 0x47, 0x42, + 0x9a, 0x31, 0x4c, 0xf5, 0x39, 0x65, 0x28, 0x1b, 0x89, 0x57, 0xe0, 0x4a, 0x23, 0xae, 0x2f, 0x4c, + 0xcc, 0xa6, 0x2a, 0x68, 0xf5, 0x52, 0xad, 0x28, 0x85, 0xaa, 0xdb, 0x3f, 0x22, 0xb8, 0xae, 0x85, + 0xac, 0x7a, 0xf1, 0x36, 0xcc, 0xba, 0x89, 0x26, 0xc7, 0x90, 0xce, 0xb8, 0x99, 0x30, 0xff, 0xe5, + 0x9c, 0x3e, 0xd5, 0x23, 0xe7, 0xb9, 0xd8, 0xbe, 0xaf, 0x69, 0xf9, 0xbf, 0x19, 0xe4, 0x9f, 0x11, + 0xdc, 0xd0, 0x83, 0x50, 0xfc, 0x7d, 0x06, 0xaf, 0xf4, 0xf1, 0x97, 0x8c, 0xf3, 0x9a, 0xae, 0xdc, + 0x6c, 0x98, 0x8f, 0xfd, 0xf0, 0x30, 0x43, 0xc0, 0x6c, 0x96, 0xde, 0x73, 0x1c, 0xdd, 0xcf, 0x11, + 0x2c, 0x6b, 0x0a, 0x91, 0xd9, 0xff, 0x5f, 0x4e, 0x7f, 0x41, 0x60, 0xbe, 0x0c, 0x8a, 0x62, 0xf6, + 0x13, 0x58, 0xec, 0x63, 0x56, 0x8d, 0x53, 0x42, 0xf0, 0xe8, 0x79, 0x9a, 0x77, 0x75, 0x19, 0xce, + 0x8f, 0xd4, 0x9d, 0x81, 0x55, 0x1a, 0xe5, 0xa2, 0xd2, 0xdc, 0x1a, 0x58, 0x8f, 0x51, 0xaf, 0xf0, + 0x05, 0x98, 0xe6, 0x42, 0xa2, 0xdc, 0xd4, 0x9b, 0x69, 0x64, 0xb2, 0xed, 0xd9, 0x6d, 0xbb, 0x99, + 0x64, 0x33, 0xdf, 0xcf, 0x04, 0x4c, 0x74, 0x2a, 0x60, 0x15, 0xa6, 0x5b, 0x42, 0xa2, 0x3e, 0x6d, + 0x2d, 0x71, 0xca, 0x47, 0x59, 0x9a, 0xcb, 0xb0, 0x24, 0x02, 0x7e, 0xd4, 0xf2, 0xda, 0x76, 0x3d, + 0xb3, 0x5e, 0x93, 0x9c, 0x0d, 0xa8, 0x0c, 0x37, 0x51, 0xa9, 0x1f, 0xc0, 0x7c, 0xa4, 0xd4, 0xfb, + 0xb9, 0x2f, 0xe1, 0xd5, 0x68, 0x30, 0xa2, 0xf9, 0x9a, 0x1a, 0x9a, 0x6e, 0x36, 0xdd, 0x0a, 0x36, + 0x23, 0x58, 0x79, 0xa9, 0x95, 0x82, 0xf5, 0x08, 0x4a, 0x3d, 0x58, 0x63, 0xac, 0xbf, 0x85, 0x48, + 0x1b, 0xb7, 0xfa, 0x6b, 0x11, 0x2e, 0x8a, 0xbc, 0xf8, 0x1b, 0x04, 0x85, 0x14, 0x6c, 0xfc, 0x86, + 0x8e, 0xeb, 0x21, 0x3f, 0x1a, 0xc6, 0x5a, 0x3e, 0x63, 0x59, 0x84, 0x79, 0xe7, 0xe9, 0x6f, 0x7f, + 0x7f, 0x35, 0x49, 0xf0, 0x3a, 0x19, 0xfa, 0xab, 0xa4, 0x36, 0x12, 0x79, 0xd2, 0x1d, 0xc5, 0x63, + 0xfc, 0x35, 0x82, 0x62, 0xfa, 0x58, 0xe2, 0x5c, 0x59, 0x93, 0x49, 0x33, 0xd6, 0x73, 0x5a, 0x2b, + 0x90, 0xb7, 0x04, 0xc8, 0x15, 0xbc, 0x3c, 0x12, 0x24, 0x7e, 0x81, 0x60, 0x26, 0xcb, 0x2b, 0xb6, + 0x86, 0x27, 0xd3, 0xb5, 0xdf, 0x20, 0xb9, 0xed, 0x15, 0xbc, 0x86, 0x80, 0x77, 0x80, 0xeb, 0x5a, + 0x78, 0x7d, 0x8b, 0x3d, 0x4d, 0x23, 0x49, 0x8e, 0x31, 0x79, 0xd2, 0x77, 0xd6, 0x8f, 0x89, 0x5c, + 0x53, 0x29, 0x85, 0x14, 0x1c, 0xe3, 0x67, 0x08, 0x66, 0xfb, 0x0e, 0x09, 0xce, 0x0b, 0xb9, 0xdb, + 0x80, 0x8d, 0xfc, 0x0e, 0xaa, 0xc8, 0xbb, 0xa2, 0xc8, 0x2a, 0xde, 0x18, 0xb7, 0x48, 0x7c, 0x82, + 0x60, 0x5e, 0xbb, 0xa5, 0xf1, 0x9d, 0x9c, 0x28, 0xb2, 0x07, 0xc6, 0xd8, 0x1e, 0xd7, 0x4d, 0x95, + 0xf0, 0x8e, 0x28, 0xe1, 0x2d, 0x7c, 0x77, 0xec, 0x3e, 0xa9, 0x9b, 0x81, 0xbf, 0xcd, 0x8c, 0x7d, + 0x94, 0x6f, 0xec, 0xa3, 0xb1, 0xc6, 0xbe, 0xb7, 0xc3, 0x73, 0x7f, 0x9b, 0x51, 0x96, 0xef, 0x2f, + 0xba, 0x20, 0xe5, 0x3a, 0x1e, 0x09, 0x32, 0x73, 0x05, 0x46, 0x82, 0xcc, 0xde, 0x05, 0xf3, 0x55, + 0x01, 0x72, 0x11, 0xcf, 0x4b, 0x90, 0x5d, 0x7c, 0xf2, 0x04, 0xe0, 0x1f, 0x10, 0x5c, 0xd5, 0xec, + 0x76, 0xbc, 0x35, 0x34, 0xcb, 0xf0, 0x63, 0x61, 0xbc, 0x39, 0x9e, 0x93, 0x42, 0x58, 0x15, 0x08, + 0xd7, 0xf0, 0x6d, 0x1d, 0x8d, 0xda, 0xc3, 0xc2, 0xf1, 0x4f, 0x08, 0x16, 0xf4, 0xeb, 0x1f, 0x6f, + 0x8f, 0x06, 0xa1, 0x5d, 0x2b, 0x3b, 0x63, 0xfb, 0xe5, 0x19, 0x83, 0x61, 0x17, 0x88, 0xef, 0xee, + 0x9d, 0x9c, 0x96, 0xd1, 0xf3, 0xd3, 0x32, 0xfa, 0xeb, 0xb4, 0x8c, 0xbe, 0x3c, 0x2b, 0x4f, 0x3c, + 0x3f, 0x2b, 0x4f, 0xfc, 0x71, 0x56, 0x9e, 0xf8, 0x74, 0xdb, 0xf3, 0xc3, 0xc3, 0xc8, 0xb1, 0x5c, + 0xd6, 0x24, 0x0d, 0x3f, 0xa0, 0x71, 0xdc, 0x75, 0x8f, 0x91, 0xce, 0x16, 0x69, 0xb2, 0x7a, 0xd4, + 0xa0, 0x5c, 0x66, 0xd9, 0xa8, 0xae, 0xab, 0x44, 0xe1, 0x51, 0x8b, 0x72, 0x67, 0x5a, 0x9c, 0xb1, + 0xad, 0x7f, 0x02, 0x00, 0x00, 0xff, 0xff, 0x76, 0x74, 0x59, 0x67, 0xb6, 0x0f, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/02-client/types/tx.pb.go b/modules/core/02-client/types/tx.pb.go index 0abc37261d3..45228dc8265 100644 --- a/modules/core/02-client/types/tx.pb.go +++ b/modules/core/02-client/types/tx.pb.go @@ -375,45 +375,45 @@ func init() { func init() { proto.RegisterFile("ibc/core/client/v1/tx.proto", fileDescriptor_cb5dc4651eb49a04) } var fileDescriptor_cb5dc4651eb49a04 = []byte{ - // 601 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x3f, 0x6f, 0xd3, 0x4e, - 0x18, 0x8e, 0x9b, 0xdf, 0x2f, 0x6a, 0xae, 0x81, 0x56, 0x26, 0xb4, 0xa9, 0xab, 0xda, 0x91, 0xe9, - 0x10, 0x44, 0x7b, 0x47, 0xd2, 0xa5, 0xea, 0x46, 0x3a, 0x31, 0x44, 0x02, 0x57, 0x0c, 0xb0, 0x04, - 0xff, 0xb9, 0x5e, 0x4e, 0xc4, 0xbe, 0xc8, 0x67, 0x47, 0xe4, 0x1b, 0x30, 0x32, 0xf0, 0x01, 0x2a, - 0x06, 0x3e, 0x0b, 0x63, 0x07, 0x06, 0xa6, 0xa8, 0x4a, 0x16, 0xe6, 0x7c, 0x02, 0x14, 0x9f, 0x13, - 0x62, 0x37, 0x8e, 0x22, 0xfe, 0x6c, 0x3e, 0xbf, 0xcf, 0x3d, 0xcf, 0xfb, 0xf8, 0x79, 0xcf, 0x07, - 0x0e, 0xa8, 0x65, 0x23, 0x9b, 0xf9, 0x18, 0xd9, 0x5d, 0x8a, 0xbd, 0x00, 0xf5, 0xeb, 0x28, 0x78, - 0x0f, 0x7b, 0x3e, 0x0b, 0x98, 0x2c, 0x53, 0xcb, 0x86, 0xd3, 0x22, 0x14, 0x45, 0xd8, 0xaf, 0x2b, - 0x65, 0xc2, 0x08, 0x8b, 0xca, 0x68, 0xfa, 0x24, 0x90, 0xca, 0x3e, 0x61, 0x8c, 0x74, 0x31, 0x8a, - 0x56, 0x56, 0x78, 0x85, 0x4c, 0x6f, 0x20, 0x4a, 0xfa, 0xad, 0x04, 0xb6, 0x5b, 0x9c, 0x5c, 0xf8, - 0xd8, 0x0c, 0xf0, 0x45, 0xc4, 0x23, 0xbf, 0x00, 0x25, 0xc1, 0xd8, 0xe6, 0x81, 0x19, 0xe0, 0x8a, - 0x54, 0x95, 0x6a, 0x5b, 0x8d, 0x32, 0x14, 0x2c, 0x70, 0xc6, 0x02, 0x9f, 0x79, 0x83, 0xe6, 0xde, - 0x64, 0xa8, 0x3d, 0x18, 0x98, 0x6e, 0xf7, 0x5c, 0x5f, 0xdc, 0xa3, 0x1b, 0x5b, 0x62, 0x79, 0x39, - 0x5d, 0xc9, 0xaf, 0xc1, 0xb6, 0xcd, 0x3c, 0x8e, 0x3d, 0x1e, 0xf2, 0x98, 0x74, 0x63, 0x05, 0xa9, - 0x32, 0x19, 0x6a, 0xbb, 0x31, 0x69, 0x72, 0x9b, 0x6e, 0xdc, 0x9f, 0xbf, 0x11, 0xd4, 0xbb, 0xa0, - 0xc0, 0x29, 0xf1, 0xb0, 0x5f, 0xc9, 0x57, 0xa5, 0x5a, 0xd1, 0x88, 0x57, 0xe7, 0x9b, 0x1f, 0xae, - 0xb5, 0xdc, 0x8f, 0x6b, 0x2d, 0xa7, 0xef, 0x83, 0xbd, 0x94, 0x43, 0x03, 0xf3, 0xde, 0x94, 0x45, - 0xff, 0x24, 0xdc, 0xbf, 0xea, 0x39, 0xbf, 0xdc, 0xd7, 0x41, 0x31, 0x76, 0x42, 0x9d, 0xc8, 0x7a, - 0xb1, 0x59, 0x9e, 0x0c, 0xb5, 0x9d, 0x84, 0x49, 0xea, 0xe8, 0xc6, 0xa6, 0x78, 0x7e, 0xee, 0xc8, - 0xc7, 0xa0, 0xd0, 0xc1, 0xa6, 0x83, 0xfd, 0x55, 0xae, 0x8c, 0x18, 0xb3, 0x76, 0xc7, 0x8b, 0x5d, - 0xcd, 0x3b, 0xfe, 0x96, 0x07, 0x3b, 0x51, 0x8d, 0xf8, 0xa6, 0xf3, 0x07, 0x2d, 0xa7, 0x33, 0xde, - 0xf8, 0x17, 0x19, 0xe7, 0xff, 0x52, 0xc6, 0x2f, 0x41, 0xb9, 0xe7, 0x33, 0x76, 0xd5, 0x0e, 0x85, - 0xed, 0xb6, 0xd0, 0xad, 0xfc, 0x57, 0x95, 0x6a, 0xa5, 0xa6, 0x36, 0x19, 0x6a, 0x07, 0x82, 0x69, - 0x19, 0x4a, 0x37, 0xe4, 0xe8, 0x75, 0xf2, 0x93, 0xbd, 0x03, 0x87, 0x29, 0x70, 0xaa, 0xf7, 0xff, - 0x23, 0xee, 0xda, 0x64, 0xa8, 0x1d, 0x2d, 0xe5, 0x4e, 0xf7, 0xac, 0x24, 0x44, 0xb2, 0x66, 0xb4, - 0x90, 0x91, 0xb8, 0x02, 0x2a, 0xe9, 0x54, 0xe7, 0x91, 0x7f, 0x91, 0xc0, 0xc3, 0x16, 0x27, 0x97, - 0xa1, 0xe5, 0xd2, 0xa0, 0x45, 0xb9, 0x85, 0x3b, 0x66, 0x9f, 0xb2, 0xd0, 0xff, 0x9d, 0xdc, 0xcf, - 0x40, 0xc9, 0x5d, 0xa0, 0x58, 0x39, 0xb0, 0x09, 0xe4, 0x1a, 0x63, 0xab, 0x81, 0xc3, 0xa5, 0x7d, - 0xce, 0x9c, 0x34, 0x3e, 0xe7, 0x41, 0xbe, 0xc5, 0x89, 0xfc, 0x16, 0x94, 0x12, 0x3f, 0x9c, 0x47, - 0xf0, 0xee, 0xaf, 0x0c, 0xa6, 0xce, 0xac, 0xf2, 0x64, 0x0d, 0xd0, 0x4c, 0x69, 0xaa, 0x90, 0x38, - 0xd4, 0x59, 0x0a, 0x8b, 0xa0, 0x4c, 0x85, 0x65, 0x07, 0x51, 0xb6, 0xc1, 0xbd, 0xe4, 0x44, 0x1d, - 0x65, 0xee, 0x5e, 0x40, 0x29, 0xc7, 0xeb, 0xa0, 0xe6, 0x22, 0x3e, 0x90, 0x97, 0xc4, 0xfe, 0x38, - 0x83, 0xe3, 0x2e, 0x54, 0xa9, 0xaf, 0x0d, 0x9d, 0x69, 0x36, 0x8d, 0xaf, 0x23, 0x55, 0xba, 0x19, - 0xa9, 0xd2, 0xed, 0x48, 0x95, 0x3e, 0x8e, 0xd5, 0xdc, 0xcd, 0x58, 0xcd, 0x7d, 0x1f, 0xab, 0xb9, - 0x37, 0x67, 0x84, 0x06, 0x9d, 0xd0, 0x82, 0x36, 0x73, 0x91, 0xcd, 0xb8, 0xcb, 0x38, 0xa2, 0x96, - 0x7d, 0x42, 0x18, 0xea, 0x9f, 0x22, 0x97, 0x39, 0x61, 0x17, 0x73, 0x71, 0x5b, 0x3d, 0x6d, 0x9c, - 0xc4, 0x17, 0x56, 0x30, 0xe8, 0x61, 0x6e, 0x15, 0xa2, 0xb9, 0x3a, 0xfd, 0x19, 0x00, 0x00, 0xff, - 0xff, 0x64, 0xe7, 0xce, 0xe6, 0xd0, 0x06, 0x00, 0x00, + // 600 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x3f, 0x6f, 0xd3, 0x40, + 0x1c, 0x8d, 0x1b, 0x88, 0xda, 0x6b, 0xa0, 0x95, 0x09, 0x6d, 0xea, 0xaa, 0x76, 0x64, 0x3a, 0x04, + 0xd1, 0xde, 0x91, 0x54, 0x42, 0xa8, 0x1b, 0xe9, 0xc4, 0x10, 0xa9, 0xb8, 0x62, 0x80, 0x25, 0xf8, + 0xcf, 0xf5, 0x72, 0x22, 0xf1, 0x45, 0x3e, 0x3b, 0x22, 0xdf, 0x80, 0x91, 0x81, 0x0f, 0x50, 0x31, + 0xf0, 0x59, 0x18, 0x3b, 0x30, 0x30, 0x45, 0x55, 0xb2, 0x30, 0xe7, 0x13, 0xa0, 0xf8, 0x9c, 0x10, + 0xbb, 0x71, 0x64, 0xf1, 0x67, 0xf3, 0xf9, 0xf7, 0xee, 0xbd, 0xdf, 0xf3, 0xfb, 0x9d, 0x0f, 0xec, + 0x53, 0xcb, 0x46, 0x36, 0xf3, 0x30, 0xb2, 0x3b, 0x14, 0xbb, 0x3e, 0xea, 0xd7, 0x90, 0xff, 0x01, + 0xf6, 0x3c, 0xe6, 0x33, 0x59, 0xa6, 0x96, 0x0d, 0xa7, 0x45, 0x28, 0x8a, 0xb0, 0x5f, 0x53, 0x4a, + 0x84, 0x11, 0x16, 0x96, 0xd1, 0xf4, 0x49, 0x20, 0x95, 0x3d, 0xc2, 0x18, 0xe9, 0x60, 0x14, 0xae, + 0xac, 0xe0, 0x12, 0x99, 0xee, 0x40, 0x94, 0xf4, 0x1b, 0x09, 0x6c, 0x35, 0x39, 0x39, 0xf3, 0xb0, + 0xe9, 0xe3, 0xb3, 0x90, 0x47, 0x3e, 0x07, 0x45, 0xc1, 0xd8, 0xe2, 0xbe, 0xe9, 0xe3, 0xb2, 0x54, + 0x91, 0xaa, 0x9b, 0xf5, 0x12, 0x14, 0x2c, 0x70, 0xc6, 0x02, 0x5f, 0xb8, 0x83, 0xc6, 0xee, 0x64, + 0xa8, 0x3d, 0x18, 0x98, 0xdd, 0xce, 0xa9, 0xbe, 0xb8, 0x47, 0x37, 0x36, 0xc5, 0xf2, 0x62, 0xba, + 0x92, 0xdf, 0x80, 0x2d, 0x9b, 0xb9, 0x1c, 0xbb, 0x3c, 0xe0, 0x11, 0xe9, 0xda, 0x0a, 0x52, 0x65, + 0x32, 0xd4, 0x76, 0x22, 0xd2, 0xf8, 0x36, 0xdd, 0xb8, 0x3f, 0x7f, 0x23, 0xa8, 0x77, 0x40, 0x81, + 0x53, 0xe2, 0x62, 0xaf, 0x9c, 0xaf, 0x48, 0xd5, 0x0d, 0x23, 0x5a, 0x9d, 0xae, 0x7f, 0xbc, 0xd2, + 0x72, 0x3f, 0xaf, 0xb4, 0x9c, 0xbe, 0x07, 0x76, 0x13, 0x0e, 0x0d, 0xcc, 0x7b, 0x53, 0x16, 0xfd, + 0xb3, 0x70, 0xff, 0xba, 0xe7, 0xfc, 0x76, 0x5f, 0x03, 0x1b, 0x91, 0x13, 0xea, 0x84, 0xd6, 0x37, + 0x1a, 0xa5, 0xc9, 0x50, 0xdb, 0x8e, 0x99, 0xa4, 0x8e, 0x6e, 0xac, 0x8b, 0xe7, 0x97, 0x8e, 0x7c, + 0x04, 0x0a, 0x6d, 0x6c, 0x3a, 0xd8, 0x5b, 0xe5, 0xca, 0x88, 0x30, 0x99, 0x3b, 0x5e, 0xec, 0x6a, + 0xde, 0xf1, 0xf7, 0x3c, 0xd8, 0x0e, 0x6b, 0xc4, 0x33, 0x9d, 0xbf, 0x68, 0x39, 0x99, 0xf1, 0xda, + 0xff, 0xc8, 0x38, 0xff, 0x8f, 0x32, 0x7e, 0x05, 0x4a, 0x3d, 0x8f, 0xb1, 0xcb, 0x56, 0x20, 0x6c, + 0xb7, 0x84, 0x6e, 0xf9, 0x4e, 0x45, 0xaa, 0x16, 0x1b, 0xda, 0x64, 0xa8, 0xed, 0x0b, 0xa6, 0x65, + 0x28, 0xdd, 0x90, 0xc3, 0xd7, 0xf1, 0x4f, 0xf6, 0x1e, 0x1c, 0x24, 0xc0, 0x89, 0xde, 0xef, 0x86, + 0xdc, 0xd5, 0xc9, 0x50, 0x3b, 0x5c, 0xca, 0x9d, 0xec, 0x59, 0x89, 0x89, 0xa4, 0xcd, 0x68, 0x21, + 0x25, 0x71, 0x05, 0x94, 0x93, 0xa9, 0xce, 0x23, 0xff, 0x2a, 0x81, 0x87, 0x4d, 0x4e, 0x2e, 0x02, + 0xab, 0x4b, 0xfd, 0x26, 0xe5, 0x16, 0x6e, 0x9b, 0x7d, 0xca, 0x02, 0xef, 0x4f, 0x72, 0x7f, 0x0e, + 0x8a, 0xdd, 0x05, 0x8a, 0x95, 0x03, 0x1b, 0x43, 0x66, 0x18, 0x5b, 0x0d, 0x1c, 0x2c, 0xed, 0x73, + 0xe6, 0xa4, 0xfe, 0x25, 0x0f, 0xf2, 0x4d, 0x4e, 0xe4, 0x77, 0xa0, 0x18, 0xfb, 0xe1, 0x3c, 0x82, + 0xb7, 0x7f, 0x65, 0x30, 0x71, 0x66, 0x95, 0x27, 0x19, 0x40, 0x33, 0xa5, 0xa9, 0x42, 0xec, 0x50, + 0xa7, 0x29, 0x2c, 0x82, 0x52, 0x15, 0x96, 0x1d, 0x44, 0xd9, 0x06, 0xf7, 0xe2, 0x13, 0x75, 0x98, + 0xba, 0x7b, 0x01, 0xa5, 0x1c, 0x65, 0x41, 0xcd, 0x45, 0x3c, 0x20, 0x2f, 0x89, 0xfd, 0x71, 0x0a, + 0xc7, 0x6d, 0xa8, 0x52, 0xcb, 0x0c, 0x9d, 0x69, 0x36, 0xce, 0xbf, 0x8d, 0x54, 0xe9, 0x7a, 0xa4, + 0x4a, 0x37, 0x23, 0x55, 0xfa, 0x34, 0x56, 0x73, 0xd7, 0x63, 0x35, 0xf7, 0x63, 0xac, 0xe6, 0xde, + 0x3e, 0x23, 0xd4, 0x6f, 0x07, 0x16, 0xb4, 0x59, 0x17, 0x75, 0xa8, 0x8b, 0x11, 0xb5, 0xec, 0x63, + 0xc2, 0x50, 0xff, 0x04, 0x75, 0x99, 0x13, 0x74, 0x30, 0x17, 0x77, 0xd5, 0xd3, 0xfa, 0x71, 0x74, + 0x5d, 0xf9, 0x83, 0x1e, 0xe6, 0x56, 0x21, 0x9c, 0xaa, 0x93, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0xaa, 0x32, 0xc9, 0xf9, 0xce, 0x06, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/03-connection/client/cli/cli.go b/modules/core/03-connection/client/cli/cli.go index d31649cf8ef..d1e59f8a37e 100644 --- a/modules/core/03-connection/client/cli/cli.go +++ b/modules/core/03-connection/client/cli/cli.go @@ -3,7 +3,7 @@ package cli import ( "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // GetQueryCmd returns the query commands for IBC connections diff --git a/modules/core/03-connection/client/cli/query.go b/modules/core/03-connection/client/cli/query.go index e5c5d7abea3..e2f2a259bdc 100644 --- a/modules/core/03-connection/client/cli/query.go +++ b/modules/core/03-connection/client/cli/query.go @@ -8,9 +8,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/client/utils" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/03-connection/client/utils" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // GetCmdQueryConnections defines the command to query all the connection ends diff --git a/modules/core/03-connection/client/utils/utils.go b/modules/core/03-connection/client/utils/utils.go index 5f0cd7c7512..d73464f3ac0 100644 --- a/modules/core/03-connection/client/utils/utils.go +++ b/modules/core/03-connection/client/utils/utils.go @@ -10,13 +10,13 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - clientutils "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clientutils "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/line/ibc-go/v3/modules/core/client" + "github.com/line/ibc-go/v3/modules/core/exported" ) // QueryConnection returns a connection end. diff --git a/modules/core/03-connection/genesis.go b/modules/core/03-connection/genesis.go index 55b7a52d4d7..0021e7c1a17 100644 --- a/modules/core/03-connection/genesis.go +++ b/modules/core/03-connection/genesis.go @@ -3,8 +3,8 @@ package connection import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/keeper" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // InitGenesis initializes the ibc connection submodule's state from a provided genesis diff --git a/modules/core/03-connection/keeper/events.go b/modules/core/03-connection/keeper/events.go index 9eb816bfba6..541a0786670 100644 --- a/modules/core/03-connection/keeper/events.go +++ b/modules/core/03-connection/keeper/events.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // EmitConnectionOpenInitEvent emits a connection open init event diff --git a/modules/core/03-connection/keeper/grpc_query.go b/modules/core/03-connection/keeper/grpc_query.go index dc041c3759b..4199d3403d8 100644 --- a/modules/core/03-connection/keeper/grpc_query.go +++ b/modules/core/03-connection/keeper/grpc_query.go @@ -10,9 +10,9 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) var _ types.QueryServer = Keeper{} diff --git a/modules/core/03-connection/keeper/grpc_query_test.go b/modules/core/03-connection/keeper/grpc_query_test.go index b71e7c30e16..e80ff8d3a10 100644 --- a/modules/core/03-connection/keeper/grpc_query_test.go +++ b/modules/core/03-connection/keeper/grpc_query_test.go @@ -6,10 +6,10 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryConnection() { diff --git a/modules/core/03-connection/keeper/handshake.go b/modules/core/03-connection/keeper/handshake.go index 230017dc59a..43e122a9135 100644 --- a/modules/core/03-connection/keeper/handshake.go +++ b/modules/core/03-connection/keeper/handshake.go @@ -8,10 +8,10 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ConnOpenInit initialises a connection attempt on chain A. The generated connection identifier diff --git a/modules/core/03-connection/keeper/handshake_test.go b/modules/core/03-connection/keeper/handshake_test.go index b50215c7a86..70a1cd2e5d0 100644 --- a/modules/core/03-connection/keeper/handshake_test.go +++ b/modules/core/03-connection/keeper/handshake_test.go @@ -3,12 +3,12 @@ package keeper_test import ( "time" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) // TestConnOpenInit - chainA initializes (INIT state) a connection with diff --git a/modules/core/03-connection/keeper/keeper.go b/modules/core/03-connection/keeper/keeper.go index 1b794dfde5d..3cb84a342ac 100644 --- a/modules/core/03-connection/keeper/keeper.go +++ b/modules/core/03-connection/keeper/keeper.go @@ -8,11 +8,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" paramtypes "github.com/line/lbm-sdk/x/params/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // Keeper defines the IBC connection keeper diff --git a/modules/core/03-connection/keeper/keeper_test.go b/modules/core/03-connection/keeper/keeper_test.go index 3d63ed468ba..60981346548 100644 --- a/modules/core/03-connection/keeper/keeper_test.go +++ b/modules/core/03-connection/keeper/keeper_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/core/03-connection/keeper/params.go b/modules/core/03-connection/keeper/params.go index 4042e40bba3..9cbd9150c57 100644 --- a/modules/core/03-connection/keeper/params.go +++ b/modules/core/03-connection/keeper/params.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // GetMaxExpectedTimePerBlock retrieves the maximum expected time per block from the paramstore diff --git a/modules/core/03-connection/keeper/params_test.go b/modules/core/03-connection/keeper/params_test.go index 21d628fa6fc..bf8bb3d67e2 100644 --- a/modules/core/03-connection/keeper/params_test.go +++ b/modules/core/03-connection/keeper/params_test.go @@ -1,7 +1,7 @@ package keeper_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) func (suite *KeeperTestSuite) TestParams() { diff --git a/modules/core/03-connection/keeper/verify.go b/modules/core/03-connection/keeper/verify.go index 24b6936098c..5eae581c9ce 100644 --- a/modules/core/03-connection/keeper/verify.go +++ b/modules/core/03-connection/keeper/verify.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // VerifyClientState verifies a proof of a client state of the running machine diff --git a/modules/core/03-connection/keeper/verify_test.go b/modules/core/03-connection/keeper/verify_test.go index 1f8f29aa15a..af708f7fe95 100644 --- a/modules/core/03-connection/keeper/verify_test.go +++ b/modules/core/03-connection/keeper/verify_test.go @@ -4,14 +4,14 @@ import ( "fmt" "time" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibcmock "github.com/line/ibc-go/v3/testing/mock" ) var defaultTimeoutHeight = clienttypes.NewHeight(0, 100000) diff --git a/modules/core/03-connection/module.go b/modules/core/03-connection/module.go index 8bfa8ed6017..0889b3fa1a9 100644 --- a/modules/core/03-connection/module.go +++ b/modules/core/03-connection/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/client/cli" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/client/cli" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // Name returns the IBC connection ICS name. diff --git a/modules/core/03-connection/simulation/decoder.go b/modules/core/03-connection/simulation/decoder.go index 753f901867e..6b43e4a09a2 100644 --- a/modules/core/03-connection/simulation/decoder.go +++ b/modules/core/03-connection/simulation/decoder.go @@ -7,8 +7,8 @@ import ( "github.com/line/lbm-sdk/codec" "github.com/line/lbm-sdk/types/kv" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/03-connection/simulation/decoder_test.go b/modules/core/03-connection/simulation/decoder_test.go index 8e7ac66dda8..712f16bbc3f 100644 --- a/modules/core/03-connection/simulation/decoder_test.go +++ b/modules/core/03-connection/simulation/decoder_test.go @@ -7,10 +7,10 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/03-connection/simulation/genesis.go b/modules/core/03-connection/simulation/genesis.go index 07457c34055..8ec92c8b6cd 100644 --- a/modules/core/03-connection/simulation/genesis.go +++ b/modules/core/03-connection/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // GenConnectionGenesis returns the default connection genesis state. diff --git a/modules/core/03-connection/types/codec.go b/modules/core/03-connection/types/codec.go index 85540c04ea5..f7ce4a0aa6d 100644 --- a/modules/core/03-connection/types/codec.go +++ b/modules/core/03-connection/types/codec.go @@ -6,7 +6,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/msgservice" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc interfaces submodule implementations to protobuf diff --git a/modules/core/03-connection/types/connection.go b/modules/core/03-connection/types/connection.go index 5eaf3aabe86..2b288152cce 100644 --- a/modules/core/03-connection/types/connection.go +++ b/modules/core/03-connection/types/connection.go @@ -3,9 +3,9 @@ package types import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.ConnectionI = (*ConnectionEnd)(nil) diff --git a/modules/core/03-connection/types/connection.pb.go b/modules/core/03-connection/types/connection.pb.go index d198ef2d8fe..69bf79d49ce 100644 --- a/modules/core/03-connection/types/connection.pb.go +++ b/modules/core/03-connection/types/connection.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/23-commitment/types" io "io" math "math" math_bits "math/bits" @@ -418,52 +418,52 @@ func init() { } var fileDescriptor_90572467c054e43a = []byte{ - // 716 bytes of a gzipped FileDescriptorProto + // 714 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x55, 0x4f, 0x6f, 0xd2, 0x60, - 0x18, 0xa7, 0xa5, 0x30, 0x78, 0x19, 0x8a, 0x95, 0xb8, 0x06, 0xb3, 0xb6, 0xa9, 0x46, 0x89, 0xc9, - 0xa8, 0x8c, 0xc4, 0xc3, 0xd4, 0xc3, 0x60, 0x98, 0x34, 0x2a, 0x92, 0x8e, 0x2d, 0x71, 0x17, 0x52, - 0xda, 0x77, 0xec, 0xcd, 0x68, 0x5f, 0xd2, 0xbe, 0x10, 0xf8, 0x06, 0xcb, 0x4e, 0x5e, 0x3d, 0x2c, - 0x31, 0xf1, 0xbb, 0x98, 0xc5, 0xd3, 0x8e, 0x9e, 0x88, 0xd9, 0xae, 0x9e, 0xf8, 0x04, 0xa6, 0x7d, - 0x0b, 0x74, 0x8b, 0x33, 0xd9, 0xf4, 0xf6, 0x3c, 0xfd, 0xfd, 0xe1, 0x79, 0x7e, 0x3c, 0x14, 0xf0, - 0x14, 0x75, 0x4c, 0xd5, 0xc4, 0x2e, 0x54, 0x4d, 0xec, 0x38, 0xd0, 0x24, 0x08, 0x3b, 0xea, 0xb0, - 0x1c, 0xe9, 0x4a, 0x7d, 0x17, 0x13, 0xcc, 0x3f, 0x40, 0x1d, 0xb3, 0xe4, 0x13, 0x4b, 0x11, 0x68, - 0x58, 0x2e, 0xe4, 0xbb, 0xb8, 0x8b, 0x03, 0x8a, 0xea, 0x57, 0x94, 0x5d, 0x88, 0xda, 0xda, 0x36, - 0x22, 0x36, 0x74, 0x08, 0xb5, 0x9d, 0x75, 0x94, 0xa8, 0x7c, 0x63, 0x41, 0xb6, 0x36, 0x37, 0xac, - 0x3b, 0x16, 0x5f, 0x06, 0x69, 0xb3, 0x87, 0xa0, 0x43, 0xda, 0xc8, 0x12, 0x18, 0x99, 0x29, 0xa6, - 0xab, 0xf9, 0xe9, 0x44, 0xca, 0x8d, 0x0d, 0xbb, 0xb7, 0xa1, 0xcc, 0x21, 0x45, 0x4f, 0xd1, 0x5a, - 0xb3, 0xf8, 0x97, 0x20, 0x35, 0x84, 0xae, 0x87, 0xb0, 0xe3, 0x09, 0xac, 0x1c, 0x2f, 0x66, 0xd6, - 0xa5, 0xd2, 0x9f, 0xc7, 0x2d, 0xed, 0x52, 0x9e, 0x3e, 0x17, 0xf0, 0x15, 0x90, 0xf0, 0x88, 0x41, - 0xa0, 0x10, 0x97, 0x99, 0xe2, 0x9d, 0xf5, 0xd5, 0xeb, 0x94, 0xdb, 0x3e, 0x49, 0xa7, 0x5c, 0xbe, - 0x01, 0x96, 0x4d, 0x3c, 0x70, 0x08, 0x74, 0xfb, 0x86, 0x4b, 0xc6, 0x02, 0x27, 0x33, 0xc5, 0xcc, - 0xfa, 0xe3, 0xeb, 0xb4, 0xb5, 0x08, 0xb7, 0xca, 0x9d, 0x4e, 0xa4, 0x98, 0x7e, 0x49, 0xcf, 0x6f, - 0x80, 0x65, 0x0b, 0xf6, 0x8c, 0x71, 0xbb, 0x0f, 0x5d, 0x84, 0x2d, 0x21, 0x21, 0x33, 0x45, 0xae, - 0xba, 0x32, 0x9d, 0x48, 0xf7, 0xe9, 0xde, 0x51, 0x54, 0xd1, 0x33, 0x41, 0xdb, 0x0c, 0xba, 0x0d, - 0xee, 0xe8, 0x8b, 0x14, 0x53, 0x7e, 0xb1, 0x20, 0xaf, 0x59, 0xd0, 0x21, 0x68, 0x1f, 0x41, 0x6b, - 0x11, 0x29, 0xbf, 0x0a, 0xd8, 0x79, 0x90, 0xd9, 0xe9, 0x44, 0x4a, 0x53, 0x43, 0x3f, 0x41, 0x16, - 0x5d, 0x89, 0x9b, 0xbd, 0x71, 0xdc, 0xf1, 0x5b, 0xc7, 0xcd, 0xfd, 0x43, 0xdc, 0x89, 0xff, 0x1c, - 0x77, 0xf2, 0xc6, 0x71, 0x7f, 0x67, 0xc0, 0x72, 0xf4, 0x63, 0x6e, 0x73, 0xb6, 0xaf, 0x41, 0x76, - 0x31, 0xf7, 0x22, 0x7e, 0x61, 0x3a, 0x91, 0xf2, 0xa1, 0x2c, 0x0a, 0x2b, 0xfe, 0x12, 0xb3, 0x5e, - 0xb3, 0xf8, 0x2a, 0x48, 0xf6, 0x5d, 0xb8, 0x8f, 0x46, 0xc1, 0xe5, 0x5e, 0x89, 0x63, 0xfe, 0x33, - 0x1b, 0x96, 0x4b, 0xef, 0xa1, 0x7b, 0xd8, 0x83, 0xcd, 0x80, 0x1b, 0xc6, 0x11, 0x2a, 0xc3, 0x65, - 0x1e, 0x81, 0x4c, 0x2d, 0x18, 0xaa, 0x69, 0x90, 0x03, 0x8f, 0xcf, 0x83, 0x44, 0xdf, 0x2f, 0x04, - 0x46, 0x8e, 0x17, 0xd3, 0x3a, 0x6d, 0x94, 0x3d, 0x70, 0x77, 0x71, 0x55, 0x94, 0x78, 0x8b, 0x9d, - 0xe7, 0xde, 0x6c, 0xd4, 0xfb, 0x2d, 0x58, 0x0a, 0x2f, 0x85, 0x17, 0x01, 0x40, 0xb3, 0x33, 0x76, - 0xa9, 0xa9, 0x1e, 0x79, 0xc2, 0x17, 0x40, 0x6a, 0x1f, 0x1a, 0x64, 0xe0, 0xc2, 0x99, 0xc7, 0xbc, - 0x0f, 0xb7, 0x71, 0x40, 0xb2, 0x69, 0xb8, 0x86, 0xed, 0xf1, 0x16, 0x78, 0x68, 0x1b, 0xa3, 0x36, - 0x1c, 0xf5, 0xa1, 0x49, 0xa0, 0xd5, 0x26, 0xc8, 0x86, 0xfe, 0x97, 0xda, 0xee, 0xf4, 0xb0, 0x79, - 0x18, 0x98, 0x73, 0xd5, 0x27, 0xd3, 0x89, 0xa4, 0xd0, 0x89, 0xff, 0x42, 0x56, 0xf4, 0x15, 0xdb, - 0x18, 0xd5, 0x43, 0xb0, 0x85, 0x6c, 0xd8, 0x84, 0x6e, 0xd5, 0x47, 0x9e, 0x7d, 0x66, 0x40, 0x22, - 0xb8, 0x56, 0xfe, 0x05, 0x90, 0xb6, 0x5b, 0x9b, 0xad, 0x7a, 0x7b, 0xa7, 0xa1, 0x35, 0xb4, 0x96, - 0xb6, 0xf9, 0x4e, 0xdb, 0xab, 0x6f, 0xb5, 0x77, 0x1a, 0xdb, 0xcd, 0x7a, 0x4d, 0x7b, 0xa3, 0xd5, - 0xb7, 0x72, 0xb1, 0xc2, 0xbd, 0xe3, 0x13, 0x39, 0x7b, 0x89, 0xc0, 0x0b, 0x00, 0x50, 0x9d, 0xff, - 0x30, 0xc7, 0x14, 0x52, 0xc7, 0x27, 0x32, 0xe7, 0xd7, 0xbc, 0x08, 0xb2, 0x14, 0x69, 0xe9, 0x1f, - 0x3f, 0x34, 0xeb, 0x8d, 0x1c, 0x5b, 0xc8, 0x1c, 0x9f, 0xc8, 0x4b, 0x61, 0xbb, 0x50, 0x06, 0x60, - 0x9c, 0x2a, 0xfd, 0xba, 0xc0, 0x1d, 0x7d, 0x15, 0x63, 0xd5, 0xdd, 0xd3, 0x73, 0x91, 0x39, 0x3b, - 0x17, 0x99, 0x9f, 0xe7, 0x22, 0xf3, 0xe9, 0x42, 0x8c, 0x9d, 0x5d, 0x88, 0xb1, 0x1f, 0x17, 0x62, - 0x6c, 0xef, 0x55, 0x17, 0x91, 0x83, 0x41, 0xc7, 0x3f, 0x15, 0xd5, 0xc4, 0x9e, 0x8d, 0x3d, 0x15, - 0x75, 0xcc, 0xb5, 0x2e, 0x56, 0x87, 0x15, 0xd5, 0xc6, 0xd6, 0xa0, 0x07, 0x3d, 0xfa, 0x06, 0x7f, - 0x5e, 0x59, 0x8b, 0xfc, 0x37, 0x90, 0x71, 0x1f, 0x7a, 0x9d, 0x64, 0xf0, 0xf6, 0xae, 0xfc, 0x0e, - 0x00, 0x00, 0xff, 0xff, 0xf4, 0xbe, 0xf1, 0xb5, 0x3f, 0x06, 0x00, 0x00, + 0x18, 0xa7, 0xa5, 0x30, 0x78, 0x19, 0x8a, 0xaf, 0xc4, 0x35, 0x98, 0xb5, 0x4d, 0x35, 0x4a, 0x4c, + 0x46, 0x65, 0x24, 0x1e, 0x30, 0x1e, 0x06, 0xc3, 0xa4, 0x51, 0x91, 0x74, 0xcc, 0xc4, 0x5d, 0x48, + 0x69, 0xdf, 0xb1, 0x37, 0xa3, 0x2d, 0x29, 0x2f, 0x04, 0xbe, 0xc1, 0xb2, 0x93, 0x57, 0x0f, 0x4b, + 0x4c, 0xfc, 0x2e, 0x66, 0xf1, 0xb4, 0xa3, 0x27, 0x62, 0xb6, 0xab, 0x27, 0x3e, 0x81, 0x69, 0xdf, + 0x52, 0xba, 0xc5, 0x99, 0x6c, 0x7a, 0x7b, 0x9e, 0xfe, 0xfe, 0xf0, 0x3c, 0x3f, 0x1e, 0x0a, 0x78, + 0x8a, 0xbb, 0x86, 0x62, 0x38, 0x2e, 0x52, 0x0c, 0xc7, 0xb6, 0x91, 0x41, 0xb0, 0x63, 0x2b, 0xe3, + 0x72, 0xa4, 0x2b, 0x0d, 0x5c, 0x87, 0x38, 0xf0, 0x01, 0xee, 0x1a, 0x25, 0x8f, 0x58, 0x8a, 0x40, + 0xe3, 0x72, 0x21, 0xdf, 0x73, 0x7a, 0x8e, 0x4f, 0x51, 0xbc, 0x8a, 0xb2, 0x0b, 0x51, 0x5b, 0xcb, + 0xc2, 0xc4, 0x42, 0x36, 0xa1, 0xb6, 0x8b, 0x8e, 0x12, 0xe5, 0x6f, 0x2c, 0xc8, 0xd6, 0x43, 0xc3, + 0x86, 0x6d, 0xc2, 0x32, 0x48, 0x1b, 0x7d, 0x8c, 0x6c, 0xd2, 0xc1, 0x26, 0xcf, 0x48, 0x4c, 0x31, + 0x5d, 0xcb, 0xcf, 0x67, 0x62, 0x6e, 0xaa, 0x5b, 0xfd, 0xaa, 0x1c, 0x42, 0xb2, 0x96, 0xa2, 0xb5, + 0x6a, 0xc2, 0x97, 0x20, 0x35, 0x46, 0xee, 0x10, 0x3b, 0xf6, 0x90, 0x67, 0xa5, 0x78, 0x31, 0xb3, + 0x29, 0x96, 0xfe, 0x3c, 0x6e, 0xe9, 0x03, 0xe5, 0x69, 0xa1, 0x00, 0x56, 0x40, 0x62, 0x48, 0x74, + 0x82, 0xf8, 0xb8, 0xc4, 0x14, 0xef, 0x6c, 0xae, 0x5f, 0xa7, 0xdc, 0xf1, 0x48, 0x1a, 0xe5, 0xc2, + 0x26, 0x58, 0x35, 0x9c, 0x91, 0x4d, 0x90, 0x3b, 0xd0, 0x5d, 0x32, 0xe5, 0x39, 0x89, 0x29, 0x66, + 0x36, 0x1f, 0x5f, 0xa7, 0xad, 0x47, 0xb8, 0x35, 0xee, 0x74, 0x26, 0xc6, 0xb4, 0x4b, 0x7a, 0x58, + 0x05, 0xab, 0x26, 0xea, 0xeb, 0xd3, 0xce, 0x00, 0xb9, 0xd8, 0x31, 0xf9, 0x84, 0xc4, 0x14, 0xb9, + 0xda, 0xda, 0x7c, 0x26, 0xde, 0xa7, 0x7b, 0x47, 0x51, 0x59, 0xcb, 0xf8, 0x6d, 0xcb, 0xef, 0xaa, + 0xdc, 0xd1, 0x17, 0x31, 0x26, 0xff, 0x62, 0x41, 0x5e, 0x35, 0x91, 0x4d, 0xf0, 0x3e, 0x46, 0xe6, + 0x32, 0x52, 0xb8, 0x0e, 0xd8, 0x30, 0xc8, 0xec, 0x7c, 0x26, 0xa6, 0xa9, 0xa1, 0x97, 0x20, 0x8b, + 0xaf, 0xc4, 0xcd, 0xde, 0x38, 0xee, 0xf8, 0xad, 0xe3, 0xe6, 0xfe, 0x21, 0xee, 0xc4, 0x7f, 0x8e, + 0x3b, 0x79, 0xe3, 0xb8, 0xbf, 0x33, 0x60, 0x35, 0xfa, 0x31, 0xb7, 0x39, 0xdb, 0x57, 0x20, 0xbb, + 0x9c, 0x7b, 0x19, 0x3f, 0x3f, 0x9f, 0x89, 0xf9, 0x40, 0x16, 0x85, 0x65, 0x6f, 0x89, 0x45, 0xaf, + 0x9a, 0xb0, 0x06, 0x92, 0x03, 0x17, 0xed, 0xe3, 0x89, 0x7f, 0xb9, 0x57, 0xe2, 0x08, 0x7f, 0x66, + 0xe3, 0x72, 0xe9, 0x1d, 0x72, 0x0f, 0xfb, 0xa8, 0xe5, 0x73, 0x83, 0x38, 0x02, 0x65, 0xb0, 0xcc, + 0x23, 0x90, 0xa9, 0xfb, 0x43, 0xb5, 0x74, 0x72, 0x30, 0x84, 0x79, 0x90, 0x18, 0x78, 0x05, 0xcf, + 0x48, 0xf1, 0x62, 0x5a, 0xa3, 0x8d, 0xbc, 0x07, 0xee, 0x2e, 0xaf, 0x8a, 0x12, 0x6f, 0xb1, 0x73, + 0xe8, 0xcd, 0x46, 0xbd, 0xdf, 0x80, 0x95, 0xe0, 0x52, 0xa0, 0x00, 0x00, 0x5e, 0x9c, 0xb1, 0x4b, + 0x4d, 0xb5, 0xc8, 0x13, 0x58, 0x00, 0xa9, 0x7d, 0xa4, 0x93, 0x91, 0x8b, 0x16, 0x1e, 0x61, 0x1f, + 0x6c, 0x63, 0x83, 0x64, 0x4b, 0x77, 0x75, 0x6b, 0x08, 0x4d, 0xf0, 0xd0, 0xd2, 0x27, 0x1d, 0x34, + 0x19, 0x20, 0x83, 0x20, 0xb3, 0x43, 0xb0, 0x85, 0xbc, 0x2f, 0xb5, 0xd3, 0xed, 0x3b, 0xc6, 0xa1, + 0x6f, 0xce, 0xd5, 0x9e, 0xcc, 0x67, 0xa2, 0x4c, 0x27, 0xfe, 0x0b, 0x59, 0xd6, 0xd6, 0x2c, 0x7d, + 0xd2, 0x08, 0xc0, 0x36, 0xb6, 0x50, 0x0b, 0xb9, 0x35, 0x0f, 0x79, 0xf6, 0x99, 0x01, 0x09, 0xff, + 0x5a, 0xe1, 0x0b, 0x20, 0xee, 0xb4, 0xb7, 0xda, 0x8d, 0xce, 0x6e, 0x53, 0x6d, 0xaa, 0x6d, 0x75, + 0xeb, 0xad, 0xba, 0xd7, 0xd8, 0xee, 0xec, 0x36, 0x77, 0x5a, 0x8d, 0xba, 0xfa, 0x5a, 0x6d, 0x6c, + 0xe7, 0x62, 0x85, 0x7b, 0xc7, 0x27, 0x52, 0xf6, 0x12, 0x01, 0xf2, 0x00, 0x50, 0x9d, 0xf7, 0x30, + 0xc7, 0x14, 0x52, 0xc7, 0x27, 0x12, 0xe7, 0xd5, 0x50, 0x00, 0x59, 0x8a, 0xb4, 0xb5, 0x8f, 0xef, + 0x5b, 0x8d, 0x66, 0x8e, 0x2d, 0x64, 0x8e, 0x4f, 0xa4, 0x95, 0xa0, 0x5d, 0x2a, 0x7d, 0x30, 0x4e, + 0x95, 0x5e, 0x5d, 0xe0, 0x8e, 0xbe, 0x0a, 0xb1, 0x5a, 0xfb, 0xf4, 0x5c, 0x60, 0xce, 0xce, 0x05, + 0xe6, 0xe7, 0xb9, 0xc0, 0x7c, 0xba, 0x10, 0x62, 0x67, 0x17, 0x42, 0xec, 0xc7, 0x85, 0x10, 0xdb, + 0xab, 0xf6, 0x30, 0x39, 0x18, 0x75, 0xbd, 0x53, 0x51, 0xfa, 0xd8, 0x46, 0x0a, 0xee, 0x1a, 0x1b, + 0x3d, 0x47, 0x19, 0x57, 0x14, 0xcb, 0x31, 0x47, 0x7d, 0x34, 0xa4, 0xef, 0xef, 0xe7, 0x95, 0x8d, + 0xc8, 0x3f, 0x03, 0x99, 0x0e, 0xd0, 0xb0, 0x9b, 0xf4, 0xdf, 0xdd, 0x95, 0xdf, 0x01, 0x00, 0x00, + 0xff, 0xff, 0x86, 0xa5, 0x8a, 0x22, 0x3d, 0x06, 0x00, 0x00, } func (m *ConnectionEnd) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/03-connection/types/connection_test.go b/modules/core/03-connection/types/connection_test.go index 08c90be9951..949cb9fdef6 100644 --- a/modules/core/03-connection/types/connection_test.go +++ b/modules/core/03-connection/types/connection_test.go @@ -5,10 +5,10 @@ import ( "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var ( diff --git a/modules/core/03-connection/types/events.go b/modules/core/03-connection/types/events.go index 10fdbeff391..7c1e653b9a9 100644 --- a/modules/core/03-connection/types/events.go +++ b/modules/core/03-connection/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // IBC connection events diff --git a/modules/core/03-connection/types/expected_keepers.go b/modules/core/03-connection/types/expected_keepers.go index e1c0cc48058..9fe0c979da9 100644 --- a/modules/core/03-connection/types/expected_keepers.go +++ b/modules/core/03-connection/types/expected_keepers.go @@ -3,7 +3,7 @@ package types import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ClientKeeper expected account IBC client keeper diff --git a/modules/core/03-connection/types/genesis.go b/modules/core/03-connection/types/genesis.go index 3502c13eb59..cc34261c497 100644 --- a/modules/core/03-connection/types/genesis.go +++ b/modules/core/03-connection/types/genesis.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // NewConnectionPaths creates a ConnectionPaths instance. diff --git a/modules/core/03-connection/types/genesis.pb.go b/modules/core/03-connection/types/genesis.pb.go index 777d8e50e7d..ab2a18bfb59 100644 --- a/modules/core/03-connection/types/genesis.pb.go +++ b/modules/core/03-connection/types/genesis.pb.go @@ -103,29 +103,29 @@ func init() { var fileDescriptor_1879d34bc6ac3cd7 = []byte{ // 356 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x31, 0x4f, 0xf2, 0x40, - 0x18, 0xc7, 0xdb, 0x17, 0xc2, 0x50, 0xde, 0xa9, 0x51, 0x6c, 0x18, 0xae, 0xa4, 0x1a, 0x61, 0x90, - 0x3b, 0x81, 0xcd, 0x30, 0xd5, 0xc1, 0xb8, 0x11, 0x30, 0x0e, 0x26, 0x86, 0xb4, 0xc7, 0x63, 0xb9, - 0x84, 0xde, 0x55, 0xee, 0x20, 0xf2, 0x09, 0x1c, 0x5c, 0xfc, 0x58, 0x8c, 0x8c, 0x4e, 0xc4, 0xc0, - 0x37, 0xe0, 0x13, 0x98, 0xb6, 0xc4, 0xa2, 0xb1, 0x5b, 0xf3, 0x3c, 0xbf, 0xff, 0xef, 0x9f, 0xde, - 0x63, 0x9c, 0x31, 0x9f, 0x12, 0x2a, 0xa6, 0x40, 0xa8, 0xe0, 0x1c, 0xa8, 0x62, 0x82, 0x93, 0x79, - 0x8b, 0x04, 0xc0, 0x41, 0x32, 0x89, 0xa3, 0xa9, 0x50, 0xc2, 0xac, 0x30, 0x9f, 0xe2, 0x98, 0xc2, - 0x19, 0x85, 0xe7, 0xad, 0xea, 0x51, 0x20, 0x02, 0x91, 0x20, 0x24, 0xfe, 0x4a, 0xe9, 0x6a, 0x3d, - 0xc7, 0x79, 0x90, 0x4d, 0x40, 0xe7, 0xad, 0x60, 0xfc, 0xbf, 0x49, 0x8b, 0x06, 0xca, 0x53, 0x60, - 0xde, 0x19, 0xe5, 0x0c, 0x92, 0x96, 0x5e, 0x2b, 0x34, 0xca, 0xed, 0x0b, 0xfc, 0x77, 0x3b, 0xbe, - 0x1d, 0x01, 0x57, 0xec, 0x89, 0xc1, 0xe8, 0xfa, 0x7b, 0xee, 0x16, 0x97, 0x6b, 0x5b, 0xeb, 0x1f, - 0x6a, 0xcc, 0x57, 0xdd, 0x38, 0xa1, 0x13, 0x06, 0x5c, 0x0d, 0xb3, 0xf1, 0x30, 0xf2, 0xd4, 0x58, - 0x5a, 0xff, 0x92, 0x8a, 0x7a, 0x5e, 0x45, 0x26, 0xee, 0xc5, 0xb8, 0x7b, 0x1e, 0xdb, 0x77, 0x6b, - 0x1b, 0x2d, 0xbc, 0x70, 0x72, 0xe5, 0xe4, 0x58, 0x9d, 0xfe, 0x71, 0xba, 0xf9, 0x15, 0x37, 0x1f, - 0x0d, 0x8b, 0xc3, 0xcb, 0x8f, 0x80, 0x84, 0xe7, 0x19, 0x70, 0x0a, 0x56, 0xa1, 0xa6, 0x37, 0x8a, - 0xee, 0xe9, 0x6e, 0x6d, 0xdb, 0xa9, 0x3c, 0x8f, 0x74, 0xfa, 0x95, 0x78, 0x95, 0xb9, 0x07, 0xfb, - 0x85, 0xd9, 0x35, 0x4a, 0x91, 0x37, 0xf5, 0x42, 0x69, 0x15, 0x6b, 0x7a, 0xa3, 0xdc, 0x46, 0x79, - 0xbf, 0xd5, 0x4b, 0xa8, 0xfd, 0x5b, 0xed, 0x33, 0xee, 0xfd, 0x72, 0x83, 0xf4, 0xd5, 0x06, 0xe9, - 0x9f, 0x1b, 0xa4, 0xbf, 0x6f, 0x91, 0xb6, 0xda, 0x22, 0xed, 0x63, 0x8b, 0xb4, 0x87, 0x6e, 0xc0, - 0xd4, 0x78, 0xe6, 0x63, 0x2a, 0x42, 0x42, 0x85, 0x0c, 0x85, 0x24, 0xcc, 0xa7, 0xcd, 0x40, 0x90, - 0x79, 0x87, 0x84, 0x62, 0x34, 0x9b, 0x80, 0x4c, 0x0f, 0x7e, 0xd9, 0x69, 0x1e, 0xdc, 0x5c, 0x2d, - 0x22, 0x90, 0x7e, 0x29, 0x39, 0x76, 0xe7, 0x2b, 0x00, 0x00, 0xff, 0xff, 0x2d, 0x04, 0xad, 0xb7, - 0x6b, 0x02, 0x00, 0x00, + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0xb1, 0x6e, 0xea, 0x30, + 0x14, 0x86, 0x93, 0x0b, 0x62, 0x08, 0x77, 0x8a, 0xee, 0xe5, 0x46, 0x0c, 0x0e, 0xca, 0xad, 0x0a, + 0x43, 0xb1, 0x0b, 0x6c, 0xa8, 0x53, 0x3a, 0x54, 0xdd, 0x10, 0x30, 0x55, 0xaa, 0x50, 0x62, 0x4e, + 0x83, 0xa5, 0xc4, 0x4e, 0xb1, 0x41, 0xe5, 0x09, 0x3a, 0x74, 0xe9, 0x63, 0x31, 0x32, 0x76, 0x42, + 0x15, 0xbc, 0x01, 0x4f, 0x50, 0x25, 0x41, 0x0d, 0xad, 0x9a, 0x2d, 0x3a, 0xe7, 0xfb, 0xbf, 0x5f, + 0xf1, 0x31, 0xce, 0x98, 0x4f, 0x09, 0x15, 0x73, 0x20, 0x54, 0x70, 0x0e, 0x54, 0x31, 0xc1, 0xc9, + 0xb2, 0x43, 0x02, 0xe0, 0x20, 0x99, 0xc4, 0xf1, 0x5c, 0x28, 0x61, 0xd6, 0x98, 0x4f, 0x71, 0x42, + 0xe1, 0x9c, 0xc2, 0xcb, 0x4e, 0xfd, 0x4f, 0x20, 0x02, 0x91, 0x22, 0x24, 0xf9, 0xca, 0xe8, 0x7a, + 0xb3, 0xc0, 0x79, 0x92, 0x4d, 0x41, 0xe7, 0xa5, 0x64, 0xfc, 0xbe, 0xc9, 0x8a, 0x46, 0xca, 0x53, + 0x60, 0x8e, 0x8d, 0x6a, 0x0e, 0x49, 0x4b, 0x6f, 0x94, 0x5a, 0xd5, 0xee, 0x05, 0xfe, 0xb9, 0x1d, + 0xdf, 0x4e, 0x81, 0x2b, 0xf6, 0xc0, 0x60, 0x7a, 0xfd, 0x39, 0x77, 0xcb, 0xeb, 0xad, 0xad, 0x0d, + 0x4f, 0x35, 0xe6, 0xb3, 0x6e, 0xfc, 0xa3, 0x21, 0x03, 0xae, 0x26, 0xf9, 0x78, 0x12, 0x7b, 0x6a, + 0x26, 0xad, 0x5f, 0x69, 0x45, 0xb3, 0xa8, 0x22, 0x17, 0x0f, 0x12, 0xdc, 0x3d, 0x4f, 0xec, 0x87, + 0xad, 0x8d, 0x56, 0x5e, 0x14, 0xf6, 0x9d, 0x02, 0xab, 0x33, 0xfc, 0x9b, 0x6d, 0xbe, 0xc5, 0xcd, + 0x7b, 0xc3, 0xe2, 0xf0, 0xf4, 0x25, 0x20, 0xe1, 0x71, 0x01, 0x9c, 0x82, 0x55, 0x6a, 0xe8, 0xad, + 0xb2, 0xfb, 0xff, 0xb0, 0xb5, 0xed, 0x4c, 0x5e, 0x44, 0x3a, 0xc3, 0x5a, 0xb2, 0xca, 0xdd, 0xa3, + 0xe3, 0xc2, 0xbc, 0x32, 0x2a, 0xb1, 0x37, 0xf7, 0x22, 0x69, 0x95, 0x1b, 0x7a, 0xab, 0xda, 0x45, + 0x45, 0xbf, 0x35, 0x48, 0xa9, 0xe3, 0x5b, 0x1d, 0x33, 0xee, 0x78, 0xbd, 0x43, 0xfa, 0x66, 0x87, + 0xf4, 0xf7, 0x1d, 0xd2, 0x5f, 0xf7, 0x48, 0xdb, 0xec, 0x91, 0xf6, 0xb6, 0x47, 0xda, 0x5d, 0x3f, + 0x60, 0x6a, 0xb6, 0xf0, 0x31, 0x15, 0x11, 0x09, 0x19, 0x07, 0xc2, 0x7c, 0xda, 0x0e, 0x04, 0x59, + 0xf6, 0x48, 0x24, 0xa6, 0x8b, 0x10, 0x64, 0x76, 0xee, 0xcb, 0x5e, 0xfb, 0xe4, 0xe2, 0x6a, 0x15, + 0x83, 0xf4, 0x2b, 0xe9, 0xa9, 0x7b, 0x1f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x28, 0x89, 0xd7, 0x65, + 0x69, 0x02, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/03-connection/types/genesis_test.go b/modules/core/03-connection/types/genesis_test.go index 31906350531..bbbe0140043 100644 --- a/modules/core/03-connection/types/genesis_test.go +++ b/modules/core/03-connection/types/genesis_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func TestValidateGenesis(t *testing.T) { diff --git a/modules/core/03-connection/types/keys.go b/modules/core/03-connection/types/keys.go index 084ecfbee08..0d054b6781a 100644 --- a/modules/core/03-connection/types/keys.go +++ b/modules/core/03-connection/types/keys.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/03-connection/types/keys_test.go b/modules/core/03-connection/types/keys_test.go index b0478d00703..0cfd32b62cf 100644 --- a/modules/core/03-connection/types/keys_test.go +++ b/modules/core/03-connection/types/keys_test.go @@ -6,7 +6,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) // tests ParseConnectionSequence and IsValidConnectionID diff --git a/modules/core/03-connection/types/msgs.go b/modules/core/03-connection/types/msgs.go index 61acca25561..e71738b7a09 100644 --- a/modules/core/03-connection/types/msgs.go +++ b/modules/core/03-connection/types/msgs.go @@ -5,10 +5,10 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/msgs_test.go b/modules/core/03-connection/types/msgs_test.go index c2a5fddbab7..e334290d9dc 100644 --- a/modules/core/03-connection/types/msgs_test.go +++ b/modules/core/03-connection/types/msgs_test.go @@ -14,12 +14,12 @@ import ( storetypes "github.com/line/lbm-sdk/store/types" "github.com/line/ostracon/libs/log" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) var ( diff --git a/modules/core/03-connection/types/params_test.go b/modules/core/03-connection/types/params_test.go index 28c4311ff94..18d19245c6c 100644 --- a/modules/core/03-connection/types/params_test.go +++ b/modules/core/03-connection/types/params_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" ) func TestValidateParams(t *testing.T) { diff --git a/modules/core/03-connection/types/query.go b/modules/core/03-connection/types/query.go index 394b64104f3..af3ef2a2d54 100644 --- a/modules/core/03-connection/types/query.go +++ b/modules/core/03-connection/types/query.go @@ -3,8 +3,8 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/query.pb.go b/modules/core/03-connection/types/query.pb.go index 6751b8e805e..81394e6d354 100644 --- a/modules/core/03-connection/types/query.pb.go +++ b/modules/core/03-connection/types/query.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" @@ -635,63 +635,63 @@ func init() { } var fileDescriptor_cd8d529f8c7cd06b = []byte{ - // 895 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x31, 0x6f, 0x23, 0x45, + // 893 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x31, 0x6f, 0x23, 0x45, 0x14, 0xf6, 0x38, 0xb9, 0xd3, 0x65, 0x1c, 0xee, 0x60, 0xe4, 0xbb, 0x33, 0x0b, 0x38, 0x61, 0x8f, - 0x90, 0x1c, 0x70, 0x33, 0xe7, 0x58, 0x77, 0x3a, 0x8e, 0x18, 0x81, 0xa3, 0x40, 0xd2, 0x44, 0x61, - 0x91, 0x28, 0x68, 0xa2, 0xdd, 0xf5, 0x64, 0xbd, 0x92, 0xbd, 0xe3, 0x78, 0xd6, 0x46, 0x56, 0x64, - 0x21, 0xf1, 0x07, 0x40, 0xa2, 0xa1, 0xa1, 0xa5, 0xe0, 0x0f, 0x50, 0xd0, 0x51, 0xa5, 0x8c, 0x44, - 0x93, 0x2a, 0x42, 0x0e, 0x2d, 0x0d, 0xbf, 0x00, 0xed, 0xcc, 0x38, 0x3b, 0x6b, 0xaf, 0x13, 0xc7, - 0x22, 0xdd, 0xe6, 0xcd, 0x7b, 0xf3, 0xbe, 0xef, 0x7b, 0x6f, 0x3e, 0x07, 0x9a, 0xbe, 0xe3, 0x12, - 0x97, 0xb5, 0x29, 0x71, 0x59, 0x10, 0x50, 0x37, 0xf4, 0x59, 0x40, 0xba, 0x25, 0x72, 0xd8, 0xa1, - 0xed, 0x1e, 0x6e, 0xb5, 0x59, 0xc8, 0xd0, 0x03, 0xdf, 0x71, 0x71, 0x94, 0x83, 0xe3, 0x1c, 0xdc, - 0x2d, 0x19, 0x79, 0x8f, 0x79, 0x4c, 0xa4, 0x90, 0xe8, 0x4b, 0x66, 0x1b, 0xef, 0xb9, 0x8c, 0x37, - 0x19, 0x27, 0x8e, 0xcd, 0xa9, 0xbc, 0x86, 0x74, 0x4b, 0x0e, 0x0d, 0xed, 0x12, 0x69, 0xd9, 0x9e, - 0x1f, 0xd8, 0xa2, 0x5c, 0xe6, 0x2e, 0xc5, 0xdd, 0x1b, 0x3e, 0x0d, 0xc2, 0xa8, 0xb3, 0xfc, 0x52, - 0x09, 0xab, 0x13, 0xe0, 0x69, 0x40, 0x64, 0xe2, 0x9b, 0x1e, 0x63, 0x5e, 0x83, 0x12, 0xbb, 0xe5, - 0x13, 0x3b, 0x08, 0x58, 0x28, 0xda, 0x70, 0x75, 0xfa, 0xba, 0x3a, 0x15, 0x7f, 0x39, 0x9d, 0x03, - 0x62, 0x07, 0x8a, 0x9c, 0x59, 0x81, 0x0f, 0xbe, 0x88, 0x40, 0x6e, 0x5e, 0xdc, 0x68, 0xd1, 0xc3, - 0x0e, 0xe5, 0x21, 0x7a, 0x04, 0x5f, 0x89, 0xdb, 0xec, 0xfb, 0xb5, 0x02, 0x58, 0x06, 0x6b, 0x0b, - 0xd6, 0x62, 0x1c, 0xdc, 0xa9, 0x99, 0xbf, 0x03, 0xf8, 0x70, 0xac, 0x9e, 0xb7, 0x58, 0xc0, 0x29, - 0xda, 0x82, 0x30, 0xce, 0x15, 0xd5, 0xb9, 0xf5, 0x15, 0x9c, 0x2e, 0x26, 0x8e, 0xeb, 0xb7, 0x82, - 0x9a, 0xa5, 0x15, 0xa2, 0x3c, 0xbc, 0xd5, 0x6a, 0x33, 0x76, 0x50, 0xc8, 0x2e, 0x83, 0xb5, 0x45, - 0x4b, 0xfe, 0x81, 0x36, 0xe1, 0xa2, 0xf8, 0xd8, 0xaf, 0x53, 0xdf, 0xab, 0x87, 0x85, 0x39, 0x71, - 0xbd, 0xa1, 0x5d, 0x2f, 0x75, 0xec, 0x96, 0xf0, 0xb6, 0xc8, 0xa8, 0xce, 0x1f, 0x9f, 0x2d, 0x65, - 0xac, 0x9c, 0xa8, 0x92, 0x21, 0xd3, 0x1e, 0x03, 0xcf, 0x87, 0xec, 0x3f, 0x83, 0x30, 0x1e, 0x97, - 0x02, 0xff, 0x2e, 0x96, 0xb3, 0xc5, 0xd1, 0x6c, 0xb1, 0x5c, 0x11, 0x35, 0x5b, 0xbc, 0x67, 0x7b, - 0x54, 0xd5, 0x5a, 0x5a, 0xa5, 0xf9, 0x0f, 0x80, 0x85, 0xf1, 0x1e, 0x4a, 0xa1, 0x5d, 0x98, 0x8b, - 0x89, 0xf2, 0x02, 0x58, 0x9e, 0x5b, 0xcb, 0xad, 0x7f, 0x30, 0x49, 0xa2, 0x9d, 0x1a, 0x0d, 0x42, - 0xff, 0xc0, 0xa7, 0x35, 0x4d, 0x6c, 0xfd, 0x02, 0xf4, 0x79, 0x02, 0x74, 0x56, 0x80, 0x5e, 0xbd, - 0x12, 0xb4, 0x04, 0xa3, 0xa3, 0x46, 0x2f, 0xe0, 0xed, 0x6b, 0xea, 0xaa, 0xf2, 0xcd, 0x0d, 0xf8, - 0x96, 0xa4, 0x2b, 0xd2, 0x52, 0x84, 0x7d, 0x03, 0x2e, 0xc8, 0x2b, 0xe2, 0x95, 0xba, 0x23, 0x03, - 0x3b, 0x35, 0xf3, 0x17, 0x00, 0x8b, 0x93, 0xca, 0x95, 0x66, 0x8f, 0xe1, 0xab, 0xda, 0x5a, 0xb6, - 0xec, 0xb0, 0x2e, 0x85, 0x5b, 0xb0, 0xee, 0xc5, 0xf1, 0xbd, 0x28, 0x7c, 0x93, 0x9b, 0xe3, 0xc0, - 0xb7, 0x47, 0xa6, 0x2a, 0x11, 0x7f, 0x19, 0xda, 0xe1, 0x70, 0x0f, 0x50, 0x25, 0xf5, 0x05, 0x55, - 0x0b, 0xff, 0x9e, 0x2d, 0xe5, 0x7b, 0x76, 0xb3, 0xf1, 0xd2, 0x4c, 0x1c, 0x9b, 0x23, 0x6f, 0x6b, - 0x00, 0xa0, 0x79, 0x59, 0x13, 0x25, 0x88, 0x0d, 0x1f, 0xfa, 0x17, 0x9b, 0xb1, 0xaf, 0xb4, 0xe5, - 0x51, 0x8a, 0x5a, 0xdb, 0xc7, 0x69, 0xd4, 0xb4, 0x65, 0xd2, 0xee, 0xbc, 0xef, 0xa7, 0x85, 0x6f, - 0x52, 0xc8, 0xdf, 0x00, 0x7c, 0x67, 0x94, 0x64, 0x44, 0x2b, 0xe0, 0x1d, 0xfe, 0x3f, 0x8a, 0x89, - 0x56, 0xe1, 0xbd, 0x36, 0xed, 0xfa, 0x3c, 0x3a, 0x0d, 0x3a, 0x4d, 0x87, 0xb6, 0x05, 0x99, 0x79, - 0xeb, 0xee, 0x30, 0xbc, 0x2b, 0xa2, 0x89, 0x44, 0x8d, 0x98, 0x96, 0xa8, 0x90, 0x9f, 0x01, 0xb8, - 0x72, 0x05, 0x72, 0x35, 0xa1, 0x0a, 0x8c, 0x56, 0x53, 0x9e, 0x24, 0x26, 0x93, 0xc7, 0xd2, 0x98, - 0xf1, 0xd0, 0x98, 0xf1, 0xa7, 0x41, 0xcf, 0xba, 0xeb, 0x26, 0xae, 0x49, 0xbe, 0x98, 0x6c, 0xf2, - 0xc5, 0xc4, 0xa3, 0x99, 0xbb, 0x6c, 0x34, 0xf3, 0x33, 0x8c, 0x66, 0xfd, 0xfb, 0x3b, 0xf0, 0x96, - 0x20, 0x88, 0x7e, 0x05, 0x10, 0xc6, 0x2c, 0x11, 0x9e, 0xe4, 0x50, 0xe9, 0xbf, 0x24, 0x06, 0x99, - 0x3a, 0x5f, 0x0a, 0x66, 0x7e, 0xf4, 0xdd, 0x9f, 0x7f, 0xff, 0x98, 0x7d, 0x86, 0xca, 0xe4, 0xca, - 0xdf, 0x3f, 0x4e, 0x8e, 0x12, 0x73, 0xef, 0xa3, 0x9f, 0x01, 0xcc, 0x69, 0xc6, 0x81, 0xa6, 0xed, - 0x3e, 0x74, 0x28, 0xe3, 0xe9, 0xf4, 0x05, 0x0a, 0xef, 0xfb, 0x02, 0xef, 0x0a, 0x7a, 0x34, 0x05, - 0x5e, 0xf4, 0x07, 0x80, 0xaf, 0x8d, 0xd9, 0x1b, 0x7a, 0x76, 0x79, 0xd3, 0x09, 0x6e, 0x6a, 0x3c, - 0xbf, 0x6e, 0x99, 0x42, 0xfc, 0xb1, 0x40, 0xfc, 0x02, 0x3d, 0x9f, 0x88, 0x58, 0x6e, 0x5c, 0x52, - 0xe8, 0xe1, 0x16, 0xf6, 0xd1, 0x29, 0x80, 0xf7, 0x53, 0x6d, 0x09, 0x7d, 0x38, 0xa5, 0x7a, 0xe3, - 0x7e, 0x69, 0xbc, 0x9c, 0xa5, 0x54, 0x11, 0xda, 0x16, 0x84, 0xaa, 0xe8, 0x93, 0x19, 0x56, 0x86, - 0xe8, 0xa6, 0x89, 0x7e, 0xca, 0xc2, 0xc2, 0xa4, 0x27, 0x8d, 0x36, 0xa6, 0x85, 0x98, 0xe6, 0x61, - 0x46, 0x65, 0xc6, 0x6a, 0xc5, 0xf1, 0x5b, 0xc1, 0xb1, 0x87, 0xbe, 0x99, 0x89, 0x63, 0xd2, 0x81, - 0xc8, 0xd0, 0xcd, 0xc8, 0xd1, 0x88, 0x2f, 0xf6, 0x89, 0x34, 0x0d, 0xed, 0x40, 0x06, 0xfa, 0xd5, - 0xaf, 0x8e, 0x07, 0x45, 0x70, 0x32, 0x28, 0x82, 0xbf, 0x06, 0x45, 0xf0, 0xc3, 0x79, 0x31, 0x73, - 0x72, 0x5e, 0xcc, 0x9c, 0x9e, 0x17, 0x33, 0x5f, 0x6f, 0x78, 0x7e, 0x58, 0xef, 0x38, 0xd8, 0x65, - 0x4d, 0xa2, 0xfe, 0x01, 0xf6, 0x1d, 0xf7, 0x89, 0xc7, 0x48, 0xb7, 0x4c, 0x9a, 0xac, 0xd6, 0x69, - 0x50, 0x2e, 0x11, 0x3f, 0x2d, 0x3f, 0xd1, 0x40, 0x87, 0xbd, 0x16, 0xe5, 0xce, 0x6d, 0xe1, 0x7f, - 0xe5, 0xff, 0x02, 0x00, 0x00, 0xff, 0xff, 0x7e, 0xd7, 0xeb, 0x28, 0x8e, 0x0b, 0x00, 0x00, + 0x90, 0x1c, 0x70, 0x33, 0xe7, 0x58, 0x77, 0x3a, 0xc2, 0x19, 0x81, 0xa3, 0x40, 0xd2, 0x44, 0x61, + 0xa1, 0xa2, 0x89, 0x76, 0xd7, 0x93, 0xf5, 0x4a, 0xf6, 0x8e, 0xe3, 0x59, 0x1b, 0x59, 0x91, 0x85, + 0xc4, 0x1f, 0x00, 0x89, 0x86, 0x86, 0x96, 0x82, 0x3f, 0x40, 0x41, 0x47, 0x95, 0x32, 0x12, 0x4d, + 0xaa, 0x08, 0x39, 0xb4, 0x34, 0xfc, 0x02, 0xb4, 0x33, 0xe3, 0xec, 0xac, 0xbd, 0x4e, 0x1c, 0x8b, + 0x74, 0xeb, 0x37, 0xef, 0xcd, 0xfb, 0xbe, 0xef, 0xbd, 0xf9, 0x0c, 0x4d, 0xdf, 0x71, 0x89, 0xcb, + 0xda, 0x94, 0xb8, 0x2c, 0x08, 0xa8, 0x1b, 0xfa, 0x2c, 0x20, 0xdd, 0x12, 0x39, 0xec, 0xd0, 0x76, + 0x0f, 0xb7, 0xda, 0x2c, 0x64, 0xe8, 0x81, 0xef, 0xb8, 0x38, 0xca, 0xc1, 0x71, 0x0e, 0xee, 0x96, + 0x8c, 0xbc, 0xc7, 0x3c, 0x26, 0x52, 0x48, 0xf4, 0x25, 0xb3, 0x8d, 0xf7, 0x5c, 0xc6, 0x9b, 0x8c, + 0x13, 0xc7, 0xe6, 0x54, 0x5e, 0x43, 0xba, 0x25, 0x87, 0x86, 0x76, 0x89, 0xb4, 0x6c, 0xcf, 0x0f, + 0x6c, 0x51, 0x2e, 0x73, 0x97, 0xe2, 0xee, 0x0d, 0x9f, 0x06, 0x61, 0xd4, 0x59, 0x7e, 0xa9, 0x84, + 0xd5, 0x09, 0xf0, 0x34, 0x20, 0x32, 0xf1, 0x4d, 0x8f, 0x31, 0xaf, 0x41, 0x89, 0xdd, 0xf2, 0x89, + 0x1d, 0x04, 0x2c, 0x14, 0x6d, 0xb8, 0x3a, 0x7d, 0x5d, 0x9d, 0x8a, 0x5f, 0x4e, 0xe7, 0x80, 0xd8, + 0x81, 0x22, 0x67, 0x56, 0xe0, 0x83, 0x2f, 0x22, 0x90, 0x9b, 0x17, 0x37, 0x5a, 0xf4, 0xb0, 0x43, + 0x79, 0x88, 0x1e, 0xc1, 0x57, 0xe2, 0x36, 0xfb, 0x7e, 0xad, 0x00, 0x96, 0xc1, 0xda, 0x82, 0xb5, + 0x18, 0x07, 0x77, 0x6a, 0xe6, 0xef, 0x00, 0x3e, 0x1c, 0xab, 0xe7, 0x2d, 0x16, 0x70, 0x8a, 0xb6, + 0x20, 0x8c, 0x73, 0x45, 0x75, 0x6e, 0x7d, 0x05, 0xa7, 0x8b, 0x89, 0xe3, 0xfa, 0xad, 0xa0, 0x66, + 0x69, 0x85, 0x28, 0x0f, 0x6f, 0xb5, 0xda, 0x8c, 0x1d, 0x14, 0xb2, 0xcb, 0x60, 0x6d, 0xd1, 0x92, + 0x3f, 0xd0, 0x26, 0x5c, 0x14, 0x1f, 0xfb, 0x75, 0xea, 0x7b, 0xf5, 0xb0, 0x30, 0x27, 0xae, 0x37, + 0xb4, 0xeb, 0xa5, 0x8e, 0xdd, 0x12, 0xde, 0x16, 0x19, 0xd5, 0xf9, 0xe3, 0xb3, 0xa5, 0x8c, 0x95, + 0x13, 0x55, 0x32, 0x64, 0xda, 0x63, 0xe0, 0xf9, 0x90, 0xfd, 0x67, 0x10, 0xc6, 0xe3, 0x52, 0xe0, + 0xdf, 0xc5, 0x72, 0xb6, 0x38, 0x9a, 0x2d, 0x96, 0x2b, 0xa2, 0x66, 0x8b, 0xf7, 0x6c, 0x8f, 0xaa, + 0x5a, 0x4b, 0xab, 0x34, 0xff, 0x01, 0xb0, 0x30, 0xde, 0x43, 0x29, 0xb4, 0x0b, 0x73, 0x31, 0x51, + 0x5e, 0x00, 0xcb, 0x73, 0x6b, 0xb9, 0xf5, 0x0f, 0x26, 0x49, 0xb4, 0x53, 0xa3, 0x41, 0xe8, 0x1f, + 0xf8, 0xb4, 0xa6, 0x89, 0xad, 0x5f, 0x80, 0x3e, 0x4f, 0x80, 0xce, 0x0a, 0xd0, 0xab, 0x57, 0x82, + 0x96, 0x60, 0x74, 0xd4, 0xe8, 0x05, 0xbc, 0x7d, 0x4d, 0x5d, 0x55, 0xbe, 0xf9, 0x12, 0xbe, 0x25, + 0xe9, 0x8a, 0xb4, 0x14, 0x61, 0xdf, 0x80, 0x0b, 0xf2, 0x8a, 0x78, 0xa5, 0xee, 0xc8, 0xc0, 0x4e, + 0xcd, 0xfc, 0x05, 0xc0, 0xe2, 0xa4, 0x72, 0xa5, 0xd9, 0x63, 0xf8, 0xaa, 0xb6, 0x96, 0x2d, 0x3b, + 0xac, 0x4b, 0xe1, 0x16, 0xac, 0x7b, 0x71, 0x7c, 0x2f, 0x0a, 0xdf, 0xe4, 0xe6, 0x38, 0xf0, 0xed, + 0x91, 0xa9, 0x4a, 0xc4, 0x5f, 0x86, 0x76, 0x38, 0xdc, 0x03, 0x54, 0x49, 0x7d, 0x41, 0xd5, 0xc2, + 0xbf, 0x67, 0x4b, 0xf9, 0x9e, 0xdd, 0x6c, 0x6c, 0x98, 0x89, 0x63, 0x73, 0xe4, 0x6d, 0x0d, 0x00, + 0x34, 0x2f, 0x6b, 0xa2, 0x04, 0xb1, 0xe1, 0x43, 0xff, 0x62, 0x33, 0xf6, 0x95, 0xb6, 0x3c, 0x4a, + 0x51, 0x6b, 0xfb, 0x38, 0x8d, 0x9a, 0xb6, 0x4c, 0xda, 0x9d, 0xf7, 0xfd, 0xb4, 0xf0, 0x4d, 0x0a, + 0xf9, 0x1b, 0x80, 0xef, 0x8c, 0x92, 0x8c, 0x68, 0x05, 0xbc, 0xc3, 0xff, 0x47, 0x31, 0xd1, 0x2a, + 0xbc, 0xd7, 0xa6, 0x5d, 0x9f, 0x47, 0xa7, 0x41, 0xa7, 0xe9, 0xd0, 0xb6, 0x20, 0x33, 0x6f, 0xdd, + 0x1d, 0x86, 0x77, 0x45, 0x34, 0x91, 0xa8, 0x11, 0xd3, 0x12, 0x15, 0xf2, 0x33, 0x00, 0x57, 0xae, + 0x40, 0xae, 0x26, 0x54, 0x81, 0xd1, 0x6a, 0xca, 0x93, 0xc4, 0x64, 0xf2, 0x58, 0x1a, 0x33, 0x1e, + 0x1a, 0x33, 0xfe, 0x34, 0xe8, 0x59, 0x77, 0xdd, 0xc4, 0x35, 0xc9, 0x17, 0x93, 0x4d, 0xbe, 0x98, + 0x78, 0x34, 0x73, 0x97, 0x8d, 0x66, 0x7e, 0x86, 0xd1, 0xac, 0x7f, 0x7f, 0x07, 0xde, 0x12, 0x04, + 0xd1, 0xaf, 0x00, 0xc2, 0x98, 0x25, 0xc2, 0x93, 0x1c, 0x2a, 0xfd, 0x9f, 0xc4, 0x20, 0x53, 0xe7, + 0x4b, 0xc1, 0xcc, 0x8f, 0xbe, 0xfb, 0xf3, 0xef, 0x1f, 0xb3, 0xcf, 0x50, 0x99, 0x5c, 0xf9, 0xff, + 0xc7, 0xc9, 0x51, 0x62, 0xee, 0x7d, 0xf4, 0x33, 0x80, 0x39, 0xcd, 0x38, 0xd0, 0xb4, 0xdd, 0x87, + 0x0e, 0x65, 0x3c, 0x9d, 0xbe, 0x40, 0xe1, 0x7d, 0x5f, 0xe0, 0x5d, 0x41, 0x8f, 0xa6, 0xc0, 0x8b, + 0xfe, 0x00, 0xf0, 0xb5, 0x31, 0x7b, 0x43, 0xcf, 0x2e, 0x6f, 0x3a, 0xc1, 0x4d, 0x8d, 0xe7, 0xd7, + 0x2d, 0x53, 0x88, 0x3f, 0x16, 0x88, 0x5f, 0xa0, 0xe7, 0x13, 0x11, 0xcb, 0x8d, 0x4b, 0x0a, 0x3d, + 0xdc, 0xc2, 0x3e, 0x3a, 0x05, 0xf0, 0x7e, 0xaa, 0x2d, 0xa1, 0x0f, 0xa7, 0x54, 0x6f, 0xdc, 0x2f, + 0x8d, 0x8d, 0x59, 0x4a, 0x15, 0xa1, 0x6d, 0x41, 0xa8, 0x8a, 0x3e, 0x99, 0x61, 0x65, 0x88, 0x6e, + 0x9a, 0xe8, 0xa7, 0x2c, 0x2c, 0x4c, 0x7a, 0xd2, 0xe8, 0xe5, 0xb4, 0x10, 0xd3, 0x3c, 0xcc, 0xa8, + 0xcc, 0x58, 0xad, 0x38, 0x7e, 0x2b, 0x38, 0xf6, 0xd0, 0x37, 0x33, 0x71, 0x4c, 0x3a, 0x10, 0x19, + 0xba, 0x19, 0x39, 0x1a, 0xf1, 0xc5, 0x3e, 0x91, 0xa6, 0xa1, 0x1d, 0xc8, 0x40, 0xbf, 0xfa, 0xd5, + 0xf1, 0xa0, 0x08, 0x4e, 0x06, 0x45, 0xf0, 0xd7, 0xa0, 0x08, 0x7e, 0x38, 0x2f, 0x66, 0x4e, 0xce, + 0x8b, 0x99, 0xd3, 0xf3, 0x62, 0xe6, 0xeb, 0x0d, 0xcf, 0x0f, 0xeb, 0x1d, 0x07, 0xbb, 0xac, 0x49, + 0x1a, 0x7e, 0x40, 0x23, 0x84, 0x4f, 0x3c, 0x46, 0xba, 0x65, 0xd2, 0x64, 0xb5, 0x4e, 0x83, 0x72, + 0x89, 0xf7, 0x69, 0xf9, 0x89, 0x06, 0x39, 0xec, 0xb5, 0x28, 0x77, 0x6e, 0x0b, 0xf7, 0x2b, 0xff, + 0x17, 0x00, 0x00, 0xff, 0xff, 0xb4, 0xa0, 0xfe, 0xeb, 0x8c, 0x0b, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/03-connection/types/tx.pb.go b/modules/core/03-connection/types/tx.pb.go index ac0ee52c8f6..f8cd0247aea 100644 --- a/modules/core/03-connection/types/tx.pb.go +++ b/modules/core/03-connection/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" - types1 "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" + types1 "github.com/line/ibc-go/v3/modules/core/02-client/types" types "github.com/line/lbm-sdk/codec/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" @@ -388,65 +388,65 @@ func init() { func init() { proto.RegisterFile("ibc/core/connection/v1/tx.proto", fileDescriptor_5d00fde5fc97399e) } var fileDescriptor_5d00fde5fc97399e = []byte{ - // 927 bytes of a gzipped FileDescriptorProto + // 925 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x56, 0x31, 0x73, 0xe3, 0x44, - 0x14, 0xb6, 0x62, 0x27, 0xb1, 0xd7, 0x86, 0xbb, 0x5b, 0x9c, 0x44, 0x98, 0x3b, 0xcb, 0xa7, 0x81, - 0x21, 0x05, 0x91, 0xce, 0x97, 0x63, 0x06, 0x32, 0x50, 0xc4, 0x6e, 0x48, 0x71, 0x70, 0x23, 0x6e, - 0x8e, 0x99, 0x6b, 0x3c, 0xf6, 0x7a, 0xa3, 0xec, 0xd8, 0xd6, 0x6a, 0xb4, 0xb2, 0x41, 0xb4, 0x34, - 0x0c, 0x15, 0x0d, 0xfd, 0xfd, 0x07, 0xfe, 0xc4, 0x95, 0x57, 0x52, 0x69, 0x20, 0x69, 0xa8, 0xd5, - 0xd1, 0x31, 0xda, 0x95, 0xe4, 0xb5, 0x23, 0x0f, 0x31, 0xce, 0x75, 0xfb, 0xf6, 0x7d, 0xef, 0xbd, - 0xdd, 0xf7, 0xbe, 0x6f, 0x67, 0x81, 0x46, 0x06, 0xc8, 0x44, 0xd4, 0xc3, 0x26, 0xa2, 0x8e, 0x83, - 0x91, 0x4f, 0xa8, 0x63, 0xce, 0xda, 0xa6, 0xff, 0x83, 0xe1, 0x7a, 0xd4, 0xa7, 0x70, 0x9f, 0x0c, - 0x90, 0x11, 0x03, 0x8c, 0x39, 0xc0, 0x98, 0xb5, 0x1b, 0x75, 0x9b, 0xda, 0x94, 0x43, 0xcc, 0x78, - 0x25, 0xd0, 0x8d, 0xf7, 0x6d, 0x4a, 0xed, 0x31, 0x36, 0xb9, 0x35, 0x98, 0x9e, 0x9b, 0x7d, 0x27, - 0x48, 0x5c, 0x52, 0xa5, 0x31, 0xc1, 0x8e, 0x1f, 0x57, 0x11, 0xab, 0x04, 0xf0, 0xf1, 0x8a, 0xa3, - 0x48, 0x75, 0x39, 0x50, 0xff, 0x7d, 0x0b, 0xec, 0x3d, 0x65, 0x76, 0x37, 0xdb, 0xff, 0xc6, 0xc5, - 0xce, 0x99, 0x43, 0x7c, 0xd8, 0x06, 0x15, 0x91, 0xb2, 0x47, 0x86, 0xaa, 0xd2, 0x52, 0x0e, 0x2b, - 0x9d, 0x7a, 0x14, 0x6a, 0x77, 0x83, 0xfe, 0x64, 0x7c, 0xa2, 0x67, 0x2e, 0xdd, 0x2a, 0x8b, 0xf5, - 0xd9, 0x10, 0x7e, 0x0d, 0x6a, 0x88, 0x4e, 0x1d, 0x1f, 0x7b, 0x6e, 0xdf, 0xf3, 0x03, 0x75, 0xab, - 0xa5, 0x1c, 0x56, 0x1f, 0x7f, 0x68, 0xe4, 0x5f, 0xdb, 0xe8, 0x4a, 0xd8, 0x4e, 0xe9, 0x75, 0xa8, - 0x15, 0xac, 0x85, 0x78, 0xf8, 0x39, 0xd8, 0x9d, 0x61, 0x8f, 0x11, 0xea, 0xa8, 0x45, 0x9e, 0x4a, - 0x5b, 0x95, 0xea, 0x85, 0x80, 0x59, 0x29, 0x1e, 0x9e, 0x80, 0xda, 0x10, 0x8f, 0xfb, 0x41, 0xcf, - 0xc5, 0x1e, 0xa1, 0x43, 0xb5, 0xd4, 0x52, 0x0e, 0x4b, 0x9d, 0x83, 0x28, 0xd4, 0xde, 0x13, 0x17, - 0x90, 0xbd, 0xba, 0x55, 0xe5, 0xe6, 0x33, 0x6e, 0xc1, 0x7d, 0xb0, 0xc3, 0x88, 0xed, 0x60, 0x4f, - 0xdd, 0x8e, 0xaf, 0x6d, 0x25, 0xd6, 0x49, 0xf9, 0xe7, 0x57, 0x5a, 0xe1, 0xef, 0x57, 0x5a, 0x41, - 0xd7, 0xc0, 0x83, 0xdc, 0xa6, 0x59, 0x98, 0xb9, 0xd4, 0x61, 0x58, 0xff, 0x6d, 0x17, 0xd4, 0xaf, - 0x21, 0x9e, 0x7b, 0xc1, 0xff, 0xe9, 0xea, 0x77, 0x60, 0xdf, 0xf5, 0xf0, 0x8c, 0xd0, 0x29, 0xeb, - 0xcd, 0x6f, 0x1d, 0xc7, 0x6f, 0xf1, 0xf8, 0x87, 0x51, 0xa8, 0x3d, 0x10, 0xf1, 0xf9, 0x38, 0xdd, - 0xaa, 0xa7, 0x8e, 0xf9, 0x81, 0xce, 0x86, 0xf0, 0x19, 0xa8, 0x25, 0x05, 0x99, 0xdf, 0xf7, 0x71, - 0xd2, 0xe3, 0xba, 0x21, 0x78, 0x67, 0xa4, 0xbc, 0x33, 0x4e, 0x9d, 0x40, 0xee, 0x9c, 0x1c, 0xa3, - 0x5b, 0x55, 0x61, 0x7e, 0x1b, 0x5b, 0xd7, 0x08, 0x50, 0xda, 0x90, 0x00, 0xcb, 0x53, 0xdc, 0x5e, - 0x63, 0x8a, 0x33, 0xb0, 0x27, 0xe7, 0xea, 0x25, 0xcc, 0x60, 0xea, 0x4e, 0xab, 0x78, 0x03, 0x2a, - 0x75, 0x5a, 0x51, 0xa8, 0xdd, 0x4f, 0x6e, 0x9c, 0x97, 0x47, 0xb7, 0xea, 0xf2, 0x7e, 0x12, 0xc6, - 0xe0, 0x4b, 0x50, 0x73, 0x3d, 0x4a, 0xcf, 0x7b, 0x17, 0x98, 0xd8, 0x17, 0xbe, 0xba, 0xcb, 0x7b, - 0xd0, 0x90, 0xca, 0x09, 0xa1, 0xce, 0xda, 0xc6, 0x57, 0x1c, 0xd1, 0xf9, 0x20, 0xbe, 0xf9, 0xfc, - 0x4e, 0x72, 0xb4, 0x6e, 0x55, 0xb9, 0x29, 0x90, 0xf0, 0x09, 0x00, 0xc2, 0x4b, 0x1c, 0xe2, 0xab, - 0xe5, 0x96, 0x72, 0x58, 0xeb, 0xec, 0x45, 0xa1, 0x76, 0x4f, 0x8e, 0x8c, 0x7d, 0xba, 0x55, 0xe1, - 0x06, 0x57, 0xf2, 0x49, 0x7a, 0x22, 0x51, 0x59, 0xad, 0xf0, 0xb8, 0x83, 0xe5, 0x8a, 0xc2, 0x9b, - 0x56, 0xec, 0x72, 0x0b, 0x76, 0xc1, 0x9d, 0xc4, 0x1b, 0xf3, 0xda, 0x61, 0x53, 0xa6, 0x02, 0x1e, - 0xde, 0x88, 0x42, 0x6d, 0x7f, 0x21, 0x3c, 0x05, 0xe8, 0xd6, 0xbb, 0x22, 0x43, 0xba, 0x01, 0xcf, - 0xc1, 0xdd, 0xcc, 0x9b, 0xb6, 0xa5, 0xfa, 0x9f, 0x6d, 0xd1, 0x92, 0xb6, 0x1c, 0xa4, 0x43, 0x58, - 0xcc, 0xa0, 0x5b, 0x77, 0xb2, 0xad, 0xa4, 0x3d, 0x73, 0xe1, 0xd6, 0x56, 0x08, 0xb7, 0x09, 0xee, - 0xe7, 0xc9, 0x32, 0xd3, 0xed, 0x5f, 0xdb, 0x39, 0xba, 0x3d, 0x45, 0x23, 0xf8, 0x25, 0x78, 0x67, - 0x51, 0x7b, 0x42, 0xbb, 0x6a, 0x14, 0x6a, 0xf5, 0xec, 0x7c, 0xb2, 0xe4, 0x6a, 0x48, 0x96, 0x1a, - 0x02, 0x8d, 0x05, 0x12, 0xe5, 0xe9, 0xf8, 0xa3, 0x28, 0xd4, 0x1e, 0xe6, 0x10, 0x6e, 0x29, 0xb1, - 0x2a, 0x3b, 0x17, 0xf4, 0xbc, 0xc1, 0x73, 0xb9, 0xfc, 0x14, 0x94, 0x36, 0x7e, 0x0a, 0x96, 0x65, - 0xb0, 0x7d, 0x8b, 0x32, 0x68, 0x03, 0xc1, 0xee, 0x9e, 0xef, 0x05, 0xea, 0x0e, 0xa7, 0xa3, 0xf4, - 0x88, 0x66, 0x2e, 0xdd, 0x2a, 0xf3, 0x75, 0xfc, 0xee, 0x2e, 0x6b, 0x60, 0x77, 0x33, 0x0d, 0x94, - 0x6f, 0x45, 0x03, 0x95, 0xb7, 0xaa, 0x01, 0xb0, 0x86, 0x06, 0x4e, 0xd1, 0x28, 0xd3, 0xc0, 0x2f, - 0x5b, 0x40, 0xbd, 0x06, 0xe8, 0x52, 0xe7, 0x9c, 0x78, 0x93, 0x4d, 0x75, 0x90, 0x4d, 0xae, 0x8f, - 0x46, 0x9c, 0xf6, 0x39, 0x93, 0xeb, 0xa3, 0x51, 0x3a, 0xb9, 0x58, 0x79, 0xcb, 0x44, 0x2a, 0xde, - 0x22, 0x91, 0xe6, 0xcd, 0x2a, 0xad, 0x68, 0x96, 0x0e, 0x5a, 0xab, 0x7a, 0x91, 0x36, 0xec, 0xf1, - 0x3f, 0x45, 0x50, 0x7c, 0xca, 0x6c, 0xf8, 0x23, 0x80, 0x39, 0xff, 0xa8, 0xa3, 0x55, 0x22, 0xcc, - 0xfd, 0x41, 0x34, 0x3e, 0x5d, 0x0b, 0x9e, 0x9e, 0x01, 0x7e, 0x0f, 0xee, 0x5d, 0xff, 0x6c, 0x7c, - 0x72, 0xe3, 0x5c, 0xcf, 0xbd, 0xa0, 0xf1, 0x64, 0x1d, 0xf4, 0xea, 0xc2, 0xf1, 0xcc, 0x6e, 0x5e, - 0xf8, 0x14, 0x8d, 0xd6, 0x28, 0x2c, 0xd1, 0x14, 0xfe, 0xa4, 0x80, 0xbd, 0x7c, 0x8e, 0x3e, 0xba, - 0x71, 0xbe, 0x24, 0xa2, 0xf1, 0xd9, 0xba, 0x11, 0xe9, 0x29, 0x3a, 0x2f, 0x5e, 0x5f, 0x36, 0x95, - 0x37, 0x97, 0x4d, 0xe5, 0xcf, 0xcb, 0xa6, 0xf2, 0xeb, 0x55, 0xb3, 0xf0, 0xe6, 0xaa, 0x59, 0xf8, - 0xe3, 0xaa, 0x59, 0x78, 0xf9, 0x85, 0x4d, 0xfc, 0x8b, 0xe9, 0xc0, 0x40, 0x74, 0x62, 0x22, 0xca, - 0x26, 0x94, 0x99, 0x64, 0x80, 0x8e, 0x6c, 0x6a, 0xce, 0x8e, 0xcd, 0x09, 0x1d, 0x4e, 0xc7, 0x98, - 0x89, 0x2f, 0xfa, 0xa3, 0xe3, 0x23, 0xe9, 0x97, 0xee, 0x07, 0x2e, 0x66, 0x83, 0x1d, 0xfe, 0xe4, - 0x1e, 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0xef, 0xf1, 0x60, 0x63, 0x54, 0x0c, 0x00, 0x00, + 0x14, 0xb6, 0x62, 0x27, 0xb1, 0xd7, 0x86, 0xbb, 0x5b, 0x9c, 0x44, 0x88, 0x3b, 0xcb, 0xa7, 0x81, + 0x21, 0x05, 0x91, 0xce, 0x97, 0x63, 0x06, 0x3c, 0x43, 0x11, 0xbb, 0x21, 0xc5, 0xc1, 0x8d, 0xc8, + 0xc0, 0xcc, 0x35, 0x1e, 0x5b, 0xde, 0x28, 0x3b, 0x76, 0x76, 0x35, 0x92, 0x6c, 0x10, 0x2d, 0x0d, + 0x43, 0x45, 0x43, 0x7f, 0xff, 0x81, 0x3f, 0x71, 0xe5, 0x95, 0x54, 0x1a, 0x48, 0x1a, 0x6a, 0x75, + 0x74, 0x8c, 0x76, 0x25, 0x79, 0x6d, 0xcb, 0x83, 0x8d, 0x73, 0xdd, 0xbe, 0x7d, 0xdf, 0x7b, 0x6f, + 0xf7, 0xbd, 0xef, 0xdb, 0x59, 0xa0, 0xe2, 0x81, 0x65, 0x58, 0xd4, 0x45, 0x86, 0x45, 0x09, 0x41, + 0x96, 0x8f, 0x29, 0x31, 0xa6, 0x2d, 0xc3, 0xff, 0x41, 0x77, 0x5c, 0xea, 0x53, 0x78, 0x88, 0x07, + 0x96, 0x1e, 0x03, 0xf4, 0x19, 0x40, 0x9f, 0xb6, 0x94, 0xba, 0x4d, 0x6d, 0xca, 0x20, 0x46, 0xbc, + 0xe2, 0x68, 0xe5, 0x7d, 0x9b, 0x52, 0x7b, 0x8c, 0x0c, 0x66, 0x0d, 0x26, 0x97, 0x46, 0x9f, 0x04, + 0x89, 0x4b, 0xa8, 0x34, 0xc6, 0x88, 0xf8, 0x71, 0x15, 0xbe, 0x4a, 0x00, 0x1f, 0xaf, 0x38, 0x8a, + 0x50, 0x97, 0x01, 0xb5, 0xdf, 0x77, 0xc0, 0xc1, 0x73, 0xcf, 0xee, 0x66, 0xfb, 0x5f, 0x3b, 0x88, + 0x9c, 0x13, 0xec, 0xc3, 0x16, 0xa8, 0xf0, 0x94, 0x3d, 0x3c, 0x94, 0xa5, 0xa6, 0x74, 0x5c, 0xe9, + 0xd4, 0xa3, 0x50, 0xbd, 0x1f, 0xf4, 0xaf, 0xc7, 0x6d, 0x2d, 0x73, 0x69, 0x66, 0x99, 0xaf, 0xcf, + 0x87, 0xf0, 0x2b, 0x50, 0xb3, 0xe8, 0x84, 0xf8, 0xc8, 0x75, 0xfa, 0xae, 0x1f, 0xc8, 0x3b, 0x4d, + 0xe9, 0xb8, 0xfa, 0xf4, 0x43, 0x3d, 0xff, 0xda, 0x7a, 0x57, 0xc0, 0x76, 0x4a, 0xaf, 0x43, 0xb5, + 0x60, 0xce, 0xc5, 0xc3, 0xcf, 0xc1, 0xfe, 0x14, 0xb9, 0x1e, 0xa6, 0x44, 0x2e, 0xb2, 0x54, 0xea, + 0xaa, 0x54, 0xdf, 0x72, 0x98, 0x99, 0xe2, 0x61, 0x1b, 0xd4, 0x86, 0x68, 0xdc, 0x0f, 0x7a, 0x0e, + 0x72, 0x31, 0x1d, 0xca, 0xa5, 0xa6, 0x74, 0x5c, 0xea, 0x1c, 0x45, 0xa1, 0xfa, 0x1e, 0xbf, 0x80, + 0xe8, 0xd5, 0xcc, 0x2a, 0x33, 0x5f, 0x30, 0x0b, 0x1e, 0x82, 0x3d, 0x0f, 0xdb, 0x04, 0xb9, 0xf2, + 0x6e, 0x7c, 0x6d, 0x33, 0xb1, 0xda, 0xe5, 0x9f, 0x5f, 0xa9, 0x85, 0xbf, 0x5f, 0xa9, 0x05, 0x4d, + 0x05, 0x8f, 0x72, 0x9b, 0x66, 0x22, 0xcf, 0xa1, 0xc4, 0x43, 0xda, 0x6f, 0xfb, 0xa0, 0xbe, 0x84, + 0xb8, 0x70, 0x83, 0xff, 0xd3, 0xd5, 0xef, 0xc0, 0xa1, 0xe3, 0xa2, 0x29, 0xa6, 0x13, 0xaf, 0x37, + 0xbb, 0x75, 0x1c, 0xbf, 0xc3, 0xe2, 0x1f, 0x47, 0xa1, 0xfa, 0x88, 0xc7, 0xe7, 0xe3, 0x34, 0xb3, + 0x9e, 0x3a, 0x66, 0x07, 0x3a, 0x1f, 0xc2, 0x17, 0xa0, 0x96, 0x14, 0xf4, 0xfc, 0xbe, 0x8f, 0x92, + 0x1e, 0xd7, 0x75, 0xce, 0x3b, 0x3d, 0xe5, 0x9d, 0x7e, 0x46, 0x02, 0xb1, 0x73, 0x62, 0x8c, 0x66, + 0x56, 0xb9, 0xf9, 0x4d, 0x6c, 0x2d, 0x11, 0xa0, 0xb4, 0x25, 0x01, 0x16, 0xa7, 0xb8, 0xbb, 0xc1, + 0x14, 0xa7, 0xe0, 0x40, 0xcc, 0xd5, 0x4b, 0x98, 0xe1, 0xc9, 0x7b, 0xcd, 0xe2, 0x1a, 0x54, 0xea, + 0x34, 0xa3, 0x50, 0x7d, 0x98, 0xdc, 0x38, 0x2f, 0x8f, 0x66, 0xd6, 0xc5, 0xfd, 0x24, 0xcc, 0x83, + 0x2f, 0x41, 0xcd, 0x71, 0x29, 0xbd, 0xec, 0x5d, 0x21, 0x6c, 0x5f, 0xf9, 0xf2, 0x3e, 0xeb, 0x81, + 0x22, 0x94, 0xe3, 0x42, 0x9d, 0xb6, 0xf4, 0x2f, 0x19, 0xa2, 0xf3, 0x41, 0x7c, 0xf3, 0xd9, 0x9d, + 0xc4, 0x68, 0xcd, 0xac, 0x32, 0x93, 0x23, 0xe1, 0x33, 0x00, 0xb8, 0x17, 0x13, 0xec, 0xcb, 0xe5, + 0xa6, 0x74, 0x5c, 0xeb, 0x1c, 0x44, 0xa1, 0xfa, 0x40, 0x8c, 0x8c, 0x7d, 0x9a, 0x59, 0x61, 0x06, + 0x53, 0x72, 0x3b, 0x3d, 0x11, 0xaf, 0x2c, 0x57, 0x58, 0xdc, 0xd1, 0x62, 0x45, 0xee, 0x4d, 0x2b, + 0x76, 0x99, 0x05, 0xbb, 0xe0, 0x5e, 0xe2, 0x8d, 0x79, 0x4d, 0xbc, 0x89, 0x27, 0x03, 0x16, 0xae, + 0x44, 0xa1, 0x7a, 0x38, 0x17, 0x9e, 0x02, 0x34, 0xf3, 0x5d, 0x9e, 0x21, 0xdd, 0x80, 0x97, 0xe0, + 0x7e, 0xe6, 0x4d, 0xdb, 0x52, 0xfd, 0xcf, 0xb6, 0xa8, 0x49, 0x5b, 0x8e, 0xd2, 0x21, 0xcc, 0x67, + 0xd0, 0xcc, 0x7b, 0xd9, 0x56, 0xd2, 0x9e, 0x99, 0x70, 0x6b, 0x2b, 0x84, 0xdb, 0x00, 0x0f, 0xf3, + 0x64, 0x99, 0xe9, 0xf6, 0xaf, 0xdd, 0x1c, 0xdd, 0x9e, 0x59, 0x23, 0xf8, 0x05, 0x78, 0x67, 0x5e, + 0x7b, 0x5c, 0xbb, 0x72, 0x14, 0xaa, 0xf5, 0xec, 0x7c, 0xa2, 0xe4, 0x6a, 0x96, 0x28, 0x35, 0x0b, + 0x28, 0x73, 0x24, 0xca, 0xd3, 0xf1, 0x47, 0x51, 0xa8, 0x3e, 0xce, 0x21, 0xdc, 0x42, 0x62, 0x59, + 0x74, 0xce, 0xe9, 0x79, 0x8b, 0xe7, 0x72, 0xf1, 0x29, 0x28, 0x6d, 0xfd, 0x14, 0x2c, 0xca, 0x60, + 0xf7, 0x0e, 0x65, 0xd0, 0x02, 0x9c, 0xdd, 0x3d, 0xdf, 0x0d, 0xe4, 0x3d, 0x46, 0x47, 0xe1, 0x11, + 0xcd, 0x5c, 0x9a, 0x59, 0x66, 0xeb, 0xf8, 0xdd, 0x5d, 0xd4, 0xc0, 0xfe, 0x76, 0x1a, 0x28, 0xdf, + 0x89, 0x06, 0x2a, 0x6f, 0x55, 0x03, 0x60, 0x03, 0x0d, 0x9c, 0x59, 0xa3, 0x4c, 0x03, 0xbf, 0xec, + 0x00, 0x79, 0x09, 0xd0, 0xa5, 0xe4, 0x12, 0xbb, 0xd7, 0xdb, 0xea, 0x20, 0x9b, 0x5c, 0xdf, 0x1a, + 0x31, 0xda, 0xe7, 0x4c, 0xae, 0x6f, 0x8d, 0xd2, 0xc9, 0xc5, 0xca, 0x5b, 0x24, 0x52, 0xf1, 0x0e, + 0x89, 0x34, 0x6b, 0x56, 0x69, 0x45, 0xb3, 0x34, 0xd0, 0x5c, 0xd5, 0x8b, 0xb4, 0x61, 0x4f, 0xff, + 0x29, 0x82, 0xe2, 0x73, 0xcf, 0x86, 0x3f, 0x02, 0x98, 0xf3, 0x8f, 0x3a, 0x59, 0x25, 0xc2, 0xdc, + 0x1f, 0x84, 0xf2, 0xe9, 0x46, 0xf0, 0xf4, 0x0c, 0xf0, 0x7b, 0xf0, 0x60, 0xf9, 0xb3, 0xf1, 0xc9, + 0xda, 0xb9, 0x2e, 0xdc, 0x40, 0x79, 0xb6, 0x09, 0x7a, 0x75, 0xe1, 0x78, 0x66, 0xeb, 0x17, 0x3e, + 0xb3, 0x46, 0x1b, 0x14, 0x16, 0x68, 0x0a, 0x7f, 0x92, 0xc0, 0x41, 0x3e, 0x47, 0x9f, 0xac, 0x9d, + 0x2f, 0x89, 0x50, 0x3e, 0xdb, 0x34, 0x22, 0x3d, 0x45, 0xe7, 0xe2, 0xf5, 0x4d, 0x43, 0x7a, 0x73, + 0xd3, 0x90, 0xfe, 0xbc, 0x69, 0x48, 0xbf, 0xde, 0x36, 0x0a, 0x6f, 0x6e, 0x1b, 0x85, 0x3f, 0x6e, + 0x1b, 0x85, 0x97, 0x6d, 0x1b, 0xfb, 0x57, 0x93, 0x81, 0x6e, 0xd1, 0x6b, 0x63, 0x8c, 0x09, 0x32, + 0xf0, 0xc0, 0x3a, 0xb1, 0xa9, 0x31, 0x3d, 0x35, 0xae, 0xe9, 0x70, 0x32, 0x46, 0x1e, 0xff, 0xa0, + 0x3f, 0x39, 0x3d, 0x11, 0xfe, 0xe8, 0x7e, 0xe0, 0x20, 0x6f, 0xb0, 0xc7, 0x1e, 0xdc, 0xd3, 0x7f, + 0x03, 0x00, 0x00, 0xff, 0xff, 0x68, 0x7a, 0xb6, 0x7c, 0x52, 0x0c, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/03-connection/types/version.go b/modules/core/03-connection/types/version.go index 0a42e314854..331867ce50a 100644 --- a/modules/core/03-connection/types/version.go +++ b/modules/core/03-connection/types/version.go @@ -5,7 +5,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/03-connection/types/version_test.go b/modules/core/03-connection/types/version_test.go index 404f4f8ca56..c78c77a239d 100644 --- a/modules/core/03-connection/types/version_test.go +++ b/modules/core/03-connection/types/version_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) func TestValidateVersion(t *testing.T) { diff --git a/modules/core/04-channel/client/cli/cli.go b/modules/core/04-channel/client/cli/cli.go index e4dc2ef5711..34c4bac6292 100644 --- a/modules/core/04-channel/client/cli/cli.go +++ b/modules/core/04-channel/client/cli/cli.go @@ -4,7 +4,7 @@ import ( "github.com/line/lbm-sdk/client" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // GetQueryCmd returns the query commands for IBC channels diff --git a/modules/core/04-channel/client/cli/query.go b/modules/core/04-channel/client/cli/query.go index 4d3e47fb268..6a9cb7115b1 100644 --- a/modules/core/04-channel/client/cli/query.go +++ b/modules/core/04-channel/client/cli/query.go @@ -9,9 +9,9 @@ import ( "github.com/line/lbm-sdk/version" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/utils" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/04-channel/client/utils" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/04-channel/client/utils/utils.go b/modules/core/04-channel/client/utils/utils.go index f4e475432a3..9e79821aa4a 100644 --- a/modules/core/04-channel/client/utils/utils.go +++ b/modules/core/04-channel/client/utils/utils.go @@ -8,12 +8,12 @@ import ( "github.com/line/lbm-sdk/codec" sdkerrors "github.com/line/lbm-sdk/types/errors" - clientutils "github.com/cosmos/ibc-go/v3/modules/core/02-client/client/utils" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/client" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clientutils "github.com/line/ibc-go/v3/modules/core/02-client/client/utils" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/line/ibc-go/v3/modules/core/client" + "github.com/line/ibc-go/v3/modules/core/exported" ) // QueryChannel returns a channel end. diff --git a/modules/core/04-channel/genesis.go b/modules/core/04-channel/genesis.go index 9730d99e388..78d7fef8fe8 100644 --- a/modules/core/04-channel/genesis.go +++ b/modules/core/04-channel/genesis.go @@ -3,8 +3,8 @@ package channel import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/keeper" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // InitGenesis initializes the ibc channel submodule's state from a provided genesis diff --git a/modules/core/04-channel/keeper/events.go b/modules/core/04-channel/keeper/events.go index 36cf1e81042..e49a29b69dd 100644 --- a/modules/core/04-channel/keeper/events.go +++ b/modules/core/04-channel/keeper/events.go @@ -6,8 +6,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // EmitChannelOpenInitEvent emits a channel open init event diff --git a/modules/core/04-channel/keeper/grpc_query.go b/modules/core/04-channel/keeper/grpc_query.go index 38a218311a1..866a1036165 100644 --- a/modules/core/04-channel/keeper/grpc_query.go +++ b/modules/core/04-channel/keeper/grpc_query.go @@ -12,10 +12,10 @@ import ( "google.golang.org/grpc/codes" "google.golang.org/grpc/status" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) var _ types.QueryServer = (*Keeper)(nil) diff --git a/modules/core/04-channel/keeper/grpc_query_test.go b/modules/core/04-channel/keeper/grpc_query_test.go index 5b3ce1cd7d6..0fe4a47f2dd 100644 --- a/modules/core/04-channel/keeper/grpc_query_test.go +++ b/modules/core/04-channel/keeper/grpc_query_test.go @@ -6,11 +6,11 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/query" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *KeeperTestSuite) TestQueryChannel() { diff --git a/modules/core/04-channel/keeper/handshake.go b/modules/core/04-channel/keeper/handshake.go index 54b66611bc7..486557f11e6 100644 --- a/modules/core/04-channel/keeper/handshake.go +++ b/modules/core/04-channel/keeper/handshake.go @@ -8,11 +8,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ChanOpenInit is called by a module to initiate a channel opening handshake with diff --git a/modules/core/04-channel/keeper/handshake_test.go b/modules/core/04-channel/keeper/handshake_test.go index 1d5046d3ce6..b95c0ce3120 100644 --- a/modules/core/04-channel/keeper/handshake_test.go +++ b/modules/core/04-channel/keeper/handshake_test.go @@ -5,12 +5,12 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) type testCase = struct { diff --git a/modules/core/04-channel/keeper/keeper.go b/modules/core/04-channel/keeper/keeper.go index 14469ad4d7e..a22b42f4afc 100644 --- a/modules/core/04-channel/keeper/keeper.go +++ b/modules/core/04-channel/keeper/keeper.go @@ -12,12 +12,12 @@ import ( "github.com/line/ostracon/libs/log" db "github.com/tendermint/tm-db" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ porttypes.ICS4Wrapper = Keeper{} diff --git a/modules/core/04-channel/keeper/keeper_test.go b/modules/core/04-channel/keeper/keeper_test.go index 60888f11c3c..a2211fcce2b 100644 --- a/modules/core/04-channel/keeper/keeper_test.go +++ b/modules/core/04-channel/keeper/keeper_test.go @@ -5,8 +5,8 @@ import ( "github.com/stretchr/testify/suite" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) // KeeperTestSuite is a testing suite to test keeper functions. diff --git a/modules/core/04-channel/keeper/packet.go b/modules/core/04-channel/keeper/packet.go index b5a4903e5e0..eb7440f3232 100644 --- a/modules/core/04-channel/keeper/packet.go +++ b/modules/core/04-channel/keeper/packet.go @@ -9,11 +9,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // SendPacket is called by a module in order to send an IBC packet on a channel diff --git a/modules/core/04-channel/keeper/packet_test.go b/modules/core/04-channel/keeper/packet_test.go index 729d278127b..979593b3c4d 100644 --- a/modules/core/04-channel/keeper/packet_test.go +++ b/modules/core/04-channel/keeper/packet_test.go @@ -7,14 +7,14 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibcmock "github.com/line/ibc-go/v3/testing/mock" ) var ( diff --git a/modules/core/04-channel/keeper/timeout.go b/modules/core/04-channel/keeper/timeout.go index 9e06b911203..9c7aede9c6f 100644 --- a/modules/core/04-channel/keeper/timeout.go +++ b/modules/core/04-channel/keeper/timeout.go @@ -8,10 +8,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // TimeoutPacket is called by a module which originally attempted to send a diff --git a/modules/core/04-channel/keeper/timeout_test.go b/modules/core/04-channel/keeper/timeout_test.go index 240d53d1228..7087d3ca082 100644 --- a/modules/core/04-channel/keeper/timeout_test.go +++ b/modules/core/04-channel/keeper/timeout_test.go @@ -7,12 +7,12 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) // TestTimeoutPacket test the TimeoutPacket call on chainA by ensuring the timeout has passed diff --git a/modules/core/04-channel/module.go b/modules/core/04-channel/module.go index 00dfc6a808b..6862408e807 100644 --- a/modules/core/04-channel/module.go +++ b/modules/core/04-channel/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/client/cli" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/client/cli" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // Name returns the IBC channel ICS name. diff --git a/modules/core/04-channel/simulation/decoder.go b/modules/core/04-channel/simulation/decoder.go index fdbb1ced6a6..360ac24ecf3 100644 --- a/modules/core/04-channel/simulation/decoder.go +++ b/modules/core/04-channel/simulation/decoder.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/kv" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/04-channel/simulation/decoder_test.go b/modules/core/04-channel/simulation/decoder_test.go index 3bd58739ede..d003e8319e3 100644 --- a/modules/core/04-channel/simulation/decoder_test.go +++ b/modules/core/04-channel/simulation/decoder_test.go @@ -8,10 +8,10 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/04-channel/simulation/genesis.go b/modules/core/04-channel/simulation/genesis.go index 01c31b4d2e5..5539ff255da 100644 --- a/modules/core/04-channel/simulation/genesis.go +++ b/modules/core/04-channel/simulation/genesis.go @@ -5,7 +5,7 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // GenChannelGenesis returns the default channel genesis state. diff --git a/modules/core/04-channel/types/acknowledgement_test.go b/modules/core/04-channel/types/acknowledgement_test.go index 658ff31a8b5..43baf98ecbd 100644 --- a/modules/core/04-channel/types/acknowledgement_test.go +++ b/modules/core/04-channel/types/acknowledgement_test.go @@ -1,6 +1,6 @@ package types_test -import "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" +import "github.com/line/ibc-go/v3/modules/core/04-channel/types" // tests acknowledgement.ValidateBasic and acknowledgement.GetBytes func (suite TypesTestSuite) TestAcknowledgement() { diff --git a/modules/core/04-channel/types/channel.go b/modules/core/04-channel/types/channel.go index 1b0fb213ed3..7e445de9d08 100644 --- a/modules/core/04-channel/types/channel.go +++ b/modules/core/04-channel/types/channel.go @@ -3,8 +3,8 @@ package types import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/04-channel/types/channel.pb.go b/modules/core/04-channel/types/channel.pb.go index 4ebbe01c977..303cb7483d8 100644 --- a/modules/core/04-channel/types/channel.pb.go +++ b/modules/core/04-channel/types/channel.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" @@ -455,64 +455,64 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/channel.proto", fileDescriptor_c3a07336710636a0) } var fileDescriptor_c3a07336710636a0 = []byte{ - // 911 bytes of a gzipped FileDescriptorProto + // 910 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x55, 0xcd, 0x8e, 0xda, 0x56, 0x14, 0xc6, 0x83, 0xf9, 0x3b, 0x0c, 0x0c, 0x73, 0xd3, 0x21, 0xae, 0x9b, 0x60, 0x62, 0x75, 0x31, - 0x4a, 0x15, 0xc8, 0x24, 0x51, 0xab, 0x66, 0xd5, 0xe1, 0x27, 0x1a, 0xab, 0x11, 0x8c, 0x0c, 0xb3, + 0x4a, 0x15, 0xc8, 0x24, 0x51, 0x23, 0x65, 0xd5, 0xe1, 0x27, 0x1a, 0xab, 0x11, 0x4c, 0x0d, 0xb3, 0x68, 0x36, 0x14, 0xec, 0x5b, 0xb0, 0x02, 0xbe, 0xd4, 0xbe, 0x30, 0x9a, 0x37, 0x88, 0x58, 0xf5, 0x05, 0x90, 0x2a, 0x55, 0xed, 0x2b, 0xf4, 0x15, 0xb2, 0xcc, 0xb2, 0x2b, 0xab, 0x9a, 0x59, 0x74, - 0xcf, 0x0b, 0xb4, 0xf2, 0xbd, 0xd7, 0xfc, 0x4c, 0xa2, 0x2c, 0xbb, 0xca, 0x8a, 0x7b, 0xbe, 0xef, + 0xcf, 0x0b, 0xb4, 0xf2, 0xbd, 0xd7, 0xfc, 0x4c, 0xa2, 0x2c, 0xbb, 0xea, 0x8a, 0x7b, 0xbe, 0xef, 0x3b, 0x3f, 0x3e, 0xe7, 0x70, 0x2f, 0x3c, 0x70, 0x06, 0x56, 0xd5, 0x22, 0x1e, 0xae, 0x5a, 0xa3, 0xbe, 0xeb, 0xe2, 0x71, 0x75, 0x7e, 0x12, 0x1d, 0x2b, 0x53, 0x8f, 0x50, 0x82, 0xee, 0x38, 0x03, 0xab, 0x12, 0x4a, 0x2a, 0x11, 0x3e, 0x3f, 0x51, 0x3f, 0x1b, 0x92, 0x21, 0x61, 0x7c, 0x35, 0x3c, - 0x71, 0xa9, 0xaa, 0x6d, 0xa2, 0x8d, 0x1d, 0xec, 0x52, 0x16, 0x8c, 0x9d, 0xb8, 0x40, 0xff, 0x7d, + 0x71, 0xa9, 0xaa, 0x6d, 0xa2, 0x8d, 0x1d, 0xec, 0x52, 0x16, 0x8c, 0x9d, 0xb8, 0x40, 0xff, 0x6d, 0x0f, 0x52, 0x75, 0x1e, 0x05, 0x3d, 0x86, 0x84, 0x4f, 0xfb, 0x14, 0x2b, 0x52, 0x59, 0x3a, 0xce, - 0x3f, 0x51, 0x2b, 0x1f, 0xc8, 0x53, 0xe9, 0x84, 0x0a, 0x93, 0x0b, 0xd1, 0xd7, 0x90, 0x26, 0x9e, - 0x8d, 0x3d, 0xc7, 0x1d, 0x2a, 0x7b, 0x1f, 0x71, 0x6a, 0x87, 0x22, 0x73, 0xad, 0x45, 0xdf, 0xc3, + 0x3f, 0x51, 0x2b, 0x1f, 0xc9, 0x53, 0xe9, 0x84, 0x0a, 0x93, 0x0b, 0xd1, 0xd7, 0x90, 0x26, 0x9e, + 0x8d, 0x3d, 0xc7, 0x1d, 0x2a, 0x7b, 0x9f, 0x70, 0x6a, 0x87, 0x22, 0x73, 0xad, 0x45, 0xdf, 0xc2, 0xbe, 0x45, 0x66, 0x2e, 0xc5, 0xde, 0xb4, 0xef, 0xd1, 0x2b, 0x25, 0x5e, 0x96, 0x8e, 0xb3, 0x4f, - 0x1e, 0x7c, 0xd0, 0xb7, 0xbe, 0x25, 0xac, 0xc9, 0x6f, 0x03, 0x2d, 0x66, 0xee, 0x38, 0xa3, 0x3a, + 0x1e, 0x7c, 0xd4, 0xb7, 0xbe, 0x25, 0xac, 0xc9, 0xef, 0x02, 0x2d, 0x66, 0xee, 0x38, 0xa3, 0x3a, 0x1c, 0x58, 0xc4, 0x75, 0xb1, 0x45, 0x1d, 0xe2, 0xf6, 0x46, 0x64, 0xea, 0x2b, 0x72, 0x39, 0x7e, - 0x9c, 0xa9, 0xa9, 0xab, 0x40, 0x2b, 0x5e, 0xf5, 0x27, 0xe3, 0xe7, 0xfa, 0x2d, 0x81, 0x6e, 0xe6, + 0x9c, 0xa9, 0xa9, 0xab, 0x40, 0x2b, 0x5e, 0xf5, 0x27, 0xe3, 0x17, 0xfa, 0x2d, 0x81, 0x6e, 0xe6, 0x37, 0xc8, 0x19, 0x99, 0xfa, 0x48, 0x81, 0xd4, 0x1c, 0x7b, 0xbe, 0x43, 0x5c, 0x25, 0x51, 0x96, - 0x8e, 0x33, 0x66, 0x64, 0x3e, 0x97, 0xdf, 0xfc, 0xaa, 0xc5, 0xf4, 0x7f, 0xf6, 0xe0, 0xd0, 0xb0, - 0xb1, 0x4b, 0x9d, 0x9f, 0x1c, 0x6c, 0x7f, 0xea, 0xd8, 0x47, 0x3a, 0x86, 0xee, 0x42, 0x6a, 0x4a, - 0x3c, 0xda, 0x73, 0x6c, 0x25, 0xc9, 0x98, 0x64, 0x68, 0x1a, 0x36, 0xba, 0x0f, 0x20, 0xca, 0x0c, - 0xb9, 0x14, 0xe3, 0x32, 0x02, 0x31, 0x6c, 0xd1, 0xe9, 0x4b, 0xd8, 0xdf, 0xfe, 0x00, 0xf4, 0xd5, - 0x26, 0x5a, 0xd8, 0xe5, 0x4c, 0x0d, 0xad, 0x02, 0x2d, 0xcf, 0x8b, 0x14, 0x84, 0xbe, 0xce, 0xf0, - 0x6c, 0x27, 0xc3, 0x1e, 0xd3, 0x1f, 0xad, 0x02, 0xed, 0x50, 0x7c, 0xd4, 0x9a, 0xd3, 0xdf, 0x4f, - 0xfc, 0x6f, 0x1c, 0x92, 0xe7, 0x7d, 0xeb, 0x35, 0xa6, 0x48, 0x85, 0xb4, 0x8f, 0x7f, 0x9e, 0x61, - 0xd7, 0xe2, 0xa3, 0x95, 0xcd, 0xb5, 0x8d, 0xbe, 0x81, 0xac, 0x4f, 0x66, 0x9e, 0x85, 0x7b, 0x61, + 0x8e, 0x33, 0x66, 0x64, 0xbe, 0x90, 0xdf, 0xfe, 0xa2, 0xc5, 0xf4, 0xbf, 0xf7, 0xe0, 0xd0, 0xb0, + 0xb1, 0x4b, 0x9d, 0x1f, 0x1d, 0x6c, 0xff, 0xdf, 0xb1, 0x4f, 0x74, 0x0c, 0xdd, 0x85, 0xd4, 0x94, + 0x78, 0xb4, 0xe7, 0xd8, 0x4a, 0x92, 0x31, 0xc9, 0xd0, 0x34, 0x6c, 0x74, 0x1f, 0x40, 0x94, 0x19, + 0x72, 0x29, 0xc6, 0x65, 0x04, 0x62, 0xd8, 0xa2, 0xd3, 0x97, 0xb0, 0xbf, 0xfd, 0x01, 0xe8, 0xab, + 0x4d, 0xb4, 0xb0, 0xcb, 0x99, 0x1a, 0x5a, 0x05, 0x5a, 0x9e, 0x17, 0x29, 0x08, 0x7d, 0x9d, 0xe1, + 0xd9, 0x4e, 0x86, 0x3d, 0xa6, 0x3f, 0x5a, 0x05, 0xda, 0xa1, 0xf8, 0xa8, 0x35, 0xa7, 0x7f, 0x98, + 0xf8, 0x9f, 0x38, 0x24, 0xcf, 0xfb, 0xd6, 0x1b, 0x4c, 0x91, 0x0a, 0x69, 0x1f, 0xff, 0x34, 0xc3, + 0xae, 0xc5, 0x47, 0x2b, 0x9b, 0x6b, 0x1b, 0x3d, 0x87, 0xac, 0x4f, 0x66, 0x9e, 0x85, 0x7b, 0x61, 0x4e, 0x91, 0xa3, 0xb8, 0x0a, 0x34, 0xc4, 0x73, 0x6c, 0x91, 0xba, 0x09, 0xdc, 0x3a, 0x27, 0x1e, - 0x45, 0xdf, 0x41, 0x5e, 0x70, 0x22, 0x33, 0x1b, 0x62, 0xa6, 0xf6, 0xf9, 0x2a, 0xd0, 0x8e, 0x76, - 0x7c, 0x05, 0xaf, 0x9b, 0x39, 0x0e, 0x44, 0xeb, 0xf6, 0x02, 0x0a, 0x36, 0xf6, 0xa9, 0xe3, 0xf6, + 0x45, 0xdf, 0x40, 0x5e, 0x70, 0x22, 0x33, 0x1b, 0x62, 0xa6, 0xf6, 0xf9, 0x2a, 0xd0, 0x8e, 0x76, + 0x7c, 0x05, 0xaf, 0x9b, 0x39, 0x0e, 0x44, 0xeb, 0xf6, 0x12, 0x0a, 0x36, 0xf6, 0xa9, 0xe3, 0xf6, 0xd9, 0x5c, 0x58, 0x7e, 0x99, 0xc5, 0xf8, 0x62, 0x15, 0x68, 0x77, 0x79, 0x8c, 0xdb, 0x0a, 0xdd, 0x3c, 0xd8, 0x82, 0x58, 0x25, 0x6d, 0xb8, 0xb3, 0xad, 0x8a, 0xca, 0x61, 0x63, 0xac, 0x95, 0x56, - 0x81, 0xa6, 0xbe, 0x1f, 0x6a, 0x5d, 0x13, 0xda, 0x42, 0xa3, 0xc2, 0x10, 0xc8, 0x76, 0x9f, 0xf6, - 0xd9, 0xb8, 0xf7, 0x4d, 0x76, 0x46, 0x3f, 0x42, 0x9e, 0x3a, 0x13, 0x4c, 0x66, 0xb4, 0x37, 0xc2, + 0x81, 0xa6, 0x7e, 0x18, 0x6a, 0x5d, 0x13, 0xda, 0x42, 0xa3, 0xc2, 0x10, 0xc8, 0x76, 0x9f, 0xf6, + 0xd9, 0xb8, 0xf7, 0x4d, 0x76, 0x46, 0x3f, 0x40, 0x9e, 0x3a, 0x13, 0x4c, 0x66, 0xb4, 0x37, 0xc2, 0xce, 0x70, 0x44, 0xd9, 0xc0, 0xb3, 0x3b, 0xfb, 0xce, 0x6f, 0xa2, 0xf9, 0x49, 0xe5, 0x8c, 0x29, 0x6a, 0xf7, 0xc3, 0x65, 0xdd, 0xb4, 0x63, 0xd7, 0x5f, 0x37, 0x73, 0x02, 0xe0, 0x6a, 0x64, 0xc0, 0x61, 0xa4, 0x08, 0x7f, 0x7d, 0xda, 0x9f, 0x4c, 0x95, 0x74, 0x38, 0xae, 0xda, 0xbd, 0x55, 0xa0, - 0x29, 0xbb, 0x41, 0xd6, 0x12, 0xdd, 0x2c, 0x08, 0xac, 0x1b, 0x41, 0x62, 0x03, 0xfe, 0x90, 0x20, - 0xcb, 0x37, 0x80, 0xfd, 0x67, 0xff, 0x87, 0xd5, 0xdb, 0xd9, 0xb4, 0xf8, 0xad, 0x4d, 0x8b, 0xba, - 0x2a, 0x6f, 0xba, 0x2a, 0x0a, 0x6d, 0xc3, 0xc1, 0xa9, 0xf5, 0xda, 0x25, 0x97, 0x63, 0x6c, 0x0f, + 0x29, 0xbb, 0x41, 0xd6, 0x12, 0xdd, 0x2c, 0x08, 0xac, 0x1b, 0x41, 0x62, 0x03, 0x7e, 0x97, 0x20, + 0xcb, 0x37, 0x80, 0xfd, 0x67, 0xff, 0x83, 0xd5, 0xdb, 0xd9, 0xb4, 0xf8, 0xad, 0x4d, 0x8b, 0xba, + 0x2a, 0x6f, 0xba, 0x2a, 0x0a, 0x6d, 0xc3, 0xc1, 0xa9, 0xf5, 0xc6, 0x25, 0x97, 0x63, 0x6c, 0x0f, 0xf1, 0x04, 0xbb, 0x14, 0x29, 0x90, 0xf4, 0xb0, 0x3f, 0x1b, 0x53, 0xe5, 0x28, 0x94, 0x9f, 0xc5, 0x4c, 0x61, 0xa3, 0x22, 0x24, 0xb0, 0xe7, 0x11, 0x4f, 0x29, 0x86, 0x35, 0x9d, 0xc5, 0x4c, 0x6e, - 0xd6, 0x00, 0xd2, 0x1e, 0xf6, 0xa7, 0xc4, 0xf5, 0xf1, 0xc3, 0x3f, 0x25, 0x48, 0x74, 0xc4, 0x05, - 0xa5, 0x75, 0xba, 0xa7, 0xdd, 0x66, 0xef, 0xa2, 0x65, 0xb4, 0x8c, 0xae, 0x71, 0xfa, 0xd2, 0x78, - 0xd5, 0x6c, 0xf4, 0x2e, 0x5a, 0x9d, 0xf3, 0x66, 0xdd, 0x78, 0x61, 0x34, 0x1b, 0x85, 0x98, 0x7a, + 0xd6, 0x00, 0xd2, 0x1e, 0xf6, 0xa7, 0xc4, 0xf5, 0xf1, 0xc3, 0x3f, 0x24, 0x48, 0x74, 0xc4, 0x05, + 0xa5, 0x75, 0xba, 0xa7, 0xdd, 0x66, 0xef, 0xa2, 0x65, 0xb4, 0x8c, 0xae, 0x71, 0xfa, 0xca, 0x78, + 0xdd, 0x6c, 0xf4, 0x2e, 0x5a, 0x9d, 0xf3, 0x66, 0xdd, 0x78, 0x69, 0x34, 0x1b, 0x85, 0x98, 0x7a, 0xb8, 0x58, 0x96, 0x73, 0x3b, 0x02, 0xa4, 0x00, 0x70, 0xbf, 0x10, 0x2c, 0x48, 0x6a, 0x7a, 0xb1, - 0x2c, 0xcb, 0xe1, 0x19, 0x95, 0x20, 0xc7, 0x99, 0xae, 0xf9, 0x43, 0xfb, 0xbc, 0xd9, 0x2a, 0xec, + 0x2c, 0xcb, 0xe1, 0x19, 0x95, 0x20, 0xc7, 0x99, 0xae, 0xf9, 0x7d, 0xfb, 0xbc, 0xd9, 0x2a, 0xec, 0xa9, 0xd9, 0xc5, 0xb2, 0x9c, 0x12, 0xe6, 0xc6, 0x93, 0x91, 0x71, 0xee, 0xc9, 0x98, 0x7b, 0xb0, - 0xcf, 0x99, 0xfa, 0xcb, 0x76, 0xa7, 0xd9, 0x28, 0xc8, 0x2a, 0x2c, 0x96, 0xe5, 0x24, 0xb7, 0x54, - 0xf9, 0xcd, 0x6f, 0xa5, 0xd8, 0xc3, 0x4b, 0x48, 0xb0, 0xbb, 0x12, 0x7d, 0x09, 0xc5, 0xb6, 0xd9, + 0xcf, 0x99, 0xfa, 0xab, 0x76, 0xa7, 0xd9, 0x28, 0xc8, 0x2a, 0x2c, 0x96, 0xe5, 0x24, 0xb7, 0x54, + 0xf9, 0xed, 0xaf, 0xa5, 0xd8, 0xc3, 0x4b, 0x48, 0xb0, 0xbb, 0x12, 0x7d, 0x09, 0xc5, 0xb6, 0xd9, 0x68, 0x9a, 0xbd, 0x56, 0xbb, 0xd5, 0xbc, 0x55, 0x2f, 0x0b, 0x19, 0xe2, 0x48, 0x87, 0x03, 0xae, 0xba, 0x68, 0xb1, 0xdf, 0x66, 0xa3, 0x20, 0xa9, 0xb9, 0xc5, 0xb2, 0x9c, 0x59, 0x03, 0x61, 0xc1, - 0x5c, 0x13, 0x29, 0x44, 0xc1, 0xc2, 0xe4, 0x89, 0x6b, 0x9d, 0xb7, 0xd7, 0x25, 0xe9, 0xdd, 0x75, - 0x49, 0xfa, 0xfb, 0xba, 0x24, 0xfd, 0x72, 0x53, 0x8a, 0xbd, 0xbb, 0x29, 0xc5, 0xfe, 0xba, 0x29, - 0xc5, 0x5e, 0x7d, 0x3b, 0x74, 0xe8, 0x68, 0x36, 0xa8, 0x58, 0x64, 0x52, 0xb5, 0x88, 0x3f, 0x21, - 0x7e, 0xd5, 0x19, 0x58, 0x8f, 0x86, 0xa4, 0x3a, 0x7f, 0x5a, 0x9d, 0x10, 0x7b, 0x36, 0xc6, 0x3e, - 0x7f, 0x94, 0x1f, 0x3f, 0x7b, 0x14, 0xbd, 0xf2, 0xf4, 0x6a, 0x8a, 0xfd, 0x41, 0x92, 0xbd, 0xca, - 0x4f, 0xff, 0x0b, 0x00, 0x00, 0xff, 0xff, 0xa8, 0x31, 0x31, 0xe5, 0x06, 0x08, 0x00, 0x00, + 0x5c, 0x13, 0x29, 0x44, 0xc1, 0xc2, 0xe4, 0x89, 0x6b, 0xdf, 0xbd, 0xbb, 0x2e, 0x49, 0xef, 0xaf, + 0x4b, 0xd2, 0x5f, 0xd7, 0x25, 0xe9, 0xe7, 0x9b, 0x52, 0xec, 0xfd, 0x4d, 0x29, 0xf6, 0xe7, 0x4d, + 0x29, 0xf6, 0xfa, 0xf9, 0xd0, 0xa1, 0xa3, 0xd9, 0xa0, 0x62, 0x91, 0x49, 0x75, 0xec, 0xb8, 0xb8, + 0xea, 0x0c, 0xac, 0x47, 0x43, 0x52, 0x9d, 0x3f, 0xad, 0x4e, 0x88, 0x3d, 0x1b, 0x63, 0x9f, 0x3f, + 0xc9, 0x8f, 0x9f, 0x3d, 0x8a, 0xde, 0x78, 0x7a, 0x35, 0xc5, 0xfe, 0x20, 0xc9, 0xde, 0xe4, 0xa7, + 0xff, 0x06, 0x00, 0x00, 0xff, 0xff, 0xb8, 0x90, 0x85, 0x8f, 0x04, 0x08, 0x00, 0x00, } func (m *Channel) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/04-channel/types/channel_test.go b/modules/core/04-channel/types/channel_test.go index c6cc9a03a9c..8574e9fefa2 100644 --- a/modules/core/04-channel/types/channel_test.go +++ b/modules/core/04-channel/types/channel_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) func TestChannelValidateBasic(t *testing.T) { diff --git a/modules/core/04-channel/types/codec.go b/modules/core/04-channel/types/codec.go index e15393ce12d..4e427750bc4 100644 --- a/modules/core/04-channel/types/codec.go +++ b/modules/core/04-channel/types/codec.go @@ -6,7 +6,7 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/lbm-sdk/types/msgservice" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc channel submodule interfaces to protobuf diff --git a/modules/core/04-channel/types/events.go b/modules/core/04-channel/types/events.go index 8740c3838eb..531a7f299a9 100644 --- a/modules/core/04-channel/types/events.go +++ b/modules/core/04-channel/types/events.go @@ -3,7 +3,7 @@ package types import ( "fmt" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // IBC channel events diff --git a/modules/core/04-channel/types/expected_keepers.go b/modules/core/04-channel/types/expected_keepers.go index 6aac58cf24a..c1970262bad 100644 --- a/modules/core/04-channel/types/expected_keepers.go +++ b/modules/core/04-channel/types/expected_keepers.go @@ -4,8 +4,8 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ClientKeeper expected account IBC client keeper diff --git a/modules/core/04-channel/types/genesis.go b/modules/core/04-channel/types/genesis.go index 5f6b9370942..2bd8a290e20 100644 --- a/modules/core/04-channel/types/genesis.go +++ b/modules/core/04-channel/types/genesis.go @@ -4,7 +4,7 @@ import ( "errors" "fmt" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // NewPacketState creates a new PacketState instance. diff --git a/modules/core/04-channel/types/genesis.pb.go b/modules/core/04-channel/types/genesis.pb.go index fa474dbb006..c98f1071dc7 100644 --- a/modules/core/04-channel/types/genesis.pb.go +++ b/modules/core/04-channel/types/genesis.pb.go @@ -197,37 +197,37 @@ func init() { proto.RegisterFile("ibc/core/channel/v1/genesis.proto", fileDescri var fileDescriptor_cb06ec201f452595 = []byte{ // 506 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x93, 0xcf, 0x6e, 0xd3, 0x40, - 0x10, 0x87, 0xe3, 0x36, 0x4d, 0xd3, 0x6d, 0x13, 0xd1, 0x6d, 0x23, 0x99, 0xa8, 0xd8, 0xc6, 0x48, - 0x28, 0x12, 0xaa, 0x4d, 0x69, 0x2f, 0x70, 0x34, 0x07, 0xc8, 0x0d, 0x6d, 0x39, 0x21, 0xa1, 0xc8, - 0x5e, 0x4f, 0xdd, 0x55, 0x62, 0x6f, 0xf0, 0x6e, 0x02, 0x7d, 0x0a, 0x78, 0xac, 0x1e, 0x7b, 0xe4, - 0x64, 0xa1, 0xe4, 0x0d, 0x72, 0xe4, 0x84, 0xfc, 0x37, 0x89, 0x1a, 0x21, 0xca, 0xcd, 0x3b, 0xf3, - 0x9b, 0xef, 0x9b, 0x83, 0x07, 0x3d, 0x65, 0x1e, 0xb5, 0x29, 0x8f, 0xc1, 0xa6, 0xd7, 0x6e, 0x14, - 0xc1, 0xc8, 0x9e, 0x9e, 0xd9, 0x01, 0x44, 0x20, 0x98, 0xb0, 0xc6, 0x31, 0x97, 0x1c, 0x1f, 0x31, - 0x8f, 0x5a, 0x69, 0xc4, 0x2a, 0x22, 0xd6, 0xf4, 0xac, 0x7b, 0x1c, 0xf0, 0x80, 0x67, 0x7d, 0x3b, - 0xfd, 0xca, 0xa3, 0xdd, 0x8d, 0xb4, 0x72, 0x2a, 0x8b, 0x98, 0xf3, 0x1d, 0x74, 0xf0, 0x2e, 0xe7, - 0x5f, 0x4a, 0x57, 0x02, 0xfe, 0x8c, 0x9a, 0x45, 0x42, 0xa8, 0x8a, 0xb1, 0xdd, 0xdb, 0x7f, 0xf5, - 0xdc, 0xda, 0x60, 0xb4, 0xfa, 0x3e, 0x44, 0x92, 0x5d, 0x31, 0xf0, 0xdf, 0xe6, 0x45, 0xe7, 0xf1, - 0x6d, 0xa2, 0xd7, 0x7e, 0x27, 0xfa, 0xe1, 0xbd, 0x16, 0xa9, 0x90, 0x98, 0xa0, 0x47, 0x2e, 0x1d, - 0x46, 0xfc, 0xeb, 0x08, 0xfc, 0x00, 0x42, 0x88, 0xa4, 0x50, 0xb7, 0x32, 0x8d, 0xb1, 0x51, 0xf3, - 0xc1, 0xa5, 0x43, 0x90, 0xd9, 0x6a, 0x4e, 0x3d, 0x15, 0x90, 0x7b, 0xf3, 0xf8, 0x3d, 0xda, 0xa7, - 0x3c, 0x0c, 0x99, 0xcc, 0x71, 0xdb, 0x0f, 0xc2, 0xad, 0x8e, 0x62, 0x07, 0x35, 0x63, 0xa0, 0xc0, - 0xc6, 0x52, 0xa8, 0xf5, 0x07, 0x61, 0xaa, 0x39, 0xcc, 0x50, 0x5b, 0x40, 0xe4, 0x0f, 0x04, 0x7c, - 0x99, 0x40, 0x44, 0x41, 0xa8, 0x3b, 0x19, 0xe9, 0xd9, 0xdf, 0x48, 0x45, 0xd6, 0x79, 0x92, 0xc2, - 0x16, 0x89, 0xde, 0xb9, 0x71, 0xc3, 0xd1, 0x1b, 0x73, 0x1d, 0x64, 0x92, 0x56, 0x5a, 0x28, 0xc3, - 0x99, 0x2a, 0x06, 0x3a, 0x5d, 0x51, 0x35, 0xfe, 0x5b, 0xb5, 0x0e, 0x32, 0x49, 0x2b, 0x2d, 0x2c, - 0x55, 0x57, 0xa8, 0xe5, 0xd2, 0xe1, 0x8a, 0x69, 0xf7, 0xdf, 0x4d, 0x27, 0x85, 0xe9, 0x38, 0x37, - 0xad, 0x71, 0x4c, 0x72, 0xe0, 0xd2, 0xe1, 0xd2, 0xf3, 0x11, 0x75, 0x22, 0xf8, 0x26, 0x07, 0x05, - 0xad, 0x0a, 0xaa, 0x4d, 0x43, 0xe9, 0xd5, 0x1d, 0x63, 0x91, 0xe8, 0x27, 0x39, 0x66, 0x63, 0xcc, - 0x24, 0x47, 0x69, 0xbd, 0xf8, 0xef, 0x4a, 0xac, 0xf9, 0x5d, 0x41, 0xed, 0xf5, 0xa5, 0xf0, 0x0b, - 0xb4, 0x3b, 0xe6, 0xb1, 0x1c, 0x30, 0x5f, 0x55, 0x0c, 0xa5, 0xb7, 0xe7, 0xe0, 0x45, 0xa2, 0xb7, - 0x73, 0x74, 0xd1, 0x30, 0x49, 0x23, 0xfd, 0xea, 0xfb, 0xf8, 0x02, 0xa1, 0xd2, 0xc4, 0x7c, 0x75, - 0x2b, 0xcb, 0x77, 0x16, 0x89, 0x7e, 0x98, 0xe7, 0x97, 0x3d, 0x93, 0xec, 0x15, 0x8f, 0xbe, 0x8f, - 0xbb, 0xa8, 0x59, 0xad, 0xbf, 0x9d, 0xae, 0x4f, 0xaa, 0xb7, 0x73, 0x79, 0x3b, 0xd3, 0x94, 0xbb, - 0x99, 0xa6, 0xfc, 0x9a, 0x69, 0xca, 0x8f, 0xb9, 0x56, 0xbb, 0x9b, 0x6b, 0xb5, 0x9f, 0x73, 0xad, - 0xf6, 0xe9, 0x75, 0xc0, 0xe4, 0xf5, 0xc4, 0xb3, 0x28, 0x0f, 0x6d, 0xca, 0x45, 0xc8, 0x85, 0xcd, - 0x3c, 0x7a, 0x1a, 0x70, 0x7b, 0x7a, 0x6e, 0x87, 0xdc, 0x9f, 0x8c, 0x40, 0xe4, 0x47, 0xfd, 0xf2, - 0xe2, 0xb4, 0xbc, 0x6b, 0x79, 0x33, 0x06, 0xe1, 0x35, 0xb2, 0x9b, 0x3e, 0xff, 0x13, 0x00, 0x00, - 0xff, 0xff, 0x29, 0xa1, 0xc4, 0xd2, 0x46, 0x04, 0x00, 0x00, + 0x10, 0x87, 0xe3, 0x36, 0x4d, 0xd3, 0x6d, 0x13, 0xd1, 0x6d, 0x23, 0x99, 0xa8, 0xd8, 0xc1, 0x48, + 0x28, 0x12, 0xaa, 0x4d, 0x69, 0x25, 0x24, 0x8e, 0xe6, 0x00, 0xb9, 0xc1, 0xc2, 0x09, 0x09, 0x45, + 0xce, 0x7a, 0xea, 0xae, 0x12, 0xef, 0x06, 0xef, 0x26, 0xd0, 0xa7, 0x80, 0xc7, 0xea, 0xb1, 0x47, + 0x4e, 0x16, 0x4a, 0xde, 0x20, 0x47, 0x4e, 0xc8, 0x7f, 0x93, 0xa8, 0x11, 0xa2, 0xdc, 0xbc, 0x33, + 0xbf, 0xf9, 0xbe, 0x39, 0x78, 0xd0, 0x63, 0x36, 0xa0, 0x0e, 0x15, 0x11, 0x38, 0xf4, 0xca, 0xe3, + 0x1c, 0x46, 0xce, 0xf4, 0xcc, 0x09, 0x80, 0x83, 0x64, 0xd2, 0x1e, 0x47, 0x42, 0x09, 0x7c, 0xc4, + 0x06, 0xd4, 0x4e, 0x22, 0x76, 0x1e, 0xb1, 0xa7, 0x67, 0xed, 0xe3, 0x40, 0x04, 0x22, 0xed, 0x3b, + 0xc9, 0x57, 0x16, 0x6d, 0x6f, 0xa4, 0x15, 0x53, 0x69, 0xc4, 0x9a, 0xef, 0xa0, 0x83, 0x37, 0x19, + 0xff, 0x83, 0xf2, 0x14, 0xe0, 0xcf, 0xa8, 0x9e, 0x27, 0xa4, 0xae, 0x75, 0xb6, 0xbb, 0xfb, 0x2f, + 0x9e, 0xda, 0x1b, 0x8c, 0x76, 0xcf, 0x07, 0xae, 0xd8, 0x25, 0x03, 0xff, 0x75, 0x56, 0x74, 0x1f, + 0xde, 0xc4, 0x66, 0xe5, 0x77, 0x6c, 0x1e, 0xde, 0x69, 0x91, 0x12, 0x89, 0x09, 0x7a, 0xe0, 0xd1, + 0x21, 0x17, 0x5f, 0x47, 0xe0, 0x07, 0x10, 0x02, 0x57, 0x52, 0xdf, 0x4a, 0x35, 0x9d, 0x8d, 0x9a, + 0x77, 0x1e, 0x1d, 0x82, 0x4a, 0x57, 0x73, 0xab, 0x89, 0x80, 0xdc, 0x99, 0xc7, 0x6f, 0xd1, 0x3e, + 0x15, 0x61, 0xc8, 0x54, 0x86, 0xdb, 0xbe, 0x17, 0x6e, 0x75, 0x14, 0xbb, 0xa8, 0x1e, 0x01, 0x05, + 0x36, 0x56, 0x52, 0xaf, 0xde, 0x0b, 0x53, 0xce, 0x61, 0x86, 0x9a, 0x12, 0xb8, 0xdf, 0x97, 0xf0, + 0x65, 0x02, 0x9c, 0x82, 0xd4, 0x77, 0x52, 0xd2, 0x93, 0xbf, 0x91, 0xf2, 0xac, 0xfb, 0x28, 0x81, + 0x2d, 0x62, 0xb3, 0x75, 0xed, 0x85, 0xa3, 0x57, 0xd6, 0x3a, 0xc8, 0x22, 0x8d, 0xa4, 0x50, 0x84, + 0x53, 0x55, 0x04, 0x74, 0xba, 0xa2, 0xaa, 0xfd, 0xb7, 0x6a, 0x1d, 0x64, 0x91, 0x46, 0x52, 0x58, + 0xaa, 0x2e, 0x51, 0xc3, 0xa3, 0xc3, 0x15, 0xd3, 0xee, 0xbf, 0x9b, 0x4e, 0x72, 0xd3, 0x71, 0x66, + 0x5a, 0xe3, 0x58, 0xe4, 0xc0, 0xa3, 0xc3, 0xa5, 0xe7, 0x23, 0x6a, 0x71, 0xf8, 0xa6, 0xfa, 0x39, + 0xad, 0x0c, 0xea, 0xf5, 0x8e, 0xd6, 0xad, 0xba, 0x9d, 0x45, 0x6c, 0x9e, 0x64, 0x98, 0x8d, 0x31, + 0x8b, 0x1c, 0x25, 0xf5, 0xfc, 0xbf, 0x2b, 0xb0, 0xd6, 0x77, 0x0d, 0x35, 0xd7, 0x97, 0xc2, 0xcf, + 0xd0, 0xee, 0x58, 0x44, 0xaa, 0xcf, 0x7c, 0x5d, 0xeb, 0x68, 0xdd, 0x3d, 0x17, 0x2f, 0x62, 0xb3, + 0x99, 0xa1, 0xf3, 0x86, 0x45, 0x6a, 0xc9, 0x57, 0xcf, 0xc7, 0x17, 0x08, 0x15, 0x26, 0xe6, 0xeb, + 0x5b, 0x69, 0xbe, 0xb5, 0x88, 0xcd, 0xc3, 0x2c, 0xbf, 0xec, 0x59, 0x64, 0x2f, 0x7f, 0xf4, 0x7c, + 0xdc, 0x46, 0xf5, 0x72, 0xfd, 0xed, 0x64, 0x7d, 0x52, 0xbe, 0xdd, 0xf7, 0x37, 0x33, 0x43, 0xbb, + 0x9d, 0x19, 0xda, 0xaf, 0x99, 0xa1, 0xfd, 0x98, 0x1b, 0x95, 0xdb, 0xb9, 0x51, 0xf9, 0x39, 0x37, + 0x2a, 0x9f, 0x5e, 0x06, 0x4c, 0x5d, 0x4d, 0x06, 0x36, 0x15, 0xa1, 0x33, 0x62, 0x1c, 0x1c, 0x36, + 0xa0, 0xa7, 0x81, 0x70, 0xa6, 0xe7, 0x4e, 0x28, 0xfc, 0xc9, 0x08, 0x64, 0x76, 0xd2, 0xcf, 0x2f, + 0x4e, 0x8b, 0xab, 0x56, 0xd7, 0x63, 0x90, 0x83, 0x5a, 0x7a, 0xd1, 0xe7, 0x7f, 0x02, 0x00, 0x00, + 0xff, 0xff, 0x47, 0xf6, 0x1b, 0x26, 0x44, 0x04, 0x00, 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/04-channel/types/genesis_test.go b/modules/core/04-channel/types/genesis_test.go index 856c0833c88..d9260b6d289 100644 --- a/modules/core/04-channel/types/genesis_test.go +++ b/modules/core/04-channel/types/genesis_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) const ( diff --git a/modules/core/04-channel/types/keys.go b/modules/core/04-channel/types/keys.go index e362b984e38..e2e18f49a65 100644 --- a/modules/core/04-channel/types/keys.go +++ b/modules/core/04-channel/types/keys.go @@ -6,7 +6,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/modules/core/04-channel/types/keys_test.go b/modules/core/04-channel/types/keys_test.go index f5bef1eaf2d..a9de98c3ac9 100644 --- a/modules/core/04-channel/types/keys_test.go +++ b/modules/core/04-channel/types/keys_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // tests ParseChannelSequence and IsValidChannelID diff --git a/modules/core/04-channel/types/msgs.go b/modules/core/04-channel/types/msgs.go index bb21ac4ac69..7e197fdc138 100644 --- a/modules/core/04-channel/types/msgs.go +++ b/modules/core/04-channel/types/msgs.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) var _ sdk.Msg = &MsgChannelOpenInit{} diff --git a/modules/core/04-channel/types/msgs_test.go b/modules/core/04-channel/types/msgs_test.go index 8063220452a..92c260eb31e 100644 --- a/modules/core/04-channel/types/msgs_test.go +++ b/modules/core/04-channel/types/msgs_test.go @@ -14,11 +14,11 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/line/ostracon/libs/log" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/core/04-channel/types/packet.go b/modules/core/04-channel/types/packet.go index 3ab7e7149b4..1f53797b3ab 100644 --- a/modules/core/04-channel/types/packet.go +++ b/modules/core/04-channel/types/packet.go @@ -7,9 +7,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CommitPacket returns the packet commitment bytes. The commitment consists of: diff --git a/modules/core/04-channel/types/packet_test.go b/modules/core/04-channel/types/packet_test.go index 63c57c2d727..351cc90c16b 100644 --- a/modules/core/04-channel/types/packet_test.go +++ b/modules/core/04-channel/types/packet_test.go @@ -7,8 +7,8 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) func TestCommitPacket(t *testing.T) { diff --git a/modules/core/04-channel/types/query.go b/modules/core/04-channel/types/query.go index a51c4612bb7..3dcb1409262 100644 --- a/modules/core/04-channel/types/query.go +++ b/modules/core/04-channel/types/query.go @@ -3,8 +3,8 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) var ( diff --git a/modules/core/04-channel/types/query.pb.go b/modules/core/04-channel/types/query.pb.go index 7ce247df111..e7ee7df5508 100644 --- a/modules/core/04-channel/types/query.pb.go +++ b/modules/core/04-channel/types/query.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" types1 "github.com/line/lbm-sdk/codec/types" query "github.com/line/lbm-sdk/types/query" _ "google.golang.org/genproto/googleapis/api/annotations" @@ -1708,101 +1708,101 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/query.proto", fileDescriptor_1034a1e9abc4cca1) } var fileDescriptor_1034a1e9abc4cca1 = []byte{ - // 1490 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x59, 0xcf, 0x6f, 0xd4, 0xc6, - 0x17, 0xcf, 0x6c, 0x16, 0x48, 0x1e, 0x7c, 0xf9, 0x31, 0x49, 0x20, 0x98, 0xb0, 0x09, 0xfb, 0x55, - 0x4b, 0x40, 0xc2, 0x43, 0x12, 0x4a, 0x69, 0xd5, 0x22, 0x91, 0x48, 0x85, 0x54, 0xe5, 0x97, 0x53, - 0x54, 0x40, 0x6a, 0xb7, 0x5e, 0xef, 0xb0, 0xb1, 0x92, 0xb5, 0xcd, 0xda, 0xbb, 0x80, 0xd2, 0xad, - 0xaa, 0x1e, 0x28, 0x52, 0x2f, 0x55, 0x39, 0x54, 0xea, 0xa5, 0x52, 0x6f, 0x1c, 0x7a, 0xe8, 0x5f, - 0xd0, 0x2b, 0xb7, 0x22, 0xd1, 0x43, 0x25, 0x24, 0x5a, 0x11, 0x24, 0x7a, 0xed, 0xa5, 0xe7, 0xca, - 0xf3, 0xc3, 0x6b, 0xef, 0xda, 0x4e, 0x36, 0x9b, 0x95, 0xa2, 0xde, 0xec, 0xf1, 0xbc, 0x37, 0x9f, - 0xcf, 0xe7, 0xcd, 0x7b, 0x79, 0x6f, 0x03, 0xe3, 0x66, 0xd1, 0x20, 0x86, 0x5d, 0xa5, 0xc4, 0x58, - 0xd4, 0x2d, 0x8b, 0x2e, 0x93, 0xfa, 0x14, 0xb9, 0x5d, 0xa3, 0xd5, 0x7b, 0xaa, 0x53, 0xb5, 0x3d, - 0x1b, 0x0f, 0x99, 0x45, 0x43, 0xf5, 0x37, 0xa8, 0x62, 0x83, 0x5a, 0x9f, 0x52, 0x42, 0x56, 0xcb, - 0x26, 0xb5, 0x3c, 0xdf, 0x88, 0x3f, 0x71, 0x2b, 0xe5, 0xb8, 0x61, 0xbb, 0x15, 0xdb, 0x25, 0x45, - 0xdd, 0xa5, 0xdc, 0x1d, 0xa9, 0x4f, 0x15, 0xa9, 0xa7, 0x4f, 0x11, 0x47, 0x2f, 0x9b, 0x96, 0xee, - 0x99, 0xb6, 0x25, 0xf6, 0x1e, 0x89, 0x83, 0x20, 0x0f, 0xe3, 0x5b, 0xc6, 0xca, 0xb6, 0x5d, 0x5e, - 0xa6, 0x44, 0x77, 0x4c, 0xa2, 0x5b, 0x96, 0xed, 0x31, 0x7b, 0x57, 0x7c, 0x3d, 0x28, 0xbe, 0xb2, - 0xb7, 0x62, 0xed, 0x16, 0xd1, 0x2d, 0x81, 0x5e, 0x19, 0x2e, 0xdb, 0x65, 0x9b, 0x3d, 0x12, 0xff, - 0x89, 0xaf, 0xe6, 0x2f, 0xc2, 0xd0, 0x55, 0x1f, 0xd3, 0x1c, 0x3f, 0x44, 0xa3, 0xb7, 0x6b, 0xd4, - 0xf5, 0xf0, 0x01, 0xd8, 0xe1, 0xd8, 0x55, 0xaf, 0x60, 0x96, 0x46, 0xd1, 0x04, 0x9a, 0x1c, 0xd4, - 0xb6, 0xfb, 0xaf, 0xf3, 0x25, 0x7c, 0x18, 0x40, 0xe0, 0xf1, 0xbf, 0x65, 0xd8, 0xb7, 0x41, 0xb1, - 0x32, 0x5f, 0xca, 0x3f, 0x42, 0x30, 0x1c, 0xf5, 0xe7, 0x3a, 0xb6, 0xe5, 0x52, 0x7c, 0x1a, 0x76, - 0x88, 0x5d, 0xcc, 0xe1, 0xce, 0xe9, 0x31, 0x35, 0x46, 0x4d, 0x55, 0x9a, 0xc9, 0xcd, 0x78, 0x18, - 0xb6, 0x39, 0x55, 0xdb, 0xbe, 0xc5, 0x8e, 0xda, 0xa5, 0xf1, 0x17, 0x3c, 0x07, 0xbb, 0xd8, 0x43, - 0x61, 0x91, 0x9a, 0xe5, 0x45, 0x6f, 0xb4, 0x9f, 0xb9, 0x54, 0x42, 0x2e, 0x79, 0x04, 0xea, 0x53, - 0xea, 0x05, 0xb6, 0x63, 0x36, 0xfb, 0xf8, 0xf9, 0x78, 0x9f, 0xb6, 0x93, 0x59, 0xf1, 0xa5, 0xfc, - 0x27, 0x51, 0xa8, 0xae, 0xe4, 0xfe, 0x1e, 0x40, 0x33, 0x30, 0x02, 0xed, 0xeb, 0x2a, 0x8f, 0xa2, - 0xea, 0x47, 0x51, 0xe5, 0x97, 0x42, 0x44, 0x51, 0xbd, 0xa2, 0x97, 0xa9, 0xb0, 0xd5, 0x42, 0x96, - 0xf9, 0xe7, 0x08, 0x46, 0x5a, 0x0e, 0x10, 0x62, 0xcc, 0xc2, 0x80, 0xe0, 0xe7, 0x8e, 0xa2, 0x89, - 0x7e, 0xe6, 0x3f, 0x4e, 0x8d, 0xf9, 0x12, 0xb5, 0x3c, 0xf3, 0x96, 0x49, 0x4b, 0x52, 0x97, 0xc0, - 0x0e, 0x9f, 0x8f, 0xa0, 0xcc, 0x30, 0x94, 0x47, 0xd7, 0x44, 0xc9, 0x01, 0x84, 0x61, 0xe2, 0x33, - 0xb0, 0xbd, 0x43, 0x15, 0xc5, 0xfe, 0xfc, 0x03, 0x04, 0x39, 0x4e, 0xd0, 0xb6, 0x2c, 0x6a, 0xf8, - 0xde, 0x5a, 0xb5, 0xcc, 0x01, 0x18, 0xc1, 0x47, 0x71, 0x95, 0x42, 0x2b, 0x2d, 0x5a, 0x67, 0x36, - 0xac, 0xf5, 0x5f, 0x08, 0xc6, 0x13, 0xa1, 0xfc, 0xb7, 0x54, 0xbf, 0x2e, 0x45, 0xe7, 0x98, 0xe6, - 0xd8, 0xee, 0x05, 0x4f, 0xf7, 0x68, 0xb7, 0xc9, 0xfb, 0x47, 0x20, 0x62, 0x8c, 0x6b, 0x21, 0xa2, - 0x0e, 0x07, 0xcc, 0x40, 0x9f, 0x02, 0x87, 0x5a, 0x70, 0xfd, 0x2d, 0x22, 0x53, 0x8e, 0xc5, 0x11, - 0x09, 0x49, 0x1a, 0xf2, 0x39, 0x62, 0xc6, 0x2d, 0xf7, 0x32, 0xe5, 0x7f, 0x42, 0x70, 0x24, 0xc2, - 0xd0, 0xe7, 0x64, 0xb9, 0x35, 0x77, 0x33, 0xf4, 0xc3, 0x47, 0x61, 0x4f, 0x95, 0xd6, 0x4d, 0xd7, - 0xb4, 0xad, 0x82, 0x55, 0xab, 0x14, 0x69, 0x95, 0xa1, 0xcc, 0x6a, 0xbb, 0xe5, 0xf2, 0x25, 0xb6, - 0x1a, 0xd9, 0x28, 0xe8, 0x64, 0xa3, 0x1b, 0x05, 0xde, 0x67, 0x08, 0xf2, 0x69, 0x78, 0x45, 0x50, - 0xde, 0x85, 0x3d, 0x86, 0xfc, 0x12, 0x09, 0xc6, 0xb0, 0xca, 0xff, 0x1e, 0xa8, 0xf2, 0xef, 0x81, - 0x7a, 0xce, 0xba, 0xa7, 0xed, 0x36, 0x22, 0x6e, 0xf0, 0x21, 0x18, 0x14, 0x81, 0x0c, 0x58, 0x0d, - 0xf0, 0x85, 0xf9, 0x52, 0x33, 0x1a, 0xfd, 0x69, 0xd1, 0xc8, 0x6e, 0x24, 0x1a, 0x55, 0x18, 0x63, - 0xe4, 0xae, 0xe8, 0xc6, 0x12, 0xf5, 0xe6, 0xec, 0x4a, 0xc5, 0xf4, 0x2a, 0xd4, 0xf2, 0xba, 0x8d, - 0x83, 0x02, 0x03, 0xae, 0xef, 0xc2, 0x32, 0xa8, 0x08, 0x40, 0xf0, 0x9e, 0xff, 0x1e, 0xc1, 0xe1, - 0x84, 0x43, 0x85, 0x98, 0xac, 0x64, 0xc9, 0x55, 0x76, 0xf0, 0x2e, 0x2d, 0xb4, 0xd2, 0xcb, 0xeb, - 0xf9, 0x43, 0x12, 0x38, 0xb7, 0x5b, 0x49, 0xa2, 0x75, 0xb6, 0x7f, 0xc3, 0x75, 0xf6, 0x95, 0x2c, - 0xf9, 0x31, 0x08, 0x83, 0x32, 0xbb, 0xb3, 0xa9, 0x96, 0xac, 0xb4, 0x13, 0xb1, 0x95, 0x96, 0x3b, - 0xe1, 0x77, 0x39, 0x6c, 0xb4, 0x15, 0xca, 0xac, 0x0d, 0x07, 0x43, 0x44, 0x35, 0x6a, 0x50, 0xd3, - 0xe9, 0xe9, 0xcd, 0x7c, 0x88, 0x40, 0x89, 0x3b, 0x51, 0xc8, 0xaa, 0xc0, 0x40, 0xd5, 0x5f, 0xaa, - 0x53, 0xee, 0x77, 0x40, 0x0b, 0xde, 0x7b, 0x99, 0xa3, 0x77, 0x44, 0xc1, 0xe4, 0xa0, 0xce, 0x19, - 0x4b, 0x96, 0x7d, 0x67, 0x99, 0x96, 0xca, 0xb4, 0xd7, 0x89, 0xfa, 0x48, 0x96, 0xbe, 0x84, 0x93, - 0x85, 0x2c, 0x93, 0xb0, 0x47, 0x8f, 0x7e, 0x12, 0x29, 0xdb, 0xba, 0xdc, 0xcb, 0xbc, 0x7d, 0x99, - 0x8a, 0x75, 0xab, 0x24, 0x2f, 0x3e, 0x0b, 0x87, 0x1c, 0x06, 0xb0, 0xd0, 0xcc, 0xb5, 0x82, 0x14, - 0xdc, 0x1d, 0xcd, 0x4e, 0xf4, 0x4f, 0x66, 0xb5, 0x83, 0x4e, 0x4b, 0x66, 0x2f, 0xc8, 0x0d, 0xf9, - 0x7f, 0x10, 0xfc, 0x3f, 0x95, 0xa6, 0x88, 0xc9, 0x07, 0xb0, 0xb7, 0x45, 0xfc, 0xf5, 0x97, 0x81, - 0x36, 0xcb, 0xad, 0x50, 0x0b, 0xbe, 0x93, 0x75, 0xf9, 0x9a, 0x25, 0x73, 0x8e, 0x63, 0xee, 0x3a, - 0xb4, 0x6b, 0x84, 0xa4, 0x7f, 0xad, 0x90, 0xdc, 0x15, 0xe5, 0x38, 0x06, 0x98, 0x08, 0xc6, 0x18, - 0x0c, 0x36, 0xfd, 0x21, 0xe6, 0xaf, 0xb9, 0x10, 0xd2, 0x24, 0xd3, 0xa1, 0x26, 0xf7, 0x65, 0xb9, - 0x6a, 0x1e, 0x7d, 0xce, 0x58, 0xea, 0x5a, 0x90, 0x93, 0x30, 0x2c, 0x04, 0xd1, 0x8d, 0xa5, 0x36, - 0x25, 0xb0, 0x23, 0x6f, 0x5e, 0x53, 0x82, 0x1a, 0x1c, 0x8a, 0xc5, 0xd1, 0x63, 0xfe, 0x37, 0x44, - 0xaf, 0x7c, 0x89, 0xde, 0x0d, 0xe2, 0xa1, 0x71, 0x00, 0xdd, 0xf6, 0xe1, 0x3f, 0x23, 0x98, 0x48, - 0xf6, 0x2d, 0x78, 0x4d, 0xc3, 0x88, 0x45, 0xef, 0x36, 0x2f, 0x4b, 0x41, 0xb0, 0x67, 0x47, 0x65, - 0xb5, 0x21, 0xab, 0xdd, 0xb6, 0x87, 0x25, 0x70, 0xfa, 0xeb, 0xfd, 0xb0, 0x8d, 0x61, 0xc6, 0x3f, - 0x22, 0xd8, 0x21, 0xda, 0x55, 0x3c, 0x19, 0x9b, 0xef, 0x31, 0x3f, 0x38, 0x28, 0xc7, 0xd6, 0xb1, - 0x93, 0x33, 0xcf, 0xcf, 0x7e, 0xf9, 0xf4, 0xe5, 0xc3, 0xcc, 0x3b, 0xf8, 0x6d, 0x92, 0xf2, 0x6b, - 0x89, 0x4b, 0x56, 0x9a, 0x12, 0x37, 0x88, 0x2f, 0xbc, 0x4b, 0x56, 0x44, 0x38, 0x1a, 0xf8, 0x01, - 0x82, 0x01, 0x39, 0x20, 0xe2, 0xb5, 0xcf, 0x96, 0xd7, 0x5a, 0x39, 0xbe, 0x9e, 0xad, 0x02, 0xe7, - 0x6b, 0x0c, 0xe7, 0x38, 0x3e, 0x9c, 0x8a, 0x13, 0xff, 0x82, 0x00, 0xb7, 0x4f, 0xad, 0x78, 0x26, - 0xe5, 0xa4, 0xa4, 0x71, 0x5b, 0x39, 0xd5, 0x99, 0x91, 0x00, 0x7a, 0x96, 0x01, 0x3d, 0x83, 0x4f, - 0xc7, 0x03, 0x0d, 0x0c, 0x7d, 0x4d, 0x83, 0x97, 0x46, 0x93, 0xc1, 0x13, 0x9f, 0x41, 0xdb, 0xc8, - 0x98, 0xca, 0x20, 0x69, 0x76, 0x4d, 0x65, 0x90, 0x38, 0x95, 0xe6, 0x2f, 0x33, 0x06, 0xf3, 0xf8, - 0xfc, 0xc6, 0xaf, 0x04, 0x09, 0xcf, 0xb2, 0xf8, 0xdb, 0x0c, 0x8c, 0xc4, 0xce, 0x5c, 0xf8, 0xf4, - 0xda, 0x00, 0xe3, 0x86, 0x4a, 0xe5, 0xcd, 0x8e, 0xed, 0x04, 0xb7, 0xaf, 0x10, 0x23, 0xf7, 0x05, - 0xc2, 0x9f, 0x77, 0xc3, 0x2e, 0x3a, 0x1f, 0x12, 0x39, 0x68, 0x92, 0x95, 0x96, 0x91, 0xb5, 0x41, - 0x78, 0x19, 0x08, 0x7d, 0xe0, 0x0b, 0x0d, 0xfc, 0x0c, 0xc1, 0xde, 0xd6, 0xbe, 0x1f, 0x4f, 0x25, - 0xf3, 0x4a, 0x98, 0xeb, 0x94, 0xe9, 0x4e, 0x4c, 0x84, 0x0a, 0x9f, 0x32, 0x11, 0x6e, 0xe2, 0xeb, - 0x5d, 0x68, 0xd0, 0xf6, 0x97, 0xd6, 0x25, 0x2b, 0xb2, 0x7c, 0x36, 0xf0, 0x53, 0x04, 0xfb, 0xda, - 0xa6, 0x1a, 0xdc, 0x01, 0xd6, 0x20, 0x0b, 0x67, 0x3a, 0xb2, 0x11, 0x04, 0xaf, 0x31, 0x82, 0x97, - 0xf1, 0xc5, 0x4d, 0x25, 0x88, 0x7f, 0x45, 0xf0, 0xbf, 0xc8, 0x40, 0x81, 0xd5, 0xb5, 0xd0, 0x45, - 0x67, 0x1d, 0x85, 0xac, 0x7b, 0xbf, 0x60, 0xf2, 0x31, 0x63, 0xf2, 0x11, 0xbe, 0xd6, 0x3d, 0x93, - 0x2a, 0x77, 0x1d, 0x89, 0xd3, 0x2a, 0x82, 0x91, 0xd8, 0x06, 0x34, 0x2d, 0x35, 0xd3, 0xc6, 0x97, - 0xb4, 0xd4, 0x4c, 0x1d, 0x3e, 0xf2, 0x37, 0x18, 0xd3, 0x05, 0x7c, 0xb5, 0x7b, 0xa6, 0xba, 0xb1, - 0x14, 0x61, 0xf9, 0x0a, 0xc1, 0xfe, 0xf8, 0x36, 0x1b, 0x77, 0x0a, 0x37, 0xb8, 0x97, 0x67, 0x3a, - 0x37, 0x14, 0x44, 0x6f, 0x32, 0xa2, 0x1f, 0x62, 0x6d, 0x53, 0x88, 0x46, 0xe9, 0xdc, 0xcf, 0xc0, - 0xbe, 0xb6, 0xf6, 0x35, 0x2d, 0xef, 0x92, 0x9a, 0xf0, 0xb4, 0xbc, 0x4b, 0xec, 0x8f, 0x37, 0xa9, - 0xbc, 0xc6, 0x95, 0x96, 0x94, 0xc6, 0xbe, 0x41, 0x6a, 0x01, 0xa0, 0x82, 0x23, 0x28, 0xff, 0x8d, - 0x60, 0x77, 0xb4, 0x89, 0xc5, 0x64, 0x3d, 0x8c, 0x42, 0x6d, 0xb7, 0x72, 0x72, 0xfd, 0x06, 0x82, - 0xff, 0x67, 0x8c, 0x7e, 0x1d, 0x7b, 0xbd, 0x61, 0x1f, 0xe9, 0xe2, 0x23, 0xb4, 0xfd, 0x1b, 0x8f, - 0x7f, 0x43, 0x30, 0x14, 0xd3, 0xe5, 0xe2, 0x94, 0x36, 0x20, 0xb9, 0xe1, 0x56, 0xde, 0xe8, 0xd0, - 0x4a, 0x48, 0x70, 0x85, 0x49, 0xf0, 0x3e, 0xbe, 0xd0, 0x85, 0x04, 0x91, 0x5e, 0x7c, 0x76, 0xe1, - 0xf1, 0x8b, 0x1c, 0x7a, 0xf2, 0x22, 0x87, 0xfe, 0x7c, 0x91, 0x43, 0xdf, 0xac, 0xe6, 0xfa, 0x9e, - 0xac, 0xe6, 0xfa, 0x7e, 0x5f, 0xcd, 0xf5, 0xdd, 0x7c, 0xab, 0x6c, 0x7a, 0x8b, 0xb5, 0xa2, 0x6a, - 0xd8, 0x15, 0x22, 0xfe, 0x31, 0x68, 0x16, 0x8d, 0x13, 0x65, 0x9b, 0xd4, 0x67, 0x48, 0xc5, 0x2e, - 0xd5, 0x96, 0xa9, 0xcb, 0x21, 0x9c, 0x3c, 0x75, 0x42, 0xa2, 0xf0, 0xee, 0x39, 0xd4, 0x2d, 0x6e, - 0x67, 0x3f, 0xe2, 0xce, 0xfc, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x82, 0x70, 0x0e, 0x40, 0xa8, 0x1c, - 0x00, 0x00, + // 1489 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcf, 0x6f, 0x13, 0xc7, + 0x17, 0xcf, 0x38, 0x06, 0x92, 0x07, 0x5f, 0x7e, 0x4c, 0x12, 0x08, 0x4b, 0x70, 0x82, 0xbf, 0x6a, + 0x09, 0x48, 0xec, 0x90, 0x84, 0x02, 0xaa, 0x5a, 0x24, 0x12, 0xa9, 0x90, 0xaa, 0xfc, 0x5a, 0x8a, + 0x0a, 0x48, 0xad, 0xbb, 0x5e, 0x0f, 0xce, 0x2a, 0xf1, 0xee, 0xe2, 0x5d, 0x1b, 0x50, 0xea, 0xaa, + 0xea, 0x81, 0x22, 0xf5, 0x52, 0x95, 0x43, 0xa5, 0x5e, 0x2a, 0xf5, 0xc6, 0xa1, 0x87, 0xfe, 0x05, + 0xbd, 0x72, 0x2b, 0x12, 0x3d, 0x54, 0x42, 0xa2, 0x15, 0x41, 0xa2, 0xd7, 0x5e, 0x7a, 0xae, 0x76, + 0x7e, 0xac, 0x77, 0xed, 0xdd, 0x8d, 0x1d, 0xc7, 0x12, 0xea, 0x6d, 0x77, 0x76, 0xde, 0x9b, 0xcf, + 0xe7, 0xf3, 0xe6, 0x3d, 0xbf, 0x67, 0x98, 0x34, 0x8b, 0x06, 0x31, 0xec, 0x2a, 0x25, 0xc6, 0x92, + 0x6e, 0x59, 0x74, 0x85, 0xd4, 0x67, 0xc8, 0xed, 0x1a, 0xad, 0xde, 0x53, 0x9d, 0xaa, 0xed, 0xd9, + 0x78, 0xc4, 0x2c, 0x1a, 0xaa, 0xbf, 0x41, 0x15, 0x1b, 0xd4, 0xfa, 0x8c, 0x12, 0xb2, 0x5a, 0x31, + 0xa9, 0xe5, 0xf9, 0x46, 0xfc, 0x89, 0x5b, 0x29, 0x47, 0x0d, 0xdb, 0xad, 0xd8, 0x2e, 0x29, 0xea, + 0x2e, 0xe5, 0xee, 0x48, 0x7d, 0xa6, 0x48, 0x3d, 0x7d, 0x86, 0x38, 0x7a, 0xd9, 0xb4, 0x74, 0xcf, + 0xb4, 0x2d, 0xb1, 0xf7, 0x50, 0x1c, 0x04, 0x79, 0x18, 0xdf, 0x32, 0x51, 0xb6, 0xed, 0xf2, 0x0a, + 0x25, 0xba, 0x63, 0x12, 0xdd, 0xb2, 0x6c, 0x8f, 0xd9, 0xbb, 0xe2, 0xeb, 0x7e, 0xf1, 0x95, 0xbd, + 0x15, 0x6b, 0xb7, 0x88, 0x6e, 0x09, 0xf4, 0xca, 0x68, 0xd9, 0x2e, 0xdb, 0xec, 0x91, 0xf8, 0x4f, + 0x7c, 0x35, 0x7f, 0x01, 0x46, 0xae, 0xf8, 0x98, 0x16, 0xf8, 0x21, 0x1a, 0xbd, 0x5d, 0xa3, 0xae, + 0x87, 0xf7, 0xc1, 0x36, 0xc7, 0xae, 0x7a, 0x05, 0xb3, 0x34, 0x8e, 0xa6, 0xd0, 0xf4, 0xb0, 0xb6, + 0xd5, 0x7f, 0x5d, 0x2c, 0xe1, 0x83, 0x00, 0x02, 0x8f, 0xff, 0x2d, 0xc3, 0xbe, 0x0d, 0x8b, 0x95, + 0xc5, 0x52, 0xfe, 0x11, 0x82, 0xd1, 0xa8, 0x3f, 0xd7, 0xb1, 0x2d, 0x97, 0xe2, 0x93, 0xb0, 0x4d, + 0xec, 0x62, 0x0e, 0xb7, 0xcf, 0x4e, 0xa8, 0x31, 0x6a, 0xaa, 0xd2, 0x4c, 0x6e, 0xc6, 0xa3, 0xb0, + 0xc5, 0xa9, 0xda, 0xf6, 0x2d, 0x76, 0xd4, 0x0e, 0x8d, 0xbf, 0xe0, 0x05, 0xd8, 0xc1, 0x1e, 0x0a, + 0x4b, 0xd4, 0x2c, 0x2f, 0x79, 0xe3, 0x83, 0xcc, 0xa5, 0x12, 0x72, 0xc9, 0x23, 0x50, 0x9f, 0x51, + 0xcf, 0xb3, 0x1d, 0xf3, 0xd9, 0xc7, 0xcf, 0x27, 0x07, 0xb4, 0xed, 0xcc, 0x8a, 0x2f, 0xe5, 0x3f, + 0x89, 0x42, 0x75, 0x25, 0xf7, 0xf7, 0x00, 0x9a, 0x81, 0x11, 0x68, 0xdf, 0x54, 0x79, 0x14, 0x55, + 0x3f, 0x8a, 0x2a, 0xbf, 0x14, 0x22, 0x8a, 0xea, 0x65, 0xbd, 0x4c, 0x85, 0xad, 0x16, 0xb2, 0xcc, + 0x3f, 0x47, 0x30, 0xd6, 0x72, 0x80, 0x10, 0x63, 0x1e, 0x86, 0x04, 0x3f, 0x77, 0x1c, 0x4d, 0x0d, + 0x32, 0xff, 0x71, 0x6a, 0x2c, 0x96, 0xa8, 0xe5, 0x99, 0xb7, 0x4c, 0x5a, 0x92, 0xba, 0x04, 0x76, + 0xf8, 0x5c, 0x04, 0x65, 0x86, 0xa1, 0x3c, 0xbc, 0x2e, 0x4a, 0x0e, 0x20, 0x0c, 0x13, 0x9f, 0x86, + 0xad, 0x5d, 0xaa, 0x28, 0xf6, 0xe7, 0x1f, 0x20, 0xc8, 0x71, 0x82, 0xb6, 0x65, 0x51, 0xc3, 0xf7, + 0xd6, 0xaa, 0x65, 0x0e, 0xc0, 0x08, 0x3e, 0x8a, 0xab, 0x14, 0x5a, 0x69, 0xd1, 0x3a, 0xb3, 0x61, + 0xad, 0xff, 0x42, 0x30, 0x99, 0x08, 0xe5, 0xbf, 0xa5, 0xfa, 0x75, 0x29, 0x3a, 0xc7, 0xb4, 0xc0, + 0x76, 0x5f, 0xf5, 0x74, 0x8f, 0xf6, 0x9a, 0xbc, 0x7f, 0x04, 0x22, 0xc6, 0xb8, 0x16, 0x22, 0xea, + 0xb0, 0xcf, 0x0c, 0xf4, 0x29, 0x70, 0xa8, 0x05, 0xd7, 0xdf, 0x22, 0x32, 0xe5, 0x48, 0x1c, 0x91, + 0x90, 0xa4, 0x21, 0x9f, 0x63, 0x66, 0xdc, 0x72, 0x3f, 0x53, 0xfe, 0x27, 0x04, 0x87, 0x22, 0x0c, + 0x7d, 0x4e, 0x96, 0x5b, 0x73, 0x37, 0x43, 0x3f, 0x7c, 0x18, 0x76, 0x55, 0x69, 0xdd, 0x74, 0x4d, + 0xdb, 0x2a, 0x58, 0xb5, 0x4a, 0x91, 0x56, 0x19, 0xca, 0xac, 0xb6, 0x53, 0x2e, 0x5f, 0x64, 0xab, + 0x91, 0x8d, 0x82, 0x4e, 0x36, 0xba, 0x51, 0xe0, 0x7d, 0x86, 0x20, 0x9f, 0x86, 0x57, 0x04, 0xe5, + 0x5d, 0xd8, 0x65, 0xc8, 0x2f, 0x91, 0x60, 0x8c, 0xaa, 0xfc, 0xf7, 0x40, 0x95, 0xbf, 0x07, 0xea, + 0x59, 0xeb, 0x9e, 0xb6, 0xd3, 0x88, 0xb8, 0xc1, 0x07, 0x60, 0x58, 0x04, 0x32, 0x60, 0x35, 0xc4, + 0x17, 0x16, 0x4b, 0xcd, 0x68, 0x0c, 0xa6, 0x45, 0x23, 0xbb, 0x91, 0x68, 0x54, 0x61, 0x82, 0x91, + 0xbb, 0xac, 0x1b, 0xcb, 0xd4, 0x5b, 0xb0, 0x2b, 0x15, 0xd3, 0xab, 0x50, 0xcb, 0xeb, 0x35, 0x0e, + 0x0a, 0x0c, 0xb9, 0xbe, 0x0b, 0xcb, 0xa0, 0x22, 0x00, 0xc1, 0x7b, 0xfe, 0x7b, 0x04, 0x07, 0x13, + 0x0e, 0x15, 0x62, 0xb2, 0x92, 0x25, 0x57, 0xd9, 0xc1, 0x3b, 0xb4, 0xd0, 0x4a, 0x3f, 0xaf, 0xe7, + 0x0f, 0x49, 0xe0, 0xdc, 0x5e, 0x25, 0x89, 0xd6, 0xd9, 0xc1, 0x0d, 0xd7, 0xd9, 0x57, 0xb2, 0xe4, + 0xc7, 0x20, 0x0c, 0xca, 0xec, 0xf6, 0xa6, 0x5a, 0xb2, 0xd2, 0x4e, 0xc5, 0x56, 0x5a, 0xee, 0x84, + 0xdf, 0xe5, 0xb0, 0xd1, 0xeb, 0x50, 0x66, 0x6d, 0xd8, 0x1f, 0x22, 0xaa, 0x51, 0x83, 0x9a, 0x4e, + 0x5f, 0x6f, 0xe6, 0x43, 0x04, 0x4a, 0xdc, 0x89, 0x42, 0x56, 0x05, 0x86, 0xaa, 0xfe, 0x52, 0x9d, + 0x72, 0xbf, 0x43, 0x5a, 0xf0, 0xde, 0xcf, 0x1c, 0xbd, 0x23, 0x0a, 0x26, 0x07, 0x75, 0xd6, 0x58, + 0xb6, 0xec, 0x3b, 0x2b, 0xb4, 0x54, 0xa6, 0xfd, 0x4e, 0xd4, 0x47, 0xb2, 0xf4, 0x25, 0x9c, 0x2c, + 0x64, 0x99, 0x86, 0x5d, 0x7a, 0xf4, 0x93, 0x48, 0xd9, 0xd6, 0xe5, 0x7e, 0xe6, 0xed, 0xcb, 0x54, + 0xac, 0xaf, 0x4b, 0xf2, 0xe2, 0x33, 0x70, 0xc0, 0x61, 0x00, 0x0b, 0xcd, 0x5c, 0x2b, 0x48, 0xc1, + 0xdd, 0xf1, 0xec, 0xd4, 0xe0, 0x74, 0x56, 0xdb, 0xef, 0xb4, 0x64, 0xf6, 0x55, 0xb9, 0x21, 0xff, + 0x0f, 0x82, 0xff, 0xa7, 0xd2, 0x14, 0x31, 0xf9, 0x00, 0x76, 0xb7, 0x88, 0xdf, 0x79, 0x19, 0x68, + 0xb3, 0x7c, 0x1d, 0x6a, 0xc1, 0x77, 0xb2, 0x2e, 0x5f, 0xb3, 0x64, 0xce, 0x71, 0xcc, 0x3d, 0x87, + 0x76, 0x9d, 0x90, 0x0c, 0xae, 0x17, 0x92, 0xbb, 0xa2, 0x1c, 0xc7, 0x00, 0x13, 0xc1, 0x98, 0x80, + 0xe1, 0xa6, 0x3f, 0xc4, 0xfc, 0x35, 0x17, 0x42, 0x9a, 0x64, 0xba, 0xd4, 0xe4, 0xbe, 0x2c, 0x57, + 0xcd, 0xa3, 0xcf, 0x1a, 0xcb, 0x3d, 0x0b, 0x72, 0x1c, 0x46, 0x85, 0x20, 0xba, 0xb1, 0xdc, 0xa6, + 0x04, 0x76, 0xe4, 0xcd, 0x6b, 0x4a, 0x50, 0x83, 0x03, 0xb1, 0x38, 0xfa, 0xcc, 0xff, 0x86, 0xe8, + 0x95, 0x2f, 0xd2, 0xbb, 0x41, 0x3c, 0x34, 0x0e, 0xa0, 0xd7, 0x3e, 0xfc, 0x67, 0x04, 0x53, 0xc9, + 0xbe, 0x05, 0xaf, 0x59, 0x18, 0xb3, 0xe8, 0xdd, 0xe6, 0x65, 0x29, 0x08, 0xf6, 0xec, 0xa8, 0xac, + 0x36, 0x62, 0xb5, 0xdb, 0xf6, 0xb1, 0x04, 0xce, 0x7e, 0xbd, 0x17, 0xb6, 0x30, 0xcc, 0xf8, 0x47, + 0x04, 0xdb, 0x44, 0xbb, 0x8a, 0xa7, 0x63, 0xf3, 0x3d, 0xe6, 0x0f, 0x07, 0xe5, 0x48, 0x07, 0x3b, + 0x39, 0xf3, 0xfc, 0xfc, 0x97, 0x4f, 0x5f, 0x3e, 0xcc, 0xbc, 0x83, 0xdf, 0x26, 0x29, 0xff, 0x96, + 0xb8, 0x64, 0xb5, 0x29, 0x71, 0x83, 0xf8, 0xc2, 0xbb, 0x64, 0x55, 0x84, 0xa3, 0x81, 0x1f, 0x20, + 0x18, 0x92, 0x03, 0x22, 0x5e, 0xff, 0x6c, 0x79, 0xad, 0x95, 0xa3, 0x9d, 0x6c, 0x15, 0x38, 0xdf, + 0x60, 0x38, 0x27, 0xf1, 0xc1, 0x54, 0x9c, 0xf8, 0x17, 0x04, 0xb8, 0x7d, 0x6a, 0xc5, 0x73, 0x29, + 0x27, 0x25, 0x8d, 0xdb, 0xca, 0x89, 0xee, 0x8c, 0x04, 0xd0, 0x33, 0x0c, 0xe8, 0x69, 0x7c, 0x32, + 0x1e, 0x68, 0x60, 0xe8, 0x6b, 0x1a, 0xbc, 0x34, 0x9a, 0x0c, 0x9e, 0xf8, 0x0c, 0xda, 0x46, 0xc6, + 0x54, 0x06, 0x49, 0xb3, 0x6b, 0x2a, 0x83, 0xc4, 0xa9, 0x34, 0x7f, 0x89, 0x31, 0x58, 0xc4, 0xe7, + 0x36, 0x7e, 0x25, 0x48, 0x78, 0x96, 0xc5, 0xdf, 0x66, 0x60, 0x2c, 0x76, 0xe6, 0xc2, 0x27, 0xd7, + 0x07, 0x18, 0x37, 0x54, 0x2a, 0xa7, 0xba, 0xb6, 0x13, 0xdc, 0xbe, 0x42, 0x8c, 0xdc, 0x17, 0x08, + 0x7f, 0xde, 0x0b, 0xbb, 0xe8, 0x7c, 0x48, 0xe4, 0xa0, 0x49, 0x56, 0x5b, 0x46, 0xd6, 0x06, 0xe1, + 0x65, 0x20, 0xf4, 0x81, 0x2f, 0x34, 0xf0, 0x33, 0x04, 0xbb, 0x5b, 0xfb, 0x7e, 0x3c, 0x93, 0xcc, + 0x2b, 0x61, 0xae, 0x53, 0x66, 0xbb, 0x31, 0x11, 0x2a, 0x7c, 0xca, 0x44, 0xb8, 0x89, 0xaf, 0xf7, + 0xa0, 0x41, 0xdb, 0x2f, 0xad, 0x4b, 0x56, 0x65, 0xf9, 0x6c, 0xe0, 0xa7, 0x08, 0xf6, 0xb4, 0x4d, + 0x35, 0xb8, 0x0b, 0xac, 0x41, 0x16, 0xce, 0x75, 0x65, 0x23, 0x08, 0x5e, 0x63, 0x04, 0x2f, 0xe1, + 0x0b, 0x9b, 0x4a, 0x10, 0xff, 0x8a, 0xe0, 0x7f, 0x91, 0x81, 0x02, 0xab, 0xeb, 0xa1, 0x8b, 0xce, + 0x3a, 0x0a, 0xe9, 0x78, 0xbf, 0x60, 0xf2, 0x31, 0x63, 0xf2, 0x11, 0xbe, 0xd6, 0x3b, 0x93, 0x2a, + 0x77, 0x1d, 0x89, 0xd3, 0x1a, 0x82, 0xb1, 0xd8, 0x06, 0x34, 0x2d, 0x35, 0xd3, 0xc6, 0x97, 0xb4, + 0xd4, 0x4c, 0x1d, 0x3e, 0xf2, 0x37, 0x18, 0xd3, 0xab, 0xf8, 0x4a, 0xef, 0x4c, 0x75, 0x63, 0x39, + 0xc2, 0xf2, 0x15, 0x82, 0xbd, 0xf1, 0x6d, 0x36, 0xee, 0x16, 0x6e, 0x70, 0x2f, 0x4f, 0x77, 0x6f, + 0x28, 0x88, 0xde, 0x64, 0x44, 0x3f, 0xc4, 0xda, 0xa6, 0x10, 0x8d, 0xd2, 0xb9, 0x9f, 0x81, 0x3d, + 0x6d, 0xed, 0x6b, 0x5a, 0xde, 0x25, 0x35, 0xe1, 0x69, 0x79, 0x97, 0xd8, 0x1f, 0x6f, 0x52, 0x79, + 0x8d, 0x2b, 0x2d, 0x29, 0x8d, 0x7d, 0x83, 0xd4, 0x02, 0x40, 0x05, 0x47, 0x50, 0xfe, 0x1b, 0xc1, + 0xce, 0x68, 0x13, 0x8b, 0x49, 0x27, 0x8c, 0x42, 0x6d, 0xb7, 0x72, 0xbc, 0x73, 0x03, 0xc1, 0xff, + 0x33, 0x46, 0xbf, 0x8e, 0xbd, 0xfe, 0xb0, 0x8f, 0x74, 0xf1, 0x11, 0xda, 0xfe, 0x8d, 0xc7, 0xbf, + 0x21, 0x18, 0x89, 0xe9, 0x72, 0x71, 0x4a, 0x1b, 0x90, 0xdc, 0x70, 0x2b, 0x6f, 0x75, 0x69, 0x25, + 0x24, 0xb8, 0xcc, 0x24, 0x78, 0x1f, 0x9f, 0xef, 0x41, 0x82, 0x48, 0x2f, 0x3e, 0x7f, 0xe5, 0xf1, + 0x8b, 0x1c, 0x7a, 0xf2, 0x22, 0x87, 0xfe, 0x7c, 0x91, 0x43, 0xdf, 0xac, 0xe5, 0x06, 0x9e, 0xac, + 0xe5, 0x06, 0x7e, 0x5f, 0xcb, 0x0d, 0xdc, 0x3c, 0x55, 0x36, 0xbd, 0xa5, 0x5a, 0x51, 0x35, 0xec, + 0x0a, 0x59, 0x31, 0x2d, 0xea, 0x1f, 0x79, 0xac, 0x6c, 0x93, 0xfa, 0x1c, 0xa9, 0xd8, 0xa5, 0xda, + 0x0a, 0x75, 0x39, 0x80, 0xe3, 0x27, 0x8e, 0x49, 0x0c, 0xde, 0x3d, 0x87, 0xba, 0xc5, 0xad, 0xec, + 0x2f, 0xdc, 0xb9, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x90, 0x4d, 0x6c, 0xce, 0xa6, 0x1c, 0x00, + 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/04-channel/types/tx.pb.go b/modules/core/04-channel/types/tx.pb.go index fe6f344384d..07ce4b2174b 100644 --- a/modules/core/04-channel/types/tx.pb.go +++ b/modules/core/04-channel/types/tx.pb.go @@ -6,10 +6,10 @@ package types import ( context "context" fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -918,88 +918,88 @@ func init() { func init() { proto.RegisterFile("ibc/core/channel/v1/tx.proto", fileDescriptor_bc4637e0ac3fc7b7) } var fileDescriptor_bc4637e0ac3fc7b7 = []byte{ - // 1294 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x4d, 0x6f, 0xe2, 0x56, - 0x17, 0xc6, 0x40, 0x20, 0x39, 0xe4, 0x4d, 0x88, 0x49, 0x32, 0xc4, 0x24, 0x98, 0xd7, 0x8b, 0x49, - 0x94, 0x2a, 0x30, 0x49, 0x66, 0x54, 0x4d, 0x54, 0xa9, 0x0a, 0x94, 0x51, 0xa3, 0x36, 0x1f, 0x32, - 0xa4, 0x52, 0xd3, 0xaa, 0x08, 0xcc, 0x1d, 0x62, 0x01, 0x36, 0xb5, 0x0d, 0x33, 0xfc, 0x83, 0x51, - 0x56, 0xb3, 0x1e, 0x29, 0xd2, 0x54, 0x5d, 0x55, 0x5d, 0x4c, 0x7f, 0xc6, 0x2c, 0x67, 0xd5, 0x56, - 0x5d, 0xa0, 0x2a, 0xd9, 0x74, 0xcd, 0x2f, 0xa8, 0x7c, 0x7d, 0x6d, 0x0c, 0xd8, 0x8a, 0x33, 0x93, - 0x64, 0xba, 0xf3, 0xbd, 0xe7, 0xb9, 0xe7, 0x9c, 0xfb, 0x9c, 0xe7, 0x7e, 0x19, 0x96, 0xc5, 0x8a, - 0x90, 0x11, 0x64, 0x05, 0x65, 0x84, 0xd3, 0xb2, 0x24, 0xa1, 0x46, 0xa6, 0xb3, 0x99, 0xd1, 0x9e, - 0xa7, 0x5b, 0x8a, 0xac, 0xc9, 0x74, 0x4c, 0xac, 0x08, 0x69, 0xdd, 0x9a, 0x26, 0xd6, 0x74, 0x67, - 0x93, 0x99, 0xaf, 0xc9, 0x35, 0x19, 0xdb, 0x33, 0xfa, 0x97, 0x01, 0x65, 0xd8, 0x81, 0xa3, 0x86, - 0x88, 0x24, 0x4d, 0xf7, 0x63, 0x7c, 0x11, 0xc0, 0xff, 0x9d, 0x22, 0x99, 0x6e, 0x31, 0x84, 0xfb, - 0x89, 0x02, 0x7a, 0x5f, 0xad, 0xe5, 0x8c, 0xce, 0xc3, 0x16, 0x92, 0xf6, 0x24, 0x51, 0xa3, 0x3f, - 0x81, 0x70, 0x4b, 0x56, 0xb4, 0x92, 0x58, 0x8d, 0x53, 0x29, 0x6a, 0x6d, 0x2a, 0x4b, 0xf7, 0x7b, - 0xec, 0x4c, 0xb7, 0xdc, 0x6c, 0xec, 0x70, 0xc4, 0xc0, 0xf1, 0x21, 0xfd, 0x6b, 0xaf, 0x4a, 0x7f, - 0x06, 0x61, 0xe2, 0x34, 0xee, 0x4f, 0x51, 0x6b, 0x91, 0xad, 0xe5, 0xb4, 0xc3, 0x24, 0xd2, 0x24, - 0x46, 0x36, 0xf8, 0xb6, 0xc7, 0xfa, 0x78, 0x73, 0x08, 0xbd, 0x08, 0x21, 0x55, 0xac, 0x49, 0x48, - 0x89, 0x07, 0xf4, 0x48, 0x3c, 0x69, 0xed, 0x4c, 0xbe, 0x78, 0xcd, 0xfa, 0xfe, 0x79, 0xcd, 0xfa, - 0xb8, 0x06, 0x30, 0xe3, 0x29, 0xf2, 0x48, 0x6d, 0xc9, 0x92, 0x8a, 0xe8, 0x87, 0x00, 0xc4, 0xd5, - 0x20, 0xdb, 0x85, 0x7e, 0x8f, 0x9d, 0x33, 0xb2, 0x1d, 0xd8, 0x38, 0x7e, 0x8a, 0x34, 0xf6, 0xaa, - 0x74, 0x1c, 0xc2, 0x1d, 0xa4, 0xa8, 0xa2, 0x2c, 0xe1, 0x9c, 0xa7, 0x78, 0xb3, 0xc9, 0xfd, 0x1e, - 0x80, 0xb9, 0xe1, 0x70, 0x45, 0xa5, 0x7b, 0x3d, 0x42, 0x0e, 0x20, 0xd6, 0x52, 0x50, 0x47, 0x94, - 0xdb, 0x6a, 0xc9, 0x96, 0x1b, 0x0e, 0x94, 0x4d, 0xf6, 0x7b, 0x2c, 0x43, 0x06, 0x8e, 0x83, 0x38, - 0x7e, 0xce, 0xec, 0xcd, 0x59, 0xc9, 0xda, 0x08, 0x0e, 0x5c, 0x9f, 0x60, 0x1e, 0xe6, 0x05, 0xb9, - 0x2d, 0x69, 0x48, 0x69, 0x95, 0x15, 0xad, 0x5b, 0x32, 0xe7, 0x1d, 0xc4, 0xe9, 0xb0, 0xfd, 0x1e, - 0x9b, 0x20, 0x54, 0x39, 0xa0, 0x38, 0x3e, 0x66, 0xef, 0xfe, 0xc6, 0xe8, 0xd5, 0x49, 0x6f, 0x29, - 0xb2, 0xfc, 0xb4, 0x24, 0x4a, 0xa2, 0x16, 0x9f, 0x48, 0x51, 0x6b, 0xd3, 0x76, 0xd2, 0x07, 0x36, - 0x8e, 0x9f, 0xc2, 0x0d, 0xac, 0xaa, 0x13, 0x98, 0x36, 0x2c, 0xa7, 0x48, 0xac, 0x9d, 0x6a, 0xf1, - 0x10, 0x9e, 0x0c, 0x63, 0x9b, 0x8c, 0xa1, 0xde, 0xce, 0x66, 0xfa, 0x4b, 0x8c, 0xc8, 0x26, 0xf4, - 0xa9, 0xf4, 0x7b, 0x6c, 0xcc, 0xee, 0xd7, 0x18, 0xcd, 0xf1, 0x11, 0xdc, 0x34, 0x90, 0x36, 0x19, - 0x85, 0x5d, 0x64, 0xf4, 0x08, 0x96, 0xc6, 0xea, 0x6a, 0xa9, 0xc8, 0xa6, 0x07, 0x6a, 0x58, 0x0f, - 0x7f, 0x8c, 0xe9, 0x61, 0x57, 0xa8, 0x5f, 0x4f, 0x0f, 0xc3, 0x12, 0xf5, 0x7b, 0x94, 0xe8, 0x09, - 0xdc, 0x1b, 0xaa, 0x88, 0xcd, 0x05, 0x5e, 0x29, 0x59, 0xae, 0xdf, 0x63, 0x93, 0x0e, 0xa5, 0xb3, - 0xfb, 0x5b, 0xb0, 0x5b, 0x06, 0x8a, 0xba, 0x0d, 0x4d, 0x6c, 0x82, 0x51, 0xea, 0x92, 0xa6, 0x74, - 0x89, 0x24, 0xe6, 0xfb, 0x3d, 0x36, 0x6a, 0x2f, 0x9d, 0xa6, 0x74, 0x39, 0x7e, 0x12, 0x7f, 0xeb, - 0xab, 0xea, 0xe3, 0x0a, 0x22, 0x31, 0x2a, 0x88, 0x5d, 0xa1, 0x6e, 0x0a, 0x82, 0xfb, 0xd5, 0x0f, - 0x0b, 0xc3, 0xd6, 0x9c, 0x2c, 0x3d, 0x15, 0x95, 0xe6, 0x5d, 0x94, 0xde, 0xa2, 0xb2, 0x2c, 0xd4, - 0x71, 0xb1, 0x1d, 0xa8, 0x2c, 0x0b, 0x75, 0x93, 0x4a, 0x5d, 0x90, 0xa3, 0x54, 0x06, 0x6f, 0x85, - 0xca, 0x09, 0x17, 0x2a, 0x59, 0x58, 0x71, 0x24, 0xcb, 0xa2, 0xf3, 0x15, 0x05, 0xb1, 0x01, 0x22, - 0xd7, 0x90, 0x55, 0x74, 0xfd, 0x83, 0xe6, 0xfd, 0xc8, 0xbc, 0xfa, 0x80, 0x59, 0x81, 0x84, 0x43, - 0x6e, 0x56, 0xee, 0x6f, 0xfc, 0xb0, 0x38, 0x62, 0xbf, 0x43, 0x2d, 0x0c, 0x6f, 0xb5, 0x81, 0xf7, - 0xdc, 0x6a, 0xef, 0x56, 0x0e, 0x29, 0x48, 0x3a, 0x13, 0x66, 0x71, 0xfa, 0xd2, 0x0f, 0xff, 0xdb, - 0x57, 0x6b, 0x3c, 0x12, 0x3a, 0x47, 0x65, 0xa1, 0x8e, 0x34, 0xfa, 0x31, 0x84, 0x5a, 0xf8, 0x0b, - 0x33, 0x19, 0xd9, 0x4a, 0x38, 0x9e, 0x71, 0x06, 0x98, 0x1c, 0x71, 0x64, 0x00, 0xfd, 0x04, 0xa2, - 0x46, 0xba, 0x82, 0xdc, 0x6c, 0x8a, 0x5a, 0x13, 0x49, 0x1a, 0xa6, 0x77, 0x3a, 0x9b, 0xe8, 0xf7, - 0xd8, 0x7b, 0xf6, 0x09, 0x0d, 0x10, 0x1c, 0x3f, 0x8b, 0xbb, 0x72, 0x56, 0xcf, 0x18, 0x69, 0x81, - 0x5b, 0x21, 0x2d, 0xe8, 0x42, 0xda, 0x0f, 0x78, 0xc3, 0x19, 0x30, 0x62, 0x9d, 0x4d, 0x9f, 0x43, - 0x48, 0x41, 0x6a, 0xbb, 0x61, 0x30, 0x33, 0xb3, 0xb5, 0xea, 0xc8, 0x8c, 0x09, 0xe7, 0x31, 0xb4, - 0xd8, 0x6d, 0x21, 0x9e, 0x0c, 0xdb, 0x09, 0xea, 0x31, 0xb8, 0xbf, 0xfc, 0x00, 0xfb, 0x6a, 0xad, - 0x28, 0x36, 0x91, 0xdc, 0xbe, 0x19, 0xbe, 0xdb, 0x92, 0x82, 0x04, 0x24, 0x76, 0x50, 0xd5, 0x8d, - 0xef, 0x01, 0xc2, 0xe4, 0xfb, 0xd8, 0xea, 0xb9, 0x55, 0xbe, 0xbf, 0x02, 0x5a, 0x42, 0xcf, 0xb5, - 0x92, 0x8a, 0x7e, 0x6c, 0x23, 0x49, 0x40, 0x25, 0x05, 0x09, 0x1d, 0xcc, 0x7d, 0x30, 0xbb, 0xd2, - 0xef, 0xb1, 0x4b, 0x86, 0x87, 0x71, 0x0c, 0xc7, 0x47, 0xf5, 0xce, 0x02, 0xe9, 0xd3, 0xeb, 0xe1, - 0x41, 0xf1, 0xdf, 0xe1, 0x6b, 0x34, 0xe1, 0xf6, 0xa6, 0x2b, 0xf7, 0xca, 0xb8, 0x82, 0x10, 0xef, - 0x87, 0x12, 0x5e, 0x51, 0xff, 0x85, 0x02, 0x7e, 0x0a, 0x11, 0xb2, 0xac, 0xf4, 0x8c, 0xc8, 0xe6, - 0xb4, 0xd8, 0xef, 0xb1, 0xf4, 0xd0, 0x9a, 0xd3, 0x8d, 0x1c, 0x6f, 0x6c, 0x63, 0x46, 0xee, 0xb7, - 0xb9, 0x3d, 0x39, 0x57, 0x7e, 0xe2, 0x43, 0x2b, 0x1f, 0x72, 0xa9, 0x7c, 0x05, 0xdf, 0x22, 0x86, - 0x6b, 0x73, 0xd3, 0x02, 0xf8, 0xcd, 0x8f, 0xe5, 0xb5, 0x2b, 0xd4, 0x25, 0xf9, 0x59, 0x03, 0x55, - 0x6b, 0x08, 0xef, 0x57, 0x1f, 0xa0, 0x80, 0x35, 0x98, 0x2d, 0x0f, 0x7b, 0x33, 0x04, 0xc0, 0x8f, - 0x76, 0x0f, 0x6a, 0xac, 0x0f, 0xac, 0xba, 0xd5, 0x18, 0x1b, 0xcd, 0x1a, 0xef, 0xea, 0x8d, 0x8f, - 0x7c, 0x04, 0x09, 0xf8, 0xd1, 0x38, 0xc2, 0xd8, 0x0d, 0xd7, 0x65, 0xfd, 0x17, 0x0a, 0xe8, 0x71, - 0x10, 0xfd, 0x08, 0x52, 0x7c, 0xbe, 0x70, 0x74, 0x78, 0x50, 0xc8, 0x97, 0xf8, 0x7c, 0xe1, 0xf8, - 0xeb, 0x62, 0xa9, 0xf8, 0xed, 0x51, 0xbe, 0x74, 0x7c, 0x50, 0x38, 0xca, 0xe7, 0xf6, 0x9e, 0xec, - 0xe5, 0xbf, 0x88, 0xfa, 0x98, 0xd9, 0xb3, 0xf3, 0x54, 0xc4, 0xd6, 0x45, 0xaf, 0xc2, 0x92, 0xe3, - 0xb0, 0x83, 0xc3, 0xc3, 0xa3, 0x28, 0xc5, 0x4c, 0x9e, 0x9d, 0xa7, 0x82, 0xfa, 0x37, 0xbd, 0x01, - 0xcb, 0x8e, 0xc0, 0xc2, 0x71, 0x2e, 0x97, 0x2f, 0x14, 0xa2, 0x7e, 0x26, 0x72, 0x76, 0x9e, 0x0a, - 0x93, 0x26, 0x13, 0x7c, 0xf1, 0x73, 0xd2, 0xb7, 0xf5, 0x66, 0x12, 0x02, 0xfb, 0x6a, 0x8d, 0xae, - 0xc3, 0xec, 0xe8, 0x6b, 0xdf, 0x79, 0xf6, 0xe3, 0x6f, 0x6e, 0x26, 0xe3, 0x11, 0x68, 0xf1, 0x7c, - 0x0a, 0x33, 0x23, 0x0f, 0xe9, 0xfb, 0x1e, 0x5c, 0x14, 0x95, 0x2e, 0x93, 0xf6, 0x86, 0x73, 0x89, - 0xa4, 0xdf, 0x88, 0xbd, 0x44, 0xda, 0x15, 0xea, 0x9e, 0x22, 0xd9, 0x5e, 0x06, 0xb4, 0x06, 0xb4, - 0xc3, 0xab, 0x60, 0xdd, 0x83, 0x17, 0x82, 0x65, 0xb6, 0xbc, 0x63, 0xad, 0xa8, 0x12, 0x44, 0xc7, - 0x2e, 0xcf, 0x6b, 0x57, 0xf8, 0xb1, 0x90, 0xcc, 0x03, 0xaf, 0x48, 0x2b, 0xde, 0x33, 0x88, 0x39, - 0x5e, 0x78, 0xbd, 0x38, 0x32, 0xe7, 0xb9, 0x7d, 0x0d, 0xb0, 0x15, 0xf8, 0x7b, 0x00, 0xdb, 0xad, - 0x90, 0x73, 0x73, 0x31, 0xc0, 0x30, 0xeb, 0x57, 0x63, 0x2c, 0xef, 0x05, 0x08, 0x9b, 0x17, 0x20, - 0xd6, 0x6d, 0x18, 0x01, 0x30, 0xab, 0x57, 0x00, 0xec, 0xda, 0x1b, 0x39, 0x9b, 0xef, 0x5f, 0x31, - 0x94, 0xe0, 0xdc, 0xb5, 0xe7, 0x72, 0x9e, 0xd4, 0x61, 0x76, 0xf4, 0x10, 0x70, 0xcd, 0x72, 0x04, - 0xe8, 0xbe, 0x78, 0x5d, 0x36, 0xc9, 0x6c, 0xe1, 0xed, 0x45, 0x92, 0x7a, 0x77, 0x91, 0xa4, 0xfe, - 0xbe, 0x48, 0x52, 0x2f, 0x2f, 0x93, 0xbe, 0x77, 0x97, 0x49, 0xdf, 0x9f, 0x97, 0x49, 0xdf, 0xc9, - 0xe3, 0x9a, 0xa8, 0x9d, 0xb6, 0x2b, 0x69, 0x41, 0x6e, 0x66, 0x04, 0x59, 0x6d, 0xca, 0x6a, 0x46, - 0xac, 0x08, 0x1b, 0x35, 0x39, 0xd3, 0xd9, 0xce, 0x34, 0xe5, 0x6a, 0xbb, 0x81, 0x54, 0xe3, 0xc7, - 0xe3, 0x83, 0x87, 0x1b, 0xe6, 0xbf, 0x47, 0xad, 0xdb, 0x42, 0x6a, 0x25, 0x84, 0xff, 0x3b, 0x6e, - 0xff, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x51, 0x2e, 0xf7, 0xe5, 0x06, 0x15, 0x00, 0x00, + // 1292 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x58, 0x5f, 0x6f, 0xda, 0x56, + 0x14, 0xc7, 0x40, 0x21, 0x39, 0x64, 0x09, 0x31, 0x49, 0x4a, 0x4c, 0x82, 0x99, 0x1f, 0x9a, 0x28, + 0x53, 0xa0, 0x49, 0x5a, 0x55, 0x8b, 0x26, 0x4d, 0x81, 0x51, 0x2d, 0xda, 0xf2, 0x67, 0x86, 0x4c, + 0x5a, 0x36, 0x0d, 0x81, 0xb9, 0x25, 0x16, 0x60, 0x33, 0xdb, 0xd0, 0xf2, 0x0d, 0xaa, 0x3c, 0xf5, + 0xb9, 0x52, 0xa4, 0x4e, 0x7b, 0x9a, 0xf6, 0xd0, 0x7d, 0x8c, 0x3e, 0xf6, 0x69, 0x9b, 0xf6, 0x80, + 0xa6, 0xe4, 0x65, 0xcf, 0x7c, 0x82, 0xc9, 0xd7, 0xd7, 0xc6, 0x80, 0xad, 0x38, 0x6d, 0x92, 0xee, + 0xcd, 0xf7, 0x9e, 0xdf, 0x3d, 0xe7, 0xdc, 0xdf, 0xf9, 0xdd, 0x7f, 0x86, 0x25, 0xb1, 0x22, 0x64, + 0x04, 0x59, 0x41, 0x19, 0xe1, 0xa4, 0x2c, 0x49, 0xa8, 0x91, 0xe9, 0x6c, 0x64, 0xb4, 0x67, 0xe9, + 0x96, 0x22, 0x6b, 0x32, 0x1d, 0x13, 0x2b, 0x42, 0x5a, 0xb7, 0xa6, 0x89, 0x35, 0xdd, 0xd9, 0x60, + 0xe6, 0x6a, 0x72, 0x4d, 0xc6, 0xf6, 0x8c, 0xfe, 0x65, 0x40, 0x19, 0x76, 0xe0, 0xa8, 0x21, 0x22, + 0x49, 0xd3, 0xfd, 0x18, 0x5f, 0x04, 0xf0, 0xb1, 0x53, 0x24, 0xd3, 0x2d, 0x86, 0x70, 0x3f, 0x53, + 0x40, 0xef, 0xa9, 0xb5, 0x9c, 0xd1, 0x79, 0xd0, 0x42, 0xd2, 0xae, 0x24, 0x6a, 0xf4, 0x27, 0x10, + 0x6e, 0xc9, 0x8a, 0x56, 0x12, 0xab, 0x71, 0x2a, 0x45, 0xad, 0x4e, 0x66, 0xe9, 0x7e, 0x8f, 0x9d, + 0xee, 0x96, 0x9b, 0x8d, 0x6d, 0x8e, 0x18, 0x38, 0x3e, 0xa4, 0x7f, 0xed, 0x56, 0xe9, 0xcf, 0x20, + 0x4c, 0x9c, 0xc6, 0xfd, 0x29, 0x6a, 0x35, 0xb2, 0xb9, 0x94, 0x76, 0x98, 0x44, 0x9a, 0xc4, 0xc8, + 0x06, 0xdf, 0xf4, 0x58, 0x1f, 0x6f, 0x0e, 0xa1, 0x17, 0x20, 0xa4, 0x8a, 0x35, 0x09, 0x29, 0xf1, + 0x80, 0x1e, 0x89, 0x27, 0xad, 0xed, 0x89, 0xe7, 0xaf, 0x58, 0xdf, 0xbf, 0xaf, 0x58, 0x1f, 0xd7, + 0x00, 0x66, 0x3c, 0x45, 0x1e, 0xa9, 0x2d, 0x59, 0x52, 0x11, 0xfd, 0x00, 0x80, 0xb8, 0x1a, 0x64, + 0x3b, 0xdf, 0xef, 0xb1, 0xb3, 0x46, 0xb6, 0x03, 0x1b, 0xc7, 0x4f, 0x92, 0xc6, 0x6e, 0x95, 0x8e, + 0x43, 0xb8, 0x83, 0x14, 0x55, 0x94, 0x25, 0x9c, 0xf3, 0x24, 0x6f, 0x36, 0xb9, 0x3f, 0x02, 0x30, + 0x3b, 0x1c, 0xae, 0xa8, 0x74, 0xaf, 0x46, 0xc8, 0x3e, 0xc4, 0x5a, 0x0a, 0xea, 0x88, 0x72, 0x5b, + 0x2d, 0xd9, 0x72, 0xc3, 0x81, 0xb2, 0xc9, 0x7e, 0x8f, 0x65, 0xc8, 0xc0, 0x71, 0x10, 0xc7, 0xcf, + 0x9a, 0xbd, 0x39, 0x2b, 0x59, 0x1b, 0xc1, 0x81, 0xab, 0x13, 0xcc, 0xc3, 0x9c, 0x20, 0xb7, 0x25, + 0x0d, 0x29, 0xad, 0xb2, 0xa2, 0x75, 0x4b, 0xe6, 0xbc, 0x83, 0x38, 0x1d, 0xb6, 0xdf, 0x63, 0x13, + 0x84, 0x2a, 0x07, 0x14, 0xc7, 0xc7, 0xec, 0xdd, 0xdf, 0x1a, 0xbd, 0x3a, 0xe9, 0x2d, 0x45, 0x96, + 0x9f, 0x94, 0x44, 0x49, 0xd4, 0xe2, 0x77, 0x52, 0xd4, 0xea, 0x94, 0x9d, 0xf4, 0x81, 0x8d, 0xe3, + 0x27, 0x71, 0x03, 0xab, 0xea, 0x18, 0xa6, 0x0c, 0xcb, 0x09, 0x12, 0x6b, 0x27, 0x5a, 0x3c, 0x84, + 0x27, 0xc3, 0xd8, 0x26, 0x63, 0xa8, 0xb7, 0xb3, 0x91, 0xfe, 0x12, 0x23, 0xb2, 0x09, 0x7d, 0x2a, + 0xfd, 0x1e, 0x1b, 0xb3, 0xfb, 0x35, 0x46, 0x73, 0x7c, 0x04, 0x37, 0x0d, 0xa4, 0x4d, 0x46, 0x61, + 0x17, 0x19, 0x3d, 0x84, 0xc5, 0xb1, 0xba, 0x5a, 0x2a, 0xb2, 0xe9, 0x81, 0x1a, 0xd6, 0xc3, 0x9f, + 0x63, 0x7a, 0xd8, 0x11, 0xea, 0x57, 0xd3, 0xc3, 0xb0, 0x44, 0xfd, 0x1e, 0x25, 0x7a, 0x0c, 0x77, + 0x87, 0x2a, 0x62, 0x73, 0x81, 0x57, 0x4a, 0x96, 0xeb, 0xf7, 0xd8, 0xa4, 0x43, 0xe9, 0xec, 0xfe, + 0xe6, 0xed, 0x96, 0x81, 0xa2, 0x6e, 0x42, 0x13, 0x1b, 0x60, 0x94, 0xba, 0xa4, 0x29, 0x5d, 0x22, + 0x89, 0xb9, 0x7e, 0x8f, 0x8d, 0xda, 0x4b, 0xa7, 0x29, 0x5d, 0x8e, 0x9f, 0xc0, 0xdf, 0xfa, 0xaa, + 0xfa, 0xb0, 0x82, 0x48, 0x8c, 0x0a, 0x62, 0x47, 0xa8, 0x9b, 0x82, 0xe0, 0x7e, 0xf3, 0xc3, 0xfc, + 0xb0, 0x35, 0x27, 0x4b, 0x4f, 0x44, 0xa5, 0x79, 0x1b, 0xa5, 0xb7, 0xa8, 0x2c, 0x0b, 0x75, 0x5c, + 0x6c, 0x07, 0x2a, 0xcb, 0x42, 0xdd, 0xa4, 0x52, 0x17, 0xe4, 0x28, 0x95, 0xc1, 0x1b, 0xa1, 0xf2, + 0x8e, 0x0b, 0x95, 0x2c, 0x2c, 0x3b, 0x92, 0x65, 0xd1, 0xf9, 0x92, 0x82, 0xd8, 0x00, 0x91, 0x6b, + 0xc8, 0x2a, 0xba, 0xfa, 0x41, 0xf3, 0x6e, 0x64, 0x5e, 0x7e, 0xc0, 0x2c, 0x43, 0xc2, 0x21, 0x37, + 0x2b, 0xf7, 0xd7, 0x7e, 0x58, 0x18, 0xb1, 0xdf, 0xa2, 0x16, 0x86, 0xb7, 0xda, 0xc0, 0x3b, 0x6e, + 0xb5, 0xb7, 0x2b, 0x87, 0x14, 0x24, 0x9d, 0x09, 0xb3, 0x38, 0x7d, 0xe1, 0x87, 0x8f, 0xf6, 0xd4, + 0x1a, 0x8f, 0x84, 0xce, 0x61, 0x59, 0xa8, 0x23, 0x8d, 0xfe, 0x14, 0x42, 0x2d, 0xfc, 0x85, 0x99, + 0x8c, 0x6c, 0x26, 0x1c, 0xcf, 0x38, 0x03, 0x4c, 0x8e, 0x38, 0x32, 0x80, 0x7e, 0x0c, 0x51, 0x23, + 0x5d, 0x41, 0x6e, 0x36, 0x45, 0xad, 0x89, 0x24, 0x0d, 0xd3, 0x3b, 0x95, 0x4d, 0xf4, 0x7b, 0xec, + 0x5d, 0xfb, 0x84, 0x06, 0x08, 0x8e, 0x9f, 0xc1, 0x5d, 0x39, 0xab, 0x67, 0x8c, 0xb4, 0xc0, 0x8d, + 0x90, 0x16, 0x74, 0x21, 0xed, 0x47, 0xbc, 0xe1, 0x0c, 0x18, 0xb1, 0xce, 0xa6, 0xcf, 0x21, 0xa4, + 0x20, 0xb5, 0xdd, 0x30, 0x98, 0x99, 0xde, 0x5c, 0x71, 0x64, 0xc6, 0x84, 0xf3, 0x18, 0x5a, 0xec, + 0xb6, 0x10, 0x4f, 0x86, 0x6d, 0x07, 0xf5, 0x18, 0xdc, 0xdf, 0x7e, 0x80, 0x3d, 0xb5, 0x56, 0x14, + 0x9b, 0x48, 0x6e, 0x5f, 0x0f, 0xdf, 0x6d, 0x49, 0x41, 0x02, 0x12, 0x3b, 0xa8, 0xea, 0xc6, 0xf7, + 0x00, 0x61, 0xf2, 0x7d, 0x64, 0xf5, 0xdc, 0x28, 0xdf, 0x5f, 0x01, 0x2d, 0xa1, 0x67, 0x5a, 0x49, + 0x45, 0x3f, 0xb5, 0x91, 0x24, 0xa0, 0x92, 0x82, 0x84, 0x0e, 0xe6, 0x3e, 0x98, 0x5d, 0xee, 0xf7, + 0xd8, 0x45, 0xc3, 0xc3, 0x38, 0x86, 0xe3, 0xa3, 0x7a, 0x67, 0x81, 0xf4, 0xe9, 0xf5, 0xf0, 0xa0, + 0xf8, 0xef, 0xf1, 0x35, 0x9a, 0x70, 0x7b, 0xdd, 0x95, 0x7b, 0x69, 0x5c, 0x41, 0x88, 0xf7, 0x03, + 0x09, 0xaf, 0xa8, 0xff, 0x43, 0x01, 0x1f, 0x41, 0x84, 0x2c, 0x2b, 0x3d, 0x23, 0xb2, 0x39, 0x2d, + 0xf4, 0x7b, 0x2c, 0x3d, 0xb4, 0xe6, 0x74, 0x23, 0xc7, 0x1b, 0xdb, 0x98, 0x91, 0xfb, 0x4d, 0x6e, + 0x4f, 0xce, 0x95, 0xbf, 0xf3, 0xbe, 0x95, 0x0f, 0xb9, 0x54, 0xbe, 0x82, 0x6f, 0x11, 0xc3, 0xb5, + 0xb9, 0x6e, 0x01, 0xfc, 0xee, 0xc7, 0xf2, 0xda, 0x11, 0xea, 0x92, 0xfc, 0xb4, 0x81, 0xaa, 0x35, + 0x84, 0xf7, 0xab, 0xf7, 0x50, 0xc0, 0x2a, 0xcc, 0x94, 0x87, 0xbd, 0x19, 0x02, 0xe0, 0x47, 0xbb, + 0x07, 0x35, 0xd6, 0x07, 0x56, 0xdd, 0x6a, 0x8c, 0x8d, 0x66, 0x8d, 0x77, 0xf4, 0xc6, 0x07, 0x3e, + 0x82, 0x04, 0xfc, 0x68, 0x1c, 0x61, 0xec, 0x9a, 0xeb, 0xb2, 0xf6, 0x2b, 0x05, 0xf4, 0x38, 0x88, + 0x7e, 0x08, 0x29, 0x3e, 0x5f, 0x38, 0x3c, 0xd8, 0x2f, 0xe4, 0x4b, 0x7c, 0xbe, 0x70, 0xf4, 0x75, + 0xb1, 0x54, 0xfc, 0xee, 0x30, 0x5f, 0x3a, 0xda, 0x2f, 0x1c, 0xe6, 0x73, 0xbb, 0x8f, 0x77, 0xf3, + 0x5f, 0x44, 0x7d, 0xcc, 0xcc, 0xe9, 0x59, 0x2a, 0x62, 0xeb, 0xa2, 0x57, 0x60, 0xd1, 0x71, 0xd8, + 0xfe, 0xc1, 0xc1, 0x61, 0x94, 0x62, 0x26, 0x4e, 0xcf, 0x52, 0x41, 0xfd, 0x9b, 0x5e, 0x87, 0x25, + 0x47, 0x60, 0xe1, 0x28, 0x97, 0xcb, 0x17, 0x0a, 0x51, 0x3f, 0x13, 0x39, 0x3d, 0x4b, 0x85, 0x49, + 0x93, 0x09, 0x3e, 0xff, 0x25, 0xe9, 0xdb, 0x7c, 0x3d, 0x01, 0x81, 0x3d, 0xb5, 0x46, 0xd7, 0x61, + 0x66, 0xf4, 0xb5, 0xef, 0x3c, 0xfb, 0xf1, 0x37, 0x37, 0x93, 0xf1, 0x08, 0xb4, 0x78, 0x3e, 0x81, + 0xe9, 0x91, 0x87, 0xf4, 0x3d, 0x0f, 0x2e, 0x8a, 0x4a, 0x97, 0x49, 0x7b, 0xc3, 0xb9, 0x44, 0xd2, + 0x6f, 0xc4, 0x5e, 0x22, 0xed, 0x08, 0x75, 0x4f, 0x91, 0x6c, 0x2f, 0x03, 0x5a, 0x03, 0xda, 0xe1, + 0x55, 0xb0, 0xe6, 0xc1, 0x0b, 0xc1, 0x32, 0x9b, 0xde, 0xb1, 0x56, 0x54, 0x09, 0xa2, 0x63, 0x97, + 0xe7, 0xd5, 0x4b, 0xfc, 0x58, 0x48, 0xe6, 0xbe, 0x57, 0xa4, 0x15, 0xef, 0x29, 0xc4, 0x1c, 0x2f, + 0xbc, 0x5e, 0x1c, 0x99, 0xf3, 0xdc, 0xba, 0x02, 0xd8, 0x0a, 0xfc, 0x03, 0x80, 0xed, 0x56, 0xc8, + 0xb9, 0xb9, 0x18, 0x60, 0x98, 0xb5, 0xcb, 0x31, 0x96, 0xf7, 0x02, 0x84, 0xcd, 0x0b, 0x10, 0xeb, + 0x36, 0x8c, 0x00, 0x98, 0x95, 0x4b, 0x00, 0x76, 0xed, 0x8d, 0x9c, 0xcd, 0xf7, 0x2e, 0x19, 0x4a, + 0x70, 0xee, 0xda, 0x73, 0x39, 0x4f, 0xea, 0x30, 0x33, 0x7a, 0x08, 0xb8, 0x66, 0x39, 0x02, 0x74, + 0x5f, 0xbc, 0x2e, 0x9b, 0x64, 0xf6, 0x9b, 0x37, 0xe7, 0x49, 0xea, 0xed, 0x79, 0x92, 0xfa, 0xe7, + 0x3c, 0x49, 0xbd, 0xb8, 0x48, 0xfa, 0xde, 0x5e, 0x24, 0x7d, 0x7f, 0x5d, 0x24, 0x7d, 0xc7, 0x8f, + 0x6a, 0xa2, 0x76, 0xd2, 0xae, 0xa4, 0x05, 0xb9, 0x99, 0x69, 0x88, 0x12, 0xca, 0x88, 0x15, 0x61, + 0xbd, 0x26, 0x67, 0x3a, 0x5b, 0x99, 0xa6, 0x5c, 0x6d, 0x37, 0x90, 0x6a, 0xfc, 0x76, 0xbc, 0xff, + 0x60, 0xdd, 0xfc, 0xf3, 0xa8, 0x75, 0x5b, 0x48, 0xad, 0x84, 0xf0, 0x5f, 0xc7, 0xad, 0xff, 0x02, + 0x00, 0x00, 0xff, 0xff, 0x82, 0x22, 0xa5, 0x9c, 0x04, 0x15, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/modules/core/04-channel/types/version_test.go b/modules/core/04-channel/types/version_test.go index 1ccacf7d9f2..490b771aa97 100644 --- a/modules/core/04-channel/types/version_test.go +++ b/modules/core/04-channel/types/version_test.go @@ -5,7 +5,7 @@ import ( "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) func TestSplitVersions(t *testing.T) { diff --git a/modules/core/05-port/keeper/keeper.go b/modules/core/05-port/keeper/keeper.go index 7b01521deb4..f3eb3cdc775 100644 --- a/modules/core/05-port/keeper/keeper.go +++ b/modules/core/05-port/keeper/keeper.go @@ -8,8 +8,8 @@ import ( capabilitytypes "github.com/line/lbm-sdk/x/capability/types" "github.com/line/ostracon/libs/log" - "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/05-port/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // Keeper defines the IBC connection keeper diff --git a/modules/core/05-port/keeper/keeper_test.go b/modules/core/05-port/keeper/keeper_test.go index 4f8c377a359..958ca3e8179 100644 --- a/modules/core/05-port/keeper/keeper_test.go +++ b/modules/core/05-port/keeper/keeper_test.go @@ -9,8 +9,8 @@ import ( sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/05-port/keeper" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/05-port/keeper" + "github.com/line/ibc-go/v3/testing/simapp" ) var ( diff --git a/modules/core/05-port/module.go b/modules/core/05-port/module.go index 8aab55b1fb8..d2c8514b816 100644 --- a/modules/core/05-port/module.go +++ b/modules/core/05-port/module.go @@ -4,8 +4,8 @@ import ( "github.com/gogo/protobuf/grpc" "github.com/spf13/cobra" - "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - "github.com/cosmos/ibc-go/v3/modules/core/client/cli" + "github.com/line/ibc-go/v3/modules/core/05-port/types" + "github.com/line/ibc-go/v3/modules/core/client/cli" ) // Name returns the IBC port ICS name. diff --git a/modules/core/05-port/types/module.go b/modules/core/05-port/types/module.go index 5699ceed5e5..a6ef070ba62 100644 --- a/modules/core/05-port/types/module.go +++ b/modules/core/05-port/types/module.go @@ -4,8 +4,8 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // IBCModule defines an interface that implements all the callbacks diff --git a/modules/core/05-port/types/query.pb.go b/modules/core/05-port/types/query.pb.go index c92d803b3c4..53a7288ad98 100644 --- a/modules/core/05-port/types/query.pb.go +++ b/modules/core/05-port/types/query.pb.go @@ -8,7 +8,7 @@ import ( fmt "fmt" grpc1 "github.com/gogo/protobuf/grpc" proto "github.com/gogo/protobuf/proto" - types "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + types "github.com/line/ibc-go/v3/modules/core/04-channel/types" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" diff --git a/modules/core/23-commitment/types/codec.go b/modules/core/23-commitment/types/codec.go index 35666f8b05d..5bb96eb13bd 100644 --- a/modules/core/23-commitment/types/codec.go +++ b/modules/core/23-commitment/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the commitment interfaces to protobuf Any. diff --git a/modules/core/23-commitment/types/commitment.pb.go b/modules/core/23-commitment/types/commitment.pb.go index b5c4a458535..fe2c52756b4 100644 --- a/modules/core/23-commitment/types/commitment.pb.go +++ b/modules/core/23-commitment/types/commitment.pb.go @@ -217,28 +217,28 @@ func init() { } var fileDescriptor_7921d88972a41469 = []byte{ - // 334 bytes of a gzipped FileDescriptorProto + // 333 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x4c, 0x91, 0xbf, 0x4e, 0xeb, 0x30, 0x14, 0xc6, 0x13, 0xdd, 0xaa, 0x97, 0xba, 0x95, 0x10, 0x01, 0x2a, 0xd4, 0x21, 0x45, 0x19, 0xa0, - 0x4b, 0x6d, 0xb5, 0x61, 0xaa, 0x60, 0x09, 0xac, 0x48, 0x55, 0x06, 0x06, 0x16, 0x94, 0x18, 0x37, - 0xb1, 0xda, 0x70, 0xa2, 0xd8, 0xad, 0xc8, 0x1b, 0x30, 0x32, 0x32, 0xf2, 0x38, 0x8c, 0x1d, 0x99, - 0x2a, 0xd4, 0xbe, 0x41, 0x9f, 0x00, 0xd9, 0xa6, 0x90, 0xed, 0x7c, 0x3a, 0xbf, 0xf3, 0xef, 0x3b, - 0xe8, 0x9c, 0xc7, 0x94, 0x50, 0x28, 0x18, 0xa1, 0x90, 0x65, 0x5c, 0x66, 0xec, 0x49, 0x92, 0xc5, - 0xa0, 0xa2, 0x70, 0x5e, 0x80, 0x04, 0xa7, 0xcd, 0x63, 0x8a, 0x15, 0x88, 0x2b, 0xa9, 0xc5, 0xa0, - 0x73, 0x94, 0x40, 0x02, 0x1a, 0x21, 0x2a, 0x32, 0x74, 0xa7, 0x95, 0x17, 0x00, 0x13, 0x61, 0x94, - 0x77, 0x86, 0xd0, 0x2d, 0x2b, 0xa6, 0x33, 0x16, 0x02, 0x48, 0xc7, 0x41, 0xb5, 0x34, 0x12, 0xe9, - 0x89, 0x7d, 0x6a, 0xf7, 0x5a, 0xa1, 0x8e, 0x47, 0xb5, 0x97, 0xf7, 0xae, 0xe5, 0xdd, 0xa0, 0x96, - 0xe1, 0xc6, 0x05, 0x9b, 0xf0, 0x67, 0xe7, 0x02, 0xa1, 0x29, 0x2b, 0x1f, 0x72, 0xad, 0x0c, 0x1f, - 0x1c, 0x6f, 0x57, 0xdd, 0x83, 0x32, 0xca, 0x66, 0x23, 0xef, 0x2f, 0xe7, 0x85, 0x8d, 0x29, 0x2b, - 0x4d, 0x95, 0x17, 0xec, 0xa6, 0x8d, 0x23, 0x99, 0x3a, 0x18, 0xed, 0x69, 0x2e, 0x92, 0x6a, 0xe2, - 0xbf, 0x5e, 0x23, 0x38, 0xdc, 0xae, 0xba, 0xfb, 0x95, 0x0e, 0x91, 0x4c, 0xbd, 0xf0, 0xbf, 0xaa, - 0x8f, 0x64, 0x3a, 0xaa, 0xbd, 0xa9, 0x4d, 0xae, 0x50, 0x73, 0xb7, 0x09, 0xc0, 0xc4, 0xc1, 0xa8, - 0x6e, 0x0e, 0xd2, 0x2d, 0x9a, 0xc3, 0x36, 0xe6, 0x54, 0x0c, 0x7d, 0x7c, 0xfd, 0x6b, 0x85, 0xe6, - 0xc2, 0x1f, 0x2a, 0xb8, 0xfb, 0x58, 0xbb, 0xf6, 0x72, 0xed, 0xda, 0x5f, 0x6b, 0xd7, 0x7e, 0xdd, - 0xb8, 0xd6, 0x72, 0xe3, 0x5a, 0x9f, 0x1b, 0xd7, 0xba, 0xbf, 0x4c, 0xb8, 0x4c, 0xe7, 0xb1, 0x32, - 0x91, 0x50, 0x10, 0x19, 0x08, 0xc2, 0x63, 0xda, 0x4f, 0x80, 0x2c, 0x7c, 0x92, 0xc1, 0xe3, 0x7c, - 0xc6, 0x84, 0xf9, 0xc7, 0xd0, 0xef, 0x57, 0x5e, 0x22, 0xcb, 0x9c, 0x89, 0xb8, 0xae, 0xfd, 0xf4, - 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, 0xec, 0x9a, 0x38, 0xca, 0xb6, 0x01, 0x00, 0x00, + 0x4b, 0x6d, 0xb5, 0x61, 0x8a, 0xc4, 0x12, 0x58, 0x91, 0xaa, 0x88, 0x89, 0x05, 0x25, 0xc1, 0x8d, + 0xad, 0x26, 0x3d, 0x51, 0xe2, 0x56, 0xe4, 0x0d, 0x18, 0x19, 0x19, 0x79, 0x1c, 0xc6, 0x8e, 0x4c, + 0x15, 0x6a, 0xdf, 0xa0, 0x4f, 0x80, 0x6c, 0x53, 0xc8, 0x76, 0x3e, 0x9d, 0xdf, 0xf9, 0xf7, 0x1d, + 0x74, 0xc9, 0xa3, 0x98, 0xc4, 0x50, 0x50, 0x12, 0x43, 0x96, 0x71, 0x91, 0xd1, 0xb9, 0x20, 0xcb, + 0x51, 0x4d, 0xe1, 0xbc, 0x00, 0x01, 0x56, 0x97, 0x47, 0x31, 0x96, 0x20, 0xae, 0xa5, 0x96, 0xa3, + 0xde, 0x49, 0x02, 0x09, 0x28, 0x84, 0xc8, 0x48, 0xd3, 0xbd, 0x4e, 0x5e, 0x00, 0x4c, 0x4b, 0xad, + 0x9c, 0x0b, 0x84, 0xee, 0x68, 0x31, 0x4b, 0x69, 0x00, 0x20, 0x2c, 0x0b, 0x35, 0x58, 0x58, 0xb2, + 0x33, 0xf3, 0xdc, 0x1c, 0x74, 0x02, 0x15, 0x7b, 0x8d, 0x97, 0xf7, 0xbe, 0xe1, 0xdc, 0xa2, 0x8e, + 0xe6, 0x26, 0x05, 0x9d, 0xf2, 0x67, 0xeb, 0x0a, 0xa1, 0x19, 0xad, 0x1e, 0x73, 0xa5, 0x34, 0xef, + 0x9f, 0xee, 0xd6, 0xfd, 0xa3, 0x2a, 0xcc, 0x52, 0xcf, 0xf9, 0xcb, 0x39, 0x41, 0x6b, 0x46, 0x2b, + 0x5d, 0xe5, 0xf8, 0xfb, 0x69, 0x93, 0x50, 0x30, 0x0b, 0xa3, 0x03, 0xc5, 0x85, 0x42, 0x4e, 0xfc, + 0x37, 0x68, 0xf9, 0xc7, 0xbb, 0x75, 0xff, 0xb0, 0xd6, 0x21, 0x14, 0xcc, 0x09, 0xfe, 0xcb, 0xfa, + 0x50, 0x30, 0xaf, 0xf1, 0x26, 0x37, 0xb9, 0x46, 0xed, 0xfd, 0x26, 0x00, 0x53, 0x0b, 0xa3, 0xa6, + 0x3e, 0x48, 0xb5, 0x68, 0x8f, 0xbb, 0x98, 0xc7, 0xe5, 0xd8, 0xc5, 0x37, 0xbf, 0x56, 0x28, 0x2e, + 0xf8, 0xa1, 0xfc, 0xfb, 0x8f, 0x8d, 0x6d, 0xae, 0x36, 0xb6, 0xf9, 0xb5, 0xb1, 0xcd, 0xd7, 0xad, + 0x6d, 0xac, 0xb6, 0xb6, 0xf1, 0xb9, 0xb5, 0x8d, 0x07, 0x2f, 0xe1, 0x82, 0x2d, 0x22, 0x69, 0x22, + 0x49, 0xf9, 0x9c, 0x12, 0x1e, 0xc5, 0xc3, 0x04, 0xc8, 0xd2, 0x25, 0x19, 0x3c, 0x2d, 0x52, 0x5a, + 0xea, 0x6f, 0x8c, 0xdd, 0x61, 0xed, 0x21, 0xa2, 0xca, 0x69, 0x19, 0x35, 0x95, 0x9b, 0xee, 0x77, + 0x00, 0x00, 0x00, 0xff, 0xff, 0x2f, 0x9f, 0xfd, 0xb6, 0xb4, 0x01, 0x00, 0x00, } func (m *MerkleRoot) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/23-commitment/types/merkle.go b/modules/core/23-commitment/types/merkle.go index 959fdc37ccd..8e45fd121c5 100644 --- a/modules/core/23-commitment/types/merkle.go +++ b/modules/core/23-commitment/types/merkle.go @@ -11,7 +11,7 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // var representing the proofspecs for a SDK chain diff --git a/modules/core/23-commitment/types/merkle_test.go b/modules/core/23-commitment/types/merkle_test.go index 68a96c9b0c3..8dc3d136187 100644 --- a/modules/core/23-commitment/types/merkle_test.go +++ b/modules/core/23-commitment/types/merkle_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" abci "github.com/tendermint/tendermint/abci/types" - "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/23-commitment/types" ) func (suite *MerkleTestSuite) TestVerifyMembership() { diff --git a/modules/core/23-commitment/types/utils_test.go b/modules/core/23-commitment/types/utils_test.go index 23888a6506d..1ab583006ad 100644 --- a/modules/core/23-commitment/types/utils_test.go +++ b/modules/core/23-commitment/types/utils_test.go @@ -7,7 +7,7 @@ import ( abci "github.com/tendermint/tendermint/abci/types" "github.com/tendermint/tendermint/proto/tendermint/crypto" - "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/23-commitment/types" ) func (suite *MerkleTestSuite) TestConvertProofs() { diff --git a/modules/core/24-host/keys.go b/modules/core/24-host/keys.go index c12449f182f..3320720aca6 100644 --- a/modules/core/24-host/keys.go +++ b/modules/core/24-host/keys.go @@ -3,7 +3,7 @@ package host import ( "fmt" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) const ( diff --git a/modules/core/24-host/parse_test.go b/modules/core/24-host/parse_test.go index 60b33d8ce45..0d45050bd49 100644 --- a/modules/core/24-host/parse_test.go +++ b/modules/core/24-host/parse_test.go @@ -6,8 +6,8 @@ import ( "github.com/stretchr/testify/require" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) func TestParseIdentifier(t *testing.T) { diff --git a/modules/core/ante/ante.go b/modules/core/ante/ante.go index 5db0dc77794..cce8c2d2cf0 100644 --- a/modules/core/ante/ante.go +++ b/modules/core/ante/ante.go @@ -3,9 +3,9 @@ package ante import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/keeper" ) type AnteDecorator struct { //nolint:golint diff --git a/modules/core/ante/ante_test.go b/modules/core/ante/ante_test.go index 6bdee466d3b..38973ce5216 100644 --- a/modules/core/ante/ante_test.go +++ b/modules/core/ante/ante_test.go @@ -7,12 +7,12 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/ante" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/ante" + "github.com/line/ibc-go/v3/modules/core/exported" + ibctesting "github.com/line/ibc-go/v3/testing" ) type AnteTestSuite struct { diff --git a/modules/core/client/cli/cli.go b/modules/core/client/cli/cli.go index f9b3ac7ad2d..be4fd234652 100644 --- a/modules/core/client/cli/cli.go +++ b/modules/core/client/cli/cli.go @@ -5,10 +5,10 @@ import ( "github.com/line/lbm-sdk/client" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" - channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" + connection "github.com/line/ibc-go/v3/modules/core/03-connection" + channel "github.com/line/ibc-go/v3/modules/core/04-channel" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // GetTxCmd returns the transaction commands for this module diff --git a/modules/core/client/query.go b/modules/core/client/query.go index 48d71a157b9..74292ad3c42 100644 --- a/modules/core/client/query.go +++ b/modules/core/client/query.go @@ -8,9 +8,9 @@ import ( "github.com/line/lbm-sdk/client" "github.com/line/lbm-sdk/codec" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) // QueryOstraconProof performs an ABCI query with the given key and returns diff --git a/modules/core/genesis.go b/modules/core/genesis.go index 646f94de21c..80f74c886da 100644 --- a/modules/core/genesis.go +++ b/modules/core/genesis.go @@ -3,11 +3,11 @@ package ibc import ( sdk "github.com/line/lbm-sdk/types" - client "github.com/cosmos/ibc-go/v3/modules/core/02-client" - connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" - channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/types" + client "github.com/line/ibc-go/v3/modules/core/02-client" + connection "github.com/line/ibc-go/v3/modules/core/03-connection" + channel "github.com/line/ibc-go/v3/modules/core/04-channel" + "github.com/line/ibc-go/v3/modules/core/keeper" + "github.com/line/ibc-go/v3/modules/core/types" ) // InitGenesis initializes the ibc state from a provided genesis diff --git a/modules/core/genesis_test.go b/modules/core/genesis_test.go index 6ffa7ed083d..7fb2ba2e1e3 100644 --- a/modules/core/genesis_test.go +++ b/modules/core/genesis_test.go @@ -9,17 +9,17 @@ import ( "github.com/line/lbm-sdk/codec" - ibc "github.com/cosmos/ibc-go/v3/modules/core" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/core/types" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + ibc "github.com/line/ibc-go/v3/modules/core" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/types" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/core/keeper/grpc_query.go b/modules/core/keeper/grpc_query.go index 138a4e7aa01..e343ed02a24 100644 --- a/modules/core/keeper/grpc_query.go +++ b/modules/core/keeper/grpc_query.go @@ -3,9 +3,9 @@ package keeper import ( "context" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // ClientState implements the IBC QueryServer interface diff --git a/modules/core/keeper/keeper.go b/modules/core/keeper/keeper.go index 8b61f492121..77084756a68 100644 --- a/modules/core/keeper/keeper.go +++ b/modules/core/keeper/keeper.go @@ -9,14 +9,14 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" paramtypes "github.com/line/lbm-sdk/x/params/types" - clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectionkeeper "github.com/cosmos/ibc-go/v3/modules/core/03-connection/keeper" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channelkeeper "github.com/cosmos/ibc-go/v3/modules/core/04-channel/keeper" - portkeeper "github.com/cosmos/ibc-go/v3/modules/core/05-port/keeper" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - "github.com/cosmos/ibc-go/v3/modules/core/types" + clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectionkeeper "github.com/line/ibc-go/v3/modules/core/03-connection/keeper" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channelkeeper "github.com/line/ibc-go/v3/modules/core/04-channel/keeper" + portkeeper "github.com/line/ibc-go/v3/modules/core/05-port/keeper" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + "github.com/line/ibc-go/v3/modules/core/types" ) var _ types.QueryServer = (*Keeper)(nil) diff --git a/modules/core/keeper/keeper_test.go b/modules/core/keeper/keeper_test.go index e1566fd2483..c27bc67062f 100644 --- a/modules/core/keeper/keeper_test.go +++ b/modules/core/keeper/keeper_test.go @@ -11,10 +11,10 @@ import ( upgradekeeper "github.com/line/lbm-sdk/x/upgrade/keeper" "github.com/stretchr/testify/suite" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibchost "github.com/line/ibc-go/v3/modules/core/24-host" + ibckeeper "github.com/line/ibc-go/v3/modules/core/keeper" + ibctesting "github.com/line/ibc-go/v3/testing" ) type KeeperTestSuite struct { diff --git a/modules/core/keeper/migrations.go b/modules/core/keeper/migrations.go index a1acfd59654..5737b3ae231 100644 --- a/modules/core/keeper/migrations.go +++ b/modules/core/keeper/migrations.go @@ -3,7 +3,7 @@ package keeper import ( sdk "github.com/line/lbm-sdk/types" - clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" + clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" ) // Migrator is a struct for handling in-place store migrations. diff --git a/modules/core/keeper/msg_server.go b/modules/core/keeper/msg_server.go index 30f7c1c6bdd..eacf4b031eb 100644 --- a/modules/core/keeper/msg_server.go +++ b/modules/core/keeper/msg_server.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - coretypes "github.com/cosmos/ibc-go/v3/modules/core/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + coretypes "github.com/line/ibc-go/v3/modules/core/types" ) var ( diff --git a/modules/core/keeper/msg_server_test.go b/modules/core/keeper/msg_server_test.go index c85901e0890..c918b0d49e8 100644 --- a/modules/core/keeper/msg_server_test.go +++ b/modules/core/keeper/msg_server_test.go @@ -4,15 +4,15 @@ import ( sdk "github.com/line/lbm-sdk/types" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/keeper" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibcmock "github.com/line/ibc-go/v3/testing/mock" ) var ( diff --git a/modules/core/legacy/v100/genesis.go b/modules/core/legacy/v100/genesis.go index 68c3ac5f0b5..689225101ac 100644 --- a/modules/core/legacy/v100/genesis.go +++ b/modules/core/legacy/v100/genesis.go @@ -6,11 +6,11 @@ import ( genutiltypes "github.com/line/lbm-sdk/x/genutil/types" octypes "github.com/line/ostracon/types" - clientv100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/types" + clientv100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/types" ) // MigrateGenesis accepts exported v1.0.0 IBC client genesis file and migrates it to: diff --git a/modules/core/legacy/v100/genesis_test.go b/modules/core/legacy/v100/genesis_test.go index 310fc9d1561..1aad8869260 100644 --- a/modules/core/legacy/v100/genesis_test.go +++ b/modules/core/legacy/v100/genesis_test.go @@ -9,15 +9,15 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/suite" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - clientv100 "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - v100 "github.com/cosmos/ibc-go/v3/modules/core/legacy/v100" - "github.com/cosmos/ibc-go/v3/modules/core/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/simapp" + ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" + clientv100 "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + v100 "github.com/line/ibc-go/v3/modules/core/legacy/v100" + "github.com/line/ibc-go/v3/modules/core/types" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/simapp" ) type LegacyTestSuite struct { diff --git a/modules/core/module.go b/modules/core/module.go index 39d01a3fa41..2f38b68a586 100644 --- a/modules/core/module.go +++ b/modules/core/module.go @@ -18,16 +18,16 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" ocabci "github.com/line/ostracon/abci/types" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - clientkeeper "github.com/cosmos/ibc-go/v3/modules/core/02-client/keeper" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/client/cli" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" - "github.com/cosmos/ibc-go/v3/modules/core/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/types" + ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" + clientkeeper "github.com/line/ibc-go/v3/modules/core/02-client/keeper" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/client/cli" + "github.com/line/ibc-go/v3/modules/core/keeper" + "github.com/line/ibc-go/v3/modules/core/simulation" + "github.com/line/ibc-go/v3/modules/core/types" ) var ( diff --git a/modules/core/simulation/decoder.go b/modules/core/simulation/decoder.go index 142805c6c64..f9846761dfd 100644 --- a/modules/core/simulation/decoder.go +++ b/modules/core/simulation/decoder.go @@ -5,11 +5,11 @@ import ( "github.com/line/lbm-sdk/types/kv" - clientsim "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" - connectionsim "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" - channelsim "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" + clientsim "github.com/line/ibc-go/v3/modules/core/02-client/simulation" + connectionsim "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" + channelsim "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/keeper" ) // NewDecodeStore returns a decoder function closure that unmarshals the KVPair's diff --git a/modules/core/simulation/decoder_test.go b/modules/core/simulation/decoder_test.go index 1cdd8137f35..7ce80ed0029 100644 --- a/modules/core/simulation/decoder_test.go +++ b/modules/core/simulation/decoder_test.go @@ -7,13 +7,13 @@ import ( "github.com/line/lbm-sdk/types/kv" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/simulation" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/simulation" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestDecodeStore(t *testing.T) { diff --git a/modules/core/simulation/genesis.go b/modules/core/simulation/genesis.go index 16027e41f4f..2dff0ee7741 100644 --- a/modules/core/simulation/genesis.go +++ b/modules/core/simulation/genesis.go @@ -9,14 +9,14 @@ import ( "github.com/line/lbm-sdk/types/module" - clientsims "github.com/cosmos/ibc-go/v3/modules/core/02-client/simulation" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectionsims "github.com/cosmos/ibc-go/v3/modules/core/03-connection/simulation" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channelsims "github.com/cosmos/ibc-go/v3/modules/core/04-channel/simulation" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/types" + clientsims "github.com/line/ibc-go/v3/modules/core/02-client/simulation" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectionsims "github.com/line/ibc-go/v3/modules/core/03-connection/simulation" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channelsims "github.com/line/ibc-go/v3/modules/core/04-channel/simulation" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/types" ) // Simulation parameter constants diff --git a/modules/core/simulation/genesis_test.go b/modules/core/simulation/genesis_test.go index 1865681fef3..558fef6ec0d 100644 --- a/modules/core/simulation/genesis_test.go +++ b/modules/core/simulation/genesis_test.go @@ -11,9 +11,9 @@ import ( simtypes "github.com/line/lbm-sdk/types/simulation" "github.com/stretchr/testify/require" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/simulation" - "github.com/cosmos/ibc-go/v3/modules/core/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/simulation" + "github.com/line/ibc-go/v3/modules/core/types" ) // TestRandomizedGenState tests the normal scenario of applying RandomizedGenState. diff --git a/modules/core/types/codec.go b/modules/core/types/codec.go index 82a9a1bdf02..da174a60930 100644 --- a/modules/core/types/codec.go +++ b/modules/core/types/codec.go @@ -3,13 +3,13 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - localhosttypes "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + localhosttypes "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // RegisterInterfaces registers x/ibc interfaces into protobuf Any. diff --git a/modules/core/types/genesis.go b/modules/core/types/genesis.go index fb9d4191483..212b2ded583 100644 --- a/modules/core/types/genesis.go +++ b/modules/core/types/genesis.go @@ -3,9 +3,9 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) var _ codectypes.UnpackInterfacesMessage = GenesisState{} diff --git a/modules/core/types/genesis.pb.go b/modules/core/types/genesis.pb.go index 11fe53adab2..e6a8d794f57 100644 --- a/modules/core/types/genesis.pb.go +++ b/modules/core/types/genesis.pb.go @@ -5,11 +5,11 @@ package types import ( fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" io "io" math "math" math_bits "math/bits" @@ -97,28 +97,28 @@ func init() { func init() { proto.RegisterFile("ibc/core/types/v1/genesis.proto", fileDescriptor_b9a49c5663e6fc59) } var fileDescriptor_b9a49c5663e6fc59 = []byte{ - // 323 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x92, 0xb1, 0x4e, 0xeb, 0x30, - 0x14, 0x86, 0x93, 0x5e, 0xe9, 0x0e, 0x01, 0x8a, 0x1a, 0x01, 0x82, 0x4a, 0xb8, 0x6d, 0xd4, 0x81, - 0x05, 0x5b, 0xa5, 0x1b, 0x63, 0x17, 0x98, 0xc3, 0xc6, 0x82, 0x12, 0x63, 0x52, 0xa3, 0xc4, 0xa7, - 0xaa, 0xdd, 0x48, 0x7d, 0x0b, 0x1e, 0xab, 0x63, 0x47, 0xc4, 0x50, 0xa1, 0xe4, 0x0d, 0x78, 0x02, - 0xd4, 0xd8, 0x24, 0xa9, 0xbc, 0x45, 0xff, 0xf9, 0xce, 0xff, 0x1d, 0x25, 0xf1, 0x06, 0x3c, 0xa6, - 0x84, 0xc2, 0x92, 0x11, 0xb5, 0x5e, 0x30, 0x49, 0xf2, 0x09, 0x49, 0x98, 0x60, 0x92, 0x4b, 0xbc, - 0x58, 0x82, 0x02, 0xbf, 0xc7, 0x63, 0x8a, 0xf7, 0x00, 0xae, 0x00, 0x9c, 0x4f, 0xfa, 0x67, 0x09, - 0x24, 0x50, 0x4d, 0xc9, 0xfe, 0x49, 0x83, 0xfd, 0x61, 0xdd, 0x44, 0x53, 0xce, 0x84, 0xb2, 0xaa, - 0xfa, 0xe3, 0x86, 0x00, 0x21, 0x18, 0x55, 0x1c, 0x84, 0x4d, 0x8d, 0x1a, 0x6a, 0x1e, 0x09, 0xc1, - 0x52, 0x0b, 0x09, 0xbe, 0x3a, 0xde, 0xf1, 0x83, 0x4e, 0x9e, 0x54, 0xa4, 0x98, 0xff, 0xe6, 0x75, - 0xb5, 0xf4, 0xc5, 0x80, 0x97, 0xee, 0xd0, 0xbd, 0x39, 0xba, 0x1b, 0xe2, 0xfa, 0x7a, 0x3d, 0xc7, - 0xf9, 0x04, 0xb7, 0x37, 0x67, 0xd7, 0x9b, 0xdd, 0xc0, 0xf9, 0xd9, 0x0d, 0xce, 0xd7, 0x51, 0x96, - 0xde, 0x07, 0x87, 0x2d, 0x41, 0x78, 0xa2, 0x03, 0xb3, 0xe2, 0xe7, 0x9e, 0xdf, 0x9c, 0x5e, 0xbb, - 0x3a, 0x95, 0x6b, 0xdc, 0x72, 0xd5, 0x8c, 0xe5, 0x1b, 0x19, 0xdf, 0x95, 0xf1, 0x59, 0x6d, 0x41, - 0xd8, 0x6b, 0xc2, 0x3f, 0xef, 0xbb, 0x77, 0x6a, 0x5e, 0x46, 0x2d, 0xfd, 0x57, 0x49, 0x47, 0x2d, - 0xa9, 0x06, 0x2c, 0x23, 0x32, 0xc6, 0x0b, 0x63, 0x3c, 0xec, 0x09, 0xc2, 0xae, 0x49, 0xcc, 0xd2, - 0xec, 0x71, 0x53, 0x20, 0x77, 0x5b, 0x20, 0xf7, 0xbb, 0x40, 0xee, 0x47, 0x89, 0x9c, 0x6d, 0x89, - 0x9c, 0xcf, 0x12, 0x39, 0xcf, 0x38, 0xe1, 0x6a, 0xbe, 0x8a, 0x31, 0x85, 0x8c, 0x50, 0x90, 0x19, - 0x48, 0xc2, 0x63, 0x7a, 0x9b, 0x00, 0xc9, 0xa7, 0x24, 0x83, 0xd7, 0x55, 0xca, 0x64, 0xeb, 0x5f, - 0x8a, 0xff, 0x57, 0x5f, 0x6b, 0xfa, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x81, 0x4d, 0x5d, 0x1d, 0x64, - 0x02, 0x00, 0x00, + // 321 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x64, 0x92, 0x3f, 0x4f, 0x83, 0x40, + 0x18, 0xc6, 0xa1, 0x26, 0x0e, 0xa8, 0x35, 0x25, 0x6a, 0x94, 0xc4, 0xe3, 0x4f, 0x3a, 0x38, 0xe8, + 0x5d, 0xb0, 0x9b, 0x63, 0x07, 0xdd, 0x71, 0x73, 0x31, 0x70, 0x9e, 0xf4, 0x0c, 0xdc, 0x35, 0xe5, + 0x4a, 0xd2, 0x6f, 0xe1, 0xc7, 0xea, 0xd8, 0xd1, 0x38, 0x34, 0x06, 0xbe, 0x81, 0x9f, 0xc0, 0x94, + 0x3b, 0x81, 0xe6, 0x36, 0xf2, 0xbc, 0xbf, 0xf7, 0xf9, 0xbd, 0x01, 0x2c, 0x97, 0x26, 0x18, 0x61, + 0xbe, 0x20, 0x48, 0xac, 0xe6, 0xa4, 0x40, 0x65, 0x88, 0x52, 0xc2, 0x48, 0x41, 0x0b, 0x38, 0x5f, + 0x70, 0xc1, 0xed, 0x11, 0x4d, 0x30, 0xdc, 0x01, 0xb0, 0x01, 0x60, 0x19, 0x3a, 0x67, 0x29, 0x4f, + 0x79, 0x33, 0x45, 0xbb, 0x27, 0x09, 0x3a, 0x5e, 0xdb, 0x84, 0x33, 0x4a, 0x98, 0xd0, 0xaa, 0x9c, + 0x71, 0x47, 0x70, 0xc6, 0x08, 0x16, 0x94, 0x33, 0x9d, 0xf2, 0x3b, 0x6a, 0x16, 0x33, 0x46, 0x32, + 0x0d, 0x09, 0xbe, 0x07, 0xd6, 0xf1, 0x93, 0x4c, 0x9e, 0x45, 0x2c, 0x88, 0xfd, 0x6e, 0x0d, 0xa5, + 0xf4, 0x55, 0x81, 0x97, 0xa6, 0x67, 0xde, 0x1c, 0xdd, 0x7b, 0xb0, 0xbd, 0x5e, 0xce, 0x61, 0x19, + 0xc2, 0xfe, 0xe6, 0xf4, 0x7a, 0xbd, 0x75, 0x8d, 0xdf, 0xad, 0x7b, 0xbe, 0x8a, 0xf3, 0xec, 0x21, + 0xd8, 0x6f, 0x09, 0xa2, 0x13, 0x19, 0xa8, 0x15, 0xbb, 0xb4, 0xec, 0xee, 0xf4, 0xd6, 0x35, 0x68, + 0x5c, 0xe3, 0x9e, 0xab, 0x65, 0x34, 0x9f, 0xaf, 0x7c, 0x57, 0xca, 0xa7, 0xb5, 0x05, 0xd1, 0xa8, + 0x0b, 0xff, 0xbd, 0x1f, 0xd6, 0xa9, 0x7a, 0x19, 0xad, 0xf4, 0xa0, 0x91, 0xfa, 0x3d, 0xa9, 0x04, + 0x34, 0x23, 0x50, 0xc6, 0x0b, 0x65, 0xdc, 0xef, 0x09, 0xa2, 0xa1, 0x4a, 0xd4, 0xd2, 0xf4, 0x71, + 0x5d, 0x01, 0x73, 0x53, 0x01, 0xf3, 0xa7, 0x02, 0xe6, 0x67, 0x0d, 0x8c, 0x4d, 0x0d, 0x8c, 0xaf, + 0x1a, 0x18, 0x2f, 0xb7, 0x29, 0x15, 0xb3, 0x65, 0x02, 0x31, 0xcf, 0x51, 0x46, 0x19, 0x41, 0x34, + 0xc1, 0x77, 0x29, 0x47, 0xe5, 0x04, 0xe5, 0xfc, 0x6d, 0x99, 0x91, 0xa2, 0xf7, 0x27, 0x25, 0x87, + 0xcd, 0xb7, 0x9a, 0xfc, 0x05, 0x00, 0x00, 0xff, 0xff, 0xc8, 0x96, 0x43, 0xe9, 0x62, 0x02, 0x00, + 0x00, } func (m *GenesisState) Marshal() (dAtA []byte, err error) { diff --git a/modules/core/types/query.go b/modules/core/types/query.go index ef9d0589448..5ce4c07c1eb 100644 --- a/modules/core/types/query.go +++ b/modules/core/types/query.go @@ -3,12 +3,12 @@ package types import ( "github.com/gogo/protobuf/grpc" - client "github.com/cosmos/ibc-go/v3/modules/core/02-client" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connection "github.com/cosmos/ibc-go/v3/modules/core/03-connection" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channel "github.com/cosmos/ibc-go/v3/modules/core/04-channel" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + client "github.com/line/ibc-go/v3/modules/core/02-client" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connection "github.com/line/ibc-go/v3/modules/core/03-connection" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channel "github.com/line/ibc-go/v3/modules/core/04-channel" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // QueryServer defines the IBC interfaces that the gRPC query server must implement diff --git a/modules/light-clients/06-solomachine/module.go b/modules/light-clients/06-solomachine/module.go index d607282725a..4584e2d6d17 100644 --- a/modules/light-clients/06-solomachine/module.go +++ b/modules/light-clients/06-solomachine/module.go @@ -1,7 +1,7 @@ package solomachine import ( - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" ) // Name returns the solo machine client name. diff --git a/modules/light-clients/06-solomachine/types/client_state.go b/modules/light-clients/06-solomachine/types/client_state.go index 6ec8d4d40fd..73314101082 100644 --- a/modules/light-clients/06-solomachine/types/client_state.go +++ b/modules/light-clients/06-solomachine/types/client_state.go @@ -9,10 +9,10 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/06-solomachine/types/client_state_test.go b/modules/light-clients/06-solomachine/types/client_state_test.go index d3dfd368fac..88b279f1074 100644 --- a/modules/light-clients/06-solomachine/types/client_state_test.go +++ b/modules/light-clients/06-solomachine/types/client_state_test.go @@ -1,14 +1,14 @@ package types_test import ( - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) const ( diff --git a/modules/light-clients/06-solomachine/types/codec.go b/modules/light-clients/06-solomachine/types/codec.go index 32a3c74e2dc..ecb86fe2a46 100644 --- a/modules/light-clients/06-solomachine/types/codec.go +++ b/modules/light-clients/06-solomachine/types/codec.go @@ -6,8 +6,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc channel submodule interfaces to protobuf diff --git a/modules/light-clients/06-solomachine/types/codec_test.go b/modules/light-clients/06-solomachine/types/codec_test.go index 0ed8760daa3..e2b59a6e585 100644 --- a/modules/light-clients/06-solomachine/types/codec_test.go +++ b/modules/light-clients/06-solomachine/types/codec_test.go @@ -1,11 +1,11 @@ package types_test import ( - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite SoloMachineTestSuite) TestUnmarshalDataByType() { diff --git a/modules/light-clients/06-solomachine/types/consensus_state.go b/modules/light-clients/06-solomachine/types/consensus_state.go index f40c9eac8a9..288eed69c93 100644 --- a/modules/light-clients/06-solomachine/types/consensus_state.go +++ b/modules/light-clients/06-solomachine/types/consensus_state.go @@ -6,8 +6,8 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.ConsensusState = &ConsensusState{} diff --git a/modules/light-clients/06-solomachine/types/consensus_state_test.go b/modules/light-clients/06-solomachine/types/consensus_state_test.go index 2bb1ab5a456..bd5757bd06a 100644 --- a/modules/light-clients/06-solomachine/types/consensus_state_test.go +++ b/modules/light-clients/06-solomachine/types/consensus_state_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestConsensusState() { diff --git a/modules/light-clients/06-solomachine/types/header.go b/modules/light-clients/06-solomachine/types/header.go index 3619589a082..1eb39c5f835 100644 --- a/modules/light-clients/06-solomachine/types/header.go +++ b/modules/light-clients/06-solomachine/types/header.go @@ -6,8 +6,8 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.Header = &Header{} diff --git a/modules/light-clients/06-solomachine/types/header_test.go b/modules/light-clients/06-solomachine/types/header_test.go index 48ce858c76a..1305b59bf19 100644 --- a/modules/light-clients/06-solomachine/types/header_test.go +++ b/modules/light-clients/06-solomachine/types/header_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestHeaderValidateBasic() { diff --git a/modules/light-clients/06-solomachine/types/misbehaviour.go b/modules/light-clients/06-solomachine/types/misbehaviour.go index 48da4d590b9..a0cd1b8c4bc 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour.go @@ -5,9 +5,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.Misbehaviour = &Misbehaviour{} diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_handle.go b/modules/light-clients/06-solomachine/types/misbehaviour_handle.go index 0eea4ff67b7..c1e2f7d9a96 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_handle.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_handle.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckMisbehaviourAndUpdateState determines whether or not the currently registered diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go b/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go index b339e722b5e..4db9407484b 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_handle_test.go @@ -1,10 +1,10 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckMisbehaviourAndUpdateState() { diff --git a/modules/light-clients/06-solomachine/types/misbehaviour_test.go b/modules/light-clients/06-solomachine/types/misbehaviour_test.go index c304fc576ed..69cb425e3cd 100644 --- a/modules/light-clients/06-solomachine/types/misbehaviour_test.go +++ b/modules/light-clients/06-solomachine/types/misbehaviour_test.go @@ -1,9 +1,9 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestMisbehaviour() { diff --git a/modules/light-clients/06-solomachine/types/proof.go b/modules/light-clients/06-solomachine/types/proof.go index eb5b7655f24..788d36c780b 100644 --- a/modules/light-clients/06-solomachine/types/proof.go +++ b/modules/light-clients/06-solomachine/types/proof.go @@ -7,11 +7,11 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/types/tx/signing" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // VerifySignature verifies if the the provided public key generated the signature diff --git a/modules/light-clients/06-solomachine/types/proof_test.go b/modules/light-clients/06-solomachine/types/proof_test.go index c882b78399d..55d7e018b21 100644 --- a/modules/light-clients/06-solomachine/types/proof_test.go +++ b/modules/light-clients/06-solomachine/types/proof_test.go @@ -4,9 +4,9 @@ import ( cryptotypes "github.com/line/lbm-sdk/crypto/types" "github.com/line/lbm-sdk/types/tx/signing" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestVerifySignature() { diff --git a/modules/light-clients/06-solomachine/types/proposal_handle.go b/modules/light-clients/06-solomachine/types/proposal_handle.go index 1e540b68316..d22017951d0 100644 --- a/modules/light-clients/06-solomachine/types/proposal_handle.go +++ b/modules/light-clients/06-solomachine/types/proposal_handle.go @@ -7,8 +7,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckSubstituteAndUpdateState verifies that the subject is allowed to be updated by diff --git a/modules/light-clients/06-solomachine/types/proposal_handle_test.go b/modules/light-clients/06-solomachine/types/proposal_handle_test.go index 0f9a3d410ea..30a7775f278 100644 --- a/modules/light-clients/06-solomachine/types/proposal_handle_test.go +++ b/modules/light-clients/06-solomachine/types/proposal_handle_test.go @@ -1,10 +1,10 @@ package types_test import ( - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckSubstituteAndUpdateState() { diff --git a/modules/light-clients/06-solomachine/types/solomachine.go b/modules/light-clients/06-solomachine/types/solomachine.go index e38a36513ea..ca9f31f68d8 100644 --- a/modules/light-clients/06-solomachine/types/solomachine.go +++ b/modules/light-clients/06-solomachine/types/solomachine.go @@ -4,7 +4,7 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" cryptotypes "github.com/line/lbm-sdk/crypto/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // Interface implementation checks. diff --git a/modules/light-clients/06-solomachine/types/solomachine.pb.go b/modules/light-clients/06-solomachine/types/solomachine.pb.go index f333eb8d481..0f0e3138629 100644 --- a/modules/light-clients/06-solomachine/types/solomachine.pb.go +++ b/modules/light-clients/06-solomachine/types/solomachine.pb.go @@ -5,10 +5,10 @@ package types import ( fmt "fmt" - types1 "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - types2 "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types1 "github.com/line/ibc-go/v3/modules/core/03-connection/types" + types2 "github.com/line/ibc-go/v3/modules/core/04-channel/types" types "github.com/line/lbm-sdk/codec/types" io "io" math "math" @@ -823,93 +823,93 @@ func init() { } var fileDescriptor_141333b361aae010 = []byte{ - // 1370 bytes of a gzipped FileDescriptorProto + // 1368 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x5f, 0x8f, 0xdb, 0x44, 0x10, 0x3f, 0xa7, 0xe9, 0xf5, 0x32, 0xb9, 0xde, 0x05, 0x37, 0x6d, 0x73, 0x6e, 0x95, 0x18, 0x23, 0xca, 0x81, 0x68, 0xc2, 0x5d, 0x45, 0x85, 0x2a, 0x04, 0x38, 0x8e, 0x4b, 0xd3, 0xde, 0xf9, 0x82, - 0xe3, 0x03, 0x5a, 0x21, 0x19, 0xc7, 0xd9, 0x4b, 0xac, 0x26, 0xde, 0x34, 0x76, 0x92, 0x06, 0x09, + 0xe3, 0x03, 0x5a, 0x21, 0x2c, 0xc7, 0xd9, 0x4b, 0xac, 0x26, 0x76, 0x1a, 0x6f, 0x92, 0x06, 0x09, 0x09, 0xf1, 0x54, 0x22, 0x1e, 0xf8, 0x02, 0x91, 0x10, 0x88, 0xcf, 0xc1, 0x1b, 0xf0, 0xd8, 0x47, 0x9e, 0x02, 0x6a, 0xbf, 0x41, 0x3e, 0x01, 0xb2, 0x77, 0x13, 0xdb, 0xb9, 0x5e, 0x4e, 0xfc, 0x7b, 0xdb, 0x9d, 0xdf, 0xcc, 0x6f, 0x66, 0x67, 0xc6, 0xb3, 0x6b, 0xd8, 0xb1, 0x6a, 0x66, 0xa1, 0x65, - 0x35, 0x9a, 0xae, 0xd9, 0xb2, 0x90, 0xed, 0x3a, 0x05, 0x07, 0xb7, 0x70, 0xdb, 0x30, 0x9b, 0x96, - 0x8d, 0x0a, 0xfd, 0xdd, 0xf0, 0x36, 0xdf, 0xe9, 0x62, 0x17, 0xb3, 0x39, 0xab, 0x66, 0xe6, 0xc3, - 0x26, 0xf9, 0xb0, 0x4e, 0x7f, 0x97, 0x7b, 0xcd, 0xe3, 0x34, 0x71, 0x17, 0x15, 0x4c, 0x6c, 0xdb, - 0xc8, 0x74, 0x2d, 0x6c, 0x17, 0xfa, 0x3b, 0xa1, 0x1d, 0x61, 0xe2, 0x5e, 0x0e, 0x14, 0x9b, 0x86, - 0x6d, 0xa3, 0x96, 0xaf, 0x45, 0x96, 0x54, 0x25, 0xdd, 0xc0, 0x0d, 0xec, 0x2f, 0x0b, 0xde, 0x8a, - 0x4a, 0xb7, 0x1a, 0x18, 0x37, 0x5a, 0xa8, 0xe0, 0xef, 0x6a, 0xbd, 0xa3, 0x82, 0x61, 0x0f, 0x09, - 0x24, 0xfc, 0x1c, 0x83, 0xa4, 0xe4, 0xc7, 0x55, 0x75, 0x0d, 0x17, 0xb1, 0x1c, 0xac, 0x39, 0xe8, - 0x51, 0x0f, 0xd9, 0x26, 0xca, 0x30, 0x3c, 0xb3, 0x1d, 0x57, 0xe7, 0x7b, 0x76, 0x07, 0x12, 0x96, - 0xa3, 0x1f, 0x75, 0xf1, 0x17, 0xc8, 0xce, 0xc4, 0x78, 0x66, 0x7b, 0xad, 0x98, 0x9e, 0x4e, 0x72, - 0xa9, 0xa1, 0xd1, 0x6e, 0xdd, 0x12, 0xe6, 0x90, 0xa0, 0xae, 0x59, 0xce, 0x6d, 0x7f, 0xc9, 0xba, - 0xb0, 0x69, 0x62, 0xdb, 0x41, 0xb6, 0xd3, 0x73, 0x74, 0xc7, 0xf3, 0x90, 0x39, 0xc3, 0x33, 0xdb, - 0xc9, 0xdd, 0x42, 0xfe, 0x94, 0xb4, 0xe4, 0xa5, 0x99, 0x9d, 0x1f, 0x58, 0x91, 0x9b, 0x4e, 0x72, - 0x97, 0x88, 0xa7, 0x05, 0x46, 0x41, 0xdd, 0x30, 0x23, 0xba, 0x2c, 0x82, 0x2b, 0x46, 0xab, 0x85, - 0x07, 0x7a, 0xaf, 0x53, 0x37, 0x5c, 0xa4, 0x1b, 0x47, 0x2e, 0xea, 0xea, 0x9d, 0x2e, 0xee, 0x60, - 0xc7, 0x68, 0x65, 0xe2, 0x7e, 0xe8, 0xd7, 0xa6, 0x93, 0x9c, 0x40, 0x08, 0x97, 0x28, 0x0b, 0x6a, - 0xc6, 0x47, 0x0f, 0x7d, 0x50, 0xf4, 0xb0, 0x0a, 0x85, 0x6e, 0xc5, 0x9f, 0x7c, 0x9f, 0x5b, 0x11, - 0x7e, 0x60, 0x60, 0x23, 0x1a, 0x2b, 0x7b, 0x17, 0xa0, 0xd3, 0xab, 0xb5, 0x2c, 0x53, 0x7f, 0x88, - 0x86, 0x7e, 0x1a, 0x93, 0xbb, 0xe9, 0x3c, 0x29, 0x42, 0x7e, 0x56, 0x84, 0xbc, 0x68, 0x0f, 0x8b, - 0x17, 0xa7, 0x93, 0xdc, 0x4b, 0x24, 0x88, 0xc0, 0x42, 0x50, 0x13, 0x64, 0x73, 0x0f, 0x0d, 0x59, - 0x1e, 0x92, 0x75, 0xab, 0x8f, 0xba, 0x8e, 0x75, 0x64, 0xa1, 0xae, 0x9f, 0xf6, 0x84, 0x1a, 0x16, - 0xb1, 0x57, 0x21, 0xe1, 0x5a, 0x6d, 0xe4, 0xb8, 0x46, 0xbb, 0xe3, 0x67, 0x37, 0xae, 0x06, 0x02, - 0x1a, 0xe4, 0xd7, 0x31, 0x58, 0xbd, 0x83, 0x8c, 0x3a, 0xea, 0x2e, 0xad, 0x70, 0x84, 0x2a, 0xb6, - 0x40, 0xe5, 0xa1, 0x8e, 0xd5, 0xb0, 0x0d, 0xb7, 0xd7, 0x25, 0x65, 0x5c, 0x57, 0x03, 0x01, 0x7b, - 0x08, 0x1b, 0x36, 0x1a, 0xe8, 0xa1, 0x83, 0xc7, 0x97, 0x1c, 0x7c, 0x6b, 0x3a, 0xc9, 0x5d, 0x24, - 0x07, 0x8f, 0x5a, 0x09, 0xea, 0xba, 0x8d, 0x06, 0x95, 0xf9, 0xf9, 0x25, 0xd8, 0xf4, 0x14, 0xc2, - 0x39, 0x38, 0xeb, 0xe5, 0x20, 0xdc, 0x10, 0x0b, 0x0a, 0x82, 0xea, 0x45, 0x52, 0x0a, 0x04, 0x34, - 0x09, 0xbf, 0xc6, 0x60, 0x7d, 0xdf, 0x72, 0x6a, 0xa8, 0x69, 0xf4, 0x2d, 0xdc, 0xeb, 0x7a, 0x0d, - 0x4d, 0x9a, 0x4f, 0xb7, 0xea, 0x7e, 0x2e, 0x12, 0xe1, 0x86, 0x9e, 0x43, 0x82, 0xba, 0x46, 0xd6, - 0xe5, 0x7a, 0x24, 0x7b, 0xb1, 0x85, 0xec, 0x75, 0xe0, 0xfc, 0x3c, 0x1d, 0x3a, 0xb6, 0x67, 0xad, - 0xbe, 0x73, 0x6a, 0xab, 0x57, 0x67, 0x56, 0xa2, 0x5d, 0x2f, 0x19, 0xae, 0x51, 0xcc, 0x4c, 0x27, - 0xb9, 0x34, 0x89, 0x22, 0xc2, 0x28, 0xa8, 0xeb, 0xf3, 0xfd, 0x81, 0xbd, 0xe0, 0xd1, 0x1d, 0x60, - 0x9a, 0xf2, 0xff, 0xca, 0xa3, 0x3b, 0xc0, 0x61, 0x8f, 0xda, 0x00, 0xd3, 0x4c, 0xfe, 0xc2, 0x40, - 0x6a, 0x91, 0x22, 0xda, 0x1e, 0xcc, 0x62, 0x7b, 0x7c, 0x06, 0x89, 0xba, 0xe1, 0x1a, 0xba, 0x3b, - 0xec, 0x90, 0xcc, 0x6d, 0xec, 0xbe, 0x7e, 0x6a, 0x98, 0x1e, 0xaf, 0x36, 0xec, 0xa0, 0x70, 0x59, - 0xe6, 0x2c, 0x82, 0xba, 0x56, 0xa7, 0x38, 0xcb, 0x42, 0xdc, 0x5b, 0xd3, 0xae, 0xf4, 0xd7, 0xd1, - 0x66, 0x8e, 0xbf, 0xf8, 0xbb, 0xf8, 0x8a, 0x81, 0x8c, 0x36, 0x93, 0xa1, 0xfa, 0xfc, 0x4c, 0xfe, - 0x81, 0x3e, 0x80, 0x8d, 0x20, 0x17, 0x3e, 0xbd, 0x7f, 0xaa, 0x70, 0xef, 0x46, 0x71, 0x41, 0x0d, - 0xca, 0x51, 0x3a, 0x16, 0x42, 0xec, 0xc5, 0x21, 0xfc, 0xc1, 0x40, 0xc2, 0xf3, 0x5b, 0x1c, 0xba, - 0xc8, 0xf9, 0x17, 0x5f, 0xe7, 0xc2, 0xa0, 0x38, 0x73, 0x7c, 0x50, 0x44, 0x4a, 0x10, 0xff, 0xbf, - 0x4a, 0x70, 0x36, 0x28, 0x01, 0x3d, 0xe1, 0x4f, 0x0c, 0x00, 0x19, 0x3e, 0x7e, 0x52, 0xf6, 0x20, - 0x49, 0x3f, 0xf9, 0x53, 0xc7, 0xe3, 0xa5, 0xe9, 0x24, 0xc7, 0x46, 0xa6, 0x04, 0x9d, 0x8f, 0x64, - 0x44, 0x9c, 0x30, 0x1f, 0x62, 0xff, 0x70, 0x3e, 0x7c, 0x09, 0x9b, 0xa1, 0xab, 0xd0, 0x8f, 0x95, - 0x85, 0x78, 0xc7, 0x70, 0x9b, 0xb4, 0x9d, 0xfd, 0x35, 0x5b, 0x81, 0x75, 0x3a, 0x1a, 0xc8, 0x85, - 0x16, 0x5b, 0x72, 0x80, 0xcb, 0xd3, 0x49, 0xee, 0x42, 0x64, 0x9c, 0xd0, 0x2b, 0x2b, 0x69, 0x06, - 0x9e, 0xa8, 0xfb, 0x6f, 0x18, 0x60, 0xa3, 0x17, 0xc9, 0x89, 0x21, 0xdc, 0x3f, 0x7e, 0xad, 0x2e, - 0x8b, 0xe2, 0x6f, 0xdc, 0x9d, 0x34, 0x96, 0x3e, 0x5c, 0x90, 0xe6, 0xcf, 0x8f, 0xe5, 0xb1, 0xc8, - 0x00, 0xc1, 0x4b, 0x85, 0x86, 0xf1, 0xaa, 0xdf, 0x56, 0xde, 0x53, 0x25, 0x1f, 0x7a, 0xc5, 0xf4, - 0x77, 0xf2, 0x01, 0xa9, 0x6c, 0xd7, 0xd5, 0x90, 0x21, 0xf5, 0x5b, 0x87, 0x94, 0x44, 0x1e, 0x34, - 0xcb, 0x9d, 0xde, 0x84, 0x73, 0xf4, 0xe1, 0x43, 0x3d, 0x5e, 0x0d, 0x79, 0xa4, 0x2f, 0x22, 0xcf, - 0x1d, 0x59, 0xaa, 0x33, 0x65, 0xea, 0xe5, 0x2e, 0xa4, 0x2b, 0x86, 0xf9, 0x10, 0xb9, 0x12, 0x6e, - 0xb7, 0x2d, 0xb7, 0x8d, 0x6c, 0xf7, 0x44, 0x4f, 0x59, 0xef, 0x78, 0x33, 0x2d, 0xdf, 0xd9, 0xba, - 0x1a, 0x92, 0x08, 0xf7, 0x61, 0x8b, 0x70, 0x89, 0xe6, 0x43, 0x1b, 0x0f, 0x5a, 0xa8, 0xde, 0x40, - 0x4b, 0x09, 0xb7, 0x61, 0xd3, 0x88, 0xaa, 0x52, 0xd6, 0x45, 0xb1, 0x90, 0x87, 0x0c, 0xa1, 0x56, - 0x91, 0x89, 0xac, 0x8e, 0x2b, 0xd6, 0x1c, 0x6f, 0x0e, 0x9c, 0xc4, 0x2c, 0x34, 0x21, 0xad, 0xa0, - 0xc7, 0x6e, 0x95, 0xce, 0x0b, 0x15, 0x99, 0xfd, 0x13, 0xa3, 0x78, 0x17, 0xce, 0xdb, 0xe8, 0xb1, - 0xab, 0x3b, 0xe8, 0x91, 0xde, 0x45, 0x66, 0x9f, 0xcc, 0x93, 0xf0, 0x35, 0x10, 0x81, 0x05, 0x35, - 0x69, 0x13, 0x6a, 0x8f, 0xf5, 0x8d, 0x6f, 0xe3, 0xb0, 0x36, 0x1b, 0x0c, 0xec, 0x3b, 0xf0, 0x4a, - 0x49, 0xd4, 0x44, 0x5d, 0xbb, 0x5f, 0x91, 0xf5, 0x43, 0xa5, 0xac, 0x94, 0xb5, 0xb2, 0xb8, 0x57, - 0x7e, 0x20, 0x97, 0xf4, 0x43, 0xa5, 0x5a, 0x91, 0xa5, 0xf2, 0xed, 0xb2, 0x5c, 0x4a, 0xad, 0x70, - 0x9b, 0xa3, 0x31, 0x9f, 0x0c, 0x89, 0xd8, 0x6b, 0x70, 0x29, 0xb0, 0x94, 0xf6, 0xca, 0xb2, 0xa2, - 0xe9, 0x55, 0x4d, 0xd4, 0xe4, 0x14, 0xc3, 0xc1, 0x68, 0xcc, 0xaf, 0x12, 0x19, 0xfb, 0x26, 0x6c, - 0x85, 0xf4, 0x0e, 0x94, 0xaa, 0xac, 0x54, 0x0f, 0xab, 0x54, 0x35, 0xc6, 0x9d, 0x1f, 0x8d, 0xf9, - 0xc4, 0x5c, 0xcc, 0xe6, 0x81, 0x8b, 0x68, 0x2b, 0xb2, 0xa4, 0x95, 0x0f, 0x14, 0xaa, 0x7e, 0x86, - 0xdb, 0x18, 0x8d, 0x79, 0x08, 0xe4, 0xec, 0x36, 0x5c, 0x0e, 0xe9, 0xdf, 0x11, 0x15, 0x45, 0xde, - 0xa3, 0xca, 0x71, 0x2e, 0x39, 0x1a, 0xf3, 0xe7, 0xa8, 0x90, 0x7d, 0x1b, 0xae, 0x04, 0x9a, 0x15, - 0x51, 0xba, 0x27, 0x6b, 0xba, 0x74, 0xb0, 0xbf, 0x5f, 0xd6, 0xf6, 0x65, 0x45, 0x4b, 0x9d, 0xe5, - 0xd2, 0xa3, 0x31, 0x9f, 0x22, 0x40, 0x20, 0x67, 0xdf, 0x07, 0xfe, 0x98, 0x99, 0x28, 0xdd, 0x53, - 0x0e, 0x3e, 0xd9, 0x93, 0x4b, 0x1f, 0xca, 0xbe, 0xed, 0x2a, 0xb7, 0x35, 0x1a, 0xf3, 0x17, 0x09, - 0xba, 0x00, 0xb2, 0xef, 0xbd, 0x80, 0x40, 0x95, 0x25, 0xb9, 0x5c, 0xd1, 0x74, 0xb1, 0x58, 0x95, - 0x15, 0x49, 0x4e, 0x9d, 0xe3, 0x32, 0xa3, 0x31, 0x9f, 0x26, 0x28, 0x05, 0x29, 0xc6, 0xde, 0x84, - 0xab, 0x81, 0xbd, 0x22, 0x7f, 0xaa, 0xe9, 0x55, 0xf9, 0xa3, 0x43, 0x0f, 0xf2, 0x68, 0x3e, 0x4e, - 0xad, 0x91, 0xc0, 0x3d, 0x64, 0x06, 0x78, 0x72, 0x96, 0x87, 0x54, 0x60, 0x77, 0x47, 0x16, 0x4b, - 0xb2, 0x9a, 0x4a, 0x90, 0xca, 0x90, 0x1d, 0x17, 0x7f, 0xf2, 0x63, 0x76, 0xa5, 0xf8, 0xf9, 0x6f, - 0xcf, 0xb2, 0xcc, 0xd3, 0x67, 0x59, 0xe6, 0xcf, 0x67, 0x59, 0xe6, 0xbb, 0xe7, 0xd9, 0x95, 0xa7, - 0xcf, 0xb3, 0x2b, 0xbf, 0x3f, 0xcf, 0xae, 0x3c, 0xb8, 0xdd, 0xb0, 0xdc, 0x66, 0xaf, 0x96, 0x37, - 0x71, 0xbb, 0x60, 0x62, 0xa7, 0x8d, 0x9d, 0x82, 0x55, 0x33, 0xaf, 0x37, 0x70, 0xa1, 0x7f, 0xa3, - 0xd0, 0xc6, 0xf5, 0x5e, 0x0b, 0x39, 0xe4, 0x7f, 0xea, 0xfa, 0xec, 0x87, 0xea, 0xad, 0x9b, 0xd7, - 0xc3, 0xff, 0x54, 0xde, 0x35, 0xe3, 0xd4, 0x56, 0xfd, 0x79, 0x76, 0xe3, 0xaf, 0x00, 0x00, 0x00, - 0xff, 0xff, 0x5d, 0xd4, 0x6c, 0xfb, 0x80, 0x0d, 0x00, 0x00, + 0x35, 0x9a, 0xd8, 0x6c, 0x59, 0xc8, 0xc6, 0x6e, 0xc1, 0x75, 0x5a, 0x4e, 0xdb, 0x30, 0x9b, 0x96, + 0x8d, 0x0a, 0xfd, 0xdd, 0xf0, 0x36, 0xdf, 0xe9, 0x3a, 0xd8, 0x61, 0x73, 0x56, 0xcd, 0xcc, 0x87, + 0x4d, 0xf2, 0x61, 0x9d, 0xfe, 0x2e, 0xf7, 0x9a, 0xc7, 0x69, 0x3a, 0x5d, 0x54, 0x30, 0x1d, 0xdb, + 0x46, 0x26, 0xb6, 0x1c, 0xbb, 0xd0, 0xdf, 0x09, 0xed, 0x08, 0x13, 0xf7, 0x72, 0xa0, 0xd8, 0x34, + 0x6c, 0x1b, 0xb5, 0x7c, 0x2d, 0xb2, 0xa4, 0x2a, 0xe9, 0x86, 0xd3, 0x70, 0xfc, 0x65, 0xc1, 0x5b, + 0x51, 0xe9, 0x56, 0xc3, 0x71, 0x1a, 0x2d, 0x54, 0xf0, 0x77, 0xb5, 0xde, 0x51, 0xc1, 0xb0, 0x87, + 0x04, 0x12, 0x7e, 0x8e, 0x41, 0x52, 0xf2, 0xe3, 0xaa, 0x62, 0x03, 0x23, 0x96, 0x83, 0x35, 0x17, + 0x3d, 0xea, 0x21, 0xdb, 0x44, 0x19, 0x86, 0x67, 0xb6, 0xe3, 0xea, 0x7c, 0xcf, 0xee, 0x40, 0xc2, + 0x72, 0xf5, 0xa3, 0xae, 0xf3, 0x05, 0xb2, 0x33, 0x31, 0x9e, 0xd9, 0x5e, 0x2b, 0xa6, 0xa7, 0x93, + 0x5c, 0x6a, 0x68, 0xb4, 0x5b, 0xb7, 0x84, 0x39, 0x24, 0xa8, 0x6b, 0x96, 0x7b, 0xdb, 0x5f, 0xb2, + 0x18, 0x36, 0x4d, 0xc7, 0x76, 0x91, 0xed, 0xf6, 0x5c, 0xdd, 0xf5, 0x3c, 0x64, 0xce, 0xf0, 0xcc, + 0x76, 0x72, 0xb7, 0x90, 0x3f, 0x25, 0x2d, 0x79, 0x69, 0x66, 0xe7, 0x07, 0x56, 0xe4, 0xa6, 0x93, + 0xdc, 0x25, 0xe2, 0x69, 0x81, 0x51, 0x50, 0x37, 0xcc, 0x88, 0x2e, 0x8b, 0xe0, 0x8a, 0xd1, 0x6a, + 0x39, 0x03, 0xbd, 0xd7, 0xa9, 0x1b, 0x18, 0xe9, 0xc6, 0x11, 0x46, 0x5d, 0xbd, 0xd3, 0x75, 0x3a, + 0x8e, 0x6b, 0xb4, 0x32, 0x71, 0x3f, 0xf4, 0x6b, 0xd3, 0x49, 0x4e, 0x20, 0x84, 0x4b, 0x94, 0x05, + 0x35, 0xe3, 0xa3, 0x87, 0x3e, 0x28, 0x7a, 0x58, 0x85, 0x42, 0xb7, 0xe2, 0x4f, 0xbe, 0xcf, 0xad, + 0x08, 0x3f, 0x30, 0xb0, 0x11, 0x8d, 0x95, 0xbd, 0x0b, 0xd0, 0xe9, 0xd5, 0x5a, 0x96, 0xa9, 0x3f, + 0x44, 0x43, 0x3f, 0x8d, 0xc9, 0xdd, 0x74, 0x9e, 0x14, 0x21, 0x3f, 0x2b, 0x42, 0x5e, 0xb4, 0x87, + 0xc5, 0x8b, 0xd3, 0x49, 0xee, 0x25, 0x12, 0x44, 0x60, 0x21, 0xa8, 0x09, 0xb2, 0xb9, 0x87, 0x86, + 0x2c, 0x0f, 0xc9, 0xba, 0xd5, 0x47, 0x5d, 0xd7, 0x3a, 0xb2, 0x50, 0xd7, 0x4f, 0x7b, 0x42, 0x0d, + 0x8b, 0xd8, 0xab, 0x90, 0xc0, 0x56, 0x1b, 0xb9, 0xd8, 0x68, 0x77, 0xfc, 0xec, 0xc6, 0xd5, 0x40, + 0x40, 0x83, 0xfc, 0x3a, 0x06, 0xab, 0x77, 0x90, 0x51, 0x47, 0xdd, 0xa5, 0x15, 0x8e, 0x50, 0xc5, + 0x16, 0xa8, 0x3c, 0xd4, 0xb5, 0x1a, 0xb6, 0x81, 0x7b, 0x5d, 0x52, 0xc6, 0x75, 0x35, 0x10, 0xb0, + 0x87, 0xb0, 0x61, 0xa3, 0x81, 0x1e, 0x3a, 0x78, 0x7c, 0xc9, 0xc1, 0xb7, 0xa6, 0x93, 0xdc, 0x45, + 0x72, 0xf0, 0xa8, 0x95, 0xa0, 0xae, 0xdb, 0x68, 0x50, 0x99, 0x9f, 0x5f, 0x82, 0x4d, 0x4f, 0x21, + 0x9c, 0x83, 0xb3, 0x5e, 0x0e, 0xc2, 0x0d, 0xb1, 0xa0, 0x20, 0xa8, 0x5e, 0x24, 0xa5, 0x40, 0x40, + 0x93, 0xf0, 0x6b, 0x0c, 0xd6, 0xf7, 0x2d, 0xb7, 0x86, 0x9a, 0x46, 0xdf, 0x72, 0x7a, 0x5d, 0xaf, + 0xa1, 0x49, 0xf3, 0xe9, 0x56, 0xdd, 0xcf, 0x45, 0x22, 0xdc, 0xd0, 0x73, 0x48, 0x50, 0xd7, 0xc8, + 0xba, 0x5c, 0x8f, 0x64, 0x2f, 0xb6, 0x90, 0xbd, 0x0e, 0x9c, 0x9f, 0xa7, 0x43, 0x77, 0xec, 0x59, + 0xab, 0xef, 0x9c, 0xda, 0xea, 0xd5, 0x99, 0x95, 0x68, 0xd7, 0x4b, 0x06, 0x36, 0x8a, 0x99, 0xe9, + 0x24, 0x97, 0x26, 0x51, 0x44, 0x18, 0x05, 0x75, 0x7d, 0xbe, 0x3f, 0xb0, 0x17, 0x3c, 0xe2, 0x81, + 0x43, 0x53, 0xfe, 0x5f, 0x79, 0xc4, 0x03, 0x27, 0xec, 0x51, 0x1b, 0x38, 0x34, 0x93, 0xbf, 0x30, + 0x90, 0x5a, 0xa4, 0x88, 0xb6, 0x07, 0xb3, 0xd8, 0x1e, 0x9f, 0x41, 0xa2, 0x6e, 0x60, 0x43, 0xc7, + 0xc3, 0x0e, 0xc9, 0xdc, 0xc6, 0xee, 0xeb, 0xa7, 0x86, 0xe9, 0xf1, 0x6a, 0xc3, 0x0e, 0x0a, 0x97, + 0x65, 0xce, 0x22, 0xa8, 0x6b, 0x75, 0x8a, 0xb3, 0x2c, 0xc4, 0xbd, 0x35, 0xed, 0x4a, 0x7f, 0x1d, + 0x6d, 0xe6, 0xf8, 0x8b, 0xbf, 0x8b, 0xaf, 0x18, 0xc8, 0x68, 0x33, 0x19, 0xaa, 0xcf, 0xcf, 0xe4, + 0x1f, 0xe8, 0x03, 0xd8, 0x08, 0x72, 0xe1, 0xd3, 0xfb, 0xa7, 0x0a, 0xf7, 0x6e, 0x14, 0x17, 0xd4, + 0xa0, 0x1c, 0xa5, 0x63, 0x21, 0xc4, 0x5e, 0x1c, 0xc2, 0x1f, 0x0c, 0x24, 0x3c, 0xbf, 0xc5, 0x21, + 0x46, 0xee, 0xbf, 0xf8, 0x3a, 0x17, 0x06, 0xc5, 0x99, 0xe3, 0x83, 0x22, 0x52, 0x82, 0xf8, 0xff, + 0x55, 0x82, 0xb3, 0x41, 0x09, 0xe8, 0x09, 0x7f, 0x62, 0x00, 0xc8, 0xf0, 0xf1, 0x93, 0xb2, 0x07, + 0x49, 0xfa, 0xc9, 0x9f, 0x3a, 0x1e, 0x2f, 0x4d, 0x27, 0x39, 0x36, 0x32, 0x25, 0xe8, 0x7c, 0x24, + 0x23, 0xe2, 0x84, 0xf9, 0x10, 0xfb, 0x87, 0xf3, 0xe1, 0x4b, 0xd8, 0x0c, 0x5d, 0x85, 0x7e, 0xac, + 0x2c, 0xc4, 0x3b, 0x06, 0x6e, 0xd2, 0x76, 0xf6, 0xd7, 0x6c, 0x05, 0xd6, 0xe9, 0x68, 0x20, 0x17, + 0x5a, 0x6c, 0xc9, 0x01, 0x2e, 0x4f, 0x27, 0xb9, 0x0b, 0x91, 0x71, 0x42, 0xaf, 0xac, 0xa4, 0x19, + 0x78, 0xa2, 0xee, 0xbf, 0x61, 0x80, 0x8d, 0x5e, 0x24, 0x27, 0x86, 0x70, 0xff, 0xf8, 0xb5, 0xba, + 0x2c, 0x8a, 0xbf, 0x71, 0x77, 0xd2, 0x58, 0xfa, 0x70, 0x41, 0x9a, 0x3f, 0x3f, 0x96, 0xc7, 0x22, + 0x03, 0x04, 0x2f, 0x15, 0x1a, 0xc6, 0xab, 0x7e, 0x5b, 0x79, 0x4f, 0x95, 0x7c, 0xe8, 0x15, 0xd3, + 0xdf, 0xc9, 0x07, 0xa4, 0xb2, 0x5d, 0x57, 0x43, 0x86, 0xd4, 0x6f, 0x1d, 0x52, 0x12, 0x79, 0xd0, + 0x2c, 0x77, 0x7a, 0x13, 0xce, 0xd1, 0x87, 0x0f, 0xf5, 0x78, 0x35, 0xe4, 0x91, 0xbe, 0x88, 0x3c, + 0x77, 0x64, 0xa9, 0xce, 0x94, 0xa9, 0x97, 0xbb, 0x90, 0xae, 0x18, 0xe6, 0x43, 0x84, 0x25, 0xa7, + 0xdd, 0xb6, 0x70, 0x1b, 0xd9, 0xf8, 0x44, 0x4f, 0x59, 0xef, 0x78, 0x33, 0x2d, 0xdf, 0xd9, 0xba, + 0x1a, 0x92, 0x08, 0xf7, 0x61, 0x8b, 0x70, 0x89, 0xe6, 0x43, 0xdb, 0x19, 0xb4, 0x50, 0xbd, 0x81, + 0x96, 0x12, 0x6e, 0xc3, 0xa6, 0x11, 0x55, 0xa5, 0xac, 0x8b, 0x62, 0x21, 0x0f, 0x19, 0x42, 0xad, + 0x22, 0x13, 0x59, 0x1d, 0x2c, 0xd6, 0x5c, 0x6f, 0x0e, 0x9c, 0xc4, 0x2c, 0x34, 0x21, 0xad, 0xa0, + 0xc7, 0xb8, 0x4a, 0xe7, 0x85, 0x8a, 0xcc, 0xfe, 0x89, 0x51, 0xbc, 0x0b, 0xe7, 0x6d, 0xf4, 0x18, + 0xeb, 0x2e, 0x7a, 0xa4, 0x77, 0x91, 0xd9, 0x27, 0xf3, 0x24, 0x7c, 0x0d, 0x44, 0x60, 0x41, 0x4d, + 0xda, 0x84, 0xda, 0x63, 0x7d, 0xe3, 0xdb, 0x38, 0xac, 0xcd, 0x06, 0x03, 0xfb, 0x0e, 0xbc, 0x52, + 0x12, 0x35, 0x51, 0xd7, 0xee, 0x57, 0x64, 0xfd, 0x50, 0x29, 0x2b, 0x65, 0xad, 0x2c, 0xee, 0x95, + 0x1f, 0xc8, 0x25, 0xfd, 0x50, 0xa9, 0x56, 0x64, 0xa9, 0x7c, 0xbb, 0x2c, 0x97, 0x52, 0x2b, 0xdc, + 0xe6, 0x68, 0xcc, 0x27, 0x43, 0x22, 0xf6, 0x1a, 0x5c, 0x0a, 0x2c, 0xa5, 0xbd, 0xb2, 0xac, 0x68, + 0x7a, 0x55, 0x13, 0x35, 0x39, 0xc5, 0x70, 0x30, 0x1a, 0xf3, 0xab, 0x44, 0xc6, 0xbe, 0x09, 0x5b, + 0x21, 0xbd, 0x03, 0xa5, 0x2a, 0x2b, 0xd5, 0xc3, 0x2a, 0x55, 0x8d, 0x71, 0xe7, 0x47, 0x63, 0x3e, + 0x31, 0x17, 0xb3, 0x79, 0xe0, 0x22, 0xda, 0x8a, 0x2c, 0x69, 0xe5, 0x03, 0x85, 0xaa, 0x9f, 0xe1, + 0x36, 0x46, 0x63, 0x1e, 0x02, 0x39, 0xbb, 0x0d, 0x97, 0x43, 0xfa, 0x77, 0x44, 0x45, 0x91, 0xf7, + 0xa8, 0x72, 0x9c, 0x4b, 0x8e, 0xc6, 0xfc, 0x39, 0x2a, 0x64, 0xdf, 0x86, 0x2b, 0x81, 0x66, 0x45, + 0x94, 0xee, 0xc9, 0x9a, 0x2e, 0x1d, 0xec, 0xef, 0x97, 0xb5, 0x7d, 0x59, 0xd1, 0x52, 0x67, 0xb9, + 0xf4, 0x68, 0xcc, 0xa7, 0x08, 0x10, 0xc8, 0xd9, 0xf7, 0x81, 0x3f, 0x66, 0x26, 0x4a, 0xf7, 0x94, + 0x83, 0x4f, 0xf6, 0xe4, 0xd2, 0x87, 0xb2, 0x6f, 0xbb, 0xca, 0x6d, 0x8d, 0xc6, 0xfc, 0x45, 0x82, + 0x2e, 0x80, 0xec, 0x7b, 0x2f, 0x20, 0x50, 0x65, 0x49, 0x2e, 0x57, 0x34, 0x5d, 0x2c, 0x56, 0x65, + 0x45, 0x92, 0x53, 0xe7, 0xb8, 0xcc, 0x68, 0xcc, 0xa7, 0x09, 0x4a, 0x41, 0x8a, 0xb1, 0x37, 0xe1, + 0x6a, 0x60, 0xaf, 0xc8, 0x9f, 0x6a, 0x7a, 0x55, 0xfe, 0xe8, 0xd0, 0x83, 0x3c, 0x9a, 0x8f, 0x53, + 0x6b, 0x24, 0x70, 0x0f, 0x99, 0x01, 0x9e, 0x9c, 0xe5, 0x21, 0x15, 0xd8, 0xdd, 0x91, 0xc5, 0x92, + 0xac, 0xa6, 0x12, 0xa4, 0x32, 0x64, 0xc7, 0xc5, 0x9f, 0xfc, 0x98, 0x5d, 0x29, 0x7e, 0xfe, 0xdb, + 0xb3, 0x2c, 0xf3, 0xf4, 0x59, 0x96, 0xf9, 0xf3, 0x59, 0x96, 0xf9, 0xee, 0x79, 0x76, 0xe5, 0xe9, + 0xf3, 0xec, 0xca, 0xef, 0xcf, 0xb3, 0x2b, 0x0f, 0x4a, 0x0d, 0x0b, 0x37, 0x7b, 0xb5, 0xbc, 0xe9, + 0xb4, 0x0b, 0x2d, 0xef, 0x17, 0xc9, 0xaa, 0x99, 0xd7, 0x1b, 0x4e, 0xa1, 0x7f, 0xa3, 0xd0, 0x76, + 0xea, 0xbd, 0x16, 0x72, 0xc9, 0xdf, 0xd4, 0xf5, 0xd9, 0xef, 0xd4, 0x5b, 0x37, 0xaf, 0x87, 0xff, + 0xa8, 0xbc, 0x4b, 0xc6, 0xad, 0xad, 0xfa, 0xd3, 0xec, 0xc6, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, + 0x74, 0x9c, 0x89, 0x58, 0x7e, 0x0d, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/06-solomachine/types/solomachine_test.go b/modules/light-clients/06-solomachine/types/solomachine_test.go index da8c32d6def..82bd04157b1 100644 --- a/modules/light-clients/06-solomachine/types/solomachine_test.go +++ b/modules/light-clients/06-solomachine/types/solomachine_test.go @@ -12,10 +12,10 @@ import ( "github.com/stretchr/testify/require" "github.com/stretchr/testify/suite" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) type SoloMachineTestSuite struct { diff --git a/modules/light-clients/06-solomachine/types/update.go b/modules/light-clients/06-solomachine/types/update.go index 37da910977c..d8facbecf7f 100644 --- a/modules/light-clients/06-solomachine/types/update.go +++ b/modules/light-clients/06-solomachine/types/update.go @@ -5,8 +5,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckHeaderAndUpdateState checks if the provided header is valid and updates diff --git a/modules/light-clients/06-solomachine/types/update_test.go b/modules/light-clients/06-solomachine/types/update_test.go index 2bd933d57e6..7703f6bf861 100644 --- a/modules/light-clients/06-solomachine/types/update_test.go +++ b/modules/light-clients/06-solomachine/types/update_test.go @@ -4,10 +4,10 @@ import ( codectypes "github.com/line/lbm-sdk/codec/types" sdk "github.com/line/lbm-sdk/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *SoloMachineTestSuite) TestCheckHeaderAndUpdateState() { diff --git a/modules/light-clients/09-localhost/module.go b/modules/light-clients/09-localhost/module.go index e8d9eff55cf..7512f10aca6 100644 --- a/modules/light-clients/09-localhost/module.go +++ b/modules/light-clients/09-localhost/module.go @@ -1,7 +1,7 @@ package localhost import ( - "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" + "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" ) // Name returns the IBC client name diff --git a/modules/light-clients/09-localhost/types/client_state.go b/modules/light-clients/09-localhost/types/client_state.go index bdaea44fefb..b9a2abbc871 100644 --- a/modules/light-clients/09-localhost/types/client_state.go +++ b/modules/light-clients/09-localhost/types/client_state.go @@ -10,11 +10,11 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/09-localhost/types/client_state_test.go b/modules/light-clients/09-localhost/types/client_state_test.go index 947d137a14a..75afd872a40 100644 --- a/modules/light-clients/09-localhost/types/client_state_test.go +++ b/modules/light-clients/09-localhost/types/client_state_test.go @@ -3,14 +3,14 @@ package types_test import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) const ( diff --git a/modules/light-clients/09-localhost/types/codec.go b/modules/light-clients/09-localhost/types/codec.go index ce8e023d0d5..3f03264514a 100644 --- a/modules/light-clients/09-localhost/types/codec.go +++ b/modules/light-clients/09-localhost/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces register the ibc interfaces submodule implementations to protobuf diff --git a/modules/light-clients/09-localhost/types/localhost.pb.go b/modules/light-clients/09-localhost/types/localhost.pb.go index 60fecb51822..4cda160b5f9 100644 --- a/modules/light-clients/09-localhost/types/localhost.pb.go +++ b/modules/light-clients/09-localhost/types/localhost.pb.go @@ -5,9 +5,9 @@ package types import ( fmt "fmt" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" io "io" math "math" math_bits "math/bits" @@ -75,7 +75,7 @@ func init() { } var fileDescriptor_acd9f5b22d41bf6d = []byte{ - // 288 bytes of a gzipped FileDescriptorProto + // 286 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xd2, 0xcd, 0x4c, 0x4a, 0xd6, 0xcf, 0xc9, 0x4c, 0xcf, 0x28, 0x49, 0xce, 0xc9, 0x4c, 0xcd, 0x2b, 0x29, 0xd6, 0xcf, 0xc9, 0x4f, 0x4e, 0xcc, 0xc9, 0xc8, 0x2f, 0x2e, 0xd1, 0x2f, 0x33, 0x44, 0x70, 0xf4, 0x0a, 0x8a, 0xf2, 0x4b, @@ -87,13 +87,13 @@ var fileDescriptor_acd9f5b22d41bf6d = []byte{ 0x95, 0x89, 0xb9, 0x39, 0x56, 0x4a, 0x30, 0x19, 0xa5, 0x20, 0x76, 0x30, 0xd3, 0x33, 0x45, 0xc8, 0x82, 0x8b, 0x2d, 0x23, 0x15, 0xe4, 0x26, 0x09, 0x26, 0x05, 0x46, 0x0d, 0x6e, 0x23, 0x29, 0x3d, 0x90, 0x2b, 0x41, 0x16, 0xea, 0x41, 0xad, 0x29, 0x33, 0xd4, 0xf3, 0x00, 0xab, 0x70, 0x62, 0x39, - 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xde, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0xdc, 0x89, + 0x71, 0x4f, 0x9e, 0x21, 0x08, 0xaa, 0xde, 0x8a, 0xa5, 0x63, 0x81, 0x3c, 0x83, 0x53, 0xcc, 0x89, 0x47, 0x72, 0x8c, 0x17, 0x1e, 0xc9, 0x31, 0x3e, 0x78, 0x24, 0xc7, 0x38, 0xe1, 0xb1, 0x1c, 0xc3, - 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0xb9, 0xa4, 0x67, 0x96, 0x64, 0x94, 0x26, - 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0x27, 0xe7, 0x17, 0xe7, 0xe6, 0x17, 0xeb, 0x67, 0x26, 0x25, 0xeb, - 0xa6, 0xe7, 0xeb, 0x97, 0x19, 0xeb, 0xe7, 0xe6, 0xa7, 0x94, 0xe6, 0xa4, 0x16, 0x43, 0x42, 0x4f, - 0x17, 0x16, 0x7c, 0x06, 0x96, 0xba, 0x88, 0x10, 0x2c, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, - 0xfb, 0xd2, 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0xd1, 0xbf, 0x6a, 0xbf, 0x6c, 0x01, 0x00, 0x00, + 0x85, 0xc7, 0x72, 0x0c, 0x37, 0x1e, 0xcb, 0x31, 0x44, 0x39, 0xa5, 0x67, 0x96, 0x64, 0x94, 0x26, + 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xe7, 0x64, 0xe6, 0xa5, 0xea, 0x67, 0x26, 0x25, 0xeb, 0xa6, 0xe7, + 0xeb, 0x97, 0x19, 0xeb, 0xe7, 0xe6, 0xa7, 0x94, 0xe6, 0xa4, 0x16, 0x43, 0xc2, 0x4e, 0x17, 0x16, + 0x78, 0x06, 0x96, 0xba, 0x88, 0xf0, 0x2b, 0xa9, 0x2c, 0x48, 0x2d, 0x4e, 0x62, 0x03, 0xfb, 0xd1, + 0x18, 0x10, 0x00, 0x00, 0xff, 0xff, 0x65, 0xaf, 0x8c, 0x4d, 0x6a, 0x01, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/09-localhost/types/localhost_test.go b/modules/light-clients/09-localhost/types/localhost_test.go index 44bae7daff0..ac5a57e4efb 100644 --- a/modules/light-clients/09-localhost/types/localhost_test.go +++ b/modules/light-clients/09-localhost/types/localhost_test.go @@ -9,9 +9,9 @@ import ( "github.com/line/lbm-sdk/codec" sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/light-clients/99-ostracon/module.go b/modules/light-clients/99-ostracon/module.go index c6e192494ab..d6b32da189b 100644 --- a/modules/light-clients/99-ostracon/module.go +++ b/modules/light-clients/99-ostracon/module.go @@ -1,7 +1,7 @@ package ostracon import ( - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Name returns the IBC client name diff --git a/modules/light-clients/99-ostracon/types/client_state.go b/modules/light-clients/99-ostracon/types/client_state.go index 92e309e1124..9f325fa3e66 100644 --- a/modules/light-clients/99-ostracon/types/client_state.go +++ b/modules/light-clients/99-ostracon/types/client_state.go @@ -11,12 +11,12 @@ import ( "github.com/line/ostracon/light" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.ClientState = (*ClientState)(nil) diff --git a/modules/light-clients/99-ostracon/types/client_state_test.go b/modules/light-clients/99-ostracon/types/client_state_test.go index 7c55e124484..e4acb859c74 100644 --- a/modules/light-clients/99-ostracon/types/client_state_test.go +++ b/modules/light-clients/99-ostracon/types/client_state_test.go @@ -5,14 +5,14 @@ import ( ics23 "github.com/confio/ics23/go" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibcmock "github.com/line/ibc-go/v3/testing/mock" ) const ( diff --git a/modules/light-clients/99-ostracon/types/codec.go b/modules/light-clients/99-ostracon/types/codec.go index 70008a0bb64..23ff1c8f6cd 100644 --- a/modules/light-clients/99-ostracon/types/codec.go +++ b/modules/light-clients/99-ostracon/types/codec.go @@ -3,7 +3,7 @@ package types import ( codectypes "github.com/line/lbm-sdk/codec/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/exported" ) // RegisterInterfaces registers the ostracon concrete client-related diff --git a/modules/light-clients/99-ostracon/types/consensus_state.go b/modules/light-clients/99-ostracon/types/consensus_state.go index 2ebe2c45462..c91d3a57569 100644 --- a/modules/light-clients/99-ostracon/types/consensus_state.go +++ b/modules/light-clients/99-ostracon/types/consensus_state.go @@ -7,9 +7,9 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // SentinelRoot is used as a stand-in root value for the consensus state set at the upgrade height diff --git a/modules/light-clients/99-ostracon/types/consensus_state_test.go b/modules/light-clients/99-ostracon/types/consensus_state_test.go index c25621ac8dd..4590d7148ad 100644 --- a/modules/light-clients/99-ostracon/types/consensus_state_test.go +++ b/modules/light-clients/99-ostracon/types/consensus_state_test.go @@ -3,9 +3,9 @@ package types_test import ( "time" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *OstraconTestSuite) TestConsensusStateValidateBasic() { diff --git a/modules/light-clients/99-ostracon/types/genesis.go b/modules/light-clients/99-ostracon/types/genesis.go index 114f4eb80a9..6f5442978d7 100644 --- a/modules/light-clients/99-ostracon/types/genesis.go +++ b/modules/light-clients/99-ostracon/types/genesis.go @@ -3,8 +3,8 @@ package types import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // ExportMetadata exports all the consensus metadata in the client store so they can be included in clients genesis diff --git a/modules/light-clients/99-ostracon/types/genesis_test.go b/modules/light-clients/99-ostracon/types/genesis_test.go index f9b03b38dda..30bcc103664 100644 --- a/modules/light-clients/99-ostracon/types/genesis_test.go +++ b/modules/light-clients/99-ostracon/types/genesis_test.go @@ -3,9 +3,9 @@ package types_test import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) // expected export ordering: diff --git a/modules/light-clients/99-ostracon/types/header.go b/modules/light-clients/99-ostracon/types/header.go index c5f36f42e44..96f26061a96 100644 --- a/modules/light-clients/99-ostracon/types/header.go +++ b/modules/light-clients/99-ostracon/types/header.go @@ -7,9 +7,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.Header = &Header{} diff --git a/modules/light-clients/99-ostracon/types/header_test.go b/modules/light-clients/99-ostracon/types/header_test.go index 4dd7fa505bf..70074547ca3 100644 --- a/modules/light-clients/99-ostracon/types/header_test.go +++ b/modules/light-clients/99-ostracon/types/header_test.go @@ -5,9 +5,9 @@ import ( "github.com/tendermint/tendermint/proto/tendermint/crypto" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) func (suite *OstraconTestSuite) TestGetHeight() { diff --git a/modules/light-clients/99-ostracon/types/misbehaviour.go b/modules/light-clients/99-ostracon/types/misbehaviour.go index c5444c4a31d..6cc36052b9b 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour.go @@ -4,13 +4,13 @@ import ( "time" tmproto "github.com/tendermint/tendermint/proto/tendermint/types" - + sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) var _ exported.Misbehaviour = &Misbehaviour{} diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go index 797a4ebc1ff..67a9b57db19 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle.go @@ -9,8 +9,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckMisbehaviourAndUpdateState determines whether or not two conflicting diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go index 15c19be613d..80838c7746c 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_handle_test.go @@ -7,12 +7,12 @@ import ( "github.com/line/ostracon/crypto/tmhash" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestCheckMisbehaviourAndUpdateState() { diff --git a/modules/light-clients/99-ostracon/types/misbehaviour_test.go b/modules/light-clients/99-ostracon/types/misbehaviour_test.go index bb88eadee15..075db6c55fe 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour_test.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour_test.go @@ -8,11 +8,11 @@ import ( "github.com/line/ostracon/crypto/tmhash" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestMisbehaviour() { diff --git a/modules/light-clients/99-ostracon/types/ostracon.pb.go b/modules/light-clients/99-ostracon/types/ostracon.pb.go index d4a628b550d..36408229bf0 100644 --- a/modules/light-clients/99-ostracon/types/ostracon.pb.go +++ b/modules/light-clients/99-ostracon/types/ostracon.pb.go @@ -6,11 +6,11 @@ package types import ( fmt "fmt" _go "github.com/confio/ics23/go" - types "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - types1 "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" _ "github.com/gogo/protobuf/gogoproto" proto "github.com/gogo/protobuf/proto" github_com_gogo_protobuf_types "github.com/gogo/protobuf/types" + types "github.com/line/ibc-go/v3/modules/core/02-client/types" + types1 "github.com/line/ibc-go/v3/modules/core/23-commitment/types" github_com_line_ostracon_libs_bytes "github.com/line/ostracon/libs/bytes" types2 "github.com/tendermint/tendermint/proto/tendermint/types" _ "google.golang.org/protobuf/types/known/durationpb" @@ -323,75 +323,75 @@ func init() { } var fileDescriptor_049a55681d0db341 = []byte{ - // 1088 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6f, 0xe3, 0x44, - 0x14, 0x6e, 0xda, 0xb2, 0x4d, 0x26, 0xe9, 0x76, 0x31, 0xa5, 0x9b, 0x96, 0x6c, 0x1c, 0x19, 0x54, - 0x2a, 0xb1, 0xb5, 0x95, 0xf4, 0xb4, 0x15, 0x17, 0xdc, 0x05, 0xb5, 0x88, 0x15, 0x95, 0x0b, 0x1c, - 0x90, 0x56, 0x66, 0x62, 0x4f, 0xe2, 0xd1, 0xda, 0x1e, 0xcb, 0x33, 0x0e, 0x2d, 0x37, 0x6e, 0x48, - 0x5c, 0xf6, 0x88, 0x10, 0x07, 0xfe, 0x9c, 0x3d, 0xf6, 0xc8, 0xc9, 0xa0, 0xf6, 0xc6, 0x31, 0x47, - 0x4e, 0x68, 0x7e, 0xf8, 0x47, 0xbb, 0xdd, 0xad, 0x7a, 0x89, 0xe6, 0xbd, 0xf7, 0xbd, 0xef, 0xf3, - 0xbc, 0x79, 0xf3, 0x26, 0xe0, 0x13, 0x3c, 0xf6, 0xac, 0x10, 0x4f, 0x03, 0xe6, 0x85, 0x18, 0xc5, - 0x8c, 0x5a, 0x84, 0xb2, 0x14, 0x7a, 0x24, 0xb6, 0x66, 0xc3, 0x72, 0x6d, 0x26, 0x29, 0x61, 0x44, - 0xeb, 0xe1, 0xb1, 0x67, 0xd6, 0xc1, 0x66, 0x09, 0x98, 0x0d, 0xb7, 0x06, 0x0c, 0xc5, 0x3e, 0x4a, - 0x23, 0x1c, 0x33, 0x8b, 0x9d, 0x25, 0x88, 0x5a, 0x33, 0x18, 0x62, 0x1f, 0x32, 0x92, 0xca, 0xfc, - 0xad, 0xde, 0x6b, 0x08, 0xf1, 0xab, 0xa2, 0x9d, 0x24, 0x25, 0x64, 0x52, 0x58, 0xfd, 0x29, 0x21, - 0xd3, 0x10, 0x59, 0xc2, 0x1a, 0x67, 0x13, 0xcb, 0xcf, 0x52, 0xc8, 0x70, 0xf1, 0x2d, 0x5b, 0xfa, - 0xf5, 0x38, 0xc3, 0x11, 0xa2, 0x0c, 0x46, 0x49, 0x01, 0xe0, 0x3b, 0xf3, 0x48, 0x8a, 0x2c, 0xf9, - 0xb1, 0x7c, 0x3f, 0x72, 0xa5, 0x00, 0x1f, 0x57, 0x00, 0x12, 0x45, 0x98, 0x45, 0x05, 0xa8, 0xb4, - 0x14, 0x70, 0x7d, 0x4a, 0xa6, 0x44, 0x2c, 0x2d, 0xbe, 0x92, 0x5e, 0xe3, 0xdf, 0x15, 0xd0, 0x3e, - 0x10, 0x7c, 0x27, 0x0c, 0x32, 0xa4, 0x6d, 0x82, 0xa6, 0x17, 0x40, 0x1c, 0xbb, 0xd8, 0xef, 0x36, - 0x06, 0x8d, 0x9d, 0x96, 0xb3, 0x22, 0xec, 0x23, 0x5f, 0xf3, 0x40, 0x9b, 0xa5, 0x19, 0x65, 0x6e, - 0x88, 0x66, 0x28, 0xec, 0x2e, 0x0e, 0x1a, 0x3b, 0xed, 0xd1, 0xb6, 0xf9, 0xb6, 0x6a, 0x9a, 0x5f, - 0xa4, 0xd0, 0xe3, 0xdb, 0xb5, 0xb7, 0x5e, 0xe5, 0xfa, 0xc2, 0x3c, 0xd7, 0xb5, 0x33, 0x18, 0x85, - 0xfb, 0x46, 0x8d, 0xc8, 0x70, 0x80, 0xb0, 0xbe, 0xe2, 0x86, 0x36, 0x01, 0x6b, 0xc2, 0xc2, 0xf1, - 0xd4, 0x4d, 0x50, 0x8a, 0x89, 0xdf, 0x5d, 0x12, 0x42, 0x9b, 0xa6, 0x2c, 0x95, 0x59, 0x94, 0xca, - 0x7c, 0xaa, 0x4a, 0x69, 0x1b, 0x8a, 0x7b, 0xa3, 0xc6, 0x5d, 0xe5, 0x1b, 0xbf, 0xfd, 0xad, 0x37, - 0x9c, 0xfb, 0x85, 0xf7, 0x58, 0x38, 0x35, 0x0c, 0x1e, 0x64, 0xf1, 0x98, 0xc4, 0x7e, 0x4d, 0x68, - 0xf9, 0x36, 0xa1, 0x0f, 0x95, 0xd0, 0x43, 0x29, 0x74, 0x9d, 0x40, 0x2a, 0xad, 0x95, 0x6e, 0x25, - 0x85, 0xc0, 0x5a, 0x04, 0x4f, 0x5d, 0x2f, 0x24, 0xde, 0x0b, 0xd7, 0x4f, 0xf1, 0x84, 0x75, 0xdf, - 0xb9, 0xe3, 0x96, 0xae, 0xe5, 0x4b, 0xa1, 0xd5, 0x08, 0x9e, 0x1e, 0x70, 0xe7, 0x53, 0xee, 0xd3, - 0x9e, 0x83, 0xd5, 0x49, 0x4a, 0x7e, 0x42, 0xb1, 0x1b, 0x20, 0x7e, 0x1c, 0xdd, 0x7b, 0x42, 0x64, - 0x4b, 0x1c, 0x10, 0x6f, 0x10, 0x53, 0xf5, 0xcd, 0x6c, 0x68, 0x1e, 0x0a, 0x84, 0xdd, 0x53, 0x2a, - 0xeb, 0x52, 0xe5, 0x4a, 0xba, 0xe1, 0x74, 0xa4, 0x2d, 0xb1, 0x9c, 0x3e, 0x84, 0x0c, 0x51, 0x56, - 0xd0, 0xaf, 0xdc, 0x95, 0xfe, 0x4a, 0xba, 0xe1, 0x74, 0xa4, 0xad, 0xe8, 0x8f, 0x40, 0x5b, 0x5c, - 0x1c, 0x97, 0x26, 0xc8, 0xa3, 0xdd, 0xe6, 0x60, 0x69, 0xa7, 0x3d, 0x7a, 0x60, 0x62, 0x8f, 0x8e, - 0xf6, 0xcc, 0x63, 0x1e, 0x39, 0x49, 0x90, 0x67, 0x6f, 0x54, 0x2d, 0x54, 0x83, 0x1b, 0x0e, 0x48, - 0x0a, 0x08, 0xd5, 0xf6, 0x41, 0x27, 0x4b, 0xa6, 0x29, 0xf4, 0x91, 0x9b, 0x40, 0x16, 0x74, 0x5b, - 0x83, 0xa5, 0x9d, 0x96, 0xfd, 0x70, 0x9e, 0xeb, 0xef, 0xa9, 0x73, 0xab, 0x45, 0x0d, 0xa7, 0xad, - 0xcc, 0x63, 0xc8, 0x02, 0x0d, 0x82, 0x4d, 0x18, 0x86, 0xe4, 0x47, 0x37, 0x4b, 0x7c, 0xc8, 0x90, - 0x0b, 0x27, 0x0c, 0xa5, 0x2e, 0x3a, 0x4d, 0x70, 0x7a, 0xd6, 0x05, 0x83, 0xc6, 0x4e, 0xd3, 0xde, - 0x9e, 0xe7, 0xfa, 0x40, 0x12, 0xbd, 0x11, 0x6a, 0x74, 0x1b, 0xce, 0x86, 0x88, 0x7e, 0x2b, 0x82, - 0x9f, 0xf1, 0xd8, 0xe7, 0x22, 0xa4, 0x51, 0xa0, 0xdf, 0x90, 0x17, 0x61, 0x3a, 0x46, 0x01, 0x9c, - 0x61, 0x92, 0xa5, 0xdd, 0xb6, 0x10, 0x7a, 0x3c, 0xcf, 0xf5, 0xed, 0x37, 0x0a, 0xd5, 0x13, 0xb8, - 0x5c, 0xef, 0xba, 0xdc, 0xb3, 0x1a, 0x60, 0x7f, 0xf9, 0x97, 0x3f, 0xf5, 0x05, 0xe3, 0x8f, 0x45, - 0x70, 0xff, 0x80, 0xc4, 0x14, 0xc5, 0x34, 0xa3, 0xf2, 0xbe, 0xdb, 0xa0, 0x55, 0x8e, 0x1c, 0x71, - 0xe1, 0xf9, 0x91, 0x5e, 0x6f, 0xcb, 0x6f, 0x0a, 0x84, 0xdd, 0xe4, 0x47, 0xfa, 0x92, 0x77, 0x5f, - 0x95, 0xa6, 0x7d, 0x0a, 0x96, 0x53, 0x42, 0x98, 0x9a, 0x08, 0x46, 0xad, 0x23, 0xaa, 0x19, 0x34, - 0x1b, 0x9a, 0xcf, 0x50, 0xfa, 0x22, 0x44, 0x0e, 0x21, 0xcc, 0x5e, 0xe6, 0x34, 0x8e, 0xc8, 0xd2, - 0x7e, 0x6e, 0x80, 0xf5, 0x18, 0x9d, 0x32, 0xb7, 0x9c, 0xb3, 0xd4, 0x0d, 0x20, 0x0d, 0xc4, 0xbd, - 0xef, 0xd8, 0x5f, 0xcf, 0x73, 0xfd, 0x03, 0x59, 0x85, 0x9b, 0x50, 0xc6, 0x7f, 0xb9, 0xfe, 0x78, - 0x8a, 0x59, 0x90, 0x8d, 0xb9, 0x9c, 0x15, 0xe2, 0x18, 0x55, 0xc3, 0x3f, 0xc4, 0x63, 0x6a, 0x8d, - 0xcf, 0x18, 0xa2, 0xe6, 0x21, 0x3a, 0xb5, 0xf9, 0xc2, 0xd1, 0x38, 0xcd, 0x77, 0x25, 0xcb, 0x21, - 0xa4, 0x81, 0x2a, 0xcf, 0xaf, 0x8b, 0xa0, 0x53, 0xaf, 0x9a, 0xb6, 0x07, 0x5a, 0xb2, 0xa9, 0xcb, - 0x69, 0x28, 0x1a, 0xf0, 0x81, 0xfc, 0x9c, 0x32, 0xc4, 0xcb, 0xdf, 0x94, 0xd6, 0x91, 0xaf, 0xb9, - 0xa0, 0x19, 0x20, 0xe8, 0xa3, 0xd4, 0x1d, 0xaa, 0x8a, 0x7c, 0xf4, 0xf6, 0x19, 0x79, 0x28, 0xd0, - 0x76, 0xff, 0x22, 0xd7, 0x57, 0xe4, 0x7a, 0x38, 0xcf, 0xf5, 0x35, 0x29, 0x52, 0x50, 0x19, 0xce, - 0x8a, 0x5c, 0x0e, 0x6b, 0x02, 0x23, 0x35, 0x1b, 0xef, 0x2c, 0x30, 0x7a, 0x4d, 0x60, 0x54, 0x0a, - 0x8c, 0x54, 0x35, 0x7e, 0x5f, 0x02, 0xf7, 0x24, 0x5a, 0x83, 0x60, 0x95, 0xe2, 0x69, 0x8c, 0x7c, - 0x57, 0x42, 0x54, 0xa3, 0xf4, 0xcd, 0xea, 0x25, 0x34, 0xe5, 0x1b, 0x78, 0x22, 0x60, 0x4a, 0xb0, - 0x77, 0x9e, 0xeb, 0x8d, 0xea, 0xfe, 0x5f, 0xa1, 0x30, 0x9c, 0x0e, 0xad, 0x61, 0xf9, 0x78, 0x29, - 0x4f, 0xd6, 0xa5, 0xa8, 0x68, 0xa6, 0x1b, 0x24, 0xca, 0xa3, 0x3b, 0x41, 0xcc, 0xee, 0x56, 0xf4, - 0x57, 0xd2, 0x0d, 0xa7, 0x33, 0xab, 0xe1, 0xb4, 0x1f, 0x80, 0x7c, 0x00, 0x84, 0xbe, 0x18, 0x5f, - 0x4b, 0xb7, 0x8e, 0xaf, 0x47, 0x6a, 0x7c, 0xbd, 0x5f, 0x7b, 0x56, 0xca, 0x7c, 0xc3, 0x59, 0x55, - 0x0e, 0x35, 0xc0, 0x42, 0xa0, 0x15, 0x88, 0xaa, 0x45, 0xd5, 0x93, 0x72, 0xdb, 0x2e, 0x1e, 0xcd, - 0x73, 0x7d, 0xf3, 0xaa, 0x4a, 0xc5, 0x61, 0x38, 0xef, 0x2a, 0x67, 0xd5, 0xb4, 0xc6, 0x97, 0xa0, - 0x59, 0x3c, 0xad, 0x5a, 0x0f, 0xb4, 0xe2, 0x2c, 0x42, 0x29, 0x8f, 0x88, 0x93, 0x59, 0x76, 0x2a, - 0x87, 0x36, 0x00, 0x6d, 0x1f, 0xc5, 0x24, 0xc2, 0xb1, 0x88, 0x2f, 0x8a, 0x78, 0xdd, 0x65, 0x3f, - 0x7f, 0x75, 0xd1, 0x6f, 0x9c, 0x5f, 0xf4, 0x1b, 0xff, 0x5c, 0xf4, 0x1b, 0x2f, 0x2f, 0xfb, 0x0b, - 0xe7, 0x97, 0xfd, 0x85, 0xbf, 0x2e, 0xfb, 0x0b, 0xdf, 0x1f, 0xd4, 0x2e, 0x96, 0x47, 0x68, 0x44, - 0xa8, 0x85, 0xc7, 0xde, 0xee, 0x94, 0x58, 0xb3, 0x3d, 0x2b, 0x22, 0x7e, 0x16, 0x22, 0x2a, 0xff, - 0x76, 0xed, 0x16, 0xff, 0xbb, 0x9e, 0x3c, 0xd9, 0x2d, 0x6f, 0x9f, 0xd8, 0xe9, 0xf8, 0x9e, 0x18, - 0x23, 0x7b, 0xff, 0x07, 0x00, 0x00, 0xff, 0xff, 0x45, 0x9d, 0x37, 0x7f, 0xa4, 0x09, 0x00, 0x00, + // 1085 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x56, 0xcf, 0x6f, 0xe3, 0xc4, + 0x17, 0x6f, 0xda, 0x7e, 0xdb, 0x64, 0x92, 0x6e, 0xfb, 0x35, 0xa5, 0x9b, 0x96, 0x6c, 0x1c, 0x19, + 0x54, 0x2a, 0xb1, 0xb5, 0x95, 0xf4, 0xb4, 0x15, 0x97, 0x75, 0x17, 0xd4, 0x22, 0x56, 0x54, 0x2e, + 0x70, 0x00, 0x21, 0x33, 0xb1, 0x27, 0xc9, 0x68, 0x6d, 0x8f, 0xe5, 0x19, 0x87, 0x96, 0x1b, 0x37, + 0x24, 0x2e, 0x7b, 0x44, 0x88, 0x03, 0x7f, 0xce, 0x1e, 0x7b, 0xe4, 0x64, 0x50, 0x7b, 0xe3, 0x98, + 0x23, 0x27, 0x34, 0x3f, 0xfc, 0xa3, 0xd9, 0xee, 0x56, 0xbd, 0x44, 0xf3, 0xde, 0xfb, 0xbc, 0xcf, + 0xc7, 0xf3, 0xe6, 0xcd, 0x9b, 0x80, 0x8f, 0xf0, 0xd0, 0xb3, 0x02, 0x3c, 0x9e, 0x30, 0x2f, 0xc0, + 0x28, 0x62, 0xd4, 0x22, 0x94, 0x25, 0xd0, 0x23, 0x91, 0x35, 0xed, 0x17, 0x6b, 0x33, 0x4e, 0x08, + 0x23, 0x5a, 0x07, 0x0f, 0x3d, 0xb3, 0x0a, 0x36, 0x0b, 0xc0, 0xb4, 0xbf, 0xd3, 0x63, 0x28, 0xf2, + 0x51, 0x12, 0xe2, 0x88, 0x59, 0xec, 0x22, 0x46, 0xd4, 0x9a, 0xc2, 0x00, 0xfb, 0x90, 0x91, 0x44, + 0xe6, 0xef, 0x74, 0x5e, 0x43, 0x88, 0x5f, 0x15, 0x6d, 0xc5, 0x09, 0x21, 0xa3, 0xdc, 0xea, 0x8e, + 0x09, 0x19, 0x07, 0xc8, 0x12, 0xd6, 0x30, 0x1d, 0x59, 0x7e, 0x9a, 0x40, 0x86, 0xf3, 0x6f, 0xd9, + 0xd1, 0xe7, 0xe3, 0x0c, 0x87, 0x88, 0x32, 0x18, 0xc6, 0x39, 0x80, 0xef, 0xcc, 0x23, 0x09, 0xb2, + 0xe4, 0xc7, 0xf2, 0xfd, 0xc8, 0x95, 0x02, 0x7c, 0x58, 0x02, 0x48, 0x18, 0x62, 0x16, 0xe6, 0xa0, + 0xc2, 0x52, 0xc0, 0xcd, 0x31, 0x19, 0x13, 0xb1, 0xb4, 0xf8, 0x4a, 0x7a, 0x8d, 0x7f, 0x56, 0x41, + 0xf3, 0x48, 0xf0, 0x9d, 0x31, 0xc8, 0x90, 0xb6, 0x0d, 0xea, 0xde, 0x04, 0xe2, 0xc8, 0xc5, 0x7e, + 0xbb, 0xd6, 0xab, 0xed, 0x35, 0x9c, 0x55, 0x61, 0x9f, 0xf8, 0x9a, 0x07, 0x9a, 0x2c, 0x49, 0x29, + 0x73, 0x03, 0x34, 0x45, 0x41, 0x7b, 0xb1, 0x57, 0xdb, 0x6b, 0x0e, 0x76, 0xcd, 0xb7, 0x55, 0xd3, + 0xfc, 0x34, 0x81, 0x1e, 0xdf, 0xae, 0xbd, 0xf3, 0x2a, 0xd3, 0x17, 0x66, 0x99, 0xae, 0x5d, 0xc0, + 0x30, 0x38, 0x34, 0x2a, 0x44, 0x86, 0x03, 0x84, 0xf5, 0x39, 0x37, 0xb4, 0x11, 0x58, 0x17, 0x16, + 0x8e, 0xc6, 0x6e, 0x8c, 0x12, 0x4c, 0xfc, 0xf6, 0x92, 0x10, 0xda, 0x36, 0x65, 0xa9, 0xcc, 0xbc, + 0x54, 0xe6, 0x33, 0x55, 0x4a, 0xdb, 0x50, 0xdc, 0x5b, 0x15, 0xee, 0x32, 0xdf, 0xf8, 0xf5, 0x2f, + 0xbd, 0xe6, 0x3c, 0xc8, 0xbd, 0xa7, 0xc2, 0xa9, 0x61, 0xb0, 0x91, 0x46, 0x43, 0x12, 0xf9, 0x15, + 0xa1, 0xe5, 0xbb, 0x84, 0xde, 0x57, 0x42, 0x0f, 0xa5, 0xd0, 0x3c, 0x81, 0x54, 0x5a, 0x2f, 0xdc, + 0x4a, 0x0a, 0x81, 0xf5, 0x10, 0x9e, 0xbb, 0x5e, 0x40, 0xbc, 0x17, 0xae, 0x9f, 0xe0, 0x11, 0x6b, + 0xff, 0xef, 0x9e, 0x5b, 0x9a, 0xcb, 0x97, 0x42, 0x6b, 0x21, 0x3c, 0x3f, 0xe2, 0xce, 0x67, 0xdc, + 0xa7, 0x7d, 0x07, 0xd6, 0x46, 0x09, 0xf9, 0x11, 0x45, 0xee, 0x04, 0xf1, 0xe3, 0x68, 0xaf, 0x08, + 0x91, 0x1d, 0x71, 0x40, 0xbc, 0x41, 0x4c, 0xd5, 0x37, 0xd3, 0xbe, 0x79, 0x2c, 0x10, 0x76, 0x47, + 0xa9, 0x6c, 0x4a, 0x95, 0x1b, 0xe9, 0x86, 0xd3, 0x92, 0xb6, 0xc4, 0x72, 0xfa, 0x00, 0x32, 0x44, + 0x59, 0x4e, 0xbf, 0x7a, 0x5f, 0xfa, 0x1b, 0xe9, 0x86, 0xd3, 0x92, 0xb6, 0xa2, 0x3f, 0x01, 0x4d, + 0x71, 0x71, 0x5c, 0x1a, 0x23, 0x8f, 0xb6, 0xeb, 0xbd, 0xa5, 0xbd, 0xe6, 0x60, 0xc3, 0xc4, 0x1e, + 0x1d, 0x1c, 0x98, 0xa7, 0x3c, 0x72, 0x16, 0x23, 0xcf, 0xde, 0x2a, 0x5b, 0xa8, 0x02, 0x37, 0x1c, + 0x10, 0xe7, 0x10, 0xaa, 0x1d, 0x82, 0x56, 0x1a, 0x8f, 0x13, 0xe8, 0x23, 0x37, 0x86, 0x6c, 0xd2, + 0x6e, 0xf4, 0x96, 0xf6, 0x1a, 0xf6, 0xc3, 0x59, 0xa6, 0xbf, 0xa3, 0xce, 0xad, 0x12, 0x35, 0x9c, + 0xa6, 0x32, 0x4f, 0x21, 0x9b, 0x68, 0x10, 0x6c, 0xc3, 0x20, 0x20, 0x3f, 0xb8, 0x69, 0xec, 0x43, + 0x86, 0x5c, 0x38, 0x62, 0x28, 0x71, 0xd1, 0x79, 0x8c, 0x93, 0x8b, 0x36, 0xe8, 0xd5, 0xf6, 0xea, + 0xf6, 0xee, 0x2c, 0xd3, 0x7b, 0x92, 0xe8, 0x8d, 0x50, 0xa3, 0x5d, 0x73, 0xb6, 0x44, 0xf4, 0x2b, + 0x11, 0x7c, 0xca, 0x63, 0x9f, 0x88, 0x90, 0x46, 0x81, 0x7e, 0x4b, 0x5e, 0x88, 0xe9, 0x10, 0x4d, + 0xe0, 0x14, 0x93, 0x34, 0x69, 0x37, 0x85, 0xd0, 0xe3, 0x59, 0xa6, 0xef, 0xbe, 0x51, 0xa8, 0x9a, + 0xc0, 0xe5, 0x3a, 0xf3, 0x72, 0xcf, 0x2b, 0x80, 0xc3, 0xe5, 0x9f, 0xff, 0xd0, 0x17, 0x8c, 0xdf, + 0x17, 0xc1, 0x83, 0x23, 0x12, 0x51, 0x14, 0xd1, 0x94, 0xca, 0xfb, 0x6e, 0x83, 0x46, 0x31, 0x72, + 0xc4, 0x85, 0xe7, 0x47, 0x3a, 0xdf, 0x96, 0x5f, 0xe6, 0x08, 0xbb, 0xce, 0x8f, 0xf4, 0x25, 0xef, + 0xbe, 0x32, 0x4d, 0xfb, 0x18, 0x2c, 0x27, 0x84, 0x30, 0x35, 0x11, 0x8c, 0x4a, 0x47, 0x94, 0x33, + 0x68, 0xda, 0x37, 0x9f, 0xa3, 0xe4, 0x45, 0x80, 0x1c, 0x42, 0x98, 0xbd, 0xcc, 0x69, 0x1c, 0x91, + 0xa5, 0xfd, 0x54, 0x03, 0x9b, 0x11, 0x3a, 0x67, 0x6e, 0x31, 0x67, 0xa9, 0x3b, 0x81, 0x74, 0x22, + 0xee, 0x7d, 0xcb, 0xfe, 0x62, 0x96, 0xe9, 0xef, 0xc9, 0x2a, 0xdc, 0x86, 0x32, 0xfe, 0xcd, 0xf4, + 0xc7, 0x63, 0xcc, 0x26, 0xe9, 0x90, 0xcb, 0x59, 0x01, 0x8e, 0x50, 0x39, 0xfc, 0x03, 0x3c, 0xa4, + 0xd6, 0xf0, 0x82, 0x21, 0x6a, 0x1e, 0xa3, 0x73, 0x9b, 0x2f, 0x1c, 0x8d, 0xd3, 0x7c, 0x5d, 0xb0, + 0x1c, 0x43, 0x3a, 0x51, 0xe5, 0xf9, 0x65, 0x11, 0xb4, 0xaa, 0x55, 0xd3, 0x0e, 0x40, 0x43, 0x36, + 0x75, 0x31, 0x0d, 0x45, 0x03, 0x6e, 0xc8, 0xcf, 0x29, 0x42, 0xbc, 0xfc, 0x75, 0x69, 0x9d, 0xf8, + 0x9a, 0x0b, 0xea, 0x13, 0x04, 0x7d, 0x94, 0xb8, 0x7d, 0x55, 0x91, 0x0f, 0xde, 0x3e, 0x23, 0x8f, + 0x05, 0xda, 0xee, 0x5e, 0x65, 0xfa, 0xaa, 0x5c, 0xf7, 0x67, 0x99, 0xbe, 0x2e, 0x45, 0x72, 0x2a, + 0xc3, 0x59, 0x95, 0xcb, 0x7e, 0x45, 0x60, 0xa0, 0x66, 0xe3, 0xbd, 0x05, 0x06, 0xaf, 0x09, 0x0c, + 0x0a, 0x81, 0x81, 0xaa, 0xc6, 0x6f, 0x4b, 0x60, 0x45, 0xa2, 0x35, 0x08, 0xd6, 0x28, 0x1e, 0x47, + 0xc8, 0x77, 0x25, 0x44, 0x35, 0x4a, 0xd7, 0x2c, 0x5f, 0x42, 0x53, 0xbe, 0x81, 0x67, 0x02, 0xa6, + 0x04, 0x3b, 0x97, 0x99, 0x5e, 0x2b, 0xef, 0xff, 0x0d, 0x0a, 0xc3, 0x69, 0xd1, 0x0a, 0x96, 0x8f, + 0x97, 0xe2, 0x64, 0x5d, 0x8a, 0xf2, 0x66, 0xba, 0x45, 0xa2, 0x38, 0xba, 0x33, 0xc4, 0xec, 0x76, + 0x49, 0x7f, 0x23, 0xdd, 0x70, 0x5a, 0xd3, 0x0a, 0x4e, 0xfb, 0x1e, 0xc8, 0x07, 0x40, 0xe8, 0x8b, + 0xf1, 0xb5, 0x74, 0xe7, 0xf8, 0x7a, 0xa4, 0xc6, 0xd7, 0xbb, 0x95, 0x67, 0xa5, 0xc8, 0x37, 0x9c, + 0x35, 0xe5, 0x50, 0x03, 0x2c, 0x00, 0x5a, 0x8e, 0x28, 0x5b, 0x54, 0x3d, 0x29, 0x77, 0xed, 0xe2, + 0xd1, 0x2c, 0xd3, 0xb7, 0x6f, 0xaa, 0x94, 0x1c, 0x86, 0xf3, 0x7f, 0xe5, 0x2c, 0x9b, 0xd6, 0xf8, + 0x0c, 0xd4, 0xf3, 0xa7, 0x55, 0xeb, 0x80, 0x46, 0x94, 0x86, 0x28, 0xe1, 0x11, 0x71, 0x32, 0xcb, + 0x4e, 0xe9, 0xd0, 0x7a, 0xa0, 0xe9, 0xa3, 0x88, 0x84, 0x38, 0x12, 0xf1, 0x45, 0x11, 0xaf, 0xba, + 0xec, 0x6f, 0x5f, 0x5d, 0x75, 0x6b, 0x97, 0x57, 0xdd, 0xda, 0xdf, 0x57, 0xdd, 0xda, 0xcb, 0xeb, + 0xee, 0xc2, 0xe5, 0x75, 0x77, 0xe1, 0xcf, 0xeb, 0xee, 0xc2, 0x37, 0x4f, 0xe7, 0x2f, 0x16, 0x1e, + 0x7a, 0xfb, 0x63, 0x62, 0x4d, 0x0f, 0xac, 0x90, 0xf8, 0x69, 0x80, 0xa8, 0xfc, 0xd3, 0xb5, 0x9f, + 0xff, 0xeb, 0x7a, 0xf2, 0x64, 0xbf, 0xb8, 0x7b, 0x62, 0x9f, 0xc3, 0x15, 0x31, 0x44, 0x0e, 0xfe, + 0x0b, 0x00, 0x00, 0xff, 0xff, 0x52, 0xbf, 0x32, 0x98, 0xa2, 0x09, 0x00, 0x00, } func (m *ClientState) Marshal() (dAtA []byte, err error) { diff --git a/modules/light-clients/99-ostracon/types/ostracon_test.go b/modules/light-clients/99-ostracon/types/ostracon_test.go index e6b7b81835c..c2c28b5dda6 100644 --- a/modules/light-clients/99-ostracon/types/ostracon_test.go +++ b/modules/light-clients/99-ostracon/types/ostracon_test.go @@ -12,11 +12,11 @@ import ( ocbytes "github.com/line/ostracon/libs/bytes" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" + "github.com/line/ibc-go/v3/testing/simapp" ) const ( diff --git a/modules/light-clients/99-ostracon/types/proposal_handle.go b/modules/light-clients/99-ostracon/types/proposal_handle.go index 2930968d285..e15039c4d9d 100644 --- a/modules/light-clients/99-ostracon/types/proposal_handle.go +++ b/modules/light-clients/99-ostracon/types/proposal_handle.go @@ -8,8 +8,8 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckSubstituteAndUpdateState will try to update the client with the state of the diff --git a/modules/light-clients/99-ostracon/types/proposal_handle_test.go b/modules/light-clients/99-ostracon/types/proposal_handle_test.go index 09508960f3d..454abdcbafa 100644 --- a/modules/light-clients/99-ostracon/types/proposal_handle_test.go +++ b/modules/light-clients/99-ostracon/types/proposal_handle_test.go @@ -3,10 +3,10 @@ package types_test import ( "time" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var frozenHeight = clienttypes.NewHeight(0, 1) diff --git a/modules/light-clients/99-ostracon/types/store.go b/modules/light-clients/99-ostracon/types/store.go index aebee842d4e..61b1d44325f 100644 --- a/modules/light-clients/99-ostracon/types/store.go +++ b/modules/light-clients/99-ostracon/types/store.go @@ -10,9 +10,9 @@ import ( sdk "github.com/line/lbm-sdk/types" sdkerrors "github.com/line/lbm-sdk/types/errors" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) /* diff --git a/modules/light-clients/99-ostracon/types/store_test.go b/modules/light-clients/99-ostracon/types/store_test.go index c4ea95c0384..9c2e6d5221e 100644 --- a/modules/light-clients/99-ostracon/types/store_test.go +++ b/modules/light-clients/99-ostracon/types/store_test.go @@ -4,13 +4,13 @@ import ( "math" "time" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) func (suite *OstraconTestSuite) TestGetConsensusState() { diff --git a/modules/light-clients/99-ostracon/types/update.go b/modules/light-clients/99-ostracon/types/update.go index d62574a80e6..a5adc337444 100644 --- a/modules/light-clients/99-ostracon/types/update.go +++ b/modules/light-clients/99-ostracon/types/update.go @@ -11,9 +11,9 @@ import ( "github.com/line/ostracon/light" octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // CheckHeaderAndUpdateState checks if the provided header is valid, and if valid it will: diff --git a/modules/light-clients/99-ostracon/types/update_test.go b/modules/light-clients/99-ostracon/types/update_test.go index 3f5718912e8..772240c4098 100644 --- a/modules/light-clients/99-ostracon/types/update_test.go +++ b/modules/light-clients/99-ostracon/types/update_test.go @@ -6,12 +6,12 @@ import ( octypes "github.com/line/ostracon/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - types "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - ibctestingmock "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + types "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" + ibctestingmock "github.com/line/ibc-go/v3/testing/mock" ) func (suite *OstraconTestSuite) TestCheckHeaderAndUpdateState() { diff --git a/modules/light-clients/99-ostracon/types/upgrade.go b/modules/light-clients/99-ostracon/types/upgrade.go index f5f0812f73a..ba9ebd3c1e1 100644 --- a/modules/light-clients/99-ostracon/types/upgrade.go +++ b/modules/light-clients/99-ostracon/types/upgrade.go @@ -8,9 +8,9 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // VerifyUpgradeAndUpdateState checks if the upgraded client has been committed by the current client diff --git a/modules/light-clients/99-ostracon/types/upgrade_test.go b/modules/light-clients/99-ostracon/types/upgrade_test.go index d53622c0412..f35a5db71b1 100644 --- a/modules/light-clients/99-ostracon/types/upgrade_test.go +++ b/modules/light-clients/99-ostracon/types/upgrade_test.go @@ -3,11 +3,11 @@ package types_test import ( upgradetypes "github.com/line/lbm-sdk/x/upgrade/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - ibctesting "github.com/cosmos/ibc-go/v3/testing" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + ibctesting "github.com/line/ibc-go/v3/testing" ) var newChainId = "newChainId-1" diff --git a/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto b/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto index 291f3e4fd90..40daaeaeb3d 100644 --- a/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto +++ b/proto/ibc/applications/interchain_accounts/controller/v1/controller.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.controller.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/controller/v1/query.proto b/proto/ibc/applications/interchain_accounts/controller/v1/query.proto index 0a2364cb157..a2b6b180b75 100644 --- a/proto/ibc/applications/interchain_accounts/controller/v1/query.proto +++ b/proto/ibc/applications/interchain_accounts/controller/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.controller.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types"; import "ibc/applications/interchain_accounts/controller/v1/controller.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/host/v1/host.proto b/proto/ibc/applications/interchain_accounts/host/v1/host.proto index a9d951cef82..38e1d182a51 100644 --- a/proto/ibc/applications/interchain_accounts/host/v1/host.proto +++ b/proto/ibc/applications/interchain_accounts/host/v1/host.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.host.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/host/v1/query.proto b/proto/ibc/applications/interchain_accounts/host/v1/query.proto index 5512d7b4fa5..50c99c62252 100644 --- a/proto/ibc/applications/interchain_accounts/host/v1/query.proto +++ b/proto/ibc/applications/interchain_accounts/host/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.host.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types"; import "google/api/annotations.proto"; import "ibc/applications/interchain_accounts/host/v1/host.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/account.proto b/proto/ibc/applications/interchain_accounts/v1/account.proto index 75d2fbd89ed..7c43d44dfdb 100644 --- a/proto/ibc/applications/interchain_accounts/v1/account.proto +++ b/proto/ibc/applications/interchain_accounts/v1/account.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "cosmos_proto/cosmos.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/genesis.proto b/proto/ibc/applications/interchain_accounts/v1/genesis.proto index 3902f890708..00444a021c8 100644 --- a/proto/ibc/applications/interchain_accounts/v1/genesis.proto +++ b/proto/ibc/applications/interchain_accounts/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "gogoproto/gogo.proto"; import "ibc/applications/interchain_accounts/controller/v1/controller.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/metadata.proto b/proto/ibc/applications/interchain_accounts/v1/metadata.proto index 3eab1d04a69..d899e1f3c20 100644 --- a/proto/ibc/applications/interchain_accounts/v1/metadata.proto +++ b/proto/ibc/applications/interchain_accounts/v1/metadata.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/interchain_accounts/v1/packet.proto b/proto/ibc/applications/interchain_accounts/v1/packet.proto index 51ff4279aeb..d3a17638647 100644 --- a/proto/ibc/applications/interchain_accounts/v1/packet.proto +++ b/proto/ibc/applications/interchain_accounts/v1/packet.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.interchain_accounts.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types"; import "google/protobuf/any.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/genesis.proto b/proto/ibc/applications/transfer/v1/genesis.proto index 0b5c0e0d122..a1d1d379a58 100644 --- a/proto/ibc/applications/transfer/v1/genesis.proto +++ b/proto/ibc/applications/transfer/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; import "ibc/applications/transfer/v1/transfer.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/query.proto b/proto/ibc/applications/transfer/v1/query.proto index 5298338c10c..a5f805fb3e5 100644 --- a/proto/ibc/applications/transfer/v1/query.proto +++ b/proto/ibc/applications/transfer/v1/query.proto @@ -7,7 +7,7 @@ import "cosmos/base/query/v1beta1/pagination.proto"; import "ibc/applications/transfer/v1/transfer.proto"; import "google/api/annotations.proto"; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; // Query provides defines the gRPC querier service. service Query { diff --git a/proto/ibc/applications/transfer/v1/transfer.proto b/proto/ibc/applications/transfer/v1/transfer.proto index 7a99485c589..32f9aa179ab 100644 --- a/proto/ibc/applications/transfer/v1/transfer.proto +++ b/proto/ibc/applications/transfer/v1/transfer.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/applications/transfer/v1/tx.proto b/proto/ibc/applications/transfer/v1/tx.proto index 8f1392b0cf3..d622f3da47a 100644 --- a/proto/ibc/applications/transfer/v1/tx.proto +++ b/proto/ibc/applications/transfer/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; import "gogoproto/gogo.proto"; import "cosmos/base/v1beta1/coin.proto"; diff --git a/proto/ibc/applications/transfer/v2/packet.proto b/proto/ibc/applications/transfer/v2/packet.proto index 850320df340..8afdda1ca68 100644 --- a/proto/ibc/applications/transfer/v2/packet.proto +++ b/proto/ibc/applications/transfer/v2/packet.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.applications.transfer.v2; -option go_package = "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types"; +option go_package = "github.com/line/ibc-go/v3/modules/apps/transfer/types"; // FungibleTokenPacketData defines a struct for the packet payload // See FungibleTokenPacketData spec: diff --git a/proto/ibc/core/channel/v1/channel.proto b/proto/ibc/core/channel/v1/channel.proto index 68c6ec17b19..e1deeb52380 100644 --- a/proto/ibc/core/channel/v1/channel.proto +++ b/proto/ibc/core/channel/v1/channel.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/channel/v1/genesis.proto b/proto/ibc/core/channel/v1/genesis.proto index d95c891b6c8..fa9adc492a5 100644 --- a/proto/ibc/core/channel/v1/genesis.proto +++ b/proto/ibc/core/channel/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/proto/ibc/core/channel/v1/query.proto b/proto/ibc/core/channel/v1/query.proto index ceb13d00091..97bf0dc7418 100644 --- a/proto/ibc/core/channel/v1/query.proto +++ b/proto/ibc/core/channel/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; import "ibc/core/client/v1/client.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; diff --git a/proto/ibc/core/channel/v1/tx.proto b/proto/ibc/core/channel/v1/tx.proto index d34b00e9124..8fc97eb51f7 100644 --- a/proto/ibc/core/channel/v1/tx.proto +++ b/proto/ibc/core/channel/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.channel.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/04-channel/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/client/v1/client.proto b/proto/ibc/core/client/v1/client.proto index f97263c4fcf..8ae499358f8 100644 --- a/proto/ibc/core/client/v1/client.proto +++ b/proto/ibc/core/client/v1/client.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/client/v1/genesis.proto b/proto/ibc/core/client/v1/genesis.proto index 0ca29d224b0..2719f9dd164 100644 --- a/proto/ibc/core/client/v1/genesis.proto +++ b/proto/ibc/core/client/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; import "ibc/core/client/v1/client.proto"; import "gogoproto/gogo.proto"; diff --git a/proto/ibc/core/client/v1/query.proto b/proto/ibc/core/client/v1/query.proto index 33a4191cd06..7941df22647 100644 --- a/proto/ibc/core/client/v1/query.proto +++ b/proto/ibc/core/client/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; import "cosmos/base/query/v1beta1/pagination.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/core/client/v1/tx.proto b/proto/ibc/core/client/v1/tx.proto index 06dbfbd0dfe..dbfc667548c 100644 --- a/proto/ibc/core/client/v1/tx.proto +++ b/proto/ibc/core/client/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.client.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/commitment/v1/commitment.proto b/proto/ibc/core/commitment/v1/commitment.proto index b0afed2273b..a3148944c45 100644 --- a/proto/ibc/core/commitment/v1/commitment.proto +++ b/proto/ibc/core/commitment/v1/commitment.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.commitment.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/23-commitment/types"; import "gogoproto/gogo.proto"; import "proofs.proto"; diff --git a/proto/ibc/core/connection/v1/connection.proto b/proto/ibc/core/connection/v1/connection.proto index 7fd2a6909ad..55139041fca 100644 --- a/proto/ibc/core/connection/v1/connection.proto +++ b/proto/ibc/core/connection/v1/connection.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "ibc/core/commitment/v1/commitment.proto"; diff --git a/proto/ibc/core/connection/v1/genesis.proto b/proto/ibc/core/connection/v1/genesis.proto index 1a53422c94a..bd47fd35232 100644 --- a/proto/ibc/core/connection/v1/genesis.proto +++ b/proto/ibc/core/connection/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "ibc/core/connection/v1/connection.proto"; diff --git a/proto/ibc/core/connection/v1/query.proto b/proto/ibc/core/connection/v1/query.proto index f28578f5fc5..af55af9febb 100644 --- a/proto/ibc/core/connection/v1/query.proto +++ b/proto/ibc/core/connection/v1/query.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "cosmos/base/query/v1beta1/pagination.proto"; diff --git a/proto/ibc/core/connection/v1/tx.proto b/proto/ibc/core/connection/v1/tx.proto index e7e09c84cff..b64f7e6cc8f 100644 --- a/proto/ibc/core/connection/v1/tx.proto +++ b/proto/ibc/core/connection/v1/tx.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.connection.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/03-connection/types"; import "gogoproto/gogo.proto"; import "google/protobuf/any.proto"; diff --git a/proto/ibc/core/types/v1/genesis.proto b/proto/ibc/core/types/v1/genesis.proto index fbddbf3035f..ea88a32186e 100644 --- a/proto/ibc/core/types/v1/genesis.proto +++ b/proto/ibc/core/types/v1/genesis.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.core.types.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/types"; +option go_package = "github.com/line/ibc-go/v3/modules/core/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/genesis.proto"; diff --git a/proto/ibc/lightclients/localhost/v1/localhost.proto b/proto/ibc/lightclients/localhost/v1/localhost.proto index 43056801542..5d8881a3bbd 100644 --- a/proto/ibc/lightclients/localhost/v1/localhost.proto +++ b/proto/ibc/lightclients/localhost/v1/localhost.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.localhost.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/09-localhost/types"; +option go_package = "github.com/line/ibc-go/v3/modules/light-clients/09-localhost/types"; import "gogoproto/gogo.proto"; import "ibc/core/client/v1/client.proto"; diff --git a/proto/ibc/lightclients/ostracon/v1/ostracon.proto b/proto/ibc/lightclients/ostracon/v1/ostracon.proto index 4e39e0f7ae2..aef8a6611f2 100644 --- a/proto/ibc/lightclients/ostracon/v1/ostracon.proto +++ b/proto/ibc/lightclients/ostracon/v1/ostracon.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.ostracon.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types"; +option go_package = "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types"; import "tendermint/types/validator.proto"; import "tendermint/types/types.proto"; diff --git a/proto/ibc/lightclients/solomachine/v1/solomachine.proto b/proto/ibc/lightclients/solomachine/v1/solomachine.proto index c279f5e728e..c850c398520 100644 --- a/proto/ibc/lightclients/solomachine/v1/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v1/solomachine.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.solomachine.v1; -option go_package = "github.com/cosmos/ibc-go/v3/modules/core/02-client/legacy/v100"; +option go_package = "github.com/line/ibc-go/v3/modules/core/02-client/legacy/v100"; import "ibc/core/connection/v1/connection.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/proto/ibc/lightclients/solomachine/v2/solomachine.proto b/proto/ibc/lightclients/solomachine/v2/solomachine.proto index e626c18ac66..7ce6b09362d 100644 --- a/proto/ibc/lightclients/solomachine/v2/solomachine.proto +++ b/proto/ibc/lightclients/solomachine/v2/solomachine.proto @@ -2,7 +2,7 @@ syntax = "proto3"; package ibc.lightclients.solomachine.v2; -option go_package = "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types"; +option go_package = "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types"; import "ibc/core/connection/v1/connection.proto"; import "ibc/core/channel/v1/channel.proto"; diff --git a/scripts/protocgen.sh b/scripts/protocgen.sh index 4ad7188c9a7..83c9e293316 100755 --- a/scripts/protocgen.sh +++ b/scripts/protocgen.sh @@ -36,5 +36,5 @@ go mod tidy # move proto files to the right places -cp -r github.com/cosmos/ibc-go/v3/modules/* modules/ +cp -r github.com/line/ibc-go/v3/modules/* modules/ rm -rf github.com diff --git a/testing/app.go b/testing/app.go index 02a43d9e85f..d275fa00404 100644 --- a/testing/app.go +++ b/testing/app.go @@ -25,8 +25,8 @@ import ( "github.com/line/ostracon/libs/log" octypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/modules/core/keeper" + "github.com/line/ibc-go/v3/testing/simapp" ) var DefaultTestingAppInit func() (TestingApp, map[string]json.RawMessage) = SetupTestingApp diff --git a/testing/chain.go b/testing/chain.go index a90f27ae7a9..9ce38f9d357 100644 --- a/testing/chain.go +++ b/testing/chain.go @@ -29,14 +29,14 @@ import ( ocversion "github.com/line/ostracon/version" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - "github.com/cosmos/ibc-go/v3/modules/core/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/mock" - "github.com/cosmos/ibc-go/v3/testing/simapp" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + "github.com/line/ibc-go/v3/modules/core/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/testing/mock" + "github.com/line/ibc-go/v3/testing/simapp" ) var MaxAccounts = 10 diff --git a/testing/chain_test.go b/testing/chain_test.go index cc7d37c4b85..2a331000b6a 100644 --- a/testing/chain_test.go +++ b/testing/chain_test.go @@ -6,8 +6,8 @@ import ( octypes "github.com/line/ostracon/types" "github.com/stretchr/testify/require" - ibctesting "github.com/cosmos/ibc-go/v3/testing" - "github.com/cosmos/ibc-go/v3/testing/mock" + ibctesting "github.com/line/ibc-go/v3/testing" + "github.com/line/ibc-go/v3/testing/mock" ) func TestCreateSortedSignerArray(t *testing.T) { diff --git a/testing/config.go b/testing/config.go index b7fc783c6ca..a809625a73a 100644 --- a/testing/config.go +++ b/testing/config.go @@ -3,11 +3,11 @@ package ibctesting import ( "time" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/mock" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/testing/mock" ) type ClientConfig interface { diff --git a/testing/endpoint.go b/testing/endpoint.go index 43a0bb0d18e..b0991208186 100644 --- a/testing/endpoint.go +++ b/testing/endpoint.go @@ -6,13 +6,13 @@ import ( sdk "github.com/line/lbm-sdk/types" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" ) // Endpoint is a which represents a channel endpoint and its associated diff --git a/testing/events.go b/testing/events.go index 525c7373745..f7d4b2f9c69 100644 --- a/testing/events.go +++ b/testing/events.go @@ -6,9 +6,9 @@ import ( sdk "github.com/line/lbm-sdk/types" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // ParseClientIDFromEvents parses events emitted from a MsgCreateClient and returns the diff --git a/testing/mock/ibc_app.go b/testing/mock/ibc_app.go index f21f958f464..3ed8671b627 100644 --- a/testing/mock/ibc_app.go +++ b/testing/mock/ibc_app.go @@ -5,8 +5,8 @@ import ( capabilitykeeper "github.com/line/lbm-sdk/x/capability/keeper" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/modules/core/exported" ) // MockIBCApp contains IBC application module callbacks as defined in 05-port. diff --git a/testing/mock/ibc_module.go b/testing/mock/ibc_module.go index c01f0388f8f..1a24b4b87ee 100644 --- a/testing/mock/ibc_module.go +++ b/testing/mock/ibc_module.go @@ -8,9 +8,9 @@ import ( sdk "github.com/line/lbm-sdk/types" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" ) // IBCModule implements the ICS26 callbacks for testing/mock. diff --git a/testing/mock/ibc_module_test.go b/testing/mock/ibc_module_test.go index b36d58d2004..da5565c1fd4 100644 --- a/testing/mock/ibc_module_test.go +++ b/testing/mock/ibc_module_test.go @@ -5,9 +5,9 @@ import ( "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - "github.com/cosmos/ibc-go/v3/testing/mock" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + "github.com/line/ibc-go/v3/testing/mock" ) func TestCreateCapabilityName(t *testing.T) { diff --git a/testing/mock/mock.go b/testing/mock/mock.go index e6fa305fc84..5992fa00d1e 100644 --- a/testing/mock/mock.go +++ b/testing/mock/mock.go @@ -14,9 +14,9 @@ import ( "github.com/line/lbm-sdk/types/module" capabilitytypes "github.com/line/lbm-sdk/x/capability/types" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" ) const ( diff --git a/testing/mock/privval_test.go b/testing/mock/privval_test.go index dca08936ee1..baf24f63fb4 100644 --- a/testing/mock/privval_test.go +++ b/testing/mock/privval_test.go @@ -8,7 +8,7 @@ import ( octypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/mock" + "github.com/line/ibc-go/v3/testing/mock" ) const chainID = "testChain" diff --git a/testing/path.go b/testing/path.go index 731d3cd5e1b..7b35575b652 100644 --- a/testing/path.go +++ b/testing/path.go @@ -4,7 +4,7 @@ import ( "bytes" "fmt" - channeltypes "github.com/cosmos/ibc-go/v3/modules/core/04-channel/types" + channeltypes "github.com/line/ibc-go/v3/modules/core/04-channel/types" ) // Path contains two endpoints representing two chains connected over IBC diff --git a/testing/simapp/ante_handler.go b/testing/simapp/ante_handler.go index 7139fe59137..5be36c180a6 100644 --- a/testing/simapp/ante_handler.go +++ b/testing/simapp/ante_handler.go @@ -5,8 +5,8 @@ import ( sdkerrors "github.com/line/lbm-sdk/types/errors" "github.com/line/lbm-sdk/x/auth/ante" - ibcante "github.com/cosmos/ibc-go/v3/modules/core/ante" - "github.com/cosmos/ibc-go/v3/modules/core/keeper" + ibcante "github.com/line/ibc-go/v3/modules/core/ante" + "github.com/line/ibc-go/v3/modules/core/keeper" ) // HandlerOptions extend the SDK's AnteHandler options by requiring the IBC keeper. diff --git a/testing/simapp/app.go b/testing/simapp/app.go index 0febc630cce..cb1fb66663c 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -88,26 +88,26 @@ import ( _ "github.com/line/lbm-sdk/client/docs/statik" // unnamed import of statik for swagger UI support - ica "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts" - icacontroller "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller" - icacontrollerkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" - icacontrollertypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" - icahost "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host" - icahostkeeper "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" - icahosttypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" - icatypes "github.com/cosmos/ibc-go/v3/modules/apps/27-interchain-accounts/types" - transfer "github.com/cosmos/ibc-go/v3/modules/apps/transfer" - ibctransferkeeper "github.com/cosmos/ibc-go/v3/modules/apps/transfer/keeper" - ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibc "github.com/cosmos/ibc-go/v3/modules/core" - ibcclient "github.com/cosmos/ibc-go/v3/modules/core/02-client" - ibcclientclient "github.com/cosmos/ibc-go/v3/modules/core/02-client/client" - ibcclienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - porttypes "github.com/cosmos/ibc-go/v3/modules/core/05-port/types" - ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" - ibckeeper "github.com/cosmos/ibc-go/v3/modules/core/keeper" - ibcmock "github.com/cosmos/ibc-go/v3/testing/mock" - simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" + ica "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts" + icacontroller "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller" + icacontrollerkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/keeper" + icacontrollertypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller/types" + icahost "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host" + icahostkeeper "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/keeper" + icahosttypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/host/types" + icatypes "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/types" + transfer "github.com/line/ibc-go/v3/modules/apps/transfer" + ibctransferkeeper "github.com/line/ibc-go/v3/modules/apps/transfer/keeper" + ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" + ibc "github.com/line/ibc-go/v3/modules/core" + ibcclient "github.com/line/ibc-go/v3/modules/core/02-client" + ibcclientclient "github.com/line/ibc-go/v3/modules/core/02-client/client" + ibcclienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + porttypes "github.com/line/ibc-go/v3/modules/core/05-port/types" + ibchost "github.com/line/ibc-go/v3/modules/core/24-host" + ibckeeper "github.com/line/ibc-go/v3/modules/core/keeper" + ibcmock "github.com/line/ibc-go/v3/testing/mock" + simappparams "github.com/line/ibc-go/v3/testing/simapp/params" ) const appName = "SimApp" diff --git a/testing/simapp/encoding.go b/testing/simapp/encoding.go index eb93dd14b28..d5a7a13d7c1 100644 --- a/testing/simapp/encoding.go +++ b/testing/simapp/encoding.go @@ -3,7 +3,7 @@ package simapp import ( "github.com/line/lbm-sdk/std" - simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" + simappparams "github.com/line/ibc-go/v3/testing/simapp/params" ) // MakeTestEncodingConfig creates an EncodingConfig for testing. This function diff --git a/testing/simapp/genesis_account_test.go b/testing/simapp/genesis_account_test.go index 689ec8f1226..2fb0b03417b 100644 --- a/testing/simapp/genesis_account_test.go +++ b/testing/simapp/genesis_account_test.go @@ -10,7 +10,7 @@ import ( "github.com/line/ostracon/crypto" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/testing/simapp" ) func TestSimGenesisAccountValidate(t *testing.T) { diff --git a/testing/simapp/sim_test.go b/testing/simapp/sim_test.go index d28afdf963f..db2931bbb2b 100644 --- a/testing/simapp/sim_test.go +++ b/testing/simapp/sim_test.go @@ -31,9 +31,9 @@ import ( stakingtypes "github.com/line/lbm-sdk/x/staking/types" "github.com/line/ostracon/libs/log" - ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - ibchost "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" + ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" + ibchost "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/testing/simapp/helpers" ) // Get flags every time the simulator is run diff --git a/testing/simapp/simd/cmd/cmd_test.go b/testing/simapp/simd/cmd/cmd_test.go index 322d0b0ffa4..2f7da6d59f4 100644 --- a/testing/simapp/simd/cmd/cmd_test.go +++ b/testing/simapp/simd/cmd/cmd_test.go @@ -8,8 +8,8 @@ import ( "github.com/line/lbm-sdk/x/genutil/client/cli" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/testing/simapp" - "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/line/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" ) func TestInitCmd(t *testing.T) { diff --git a/testing/simapp/simd/cmd/genaccounts_test.go b/testing/simapp/simd/cmd/genaccounts_test.go index 48894b02a39..f48c2cbbde6 100644 --- a/testing/simapp/simd/cmd/genaccounts_test.go +++ b/testing/simapp/simd/cmd/genaccounts_test.go @@ -16,8 +16,8 @@ import ( "github.com/spf13/viper" "github.com/stretchr/testify/require" - "github.com/cosmos/ibc-go/v3/testing/simapp" - simcmd "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/line/ibc-go/v3/testing/simapp" + simcmd "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" ) var testMbm = module.NewBasicManager(genutil.AppModuleBasic{}) diff --git a/testing/simapp/simd/cmd/root.go b/testing/simapp/simd/cmd/root.go index 0ea0a51ea21..41cbc5c580e 100644 --- a/testing/simapp/simd/cmd/root.go +++ b/testing/simapp/simd/cmd/root.go @@ -31,8 +31,8 @@ import ( "github.com/spf13/cobra" dbm "github.com/tendermint/tm-db" - "github.com/cosmos/ibc-go/v3/testing/simapp" - "github.com/cosmos/ibc-go/v3/testing/simapp/params" + "github.com/line/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/testing/simapp/params" ) // NewRootCmd creates a new root command for simd. It is called once in the diff --git a/testing/simapp/simd/main.go b/testing/simapp/simd/main.go index 86ff7e389d9..52f05635489 100644 --- a/testing/simapp/simd/main.go +++ b/testing/simapp/simd/main.go @@ -6,8 +6,8 @@ import ( "github.com/line/lbm-sdk/server" svrcmd "github.com/line/lbm-sdk/server/cmd" - "github.com/cosmos/ibc-go/v3/testing/simapp" - "github.com/cosmos/ibc-go/v3/testing/simapp/simd/cmd" + "github.com/line/ibc-go/v3/testing/simapp" + "github.com/line/ibc-go/v3/testing/simapp/simd/cmd" ) func main() { diff --git a/testing/simapp/state.go b/testing/simapp/state.go index ea1bab80359..f2b2e782891 100644 --- a/testing/simapp/state.go +++ b/testing/simapp/state.go @@ -19,7 +19,7 @@ import ( tmjson "github.com/line/ostracon/libs/json" tmtypes "github.com/line/ostracon/types" - simappparams "github.com/cosmos/ibc-go/v3/testing/simapp/params" + simappparams "github.com/line/ibc-go/v3/testing/simapp/params" ) // AppStateFn returns the initial application state using a genesis or the simulation parameters. diff --git a/testing/simapp/test_helpers.go b/testing/simapp/test_helpers.go index cf59a50fad8..c664add7afb 100644 --- a/testing/simapp/test_helpers.go +++ b/testing/simapp/test_helpers.go @@ -27,7 +27,7 @@ import ( "github.com/line/ostracon/libs/log" tmtypes "github.com/line/ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" + "github.com/line/ibc-go/v3/testing/simapp/helpers" ) // DefaultConsensusParams defines the default Tendermint consensus params used in diff --git a/testing/simapp/utils.go b/testing/simapp/utils.go index 4b1fddfd8d8..36ec532289b 100644 --- a/testing/simapp/utils.go +++ b/testing/simapp/utils.go @@ -13,7 +13,7 @@ import ( "github.com/line/ostracon/libs/log" dbm "github.com/tendermint/tm-db" - "github.com/cosmos/ibc-go/v3/testing/simapp/helpers" + "github.com/line/ibc-go/v3/testing/simapp/helpers" ) // SetupSimulation creates the config, db (levelDB), temporary directory and logger for diff --git a/testing/solomachine.go b/testing/solomachine.go index ae6587fc4a2..7c4efbe38f3 100644 --- a/testing/solomachine.go +++ b/testing/solomachine.go @@ -12,11 +12,11 @@ import ( "github.com/line/lbm-sdk/types/tx/signing" "github.com/stretchr/testify/require" - clienttypes "github.com/cosmos/ibc-go/v3/modules/core/02-client/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - host "github.com/cosmos/ibc-go/v3/modules/core/24-host" - "github.com/cosmos/ibc-go/v3/modules/core/exported" - solomachinetypes "github.com/cosmos/ibc-go/v3/modules/light-clients/06-solomachine/types" + clienttypes "github.com/line/ibc-go/v3/modules/core/02-client/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + host "github.com/line/ibc-go/v3/modules/core/24-host" + "github.com/line/ibc-go/v3/modules/core/exported" + solomachinetypes "github.com/line/ibc-go/v3/modules/light-clients/06-solomachine/types" ) // Solomachine is a testing helper used to simulate a counterparty diff --git a/testing/values.go b/testing/values.go index be8e71bf5c0..2a5ce8e5932 100644 --- a/testing/values.go +++ b/testing/values.go @@ -9,11 +9,11 @@ import ( sdk "github.com/line/lbm-sdk/types" - ibctransfertypes "github.com/cosmos/ibc-go/v3/modules/apps/transfer/types" - connectiontypes "github.com/cosmos/ibc-go/v3/modules/core/03-connection/types" - commitmenttypes "github.com/cosmos/ibc-go/v3/modules/core/23-commitment/types" - ibcoctypes "github.com/cosmos/ibc-go/v3/modules/light-clients/99-ostracon/types" - "github.com/cosmos/ibc-go/v3/testing/mock" + ibctransfertypes "github.com/line/ibc-go/v3/modules/apps/transfer/types" + connectiontypes "github.com/line/ibc-go/v3/modules/core/03-connection/types" + commitmenttypes "github.com/line/ibc-go/v3/modules/core/23-commitment/types" + ibcoctypes "github.com/line/ibc-go/v3/modules/light-clients/99-ostracon/types" + "github.com/line/ibc-go/v3/testing/mock" ) const ( From ae81affce550cf9421e7069025e993cbd962934c Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 08:31:58 +0900 Subject: [PATCH 4/7] chore: change voter to validator and remove unused constant. --- modules/light-clients/99-ostracon/types/errors.go | 1 - modules/light-clients/99-ostracon/types/misbehaviour.go | 2 +- modules/light-clients/99-ostracon/types/update.go | 6 +++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/modules/light-clients/99-ostracon/types/errors.go b/modules/light-clients/99-ostracon/types/errors.go index a7de88e3f2f..2be76ee678d 100644 --- a/modules/light-clients/99-ostracon/types/errors.go +++ b/modules/light-clients/99-ostracon/types/errors.go @@ -23,5 +23,4 @@ var ( ErrUnbondingPeriodExpired = sdkerrors.Register(SubModuleName, 12, "time since latest trusted state has passed the unbonding period") ErrInvalidProofSpecs = sdkerrors.Register(SubModuleName, 13, "invalid proof specs") ErrInvalidValidatorSet = sdkerrors.Register(SubModuleName, 14, "invalid validator set") - ErrInvalidVoterSet = sdkerrors.Register(SubModuleName, 99, "invalid voter set") ) diff --git a/modules/light-clients/99-ostracon/types/misbehaviour.go b/modules/light-clients/99-ostracon/types/misbehaviour.go index 6cc36052b9b..7c8c6a20e75 100644 --- a/modules/light-clients/99-ostracon/types/misbehaviour.go +++ b/modules/light-clients/99-ostracon/types/misbehaviour.go @@ -126,7 +126,7 @@ func validCommit(chainID string, blockID octypes.BlockID, commit *tmproto.Commit } if err := tmValset.VerifyCommitLight(chainID, blockID, tmCommit.Height, tmCommit); err != nil { - return sdkerrors.Wrap(clienttypes.ErrInvalidMisbehaviour, "voter set did not commit to header") + return sdkerrors.Wrap(clienttypes.ErrInvalidMisbehaviour, "validator set did not commit to header") } return nil diff --git a/modules/light-clients/99-ostracon/types/update.go b/modules/light-clients/99-ostracon/types/update.go index a5adc337444..ee525e8c057 100644 --- a/modules/light-clients/99-ostracon/types/update.go +++ b/modules/light-clients/99-ostracon/types/update.go @@ -182,7 +182,7 @@ func checkValidity( ) } - tmTrustedVoters, err := octypes.ValidatorSetFromProto(header.TrustedValidators) + tmTrustedValidators, err := octypes.ValidatorSetFromProto(header.TrustedValidators) if err != nil { return sdkerrors.Wrap(err, "trusted validator set in not ostracon validator set type") } @@ -192,7 +192,7 @@ func checkValidity( return sdkerrors.Wrap(err, "signed header in not ostracon signed header type") } - tmVoterSet, err := octypes.ValidatorSetFromProto(header.ValidatorSet) + tmValidatorSet, err := octypes.ValidatorSetFromProto(header.ValidatorSet) if err != nil { return sdkerrors.Wrap(err, "validator set in not ostracon validator set type") } @@ -235,7 +235,7 @@ func checkValidity( // - assert that a TrustLevel proportion of TrustedValidators signed new Commit err = light.Verify( &signedHeader, - tmTrustedVoters, tmSignedHeader, tmVoterSet, + tmTrustedValidators, tmSignedHeader, tmValidatorSet, clientState.TrustingPeriod, currentTimestamp, clientState.MaxClockDrift, clientState.TrustLevel.ToOstracon(), ) if err != nil { From 323d08faceeca2b48b8b14b1a3f92dcdd8e41f13 Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 08:58:35 +0900 Subject: [PATCH 5/7] chore: fix lint error --- testing/simapp/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/simapp/app.go b/testing/simapp/app.go index cb1fb66663c..1a63f647014 100644 --- a/testing/simapp/app.go +++ b/testing/simapp/app.go @@ -85,8 +85,8 @@ import ( authzkeeper "github.com/line/lbm-sdk/x/authz/keeper" authzmodule "github.com/line/lbm-sdk/x/authz/module" - _ "github.com/line/lbm-sdk/client/docs/statik" // unnamed import of statik for swagger UI support + _ "github.com/line/lbm-sdk/client/docs/statik" ica "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts" icacontroller "github.com/line/ibc-go/v3/modules/apps/27-interchain-accounts/controller" From 1509180d80657a0d8a0fef8b99d956d7ed56ae2a Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 09:02:41 +0900 Subject: [PATCH 6/7] chore: update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c813c3110f..01e078f0c8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased](https://github.com/line/ibc-go/tree/HEAD) +### Features +* [\#5](https://github.com/line/ibc-go/pull/5) apply the changes of lbm-sdk and ostracon proto + ### Improvements * [\#1](https://github.com/line/ibc-go/pull/1) apply all changes of `x/ibc` in lbm-sdk until [lbm-sdk@0fbc2fcae6dba90fa80b815cf3219d6fcf46fc64](https://github.com/line/lbm-sdk/tree/0fbc2fcae6dba90fa80b815cf3219d6fcf46fc64) * [\#3](https://github.com/line/ibc-go/pull/3) bump up github.com/cosmos/ibc-go from v3.0.0 to v3.3.1 From 18a0ec0d23139e8352a7bbf883ed9053d5bc127e Mon Sep 17 00:00:00 2001 From: zemyblue Date: Fri, 10 Feb 2023 10:57:14 +0900 Subject: [PATCH 7/7] chore: remove debug comments --- testing/chain.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/chain.go b/testing/chain.go index 9ce38f9d357..97ee677d9ed 100644 --- a/testing/chain.go +++ b/testing/chain.go @@ -439,12 +439,12 @@ func (chain *TestChain) ExpireClient(amount time.Duration) { // CurrentOCClientHeader creates a OC header using the current header parameters // on the chain. The trusted fields in the header are set to nil. func (chain *TestChain) CurrentOCClientHeader() *ibcoctypes.Header { - return chain.CreateOCClientHeader(chain.ChainID, chain.CurrentHeader.Height, clienttypes.Height{}, chain.CurrentHeader.Time, chain.Vals, nil /*chain.Voters, nil,*/, chain.Signers) + return chain.CreateOCClientHeader(chain.ChainID, chain.CurrentHeader.Height, clienttypes.Height{}, chain.CurrentHeader.Time, chain.Vals, nil, chain.Signers) } // CreateOCClientHeader creates a OC header to update the OC client. Args are passed in to allow // caller flexibility to use params that differ from the chain. -func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, trustedHeight clienttypes.Height, timestamp time.Time, tmValSet, tmTrustedVals *octypes.ValidatorSet /*tmVoterSet, tmTrustedVoterSet *octypes.VoterSet,*/, signers []octypes.PrivValidator) *ibcoctypes.Header { +func (chain *TestChain) CreateOCClientHeader(chainID string, blockHeight int64, trustedHeight clienttypes.Height, timestamp time.Time, tmValSet, tmTrustedVals *octypes.ValidatorSet, signers []octypes.PrivValidator) *ibcoctypes.Header { var ( valSet *tmproto.ValidatorSet trustedVals *tmproto.ValidatorSet