Echidna 2.0.2
This release eases the custom deployment of contracts at fixed addresses, improves the fuzzing's shrinking and fixes a crash the EVM emulation:
deployContracts: [["0x42", "ContractA"], ["0x43", "ContractB"]]
deployBytecodes: [["0x44", "60806.."]]
All the contracts are deployed using the deployer
address and will produce an error if they fail.
Added
- Added support for deployment of certain contracts or bytecode in specific addresses (#758)
- Added support for detection and handling of ancient solc versions (#675)
- Added explicit static flag and removed pthread one from ghc options (#768)