XRPLF / xrpl4j

A 100% Java implementation to interact with the XRP Ledger.
ISC License
80 stars 45 forks source link

Price Oracle Support #537

Open nkramer44 opened 3 weeks ago

nkramer44 commented 3 weeks ago

Adds support for the Price Oracle amendment, including: Transactions:

Ledger Objects:

RPCs:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 95.50562% with 4 lines in your changes missing coverage. Please review.

Project coverage is 91.73%. Comparing base (55975e1) to head (4321c4b).

:exclamation: Current head 4321c4b differs from pull request most recent head 729ca1b

Please upload reports for the commit 729ca1b to get more accurate results.

Files Patch % Lines
...ain/java/org/xrpl/xrpl4j/client/JsonRpcClient.java 0.00% 3 Missing :warning:
.../model/transactions/metadata/MetaOracleObject.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #537 +/- ## ============================================ + Coverage 91.65% 91.73% +0.08% - Complexity 1774 1817 +43 ============================================ Files 365 381 +16 Lines 4948 5036 +88 Branches 408 413 +5 ============================================ + Hits 4535 4620 +85 - Misses 280 283 +3 Partials 133 133 ```

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