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

Work multiplier format and RPC work_validate fix for lower difficulties #1984

Merged
merged 7 commits into from May 15, 2019

Commits on May 15, 2019

  1. Copy the full SHA
    940b189 View commit details
    Browse the repository at this point in the history
  2. Fix RPC work_validate returning invalid for difficulty lower than thr…

    …eshold
    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    c6d7f18 View commit details
    Browse the repository at this point in the history
  3. Move nano::to/from_string_hex to lib/numbers.hpp

    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    3ff5718 View commit details
    Browse the repository at this point in the history
  4. Parameter can be const in nano::to_string_hex

    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    f527583 View commit details
    Browse the repository at this point in the history
  5. Extract nano::to_string method for converting double with fixed and c…

    …ustom precision. Use std streams rather than boost
    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    627ed40 View commit details
    Browse the repository at this point in the history
  6. Fix intermitent failure of rpc.work_generate test

    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    2aadf7b View commit details
    Browse the repository at this point in the history
  7. Prevent crash in debug if given difficulty is 0

    Guilherme Lawless committed May 15, 2019
    Copy the full SHA
    12ee2c5 View commit details
    Browse the repository at this point in the history