XRPLF / clio

An XRP Ledger API Server
https://xrpl.org
ISC License
56 stars 48 forks source link

Remove `full` from ledger RPC forwarding #1360

Closed godexsoft closed 2 months ago

godexsoft commented 2 months ago

Fixes #777

Removes deprecated fields from forwarding proxy.

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 64.35%. Comparing base (e931f27) to head (b526af3).

Files Patch % Lines
src/rpc/common/impl/ForwardingProxy.hpp 0.00% 0 Missing and 2 partials :warning:
src/rpc/handlers/Ledger.hpp 0.00% 2 Missing :warning:
src/rpc/common/Validators.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #1360 +/- ## =========================================== - Coverage 64.38% 64.35% -0.03% =========================================== Files 248 248 Lines 10544 10541 -3 Branches 5839 5837 -2 =========================================== - Hits 6789 6784 -5 - Misses 1920 1922 +2 Partials 1835 1835 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.