Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Any plan to support solc 0.8.x #430

Open
soulmachine opened this issue Jan 20, 2022 · 1 comment
Open

Any plan to support solc 0.8.x #430

soulmachine opened this issue Jan 20, 2022 · 1 comment

Comments

@soulmachine
Copy link

From this line

logging.warning("You are using solc version %s, The latest supported version is %s" % (solc_version, tested_solc_version))
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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants