v4.3.0
Version 4.3.0
This release is to fix compatibility of ink_e2e
with newer (> 1.69) versions of Rust,
which produce signext
instructions, and older versions of pallet_contracts
which do
not yet support these instructions.
- Backport use of
contract-build
to3.2.0
to includesignext
lowering, and update
subxt
to remove incompatiblewasmi-instrument
transient dependency ‒ #1884