0.6.9 - 2019-12-20
This release fixes minor bugs and updates Slither to crytic-compile 0.1.6. Additionally, we moved from Travis CI to GitHub actions.
Thanks to our external contributors:
Added
--remove-assertflag toslither-flat. Use this feature to write custom properties for Echidna withassertand have them automatically removed byslither-flatwhen the code is deployed. (#366)
Changed
constant-functiondetector is split intoconstant-function-asmandconstant-function-stateand will not raise an issue if solc >= 0.5 is used (#380)- Use GitHub Actions instead of Travis CI (#381, #385)
- Use upper and lower bounds for the
solc-versiondetector (#378) solc-versionnow recommends solc 0.5.11 over 0.5.3 (#390)