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

fix: bump contract and fix capabilities #17

Merged
merged 5 commits into from
Jun 24, 2024
Merged

Conversation

SebastianElvis
Copy link
Member

@SebastianElvis SebastianElvis commented Jun 21, 2024

Before merging:

@SebastianElvis SebastianElvis changed the title fix cosmwasm capabilities fix: bump contract and fix capabilities Jun 24, 2024
@SebastianElvis SebastianElvis marked this pull request as ready for review June 24, 2024 05:16
@maurolacy
Copy link

@@ -11,6 +11,8 @@ func AllCapabilities() []string {
"cosmwasm_1_1",
"cosmwasm_1_2",
"cosmwasm_1_3",
"cosmwasm_1_4",
"cosmwasm_2_0",

Choose a reason for hiding this comment

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

It seems cowsmwasm_2_0 implies all of the preceding ones. See the https://github.com/CosmWasm/cosmwasm/blob/main/MIGRATING.md#15x---20x bullets.

Copy link
Member Author

Choose a reason for hiding this comment

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

Hmm it seems that we still need all of these -- it's the CW contract that the cosmwasm_2_0 feature implies the prior versions. If the chain wants to support CW contract with lower CW versions we still need those capabilities. Keeping them for now

@@ -1 +1 @@
v0.7.0-rc.0
8d8734fd21795d160149bcfff759172f4a6874f9

Choose a reason for hiding this comment

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

v0.7.0-rc.2 just out of the oven.

@SebastianElvis SebastianElvis merged commit 3a809d4 into main Jun 24, 2024
1 of 4 checks passed
@SebastianElvis SebastianElvis deleted the debug-deployment branch June 24, 2024 10:23
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.

2 participants