-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: add mev-rs relay/builder/boost (#586)
This PR introduces a new mev boost/mev relay created by @ralexstokes. It can be triggered by: `mev_type: mev-rs` It gets rid of the previously used `full` flag and flashbots will work under the `mev_type: flashbots` following this PR.
- Loading branch information
1 parent
2a20d5a
commit 525a8fb
Showing
38 changed files
with
772 additions
and
159 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
mev_type: full | ||
mev_type: flashbots | ||
additional_services: | ||
- tx_spammer | ||
- blob_spammer | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
participants: | ||
- el_type: geth | ||
cl_type: teku | ||
- el_type: geth | ||
cl_type: prysm | ||
- el_type: erigon | ||
cl_type: nimbus | ||
- el_type: besu | ||
cl_type: lighthouse | ||
- el_type: reth | ||
cl_type: lodestar | ||
- el_type: geth | ||
cl_type: grandine | ||
network_params: | ||
preset: minimal | ||
seconds_per_slot: 6 | ||
additional_services: | ||
- dora | ||
- tx_spammer | ||
- apache | ||
|
||
mev_type: mev-rs | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
participants: | ||
- el_type: geth | ||
cl_type: nimbus | ||
mev_type: full | ||
mev_type: flashbots |
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
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
Oops, something went wrong.