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

Check filter header checkpoints against hardcoded list #159

Merged
merged 2 commits into from Jun 22, 2019

Commits on Jun 20, 2019

  1. chainsync: define ControlCFHeader

    ControlCFHeader controls the passed filter header against a list of
    hardcoded checkpoints, that we can use to determine peers serving
    invalid filterheaders.
    halseth committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    97eea55 View commit details
    Browse the repository at this point in the history
  2. blockmanager: use ControlCFHeader

    Before starting to compare filter checkpoints our peers are serving, we
    do a quick check against the filter header checkpoints we have.
    halseth committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    40060ce View commit details
    Browse the repository at this point in the history