Skip to content

Commit

Permalink
Take TXCREATE down from opcodes list
Browse files Browse the repository at this point in the history
  • Loading branch information
pdobacz authored and SamWilsn committed Sep 12, 2024
1 parent da1e112 commit 51fac24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lists/evm/pending-opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ next or subsequent hard fork.
| 0xE7 | SWAPN | Unlimited swap | [EIP-663](https://eips.ethereum.org/EIPS/eip-663) |
| 0xE8 | EXCHANGE | Deep swap | [EIP-663](https://eips.ethereum.org/EIPS/eip-663) |
| 0xEC | EOFCREATE | Create from EOF contained initcode | [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) |
| 0xED | TXCREATE | Create from transaction contained initcode | [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) |
| 0xEE | RETURNCONTRACT | Contract to be created, references EOF data | [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) |
| 0xEF | - | Reserved for EOF compatibility | [EIP-3540](https://eips.ethereum.org/EIPS/eip-3540) |
| 0xF6 | PAY | transfers value from caller to target | [EIP-5920](https://eips.ethereum.org/EIPS/eip-5920) |
Expand Down Expand Up @@ -286,7 +285,7 @@ scheduled or accepted) are in *italics*.
| 0xEA | | | | |
| 0xEB | | | | |
| *0xEC* | *EOFCREATE* | *EOF* | *????* | *[EIP-7620](https://eips.ethereum.org/EIPS/eip-7620)* |
| *0xED* | *TXCREATE* | *EOF* | *????* | *[EIP-7620](https://eips.ethereum.org/EIPS/eip-7620)* |
| 0xED | | | | |
| *0xEE* | *RETURNCONTRACT* | *EOF* | *????* | *[EIP-7620](https://eips.ethereum.org/EIPS/eip-7620)* |
| *0xEF* | *-RESERVED-* | *EOF* | *????* | *[EIP-3540](https://eips.ethereum.org/EIPS/eip-3540)* |
| 0xF0 | CREATE | System | | |
Expand Down
2 changes: 1 addition & 1 deletion lists/evm/proposed-opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ unshipped EIPs, even withdrawn and non-viable proposals.
| [EIP-7480](https://eips.ethereum.org/EIPS/eip-7480) | 0xD2 | DATASIZE | Size of the EOF data section |
| [EIP-7480](https://eips.ethereum.org/EIPS/eip-7480) | 0xD3 | DATACOPY | Bulk data section copy |
| [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) | 0xEC | EOFCREATE | Create from EOF contained initcode |
| [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) | 0xED | TXCREATE | Create from transaction contained initcode |
| [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) | 0xED | TXCREATE | Create from transaction contained initcode (removed from EIP-7620) |
| [EIP-7620](https://eips.ethereum.org/EIPS/eip-7620) | 0xEE | RETURNCONTRACT | Contract to be created, references EOF data |

0 comments on commit 51fac24

Please sign in to comment.