cosmos / ibc-rs

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

imp: add macro for schema support to queries #1187

Closed crodriguezvega closed 2 months ago

crodriguezvega commented 2 months ago

Bringing here these changes so that query support is added to schema.

Closes: #1191

Description


PR author checklist:

Reviewer checklist:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.35%. Comparing base (41348af) to head (39e407e).

:exclamation: Current head 39e407e differs from pull request most recent head 095559f. Consider uploading reports for the commit 095559f to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1187 +/- ## ========================================= + Coverage 0 64.35% +64.35% ========================================= Files 0 229 +229 Lines 0 22081 +22081 ========================================= + Hits 0 14211 +14211 - Misses 0 7870 +7870 ```

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

rnbguy commented 2 months ago

Skipping changelog entry as this is part of the cw-context support.