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
Support the Prysm consensus layer client and validator client.
Current issue: Here, prysm tries to get the "external ip". This is unavoidable. https://github.com/prysmaticlabs/prysm/blob/4386c244e1680d90ed3cc8123f453badf956efdd/network/external_ip.go#L49-L82 This ends up here with a deserialization failure: https://github.com/shadow/shadow/blob/4a1d8ac8d83266be2afa1f0c34fdc8a486688031/src/main/host/descriptor/socket/netlink.rs#L851-L855 I assume this is a bug in shadows netlink support.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support the Prysm consensus layer client and validator client.
Current issue:
Here, prysm tries to get the "external ip". This is unavoidable. https://github.com/prysmaticlabs/prysm/blob/4386c244e1680d90ed3cc8123f453badf956efdd/network/external_ip.go#L49-L82
This ends up here with a deserialization failure: https://github.com/shadow/shadow/blob/4a1d8ac8d83266be2afa1f0c34fdc8a486688031/src/main/host/descriptor/socket/netlink.rs#L851-L855
I assume this is a bug in shadows netlink support.
The text was updated successfully, but these errors were encountered: