Skip to content

Releases: ConsenSysDiligence/diligence-fuzzing

Python 3.12+ support

07 Apr 08:07

Choose a tag to compare

What's Changed

  • Python 3.12+ support

v0.13.3

17 Jun 15:53

Choose a tag to compare

What's Changed

  • Fix hardhat artifacts collection

v0.13.2

17 Jun 09:59

Choose a tag to compare

What's Changed

  • Fix hardhat artifacts collection

v0.13.1

11 Jun 06:43

Choose a tag to compare

What's Changed

  • Fix hardhat artifacts collection
  • Add output option to fuzz run --dry-run command

v0.13.0

04 Jun 15:25

Choose a tag to compare

What's Changed

  • Add Windows support
  • Drop support for Python 3.7
  • Add support for Python 3.12

v0.12.3

23 May 06:17

Choose a tag to compare

This release adds update checks and unlinked libraries detection for Foundry and Hardhat projects

v0.12.2

23 Apr 06:12

Choose a tag to compare

What's Changed

  • Fix hardhat artifacts collection
  • Ignore library contracts by default

v0.12.1

07 Mar 16:24

Choose a tag to compare

What's Changed

  • Change fuzz run command behavior on contract targets absence (now it will emit warning instead of an error)
  • Update documentation
    • Add description for new parameters
    • Add document describing Product Analytics Collection

v0.12.0

04 Mar 13:51

Choose a tag to compare

What's Changed

  • Tests fixes
  • New fuzzer options support
  • Product Usage Analytics collection support

setUp method support for foundry tests

28 Aug 08:10

Choose a tag to compare

What's Changed

  • setUp method support for foundry tests
  • fix: retry with Solidity optimizer enabled
  • foundry profiles support
  • Bump requests from 2.28.2 to 2.31.0