Skip to content

fix(mev-boost-relay): rbuilder now requires a relay that supports cancellations.#38

Closed
ryanschneider wants to merge 1 commit intomainfrom
relay-ENABLE_BUILDER_CANCELLATIONS
Closed

fix(mev-boost-relay): rbuilder now requires a relay that supports cancellations.#38
ryanschneider wants to merge 1 commit intomainfrom
relay-ENABLE_BUILDER_CANCELLATIONS

Conversation

@ryanschneider
Copy link
Contributor

Newer versions of rbuilder as of flashbots/rbuilder#401 requires the relay to have cancellations enabled.

AFAICT this is only available on mev-boost-relay via setting the ENABLE_BUILDER_CANCELLATIONS env var.

Also, now that we are on reth 1.2.0+ we can always enable the flashbots and mev namespaces in --http.api.

}

// rbuilder now requires the relay to support bundle cancellations
if err := os.Setenv("ENABLE_BUILDER_CANCELLATIONS", "1"); err != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah I hadn't pulled recently so wasn't aware of 56db5d5 👍

@ryanschneider
Copy link
Contributor Author

Closing as already implemented in 56db5d5

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