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

Add withdrawals details to eth_getBlock methods #4808

Closed
jframe opened this issue Dec 12, 2022 · 3 comments · Fixed by #5146
Closed

Add withdrawals details to eth_getBlock methods #4808

jframe opened this issue Dec 12, 2022 · 3 comments · Fixed by #5146
Assignees
Labels
EIP Ethereum Improvement Proposal mainnet TeamGroot GH issues worked on by Groot Team

Comments

@jframe
Copy link
Contributor

jframe commented Dec 12, 2022

Return withdrawals details from the eth_getBlock methods when withdrawals are enabled.

ethereum/execution-apis#334

Should probably also add to debug_getBadBlock - are there other debug/trace methods that might need withdrawals as well?

Acceptance Criteria

  • When withdrawals are enabled return the withdrawalsRoot and withdrawals in the returned block
  • Do not include the withdrawalsRoot or withdrawals when withdrawals are not enabled
@jframe jframe added TeamGroot GH issues worked on by Groot Team mainnet labels Dec 12, 2022
@jframe jframe mentioned this issue Dec 12, 2022
27 tasks
@siladu
Copy link
Contributor

siladu commented Dec 21, 2022

Implemented a quick and dirty solution for the testnet 161b70c

@siladu
Copy link
Contributor

siladu commented Jan 6, 2023

Consider reviewing and updating all of the APIs that return a Block e.g. debug_*

@non-fungible-nelson
Copy link
Contributor

Pending integration tests @siladu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EIP Ethereum Improvement Proposal mainnet TeamGroot GH issues worked on by Groot Team
Projects
None yet
4 participants