v0.6.1
0.6.1 - 2019-03-04
This release brings a new utility: slither-find-paths
to review complex codebase, adds a new check to slither-check-upgradability
, and fixes minor bugs.
Added
slither-find-paths
: Utility to review complex contracts (see the Finding Paths Utility Documentation)slither-check-upgradability
: Add checks on correct contract's initialization #182- Improve Windows support #179
Changed
- Calls in loop detector: remove duplicate results ( 39500c0)
- Call graph printer: export functions individually (833e390)
- API changed: make GENERIC_TAINT optional on
is_tainted
call #181