IntersectMBO / IntersectMBO/ouroboros-consensus
Take version into account in nodeBlockFetchSize
Open
technical debt
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
Currently, `nodeBlockFetchSize` does not take the `BlockNodeToNodeVersion` (it's not used for `NodeToClient` protocols at the moment) into account when coming up with an estimate for the block size. This means that if for a certain version, the blocks are larger, `nodeBlockFetchSize` would have to overestimate for the other versions, just to make sure that it never underestimates.
Note that eventually `nodeBlockFetchSize` should be removed from `RunNode`.
Contributor guide
Assessment
This issue has not been assessed yet.