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 outputs of eth_getBlockByNumber are not standardized across clients because of the yParity field
Return yParity from eth_getBlockByNumber
Send the following JSON-RPC request to a Besu node and then either a Geth, Reth, or Nethermind Node, and compare the outputs:
{"method":"eth_getBlockByNumber","params":["0x10b7cfb",true],"id":1,"jsonrpc":"2.0"}
Geth, Reth, and Nethermind include a field called yParity in the output. Besu does not.
Expected behavior: Standardized outputs between all clients
Actual behavior: yParity key missing in the output of eth_getBlockByNumber
Frequency: Always
The text was updated successfully, but these errors were encountered:
Already fixed, coming in next weeks release - #6119
Sorry, something went wrong.
Thanks, I searched issues, but didn't search PRs 😄
No branches or pull requests
Description
The outputs of eth_getBlockByNumber are not standardized across clients because of the yParity field
Acceptance Criteria
Return yParity from eth_getBlockByNumber
Steps to Reproduce (Bug)
Send the following JSON-RPC request to a Besu node and then either a Geth, Reth, or Nethermind Node, and compare the outputs:
Geth, Reth, and Nethermind include a field called yParity in the output. Besu does not.
Expected behavior:
Standardized outputs between all clients
Actual behavior:
yParity key missing in the output of eth_getBlockByNumber
Frequency:
Always
The text was updated successfully, but these errors were encountered: