Skip to content

v0.1.1

Compare
Choose a tag to compare
@montyly montyly released this 14 May 18:34
· 823 commits to master since this release

0.1.1 - 2019-05-14

This release fixes minor bugs and extends crytic-compile capacities

Added

  • is_dependency API to determine if a file is from a library (3ed5160)
  • Allow compilation of relative and absolute paths for truffle/embark/dapp #14

Changed

  • Improve support for old solc version (5bf2527)
  • Improve custom version of truffle (dbf3a16)
  • Use truffle compile --all to prevent incorrect json update (e74f659)
  • Change filename of saved etherscan files #15

Fixed

  • Fix error when compiling empty contract (#13)
  • Fix collision if a filename is named as an etherscan address (#10)