Contract size regression
Created by: ascjones
@Robbepop has discovered a regression in the wasm file size between 0.6.2
and 0.7.0
. For the flipper ink!
example:
- cargo-contract version 0.6.2 results in Wasm file size of 1.6kB
- cargo-contract version 0.7.0 (master) results in Wasm file size of 2.1kB.
We should also investigate the possibility of adding a CI check to catch these type of regressions.