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

Use shouldOverrideBuilder flag from engine_getPayloadV3 response #7337

Merged

Conversation

StefanBratanov
Copy link
Contributor

@StefanBratanov StefanBratanov commented Jul 6, 2023

PR Description

Implement changes as per ethereum/execution-apis#425 . Basically if flag is true coming from local EL, then local payload is used, else builder.

Also introduces --Xuse-should-override-builder-flag which could turn on/off this behaviour. Default is true.

Marking as draft as spec is not finalized/merged.

Fixed Issue(s)

fixes #7020

Documentation

  • I thought about documentation and added the doc-change-required label to this PR if updates are required.

Changelog

  • I thought about adding a changelog entry, and added one if I deemed necessary.

@StefanBratanov StefanBratanov changed the title Use shouldOverrideBuilder flag in engine_getPayloadV3 response Use shouldOverrideBuilder flag from engine_getPayloadV3 response Jul 6, 2023
@StefanBratanov StefanBratanov marked this pull request as ready for review July 6, 2023 20:16
Copy link
Contributor

@tbenr tbenr left a comment

Choose a reason for hiding this comment

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

LGTM. Let's wait spec PR to be merged before merging?

@StefanBratanov
Copy link
Contributor Author

LGTM. Let's wait spec PR to be merged before merging?

Yeah. Let's wait. Think Mikhail mentioned Monday.

@StefanBratanov StefanBratanov marked this pull request as draft July 7, 2023 09:27
@StefanBratanov StefanBratanov marked this pull request as ready for review July 10, 2023 12:44
@StefanBratanov StefanBratanov enabled auto-merge (squash) July 10, 2023 16:17
@StefanBratanov StefanBratanov merged commit 17a2fc7 into Consensys:master Jul 10, 2023
3 checks passed
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.

Builder override flag on engine_GetPayload V3
2 participants