What's Changed
- Users can now turn off the Slither integration with the
disableSlitherconfig option or the--disable-slithercommand-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)
hevmhas been upgraded torelease/0.54.2(#1331)- This
hevmrelease includes fixes forprankandstartPrank. Pranking now applies to contract creation, andstartPrankbehavior now matches Foundry's. - Full
hevmchangelog: argotorg/hevm@f1f45d3...037ff11
- This
Full Changelog: v2.2.5...v2.2.6