uaktags / explorer

An open source block explorer
BSD 3-Clause "New" or "Revised" License
6 stars 8 forks source link

Hide "coinbase" from Rich list #41

Closed minkcrypto-zz closed 5 years ago

minkcrypto-zz commented 5 years ago

https://explorer.cpuchain.org/address/coinbase

uaktags commented 5 years ago

I've personally never seen this occur. Interesting.

uaktags commented 5 years ago

So a few things...

Coinbase should never be in your richlist, nor is it in your example, and you url is for the address itself to just show its balance and transactions. So the link and the richlist phrase are not exactly an accurate representation. Coinbase should never be in your richlist because cb should never have a positive balance. lib/database.js shows in the update_address function that balance is always 0 and sent is the only thing ever updated. Is your question instead directed to remove coinbase from being a searchable address? That definitely seems like a UX decision that I can get behind. Otherwise, I'm not seeing the problem.

uaktags commented 5 years ago

Closing for now, unanswered questions. Reopen if still an issue.