Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.11 KB

RSKIP446.md

File metadata and controls

44 lines (31 loc) · 1.11 KB
rskip title description status purpose author layer complexity created
446
Transient storage opcodes (TLOAD/TSTORE)
Draft
Usa
AE
Core
2
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 Draft

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.