moonbeam
moonbeam copied to clipboard
Got error "Error: Service(Client(VersionInvalid("cannot deserialize module: UnknownOpcode(192)")))"
I build from v0.31.1 at WSL2.
when run ./target/release/moonbeam --dev
, I encountered this error.
But it wokrs ./target/release/moonbeam
with this command.
This was related to a wrong version of rust IIRC. Can you cargo clean and try again please ?
I confirm, this was an issue related to rustc.
More context: https://github.com/paritytech/polkadot-sdk/issues/3192