eth-sri / securify

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

Test samples failed #92

Closed fang19911030 closed 5 years ago

fang19911030 commented 5 years ago

When I tried the command : java -jar build/libs/securify.jar -fs src/test/resources/solidity/transaction-reordering.sol I got an error: screenshot from 2019-03-01 11-05-21 Here is the output of command : solc -version Version: 0.5.2+commit.1df8f40c.Linux.g++ Thank you.

hiqua commented 5 years ago

Do you have the latest version on master?

fang19911030 commented 5 years ago

Sorry, I didn't get your point. You mean the version of solc ? The solc in my server is not the latest version.

hiqua commented 5 years ago

I meant the latest Securify version, which you get after git pull on the master branch.

fang19911030 commented 5 years ago

After I pull the newest code, the issue is solved. Thank you.