-
Notifications
You must be signed in to change notification settings - Fork 471
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
eth_getTransactionReceipt missing receipts - fix verification #6560
Comments
@brbrr Can you explore that topic? If needed we can discuss that one on a call. |
@brbrr tests cases were added for that - can you confirm no missing receipts were found? Is the verification of ALL receipt long? If not I could add it as a test for all nodes which are syncing with NonValidator=false - let me know |
I recently ran the receipt verification until Genesis on the Gnosis chain with no issues. I'll rerun it for the mainnet to be sure. to run all the blocks from head to genesis, it takes ~20+ hours. |
Not sure if related, but all of our nodes (Full and Archive) on v1.27.1 and v1.30.1 cannot return this receipt: We can get it via It seems likely related to re-orgs as there was a reorg: But this transaction is canonical |
On archive node for this transaction: we get this result:
At the same time |
#6344 we have a potential fix, but we haven't verified correctly if the fix is working. We should add test cases to our QA pipelines for similar issues
The text was updated successfully, but these errors were encountered: