Skip to content

Releases: ApeWorX/py-solc-x

py-solc-x v0.10.0

18 Jun 15:08
38f767f
Compare
Choose a tag to compare
  • Check architecture prior to installation, compile when arm

py-solc-x v0.9.0

10 Jun 19:32
58f7bd1
Compare
Choose a tag to compare
  • Add base_path as a possible wrapper kwarg
  • Bugfix: handle stderr output when calling which
  • Bugfix: expect return code 1 when using --help

py-solc-x v0.8.2

11 May 09:22
f596b9c
Compare
Choose a tag to compare
  • Bugfix: TypeError when download fails using progress bar
  • Improve error message on failed OSX installation

py-solc-x v0.8.0

19 Feb 10:24
deabc98
Compare
Choose a tag to compare
  • Allow user-specified installation directory via SOLCX_BINARY_PATH environment variable
  • Include which when importing installed versions on OSX

py-solc-x v0.7.2

04 Feb 22:11
691b474
Compare
Choose a tag to compare
  • Bugfix: include PID in install temp path to avoid process collisions

py-solc-x v0.7.1

04 Feb 22:03
32dfb7b
Compare
Choose a tag to compare
  • Bugfix: compiling with limited output values

py-solc-x v0.7.0

31 Dec 01:38
28b7110
Compare
Choose a tag to compare
  • Store solc binaries at $HOME/.solcx
  • Add locks for thread and multiprocessing safety
  • Show progress bar during installation if tqdm is installed

py-solc-x v0.6.1

19 Dec 14:51
Compare
Choose a tag to compare
  • Fix compatibility issues with Solidity 0.6.0
  • When installing on OSX, log a warning instead of raising if dependency installation fails
  • Ensure old versions are still visible in solcx.get_available_solc_versions

py-solc-x v0.6.0

06 Sep 05:09
b2a45d6
Compare
Choose a tag to compare
  • Use logger instead of print statements
  • Update dependencies, fix deprecation warnings
  • Use requests package for downloads on all platforms

py-solc-x v0.5.0

30 Jul 08:51
5993b80
Compare
Choose a tag to compare
  • Support for github API tokens via environment var GITHUB_TOKEN
  • Improved verbosity when get_available_solc_versions raises
  • Remove interace flag (was removed from solc in 0.4.0)
  • Raise on clone-bin and formal flags when using 0.5.x