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

Turn staking requirement into integer math variant #877

Merged
merged 4 commits into from
Oct 9, 2019

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    6194ab1 View commit details
    Browse the repository at this point in the history
  2. Code review

    Doy-lee committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    dddec30 View commit details
    Browse the repository at this point in the history
  3. Set rounding mode back to default (TO_NEAREST) after randomx

    Executing RandomX has side effects on the current rounding mode
    depending on the hash program it generates and doesn't reset the
    rounding mode after the fact. So explicitly set it after.
    Doy-lee committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    d39a144 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Set rounding mode explicitly where we need it

    Instead of implicitly relying on the mode we expect it to be
    Doy-lee committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    049c2e8 View commit details
    Browse the repository at this point in the history