-
Notifications
You must be signed in to change notification settings - Fork 996
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
Make function not found
a deterministic failure
#3059
Comments
@otaviopace @leoyvens are there other errors known to be in the same category? |
I've observed these myself: (Same as OP) On block
On block
On block
On block
Two error variants observed:
|
Semi related issue from my end on the fantom network.
It seems to be failing sporadically as not every failed transaction seems to trigger this error, but it is constantly failing on the same transactions. Is there any way to bypass or work around this error/transaction? |
@colonelssecretspices That would be a new issue affecting decoding call triggers, this issue is about handlers that do not exist in the mapping. |
deployed with this impactMarket/subgraph#15
|
Hi @obernardovieira and @colonelssecretspices , these seem to be different issues (call trigger decoding, and I'm not sure what the |
Hi @azf20 thanks for your reply. |
Adding to the list of fatalities that cannot be closed with the agent yet: Opyn failed with |
@obernardovieira After #2797 the error message should become more specific. If you could reproduce again and send me the subgraph id on Discord I can try to look into the cause. |
Another failure that should be deterministic: On block
An instance of |
Looks like the |
Plan of attack:
|
Hello, here's an instance of mapping abort when saving an entity without ID
|
Another one,
|
Another,
|
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
If a subgraph handler calls a function that doesn't exist, the subgraph fails with
deterministic: false
, and the following error log:Example subgraph
What is the expected behavior?
This handler will never run successfully, so this error should be deterministic
The text was updated successfully, but these errors were encountered: