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

Eth_simulate blob related bugfixes #7308

Merged
merged 11 commits into from
Aug 14, 2024
Merged

Conversation

OlegJakushkin
Copy link
Contributor

Here we continue development of Eth_simulate feature, last time updated at 5530

In this PR we are implementing ethereum/execution-apis#484 proposal. Fixing minor issues related to protocol updates such as:

  • nethermind returns blobBaseFee field for a block, this should not be returned as its not part of the block header.
  • nethermind does not return correct blob gas used
  • gas used of call and block do not match
  • nethermind is missing return fields
  • nethermind returns author field that should not be there

detected by our testing team.

Copy link
Member

@LukaszRozmej LukaszRozmej left a comment

Choose a reason for hiding this comment

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

Few minor things

@OlegJakushkin OlegJakushkin merged commit 12c7ade into master Aug 14, 2024
67 checks passed
@OlegJakushkin OlegJakushkin deleted the feature/eth_simulate_fix branch August 14, 2024 12:32
kamilchodola pushed a commit that referenced this pull request Aug 14, 2024
Co-authored-by: lukasz.rozmej <lukasz.rozmej@gmail.com>
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