Skip to content
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

Return yParity from eth_getBlockByNumber #6149

Closed
quickchase opened this issue Nov 9, 2023 · 2 comments
Closed

Return yParity from eth_getBlockByNumber #6149

quickchase opened this issue Nov 9, 2023 · 2 comments

Comments

@quickchase
Copy link

quickchase commented Nov 9, 2023

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:

{"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

@shemnon
Copy link
Contributor

shemnon commented Nov 9, 2023

Already fixed, coming in next weeks release - #6119

@quickchase
Copy link
Author

Thanks, I searched issues, but didn't search PRs 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants