Neptune-Crypto/neptune-core

Connect to previous peers after node restart

Ouverte

#468 ouverte le 26 févr. 2025

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (45 forks)auto 404
enhancementgood first issuenetworking

Métriques du dépôt

Stars
 (110 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently, Neptune core will go through bootstrap nodes and peer discovery every time it is started. Instead, any existing information about previous peers (currently in the “peer standings” database) should be used. This decreases the burden put on bootstrap nodes and should help to achieve full connectivity faster.

Guide contributeur