Neptune-Crypto/neptune-core

Populate mempool on new peer connection

Offen

#31 geöffnet am 07.08.2023

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (45 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (110 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide