0.7.3
What's Changed
- fix(symbolic-execution): add growth loop-detection heuristic by @Jon-Becker in #251
- feat(decompile): add support for
LOG0
anonymous events by @Jon-Becker in #255 - fix(symbolic-exec): break out of infinite
JUMP
loops by @Jon-Becker in #256 - feat(symbolic-execution): implement & utilize
run_with_timeout
by @Jon-Becker in #257 - feat(bifrost): add hacky nightly build system by @Jon-Becker in #258
- chore: remove panicky
unwrap()
s, useResult<(), ..>
by @Jon-Becker in #261 - fix(rpc): fix RPC backoff, add tests by @Jon-Becker in #263
Full Changelog: 0.7.2...0.7.3