Neptune-Crypto/neptune-core

Connect to previous peers after node restart

开放

#468 创建于 2025年2月26日

 (0 条评论) (0 个反应) (0 位负责人)Rust (45 个派生)auto 404
enhancementgood first issuenetworking

仓库指标

星标
 (110 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南