v0.6.11
0.6.11 - 2020-04-17
This release introduces slither-prop
, a tool that will automatically generate properties to be tested through unit tests and Echidna. In this release, slither-prop
can generate 18 tests for ERC20 contracts; More tests, and support for other ERCs are planned. Additionally, the support for Solidity 0.6 was improved, and the release fixes multiple minor bugs.
Consider using crytic.io to get access to additional detectors and GitHub integration.
Added
slither-prop
(#428). See its documentation.- New Solidity call syntax support (#424)
- Number of assembly lines in the human summary printer (#438)
--convert-private
inslither-flat
, allowing to change private variables to internal (#446)- API: true/false branch for IF nodes (#433)
Changed
- Echidna printer: several new features are extracted (#431, #437).
- Reentrancy: better support of constant function called with Solidity 0.6 (#441)
- Add support for
now
in timestamp detector (#447)