This marks a minor release of medusa
. Version 1.1.0 introduces a few critical bug fixes and some minor feature additions.
What's Changed
- Allow users to specify additional arguments while running slither @anishnaik in #554
- Add
--rpc-url
and--rpc-block
flags by @anishnaik in #557 - Add "Collapse all" and "Expand all" buttons to the HTML coverage report by @Xenomega in #302
- Deprecation of the
difficulty
cheatcode which is now a no-op by @anishnaik in #564 - Introduction of the
prevrandao
cheatcode by @anishnaik in #564 - Improvements to logging during call sequence shrinking by @anishnaik in #564
Bug Fixes
- Hotfix for a non-deterministic panic that was triggered with the introduction of on-chain fuzzing by @bsamuels453 in #560
- Fix issues related to using VM cheatcodes by @anishnaik in #564
- Fix panic that occurred in optimization mode by @anishnaik in #564
- Fix issues related to context management and cancellations by @anishnaik in #564
Full Changelog: v1.0.0...v1.1.0