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 parentBeaconBlockRoot field #2007

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

thinkAfCod
Copy link
Contributor

What does this PR do?

After Ethereum supports -4844, the response from eth_getBlockByNumber api will include parentBeaconBlockRoot.

Where should the reviewer start?

PR is quite short

Why is it needed?

This is the necessary update for EIP-4844.

@thinkAfCod thinkAfCod requested a review from conor10 as a code owner March 4, 2024 05:46
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.22%. Comparing base (b54cfa4) to head (15049ee).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2007      +/-   ##
============================================
+ Coverage     69.19%   69.22%   +0.03%     
  Complexity     3117     3117              
============================================
  Files           493      493              
  Lines         13078    13090      +12     
  Branches       1688     1692       +4     
============================================
+ Hits           9049     9062      +13     
+ Misses         3538     3537       -1     
  Partials        491      491              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NickSneo
Copy link
Contributor

NickSneo commented Mar 6, 2024

@thinkAfCod LGTM, can you provide the spec reference for this?

Edited:
Spec reference for this - https://eips.ethereum.org/EIPS/eip-4788

Copy link
Contributor

@NickSneo NickSneo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@NickSneo NickSneo merged commit ccfef8b into hyperledger-web3j:master Mar 6, 2024
6 checks passed
@thinkAfCod thinkAfCod deleted the feature/add_field branch March 6, 2024 13:59
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

Successfully merging this pull request may close these issues.

2 participants