-
Notifications
You must be signed in to change notification settings - Fork 20.5k
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
New chain fork code crashes in block tests #850
Comments
I just checked and it appears that the previous block can not be found using the |
|
Fix: #857 |
Could you point me to fix in #857? I can only find a couple of name changes and comment moves. |
New PR which resolves the DoS vulnerability but still needs a proper fix for the underlying missing block number problem: #865 |
* Adds isReserveLow contract helper * Checks if the reserve needs to be funded Co-authored-by: jfoutts-celo <[email protected]>
[R4R] Release v1.1.9
* added script to update the bor version across all the locations * minor update
Looks like a off-by-one here: https://github.com/ethereum/go-ethereum/blob/develop/core/chain_manager.go#L575
The text was updated successfully, but these errors were encountered: