crytic / solc-select

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

`install artifacts` return False if requested solc versions are not available #151

Closed azpwnz closed 1 year ago

azpwnz commented 1 year ago

As suggested in https://github.com/crytic/solc-select/issues/143 , I've added validation whether all requested solc versions are available. In case if not, return False.

Also, I've added an informational message.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

azpwnz commented 1 year ago

Hey @0xicingdeath :) Did you have a chance to review the PR?