-
Notifications
You must be signed in to change notification settings - Fork 999
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
Out of gas tx triggers subgraph call handler #2409
Comments
This is probably because in the traces the call to the contract did not error, even though the transaction itself reverted. |
Hi @leoyvens, does this have an ETA? |
No ETA yet, but I'll share some thoughts on what it takes to fix this:
|
Got it, thanks for the explanation! |
This transaction ran out of gas. The purpose of this transaction was to execute 3 different transactions through a transaction batcher contract. You can see that the first of those transactions is calling executeRequest() of this contract.
My understanding is that this reverted transaction should not have triggered any call in the subgraph. However, it did trigger executeRequest() call handler. Is this a bug or am I missing something?
The text was updated successfully, but these errors were encountered: