Skip to content

v0.6.2

Compare
Choose a tag to compare
@montyly montyly released this 05 Apr 18:24
· 3648 commits to master since this release

0.6.2 - 2019-03-05

This release brings Embark native support, fixes several bugs, and improves slither-check-upgradeability.

Added

Changed

  • Rename slither-check-upgradability to slither-check-upgradeability (bffa59f)
  • --ignore-truffle-compile flag renamed to --truffle-ignore-compile
  • Improve slither-check-upgradeability output and documentation.
  • API changed: Add framework detection within Slither object; the caller does not need to check for native/truffle/embark (ee1b4c2)

Fixed

  • Incorrect source mapping computation (#194)
  • Incorrect data dependency for return values (#193)
  • Crash related to the support of abi.decode (#177)