-
Notifications
You must be signed in to change notification settings - Fork 50
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(rbuilder): Add op-rbuilder as exectuion layer builder option #169
base: main
Are you sure you want to change the base?
Conversation
Hey @SozinM, thanks for putting this together! I want to use this as a basis for running our custom rbuilder devnet. A lot o the changes you are making in this PR seem unrelated to running rbuilder. They are general QoL improvements for op-reth that you chose to bundle in this PR, am I correct? New to Kurtosis so trying to ensure I see the problem space correctly |
41e76dc
to
740a487
Compare
Added default_key to default participant
Removed sequencer_enabled = False as it's confusing Stopped deployment of CL builder for external builder
740a487
to
e350cc5
Compare
Docker Image PR for op-rbuilder flashbots/rbuilder#432 |
I have added
participant.el_builder_key
, it is used by op-rbuilder to sign transactions. I wanted to keep op_rbuilder_launcher.star and op_reth_launcher.star as close as possible to simplify maintenance.Closes #139
Should be merged after #163
Blocked by flashbots/rbuilder#419
Meanwhile for local testing
ghcr.io/flashbots/op-rbuilder:latest
could be replaced with `docker.io/mikawamp/op-builder:latest``