Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update EIP-634: Move to Last Call #6841

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions EIPS/eip-634.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@ 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://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
discussions-to: https://github.com/ethereum/EIPs/issues/2439
category: ERC
status: Stagnant
created: 2017-05-17
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.

Expand All @@ -41,7 +44,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.
Expand Down Expand Up @@ -118,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).