eth-sri / securify

[DEPRECATED] Security Scanner for Ethereum Smart Contracts
Apache License 2.0
216 stars 50 forks source link

Add alternative to specify solc binary manually. #76

Closed mattaereal closed 5 years ago

mattaereal commented 5 years ago

Not using the template because this is mostly a feature, not a bug. Everything checks out perfectly.

The thing is that all my workstations systems default solc to v0.5, and when auditing I need to be able to have different versions (0.4.25 for example), otherwise securify crashes because of solc's errors (breaking changess, etc).

Going to add a PR myself after testing it works as intended.

Thanks for your good work :)

hiqua commented 5 years ago

Thanks for the PR!