-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Proposed 1.6.0-b2 #3357
Conversation
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.
* Use official build environment Docker image * Update documentation and Doxygen website URLs
The package 'apt-transport-https' needs to be downloaded and installed in order for the build pipeline to successfully complete builds.
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.
Codecov Report
@@ Coverage Diff @@
## develop #3357 +/- ##
===========================================
- Coverage 70.46% 70.40% -0.07%
===========================================
Files 684 683 -1
Lines 55001 54775 -226
===========================================
- Hits 38759 38564 -195
+ Misses 16242 16211 -31
Continue to review full report at Codecov.
|
I don't see any doc impacts from these changes, other than previously-known "unconditionalizing" amendments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
If merged, this PR will close #3292, close #3304 (which resolves #3276), close #3305 (which resolves #3277), close #3319, close #3341, close #3343, close #3344, close #3345, close #3347, close #3351, close #3352 and close #3353.