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

Unkown opcode error #41

Closed
Kayanski opened this issue Nov 10, 2023 · 2 comments
Closed

Unkown opcode error #41

Kayanski opened this issue Nov 10, 2023 · 2 comments

Comments

@Kayanski
Copy link

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

@gorgos
Copy link

gorgos commented Dec 27, 2023

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)

@Kayanski
Copy link
Author

Kayanski commented Jan 5, 2024

Ok, this works with cosmwasm 1.5 indeed, thank you !

@Kayanski Kayanski closed this as completed Jan 5, 2024
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

2 participants