Executed

[EP3.5] [Executable] Activate new .eth Controller and Reverse Registrar


ID 429737...8242

ID 429737...8242

Proposed on: Mar 29th, 2023

Proposed on: Mar 29th, 2023

Votes

Actions

Type

Address

Details

Custom

0x57f1...eA85

addController(..)

Custom

Account

0x57f1...eA85

Method

addController(..)

Custom

0x0000...2e1e

setSubnodeOwner(..)

Custom

Account

0x0000...2e1e

Method

setSubnodeOwner(..)

Custom

0x3020...3b2B

setInterface(..)

Custom

Account

0x3020...3b2B

Method

setInterface(..)

Custom

0x3020...3b2B

setInterface(..)

Custom

Account

0x3020...3b2B

Method

setInterface(..)

Proposal

Abstract

With the new Name Wrapper, we will add a new .eth controller that allows registering wrapped names directly as well as registering with multiple records and adding a reverse record in 1 transaction. This will reduce the transactions required from 4 to 2 (for adding records + reverse). This will be added as a controller to the NameWrapper, and the NameWrapper will be added as the new controller of the existing .eth Base Registrar.

We will also replace the current reverse registrar with a new reverse registrar which allows the new controller to set the reverse on registration, as well as adds support for the owner of contract to retrospectively claim their reverse node.

Specification

New instances of the Name Wrapper, Reverse Registrar, and .eth registrar controller have been deployed to mainnet at these addresses:

  • NameWrapper: 0xD4416b13d2b3a9aBae7AcD5D6C2BbDBE25686401
  • ReverseRegistrar: 0xa58E81fe9b61B5c3fE2AFD33CF304c454AbFc7Cb
  • ETHRegistrarController: 0x253553366Da8546fC250F225fe3d25d0C782303b
  • PublicResolver: 0x231b0Ee14048e9dCcD1d247744d114a4EB5E8E63

They have been configured, and ownership has been transferred to the DAO.The new Public Resolver is set as the default resolver on the reverse registrar.

This executable proposal will execute the following calls to complete the contract upgrades:

  1. Call registrar.addController(newNameWrapperAddress)
  2. Call ens.setSubnodeOwner(namehash('reverse'), labelhash('addr'), newReverseRegistrarAddress)
  3. Call setInterface on the resolver for .eth with the interface IDs and contract addresses of the new .eth registrar controller and namewrapper. This is used as part of the discovery mechanism by the ENS manager app and others in order to locate the new contracts.
Votes
Status