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

Catch up filter headers and block headers in parallel #98

Merged
merged 7 commits into from
Oct 3, 2018

Commits on Sep 30, 2018

  1. Configuration menu
    Copy the full SHA
    6bb57d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10465fe View commit details
    Browse the repository at this point in the history
  3. blockmanager: remove filter goroutines.

    Since we are only handling one filter type, we can simplify the code by
    making it clearly synchronous.
    halseth committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    52efa5c View commit details
    Browse the repository at this point in the history
  4. blockmanager: start cfheader sync immediately when lagging a cp inter…

    …val behind
    
    This commit makes the cfhandler start fetching checkpointed filter
    headers imemdiately when they are lagging at least a CF checkpoint
    interval behind the blockheaders.
    halseth committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    f0333c4 View commit details
    Browse the repository at this point in the history
  5. blockmanager: fetch filter checkpoints up to chain checkpoints

    This commit makes the fetching of filter checkpoints go up to the hash
    of the latest chain checkpoints in case the block headers haven't caught
    up that far.
    
    This helps in terms of avoiding doing a lot of filter checkpoint fetches
    up to small heights while the block headers are catching up.
    halseth committed Sep 30, 2018
    Configuration menu
    Copy the full SHA
    536c78f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3fb5213 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

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