Skip to content

Commit

Permalink
Add msg.signer option back, remove cosmos.scalar for the time being.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisJim committed May 30, 2023
1 parent 5d91eaa commit 5fc3686
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 46 deletions.
87 changes: 43 additions & 44 deletions modules/core/02-client/types/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions proto/ibc/core/client/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package ibc.core.client.v1;

option go_package = "github.com/cosmos/ibc-go/v7/modules/core/02-client/types";

import "cosmos_proto/cosmos.proto";
import "cosmos/msg/v1/msg.proto";
import "gogoproto/gogo.proto";
import "google/protobuf/any.proto";
import "ibc/core/client/v1/client.proto";
Expand Down Expand Up @@ -106,8 +106,10 @@ message MsgSubmitMisbehaviourResponse {}

// MsgUpdateClientParams defines the sdk.Msg type to update the client parameters.
message MsgUpdateClientParams {
option (cosmos.msg.v1.signer) = "signer";

// authority is the address of the governance account.
string authority = 1 [(cosmos_proto.scalar) = "cosmos.AddressString"];
string authority = 1;

// params defines the client parameters to update.
//
Expand Down

0 comments on commit 5fc3686

Please sign in to comment.