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

Parallel fetch for chain sync #3887

Merged
merged 11 commits into from
Sep 23, 2020
Merged

Parallel fetch for chain sync #3887

merged 11 commits into from
Sep 23, 2020

Commits on Sep 17, 2020

  1. properly close streams in blocksync

    we were leaking streams right and left...
    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    61c0b8c View commit details
    Browse the repository at this point in the history
  2. parallel chain sync

    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    35f6e10 View commit details
    Browse the repository at this point in the history
  3. add some more logging

    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    05a233f View commit details
    Browse the repository at this point in the history
  4. fix bug

    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b984e94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a4b629 View commit details
    Browse the repository at this point in the history
  6. increase exchange ShufflePeersPrefix to 16, use that as the value of …

    …concurrent sync requests
    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2a428f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb605f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d7948fc View commit details
    Browse the repository at this point in the history
  9. clean up return code

    vyzo committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    2946561 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6dfc40a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. fix handling of end of sync

    vyzo committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    f135ec8 View commit details
    Browse the repository at this point in the history