Skip to content

v3.2.0

Compare
Choose a tag to compare
@ascjones ascjones released this 22 Aug 09:32
88c92ba

[3.2.0]

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