Is your feature request related to a problem? Please describe.
Hi, I found that the supported solc version is above 0.4.11 because py-solcx is used to install and manage the solidity version.
Describe the solution you'd like
Is it possible to replace it by using solc-select ? If so, it can support those programs written by solidity 0.4.0 - 0.4.10.
Or can you provide some hints for me to modify this part?
Thanks a lot.
Is your feature request related to a problem? Please describe.
Hi, I found that the supported
solcversion is above 0.4.11 becausepy-solcxis used to install and manage the solidity version.Describe the solution you'd like
Is it possible to replace it by using
solc-select? If so, it can support those programs written by solidity0.4.0 - 0.4.10.Or can you provide some hints for me to modify this part?
Thanks a lot.