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

Limit solidity version in all Solidity contracts in the Wiki #1626

Open
salaheldinsoliman opened this issue Jun 18, 2024 · 0 comments
Open
Labels
documentation Improvements or additions to documentation

Comments

@salaheldinsoliman
Copy link
Contributor

Current ISC EVM doesn't yet support MCOPY opcode introduced in cancun fork.
Newer solc version spit out code containing MCOPY, therefore contracts in the wiki would trap if not compiler with proper Solidity version.

The solution I'm proposing is to limit Solidity version in all contracts in the Wiki, to be aligned with the currently supported ISC EVM

@salaheldinsoliman salaheldinsoliman added the documentation Improvements or additions to documentation label Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant