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

fix int overflow error for rand.Intn #5385

Merged
merged 7 commits into from
Dec 12, 2019

Commits on Dec 10, 2019

  1. fix int overflow error for rand.Intn

    uses instead rand.Int63n that works with
    required input 1e12
    
    ref github.com/cosmos/issues/5221
    noandrea committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    9c2c2ca View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Configuration menu
    Copy the full SHA
    e660489 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79249a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7eb91 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    16169ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134beb8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75428b8 View commit details
    Browse the repository at this point in the history