What's Changed
* feat: mappings from bytecode to contract name by daejunpark in https://github.com/a16z/halmos/pull/429
Bugfixes:
* fix: add warnings when --width or --depth limits reached by daejunpark in https://github.com/a16z/halmos/pull/433
* fix: handle stack underflows in DUPn/SWAPn instructions by 0xkarmacoma in https://github.com/a16z/halmos/pull/439
* fix: avoid raising internal python error on large memory access by 0xkarmacoma in https://github.com/a16z/halmos/pull/442
* fix: check infeasible errors by daejunpark in https://github.com/a16z/halmos/pull/445
New Contributors
* zbraiterman made their first contribution in https://github.com/a16z/halmos/pull/435
**Full Changelog**: https://github.com/a16z/halmos/compare/v0.2.3...v0.2.4