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

Reduce the max-block-size that is used in new networks by default #419

Merged
merged 2 commits into from
Dec 11, 2017

Commits on Oct 13, 2017

  1. Reduce the max-block-size that is used in new networks by default

    ... unless the genesis block is modified manually, or the committee
    changes that parameter on the chain.
    
    This fixes the issue that blocks might otherwise become bigger than the
    MAX_MESSAGE_SIZE of the p2p code. This far, I am unaware that the p2p
    does segmentation of messages.
    xeroc committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f8f7e0d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    19a421f View commit details
    Browse the repository at this point in the history