acuarica / evm

A Symbolic Ethereum Virtual Machine (EVM) bytecode interpreter, parser and decompiler, along with several other utils for programmatically extracting information from EVM bytecode.
https://acuarica.github.io/evm/
MIT License
62 stars 9 forks source link

Implement EIP-1153: Transient storage opcodes (`TLOAD`&`TSTORE`) #91

Open acuarica opened 8 months ago

acuarica commented 8 months ago

See details in https://eips.ethereum.org/EIPS/eip-1153.

Introduction can be found here https://soliditylang.org/blog/2024/01/26/transient-storage/.