Neptune-Crypto/neptune-core

Populate mempool on new peer connection

オープン

#31 opened on 2023/08/07

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (45 件のフォーク)auto 404
good first issue

Repository metrics

Stars
 (110 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド