v0.1.11
0.1.11 - 2020-12-07
This release improves hardhat and dapp support, and contains optimizations for Slither.
We would like to thanks @elopez for its contributions.
Added
- Support for typescript configuration with hardhat (#131)
- Latest dapp support (#137)
- Hardhat custom configuration (
--hardhat-ignore-compile
,--hardhat-cache-directory
,--hardhat-artifacts-directory
) (#136) - Add memorization for
filename_lookup
, and cache foris_dependency
results (#129, #135). This result in significant speed improvements for Slither for codebase with several files (up to 30% speed gain from an initial benchmark) - Add
get_line_from_offset
API (#130). This is an optimized version of the original Slither'ssource_mapping._compute_line
(crytic/slither#702)