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

Use EVM version "paris" when compiling contracts #829

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

ChristianBorst
Copy link
Contributor

The updated version of Solidity (0.8.20+) comes with an additional opcode (PUSH0) supported by the "shanghai" version of the EVM. Althea-L1 does not support this opcode and so we must specify an older version to target. "paris" has been chosen since Althea-L1 is compatible as of the merge.

The updated version of Solidity (0.8.20+) comes with an additional
opcode (PUSH0) supported by the "shanghai" version of the EVM. Althea-L1
does not support this opcode and so we must specify an older version to
target. "paris" has been chosen since Althea-L1 is compatible as of the
merge.
@ChristianBorst ChristianBorst merged commit d3ba52f into master Sep 1, 2023
19 checks passed
@ChristianBorst ChristianBorst deleted the christianborst/solidity-evm-target branch September 1, 2023 15:54
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

Successfully merging this pull request may close these issues.

2 participants