This marks a bug release of medusa. This version has bug fixes for three memory leaks and an integer overflow. Additionally, medusa now supports assert* (e.g assertEq or assertGte) cheatcodes.
What's Changed
- Add
assert*cheatcodes by @samalws-tob in #806
Bug Fixes
- Fix integer overflow by @samalws-tob in #808
- Fix memory leaks in corpus pruner, trieDB, and RPC pool by @anishnaik in #812
Full Changelog: v1.5.0...v1.5.1