oyente
oyente copied to clipboard
latest solidity version is 0.2.24
The latest solidity version is 0.2.24. compilation error will be thrown if i am using 0.2.24
WARNING:root:You are using evm version 1.8.2. The supported version is 1.7.3 WARNING:root:You are using solc version 0.4.21, The latest supported version is 0.4.19
it appears #341 addresses this issue. Is that correct?
@lazzarello I think not exactly. I think Oyente better to support the newer version of solc
and evm
instead of keeping using the older ones since many new contracts can't be compiled using the old versions.
you can specify the version by setting the SOLC_VERSION arg in the Dockerfile
https://github.com/melonproject/oyente/pull/341/files#diff-3254677a7917c6c01f55212f86c57fbfR2