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

Proposed 1.6.0-b2 #3357

Merged
merged 26 commits into from
Apr 15, 2020
Merged

Proposed 1.6.0-b2 #3357

merged 26 commits into from
Apr 15, 2020

Commits on Apr 9, 2020

  1. Configuration menu
    Copy the full SHA
    1661c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb9dd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78d771a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e87086 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e93a44f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c828279 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a6246b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46a76fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    323dbc7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8cf7c95 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d3b6d8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9f8d648 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d83223 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Reduce strand re-execute log message severity to warning:

    Historically strand re-execute log messages have been treated as
    errors.  However in the vast majority of cases these log messages
    are caused by well understood mechanics in the payment engine.
    So usually these log messages should be treated as warnings.
    scottschurr authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    67981f0 View commit details
    Browse the repository at this point in the history
  2. Unit test for memo

    movitto authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    f155eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be26525 View commit details
    Browse the repository at this point in the history
  4. Update Travis to bionic

    gliptak authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    1c3c69f View commit details
    Browse the repository at this point in the history
  5. Fix invalid shard removal

    miguelportilla authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ce5f240 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6477bdf View commit details
    Browse the repository at this point in the history
  7. Improve the Doxygen Workflow

    * Use official build environment Docker image
    * Update documentation and Doxygen website URLs
    thejohnfreeman authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    858e93c View commit details
    Browse the repository at this point in the history
  8. Fix a build issue involving Ubuntu Docker containers:

    The package 'apt-transport-https' needs to be downloaded and installed
    in order for the build pipeline to successfully complete builds.
    manojsdoshi authored and nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    ce6b427 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b96ef6a View commit details
    Browse the repository at this point in the history
  10. Reduce calls to std::random_device:

    Existing per-thread PRNGs are individually initialized using calls
    to std::random_device.
    
    If merged, this commit will use a single PRNG, initialized from
    std::random_device on startup, to seed the thread-specific PRNGs.
    
    Acknowledgements:
        Thomas Snider, who reported this issue to Ripple on April 8, 2020.
    nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    284ed38 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7631d2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bdd22e4 View commit details
    Browse the repository at this point in the history
  13. Set version to 1.6.0-b2

    nbougalis committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    020b285 View commit details
    Browse the repository at this point in the history