cosmos / ibc-rs

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

fix(ibc-core): pack host consensus state into wasm consensus state for wasm clients #1252

Closed rnbguy closed 2 weeks ago

rnbguy commented 3 weeks ago

Closes: #1237

Description


PR author checklist:

Reviewer checklist:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 88.00000% with 3 lines in your changes missing coverage. Please review.

Project coverage is 67.27%. Comparing base (478b4c6) to head (a2a2b7d).

Files Patch % Lines
ibc-core/ics03-connection/src/handler/mod.rs 82.35% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1252 +/- ## ========================================== + Coverage 67.26% 67.27% +0.01% ========================================== Files 235 235 Lines 23516 23538 +22 ========================================== + Hits 15817 15836 +19 - Misses 7699 7702 +3 ```

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