Skip to content

Comments

feat!: add mev-rs relay/builder/boost#586

Merged
barnabasbusa merged 27 commits intomainfrom
bbusa/mev-rs
May 6, 2024
Merged

feat!: add mev-rs relay/builder/boost#586
barnabasbusa merged 27 commits intomainfrom
bbusa/mev-rs

Conversation

@barnabasbusa
Copy link
Collaborator

@barnabasbusa barnabasbusa commented Apr 30, 2024

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.

@barnabasbusa barnabasbusa marked this pull request as ready for review April 30, 2024 19:13
@barnabasbusa barnabasbusa linked an issue May 1, 2024 that may be closed by this pull request
@barnabasbusa barnabasbusa enabled auto-merge (squash) May 6, 2024 07:27
@barnabasbusa barnabasbusa merged commit 525a8fb into main May 6, 2024
@barnabasbusa barnabasbusa deleted the bbusa/mev-rs branch May 6, 2024 07:49
barnabasbusa pushed a commit that referenced this pull request May 6, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](2.2.0...3.0.0)
(2024-05-06)


### ⚠ BREAKING CHANGES

* add mev-rs relay/builder/boost
([#586](#586))
* upcoming file path change in kurtosis upstream
([#582](#582))

### Features

* add apache file server
([#581](#581))
([205256a](205256a))
* add enr/enode to apache
([#589](#589))
([b789e17](b789e17))
* add execution client urls to dora config
([#588](#588))
([2a20d5a](2a20d5a))
* add mev-rs relay/builder/boost
([#586](#586))
([525a8fb](525a8fb))
* Add peerdas support
([#591](#591))
([14296ca](14296ca))
* add snooper urls to assertoor config
([#571](#571))
([87f383f](87f383f))
* allow setting exit ip address
([#584](#584))
([aabc942](aabc942))


### Bug Fixes

* non-existent field access on error message
([#577](#577))
([8515d27](8515d27))
* participant redefining global flag
([#573](#573))
([9139f4b](9139f4b))
* path for shadowforks post kt update
([#585](#585))
([e0622a7](e0622a7))
* remove erigon's --chain parameter
([#575](#575))
([02b9c50](02b9c50))
* upcoming file path change in kurtosis upstream
([#582](#582))
([8d7c4f9](8d7c4f9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
darigaaz86 pushed a commit to darigaaz86/kurtosis-eth that referenced this pull request Nov 12, 2025
🤖 I have created a release *beep* *boop*
---


##
[3.0.0](ethpandaops/ethereum-package@2.2.0...3.0.0)
(2024-05-06)


### ⚠ BREAKING CHANGES

* add mev-rs relay/builder/boost
([#586](ethpandaops/ethereum-package#586))
* upcoming file path change in kurtosis upstream
([#582](ethpandaops/ethereum-package#582))

### Features

* add apache file server
([#581](ethpandaops/ethereum-package#581))
([205256a](ethpandaops/ethereum-package@205256a))
* add enr/enode to apache
([#589](ethpandaops/ethereum-package#589))
([b789e17](ethpandaops/ethereum-package@b789e17))
* add execution client urls to dora config
([#588](ethpandaops/ethereum-package#588))
([2a20d5a](ethpandaops/ethereum-package@2a20d5a))
* add mev-rs relay/builder/boost
([#586](ethpandaops/ethereum-package#586))
([525a8fb](ethpandaops/ethereum-package@525a8fb))
* Add peerdas support
([#591](ethpandaops/ethereum-package#591))
([14296ca](ethpandaops/ethereum-package@14296ca))
* add snooper urls to assertoor config
([#571](ethpandaops/ethereum-package#571))
([87f383f](ethpandaops/ethereum-package@87f383f))
* allow setting exit ip address
([#584](ethpandaops/ethereum-package#584))
([aabc942](ethpandaops/ethereum-package@aabc942))


### Bug Fixes

* non-existent field access on error message
([#577](ethpandaops/ethereum-package#577))
([8515d27](ethpandaops/ethereum-package@8515d27))
* participant redefining global flag
([#573](ethpandaops/ethereum-package#573))
([9139f4b](ethpandaops/ethereum-package@9139f4b))
* path for shadowforks post kt update
([#585](ethpandaops/ethereum-package#585))
([e0622a7](ethpandaops/ethereum-package@e0622a7))
* remove erigon's --chain parameter
([#575](ethpandaops/ethereum-package#575))
([02b9c50](ethpandaops/ethereum-package@02b9c50))
* upcoming file path change in kurtosis upstream
([#582](ethpandaops/ethereum-package#582))
([8d7c4f9](ethpandaops/ethereum-package@8d7c4f9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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.

MEV service configuration is inconsistent

2 participants