-
Notifications
You must be signed in to change notification settings - Fork 839
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_gasPrice ERROR Could not retrieve block #7287
Comments
I can reliably recreate this - seems to happen the first time the tx-fuzz runs on a new network. Why this is the case is unknown, would need to study the pattern of requests it makes. Having tested older versions of Besu, I am confident 8df6bca introduced this error. 24.5.4 - works Attaching a terminal log showing the various errors/lack of errors for each version The impact isn't fully clear as only QBFT has been tested. It sometimes kills the tx-fuzz tool...
Restarting the tool allows more transactions to be submitted though so impact seems limited. To recreate (this might not be limited to QBFT or tx-fuzz though):
|
@matthew1001 flagging this for you |
Could this be similar to the issues fixed in #6143 and #6345? Those stemmed from issues around If you look at |
While retesting #6965, which involved running a QBFT node and throwing https://github.com/MariusVanDerWijden/tx-fuzz at it. I received a new error:
This PR had main pulled in recently. Previous test was based on May 21st main, that area of code had changed around May 2nd, in 8df6bca#diff-2ef41086175ba1eea041526cfd1d92a80688eeeb8e4e1f17566b2f3d65ed7cae
Still trying to recreate it consistently.
The text was updated successfully, but these errors were encountered: