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

Added withdrawals and withdrawalsRoot to EthBlock #1922

Closed

Conversation

JakubDziworski
Copy link

What does this PR do?

Adds withdrawals and withdrawalsRoot fields to EthBlock

Where should the reviewer start?

org.web3j.protocol.core.methods.response.EthBlock.java

Why is it needed?

Two new fields withdrawals and withdrawalsRoot were added to the block as part of eip-4895

@NickSneo
Copy link
Contributor

NickSneo commented Aug 1, 2023

Hey @JakubDziworski , thank you for the contribution. There seems to be some issue with pipeline running, request you to force push your changes again so we can run the pipeline

Edit: push a small change to run pipeline

@NickSneo
Copy link
Contributor

NickSneo commented Aug 1, 2023

@JakubDziworski Pipeline is failing, plz fix the PR

return result;
}

public List<Withdrawal> getWithdrawals() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Move these functions above public boolean equals(Object o) to around line 357

@angusscott
Copy link
Contributor

angusscott commented Aug 10, 2023

@JakubDziworski I need the features from this PR, are you picking this up again, or do I need to?
@NickSneo What needs to be done to get this approved? Just your suggested changes and code checks pass?
Thanks

@NickSneo
Copy link
Contributor

Fixed by @angusscott in #1947
Closing this PR

@NickSneo NickSneo closed this Aug 22, 2023
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.

3 participants