-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: parameterize mev-boost args (#400)
Adds 2 new fields to the config file under the mev_params field: mev_boost_image: <The mev-boost image, default is flashbots/mev-boost> mev_boost_args: <The args of mev-boost. The default params are ["mev-boost", "--relay-check"]> The behaviour is such that, `mev-boost-args` overrides all the args of mev-boost. No extra params are added. Resolves #289 --------- Co-authored-by: Barnabas Busa <[email protected]> Co-authored-by: franjoespejo <[email protected]> Co-authored-by: Gyanendra Mishra <[email protected]> Co-authored-by: Sam Calder-Mason <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: pk910 <[email protected]> Co-authored-by: Parithosh Jayanthi <[email protected]> Co-authored-by: franjoespejo <[email protected]> Co-authored-by: Anton <[email protected]>
- Loading branch information
1 parent
9ceae9c
commit e48483a
Showing
5 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters