rippled
rippled copied to clipboard
DRAFT: Optimize when to acquire ledgers from the network
High Level Overview of Change
Context of Change
Type of Change
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Refactor (non-breaking change that only restructures code)
- [ ] Performance (increase or change in throughput and/or latency)
- [ ] Tests (you added tests for code that already exists, or your new feature included in this PR)
- [ ] Documentation update
- [ ] Chore (no impact to binary, e.g.
.gitignore, formatting, dropping support for older tooling) - [ ] Release
API Impact
- [ ] Public API: New feature (new methods and/or new fields)
- [ ] Public API: Breaking change (in general, breaking changes should only impact the next api_version)
- [ ]
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl) - [ ] Peer protocol change (must be backward compatible or bump the peer protocol version)
Codecov Report
Attention: Patch coverage is 69.15888% with 33 lines in your changes missing coverage. Please review.
Please upload report for BASE (
ximinez/fix-getledger@3a685d6). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## ximinez/fix-getledger #5352 +/- ##
=======================================================
Coverage ? 77.9%
=======================================================
Files ? 796
Lines ? 68974
Branches ? 8419
=======================================================
Hits ? 53755
Misses ? 15219
Partials ? 0
| Files with missing lines | Coverage Δ | |
|---|---|---|
| src/xrpld/app/consensus/RCLValidations.cpp | 74.3% <100.0%> (ø) |
|
| src/xrpld/app/ledger/InboundLedger.h | 69.2% <ø> (ø) |
|
| src/xrpld/app/ledger/InboundLedgers.h | 100.0% <ø> (ø) |
|
| src/xrpld/app/ledger/detail/LedgerDeltaAcquire.cpp | 96.4% <100.0%> (ø) |
|
| src/xrpld/app/ledger/detail/LedgerReplayTask.cpp | 94.1% <100.0%> (ø) |
|
| src/xrpld/app/ledger/detail/SkipListAcquire.cpp | 96.6% <100.0%> (ø) |
|
| src/xrpld/app/ledger/detail/TimeoutCounter.h | 100.0% <ø> (ø) |
|
| src/xrpld/app/misc/NetworkOPs.h | 100.0% <ø> (ø) |
|
| src/xrpld/shamap/detail/NodeFamily.cpp | 35.9% <ø> (ø) |
|
| src/xrpld/app/ledger/detail/TimeoutCounter.cpp | 89.3% <95.0%> (ø) |
|
| ... and 6 more |
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.