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 support for ethereum_rust #1

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

mpaulucci
Copy link
Collaborator

@mpaulucci mpaulucci commented Jun 11, 2024

Added minimal implementation for ethrex.

With this, we are able to receive blocks (new_payload).

To test this, this is an example network_params.yaml file

participants:
  - el_type: geth
    cl_type: lighthouse
    count: 2
  - el_type: ethrex
    cl_type: lighthouse
    vc_count: 0
    validator_count: 0
    count: 1

@MegaRedHand MegaRedHand changed the title Add support for ethereum_rust. feat: add support for ethrex Jun 25, 2024
Copy link
Collaborator

@MegaRedHand MegaRedHand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This shouldn't be merged to main

@MegaRedHand MegaRedHand marked this pull request as draft July 19, 2024 12:49
@MegaRedHand MegaRedHand changed the title feat: add support for ethrex feat: add support for ethereum_rust Jul 24, 2024
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.

6 participants