Skip to content

v0.6.1

Compare
Choose a tag to compare
@montyly montyly released this 04 Mar 20:14
· 3692 commits to master since this release

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

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

Fixed

  • Incorrect SlithIR conversion in case of explicit base contract usage (8a94a6e, c6e090e, b992010)
  • Use referenced declaration for functions to fix reference not found (AST compact only)
    #177
  • Fix typo in callcode 8344c4e