-
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 index based pagination support to listaccounthistory
RPC
#1923
Conversation
Code Climate has analyzed commit eddd153 and detected 0 issues on this pull request. View more on Code Climate. |
✅ Deploy Preview for jellyfishsdk ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 91.33% // Head: 92.98% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1923 +/- ##
==========================================
+ Coverage 91.33% 92.98% +1.65%
==========================================
Files 363 363
Lines 10764 10765 +1
Branches 1370 1370
==========================================
+ Hits 9831 10010 +179
+ Misses 896 727 -169
+ Partials 37 28 -9
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 4f7ad70
You can also get an immutable image with the commit hash
|
Signed-off-by: Dilshan Madushanka <[email protected]>
packages/jellyfish-api-core/__tests__/category/account/listAccountHistory.test.ts
Outdated
Show resolved
Hide resolved
packages/jellyfish-api-core/__tests__/category/account/listAccountHistory.test.ts
Show resolved
Hide resolved
…ountHistory.test.ts Co-authored-by: Isaac Yong <[email protected]> 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.
LGTM.
Signed-off-by: Dilshan Madushanka <[email protected]>
Signed-off-by: Dilshan Madushanka <[email protected]>
04a044d
What this PR does / why we need it:
Requirement: Upcoming consortium transaction history page on defiscan.live requires a way to paginate the list of transactions among consortium members.
Issue: Currently we only have
blockHeight
anddepth
based pagination/cursor which we're unable to use to address the requirement as it only cursor through blocks but not transactions., More info here.Solution:
Huge thanks to @shohamc1 for supporting me on defich/ain side, refer defich/ain PR