You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can upgrade to CosmWasm 1.5 as a solution. Or try target_rustc_args: Some(vec!["target-feature=+sign-ext".to_string()]) (but I haven't tested this)
With Rust 1.70, unsupported op codes appear when uploading the wasms on-chain. (See : CosmWasm/cosmwasm#1727)
One fix is available on that issue. Would it be possible to implement that ?
Thanks
The text was updated successfully, but these errors were encountered: