ethereum / swarm-dapps

Swarm Đapp Examples
98 stars 202 forks source link

ENS Updater app to support EIP 1577 #28

Open cobordism opened 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 ens-updater app no longer works with this resolver.

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