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
feat(p2p): warn when the bootnode list yields nothing to dial
Both ways a bootnode file can come to nothing were silent above `debug`:
- Every entry unusable. Each rejection warns individually, but the empty
list that results is indistinguishable from having configured no
bootnodes at all.
- Every entry `quic`-less. Each skip is logged at `debug`, which is
right for one record, but a beacon-chain bootstrap list is entirely
`tcp`/`udp` records: feeding one in produces zero static dials with
nothing above `debug` to say so.
Either case boots a node that peers with nobody unless discovery is
enabled, so each now gets one line at `warn` with the count.
0 commit comments