-
Notifications
You must be signed in to change notification settings - Fork 23
Description
Problem Statement
We are not yet showing all necessary events for users to have a full picture
Proposed Solution
On the Account Details page, add another tab (beside "History", "Assets") called "Events", which lists events that have occurred from the account (e.g. all events, only transfer events, etc).
- Events are emitted via a transaction, so each event would have a "parent transaction"
- Events list should express similar attributes to the transactions list
- We can extract events from indexsupply as a "logs query" with a set of precompile signatures (docs)