cosmos / ibc-rs

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

Update CosmWasm dependencies to v2 #1251

Closed seanchen1991 closed 3 weeks ago

seanchen1991 commented 3 weeks ago

Closes: #1242

Description


PR author checklist:

Reviewer checklist:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 85.05882% with 508 lines in your changes missing coverage. Please review.

Project coverage is 67.26%. Comparing base (d5e3887) to head (d331d58). Report is 37 commits behind head on main.

Files Patch % Lines
ibc-testkit/src/testapp/ibc/core/core_ctx.rs 40.82% 287 Missing :warning:
ibc-testkit/src/relayer/context.rs 83.71% 72 Missing :warning:
ibc-clients/cw-context/src/context/mod.rs 50.00% 36 Missing :warning:
ibc-testkit/src/context.rs 92.64% 30 Missing :warning:
ibc-testkit/src/relayer/utils.rs 98.12% 17 Missing :warning:
ibc-core/ics03-connection/src/handler/mod.rs 50.00% 12 Missing :warning:
ibc-testkit/src/testapp/ibc/core/client_ctx.rs 93.87% 9 Missing :warning:
ibc-clients/cw-context/src/context/client_ctx.rs 61.53% 5 Missing :warning:
ibc-apps/ics721-nft-transfer/types/src/class.rs 86.66% 4 Missing :warning:
ibc-testkit/src/hosts/mod.rs 92.15% 4 Missing :warning:
... and 15 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1251 +/- ## ========================================== + Coverage 64.39% 67.26% +2.86% ========================================== Files 230 235 +5 Lines 22053 23516 +1463 ========================================== + Hits 14201 15817 +1616 + Misses 7852 7699 -153 ```

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