0xProject / 0x-launch-kit-frontend

Apache License 2.0
114 stars 208 forks source link

Improve how past fill events are processed #193

Closed fvictorio closed 5 years ago

fvictorio commented 5 years ago

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:

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.