-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failing to retrieve approvals #165
Comments
Hello, any workaround? |
The problem is that TAC is relying heavily on the dfuse.io functionality. dfuse allowed to make a query like "give me all approval events since the genesis block, where the approver is the users address, no matter which contract logged the event or which account/contract created the transaction". And it returns results in an instance. |
A subgraph can index all the approvals (into a postgres db), and you can then query them from there. Wouldn't that work? |
How about the JSON-RPC API call https://eth.wiki/json-rpc/API Edited: Edited 2: Hope it helps. |
TAC fails with error:
{"description":"Unable to perform HTTP request correctly","cause":{}}
Apparently the graphql backend by dfuse.io has been shut down.
The text was updated successfully, but these errors were encountered: