Skip to content

net: dial a seed named by a domain - #152

Open
octobocto wants to merge 2 commits into
LayerTwo-Labs:masterfrom
octobocto:2026-09-06-alphanet-seed
Open

net: dial a seed named by a domain#152
octobocto wants to merge 2 commits into
LayerTwo-Labs:masterfrom
octobocto:2026-09-06-alphanet-seed

Conversation

@octobocto

@octobocto octobocto commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

resolve_peer_address passes a bare host name to tokio::net::lookup_host, which reads a host:port pair, so every seed named by a domain fails with invalid socket address and never gets dialled.

Both alphanet seeds also answer a QUIC probe but finish no handshake today, so a fresh node times out on each after 30 seconds and syncs from nothing. The list now names one node that accepts a peer.

@octobocto
octobocto force-pushed the 2026-09-06-alphanet-seed branch from 4ab95bc to d4d54db Compare September 6, 2026 05:32
@octobocto octobocto changed the title net: replace the dead alphanet seeds net: dial a seed named by a domain Sep 6, 2026
@octobocto
octobocto force-pushed the 2026-09-06-alphanet-seed branch from d4d54db to f9cfe63 Compare September 6, 2026 05:48
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

Successfully merging this pull request may close these issues.

1 participant