Skip to content

v0.1.13

Compare
Choose a tag to compare
@montyly montyly released this 29 Mar 17:40
· 599 commits to master since this release

0.1.13 - 2021-03-29

This release improves the support of solc 0.8, as well as hardhat and Etherscan support.

We are currently investigating issues with the hardhat support (#164), in the meantime, hardhat should be considered as partially supported.

Added

  • Support for solc 0.8 (direct compilation) (#147)

Changed

  • Improvements to Etherscan export directory (#144, #148)
  • Improve Etherscan error message (#159)
  • Clean up solc platform (#149)
  • Use pylint 2.7.2 and black 20.8b1, and improve CI (#162)

Fixed

  • Fix hardhat source mapping (#154)