In the screenshots above, note how we are not displaying a primary name for this address in ENSAdmin. This ENSAdmin screenshot was taken from the Vercel Preview environment on #1291 where protocol acceleration was activated.
Then note how the ENS Manager App screenshot says that this name is not normalized. If that were true then it would explain why we don't return a primary name for it. However, note the NameGuard report showing that the name is actually normalized. Very strange.
For further debugging, see the link to Raffy's Resolver above. Here his resolver reflects the name being normalized also.
Something strange seems to be happening here for us to investigate.
Edit: Reviewing the ENS Protocol Inspector in ENSAdmin reveals what I expect to be the issue:
https://app.ens.domains/estmcmxci.eth
Here we can see that the forward resolving ETH address for this name is 0x703ae03fB120eC91e9Ed6d08Ce8044E498CC789B which of course would cause reverse resolution to fail due to the mismatch.
So then the open questions here are:
- Why does the official ENS Manager App show this error? It seems to be a bug in their app? The name is normalized, it just doesn't have reverse resolution properly configured. This error really threw me off and motivated the creation of this issue.
- Why doesn't Raffy's Resolver App display an error for this mismatch?
In the screenshots above, note how we are not displaying a primary name for this address in ENSAdmin. This ENSAdmin screenshot was taken from the Vercel Preview environment on #1291 where protocol acceleration was activated.
Then note how the ENS Manager App screenshot says that this name is not normalized. If that were true then it would explain why we don't return a primary name for it. However, note the NameGuard report showing that the name is actually normalized. Very strange.
For further debugging, see the link to Raffy's Resolver above. Here his resolver reflects the name being normalized also.
Something strange seems to be happening here for us to investigate.
Edit: Reviewing the ENS Protocol Inspector in ENSAdmin reveals what I expect to be the issue:
https://app.ens.domains/estmcmxci.eth
Here we can see that the forward resolving ETH address for this name is 0x703ae03fB120eC91e9Ed6d08Ce8044E498CC789B which of course would cause reverse resolution to fail due to the mismatch.
So then the open questions here are: