ethereum / ens-registrar-dapp

Registrar DApp for the Ethereum Name Service
MIT License
94 stars 56 forks source link

Call normalize on labels before hashing #118

Open Arachnid opened 7 years ago

Arachnid commented 7 years ago

As this issue highlights, the normalize function is not being called before hashing the name. We need to fix this in order to correctly support unicode-containing domain names.