-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Beacon Chain v1.0.0-alpha.5 Cannot Connect to Eth1 Node #5581
Comments
I believe we updated the ethclient in #5554 |
This was s different variation I once saw, which includes an EOF error:
|
We've added some additional functionality to help in these scenarios in #5583. Eth1 node connection can negatively affect block proposals, but having a short timeout with a graceful fall back should help with this issue. Given that, I'm lowering priority slightly. |
Was your ETH1 node having problems @metanull-operator ? Are you still seeing the issue? |
@metanull-operator I am closing this, given this was resolved on your end in our offline conversations. |
🐞 Bug Report
Description
Beacon chain running alpha.5 unable to connect to my Goerli eth1 node, but second beacon chain running alpha.4 continues to connect to eth1 node successfully.
Has this worked before in a previous version?
Yes, the previous version in which this bug was not present was: v1.0.0-alpha.4🔬 Minimal Reproduction
beacon-chain --datadir=/home/eth2/prysm --min-sync-peers=7 --p2p-max-peers=200 --monitoring-port 8080 --p2p-tcp-port 13001 --p2p-udp-port 12001 --rpc-port 4000 --p2p-host-ip=XXX.XXX.XXX.XXX --http-web3provider http://192.168.XXX.XXX:8545 --web3provider ws://192.168.XXX.XXX:8546 --peer /ip4/192.168.XXX.XXX/tcp/13000/p2p/16Uiu2HAmVauqo3yKF6kXxD1qaqXg3wD9kdaD12HGRr3MshMpo75J
I did not modify this comment between running alpha.4 and alpha.5.
🔥 Error
Log ends there. Eth1 client IS syncing though:
And alpha.4 beacon chain humming along:
🌍 Your Environment
Operating System:
What version of Prysm are you running? (Which release)
Anything else relevant (validator index / public key)?
The text was updated successfully, but these errors were encountered: