-
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: address page support node-connect
mode
#391
feat: address page support node-connect
mode
#391
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
413cdf0
to
ac5c3ec
Compare
About peding tx: the
|
For point 4. showing the |
Now the paging logic is OK, but should we also display 25 data items on a single page to keep it consistent with the non-
The third question is how do we display the data? @Keith-CY |
The |
In this case the list will send more requests, for example, a list with 10 tx might have 30 cells and require 30 requests to get the live status. should we do this? |
The node-connection mode works as a fallback in case the server is down, or a solution to connect to the local node, I think the traffic is tolerant, especially when it's connected to a local node. Besides, the performance can be optimized by batching the RPC calls. |
0791b00
to
a8983c8
Compare
resolved: Magickbase/ckb-explorer-public-issues#526