-
Notifications
You must be signed in to change notification settings - Fork 20.2k
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
graphql: null
sometimes returned for status, gasUsed
#26559
Comments
What's your command to launch Geth? I try to launch the dev mode geth |
And what is your geth version? |
This doesn't happen often. Extremely randomly. For example if you try 100 times it happens once.
|
null
sometimes returned for status, gasUsed
Pretty sure this issue is related to #25868 |
This is caused by a data race happening here: go-ethereum/graphql/graphql.go Line 633 in 4c23fe9
In which multiple transactions race for setting the receipts of a block. |
Should be fixed in #26965. |
Hello,
I have not noticed this on testnet or prod yet, but there seems to be a schema difference between dev and other environments.
For example with this graphQL Query
We receive this as the response:
The "status" shows up as null.
The text was updated successfully, but these errors were encountered: