Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.11 KB

File metadata and controls

44 lines (31 loc) · 1.11 KB
rskip 446
title Transient storage opcodes (TLOAD/TSTORE)
description
status Adopted
purpose Usa
author AE
layer Core
complexity 2
created 2024/08/11

Transient storage opcodes (TLOAD/TSTORE)

RSKIP 446
Title Transient storage opcodes (TLOAD/TSTORE)
Created AUG-2024
Author AE
Purpose Usa
Layer Core
Complexity 2
Status Adopted

Abstract

This improvement introduces Ethereum TLOAD and TSTORE instructions

Motivation

This change introduces transient storage opcodes TLOAD and TSTORE, which manipulate state behaing identically to storage, except that transient storage is discarded after every transaction. This improves compatibility with EVM opcodes.

Backward Compatibility

This change is a hard fork and therefore all full nodes must be updated.

References

[1] EIP-1153

Copyright

Copyright and related rights waived via CC0.