-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #446 from rsksmart/tload_tstore_lovell
Add TLOAD/TSTORE opcodes RSKIP
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
rskip: 446 | ||
title: Transient storage opcodes (TLOAD/TSTORE) | ||
description: | ||
status: Draft | ||
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** |Draft | | ||
|
||
|
||
## Abstract | ||
|
||
This improvement introduces Ethereum [TLOAD and TSTORE instructions](https://eips.ethereum.org/EIPS/eip-1153) | ||
|
||
## 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](https://eips.ethereum.org/EIPS/eip-1153) | ||
|
||
## Copyright | ||
|
||
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters