cryptoflop / remix-light

A light version of the Remix Ethereum IDE as a VSCode extension
MIT License
7 stars 5 forks source link

Update VS Code plugin with new version of solc compiler #5

Open dima24kmagic opened 9 months ago

dima24kmagic commented 9 months ago

Please push changes to the vs code plugin, it seems to be old one still

smakni commented 6 months ago

Any update on this please ?

cryptoflop commented 6 months ago

I'll look into using the remote solc compiler so it doesn't need to be updated for each new compiler version.

MiletoCarmelo commented 6 months ago

I'm getting this error :

ParserError: Source file requires different compiler version (current compiler is 0.7.4+commit.3f05b770.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version

I'm new with solidity, How could I change the compiler version ? is it related to this subject ?

cryptoflop commented 6 months ago

@MiletoCarmelo yes, you're trying to compile a solidity file where the solc version is higher than the compiler packaged into this extension.

OraclePi commented 4 months ago

@cryptoflop any specific solution? I've tried to replace the solc manually but found nowhere to modify , thanks!

1702KAI commented 1 month ago

Compiler is outdated. Would be great if you can update it to the current version ; )