pragma solidity ^0.4.17;
See original GitHub issueIt 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)?
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
solidity - How to use compiler version 0.4.17?
You need to set the compiler version within VSCode through the command palette: Menu->View->Command Palette->Solidity: Change workspace ...
Read more >Solidity Documentation - Read the Docs
Solidity is a contract-oriented, high-level language whose syntax is similar to that of JavaScript and it is designed to.
Read more >Declare constant at file level in solidity 0.4.17 - Stack Overflow
Given a very simple Solidity contract as follows: pragma solidity ^0.4.17; uint256 constant MY_CONSTANT = 3; contract MyContract ...
Read more >0.4.17 - solc - npm
Solidity compiler. Latest version: 0.8.17, last published: 3 months ago. Start using solc in your project by running `npm i solc`.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
How?
It’s alarming me to change my solidity version 0.5.0.