Skip to content

Echidna 2.2.6

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 17:37
aff20b7

What's Changed

  • Users can now turn off the Slither integration with the disableSlither config option or the --disable-slither command-line flag (#1327).
    • This is only intended for development, and we do not recommend doing this as it degrades fuzzing efficiency.
    • Additionally, the UI now shows a visible warning when the Slither integration fails to execute for any reason.
  • More statistics on exit: Echidna now prints the total call count (#1328)
  • Precompiles now work correctly on Windows (#1333)
  • hevm has been upgraded to release/0.54.2 (#1331)
    • This hevm release includes fixes for prank and startPrank. Pranking now applies to contract creation, and startPrank behavior now matches Foundry's.
    • Full hevm changelog: ethereum/hevm@f1f45d3...037ff11

Full Changelog: v2.2.5...v2.2.6