Skip to content

P2P: clear inflight pooled tx requests if we don't have #6444

@Arkenan

Description

@Arkenan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomersp2pIssues related to p2p network

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions