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 0.90.0-b6 #2370

Merged
merged 5 commits into from
Feb 5, 2018
Merged

Proposed 0.90.0-b6 #2370

merged 5 commits into from
Feb 5, 2018

Conversation

bachase
Copy link
Collaborator

@bachase bachase commented Feb 3, 2018

Includes #2300, #2356 , #2357, #2362.

bachase and others added 3 commits February 2, 2018 20:38
These changes augment the Validations class with a LedgerTrie to better
track the history of support for validated ledgers. This improves the
selection of the preferred working ledger for consensus. The Validations
class now tracks both full and partial validations. Partial validations
are only used to determine the working ledger; full validations are
required for any quorum related function. Validators are also now
explicitly restricted to sending validations with increasing ledger
sequence number.
@codecov-io
Copy link

codecov-io commented Feb 3, 2018

Codecov Report

Merging #2370 into develop will increase coverage by 0.07%.
The diff coverage is 84.05%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #2370      +/-   ##
===========================================
+ Coverage    70.08%   70.16%   +0.07%     
===========================================
  Files          702      703       +1     
  Lines        53346    53157     -189     
===========================================
- Hits         37390    37296      -94     
+ Misses       15956    15861      -95
Impacted Files Coverage Δ
src/ripple/app/main/Application.h 100% <ø> (ø) ⬆️
src/ripple/app/consensus/RCLConsensus.h 80% <ø> (ø) ⬆️
src/ripple/protocol/impl/BuildInfo.cpp 82.6% <ø> (+3.44%) ⬆️
src/ripple/app/misc/NetworkOPs.cpp 63.52% <0%> (+0.62%) ⬆️
src/ripple/app/main/Application.cpp 58.24% <100%> (-0.14%) ⬇️
src/ripple/rpc/impl/RPCHelpers.cpp 82.81% <100%> (+2.12%) ⬆️
src/ripple/consensus/Consensus.h 88.66% <100%> (-0.15%) ⬇️
src/ripple/app/consensus/RCLValidations.h 84% <100%> (+6.72%) ⬆️
src/ripple/app/consensus/RCLConsensus.cpp 66.74% <33.33%> (+0.4%) ⬆️
src/ripple/app/consensus/RCLValidations.cpp 81.59% <75%> (+8.48%) ⬆️
... and 222 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 1c44c4a...2198a39. Read the comment docs.

@ripplelabs-jenkins
Copy link
Collaborator

ripplelabs-jenkins commented Feb 3, 2018

Jenkins Build Summary

Built from this commit

Built at 20180203 - 13:03:37

Test Results

Build Type Result Status
coverage 1000 cases, 0 failed, t: 575s PASS ✅
clang.debug.unity 1000 cases, 0 failed, t: 443s PASS ✅
gcc.debug.unity 1000 cases, 0 failed, t: 399s PASS ✅
clang.debug.nounity 998 cases, 0 failed, t: 718s PASS ✅
gcc.debug.nounity 998 cases, 0 failed, t: 278s PASS ✅
clang.release.unity 999 cases, 0 failed, t: 475s PASS ✅
gcc.release.unity 999 cases, 0 failed, t: 508s PASS ✅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants