cosmos / ibc-rs

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

Migrate CosmWasm workspace #1315

Closed seanchen1991 closed 3 months ago

seanchen1991 commented 3 months ago

Closes: #1311

Description


PR author checklist:

Reviewer checklist:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 66.99%. Comparing base (b7dbc41) to head (b76561e). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1315 +/- ## ======================================= Coverage 66.99% 66.99% ======================================= Files 227 227 Lines 23448 23448 ======================================= Hits 15709 15709 Misses 7739 7739 ```

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

seanchen1991 commented 3 months ago

Closing this PR as we didn't move the cosmwasm directory out in such a way that preserved its git history.

seanchen1991 commented 3 months ago

On second thought, the commits in this PR should be fine to merge, as migrating the files out of ibc-rs should not have any adverse effects on its git history.