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(stages): Support Erigon L1Client #73

Open
merklefruit opened this issue Oct 25, 2023 · 0 comments
Open

feat(stages): Support Erigon L1Client #73

merklefruit opened this issue Oct 25, 2023 · 0 comments
Labels
A-stages Area: stages C-feature Category: Features

Comments

@merklefruit
Copy link
Collaborator

In the L1 Executor stage, we should add support for the Erigon execution client.

match self.l1_client {
L1Client::Geth => self.start_geth().await?,
_ => unimplemented!("l1 client not implemented: {}", self.l1_client),
}

This will require setting up the Dockerfile (and an entrypoint file if necessry) and checking that:

  1. the image is built successfully
  2. the container is created successfully
  3. the container is started successfully
  4. the ports are bound correctly, and the assigned RPC API port is responding
@merklefruit merklefruit added C-feature Category: Features A-stages Area: stages labels Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-stages Area: stages C-feature Category: Features
Projects
None yet
Development

No branches or pull requests

1 participant