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

The MEV block building process should execute in parallel with the regular execution API block building process #3952

Closed
zah opened this issue Aug 11, 2022 · 1 comment
Milestone

Comments

@zah
Copy link
Contributor

zah commented Aug 11, 2022

This behavior is prescribed in the spec here:
https://github.com/ethereum/builder-specs/pull/46/files

Currently, Nimbus doesn't try to create a block through the Engine API when the block builder is enabled (see proposeBlock and proposeBlockMEV in the code).

@zah
Copy link
Contributor Author

zah commented Aug 30, 2022

Addressed by the linked PR above

@zah zah closed this as completed Aug 30, 2022
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

1 participant