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

feat(chisel): add --no-vm option, enabled by default for old Solc versions #6854

Merged
merged 4 commits into from
Jan 19, 2024

Conversation

DaniPopes
Copy link
Member

Motivation

By default chisel injects the test Vm interface into the default REPL contract, but this doesn't work with older Solc versions because the interface only supports >=0.8.4.

Closes #6850

Solution

Add --no-vm to disable the Vm injection, toggled by default for unsupported versions.

@DaniPopes DaniPopes merged commit 6b2633c into master Jan 19, 2024
19 checks passed
@DaniPopes DaniPopes deleted the dani/chisel-no-vm branch January 19, 2024 16:24
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.

chisel not working on old versions of solc
3 participants