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

[NV13] Mpool will reject sufficiently large batch prove commits #6338

Closed
Tracked by #6185
Stebalien opened this issue May 27, 2021 · 0 comments · Fixed by #6419
Closed
Tracked by #6185

[NV13] Mpool will reject sufficiently large batch prove commits #6338

Stebalien opened this issue May 27, 2021 · 0 comments · Fixed by #6419
Assignees
Labels
area/messages P1 P1: Must be resolved

Comments

@Stebalien
Copy link
Member

As of network version 13, batch prove commit proofs can be up to 41KiB (last I checked?). However, the message pool rejects messages over 32KiB. We're going to need to up this limit.

if m.Size() > 32*1024 {
return xerrors.Errorf("mpool message too large (%dB): %w", m.Size(), ErrMessageTooBig)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/messages P1 P1: Must be resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants