Skip to content

Commit

Permalink
revert: accidental change of consensus height to pointer (#7130)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Aug 13, 2024
1 parent 10c2436 commit e69c8f3
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 100 deletions.
182 changes: 84 additions & 98 deletions 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.

4 changes: 2 additions & 2 deletions proto/ibc/core/connection/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ message MsgConnectionOpenTry {
// Deprecated: this field is unused.
bytes proof_consensus = 10 [deprecated = true];
// Deprecated: this field is unused.
ibc.core.client.v1.Height consensus_height = 11 [deprecated = true];
ibc.core.client.v1.Height consensus_height = 11 [deprecated = true, (gogoproto.nullable) = false];
string signer = 12;
// Deprecated: this field is unused.
bytes host_consensus_state_proof = 13 [deprecated = true];
Expand Down Expand Up @@ -104,7 +104,7 @@ message MsgConnectionOpenAck {
// Deprecated: this field is unused.
bytes proof_consensus = 8 [deprecated = true];
// Deprecated: this field is unused.
ibc.core.client.v1.Height consensus_height = 9 [deprecated = true];
ibc.core.client.v1.Height consensus_height = 9 [deprecated = true, (gogoproto.nullable) = false];
string signer = 10;
// Deprecated: this field is unused.
bytes host_consensus_state_proof = 11 [deprecated = true];
Expand Down

0 comments on commit e69c8f3

Please sign in to comment.