Neptune-Crypto/neptune-core
Populate mempool on new peer connection
Aberta
#31 aberto em 7 de ago. de 2023
good first issue
Métricas do repositório
- Stars
- (110 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
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.