-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigating transactions in an account is painful #1598
Comments
So you are working on the Transactions (Recent Operations section) on your account 's page. This bug aside, the option 1/ could be useful to avoid going back and forth between the list and the details page. |
Personally option 1 would be much more preferable to option 2, if not both. As a suggestion, Etherscan's quick look feature is quite good. It allows to to see slightly more info than the full transaction list, while remaining on the full transaction history page. If you want even more details you can click to go to the transaction details page. This does raise some other issues related mainly surrounding smart contract transactions:
e.g. If you're unfamiliar with SaucerSwap swap or smart contract transactions, this from first glance looks like a user sent 1088 SAUCE somewhere and got nothing in return (https://hashscan.io/mainnet/transactionsById/0.0.7676946-1739368065-776000000) ![]()
For example, say i'm looking at this account 0.0.7676946 to see what transactions they've done & when. It's not immediately clear as to which lines are the same transaction, when does it become a different transaction etc. It's all just a massive blob. ![]() To differentiate them you need to stare at either the timestamp seconds/milliseconds, or the transaction ID. Often I do this by copying the timestamp and ctrl+f to highlight it. e.g. ![]() It would be much better if something similar in functionality was a native feature of HashScan, possibly by grouping transactions on the recent operations page which have the same tx id in a more legible way, and/or when hovering over, highlighting all the other parts of the same transaction - similar to how Etherscan does for addresses ![]() |
Problem
I want to reconcile my account history as reported in HashScan with my tax software records. The way I tried to do this is by having one browser window up to the tax software (Koinly) and one open to Hashscan, and to work my way through transactions. If on HashScan I am looking at all the transactions in the account, but want to see the details, I have to click on the transaction to see the details and then when I click the back button in the browser, it doesn't get me back to where I was. And in a long list of transactions, it is hard to see where I left off.
Solution
Instead a couple options:
Maybe there are better options?
Alternatives
No response
The text was updated successfully, but these errors were encountered: