-
-
Notifications
You must be signed in to change notification settings - Fork 290
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
Running beacon node locally reaches out to external services #7017
Comments
It's not clear from the stack trace but I think this is the request to fetch bootnodes from config repos on github
lodestar/packages/cli/src/networks/sepolia.ts Lines 4 to 6 in 64fe1db
This should not cause issues, it just prints the error, we could think about making this less noisy. I don't think we should remove fetching bootnode ENRs from github as otherwise we would solely rely on the hard coded bootnodes, which for mainnet works as it has a stable set of bootnodes but especially for testnets it's better to pull from github. See previous discussion on managing bootnodes |
The error originated from |
It is from |
Describe the bug
Running the node locally reaches out to external serve.
Expected behavior
Node should not ping to any external services or server.
Steps to reproduce
Additional context
Digging further shows that
@szmarczak/http-timer
is awebdriver
dependency, which is a dev dependency so should not be involved in the runtime.Operating system
Linux
Lodestar version or commit hash
unstbale
The text was updated successfully, but these errors were encountered: