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

progresslog: Make block progress log internal. #2499

Merged
merged 2 commits into from
Dec 15, 2020

Commits on Dec 15, 2020

  1. progresslog: Make block progress log internal.

    This splits the block progress logging used by the block manager and
    dump blockchain option to a separate internal package named progresslog
    and updates its code to be more consistent with the rest of the code
    base along the way.
    
    This is a part of the overall effort to decouple the block manager from
    the server so it can be split out into a separate internal netsync
    package.
    davecgh committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    6c0f088 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a80939 View commit details
    Browse the repository at this point in the history