Neptune-Crypto/neptune-core

Connect to previous peers after node restart

Open

#468 opened on Feb 26, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (45 forks)auto 404
enhancementgood first issuenetworking

Repository metrics

Stars
 (110 stars)
PR merge metrics
 (PR metrics pending)

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.

Contributor guide