ethereum / ens-registrar-dapp

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

Reconsider using an external dictionary #115

Open Arachnid opened 7 years ago

Arachnid commented 7 years ago

A number of people report issues loading the preimage dictionary, and it's quite large which slows down DApp loading time. We should reconsider using an external service for this, at least as an option.

mjmau commented 7 years ago

Also, by saving the names data across sessions in LocalStorage, it increases the chance of exhausting the capacity of LocalStorage, which may increase the risk of losing critical data like pending bids and their secrets.

ferni commented 7 years ago

The dictionary is only needed for the stats, right? Why not make a separate tab , when the user goes to it he would see "loading", which would be understandable. Or make it a separate dapp altogether: stats.ens.domains