Chao Peng

Results 8 comments of Chao Peng

Thanks for the suggestion. I will make a starter's tutorial soon.

Can you provide us with the contract code for us to debug the problem?

Can you provide the code snippet for us to test through?

Thank you very much for providing this useful bug report. I will work on these issues.

This is due to the incompatibility of Solidity compilers. The "isConstructor" keyword no longer exists from solc 5 onwards. You can try to produce the AST using solc 0.4.25. In...

Hi, This tool is different from others and you will need to replace the original main.cpp with the main.cpp provided in this tool's folder. Best, Chao

Could you provide the source code of the contract?

> An error occurred when I try SIF on my Solidity codes > `sif -a ~/Desktop/SIF/out546.ast -j ~/Desktop/SIF/out546.json -o out546.sol` > Then I got > `Segmentation fault (core dumped)` >...