NomicFoundation / hardhat-vscode

Solidity and Hardhat support for Visual Studio Code

Home Page:https://hardhat.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Philogy opened this issue · comments

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!