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

Release v3.2.0 #1292

Merged
merged 3 commits into from
Aug 22, 2023
Merged

Release v3.2.0 #1292

merged 3 commits into from
Aug 22, 2023

Conversation

ascjones
Copy link
Collaborator

This release allows building contracts with recent (> 1.69) Rust toolchains which can emit
signext Wasm instructions. An extra pass is added to wasm-opt which "lowers" signext
instructions to MVP compatible instructions. The resulting binaries can therefore be
deployed to chains with an older version of pallet-contracts which does not yet support
those instructions.

Changed

@ascjones ascjones merged commit 88c92ba into v3.x.x Aug 22, 2023
9 checks passed
@ascjones ascjones deleted the v3.2.0 branch August 22, 2023 09:31
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

Successfully merging this pull request may close these issues.

2 participants