From ae32e1f6a581cee2bbd9e74d8842689579474b25 Mon Sep 17 00:00:00 2001 From: Qi Zhou Date: Wed, 5 Apr 2023 19:03:58 -0700 Subject: [PATCH 1/3] Move eip-634 to last call --- EIPS/eip-634.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-634.md b/EIPS/eip-634.md index f53462f899c9d0..1b2629ee752d8a 100644 --- a/EIPS/eip-634.md +++ b/EIPS/eip-634.md @@ -6,7 +6,8 @@ author: Richard Moore (@ricmoo) type: Standards Track discussions-to: https://github.com/ethereum/EIPs/issues/2439 category: ERC -status: Stagnant +status: Last Call +last-call-deadline: 2023-04-30 created: 2017-05-17 requires: 137, 165 --- From eff2774253e2cad21f20e68a779f01a16d9a09be Mon Sep 17 00:00:00 2001 From: Sam Wilson <57262657+SamWilsn@users.noreply.github.com> Date: Thu, 4 May 2023 17:59:20 -0400 Subject: [PATCH 2/3] Update eip-634.md --- EIPS/eip-634.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/EIPS/eip-634.md b/EIPS/eip-634.md index 1b2629ee752d8a..86c67ebb21b5c9 100644 --- a/EIPS/eip-634.md +++ b/EIPS/eip-634.md @@ -3,11 +3,11 @@ eip: 634 title: Storage of text records in ENS description: Profiles for ENS resolvers to store arbitrary text key/value pairs. author: Richard Moore (@ricmoo) -type: Standards Track discussions-to: https://github.com/ethereum/EIPs/issues/2439 -category: ERC status: Last Call -last-call-deadline: 2023-04-30 +last-call-deadline: 2023-05-31 +type: Standards Track +category: ERC created: 2017-05-17 requires: 137, 165 --- @@ -42,7 +42,7 @@ interface IERC634 { } ``` -The [EIP-165](./eip-165.md) interface ID of this interface is `0x59d1d43c`. +The [ERC-165](./eip-165.md) interface ID of this interface is `0x59d1d43c`. The `text` data may be any arbitrary UTF-8 string. If the key is not present, the empty string must be returned. From e20b0f7e770e954d85a3f4878cb126a1bf249a41 Mon Sep 17 00:00:00 2001 From: Qi Zhou Date: Thu, 4 May 2023 18:29:36 -0700 Subject: [PATCH 3/3] Update eip-634.md --- EIPS/eip-634.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/EIPS/eip-634.md b/EIPS/eip-634.md index 86c67ebb21b5c9..724ed6e70e77bb 100644 --- a/EIPS/eip-634.md +++ b/EIPS/eip-634.md @@ -3,7 +3,7 @@ eip: 634 title: Storage of text records in ENS description: Profiles for ENS resolvers to store arbitrary text key/value pairs. author: Richard Moore (@ricmoo) -discussions-to: https://github.com/ethereum/EIPs/issues/2439 +discussions-to: https://ethereum-magicians.org/t/eip-634-storage-of-text-records-in-ens/14138 status: Last Call last-call-deadline: 2023-05-31 type: Standards Track @@ -13,12 +13,14 @@ requires: 137, 165 --- ## Abstract + This EIP defines a resolver profile for ENS that permits the lookup of arbitrary key-value text data. This allows ENS name holders to associate e-mail addresses, URLs and other informational data with a ENS name. ## Motivation + There is often a desire for human-readable metadata to be associated with otherwise machine-driven data; used for debugging, maintenance, reporting and general information. @@ -119,12 +121,15 @@ allowing applications to use custom keys for their own purposes. ## Backwards Compatibility + Not applicable. ## Security Considerations + None. ## Copyright + Copyright and related rights waived via [CC0](../LICENSE.md).