Skip to content

v0.6.3

Compare
Choose a tag to compare
@montyly montyly released this 24 Apr 20:01
· 3634 commits to master since this release

0.6.3 - 2019-04-24

This release is the first one based on crytic-compile, the library standardizes smart contracts compilation and allows Slither to work natively on new platforms. Additionally, this release brings one new detector.

Thanks to our external contributor, @shshzi, who worked on the Right-To-Left-Override character detector

For Embark users: make sure to update embark-contract-info to 1.1.0

Added

Changed

  • Json output: source mappings contain now four filenames (absolute/relative/short/used)
  • The command line options now match crytic-compile options (ex: --disable-solc-warnings is renamed --solc-disable-warnings). See the crytic-compileDocumentation for more details.