From d9025cba50336d90ac73ac94be6a4d4ec0414744 Mon Sep 17 00:00:00 2001 From: Jack Peterson Date: Sun, 11 Feb 2018 10:00:21 -0800 Subject: [PATCH] Moved eip-4.md to EIPS folder --- {EIPs => EIPS}/eip-4.md | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {EIPs => EIPS}/eip-4.md (100%) diff --git a/EIPs/eip-4.md b/EIPS/eip-4.md similarity index 100% rename from EIPs/eip-4.md rename to EIPS/eip-4.md diff --git a/README.md b/README.md index f67d9017..4f03d90c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | Number | Title | Author | Layer | Status | | ------------------------- | ------------------------------------------------------- | ----------------------------- | --------- | ---------- | | [3](EIPS/eip-3.mediawiki) | Addition of CALLDEPTH opcode | Martin Holst Swende | Core | Draft | -| [4](EIPS/eip-4.mediawiki) | EIP Classification | Joseph Chow | Meta | Draft | +| [4](EIPS/eip-4.md) | EIP Classification | Joseph Chow | Meta | Draft | | [5](EIPS/eip-5.md) | Gas Usage for `RETURN` and `CALL*` | Christian Reitwiessner | Core | Draft | | [101](EIPS/eip-101.md) | Serenity Currency and Crypto Abstraction | Vitalik Buterin | | Active | | [158](EIPS/eip-158.md) | State clearing | Vitalik Buterin | Core | Superseded |