You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, i noticed a little issue with forta_agent dependencies in python: web3 v5 has bug with python 3.11 (calls getargspec instead of getfullargspec or another alternative, py-3.11 changed this name)
During dev I can just use python 3.9 and no issues come.
For deployment it means that:
either i patch the calls and use the latest containers, life is good
either i compile with python 3.9, which means that i have to deploy with an old container (like node:12-alpine) so that it uses python 3.9 too
This requires the node deps to be specified in package-lock format 1 or 2, which is under older node versions like 12, during dev.
requested by Discord community member: https://discord.com/channels/869983523371642921/869986794970693723/1091468590261227540
The text was updated successfully, but these errors were encountered: