Replies: 4 comments 7 replies
-
I'm not sure if this is covered by the above, but here's a user story that breaks now: As a multisig user who has submitted a multisig transaction for approval and had it approved, I want to see that transaction in a human-readable way in the explorer like any other transaction. Currently, the unreadable submitting of the multisig and approval of the transaction both show up but actually what's executed is not discoverable. |
Beta Was this translation helpful? Give feedback.
-
Highly flexible search which will allow users to enter lots of different data and display it, for example everything that etherscan has basically. A few new things vs today:
A little more info about validators is nice to have (some of the details on the other tools is good like who is upcoming and who is dropping out, change in stake, etc). |
Beta Was this translation helpful? Give feedback.
-
Incoming transfers are not shown in the account explorer. Only outgoing transfers and contract calls. |
Beta Was this translation helpful? Give feedback.
-
Micro UI improvement -- when a transaction is failed, chane the icon to a big fat X regardless of what type of transaction there is. It's really hard to tell at a glance if a tx failed so it's easy to tell yourself it succeeded since the verbal phrasing of the tx is eg "transferred XN to foo.near.org", which implies success, even though the faint word "failed" is written off to the right. It should be much more clear in the verbiage and the icon that it failed so people can more easily debug. |
Beta Was this translation helpful? Give feedback.
-
Hey! Explorer team is working hard on the new features, but we recently put more effort into being more transparent to invite more contributors. You are welcome to contribute your ideas, fixes, and new features!
To be aligned on the direction we are heading, I want to share our vision as to the short-/mid-term plans for Explorer.
The Explorer team collected feedback from our community, internal usage, and even personal pains, and here are the objectives we want to improve in the near future with key results we want to achieve.
Explorer empowers contract developers building simple contracts
(NOTE: Simple contract are those with up to 5 cross-contract calls which are linear)
To empower the developers we envision the following goals being reached:
Explorer represents meta-information about contracts
Meta-information about the contracts is the must to reason about a contract: human-readable description, link to the source/homepage, etc.
Explorer enables intuitive access to all the low-level NEAR protocol events (block production, transaction execution, function execution, state changes, accounts and access keys lifetime)
Explorer provides a way to interact with contracts right from Explorer UI
Calling a view-method right from Explorer UI is the main focus here
Explorer is great at onboarding people
We want to make Explorer useful for new-comers, so we expect Explorer to naturally guide users through NEAR protocol concepts, so they can build their mental model. To do so, we think the following goals need to be reached:
Navigation is natural and there are no dark corners
As an example, we have received quite a few reports that the Nodes Dashboard page was not immediately obvious for how to navigate to
Stats about the chain history with graphs by days/months
Explorer is useful for validators
Validators are the core team maintaining the network liveness, and to operate they need clear information. Here are the key results we want to achieve:
Final thoughts
We have already been working on these, but if you feel that we miss something, let us know. We also invite you to contribute to the community
Beta Was this translation helpful? Give feedback.
All reactions