NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code
https://hardhat.org
MIT License
169 stars 39 forks source link

Add support for Solidity's 0.8.24 `tstore` & `tload` inline-assembly operations #541

Closed Philogy closed 2 weeks ago

Philogy commented 7 months ago

In its recent release 0.8.24, in preparation for the upcoming dencun Ethereum mainnet EL+CL hardfork solc has added support for the EIP-1153 opcodes tstore and tload in inline-assembly, the LSP server currently marks these as incorrect syntax errors as it doesn't recognize them as defined. Would love to have a fix, thanks!

fvictorio commented 2 weeks ago

Is this still happening to you @Philogy? I can't reproduce it.

Philogy commented 2 weeks ago

Not sure when but seems to have been fixed in the mean time, thanks!