-
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 #398 from rsksmart/push0
RSKIP398 for push0 opcode
- 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: 398 | ||
title: PUSH0 instruction | ||
description: | ||
status: Draft | ||
purpose: Sca | ||
author: VK | ||
layer: Core | ||
complexity: 2 | ||
created: 2023/07/11 | ||
--- | ||
# PUSH0 instruction | ||
|
||
|
||
|RSKIP | 398 | | ||
| :------------ |:-------------| | ||
|**Title** |PUSH0 instruction| | ||
|**Created** |JUL-2023 | | ||
|**Author** |VK | | ||
|**Purpose** |Sca | | ||
|**Layer** |Core | | ||
|**Complexity** |2 | | ||
|**Status** |Draft | | ||
|
||
|
||
## Abstract | ||
|
||
This improvement implements Ethereum [PUSH0 instruction](https://eips.ethereum.org/EIPS/eip-3855) | ||
|
||
## Motivation | ||
|
||
This change improves scalability (as this opcode requires less gas comparing to other PUSH* opcodes) and compatibility with EVM opcodes. | ||
|
||
## Backward Compatibility | ||
|
||
This change is a hard fork and therefore all full nodes must be updated. | ||
|
||
## References | ||
|
||
[1] [EIP-3855](https://eips.ethereum.org/EIPS/eip-3855) | ||
|
||
## 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