IntersectMBO / IntersectMBO/ouroboros-consensus
Local size limit on block size
Open
enhancement
- Dominant language
- Haskell
- Stars
- 67
- Forks
- 43
- Avg merge
- 5d 13h
- Merged PRs (30d)
- 43
Description
Block-producing nodes with limited network resources may need to use a smaller block size to be able to make the deadlines.
The max block size comes from the protocol limits, but we can have a lower limit locally from configuration.
Solution: add a local block size limit param from configuration and when creating the block use the minimum of the local and global size limits.
Contributor guide
Assessment
This issue has not been assessed yet.