-
Notifications
You must be signed in to change notification settings - Fork 387
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 share size to 512 bytes #711
Comments
Why would this require a change to the reserved bytes to |
If the reserved byte(s) points to the first byte of the message, it needs to be able to contain |
We want to do this as a fast follow after #659 |
## Motivation We will increase the # of reserved bytes from 1 to 2 when we do #711. The current implementation hardcodes only 1 reserved byte rather than relying on `appconsts.CompactShareReservedBytes`.
Based on synchronous discussion, this issue needs investigation to determine what the share size should be. |
to help figure out what breaks, we are doing #825 first, which could potentially be merged and close this issue |
512x512 blocks with:
|
#850 merged so this issue seems close-able. In the spirit of:
if we can increase share size to 1024 bytes then can we please create a new issue to tackle that? |
## Motivation We will increase the # of reserved bytes from 1 to 2 when we do celestiaorg#711. The current implementation hardcodes only 1 reserved byte rather than relying on `appconsts.CompactShareReservedBytes`.
## Motivation We will increase the # of reserved bytes from 1 to 2 when we do celestiaorg/celestia-app#711. The current implementation hardcodes only 1 reserved byte rather than relying on `appconsts.CompactShareReservedBytes`.
I like big blocks and I cannot lie.
Change
ShareSize
to512
: https://github.com/celestiaorg/celestia-core/blob/c193de698f889a3c78565ac4a73899326a23d544/pkg/consts/consts.go#L15This will also require a change to the reserved bytes to
2
: https://github.com/celestiaorg/celestia-core/blob/c193de698f889a3c78565ac4a73899326a23d544/pkg/consts/consts.go#L21The text was updated successfully, but these errors were encountered: