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

Cannot upload to localterra with cw-storage-plus 0.12.1 #666

Closed
Flydexo opened this issue Feb 21, 2022 · 4 comments
Closed

Cannot upload to localterra with cw-storage-plus 0.12.1 #666

Flydexo opened this issue Feb 21, 2022 · 4 comments

Comments

@Flydexo
Copy link

Flydexo commented Feb 21, 2022

I can't upload my contract to localterra, I need to use cw-storage-plus 1.12.1 because I use Strings as primay Keys in a Map. Here is the error: failed to execute message; message index: 0: Error calling the VM: Error during static Wasm validation: Wasm contract has unknown interface_version_* marker export (see https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/README.md): store wasm contract failed: invalid request

@maurolacy
Copy link
Contributor

I think you need to use a cw-plus version that is compatible with cosmwasm-0.16.x.

That in principle would be cw-plus 0.9.0, or earlier. You should confirm this with Terra support.

You can use string keys with cw-plus 0.9.0 (or earlier).

@Flydexo
Copy link
Author

Flydexo commented Feb 21, 2022

By cw-plus you mean cw-storage-plus ?

@Flydexo
Copy link
Author

Flydexo commented Feb 21, 2022

When I come back to 0.9 I have the same error as before mentionned in my last issue
failed to execute message; message index: 0: Error calling the VM: Error during static Wasm validation: Wasm contract has unknown interface_version_* marker export (see https://github.com/CosmWasm/cosmwasm/blob/main/packages/vm/README.md): store wasm contract failed: invalid request

@maurolacy maurolacy changed the title Cannot upload to localterra with cw-storage-plus 1.12.1 Cannot upload to localterra with cw-storage-plus 0.12.1 Feb 22, 2022
@ethanfrey
Copy link
Member

Terra Classic and Terra2 are both on CosmWasm 1.0.
Obsolete issue

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

No branches or pull requests

3 participants