ouroboros-network icon indicating copy to clipboard operation
ouroboros-network copied to clipboard

Nodes should not request TXs during bulk sync

Open karknu opened this issue 5 months ago • 0 comments

When a node is so far behind that it operates in bulksync mode it should not request TXs from any peers. It is very unlikely that it would be able to apply any of them to its mempool. It is already CPU bound and sprinkling in attempts to add TXs to the mempool will only slow things down further.

TX-submission should be modified so that it doesn't request TX when in bulk sync mode.

karknu avatar Sep 10 '24 13:09 karknu