We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The go-ethereum release notes v1.14.11 suggest that totalDifficulty will be removed from the Block parameters. ethereum/go-ethereum#30386
I apologize if I'm wrong, but I think that if this release is applied, block information may not be available through web3j.
Actual implementation https://github.com/hyperledger/web3j/blob/86df48c8414513f6b3109ce8e783bd2c724a9fa4/core/src/main/java/org/web3j/protocol/core/methods/response/EthBlock.java#L329
I would like to know if the removal of totalDifficulty will have any impact, and if so, when the issue will be addressed.
The text was updated successfully, but these errors were encountered:
I used this endpoint to check whether it would still work even if totalDifficulty was gone. https://ethereum-sepolia-rpc.publicnode.com
As a result, it worked without any problems, so I will close this issue.
Sorry, something went wrong.
java.lang.RuntimeException: com.alibaba.fastjson.JSONException: write javaBean error, fastjson version 1.2.83, class org.web3j.protocol.core.methods.response.EthBlock$Block, method : getTotalDifficulty
No branches or pull requests
The go-ethereum release notes v1.14.11 suggest that totalDifficulty will be removed from the Block parameters.
ethereum/go-ethereum#30386
I apologize if I'm wrong, but I think that if this release is applied, block information may not be available through web3j.
Actual implementation
https://github.com/hyperledger/web3j/blob/86df48c8414513f6b3109ce8e783bd2c724a9fa4/core/src/main/java/org/web3j/protocol/core/methods/response/EthBlock.java#L329
I would like to know if the removal of totalDifficulty will have any impact, and if so, when the issue will be addressed.
The text was updated successfully, but these errors were encountered: