-
Notifications
You must be signed in to change notification settings - Fork 355
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
Comments
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). |
By cw-plus you mean cw-storage-plus ? |
When I come back to 0.9 I have the same error as before mentionned in my last issue |
Terra Classic and Terra2 are both on CosmWasm 1.0. |
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
The text was updated successfully, but these errors were encountered: