ethereum / ens-registrar-dapp

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

[Please test] Optimizing Names collection structure on localStorage #151

Closed evertonfraga closed 7 years ago

evertonfraga commented 7 years ago

Ready for testing

Watched names are migrated to the new 'schema'. Non watched are wiped, to prevent either localStorage lockdown (by exceeding the storage limit) or lots of processing, as the old collections would require an exponential complex time to remove one by one.