oyente icon indicating copy to clipboard operation
oyente copied to clipboard

how to update the evm version and solc version?

Open water4168 opened this issue 6 years ago • 4 comments

log: 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 CRITICAL:root:Solidity compilation failed. Please use -ce flag to see the detail.

water4168 avatar Jul 13 '18 11:07 water4168

@walterliang did you mean downgrade? Since the WARNINGs are saying that the versions are too new. Did you mean how to modify the codebase to support newer version?

yxliang01 avatar Jul 13 '18 14:07 yxliang01

yes! how to modify the codebase to support newer version?

water4168 avatar Jul 18 '18 05:07 water4168

@walterliang I guess you have to check the difference of the solc between the latest supported version and the newer version that is beyond the support version. Then, read the oyente source code to see how oyente is relying on solc. Lastly, evaluate whether the new updates affect the way oyente interacts with solc.

yxliang01 avatar Jul 18 '18 05:07 yxliang01

@walterliang Is this issue still relevant? If not, maybe can be closed.

yxliang01 avatar Mar 24 '20 18:03 yxliang01