Skip to content

Commit

Permalink
Merge branch 'feat/ibc-eureka' into damian/7478-packet-receipt-query
Browse files Browse the repository at this point in the history
  • Loading branch information
damiannolan committed Oct 28, 2024
2 parents 285db5e + 15877e8 commit 3a1c3ec
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 44 deletions.
84 changes: 42 additions & 42 deletions modules/core/04-channel/v2/types/query.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/04-channel/v2/types/query.pb.gw.go

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

2 changes: 1 addition & 1 deletion proto/ibc/core/channel/v2/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ service Query {

// PacketAcknowledgement queries a stored acknowledgement commitment hash.
rpc PacketAcknowledgement(QueryPacketAcknowledgementRequest) returns (QueryPacketAcknowledgementResponse) {
option (google.api.http).get = "/ibc/core/channel/v2/channels/{channel_id}/acknowledgements/{sequence}";
option (google.api.http).get = "/ibc/core/channel/v2/channels/{channel_id}/packet_acks/{sequence}";
}

// PacketReceipt queries a stored packet receipt.
Expand Down

0 comments on commit 3a1c3ec

Please sign in to comment.