question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pragma solidity ^0.4.17;

See original GitHub issue

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)?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
sdelvalle57commented, Sep 20, 2018

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

How?

0reactions
zzj0402commented, Nov 22, 2018

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

v0.4.17 - Solidity Programming Language
No information is available for this page.
Read more >
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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found