-
Notifications
You must be signed in to change notification settings - Fork 9
Explorer: Transaction viewer #780
Comments
Hey @alfetopito. Here is a first approach to the tx viewer: Should we need to add some relevant information from here? |
Thanks Agustin! As I mentioned the other day in the meeting, we don't have right now a "list" of transactions from the contract. For now, a "detailed" transaction view is enough. By that I mean a view that only shows a list of orders, for a single transaction. Basically the inner content, without search or pagination And on top similar to orders And as a next step we can expand and show the list of batches as you have suggested now @biocom anything you'd like to add? |
Thanks @alfetopito. Design updated. |
Perfect @alongoni ! Unless anyone on @gnosis/gp-frontend has any comments, it's ready for implementation. |
It looks great, would it make sense to have some header with some basic information. In the future it could have the basic stats of the batch, like traded volume. Right now, it's easy to show the Tx hash, date, block number? (probably not), number of orders, number of different accounts, total fees, and list of involved tokens. However, probably we want to start without the header and reiterate later. Maybe even give a try to the graph :) Anyways, nice one! im looking forward for this feature |
All of that seems pretty low effort fetched from the chain and would be great to have! Still, I'd be happy to have just the simple version right now as it'll be a big plus. So Agustin, you can work in parallel on Anxo's suggetion but the team is unblocked to start implementing the base version if there are resources available. |
Description
Implement Transaction viewer page on Gnosis Protocol Explorer
First step towards batch view tool.
For now, we should only list all orders that were settled in a single blockchain transaction
Additional resources
New endpoint from backend returning all orders settled in a given transaction
https://protocol-rinkeby.dev.gnosisdev.com/api/#/default/get_api_v1_transactions__txHash__orders
/api/v1/transactions/{txHash}/orders
Feature breakdown
It includes:
/tx/<hash>
Transaction viewer: Add new page /tx/<hash> #851Good to have:
The text was updated successfully, but these errors were encountered: