Skip to content

v0.1.3

Compare
Choose a tag to compare
@montyly montyly released this 16 Aug 15:52
· 779 commits to master since this release

0.1.3 - 2019-08-16

This release adds support for Vyper, an archive mode to simplify codebase export, improves the API, and fixes multiple bugs.

The Vyper support allows Manticore to work natively on Vyper codebase.

Added

  • Vyper support (#25)
  • Archive mode (#24)
  • Library detection (#26)
  • Provide source code content (d9846f2)

Fixed

  • Incorrect solc-remaps argument (8f83ddd)
  • Incorrect solc-args argument (5ab85e1)