Skip to content

2.0.7

Compare
Choose a tag to compare
@marekkirejczyk marekkirejczyk released this 25 Feb 15:58
· 445 commits to master since this release

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').