EIP-1153 Implementation

Concept

EIP-1153 introduces transient storage to the Ethereum Virtual Machine, providing a new opcode for temporary data storage that is cleared at the end of each transaction. This contrasts with persistent storage, which remains on the blockchain indefinitely, and memory, which is cleared after each function call. The proposal aims to offer a more gas-efficient alternative for data that only needs to persist for the duration of a single transaction. It addresses limitations in current state management practices.