solc-select icon indicating copy to clipboard operation
solc-select copied to clipboard

Manage and switch between Solidity compiler versions

Results 55 solc-select issues
Sort by recently updated
recently updated
newest added

`pip3 --version` `pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.8)` `curl -X GET -I https://binaries.soliditylang.org/linux-amd64/list.json` ``` HTTP/2 200 content-type: application/json content-length: 36292 vary: Accept-Encoding date: Thu, 15 Jul 2021 02:32:41 GMT last-modified:...

It is unclear from the README how to solve this issue. If anyone has better documentation, please share.

We frequently have timeout in our CI (ex: https://github.com/crytic/slither/runs/7537262148?check_suite_focus=true) because when solc-select installs everything, it makes a lot of requests to `[binaries.soliditylang](https://binaries.soliditylang.org)`. We could store all the binaries in https://github.com/crytic/solc,...

enhancement

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies

Bumps [trailofbits/gh-action-pip-audit](https://github.com/trailofbits/gh-action-pip-audit) from 0.0.4 to 1.0.0. Release notes Sourced from trailofbits/gh-action-pip-audit's releases. Release 1.0.0 This is the first stable release of gh-action-pip-audit! Full Changelog: https://github.com/trailofbits/gh-action-pip-audit/compare/v0.0.6...v1.0.0 Release 0.0.6 What's Changed requirements:...

dependencies

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. Release notes Sourced from actions/checkout's releases. v3.0.0 Updated to the node16 runtime by default This requires a minimum Actions Runner version of v2.285.0 to...

dependencies

Running `solc --help` causes subprocess to raise `subprocess.CalledProcessError` because `check=True` is passed. We either need to check whether the first arg is `--help` or remove `check=True` so that one can...

bug

`solc` was installed on my system. Before installing the solc-select, it showed: ``` $ solc --version solc, the solidity compiler commandline interface Version: 0.8.6+commit.11564f7e.Darwin.appleclang ``` Once I installed `solc-select`, it...

https://github.com/crytic/solc-select#ssl-certificate_verify_failed-on-running-solc-select-commands-investigation-ongoing Would help with UX, considering it's kind of hidden in the README Also considering this is out of our control

enhancement