Add special requirement for mentioning EVM instructions

This commit is contained in:
Alex Beregszaszi 2019-03-08 14:13:12 +01:00
parent b1dd057c0f
commit 6f35f9f376
1 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,13 @@ It is highly recommended that a single EIP contain a single key proposal or new
An EIP must meet certain minimum criteria. It must be a clear and complete description of the proposed enhancement. The enhancement must represent a net improvement. The proposed implementation, if applicable, must be solid and must not complicate the protocol unduly.
### Special requirements for Core EIPs
If a **Core** EIP mentions or proposes changes to the EVM (Ethereum Virtual Machine), it should refer to the instructions by their mnemonics and define the opcodes of those mnemonics at least once. A preferred way is the following:
```
REVERT (0xfe)
```
## EIP Work Flow
Parties involved in the process are you, the champion or *EIP author*, the [*EIP editors*](#eip-editors), and the [*Ethereum Core Developers*](https://github.com/ethereum/pm).