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

Calculate and display hash count of PoW #73

Merged
merged 6 commits into from
Sep 27, 2018
Merged

Commits on Sep 23, 2018

  1. Calculate the hash count of PoW

    Calculate the hash count mentioned in DLTcollab#47 in `doThePoW` function
    and get it with `getHashCount` API.
    marktwtn committed Sep 23, 2018
    Configuration menu
    Copy the full SHA
    c5dae88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d030c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Implement getPoWInfo API to get PoW-related information

    The `getPoWInfo` API would return the PoW-related information
    such as hash count and PoW execution time,
    instead of returning the hash count value only.
    marktwtn committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    2dc1d4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd259c9 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Update the `BUILD_STAT` option and testing files with the corresponding result.
    marktwtn committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    262b893 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

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