IntersectMBO / IntersectMBO/ouroboros-network
TxSubmission Inbound - policy for requesting txids and txs
- Dominant language
- Haskell
- Stars
- 296
- Forks
- 104
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 4
Description
We have a TODO left in the [code](https://github.com/input-output-hk/ouroboros-network/blob/master/ouroboros-network/src/Ouroboros/Network/TxSubmission/Inbound.hs#L125).
The following three values, should be configurable in `cardano-node`:
* [ ] [`maxTxIdsToRequest`](https://github.com/input-output-hk/ouroboros-network/blob/80659fbac05ec8d0241dd49112b493bc082e8ff0/ouroboros-network/src/Ouroboros/Network/TxSubmission/Inbound.hs#L191)
* [ ] [`maxTxToRequest`](https://github.com/input-output-hk/ouroboros-network/blob/80659fbac05ec8d0241dd49112b493bc082e8ff0/ouroboros-network/src/Ouroboros/Network/TxSubmission/Inbound.hs#L192)
* [ ] [`txSubmissionMaxUnacked`](https://github.com/input-output-hk/ouroboros-network/blob/80659fbac05ec8d0241dd49112b493bc082e8ff0/ouroboros-network/src/Ouroboros/Network/NodeToNode.hs?plain=1#L217)
Contributor guide
Assessment
This issue has not been assessed yet.