Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Explorer: Transaction viewer (pt2) #24

Closed
2 of 9 tasks
anxolin opened this issue Apr 3, 2022 · 0 comments
Closed
2 of 9 tasks

Explorer: Transaction viewer (pt2) #24

anxolin opened this issue Apr 3, 2022 · 0 comments
Labels

Comments

@anxolin
Copy link
Contributor

anxolin commented Apr 3, 2022

Description

Follow up to gnosis/gp-ui#780

While on that task a Tx/batch details view was added, on this task the goal is to show a list of txs

Additional resources

Design should be similar to Orders table, and not very far from Agustin's initial proposal gnosis/gp-ui#780 (comment)

Except that the columns will not include order fields, but instead whatever can be fetched from the chain for each tx, such as:

  • Tx time (derived from block time)
  • Gas related info (minimum gas, gas price, etc)
  • Whatever else might be relevant (the solver which submitted the tx)

Feature breakdown
It depends on:

It includes:

  • Design txs page
  • Implement component as storybook
  • Implement handlers/hooks/api (whatever is relevant) to fetch contract events
  • Wire up component and logic
  • Pagination
  • Update list on every new block (only if on the first page)

Good to have:

Original issue gnosis/gp-ui#883 by @alfetopito

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants