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

Combine expedited block and xthin block handling #509

Closed
wants to merge 2 commits into from
Closed

Combine expedited block and xthin block handling #509

wants to merge 2 commits into from

Commits on May 5, 2017

  1. Expedited blocks: only send after checking PoW

    Neil Booth committed May 5, 2017
    Configuration menu
    Copy the full SHA
    a0b7e58 View commit details
    Browse the repository at this point in the history
  2. Combine expedited block and xthin block handling

    A common function that unifies the two message handlers to have a single codepath
    for verification.  The only differences lie in determining new-ness of the block.
    The prior expedited code path used to omit most of the validity checks.
    Neil Booth committed May 5, 2017
    Configuration menu
    Copy the full SHA
    30f33e4 View commit details
    Browse the repository at this point in the history