Skip to content

Commit 952a67d

Browse files
authored
Update etrog-upgrade.md
changed all opcodes to `OPCODE`
1 parent 8e41fc4 commit 952a67d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/zkEVM/architecture/protocol/etrog-upgrade.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ The below table displays Polygon zkEVM's precompiled status.
4848

4949

5050

51-
| Opcodes | Support status | Details |
51+
| `OPCODE` | Support status | Details |
5252
| ---------------- | -------------- | ------------------------------------------------------------ |
53-
| **SELFDESTRUCT** | Not supported | Replaced by **SENDALL**. |
54-
| **EXTCODEHASH** | Supported | It returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty. |
55-
| **DIFFICULTY** | Supported | It returns "0" instead of a random number as in the EVM. |
56-
| **BLOCKHASH** | Supported | It is the state root at the end of a processable transaction and is stored on the system smart contract. It returns all previous block hashes instead of just the last 256 blocks. |
57-
| **NUMBER** | Supported | It returns the number of processable transactions. |
58-
| **JUMPDEST** | Supported | It is allowed in PUSH bytes to avoid runtime bytecode analysis. |
59-
| **BASEFEE** | Not supported | The zkEVM implements the Berlin hardfork, but not the London hardfork. |
53+
| `SELFDESTRUCT` | Not supported | Replaced by **SENDALL**. |
54+
| `EXTCODEHASH` | Supported | It returns the hash of the contract bytecode from the zkEVM state tree without checking if the account is empty. |
55+
| `DIFFICULTY` | Supported | It returns "0" instead of a random number as in the EVM. |
56+
| `BLOCKHASH` | Supported | It is the state root at the end of a processable transaction and is stored on the system smart contract. It returns all previous block hashes instead of just the last 256 blocks. |
57+
| `NUMBER` | Supported | It returns the number of processable transactions. |
58+
| `JUMPDEST` | Supported | It is allowed in PUSH bytes to avoid runtime bytecode analysis. |
59+
| `BASEFEE` | Not supported | The zkEVM implements the Berlin hardfork, but not the London hardfork. |
6060

6161

6262

0 commit comments

Comments
 (0)