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

Open
Lilyjjo opened this issue Oct 31, 2024 · 0 comments
Open

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

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

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mempool observability observability, tracing, metrics sequencer pertaining to the astria-sequencer crate
Projects
None yet
Development

No branches or pull requests

1 participant