v0.6.3
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
- Native support to Dapp, Etherlime, and Etherscan (see the documentation)
- New detector:
Right-To-Left-Override character
#201
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 thecrytic-compile
Documentation for more details.