Skip to content
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

Client Diversity: Teku VC <> Lighthouse BN does not work #7397

Closed
ybstaked opened this issue Jul 28, 2023 · 1 comment
Closed

Client Diversity: Teku VC <> Lighthouse BN does not work #7397

ybstaked opened this issue Jul 28, 2023 · 1 comment

Comments

@ybstaked
Copy link

ybstaked commented Jul 28, 2023

Client Versions

Teku VC: Version: 23.6.2
Lighthouse BN: Version: v4.3.0

Commands

Teku VC

teku validator-client --network=auto --log-include-validator-duties-enabled=true --log-include-events-enabled=true --metrics-enabled=true --metrics-host-allowlist=* --metrics-port=8081 --metrics-interface=0.0.0.0 --data-path=/data --validators-external-signer-public-keys="http://$POD_IP:5050/api/v1/eth2/publicKeys" --beacon-node-api-endpoint="http://cl-lighthouse-beacon.eth2-prater:5052" --validators-early-attestations-enabled=false --validators-external-signer-url="http://$POD_IP:5050" --validators-external-signer-timeout=5000 --log-color-enabled=false --validators-proposer-config=/data/new-fee-recipient.json --validators-builder-registration-default-enabled=true --validators-proposer-blinded-blocks-enabled=true

Errors

Failed to retrieve network spec from beacon node endpoint 'http://cl-lighthouse-beacon.eth2-prater:5052/'.
Details: Missing value for spec constant 'GOSSIP_MAX_SIZE'

Related

@StefanBratanov
Copy link
Contributor

Hi @ybstaked this incompatibility is because we have implemented the config spec changes as per ethereum/consensus-specs#3375. It seems like Lighthouse hasn't implemented those yet. It's worth raising this issue on their Github, since we wouldn't revert to supporting old versions. In the meantime, instead of auto can just point to a specific network on the Teku VC side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants