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

PSA: Making builder submission cancellations optional #348

Closed
metachris opened this issue Apr 11, 2023 · 0 comments
Closed

PSA: Making builder submission cancellations optional #348

metachris opened this issue Apr 11, 2023 · 0 comments
Labels
brainstorming Currently in discussion feature request

Comments

@metachris
Copy link
Collaborator

metachris commented Apr 11, 2023

Cancellations will start being opt-in at the Flashbots relay starting Tuesday, April 18!

If you want to use cancellations, please add this query arg to the block submission URL: ?cancellations=1

Full URL:

/relay/v1/builder/blocks?cancellations=1

Implementation

Context

Cancellations carry a performance penalty, because of the need to validate every single submission, whereas without cancellations we can discard submissions with a lower value, which will have a strongly positive impact on good submissions. (Note that right now we receive between 500 and 700 block submissions per slot).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brainstorming Currently in discussion feature request
Projects
None yet
Development

No branches or pull requests

1 participant