Skip to content

v0.1.11

Compare
Choose a tag to compare
@montyly montyly released this 07 Dec 18:47
· 570 commits to master since this release

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 for is_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's source_mapping._compute_line (crytic/slither#702)

Fixed

  • Incorrect source mapping in buidler (#133)
  • solc version detection for --solc-solcs-(select|bin) (#138)
  • solc version regex guessing (#139)