ethereum / ens-registrar-dapp

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

Restoring the peace at ENS kingdom #121

Closed evertonfraga closed 7 years ago

evertonfraga commented 7 years ago

Available for testing

The watch filter is less greedy than the previous one. Now it searches from the latest 500 blocks (or less, depending on the last sync), instead of the contract creation, and increments the local database.

So if you have already seen many domains there, it would add on top of those. If it's your fisrt time loading it, it'll fetch from the latest 500 blocks.

Those behaviors are subjct to change. That was mainly to unclog the app for the general public.