enzymefinance / oyente

An Analysis Tool for Smart Contracts
GNU General Public License v3.0
1.32k stars 309 forks source link

Any plan to support solc 0.8.x #430

Open soulmachine opened 2 years ago

soulmachine commented 2 years ago

From this line https://github.com/enzymefinance/oyente/blob/69dc0a905d37ae27e9055ccae930e30752b398fb/oyente/oyente.py#L63 we can see that the latest supported solc version is 0.4.19, and ast_walker.py apparently doesn't support the AST structure generated by solc 0.8.x.

Is there any plan to support solc 0.8.x? Thanks

mrx23dot commented 2 years ago

+1 for arbitary solc version. solcx python module takes care delivering any version.