v0.1.7
This marks a minor release of medusa
. Version 0.1.7 brings a variety of critical bug fixes, adds support for LCOV reports, and has optimizations that improves coverage tracking.
What's Changed
- Display success and revert hit count in coverage report (#364 ) by @0xalpharush
- Add LCOV support (#442 ) by @0xalpharush
- Improve performance during coverage tracking (#472 ) by @samalws
- Update corpus format (#456 ) by @anishnaik
- Disable account checks to allow for non-EOA transaction origins (#468 ) by @0xalpharush
- Log unique PCs that have been encountered by
medusa
(#453 ) by @0xalpharush
Bug Fixes
- Fix a missing initcode size override (#483 ) by @anishnaik
- Fix panic during execution tracing (#457 ) by @anishnaik
- Fix bug related to initial contract balances when using predeployed contracts (#461 ) by @0xalpharush
- Fix bug that prevented deployed addresses from being added to the value set (#488 ) by @smonicas
New Contributors
- @highcloudwind made their first contribution in #430
- @samalws-tob made their first contribution in #472
- @smonicas made their first contribution in #488
Full Changelog: v0.1.6...v0.1.7