You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want the ability to configure the square size via token voting, but with hard cap that requires a hardfork to change. In previous discussions, we've decided to simply use the consensus param of max block size to limit the max block size. However, the hardcoded limit is still the max square size (currently 128 as of writing), which gets hit at ~6-7MB.
We should still make the block size limited by the consensus param, and we don't want to go above a 128x128 square size (ods). This will likely involve setting the default block size consensus param to the maximum value that can fit in a 128x128 square.
related to #1569 in that we are wanting to hardcode a max parameter.
blocked by #1214 because that removes the estimation logic, which would probably be used to limit the square size
The text was updated successfully, but these errors were encountered:
…ze (#1761)
## Overview
The base implementation for all ADR021 #1759 options
part of #1592
blocked by #1754
## Checklist
- [x] New and updated code has appropriate documentation
- [x] New and updated code has new and/or updated testing
- [x] Required CI checks are passing
- [x] Visual proof for any user facing features like CLI or
documentation updates
- [ ] Linked issues closed with keywords
We want the ability to configure the square size via token voting, but with hard cap that requires a hardfork to change. In previous discussions, we've decided to simply use the consensus param of max block size to limit the max block size. However, the hardcoded limit is still the max square size (currently 128 as of writing), which gets hit at ~6-7MB.
We should still make the block size limited by the consensus param, and we don't want to go above a 128x128 square size (ods). This will likely involve setting the default block size consensus param to the maximum value that can fit in a 128x128 square.
related to #1569 in that we are wanting to hardcode a max parameter.
blocked by #1214 because that removes the estimation logic, which would probably be used to limit the square size
The text was updated successfully, but these errors were encountered: