-
Notifications
You must be signed in to change notification settings - Fork 37
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
feat(jellyfish-api-core): Add multi-txtype, multi-address query support for accounthistorycount
RPC
#1943
feat(jellyfish-api-core): Add multi-txtype, multi-address query support for accounthistorycount
RPC
#1943
Conversation
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Code Climate has analyzed commit e45bcc3 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov ReportBase: 59.81% // Head: 92.52% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1943 +/- ##
===========================================
+ Coverage 59.81% 92.52% +32.70%
===========================================
Files 290 357 +67
Lines 9331 10589 +1258
Branches 1251 1349 +98
===========================================
+ Hits 5581 9797 +4216
+ Misses 3528 754 -2774
+ Partials 222 38 -184
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Docker build preview for jellyfish/apps is ready! Built with commit db9e3d0
You can also get an immutable image with the commit hash
|
…storycount Signed-off-by: Dilshan Madushanka <[email protected]>
need to also update docs |
packages/jellyfish-api-core/__tests__/category/account/accountHistoryCount.test.ts
Outdated
Show resolved
Hide resolved
fe75304
…storycount Signed-off-by: Dilshan Madushanka <[email protected]>
…storycount Signed-off-by: Dilshan Madushanka <[email protected]>
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.
nit, otherwise LGTM
What this PR does / why we need it:
As stated in the title, this PR adds support to
accounthistorycount
RPC to query with multiple txtypes/addresses.We need this because with the current implementation we're only allowed to fetch one address and/or one tx type at once thus needing to make multiple RPC calls if we need to query history count of multple txtypes/addresses.
Refer: Defich/ain PR