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

Reduce duplicate peer traffic for ledger data #5126

Merged
merged 44 commits into from
Feb 14, 2025

Merge remote-tracking branch 'upstream/develop' into pr/getledger

ca07176
Select commit
Loading
Failed to load commit list.
Merged

Reduce duplicate peer traffic for ledger data #5126

Merge remote-tracking branch 'upstream/develop' into pr/getledger
ca07176
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Feb 11, 2025 in 1s

24.0% of diff hit (target 78.2%)

View this Pull Request on Codecov

24.0% of diff hit (target 78.2%)

Annotations

Check warning on line 99 in include/xrpl/basics/CanProcess.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

include/xrpl/basics/CanProcess.h#L99

Added line #L99 was not covered by tests

Check warning on line 1076 in src/xrpld/app/consensus/RCLConsensus.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/consensus/RCLConsensus.cpp#L1076

Added line #L1076 was not covered by tests

Check warning on line 205 in src/xrpld/app/ledger/InboundLedger.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/InboundLedger.h#L205

Added line #L205 was not covered by tests

Check warning on line 212 in src/xrpld/app/ledger/InboundLedger.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/InboundLedger.h#L211-L212

Added lines #L211 - L212 were not covered by tests

Check warning on line 401 in src/xrpld/app/ledger/detail/InboundLedger.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedger.cpp#L401

Added line #L401 was not covered by tests

Check warning on line 85 in src/xrpld/app/ledger/detail/InboundLedgers.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedgers.cpp#L85

Added line #L85 was not covered by tests

Check warning on line 88 in src/xrpld/app/ledger/detail/InboundLedgers.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedgers.cpp#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 140 in src/xrpld/app/ledger/detail/InboundLedgers.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedgers.cpp#L140

Added line #L140 was not covered by tests

Check warning on line 144 in src/xrpld/app/ledger/detail/InboundLedgers.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedgers.cpp#L144

Added line #L144 was not covered by tests

Check warning on line 233 in src/xrpld/app/ledger/detail/InboundLedgers.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/ledger/detail/InboundLedgers.cpp#L233

Added line #L233 was not covered by tests

Check warning on line 146 in src/xrpld/app/misc/HashRouter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/HashRouter.cpp#L146

Added line #L146 was not covered by tests

Check warning on line 157 in src/xrpld/app/misc/HashRouter.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/HashRouter.cpp#L157

Added line #L157 was not covered by tests

Check warning on line 97 in src/xrpld/app/misc/HashRouter.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/HashRouter.h#L97

Added line #L97 was not covered by tests

Check warning on line 99 in src/xrpld/app/misc/HashRouter.h

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/HashRouter.h#L99

Added line #L99 was not covered by tests

Check warning on line 1976 in src/xrpld/app/misc/NetworkOPs.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/NetworkOPs.cpp#L1976

Added line #L1976 was not covered by tests

Check warning on line 2346 in src/xrpld/app/misc/NetworkOPs.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/app/misc/NetworkOPs.cpp#L2346

Added line #L2346 was not covered by tests

Check warning on line 513 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L513

Added line #L513 was not covered by tests

Check warning on line 1347 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1347

Added line #L1347 was not covered by tests

Check warning on line 1437 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1437

Added line #L1437 was not covered by tests

Check warning on line 1440 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1439-L1440

Added lines #L1439 - L1440 were not covered by tests

Check warning on line 1442 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1442

Added line #L1442 was not covered by tests

Check warning on line 1445 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1445

Added line #L1445 was not covered by tests

Check warning on line 1473 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1473

Added line #L1473 was not covered by tests

Check warning on line 1490 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1490

Added line #L1490 was not covered by tests

Check warning on line 1493 in src/xrpld/overlay/detail/PeerImp.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/xrpld/overlay/detail/PeerImp.cpp#L1493

Added line #L1493 was not covered by tests