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

feat: dag import --stats (#8237) #8237

Merged
merged 10 commits into from
Sep 23, 2021
Merged

Commits on Sep 7, 2021

  1. feat: report block count on dag import

    rvagg authored and gammazero committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    6f0b5c2 View commit details
    Browse the repository at this point in the history
  2. fix: clean-up dag import message format

    rvagg authored and gammazero committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    daab857 View commit details
    Browse the repository at this point in the history
  3. Only print stats when --stats flag is passed

    This applies to both text and json output encoings.
    
    - Stats data is now contained within a Stats datastructure
    - Stats are printed after root so that first line of output is the same as previously, even when stats are output using --stats
    gammazero committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    875c3f0 View commit details
    Browse the repository at this point in the history
  4. fix sharness test

    gammazero committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    52c970f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    c14d1bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56b87df View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

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

Commits on Sep 10, 2021

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

Commits on Sep 13, 2021

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

Commits on Sep 21, 2021

  1. test: dag import without --stats

    basic regression tests for the default output (text and json)
    lidel committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    02fe735 View commit details
    Browse the repository at this point in the history