cosmos / ibc-proto-rs

Rust Protobuf definitions and gRPC clients for interacting with Cosmos SDK, IBC and Interchain Security
Apache License 2.0
42 stars 25 forks source link

Sync ibc-go at e1df7a6948d1dd94b7d2dadd226bee23d3e1e667 #172

Closed crodriguezvega closed 6 months ago

crodriguezvega commented 6 months ago

Sync ibc-go with e1df7a6948d1dd94b7d2dadd226bee23d3e1e667.

Main reason for me to open this PR is to get counterparty_upgrade_sequence in MsgTimeoutOnClose and MsgChannelCloseConfirm so that I can add support for handling this field in hermes. This is required for properly closing channels after a channel has gone through a channel upgrade. cc: @ljoss17

This is the first I attempt doing this, so please let me know if I am missing something...