zgendao / balancy

[WIP] Query balances for certain accounts and more on Ethereum

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No error handling in `find_contract_creations` function

jmezo opened this issue · comments

commented

Inside app/tokens.py in the _find_contract_creations function there's currently no error handling implemented when using the thread pool executor. If an error is raised inside one of the threads, it will fail silently without any response to the function.

commented

#26 also closes this issue.