Skip to content

Echidna 2.0.3

Compare
Choose a tag to compare
@ggrieco-tob ggrieco-tob released this 09 Sep 14:19
· 256 commits to master since this release

This release focuses on getting enhanced coverage during a fuzzing campaign when handling non-utf8 strings, extreme signed integers and the fallback function. It also improved the scripts to build Docker containers.

Fixed

  • Avoid resetting accounts if there is a deployed contract (#795)
  • Fixed decoding non-utf8 strings from slither printer (#799)
  • Fixed generation and mutation of extreme signed integers (#791)
  • Removed fallback from signature map when it is not defined (#772)
  • Refactored Docker scripts and tests (#706)