ensdomains / ens-app

Legacy ENS manager app
https://legacy.ens.domains/
BSD 2-Clause "Simplified" License
223 stars 267 forks source link

EIP-5131 Support #1541

Closed campionfellin closed 2 years ago

campionfellin commented 2 years ago

Is your feature request related to a problem? Please describe.

This would support EIP-5131 by allowing you to set eip5131:auth and eip5131:vault keys.

https://github.com/ethereum/EIPs/pull/5355

Describe the solution you'd like

While it would be nice to support arbitrary TEXT records, this should be fine in the interim (while y'all redesign the app).

Describe alternatives you've considered

Alternative solutions are - supporting arbitrary TEXT records. Not going to do this here because it could lead to confusion by users and introduces more tech overhead.

Additional context

Additional context can be found in eip-5131:

https://eips.ethereum.org/EIPS/eip-5131 https://github.com/ethereum/EIPs/pull/5355 https://github.com/ethereum/EIPs/pull/5131

campionfellin commented 2 years ago

Closing. It appears arbitrary records are already supported.