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

mev builder image isn't being honored by reth-rbuilder #842

Open
barnabasbusa opened this issue Nov 29, 2024 · 0 comments
Open

mev builder image isn't being honored by reth-rbuilder #842

barnabasbusa opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@barnabasbusa
Copy link
Contributor

    image = participant.el_image
    if launcher.builder_type == "mev-rs":
        files[
            mev_rs_builder.MEV_BUILDER_MOUNT_DIRPATH_ON_SERVICE
        ] = mev_rs_builder.MEV_BUILDER_FILES_ARTIFACT_NAME
    elif launcher.builder_type == "flashbots":
        image = constants.DEFAULT_FLASHBOTS_BUILDER_IMAGE

Fix such that it uses the cache and uses the image that is being passed to flashbot builder image instead of a constant.

@barnabasbusa barnabasbusa added the bug Something isn't working label Nov 29, 2024
@barnabasbusa barnabasbusa self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant