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

Support multiple compiler versions #67

Open
mikeshultz opened this issue Mar 15, 2019 · 1 comment
Open

Support multiple compiler versions #67

mikeshultz opened this issue Mar 15, 2019 · 1 comment
Labels
compile-module enhancement New feature or request
Milestone

Comments

@mikeshultz
Copy link
Owner

Add support for multiple compiler versions. Requirements:

  • Add ability for users to seamlessly switch between versions
  • Include downloader
  • Kind of mimic nvm experience
  • Informed by pragma? Should contracts be able to be compiled with different versions?

Tentatively scheduled for v1.1.

@mikeshultz mikeshultz added enhancement New feature or request compile-module labels Mar 15, 2019
@mikeshultz mikeshultz added this to the 1.1 milestone Mar 15, 2019
@mikeshultz
Copy link
Owner Author

mikeshultz commented Sep 12, 2020

Added SOLC_PATH so users can specify a specific compiler. Doesn't solve this issue, but helps for now.

Since projects tend to use a single copmiler version across all contracts, it might be good to have the ability to specify a compiler project-wide(networks.yaml, or run a command to set in metafile.json?).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compile-module enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant