ensdomains / ens-contracts

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

Fix/universal resolver support for hashed labels #218

Closed TateB closed 1 year ago

TateB commented 1 year ago

names with unknown labels (e.g. "[5cee339e13375638553bdf5a6e36ba80fb9f6a4f0783680884d92b558aa471da].eth") don't currently work with UR (label being re-hashed instead of using the string as the hash). this PR adds support for them by converting the label directly to a bytes32 labelhash.