-
Notifications
You must be signed in to change notification settings - Fork 311
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
Support block value in engineGetPayload
#6327
Comments
Well, not exactly. This will enable the a value comparison between local el block and builder bid. Previous issues where about applying an absolute cutoff\threshold on bids (which indeed has been recently implemented in mev-boost). The motivation behind that is to enable\encourage to choose locally produced payloads when there is "not enough rewards difference" to choose the bid. Moreover, non censored local blocks censored tx can start competing with censoring builder bids. |
Ah, ok. Got it. |
We can start working on this since we have #6614 |
ethereum/execution-apis#307
We could start comparing locally produced payloads with bids coming from builder endpoint and prefer local one if it has higher or similar value of the received bid. We could add percentage diff as well, so if let's say bid isn't at least 50% more valuable than local we fallback to local.
The text was updated successfully, but these errors were encountered: