IntersectMBO / IntersectMBO/ouroboros-network

Nodes should not request TXs during bulk sync

Open
#4,955 0 comments 0 reactions 1 assignee Claimed by @crocodile-dentist View on GitHub
high-priority optimisation PI-9 tx-submission
Dominant language
Haskell
Stars
296
Forks
104
Avg merge
2d 10h
Merged PRs (30d)
4

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.