We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, Lodestar has a 1MB max message size (in master & kintsugi branches):
lodestar/packages/lodestar/src/constants/network.ts
Lines 43 to 46 in 0e47cd3
For Bellatrix, the spec states that the maximum gossip message size is 10MB:
https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/p2p-interface.md#configuration
I suggest creating new GOSSIP_MAX_SIZE_BELLATRIX and MAX_CHUNK_SIZE_BELLATRIX constants.
GOSSIP_MAX_SIZE_BELLATRIX
MAX_CHUNK_SIZE_BELLATRIX
The text was updated successfully, but these errors were encountered:
Thanks for noting this @jtraglia ❤️
Sorry, something went wrong.
thanks @jtraglia for bringing this up! 🙂 we have this tracked here: #3486. Current plan is to raise the limit in a release just before merge 👍
Tracked elsewhere. Closing.
g11tech
No branches or pull requests
Currently, Lodestar has a 1MB max message size (in master & kintsugi branches):
lodestar/packages/lodestar/src/constants/network.ts
Lines 43 to 46 in 0e47cd3
For Bellatrix, the spec states that the maximum gossip message size is 10MB:
https://github.com/ethereum/consensus-specs/blob/dev/specs/bellatrix/p2p-interface.md#configuration
I suggest creating new
GOSSIP_MAX_SIZE_BELLATRIX
andMAX_CHUNK_SIZE_BELLATRIX
constants.The text was updated successfully, but these errors were encountered: