Update cosmwasm std 2.0.3#48
Draft
ueco-jb wants to merge 1 commit into
Draft
Conversation
Member
Author
|
If we chose to continue with the update, some changes are required (for example in the interfaces). |
Contributor
|
Let's not update to 2.0.3 (which will be good) until we update layer-sdk to cosmwasm-2.0. Keep this branch around for the upgrade, but we should not require it. |
Contributor
|
You mean I never heard of |
Member
Author
|
https://github.com/CosmWasm/cosmwasm/blob/v2.0.3/CHANGELOG.md?plain=1#L129-L133
Yeah that's what I meant. |
Contributor
|
Huh, looks like it needs +nightly and they fixed it in 1.2.2... CosmWasm/cosmwasm#1623 I guess we need to live without it now though. I will try to sort out 2.0 upgrade path sooner than later |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While trying to run tests with the
backtracesfeatures enabled, I hit several issues:RUST_BACKTRACEfeature; hence my request to update, unless there is some opinion against it