hevm/0.47.0
github-actions
released this
01 Jul 19:51
·
477 commits
to master
since this release
Added
- A new test runner for checking invariants against random reachable contract states.
hevm symbolic
can search for solc 0.8 style assertion violations, and a new--assertions
flag
has been added allowing users to customize which assertions should be reported- A new cheatcode
ffi(string[])
that executes an arbitrary command in the system shell
Changed
- Z3 is once again the default smt solver
- Updated nixpkgs to the
21.05
channel
Fixed
- Sourcemaps for contracts containing
immutable
are now shown in the debug view.