Nick Johnson

Results 88 issues of Nick Johnson

As [this issue](https://github.com/ethereum/ens-registrar-dapp/pull/114#discussion_r115770995) 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.

...unless localStorage has bids, in which case it should show an export bids dialog.

For [this transaction](https://etherscan.io/tx/0x83843fd38a9e882c962a8a4b5263874fb92c8de26c2e93ceceefdc699cafcb58) on rilxxlir.eth, the DApp reports: > You were willing to pay at most: 0.01 ether. This bid was revealed, 0.02 ether were refunded to the depositor. but...

It'd be incredibly useful to have a calendar reminder link for when an auction starts, and when the reveal and end times are.

Since bids submitted at the last minute could be processed after the cutoff, the DApp should prevent people from bidding less than, say, 5 minutes before close (and adjust the...

A generic public resolver contract is available [here](https://etherscan.io/address/0x1da022710df5002339274aadee8d58218e9d6ab5#code). It will allow anyone who owns a node to set records on it. To save gas and simplify updates, the DApp should...

We need to test the DApp against the version of the registrar we intend to deploy against mainnet, and update as appropriate.

Including 404s with different content type, and failures to resolve the name.

Currently, several packages reference other ones using relative paths. When we publish to NPM we should eliminate these and instead use the published package references where they're needed by non-dev...

The constant logging of requests to the L1 node obscures useful logging information for transactions & batches etc. It'd be nice if you modified it to not do that.