v0.6.9
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-assert
flag toslither-flat
. Use this feature to write custom properties for Echidna withassert
and have them automatically removed byslither-flat
when the code is deployed. (#366)
Changed
constant-function
detector is split intoconstant-function-asm
andconstant-function-state
and 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-version
detector (#378) solc-version
now recommends solc 0.5.11 over 0.5.3 (#390)