-
Notifications
You must be signed in to change notification settings - Fork 21.6k
internal/ethapi: fix encoding of uncle headers and pending blocks #20460
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
Conversation
|
Please see https://github.com/sammy007/open-ethereum-pool/blob/master/proxy/blocks.go#L52 This change may break some ethash pools behavior like as the open-ethereum-pool(master branch) |
|
for parity case, |
I have fixed removed the
totalDifficultyfield from APIeth_getUncleByBlockHashAndIndexas suggested in #19024. Also, I have made a change in block number ofeth_getBlockByNumber("pending"). Now, block number will be markednullbecause parity also does the same.Fixes: #19024 and #19332