XRPLF / rippled

Decentralized cryptocurrency blockchain daemon implementing the XRP Ledger protocol in C++
https://xrpl.org
ISC License
4.48k stars 1.45k forks source link

Add AMM data to `book_changes` #4992

Open tequdev opened 2 months ago

tequdev commented 2 months ago

High Level Overview of Change

Add AMM data to book_changes, which currently parses only Offer data.

Context of Change

https://github.com/XRPLF/rippled/issues/4952

Type of Change

API Impact

codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 76.91%. Comparing base (c88166e) to head (4ef3f7b).

Files Patch % Lines
src/ripple/rpc/BookChanges.h 0.00% 68 Missing and 16 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #4992 +/- ## =========================================== - Coverage 76.97% 76.91% -0.06% =========================================== Files 1129 1129 Lines 131914 131997 +83 Branches 39629 39637 +8 =========================================== - Hits 101539 101529 -10 - Misses 24459 24484 +25 - Partials 5916 5984 +68 ```

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