What is the feature about
The first implementation of fetching events in Eternal Safe is very inefficient. We should batch all RPC requests to the node and appropriately show this loading to the user.
The list of requirements
- Batch all RPC requests for events, over a configurable number of blocks.
- Show this loading to the user, and iteratively load in events as they are parsed.
Related issues
#32 #57
What is the feature about
The first implementation of fetching events in Eternal Safe is very inefficient. We should batch all RPC requests to the node and appropriately show this loading to the user.
The list of requirements
Related issues
#32 #57