You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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'
This is mostly an issue with Teku's VC, which as noted can be worked around by using --network=mainnet (rather than auto). So, it's not a hard incompatibility.
Even so, Lighthouse will gain the new config parameters on /eth/v1/config/spec when this PR is merged: #4426.
See comment here: Consensys/teku#7397 (comment)
Client Versions
Commands
Teku VC
Errors
Related
The text was updated successfully, but these errors were encountered: