Skip to content

py-solc-x v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 19:21
· 10 commits to refs/heads/main since this release

Changes

  • feat!: use packaging.Version and other fixes and Ape-ifications @antazoey (#161)
  • feat: Add kwargs to compile functions by source and file @rfreis (#159)
  • fix: update solc_wrapper to expect return value of 0 from 'help' if solc >= v0.8.10 @pacrob (#140)
  • fix: use python built-in shutil.which instead of shelling out @f0rki (#137)
  • fix: use shutil.move instead of os.rename to avoid crashes during install @RomiRand (#146)
  • feat: make get_solc_version() method public @antazoey (#153)

Special thanks to: @RomiRand, @antazoey, @f0rki, @pacrob, @rfreis and pacrob