How does ENS prevent frontrunning attacks?

0

Namecoin uses commitments to hide the domain. ENS uses simple hash, which is not hiding.

Jus12

Posted 2017-07-24T07:45:33.260

Reputation: 1 243

Answers

2

The only way to get the domain name on the ENS is to win at the target name auction. So there is no need to hide the name. ENS uses the name hash for converting arbitrary length string into bytes32.

prismoid

Posted 2017-07-24T07:45:33.260

Reputation: 21