Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Older Solidity version support #13

Closed
shogochiai opened this issue Mar 21, 2024 · 2 comments
Closed

Older Solidity version support #13

shogochiai opened this issue Mar 21, 2024 · 2 comments

Comments

@shogochiai
Copy link
Contributor

As per current commit (257d4f5), Solidity v0.8.24 is the supported version for the meta contract framework.

I'm building slot extractor here and it requires AST of Schema.sol.

Status Quo

  • With some version of Foundry and Solidity, we can get out/Schema.sol/Schema.json with has valid ast field.
  • Latest Foundry and Solidity v0.8.24 didn't give us that.
  • solc-typed-ast is only supporting until Solidity v0.8.17

Preferred Requirement

  • mc to support Solidity v0.8.17
@kaihiroi
Copy link
Contributor

It appears that the latest release of solc-typed-ast now supports up to solc 0.8.25. Have you tried using this version to see if it provides the necessary information? If it doesn't work out, I'm considering changing the entire version of mc to accommodate this.

@shogochiai
Copy link
Contributor Author

shogochiai commented Mar 26, 2024

Thanks. I'll check it and close this issue until then.

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

No branches or pull requests

2 participants