oyente icon indicating copy to clipboard operation
oyente copied to clipboard

latest solidity version is 0.2.24

Open cliff0412 opened this issue 6 years ago • 4 comments

The latest solidity version is 0.2.24. compilation error will be thrown if i am using 0.2.24

cliff0412 avatar Jul 31 '18 07:07 cliff0412

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

cliff0412 avatar Jul 31 '18 10:07 cliff0412

it appears #341 addresses this issue. Is that correct?

lazzarello avatar Aug 28 '18 18:08 lazzarello

@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.

yxliang01 avatar Aug 28 '18 18:08 yxliang01

you can specify the version by setting the SOLC_VERSION arg in the Dockerfile

https://github.com/melonproject/oyente/pull/341/files#diff-3254677a7917c6c01f55212f86c57fbfR2

lazzarello avatar Sep 05 '18 00:09 lazzarello