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

Conversation

nbougalis
Copy link
Contributor

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.

scottschurr and others added 26 commits April 9, 2020 09:31
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-io
Copy link

Codecov Report

Merging #3357 into develop will decrease coverage by 0.06%.
The diff coverage is 38.65%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
src/ripple/app/consensus/RCLConsensus.cpp 59.22% <0.00%> (+0.04%) ⬆️
src/ripple/app/ledger/Ledger.cpp 79.26% <0.00%> (ø)
src/ripple/app/ledger/OrderBookDB.cpp 81.56% <0.00%> (ø)
src/ripple/app/ledger/impl/LedgerCleaner.cpp 21.05% <0.00%> (ø)
src/ripple/app/ledger/impl/LedgerMaster.cpp 41.64% <0.00%> (ø)
src/ripple/app/main/Application.cpp 59.93% <0.00%> (-0.07%) ⬇️
src/ripple/app/main/Main.cpp 40.13% <ø> (ø)
src/ripple/app/paths/impl/DirectStep.cpp 76.74% <0.00%> (-0.59%) ⬇️
src/ripple/app/paths/impl/StrandFlow.h 83.61% <0.00%> (ø)
src/ripple/app/paths/impl/XRPEndpointStep.cpp 78.62% <0.00%> (ø)
... and 29 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f422f6...020b285. Read the comment docs.

@mDuo13
Copy link
Collaborator

mDuo13 commented Apr 15, 2020

I don't see any doc impacts from these changes, other than previously-known "unconditionalizing" amendments.

Copy link
Collaborator

@seelabs seelabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nbougalis nbougalis merged commit 020b285 into XRPLF:develop Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
10 participants