ChainSafe / ChainSafe/gossamer
feat(statement-distribution): Implement `RequestManager`
Open
- Dominant language
- Go
- Stars
- 454
- Forks
- 144
- PR merge metrics
- No merged PRs in 30d
Description
### Description
The [`RequestManager`](https://github.com/paritytech/polkadot-sdk/blob/41a5d8ec5f3d3d0ff82899be66113b223395ade5/polkadot/node/network/statement-distribution/src/v2/requests.rs#L162-L163) manages outgoing request that our node is sending to other peers, it needs to manage the max cap of outgoing messages as well as retries.
Blocked by: #4378
Contributor guide
Assessment
This issue has not been assessed yet.