From 6e57adb78236e59c88c466751482a78671f9a0dc Mon Sep 17 00:00:00 2001 From: Hudson Jameson Date: Mon, 20 Mar 2017 14:44:52 -0500 Subject: [PATCH] Removed PURE_CALL from under consideration. Devs have made a decision to remove PURE_CALL and keep STATIC_CALL, revert+returndata, & return{size, data}. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a5617c5a..5fa8cbab 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ First review [EIP-1](EIPS/eip-1.md). Then clone the repository and add your EIP | [5](EIPS/eip-5.md) | Gas Usage for `RETURN` and `CALL*` | Christian Reitwiessner| Standard | Core | Draft | | [211](https://github.com/ethereum/EIPs/pull/211) | New opcodes: RETURNDATASIZE and RETURNDATACOPY | Christian Reitwiessner| Standard | Core | Draft | | [214](https://github.com/ethereum/EIPs/pull/214) | New opcode STATICCALL | Buterin, Reitwiessner | Standard | Core | Draft | -| [195](https://github.com/ethereum/EIPs/pull/195) | New opcode PURE_CALL | Vitalik Buterin | Standard | Core | Draft | # Accepted EIPs (planned for adoption)