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

blockchain: Remove easiest diff checkpoint checks. #2012

Merged

Commits on Dec 6, 2019

  1. blockchain: Remove easiest diff checkpoint checks.

    These checks are no longer necessary since they applied to orphans and
    blockchain no longer handles orphans.  Further, orphans are currently
    otherwise limited by the block manager and this is another step towards
    the overall effort to decouple the connection code from the download
    logic.  Ultimately, the goal is to remove orphan handling altogether.
    
    Finally, it also has the added benefit of further minimizing the
    reliance on trusted known good checkpoints.
    davecgh committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    7fd7f7b View commit details
    Browse the repository at this point in the history