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
# feat: adds a Flashbots provider and submitter
This PR adds a Flashbots provider and submit task to the Builder.
It configures the Flashbots provider from the configured relay URL and uses the builder's signer key to sign all of the bundles it submits to Flashbots.
The Flashbots `rbuilder` endpoint on Pecorino does not return a proper `EthBundleHash` when a bundle is submitted, in fact it simply returns an empty response upon success. The endpoint also does not support simulation, so the Flashbots submit task blindly sends the prepared bundle and logs any errors that are returned.
Closes [ENG-1414](https://linear.app/initiates/issue/ENG-1414/replace-bin-base-flashbots-with-alloy-implementation)
Closes [ENG-1403](https://linear.app/initiates/issue/ENG-1403/use-alloy-mevprovider-extension-trait-and-mevbuilder-instead-of-bin)
0 commit comments