Skip to content
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

sequencer, mempool: add grpc queries to get transaction status #1773

Closed
Lilyjjo opened this issue Oct 31, 2024 · 2 comments
Closed

sequencer, mempool: add grpc queries to get transaction status #1773

Lilyjjo opened this issue Oct 31, 2024 · 2 comments
Assignees
Labels
closed-stale mempool observability observability, tracing, metrics sequencer pertaining to the astria-sequencer crate stale

Comments

@Lilyjjo
Copy link
Contributor

Lilyjjo commented Oct 31, 2024

Right now we don't have a good way for users to query the status of a transaction. It would be a nice UX if users could get information on where their transaction is and why.

Possible transaction states and responses:

  • Executed
    • return block number which transaction executed in
  • In pending
    • return pending and other info about other transactions in pending
  • In parked
    • return why in parked and info about other transactions in parked
  • Failed
    • return why failed

┆Issue Number: ENG-973

@Lilyjjo Lilyjjo added sequencer pertaining to the astria-sequencer crate observability observability, tracing, metrics mempool labels Oct 31, 2024
@Lilyjjo Lilyjjo self-assigned this Oct 31, 2024
@joroshiba
Copy link
Member

This issue is stale because it has been open 45 days with no activity. Remove stale label or this issue
be closed in 7 days.

@joroshiba
Copy link
Member

This issue was closed because it was stale

@joroshiba joroshiba closed this as not planned Won't fix, can't repro, duplicate, stale Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-stale mempool observability observability, tracing, metrics sequencer pertaining to the astria-sequencer crate stale
Projects
None yet
Development

No branches or pull requests

2 participants