Releases: ApeWorX/py-solc-x
Releases · ApeWorX/py-solc-x
py-solc-x v0.4.2
- Fix
link_code
to support0.5.x
- Remove trailing whitespace on
solcx.get_version_string
- fixes Windows0.5.x
bug
py-solc-x v0.4.1
- Bugfix: absolute paths on windows systems
- Allow silencing of console output when changing solc version
py-solc-x v0.4.0
- Install new versions into
solcx/temp
- prevents issues with aborted installs set_solc_version
raises instead of installing when requested version is not installed- Do not allow
version=None
on installer methods
py-solc-x v0.3.0
- Install and set solc version based on pragma
- Get available solc versions, only install version if available for user's OS
py-solc-x v0.2.1
- Bugfix when no installed version of solc is found
- Confirm that imported versions of solc are still working
py-solc-x v0.2.0
- Fix "No input files given" bug in
solcx.compile_source()
on v0.5.x install.py
- replaceos.path
withpathlib.Path
- Linux - copy from
which solc
path to save time installing solc - OSX - copy solc versions from
usr/local/Cellar
, raise when attempting v0.4.x install
py-solc-x v0.1.1
- Better verbosity when building from source fails
py-solc-x v0.1.0
- Initial forked release
- Support for
solc 0.5.x
- Drop support for
solc < 0.4.11
- Add Windows installer
- Change install location to
./solcx/bin
- no longer uses standard installed verion - Change active solc version with
solcx.set_solc_version