v0.4.0
0.4.0 - 2018-12-14
This release brings 4 new detectors, improves the support for Solidity >=0.5, and fixes several minor issues.
Thanks to our external contributors!
@adamhos
@mattaereal
@mihairaulea
Added
- New detectors:
shadowing-state
: Detect state variables shadowedshadowing-abstrac
t: Detect state variables shadowed from abstract contractstimestamp
: Detect dangerous usage ofblock.timestamp
calls-loop
: Detect dangerous calls inside a loop
--trufle-version version
flag: Allow to install and run a local version of truffle (#105)slither --truffle-version truffle@beta .
: Run truffle with Solidity 0.5slither --truffle-version [email protected] .
: Run truffle with Solidity 0.4