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

pragma solidity ^0.4.17; #49

Closed
SergeySagan opened this issue Feb 12, 2018 · 6 comments
Closed

pragma solidity ^0.4.17; #49

SergeySagan opened this issue Feb 12, 2018 · 6 comments

Comments

@SergeySagan
Copy link

SergeySagan commented Feb 12, 2018

It looks like the current version of this is compiled for Solidity 0.4.15 so trying to use 0.4.17 causes VS Code to falsely detect issues. I'm curious as to the status update of this extension including the latest changes to Solidity (pragma version, pure and view being the current annoyances)?

@juanfranblanco
Copy link
Owner

I will release a new version, today thanks.

@SergeySagan
Copy link
Author

Did you ever release the new version? I still don't see an update for it in Code.

@thatguyintech
Copy link

I'm getting a similar issue between solidity 0.4.18 vs 0.4.19

SyntaxError: Source file requires different compiler version (current compiler is 0.4.18+commit.9cf6e910.Emscripten.clang - note that nightly builds are considered to be strictly less than the released version
pragma solidity 0.4.19;
^---------------------^

my truffle version:

➜  sp18-lab03 git:(albert) ✗ truffle version
Truffle v4.0.6 (core: 4.0.6)
Solidity v0.4.19 (solc-js)

@juanfranblanco
Copy link
Owner

Any issues like this, just change your configuration to compile using the latest or any other version you want / need.

@sdelvalle57
Copy link

Any issues like this, just change your configuration to compile using the latest or any other version you want / need.

How?

@zzj0402
Copy link

zzj0402 commented Nov 22, 2018

It's alarming me to change my solidity version 0.5.0.

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

5 participants