-
Notifications
You must be signed in to change notification settings - Fork 273
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
triage: prover node quotes aren't getting gossiped #9660
Comments
Re-ran the repro with
Multiple times per second. I filed #9674 |
It's looking like the transaction got dropped after a reorg. At least 2 issues come out of this:
I will repurpose this issue to address point 2. Next triage is actually to re-run with libp2p debug logs on all the nodes to ensure they in fact receive nothing (though I don't see anyone attempting to even claim the quote, but that could be due to other issues). I also need to enable discv5 logs on the prover node- it should be broadcasting to more than just the boot node. There is, however, still a serious, separate issue: I started the 48 validator test in AWS and got TX timeouts from the bot before a reorg was possible. I tracked that on in #9676 |
I ran the 48 validator setup, and we had over 75 consecutively proven epochs. Closing this until we have a new concrete occurrence. |
A fresh bot is sending a transaction which gets added to the mempool by the bootnode, but then is dropped with no explanation.
The reason was in part because the TX was submitted, then a reorg occurred.
The reorg occurred in part because the prover node's quote wasn't gossiped beyond the boot node.
Steps to repro
Assuming it comes up, restart the bot and watch its logs.
Explore-logs-2024-11-01 14_27_30.json
The text was updated successfully, but these errors were encountered: