crytic / solc-select

Manage and switch between Solidity compiler versions
GNU Affero General Public License v3.0
758 stars 103 forks source link

Lost support for solc < 0.4.10 #41

Closed montyly closed 3 years ago

montyly commented 3 years ago

With the new python refactoring, we lost the support for solc < 0.4.10

We are now using https://binaries.soliditylang.org/, which does not list versions that are too old, while in the past we used: https://github.com/crytic/solc-select/blob/8a0ba47c99ce75c11eecde7ad6bbfed52d072d05/scripts/install_solc.sh#L5

Alternatively, we could get the missing binaries from: https://github.com/crytic/solc

0xicingdeath commented 3 years ago

Merged with #53