-
Notifications
You must be signed in to change notification settings - Fork 55
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
Ledger entry type filter for account_objects and ledger_data #1116
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## develop #1116 +/- ##
===========================================
+ Coverage 59.68% 59.74% +0.05%
===========================================
Files 207 208 +1
Lines 10478 10493 +15
Branches 5584 5589 +5
===========================================
+ Hits 6254 6269 +15
+ Misses 2637 2635 -2
- Partials 1587 1589 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Few small things, otherwise it's good 👍
Rename fix clang-tidy fix compilation error Fix comments
ca61d3b
to
5d2449f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
Refactor the ledger entry type filter for account_objects and ledger_data.
Both handlers will use the LedgerUtils functions.
Unlike transaction type, the ledger entry string which is used by filter is not exported from xrpl.
To support new ledger entry type , we need to update the LEDGER_TYPES_MAP.