Skip to content

Added ethrex client #1

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Added ethrex client #1

wants to merge 3 commits into from

Conversation

fedacking
Copy link
Owner

No description provided.


# Replace config in input.
. + {
"config": {

Choose a reason for hiding this comment

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

let's review our chain config and see which fields we support

@fedacking fedacking force-pushed the feat/ethrex-integration branch from 1427f13 to e137bbd Compare May 6, 2025 18:55
@fedacking fedacking force-pushed the feat/ethrex-integration branch from e137bbd to e958ef4 Compare May 6, 2025 19:01
@fedacking fedacking marked this pull request as ready for review May 6, 2025 19:01
# Configure RPC.
FLAGS="$FLAGS --http.addr=0.0.0.0 --authrpc.addr=0.0.0.0"

if [ "$HIVE_TERMINAL_TOTAL_DIFFICULTY" != "" ]; then

Choose a reason for hiding this comment

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

we don't support pre merge so we should exist with an error on the "else" of this if

Copy link
Owner Author

Choose a reason for hiding this comment

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

After testing again this with our branch, even if we don't support it, some tests like "rpc-compat" still sends it without expecting us to use it. The correct setting was letting it continue in that scenario, but I have added a warning.

@@ -0,0 +1,15 @@
{

Choose a reason for hiding this comment

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

is this a copy of the other genesis files?

Copy link
Owner Author

Choose a reason for hiding this comment

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

Yes. Looking into it all of the clients use either the same or a very similar genesis file.

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.

2 participants