2.0.7
Summary 2.0.7
Add support for custom compiler options in waffle configuration file. Example below.
{
"compilerOptions": {
"evmVersion": "constantinople"
},
"compiler": "native"
}
For detailed list of options go to solidity documentation (sections: 'Setting the EVM version to target', 'Target options' and 'Compiler Input and Output JSON Description').