cosmos / ibc-rs

Rust implementation of the Inter-Blockchain Communication (IBC) protocol.
Apache License 2.0
182 stars 74 forks source link

Standalone query functions disregard `query_height` #1154

Closed Farhad-Shabani closed 3 months ago

Farhad-Shabani commented 3 months ago

Bug Summary

In PR #1129, we introduced domain request/response types and implemented support for querying IBC datagrams at a specific height. However, relevant standalone functions were not updated accordingly. In cases where requests allow specifying the query height, these functions only return a response corresponding to the current height of the host, disregarding the specified query height.

Version

=0.51.0