-
Notifications
You must be signed in to change notification settings - Fork 188
P2P: clear inflight pooled tx requests if we don't have #6444
Copy link
Copy link
Open
Labels
good first issueGood for newcomersGood for newcomersp2pIssues related to p2p networkIssues related to p2p network
Description
After PR #6437 is merged, we add tracking for inflight transactions so we don't issue duplicated requests. However, we should check if failed/timed out transactions are cleared. If not, this can slowly accumulate memory over time, plus we will never request for those txs.
We need to check what the flow is for these timeouts, if we even have that implemented and have some level of periodic clearance, or having those timeouts clear the inflight dictionary actively when they happen.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersp2pIssues related to p2p networkIssues related to p2p network