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

question: Switching between solidity versions #267

Open
MalteRei opened this issue May 26, 2020 · 1 comment
Open

question: Switching between solidity versions #267

MalteRei opened this issue May 26, 2020 · 1 comment

Comments

@MalteRei
Copy link

Hi,

I would like to use VeriSol for a smart contract written in an older solidity version.
Is there an ability to quickly switch between solidity compiler versions when using VeriSol?

ParserError: Source file requires different compiler version (current compiler is 0.5.10+commit.5a6ea5b1.Windows.msvc - note that nightly builds are considered to be strictly less than the released version

Thank you
Malte

@FIVIL
Copy link

FIVIL commented May 30, 2022

Hi,

I have run into the same issue as well, it seems that the tool downloads a version of solc compiler and then only uses that version, wouldn't it be much better if the tool would check if solc compiler is already installed on the machine and if there is use the available version?
this way users could handle versioning using tools like solc-select

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

No branches or pull requests

2 participants