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

Add Nethermind #329

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Conversation

stdevMac
Copy link

Description

This pull request introduces support for the Nethermind Ethereum client on Base Chain.

The changes include:

  • updates to configuration files
  • Docker workflows
  • Addition of a new Dockerfile and entry point script for Nethermind.

@cb-heimdall
Copy link
Collaborator

cb-heimdall commented Sep 27, 2024

✅ Heimdall Review Status

Requirement Status More Info
Reviews 1/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Copy link
Contributor

@mdehoog mdehoog left a comment

Choose a reason for hiding this comment

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

nice thanks! 🙌

nethermind/Dockerfile Outdated Show resolved Hide resolved
ENV REPO=https://github.com/NethermindEth/nethermind.git
ENV VERSION=1.29.0
ENV COMMIT=917f5349517118bf5c73c362c3902d61e68e5b40
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we depend on a tagged commit rather than a branch (perhaps when the 1.29.0 release is tagged)? Otherwise new commits on that branch will break the build.

Copy link
Contributor

@benaadams benaadams Sep 29, 2024

Choose a reason for hiding this comment

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

Yes, shipping this week likely

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
RUN git clone $REPO --branch release/$VERSION --single-branch . && \
RUN git clone $REPO --branch $VERSION --single-branch . && \

to switch to tag rather than branch

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.

4 participants