maurelian / eth-registrar-ens

JS binding for the Initial ENS Registrar
GNU General Public License v3.0
17 stars 9 forks source link

Behaviour of nameprep enforcement #3

Closed maurelian closed 7 years ago

maurelian commented 7 years ago

How should namePrep be enforced in the package?

If someone calls startAuction(‘camelCaseName’), should it throw an error, or start an auction on camelcasename?

maurelian commented 7 years ago

It will convert the name to conform to name prep, and start the auction. This is similar to how browsers handle capitals in the URL.