cosmos / ibc-rs

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

fix: update standalone query functions to use the specified `query_height` #1155

Closed Farhad-Shabani closed 3 months ago

Farhad-Shabani commented 3 months ago

Closes: #1154


PR author checklist:

Reviewer checklist:

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 71 lines in your changes are missing coverage. Please review.

Project coverage is 63.91%. Comparing base (2b9de34) to head (fa7ddf4).

Files Patch % Lines
ibc-query/src/core/channel/query.rs 0.00% 40 Missing :warning:
ibc-query/src/core/connection/query.rs 0.00% 20 Missing :warning:
ibc-query/src/core/client/query.rs 0.00% 10 Missing :warning:
ibc-query/src/core/connection/types/request.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1155 +/- ## ========================================== - Coverage 63.98% 63.91% -0.08% ========================================== Files 219 219 Lines 21313 21338 +25 ========================================== Hits 13638 13638 - Misses 7675 7700 +25 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.