ensdomains / ens-contracts

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

ReverseClaimer contract #226

Closed jefflau closed 1 year ago

jefflau commented 1 year ago
makoto commented 1 year ago
  • Creates a ReverseClaimer contract that can be added to any contract to claim its reverse node

Which tests are testing this new condition?

  • Added this contract to PublicResolver, ETHController and NameWrapper

Same for this

jefflau commented 1 year ago
  • Creates a ReverseClaimer contract that can be added to any contract to claim its reverse node

Which tests are testing this new condition?

  • Added this contract to PublicResolver, ETHController and NameWrapper

Same for this

I'll add tests for it. I think it can be tested standalone as opposed in every contract though. I'll write those tests today