Neptune-Crypto/neptune-core

Populate mempool on new peer connection

开放

#31 创建于 2023年8月7日

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

仓库指标

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

描述

When a new peer is connected, the n most heavy transactions (highest fee per byte) should be shared. This should be done through a transaction ID where the receiver can then request the transaction if it does not know it.

n doesn't have to be more than 5 to ensure that not too much bandwidth is used.

贡献者指南