Skip to content

Commit

Permalink
Merge branch 'main' into faddat/pre-blocker
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan authored Sep 19, 2023
2 parents c54a322 + a4a5061 commit 201c33c
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ pull_request_rules:
backport:
branches:
- callbacks/release/v0.1.x+ibc-go-v7.3.x
- name: backport patches to v0.2.x callbacks ibc-go v7.3.x branch
conditions:
- base=main
- label=backport-callbacks-to-v0.2.x+ibc-go-v7.3.x
actions:
backport:
branches:
- callbacks/release/v0.2.x+ibc-go-v7.3.x
- name: backport patches to v4.4.x branch
conditions:
- base=main
Expand Down

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 201c33c

Please sign in to comment.