Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add commit-boost support #779

Merged
merged 7 commits into from
Oct 17, 2024

Conversation

ltitanb
Copy link
Contributor

@ltitanb ltitanb commented Sep 27, 2024

Initial support for Commit-Boost, adding for now only the PBS module (equivalent to MEV-Boost).

Note that this depends on this PR being merged and released.

There is sometimes some ambiguity between mev-boost (go client) and mev-boost (protocol via the Builder API), so to disambiguate within commit boost we call the PBS module the sidecar implementing the mev-boost protocol.
Here I followed the existing convention as much as possible even if it sounds somewhat repetitive at times (commit-boost-mev-boost).

EDIT: the blocking PR is now merged and released in 0.3.0

@ltitanb
Copy link
Contributor Author

ltitanb commented Sep 27, 2024

when tested locally the logs will look like this
image

@ltitanb ltitanb changed the title add commit-boost support feast: add commit-boost support Sep 27, 2024
@ltitanb ltitanb changed the title feast: add commit-boost support feat: add commit-boost support Sep 27, 2024
@ltitanb ltitanb marked this pull request as ready for review October 2, 2024 16:27
src/mev/commit-boost/mev_boost/mev_boost_launcher.star Outdated Show resolved Hide resolved
src/package_io/input_parser.star Outdated Show resolved Hide resolved
.github/tests/mev-commit-boost.yaml Show resolved Hide resolved
@barnabasbusa barnabasbusa enabled auto-merge (squash) October 17, 2024 09:22
@barnabasbusa barnabasbusa merged commit ebbbe83 into ethpandaops:main Oct 17, 2024
13 checks passed
@ltitanb ltitanb deleted the ltitanb/commit-boost branch October 17, 2024 09:33
skylenet pushed a commit that referenced this pull request Nov 1, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.4.0](4.3.0...4.4.0)
(2024-11-01)


### Features

* add checkpoint sync capabilities to nimbus
([#804](#804))
([853417e](853417e))
* add commit-boost support
([#779](#779))
([ebbbe83](ebbbe83))
* add docker authentication
([#816](#816))
([807f6aa](807f6aa))
* add peerdas metrics dashboard
([#790](#790))
([12b787d](12b787d))
* add rbuilder remove old geth builder - flashbots
([#786](#786))
([de95c61](de95c61))
* add resource configuration for prometheus and grafana
([#773](#773))
([d296c26](d296c26))
* add supernode label to every container
([#788](#788))
([43edfd5](43edfd5))
* add support for fulu/osaka fusaka
([#798](#798))
([0a9e445](0a9e445))
* add support for remote signers - `use_remote_signer`
([#791](#791))
([9f1b6e9](9f1b6e9))
* enable one parameter supernode, refactor el,cl,vc
([#778](#778))
([8513c06](8513c06))


### Bug Fixes

* add database config to assertoor
([#783](#783))
([56532cf](56532cf))
* add nimbus-eth1 net-key
([#811](#811))
([c91bbbb](c91bbbb))
* delete unnecessary port assignment for prysm
([#810](#810))
([47204c3](47204c3))
* docker login to separate action yaml
([#819](#819))
([2494022](2494022))
* get volume size recommendations when in shadowfork mode
([#820](#820))
([b1f27c6](b1f27c6))
* mixed up labels
([#799](#799))
([e2c1528](e2c1528))
* only set supernode if its true
([#796](#796))
([2110a60](2110a60))
* prefund container suffixes for k8s
([#818](#818))
([968cfbd](968cfbd))
* remove deprecated http-allow-sync-stalled from LH
([#805](#805))
([1825dbf](1825dbf))
* Remove not necessary "/api" (and bump verifier version)
([#792](#792))
([befde97](befde97))
* set default for label-maker
([#797](#797))
([5b2d234](5b2d234))
* swap http/grpc server ports and replace flags
([#802](#802))
([8c6df26](8c6df26))
* update built in assertoor tests
([#782](#782))
([d24fb2a](d24fb2a))
* update nethermind config option
([#824](#824))
([08ce034](08ce034))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

3 participants