Neptune-Crypto/neptune-core

Use PeerStandings Database for Peer Discovery upon Reboot

Aberta

#260 aberto em 22 de nov. de 2024

 (0 comentário) (0 reação) (0 responsável)Rust (45 forks)auto 404
good first issuelow priorityminor

Métricas do repositório

Stars
 (110 estrelas)
Métricas de merge de PR
 (Mesclagem média 12h 40m) (7 fundiu PRs em 30d)

Description

Upon reboot, the clien currently only attempts to make connections with the peers supplied as CLI arguments. After ten minutes, peer discovery will kick in and connect to many nodes.

However, you might as well read the IPs from the PeerStandings and try to connect to those as well.

Guia do colaborador