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

Upgrade to CosmWasm 2.0 #339

Open
3 tasks
crnbarr93 opened this issue Mar 19, 2024 · 1 comment
Open
3 tasks

Upgrade to CosmWasm 2.0 #339

crnbarr93 opened this issue Mar 19, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@crnbarr93
Copy link
Contributor

crnbarr93 commented Mar 19, 2024

Description

Recently a major update for CosmWasm was released in the 2.0 update. This allows for several substantial usability improvements including error bubbling for replies (🥳). However, most chains are not upgraded to support this quite yet but we should begin preparations for migration.

Implementation

We need to upgrade the following crate versions:

cosmwasm-std = "2.0.0"
cw-utils = "2.0.0"
cw-storage-plus = "2.0.0"
cw2 = "2.0.0"
cosmwasm-schema = "2.0.0"

Reference: https://github.com/CosmWasm/cosmwasm/blob/main/MIGRATING.md#15x---200

Acceptance Criteria

@crnbarr93 crnbarr93 added the enhancement New feature or request label Mar 19, 2024
@joemonem joemonem self-assigned this Mar 26, 2024
@joemonem
Copy link
Contributor

The main blocker is the crates cw721-base and cw721 not being updated to support Cosmwasm 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants