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

Transaction Events #195

Open
3 tasks
ejmg opened this issue Oct 2, 2024 · 0 comments
Open
3 tasks

Transaction Events #195

ejmg opened this issue Oct 2, 2024 · 0 comments
Labels

Comments

@ejmg
Copy link
Collaborator

ejmg commented Oct 2, 2024

Summary

At some point in time, block events were conflated with transaction events. In the process of removing block events from transactions, however, transaction events themselves were completely dropped as part of the queried data and client page for transaction summaries. Transaction Events should be supported.

Sub-tasks

  • Add tx_event data to the API for transaction queries
    • does tx_events schema provide the full breadth of data required by the client? this would solve the problem quickly
    • if not, string together from cometbft or look to custom indexing
  • Add (de)serialization support for handling the arbitrary typing of protobuf data contained in transaction events
  • Update client UI for Transaction Summaries to render Transaction Events
@ejmg ejmg added bug Something isn't working client db P-High tracking and removed bug Something isn't working client db P-High labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant