We have two problems related to the fetching of past Fill events. Since they are somewhat related, I think it makes sense to fix them together, so I created only one issue.
The first problem is that we dispatch a lot of actions when we fetch the fill events. Two (non-exclusive) things we could do are:
[ ] limiting the start block from where we start fetching the events (for example: use the current block - 1000); and
[ ] making a single dispatch that adds all those notifications.
The second problem is that we get all the Fill events for the current user. We should ignore those events that involve a token that we don't know.
We have two problems related to the fetching of past Fill events. Since they are somewhat related, I think it makes sense to fix them together, so I created only one issue.
The first problem is that we dispatch a lot of actions when we fetch the fill events. Two (non-exclusive) things we could do are:
[ ] limiting the start block from where we start fetching the events (for example: use the current block - 1000); and
[ ] making a single dispatch that adds all those notifications.
The second problem is that we get all the Fill events for the current user. We should ignore those events that involve a token that we don't know.