Neptune-Crypto/neptune-core

Connect to previous peers after node restart

Offen

#468 geöffnet am 26.02.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (45 Forks)auto 404
enhancementgood first issuenetworking

Repository-Metriken

Stars
 (110 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide