osmosis-labs / beaker

Beaker helps streamlining CosmWasm development workflow.
Apache License 2.0
106 stars 30 forks source link

Unknown opcode #133

Open hsxyl opened 2 months ago

hsxyl commented 2 months ago

I encountered this error while following the README.md of beaker(https://github.com/osmosis-labs/beaker) to try to deploy counter-dapp locally, but when I execute: beaker wasm store-code counter --signer-account test1 --no-wasm-opt I met this error:

Error: status: Unknown, message: "failed to execute message; message index: 0: Error calling the VM: Error during static Wasm validation: Wasm bytecode could not be deserialized. Deserialization error: \"Unknown opcode 192\": create wasm contract failed", details: [], metadata: MetadataMap { headers: {"content-type": "application/grpc", "x-cosmos-block-height": "346"} }

Here are some version infos:

rustc 1.76.0 (07dca489a 2024-02-04)
beaker 0.1.8
osmosisd 12.3.0-11-gc56b8e403