From 27035fa97e0ece058a1099f4c012774c856acba0 Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Thu, 22 Feb 2018 00:08:01 +0100 Subject: [PATCH] Add ERC-165 and ERC-681 to README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13d65f9b75c61e..b156d6714eca28 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,11 @@ 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 | 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 | +| [165](EIPS/eip-165.md) | ERC-165 Standard Interface Detection | Christian Reitwiessner | Interface | Draft | | [234](EIPS/eip-234.md) | Add `blockHash` to JSON-RPC filter options | Micah Zoltu | Interface | Draft | -| [615](EIPS/eip-615.md) | Subroutines and Static Jumps for the EVM | Greg Colvin | Core | Draft | +| [615](EIPS/eip-615.md) | Subroutines and Static Jumps for the EVM | Greg Colvin | Core | Draft | | [616](EIPS/eip-EIPS/eip-616.md) | SIMD Operations for the EVM | Greg Colvin | Core | Draft | +| [681](EIPS/eip-681.md) | ERC-681 URL Format for Transaction Requests | Daniel A. Nagy | Interface | Draft | | [758](EIPS/eip-758.md) | Subscriptions and filters for transaction return data | Jack Peterson | Interface | Draft | | [801](EIPS/eip-801.md) | ERC-801 Canary Standard | ligi | Interface | Draft |