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.

貢獻者指南