-
Notifications
You must be signed in to change notification settings - Fork 1.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
Implement debug_getBadBlocks #8171
Labels
imp1
High importance
Comments
This issue is stale because it has been open for 40 days with no activity. Remove stale label or comment, or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
somnathb1
pushed a commit
that referenced
this issue
Dec 4, 2024
#8171 - reference of rpc api query params/return value is taken from geth [here](https://github.com/ethereum/go-ethereum/blob/b4d99e39176f89bb0ffbb32635e9cf17b5fd7367/eth/api_debug.go#L107) - difference is that geth returns ALL bad blocks, this PR returns 100.
sudeepdino008
added a commit
that referenced
this issue
Dec 4, 2024
#8171 - reference of rpc api query params/return value is taken from geth [here](https://github.com/ethereum/go-ethereum/blob/b4d99e39176f89bb0ffbb32635e9cf17b5fd7367/eth/api_debug.go#L107) - difference is that geth returns ALL bad blocks, this PR returns 100.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Useful for debugging issues around bad blocks, like the one we saw on Polygon after release 2.49.0. See the spec on https://ethereum.github.io/execution-apis/api-documentation/. We should also extend the output with the underlying reason why a block is marked as bad.
The text was updated successfully, but these errors were encountered: