XRPLF / xrpl4j

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

DID Support #498

Closed nkramer44 closed 10 months ago

nkramer44 commented 10 months ago

Fixes #496. Adds XLS-40d DID support.

Includes new transactions:

Includes new ledger enty:

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (73d7848) 91.52% compared to head (5b13089) 91.61%.

Files Patch % Lines
...l4j/model/transactions/metadata/MetaDidObject.java 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #498 +/- ## ============================================ + Coverage 91.52% 91.61% +0.08% - Complexity 1748 1774 +26 ============================================ Files 355 365 +10 Lines 4884 4948 +64 Branches 403 408 +5 ============================================ + Hits 4470 4533 +63 - Misses 281 282 +1 Partials 133 133 ```

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