cowprotocol / token-imbalances

2 stars 0 forks source link

Code crashes due to missing event topics #72

Closed fhenneke closed 1 month ago

fhenneke commented 1 month ago

There is still an issue with missing event topics causing errors.

The issue is caused by parsing of events:

https://github.com/cowprotocol/token-imbalances/blob/c9d015d15ab4b35099b8ecc7ce5378bc025030c7/src/imbalances_script.py#L153-L155

A similar issue was addressed in #69 where the code got stuck at filtering for relevant transaction. A similar fix would solve the issue.