You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
tx_event
data to the API for transaction queriestx_events
schema provide the full breadth of data required by the client? this would solve the problem quicklyThe text was updated successfully, but these errors were encountered: