-
Notifications
You must be signed in to change notification settings - Fork 6
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: change the pagination to cursor and add sorter---contract list #735
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@Naupio Please help to confirm whether the following parameters are correctly used on the page of balance ---> ckb_balance Please also pay attention to my comment under this issue. Cause we still missing a sorter in the API of this page. If you fixed it please let me know. Thanks a lot. |
Codecov Report
@@ Coverage Diff @@
## develop #735 +/- ##
===========================================
- Coverage 67.31% 66.24% -1.08%
===========================================
Files 18 18
Lines 1230 1250 +20
Branches 743 751 +8
===========================================
Hits 828 828
- Misses 348 367 +19
- Partials 54 55 +1
|
Any update on this feature |
7e05408
to
9b23461
Compare
|
@Naupio Please post your PR links, if you finish the update. So, I can track it. Thanks a lot. |
9b23461
to
1c58e50
Compare
fac267c
to
12de809
Compare
12de809
to
a6d8ef5
Compare
a6d8ef5
to
d70358e
Compare
d70358e
to
26334bf
Compare
26334bf
to
6c94de6
Compare
What problem does this PR solve?
This PR is for the page of
contract
.Ref: Magickbase/godwoken_explorer#556
Check List
1、sorted by balance
2、sorted by tx count
Test
e2e Test
Task
none