Closed q9f closed 4 years ago
This doesn't seem like a lighthouse bug. The PR referenced doesn't address this. We set up the attnets key in our enr, and have done so for a while: https://github.com/sigp/lighthouse/blob/master/beacon_node/eth2-libp2p/src/discovery/enr.rs#L22
These logs look to me like Teku nodes are missing the attnets
ENR key and also do not support the meta_data RPC protocol
@AgeManning is right. We're missing a couple of things from the networking spec. We're currently heads down working on being fully compliant with the networking spec v0.11.1. We should be there soon. I'll note it here once we get there. @q9f
Ok cool.
I still cannot connect to Schlesi after #1702
It just won't peer with neither the bootnodes nor my local nodes.
Also, for some reason, teku ignores my --logging "DEBUG"
flag, so I cannot get any insights.
I'm able to peer with both clients now :+1:
Description
As a tester, I want to add a Teku node to a local multi-client testnet so that I can verify networking, synchronization and consensus.
Acceptance Criteria
Steps to Reproduce (Bug)
Expected behavior: Teku should peer and sync the chain.
Actual behavior: Teku recognizes the genesis state and can correctly compute the current slot/epoch but fails to peer with Lighthouse and Prysm.
Teku:
Prysm complains about
missing ENR key "attnets"
Edit, this is actually a LH bug, ref https://github.com/sigp/lighthouse/pull/1050Edit: It's not. :sob:Lighthouse complains about missing ENR bitfield:
Frequency:
1, reproducable
Versions
v0.12
(which is v0.11 with the consensus patch)master
(which is v0.11)