near / near-explorer

NEAR blockchain explorer
https://explorer.near.org/
Apache License 2.0
87 stars 55 forks source link

Need filter with defaults so list doesn't get flooded with high-traffic accounts #390

Open mikedotexe opened 4 years ago

mikedotexe commented 4 years ago

Story

As a user who wants to build on NEAR, I want to use the NEAR Explorer to see my transaction information in real time. However, currently listens-counter and the Bridge, and soon the Chainlink oracle node are doing high-frequency transactions. It is not possible for me to find my transaction in the sea of automated transactions.

Unless I know to use url slugs like /transactions/X or /blocks/X I am unable to find what I need.

Acceptance Criteria

For common, automated transactions, have these filtered by default with the option to see all transactions.

icerove commented 4 years ago

It is really good point! BTW, you can see your transactions on your account.

kcole16 commented 4 years ago

I think we should seriously consider removing most TXs from the dashboard ASAP.

We're training users and devs to expect to find their TX on the home page, and that's unrealistic in a network with any substantial volume. (example, you cannot do this on Etherscan, as it would be nearly impossible to find you TX)

We should direct users to either their account page, or to search by their TX hash to find a recent TX.

cc @corwinharrell @frol

frol commented 4 years ago

@corwinharrell I think we need to redesign the dashboard to only include stats (see the Epic on ZenHub for attached issues) and low-volume things (e.g. there is only one block produced every second, so we may keep a list of the recent blocks).

icerove commented 4 years ago

we need design for this definitely. And also fix the issue for search box is not clear and make it conspicuous

heycorwin commented 4 years ago

I'm happy to start in on design for this but would like some clarity on where this falls in our list of priorities against other issues for the explorer as well as the features we have in the pipeline for the wallet.