Skip to content

Commit

Permalink
Add special requirement for mentioning EVM instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored and ilanolkies committed Nov 12, 2019
1 parent f826abb commit b63a3a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions EIPS/eip-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit b63a3a1

Please sign in to comment.