Replies: 1 comment 18 replies
-
Yes, a name that has been setup that expires is still configured. Expiration is registrar-specific, so there is no way to validate a name is unexpired (since in many contexts that doesn't have any meaningful definition). For example, on top-level ens names (like ricmoo.eth), it is based on how far into the future the name has been registered. On ENS registrars like my firefly.eth, names do not expire. Things get more interesting once we start getting into the DNSSEC names as well, which are defined by ownership of an internet DNS name, which can be transferred outside of the blockchain entirely. Basically, if data is stale, there isn't much you can do, in general. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, as far as I understand,
provider.lookupAddress(...)
does forward resolution to check if everything is OK.What happens, when I request a lookup for an address that points to a domain that is released? Domain's resolver records are persisted until someone overwrites them. Does it mean that reverse lookup for such an address will return an outdated value?
In my app, the user connects the wallet and based on its address, I get the reverse lookup and show It in user's panel.
Beta Was this translation helpful? Give feedback.
All reactions