Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CosmWasm dependencies to v2 #1251

Merged
merged 10 commits into from
Jun 6, 2024
Merged

Conversation

seanchen1991
Copy link
Contributor

Closes: #1242

Description


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests.
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).

@seanchen1991 seanchen1991 requested a review from rnbguy June 5, 2024 15:53
Copy link

codecov bot commented Jun 5, 2024

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 ⚠️
ibc-testkit/src/relayer/context.rs 83.71% 72 Missing ⚠️
ibc-clients/cw-context/src/context/mod.rs 50.00% 36 Missing ⚠️
ibc-testkit/src/context.rs 92.64% 30 Missing ⚠️
ibc-testkit/src/relayer/utils.rs 98.12% 17 Missing ⚠️
ibc-core/ics03-connection/src/handler/mod.rs 50.00% 12 Missing ⚠️
ibc-testkit/src/testapp/ibc/core/client_ctx.rs 93.87% 9 Missing ⚠️
ibc-clients/cw-context/src/context/client_ctx.rs 61.53% 5 Missing ⚠️
ibc-apps/ics721-nft-transfer/types/src/class.rs 86.66% 4 Missing ⚠️
ibc-testkit/src/hosts/mod.rs 92.15% 4 Missing ⚠️
... and 15 more
Additional details and impacted files
@@            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     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@rnbguy rnbguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Sean, for taking care of this 🙌

@seanchen1991 seanchen1991 added this pull request to the merge queue Jun 6, 2024
Merged via the queue into main with commit 1ca0371 Jun 6, 2024
19 checks passed
@seanchen1991 seanchen1991 deleted the sean/update-cosmwasm-deps branch June 6, 2024 13:34
Farhad-Shabani pushed a commit that referenced this pull request Sep 9, 2024
* Update cosmwasm dependencies

* Update cosmwasm deps versions

* Remove unnecessary lifetime

* Remove call to deprecated `mock_info` function

* Format cargo.toml file

* update cw in cw-check

* update cargo lockfiles

* cw v1.5 compatiblity is fixed in v2.0.4

* need std feature

---------

Co-authored-by: Ranadeep Biswas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update cosmwasm dependencies to v2
2 participants