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
A transaction may include multiple messages. Each of these messages emit/return their own respective events. When viewing a transaction in a committed block with multiple messages, it becomes difficult to determine which events line up to which messages.
Proposal
Have the events be nested under ABCIMessageLog instead of flattened under TxResponse.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
Summary
A transaction may include multiple messages. Each of these messages emit/return their own respective events. When viewing a transaction in a committed block with multiple messages, it becomes difficult to determine which events line up to which messages.
Proposal
Have the events be nested under
ABCIMessageLog
instead of flattened underTxResponse
.For Admin Use
The text was updated successfully, but these errors were encountered: