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 support for launching Geth and Nimbus-eth1 nodes in launch_local_testnet #3790

Merged
merged 2 commits into from
Jun 27, 2022

Conversation

zah
Copy link
Contributor

@zah zah commented Jun 22, 2022

Authored by @hmel

@@ -72,7 +82,20 @@ ETH2_DOCKER_IMAGE=""
REMOTE_SIGNER_NODES=0
REMOTE_SIGNER_THRESHOLD=1
REMOTE_VALIDATORS_COUNT=0
LC_NODES=1
LC_NODES=0
Copy link
Contributor

Choose a reason for hiding this comment

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

hm?

Copy link
Contributor Author

@zah zah Jun 23, 2022

Choose a reason for hiding this comment

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

I'm not sure how this came to be, but it looks like the network is failing to finalize when there are some light nodes under the new regime here. I've pushed LC_NODES=1, so you can take a look at the logs.

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems like it finalizes properly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It fails locally, but alright, we can keep investigating this after merging.

@github-actions
Copy link

github-actions bot commented Jun 22, 2022

Unit Test Results

     12 files  ±0     857 suites  ±0   1h 7m 3s ⏱️ - 6m 38s
1 716 tests ±0  1 664 ✔️ ±0    52 💤 ±0  0 ±0 
9 960 runs  ±0  9 832 ✔️ ±0  128 💤 ±0  0 ±0 

Results for commit fa3325d. ± Comparison against base commit 4908ba7.

♻️ This comment has been updated with latest results.

Comment on lines +938 to +939
log "After ALTAIR_FORK_EPOCH"

Copy link
Contributor

Choose a reason for hiding this comment

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

There is already a log one line below this

@zah zah merged commit b318a74 into unstable Jun 27, 2022
@zah zah deleted the eth1-clients-in-sim branch June 27, 2022 08:34
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.

None yet

3 participants