block-core / blockcore-wallet

Web5 Wallet for your coins, tokens, identities, NFTs and more.
https://www.blockcore.net/wallet
MIT License
43 stars 35 forks source link

Network Indexer Status - remove outdated entries #233

Closed sondreb closed 2 years ago

sondreb commented 2 years ago

The list of indexers and their status is not removing any entries if they disappear and is no longer active/available. The wallet will continue to attempt to check the status of these indexers. We should consider removing (and instead re-adding) entries that have been "offline" for X amount of time.

sondreb commented 2 years ago

This was added as a means to manually reset the network status cache and trigger an refresh of status for all indexers:

wallet-network-status-cache

sondreb commented 2 years ago

Now the list of indexers is retrieved from nameservers, so out-of-date indexers likely won't be listed in the network status view.

image