You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will allow builders to cancel previous block submissions. This will work by always using the latest submission of a builder, even if it's less valuable.
Currently it works like this:
Once a builder submissions is validated and the highest bid for a slot+parent_hash combination, a new getHeader response is generated and saved to Redis, which will be used for the next getHeader responses:
We will allow builders to cancel previous block submissions. This will work by always using the latest submission of a builder, even if it's less valuable.
Currently it works like this:
mev-boost-relay/services/api/service.go
Lines 957 to 1001 in 016449f
Changes needed:
Notes:
The text was updated successfully, but these errors were encountered: