This marks a minor release of medusa. The primary improvement is that corpus replaying is now parallelized across fuzzer workers and will notify of any test failures immediately. This release also comes with a critical bug fix for HTML coverage reports.
What's Changed
- Parallelize corpus replay and notify of test failures immediately @anishnaik in #696
- Allow fuzzer to call
fallback/receivefunctions in target contracts @tuturu-tech in #723 - Add support for
CLAUDE.md/AGENTS.mdby @anishnaik in #721 - Automated
vendorHashinflake.nixdrift detection in CI by @elopez in #716 - Automated documentation drift detection in CI by @anishnaik in #734
Bug Fixes
- Link libraries during coverage report generation by @samalws-tob in #724
- Support for
USE_FULL_BYTECODEenvironment variable by @samalws-tob in #728
Full Changelog: v1.3.1...v1.4.0