Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Please set resolver.eth on ropsten to new resolver #328

Open
makoto opened this issue Apr 17, 2019 · 5 comments
Open

Please set resolver.eth on ropsten to new resolver #328

makoto opened this issue Apr 17, 2019 · 5 comments
Assignees

Comments

@makoto
Copy link
Member

makoto commented Apr 17, 2019

I think it's still pointing to the old one as specifying the default resolver gives warning that i have to update resolver.

@makoto
Copy link
Member Author

makoto commented Apr 17, 2019

You can point to 0xde469c7106a9FBC3fb98912bB00be983a89bDDca which is deployed by someone outside of ENS team.

@makoto
Copy link
Member Author

makoto commented May 1, 2019

Shall we rather ditch the idea of resolving via ENS name and take from the resolver address of the parent domain or shall we add into interfaceImplementer ?

https://gitter.im/ethereum/go-ethereum/name-registry?at=5cc8d9603b6cb0686a7fdaac

@mcdee
Copy link

mcdee commented May 1, 2019

What should be official way of obtaining the public resolver for eth? We seem to have two different methods at current:

  • obtain the address of resolver.eth
  • obtain the resolver of eth

Given that resolver.eth would need to continue to be renewed over time to retain the functionality I'd prefer the second option, but don't much mind either way.

(And just as a point of order: the current resolver for eth on ropsten is pointing to an instance of OwnedResolver so it doesn't suit for a public resolver. Any chance of fixing that, assuming that this is the way that is chosen to go to provide the address of the public resolver?)

@Arachnid
Copy link
Member

Arachnid commented May 1, 2019

Checking the resolver of .eth is definitely not a solution. It would require us to use the public resolver for that, requires us to migrate records every time there's an update, and is .eth specific.

For now, looking up resolver.eth is the official discovery mechanism, though using interface discovery on the parent name seems worth exploring.

@lyricalpolymath
Copy link

just checked and the manager on ropsten still faces this issue ensdomains/ens-app#211 because resolver.eth is not set on ropsten to
0xde469c7106a9FBC3fb98912bB00be983a89bDDca

0xde469...DDca is the new resolver, that we used for verifying ipfs contenthash
https://manager.ens.domains/name/ipfs.devtest.eth

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants