ensdomains / ens-manager

20 stars 17 forks source link

Need support for EIP 1577 #50

Closed cobordism closed 5 years ago

cobordism commented 5 years ago

Any name in ENS that is set up using the 'default public resolver' (using manager.ens.domains, or manager-beta.ens.domains for example) will now be using a new resolver that conforms to EIP 1577.

https://eips.ethereum.org/EIPS/eip-1577

As such, the content field has changed to contenthash and the app no longer works with this resolver for setting content hashes.

The app should be updated to check what the resolver supports and act accordingly.

jefflau commented 5 years ago

Thanks for this. We won't be updating this manager anymore as we are in the middle of building out this functionality in the new ENS app, which you can currently beta test at http://manager-beta.ens.domains

I will be updating the content field to contenthash once we've 100% settled on the spec

cobordism commented 5 years ago

I didn't know where to file for the manager-beta. It has the same issue... but I see that you are aware already :)

jeluard commented 5 years ago

@jefflau Is the beta thing still relevant? I have a hard time to test EIP1577 with the currently deployed manager. I can provide more details if that's helpful.