rocky / vscode-solidity

Visual Studio Code language support extension for Solidity smart contracts in Ethereum
MIT License
1 stars 1 forks source link

Pick up solc version from vscode-solidity extension... #15

Closed rocky closed 5 years ago

rocky commented 5 years ago

and add a default API key, to make it easier for people to get started.

juanfranblanco commented 5 years ago

That is not going to work in an offline mode, as Truffle will be downloading that version.

rocky commented 5 years ago

That is not going to work in an offline mode, as Truffle will be downloading that version.

Thanks - do you have a suggestion as to how to fix?

If not, let's consider the possibilities - MythX needs either an AST, bytecode and/or the Solidity source code, and the AST is more accurate. If the source code is given then, MythX has to compile the file.

Also, if you are in offline mode, then does that mean that the MythX backend is even accessible?

Finally, what is the harm in downloading the version and compiing that?