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

fix: normalize EVM version in chisel #9040

Merged
merged 7 commits into from
Oct 6, 2024
Merged

Conversation

klkvr
Copy link
Member

@klkvr klkvr commented Oct 5, 2024

Motivation

Closes #8978

Currently if latest installed solc is <0.8.18, running chisel would result in an error unless chisel --evm-version london is specified

Solution

There's no need in throwing this error. We already silently normalize EVM version during usual compilation, so for chisel this should be fine too

@DaniPopes DaniPopes enabled auto-merge (squash) October 6, 2024 02:22
@zerosnacks
Copy link
Member

Pending CI issues, other than that lgtm

@DaniPopes DaniPopes merged commit 8905af3 into master Oct 6, 2024
21 checks passed
@DaniPopes DaniPopes deleted the klkvr/fix-chisel-evm-version branch October 6, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Execute chisel command got a not supported solc
4 participants