Arachnid / eth-ens-namehash

A javascript module for generating ENS namehashes per spec https://github.com/ethereum/EIPs/issues/137
42 stars 46 forks source link

Dependency on idna-uts46 causing transpiling problems for browser #5

Closed pointtoken closed 6 years ago

pointtoken commented 7 years ago

It seems the issue raised by @arachnid here https://github.com/jcranmer/idna-uts46/issues/5 affects this library -- we can't transpile when using webpack and uglify.

manosamy commented 6 years ago

I forked this library as eth-ens-namehash-ms and made it to use idna-uts46-hx, also changed one more line to downgrade from ES6 to ES5, published to npm as eth-ens-namehash-ms So that I can uglify without errors

danfinlay commented 6 years ago

Fixed by #7.