Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase MaxBlockSizeBytes to 128 MiB in a release of the celestia-core #1363

Open
staheri14 opened this issue May 21, 2024 · 1 comment
Open
Labels
WS: Big Blonks 🔭 Improving consensus critical gossiping protocols WS: v3

Comments

@staheri14
Copy link
Contributor

In order to allow block sizes larger than 100 MiB, we need to modify the current constan MaxBlockSizeBytes. This constant currently restricts the maximum size of a block, and any block exceeding this size would be disallowed.

Previously, we have increased the MaxBlockSizeBytes to 128 MiB on the main branch. However, this change has not yet been included in any official releases of the core. To enable the integration of this increase into the celestia-app and practically allow larger block sizes, we need to ensure that this change is incorporated into an official release.

This issue will track the status of the integration process.

@staheri14
Copy link
Contributor Author

We already had a PR #1302 for this change, but decided to hold off merging until we figure out a sustainable approach.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
WS: Big Blonks 🔭 Improving consensus critical gossiping protocols WS: v3
Projects
None yet
Development

No branches or pull requests

2 participants