Open nazarhussain opened 3 months ago
It's not clear from the stack trace but I think this is the request to fetch bootnodes from config repos on github https://github.com/ChainSafe/lodestar/blob/64fe1db806050d5d794ad8bdf83554faed84308c/packages/cli/src/networks/index.ts#L94
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 @szmarczak/http-timer
which is a webdriver
dependency. That is weird and need to look into.
The error originated from @szmarczak/http-timer which is a webdriver dependency.
It is from got
which we use here to fetch the bootnodes, see node_modules/got/dist/source/core/index.js
(from stack trace). It's a dependency of got https://www.npmjs.com/package/got?activeTab=dependencies
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