Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install from solc-bin and separate building from source logic #108

Merged
merged 9 commits into from
Aug 17, 2020

Conversation

iamdefinitelyahuman
Copy link
Contributor

What I did

Download solc binaries from https://solc-bin.ethereum.org/

Related issue: ethereum/solidity#9226

How I did it

  • get_available_solc_versions has been split into get_installable_solc_versions and get_compilable_solc_versions
  • Installation by building from source is now handled by a separate function, compile_solc. At this point, Windows is not supported.

How to verify it

Run tests.

@iamdefinitelyahuman iamdefinitelyahuman merged commit 3947a68 into v1.0.0-dev Aug 17, 2020
@iamdefinitelyahuman iamdefinitelyahuman deleted the refactor-solc-bin branch August 17, 2020 23:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant