ensdomains / ens-contracts

The core contracts of the ENS protocol
https://ens.domains/
MIT License
572 stars 394 forks source link

Delegatable resolver #288

Open makoto opened 10 months ago

makoto commented 10 months ago

The Delegatable Reolver allows the resolver owner to add an operator to update records of a node on behalf of the owner.

It is going to be created by a factory contract every time a user set up a resolver on L2. The owner can grant operator to any names including subnames.

makoto commented 10 months ago

PTAL @Arachnid

Arachnid commented 10 months ago

Is this PR now obsolete?

makoto commented 10 months ago

Is this PR now obsolete?

No, it is not osbolute. https://github.com/ensdomains/ens-contracts/pull/289 is to merge the branch into this branch

Chomtana commented 5 months ago

So, we should use this branch?