Skip to content

Commit

Permalink
chore: update protodoc strings (cosmos#4679)
Browse files Browse the repository at this point in the history
* update protodoc strings

* rebuild protos

* update signer documentation for MsgIBCSoftwareUpgrade

---------

Co-authored-by: Damian Nolan <damiannolan@gmail.com>
Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 18, 2023
1 parent 762cebf commit fec13d9
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.

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

2 changes: 1 addition & 1 deletion modules/apps/27-interchain-accounts/host/types/tx.pb.go

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

2 changes: 1 addition & 1 deletion modules/apps/transfer/types/tx.pb.go

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

4 changes: 2 additions & 2 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.

2 changes: 1 addition & 1 deletion modules/core/03-connection/types/tx.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the 27-interchain-accounts/controller parameters to update.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the 27-interchain-accounts/host parameters to update.
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/applications/transfer/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the transfer parameters to update.
Expand Down
6 changes: 3 additions & 3 deletions proto/ibc/core/client/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ message MsgRecoverClient {
// client
string substitute_client_id = 2;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 3;
}

Expand All @@ -149,7 +149,7 @@ message MsgIBCSoftwareUpgrade {
// deprecated in the Cosmos SDK to allow for this logic to exist solely in
// the 02-client module.
google.protobuf.Any upgraded_client_state = 2;
// signer defaults to the governance account address unless otherwise specified.
// signer address
string signer = 3;
}

Expand All @@ -162,7 +162,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

// params defines the client parameters to update.
Expand Down
2 changes: 1 addition & 1 deletion proto/ibc/core/connection/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ message MsgUpdateParams {

option (gogoproto.goproto_getters) = false;

// signer address (it may be the the address that controls the module, which defaults to x/gov unless overwritten).
// signer address
string signer = 1;

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

0 comments on commit fec13d9

Please sign in to comment.