Halmos

Latest version: v0.2.6

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

0.2.0

What's Changed

Breaking changes
* feat: replace --symbolic-storage with enableSymbolicStorage(address) cheatcode by daejunpark in https://github.com/a16z/halmos/pull/355
* feat: empty initial network state by daejunpark in https://github.com/a16z/halmos/pull/352
* feat: reject multiple setup paths by daejunpark in https://github.com/a16z/halmos/pull/351
* perf: increase default assertion solving timeout from 1s to 1m by daejunpark in https://github.com/a16z/halmos/pull/368
* feat: deprecate --bytecode and --reset-bytecode by daejunpark in https://github.com/a16z/halmos/pull/350

New features
* feat: support for new cheatcode of generating calldata by daejunpark in https://github.com/a16z/halmos/pull/360
* feat: branching over symbolic call addresses by daejunpark in https://github.com/a16z/halmos/pull/349

Bug fixes and improvements
* perf: code fastpath scanning for valid jump destinations by karmacoma-eth in https://github.com/a16z/halmos/pull/348
* fix: failed() cheatcode error by daejunpark in https://github.com/a16z/halmos/pull/359
* fix: vm.etch() leaves storage uninitialized by karmacoma-eth in https://github.com/a16z/halmos/pull/363
* fix: manually solve dynamic array overflow conditions by daejunpark in https://github.com/a16z/halmos/pull/366

**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.14...v0.2.0

0.1.14

What's Changed

halmos.toml configuration
* feat: enhance configuration management by using toml configuration file by pillip in https://github.com/a16z/halmos/pull/296
* feat: toml config, take 2 by karmacoma-eth in https://github.com/a16z/halmos/pull/298
* docs: example halmos.toml by karmacoma-eth in https://github.com/a16z/halmos/pull/299

Docker images
* feat: use docker image to load solvers and setup the testing environment by EmperorOrokuSaki in https://github.com/a16z/halmos/pull/295
* feat: solvers package by karmacoma-eth in https://github.com/a16z/halmos/pull/302
* ci: run workflow using `solvers` as a base image by karmacoma-eth in https://github.com/a16z/halmos/pull/307
* ci: add intermediary halmos-builder image and dockerize more workflows by karmacoma-eth in https://github.com/a16z/halmos/pull/308

Cheatcode/opcode support
* feat: support for forge-std assert cheatcodes by daejunpark and EmperorOrokuSaki in https://github.com/a16z/halmos/pull/323
* feat: support vm.getBlockNumber cheatcode by pillip in https://github.com/a16z/halmos/pull/325
* feat: functional implementation of EXTCODEHASH and EXTCODECOPY by karmacoma-eth in https://github.com/a16z/halmos/pull/328
* feat: add support for prank(sender, origin) and startPrank(sender, origin) cheatcodes by karmacoma-eth in https://github.com/a16z/halmos/pull/336

UX improvements
* feat: parse symbols from build to print readable traces by pillip in https://github.com/a16z/halmos/pull/309
* feat: trace rendering: extract selector from calldata by karmacoma-eth in https://github.com/a16z/halmos/pull/339
* feat: add ERC-1155 token receiver hooks as defaults in unknown call resolution by pcaversaccio in https://github.com/a16z/halmos/pull/291
* fix: handle solidity files with no contracts by karmacoma-eth in https://github.com/a16z/halmos/pull/333
* fix: simplify symbol parsing by karmacoma-eth in https://github.com/a16z/halmos/pull/334
* cli: deprecated --solver-parallel by daejunpark in https://github.com/a16z/halmos/pull/314

Performance improvements
* perf: chunk based memory model by karmacoma-eth in https://github.com/a16z/halmos/pull/288
* perf: optimize execution loop by karmacoma-eth in https://github.com/a16z/halmos/pull/293
* feat: cache unsat queries using unsat core by daejunpark in https://github.com/a16z/halmos/pull/311
* perf: prune infeasible paths early by daejunpark in https://github.com/a16z/halmos/pull/319
* perf: early exit for fail() by daejunpark in https://github.com/a16z/halmos/pull/322
* perf: abstract multiplication by daejunpark in https://github.com/a16z/halmos/pull/340

Bugfixes
* fix: smt encoding for evm div-by-zero by daejunpark in https://github.com/a16z/halmos/pull/271
* fix: use --ast to enable foundry build cache by daejunpark in https://github.com/a16z/halmos/pull/289
* fix: add Missing Error Code in `parse_build_out` Warning by pcaversaccio in https://github.com/a16z/halmos/pull/300
* fix bad abi encoding in createBytes4 by karmacoma-eth in https://github.com/a16z/halmos/pull/329
* fix: parsing unsat core output variants by daejunpark in https://github.com/a16z/halmos/pull/337

New Contributors
* pcaversaccio made their first contribution in https://github.com/a16z/halmos/pull/291
* EmperorOrokuSaki made their first contribution in https://github.com/a16z/halmos/pull/295
* pillip made their first contribution in https://github.com/a16z/halmos/pull/296

**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.13...v0.1.14

0.1.13

What's Changed
* Add GitHub Codespaces dev container config by cos in https://github.com/a16z/halmos/pull/274
* fix: concrete exitcode for precompile by daejunpark in https://github.com/a16z/halmos/pull/286


**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.12...v0.1.13

0.1.12

What's Changed
* feat: constrain (r, s, v) signature values by karmacoma-eth in https://github.com/a16z/halmos/pull/259
* fix: vm.etch(addr, "") used to raise an exception by karmacoma-eth in https://github.com/a16z/halmos/pull/264
* feat: --solver-command lets user replace z3 invocations by karmacoma-eth in https://github.com/a16z/halmos/pull/272
* unpin z3 version by karmacoma-eth in https://github.com/a16z/halmos/pull/275 and https://github.com/a16z/halmos/pull/276

**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.11...v0.1.12

0.1.11

What's Changed
* fix: calldata rendering bugfix, large memory offset bugfix by karmacoma-eth in https://github.com/a16z/halmos/pull/242
* docs: add multicaller example by daejunpark in https://github.com/a16z/halmos/pull/241
* fix: use consistent hex prefix handling by karmacoma-eth in https://github.com/a16z/halmos/pull/246
* feat: dump refined queries by karmacoma-eth in https://github.com/a16z/halmos/pull/250
* perf: small bytecode caching optimizations by karmacoma-eth in https://github.com/a16z/halmos/pull/249
* fix: add --build-info to forge build command by karmacoma-eth in https://github.com/a16z/halmos/pull/255
* feat: support for signing and verifying signatures by karmacoma-eth in https://github.com/a16z/halmos/pull/257
* docs: small fixes for `getting-started.md` by cos in https://github.com/a16z/halmos/pull/258

New Contributors
* cos made their first contribution in https://github.com/a16z/halmos/pull/258

**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.10...v0.1.11

0.1.10

What's Changed
Performance:
* Reduce memory footprint in https://github.com/a16z/halmos/pull/218
Features:
* Introduce other failure modes in https://github.com/a16z/halmos/pull/237
* Add --match-test and --match-contract in https://github.com/a16z/halmos/pull/238
Dependencies:
* Drop support for python 3.8 in https://github.com/a16z/halmos/pull/226
* Require z3 4.12.2 in pyproject in https://github.com/a16z/halmos/pull/236


**Full Changelog**: https://github.com/a16z/halmos/compare/v0.1.9...v0.1.10

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.