We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to fetch the eth1 connections results in panic curl http://localhost:3500/eth/v1alpha1/node/eth1/connections
new functionality in release v2.0.6: Add endpoint to query eth1 connections #10073 #10103
N/a
curl http://localhost:3500/eth/v1alpha1/node/eth1/connections
Operating System:
Linux with latest Prysm 2.0.6
Anything else relevant (validator index / public key)?
cc: @michaelneuder
The text was updated successfully, but these errors were encountered:
Looks like an err is nil.
prysm/beacon-chain/rpc/prysm/v1alpha1/node/server.go
Line 230 in 9166f40
Sorry, something went wrong.
yup, I will look at this tonight EST, thanks!
Thanks @michaelneuder
Opened #10186
No longer an issue now that we only support a single eth1 connection
michaelneuder
No branches or pull requests
🐞 Bug Report
Description
Trying to fetch the eth1 connections results in panic
curl http://localhost:3500/eth/v1alpha1/node/eth1/connections
new functionality in release v2.0.6:
Add endpoint to query eth1 connections #10073 #10103
Has this worked before in a previous version?
N/a
🔬 Minimal Reproduction
curl http://localhost:3500/eth/v1alpha1/node/eth1/connections
🔥 Error
🌍 Your Environment
Operating System:
Linux with latest Prysm 2.0.6
Anything else relevant (validator index / public key)?
cc: @michaelneuder
The text was updated successfully, but these errors were encountered: